<style>
    * {}

        
footer {
    background-color: #04253c;
}

footer .logo-footer {
    width: 120px;
}

footer.footer .footer__container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: end;
    justify-content: center;
}

.footer-bar-links {
    display: flex;
    gap: 20px;
}

footer.footer .footer__container h2 {
    font-size: 70px;
    text-transform: capitalize;
    line-height: 1;
    font-weight: 300;
    display: flex;
    flex-direction: column;
}

footer.footer .footer-hr {
    width: 40px;
    height: 2px;
    color: #000;
    opacity: 0.3;
    margin: 100px auto;
}

footer.footer .footer__container ul {
    padding: 0;
    margin: 0;
    gap: 10px;
    list-style: none;
    display: flex;
}

footer.footer .footer-top-content .footer__container ul a{
    color: #FFFFFFCC;
    font-size: 16px;
}

footer.footer img {
    width:760px;
}

footer.footer .footer-bar {
    display: flex;
    justify-content: space-between;
    padding: 22px 0;
    border-top: 1px solid #ffffff29;
    font-size: 18px;
    font-weight: 300;
}

footer.footer .p--info {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

footer.footer img {
    width: 140px;
}

footer .footer-link {
    transition: color .2s;
    font-size: 14px;
    color: #FFFFFFA8;
}

.footer .container {
    padding-top: 40px;
}

.footer-top-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
}

footer.footer .a-linkedin {
    background-color: #9e8a66;
    border: 1px solid transparent;
    border-radius: 50%;
    display: inline-flex;
    height: 36px;
    width: 36px;
    margin: 0.5em;
    padding: 10px;
    transition: all 0.25s;
}

footer.footer .a-linkedin:hover, footer.footer .a-linkedin:focus {
    background-color: #04253c;
    border: 1px solid #ffffff;
}

@media (max-width: 1024px) {
    footer.footer .footer-hr {
        margin: 32px auto;
    }

    footer.footer .footer__container h2 {
        font-size: 35px;
        line-height: 35px;
        font-weight: 400;
        letter-spacing: -0.01em;
    }

    footer.footer .p--info {
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 400;
        line-height: 17.07px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .footer-top-content {
        flex-direction: column;
        gap: 32px;
    }

    footer.footer .footer__container {
        align-items: center;
        gap: 20px;
    }

    footer.footer img {
        margin: 0 auto;
    }

    footer.footer {
        padding: 0 16px;
    }

    footer.footer .btn-contact {
        width: 228px;
    }

    footer.footer .footer-bar button {
        font-weight: 400;
    }

    footer.footer .footer-bar {
        font-size: 12px;
        padding: 20px 0 8px;
        display: flex;
        flex-direction: column-reverse;
        align-items: end;
        gap: 30px;
    }
}

@media (max-width: 300px) {
    footer.footer .footer-bar {
        flex-direction: column;
    }

    footer.footer .footer-bar button {
        text-align: center;
    }

}

           
header .lang-options.language-list {
    display: block !important;
    position: relative;
}

header .section-secondary-menu-component #language-list-desktop li:first-child, .secondary-menu-component #language-list-desktop li:first-child {
    border:none;
}

.header--container {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 3px 8px 0px rgba(73, 77, 80, 0.20);
}

#currency-dropdown-container-desktop .icon__down {
    top: -1px;
}

header .section-secondary-menu-component .container--currency a {
    color: #494D50;
}

header .section-secondary-menu-component .lang-options.currency-list {
    padding-top: 10px;
}

header .section-secondary-menu-component .container--currency ul &gt; :first-child,
header .secondary-menu-component .container--currency ul &gt; :first-child {
    border-top: 1px solid #494D50;
}

.header--container .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header--container .btn.light.primary {
    height: auto;
    padding: 6px;
    line-height: normal;
}

.header--container .icon.icon-search-booking {
    height: 16px;
    width: 16px;
    background-image: url(/ibe/p3custom/images/icons/62782/icon-search-light.svg);
}

.container--body-multi-dest-search-rates .header--container .btn-booking-widget,
.container--body-multi-dest-select-dates .header--container .btn-booking-widget {
    display: none;
}

.header--container .div--logo {
    width: 160px;
}

header .hamburger-menu {
    width: 21px;
    height: 21px;
    cursor: pointer;
    position: absolute;
    overflow: hidden;
}

header .header--column {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
}

header .hamburger-menu .line {
    display: block;
    background: #000;
    height: 1px;
    position: absolute;
    left: 0;
    width: 100%;
    transition: background-color 0.2s ease;
}

header .hamburger-menu .line--top {
    top: 0;
}

header .hamburger-menu .line--middle {
    top: 50%;
    opacity: 1;
}

header .hamburger-menu .line--bottom {
    bottom: 0;
}

.header--column-menu:hover .line {
    background: #9e8a66;
}

header .selected-lang.language-toggle {
    display: none;
}

header .lang-options.language-list {
    display: block;
}

@keyframes menu-button-bar-1-hover {
    0% {
        transform: translateX(0)
    }

    35% {
        transform: translateX(15%)
    }

    65% {
        transform: translateX(35%)
    }

    to {
        transform: translateX(15%)
    }
}

@keyframes menu-button-bar-2-hover {
    0% {
        transform: translateX(0)
    }

    35% {
        transform: translateX(65%)
    }

    65% {
        transform: translateX(15%)
    }

    to {
        transform: translateX(35%)
    }
}

@keyframes menu-button-bar-3-hover {
    0% {
        transform: translateX(0)
    }

    35% {
        transform: translateX(35%)
    }

    65% {
        transform: translateX(15%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes menu-button-bar-1-leave {
    0% {
        transform: translateX(15%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes menu-button-bar-2-leave {
    0% {
        transform: translateX(35%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes menu-button-bar-3-leave {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(0)
    }
}

.header--column-menu:hover .line--top {
    animation: menu-button-bar-1-hover .8s ease-in-out forwards;
}

.header--column-menu:hover .line--middle {
    animation: menu-button-bar-2-hover .8s ease-in-out forwards;
}

.header--column-menu:hover .line--bottom {
    animation: menu-button-bar-3-hover .8s ease-in-out forwards;
}

header .hamburger-menu .line--top {
    animation-duration: .2s;
    animation-name: menu-button-bar-1-leave;
}

header .hamburger-menu .line--middle {
    animation-duration: .2s;
    animation-name: menu-button-bar-2-leave;
}

header .hamburger-menu .line--bottom {
    animation-duration: .2s;
    animation-name: menu-button-bar-3-leave;
}

.header--container ul {
    list-style: none
}

.header--container .nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
    margin-bottom: 0;
    max-height: 30px;
    line-height: 12px;
}

@media (max-width: 1200px) {
    .header--container .container--language, .header--container .container--currency {
        display: none;
    }

    .header--container .div--logo {
        width: 110px;
    }

    .header--container .container {
        justify-content: start;
        gap: 32px;
    }

    .header--container {
        padding: 16px;
    }

    .header--container .nav-links.section-secondary-menu-component {
        background-color: transparent;
    }

    .header--container #container--nav-links {
        margin-left: auto;
    }
}

@media (min-width: 1200px) {
    .header--column.header--column-menu {
        display: none;
    }
}

            .menu-section .selected-lang.language-toggle {
    display: none;
}
.menu-section #currency-dropdown-container-mobile .icon__down {
    top: 1px;
}

.menu-section #closeBtn {
    opacity: 1;
}

.menu-section .lang-options.language-list {
    position: relative;
    display: block!important;
}

.menu-section .lang-options.language-list .button-label {
    color: #fff;
}

.menu-section #currency-dropdown-container-mobile {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

#side-menu.menu-section .nav-links li .selected-lang.currency-toggle {
    padding: 0;
}

.menu-section .lang-options.currency-list {
    position: relative;
    flex-direction: row;
    padding: 0;
    gap: 20px;
    background-color: transparent;
}

.menu-section .lang-options.currency-list li {
    padding: 0;
}

.menu-section .lang-menu:hover .icon__down {
    transform: rotate(270deg);
}
#side-menu.menu-section {
    position: fixed;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #04253c;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    padding: 28px;
}

#side-menu.menu-section .nav-links {
    display: flex;
    flex-direction: column;
}

#side-menu.menu-section .menu-primary-nav-container .container--language .secondary-menu-buttons-mobile .lang-menu {
    width: 100%;
}

#side-menu.menu-section .menu-primary-nav-container .container--language .secondary-menu-buttons-mobile .selected-lang p {
    opacity: 1;
    position: relative;
    line-height: 24px;
    cursor: default;
}

#side-menu.menu-section .menu-primary-nav-container .container--language .secondary-menu-buttons-mobile .selected-lang {
    padding: 0;
    margin-bottom: 25px;
    width: 100%;
    height: auto;
}

.content-side-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-side-menu-bottom {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#side-menu.menu-section  .secondary-menu-buttons-mobile:last-child {
    justify-content: center;
}

#side-menu.menu-section  .secondary-menu-buttons-mobile .icon__down {
    display: none;
}

#side-menu.menu-section .container--language ul li {
    padding: 0;
}

#side-menu.menu-section .container--language ul {
    position: relative;
    top: 0;
    padding: 0!important;
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-height: fit-content;
    margin: 0!important;
}

