﻿.nav {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    text-align: center !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #999;
    background-color: #fff;
    margin-top: 14px;
}

.nav .nav-item {
    width: 100% !important;
}

.nav .nav-item .nav-link {
    padding-bottom: 10px;
    line-height: 24px;
}

.nav a {
    color: #333 !important;
}

.nav .active {
    color: #006E8E !important;
    border-bottom: 2px solid #006E8E;
}

.nav.hide-md {
    display: none;
}

.navbar-container.show-md {
    display: block;
}

.navbar-container {
    background-color: #242424;
}

.navbar-container .navbar {
    font-family: "Inter", sans-serif !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 !important;
}

.navbar-container .navbar .nav-item {
    padding: 18px 0;
    cursor: pointer;
    color: #fff !important;
}

.navbar-container .navbar .nav-item:hover {
    color: #2dbae4 !important;
}

@media (max-width: 992px) {
    .navbar-container .nav-item {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .nav.hide-md {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .nav.hide-md .active {
        color: #006E8E !important;
    }

    .navbar-container.show-md {
        display: none;
    }
}

@media (max-width: 384px) {
    .nav.hide-md .nav-item {
        width: 100% !important;
    }

    .nav.hide-md .nav-item .nav-link {
        padding: 8px;
        padding-bottom: 10px;
        font-size: 14px;
    }

    .nav.hide-md a {
        color: #333 !important;
    }
}

@media (min-width: 992px) {
    #room-rates-form.px-lg-10 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
        row-gap: 2rem !important;
    }
}

@media (min-width: 767px){
    #room-rates-form #checkRoomRatesButton {
        --bs-btn-padding-y: 1rem !important;
        --bs-btn-padding-x: 1rem !important;
        --bs-btn-font-size: 1.25rem !important;
        --bs-btn-border-radius: var(--bs-border-radius-lg);
    }
}

.rooms-types-section {
    padding-top: 4px;
    padding-bottom: 4px;
}

.section-container h2 {
    color: #333333;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}

.content-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #FFF;
}

#photos,
#room-rates,
#about-hotel,
#hotel-location,
#traveler-sentiments,
#reviews {
    position: absolute;
    margin-top: -31px;
}

#room-cards-mobile {
    position: absolute;
    margin-top: -25px;
}

.custom-section-padding {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}


.hide-md {
    display: none;
}

.show-md {
    display: block;
}

#room-rates-container .inputs-container {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

#room-rates-container .d-flex.column-gap-5 {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.no-availability-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 40px 24px;
    background-color: #E5EBED;
    border-radius: 12px;
    text-align: center;
}

.no-availability-section .no-availability-header {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    max-width: 824px;
    color: #333;
}

.no-availability-section .no-availability-or {
    margin-top: 12px;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    max-width: 824px;
    text-align: center;
    color: #333;
}

.no-availability-section .no-availability-phone {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #CF0014;
}

.no-availability-section .no-availability-text {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}

.no-availability-section .no-availability-btn {
    padding: 10px 35px;
    margin-top: 10px;
}

.no-availability-section .no-availability-btn h2 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.hotel-rates-section h2 {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}

.hotel-rates-section .text-gray {
    color: #666;
}

.hotel-rates-section .rates-items-container {
    margin-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #CBD5E1;
    border-radius: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
}

.hotel-rates-section .rates-items-container .rates-item {
    max-width: 648px;
    line-height: 24px;
    color: #1E1C0F;
}

.hotel-rates-section .rates-items-container .rates-item .item-question {
    font-weight: 600;
    font-size: 16px;
}

.hotel-rates-section .rates-items-container .rates-item .item-answer {
    font-weight: 400;
    font-size: 14px;
}

.hotel-rates-section .rates-items-container .rates-btn {
    margin-left: 40px;
    padding: 15px 40px;
    font-size: 20px;
    font-weight: 600;
    min-width: 352px;
}


.traveler-sentiments-section .sentiments-widget-container, .about-widget-content {
    margin-top: 6px;
    border: 1px solid #CBD5E1;
    border-radius: 8px;
    overflow: hidden;
}

.about-widget-content {
    padding: 16px;
}

.traveler-sentiments-section .sentiments-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.traveler-sentiments-section .sentiments-header h2 {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}

.traveler-sentiments-section .sentiments-header .icon-items {
    gap: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #cf0014;
    font-weight: 600;
    line-height: 1.5rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.traveler-sentiments-section .sentiments-header .icon-items .campaign-phone:hover {
    color: rgb(166, 0, 16);
}

.traveler-sentiments-section .sentiments-header .sentiments-span {
    color: #333 !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    text-transform: none !important;
    text-align: end !important;
}

.faq-section .faq-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.faq-section .faq-header h2 {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}

.custom-section-padding .faq-header h3 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25rem;
    margin-bottom: 0.5rem !important;
}

.faq-section .faq-header .faq-phone {
    gap: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #cf0014;
    font-weight: 600;
    line-height: 1.5rem;
}

.faq-section .faq-items-container {
    margin-top: 8px;
    border: 1px solid #CBD5E1;
    border-radius: 8px;
}

.faq-section .faq-items-container .faq-item {
    padding: 16px 0;
    margin: 0 20px;
    border-bottom: 1px dotted #CBD5E1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.faq-section .faq-items-container .faq-item .item-question {
    color: #1E1C0F;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    /*line-height: 32px;*/
}

.faq-section .faq-items-container .faq-item .item-answer {
    color: #0F172A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px !important;
    /*letter-spacing: -0.3px;*/
}

.faq-section .faq-items-container :last-child {
    border-bottom: none;
}

@media (max-width: 1200px) {
    .custom-section-padding {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    .hotel-rates-section .rates-items-container .rates-btn {
        font-size: 16px;
        min-width: 296px;
    }
}

@media (max-width: 992px) {
    .custom-section-padding {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    .hotel-rates-section .rates-items-container .rates-btn {
        margin-left: 32px;
        font-size: 14px;
        min-width: 232px;
        padding: 15px 20px;
    }
}

@media (max-width: 767px) {
    .content-sticky {
        position: relative !important;
    }

    #photos,
    #room-rates,
    #about-hotel,
    #hotel-location,
    #traveler-sentiments,
    #reviews {
        margin-top: -29px;
    }

    .hotel-rates-section h2 {
        font-size: 20px !important;
    }

    .custom-section-padding {
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }

    .hide-md {
        display: none !important;
    }

    .show-md {
        display: block;
    }

    .no-availability-section {
        padding: 24px 10px;
    }

    .no-availability-section .no-availability-header {
        font-size: 18px;
        line-height: 26px;
        padding: 0 10px;
    }

    .no-availability-section .no-availability-or {
        margin-top: 0;
        font-size: 16px;
        line-height: 24px;
    }

    .no-availability-section .no-availability-phone {
        font-size: 24px;
    }

    .no-availability-section .no-availability-btn {
        line-height: 24px;
        font-size: 16px;
        padding: 8px 48px;
        margin-top: 9px;
    }

    #room-rates-container .inputs-container {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    #room-rates-container .d-flex.column-gap-5 {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100% !important;
    }

    #room-rates-container .d-flex.column-gap-5 div {
        width: 100% !important;
    }

    #room-rates-container .age-inputs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #room-rates-container .age-inputs > div {
        padding-top: 12px;
    }

    #room-rates-container .dropdown {
        width: 100% !important;
        max-width: none !important;
    }

    #room-rates-container .dropdown input {
        width: 100% !important;
    }

    #room-rates-container button.btn.btn-lg.btn-primary.align-self-center {
        font-size: 16px;
    }

    .custom-section-padding {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }

    .no-availability-section.no-availability-section-custom-gap {
        gap: 4px !important;
    }

    .map-container {
        height: 236px !important;
    }

    .faq-section .faq-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .faq-section .faq-header h2 {
        font-size: 1.25rem;
    }

    .custom-section-padding .faq-header h3 {
        font-size: 16px;
    }

    .faq-section .faq-items-container .faq-item {
        padding: 20px 0;
        margin: 0 16px;
    }

    .faq-section .faq-items-container .faq-item .item-question {
        /*font-size: 16px;*/
    }

    .faq-section .faq-items-container .faq-item .item-answer {
        /*font-size: 16px;*/
    }
}

