@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@100..900&family=Inter:wght@300;400;500;600&display=swap');

:root,
:host {
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
    --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url("../webfonts/fa-light-300.woff2") format("woff2"), url("../webfonts/fa-light-300.ttf") format("truetype");
}

@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
}

.far,
.fa-regular {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
}

.fal,
.fa-light {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
}

input[type="text"]::-ms-clear,
input[type="text"]::-webkit-search-cancel-button {
    pointer-events: none;
    display: none;
    width: 0;
    height: 0;
}

input[type="text"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}


body {
    font-family: 'Inter', sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
}

a {
    color: #681235;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.25s ease-in-out;
}

    a:focus {
        outline: none;
    }

    a:hover {
        text-decoration: none;
        color: #999;
    }

    a.link {
        text-decoration: underline;
    }

    a.txt-link {
        color: #000;
    }

        a.txt-link:hover {
            color: #000;
            text-decoration: underline;
        }

    a.underline {
        color: #000;
        font-weight: 500;
        text-decoration: underline;
    }

        a.underline:hover {
            color: #681235;
        }

b,
strong {
    font-weight: 600;
}

.font-red {
    color: #ff0000;
}

hr {
    border-color: #000;
}

    hr.border-dashed {
        border-style: dashed;
    }

textarea:focus,
input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

*:focus {
    outline: none;
}

p {
    letter-spacing: normal;
    margin-bottom: 20px;
}

    p.intro {
        font-size: 20px;
    }

ul {
    margin-bottom: 0;
    padding-left: 20px;
}

    ul li {
        margin-bottom: 0;
        position: relative;
    }

ol {
    padding-left: 20px;
}

    ul li,
    ol li {
        padding: 2px 5px;
        line-height: 1.4;
        text-align: left;
    }

    ol.breadcrumb {
        margin-bottom: 0;
    }

ul.list-unstyled li:before {
    display: none;
}

img {
    max-width: 100%;
}

    img.full-width {
        width: 100%;
    }

.rounded {
    border-radius: 20px !important;
}

:dir(rtl) ol li,
:dir(rtl) ul li,
:lang(ar) ul li,
:lang(ar) ol li {
    text-align: right;
}

:dir(rtl) ol,
:dir(rtl) ul {
    padding-right: 0;
}

:dir(rtl) .text-start {
    text-align: right !important;
}

:dir(rtl) .text-end {
    text-align: left !important;
}

:dir(rtl) div:not(".owl-carousel") .fa-arrow-right:before {
    content: "\f060";
}

:dir(rtl) div:not(".owl-carousel") .fa-arrow-left:before {
    content: "\f061";
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

    h1.title {
        font-size: 52px;
    }

    h2.title.text-lg {
        font-size: 40px;
        width: 100%;
        max-width: 450px;
    }

        h2.title.text-lg.fullWidth {
            max-width: 600px;
        }

h3 {
    font-size: 24px;
}

.fs-7 {
    font-size: 12px !important;
}

.spacer10 {
    height: 10px;
}

.spacer20 {
    height: 20px;
}

.spacer30 {
    height: 30px;
}

.spacer40 {
    height: 40px;
}

.spacer50 {
    height: 50px;
}

.spacer100 {
    height: 100px;
}

.width400 {
    max-width: 400px;
}

.width500 {
    max-width: 500px;
}

.width600 {
    max-width: 600px;
}

.width800 {
    max-width: 800px;
}

.fullHeight {
    height: 80vh;
}

.container-fluid {
    max-width: 1390px;
}

    .container-fluid.long-container {
        max-width: 1490px;
        padding: 0 50px;
    }

.container.full-container {
    max-width: 100%;
}

.sm-container::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 20px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.home.pageWrapper {
    padding-top: 0;
}

.notice {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .notice .text-xl {
        font-size: 40px;
    }

        .notice .text-xl h1 {
            font-size: 60px;
        }

    .notice .notice-icon {
        border: 5px solid #fff;
        display: inline-block;
        font-size: 42px;
        width: 80px;
        height: 80px;
        line-height: 1.75;
        border-radius: 50%;
    }

.alert {
    position: fixed;
    z-index: 1000;
    padding: 12px 35px 12px 15px;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    border: 0;
    border-radius: 0;
    color: #fff;
    background-color: #4a0d26;
}

.alert-dismissible .btn-close {
    filter: invert(1);
    opacity: 1;
    padding: 12px 15px;
}

.date {
    color: #530E2A;
    font-weight: 600;
    margin-bottom: 10px;
}

.mx-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
}

.mx-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
}

.mx-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
}

.mx-n4 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
}

.mx-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
}

.mt-n1 {
    margin-top: -0.25rem;
}

.mt-n2 {
    margin-top: -0.5rem;
}

.mt-n3 {
    margin-top: -1rem;
}

.mt-n4 {
    margin-top: -2rem;
}

.mt-n5 {
    margin-top: -3rem;
}

.mt-n6 {
    margin-top: -3.3rem;
}

.px-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

textarea {
    resize: none;
}

.pre-scrollable {
    max-height: 240px;
    overflow-y: scroll;
}

.modal-body .title {
    font-size: 28px;
    margin-bottom: 25px;
    color: #000;
}

.modal-body .lounge-filter .title {
    font-size: 16px;
}

.hide {
    display: none !important;
}

.fade-text {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

    .fade-text.show {
        opacity: 1;
    }

.fw-home-banner {
    width: 100%;
}

    .fw-home-banner:before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        z-index: 2;
    }

.carousel-control-next,
.carousel-control-prev {
    z-index: 20;
}

.carousel-caption {
    width: 100%;
    max-width: 1200px;
    height: auto;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 52%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.carousel-item h1 {
    color: #fff;
    font-size: 80px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

.fw-home-banner,
.homeBanner-wrapper .carousel-inner {
    height: 650px;
}

.carousel-item {
    height: 100%;
    object-fit: cover;
}

#main-banner .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

#main-banner .carousel-item img {
    height: 100%;
    object-fit: cover;
}

.bannerTxt {
    color: #fff;
    width: 100%;
    max-width: 1200px;
    height: auto;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .bannerTxt h2 {
        color: #fff;
        font-size: 72px;
        font-weight: 500;
        line-height: 1;
        text-align: center;
    }

.pagebannerImg {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    margin-bottom: 30px;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
}

.light-theme .pageBanner,
.light-theme .breadcrumb {
    background: #F5F4F1;
    position: relative;
}

/* .light-theme:before {content:''; display: block; position: absolute; height: 100px; width: 100%; background: #F5F4F1; top:0; left: 0;} */
.pagebannerImg .playVideo {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: none;
    line-height: 2;
    font-size: 43px;
    text-align: center;
}

    .pagebannerImg .playVideo:hover {
        background: #000;
        border-color: #000;
    }

#back-top {
    width: 40px;
    height: 40px;
    position: fixed;
    text-align: center;
    bottom: 60px;
    right: 10px;
    margin: 0;
    z-index: 500;
    font-size: 25px;
    line-height: 40px;
    display: block;
    background-color: #681235;
    color: #fff;
    border-radius: 50%;
}

    #back-top a {
        width: 50px;
        height: 40px;
        position: absolute;
        text-align: center;
        bottom: 0;
        left: 50%;
        margin-left: -25px;
        z-index: 500;
        font-size: 14px;
        color: #007bff;
        opacity: 0.6;
    }

        #back-top a:hover {
            opacity: 0.5;
        }

.wsmainwp {
    max-width: 1290px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
}

.wsmainfull {
    display: flex;
    width: 100%;
    z-index: 10;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    .wsmainfull.active {
        background-color: #681235;
    }

.lounge-bottom-booking {
    display: flex;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 10;
    background-color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.lounge-bottom-wrapper {
    width: 100%;
    box-shadow: 0 0 10px rgba(100, 100, 100, 0.5);
    padding: 8px 10px;
}

    .lounge-bottom-wrapper .btn-primary.bookingBtn {
        text-transform: uppercase;
        background: #681235;
        padding: 6px 25px;
        font-size: 14px;
        margin-right: 5px;
        letter-spacing: 0.5px;
    }

.loungeBooking-steps span,
.purchase-steps span {
    display: flex;
    font-size: 12px;
    margin-left: 5px;
}

.loungeBooking-steps .step-circle,
.purchase-steps .step-circle {
    font-size: 10px;
    opacity: 0.7;
    width: 15px;
    height: 15px;
    color: #681235;
    margin-left: 0;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 1.6;
    margin-right: 5px;
}

    .loungeBooking-steps .step-circle.active,
    .purchase-steps .step-circle.active {
        opacity: 1;
    }

.mobileBookingDate-value {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6)
}

.mobileLoungeBooking-wrapper .modal-header {
    padding: 12px 16px;
    background: #681235;
    color: #fff;
    justify-content: flex-end;
}

.mobileLoungeBooking-wrapper a {
    color: #fff;
}

.mobileLoungeBooking-wrapper .svg-inline--fa {
    height: 1.5em;
}

.mobileLoungeBooking-wrapper .ui-widget.ui-widget-content {
    max-width: none;
    position: relative;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.mobileLoungeBooking-wrapper .ui-widget.ui-widget-content,
.mobileLoungeBooking-wrapper .ui-datepicker .ui-datepicker-header,
.mobileLoungeBooking-wrapper .ui-state-default,
.mobileLoungeBooking-wrapper .ui-widget-content .ui-state-default {
    box-shadow: none;
    background: #fff;
}

.mobileLoungeBooking-wrapper .modal-dialog-scrollable .modal-content {
    max-width: 400px;
    margin: auto;
}

.mobileLoungeBooking-wrapper .ui-widget-content .ui-state-active {
    background: #681235;
}

.mobileLoungeBooking-wrapper .form .form-label {
    margin-bottom: 5px;
    text-transform: capitalize;
}

.mobileLoungeBooking-wrapper .ui-datepicker .ui-datepicker-header {
    padding-top: 0;
}

.mobileLoungeBooking-wrapper .ui-datepicker .ui-datepicker-prev,
.mobileLoungeBooking-wrapper .ui-datepicker .ui-datepicker-next {
    top: 25px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: inline-block;
}

.mobileLoungeBooking-wrapper .ui-datepicker td {
    text-align: center;
}

.mobileLoungeBooking-wrapper .ui-datepicker .ui-datepicker-next {
    right: 12px;
}

.mobileLoungeBooking-wrapper .ui-datepicker .ui-datepicker-prev {
    left: 12px;
}

.mobileLoungeBooking-wrapper .form-control {
    padding: 5px 25px;
    font-size: 14px;
    font-weight: 600;
}

.mobileLoungeBooking-wrapper .number,
.mobileLoungeBooking-wrapper .number input {
    background: #fff;
    width: 100%;
    max-width: 260px;
}

    .mobileLoungeBooking-wrapper .number span.number-btn {
        color: #000;
    }

.mobileLoungeBooking-wrapper .form-text {
    margin-top: -5px;
}

.mobileLoungeBooking-wrapper label {
    color: #000;
    font-weight: 600;
    letter-spacing: 0;
}

.mobileLoungeBooking-wrapper .bookingBtn.mobile {
    float: none;
    margin-right: 0;
}

label {
    display: block;
}

.reserve-box-wrapper {
    text-align: left;
}

.reserve-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}

.reserve-price-wrapper {
    display: flex;
    align-items: flex-start;
}

    .reserve-price-wrapper span {
        color: rgba(0, 0, 0, 0.6);
        font-size: 16px;
        line-height: 1.2;
        padding-right: 5px;
    }

.reserve-price span {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    display: block;
    line-height: 1.2;
}

.reserve-price-wrapper del {
    font-weight: 600;
    color: #000;
    font-size: 12px;
}

.desktoplogo {
    width: 255px;
    padding-top: 8px;
    left: 0;
    float: none;
    position: absolute;
    z-index: 10;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    .desktoplogo a {
        display: inline-block;
        margin-left: 15px;
    }

    .desktoplogo img {
        filter: none;
    }

.home .desktoplogo img,
.wsmainfull.active .desktoplogo img {
    filter: invert(1);
}

.main-navigation {
    position: relative;
    z-index: 999;
}

    .main-navigation.red-menu-bg .wsmainfull {
        background-color: #681235;
    }

    .main-navigation.fixedTop .wsmainfull {
        background-color: #681235;
    }

.light-theme .wsmainfull {
    background: #F5F4F1;
}

.main-navigation.fixedTop .desktoplogo {
    padding: 8px 0;
    width: 200px;
}

.main-navigation.fixedTop .wsmenu > .wsmenu-list > li > a {
    line-height: 45px;
}

.main-navigation.fixedTop .wsmenu > .wsmenu-list > li > .wsmegamenu,
.main-navigation.fixedTop .wsmenu > .wsmenu-list > li > ul.sub-menu {
    top: 45px;
}

.main-navigation.fixedTop .desktoplogo img,
.main-navigation.fixedTop .utility-wrap,
.main-navigation.red-menu-bg .desktoplogo img {
    filter: invert(1);
}

.main-navigation.fixedTop .wsmenu > .wsmenu-list > li > a,
.main-navigation.red-menu-bg .wsmenu > .wsmenu-list > li > a {
    color: #fff;
}

.wsmenu {
    width: 100%;
    max-width: 1400px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
}

.home .wsmenu > .wsmenu-list > li > a {
    color: #fff;
}

.home .wsmenu .link-list a {
    color: #fff;
}

.wsmenu > .wsmenu-list > li > a:hover,
.wsmenu > .wsmenu-list > li > a:focus,
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:focus {
    color: #EEE;
}

.wsmenu-click {
    color: #333;
}

    .wsmenu-click.ws-activearrow {
        color: #D89415;
    }

    .wsmenu-click .wsmenu-arrow {
        color: #fff;
        float: right;
        margin-right: 13px;
        margin-top: 15px;
        font-size: 20px;
    }

    .wsmenu-click.ws-activearrow svg {
        transform: rotate(90deg);
    }

.wsmegamenu .nav-tabs {
    border: 0;
}

.wsmegamenu .nav-item .nav-link {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #fff;
}

    .wsmegamenu .nav-item .nav-link.active {
        border-bottom: 3px solid #fff;
    }

.wsmegamenu .tab-pane {
    color: #fff;
    position: relative;
}

    .wsmegamenu .tab-pane ul li {
        list-style-type: none;
        padding: 0;
        width: 180px;
    }

        .wsmegamenu .tab-pane ul li a {
            color: #fff;
        }

.menu-legend {
    position: absolute;
    bottom: 0;
    right: 0;
}

.legend-circle {
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    margin-right: 5px;
}

.lounge-icon-wrapper {
    display: inline-block;
    width: 28px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-left: 5px;
}

.region-bx {
    padding: 15px 5px;
    float: left;
}

    .region-bx ul {
        padding: 0;
        display: flex;
        -webkit-columns: 100px 4;
        -moz-columns: 100px 4;
        gap: 2px 10px;
        columns: 100px 4;
        list-style-type: none;
        flex-direction: column;
        flex-wrap: wrap;
        max-height: 250px;
    }

        .region-bx ul li a {
            padding: 5px 0;
            display: inline-block;
            color: #fff;
        }

        .region-bx ul li {
            padding: 0;
        }

    .region-bx strong {
        margin-bottom: 10px;
        display: block;
    }

.confirmation-wrapper {
    padding: 0 15px;
}

.confirmation-page .wsmenu > .wsmenu-list > li > a {
    color: #fff;
}

.confirmation-page .main-navigation .wsmainfull {
    background: none;
}

.confirmation-page .desktoplogo img {
    filter: invert(1);
}

.confirmation-page .main-navigation.fixedTop .desktoplogo img {
    filter: invert(1);
}

.confirmation-page .main-navigation.fixedTop .wsmenu > .wsmenu-list > li > a {
    color: #000;
}

.confirmation-page .main-navigation.fixedTop .wsmainfull {
    background: #fff;
}

    .confirmation-page .main-navigation.fixedTop .utility-wrap > .utility > a,
    .confirmation-page .main-navigation.fixedTop .wsmainfull:hover .desktoplogo img {
        filter: invert(1);
    }

.confirmation-page .wsmainfull:hover .utility-wrap {
    color: #fff;
    border-color: #fff;
}

.confirmation-page .main-navigation .bookingBtn.desktop {
    background: #fff;
    color: #681235;
}

.confirmation-page .main-navigation.fixedTop .bookingBtn.desktop {
    background: #681235;
    color: #fff;
}

.confirmation-page .utility-wrap > .utility > a {
    filter: invert(0);
}

.confirmation-page .utility-wrap {
    border-color: #fff;
}

.confirmation-page .main-navigation.fixedTop .utility-wrap {
    border-color: #000;
}

.white-text {
    color: #fff;
}

.info-box h4,
.info-box a.info-link {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-bottom: 1px solid #fff;
    display: block;
    padding: 15px 0;
    margin-bottom: 0;
}

.info-content-wrapper {
    border-bottom: 1px solid #fff;
    padding: 15px 0;
}

.info-content-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

    .info-content-box .guest-add .svg-inline--fa {
        font-size: 16px;
    }

.guest-add {
    padding-left: 10px;
}

    .guest-add a {
        color: #fff;
    }

.guest-email {
    font-weight: 300;
}

.info-box a.info-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pdf-link-group {
    margin-top: 20px;
}

.pdf-print a {
    display: inline-block;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    padding: 2px 8px;
}

    .pdf-print a img {
        padding-right: 2px;
        vertical-align: middle;
    }

    .pdf-print a span {
        vertical-align: middle;
    }

    .pdf-print a:hover {
        border-color: #a7a293;
        color: #a7a293;
    }

.pdf-back-wrapper {
    margin-top: 65px;
    padding: 0 25px;
}

    .pdf-back-wrapper .btn {
        max-width: 500px;
    }

.pdf-link-group .list-inline-item {
    margin: 0;
}

#shareModal .modal-dialog {
    max-width: 650px;
}

.share-body {
    padding: 0 10px;
}

.share-form-wrapper {
    border-top: 1px solid #000;
    padding-top: 15px;
}

.share-form-box {
    border-bottom: 1px solid #000;
    padding: 0 0 18px;
    margin-bottom: 18px;
}

.form .share-form-box .form-label {
    margin-bottom: 5px;
}

.share-input {
    position: relative;
}

    .share-input img {
        position: absolute;
        width: 18px;
        cursor: pointer;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }

        .share-input img.rotated {
            transform: translateY(-50%) rotate(45deg);
        }

.add-email-btn {
    color: #681235;
    border: 1px solid #681235;
    font-size: 14px;
    font-weight: 600;
    border-radius: 24px;
    background: #fff;
    padding: 5px 20px;
    display: inline-block;
}

    .add-email-btn:hover {
        background: #681235;
        color: #fff;
    }

.share-bottom-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0 0;
}

    .share-bottom-wrapper span {
        color: #681235;
    }

    .share-bottom-wrapper .button-group .btn {
        margin-bottom: 0;
        padding: 5px 35px;
        margin-left: 8px;
    }

.btn {
    padding: 5px 20px;
    color: #681235;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 15px
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    background-color: #681235 !important;
}

.btn-primary {
    white-space: normal;
    text-transform: capitalize;
    font-size: 14px;
    border-color: transparent;
    background-color: #681235;
    border-radius: 30px;
    color: #fff;
    padding: 15px 30px;
    min-width: 120px;
    margin-bottom: 15px;
    font-weight: 500;
    transform: none;
    vertical-align: middle
}

.btn.submit {
    background-color: #fff;
    color: #681235;
    margin-top: 20px;
}

.listFooter .ft-right .btn-primary span {
    transition: .3s;
    display: inline-block;
    width: 20px;
    vertical-align: text-bottom;
    margin-right: 5px
}

.btn-primary:hover,
.btn-primary:focus {
    color: #681235;
    background-color: #fff;
    border-color: #681235;
    transition: .3s
}

.btn-primary .fa-angle-right {
    padding-left: 10px
}

.btn-primary .fa-angle-left {
    padding-right: 10px
}

.btn-primary.btnLg {
    font-size: 16px;
    display: inline-block;
    margin: 0 auto 15px;
    padding: 9px 20px;
    min-width: 180px;
    font-weight: 500;
    border-width: 1px;
    transition: .3s;
}

    .btn-primary.btnLg:hover {
        color: #681235;
        background-color: #eee;
        border-color: #681235;
        transition: .3s
    }

.btn-primary.outline {
    color: #681235;
    background-color: transparent;
    border-color: #681235;
    transition: .3s
}

    .btn-primary.outline:hover {
        color: #fff;
        background-color: #681235;
        border-color: #681235;
        transition: .3s
    }

    .btn-primary.outline.red {
        color: #681235;
        background-color: transparent;
        border: 1px solid #681235;
        transition: .3s
    }

        .btn-primary.outline.red:hover {
            color: #fff;
            background-color: #681235;
            border-color: #681235;
            transition: .3s
        }

    .btn-primary.outline.white {
        border-color: #fff;
        color: #fff;
        transition: .3s
    }

        .btn-primary.outline.white:hover {
            opacity: 0.8;
        }

.btn.fullWidth {
    width: 100%;
    max-width: 100%;
}

.btn-primary.bookingBtn {
    margin-bottom: 0;
    padding: 5px 10px;
    color: #fff;
}

