﻿.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 {
        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;
    }
}

#datePickerModal .modal-dialog {
    margin: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border: 1px solid #e5ebed;
    width: 100%;
    max-width: none;
    padding: 0;
    overflow: auto;
    top: 6.25rem;
    left: 1.25rem;
    z-index:9998;
    display: none;
    font-family: arial;
    font-size: 0.9375rem;
    line-height: 1em;
    -webkit-box-shadow: 0px 0.25rem 0.375rem -0.125rem rgba(0, 0, 0, 0.05), 0px 0.625rem 0.9375rem -0.1875rem rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0.25rem 0.375rem -0.125rem rgba(0, 0, 0, 0.05), 0px 0.625rem 0.9375rem -0.1875rem rgba(0, 0, 0, 0.1);
}

    .daterangepicker.opensleft:before {
        right: 0.5625rem;
    }

    .daterangepicker.opensleft:after {
        right: 0.625rem;
    }

    .daterangepicker.openscenter:before, .daterangepicker.openscenter:after {
        left: 0;
        right: 0;
        width: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .daterangepicker.opensright:before {
        left: 0.5625rem;
    }

    .daterangepicker.opensright:after {
        left: 0.625rem;
    }

    .daterangepicker.drop-up {
        margin-top: -0.4375rem;
    }

        .daterangepicker.drop-up:before {
            top: initial;
            bottom: -0.4375rem;
            border-bottom: initial;
            border-top: 0.4375rem solid #ccc;
        }

        .daterangepicker.drop-up:after {
            top: initial;
            bottom: -0.375rem;
            border-bottom: initial;
            border-top: 0.375rem solid #fff;
        }

    .daterangepicker.single .daterangepicker .ranges,
    .daterangepicker.single .drp-calendar {
        float: none;
    }

    .daterangepicker.single .drp-selected {
        display: none;
    }

    .daterangepicker.show-calendar .drp-calendar,
    .daterangepicker.show-calendar .drp-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .daterangepicker .drp-calendar {
        display: none;
    }

        .daterangepicker .drp-calendar.left {
            padding: 0.625rem 0 0 0.625rem;
        }

        .daterangepicker .drp-calendar.right {
            padding: 0.625rem 0.625rem 0 0;
        }

        .daterangepicker .drp-calendar.single .calendar-table {
            border: none;
        }

    .daterangepicker thead tr:first-child {
        color: white;
        background: #cf0014;
    }

    .daterangepicker thead tr th:nth-last-child(1) {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }

    .daterangepicker thead tr th:nth-child(1) {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .daterangepicker tbody tr:nth-child(1):has(td.ends[data-title=r0c6]) {
        display: none;
    }

    .daterangepicker tbody tr:last-child td.ends {
        display: none;
    }

    .daterangepicker .calendar-table {
        border: 0.0625rem solid #fff;
        border-radius: 0.25rem;
        background-color: #fff;
        width: 100%;
    }

        .daterangepicker .calendar-table .next {
            border-top-right-radius: 0.5rem;
            border-bottom-right-radius: 0.5rem;
        }

            .daterangepicker .calendar-table .next span {
                color: #fff;
                border: solid white;
                border-width: 0 0.2rem 0.2rem 0;
                border-radius: 0;
                display: inline-block;
                padding: 0.299rem;
                margin-top: 6.5px;
            }

        .daterangepicker .calendar-table .prev span {
            color: #fff;
            border: solid white;
            border-width: 0 0.2rem 0.2rem 0;
            border-radius: 0;
            display: inline-block;
            padding: 0.299rem;
            margin-top: 6.5px;
        }

        .daterangepicker .calendar-table .next span {
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
        }

        .daterangepicker .calendar-table .prev span {
            -ms-transform: rotate(135deg);
            transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
        }

        .daterangepicker .calendar-table th {
            border-radius: 0;
            font-weight: 600;
            white-space: nowrap;
            text-align: center;
            vertical-align: middle;
            line-height: 1.5rem;
            font-size: 0.975rem;
            white-space: nowrap;
            cursor: pointer;
        }

        .daterangepicker .calendar-table td {
            white-space: nowrap;
            text-align: center;
            vertical-align: middle;
            line-height: 1.5rem;
            font-size: 0.975rem;
            white-space: nowrap;
            cursor: pointer;
        }

        .daterangepicker .calendar-table thead tr:nth-child(2),
        .daterangepicker .calendar-table td {
            min-width: 2.5rem;
            width: 2.5rem;
            height: 2.3rem;
        }

        .daterangepicker .calendar-table table {
            width: 100%;
            margin: 0;
            border-spacing: 0;
            border-collapse: separate;
            border-spacing: 0 2px;
        }

    .daterangepicker td.week,
    .daterangepicker th.week {
        font-size: 80%;
        color: #ccc;
    }

    .daterangepicker .available.in-range:not(:has(~ .in-range)):not(.off):not(.start-date):hover {
        border-radius: 0 1.25rem 1.25rem 0;
        border: 0.0625rem solid #cf0014;
        border-left: 0rem;
    }

    .daterangepicker .today {
        border: 0.0625rem solid #cf0014;
        color: #cf0014;
        border-radius: 1.25rem;
    }

    .daterangepicker .start-date.end-date {
        border-radius: 1.25rem !important;
        border-left: 0.0625rem solid #cf0014 !important;
    }

    .daterangepicker td.off {
        background-color: #fff;
        border-color: transparent;
        color: #99afb5;
    }

    .daterangepicker td.ends {
        visibility: hidden;
    }

    .daterangepicker td.in-range {
        background-color: rgba(207, 0, 20, 0.2);
        border-color: transparent;
        color: #cf0014;
        border-radius: 0;
        border-top: 0.0625rem solid #cf0014;
        border-bottom: 0.0625rem solid #cf0014;
    }

    .daterangepicker td.start-date {
        border-radius: 1.25rem 0 0 1.25rem;
        border: 0.0625rem solid #cf0014;
        border-right: 0rem;
    }

    .daterangepicker td.end-date {
        border-radius: 0 1.25rem 1.25rem 0;
        border: 0.0625rem solid #cf0014;
        border-left: 0rem;
    }

    .daterangepicker td.start-date.end-date {
        background-color: transparent;
        border: 0.0625rem solid #cf0014;
        border-radius: 1.25rem;
    }

        .daterangepicker td.start-date.end-date:hover {
            background: none !important;
        }

    .daterangepicker td.active {
        background-color: rgba(207, 0, 20, 0.2);
        color: #cf0014;
    }

        .daterangepicker td.active:hover {
            background-color: rgba(207, 0, 20, 0.2);
            color: #cf0014;
        }

    .daterangepicker th.month {
        width: auto;
        padding: 3px;
        font-size: 1.2rem;
    }

    .daterangepicker td.disabled:not(.start-date, .end-date),
    .daterangepicker option.disabled {
        color: #999;
        cursor: not-allowed;
        text-decoration: line-through;
    }

    .daterangepicker select.monthselect, .daterangepicker select.yearselect {
        font-size: 0.75rem;
        padding: 0.0625rem;
        height: auto;
        margin: 0;
        cursor: default;
    }

    .daterangepicker select.monthselect {
        margin-right: 2%;
        width: 56%;
    }

    .daterangepicker select.yearselect {
        width: 40%;
    }

    .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
        width: 3.125rem;
        margin: 0 auto;
        background: #eee;
        border: 0.0625rem solid #eee;
        padding: 0.125rem;
        outline: 0;
        font-size: 0.75rem;
    }

    .daterangepicker .calendar-time {
        text-align: center;
        margin: 0.25rem auto 0 auto;
        line-height: 1.875rem;
        position: relative;
    }

        .daterangepicker .calendar-time select.disabled {
            color: #ccc;
            cursor: not-allowed;
        }

    .daterangepicker .drp-buttons {
        clear: both;
        text-align: right;
        padding: 0.625rem;
        display: none;
        line-height: 0.75rem;
        vertical-align: middle;
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        background: inherit;
    }

        .daterangepicker .drp-buttons .drp-selected {
            display: none;
        }

        .daterangepicker .drp-buttons .applyBtn:disabled {
            display: none !important;
        }

        .daterangepicker .drp-buttons .applyBtn:not(:disabled) + .cancelBtn {
            display: none !important;
        }

        .daterangepicker .drp-buttons .applyBtnCutomMobile {
            width: 100%;
            font-size: 16px !important;
            font-weight: 600 !important;
        }

        .daterangepicker .drp-buttons .applyBtnCutom {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            height: 36px;
            border-radius: 10px !important;
            -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
            -webkit-box-align: center !important;
            -ms-flex-align: center !important;
            align-items: center !important;
            -webkit-box-shadow: 0 3px 13.3px 0 rgba(95, 96, 98, 0.05);
            box-shadow: 0 3px 13.3px 0 rgba(95, 96, 98, 0.05);
            color: white;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 24px;
            text-transform: uppercase;
            padding: 0 14px;
            background-color: #cf0013;
        }

            .daterangepicker .drp-buttons .applyBtnCutom::before {
                display: inline-block;
                /*content: url("/icons/close_white.svg");*/
                width: 16px;
                height: 16px;
                margin-bottom: 1px;
            }

    .daterangepicker .drp-selected {
        display: inline-block;
        font-size: 0.75rem;
        padding-right: 0.5rem;
    }

    .daterangepicker.show-ranges.single.rtl .drp-calendar.left {
        border-right: 0.0625rem solid #ddd;
    }

    .daterangepicker.show-ranges.single.ltr .drp-calendar.left {
        border-left: 0.0625rem solid #ddd;
    }

    .daterangepicker.show-ranges.rtl .drp-calendar.right {
        border-right: 0.0625rem solid #ddd;
    }

    .daterangepicker.show-ranges.ltr .drp-calendar.left {
        border-left: 0.0625rem solid #ddd;
    }

    .daterangepicker .ranges {
        float: none;
        text-align: left;
        margin: 0;
    }

        .daterangepicker .ranges:empty {
            display: none;
        }

    .daterangepicker.show-calendar .ranges {
        margin-top: 0.5rem;
    }

    .daterangepicker .ranges ul {
        list-style: none;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    .daterangepicker .ranges li {
        font-size: 0.75rem;
        padding: 0.5rem 0.75rem;
        cursor: pointer;
    }

        .daterangepicker .ranges li:hover {
            background-color: #eee;
        }

        .daterangepicker .ranges li.active {
            background-color: #08c;
            color: #fff;
        }

@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
        direction: ltr;
        text-align: left;
    }

        .daterangepicker .calendar-table td {
            font-size: 0.875rem;
        }

        .daterangepicker .ranges ul {
            width: 8.75rem;
        }

        .daterangepicker.single .ranges ul {
            width: 100%;
        }

        .daterangepicker.single .drp-calendar.left {
            clear: none;
        }

        .daterangepicker.single .ranges,
        .daterangepicker.single .drp-calendar {
            float: left;
        }

        .daterangepicker .drp-calendar.left {
            clear: left;
            margin-right: 0;
        }

            .daterangepicker .drp-calendar.left .calendar-table {
                border-right: none;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

        .daterangepicker .drp-calendar.right {
            margin-left: 0;
        }

            .daterangepicker .drp-calendar.right .calendar-table {
                border-left: none;
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

        .daterangepicker .drp-calendar.left .calendar-table {
            padding-right: .75rem;
        }

        .daterangepicker .ranges,
        .daterangepicker .drp-calendar {
            float: left;
        }

        .daterangepicker th.month {
            padding: 0;
            font-size: 0.975rem;
        }

        .daterangepicker .calendar-table .prev span {
            border-width: 0 0.225rem 0.225rem 0;
            padding: 0.1875rem;
        }

        .daterangepicker .calendar-table .next span {
            border-width: 0 0.225rem 0.225rem 0;
            padding: 0.1875rem;
        }
}

@media (min-width: 730px) {
    .daterangepicker {
        width: auto;
        border-radius: 0.5rem;
        margin-top: 0.4375rem;
    }

        .daterangepicker .ranges {
            width: auto;
            float: left;
        }

        .daterangepicker.rtl .ranges {
            float: right;
        }

        .daterangepicker .drp-calendar {
            max-width: 21.875rem;
        }

            .daterangepicker .drp-calendar.left {
                clear: none !important;
            }
}

@media (max-width: 627px) {
    .drp-buttons .applyBtnCutom {
        height: 48px;
    }
}

@media (max-width: 576px) {
    .daterangepicker .drp-calendar.left {
        padding: 0.625rem 0.625rem .75rem !important;
    }

    .daterangepicker .drp-calendar.right {
        padding: 0 0.625rem !important;
    }

    .drp-buttons {
        padding: .75rem 0.625rem 0.625rem !important;
    }
}

.section-container {
    max-width: 1440px !important;
    padding: 14px 96px;
}

.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;
}

.container-desktop {
    margin: 0 auto;
    max-width: 1440px !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 .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;
}

.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) {
    .section-container {
        padding: 14px 80px;
    }

    .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) {
    .section-container {
        padding: 20px 64px;
    }

    .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) {
    .section-container {
        padding: 8px;
        overflow-x: hidden;
    }

    .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 .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;
            background: #CF0014;
            color: #FFF;
            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 .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;
            }

    .call-us-section .stars {
        --star-size: 25px;
        --star-color: gray;
        --star-background: #006E8E;
        --percent: calc(var(--l) / 5 * 100%);
        display: inline-block;
        font-size: var(--star-size);
        font-family: Times;
        line-height: 1;
        &::before

{
    content: '★★★★★';
    letter-spacing: 1px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

}

@media (max-width: 767px) {
    .call-us-section {
        padding-top: 0;
    }

        .call-us-section .stars {
            --star-size: 25px;
        }

        .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 .stars {
        --star-size: 25px;
    }

    .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 .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;
    }

    .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;
            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 .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;
    }
}

.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;
    }

@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;
                }

@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: 15px;
}

    .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;
}

    #room-rates-container a {
        margin-top: 6px;
        color: #006E8E;
        font-size: 13px;
    }

        #room-rates-container a:hover {
            text-decoration: underline;
        }

.hotel-reviews-section {
    min-height: 138px;
}

    .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 .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;
    }

    .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;
        }

        .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*/