@media (max-width: 390px) {
    .custom-section-padding {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .call-us-section .col-mobile .btns-container button {
        font-size: 13px !important;
    }
}

@media (max-width: 365px) {
    .no-availability-section .no-availability-btn {
        line-height: 20px;
        font-size: 14px;
        padding: 8px 16px;
    }
}

.advertisment-mobile {
    margin: 12px 0;
    padding: 8px 10px;
    gap: 8px;
    color: #FFF;
    background-color: #006E8E;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.advertisment-mobile .advertisment-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}

.advertisment-mobile .advertisment-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.advertisment-mobile .advertisment-content .advertisment-phone {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
}

.callUsLiveAgents {
    display: flex;
    width: 122%;
    align-items: flex-start;
    justify-content: center;
    margin-left: -15px;
    margin-bottom: 12px;
}

.callUsLiveAgents .callUsIcon {
    margin-top: 2px;
    margin-right: 5px;
    padding: 1px;
    border-radius: 50%;
    background-color: #cf0014;
    border: 1px solid #cf0014;
    width: 22px;
    height: 22px;
}

.callUsLiveAgents .callUsMessage {
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    color: rgb(33, 37, 41);
}

@media (min-width: 767px) {
    .advertisment-mobile {
        display: none;
    }
}

@media (min-width: 480px) {
    .callUsLiveAgents {
        display: none !important;
    }
}

@media (max-width: 350px) {
    .callUsLiveAgents .callUsMessage {
        font-size: 11px !important;
    }
}


.special-rates-container {
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #D6D6D6;
    /*gap: 4px;*/
    -webkit-box-shadow: 8px 0px 13.3px 0px rgba(95, 96, 98, 0.1490196078);
    box-shadow: 8px 0px 13.3px 0px rgba(95, 96, 98, 0.1490196078);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    background-color: #FFF;
    width: 100%;
    z-index: 2000;
    -webkit-box-shadow: -1px 3px 16px 8px rgba(0,0,0,0.32);
    box-shadow: -1px 3px 16px 8px rgba(0,0,0,0.32);
}

.special-rates-container .rates-text-upper {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
}

.special-rates-container .rates-text-upper .close-sign {
    position: absolute;
    right: 16px;
}

.special-rates-container .rates-text-lower {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    padding-bottom: 4px;
}

.special-rates-container .special-rates-btn {
    font-weight: 600;
    line-height: 14px;
    /*padding: 12px 16px;*/
}

.special-rates-container-close {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    bottom: -130px;
}

@media (min-width: 767px) {
    .special-rates-container {
        display: none;
    }
}

@media (max-width: 314px) {
    .special-rates-container .rates-text-upper,
    .special-rates-container .rates-text-lower {
        font-size: 13px;
    }

    .special-rates-container .special-rates-btn {
        font-weight: 600;
        line-height: 16px;
        /*padding: 12px 24px;*/
        font-size: 14px;
    }
}

.call-us-section {
    padding-top: 0px;
}

.call-us-section .col-left {
    padding-right: 52px;
}

.call-us-section .col-left .title {
    color: #333;
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
    max-width: 704px;
    text-transform: uppercase;
}

.call-us-section .col-left .stars-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
}

.call-us-section .col-left .stars-container .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.call-us-section .col-left .stars-container .stars .star {
    width: 25px;
    height: 25px;
    margin-right: 1px;
}

.call-us-section .col-left .address-and-phone {
    padding-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.call-us-section .col-right {
    padding-left: 0 !important;
}

.call-us-section .col-right .reserve-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    padding: 10px 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    width: 100% !important;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.call-us-section .col-right .alert-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    color: #D52031;
    font-size: 14px;
    line-height: 20px;
}

.call-us-section .col-mobile {
    gap: 7px;
}

.call-us-section .col-mobile .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin-top: 8px !important;
    text-transform: uppercase;
}

.call-us-section .col-mobile .address-mobile {
    padding-top: 5px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.call-us-section .col-mobile .ratings-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 26px;
    padding-top: 4px;
}

.call-us-section .col-mobile .ratings-container .stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.call-us-section .col-mobile .ratings-container .stars .star {
    width: 24px;
    height: 24px;
    margin-right: 2px;
}

.call-us-section .col-mobile .ratings-container .rating-img {
    width: 95px;
    height: 27px;
}

.call-us-section .col-mobile .btns-container {
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 11px;
}

.call-us-section .col-mobile .btns-container button {
    font-size: 14px;
    width: 100% !important;
    gap: 6px !important;
}

@media (max-width: 767px) {
    .call-us-section {
        padding-top: 0;
    }

    .call-us-section .col-mobile {
        line-height: 25px !important;
    }
}

@media (max-width: 384px) {
    .call-us-section .btns-container button {
        font-size: 12px !important;
        gap: 3px !important;
        padding: 8px !important;
    }
}

@media (max-width: 300px) {
    .call-us-section .rating-img {
        width: 67px;
        height: 21px;
    }
}

.about-hotel-section .hide-md {
    display: block;
}

.about-hotel-section .about-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-hotel-section .about-header h2 {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}

.about-hotel-section .about-header .icon-items {
    gap: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #cf0014;
    font-weight: 600;
    line-height: 1.5rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.about-hotel-section .about-header .icon-items .campaign-phone:hover {
    color: rgb(166, 0, 16);
}

.about-hotel-section .about-header .about-hotel-span {
    color: #333 !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    text-transform: none !important;
    text-align: end !important;
}

.about-hotel-section .about-widgets {
    padding: 20px 0;
}

.about-hotel-section .info-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px;
}

.about-hotel-section .info-items .info-header {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25rem;
    margin-bottom: 0.5rem !important;
}

.about-hotel-section .info-items .info-content {
    color: #000514;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
}

.about-hotel-section .info-items .info-content p {
    line-height: 26px;
}

.about-hotel-section .info-items .info-content li {
    list-style: disc;
    margin-left: 14px;
}

@media (max-width: 767px) {
    .about-hotel-section .hide-md {
        display: none;
    }

    .about-hotel-section .about-header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .about-hotel-section .about-header h2 {
        font-size: 20px;
    }

    .about-hotel-section .about-widgets {
        padding: 8px 0;
    }

    .about-hotel-section .info-items {
        gap: 16px;
    }

    .about-hotel-section .info-items .info-content p {
        line-height: 25px;
    }
}

.featured-amenities-section .amenities-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 38px;
    border-radius: 9px;
    background-color: #E5EBED;
    height: 5.5rem;
}

.featured-amenities-section .amenities-header .header-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0 38px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    background-color: #D0D6D8;
    border-radius: 8px;
    color: #333;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 36px;
    text-transform: uppercase;
}

.featured-amenities-section .amenities-header .amenities-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

.featured-amenities-section .amenities-sup-header {
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
}

.featured-amenities-section .amenities-content {
    color: #000514;
    font-size: 14px !important;
    font-style: normal;
    line-height: 22px !important;
}

.featured-amenities-section .amenities-content li {
    list-style: disc;
    margin-left: 14px;
}

.featured-amenities-section .amenities-content .about {
    margin-top: -15px;
}

.featured-amenities-section .amenities-content .about .about-header {
    font-weight: 600;
    margin-bottom: 9px !important;
    font-size: 20px;
}

.featured-amenities-section .amenities-content .about .about-content {
    font-size: 14px;
}

.featured-amenities-section .amenities-content .amenities-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
    margin: 1.5rem 0;
    font-size: 14px;
}

.featured-amenities-section .amenities-content .amenities-item .amenity-header {
    font-weight: 600;
    font-size: 16px;
}

@media (max-width: 767px) {
    .amenities-header {
        height: 70px !important;
    }

    .amenities-header .amenities-icons {
        padding-left: 18px;
    }

    .amenities-content .about {
        margin-top: 10px !important;
    }

    .amenities-content .about-header {
        margin-bottom: 12px;
        font-size: 16px !important;
    }

    .amenities-content .col-mobile {
        margin-bottom: -25px;
    }

    .amenities-content .amenities-item {
        gap: 7px !important;
        margin: 14px 0 27px 0 !important;
    }
}

.hotel-location-section .location-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}

.hotel-location-section .location-header h2 {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}