.btn-primary.pink {
    color: #681235;
    background-color: rgba(83, 14, 42, 0.1);
    font-weight: 600;
    letter-spacing: 1px;
}

    .btn-primary.pink:hover {
        color: #fff;
        background-color: #681235;
    }

.btn-primary.blue {
    background-color: #005370;
}

.btn-primary.xs {
    font-size: 12px;
    padding: 5px 15px;
    line-height: 1;
    text-transform: uppercase;
    min-width: 0;
}

.btn.sm-btn {
    min-width: 90px !important;
    padding: 8px 10px !important;
}

.btn-secondary {
    white-space: normal;
    text-transform: capitalize;
    font-size: 14px;
    border-color: transparent;
    background-color: rgba(104, 18, 53, 0.10);
    border-radius: 30px;
    color: #681235;
    padding: 15px 30px;
    min-width: 120px;
    margin-bottom: 15px;
    font-weight: 500;
    transform: none;
    vertical-align: middle
}

    .btn-secondary:hover {
        background: #681235;
        color: #fff;
    }

.btn-tertiary {
    color: #681235;
    background: #fff;
    padding: 10px;
    width: 100%;
    max-width: 240px;
    border: 1px solid #681235;
    border-radius: 24px;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 500;
}

    .btn-tertiary:hover {
        background: #681235;
        color: #fff;
    }

.disabled-btn {
    pointer-events: none;
}

.long-btn {
    width: 100%;
}

.btn-fourthiary {
    color: #fff;
    text-transform: uppercase;
    background: none;
    border-color: #fff;
    font-size: 14px;
    border-radius: 30px;
    padding: 10px;
    max-width: 240px;
    width: 100%;
}

    .btn-fourthiary:hover {
        background: #fff;
        color: #681235;
    }

.confirmation-cta {
    margin: 30px;
    text-align: center;
}

.mid-btn {
    max-width: 130px;
    width: 100%;
    padding: 5px;
}

.button-group {
    display: flex;
    justify-content: space-between;
}

    .button-group .btn {
        width: 100%;
        max-width: 180px;
    }

.mw-410 {
    max-width: 410px;
}

.sm-btn {
    padding-top: 5px;
    padding-bottom: 5px;
}

#resendModel .btn {
    max-width: 160px !important;
    width: 100%;
}

.btn-fifth {
    color: #681235;
    background: #F5F4F1;
    padding: 10px;
    width: 100%;
    max-width: 240px;
    border: 0;
    border-radius: 24px;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 500;
}

    .btn-fifth:hover {
        background-color: #681235;
        color: #fff;
    }

.btn-default {
    background-color: #711b45;
    color: #fff;
    border-radius: 30px;
}

    .btn-default:hover {
        background: #fff;
    }

    .btn-default.search {
        width: 100%;
    }

.scoll-pane {
    width: 100%;
    margin-bottom: 25px;
    height: auto;
    overflow: auto;
    outline: none;
    overflow-y: hidden;
    padding: 0 25px 15px 25px;
}

.filter-list .list-inline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.offer-place-wrapper .filter {
    position: relative;
}

    .offer-place-wrapper .filter .scoll-pane {
        padding-left: 0;
        margin-bottom: 0;
    }

.offer-place-wrapper .list-inline li {
    padding: 0 5px;
    display: inline-block;
    line-height: 1;
}

    .offer-place-wrapper .list-inline li a {
        font-weight: bold;
        font-size: 14px;
    }

    .offer-place-wrapper .list-inline li.active a {
        text-decoration: underline;
    }

.scoll-pane .active a {
    border-bottom: 2px solid #711b45;
}

.offer-place-wrapper .arrow-btn {
    position: absolute;
    font-size: 16px;
    height: 35px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border: 0;
    background-color: #fff;
    color: #711b45;
    font-weight: bold;
    padding: 0 10px;
}

    .offer-place-wrapper .arrow-btn.right {
        left: auto;
        right: 0;
    }

.scoll-pane {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .scoll-pane::-webkit-scrollbar {
        display: none;
    }

.offer-place-search-wrapper {
    margin-bottom: 25px;
    position: relative;
}

    .offer-place-search-wrapper .formTxtBox-wrap {
        width: 100%;
        top: 72px;
        left: 0;
    }

    .offer-place-search-wrapper .offer-place-search .input-group .form-control {
        border-radius: 15px !important;
        font-size: 18px;
        padding: 20px;
    }

    .offer-place-search-wrapper .offer-place-search .input-group-text {
        background: none;
        position: absolute;
        right: 15px;
        top: 50%;
        border: 0;
        font-size: 21px;
        transform: translateY(-50%);
    }

#countryCollapse-wrapper .accordion-header .accordion-button {
    background: #711b45;
    color: #fff;
    padding: 6px;
    border-radius: 4px;
    font-size: 18px;
}

    #countryCollapse-wrapper .accordion-header .accordion-button.collapsed {
        background: none;
        color: #681235;
    }

#countryCollapse-wrapper .accordion-button::after {
    padding-left: 0;
}

#countryCollapse-wrapper .accordion-button:not(.collapsed)::after {
    padding-left: 3px;
}

.cd-search .form {
    font-size: 26px;
    padding: 0 100px;
    position: relative;
    top: 25%;
    left: 0;
    transform: translateY(-50%);
}

.cd-search-trigger {
    margin-top: 7px;
}

.cd-search-trigger,
.cd-nav-trigger {
    position: relative;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    z-index: 3;
    padding: 0;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    background-color: #D89415;
}

    .cd-search-trigger .fa-search {
        color: #fff;
        font-size: 18px;
        position: absolute;
        top: 8px;
        left: 8px;
    }

    .cd-search-trigger:hover,
    .cd-search-trigger:focus {
        color: #118181;
    }

    .cd-search-trigger::before,
    .cd-search-trigger::after {
        /* search icon */
        content: '';
        position: absolute;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .cd-search-trigger span {
        /* container for the X icon */
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

        .cd-search-trigger span::before,
        .cd-search-trigger span::after {
            /* close icon */
            content: '';
            position: absolute;
            display: inline-block;
            height: 3px;
            width: 22px;
            top: 50%;
            margin-top: -2px;
            left: 50%;
            margin-left: -11px;
            background: #2e3233;
            opacity: 0;
            /* Force Hardware Acceleration in WebKit */
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
            -moz-transition: opacity 0.3s, -moz-transform 0.3s;
            transition: opacity 0.3s, transform 0.3s;
        }

        .cd-search-trigger span::before {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .cd-search-trigger span::after {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .cd-search-trigger.search-is-visible::before,
    .cd-search-trigger.search-is-visible::after {
        /* hide search icon */
        opacity: 0;
    }

    .cd-search-trigger.search-is-visible span::before,
    .cd-search-trigger.search-is-visible span::after {
        /* show close icon */
        opacity: 1;
    }

    .cd-search-trigger.search-is-visible span::before {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .cd-search-trigger.search-is-visible span::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.cd-header-buttons {
    position: absolute;
    display: inline-block;
    top: 2px;
    right: 0;
    z-index: 10;
}

    .cd-header-buttons li {
        display: inline-block;
    }

.cd-search {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #eee;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

    .cd-search form {
        height: 100%;
        width: 100%;
    }

    .cd-search input {
        color: #681235;
        border-radius: 0;
        border: none;
        box-shadow: none;
        background: #eee;
        height: 80px;
        width: 100%;
        font-size: 26px;
        padding: 0;
        padding-right: 40px;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        border-bottom: 1px solid #999;
    }

        .cd-search input::-webkit-input-placeholder {
            color: #000;
            opacity: 0.4;
        }

        .cd-search input::-moz-placeholder {
            color: #000;
            opacity: 0.4;
        }

        .cd-search input:-moz-placeholder {
            color: #000;
            opacity: 0.4;
        }

        .cd-search input:-ms-input-placeholder {
            color: #000;
            opacity: 0.4;
        }

        .cd-search input:focus {
            outline: none;
            border: 0;
            border-bottom: 1px solid #999;
            box-shadow: none;
        }

    .cd-search .close-btn {
        position: absolute;
        bottom: 15px;
        right: 100px;
    }

    .cd-search input::-webkit-search-cancel-button {
        display: none;
    }

    .cd-search.is-visible {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-search h2 {
        font-size: 30px;
        color: #000;
        font-weight: 600;
    }

.cd-search-trigger i,
.cd-search-trigger svg {
    font-size: 22px;
    color: #666;
}

.menuSearchBtn {
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: 100;
}

.theme-bg {
    background: #530E2A;
}

.homeBanner-wrapper {
    position: relative;
    background-color: #F5F4F1;
}

.bookingWidget-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    z-index: 100;
}

.bookingWidget {
    background-color: #681235;
    border-radius: 30px;
    padding: 0 10px;
    margin: 0 15px;
}

    .bookingWidget label {
        color: #fff;
        margin-bottom: 2px;
    }

    .bookingWidget .form-control {
        font-size: 20px;
        font-weight: 300;
        background-color: transparent;
        color: #fff;
        padding: 0;
        border-radius: 0;
    }

        .bookingWidget .form-control:focus {
            border: 0;
            border-color: transparent;
            box-shadow: none;
        }

    .bookingWidget input::-webkit-input-placeholder {
        color: #fff;
        opacity: 0.4;
    }

    .bookingWidget input::-moz-placeholder {
        color: #fff;
        opacity: 0.4;
    }

    .bookingWidget input:-moz-placeholder {
        color: #fff;
        opacity: 0.4;
    }

    .bookingWidget input:-ms-input-placeholder {
        color: #fff;
        opacity: 0.4;
    }

    .bookingWidget .bookingCol {
        padding: 30px 15px;
        position: relative;
    }

        .bookingWidget .bookingCol #locationValidationMessage {
            position: absolute;
            bottom: 12px;
            left: 15px;
            font-size: 12px;
        }

        .bookingWidget .bookingCol + .bookingCol {
            border-left: 1px solid #fff;
        }

        .bookingWidget .bookingCol:last-child {
            padding-right: 80px;
        }

    .bookingWidget .bookingBtn {
        color: #fff;
        background-color: #4a0d26;
        font-size: 29px;
        border-radius: 0;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        padding: 32px 36px;
        position: absolute;
        right: 15px;
        top: 0;
        z-index: 10;
    }

.bookingWidget-wrapper .bookingNotes {
    color: #fff;
    font-size: 14px;
    text-align: center;
    max-width: 680px;
    margin: 20px auto;
}

.number {
    position: relative;
    width: 60px;
    margin: 0 auto;
}

    .number #Time-input,
    .number #Duration-input {
        width: 200px;
        background: transparent;
        font-weight: 600;
        font-size: 16px;
    }

.lounge-booking-body .number #Time-input,
.lounge-booking-body .number #Duration-input {
    font-size: 16px;
}

.number.date-number,
.number.lw-number {
    display: flex;
    width: auto;
    justify-content: center;
    background: #F5F4F1;
    border-radius: 25px;
    padding: 5px 5px;
}

.lounge-booking-body .number.date-number,
.lounge-booking-body .number.lw-number {
    padding: 6px 5px;
    height: 37px;
    background: #ebe9e4;
}

.lounge-booking-body .form-control {
    padding: 6px 25px 6px 15px;
    font-size: 16px;
    font-weight: 600;
    background-color: #ebe9e4;
}

    .lounge-booking-body .form-control.invalid-promo {
        border: 2px solid #FF0033;
        color: #FF0033;
    }

.lounge-booking-body .promo-btn + .invalid-promo {
    color: #FF0033;
    font-size: 12px;
    font-weight: 300;
}

.lounge-booking-body .form-label span {
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0;
    color: #aaa;
    padding-left: 5px;
    font-size: 12px;
}

.number input {
    font-size: 20px;
    width: 60px;
    padding: 0 20px;
    text-align: center;
}

.number span.number-btn {
    font-size: 20px;
    color: #fff;
    position: absolute;
    z-index: 1;
    user-select: none;
}

.number.disabled span.number-btn {
    pointer-events: none;
}

.number.disabled {
    background: #e9ecef !important;
}

    .number.disabled input[type="text"] {
        background: #e9ecef !important;
        pointer-events: none;
    }

.number span:hover,
.number span:focus {
    cursor: pointer;
}

.number span.plus {
    right: 0;
    top: 0;
}

.number span.minus {
    left: 0;
    top: 0;
}

.Time-minus,
.duration-minus,
.number.lw-number .minus {
    font-size: 20px;
    position: absolute;
    z-index: 1;
    left: 15px;
    top: 3px;
    user-select: none;
    color: #000;
    transition: all 0.2s ease-in-out;
}

.Time-plus,
.duration-plus,
.number.lw-number .plus {
    font-size: 20px;
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 3px;
    user-select: none;
    color: #000;
    transition: all 0.2s ease-in-out;
}

    .Time-minus:hover,
    .duration-minus:hover,
    .Time-plus:hover,
    .duration-plus:hover {
        color: #681235;
    }

.formTxtBox-wrap.active {
    display: block;
}

.formTxtBox-wrap {
    display: none;
    background-color: #F5F4F1;
    padding: 15px 20px;
    margin-top: 0;
    border: 1px solid #eee;
    top: 115px;
    left: 15px;
    border-radius: 20px;
    position: absolute;
    width: auto;
    width: calc(50% + 130px);
    z-index: 14;
}

    .formTxtBox-wrap h5 {
        margin: 0 0 5px;
    }

.form-group .formTxtBox-wrap.location a {
    padding: 5px 0 5px 20px;
}

.formTxtBox-wrap.location ul {
    max-height: 220px;
    overflow-y: scroll;
}

.form-group .formTxtBox-wrap a {
    color: #333;
    padding: 5px 10px;
    margin-bottom: 5px;
    display: inline-block;
}

    .form-group .formTxtBox-wrap a:hover,
    .form-group .formTxtBox-wrap a:focus {
        color: #681235;
    }

.formTxtBox-wrap a {
    position: relative;
    font-weight: 300;
    display: block;
    color: #666;
    font-size: 18px;
    padding: 8px 80px 8px 0;
}

    .formTxtBox-wrap a:hover {
        color: #000;
    }

.formTxtBox-wrap .active a {
    font-weight: 600;
    color: #000;
}

.formTxtBox-wrap li.active:after {
    content: "Select";
    color: #681235;
    position: absolute;
    right: 15px;
    top: 12px;
    font-weight: 600;
    font-size: 16px;
}

.formTxtBox-wrap a .fal,
.formTxtBox-wrap a .svg-inline--fa {
    position: absolute;
    left: 0;
    top: 6px;
}

.homeBanner-wrapper .formTxtBox-wrap.bookingTime {
    top: 120%;
    padding: 15px;
    min-width: auto;
    width: auto;
    right: 15px;
    left: auto;
}

.formTxtBox-wrap.bookingTime {
    top: 120%;
    padding: 15px;
    min-width: auto;
    width: auto;
    right: 15px;
    left: auto;
}

    .formTxtBox-wrap.bookingTime ul {
        max-height: 200px;
        overflow-y: scroll;
    }

    .formTxtBox-wrap.bookingTime li {
        margin-right: 10px;
    }

        .formTxtBox-wrap.bookingTime li a {
            color: #000;
            font-weight: 600;
        }

        .formTxtBox-wrap.bookingTime li + li {
            border-top: 1px solid #000;
        }

.form-group {
    margin-bottom: 30px;
}

    .form-group .form-text {
        font-weight: 300;
        color: #000;
        padding-top: 5px;
        display: block;
    }

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-down' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M8 1a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L7.5 13.293V1.5A.5.5 0 0 1 8 1'/></svg>");
    background-color: #F5F4F1;
    border-radius: 25px;
    border: 0;
    padding: 8px 25px;
    font-size: 14px;
    font-weight: 600;
}

.captcha-wrapper {
    margin-top: 35px;
}

.groupBooking .number.date-number {
    padding: 12px 5px;
}

.groupBooking .number #Time-input,
.groupBooking .number #Duration-input {
    font-size: 16px;
}

.groupBooking .Time-minus,
.groupBooking .duration-minus,
.groupBooking .Time-plus,
.groupBooking .duration-plus {
    top: 8px;
}

.form-check-input[type=checkbox],
.form-check-input[type=radio] {
    border-radius: 50%;
    border-color: #681235;
}

.form-check-input:checked[type=checkbox],
.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: none;
    background: #681235;
    border-color: #681235;
}

.form-check-input + .form-check-label {
    margin-left: 5px;
}

.form-check-inline {
    padding-left: 0;
}

.open-info {
    font-weight: 600;
}

.custom-select {
    position: relative;
}

    .custom-select.disabled {
        pointer-events: none;
    }

        .custom-select.disabled .select-selected {
            background-color: #eee;
        }

    .custom-select select {
        display: none;
    }

.select-selected {
    background-color: #ebe9e4;
    border-radius: 32px;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.15s ease-in-out;
}

    .select-selected.select-arrow-active {
        background-color: #fff;
        border: 1px solid #000000;
        border-bottom: 0;
        --bs-form-select-bg-img: none;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

        /*point the arrow upwards when the select box is open (active):*/
        .select-selected.select-arrow-active:after {
            border-color: transparent transparent #fff transparent;
            top: 7px;
        }

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
    color: #212529;
    padding: 8px 16px;
    cursor: pointer;
    user-select: none;
}

.select-items div {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #000;
    padding: 10px;
}

    .select-items div:first-child {
        border-top: 1px solid #000;
    }

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 0 4px 0 10px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.select-items {
    height: 130px;
    border: 1px solid #000000;
    border-top: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .select-items::-webkit-scrollbar-track {
        background: transparent;
    }

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    color: #681235;
}

    .same-as-selected:after {
        content: "Select";
        color: #681235;
        position: absolute;
        right: 15px;
        top: 12px;
        font-weight: 600;
        font-size: 15px;
    }

.lounge-booking {
    background: #F5F4F1;
    margin: 30px 0;
}

.lounge-booking-body {
    border-bottom: 1px solid #000;
}

.lounge-booking-box {
    padding: 15px 20px;
}

    .lounge-booking-box .lounge-booking-header {
        border-bottom: 1px solid #000;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .lounge-booking-box h3 {
        font-size: 20px;
    }

.lounge-online-exclusive img {
    width: 90px;
}

    .lounge-online-exclusive img + * {
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
    }

.lounge-booking-body .form-select {
    background-color: #ebe9e4;
}

.switch-lounge-wrapper {
    margin-bottom: 35px;
}

    .switch-lounge-wrapper h5 {
        color: #000;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 15px;
        font-size: 12px;
    }

.search-lounge-wrapper .bookingWidget {
    background: #F5F4F1;
    position: relative;
    border-radius: 12px;
    padding: 0;
    margin: 0;
}

    .search-lounge-wrapper .bookingWidget .bookingCol {
        padding: 15px 20px;
    }

    .search-lounge-wrapper .bookingWidget input {
        color: #000;
        opacity: 1;
        font-size: 16px;
        font-weight: 600;
    }

        .search-lounge-wrapper .bookingWidget input::-webkit-input-placeholder {
            color: #000;
            opacity: 1;
        }

        .search-lounge-wrapper .bookingWidget input::-moz-placeholder {
            color: #000;
            opacity: 1;
        }

        .search-lounge-wrapper .bookingWidget input:-moz-placeholder {
            color: #000;
            opacity: 1;
        }

        .search-lounge-wrapper .bookingWidget input:-ms-input-placeholder {
            color: #000;
            opacity: 1;
        }

    .search-lounge-wrapper .bookingWidget .bookingBtn {
        background: #DDDACF;
        color: #000000;
        font-size: 14px;
        width: 28px;
        height: 28px;
        text-align: center;
        top: 50%;
        padding: 0;
        transform: translateY(-50%);
        border-radius: 50%;
    }

.search-lounge-wrapper .formTxtBox-wrap {
    top: 110%;
    left: 0;
    width: 100%;
}

#ui-datepicker-div:before {
    content: "Date";
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    margin-bottom: -5px;
}

.ui-datepicker {
    width: 100% !important;
    max-width: 350px;
}

.ui-datepicker-multi-2 {
    width: 100% !important;
    max-width: 1370px;
    left: 15px !important;
    right: 15px !important;
    margin: auto;
}

.ui-widget.ui-widget-content {
    border: 0;
    border-radius: 20px;
    padding: 20px;
    background-color: #F5F4F1;
    margin-top: 10px;
    box-shadow: 0 4px 8px 0 rgba(10, 10, 10, 0.1)
}

.ui-datepicker td span,
.ui-datepicker td a {
    font-size: 14px;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 2.2;
    text-align: center;
}

.ui-widget.ui-widget-content.ui-datepicker-multi-2 {
    border: 0;
    border-radius: 20px;
    padding: 30px;
    background-color: #F5F4F1;
    margin-top: 34px;
    height: 380px
}

.ui-datepicker .ui-datepicker-header {
    background-color: #F5F4F1;
    border: 0;
    position: static;
    padding: 1.65em 0 0.75em;
}

.ui-datepicker-title {
    font-size: 18px;
}

/* .ui-datepicker-multi .ui-datepicker-group { position: relative;} */
.ui-datepicker.ui-datepicker-multi-2 .ui-datepicker-next {
    right: 20px;
}