#side-menu.menu-section .container--language ul a {
    color: #000;
    opacity: 0.3;
}

.menu-section .a-linkedin {
    background-color: #9e8a66;
    border: 1px solid transparent;
    border-radius: 50%;
    display: inline-flex;
    height: 36px;
    width: 36px;
    margin: 0.5em;
    padding: 10px;
    transition: all 0.25s;
}

.menu-section .a-linkedin:hover, .menu-section .a-linkedin:focus {
    background-color: #04253c;
    border: 1px solid #ffffff;
}

.menu-section .icon.icon-close {
    display: inline-block;
    height: 24px;
    width: 24px;
    transform: scale(1.5) rotate(0deg);
    transition: transform 0.4s ease, color 0.2s, background-color 0.2s;
    color: #fff;
    border-radius: 50px;
    background-color: #9E8A66;
    background-image: url(/ibe/p3custom/images/icons/62782/icon-close.svg);
    background-size: 100% 100%;
}

.menu-section .btn-close:hover .icon.icon-close {
    transform: scale(1.5) rotate(360deg); /* one clean spin */
    color: #9E8A66;
    background-color: #fff;
}

.menu.nav-links .btn.light.primary {
    border: 1px solid #9E8A66;
}

#side-menu.menu-section .container--language ul.tertiary li {
    justify-content: center;
}

#side-menu.menu-section.open {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

#side-menu.menu-section .nav-links {
    display: flex;
    align-items: start;
    gap: 25px;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

#side-menu.menu-section .nav-links a, #side-menu.menu-section .menu-primary-nav-container .secondary-menu-buttons-mobile a, #side-menu.menu-section .menu-primary-nav-container .secondary-menu-buttons-mobile p {
    color: #fff;
    font-size: 1.33rem;
    font-style: normal;
    font-weight: 400;
    transition: opacity .2s, color .2s;
}

#side-menu.menu-section .nav-link-availability {
    font-size: .875rem;
    line-height: 1.25rem;
    border: 1px solid #fff;
    border-radius: 9999px;
    padding: 0.5rem 1.5rem;
}

#side-menu.menu-section .btn-language {
    background-color: transparent;
    border: none;
    color: #fff;
}

#side-menu.menu-section .container--language {
    width: 100%;
}

#side-menu.menu-section .menu-primary-nav-container {
    display: flex;
    align-items: start;
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap: 30px;
    position: relative;
}

#side-menu.menu-section .menu-primary-nav-container nav, #side-menu.menu-section .menu-primary-nav-container p {
    width: 100%;
}

#side-menu.menu-section .menu-primary-nav-container p{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

#side-menu.menu-section .side-menu-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#side-menu.menu-section .btn-close:focus {
    outline: 0;
    box-shadow: none;
}

#side-menu.menu-section.open #closeBtn:focus-within {
    border: 2px solid #fff;
}

#side-menu.menu-section .nav-links li a {
    position: relative;
}

.side-menu-header img {
    max-width: 140px;
}

#side-menu.menu-section .selected-lang p::before {
    content: &quot;&quot;;
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    border-bottom: 1px solid #000;
}