.hotel-location-section .location-header .location-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hotel-location-section .location-header .icon-items {
    gap: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #cf0014;
    font-weight: 600;
    line-height: 1.5rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.hotel-location-section .location-header .icon-items .campaign-phone:hover {
    color: rgb(166, 0, 16);
}

.hotel-location-section .location-header .location-secondary h2 {
    color: #333 !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    text-transform: none !important;
    text-align: end !important;
}

.hotel-location-section .location-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 8px;
    /*padding: 1.5rem;*/
    padding: 16px;
    -webkit-box-shadow: 0px 2px 8px 0px #bbbbbb;
    box-shadow: 0px 2px 8px 0px #bbbbbb;
}

.hotel-location-section .location-info ::-webkit-scrollbar {
    width: 4px;
    /* width of the entire scrollbar */
}

.hotel-location-section .location-info ::-webkit-scrollbar-track {
    background-color: rgb(255, 255, 255);
    /* color of the tracking area */
}

.hotel-location-section .location-info ::-webkit-scrollbar-thumb {
    background-color: rgba(85, 85, 85, 0.37);
    /* color of the scrollbar thumb */
    border-radius: 19px;
    /* roundness of the scroll thumb */
}

.hotel-location-section .location-info .info-text {
    overflow: auto;
    height: 310px;
    color: #000514;
    line-height: 1.3rem;
    padding-right: 0.625rem;
    font-size: 14px;
}

.hotel-location-section .location-info button {
    height: 54px;
    padding: 0.75rem 2.5rem;
    border: 1px solid #DDD;
    line-height: 1.5rem;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.hotel-location-section .map-container {
    max-height: 432px;
    padding-left: 11px;
    min-height: 236px;
}

.hotel-location-section .map-container .map-frame {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 8px 0px #aaaaaa;
    box-shadow: 0px 2px 8px 0px #aaaaaa;
}

#modalHotelMap .modal-header {
    border-bottom: 1px solid #B3C3C8;
}

#modalHotelMap .modal-header .modal-custom_close_btn {
    color: #003847 !important;
}

#modalHotelMap .modal-map-container {
    height: 813px;
}

#modalHotelMap .modal-map-container .map-frame {
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

@media (max-width: 767px) {
    .hotel-location-section .location-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .hotel-location-section .location-header h2 {
        font-size: 20px !important;
    }

    .hotel-location-section .location-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        padding: 16px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #CBD5E1;
    }

    .hotel-location-section .location-info .info-text {
        overflow: auto;
        height: 300px;
        color: #000514;
        line-height: 1.3rem;
        padding-right: 0.625rem;
    }

    .hotel-location-section .location-info button {
        height: 54px;
        padding: 0.75rem 2.5rem;
        border: 1px solid #DDD;
        line-height: 1.5rem;
        text-transform: uppercase;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .hotel-location-section .map-container {
        padding-left: 0;
        margin-bottom: 24px;
    }

    .hotel-location-section .map-container .map-frame {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #modalHotelMap .modal-map-container {
        height: 661px;
    }

    #modalHotelMap .modal-header {
        padding: 8px 16px !important;
        border: none;
    }

    #modalHotelMap .modal-title {
        margin-bottom: 7px !important;
    }
}

.rooms-types-section .hide-md {
    display: inline-block;
}

.rooms-types-section .rooms-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rooms-types-section .rooms-container .left-content h2 {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}