.ui-datepicker.ui-datepicker-multi-2 .ui-datepicker-prev {
    left: 20px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background-color: #F5F4F1;
    border: 0;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background-color: #F5F4F1;
    color: #000;
    border-radius: 50%;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background-color: #681235;
    border-radius: 50%;
    color: #fff;
}

.ui-datepicker.ui-datepicker-multi-2 td span,
.ui-datepicker.ui-datepicker-multi-2 td a {
    font-size: 14px;
    text-align: center;
    margin: 5px 10px;
    padding: 3px 2px;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    display: none;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 50%;
}

.ui-datepicker .ui-datepicker-buttonpane {
    position: absolute;
    top: 2px;
    background: transparent;
    right: 25px;
    border: 0;
}

    .ui-datepicker .ui-datepicker-buttonpane button {
        background: url(../svgs/light/xmark.svg) no-repeat;
        text-indent: -999999px;
        background-position: 0px 0px;
    }

.ui-datepicker-group-first .ui-datepicker-calendar {
    margin: 0 auto !important;
}

.ui-datepicker-group-last .ui-datepicker-calendar {
    margin: 0 auto !important;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: none;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
}

.ui-datepicker-prev span {
    background-image: url(../svgs/light/arrow-left.svg) !important;
    background-position: 0px 0px !important;
    left: 20px;
}

.ui-datepicker-next span {
    background-image: url(../svgs/light/arrow-right.svg) !important;
    background-position: 0px 0px !important;
    right: 20px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 63px;
    transform: translateY(0);
}

.ui-datepicker .ui-datepicker-prev {
    left: 35px;
}

.ui-datepicker .ui-datepicker-next {
    right: 35px;
}

footer {
    color: #fff;
    background-color: #1B1B1B;
    padding: 50px 0 15px;
}

    footer .ft-col h3 {
        text-transform: uppercase;
        font-size: 14px;
        margin-bottom: 20px;
    }

        footer .ft-col h3 i {
            display: none;
        }

    footer ul li {
        padding: 0
    }

        footer ul li a {
            display: block;
            color: #fff;
            font-size: 18px;
            padding: 2px 0;
            font-weight: normal;
            margin-bottom: 5px;
        }

            footer ul li a:hover,
            footer ul li a:focus {
                color: #fff;
                opacity: 0.8;
            }

    footer hr {
        border-color: #fff;
    }

    footer .copyright {
        font-size: 12px;
        color: #fff;
        opacity: 0.5;
        line-height: 1.2;
    }

    footer .ppl-group-wrapper {
        padding: 20px 0 50px;
    }

        footer .ppl-group-wrapper .ppl-group {
            width: 360px;
            margin-right: 25px;
            flex: 0 0 auto;
            border-right: 1px solid #fff;
            padding-right: 25px;
        }

        footer .ppl-group-wrapper a:hover {
            opacity: 0.8;
        }

.partnersBrand-list {
    width: auto;
    flex: auto;
}

.partnerBrand-inner {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.ppl-group-container {
    display: flex;
}

.partnerBrand-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .partnerBrand-row:last-child {
        margin-bottom: 0;
    }

.partnerBrand-box {
    padding: 20px;
    flex: 1 1 100%;
    padding: 0 10px 0 15px;
    border-right: 1px solid #fff;
}

    .partnerBrand-box.box1,
    .partnerBrand-box.box2 {
        margin-bottom: 15px;
    }

    .partnerBrand-box.box2,
    .partnerBrand-box.box5 {
        border: 0;
    }

    .partnerBrand-box h5 {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 5px;
    }

.box1,
.box2 {
    flex: 1 1 49%;
    /* Row 1: 2 columns */
}

.box3,
.box4,
.box5 {
    flex: 1 1 37%;
    /* Row 2: 3 columns */
}

.box5 {
    flex: 1 1 23%;
    /* Row 2: 3 columns */
}

.partnersBrand-list a {
    display: inline-block;
}

.partnersBrand-list img {
    width: auto;
    filter: brightness(0) invert(1);
    padding: 0 20px;
}

.newsletter {
    background-color: #530E2A;
    padding: 30px 50px;
    border-radius: 30px;
    color: #fff;
}

.newsletter-input {
    position: relative;
}

.newsletter-btn {
    background-color: transparent;
    color: #fff;
    position: absolute;
    right: 0;
    top: 6px;
    border: 0;
    font-size: 18px;
    width: 40px;
}

.newsletter .form label {
    font-size: 12px;
    text-transform: uppercase;
}

.newsletter .form .form-control {
    background-color: #530E2A;
    padding: 6px 25px;
    color: #fff;
    border-radius: 20px;
    border: 1px solid #fff;
}

.breadcrumb-wrap,
.breadcrumb {
    background-color: #fff;
}

.breadcrumb-item.active {
    color: #681235;
    font-weight: 600;
}

.breadcrumb {
    padding: 10px 0 0;
    margin: 0;
}

    .breadcrumb li:first-child {
        padding-left: 0;
    }

    .breadcrumb a {
        color: #666;
    }

.breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before {
    content: "<";
}

.lounge-breadcrumb.breadcrumb {
    margin-bottom: 15px;
}

.user-menu-wrapper,
.utility-wrap {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
}

.user-menu-wrapper {
    position: absolute;
    padding: 40px 0;
    z-index: 1;
    right: 15px;
    top: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    .user-menu-wrapper a {
        color: #fff;
        position: relative;
        display: inline-block;
    }

        .user-menu-wrapper a:hover,
        .user-menu-wrapper a:hover *,
        .user-menu-wrapper a:focus,
        .user-menu-wrapper a:focus *,
        .wsdownmenu-animated-arrow:hover,
        .wsdownmenu-animated-arrow:focus {
            text-decoration: none;
        }

        .user-menu-wrapper a > .fal {
            font-size: 20px;
            margin-right: 5px;
        }

    .user-menu-wrapper .dropdown-toggle::after {
        display: none;
    }

    .user-menu-wrapper .dropdown-menu li a {
        text-align: center;
    }

.loggedIn-user {
    background: #fff;
    border-radius: 50%;
    color: #530E2A;
    font-size: 11px;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 1.9;
}

.loggedIn-user-circle .loggedIn-user {
    filter: invert(1);
}

.loggedIn-user-circle {
    margin-left: 8px;
}

.cart-num {
    background: #000;
    color: #fff;
    display: block;
    font-size: 12px;
    position: absolute;
    top: -5px;
    right: -11px;
    width: 18px;
    height: 18px;
    text-align: center;
    filter: invert(1);
    border-radius: 50%;
    line-height: 1.5;
}

.dropdown-menu {
    padding: 0;
    border: 1px solid #666;
    border-radius: 10px;
    width: 100%;
    min-width: 200px;
}

    .dropdown-menu li {
        margin: 5px;
    }

        .dropdown-menu li a {
            color: #1B1B1B;
        }

            .dropdown-menu li a:hover {
                opacity: 0.8;
            }

        .dropdown-menu li + li {
            border-top: 1px solid #ccc;
        }

.dropdown-item.active,
.dropdown-item:active {
    background: none;
    color: #ccc;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: none;
}

.dropdown-menu .cart-wrapper {
    padding: 10px;
    width: 200px;
}

.dropdown-menu .cart-title {
    font-weight: 600;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
}

.dropdown-menu .cart-content {
    padding: 20px 0;
}

.utility-wrap {
    border: 1px solid #000;
    padding: 4px 10px;
    border-radius: 20px;
}

    .utility-wrap > .utility > a {
        filter: invert(1);
    }

.main-navigation.fixedTop .utility-wrap > .utility > a,
.main-navigation.red-menu-bg .utility-wrap > .utility > a {
    filter: invert(0);
}

.main-navigation.fixedTop .utility-wrap,
.main-navigation.red-menu-bg .utility-wrap {
    border-color: #fff;
}

.utility-wrap {
    border-color: #000;
    margin-left: 10px;
}

.home .utility-wrap {
    border-color: #fff;
}

    .home .utility-wrap > .utility > a,
    .wsmainfull.active .utility-wrap > .utility > a {
        filter: none;
    }

.utility-wrap .utility {
    display: inline-block;
    padding: 0 5px;
    font-size: 16px;
    line-height: 1.2;
    vertical-align: top;
}

    .utility-wrap .utility.languageCurrency {
        font-size: 18px;
    }

#cart-popup .modal-dialog {
    margin-right: 1.75rem;
    max-width: 420px;
    margin-left: auto;
}

#cart-popup .modal-content {
    border-radius: 18px;
    overflow: hidden;
}

#cart-popup .modal-body {
    background: #f5f4f1;
}

#cart-popup .sm-cart-wrapper {
    padding: 0;
}

.sm-cart-header {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 0.6px solid #000000;
}

    .sm-cart-header h4 {
        font-size: 20px;
    }

.sm-cart-title h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.sm-cart-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 0.6px solid #000000;
}

.sm-cart-promo {
    margin-top: 35px;
}

    .sm-cart-promo .form-control {
        background-color: #ebe9e4;
    }

.sm-cart-btn-group {
    margin-top: 10px;
}

.sm-cart-title .summary-content {
    margin-bottom: 10px;
}

    .sm-cart-title .summary-content .summary-loc {
        display: block;
    }

.sm-cart-title .summary-content {
    font-size: 13px;
}

.search-wrapper .form-control {
    border-radius: 20px;
    border-right: 0;
    padding-left: 20px;
    height: 41px;
}

.search-wrapper .btn-outline-secondary {
    border-color: #ced4da;
    border-left: 0;
    border-radius: 20px;
    padding: 5px;
}

    .search-wrapper .btn-outline-secondary:hover,
    .search-wrapper .btn-outline-secondary:focus {
        background-color: #fff;
    }

    .search-wrapper .btn-outline-secondary svg {
        color: #fff;
        padding: 5px;
        background-color: #D89415;
        font-size: 25px;
        border-radius: 50%;
    }

section {
    padding: 35px 0;
}

    section h2 {
        margin-bottom: 25px;
    }

.pageBanner + .offer {
    padding: 0 0 50px;
}

section.greyBg {
    background-color: #F5F4F1;
}

.contentWrapper section.greyBg.pageTitle {
    padding: 10px 0;
}

section.maroonBg {
    background-color: #681235;
    color: #fff;
    min-height: calc(100vh - 70px);
}

section .title-wrapper {
    margin-bottom: 30px;
    text-align: center;
}

section .title small {
    font-size: 16px;
    letter-spacing: 1px;
    color: #681235;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

section.profile-wrapper {
    padding-bottom: 0;
}

.profile-wrapper .title-wrapper {
    margin-bottom: 25px;
    margin-top: 50px;
}

.profile-wrapper h1.title {
    text-align: left;
}

:dir(rtl) .profile-wrapper h1.title,
:lang(ar) .profile-wrapper h1.title {
    text-align: right;
}

.boxLiner {
    border: 1px solid #ddd;
    padding: 15px 20px;
}

.profile-wrapper .checkbox {
    margin: 0;
    padding-left: 20px;
    position: relative;
}

.profile-wrapper .profile-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

    .checkbox label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 17px;
        height: 17px;
        top: 0;
        left: 0;
        margin-left: -20px;
        border: 1px solid #ccc;
        border-radius: 3px;
        background-color: #fff;
        -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
        -o-transition: border .15s ease-in-out, color .15s ease-in-out;
        transition: border .15s ease-in-out, color .15s ease-in-out;
    }

    .checkbox label::after {
        display: inline-block;
        position: absolute;
        width: 17px;
        height: 17px;
        left: 0;
        top: 0;
        margin-left: -20px;
        padding-left: 3px;
        padding-top: 0;
        border-radius: 3px;
        font-size: 11px;
        color: #fff;
        background-color: #711b45;
        line-height: 1.6;
    }

.checkbox input[type="checkbox"]:checked + label::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f00c";
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    margin-left: 0;
    margin-top: 0;
    width: 20px;
    height: 20px;
    position: absolute !important;
    left: 0;
    top: 0;
}

:dir(rtl) .checkbox label::after {
    text-align: center;
}

.profile-wrapper .sidebar-menu li a {
    padding: 5px 0;
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
}

.profile-wrapper .sidebar-menu li.active a {
    font-weight: 600;
}

.shortBox {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

.password-wrapper label {
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 16px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    opacity: 0.55;
}

.lounge-details .mybooking-info {
    margin-top: 25px;
    margin-bottom: 30px;
}

    .lounge-details .mybooking-info li {
        font-weight: 600;
        font-size: 16px;
        padding: 0;
    }

    .lounge-details .mybooking-info span {
        font-weight: 300;
        color: #666;
        padding-right: 5px;
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
    }

.profile-wrapper .lounge-details {
    min-height: auto;
}

.top-nav {
    margin-bottom: 35px;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.top-nav ul li {
    padding: 0 20px;
}

    .top-nav ul li a {
        font-size: 18px;
    }

    .top-nav ul li.active a {
        font-weight: bold;
        text-decoration: underline;
    }

    .top-nav ul li a:hover {
        text-decoration: underline !important;
    }

.social-sm a {
    font-size: 20px;
    color: #fff;
    background-color: #530E2A;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    display: block;
}

.flex-columns {
    border-radius: 3px;
    padding: 0;
    display: flex;
    flex-flow: column wrap;
    align-content: space-evenly;
    height: 530px;
}

.flex-child {
    position: relative;
    border-radius: 30px;
    background-color: #A2CBFA;
    width: 30%;
    margin-bottom: 2%;
    /* (100-32*3)/2 */
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    color: white;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    .flex-child:hover {
        transform: scale(1.1);
    }

.flex-column-sm {
    height: 225px;
}

.flex-column-lg {
    height: 475px;
}

.tag {
    font-size: 12px;
    font-weight: 600;
    color: #681235;
    background-color: #fff;
    text-transform: uppercase;
    margin-left: 15px;
    padding: 0 20px;
    border-radius: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
}

    .tag.left {
        left: 15px;
        right: auto;
    }

    .tag.pink {
        display: inline-block;
        font-size: 12px;
        padding: 8px 15px;
        line-height: 1;
        text-transform: uppercase;
        min-width: 0;
        color: #681235;
        background-color: rgba(83, 14, 42, 0.1);
        font-weight: 600;
        letter-spacing: 1px;
    }

.popover-info {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-top: 2px;
}

.offer-wrapper {
    display: table;
    width: calc(100% + 30px);
    border-spacing: 15px 0px;
    margin: 0px -15px;
}

.offerCard {
    display: table-cell;
    background-color: #fff;
    padding: 20px 15px;
    border-radius: 30px;
    width: 33.33%;
}

    .offerCard.pink {
        color: #681235;
        background-color: #F3D7D3;
    }

    .offerCard.red {
        color: #681235;
        background-color: #EA7368;
    }

    .offerCard .badge {
        width: 85px;
        padding: 0;
        vertical-align: middle
    }

.offerCtn {
    min-height: 150px;
}

.offerBtn .btn {
    background-color: #F5F4F1;
    color: #681235;
}

    .offerBtn .btn:hover {
        background-color: #681235;
        color: #fff;
    }

    .offerBtn .btn:focus {
        background-color: #002436;
        color: #fff;
    }

.offerTitle {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #666;
}

.popular-offers .textLink {
    color: #000;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    margin-top: -1px;
    padding: 20px 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

    .popular-offers .textLink:hover {
        color: #681235;
    }

.offer-sidebar .accordion-body li {
    padding-bottom: 6px;
}

    .offer-sidebar .accordion-body li a {
        font-weight: 400;
        padding-left: 15px;
        display: block;
        margin-bottom: 5px;
        color: #000;
    }

        .offer-sidebar .accordion-body li a:hover {
            color: #681235;
        }

.offer-sidebar .accordion-item {
    border: 0;
    border-bottom: 1px solid #DDDACF;
}

    .offer-sidebar .accordion-item:last-of-type {
        border-radius: 0;
    }

.offer-sidebar .accordion-button:after {
    font-weight: 400;
    font-size: 14px;
}

.form-check-input[type=checkbox],
.form-check-input[type=radio] {
    margin-top: 3px;
}

.form-label {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
}

.form .form-label {
    margin-bottom: 1rem;
}

.form-control {
    border-radius: 25px;
    background-color: #F5F4F1;
    border: 0;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 600;
}

.modal {
    z-index: 9999;
}

.modal-content {
    position: relative;
    border-radius: 20px;
}

.modal-header {
    text-align: center;
    justify-content: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.modal .btn-close {
    position: absolute;
    top: 22px;
    right: 20px;
}

#filterList.modal .btn-close {
    position: absolute;
    top: 15px;
    left: 15px;
}

.modalBox-popup .modal-header {
    background-color: #530E2A;
    color: #fff;
    text-align: start;
    justify-content: left;
}

.modalBox-popup .btn-close {
    filter: invert(1);
    opacity: 1;
}

#deletePromo .modal-footer.text-center {
    text-align: center !important;
    justify-content: center;
    border: 0;
    margin-top: 0;
    padding-top: 0;
}

.modal-fullscreen.grey .modal-body {
    background-color: #F5F4F1;
    color: #333;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.modal-fullscreen.grey .btn-close {
    filter: none;
}

.modal-fullscreen .modal-body {
    background-color: #530E2A;
    color: #fff;
}

.modal-fullscreen .btn-close {
    --bs-btn-close-color: #fff;
    filter: invert(1);
    opacity: 1;
}

.btn-close:focus {
    box-shadow: none;
}

.clear-btn.submit {
    background: rgba(0, 0, 0, 0.5);
    margin-top: 0;
    width: 100%;
    color: #fff;
    padding: 12px 20px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-size: 13px;
}

#deleteModal {
    background: rgba(0, 0, 0, 0.75);
}

.languageCurrency nav {
    border-bottom: 1px solid #000;
}

.languageCurrency .nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: -2px;
    border-bottom: 5px solid transparent;
}

    .languageCurrency .nav-link.active {
        border-bottom: 5px solid #000;
    }

.languageCurrency .modal-content {
    border-radius: 0;
}

.modal-header {
    color: #fff;
    background-color: #681235;
    text-align: left;
    justify-content: space-between;
}

.languageCurrency .modal-header {
    border-radius: 0;
}

.modal-title {
    font-size: 21px;
}

.languageCurrency label {
    font-weight: 600;
}

.languageCurrency .mobile-lang label {
    border-bottom: 1px solid #eee;
    display: block;
    margin-bottom: 10px;
}

.languageCurrency .mobile-lang ul {
    margin: 0 -5px;
}

.languageCurrency .mobile-lang li {
    width: 33.33%;
    float: left;
    padding: 0 5px;
}

.languageCurrency .badgebox {
    opacity: 0;
    display: none;
    text-indent: -999999px;
    width: 27px;
    padding: 0;
    margin: 4px 0 0;
}

    .languageCurrency .badgebox + label.btn-primary {
        background-color: #fff;
        border: 1px solid #333;
        color: #666;
        padding: 5px 20px;
        border-radius: 3px;
        text-transform: uppercase;
        font-weight: 400;
    }

.languageCurrency .form-group li > .badgebox:checked + label.btn-primary,
.languageCurrency .language-list-wrapper li > .d-badgebox:checked + label.btn-primary,
.mobile-lang .btn-primary:hover {
    background-color: #711b45 !important;
    color: #fff !important;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    margin-top: -2px;
}

.languageWrapper {
    padding: 20px 0;
}

    .languageWrapper ul {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }

    .languageWrapper a {
        display: block;
        font-size: 18px;
        font-weight: 600;
        color: #666;
        margin-bottom: 20px;
        position: relative;
    }

        .languageWrapper a span {
            display: inline-block;
        }

        .languageWrapper a:hover,
        .languageWrapper a.selected {
            color: #681235;
        }

            .languageWrapper a.selected span:after {
                content: "\f058";
                font-family: "Font Awesome 6 Pro";
                font-weight: 500;
                display: inline-block;
                padding-left: 10px;
            }

.btn-default.fullWidth {
    width: 100%;
}

.languageCurrency .btn-default.fullWidth {
    color: #fff;
    background-color: #711b45;
    border-color: transparent;
    transition: .3s;
    text-transform: uppercase;
    font-weight: 400;
    padding: 8px 15px;
}

    .languageCurrency .btn-default.fullWidth:hover {
        color: #333;
        background-color: #d4d4d4;
        border-color: #8c8c8c;
    }

.fw-banner {
    position: relative;
    height: 0;
    padding-bottom: 30%;
    overflow: hidden;
}

    .fw-banner img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.partners-card {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 30px;
    width: 100%;
    height: 215px;
    margin-bottom: 30px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    .partners-card:hover {
        transform: scale(1.1);
    }

.featured-card {
    color: #fff;
    background-color: #530E2A;
    background-size: cover;
    background-position: center;
    padding: 80px;
    border-radius: 30px;
}

.owl-carousel.off {
    display: block;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #530E2A;
}

.owl-theme .owl-dots {
    margin: 20px 0;
    text-align: center;
}

.arrowTop .owl-nav button.owl-prev {
    top: -40px;
    left: auto;
    right: 50px;
}

.arrowTop .owl-nav button.owl-next {
    top: -40px;
}

.offerImg {
    height: 0;
    padding-bottom: 60%;
    margin-bottom: 20px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
}

.offerCarousel {
    padding: 0 50px;
}

.offerCarousel-item p {
    margin-bottom: 15px;
}

.loungesList-carousel {
    padding: 0 30px;
}

.loungesList-item {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    border-radius: 30px;
    background-color: #A2CBFA;
    box-sizing: border-box;
    text-align: center;
    color: white;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.connectCarousel {
    margin: 30px 0 0;
}

    .connectCarousel:before {
        content: "";
        display: block;
        width: 100px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, 1) 100%)
    }

    .connectCarousel .owl-dots {
        margin: 0;
    }

.connectImg {
    display: block;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 20px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
}

.deskHighlight .deskoverlap {
    position: fixed;
    background: #530E2A;
    display: none;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.deskHighlight .bookingNotes {
    display: none;
}

.deskHighlight .bookingWidget-wrapper {
    position: fixed;
    z-index: 1001;
    top: 100px;
}

.mobileBooking-wrapper {
    width: 100%;
    height: 100%;
    background: #530E2A;
    color: #fff;
    padding-top: 30px;
}

    .mobileBooking-wrapper .modal-content {
        background: #530E2A;
        border: 0;
        box-shadow: none;
    }

    .mobileBooking-wrapper .modal-body {
        padding-top: 30px;
    }

    .mobileBooking-wrapper .close {
        color: #fff;
        position: absolute;
        top: 0;
        right: auto;
        left: 15px;
        opacity: 1;
        font-size: 26px;
    }

    .mobileBooking-wrapper h2 {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 20px;
    }

    .mobileBooking-wrapper .ui-widget.ui-widget-content {
        margin-top: 10px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        background-color: transparent;
    }

    .mobileBooking-wrapper .ui-datepicker th {
        color: #fff;
    }

    .mobileBooking-wrapper .ui-datepicker .ui-datepicker-title {
        font-size: 14px;
    }

    .mobileBooking-wrapper .ui-state-default,
    .mobileBooking-wrapper .ui-widget-content .ui-state-default {
        color: #fff;
        background: none;
        width: 30px;
        margin: 0 auto;
    }

    .mobileBooking-wrapper .ui-datepicker .ui-datepicker-header {
        background-color: #530E2A;
        color: #fff;
        position: relative;
        padding-top: 3px;
    }

    .mobileBooking-wrapper .ui-datepicker .ui-datepicker-prev,
    .mobileBooking-wrapper .ui-datepicker .ui-datepicker-next {
        top: 3px;
        transform: none;
        filter: invert(1);
    }

    .mobileBooking-wrapper .ui-datepicker .ui-datepicker-prev {
        left: 10px;
    }

    .mobileBooking-wrapper .ui-datepicker .ui-datepicker-next {
        right: 10px;
    }

    .mobileBooking-wrapper .ui-state-active,
    .mobileBooking-wrapper .ui-widget-content .ui-state-active,
    .mobileBooking-wrapper .ui-widget-header .ui-state-active,
    .mobileBooking-wrapper a.ui-button:active,
    .mobileBooking-wrapper .ui-button:active,
    .mobileBooking-wrapper .ui-button.ui-state-active:hover {
        background-color: #fff;
        color: #530E2A;
    }

    .mobileBooking-wrapper .ui-icon,
    .mobileBooking-wrapper .ui-widget-content .ui-icon {
        width: 15px;
    }

.mobileBooking label {
    text-transform: capitalize;
}

.mobileBooking .bookingCol .row {
    margin-bottom: 5px;
}

.mobileBooking .bookingCol > label {
    margin-bottom: 1rem;
}

.mobileBooking.form .form-label {
    margin-bottom: 0;
}

.mobileBooking .form-control {
    background-color: #681235;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.mobileBooking .form-floating > label {
    left: 8px;
}

.mobileBooking #location {
    height: 80px;
}

.mobileBooking input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.4;
}