#side-menu.menu-section .secondary-menu-buttons-mobile {
    margin-top: 25px;
}

    
    /* DESKTOP */
    .display {
                color: #9E8A66;
    /* display/desktop */
                 font-family: QuestaGrandeMedium;
                        font-size: 70px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: normal;
            }

    .title-1 {
                color: #9E8A66;
    /* title-1/desktop */
                 font-family: QuestaGrandeMedium;
                        font-size: 48px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: normal;
                    text-transform: NULL;
    }

    .title-2 {
                color: #9E8A66;
    /* title-2/desktop */
                font-family: QuestaGrandeMedium;
                        font-size: 28px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: normal;
                    text-transform: NULL;
    }

    .subtitle-1, .calendar-heading  {
                color: #9E8A66;
    /* subtitle-1/desktop */
                font-family: QuestaGrandeMedium;
                        font-size: 26px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: normal;
                        letter-spacing: NULL;
                        text-transform: NULL;
    }

    .subtitle-2, .calendar-date-heading, .asd__month-name span {
                color: #494D50;
    /* subtitle-2/desktop */
                font-family: ParalucentLight;
                        font-size: 18px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: normal;
                        letter-spacing: 5px;
                        text-transform: NULL;
    }

    .asd__month-name span:nth-child(2) {
                color: #282828;
    }

    body, body > *, .body-text, .asd__day-button, .calendar {
                color: #494D50;
    /* body/desktop */
                font-family: ParalucentLight;
                        font-size: 18px;
                        font-style: normal;
                        font-weight: 300;
                        line-height: normal;
                text-transform: none;
    }

    .roomIconsMrg {
                 color: #494D50;
    }
    .asd__day-button
    {
                background-color: #FFFFFF !important;
                        color: #494D50 !important;
    }

    .asd__wrapper,
    .asd__change-month-button,
    .asd__day--empty
    {
        }

    .body-bold {
                color: #494D50;
    /* body-bold/desktop */
                font-family: ParalucentLight;
                        font-size: 18px;
                        font-style: normal;
                        font-weight: 500!important;
                        line-height: normal;
    }

    .small-text, .asd__day-title {
                color: #494D50;
    /* small-text/desktop */
                font-family: ParalucentLight;
                        font-size: 15px;
                        font-style: normal;
                        font-weight: 300;
                        line-height: normal;
    }

    .x-small-text {
        /* x-small-text/desktop */
                                                }

    @media screen and (max-width: 1024px) {
        .x-small-text {
            /* x-small-text/mobile */
                                                                            }
}


    .form-group label, .invalid-gift-card p {
                color: #494D50;
    /* form label/desktop */
                font-family: ParalucentLight;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: normal;
                    line-height: normal;
                        text-transform: NULL;
                        letter-spacing: upperc;
    }

    .ohip-pms-offer-datepicker .datepicker-trigger .form-control, .datepicker-trigger .form-control {
            background: #fff;
                background-image: url("/ibe/p3custom/images/icons/62782/form-dates-icon.svg") !important;
        background-repeat: no-repeat !important;
}

    .offer__calendar {
                background: #F2F4F5;
                width: 100%;
    }

    .calendar-date.calendar-date--selected {
                        }

    .offer__banner {
                background: #F2F4F5  !important;
                        color: #0D0D0D  !important;
    }

    .calendar-date--selected p,
    .calendar-date--selected span {
        }

    .form-group input, .form-group select, .form-group input:focus, .form-floating>.form-control, .form-group input::placeholder {
                color: #494D50;
    /* form input/desktop */
                font-family: ParalucentLight;
                        font-size: 18px;
                        font-style: normal;
                        font-weight: 300;
                        line-height: normal;
    }

    .p3-mask {
        left: 1px !important;
        height: 50px;
        padding: .375rem .75rem;
                font-size: 18px;
        }

    .hotel-message{
                border: none;
                        border-radius: 8px;
                    }

    .hotel-message .body-bold{
        }

    .emergency-message__bg-color {
                    background-color: #FFF;
                        border-radius: 8px;
        }

    .loyalty-banner__bg-color {
                    background-color: #FFF;
                       border-radius: 8px;
       }

    .validationError:not(input), label.validationError, .errors-list li, .guest-details-error, .invalid-gift-card p {
                color: #9A1919;
    /* form/error-message */
                font-family: ParalucentLight;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 300;
                        line-height: normal;
                        line-height: normal;
                        text-transform: uppercase;
    }

    .form-floating label.validationError {
        margin-top: 80px !important;
    }

    .form-group label.booking-widget-label {
                color: #9E8A66;
    /* form/booking-widget-label */
                font-family: ParalucentLight;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: normal;
                        text-transform: uppercase;
    }

    .booking-widget-input {
                color: #494D50;
    /* form/booking-widget-input */
                font-family: ParalucentLight;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
    }

    .booking-widget-error {
                color: #FCEDED;
    /* form/booking-widget-error */
                font-family: ParalucentLight;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 300;
                        line-height: normal;
    }

    
    
    
    
    
    
    
    
            .icon.icon-filter {
            background-image: url('/ibe/p3custom/images/icons/62782/filter-icon.svg');
        }
    
            button:hover .icon.icon-filter {
            background-image: url('/ibe/p3custom/images/icons/62782/filter-hover-icon.svg');
        }
    
            .active .icon.icon-filter {
            background-image: url('/ibe/p3custom/images/icons/62782/filter-active-icon.svg');
        }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
            .icon.icon-clear-filters {
            background-image: url('/ibe/p3custom/images/icons/62782/clear-filters-icon.svg');
        }
    
            button:hover .icon.icon-clear-filters {
            background-image: url('/ibe/p3custom/images/icons/62782/clear-filters-hover-icon.svg');
        }
    
            .active .icon.icon-clear-filters {
            background-image: url('/ibe/p3custom/images/icons/62782/clear-filters-active-icon.svg');
        }
    
            .icon.icon-remove-filter {
            background-image: url('/ibe/p3custom/images/icons/62782/remove-filter-icon.svg');
        }
    
            button:hover .icon.icon-remove-filter {
            background-image: url('/ibe/p3custom/images/icons/62782/remove-filter-hover-icon.svg');
        }
    
    
    
    
    
    
    
        
    
      
    .price__color {
                color: #494D50 !important;
    }

    .price {
        /* price/desktop */
                font-family: ParalucentLight;
                        font-size: 22px;
                        font-style: normal;
                        font-weight: 300;
                        line-height: normal;
    }

    .price-section .small-text {
                color: #494D50;
    }


    .strike-price {
                color: #9E8A66;
    /* strike-price/desktop */
                font-family: ParalucentLight;
                        font-size: 22px;
                        font-style: normal;
                        font-weight: 300;
                        line-height: normal;
                        text-decoration-line: strikethrough;
    }

    .button-label {
        /* button-label */
                font-family: ParalucentLight;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: 12px;
                                text-transform: capitalize;
    }

    .inline-link {
                color: #9E8A66;
    /* body/inline-link/desktop */
                font-family: ParalucentLight;
                        font-size: 18px;
                        font-style: normal;
                        font-weight: 300;
                        line-height: normal;
                        text-decoration-line: underline;
    }

    .inline-link:hover {
                color: #04253C;
    /* body/inline-link/desktop */
                font-family: ParalucentLight;
                        font-size: 18px;
                        font-style: normal;
                        font-weight: 300;
                        line-height: normal;
                        text-decoration-line: underline;
    }
    .loyalty-profile-option .button-label.inline-link:hover {
                    text-decoration-color: #04253C;
            }


    .inline-link:active {
                color: #9E8A66;
    /* body/inline-link/desktop */
                font-family: ParalucentLight;
                        font-size: 18px;
                        font-style: normal;
                        font-weight: 300;
                        line-height: normal;
                        text-decoration-line: underline;
    }

    .inline-link:focus {
                color: #9E8A66;
    /* body/inline-link/desktop */
                font-family: ParalucentLight;
                        font-size: 18px;
                        font-style: normal;
                        font-weight: 300;
                        line-height: normal;
                        text-decoration-line: underline;
    }

    .lightbox-tab-label {
                font-family: ParalucentLight;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 300;
                        line-height: normal;
                        letter-spacing: NULL;
                        text-transform: NULL;
    }




    /* MOBILE */
    @media screen and (max-width: 1024px) {
        .display {
            color: #9E8A66;
                /* display/mobile */
            font-family: QuestaGrandeMedium;
                        font-size: 48px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: normal;
                        }

        .title-1 {
            color: #9E8A66;
                /* title-1/mobile */
            font-family: QuestaGrandeMedium;
                        font-size: 30px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: normal;
                        text-transform: NULL;
            }

        .title-2 {
            color: #9E8A66;
                /* title-2/mobile */
            font-family: QuestaGrandeMedium;
            
            font-size: 24px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: normal;
                        text-transform: NULL;
            }

        .subtitle-1 {
            color: #9E8A66;
                /* subtitle-1/mobile */
            font-family: QuestaGrandeMedium;
                        font-size: 20px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: normal;
                        letter-spacing: NULL;
                        text-transform: NULL;
            }

        .subtitle-2 {
            color: #494D50;
                /* subtitle-2/mobile */
            font-family: ParalucentLight;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: normal;
                         letter-spacing: 5px;
                        text-transform: NULL;
            }

        body, body > *, .body-text, .asd__day-button, .calendar {
            color: #494D50;
                /* body/mobile */
            font-family: ParalucentLight;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 300;
                        line-height: normal;
            }

        .body-bold {
            color: #494D50;
                /* body-bold/mobile */
            font-family: ParalucentLight;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 500!important;
                        line-height: normal;
            }

        .small-text {
            color: #494D50;
                /* small-text/mobile */
            font-family: ParalucentLight;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 300;
                        line-height: normal;
            }

        .form-group label {
            color: #494D50;
                /* form label/mobile */
            font-family: ParalucentLight;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
                        letter-spacing: upperc;
                        text-transform: NULL;
            }

        .form-group input, .form-floating>.form-control {
            color: #494D50;
                /* form input/mobile */
            font-family: ParalucentLight;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 300;
                        line-height: normal;
            }

        .validationError, label.validationError, .invalid-gift-card p {
            color: #9A1919;
                /* form/error-message */
            font-family: ParalucentLight;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 300;
                        line-height: normal;
            }

        .form-floating label.validationError {
            margin-top: 80px !important;
                        letter-spacing: upperc;
                                    text-transform: NULL;
        }

        .booking-widget-label {
            color: #9E8A66;
                /* form/booking-widget-label */
            font-family: ParalucentLight;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: normal;
                                    letter-spacing: upperc;
                                    text-transform: NULL;
            }

        .booking-widget-input {
            color: #494D50;
                /* form/booking-widget-input */
            font-family: ParalucentLight;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
            }

        .booking-widget-error {
            color: #FCEDED;
                /* form/booking-widget-error */
            font-family: ParalucentLight;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: normal;
            }

        .price {
            color: #494D50;
                /* price/mobile */
            font-family: ParalucentLight;
                        font-size: 18px;
                        font-style: normal;
                        font-weight: 300;
                        line-height: normal;
            }

        .strike-price {
            color: #9E8A66;
                /* strike-price/mobile */
            font-family: ParalucentLight;
                        font-size: 18px;
                        font-style: normal;
                        font-weight: 300;
                        line-height: normal;
                        text-decoration-line: line-through;
            }
    }


    .confirmation-number__color {
                    color: #9E8A66;
            }
    .pb-room-component-gap-between-usps {
        padding-bottom: 40px!important;
    }

    
              .room-component--border_radius {
            border-radius: 0px;
        }
            
    @media screen and (min-width: 992px) {
        .spacing-padding:not(.modal-room-content .spacing-padding) {
                    }
        .rooms-left {
                    }

        .room-slider .slick-prev {
                    }
    }

    /** EMAIL START */
    .email.small-text, .email.small-text strike {
        /* email/small-text */
                                                            }

    .email .checkin-checkout-color {
        }

    .email.dates, .email.dates strike {
        /* email/dates */
                        font-family: Verdana;
                        font-size: 18px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 24px;
                        letter-spacing: 0.36px;
                        text-transform: uppercase;
    }

    .email.heading, .email.heading strike {
        /* email/heading */
                        font-family: Verdana;
                        font-size: 22px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 32px;
                            }

    .email.sub-heading, .email.sub-heading strike {
        /* email/sub-heading */
                        font-family: Verdana;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 24px;
                        letter-spacing: 0.8px;
                    }

    .email.confirmation-number, .email.confirmation-number strike {
        /* email/confirmation-number */
                        font-family: Verdana;
                        font-size: 18px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 24px;
                        letter-spacing: 0.9px;
                        text-transform: uppercase;
    }

    .email, .email > * {
        /* email/body */
                color: #000000;
                        font-family: Verdana;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 24px;
    }

    .email_border-right {
            }

    .rtl .email_border-right {
        border-right: none;
            }

    .email_bg-color {
        }

    .email .btn.light.primary .button-label {
                color: #FFFFFF;
    }


    [class~="x_outlook-only"] {
                background: #AB8C6B;
    }


    .email .footer > *, .email .footer a {
        }

    /** EMAIL END */


    /* FORM COMPONENTS START */
    input[type="text"], input[type="email"], input[type="tel"], .custom-select, .form-control, .form-control:active, .form-select, select, input[type="password"], input[type="search"], .form-floating>.form-control {
                border: 1px solid #C8CACB;
                        background: #fff;
                        border-radius: 0;
            }

    .form-floating textarea.form-control, textarea.form-control {
                border: 1px solid #C8CACB;
                        background: #fff;
                        border-radius: 0;
            }

    textarea.form-control {
        height: 80px;
    }

    input[type="text"], input[type="email"], input[type="tel"], .custom-select, .form-control, .form-select, select, input[type="password"], input[type="search"], .form-floating>.form-control {
                height: 48px;
    }

    .card-guest-details input:-webkit-autofill, .retrieve-form input:-webkit-autofill, .guests_change input:-webkit-autofill, .payment-link-challenge input:-webkit-autofill,
    .payment-details input:-webkit-autofill,
    .payment-link-card input:-webkit-autofill {
                background: #fff;
        -webkit-box-shadow: 0 0 0px 1000px #fff inset;
        }

    input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, .custom-select:focus, .form-select:focus, .form-control:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="search"]:focus input:-webkit-autofill {
                border: 1px solid #494D50;
                        background: #fff;
        background-repeat: no-repeat;
        -webkit-box-shadow: 0 0 0px 1000px #fff inset;
        }

    .form-floating textarea:focus, textarea.form-control:focus {
                border: #C8CACB;
                        background: #fff;
        -webkit-box-shadow: 0 0 0px 1000px #fff inset;
            }

    input[type="text"].validationError, input[type="email"].validationError, input[type="tel"].validationError, .custom-select.validationError, .form-select.validationError, input[type="password"].validationError, input[type="search"].validationError, .form-control.validationError .error-message, input[type="text"].invalid-gift-card{
                border: 1px solid #9A1919;
                        background: #FCEDED;
                background-image: url('/ibe/p3custom/images/icons/form-invalid-x.svg');
        background-repeat: no-repeat;
        background-position: center right calc(.375em + .1875rem);
    }

    .form-floating textarea.validationError, textarea.form-control.validationError {
                border: #9A1919;
                        background: #fff;
                background-image: url('/ibe/p3custom/images/icons/form-invalid-x.svg');
        background-repeat: no-repeat;
        background-position: center right calc(.375em + .1875rem);
    }

    input[type="text"].valid, input[type="email"].valid, input[type="tel"].valid .custom-select.valid, .form-select.valid, textarea.valid, input[type="password"].valid, input[type="search"].valid {
                border: 1px solid #C8CACB;
                        background: #fff;
        }

    .form-floating textarea.valid, textarea.form-control.valid {
                border: #C8CACB;
                        background: #fff;
            }

    input[type="text"]:disabled, input[type="email"]:disabled,
    input[type="tel"]:disabled, .custom-select:disabled,
    .form-select:disabled,
    input[type="password"]:disabled, .form-control[readonly],
    input[type="search"]:disabled {
                border: 1px solid #C8CACB;
                        background: #fff;
        }

    .form-floating textarea:disabled, textarea:disabled {
                border: #C8CACB;
                        background: #fff;
            }
    /* FORM COMPONENTS END */


    /**
        CHECKBOXES START - DESKTOP + MOBILE same
     */

    span.custom-check {
                width: 24px;
        min-width: 24px;
                        height: 24px;
                        border: 1px solid #C8CACB;
                        background-color: #fff;
                        vertical-align: middle;
        cursor: pointer;
        display: inline-block;
        position: relative;
        margin-right: 16px;
    }

    span.custom-check:focus {
                width: 24px;
        min-width: 24px;
                        height: 24px;
                margin: 0 10px 0 0;
                border: #C8CACB;
                        background-color: #fff;
        }

    .bookingCommentRadio:focus + span.custom-radio {
                border: #C8CACB;
    }


    input[type=checkbox]:checked + span.custom-check::after, .form-check-input[type="checkbox"]:checked + .form-check-label .custom-check::after  {
        line-height: 13px;
        text-align: center;
        position: absolute;
        content: url('/ibe/p3custom/images/icons/62782/form-checkbox-check-icon.svg');
        animation: form-zoom .5s ease-in-out;
        padding: 3px 0px;
        left: -1px;
        top: -1px;
                        background-color: #04253C;
                        width: 24px;
                        height: 24px;
                }

    span.custom-check:disabled {
        opacity: 20%;
                border: #C8CACB;
                        background-color: #FFF;
    }

    /**
        CHECKBOXES END
     */

    /**
/**
 RADIO BUTTONS START - DESKTOP + MOBILE same
 */
    span.custom-radio {
                width: 16px;
                        height: 16px;
                margin: 0 16px 0 0;
        border-radius: 100px;
        vertical-align: middle;
        cursor: pointer;
        display: inline-block;
        position: relative;
                border: 1px solid #494D50;
                        background-color: #fff;
    }

    span.custom-radio:focus {
        border-radius: 100px;
                border: 1px solid #494D50;
                        background-color: #fff;
    }

    span.custom-radio:hover {
                }

    input[type=radio]:checked + span.custom-radio:after {
        border-radius: 100px;
                width: 16px;
                        height: 16px;
                content: url("/ibe/p3custom/images/icons/62782/icon-checked-radio.svg");
        line-height: 16px;
        text-align: center;
        animation: form-zoom .5s ease-in-out;
        position: absolute;
        left: -1px;
        top: -1px;
                border: 1px solid #494D50;
                        background-color: #04253C;
    }

    span.custom-radio:disabled {
        opacity: 0.6;
                border: 1px solid #494D50;
                        background-color: #fff;
    }

    /**
     RADIO BUTTONS END
     */


    /* BUTTONS START */
    .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        height: 48px;
        max-height: 48px;
                }

    /* LIGHT PRIMARY */
    .btn.light.primary {
                color: #FFFFFF;
                        border: none;
                        border-radius: 40px;
                        background: #9E8A66;
    }

    .btn.light.primary:hover {
                color: #FFFFFF;
                        border: none;
                        border-radius: 40px;
                        background: #04253C;
    }

    .btn.light.primary:active {
                color: #FFFFFF;
                        border: none;
                        border-radius: 40px;
                        background: #9E8A66;
    }

    .btn.light.primary:focus {
                color: #FFFFFF;
                        border: 4px solid #04253C;
                        border-radius: 40px;
                        background: #9E8A66;
                }

    .btn.light.primary:disabled {
                color: #FFFFFF;
                        border: none;
                        border-radius: 40px;
                        background: #9E8A66;
                        opacity: 0.5;
    }


    /* DARK PRIMARY */
    .btn.dark.primary {
                color: #9E8A66;
                        border: 1px solid #9E8A66;
                        border-radius: 40px;
                        background: #FFFFFF;
    }

    .btn.dark.primary:hover {
                color: #04253C;
                        border: 1px solid #9E8A66;
                        border-radius: 40px;
                        background: #FFFFFF;
    }

    .btn.dark.primary:active {
                color: #9E8A66;
                        border: 1px solid #9E8A66;
                        border-radius: 40px;
                        background: #FFFFFF;
    }

    .btn.dark.primary:focus {
                color: #9E8A66;
                        border: 4px solid #EBE7E0;
                        border-radius: 40px;
                        background: #FFFFFF;
                }

    .btn.dark.primary:disabled {
                color: NULL;
                        border: 1px solid #9E8A66;
                        border-radius: 40px;
                        background: #FFFFFF;
                        opacity: 0.5;
    }

    /* LIGHT SECONDARY */
    .btn.light.secondary {
                color: #9E8A66;
                        border: 1px solid #9E8A66;
                        border-radius: 40px;
                        background: #ffffff;
                }

    .btn.light.secondary:hover {
                color: #04253C;
                        border: 1px solid #9E8A66;
                        border-radius: 40px;
                        background: #FFFFFF;
    }

    .btn.light.secondary:active, .btn.light.secondary.active, .btn.light.secondary.active:hover,
    .btn.light.secondary.active:focus {
                color: #04253C;
                        border: 1px solid #9E8A66;
                        border-radius: 40px;
                        background: #FFFFFF;
    }

    .btn.light.secondary:focus {
                color: #9E8A66;
                        border: 4px solid #9E8A66;
                        border-radius: 40px;
                        background: #FFFFFF;
                }

    .btn.light.secondary:disabled {
                color: #9E8A66;
                        border: 1px solid #9E8A66;
                        border-radius: 40px;
                        background: #FFFFFF;
                        opacity: 0.5;
    }

    /* DARK SECONDARY */
    .btn.dark.secondary {
                color: #FFFFFF;
                        border: 1px solid #FFFFFF;
                        border-radius: 40px;
                        background: transparent;
    }

    .btn.dark.secondary:hover {
                color: #FFFFFF;
                        border: 1px solid #FFFFFF;
                        border-radius: 40px;
                        background: transparent;
    }

    .btn.dark.secondary:active {
                color: #FFFFFF;
                        border: 1px solid #FFFFFF;
                        border-radius: 40px;
                        background: transparent;
    }

    .btn.dark.secondary:focus {
                color: #FFFFFF;
                        border: 4px solid #FFFFFF;
                        border-radius: 40px;
                        background: transparent;
                }

    .btn.dark.secondary:disabled {
                color: #FFFFFF;
                        border: 1px solid #FFFFFF;
                        border-radius: 40px;
                        background: transparent;
                        opacity: 0.5;
    }


    /* LIGHT TERTIARY */
    .btn.light.tertiary {
                color: #9E8A66;
                        border: none;
                        border-radius: 40px;
                        background: transparent;
    }

    .btn.light.tertiary:hover {
                color: #04253C;
                        border: none;
                        border-radius: 40px;
                        background: transparent;
    }

    .btn.light.tertiary:active {
                color: #9E8A66;
                        border: none;
                        border-radius: 40px;
                        background: transparent;
    }

    .btn.light.tertiary:focus {
                color: #9E8A66;
                        border: 4px solid #9E8A66;
                        border-radius: 40px;
                        background: transparent;
                }

    .btn.light.tertiary:disabled {
                color: #9E8A66;
                        border: none;
                        border-radius: 40px;
                        background: transparent;
                        opacity: 0.5;
    }

    /* DARK TERTIARY */
    .btn.dark.tertiary {
                color: #FFFFFF;
                        border: none;
                        border-radius: 40px;
                        background: transparent;
    }

    .btn.dark.tertiary:hover {
                color: #FFFFFF;
                        border: none;
                        border-radius: 40px;
                        background: transparent;
    }

    .btn.dark.tertiary:active {
                color: #FFFFFF;
                        border: none;
                        border-radius: 40px;
                        background: transparent;
    }

    .btn.dark.tertiary:focus {
                color: #FFFFFF;
                        border: none;
                        border-radius: 40px;
                        background: transparent;
                }

    .btn.dark.tertiary:disabled {
                color: #FFFFFF;
                        border: 4px solid #FFFFFF;
                        border-radius: 40px;
                        background: transparent;
                        opacity: 0.5;
    }

    /* DESTRUCTIVE BUTTONS */

    .btn.destructive {
                color: #FFFFFF;
                        border: none;
                        border-radius: 40px;
                        background: #DB2424;
    }

    .btn.destructive:hover {
                color: #FFFFFF;
                        border: none;
                        border-radius: 40px;
                        background: #9A1919;
    }

    .btn.destructive:active {
                color: #FFFFFF;
                        border: none;
                        border-radius: 40px;
                        background: #9A1919;
    }

    .btn.destructive:focus {
                color: #FFFFFF;
                        border: 4px solid #DB2424;
                        border-radius: 40px;
                        background: #9A1919;
                }

    .btn.destructive:disabled {
                color: #FFFFFF;
                        border: none;
                        border-radius: 40px;
                        background: #DB2424;
                        opacity: 0.5;
    }

        .btn.primary .icon.icon-btn-side-arrow {
        display: none;
    }
    
        .btn.secondary .icon.icon-btn-side-arrow {
        display: none;
    }
    
    
    
    