.rooms-types-section .rooms-container .left-content .check-in, .rooms-types-section .rooms-container .left-content .rooms {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rooms-types-section .rooms-container .left-content .check-in .text-colored, .rooms-types-section .rooms-container .left-content .rooms .text-colored {
    color: #006e8e;
    padding-right: 5px;
}

.rooms-types-section .rooms-container .left-content .check-in .separator, .rooms-types-section .rooms-container .left-content .rooms .separator {
    margin: 0 12px;
}

.rooms-types-section .rooms-container button {
    padding: 12px 40px;
}

@media (max-width: 767px) {
    .rooms-types-section .hide-md {
        display: none;
    }

    .rooms-types-section h2 {
        font-size: 20px !important;
    }

    .rooms-types-section .rooms-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .rooms-types-section .rooms-container .left-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .rooms-types-section .rooms-container .left-content .rooms {
        margin-top: 4px;
    }

    .rooms-types-section .rooms-container .left-content .text-colored {
        color: #000 !important;
    }

    .rooms-types-section .rooms-container .left-content .check-in {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .rooms-types-section .rooms-container button {
        padding: 3px 20px;
        font-size: 12px;
        margin-top: 10px;
    }
}

.check-current-room-section .hide-md {
    display: inline-block;
}

.check-current-room-section .rooms-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.check-current-room-section .rooms-container .left-content {
    margin-right: 80px;
}

.check-current-room-section .rooms-container .left-content h2 {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}

.check-current-room-section .rooms-container .right-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.check-current-room-section .rooms-container .right-content .text-primary {
    color: rgb(207, 0, 20) !important;
}

@media (max-width: 767px) {
    .check-current-room-section {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .check-current-room-section .hide-md {
        display: none;
    }

    .check-current-room-section h2 {
        font-size: 20px !important;
    }

    .check-current-room-section .rooms-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .check-current-room-section .rooms-container .left-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 0;
    }
}

.links-section .shadow-container {
    border-radius: 8px;
    -webkit-box-shadow: 0px 3px 13.3px rgba(95, 96, 98, 0.05);
    box-shadow: 0px 3px 13.3px rgba(95, 96, 98, 0.05);
    border: 1px solid rgba(221, 221, 221, 0.8705882353);
}

.links-section .shadow-container .link-container {
    border-top: 1px dotted rgba(221, 221, 221, 0.8705882353);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 0;
    margin: 0 20px;
    gap: 8px;
}

.links-section .shadow-container .link-container:first-child {
    border-top: none;
}

.links-section .shadow-container .link-container .title {
    color: #1E1C0F;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}

.links-section .shadow-container .link-container .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 18px;
}

.links-section .shadow-container .link-container .links .link-custom {
    color: #006E8E;
    line-height: 24px;
    width: 25%;
    font-size: 14px;
}

.links-section .shadow-container .link-container .links .link-custom:hover {
    text-decoration: underline !important;
}

@media (max-width: 767px) {
    .links-section .shadow-container {
        -webkit-box-shadow: none;
        box-shadow: none;
        gap: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .links-section .shadow-container .link-container {
        padding: 16px 0;
        margin: 0 16px;
    }

    .links-section .shadow-container .link-container .title {
        font-size: 16px;
        /*line-height: 24px;*/
    }

    .links-section .shadow-container .link-container .links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2px;
    }

    .links-section .shadow-container .link-container .links .link-custom {
        color: #006E8E;
        font-weight: 400;
        width: auto;
    }
}

.scroll-up-mobile {
    display: none;
}

@media (max-width: 767px) {
    .scroll-up-mobile {
        position: fixed;
        bottom: 64px;
        right: 10px;
        z-index: 998;
    }
}

.slider-section-container {
    max-width: 1440px !important;
    padding: 14px 96px !important;
}

.slider-section-container h2 {
    color: #333333;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .slider-section-container {
        padding: 14px 80px !important;
    }

    .call-us-section .col-right .alert-text {
        gap: 2px;
    }
}

@media (max-width: 992px) {
    .slider-section-container {
        padding: 20px 64px !important;
    }

    .about-hotel-section .info-items .info-header {
        font-size: 16px;
    }

    .featured-amenities-section .amenities-sup-header {
        font-size: 16px;
    }

    .featured-amenities-section .amenities-content .about .about-header {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .slider-section-container {
        padding: 0px !important;
    }
}

.slider-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slider-section .slider-col {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 69%;
}

.slider-section .hotel-info {
    padding: 25px 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border-radius: 0.813rem;
    border: 1px solid #D2D7D8;
    background-color: #FFF;
    -webkit-box-shadow: 0px 3px 13.3px 0px rgba(95, 96, 98, 0.05);
    box-shadow: 0px 3px 13.3px 0px rgba(95, 96, 98, 0.05);
    margin-left: 16px !important;
    max-width: 368px;
    width: 31%;
    max-height: 423px;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.slider-section .hotel-info .content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    padding: 0 12px;
}

.slider-section .hotel-info iframe {
    width: 140px;
    height: 148px;
}

.slider-section .hotel-info .icon-items {
    gap: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-section .hotel-info .separator {
    height: 1px;
    border-bottom: 1px dashed #DDDDDD;
    width: 100%;
}

.slider-section .hotel-info .price {
    color: #006e8e;
    font-weight: 600;
    line-height: 20px;
    padding-top: 7px;
    font-size: 14px;
}

.slider-section .hotel-info .price .currency {
    font-size: 28px;
    font-weight: 700;
    line-height: 3rem;
}

.slider-section .hotel-info .btn-see-rooms {
    font-size: 16px;
    padding: 8px 22px;
}

.slider-section .no-image-placeholder-wrapper {
    min-width: 100%;
    max-height: 422px;
    min-height: 422px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.slider-section .no-image-placeholder-wrapper .no-image-placeholder {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='156' height='238' viewBox='0 0 156 238' fill='none'%3E%3Cpath d='M127.352 25.5813H6.09334C4.72662 25.5813 3.61867 24.4734 3.61867 23.1067V5.47466C3.61867 4.10794 4.72661 3 6.09333 3H147.768C149.135 3 150.243 4.10795 150.243 5.47467V23.1067C150.243 24.4734 149.135 25.5813 147.768 25.5813H139.725L139.107 216.44V216.44C146.794 216.44 153.027 222.672 153.027 230.36V235H3V229.432C3 222.257 8.81672 216.44 15.992 216.44V216.44H45.688' stroke='%23CF0014' stroke-width='4.94933' stroke-linecap='round'/%3E%3Cpath d='M16.6113 34.5508L16.6113 213.345' stroke='%23CF0014' stroke-width='4.94933' stroke-linecap='round'/%3E%3Cpath d='M139.415 216.439H77.2394M56.8234 183.649V216.439H77.2394M56.8234 183.649H77.2394M56.8234 183.649H50.6367L51.6805 175.167C55.2444 146.204 96.8657 145.181 101.849 173.933L103.533 183.649H97.6554M97.6554 183.649H77.2394M97.6554 183.649L97.9647 215.82M77.2394 183.649V216.439' stroke='%23CF0014' stroke-width='4.94933'/%3E%3Crect x='28.3653' y='40.7403' width='21.0347' height='23.5093' stroke='%23CF0014' stroke-width='4.94933'/%3E%3Crect x='28.3653' y='77.8575' width='21.0347' height='23.5093' stroke='%23CF0014' stroke-width='4.94933'/%3E%3Crect x='28.3653' y='114.979' width='21.0347' height='23.5093' stroke='%23CF0014' stroke-width='4.94933'/%3E%3Crect x='67.3419' y='40.7403' width='21.0347' height='23.5093' stroke='%23CF0014' stroke-width='4.94933'/%3E%3Crect x='67.3419' y='77.8575' width='21.0347' height='23.5093' stroke='%23CF0014' stroke-width='4.94933'/%3E%3Crect x='67.3419' y='114.979' width='21.0347' height='23.5093' stroke='%23CF0014' stroke-width='4.94933'/%3E%3Crect x='106.316' y='40.7403' width='21.0347' height='23.5093' stroke='%23CF0014' stroke-width='4.94933'/%3E%3Crect x='106.316' y='77.8575' width='21.0347' height='23.5093' stroke='%23CF0014' stroke-width='4.94933'/%3E%3Crect x='106.316' y='114.979' width='21.0347' height='23.5093' stroke='%23CF0014' stroke-width='4.94933'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    width: 654.5px;
    height: 423px;
}

.slider-section .no-image-placeholder-wrapper .no-image-placeholder_nav {
    width: 195px;
    height: 130px;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='156' height='238' viewBox='0 0 156 238' fill='none'%3E%3Cpath d='M127.352 25.5813H6.09334C4.72662 25.5813 3.61867 24.4734 3.61867 23.1067V5.47466C3.61867 4.10794 4.72661 3 6.09333 3H147.768C149.135 3 150.243 4.10795 150.243 5.47467V23.1067C150.243 24.4734 149.135 25.5813 147.768 25.5813H139.725L139.107 216.44V216.44C146.794 216.44 153.027 222.672 153.027 230.36V235H3V229.432C3 222.257 8.81672 216.44 15.992 216.44V216.44H45.688' stroke='%23CF0014' stroke-width='4.94933' stroke-linecap='round'/%3E%3Cpath d='M16.6113 34.5508L16.6113 213.345' stroke='%23CF0014' stroke-width='4.94933' stroke-linecap='round'/%3E%3Cpath d='M139.415 216.439H77.2394M56.8234 183.649V216.439H77.2394M56.8234 183.649H77.2394M56.8234 183.649H50.6367L51.6805 175.167C55.2444 146.204 96.8657 145.181 101.849 173.933L103.533 183.649H97.6554M97.6554 183.649H77.2394M97.6554 183.649L97.9647 215.82M77.2394 183.649V216.439' stroke='%23CF0014' stroke-width='4.94933'/%3E%3Crect x='28.3653' y='40.7403' width='21.0347' height='23.5093' stroke='%23CF0014' stroke-width='4.94933'/%3E%3Crect x='28.3653' y='77.8575' width='21.0347' height='23.5093' stroke='%23CF0014' stroke-width='4.94933'/%3E%3Crect x='28.3653' y='114.979' width='21.0347' height='23.5093' stroke='%23CF0014' stroke-width='4.94933'/%3E%3Crect x='67.3419' y='40.7403' width='21.0347' height='23.5093' stroke='%23CF0014' stroke-width='4.94933'/%3E%3Crect x='67.3419' y='77.8575' width='21.0347' height='23.5093' stroke='%23CF0014' stroke-width='4.94933'/%3E%3Crect x='67.3419' y='114.979' width='21.0347' height='23.5093' stroke='%23CF0014' stroke-width='4.94933'/%3E%3Crect x='106.316' y='40.7403' width='21.0347' height='23.5093' stroke='%23CF0014' stroke-width='4.94933'/%3E%3Crect x='106.316' y='77.8575' width='21.0347' height='23.5093' stroke='%23CF0014' stroke-width='4.94933'/%3E%3Crect x='106.316' y='114.979' width='21.0347' height='23.5093' stroke='%23CF0014' stroke-width='4.94933'/%3E%3C/svg%3E");
}

#no-image-placeholder {
    display: none;
}

.slider-section .image-loading-placeholder-wrapper {
    min-width: 100%;
    max-height: 422px;
    min-height: 423px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

.slider-section .image-loading-placeholder-wrapper .image-loading-placeholder {
    width: 654.5px;
    height: 423px;
    border-radius: 4px;
    -webkit-animation: ghoust-loading 1s linear infinite alternate;
    animation: ghoust-loading 1s linear infinite alternate;
}

.slider-section .image-loading-placeholder-wrapper .image-loading-placeholder_nav {
    width: 195px;
    height: 130px;
    border-radius: 6.868px;
    -webkit-animation: ghoust-loading 1s linear infinite alternate;
    animation: ghoust-loading 1s linear infinite alternate;
}

@media (max-width: 1260px) {
    .hotel-info .content-container .item-lower {
        max-width: 138px;
        text-align: center;
    }
}

@media (max-width: 1110px) {
    .hotel-info .price {
        font-size: 12px !important;
    }

    .hotel-info .price .currency {
        font-size: 22px !important;
    }

    .hotel-info .btn-see-rooms {
        font-size: 12px !important;
    }
}

@media (max-width: 767px) {
    .slider-section .no-image-placeholder-wrapper .no-image-placeholder {
        width: 100vw;
        max-height: 240px;
        background-size: 90px;
    }

    .slider-section .image-loading-placeholder-wrapper {
        min-height: auto;
    }

    .slider-section .image-loading-placeholder-wrapper .image-loading-placeholder {
        width: 100vw;
        max-height: 240px;
    }
}

.custom-slider_preview_wrapper {
    width: 100%;
    min-width: 200px;
    position: absolute;
}

.custom-slider_preview_wrapper .custom-slider_nav_wrapper {
    margin-left: 16px;
}

.custom-slider_preview {
    position: relative;
    max-width: 654.5px;
    min-width: calc(100% - 654.5px - 16px);
    width: 100%;
}

.custom-slider_preview .slick-slide img {
    border-radius: 4px;
    min-width: 654.5px;
    max-height: 423px;
    min-height: 423px;
    -o-object-fit: cover;
    object-fit: cover;
    visibility: hidden;
    position: absolute;
}

.custom-slider_preview_nav .slick-list .slick-track {
    width: auto !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.custom-slider_preview_nav .slick-list .slick-track .slick-slide {
    width: auto !important;
    padding-bottom: 16px;
}

.custom-slider_preview_nav .slick-list .slick-track .slick-slide:last-child {
    padding-bottom: 0px;
}

.custom-slider_preview_nav .slick-slide {
    display: none;
}

.custom-slider_preview_nav .slick-slide:nth-child(-n+3) {
    display: block;
}

.custom-slider_preview_nav .slick-slide img {
    border-radius: 6.868px;
    width: 195px;
    height: 130px;
    visibility: hidden;
    position: absolute;
}

.custom-slider_preview_lable {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 9.5px 8.57px;
    visibility: hidden;
}

.custom-slider_preview_lable button {
    border-radius: 16px;
    color: #194C59;
    font-size: 12px;
    font-weight: 600;
    border: none;
    padding: 4px 12px 4px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-slider_preview_lable button svg {
    width: 16px;
    height: 16px;
}

.custom-slider_preview_lable button span {
    margin-left: 4px;
}

.custom-slider_preview_lable button:hover {
    background: #cacccd;
}

.custom-slider_preview_control {
    position: absolute;
    padding: 21.2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.custom-slider_preview_control button {
    height: 44px;
    padding: 10px;
    border: none;
    border-radius: 8px;
    background: #D2D7D8;
    visibility: hidden;
}

.custom-slider_preview_control button:hover {
    background: #cacccd;
}

.custom-slider_preview_control button svg {
    width: 24px;
    height: 24px;
}

.custom-slider_preview_counter {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 51.711px;
    height: 30.826px;
    margin-right: 8px;
    margin-bottom:10px;
}

.custom-slider_preview_counter p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 8px;
    background: #D2D7D8;
    border-radius: 42px;
    font-size: 15px;
    font-weight: 500;
}

.custom-slider_room {
    position: relative;
    width: 100%;
}

.custom-slider_room_control {
    position: absolute;
    padding: 0 12.13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 109.86px;
}

.custom-slider_room_control button {
    width: 36.379px;
    height: 36.283px;
    padding: 6px 8px;
    border: none;
    border-radius: 8px;
    background: #D2D7D8;
    display: none;
}

.custom-slider_room_control button:hover {
    background: #cacccd;
}

.custom-slider_room_control button svg {
    width: 20px;
    height: 20px;
}

.custom-slider_room .slick-slide {
    border-radius: 10px;
    overflow: hidden;
}

.custom-slider_room .slick-slide img {
    min-width: 100%;
    max-height: 256px;
    min-height: 256px;
    -o-object-fit: cover;
    object-fit: cover;
}

.custom-slider_room_counter {
    display: none;
}

.custom-slider_modal {
    width: 100%;
}

.custom-slider_modal-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 5.125rem 0rem 5.125rem;
    position: relative;
}

.custom-slider_modal_control-prev, .custom-slider_modal_control-next {
    height: 56px;
    background: #E5EBED;
    border-radius: 8px;
    padding: 16px;
    border: none;
}

.custom-slider_modal_control-next {
    margin-left: 28px;
}

.custom-slider_modal_control-prev {
    margin-right: 28px;
}

.custom-slider_modal_for {
    max-width: 865px;
    min-width: calc(100% - 85px - 85px);
    width: 100%;
}

.custom-slider_modal_for .slick-list img {
    border-radius: 4px;
    min-width: 865px;
    max-height: 578px;
    -o-object-fit: cover;
    object-fit: cover;
}

.custom-slider_modal_nav {
    margin-top: 24px;
    padding: 0 166px;
    padding-bottom: 51px;
}

.custom-slider_modal_nav .slick-list .slick-track {
    width: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.custom-slider_modal_nav .slick-list .slick-track::after, .custom-slider_modal_nav .slick-list .slick-track::before {
    content: none;
}

.custom-slider_modal_nav .slick-list .slick-track .slick-slide {
    width: auto !important;
    margin-right: 16px;
    position: relative;
}

.custom-slider_modal_nav .slick-list .slick-track .slick-slide::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}

.custom-slider_modal_nav .slick-list .slick-track .slick-slide:last-child {
    margin-right: 0;
}

.custom-slider_modal_nav .slick-list .slick-track .slick-slide img {
    border-radius: 4px;
    width: 160px;
    height: 107px;
}

.custom-slider_modal_nav .slick-list .slick-track .slick-current::before {
    content: none;
}

.custom-slider_modal_counter {
    width: 101px;
    background: #D0D6D7;
    padding: 8px;
    border-radius: 22px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 182px;
    margin-bottom: 16px;
}

.custom-slider_modal_counter p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    font-size: 16px;
    font-weight: 700;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    border-radius: 4px;
}

@media (max-width: 1225px) {
    .custom-slider_room_control {
        top: 40%;
    }
}

@media (max-width: 576px) {
    .custom-slider_room_counter {
        display: block;
        width: 52px;
        background: #D0D6D7;
        padding: 4px 8px;
        border-radius: 22px;
        position: absolute;
        bottom: 0;
        right: 0;
        margin-right: 4px;
        margin-bottom: 3.04px;
        visibility: hidden;
    }

    .custom-slider_room_counter p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #333;
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .custom-slider_preview .slick-slide img {
        border-radius: 0px;
        min-width: 100%;
        max-height: 240px;
        min-height: 240px;
    }

    .custom-slider_preview_control {
        padding: 14.96px;
    }
}

@media (max-width: 767px) {
    .custom-slider_room .slick-slide img {
        margin: -10% 0;
        height: 256px;
        min-height: initial;
        max-height: initial;
    }

    .custom-slider_preview {
        max-width: 100%;
    }

    .custom-slider_preview .slick-slide img {
        border-radius: 0px;
        min-width: 100%;
    }

    .slick-slider .slick-track, .slick-slider .slick-list {
        border-radius: 0 !important;
    }
}

@media (max-width: 992px) {
    .custom-slider_modal .slick-slide img {
        min-width: 100%;
        max-height: 400px;
    }
}

.slider {
    display: none;
    visibility: hidden;
}

.slider.slick-initialized {
    display: block;
    visibility: visible;
}

#room-rates-container {
    visibility: hidden;
    position: absolute;
    margin: 0 auto;
}

#room-rates-container a {
    margin-top: 6px;
    color: #006E8E;
    font-size: 13px;
}

#room-rates-container a:hover {
    text-decoration: underline !important;
}

.hotel-reviews-section {
    min-height: 138px;
}

.hotel-reviews-section #reviews-container {
    padding-left: 2px;
}