.mobileBooking input::-moz-placeholder {
    color: #fff;
    opacity: 0.4;
}

.mobileBooking input:-moz-placeholder {
    color: #fff;
    opacity: 0.4;
}

.mobileBooking input:-ms-input-placeholder {
    color: #fff;
    opacity: 0.4;
}

.mobileBooking .number .form-control {
    padding: 0;
    background-color: transparent;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}

.mobileBooking .number {
    margin-left: auto;
    margin-right: 0;
}

.mobileBooking .form-text {
    color: #fff;
    opacity: 0.6;
}

.twoCol .accordion-item {
    flex: 1 0 40%;
    margin: 0 10px;
}

    .twoCol .accordion-item:nth-child(-n+2) {
        border-top: 1px solid #999;
    }

.threeCol .accordion-item {
    flex: 1 0 30%;
    margin: 0 10px;
}

    .threeCol .accordion-item:nth-child(-n+3) {
        border-top: 1px solid #999;
    }

.accordion-flush .accordion-item:first-child {
    border-top: 1px solid #999;
}

.accordion-flush.d-flex {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
}

.accordion-button {
    padding: 25px 0;
    font-weight: 600;
}

    .accordion-button:not(.collapsed) {
        background-color: #fff;
        color: #530E2A;
        font-weight: 600;
        box-shadow: none;
    }

    .accordion-button:focus {
        border: 0;
        box-shadow: none;
    }

.accordion-body {
    color: #666;
    padding: 10px 0 20px;
}

.accordion-flush .accordion-collapse {
    border: 0;
}

.accordion-button::after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    background-image: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(90deg);
}

.accordion-header .accordion-button {
    font-size: 20px;
}

#awards-milestones {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
}

    #awards-milestones .accordion-button {
        font-weight: normal;
    }

#faqs .accordion-body {
    width: 100%;
    max-width: 600px;
}

.milestone .accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid #dee2e6;
}

.filter {
    font-size: 30px;
    font-weight: 600;
}

    .filter .dropdown {
        display: inline;
        border-bottom: 1px solid #681235;
    }

    .filter a {
        display: inline-block;
        color: #681235;
        font-weight: 600;
    }

    .filter .dropdown-toggle::after {
        content: "\f063";
        font-family: "Font Awesome 6 Pro";
        border: 0;
        font-size: 18px;
    }

.card {
    padding: 20px;
}

.contactForm .form-control {
    padding: 10px 20px;
}

:dir(rtl) .contactForm .form-control {
    background-position: left 1em center;
}

.btnCall {
    margin: 0;
    font-size: 24px;
    padding: 8px 20px;
    background: rgba(83, 14, 42, 0.1);
    border-radius: 20px;
    display: inline-block;
}

    .btnCall:hover,
    .btnCall:focus {
        border: 1px solid #681235;
        color: #681235;
    }

.region {
    color: #681235;
    font-size: 24px;
    font-weight: 600;
    width: 200px;
    margin-right: 50px;
}

.regionList {
    padding: 50px 0 30px;
}

.region-contactBx {
    margin-bottom: 30px;
}

.assistance-wrapper {
    background: #530E2A;
    border-radius: 18px;
    color: #fff;
}

.assistance-box {
    padding: 35px 40px 40px;
}

    .assistance-box a {
        color: #fff;
        font-weight: 400;
        font-size: 18px;
    }

.asssistance-img {
    margin-bottom: 15px;
}

.assistance-text {
    transition: all 0.25s ease-in-out;
}

.faq-link a:hover .assistance-text {
    opacity: 0.7;
}

.passes-wrapper .pass-col {
    margin-bottom: 20px;
}

.passes-wrapper .loungeCard {
    border-radius: 24px;
    background: #fff;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}

.offerListing {
    margin-bottom: 50px;
}

.loungeCard {
    position: relative;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    padding-bottom: 30px;
    height: 100%;
}

    .loungeCard:last-child {
        border: 0;
    }

.loungeCardWrapper {
    background-color: #fff;
    border-radius: 20px;
    padding: 12px;
    transition: all 0.25s ease-in;
}

    .loungeCardWrapper:hover {
        background: #d9d9d9;
    }

.loungeCard .cardImg {
    width: 100%;
    height: 0;
    padding-bottom: 65%;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.loungeCard .tag-wrapper {
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 10px;
}

.loungeCard .cardInfo,
.pass-modal .cardInfo {
    padding: 20px;
}

    .loungeCard .cardInfo .pass,
    .pass-modal .cardInfo .pass {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.4;
        margin-bottom: 0;
    }

    .loungeCard .cardInfo .price,
    .pass-modal .cardInfo .price {
        font-size: 24px;
    }

    .loungeCard .cardInfo .points,
    .pass-modal .cardInfo .points {
        font-size: 12px;
    }

    .loungeCard .cardInfo .price,
    .loungeCard .cardInfo .points,
    .pass-modal .cardInfo .price {
        text-align: end;
    }

    .loungeCard .cardInfo .location,
    .pass-modal .cardInfo .location {
        font-size: 20px;
        line-height: 1;
    }

    .loungeCard .cardInfo .txt-link,
    .pass-modal .cardInfo .txt-link {
        font-size: 16px;
        display: block;
        font-weight: 600;
        margin: 5px 0 20px;
        text-decoration: underline;
        text-underline-offset: 5px;
    }

        .loungeCard .cardInfo .txt-link:hover,
        .pass-modal {
            color: #681235;
        }

.loungeCard .cardInfo,
.summer-pass-popup .cardInfo {
    padding: 20px;
}

    .loungeCard .cardInfo .pass,
    .summer-pass-popup .cardInfo .pass {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.4;
        margin-bottom: 0;
    }

    .loungeCard .cardInfo .price,
    .summer-pass-popup .cardInfo .price {
        font-size: 24px;
    }

    .loungeCard .cardInfo .points,
    .summer-pass-popup .cardInfo .points {
        font-size: 12px;
    }

    .loungeCard .cardInfo .price,
    .loungeCard .cardInfo .points,
    .summer-pass-popup .cardInfo .price {
        text-align: end;
    }

    .loungeCard .cardInfo .location,
    .summer-pass-popup .cardInfo .location {
        font-size: 20px;
        line-height: 1;
    }

    .loungeCard .cardInfo .txt-link,
    .summer-pass-popup .cardInfo .txt-link {
        font-size: 16px;
        display: block;
        font-weight: 600;
        margin: 5px 0 20px;
        text-decoration: underline;
        text-underline-offset: 5px;
    }

        .loungeCard .cardInfo .txt-link:hover,
        .summer-pass-popup {
            color: #681235;
        }

.loungeCard .align-bottom {
    width: 100%;
    z-index: 1;
}

.loungeCard.featured {
    background-color: #001C2A;
    color: #fff;
}

    .loungeCard.featured .btn-primary.pink {
        color: #fff;
        background-color: #005370;
    }

    .loungeCard.featured .cardInfo .txt-link {
        color: #fff;
    }

    .loungeCard.featured .cardInfo .btn-primary {
        background-color: #005370;
    }

    .loungeCard.featured hr.border-dashed {
        border-color: #fff;
    }

.loungesTitle {
    font-size: 28px;
    font-weight: 600;
    color: #711b45;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.topfilter {
    padding: 0 15px;
}

    .topfilter .btn-default {
        border-radius: 20px;
        min-width: 120px;
        line-height: 24px;
        padding: 8px 20px;
        transition: .3s;
    }

        .topfilter .btn-default.outline {
            color: #fff;
            background-color: #9b9b9b;
            border-color: #9b9b9b;
            box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        }

    .topfilter .active .btn-default {
        color: #fff;
        background-color: #711b45;
        border-color: #711b45;
    }

        .btn-default.outline.red:hover,
        .topfilter .active .btn-default.red:hover {
            border-color: #eee;
            color: #efefef;
        }

.lounge-listing {
    margin-bottom: 35px;
}

.lounge-link {
    display: block;
    padding-bottom: 30px;
    padding-top: 30px;
}

.pass-modal-body {
    padding: 0;
}

.sm-pass-banner img {
    width: 100%;
}

.pass-modal .modal-dialog {
    max-width: 450px;
}

.pass-modal .modal-content {
    border-radius: 18px;
    overflow: hidden;
}

.pass-modal-body .sm-pass-banner {
    border-radius: 15px;
    overflow: hidden;
}

.sm-pass-banner button {
    color: #fff;
    opacity: 1;
    transition: all 0.25s ease-in;
}

    .sm-pass-banner button:hover {
        opacity: 0.5;
    }

.pass-modal-content ul,
.pass-modal-content ol {
    margin-bottom: 15px;
}

.pass-modal-content > * {
    font-size: 13px;
}

.summer-pass-popup .pass-modal-body {
    background: #002639;
    color: #fff;
}

.summer-pass-popup .btn-primary.pink {
    background: #fff;
    color: #681235;
}

.pass-modal-content ul {
    list-style: none;
}

.pass-modal-content li {
    position: relative;
    margin-bottom: 1em;
}

    .pass-modal-content li::before {
        content: "\f111";
        font-family: 'Font Awesome 6 Pro';
        font-weight: 900;
        font-size: 14px;
        color: #681235;
        position: absolute;
        left: -20px;
        top: 2px;
    }

.summer-pass-popup .pass-modal-content li::before {
    color: #7C0040;
}

.btn-primary.item-added-btn {
    background: #fff;
    color: #7C0040;
    border: 1px solid #681235;
}

.btn-primary.sold-out-btn {
    background: rgba(0, 0, 0, .3);
    color: #fff;
}

.lounge-listing .loungeCard {
    display: block;
}

    .lounge-listing .loungeCard.not-available,
    .lounge-listing .loungeCard.in-cart {
        pointer-events: none;
    }

.lounge-gallery .carousel-indicators {
    box-shadow: inset 0 -25px 25px 0px rgba(0, 0, 0, 0.65);
    margin: 0;
    padding-bottom: 5px;
    padding-top: 30px;
}

.lounge-gallery {
    overflow: hidden;
    border-radius: 12px;
}

    .lounge-gallery .carousel-indicators button {
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }

    .lounge-gallery .carousel-item {
        aspect-ratio: 13 / 9;
    }

        .lounge-gallery .carousel-item img {
            height: 100%;
            object-fit: cover;
        }

.lounge-title {
    display: block;
}

    .lounge-title h3 {
        font-size: 20px;
        font-weight: bold;
        color: #000;
        display: inline-block;
        line-height: 1.1;
        margin-bottom: 5px;
        position: relative;
        transform: perspective(1px) translateZ(0);
        transition: all 0.2s ease-in-out;
    }

.PPF-loungeCard .lounge-title h3,
.PPF-loungeCard .lounge-details span.flight-details,
.PPF-loungeCard .lounge-details span.time {
    color: #2A5236;
}

.lounge-title:hover h3,
.lounge-title h3:focus {
    color: #264a2e;
}

.lounge-title:hover h3 {
    text-decoration: underline;
}

.lounge-details span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.lounge-details .booking-hotel-name {
    margin-top: 10px;
    font-size: 16px;
}

    .lounge-details .booking-hotel-name span {
        color: #666;
        display: inline-block;
        font-size: 12px;
    }

.lounge-details .hotel-price {
    font-size: 16px;
    margin-bottom: 35px;
}

    .lounge-details .hotel-price span {
        color: #666;
        display: block;
        font-size: 14px;
        margin-bottom: 0;
    }

.lounge-details span small {
    font-size: 12px;
}

.lounge-details span.flight-details {
    display: block;
    margin-bottom: 20px;
}

.lounge-details span.time {
    font-size: 12px;
    color: #681235;
    text-transform: uppercase;
    font-weight: bold;
}

.lounge-details .lounge-title:hover span {
    color: #999;
}

.filter-title {
    margin-bottom: 5px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lounge-filter {
    position: relative;
}

.filter-title .clear-btn {
    font-size: 10px;
    letter-spacing: 1px;
    border-radius: 15px;
    color: rgba(0, 0, 0, 0.3);
    font-weight: 600;
    background: rgba(0, 0, 0, 0.1);
    padding: 3px 10px;
}

    .filter-title .clear-btn:hover {
        color: #fff;
        background: #681235;
    }

.lounge-filter > ul > li {
    margin-bottom: 25px;
    padding: 0;
    font-weight: bold;
}

    .lounge-filter > ul > li > ul > li {
        padding: 0;
    }

        .lounge-filter > ul > li > ul > li a {
            color: rgba(0, 0, 0, 0.6);
            padding: 3px 0;
            font-weight: 300;
            display: block;
        }

            .lounge-filter > ul > li > ul > li a:hover,
            .lounge-filter > ul > li > ul > li a:focus {
                color: #681235;
            }

            .lounge-filter > ul > li > ul > li a.active,
            .mobile-lounge-filter .lounge-filter ul li a.active {
                color: #681235;
                font-weight: 600;
            }

                .lounge-filter > ul > li > ul > li a.active::before,
                .mobile-lounge-filter ul li a.active:before {
                    content: "" url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="rgb(104, 18, 53)" class="bi bi-check-circle" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/><path d="m10.97 4.97-.02.022-3.473 4.425-2.093-2.094a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05"/></svg>');
                    display: inline-block;
                    margin-right: 3px;
                    vertical-align: text-top;
                }

.lounge-tags .tag {
    position: relative;
    padding: 6px 12px;
    top: auto;
    right: auto;
    font-size: 9px;
    margin-bottom: 5px;
    margin-left: 0;
}

    .lounge-tags .tag img {
        height: 16px;
        padding-right: 5px;
    }

.PPF-loungeCard .lounge-tags .tag {
    color: #2A5236;
}

.lounge-card-notice {
    position: absolute;
    z-index: 100;
    background-color: #ffffffd6;
    color: #681235;
    text-align: center;
    width: 100%;
    height: 100%;
}

    .lounge-card-notice h5 {
        font-size: 16px;
    }

    .lounge-card-notice > .row {
        height: 100%;
    }

.lounge-details {
    margin-bottom: 15px;
    min-height: 185px;
}

.top-lounge-tags {
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
}

.icon-wrap {
    padding: 25px 0 0;
}

    .icon-wrap img {
        width: 40px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }

.custom-tooltip {
    background: #681235;
}

.noDisp {
    display: none;
}

.cancel-modal-top p {
    margin-bottom: 10px;
}

.boxLiner1 {
    padding: 0;
    margin-top: 15px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #dee2e6;
}

.bottom-lounge {
    display: flex;
    padding-top: 10px;
    align-items: center;
    justify-content: space-between;
}

    .bottom-lounge .lounge-CTA {
        padding: 0;
    }

        .bottom-lounge .lounge-CTA a {
            margin-bottom: 0;
            padding: 5px 15px;
        }

.top-lounge-tags::-webkit-scrollbar {
    height: 6px;
}

.top-lounge-tags::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.top-lounge-tags::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 20px;
}

    .top-lounge-tags::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.top-lounge-tags span.active {
    background: #681235;
}

    .top-lounge-tags span.active a {
        color: #fff;
    }

.lounge-image {
    margin-bottom: 15px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

    .lounge-image:last-child {
        margin-bottom: 0;
    }

.lounge-wrapper {
    padding-top: 30px;
}

    .lounge-wrapper .breadcrumb-wrapper {
        margin-bottom: 20px;
    }

        .lounge-wrapper .breadcrumb-wrapper li:first-child {
            padding-left: 0;
        }

.lounge-content .accordion-flush .accordion-item:first-child {
    border-top: 0;
}

.lounge-content .accordion-item:first-of-type .accordion-button {
    padding-top: 0;
}

.lounge-content .lounge-tags .tag {
    padding: 10px 15px;
    height: 38px;
    line-height: 18px;
    margin-bottom: 10px;
    margin-right: 8px;
    font-size: 12px;
    font-weight: 600;
}

    .lounge-content .lounge-tags .tag img {
        padding-right: 5px;
    }

.lounge-CTA {
    padding: 10px 25px 20px;
}

    .lounge-CTA a {
        font-weight: 300;
    }

        .lounge-CTA a span {
            font-weight: 600;
        }

.service-box {
    border-bottom: 1px solid #681235;
    padding: 15px 0;
    align-items: center;
}

    .service-box:last-child {
        border-bottom: 0;
    }

.services-list {
    margin-bottom: 15px;
}

.lounge-content .services-list .lounge-tags .tag {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.service-name {
    width: 100%;
    font-weight: 400;
    color: #000000;
}

.upgrade-service h4 {
    color: #681235;
    margin-bottom: 25px;
    line-height: 1.3;
    font-size: 20px;
}

    .upgrade-service h4 small {
        display: block;
        font-size: 14px;
        font-weight: 300;
    }

.upgrade-service .service-name {
    max-width: 90%;
    margin-right: 15px;
}

.upgrade-service .card {
    border-radius: 0;
    padding: 0;
    border: 0;
    margin-bottom: 30px;
}

    .upgrade-service .card .card-title {
        font-size: 14px;
        font-weight: 400;
    }

.card-top {
    background: #fff;
}

.upgrade-service .card .card-img-top {
    border-radius: 0;
}

.upgrade-service .card .card-body {
    padding: 15px;
    border: 0;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    background: #F5F4F1;
    padding-top: 30px;
    margin-top: -15px;
}

.upgrade-service .card .card-header {
    border: 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-bottom: 60%;
    border-radius: 12px;
    overflow: hidden;
}

    .upgrade-service .card .card-header:before {
        content: '';
        background: #fff;
        height: 100%;
        width: 100%;
        background: #000;
    }

.upgrade-service .card-text {
    color: #000;
    font-size: 10px;
    font-weight: 600;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.learn-expand-wrapper p {
    font-size: 10px;
}

.packageWrapper .row {
    margin: 0 -7px;
}

    .packageWrapper .row > * {
        padding: 0 7px;
    }

.learn-expand-wrapper {
    margin: 10px 0;
}

.upgrade-service .card a.learn-more-btn {
    color: #000;
    font-size: 12px;
    text-decoration: underline;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    padding: 0;
}

.lounge-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 15px;
}

    .lounge-top .card-title .lounge-loc {
        display: block;
        font-size: 12px;
        font-weight: 300;
    }

.upgrade-price {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    width: 80px;
    text-align: right;
}

.lounge-contact b {
    font-size: 12px;
    color: #000;
    display: block;
    margin-bottom: 12px;
}

.lounge-contact .btn-secondary {
    font-size: 12px;
    font-weight: 600;
    padding: 6px 35px;
    min-width: 150px;
}

.lounge-total {
    padding: 25px 25px 10px;
}

.reserveNow-btn.open {
    display: block;
}

.prev-amt {
    font-size: 16px;
    font-weight: 600;
    text-decoration: line-through;
    margin-right: 5px;
}

.lounge-total-amt .final-amt {
    font-size: 21px;
    font-weight: 600;
}

.exclusive-logo {
    max-width: 110px;
}

.lounge-total .exclusive-logo + span {
    display: block;
    padding-top: 10px;
}

.lounge-images-wrapper {
    position: relative;
}

.lounge-images {
    overflow-y: scroll;
    overflow-x: hidden;
    position: static;
}

    .lounge-images::-webkit-scrollbar,
    .lounge-images::-webkit-scrollbar-track,
    .lounge-images::-webkit-scrollbar-thumb {
        width: 0;
    }

    .lounge-images:after {
        content: '';
        display: block;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 300px;
        position: absolute;
        background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 1) 100%, rgba(217, 217, 217, 1) 100%);
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        transition: all 0.25s ease-in-out;
    }

    .lounge-images.one-img:after {
        display: none;
    }

.lounge-images-wrapper:hover .lounge-images:after {
    opacity: 0;
}

.amountpart {
    border-top: 1px dashed #000;
    padding: 10px 0 0;
}

    .amountpart b {
        display: block;
        font-size: 21px;
        margin-bottom: 5px;
    }

.upgrade-service .card a {
    margin-bottom: 0;
    margin-top: 5px;
    padding: 8px 20px;
    width: 100%;
}

.promo-input {
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right 15px center;
    border: 1px solid transparent;
}

    .promo-input.validated {
        background-image: url(../svgs/light/circle-check.svg) !important;
        background-repeat: no-repeat;
        background-color: #e9ecef !important;
        background-size: 20px;
        background-position: right 10px center;
    }

:dir(rtl) .promo-input.validated {
    background-position: left 10px center;
}

.promo-input + .promo-btn {
    position: absolute;
    right: 10px;
    top: 7px;
    border: 0;
    background: none;
}

.promo-input.validated.promo-remove-btn {
    background-image: url(../../Images/close-btn.svg) !important;
    cursor: pointer;
    border: 1px solid rgba(13, 0, 0, .95);
}

.promo-applied {
    font-size: 12px;
    font-weight: 300;
    color: #000;
}

.promo-input.validated.uneditable-promo {
    background-image: url(../svgs/light/circle-check.svg) !important;
}

.lounge-booking-steps {
    background: #681235;
    padding: 15px 0;
    position: relative;
}

    .lounge-booking-steps .breadcrumb {
        padding: 0;
        background: none;
    }

    .lounge-booking-steps .breadcrumb-item {
        color: #fff;
        opacity: 0.35;
    }

        .lounge-booking-steps .breadcrumb-item.active {
            opacity: 1;
        }

        .lounge-booking-steps .breadcrumb-item:last-child::before {
            display: none;
        }

        .lounge-booking-steps .breadcrumb-item::before {
            float: right;
            content: "\f061";
            font-weight: 400;
            color: #fff;
            padding: 0 15px 0 20px;
            display: inline-block;
            font-family: 'Font Awesome 6 Pro';
        }

.breadcrumb-close-btn {
    background: none;
    color: #fff;
    box-shadow: none;
    border: 0;
    font-size: 24px;
    position: absolute;
    left: 15px;
    top: 9px;
}

:dir(rtl) .lounge-booking-steps .breadcrumb-item::before,
:dir(rtl) .lounge-booking-steps .breadcrumb-item:last-child::after {
    display: none;
}

:dir(rtl) .lounge-booking-steps .breadcrumb-item::after {
    float: left;
    content: "\f060";
    font-weight: 400;
    color: #fff;
    padding: 0 15px 0 20px;
    display: inline-block;
    font-family: 'Font Awesome 6 Pro';
}

.review-wrapper {
    margin-bottom: 30px;
}

.review-header {
    font-size: 12px;
    color: #681235;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1;
}

.review-wrapper .review-sm-title {
    text-transform: uppercase;
    display: block;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 12px;
}

.review-box {
    padding: 15px 0;
    border-bottom: 1px solid #000;
}

    .review-box + .review-box {
        border-bottom: 0;
    }

.review-detail-box.review-lounge {
    width: 250px;
}

    .review-detail-box.review-lounge span {
        display: block;
    }

.review-lounge h5 {
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: 600;
}

.review-detail-box {
    position: relative;
    width: 15%;
}

    .review-detail-box.long-review-box {
        width: 32%;
        padding-right: 25px;
    }

:dir(rtl) .review-detail-box.long-review-box {
    padding-left: 25px;
    padding-right: 0;
}

.review-detail-cta {
    width: 8%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
}

    .review-detail-box:before,
    .review-detail-cta:before {
        content: '';
        display: block;
        width: 0;
        height: 100%;
        top: 0;
        position: absolute;
        border-right: 1px solid #000;
        left: -16px;
    }

.review-detail-box:first-child:before {
    display: none;
}

:dir(rtl) .review-detail-box:before {
    right: auto;
    left: 0;
}

.review-detail-box b {
    display: block;
    margin-bottom: 8px;
}

.review-detail-cta {
    text-align: right;
}

.cta-wrapper {
    margin-bottom: 20px;
}

    .cta-wrapper a {
        display: block;
        font-weight: 300;
        text-decoration: underline;
        font-size: 14px;
    }

    .cta-wrapper .btn-primary {
        text-decoration: none;
        margin-top: 15px !important;
        display: inline-block;
    }

.review-detail-box li {
    padding-left: 0;
}

.modified-book {
    color: #681235;
    background: #f0e8eb;
    padding: 3px 15px;
    border-radius: 25px;
    max-width: 125px;
    margin: 10px 0;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.review-detail-title {
    font-weight: 300;
    padding-right: 3px;
}

.review-detail-content,
.lounge-charge-amt {
    font-weight: 600;
    color: #681235;
}

#add-extra-service-form.mobileLoungeBooking-wrapper .modal-dialog-scrollable .modal-content,
#add-extra-service-form.mobileLoungeBooking-wrapper .modal-dialog {
    max-width: 650px;
}

#add-extra-service-form .service-form-footer {
    margin-top: 15px;
}

.extra-service-total {
    margin-top: 30px;
}

    .extra-service-total b {
        font-size: 21px;
        padding-left: 5px;
    }

.checkbox-wrapper label {
    display: inline-block;
    margin-left: 5px;
    font-weight: 600;
}

    .checkbox-wrapper label a {
        text-decoration: underline;
    }

.checkbox-wrapper input {
    vertical-align: top;
    margin-top: 4px;
}

.checkbox-wrapper .form-note {
    font-size: 13px;
    color: #FF0033;
    font-weight: 300;
    display: block;
}

.filter-btn .text-btn {
    color: #555;
}

    .filter-btn .text-btn:hover,
    .filter-btn .text-btn:focus {
        color: #1d1d1d;
    }

.smarttraveller-banner {
    background-color: #002639;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 30px;
    color: #fff;
}

.confirmation-wrapper .agreement-wrapper,
.confirmation-wrapper .agreement-wrapper a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300;
}

    .confirmation-wrapper .agreement-wrapper h2,
    .agreement-wrapper h3,
    .agreement-wrapper h4,
    .agreement-wrapper h5,
    .agreement-wrapper h6 {
        color: #fff;
    }

    .confirmation-wrapper .agreement-wrapper ul,
    .agreement-section ol {
        margin-bottom: 15px;
    }

    .confirmation-wrapper .agreement-wrapper li {
        padding-bottom: 5px;
    }

        .confirmation-wrapper .agreement-wrapper li span {
            margin-bottom: 8px;
            display: inline-block;
        }

    .confirmation-wrapper .agreement-wrapper p {
        margin-bottom: 0;
        font-size: 12px;
    }