/* BUTTONS END */

    /*LIGHTBOX BTN */
    .lightbox-tab {
                color: #9E8A66;
                        border-radius: 8px 8px 0 0;
                        background: #F2F4F5;
    }
    .lightbox-tab:hover {
                color: #04253C;
                        border-radius: 8px 8px 0 0;
                        background: #F2F4F5;
    }
    .lightbox-tab:focus {
                color: #04253C;
                        border: 1px solid #9E8A66;
                        border-radius: 8px 8px 0 0;
                        background: #FFFFFF;
    }
    .lightbox-tab.active {
                color: #9E8A66;
                        border-radius: 8px 8px 0 0;
                        background: #FFFFFF;
    }
    /* */

    /* SPACING VARIABLES START */
    .spacing-between-rooms {
        height: var(--rooms-rates-spacing-between-rooms, 56px);
    }

    .pb-gap-between-usps {
        padding-bottom: 40px;
    }

    .pt-gap-between-usps {
        padding-top: 40px;
    }

    .pr-gap-between-usps {
        padding-right: 40px;
    }

    .pl-gap-between-usps {
        padding-left: 40px;
    }

    .pl-16 {
        padding-left: 16px;
    }

    /* SPACING VARIABLES END */

    /* BODY START */
    body {
                background-color: #F2F4F5;
                    }
    /* BODY END */

    /* BANNER COMPONENT START */
    .banner--desktop, .banner-overlay::before, .banner{
                height: auto;
    }

    .brand-pattern-overlay, .half-banner-desktop {
                        height: auto;
                width: 50%;
    }

    .banner-overlay::before {
                }

    .hotel-name {
                color: #0D0D0D;
        }

    /* BANNER COMPONENT END */

    /* SEARCH BANNER COMPONENT START */
    .search-rates-banner--desktop {
                 height: 228px;
    }
    .search-rates-banner--mobile {
                 height: 88px;
    }

    /* CONFIRMATION BANNER COMPONENT START */
    .confirmation-banner--desktop {
                height: 480px;
    }
    .confirmation-banner--mobile {
                height: 240px;
                background-size: cover;
    }

    /* OFFERS BANNER COMPONENT START */
    .offers-banner--desktop {
                height: 480px;
    }
    .offers-banner--mobile {
                height: 240px;
                background-size: cover;
    }

    /* RETRIEVE BANNER COMPONENT START */
    .retrieve-banner--desktop {
                height: 480px;
    }
    .retrieve-banner--mobile {
                height: 240px;
                background-size: cover;
    }

    /* CITY SEARCH COMPONENT START */
    .city-search-banner--desktop {
        }
    .city-search-banner--mobile {
                background-size: cover;
    }

    
    .slider-price-track .slider-thumb {
        background-image: url("/ibe/p3custom/images/icons/62782/step-current-desktop.svg");
    }

    .icon.icon-hotel-filter {
        background-image: url("/ibe/p3custom/images/icons/62782/hotel-filter-icon.svg");
    }

    .icon.icon-hotel-list {
        width: 16px;
        height: 16px;
        background-image: url("/ibe/p3custom/images/icons/62782/hotel-list-icon.svg");
    }

    .icon.icon-hotel-list-active {
        width: 16px;
        height: 16px;
        background-image: url("/ibe/p3custom/images/icons/62782/hotel-list-active-icon.svg");
    }

    .icon.icon-hotel-map {
        width: 16px;
        height: 16px;
        background-image: url("/ibe/p3custom/images/icons/62782/hotel-map-icon.svg");
    }

    .icon.icon-hotel-map-active {
        width: 16px;
        height: 16px;
        background-image: url("/ibe/p3custom/images/icons/62782/hotel-map-active-icon.svg");
    }

    /* PROGRESS BAR START */

    .progress-bar.past {
        background-image: url("/ibe/p3custom/images/icons/62782/step-past-mobile.svg");
    }

    .progress-bar.current {
        background-image: url("/ibe/p3custom/images/icons/62782/step-current-mobile.svg");
    }

    .progress-bar.future {
        background-image: url("/ibe/p3custom/images/icons/62782/step-future-mobile.svg");
    }

    @media (min-width: 1400px) {
        .progress-bar.past {
            background-image: url("/ibe/p3custom/images/icons/62782/step-past-desktop.svg");
        }

        .progress-bar.current {
            background-image: url("/ibe/p3custom/images/icons/62782/step-current-desktop.svg");
        }

        .progress-bar.future {
            background-image: url("/ibe/p3custom/images/icons/62782/step-future-desktop.svg");
        }
    }

    .progress-bar::before {
                background-color: #BFBFBF;
        }

    
    
    
    
    

    .progress-bar.past:not(:last-child)::before {
                background-color: #F59C00;
    }

    /* PROGRESS BAR END */

    /* SECONDARY MENU START */
    .section-secondary-menu-component, .secondary-menu-component {
                background-color: #FFF;
        }

            .section-secondary-menu-component .lang-menu ul, .secondary-menu-component .lang-menu ul {
            background-color: #FFF;
        }
    
            .section-secondary-menu-component .lang-menu ul li, .secondary-menu-component .lang-menu ul li {
            border-bottom: 1px solid#9E8A66;
        }
    
                .section-secondary-menu-component .lang-menu ul > :first-child, .secondary-menu-component .lang-menu ul > :first-child {
            border-top: 1px solid#9E8A66;
        }
    
    .section-secondary-menu-component > *, .secondary-menu-component > *, .section-secondary-menu-component a  {
                color: #9E8A66;
    }

    .secondary-menu-component a {
        }

    .icon-login {
        height: 16px;
        width: 16px;
        display: inline-block;
        margin-right: 0;
        background: url("/ibe/p3custom/images/icons/62782/menu-login-icon.svg") no-repeat center;
        background-size: 100% 100%;
    }

    .booking-details-list li {
                    border-right: 1px solid #9E8A66;
    }

    .divider-menu {
                background-color: #9E8A66;
    }

    .child-icon {
                    background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }

    .adults-icon {
        padding: 7px;
        background-image: url("/ibe/p3custom/images/icons/62782/summary-guests-icon.svg") !important;
        background-size: 15px auto !important;
        background-repeat: no-repeat;
    }

    @media screen and (max-width: 1199px) {
        .adults-icon {
            background-image: url("/ibe/p3custom/images/icons/62782/summary-guests-mobile-icon.svg") !important;
        }
        .new-search-icon {
            content: url("/ibe/p3custom/images/icons/62782/new-search-mobile-icon.svg") !important;
        }
    }


    @media screen and (max-width: 1200px) {
        .section-secondary-menu-component, .secondary-menu-component {
                        background-color: #9E8A66;
                }

                    .section-secondary-menu-component .lang-menu ul, .secondary-menu-component .lang-menu ul {
                background-color: #9E8A66;
            }
        
                    .section-secondary-menu-component .lang-menu ul li:not(:last-child), .secondary-menu-component .lang-menu ul li:not(:last-child) {
                border-bottom: 1px solid#FFF;
            }
        
                    .section-secondary-menu-component .lang-menu ul > :first-child, .secondary-menu-component .lang-menu ul > :first-child {
                border-top: 1px solid#FFF;
            }
        

        .section-secondary-menu-component > *, .secondary-menu-component > *,
        .section-secondary-menu-component a, .secondary-menu-component a ,
        .section-secondary-menu-component span {
                        color: #FFF;
        }

        .divider-menu {
                        background-color: #FFF;
        }
    }

    .new-search-icon {
        content: url("/ibe/p3custom/images/icons/62782/new-search-icon.svg");
    }

    .secondary-menu-component .btn:hover .new-search-icon {
        content: url("/ibe/p3custom/images/icons/62782/new-search-hover-icon.svg");
    }
    /* SECONDARY MENU END */



    /* BOOKING WIDGET COMPONENT START */
    .search-rates {
        max-width: 920px;
        padding: 40px;
        margin: 80px auto;
                border-radius: 0px;
                    border: none;
    }

    .bw-bg_color, #search-componentModal .bw-bg_color .modal-content, .bw-bg_color.modal-body, .container-buttons-datepicker .buttons-datepicker {
                background: #F2F4F5;
    }

    .search-rates h1,
    .search-rates input,
    .search-rates select,
    .search-rates p,
    .search-rates a,
    .search-rates legend,
    .bw-bg_color h2,
    .bw-bg_color a,
    .bw-bg_color legend {
                color: #494D50;
    }

    .booking-widget__title--accent {
                color: #494D50 !important;
            }

    .form-floating input:focus + label, .form-floating>.form-control:not(:placeholder-shown)~label {
                color: #494D50;
        }

    .booking-widget-modal .form-control {
        background-size: 16px 16px;
        background-position: calc(100% - 10px) 50%;
        background-repeat: no-repeat;
                border: 1px solid #C8CACB;
                        background-color: #fff;
                        color: #494D50;
                        box-shadow: none;
                        border-radius: 0;
                text-overflow: ellipsis;
    }

    .booking-widget-modal .container-add-rooms .btn.light.secondary {
                border-radius: 0;
            }

    .booking-widget-modal .form-control:focus {
                border: 1px solid #494D50;
                        background-color: #fff;
        -webkit-box-shadow: 0 0 0px 1000px #fff inset;
                        -webkit-text-fill-color: #494D50;
    }

    .booking-widget-modal input:-webkit-autofill {
                -webkit-text-fill-color: #494D50;
                        -webkit-box-shadow: 0 0 0px 1000px #fff inset;
            }

    .booking-widget-modal .form-control:disabled {
                border: #282828;
                        background: #fff;
    }

    







    p.validationError {
                    border: #8F0000;
                            background: #FCEDED;
                            color: #9A1919;
    }

    .booking-widget-modal select {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-select-expand-icon.svg") !important;
        background-size: 16px 16px;
    }
    .booking-widget-modal .datepicker-trigger .form-control {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-dates-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal .promo-code__icon {
                background-size: 16px 16px;
        background-repeat: no-repeat;
        height: 16px;
        width: 16px;
    }

    .booking-widget-modal .promo-code__icon.is-remove {
            }

    .month-selector .slick-slide .month-card.datepicker-trigger {
                    border: 1px solid #C8CACB;
                            border-radius: 0;
            }


    .form-floating>.form-control {
                height: 48px;
                                        color: #494D50;
    }

    #promoCodeInput .form-floating>.form-control::placeholder {
                background-color: #fff;
                border: none;
    }

    #promoCodeInput .form-group label {
                color: #494D50;
                        letter-spacing: upperc;
                        text-transform: NULL;
                opacity: unset;
    }

    .asd__day--selected, .asd__day.asd__day--enabled .asd__day-button:hover,  .asd__day--selected > * {
                background: #9E8A66  !important;
                        color: #FFFFFF  !important;
                        border: 1px solid #C8CACB  !important;
    }

    .asd__day--in-range, .asd__day--in-range > *, .asd__day--hovered, .asd__day--hovered > * {
                background: #9E8A66  !important;
                        color: #FFFFFF  !important;
                        border: 1px solid #9E8A66  !important;
    }

    .asd__day--enabled:focus {
        outline: none;
    }

    .asd__change-month-button--previous button svg, .asd__change-month-button--next button svg {
        display: none;
    }
    .asd__change-month-button--previous button::before {
                    content: url("/ibe/p3custom/images/icons/62782/datepicker-arrow-left-icon.svg");
            }
    .asd__change-month-button--next button::before {
                    content: url("/ibe/p3custom/images/icons/62782/datepicker-arrow-right-icon.svg");
            }

    .rtl #month-selector .asd__change-month-button--previous button::before {
        content: url("/ibe/p3custom/images/icons/62782/datepicker-arrow-right-icon.svg");
    }

    .rtl #month-selector .asd__change-month-button--next button::before {
        content: url("/ibe/p3custom/images/icons/62782/datepicker-arrow-left-icon.svg");
    }

    
    
    .asd__change-month-button>button {
        background-color: transparent !important;
        border: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
    }

    .asd__month-name {
        margin: 0 0 45px;
    }

    .asd__days-legend {
        top: 60px;
    }

        .booking-widget-modal select[name="children[1]"] {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal select[name="adults[1]"], .booking-widget-modal select[name="infants[1]"] {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-adult-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
        .booking-widget-modal select[name="children[2]"] {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal select[name="adults[2]"], .booking-widget-modal select[name="infants[2]"] {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-adult-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
        .booking-widget-modal select[name="children[3]"] {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal select[name="adults[3]"], .booking-widget-modal select[name="infants[3]"] {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-adult-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
        .booking-widget-modal select[name="children[4]"] {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal select[name="adults[4]"], .booking-widget-modal select[name="infants[4]"] {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-adult-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
        .booking-widget-modal select[name="children[5]"] {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal select[name="adults[5]"], .booking-widget-modal select[name="infants[5]"] {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-adult-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
        .booking-widget-modal select[name="children[6]"] {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal select[name="adults[6]"], .booking-widget-modal select[name="infants[6]"] {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-adult-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
        .booking-widget-modal select[name="children[7]"] {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal select[name="adults[7]"], .booking-widget-modal select[name="infants[7]"] {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-adult-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
        .booking-widget-modal select[name="children[8]"] {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal select[name="adults[8]"], .booking-widget-modal select[name="infants[8]"] {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-adult-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
        .booking-widget-modal select[name="children[9]"] {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal select[name="adults[9]"], .booking-widget-modal select[name="infants[9]"] {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-adult-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
        .booking-widget-modal select[name="children[10]"] {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal select[name="adults[10]"], .booking-widget-modal select[name="infants[10]"] {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-adult-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
        .booking-widget-modal select[name="children[11]"] {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal select[name="adults[11]"], .booking-widget-modal select[name="infants[11]"] {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-adult-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
        .booking-widget-modal select[name="children[12]"] {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal select[name="adults[12]"], .booking-widget-modal select[name="infants[12]"] {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-adult-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
        .booking-widget-modal select[name="children[13]"] {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal select[name="adults[13]"], .booking-widget-modal select[name="infants[13]"] {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-adult-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
        .booking-widget-modal select[name="children[14]"] {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal select[name="adults[14]"], .booking-widget-modal select[name="infants[14]"] {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-adult-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
        .booking-widget-modal select[name="children[15]"] {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-child-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
    .booking-widget-modal select[name="adults[15]"], .booking-widget-modal select[name="infants[15]"] {
        background-image: url("/ibe/p3custom/images/icons/62782/booking-widget-adult-icon.svg") !important;
        background-size: 16px 16px;
        background-repeat: no-repeat;
    }
        /* BOOKING WIDGET COMPONENT END */

    /* MODALS START */

    .modal-tabs .modal-body, .addonModal .modal-body, #termsModal .modal-body, #privacyPolicyModal .modal-body, #filterRoomCategoriesModal .modal-body {
        padding: 40px;
    }

    .modal-body,.modal-footer-sticky {
            }

    .modal-body__offers {
            }

    .modal-footer__offers {
            }
    .container-button-clear-filter {
            }

    .modal-bg-color {
                background: #FFF;
           }

            .tab-content .tab-property-details .icon.icon-location, .hotel-listing-post .icon.icon-location {
        background-image: url("/ibe/p3custom/images/icons/62782/hotel-address-icon.svg");
    }
    
            .tab-content .tab-property-details .icon.icon-phone {
        background-image: url("/ibe/p3custom/images/icons/62782/hotel-phone-icon.svg");
    }
    
             .tab-content .tab-property-details .icon.icon-mail{
        background-image: url("/ibe/p3custom/images/icons/62782/hotel-email-icon.svg");
    }
    
            .tab-content .tab-property-details .icon.icon-address, .hotel-listing-post .icon.icon-address {
        background-image: url("/ibe/p3custom/images/icons/62782/alt-hotel-address-icon.svg");
    }
    
            .tab-content .tab-property-details .icon.icon-phone {
        background-image: url("/ibe/p3custom/images/icons/62782/hotel-phone-icon.svg");
    }
    
            .buttons-list-alt-hotels .icon.icon-tab-map {
        background-image: url("/ibe/p3custom/images/icons/62782/tab-map-icon.svg");
    }
    


    @media screen and (max-width: 992px) {
                    p.validationError {
            color: #9A1919;
        }
        
        .modal-tabs .modal-body, .addonModal .modal-body, .modal-body, #termsModal .modal-body, #privacyPolicyModal .modal-body, #filterRoomCategoriesModal .modal-body  {
            padding: 32px 16px;
            border-radius: 0;
        }

        .modal-header {
            padding: 12px 16px 12px 0;
                        background: #04253C;
        }

        .navs-header {
                        background: #04253C;
        }

        .modal .icon-close-mobile .icon-close {
            background:  url("/ibe/p3custom/images/icons/62782/lightbox-close-mobile-icon.svg") no-repeat center;
        }

        .modal-tabs li .hotel-info-icon {
            cursor: pointer;
            width: 16px;
            height: 16px;
            background:  url("/ibe/p3custom/images/icons/62782/tab-info-icon.svg") no-repeat center;
            background-size: 100% 100%;
        }

        .modal-tabs .nav-tabs li a.active .hotel-info-icon {
            background:  url("/ibe/p3custom/images/icons/62782/tab-info-active-icon.svg") no-repeat center;
        }

        .modal-tabs li .gallery-icon {
            cursor: pointer;
            width: 16px;
            height: 16px;
            background:  url("/ibe/p3custom/images/icons/62782/tab-gallery-icon.svg") no-repeat center;
            background-size: 100% 100%;
        }

        .modal-tabs .nav-tabs li a.active .gallery-icon {
            background:  url("/ibe/p3custom/images/icons/62782/tab-gallery-active-icon.svg") no-repeat center;
        }

        .modal-tabs li .map-icon {
            cursor: pointer;
            width: 16px;
            height: 16px;
            background: url("/ibe/p3custom/images/icons/62782/tab-map-icon.svg") no-repeat center;
            background-size: 100% 100%;
        }

        .modal-tabs .nav-tabs li a.active .map-icon {
            background: url("/ibe/p3custom/images/icons/62782/tab-map-active-icon.svg") no-repeat center;
        }

        .lightbox-tab:focus {
            border: none;
        }

        .calendar-date:not(.calendar-date--loading).calendar-date--disabled:after {
            background-image: url("/ibe/p3custom/images/icons/62782/X-mobile.svg")!important;
        }

        .container .calendar-rows {
            padding-top: 24px;
            padding-bottom: 8px;
        }

        #no_avail_calendar {
            padding-bottom: 40px;
        }

        .pt-gap-between-usps-mobile {
            padding-top: 32px !important;
        }
    }


    
    
    .icon-expand-map {
        background: url("/ibe/p3custom/images/icons/62782/accordian-closed-icon.svg") no-repeat center;
    }

    .icon-info {
        height: 24px;
        width: 24px;
        display: inline-block;
        background: url("/ibe/p3custom/images/icons/62782/icon-info.svg") no-repeat center;
        margin-right: 16px;
        margin-top: 6px;
    }

    .icon-member-days {
        height: 24px;
        width: 24px;
        display: inline-block;
        background: url("/ibe/p3custom/images/icons/62782/icon-member-days.svg") no-repeat center;
    }

    .icon-tier-level {
        height: 24px;
        width: 24px;
        display: inline-block;
        background: url("/ibe/p3custom/images/icons/62782/icon-tier-level.svg") no-repeat center;
    }

    .icon-stayed {
        height: 24px;
        width: 24px;
        display: inline-block;
        background: url("/ibe/p3custom/images/icons/62782/icon-stayed.svg") no-repeat center;
    }

    .icon-handshake {
        height: 24px;
        width: 24px;
        display: inline-block;
        background: url("/ibe/p3custom/images/icons/62782/icon-handshake.svg") no-repeat center;
    }

    .addon-icon-info {
        height: 24px;
        width: 24px;
        display: inline-block;
        background: url("/ibe/p3custom/images/icons/62782/addon-icon-info.svg") no-repeat center;
        margin-right: 16px;
        margin-top: 6px;
    }

    .icon-info-loyalty {
        height: 16px;
        width: 16px;
        min-width: 16px!important;
        display: inline-block;
        background: url("/ibe/p3custom/images/icons/62782/icon-info-loyalty.svg") no-repeat center;

    }

    .nearby-link_color {
                color: #FFF2DB !important;
    }
    /* MODALS END */

    /* DIVIDERS START */
    .divider-line, .divider-mobile-hotel-info {
        width: 100%;
        height: 1px;
        align-self: stretch;
                background: #C8CACB;
    }

    .left-line,
    .right-line {
                background: #C8CACB;
    }

    /* TODO change background-color with db value */
    .divider-line-addons {
        width: 100%;
        height: 1px;
        align-self: stretch;
                    background-color: #C8CACB;
            }

    .divider-top-addons {
        border-top: 1px solid;
                    border-color: #C8CACB;
                padding: 40px 0;
    }

    .divider-top-sidebar {
        border-top: 1px solid;
                border-color: #C8CACB;
    }

    .divider-line__vertical, .divider-line__vertical--desktop {
        border-right: 1px solid;
                border-right-color: #C8CACB;
            }

    .divider__bottom--desktop {
        border-bottom: 1px solid;
                border-bottom-color: #C8CACB;
        }

    .full_border {
                border: 1px solid #C8CACB;
            }

    @media screen and (max-width: 992px) {
        .divider-line__vertical--desktop {
            border: none;
        }
        .divider__bottom--mobile {
                        border-bottom: 1px solid #C8CACB;
                    }
    }


    .divider {
                background: #C8CACB;
    }

    /* DIVIDERS END */

    /* ROOM COMPONENT START */
    .rateInfoIcon {
        width: 24px;
        height: 24px;
        background-image:  url("/ibe/p3custom/images/icons/62782/rate-name-icon.svg");
    }
    .rateInfoIconCss:before {
        background-image: url("/ibe/p3custom/images/icons/62782/rate-name-icon.svg");
    }
    .rate-tag-icon-free-cancellation:before {
        background-image: url("/ibe/p3custom/images/icons/62782/tag-free-cancel-icon.svg");
    }

    .rate-tag-icon-label {
                     }

    .rate_name__color {
                color: #0D0D0D;
    }

    h2.roomName__color {
                  color: #0D0D0D   !important;
            }

    .rooms-left {
                background-color: #fff;
            }
    .categoryName {
                color: #494D50;
            }

    .rooms-left .rooms-left__text, .from-price__on_image span {
                color: #0D0D0D;
            }

    .room-with-rates-wrapper {
                }

    .room-wrapper {
                background-color: #FFF;
                
}

    .card-border-bottom {
            }

    .room-wrapper .single-image {
            }

    .room-right-side {
                background-color: #FFF;
        
        }


    .modal-room-content {
                background-color: #FFF;
                padding: 40px;
    }

    .rate-container {
                border-bottom: 1px solid #C8CACB;
                        background: #fff;
    }

    .mobile-discount {
            }

    
    .rate-container:last-child {
        }

    .room-modal .rate-container {
                background: #FFF;
    }
    .modal .icon-close {
        background:  url("/ibe/p3custom/images/icons/62782/lightbox-close-icon.svg") no-repeat center;
    }


    @media screen and (max-width: 991px) {
        .modal .icon-close.icon-close-mobile {
            background:  url("/ibe/p3custom/images/icons/62782/lightbox-close-mobile-icon.svg") no-repeat center;
        }
    }

    /* Ascending state */
    #price-sorting.asc .sort-icon {
        background-image: url('/ibe/p3custom/images/icons/62782/sort-by-dropdown-closed.svg');
    }

    #price-sorting.asc:hover .sort-icon, #price-sorting.asc:focus .sort-icon {
        background-image: url('/ibe/p3custom/images/icons/62782/sort-by-dropdown-hover-closed.svg');
    }

    /* Descending state */
    #price-sorting.desc .sort-icon {
        background-image: url('/ibe/p3custom/images/icons/62782/sort-by-dropdown-open.svg');
    }

    #price-sorting.desc:hover .sort-icon,  #price-sorting.desc:focus .sort-icon {
        background-image: url('/ibe/p3custom/images/icons/62782/sort-by-dropdown-hover-open.svg');

    }


    /* ROOM COMPONENT END */

    /* ADDON COMPONENT START */

    .row.addon-content, .addonModal .modal-body, .addOns-item-group, .addon_component_bg_color, .payment-type-wrapper {
                 background: #FFF;
    }

    .addonModal .modal-dialog .modal-content  .modal-body .addon-modal-content .form-group select {
        background-image: url("/ibe/p3custom/images/icons/62782/form-select-expand-icon.svg") !important;
        background-size: 16px auto;
        background-repeat: no-repeat;
        background-position: calc(100% - 8px) center;
    }

    select, select:focus, select:active {
        background-image: url("/ibe/p3custom/images/icons/62782/form-select-expand-icon.svg") !important;
        background-repeat: no-repeat !important;
        background-size: 12px auto !important;
        background-position: calc(100% - 8px) center !important;
    }

    .addon-name__color {
                 color: #0D0D0D !important;
    }

    /* ADDON COMPONENT END */

    /* OFFERS COMPONENT START */
    .removeFilterBtn {
            }

    .selectedFilterOffer, .selectedFilterRoom {
                     background: #9E8A66;
                        border-radius: 32px;
        }

            .selectedFilterOffer p, .selectedFilterRoom p {
            color: #FFFFFF;
        }
    
    .selectedFilterOffer button:hover, .selectedFilterRoom button:hover {
                    background: #04253C;
            }

    .offer__search {
        }
   .offers-list__article, .offer-details .container {
                    background-color: #FFF;
        }

    .icon__offers__filter {
        content: url("/ibe/p3custom/images/icons/62782/filter-icon.svg");
    }

    .offers-form__filter-btn:hover .icon__offers__filter {
        content: url("/ibe/p3custom/images/icons/62782/filter-hover-icon.svg");
    }

    /* OFFERS COMPONENT END */

    /* BOOKING SUMMARY START */
    .booking-summary, .booking-summary-mobile {
                background: #F2F2F3;
                    }

    .booking-summary{
            }

    .booking-summary--top {
            }

    .booking-summary--bottom {
                border-top: 0;
    }

    .booking-summary p,
    .show-daily-rates-btn,
    .booking-summary-mobile p,
    .booking-summary h2,
    .booking-summary-mobile h2,
    .booking-summary a,
    .booking-summary-mobile a,
    .booking-summary span,
    .booking-summary-mobile span,
    .booking-summary div,
    .booking-summary-mobile div,
    .booking-summary-inline-link {
                color: #494D50;
    }

    .booking-summary-align-items {
                                    align-items: start;
        }

    .booking-summary .bookingSummaryBg .booking-summary-room-heading .cancellation-note, .booking-summary-mobile .cancellation-note,
    .booking-summary .booking-summary-room-row .cancellation-note {
        }
    .icon-booking-summary-expand {
        display: flex;
        background: url("/ibe/p3custom/images/icons/62782/summary-expand-room-icon.svg") no-repeat center;
        background-size: 100% 100%;
        height: 24px;
        width: 24px;
    }

    .icon-booking-summary-expand-rates {
        display: flex;
        background: url("/ibe/p3custom/images/icons/62782/summary-expand-rates-icon.svg") no-repeat center;
        background-size: 100% 100%;
        height: 16px;
        width: 16px;
        padding-bottom: 25px;
    }


    .filter-category-open {
        display: flex;
        background: url("/ibe/p3custom/images/icons/62782/filter-category-open.svg") no-repeat center;
        background-size: 100% 100%;
        height: 16px;
        width: 16px;
        padding-bottom: 25px;
    }



    .icon-booking-expand {
        background: url("/ibe/p3custom/images/icons/62782/summary-expand-room-icon.svg") no-repeat center;
    }

    /* BOOKING SUMMARY END */

    /* GUEST DETAILS PAGE START */

    .search-icon-input-address, .search-icon-input-address:active {
                background: url("/ibe/p3custom/images/icons/62782/form-search-icon.svg") no-repeat center, #fff !important;
            }

    .card-guest-details {
                            background: #FFF;
                    }
    .card_style {
                background: #FFF;
            }

    .room-upgrade-card--current {
            }

    .room-upgrade-card--upgrade, .room-upgrade-success__card, .current-room-card, .room-upgrade-card__mobile-header {
            }

    .room-upgrade-upgrades-bg {
            }

    @media (min-width: 992px) {
        .room-upgrade-card--upgrade .room-upgrade-card__desktop-header,
        .room-upgrade-cards--single .room-upgrade-upgrades--single .room-upgrade-card{
                    }
    }

    .room-upgrade-card__mobile-header, .room-upgrade-success__card,
    .room-upgrade-upgrades .room-upgrade-card, .room-upgrade-upgrades {
            }

    .current-room-card, .room-upgrade-success__body {
                    }

    .transport-details-section {
                    background: #FFF;
    }

    #guestDetailsForm .custom-select,  #filterModal .custom-select,
    .offer-details__terms-link i, #offers-form .infants-dropdown,
    #offers-form .children-dropdown, #offers-form .adults-dropdown,
    #offers-form .rooms-dropdown, #offers-form .children-ages-dropdown,
    #retrieve_form .custom-select, .custom-select__icon {
        padding: 4px 7px 4px 7px;
        background-image: url("/ibe/p3custom/images/icons/62782/icon-start.svg") !important;
        background-size: 16px auto !important;
        background-repeat: no-repeat;
        background-position: calc(100% - 8px) center;
    }

    .card-payment-details, .gift-voucher-redemption, .payment-type-wrapper, .pay-card, .transport-details-section {
                                background: #FFF;
    }

    .payment-details-wrapper .secureInfoText {
                color: #0D0D0D;
    }

    .secureInfoTextPrompt .secureInfoText {
                background: #FFF;
            }

    .payment-method-gift-voucher-parent, .payment-method-card-parent, .checked{
                     background: #F59C00 !important;
                }

    /* GUEST DETAILS PAGE END */

    .bordered-hotel {
        }

    /* CONFIRMATION PAGE START */
    .confirmation-bg_color {
        }
    .ibe-feature-container {
                border-bottom: 1px solid #C8CACB;
                    }

    .ibe-feature-container-border-radius-full {
            }

    .ibe-feature-container-border-top-radius {
            }

    .ibe-feature-container-border-left-radius {
            }

    .manage-booking-section_bg-color {
                background: #F2F2F3;
    }
    /* CONFIRMATION PAGE END */

    /* MANAGE MY BOOKING START */
    .retrieve-form-details {
                        background: #F2F2F3;
    }
    /* MANAGE MY BOOKING END */

    /* NO AVAILABILITY CALENDAR START */
    .calendar {
                                background: #F2F4F5;
        }

    .calendar-heading, .calendar-weekday {
                color: #0D0D0D;
    }

    .calendar-date {
                                background: #F2F4F5;
    }

    .calendar-date .calendar-date-heading, .calendar-date-price {
                color: #0D0D0D;
    }

    .calendar-date.calendar-date--disabled, .calendar-date.calendar-date--disabled {
                background-color: #FFFBF5;
    }

    .calendar-date.calendar-date--disabled .calendar-date-heading {
                color: #282828;
            }
    .ohip .calendar-date .calendar-date-no-availability {
        margin-top: 0 !important;
        z-index: 9;
    }

    .calendar-date:not(.calendar-date--loading).calendar-date--disabled:after {
        background-image: url("/ibe/p3custom/images/icons/62782/x.svg");
        background-repeat: no-repeat;
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        inset: 0;
        opacity: 1;
        background-position: center;
        background-size: cover;
    }

    @media screen and (min-width: 768px) {
        .ows .calendar-date.calendar-date--disabled .calendar-date-heading {
            background-color: transparent;
        }

        .calendar-date.calendar-date--disabled .calendar-date-heading {
                            background-color: #FFFBF5;
                    }

        .ohip .calendar-date .calendar-date-no-availability {
                            background-color: #FFFBF5;
                    }
    }
    /* NO AVAILABILITY CALENDAR END */


    .icon__down {
        content: url("/ibe/p3custom/images/icons/62782/icon-right.svg");
    }

    @media screen and (max-width: 1200px) {
        .icon__down {
            content: url("/ibe/p3custom/images/icons/62782/menu-select-icon.svg");
        }
    }

    .icon__down__loyalty {
        top: 0 !important;
        position: relative !important;
        content: url("/ibe/p3custom/images/icons/62782/menu-select-icon.svg") !important;
    }

    input[type="checkbox"]:focus + .custom-check, .inputWithToggle:focus + .form-check-label .custom-check {
                    border: 1px solid #000;
    }

    .floating-label input:focus + label,
    .floating-label.using-placeholder-shown input:not(:placeholder-shown) + label,
    .floating-label.using-valid input:valid + label {
                    color: #494D50;
    }
    .datepicker-trigger label {
                    color: #494D50;
    }

    /* start payment link */
    .payment-link-card {
        
        border-radius: 8px;
        padding: 40px;
    }

    .payment-by-link-guest-details .payment-details {
        
        padding:40px;
        border-radius: 16px;
    }

    .payment-by-link-guest-details.secureInfoText {
        border-radius: 16px;
        padding:16px;
    }

    @media screen and (max-width: 768px) {
        .payment-link-card {
                            background: #F59C00;
                        padding:32px 16px;
            border-radius: 14px;
            border-bottom: 1px solid #FAA80B;
        }

        .payment-details {
            padding:32px 14px;
            border-radius: 14px;
        }
        .payment-by-link-guest-details .payment-details {
                            background: #F59C00;
                        padding:40px 16px;
            border-radius: 16px;
        }
    }
    /* end payment link */

    /*start loyalty*/

           .icon.icon-members-area-sign-out {
        display: inline-block;
        background-size: 100% 100%;
        height: 24px;
        width: 24px;
        background-image: url("/ibe/p3custom/images/icons/62782/calendar-arrow-right.svg");
    }
    
    
    
           .password-displayed  .icon-show-password {
            background-size: 100% 100%;
            background-image: url("/ibe/p3custom/images/icons/62782/form-show-password-icon.svg");
        }
    
    
             .icon.icon-search-booking {
        display: inline-block;
        background-size: 100% 100%;
        height: 24px;
        width: 24px;
        background-image: url("/ibe/p3custom/images/icons/62782/form-search-icon.svg");
    }
    
    
           .icon-show-password {
        background-size: 100% 100%;
        background-image: url("/ibe/p3custom/images/icons/62782/form-hide-password-icon.svg");
    }
    

            li.password-validation.passed::before {
            background: url("/ibe/p3custom/images/icons/62782/condition-check-icon.svg");
        }
    
    
    .dataTables_paginate span a.paginate_button {
                    color: #9E8A66;
        
                    border: 1px solid #9E8A66;
            }

    .dataTables_paginate span a.paginate_button.current {
                    color: #04253C;
                            border: 1px solid #9E8A66;
                            background: #FFFFFF;
            }

    
    
    
    
     
    
    
    
    
    

    .member-rate-tooltip, .activity-column-tooltip {
                            }

    .member-rate-tooltip .small-text, .activity-column-tooltip .small-text {
            }

    
    .member-details-box {
                            }

    .container-days-until-next {
                        }

    /*end loyalty*/
    @media screen and (max-width: 1200px) {
        .loyalty-profile-option.active  {
                              background: #04253C;
                                    }

        .loyalty-profile-option  {
                    }

        .loyalty-profile-option.active .button-label.inline-link {
                           color: #FFFFFF !important;
                    }

    }

    .star_rating {
                            }

    .star_rating p {
            }


     .hotel-message a,
    .offer-details__content a {
                 color: #9E8A66 !important;
                         text-decoration-line: underline;
        }


           .icon-summary-expand {
        background-image: url("/ibe/p3custom/images/icons/62782/summary-expand-rates-icon.svg");
    }
    
           .icon-summary-expand.expanded {
        background-image: url("/ibe/p3custom/images/icons/62782/summary-collapse-rates-icon.svg");
    }
    
</style>