.hotel-reviews-section .hotel-reviews-section-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 6px;
}

.hotel-reviews-section .hotel-reviews-section-header .title {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}

.hotel-reviews-section .hotel-reviews-section-header .campaign-phone:hover {
    color: rgb(166, 0, 16);
}

.hotel-reviews-section .sup-title h2 {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    text-align: end;
}

.hotel-reviews-section .title {
    padding-right: 32px;
}

.hotel-reviews-section_call {
    font-size: 16px;
}

.hotel-reviews-section_card {
    padding: 20px;
    min-height: 160px;
}


.hotel-reviews-section_card_rating {
    font-size: 16px;
}

.hotel-reviews-section_card_rating_header {
    gap: 12px;
}

.hotel-reviews-section_card_rating_header .user-icon {
    background-color: #E5EBED;
    border-radius: 56px;
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hotel-reviews-section_card_rating_header .user-icon svg {
    width: 16px;
    height: 16px;
}

.hotel-reviews-section_card_rating_footer {
    margin-top: 12px;
    max-width: 124px;
    width: 100%;
}

.hotel-reviews-section_card_review h3 {
    font-size: 20px;
}

.hotel-reviews-section_card_review {
    font-size: 14px;
    gap: 12px;
    border-left: 1px solid #CBD5E1;
    padding-left: 28px !important;
    line-height: 20px;
    padding-right: 0;
}

.hotel-reviews-section_card_review button.btn.collapsed .show_review {
    display: block;
}

.hotel-reviews-section_card_review button.btn.collapsed .hide_review {
    display: none;
}

.hotel-reviews-section_view-more_btn {
    margin-top: 8px;
    padding: 16px 40px !important;
}

.hotel-reviews-section .collapse-review-card {
    min-height: auto !important;
}

.hotel-reviews-section .hotel-reviews-section_card_rating_footer_lable {
    margin-top: 11px;
    color: #000514;
    font-weight: 500;
    font-size: 14px;
}

.hotel-reviews-section .text-custom {
    color: #006E8E;
}

.hotel-reviews-section .progress-bar {
    background-color: #006E8E;
}

@media (max-width: 992px) {
    .hotel-reviews-section_card {
        min-height: 180px;
    }

    .hotel-reviews-section_card_review h3 {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .hotel-reviews-section .hotel-reviews-section-header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 10px;
    }


    .hotel-reviews-section .title {
        font-size: 20px;
        padding: 0;
        text-align: center;
    }

    .hotel-reviews-section_view-more_btn {
        margin-top: 0;
        padding: 12px !important;
        border: none !important;
        background-color: #006E8E !important;
    }

    .hotel-reviews-section_card {
        padding: 12px;
    }

    .hotel-reviews-section_card_review {
        gap: 0px;
        border-left: none;
        font-size: 16px;
    }

    .hotel-reviews-section_card_review button {
        margin-top: 12px;
        font-size: 16px;
        line-height: 24px;
    }

    .hotel-reviews-section_card_review button span {
        color: #333;
    }

    .hotel-reviews-section .hotel-reviews-section_card_review {
        padding: 0 12px !important;
        font-size: 14px;
    }

    .hotel-reviews-section .hotel-reviews-section_card_rating {
        padding-bottom: 10px;
    }

    .hotel-reviews-section .text-custom {
        color: #006E8E;
    }

    .hotel-reviews-section .progress-bar {
        background-color: #006E8E;
    }
}

.ghoust-room-cards-section {
    gap: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
}

.ghoust-room-cards-section .row-container {
    padding: 16px;
    border: 1px solid #D2D7D8;
    border-radius: 16px;
    margin-bottom: 16px;
}

.ghoust-room-cards-section .slider-container {
    padding-right: 22px;
}

.ghoust-room-cards-section .slider-container .ghoust-custom-slider_room {
    position: relative;
    width: 100%;
    min-width: 100%;
    height: 256px;
    border-radius: 10px;
    -webkit-animation: ghoust-loading 1s linear infinite alternate;
    animation: ghoust-loading 1s linear infinite alternate;
}

.ghoust-room-cards-section .description-container {
    padding-left: 2px;
}

.ghoust-room-cards-section .description-container .content-upper .title {
    min-width: 60%;
    -webkit-animation: ghoust-loading 1s linear infinite alternate;
    animation: ghoust-loading 1s linear infinite alternate;
    height: 20px;
    width: 100px;
    border-radius: 0.5rem;
}

.ghoust-room-cards-section .description-container .content-upper .secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

.ghoust-room-cards-section .description-container .content-upper .secondary div {
    min-width: 20%;
    -webkit-animation: ghoust-loading 1s linear infinite alternate;
    animation: ghoust-loading 1s linear infinite alternate;
    height: 20px;
    border-radius: 0.5rem;
}

.ghoust-room-cards-section .description-container .content-upper .icons-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-top: 5px;
}