.modal .bookingWidget-wrapper {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    top: 0;
}

.modal .nav-item .nav-link {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #fff;
}

.modal .nav-tabs {
    border: 0;
}

    .modal .nav-tabs .nav-item .nav-link {
        background-color: transparent;
        border: 0;
        border-radius: 0;
        color: #fff;
    }

        .modal .nav-tabs .nav-item .nav-link.active {
            border-bottom: 3px solid #fff;
        }

    .modal .nav-tabs.tab-pane {
        color: #fff;
    }

#ui-datepicker-div.ui-widget.ui-widget-content {
    z-index: 10001 !important;
}

.formloader img,
.modal-loader img {
    width: 50px;
    height: 50px;
}

/*modal loader*/
.modal-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.switchCity label,
.switchCity input {
    display: inline-block;
    font-size: 2em;
    font-weight: bold;
}

.switchCity label {
    width: 22%;
    text-transform: none;
    color: #000;
}

.switchCity input {
    width: 77%;
    color: #681235;
    border-radius: 0;
    border-bottom: 1px solid #666;
}

.switchCity .form-control:focus {
    background-color: transparent;
    box-shadow: none;
    border-color: #681235;
}

.featured-card-wrapper {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 50px;
    border-radius: 20px;
}

    .featured-card-wrapper .row {
        position: relative;
        z-index: 2;
    }

    .featured-card-wrapper:before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #0000002d;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
    }

    .featured-card-wrapper .featured-st-logo {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 9;
    }

.featured-smart-traveller {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}

.sp-loc .form-label {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
}

.sp-loc .form-select {
    background-color: #fff;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-left: 0;
}

.services-list {
    margin-bottom: 25px;
}

    .services-list .service-box {
        border: 0;
        margin-bottom: 10px;
        padding: 10px 15px;
        border-radius: 35px;
        transition: all 0.215s ease-in, padding-left 0.15s ease-in-out, border-top 0.1s ease-in;
    }

.add-service-btn {
    width: 100%;
    max-width: 180px;
    margin: 0;
    padding: 5px;
}

.summary-form .service-form .form-label {
    display: block;
    color: #000;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
}

.summary-form .service-form .service-name {
    width: 26%;
    flex: 0 0 auto;
    margin-right: 10px;
}

.service-detail {
    flex: 0 0 auto;
    width: 51%;
    padding-right: 15px;
}

.service-box .service-detail {
    visibility: hidden;
}

.service-box.selected .service-detail,
.service-box.selected .service-name {
    visibility: visible;
    color: #681235;
    font-weight: 600;
}

.service-box.selected {
    background: rgba(221, 218, 207, 0.4);
}

.service-CTA {
    width: 23%;
    flex: 0 0 auto;
    opacity: 1;
    position: relative;
    z-index: 2;
}

.services-list .service-box:hover .add-service-btn {
    opacity: 1;
    z-index: 1;
}

.add-lounge {
    position: relative;
}

    .add-lounge .formTxtBox-wrap {
        width: 100%;
        left: 0;
        top: 90px;
    }

.input-group2 {
    position: relative;
}

    .input-group2 .btn {
        position: absolute;
        right: 10px;
        top: 12px;
        margin-bottom: 0;
        width: 30px;
        height: 30px;
        padding: 0;
        background: #DDDACF;
        border-radius: 50%;
        font-size: 11px;
    }

.location-input {
    border-radius: 15px;
    padding: 15px 25px;
}

#add-service-form.mobileLoungeBooking-wrapper .modal-dialog-scrollable .modal-content {
    max-width: 650px;
}

.service-form-header h3 {
    font-size: 20px;
    font-weight: 400;
}

.service-form-header p {
    font-size: 14px;
}

.service-form-box {
    border-bottom: 1px solid #000;
    padding: 12px 0;
}

.service-form-bottom {
    display: flex;
}

.service-form-box h6 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
}

.service-form-box .number input {
    background: #F5F4F1 !important;
}

.service-form-box .number .minus {
    left: 15px;
}

.service-form-box .number .plus {
    right: 15px;
}

.service-form-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobileLoungeBooking-wrapper .btn-tertiary {
    margin-bottom: 0;
    color: #681235;
    max-width: 160px;
    padding: 5px 15px;
}

    .mobileLoungeBooking-wrapper .btn-tertiary:hover {
        color: #fff;
        background: #681235;
    }

.service-total {
    display: flex;
    align-items: center;
}

    .service-total b {
        font-size: 20px;
        color: #000;
        padding-left: 5px;
    }

#add-service-form.mobileLoungeBooking-wrapper .form-check-label {
    font-size: 12px;
    font-weight: 400;
}

.booking-summary-wrapper {
    background: #F5F4F1;
    padding: 20px;
    border-radius: 20px;
}

    .booking-summary-wrapper h4 {
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 20px;
        border-bottom: 1px solid #333;
    }

    .booking-summary-wrapper h5 {
        font-size: 16px;
        margin-bottom: 0;
    }

.summary-header {
    margin-bottom: 20px;
    position: relative;
}

.mobile-summary-header-left {
    position: absolute;
    top: 5px;
    right: 0;
}

.summary-attribute {
    padding-bottom: 3px;
    color: #681235;
    max-width: 300px;
}

    .summary-attribute .break-attr {
        display: inline;
    }

.coma-attr,
.break-attr {
    display: inline-block;
}

.summary-attribute span {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 300;
}

.summary-subtotal2 {
    padding-top: 45px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.summary-subtotal span,
.summary-total-title {
    color: rgba(0, 0, 0, .6)
}

.summary-subtotal-amt {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    text-align: right;
}

.summary-subprice,
.summary-subtotal {
    padding-top: 20px;
}

.summary-promo {
    padding-top: 20px;
}

.summary-total {
    padding-bottom: 5px;
}

.summary-total-title {
    font-weight: 300;
    max-width: 150px;
}

    .summary-total-title small {
        line-height: 1.2;
        display: block;
        padding-top: 2px;
    }

.total-amt {
    font-weight: 600;
    font-size: 21px;
}

    .total-amt span {
        font-size: 12px;
    }

    .total-amt .old-price {
        padding-right: 5px;
        font-size: 12px;
    }

    .total-amt .exclusive-logo {
        max-width: 95px;
        padding-bottom: 5px;
    }

.summary-reserve-wrapper {
    background: #eee7ea;
    padding: 20px 0;
    margin-top: 20px;
}

#welcome-msg {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.reserve-now-btn {
    margin-bottom: 0;
    padding: 12px 50px;
    font-weight: 300;
}

    .reserve-now-btn.disabled {
        border: 1px solid #681235;
    }

    .reserve-now-btn .fa-arrow-right {
        padding-left: 8px;
    }

.w-100 .reserve-now-btn,
.w-100 .review-change-btn {
    width: 100%;
}

#summary-form-accordion .accordion-button small {
    display: block;
    font-weight: 300;
    font-size: 16px;
    padding-top: 8px;
}

#summary-form-accordion .accordion-button {
    padding-bottom: 25px;
    margin-bottom: 0;
    transition: all 0.2s ease-in;
}

:dir(rtl) #summary-form-accordion .accordion-button {
    text-align: right;
}

#summary-form-accordion .accordion-button.collapsed {
    padding-bottom: 40px;
    margin-bottom: 20px;
}

    #summary-form-accordion .accordion-button.collapsed .summary-accordion-header-bottom {
        display: flex !important;
    }

.summary-accordion-header-bottom {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    width: 100%;
    display: none !important;
}

    .summary-accordion-header-bottom a {
        font-weight: 300;
        font-size: 14px;
        text-decoration: underline;
    }

    .summary-accordion-header-bottom span {
        background: #eee7ea;
        color: #681235;
        padding: 5px 15px;
        border-radius: 14px;
        font-size: 12px;
        display: inline-block;
    }

#summary-form-accordion .accordion-button::after {
    font-weight: 300;
    font-size: 16px;
    position: relative;
    line-height: 1;
}

#summary-form-accordion.accordion-flush .accordion-item:first-child {
    border-top: 0;
}

.summary-box {
    padding-bottom: 15px;
}

    .summary-box + .summary-box {
        padding-top: 20px;
        border-top: 1px solid #000;
    }

.booking-summary-header {
    background: #F5F4F1;
    position: relative;
}

    .booking-summary-header h4 + span {
        position: absolute;
        top: 3px;
        right: 0;
    }

:dir(rtl) .booking-summary-header h4 + span {
    right: auto;
    left: 0;
}

.edit-lounge-btn {
    padding-right: 15px;
    text-decoration: underline;
}

.collapse-btn .svg-inline--fa {
    transform: rotate(90deg);
    transition: all 0.2s ease-in-out;
}

.collapse-btn.collapsed .svg-inline--fa {
    transform: rotate(0);
}

.booking-summary-wrapper h5 {
    font-size: 14px;
}

.summary-content {
    transition: all 0.2s ease-in;
}

    .summary-content .summary-subtotal {
        margin-top: 35px;
    }

.desktop-back-btn {
    padding-right: 15px;
    font-size: 24px;
}

:dir(rtl) .desktop-back-btn {
    padding-right: 0;
    padding-left: 15px;
}

.review-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
    text-align: right;
    border-top: 1px solid #000;
    padding-top: 30px;
}

    .review-bottom .summary-promo {
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }

        .review-bottom .summary-promo .form-label {
            width: 150px;
            margin-bottom: 0;
            padding-right: 10px;
        }

        .review-bottom .summary-promo .form-control {
            min-width: 400px;
        }

        .review-bottom .summary-promo span {
            font-size: 12px;
            padding-top: 5px;
            display: block;
        }

.review-total {
    margin-bottom: 25px;
}

.review-bottom .total-amt {
    font-weight: 600;
    font-size: 28px;
    display: flex;
    justify-content: space-between;
}

    .review-bottom .total-amt + .total-amt {
        margin-top: 15px;
    }

    .review-bottom .total-amt span {
        font-size: 12px;
    }

    .review-bottom .total-amt .old-price {
        padding-right: 10px;
        font-size: 18px;
    }

    .review-bottom .total-amt .total-total {
        margin-right: 50px;
        min-width: 250px;
        text-align: left;
    }

        .review-bottom .total-amt .total-total b {
            display: block;
            font-size: 24px;
            font-weight: 300;
            color: #000;
        }

        .review-bottom .total-amt .total-total span {
            display: block;
            font-size: 14px;
            font-weight: 300;
        }

.promo-code-label {
    margin-right: 25px;
}

.promo-code-input {
    min-width: 420px;
}

.total-price {
    display: flex;
    align-items: flex-end;
    line-height: 1;
    justify-content: flex-end;
    min-width: 238px;
}

.total-amt span {
    font-weight: 400;
}

.smart-traveller-login-box {
    background: #F5F4F1;
    padding: 20px;
    border-radius: 18px;
    margin-top: 35px;
}

.smart-traveller-login-box {
    font-size: 18px;
    font-weight: 300;
    display: flex;
    justify-content: space-between;
}

.purchaser-smart-traveller-login-wrapper .smart-traveller-login-box {
    font-size: 16px;
}

.smart-traveller-main-login .btn {
    max-width: 180px;
    width: 100%;
    margin-right: 15px;
}

.purchaser-smart-traveller-login-wrapper .smart-traveller-main-login .btn {
    max-width: 150px;
}

    .purchaser-smart-traveller-login-wrapper .smart-traveller-main-login .btn + .btn {
        margin-right: 0;
    }

.flat-btn {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.sp-long-btn {
    max-width: 300px;
    width: 100%;
}

.smart-traveller-logo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .smart-traveller-logo img {
        width: 100%;
        max-width: 120px;
        margin-right: 6px;
    }

.tooltip-wrapper {
    display: inline-block;
}

.flat-input {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.important-note-wrapper {
    margin-top: 10px;
    padding-top: 30px;
    border-top: 1px solid #000;
    color: #666;
}

    .important-note-wrapper li {
        padding-bottom: 8px;
    }

.guest-method {
    border-top: 1px solid #000;
}

.guest-method-wrapper {
    background: #F5F4F1;
    padding: 15px 20px;
    border-radius: 18px;
}

.noBorder {
    border: 0;
}

.purchaser-information-wrapper h6 {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 25px;
    font-weight: 600;
}

.smart-traveller-login-wrapper .signup-now a,
.forgotPassword-box a {
    text-decoration: underline;
}

.st-tooltip {
    opacity: 1 !important;
}

    .st-tooltip .tooltip-inner {
        background: #f5f4f1;
        color: #000;
        padding: 15px;
        max-width: 576px;
        box-shadow: 0 6px 15px -6px rgba(0, 0, 0, .2);
    }

    .st-tooltip .tooltip-arrow:before {
        border-bottom-color: #f5f4f1 !important;
    }

.phone-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    background: #F5F4F1;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
}

    .phone-wrapper .custom-select-wrapper {
        position: relative;
        width: 85px;
        border: 0;
        border-right: 1px solid #681235;
    }

    .phone-wrapper select {
        width: 100%;
        padding: 10px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 0;
        background: transparent;
        padding-left: 20px;
        font-size: 14px;
        font-weight: 600;
    }

    .phone-wrapper .custom-select-wrapper i {
        font-size: 14px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        transition: transform 0.2s ease;
    }

    .phone-wrapper input[type="tel"] {
        width: calc(100% - 90px);
        width: 200px;
        border: 0;
        background: transparent;
        font-size: 14px;
        font-weight: 600;
        padding: 12px 15px;
    }

.smart-traveller-form-wrapper {
    padding: 50px 100px;
    background: #F5F4F1;
    border-radius: 45px;
    margin-top: 20px;
}

    .smart-traveller-form-wrapper .form-control,
    .smart-traveller-form-wrapper .phone-wrapper {
        background: #ebe9e4;
    }

    .smart-traveller-form-wrapper .title-wrapper {
        margin: 0 auto 50px;
        max-width: 800px;
    }

        .smart-traveller-form-wrapper .title-wrapper h2 {
            font-size: 52px;
            margin-bottom: 25px;
            font-weight: 600;
            margin-top: 35px;
        }

        .smart-traveller-form-wrapper .title-wrapper p {
            font-size: 18px;
            color: rgba(0, 0, 0, 0.6);
            font-weight: 300;
        }

.purchase-steps {
    background: #681235;
    padding: 10px 15px;
    color: #fff;
}

.agreement-section {
    margin-bottom: 25px;
}

    .agreement-section > p {
        margin-bottom: 10px;
    }

.agree-note {
    font-weight: 300;
    font-size: 14px;
}

.agreement-section a {
    text-decoration: underline;
}

.payment-method-wrapper {
    padding: 20px;
    border: 1px solid #681235;
    border-radius: 12px;
}

    .payment-method-wrapper h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

.cc-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.3);
    overflow: hidden;
    border-radius: 8px;
}

.cc-header {
    background: rgba(186, 186, 186, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}

.left-cc-header {
    display: flex;
    align-items: center;
}

    .left-cc-header h4 {
        margin-bottom: 0;
        margin-left: 8px;
    }

.right-cc-header .list-inline-item {
    margin: 0;
    padding: 0 0 0 3px;
}

.cc-body {
    padding: 2px 20px 20px;
}

    .cc-body p {
        font-weight: 300;
        color: #919191;
    }

    .cc-body .form-label {
        margin-bottom: 2px;
        letter-spacing: 0;
    }

    .cc-body .card-input {
        border: 1px solid rgba(0, 0, 0, 0.3);
        width: 100%;
        border-radius: 6px;
        padding: 8px 15px;
    }

.card-number-wrapper {
    margin-bottom: 20px;
}

.card-input-wrapper {
    position: relative;
}

    .card-input-wrapper label {
        font-size: 12px;
        text-transform: uppercase;
    }

    .card-input-wrapper img {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

.other-payment-box {
    border: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
    border-radius: 8px;
    transition: all 0.45s ease;
}

    .other-payment-box:hover {
        border-color: #000;
    }

    .other-payment-box a {
        display: flex;
        align-items: center;
        padding: 20px 15px;
    }

    .other-payment-box img {
        padding-right: 8px;
    }

    .other-payment-box span {
        color: #000;
        font-size: 24px;
        font-weight: 600;
    }

.other-payment-wrapper {
    padding: 20px 0 0;
}

.video-wrapper {
    position: relative;
}

    .video-wrapper .playVideo {
        position: absolute;
        bottom: 30px;
        right: 30px;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        background: none;
        line-height: 2;
        font-size: 43px;
        text-align: center;
    }

        .video-wrapper .playVideo:hover {
            background: #000;
            border-color: #000;
        }

.pass-features .icon-in-card {
    padding-bottom: 25px;
    padding-top: 25px;
}

.confirmation-page {
    background: #530E2A url(../../Images/confimation-bg.png) no-repeat;
}

.confirm-msg .fs-5 {
    font-size: 18px !important;
}

.confirmation-pdf {
    padding-top: 0;
}

.pdf-header img {
    max-width: 350px;
    width: 350px;
    filter: invert(1);
}

.PPF-confirmation-header-bg .pdf-header img {
    filter: none;
}

.confirmation-header-bg {
    background: #530E2A;
    position: relative;
    background: #530E2A url(../../Images/pdf-top-bg.jpg) no-repeat;
}

.PPF-confirmation-header-bg {
    background-image: url(../../Images/PPF-confirmation-banner.jpg);
    background-size: cover;
    background-position: center;
}

    .PPF-confirmation-header-bg .pdf-header {
        text-align: center;
        margin-bottom: 40px;
    }

        .PPF-confirmation-header-bg .pdf-header img {
            width: 250px;
        }

.confirmation-header {
    padding: 50px 0 20px;
}

    .confirmation-header .confirm-msg {
        color: #fff;
    }

        .confirmation-header .confirm-msg h2 {
            font-size: 46px;
        }

        .confirmation-header .confirm-msg p {
            font-size: 34px;
            font-weight: 600;
        }

.confirmation-wrapper p {
    font-size: 20px;
}

.confirmation-footer {
    background: #F5F4F1;
    padding: 50px 0 25px;
}

    .confirmation-footer a {
        width: 40px;
        height: 40px;
        color: #fff;
        display: block;
        font-size: 21px;
        background: #530E2A;
        border-radius: 50%;
        text-align: center;
        line-height: 42px;
    }

    .confirmation-footer h4 {
        font-size: 32px;
    }

    .confirmation-footer a {
        width: 40px;
        height: 40px;
        color: #fff;
        display: block;
        font-size: 21px;
        background: #530E2A;
        border-radius: 50%;
        text-align: center;
        line-height: 42px;
    }

    .confirmation-footer p {
        font-size: 18px;
    }

.bottom-img-group {
    overflow-x: hidden;
    white-space: nowrap;
}

    .bottom-img-group img {
        max-width: 30%;
        padding-left: 30px;
        min-width: 40%;
    }

.pdf-container {
    padding: 0 50px;
}

.order-confirmation-wrapper p {
    opacity: 0.6;
    margin-bottom: 30px;
}

.destination-banner-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.btn-wrap a {
    background: #711b45;
    color: #fff;
    padding: 8px 30px;
    min-width: 120px;
    border-radius: 20px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

    .btn-wrap a svg {
        padding-right: 5px;
    }

    .btn-wrap a:hover {
        color: #333;
        background-color: #d4d4d4;
    }

.pagination {
    padding: 35px 0 15px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link,
.page-item .page-link {
    border-radius: 6px;
}

.page-item .page-link {
    color: #681235;
}

    .page-item .page-link:hover,
    .page-item.active .page-link {
        background: #681235;
        color: #fff;
        border-color: #681235;
    }


.top-detail {
    display: flex;
    justify-content: space-between;
}

.top-right-detail {
    text-align: right;
}

    .top-right-detail a.back-btn {
        display: block;
        margin-bottom: 10px;
    }

    .top-right-detail a.btn-primary {
        padding: 12px 35px;
    }

.booking-label {
    font-size: 18px;
}

.booking-info {
    font-size: 21px;
    font-weight: 600;
}

.booking-detail-box h4 {
    font-size: 21px;
    margin-bottom: 20px;
}

.booking-detail-box .booking-label,
.booking-detail-box .booking-info {
    font-size: 14px;
}

.booking-detail-box ul li {
    justify-content: space-between;
    align-items: center;
}

.booking-detail-box .booking-label {
    width: 30%;
    flex: 0 0 auto;
    font-weight: 600;
}

.booking-detail-box .booking-info {
    width: 70%;
    flex: 0 0 auto;
    font-weight: 400;
}

.booking-field {
    margin-bottom: 10px;
    padding: 0;
}

.booking-border {
    border-bottom: 1px solid #ababab;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.mid-detail .booking-info b {
    font-size: 21px;
}

.CF-block ol {
    padding-left: 40px;
}

.detail-btn-wrapper {
    align-items: center;
}

.modify-allowed-summary .form .form-label {
    margin-bottom: 0.5rem;
}

.modify-allowed-summary .form-group {
    margin-bottom: 15px;
}

.modify-allowed-summary .services-list .service-box .add-service-btn {
    opacity: 1;
    z-index: 1;
}

.modify-allowed-summary .service-detail {
    color: #000;
}

.modify-allowed-summary .add-services {
    margin-top: 35px;
}

.ft-list-title .svg-inline--fa {
    display: none;
}

.sp-modal .modal-header {
    border: 0;
}

.sp-modal .modal-body {
    background: #681235;
}

.sp-modal h3 {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sp-modal.modal .btn-close {
    position: relative;
    filter: invert(1);
    margin-top: 10px;
    top: auto;
    right: auto;
}

.sp-modal .wsmegamenu {
    display: block !important;
}

#userLogin .btn-close {
    filter: invert(1);
}

.mobile-profile-nav li {
    position: relative;
    margin-bottom: 15px;
}

    .mobile-profile-nav li a {
        color: #fff;
        display: block;
        font-size: 24px;
        font-weight: 600;
    }

        .mobile-profile-nav li a i {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
        }

#mobileProfileNavModal .modal-header {
    padding-bottom: 25px;
}

    #mobileProfileNavModal .modal-header a {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        position: relative;
        top: 10px;
    }

        #mobileProfileNavModal .modal-header a i {
            padding-right: 5px;
        }

#mobileProfileNavModal .modal-content {
    border-radius: 22px;
    overflow: hidden;
    padding-bottom: 50px;
    background: #681235;
}

.newsletter-wrapper {
    padding: 20px 0;
}

.hasAlert .pageWrapper {
    padding-top: 39px;
}

.review-change-btn {
    padding: 8px 25px;
}

.additional-service .form-label {
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.additional-service .services-list {
    border-bottom: 1px solid #000;
}

.mobile-price b {
    display: block;
    line-height: 1.2;
}

.mobile-price del {
    font-size: 11px;
    font-weight: 500;
}

.mobile-filter-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .mobile-filter-wrapper .filter-btn {
        flex: 50px 0 0;
        margin-left: 12px;
    }

        .mobile-filter-wrapper .filter-btn a {
            color: rgba(29, 29, 29, 0.4);
        }

.mobile-lounge-filter {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    align-items: center;
    position: relative;
}

.lounge-list {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lounge-wrapper {
    flex: 1 1 auto;
    overflow: hidden;
    min-width: 0;
}

.lounge-list li {
    flex: none;
    font-size: 13px;
    display: inline;
}

    .lounge-list li a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: clip;
        display: inline;
        color: #333;
        background: #f5f5f5;
        padding: 0 5px;
        border-radius: 4px;
        max-width: none;
    }

.more-indicator {
    padding: 0 8px;
    border-radius: 4px;
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 0.9em;
}

.mobile-pagebannerImg {
    margin-bottom: 20px;
    display: none;
}

    .mobile-pagebannerImg img {
        max-width: 650px;
        width: 100%;
        display: block;
        margin: 0 auto;
    }

@media (max-width:1199.98px) {
    .carousel-item h1 {
        font-size: 60px;
    }

    .desktoplogo {
        width: 200px;
    }

    .btnCall {
        font-size: 18px;
    }

    h1.title,
    .notice .text-xl h1 {
        font-size: 32px;
    }

    h2.title.text-lg {
        font-size: 28px;
    }

    h4 {
        font-size: 18px;
    }

    body.wsactive .contentWrapper {
        opacity: 0;
    }

    .profile-wrapper .title-wrapper {
        margin-top: 0;
    }

    .bannerTxt {
        top: 40%;
    }

        .bannerTxt h2 {
            font-size: 50px;
        }

    .mobilelogo {
        display: block;
        text-align: left;
    }

        .mobilelogo a {
            display: inline-block;
            margin: 10px 15px;
        }

    .wsmobileheader {
        background-color: #fff;
        position: relative;
        align-items: center;
    }

    .wsanimated-arrow {
        left: auto;
        right: auto;
        position: relative;
    }

        .wsanimated-arrow span,
        .wsanimated-arrow span:after {
            width: 23px;
        }

    .wsdownmenu-animated-arrow {
        width: 55px;
        left: 0;
        top: 7px;
    }

        .wsdownmenu-animated-arrow span {
            left: 20px;
            right: auto;
        }

    .wsactive .wsmobileheader {
        margin: 0;
        background: #5C0F2D;
    }

        .wsactive .wsmobileheader .mobilelogo,
        .wsactive .wsmobileheader .mobile-booknow-link.btn,
        .wsactive .mobile-cart-wrapper,
        .wsactive .loggedIn-user-circle {
            opacity: 0;
            visibility: hidden;
        }

    .wsactive .wsanimated-arrow {
        left: auto;
        right: 5px;
        top: 0;
    }

    .wsmenu > .wsmenu-list {
        width: 100%;
        margin-left: auto;
        margin-right: -100%;
        background-color: #5C0F2D;
    }

    .wsactive .wsmenu .overlapblackbg,
    .lounge-images:after {
        display: none;
    }

    .wsactive .wsmenucontainer {
        margin-left: 0;
    }

    .wsactive .wsmenu > .wsmenu-list {
        margin-left: auto;
        margin-right: 0;
        min-height: 500px;
        margin-bottom: 100px;
    }

    .wsactive .wsanimated-arrow span:before,
    .wsactive .wsanimated-arrow span:after {
        background-color: #fff;
    }

    .wsmenu > .wsmenu-list > li > a {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
    }

        .wsmenu > .wsmenu-list > li > a i {
            position: absolute;
            right: 23px;
            top: 50%;
            transform: translateY(-50%);
        }

    .wsmenu > .wsmenu-list > li > .wsmegamenu {
        background-color: #530e2a;
        height: 50vh;
        overflow-y: scroll;
    }

    .wsmenu > .wsmenu-list > li > ul.sub-menu {
        background-color: #530e2a;
    }

        .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
            color: #fff;
        }

            .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover {
                background-color: #681235;
            }

    .modal .wsmegamenu .nav-item .nav-link {
        background-color: #681235;
        font-size: 12px;
        margin-bottom: 5px;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-radius: 20px;
        border: 1px solid transparent;
        background: #fff;
        color: #5C0F2D;
        margin-bottom: 5px;
    }

        .modal .wsmegamenu .nav-item .nav-link.active {
            border: 1px solid #5C0F2D;
            background: #5C0F2D;
            color: #fff;
        }

    .deskoverlap {
        position: fixed;
        background: rgba(0, 0, 0, 0.55);
        display: none;
        z-index: 1000;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    }

    .pageWrapper {
        padding-top: 0;
        padding-bottom: 43px
    }

    .fw-home-banner,
    .homeBanner-wrapper .carousel-inner {
        height: 400px;
        width: auto;
    }

    .homeBanner-wrapper {
        padding: 30px 0;
    }

    #main-banner {
        margin: 0 15px;
        border-radius: 20px;
        overflow: hidden;
    }

    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }

    .carousel-item h1 {
        font-size: 40px;
    }

    .carousel-caption {
        top: 60%;
    }

    .arrowTop {
        padding-top: 50px;
    }

        .arrowTop .owl-nav button.owl-prev {
            top: 0;
        }

        .arrowTop .owl-nav button.owl-next {
            top: 0;
        }

    .user-menu-wrapper {
        width: 100%;
        padding: 5px 0;
        position: fixed;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
        background-color: #fff;
        color: #000;
        box-shadow: 0 0 10px rgba(100, 100, 100, 0.5);
    }

        .user-menu-wrapper a {
            color: #000;
        }

    .languageWrapper ul li {
        flex: 50%;
    }

    .btn-primary.bookingBtn {
        float: right;
        margin-right: 15px;
        margin-top: 2px;
    }

    .utility-wrap {
        padding: 0;
        border-color: #fff;
    }

        .utility-wrap > .utility > a {
            filter: none;
        }

        .utility-wrap .utility {
            padding: 0 10px;
            text-align: center;
        }

    .utility small {
        font-size: 10px;
    }

    .newsletter {
        padding: 30px;
    }

    .bookingWidget-wrapper {
        position: relative;
        bottom: 0;
    }

    .bookingWidget {
        margin: 20px 15px;
        border-radius: 20px;
    }

        .bookingWidget .bookingBtn {
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
        }

    .bookingWidget-wrapper .bookingNotes {
        color: #000;
        width: 100%;
        max-width: none;
        padding: 0 15px;
    }

    .bookingBtn.desktop {
        display: none;
    }

    .bookingBtn.mobile {
        display: block;
    }

    .loungesList-carousel {
        padding: 0;
    }

    .loungeCard .align-bottom {
        position: relative;
    }

    .tablet-hide {
        display: none !important;
    }

    .region {
        font-size: 16px;
        width: 145px;
        margin-right: 5px;
    }

    .btnCall {
        font-size: 14px;
    }

    .lounge-images {
        height: auto;
    }

    .add-service-btn {
        opacity: 1;
        z-index: 9;
    }

    .summary-form .services-list .service-box {
        border-bottom: 1px solid #000;
        border-radius: 0;
    }

        .summary-form .services-list .service-box:last-child {
            border: 0;
        }

    .service-form {
        border: 0;
    }

    .summary-form .service-form .service-name {
        font-weight: 600;
    }

    .service-form {
        background: #F5F4F1;
        padding: 20px;
        border-radius: 15px;
    }

    .upgrade-service .service-form {
        background: none;
        border-radius: 0;
    }

    .services-list .service-box:first-child {
        border-top: 0;
    }

    .service-box {
        justify-content: space-between !important;
    }

    .add-service-btn {
        max-width: none;
        flex: 0;
        min-width: 90px;
        font-size: 12px;
    }

    .confirmation-page .user-menu-wrapper {
        display: none;
    }

    .loungesTitle {
        font-size: 21px;
    }

    .cart-num {
        top: -4px;
        right: -7px;
        width: 18px;
        height: 18px;
        text-align: center;
        filter: invert(0);
        border-radius: 50%;
        line-height: 1.5;
    }

    .menu-legend {
        position: relative;
        clear: both;
        width: 100%;
        display: block;
        padding: 35px 0 15px;
    }

    .region-bx {
        float: none;
    }

        .region-bx ul {
            -webkit-columns: auto;
            columns: auto;
            flex-direction: row;
            max-height: none;
        }

    .formTxtBox-wrap a {
        font-size: 14px;
        padding: 8px 0;
    }

    .offer-place-search-wrapper {
        display: none;
    }

    .wsmenu > .wsmenu-list > li > .wsmenu-click > i {
        color: #fff;
    }

    .wsmenu > .wsmenu-list > li .logged-in-user {
        text-align: left;
        padding: 0 18px;
        margin-bottom: 25px;
        font-size: 18px;
        font-weight: 600;
    }

    .summary-reserve-wrapper {
        margin-bottom: -43px;
        margin-top: 40px;
    }

    .mobile-bottom-menu {
        position: fixed;
        bottom: 0;
        z-index: 9999;
        left: 0;
        width: 100%;
        display: none;
        align-items: center;
        justify-content: space-between;
    }

    .wsactive .mobile-bottom-menu {
        display: flex;
    }

    .mobile-lang-nav {
        background: #fff;
        padding: 15px;
        width: 50%;
        text-align: center;
    }

        .mobile-lang-nav:first-child {
            border-right: 1px solid #681235;
        }

        .mobile-lang-nav img {
            width: 18px;
            vertical-align: middle;
        }

    .mobile-nav-text,
    .mobile-dollar {
        vertical-align: middle;
        font-weight: 300;
    }

    .mobile-lang-nav i {
        vertical-align: middle;
    }

    .mobile-dollar {
        font-size: 10px;
    }

    .mobile-cart-wrapper {
        margin: 0 5px;
        position: relative;
    }

        .mobile-cart-wrapper i {
            font-size: 16px;
        }

    .cart-dot {
        background: #E17368;
        display: block;
        position: absolute;
        top: -2px;
        right: -4px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }
}