.ghoust-room-cards-section .description-container .content-upper .icons-container div {
    min-width: calc(20% - 12px);
    -webkit-animation: ghoust-loading 1s linear infinite alternate;
    animation: ghoust-loading 1s linear infinite alternate;
    height: 20px;
    border-radius: 0.5rem;
}

.ghoust-room-cards-section .description-container .separator {
    height: 1px;
    content: "-";
    background-color: #D2D7D8;
    width: 100%;
    margin-top: 8px;
}

.ghoust-room-cards-section .description-container .content-lower {
    padding-top: 8px;
    min-height: 161px;
}

.ghoust-room-cards-section .description-container .content-lower .info {
    border-right: 1px solid #D2D7D8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ghoust-room-cards-section .description-container .content-lower .info .text-green-1 {
    margin-top: 9px;
    height: 40px;
    -webkit-animation: ghoust-loading 1s linear infinite alternate;
    animation: ghoust-loading 1s linear infinite alternate;
    border-radius: 0.5rem;
}

.ghoust-room-cards-section .description-container .content-lower .info .text-green-2 {
    margin-top: 9px;
    height: 20px;
    -webkit-animation: ghoust-loading 1s linear infinite alternate;
    animation: ghoust-loading 1s linear infinite alternate;
    border-radius: 0.5rem;
    width: 20%;
}

.ghoust-room-cards-section .description-container .content-lower .price-col {
    border-right: 1px solid #d2d7d8;
    padding: 0 12px;
}

.ghoust-room-cards-section .description-container .content-lower .price-col .price {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px;
}

.ghoust-room-cards-section .description-container .content-lower .price-col .price .old-price {
    width: 50%;
    height: 20px;
    -webkit-animation: ghoust-loading 1s linear infinite alternate;
    animation: ghoust-loading 1s linear infinite alternate;
    border-radius: 0.5rem;
}

.ghoust-room-cards-section .description-container .content-lower .price-col .price .current-price {
    width: 100%;
    height: 20px;
    -webkit-animation: ghoust-loading 1s linear infinite alternate;
    animation: ghoust-loading 1s linear infinite alternate;
    border-radius: 0.5rem;
}

.ghoust-room-cards-section .description-container .content-lower .price-col .price .text {
    width: 50%;
    height: 20px;
    -webkit-animation: ghoust-loading 1s linear infinite alternate;
    animation: ghoust-loading 1s linear infinite alternate;
    border-radius: 0.5rem;
}

.ghoust-room-cards-section .description-container .content-lower .price-col .price-cad {
    margin-top: 8px;
}

.ghoust-room-cards-section .description-container .content-lower .btn-col {
    color: #cf0014;
    padding-left: 24px;
}

.ghoust-room-cards-section .description-container .content-lower .btn-col .text-btn {
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
    -webkit-animation: ghoust-loading 1s linear infinite alternate;
    animation: ghoust-loading 1s linear infinite alternate;
    height: 20px;
    border-radius: 0.5rem;
}

.ghoust-room-cards-section .description-container .content-lower .btn-col .text {
    text-align: center;
    line-height: 20px;
}

.ghoust-room-cards-section .description-container .content-lower .btn-col .reserve-btn {
    margin-top: 2px;
    padding: 14px 16px;
    width: 100% !important;
    height: 54px;
    -webkit-animation: ghoust-loading 1s linear infinite alternate;
    animation: ghoust-loading 1s linear infinite alternate;
}

.ghoust-room-cards-section .accordion .accordion-button {
    max-width: 360px;
    height: 20px;
    padding-top: 10px;
    -webkit-animation: ghoust-loading 1s linear infinite alternate;
    animation: ghoust-loading 1s linear infinite alternate;
    border-radius: 0.5rem;
}

.ghoust-room-cards-section .accordion .accordion-button:after {
    content: none;
}

.ghoust-room-cards-section .hide-lg {
    display: none !important;
}

.ghoust-room-cards-section .show-lg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

@media (max-width: 1270px) {
    .ghoust-room-cards-section .description-container .content-lower .btn-col .reserve-btn {
        padding: 10px 12px;
    }
}