@media (max-width:991.98px) {
    footer .ppl-group-wrapper .ppl-group {
        width: 200px;
        margin: 0 auto;
        border: 0;
    }

    .partnersBrand-list a {
        padding: 0 10px;
    }

    .ppl-group-container {
        flex-direction: column;
    }

    .review-detail-box:before,
    .review-detail-cta:before {
        display: none;
    }

    .review-wrapper .review-sm-title {
        margin-bottom: 0;
    }

    .review-bottom {
        align-items: normal;
        border: 0;
        padding-top: 15px;
    }

        .review-bottom .total-amt .total-total,
        .total-price {
            min-width: auto;
        }

        .review-bottom .total-amt {
            font-size: 18px;
        }

            .review-bottom .total-amt .total-total b,
            .review-bottom .total-amt .total-total,
            .total-price {
                font-size: 16px;
            }

    section .title-wrapper {
        margin-bottom: 0;
    }

    .review-detail-box b {
        display: none;
    }

    .review-detail-title {
        display: block;
    }

    .review-detail-box li {
        margin-bottom: 10px;
    }

    .promo-code-label {
        text-align: left;
    }

    .checkbox-wrapper .form-note {
        font-weight: 600;
        margin-top: 10px;
    }

    .summary-reserve-wrapper {
        position: fixed;
        box-shadow: 0 -5px 30px -10px rgba(0, 0, 0, 0.2);
        bottom: 0px;
        width: 100%;
        left: 0;
        background: #fff;
        padding: 15px 0;
        z-index: 9;
        margin: 0;
    }

        .summary-reserve-wrapper .long-btn {
            text-transform: uppercase;
            letter-spacing: 1px;
        }

    .mobile-expand {
        text-align: center;
        cursor: pointer;
    }

        .mobile-expand span {
            display: block;
            font-size: 14px;
        }

    .tablet-hide {
        display: none !important;
    }

    .review-total {
        margin-bottom: 15px;
    }

    .reserve-now-btn {
        margin-top: 5px;
    }

    .mobile-expand i:before {
        font-family: 'Font Awesome 6 Pro';
        content: "\f063";
    }

    .mobile-expand.collapsed i:before {
        content: "\f062";
    }

    .accordion .summary-attribute {
        position: relative;
        max-width: 100%;
        margin-bottom: 12px;
    }

        .accordion .summary-attribute span {
            display: block;
        }

        .accordion .summary-attribute .edit-lounge-btn {
            position: absolute;
            right: 0;
            bottom: 0;
            font-weight: 300;
        }

        .accordion .summary-attribute strong {
            color: rgba(0, 0, 0, .6);
        }

    .accordion .summary-content {
        padding-top: 0;
    }

    .accordion .summary-box {
        padding-bottom: 0;
    }

    .summary-form-wrapper .service-form {
        margin: 0 -20px;
    }

    .service-box.selected {
        background: none;
    }

    .summary-form-wrapper .service-box .service-detail {
        visibility: visible;
        color: #681235;
        font-weight: 600;
    }

    .summary-form-wrapper .service-inner-box {
        position: relative;
    }

    .summary-form-wrapper .service-CTA {
        position: absolute;
        right: 0;
        bottom: 0;
        text-align: right;
    }

    .summary-form-wrapper .services-list .service-box {
        padding: 10px 0 15px;
        border-bottom: 1px solid #000;
        border-radius: 0;
    }

    .summary-form-wrapper .services-list {
        border-bottom: 0;
    }

    .switch-lounge-wrapper {
        margin-top: 25px;
    }

    .service-form .review-change-btn,
    .reserve-now-btn,
    .review-change-btn {
        margin: 0 auto;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
        max-width: 380px;
        font-weight: 600;
        width: 100%;
        padding: 15px;
        display: block;
    }

    .add-service-btn {
        min-width: auto;
        max-width: 150px;
        background: #F5F4F1;
    }

        .add-service-btn:hover {
            background: #681235;
            color: #fff;
        }

    .summary-subtotal-amt del + b {
        padding-left: 15px;
    }

    .lg-btn {
        max-width: 420px;
        width: 100%;
    }

    .booking-summary-wrapper {
        background: #fff;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        border-radius: 0;
        margin-top: 35px;
    }

    .pageWrapper:not(.confirmation-page) .booking-summary-wrapper {
        background: none;
        padding: 25px 0 40px;
    }

    .loungeCard .cardInfo .price,
    .summer-pass-popup .cardInfo .price,
    .loungeCard .cardInfo .pass,
    .summer-pass-popup .cardInfo .pass {
        font-size: 18px;
    }
}

@media (max-width:767.98px) {
    .fs-1 {
        font-size: 2rem !important;
    }

    .fs-2 {
        font-size: 1.75rem !important;
    }

    .fs-3 {
        font-size: 1.5rem !important;
    }

    .fs-4 {
        font-size: 1.25rem !important;
    }

    .fs-5 {
        font-size: 1rem !important;
    }

    .fs-6 {
        font-size: 0.85rem !important;
    }

    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    section {
        padding: 25px 0;
    }

    .cc-wrapper {
        padding: 0;
    }

        .cc-wrapper .container-fluid {
            padding: 0;
        }

    .mobile-hide,
    .booking-summary-header h4 + span {
        display: none !important;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding: 0 20px;
    }

    h1.title {
        font-size: 30px;
    }

    .flex-columns {
        height: 1000px;
    }

    .flex-child {
        width: 48%;
    }

    .offer-wrapper {
        display: static;
        width: 100%;
        border-spacing: 0;
        margin: 0;
    }

    .offerCard {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .featured-card {
        padding: 50px;
    }

    section .title-wrapper {
        text-align: left;
        margin-bottom: 0;
    }

    .bookingWidget-wrapper .bookingNotes {
        text-align: left;
    }

    .mobileBanner-carousel {
        padding: 0 15px;
    }

        .mobileBanner-carousel .mobileBanner-item {
            height: 0;
            padding-bottom: 100%;
            width: 100%;
            background-size: cover;
            background-position: center;
            border-radius: 20px;
            overflow: hidden;
        }

        .mobileBanner-carousel.owl-carousel .owl-dots {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
        }

    .newsletter-wrapper,
    .newsletter-wrapper .container-fluid {
        padding: 0;
    }

    .newsletter {
        border-radius: 0;
        padding: 30px 15px;
    }

    .lounge-details {
        margin: 15px 0;
        min-height: auto;
    }

    .alert {
        position: relative;
        padding-right: 30px;
    }

    body.hasAlert .home.pageWrapper {
        padding-top: 0;
    }

    .faq-link {
        margin-bottom: 25px;
    }

    .assistance-box {
        text-align: center;
    }

    .region {
        font-size: 14x;
        width: 118px;
        margin-right: 5px;
    }

    .btnCall {
        font-size: 12px;
        padding: 5px 10px;
    }

    .lounge-content {
        padding-left: 0;
    }

        .lounge-content .accordion-collapse {
            display: block !important;
        }

        .lounge-content .accordion-button::after {
            display: none;
        }

    .lounge-images-wrapper {
        padding-bottom: 20px;
        padding-top: 30px;
        background: #F5F4F1;
        position: relative;
    }

        .lounge-images-wrapper:before {
            content: '';
            display: block;
            width: 100%;
            position: absolute;
            right: -50%;
            top: 0;
            background: #F5F4F1;
            height: 100%;
            z-index: -1;
        }

        .lounge-images-wrapper:after {
            content: '';
            display: block;
            width: 100%;
            position: absolute;
            left: -50%;
            top: 0;
            background: #F5F4F1;
            height: 100%;
            z-index: -1;
        }

        .lounge-images-wrapper .owl-dots {
            margin-top: -40px;
            z-index: 99;
            position: relative;
        }

    section.greyBg.pageTitle {
        padding-top: 25px;
    }

    .lounge-content .lounge-tags .tag {
        width: 48%;
        margin: 0 0 0px;
        background: none;
        padding-left: 0;
    }

    .accordion-header .accordion-button {
        padding: 15px 0 5px;
    }

    .lounge-content .accordion-flush .accordion-item {
        border: 0;
        margin-bottom: 30px;
    }

    .lounge-content .accordion-body {
        padding-bottom: 0;
    }

    .lounge-content .accordion-header .accordion-button {
        pointer-events: none;
        padding-top: 0;
        background: none;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 0.5px;
    }

    .lounge-content .available-services-section {
        background: #F5F4F1;
        padding: 25px 30px;
        border-radius: 15px;
    }

    .service-box {
        padding: 10px 0;
    }

    .service-name {
        font-weight: 400;
        color: #000;
    }

    .lounge-wrapper {
        position: relative;
        padding-top: 0;
    }

    .lounge-brief {
        background: #F5F4F1;
        position: relative;
        padding-bottom: 20px;
    }

        .lounge-brief:before {
            content: '';
            display: block;
            width: 100%;
            position: absolute;
            right: -50%;
            top: 0;
            background: #F5F4F1;
            height: 100%;
            z-index: -1;
        }

        .lounge-brief:after {
            content: '';
            display: block;
            width: 100%;
            position: absolute;
            left: -50%;
            top: 0;
            background: #F5F4F1;
            height: 100%;
            z-index: -1;
            ;
        }

    footer .copyright {
        padding-right: 30%;
    }

    .open-info {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .mobile-booking-loc h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .mobile-booking-loc h5 {
        font-size: 18px;
        font-weight: 400;
    }

    .booking-summary-wrapper h4 {
        border: 0;
        margin-bottom: 0;
    }

    .booking-summary-header {
        padding: 20px 20px 5px;
        margin: 0 -1.5rem 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }

        .booking-summary-header a {
            font-size: 18px;
            padding-right: 8px;
        }

    .summary-header {
        margin-bottom: 0;
        padding-right: 60px;
    }

    .summary-content {
        padding-top: 20px;
    }

    .summary-attribute {
        padding-bottom: 10px;
    }

        .summary-attribute span {
            display: block;
            font-weight: 300;
        }

    .summary-subtotal span {
        opacity: 0;
    }

    .summary-subtotal-amt {
        font-weight: 600;
        font-size: 16px;
    }

    .total-amt {
        display: inline-block;
    }

    .reserve-now-btn .svg-inline--fa,
    .lounge-booking-steps {
        display: none;
    }

    .coma-attr b + b:before {
        content: ',';
        display: inline-block;
        padding-right: 3px;
        margin-left: -2px;
    }

    .break-attr b,
    .review-wrapper {
        display: block;
    }

    .review-box {
        display: block !important;
        width: 100%;
        border: 0;
        position: relative;
        border-bottom: 1px solid #000;
        padding: 20px 0;
    }

    .review-detail-box,
    .review-detail-cta {
        width: 100% !important;
    }

    .review-detail-cta {
        text-align: left;
    }

    .review-detail-box:after {
        display: none;
    }

    .review-detail-box {
        margin-bottom: 15px;
        padding-right: 80px;
    }

        .review-detail-box.long-review-box {
            padding-right: 80px;
        }

        .review-detail-box b {
            margin-bottom: 0;
        }

        .review-detail-box li {
            padding-bottom: 0;
        }

    .lounge-charge-amt {
        font-size: 18px;
    }

    .title-wrapper h2 {
        font-size: 21px;
    }

        .title-wrapper h2 a {
            font-size: 16px;
        }

    .review-wrapper {
        margin-top: 0;
    }

    .cta-wrapper a {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .service-detail,
    .important-note-wrapper {
        font-size: 12px;
    }

    .smart-traveller-login-box {
        margin-top: 15px;
        padding: 25px 20px 10px;
    }

    .info-box .svg-inline--fa {
        display: none;
    }

    .confirmation-page .summary-total-title {
        max-width: none;
    }

        .confirmation-page .summary-total-title span > b {
            font-size: 16px;
            padding-left: 5px;
        }

    .loungesTitle {
        font-size: 18px;
    }

    .profile-wrapper .profile-title h3.title {
        font-size: 18px;
    }

    .boxLiner {
        margin-bottom: 20px;
    }

    #cart-popup .modal-dialog {
        margin-right: auto;
        max-width: 420px;
        margin-left: auto;
    }

    .sm-cart-box,
    .sm-cart-header {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .sm-cart-title h5 {
        font-size: 14px;
    }

    .sm-cart-header h4 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .modal .sm-cart-header .btn-close {
        top: 15px;
    }

    .bookingWidget .bookingBtn {
        padding: 21px 15px;
    }

    .bookingWidget .bookingCol {
        padding: 20px 15px;
    }

    footer .ppl-group-wrapper {
        padding: 10px 0;
    }

    .helpCard {
        margin-bottom: 15px;
    }

    .offer-place-search-wrapper .offer-place-search .input-group .form-control {
        border-radius: 15px !important;
        font-size: 14px;
        padding: 10px;
    }

    .offer-place-search-wrapper .offer-place-search .input-group-text {
        right: 5px;
        font-size: 15px;
    }

    .lounge-tags {
        padding-bottom: 10px;
    }

    .ft-list {
        display: none;
    }

    .box1 {
        flex: 1 1 100%;
    }

    .box2,
    .box3,
    .box4,
    .box5 {
        flex: 1 1 48%;
    }

    .partnerBrand-box {
        border: 0;
        margin-bottom: 30px;
    }

    .partnersBrand-list img {
        padding: 0 5px;
    }

    .partnerBrand-box.box1,
    .partnerBrand-box.box2 {
        margin-bottom: 30px;
    }

    .review-bottom .total-amt {
        font-size: 16px;
    }

        .review-bottom .total-amt .total-total b,
        .title-wrapper h2 {
            font-size: 18px;
        }

    .total-amt {
        font-size: 16px;
    }

    .payment-method-wrapper h3 {
        font-size: 14px;
    }

    .payment-method-wrapper {
        margin-bottom: 100px;
    }

    .confirm-msg .fs-5 {
        font-size: 14px !important;
        font-weight: 300;
    }

    .promo-code-input {
        min-width: 250px;
    }

    .add-service-btn {
        min-width: auto;
    }

    .lounge-content .services-list .lounge-tags .tag {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #000000;
        border-radius: 0;
        padding-bottom: 12px;
        padding-top: 12px;
    }

    .services-list {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .pagebannerImg {
        display: none;
    }

    .mobile-pagebannerImg {
        display: block;
    }

    .pass-features .px-xl-4 {
        margin: 30px 0;
    }

        .pass-features .px-xl-4 img {
            padding-bottom: 15px;
        }

    .filter {
        font-size: 24px;
    }
}

@media (max-width:650px) {
    .flex-child {
        width: 100%;
    }

    .region-bx ul {
        columns: 100px 2;
    }

    .featured-card {
        padding: 30px;
    }

    .footer-end ul {
        margin-top: 20px;
    }

        .footer-end ul.text-end {
            text-align: center !important;
        }
}

@media (max-width:575.98px) {
    .regionList {
        text-align: center;
        padding: 0;
    }

    .region {
        display: block;
        margin-bottom: 5px;
        width: 100%;
        font-size: 16px;
    }

    .btnCall {
        font-size: 16px;
    }

    .lounge-content .available-services-section {
        padding: 25px 25px 10px;
    }

    .lounge-brief:before {
        right: -20px;
        width: 20px;
        border-bottom-right-radius: 25px;
    }

    .lounge-brief:after {
        left: -20px;
        width: 20px;
        border-bottom-left-radius: 25px;
    }

    .lounge-bottom-wrapper .btn-primary.bookingBtn {
        padding: 6px 20px;
        font-size: 12px;
    }

    .reserve-now-btn {
        font-size: 12px;
    }

    .smart-traveller-login-box {
        font-size: 16px;
    }

    .smart-traveller-btn-group {
        text-align: center;
    }

    .purchaser-smart-traveller-login-wrapper .smart-traveller-main-login .btn {
        max-width: 100%;
        margin-right: 0;
        text-transform: uppercase;
    }

    .profile-wrapper .sidebar-menu {
        margin-bottom: 25px;
    }

        .profile-wrapper .sidebar-menu ul li {
            padding: 0;
        }

            .profile-wrapper .sidebar-menu ul li a {
                display: block;
                background: #eee;
                border-bottom: 1px solid #ddd;
                padding: 10px 15px;
            }

            .profile-wrapper .sidebar-menu ul li.active a {
                background: #681235;
                color: #fff;
            }

    .top-nav {
        text-align: center;
    }

        .top-nav ul li {
            padding: 0 10px;
        }

            .top-nav ul li a {
                font-size: 14px;
            }

    .review-bottom .total-amt .total-total b {
        font-size: 16px;
    }

    .mobile-summary-reserve-box {
        flex-direction: column;
    }

        .mobile-summary-reserve-box > div:first-child {
            margin-bottom: 20px;
        }

        .mobile-summary-reserve-box .reserve-now-btn {
            padding: 15px;
            width: 100%;
            min-width: 100%;
            max-width: 450px;
            font-weight: 600;
            font-size: 14px;
        }

    .sp-modal .modal-dialog {
        border-radius: 0;
        padding: 0;
        margin: 0;
    }

        .sp-modal .modal-dialog .modal-content,
        .sp-modal .modal-dialog .modal-header {
            border-radius: 0;
        }

    .sp-modal .wsmegamenu .tab-pane ul li {
        width: 48%;
    }

        .sp-modal .wsmegamenu .tab-pane ul li a {
            font-size: 12px;
        }

    #mobileProfileNavModal .modal-content {
        border-radius: 0;
        height: 100vh;
    }

    .loungeCard .cardInfo .price,
    .summer-pass-popup .cardInfo .price,
    .loungeCard .cardInfo .pass,
    .summer-pass-popup .cardInfo .pass {
        font-size: 16px;
    }

    .featured-card-wrapper {
        padding: 50px 25px;
    }

    .btn-primary.xs {
        font-size: 11px;
    }
}


@media (max-width:479.98px) {
    .languageCurrency .mobile-lang li {
        width: 50%;
    }

    .promo-code-input {
        min-width: 180px;
    }

    .lounge-bottom-wrapper .btn-primary.bookingBtn {
        font-size: 11px;
    }

    .cts-wrapper .btn {
        width: 100%;
    }
}

@media (max-width:380.98px) {
    .lounge-content .lounge-tags .tag {
        width: 100%;
    }

    .lounge-bottom-wrapper .btn-primary.bookingBtn {
        padding: 6px 15px;
    }

    .purchaser-smart-traveller-login-wrapper .smart-traveller-btn-group {
        text-align: center;
    }

    .col-xs-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .box2,
    .box3,
    .box4,
    .box5 {
        flex: 1 1 100%;
    }
}

@media (max-width:340.98px) {
    .lounge-bottom-wrapper .btn-primary.bookingBtn {
        padding: 6px 10px;
    }
}

@media (min-width: 768px) {

    .top-lounge-tags,
    .lounge-bottom-booking,
    .summary-header .mobile-summary-header-left,
    .booking-summary-header p {
        display: none;
    }

    .summary-content {
        display: block !important;
    }

    .summary-attribute b + b {
        border-left: 1px solid #000;
        padding-left: 5px;
    }

    .mobile-show {
        display: none !important;
    }

    .lounge-online-exclusive {
        padding: 25px 25px 10px;
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .review-wrapper {
        display: flex;
        flex-direction: column;
    }

    .review-box {
        display: block !important;
        padding: 20px;
        margin-right: -1px;
    }

    .review-detail-box,
    .review-detail-cta {
        width: 100% !important;
    }

    .review-detail-cta {
        text-align: left;
    }

    .review-detail-box:after {
        display: none;
    }

    .review-detail-box {
        margin-bottom: 15px;
    }

        .review-detail-box b {
            margin-bottom: 0;
        }

        .review-detail-box li {
            padding-bottom: 0;
        }

    .lounge-charge-amt {
        font-size: 18px;
    }

    .cta-wrapper {
        margin-bottom: 15px;
    }
}

@media (min-width:992px) {
    .container.sm-container {
        max-width: 860px;
    }

    .offerCard .tag-wrapper {
        text-align: right;
    }

    .title-wrapper.short {
        max-width: 600px;
    }

    .bookingWidget {
        padding: 0 40px;
    }

    .bookingBtn.desktop {
        display: inline-block;
    }

    .bookingBtn.mobile {
        display: none;
    }

    #summary-accordion .accordion-collapse {
        display: block !important;
    }

    #summary-accordion .accordion-button {
        pointer-events: none;
        background: none;
        padding: 25px 0 0;
    }

    #summary-accordion .accordion-item {
        background: none;
    }

    #summary-accordion .accordion-button::after {
        display: none;
    }

    .service-inner-box {
        display: flex;
        max-width: 100%;
        flex: 0 0 auto;
        align-items: center;
    }

    .upgrade-service .service-inner-box {
        width: 65%;
    }

    .tablet-show {
        display: none !important;
    }

    .mt-md-n6 {
        margin-top: -3.3rem;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .carousel-item h1 {
        font-size: 60px;
        max-width: 850px;
        margin: 0 auto;
    }

    .bookingWidget {
        padding: 0 20px;
    }

        .bookingWidget .bookingBtn {
            padding: 32px 20px;
        }

    .summary-total-title {
        max-width: 120px;
        padding-right: 10px;
    }

        .summary-total-title small {
            font-size: 11px;
        }

    .purchaser-smart-traveller-login-wrapper .smart-traveller-main-login .btn {
        max-width: 132px;
    }
}

@media (min-width: 1200px) {

    .main-navigation.fixedTop .bookingBtn.desktop,
    .main-navigation.red-menu-bg .bookingBtn.desktop {
        background-color: #fff;
        color: #681235;
    }

    body.hasAlert .wsmenu > .wsmenu-list > li > .wsmegamenu {
        top: 110px;
    }

    body.hasAlert .main-navigation.fixedTop .wsmenu > .wsmenu-list > li > .wsmegamenu {
        top: 85px;
    }

    body.hasAlert .home.pageWrapper {
        padding-top: 39px;
    }

    .sp-container {
        max-width: 100%;
    }

    .mt-lg-n1 {
        margin-top: -0.25rem;
    }

    .mt-lg-n2 {
        margin-top: -0.5rem;
    }

    .mt-lg-n3 {
        margin-top: -1rem;
    }

    .mt-lg-n4 {
        margin-top: -2rem;
    }

    .mt-lg-n5 {
        margin-top: -3rem;
    }

    .desktop-hide {
        display: none !important;
    }

    .news-content {
        padding-right: 20%;
    }

    .h2,
    h2 {
        font-size: 2.5rem;
    }

    .pl-lg-30 {
        padding-left: 30px;
    }

    .pr-lg-100 {
        padding-right: 100px;
    }

    .contact-box {
        padding-right: 20px;
        font-weight: 300;
    }

    .lounge-content {
        padding-left: 55px;
    }

    .purchaser-smart-traveller-login-wrapper .smart-traveller-login-box {
        background: none;
        padding: 0;
    }

    div.pageWrapper:not(.home) .main-navigation {
        height: 115px;
    }

    .wsmainfull {
        height: 115px;
        position: fixed;
        left: 0;
        z-index: 99;
        width: 100%;
    }

    .wsmenu > .wsmenu-list {
        display: flex;
        justify-content: center;
        margin-top: 25px;
        margin-left: -125px;
    }

        .wsmenu > .wsmenu-list > li {
            display: inline-block;
            vertical-align: middle;
            position: static;
        }

            .wsmenu > .wsmenu-list > li > ul.sub-menu {
                opacity: 0;
                top: 70px;
                background-color: #681235;
                border: 0;
                visibility: hidden;
                -o-transform-origin: 0% 0%;
                -ms-transform-origin: 0% 0%;
                -moz-transform-origin: 0% 0%;
                -webkit-transform-origin: 0% 0%;
                -o-transition: -o-transform 0.3s, opacity 0.3s;
                -ms-transition: -ms-transform 0.3s, opacity 0.3s;
                -moz-transition: -moz-transform 0.3s, opacity 0.3s;
                -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
                transform-style: preserve-3d;
                -o-transform-style: preserve-3d;
                -moz-transform-style: preserve-3d;
                -webkit-transform-style: preserve-3d;
                transform: rotateX(-75deg);
                -o-transform: rotateX(-75deg);
                -moz-transform: rotateX(-75deg);
                -webkit-transform: rotateX(-75deg);
            }

            .wsmenu > .wsmenu-list > li:hover > ul.sub-menu {
                opacity: 1;
                visibility: visible;
                transform: rotateX(0deg);
                -o-transform: rotateX(0deg);
                -moz-transform: rotateX(0deg);
                -webkit-transform: rotateX(0deg);
                -webkit-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
            }

            .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu {
                opacity: 0;
                visibility: hidden;
                transform-style: preserve-3d;
                -o-transform-style: preserve-3d;
                -moz-transform-style: preserve-3d;
                -webkit-transform-style: preserve-3d;
                transform: rotateX(-75deg);
                -o-transform: rotateX(-75deg);
                -moz-transform: rotateX(-75deg);
                -webkit-transform: rotateX(-75deg);
            }

            .wsmenu > .wsmenu-list > li > ul.sub-menu > li:hover > ul.sub-menu {
                opacity: 1;
                visibility: visible;
                -o-transform-origin: 0% 0%;
                -ms-transform-origin: 0% 0%;
                -moz-transform-origin: 0% 0%;
                -webkit-transform-origin: 0% 0%;
                -o-transition: -o-transform 0.4s, opacity 0.4s;
                -ms-transition: -ms-transform 0.4s, opacity 0.4s;
                -moz-transition: -moz-transform 0.4s, opacity 0.4s;
                -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
                transform: rotateX(0deg);
                -o-transform: rotateX(0deg);
                -moz-transform: rotateX(0deg);
                -webkit-transform: rotateX(0deg);
            }

            .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
                opacity: 0;
                visibility: hidden;
                -o-transform-origin: 0% 0%;
                -ms-transform-origin: 0% 0%;
                -moz-transform-origin: 0% 0%;
                -webkit-transform-origin: 0% 0%;
                -o-transition: -o-transform 0.4s, opacity 0.4s;
                -ms-transition: -ms-transform 0.4s, opacity 0.4s;
                -moz-transition: -moz-transform 0.4s, opacity 0.4s;
                -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
                transform-style: preserve-3d;
                -o-transform-style: preserve-3d;
                -moz-transform-style: preserve-3d;
                -webkit-transform-style: preserve-3d;
                transform: rotateX(-75deg);
                -o-transform: rotateX(-75deg);
                -moz-transform: rotateX(-75deg);
                -webkit-transform: rotateX(-75deg);
            }

            .wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li:hover > ul.sub-menu {
                opacity: 1;
                visibility: visible;
                transform: rotateX(0deg);
                -o-transform: rotateX(0deg);
                -moz-transform: rotateX(0deg);
                -webkit-transform: rotateX(0deg);
            }

            .wsmenu > .wsmenu-list > li > ul.sub-menu > li > a {
                font-size: 16px;
                color: #fff;
                padding: 8px 25px;
            }

            .wsmenu > .wsmenu-list > li > .wsmegamenu {
                opacity: 0;
                border: 0;
                position: fixed;
                top: 70px;
                visibility: hidden;
                -o-transform-origin: 0% 0%;
                -ms-transform-origin: 0% 0%;
                -moz-transform-origin: 0% 0%;
                -webkit-transform-origin: 0% 0%;
                -o-transition: -o-transform 0.3s, opacity 0.3s;
                -ms-transition: -ms-transform 0.3s, opacity 0.3s;
                -moz-transition: -moz-transform 0.3s, opacity 0.3s;
                -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
                transform-style: preserve-3d;
                -o-transform-style: preserve-3d;
                -moz-transform-style: preserve-3d;
                -webkit-transform-style: preserve-3d;
                transform: rotateX(-75deg);
                -o-transform: rotateX(-75deg);
                -moz-transform: rotateX(-75deg);
                -webkit-transform: rotateX(-75deg);
            }

            .wsmenu > .wsmenu-list > li:hover > .wsmegamenu {
                opacity: 1;
                visibility: visible;
                transform: rotateX(0deg);
                -o-transform: rotateX(0deg);
                -moz-transform: rotateX(0deg);
                -webkit-transform: rotateX(0deg);
                background-color: #681235;
                -webkit-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
            }

            .wsmenu > .wsmenu-list > li > a {
                line-height: 67px;
                text-transform: capitalize;
                color: #000;
                border-bottom: 3px solid transparent;
                padding: 0 15px;
                -webkit-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
            }

                .wsmenu > .wsmenu-list > li > a.active {
                    border-bottom: 3px solid #fff;
                }

    .wsmainfull:hover,
    .wsmainfull:focus {
        background-color: #681235;
    }

    .wsmainfull.active .wsmenu > .wsmenu-list > li > a {
        color: #fff;
    }

    .wsmainfull:hover .desktoplogo img {
        filter: invert(1);
    }

    .wsmainfull:hover .btn-primary.bookingBtn {
        background: #fff;
        color: #681235;
        filter: none;
    }

    .wsmainfull:hover .utility-wrap > .utility > a {
        filter: none;
    }

    .wsmainfull:hover .utility-wrap {
        color: #fff;
        border-color: #fff;
    }

    .wsmainfull:hover .wsmenu > .wsmenu-list > li > a {
        color: #fff;
    }

    .mobile-bottom-menu {
        display: none;
    }

    .main-navigation.fixedTop .desktoplogo {
        width: 120px;
    }

    .main-navigation.fixedTop .wsmenu > .wsmenu-list {
        margin-top: 10px;
    }

    .main-navigation.fixedTop .wsmainfull {
        height: 70px;
    }

    .main-navigation.fixedTop .user-menu-wrapper {
        padding: 20px 0;
    }

    .main-navigation.fixedTop .utility-wrap,
    .main-navigation.red-menu-bg .utility-wrap {
        filter: invert(0);
    }
}

@media (min-width:576px) {
    .modal-sm {
        min-width: 420px;
    }
}

@media (min-width: 1400px) {
    .back-title {
        margin-left: -38px;
    }
}


.gridBox {
    float: left;
    height: 0;
    width: 100%;
    padding-bottom: 225px
}

    .gridBox.sm {
        padding-bottom: 300px;
        width: 30%
    }

        .gridBox.sm.md {
            width: 40%
        }

    .gridBox.md {
        padding-bottom: 300px;
        width: 40%
    }

    .gridBox.lg {
        padding-bottom: 300px;
        width: 50%
    }

    .gridBox.xlg {
        padding-bottom: 300px;
        width: 100%
    }

    .gridBox .gridTitle {
        position: absolute;
        bottom: 15px;
        right: 15px
    }

        .gridBox .gridTitle h3 {
            font-family: 'nimbus_sans_lregular', sans-serif;
            margin: 0;
            text-shadow: 0 0 5px #000;
            text-transform: uppercase;
            font-size: 18px;
            opacity: 1;
            -webkit-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out
        }

    .gridBox.textWrap {
        position: absolute;
        width: 90%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

.gridBox {
    position: relative;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 15px;
    border: 1px solid #fff
}

    .gridBox .overlay {
        position: absolute;
        height: 100%;
        width: 100%;
        text-align: center;
        padding: 15px;
        top: 0;
        right: 0;
        opacity: 0;
        transition: .9s;
        background-color: rgba(0, 0, 0, .7);
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

    .gridBox.video-Box .overlay {
        padding: 0;
    }

    .gridBox:hover .overlay {
        cursor: pointer;
        opacity: 1
    }

    .gridBox:hover .title h3 {
        opacity: 0
    }

.gridCol {
    width: 100%;
    float: left
}

.gridCol-left {
    width: 50%
}

.gridBox .overlay p {
    font-weight: 100
}

.gridBox .overlay a {
    color: #ddd;
    text-decoration: underline
}

    .gridBox .overlay a:hover {
        color: #fff
    }

.gridBox .overlay .btn-wrapper a {
    text-decoration: none;
}

.gridBox .overlay h3 {
    margin-top: 20px;
}

.icon-wrap {
    padding: 10px 0 0
}

.branding {
    background: #F5F4F1;
    padding-bottom: 5px;
    margin-top: 50px;
}

    .branding .grid-wrapper {
        display: flex;
        margin-bottom: 50px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .branding .gridBox .gridTitle {
        top: 35px;
        left: 20px;
        bottom: auto;
        right: auto;
        font-size: 28px;
    }

    .branding .gridBox:hover .gridTitle {
        display: none;
    }

    .branding .gridBox h3 {
        font-size: 28px;
        max-width: 220px;
        text-transform: uppercase
    }

    .branding .gridBox {
        float: none;
        flex-basis: 32%;
        padding-bottom: 35%;
        margin: 1% 0.5%;
        overflow: hidden;
        border-radius: 18px;
    }

        .branding .gridBox .textWrap {
            transform: none;
            position: static;
            text-align: left;
            padding-bottom: 100px
        }

        .branding .gridBox .overlay {
            background-color: #711b45a8;
            z-index: 3;
            padding: 15px 20px
        }

        .branding .gridBox.video-Box .overlay {
            padding: 0;
            background-color: #711b45;
        }


            .branding .gridBox.video-Box .overlay .textWrap h3 {
                margin-top: 35px;
            }

.overlay.overlay-video {
    position: absolute;
    z-index: 2;
    opacity: 0.65;
}

.branding .gridBox.video-Box .overlay .textWrap {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 9;
    padding: 0 20px;
    background-color: rgba(0, 0, 0, 0.8);
}

.branding .gridBox:not(.video-Box):hover .overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.branding .gridBox .video-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.branding .gridBox:hover .video-bg {
    opacity: 1
}

.branding .gridBox .overlay a {
    text-decoration: none
}

.branding .gridBox .textWrap .btn {
    padding: 8px 15px
}

.branding .gridBox .btn-wrapper {
    position: absolute;
    padding: 30px;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

    .branding .gridBox .btn-wrapper .fa-play,
    .archive-wrapper .gridBox .btn-wrapper .fa-play {
        display: inline-block;
        font-size: 14px;
        margin-right: 8px
    }

    .branding .gridBox .btn-wrapper .playVideo {
        font-weight: normal;
        letter-spacing: 0;
        border-radius: 20px
    }

.branding .ms-caption {
    text-align: center
}

    .branding .ms-caption h1 {
        font-size: 60px;
        color: #fff;
        text-shadow: 0 0 5px #00000096;
        text-transform: uppercase
    }

    .branding .ms-caption h2 {
        color: #fff;
        text-shadow: 0 0 5px #00000096;
        font-size: 40px;
        font-weight: 500
    }

    .branding .ms-caption .btn-default {
        padding: 8px 15px;
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 0
    }

    .branding .ms-caption .fa-play {
        margin-right: 8px
    }

.branding h2.gridTitle {
    color: #711b45
}

.lounge-list-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.lounge-list-content h2 {
    font-size: 32px;
    padding-bottom: 20px;
    border-bottom: 3px solid #333;
    margin-bottom: 30px;
    margin-top: 20px;
    padding-top: 50px;
}

.lounge-list-content h3 {
    font-size: 21px;
    margin-top: 45px;
}

.lounge-area {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    background: #eee;
    padding: 20px 25px;
}

    .lounge-area h4 {
        font-size: 18px;
        border-bottom: 1px solid #681235;
        padding-bottom: 2px;
        margin-bottom: 15px;
    }

.lounge-place-wrapper {
    margin-bottom: 30px;
}

    .lounge-place-wrapper&:last-child {
        margin-bottom: 0;
    }

.lounge-region-links {
}

    .lounge-region-links h4 {
        margin-right: 10px;
        font-size: 18px;
    }

        .lounge-region-links h4 span {
            font-size: 12px;
            font-weight: 400;
            font-family: 'nimbus_sans_lregular', sans-serif;
            display: block;
            margin: 8px 0 10px;
        }

.lounge-links-list a {
    padding: 6px 25px;
    background: #ececec;
    display: inline-block;
    border-radius: 32px;
    margin-bottom: 5px;
    font-size: 16px;
}

    .lounge-links-list a:hover {
        background: #681235;
        color: #fff;
    }

.lounge-area div {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 2px;
    clear: both;
}

.lounge-place:before {
    content: 'Lounge Name: ';
    display: inline-block;
    margin-right: 5px;
    font-weight: 600;
    text-indent: 0;
    min-width: 130px;
    min-height: 23px;
    float: left;
}

.lounge-place + div:before {
    content: 'Address: ';
    display: inline-block;
    margin-right: 5px;
    font-weight: 600;
    text-indent: 0;
    min-width: 130px;
    min-height: 23px;
    float: left;
}

.lounge-place + div + div:before {
    content: 'Operating hours: ';
    display: inline-block;
    margin-right: 5px;
    font-weight: 600;
    text-indent: 0;
    min-width: 130px;
    min-height: 23px;
    float: left;
}

.lounge-place + div + div {
    margin-bottom: 20px;
}

    .lounge-place + div + div:last-child {
        margin-bottom: 0;
    }

.region-updated-date {
    display: block;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 14px;
}

.lounge-list-wrapper {
    background: #F5F4F1;
    border-radius: 10px;
    padding: 55px 30px 25px;
    margin-bottom: 35px;
}

    .lounge-list-wrapper h2 {
        font-size: 21px;
        font-weight: 600;
        margin-bottom: 25px;
    }

.lounge-list-content h4 {
    font-size: 20px;
}

.airport-title {
    display: flex;
}

    .airport-title .fa-circle {
        font-size: 5px;
        margin-right: 10px;
        margin-top: 9px;
    }

.airport-content {
    font-weight: 300;
}

    .airport-content span {
        font-size: 16px;
    }

.airport-list h5 {
    font-size: 17px;
}

.airport-list ul {
    margin-bottom: 25px;
}

.airport-list li {
    margin-bottom: 10px;
    background: #530E2A;
    color: #fff;
    border-radius: 4px;
    padding: 3px 12px;
}

    .airport-list li ul {
        margin: 5px 0 0;
    }

    .airport-list li li {
        padding: 0;
        margin: 0 0 5px;
    }

    .airport-list li a {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        font-weight: 400;
    }

    .airport-list li span i {
        font-size: 12px;
        padding-left: 3px;
    }

        .airport-list li span i:before {
            content: "\f062";
        }

    .airport-list li.collapsed span i:before {
        content: "\f063";
    }

    .airport-list li.collapsed {
        background: transparent;
        color: #000000;
    }

.swiper {
    margin-bottom: 100px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
}

.swiper-controller {
    position: relative;
    height: 50px;
    width: 100%;
    max-width: 600px;
    margin: 50px auto 0;
}

.swiper-button-next,
.swiper-button-prev {
    height: 25px;
    top: 33px;
}

    .swiper-button-next span {
        font-size: 15px;
        color: #333;
        transition: all 0.2s ease-in;
    }

    .swiper-button-prev span {
        font-size: 15px;
        color: #333;
    }


.swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: calc(100% - 200px);
    left: 100px;
}

.swiper-button-prev:after {
    display: none;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #681235;
}

.swiper-button-prev:before {
    content: 'prev';
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    position: relative;
    right: 15px;
}

.swiper-rtl .swiper-button-prev:before {
    content: 'next';
    right: auto !important;
    left: 15px !important;
}

.swiper-button-next:after,
.swiper-button-prev:before {
    font-weight: 700;
    font-size: 11px;
    color: #000;
    position: relative;
    top: 1px;
    transition: all 0.4s ease-in;
}

.swiper-button-next:after {
    position: relative;
    left: 15px;
}

.swiper-rtl .swiper-button-next:after {
    left: auto;
    right: 15px;
}

.swiper-button-next:hover:after {
    left: 25px;
}

.swiper-button-prev:hover:before {
    right: 25px;
}

.archive-wrapper .gridBox {
    height: 80%;
    margin: 10px;
    overflow: hidden;
    border-radius: 18px;
}

    .archive-wrapper .gridBox .overlay h3 {
        margin-bottom: 25px;
    }

    .archive-wrapper .gridBox .overlay p {
        font-size: 14px;
        padding: 0 15px;
    }

.archive-wrapper2 {
    padding-bottom: 0;
}

    .archive-wrapper2 .swiper-slide {
        display: block;
        padding: 0 20px;
    }

    .archive-wrapper2 .gridBox {
        float: none;
        margin: 0 0 25px;
    }

    .archive-wrapper2 .swiper-slide:nth-child(even) {
        margin-top: 100px;
    }

    .archive-wrapper2 .gridTitle {
        position: relative;
        clear: both;
    }

    .archive-wrapper2 .swiper-controller {
        margin-top: 0;
        display: none;
    }

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: calc(100% - 200px);
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    top: 22px;
}

@media (max-width:1199.98px) {
    .branding .gridBox {
        flex-basis: 32%;
    }
}

@media (max-width:991.98px) {
    .lounge-region-links {
        display: block;
    }

    .loungesTitle {
        font-size: 18px;
    }

    .lounge-area h4,
    .lounge-region-links h4 {
        font-size: 16px !important;
    }

    .lounge-list-content h2 {
        font-size: 28px;
    }

    .lounge-list-content h3 {
        font-size: 21px;
        margin-top: 25px;
    }

    .lounge-place,
    .lounge-place + div,
    .lounge-place + div + div {
        text-indent: 0 !important;
    }

        .lounge-place:before,
        .lounge-place + div:before,
        .lounge-place + div + div::before {
            display: block !important;
            margin-top: 10px !important;
            float: none;
        }

        .lounge-place + div + div {
            margin-bottom: 20px;
            border-bottom: 1px solid #333 !important;
            padding-bottom: 15px !important;
        }

    .branding .gridBox {
        flex-basis: 40%;
    }

        .branding .gridBox h3 {
            font-size: 20px;
        }

        .branding .gridBox .gridTitle {
            top: 25px;
            left: 15px;
        }

        .branding .gridBox .overlay {
            padding: 5px 15px;
        }

    .archive-wrapper .gridBox {
        height: 85%;
    }

    .smart-traveller-form-wrapper .title-wrapper {
        padding: 0;
    }

    .smart-traveller-form-wrapper {
        padding: 20px;
        border-radius: 24px;
        margin-bottom: 60px;
    }

        .smart-traveller-form-wrapper .title-wrapper h2 {
            font-size: 24px;
            margin-top: 10px;
        }

        .smart-traveller-form-wrapper .title-wrapper p {
            font-size: 14px;
        }

    .additional-service .form-label {
        border: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .branding .gridBox {
        flex-basis: 45%;
        padding-bottom: 55%;
    }

    .branding .container {
        max-width: 100%;
    }

    .branding .gridBox.video-Box .overlay .textWrap h3 {
        margin-top: 25px;
    }

    .branding .gridBox.video-Box .overlay .textWrap {
        padding: 0 15px;
    }

    .hasAlert .pageWrapper {
        padding-top: 0;
    }

    footer .ft-col h3 i {
        display: inline-block;
    }
}

@media (max-width: 519.98px) {
    .branding .gridBox {
        flex-basis: 100%;
        padding-bottom: 65%;
        margin: 2% 0.5%;
    }
}

.required-field-red-star:after {
    content: " *";
    color: #df1111;
}

.ppl-red-font {
    color: #681235;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 25px;
    font-weight: 600;
}