@media (max-width: 992px) {
    .ghoust-room-cards-section {
        gap: 16px;
    }

    .ghoust-room-cards-section .row-container {
        padding: 16px 12px 12px 12px;
        border-radius: 8px;
        margin-bottom: 16px;
    }

    .ghoust-room-cards-section .slider-container {
        padding: 0;
        max-width: 100%;
    }

    .ghoust-room-cards-section .description-container {
        padding-left: 0;
    }

    .ghoust-room-cards-section .description-container .content-upper .title {
        margin-top: 14px;
    }

    .ghoust-room-cards-section .description-container .content-upper .icons-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
    }

    .ghoust-room-cards-section .description-container .content-upper .icons-container div {
        width: 30%;
    }

    .ghoust-room-cards-section .description-container .separator {
        height: 1px;
        content: "-";
        background-color: #D2D7D8;
        width: 100%;
        margin-top: 6px;
    }

    .ghoust-room-cards-section .description-container .content-lower {
        padding: 0 0 13px 0 !important;
        min-height: auto;
    }

    .ghoust-room-cards-section .description-container .content-lower .info {
        border-right: none;
    }

    .ghoust-room-cards-section .description-container .content-lower .price-col {
        padding-right: 4px;
        border-right: none;
    }

    .ghoust-room-cards-section .description-container .content-lower .price-col .price {
        margin-top: 14px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .ghoust-room-cards-section .description-container .content-lower .price-col .price-cad {
        margin-top: 8px;
        text-align: start;
    }

    .ghoust-room-cards-section .description-container .content-lower .price-col .price-cad .secondary {
        margin-top: 8px;
    }

    .ghoust-room-cards-section .description-container .content-lower .btn-col {
        padding-left: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }

    .ghoust-room-cards-section .description-container .content-lower .btn-col .text-btn {
        margin-top: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .ghoust-room-cards-section .description-container .content-lower .btn-col .reserve-btn {
        margin-top: 2px;
        padding: 11px 16px;
    }

    .ghoust-room-cards-section .description-container .content-lower .btn-col .check-rates-btn {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        max-width: 171px;
    }

    .ghoust-room-cards-section .description-container .view-rooms-mobile {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .ghoust-room-cards-section .description-container .view-rooms-mobile .accordion-button {
        margin-top: 10px;
        max-width: 198px;
    }

    .ghoust-room-cards-section .hide-lg {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .ghoust-room-cards-section .show-lg {
        display: none !important;
    }

    .ghoust-room-cards-section .regular-price-view .description-container .content-upper {
        min-height: auto;
    }
}

@-webkit-keyframes ghoust-loading {
    0% {
        background-color: hsl(200, 20%, 80%);
    }

    100% {
        background-color: hsl(200, 20%, 95%);
    }
}

@keyframes ghoust-loading {
    0% {
        background-color: hsl(200, 20%, 80%);
    }

    100% {
        background-color: hsl(200, 20%, 95%);
    }
}

.loading-animation {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.85);
    display: none;
}

.loading-animation.show-loader {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.loading-animation .fa {
    color: #d23a2a;
    font-size: 50px;
}

.loading-animation h3 {
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
}

.loading-animation .fa-spin-custom {
    -webkit-animation: spin 3000ms infinite linear;
    animation: spin 3000ms infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.slick-arrow {
    opacity: 65% !important;
}

.slick-arrow:hover {
    opacity: 75% !important;
}

.slick-showall-images-text {
    color: black !important;
}

.slick-rooms-showall-count {
    opacity: 65% !important;
}

.slick-rooms-showall-count:hover {
    opacity: 75% !important;
}

.slick-showall-images {
    opacity: 70% !important;
}

.slick-showall-images:hover {
    opacity: 80% !important;
}
/* call us mobile number start */

.with-from-price {
    display: block;
}

.without-from-price {
    display: none;
}

.preSearchPhoneCampaign {
    display: block;
}

.postSearchPhoneCampaign {
    display: none;
}

.phone-campaign {
    text-align: center;
    margin-top: 10px;
    line-height: 1.3;
}

.h4-alternative {
    display: block;
    font-size: 1em;
    margin-top: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.phone-campaign .h4-alternative {
    color: black;
    font-size: 20px;
    margin-top: 2px;
    font-weight: 700 !important;
}

@media (min-width: 768px) and (max-width: 1280px) {
    .phone-campaign {
        font-size: 14px !important;
    }

    .phone-campaign .h4-alternative {
        font-size: 14px !important;
    }
}

.call-us {
    text-align: center;
    font-size: 18px;
    margin-top: 25px;
    font-weight: 700;
}

.h4-alternative-staticroom {
    display: block;
    font-size: 1em;
    margin-top: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
}

@media (max-width: 992px) {
    .call-us {
        text-align: center;
        font-size: 20px;
        margin-top: 25px;
        font-weight: 500;
        margin-bottom: 2px;
    }

    .h4-alternative-staticroom > p, .h4-alternative-staticroom > a > span {
        font-size: 18px !important;
    }
}
/*call us mobile number end*/

.campaign-phone-title  {
    color: #cf0014 !important;
}


.room-cards-section {
    gap: 16px;
    display: flex;
    flex-direction: column;
}

.room-cards-section .row-container {
    padding: 16px 22px 16px 16px;
    border: 1px solid #D2D7D8;
    border-radius: 16px;
    box-shadow: 0px 2px 5px 0px #eee;
}

.room-cards-section .slider-container {
    padding-right: 22px;
}

.room-cards-section .slider-container img {
    width: 100%;
}

.room-cards-section .description-container {
    padding-left: 2px;
    display: flex;
    flex-direction: column;
}

.room-cards-section .description-container .content-upper {
    color: #333;
}

.room-cards-section .description-container .content-upper .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
}

.room-cards-section .description-container .content-upper .secondary {
    line-height: 29px;
}

.room-cards-section .description-container .content-upper .icons-container {
    display: flex;
    gap: 10px;
}

.room-cards-section .description-container .content-upper .icons-container img {
    width: 24px;
    height: 24px;
    margin-right: 6px;
}

.room-cards-section .description-container .separator {
    border-top: 1px solid #D2D7D8;
    width: 100%;
    margin-top: 8px;
}

.room-cards-section .description-container .content-lower {
    padding-top: 8px;
    flex: 1;
}

.room-cards-section .description-container .content-lower .info {
    border-right: 1px solid #D2D7D8;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.room-cards-section .description-container .content-lower .info .text-green {
    margin-top: 9px;
    display: flex;
    align-items: flex-start;
}

.room-cards-section .description-container .content-lower .info .text-green div {
    color: #006900;
    line-height: 24px;
}

.room-cards-section .description-container .content-lower .info .text-green img {
    margin-right: 4px;
}

.room-cards-section .description-container .content-lower .info .text-green svg {
    flex-shrink: 0;
    margin-right: 4px;
}

.room-cards-section .description-container .content-lower .info .free-cancellation {
    margin-top: 10px;
}

.room-cards-section .description-container .content-lower .info .non-refundable {
    color: #CF0014;
    margin-top: 10px;
}

.room-cards-section .description-container .content-lower .price-col {
    border-right: 1px solid #d2d7d8;
    padding: 0 12px;
}

.room-cards-section .description-container .content-lower .price-col .price {
    color: #006E8E;
    text-align: end;
    margin-top: 17px;
}

.room-cards-section .description-container .content-lower .price-col .price .old-price {
    font-weight: 300;
    line-height: 20px;
    text-decoration: line-through;
}

.room-cards-section .description-container .content-lower .price-col .price .current-price {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.room-cards-section .description-container .content-lower .price-col .price .current-price span {
    font-size: 16px;
}

.room-cards-section .description-container .content-lower .price-col .price-cad {
    margin-top: 8px;
    color: #555555;
    text-align: end;
}

.room-cards-section .description-container .content-lower .price-col .price-cad .cad-price {
    font-size: 14px;
    /*line-height: 31px;
                        font-weight: 700;*/
}

.room-cards-section .description-container .content-lower .price-col .price-cad .cad-price span {
    font-size: 12px;
}

.room-cards-section .description-container .content-lower .price-col .price-cad .secondary {
    font-size: 12px;
    line-height: 16px;
}

.room-cards-section .description-container .content-lower .btn-col {
    color: #cf0014;
    padding-left: 24px;
    padding-right: 24px;
}

.room-cards-section .description-container .content-lower .btn-col .text-btn {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.room-cards-section .description-container .content-lower .btn-col .text-green {
    text-align: center;
    color: #006900;
    line-height: 25px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}


.room-cards-section .description-container .content-lower .btn-col .text-btn img {
    margin-right: 4px;
}

.room-cards-section .description-container .content-lower .btn-col .text {
    text-align: center;
    line-height: 20px;
}

.room-cards-section .description-container .content-lower .btn-col .reserve-btn {
    font-size: 16px;
    margin-top: 2px;
    padding: 11px 16px;
    width: 100% !important;
    -webkit-appearance: none;
}

.room-cards-section .accordion .accordion-button {
    padding-top: 10px;
}

.room-cards-section .accordion .accordion-button:after,
.room-cards-section .accordion .accordion-button:not(.collapsed):after {
    background-image: url(/icons/arrow-accordion.svg);
}

.room-cards-section .accordion .accordion-button:after {
    background-size: 24px;
    width: 24px;
    height: 24px;
}

.room-cards-section .extended-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 12px 0;
    font-size: 14px;
    line-height: 22px!important;
    color: #333
}

.room-cards-section .extended-content .title {
    font-weight: 600;
    margin-bottom: 14px !important;
}

.room-cards-section .extended-content h3 {
    font-size: 20px;
}

.room-cards-section .extended-content h4 {
    font-size: 16px;
}

.room-cards-section .extended-content .text-upper {
    margin-top: 22px;
    line-height: 26px;
}

.room-cards-section .extended-content .icons-items-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.room-cards-section .extended-content .icons-items-container .icon-item {
    display: flex;
    align-items: center
}

.room-cards-section .extended-content .icons-items-container .icon-item img {
    margin-right: 8px;
    align-self: baseline
}

.room-cards-section .extended-content .amenities div li {
    list-style: disc;
    margin-left: 14px
}

.room-cards-section .extended-content .cancellation .cancellation-secondary {
    margin-bottom: 22px
}

.room-cards-section .extended-content .cancellation li {
    list-style: disc;
    margin-left: 14px
}

.room-cards-section .extended-content .roomamenitycols {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    list-style-position: inside;
    list-style: disc;
    margin-left: 14px;
}

.room-cards-section .hide-lg {
    display: none!important
}

.room-cards-section .show-lg {
    display: flex!important
}

.room-cards-section .before-search-view .content-lower {
    display: flex;
    justify-content: space-between
}

.room-cards-section .before-search-view .content-lower .btn-col {
    border-left: 1px solid #d2d7d8;
    max-width: 240px
}

@media (max-width: 1270px) {
    .room-cards-section .description-container .content-lower .btn-col .reserve-btn {
        font-size: 14px;
        padding: 10px 12px;
    }

    .btn img {
        width: 16px !important;
        height: 16px !important;
    }
}

@media (min-width: 480px) and (max-width: 992px) {

    .room-cards-section .description-container .content-lower .price-col .price .current-price {
        font-size: 22px !important;
        /*line-height: 35px;*/
    }

        .room-cards-section .description-container .content-lower .price-col .price .current-price + div {
            font-size: 17px !important;
        }

        .room-cards-section .description-container .content-lower .price-col .price .current-price span {
            font-size: 16px !important;
        }

    .room-cards-section .description-container .content-lower .price-col .price-cad .cad-price {
        font-size: 17px !important;
        /*line-height: 31px;
                        font-weight: 700;*/
    }

    .room-cards-section .description-container .content-lower .price-col .price-cad .secondary {
        /*margin-top: 8px;*/
        font-size: 15px !important;
        line-height: 1.2;
    }
}

    @media(max-width: 992px) {
        .room-cards-section {
            gap:16px
        }

            .room-cards-section .row-container {
                padding: 12px;
                border-radius: 8px
            }

            .room-cards-section .slider-container {
                padding: 0;
                max-width: 100%
            }

            .room-cards-section .description-container {
                padding-left: 0
            }

                .room-cards-section .description-container .content-upper .title {
                    font-size: 18px;
                    line-height: 24px;
                    margin-top: 14px
                }

                .room-cards-section .description-container .content-upper .secondary {
                    font-size: 16px;
                    line-height: 26px
                }

                .room-cards-section .description-container .content-upper .icons-container {
                    display: flex;
                    flex-direction: column;
                    gap: 8px;
                    font-size: 14px
                }

                    .room-cards-section .description-container .content-upper .icons-container img {
                        width: 24px;
                        height: 24px;
                        margin-right: 6px
                    }

                .room-cards-section .description-container .separator {
                    height: 1px;
                    content: "-";
                    background-color: #d2d7d8;
                    width: 100%;
                    margin-top: 6px
                }

                .room-cards-section .description-container .content-lower {
                    padding: 0 0 13px!important;
                    min-height: auto
                }

                    .room-cards-section .description-container .content-lower .info {
                        border-right: none;
                        padding-top: 10px
                    }

                        .room-cards-section .description-container .content-lower .info .text-green {
                            font-size: 14px
                        }

                            .room-cards-section .description-container .content-lower .info .text-green div {
                                line-height: 20px
                            }

                            .room-cards-section .description-container .content-lower .info .text-green img.discount-label {
                                margin-top: -3px
                            }

                            .room-cards-section .description-container .content-lower .info .text-green svg {
                                fill: #006900
                            }

                        .room-cards-section .description-container .content-lower .info .free-cancellation {
                            margin-top: 4px;
                            font-size: 14px
                        }

                        .room-cards-section .description-container .content-lower .info .non-refundable {
                            font-size: 14px
                        }

                    .room-cards-section .description-container .content-lower .price-col {
                        padding-right: 4px;
                        border-right: none
                    }

                        .room-cards-section .description-container .content-lower .price-col .price {
                            margin-top: 24px;
                            text-align: start;
                            color: #006e8e
                        }

                            .room-cards-section .description-container .content-lower .price-col .price .current-price {
                                font-size: 20px
                            }

                                .room-cards-section .description-container .content-lower .price-col .price .current-price+div {
                                    font-size: 14px
                                }

                                .room-cards-section .description-container .content-lower .price-col .price .current-price span {
                                    font-size: 16px
                                }

                        .room-cards-section .description-container .content-lower .price-col .price-cad {
                            margin-top: 8px;
                            text-align: start
                        }

                            .room-cards-section .description-container .content-lower .price-col .price-cad .secondary {
                                font-size: 14px;
                                line-height: 1.2
                            }

                    .room-cards-section .description-container .content-lower .btn-col {
                        color: #cf0014;
                        padding-left: 30px;
                        display: flex;
                        flex-direction: column;
                        justify-content: end;
                        padding-right: 12px
                    }

                        .room-cards-section .description-container .content-lower .btn-col .text-btn {
                            font-size: 14px;
                            align-items: center
                        }

                            .room-cards-section .description-container .content-lower .btn-col .text-btn img {
                                margin-right: 4px;
                                width: 16px;
                                height: 16px
                            }

                        .room-cards-section .description-container .content-lower .btn-col .text {
                            text-align: start
                        }

                        .room-cards-section .description-container .content-lower .btn-col .reserve-btn {
                            font-size: 16px;
                            margin-top: 2px;
                            padding: 11px 16px
                        }

                        .room-cards-section .description-container .content-lower .btn-col .check-rates-btn {
                            align-self: center;
                            max-width: 171px
                        }

                .room-cards-section .description-container .view-rooms-mobile {
                    justify-content: center
                }

                    .room-cards-section .description-container .view-rooms-mobile .accordion-button {
                        color: #006e8e;
                        margin-top: 0;
                        font-size: 14px
                    }

            .room-cards-section .extended-content {
                gap: 26px;
                margin-top: -11px;
                padding-bottom: 0
            }

                .room-cards-section .extended-content .title {
                    margin-bottom: 10px;
                    margin-top: 16px;
                    font-size: 16px
                }

                .room-cards-section .extended-content .text-upper {
                    line-height: 15px
                }

                .room-cards-section .extended-content .icons-items-container .icon-item {
                    line-height: 22px
                }

                    .room-cards-section .extended-content .icons-items-container .icon-item svg {
                        flex-shrink: 0
                    }

                .room-cards-section .extended-content .amenities div {
                    display: block
                }

                .room-cards-section .extended-content .separator {
                    height: 1px;
                    content: "-";
                    background-color: #d2d7d8;
                    width: 100%;
                    margin-top: -9px
                }

                .room-cards-section .extended-content .close-btn {
                    border: none!important;
                    margin-top: -18px
                }

            .room-cards-section .hide-lg {
                display: flex!important
            }

            .room-cards-section .show-lg {
                display: none!important
            }

            .room-cards-section .canadian-price-view .description-container .content-upper,.room-cards-section .regular-price-view .description-container .content-upper,.room-cards-section .regular-price-view-multiple-rates .description-container .content-upper,.room-cards-section .before-search-view .description-container .content-upper {
                min-height: auto
            }

            .room-cards-section .before-search-view .content-lower {
                justify-content: center
            }

                .room-cards-section .before-search-view .content-lower .btn-col {
                    border-left: none
                }
    }

    @media(max-width: 400px) {
        .room-cards-section .description-container .content-lower .btn-col .text {
            line-height:14px;
            font-size: 12px
        }
    }

    @media(max-width: 360px) {
        .room-cards-section .description-container .content-lower .btn-col {
            padding-left:14px
        }

            .room-cards-section .description-container .content-lower .btn-col .reserve-btn {
                font-size: 13px
            }
    }

    @media(max-width: 768px){
        .room-cards-section .extended-content .roomamenitycols {
            -webkit-column-count: 2;
            -moz-column-count: 2;
            column-count: 2;
            list-style-position: inside;
            list-style: disc;
            margin-left: 14px;
            padding-right: 5px
        }

            .room-cards-section .extended-content .roomamenitycols .roomamenitycolstext {
                word-break: break-word;
                padding-right: 5px;
            }
    }

