﻿@font-face {
    font-family: 'Articulate';
    src: url(/Font/Articulate-Regular.ttf);
}

@font-face {
    font-family: "brandon grotesque";
    src: url(../fonts/Brandon_blk.otf);
    font-weight: 900;
}

@font-face {
    font-family: "brandon grotesque";
    src: url(../fonts/Brandon_bld.otf);
    font-weight: 700;
}

@font-face {
    font-family: "brandon grotesque";
    src: url(../fonts/Brandon_med.otf);
    font-weight: 500;
}

@font-face {
    font-family: "brandon grotesque";
    src: url(../fonts/Brandon_reg.otf);
    font-weight: normal;
}

@font-face {
    font-family: "brandon grotesque";
    src: url(../fonts/brandon-grotesque-light-58a8a4b38001d.otf);
    font-weight: 100;
}

@font-face {
    font-family: "addictive caps";
    src: url(../fonts/addictive_caps.ttf);
}

body {
    /*font-family: 'Articulate',sans-serif;*/
    /*font-family: "brandon grotesque",Open Sans,Arial,sans-serif !important;*/
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 12pt; /*cst new design*/
    color: var(--yellow) /*cst new design*/
}

body {
    padding: 0;
    margin: 0;
    /*font-family: 'Articulate',sans-serif;*/
    /*font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;*/
    /*font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";;*/
    line-height: 1.5;
    background: var(--cst-bg);
    overflow-x: hidden;
    display: unset !important;
}



    body p {
        line-height: 1.5;
    }

a:link {
    text-decoration: none;
}

a:link, a:focus, a:hover, a:focus-within, a:visited, a:active, a:focus-visible, a:target {
    background: unset;
    backroud-color: unset;
    color: var(--yellow);
}

.btn.btn-primary:hover, .btn.btn-secondary:hover, .btn.btn-outline:hover {
    background: var(--hover-colour) !important;
}

a.btn.btn-secondary, .submit-btn .btn.btn-secondary {
    background: var(--yellow);
    color: var(--navy-blue) !important;
}



:root {
    --navy-blue: white;
    --yellow: #0f0f0f;
    --grey: #8f8f90;
    --black: #121212;
    --footer-bg: #373b3e;
    --hover-colour: #767676;
    --cst-grey: #0d0d0d;
    --cst-bg: #f5f5f7;
    --text-color: #4f4f4f;
    --black70: #4c4c4c;
}

p, h1, h2, h3, h4, h5 {
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5 {
    font-family: "brandon grotesque",Open Sans,Arial,sans-serif !important;
}


.color-black {
    color: black;
}

.searchbox {
    position: unset !important;
}

.py-0-c {
    padding: 0 !important;
}

/*.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}*/
.img-fluid {
    width: 100%;
}

.flex-column {
    flex-direction: column;
}

@media (max-width: 768px) {
    .d-none {
        display: none !important;
    }

    .col.mobile-acc-search {
        display: flex;
    }

        .col.mobile-acc-search img,
        .col.mobile-loc-menu img {
            width: 22px;
            filter: invert(1);
        }

    .free-pass a {
        color: white !important;
    }

    .footer ul li.donotsell {
        white-space: nowrap;
        width: 100%;
        max-width: unset;
    }

    .laf-logo-menu-mobile img {
        width: 100% !important;
    }

    .mobile-menu-items .search-location .map img {
        width: auto;
    }

    .footer a:link {
        /*color: #001e80 !important;*/
        text-decoration: underline;
        padding: 6px 6px 6px 0px;
        text-decoration: none;
    }

    .video-box > img {
        min-height: 80;
        min-height: 800px;
    }


    div#clubSection {
        display: none !important;
    }

    .rc-anchor-light.rc-anchor-normal {
        width: 100%;
    }

    .mobile-loc-menu {
        max-width: 70px;
    }

    .col.mobile-acc-search {
        max-width: 40px;
    }
}

@media (min-width:991px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-block {
        display: block;
    }

    .d-md-flex {
        display: flex;
    }

    p.text-md-end {
        text-align: right !important;
    }
}

@media (min-width:1200px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-block {
        display: block;
    }

    .d-lg-flex {
        display: flex;
    }
}

.font-bold {
    font-weight: bold;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: flex-end;
}


.content p {
    text-align: unset;
}

    .content p.text-center {
        text-align: center;
    }



.align-items-center {
    align-items: center;
}

nav {
    background: transparent;
}

.nav-top {
    background: var(--yellow);
    width: 100%;
    min-height: 30px;
    color: var(--navy-blue);
    font-size: 14px;
    font-weight: 600;
}

.nav-middle {
    width: 100%;
    display: none !important;
}

.nav-social-media {
    margin-left: 5%;
}

.nav-search-cart {
    padding: 0px 10px;
}

    .nav-search-cart > * {
        margin: 0 15px;
    }

.nav-social-media > * {
    margin: 0;
    margin-bottom: 15px;
    width: 5.25rem;
    height: 5.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 50%;
    font-size: 0.8rem;
    color: var(--yellow);
    /*filter: invert(1);*/
}

    .nav-social-media > * img {
        height: 60%;
    }

    .nav-social-media > * a {
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 87px;
        max-height: 52px;
        width: auto;
        height: 11rem;
    }

        .nav-social-media > * a:hover {
            background: transparent;
        }

.search-location {
    border: solid 1px #dedede;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
}

    .search-location .map {
        padding: 5px 8px;
        color: white;
        background: var(--yellow);
    }

        .search-location .map img {
            height: 14px;
        }

label {
    margin-bottom: 0;
}


.search-location input[type = 'text'] {
    border: none;
    outline: none;
    max-width: 100px;
    padding: 0 10px;
    text-align: center;
}

.nav-logo {
    padding: 10px 20px;
    max-height: 90px;
    display: flex;
    align-items: center;
}

.nav-menu-list ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    height: 100%;
}

    .nav-menu-list ul li {
        padding-left: 35px;
    }

    .nav-menu-list ul li {
        position: relative;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .nav-menu-list ul li a {
            color: var(--navy-blue);
            text-transform: uppercase;
            font-weight: 500;
            letter-spacing: 1px;
            font-size: 1rem;
            font-size: 13px;
            line-height: 1;
            padding-right:0;
        }

.nav-search-cart a {
    width: 15px;
    height: 15px;
}

.free-pass,
.join-now {
    padding: 10px 15px;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    background: var(--yellow);
    color: white;
    border: solid 1px var(--yellow);
}

nav .free-pass, nav .join-now {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-size: 13px;
}
nav .free-pass, nav .join-now {
    background: transparent;
    color: white !important;
    border: solid 1px white;
    margin: 10px;
    padding: 10px;
    border-radius: 7px;
    min-height: unset;
    height: unset;
}
nav.fixed-top .free-pass, nav.fixed-top .join-now {
    /*border: none;*/
    background: var(--navy-blue);
}
nav.fixed-top .free-pass a, nav.fixed-top .join-now a,nav.fixed-top .join-now a:link, nav.fixed-top .join-now a:hover, nav.fixed-top .join-now a:active {
    color: var(--yellow) !important;
}

.nav-drop-down ul li {
    color: black !important;
}
    nav .free-pass a, nav .join-now a {
        font-weight: 500;
    }
    nav .free-pass a, nav .join-now a {
        color: white !important;
    }
        nav .join-now a:link, nav .join-now a:hover, nav .join-now a:active {
            color: white !important;
        }

        .free-pass {
            margin-left: 15px;
        }

.join-now {
    background: var(--navy-blue);
    color: var(--yellow);
}

    .join-now a:link, .join-now a:hover, .join-now a:active {
        color: var(--yellow) !important;
    }

.carousel-item img {
    /*max-height: 700px;*/
    max-height: unset;
    object-fit: cover;
}

.slider-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    color: white;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
    font-weight: bold;
    margin-left: 35px;
    margin-top: 10px;
}

.banner-top-text {
    font-size: 18px;
}

.banner-text-main {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    font-weight: 900;
    color: var(--yellow);
    line-height: 50px;
}

    .banner-text-main p:nth-of-type(2n) {
        font-size: 45px;
        color: white;
        font-weight: 500;
    }


    .banner-text-main button {
        margin: 50px;
        font-size: 14px;
        font-weight: 900;
        padding: 20px 20px;
        background: var(--yellow);
        color: var(--navy-blue);
        border: none;
        border-radius: 4px;
        line-height: 1px;
    }

.slider-text p.sub-text {
    font-weight: normal;
    text-align: center;
    max-width: 500px;
    font-size: 12px;
    position: relative;
    bottom: 50px;
    align-self: center;
}

.offer-card {
    border: solid 1px rgba(0, 0, 0, 0.13);
    margin-top: 30px;
    margin-bottom: 20px;
    border-right: none;
    padding: 0;
    text-align: center;
}

    .offer-card:last-of-type,
    .offer-card:nth-of-type(2) {
        border-right: solid 1px var(--navy-blue);
    }

    .offer-card h5 {
        font-weight: 700;
        color: var(--navy-blue);
        text-align: center;
        padding: 20px;
        font-size: 24px;
        border-bottom: solid 1px rgba(0, 0, 0, 0.13);
        margin: 0;
    }

    .offer-card ul {
        display: flex;
        flex-direction: column;
        text-align: left;
        align-items: center;
        color: var(--grey);
    }

    .offer-card p {
        color: var(--grey);
        font-size: 18px;
    }

    .offer-card h3 {
        font-size: 50px;
        text-align: center;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .offer-card h3 span:first-of-type {
            font-size: 20px;
            font-weight: normal;
            color: var(--grey);
            padding-right: 10px;
        }

.btn-primary {
    background: var(--navy-blue) !important;
    border: none;
    font-weight: bold;
    color: var(--yellow) !important;
}

.btn-outline {
    border: solid 1px var(--yellow);
    font-weight: 900;
}

.secondary-header {
    text-align: center;
    font-weight: bold;
    font-size: 50px;
}

    .secondary-header span {
        display: block;
        font-size: 45px;
    }

.header-three {
    font-weight: bold;
    font-size: 40px;
}

    .header-three .fa-heart {
        color: #ff3e2f !important;
    }

.btn-secondary {
    background: var(--navy-blue);
    border: none;
    font-weight: bold;
    color: white;
}

.home-page-video img {
    height: 1080px;
    width: 100%;
    object-fit: cover;
}

.home-page-video {
    position: relative;
}

.play-btn-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 60px;
    background: #00000033;
}

.play-btn {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: solid 5px rgba(255, 255, 255, 0.8);
}

.map-container h3 {
    font-weight: bold;
    font-size: 50px;
    color: black;
    text-align: right;
}

.map-container p {
    font-size: 20px;
    font-weight: normal;
}

.map-container h3 span {
    font-size: 40px;
}

.map-container .search-location {
    width: 45%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

    .map-container .search-location input {
        width: 70%;
        margin: 0;
        max-width: 10000px !important;
        text-align: left !important;
        height: 100%;
    }

        .map-container .search-location input:focus {
            background: none !important;
        }

.search-location > img {
    height: 28px;
    width: 10%;
    object-fit: cover;
    object-position: center;
    margin-top: -2px;
    /* padding-right: 0; */
    margin-right: 10px;
    cursor: pointer;
}

footer {
    background: var(--navy-blue);
    color: var(--yellow);
    font-size: 14px;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

    footer p {
        max-width: 80%;
        color: var(--cst-grey);
        font-size: 1.5rem;
        font-weight: normal;
    }

    footer h5 {
        font-weight: 800;
        font-size: 1.5rem;
        letter-spacing: 1px;
    }

.container-f {
    padding: 2% 4%;
    padding-bottom: 0px;
}

footer ul {
    list-style: none;
    padding: 0;
}

    footer ul li {
        padding-bottom: 20px;
        max-width: 80%;
    }

    footer ul a {
        color: var(--yellow);
    }

.signup-box input[type = 'text'],
.signup-box .btn-primary {
    height: 40px;
    border-radius: 4px;
    border: none;
}

.signup-box input[type = 'text'] {
    margin-right: 5px;
    width: 70%;
}

footer .free-pass,
footer .join-now {
    width: 100%;
    border-radius: 7px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .free-pass, footer .join-now {
    margin: 0;
    margin-right: 20px;
    border-radius: 0;
    padding: 0 !IMPORTANT;
    min-height: 70px;
}

    footer .free-pass a:visited, footer .join-now a:visited {
        color: unset;
    }

.footer-terms-2 p:last-of-type {
    text-align: center;
    padding: 20px;
}

footer .free-pass {
    background: var(--navy-blue);
    color: var(--yellow);
    margin: 0;
    margin-right: 20px;
}

footer .join-now {
    background: var(--yellow);
    color: var(--navy-blue) !important;
    margin: 0;
    margin-right: 20px;
}

.footer .join-now a:link {
    color: white !important;
}

footer .free-pass a:link {
    color: black !important;
}

footer .free-pass a:link {
    color: var(--navy-blue)
}

.footer-terms {
    /*background: var(--yellow);*/
    background: var(--navy-blue);
}

    .footer-terms p {
        max-width: 100%;
        font-size: 1.3rem;
        font-weight: 100;
        text-align: center;
    }

.footer-bottom-links ul p {
    color: var(--hover-colour);
}

.footer-bottom-links ul {
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer-bottom-links li {
    padding: 0;
    font-size: 12px;
}

.locations-us-canada {
    font-weight: bold;
}

    .locations-us-canada h3 {
        font-size: 22px;
        font-weight: bold;
        text-decoration: underline;
        text-decoration-color: rgba(128, 128, 128, 0.171);
    }

    .locations-us-canada a {
        color: var(--navy-blue);
    }

    .locations-us-canada p {
        width: 20%;
        text-align: center;
        padding-bottom: 20px;
    }

.home-page-video.vid-two .play-btn-box {
    background: hsla(44, 89%, 69%, 0.4);
}

.home-page-video.vid-two.vid-three .play-btn-box {
    background: hsla(227, 66%, 24%, 0.4);
}



.home-page-video {
    margin-bottom: 5px;
}

    .home-page-video .vid-text {
        position: absolute;
        top: 10%;
        left: 8%;
        width: 35%;
    }

    .home-page-video.vid-two.vid-three .vid-text {
        left: unset;
        right: 8%;
        text-align: right;
        color: white;
    }

    .home-page-video .vid-text h3 {
        font-size: 35px;
        font-weight: bold;
        padding-bottom: 10px;
    }

.from-our-members-section {
    margin-bottom: 5px;
    background: var(--footer-bg);
    color: white;
}


.testimonial .designation {
    color: var(--grey);
    font-size: 14px;
}

.testimonial img {
    width: 35px;
    height: 35px;
    margin-right: 20px;
}

.from-our-members-section p {
    font-size: 12px;
}

.testimonial p {
    font-weight: 500;
    font-size: 16px;
}

.joinad {
    margin-bottom: 5px;
    position: relative;
}

.joinad-text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.joinad img {
    max-height: 370px;
    object-fit: cover;
    width: 100%;
}

.joinad p {
    color: var(--yellow);
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 6px;
    line-height: 35px;
    text-align: center;
    padding-bottom: 60px;
    font-size: 3.2rem;
    line-height: 3.6rem;
    letter-spacing: 0;
}

.joinad .free-pass, .joinad .join-now, .freepass-color-sec .joinad .pass-join .free-pass {
    background: transparent !important;
    min-height: unset !important;
    max-width: unset !important;
    width: unset;
    border: solid 2px var(--yellow) !important;
    color: var(--navy-blue);
    min-width: 16rem;
}

.freepass-color-sec .joinad .pass-join .free-pass {
    margin-right: 60px;
    height: 60px;
}

    .joinad .free-pass a, .joinad .join-now a, .freepass-color-sec .joinad .pass-join .free-pass a, .freepass-color-sec .joinad .pass-join .join-now a {
        color: var(--yellow) !important;
    }

.joinad .pass-join > * {
    margin-bottom: 20px;
    font-size: 20px;
    border-radius: 4px;
    box-shadow: none;
}

.stay-connected-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: unset !important;
    width: 100%;
}

.joinad .pass-join .free-pass {
    margin-left: 0;
}

.free-pass:hover {
    background: var(--hover-colour);
}


.career-op {
    background: var(--yellow);
    color: black;
    margin-bottom: 5px;
}

    .career-op h3 {
        font-weight: 900;
        font-size: 35px;
    }

    .career-op img.pt-img {
        max-height: 1200px;
    }

    .career-op .opportunities {
        font-size: 12px;
        text-align: center;
        padding-bottom: 0%;
        min-height: 140px;
    }

        .career-op .opportunities img {
            height: 80px;
            object-fit: cover;
            width: 100%;
        }

.h-line {
    border-bottom: solid 1px rgba(0, 0, 0, 0.411);
}

.op-icons p i {
    font-size: 40px;
}

.op-icons > .col:first-of-type {
    color: var(--navy-blue);
}

.query-box {
    background: var(--hover-colour);
}

    .query-box input[type = 'text'],
    .query-box textarea {
        background: transparent;
        border: none;
        min-height: 45px;
        padding: 15px;
        border-bottom: solid 1px rgba(0, 0, 0, 0.192);
    }

        .query-box input[type = 'text']::placeholder,
        .query-box textarea::placeholder {
            color: rgb(82, 82, 82);
        }

    .query-box .signup-box input {
        background: white;
    }

    .query-box .signup-box button {
        background: var(--footer-bg);
        color: var(--yellow);
    }

    .query-box h3 {
        font-weight: bold;
        font-size: 40px;
    }

        .query-box h3:nth-of-type(2) {
            color: white;
        }

.mobile-navigation {
    background: transparent;
    min-height: 60px;
    transition-duration: 1s;
}

    .mobile-navigation .mobile-logo {
        height: 100%;
    }

.mobile-acc-search a {
    color: var(--navy-blue);
    padding-right: 15px;
}

.mobile-loc-menu a {
    color: var(--yellow);
    padding-left: 15px;
}

.mobile-navigation .menu-dropdown {
    width: 100%;
    /* padding: 20px 0; */
    padding: 0;
    list-style: none;
    margin: 0;
}

.mobile-navigation .sidemenu {
    position: fixed;
    background: rgba(0, 0, 0, 0.301);
    z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    /* padding: 20px 0; */
    padding: 0;
    margin: 0;
}

.mobile-navigation .mobile-menu-items {
    float: right;
    width: 80%;
    height: 100%;
    background: white;
}


.mobile-navigation .menu-dropdown li {
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.096);
    font-weight: bold;
}

    .mobile-navigation .menu-dropdown li:first-of-type {
        border-top: solid 1px rgba(0, 0, 0, 0.096);
    }

@media (max-width:500px) {
    .carousel-item img {
        /*height: 580px;*/
        object-position: 80%;
    }

    .banner-text-main {
        font-size: 35px;
        line-height: 1;
    }

        .banner-text-main p:nth-of-type(2n) {
            font-size: 25px;
        }

        .banner-text-main h5 {
            font-weight: bold;
            font-size: 12px;
            color: white;
        }

    .slider-text p.sub-text {
        position: absolute;
        width: 200%;
        left: -17%;
        bottom: 10px;
        max-width: unset;
        background: rgba(255, 255, 255, 0.452);
        padding: 10px 10px;
        line-height: 10px;
        font-size: 9px;
    }

    .offer-card {
        margin-bottom: 10px;
        margin-top: 10px;
        border-right: solid 1px rgba(0, 0, 0, 0.13);
    }

        .offer-card .btn {
            font-size: 20px;
            padding: 10px;
            font-weight: bold;
            border-radius: 2px;
            width: 90%;
        }

    .secondary-header {
        font-size: 24px;
    }

        .secondary-header span {
            font-size: 20px;
        }

    .home-page-video img {
        /* height: 270px; */
        height: 590px;
    }

    .play-btn-box {
        font-size: 30px;
    }

    .play-btn {
        width: 80px;
        height: 80px;
    }

    .map-container h3 {
        font-size: 40px;
        text-align: center;
    }

        .map-container h3 span {
            font-size: 27px;
        }

    .career-op h3 {
        font-size: 30px;
        text-align: center;
    }

    .career-op .opportunities {
        font-size: 6px;
    }

    .home-page-video.vid-two img {
        padding-top: 100px;
    }

    .home-page-video .vid-text {
        position: absolute;
        top: 0;
        left: 0;
        right: 0 !important;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        color: var(--black) !important;
    }

    .top-mobile-text {
        background: white;
        padding-top: 20px;
    }

    .home-page-video .vid-text h3 {
        font-size: 25px;
    }

    .top-mobile-text p {
        max-width: 250px;
        color: var(--grey);
    }

    .vid-text .btn-secondary,
    .vid-text .btn-primary {
        background: var(--yellow);
        color: var(--navy-blue);
        border: solid 10px white;
        border-radius: 0;
    }

    .from-our-members-section h3 {
        font-size: 40px;
    }

    .career-op .opportunities img {
        height: 240px;
    }

    .career-op .opportunities {
        font-size: 16px;
        font-weight: bold;
    }

    footer {
        font-size: 10px;
    }

        /*footer h5 {
            font-size: 2rem;
        }*/

        footer .free-pass,
        footer .join-now {
            font-size: 16px;
            padding: 7px;
        }

        footer .free-pass {
            margin-bottom: 12px;
        }

    .footer-terms p {
        /*font-size: 9px;*/
        font-size: 8pt;
        padding-bottom: 5px !important;
    }

    .signup-box .btn-primary {
        font-size: 11px;
    }

    .laf-logo-menu-mobile img {
        width: 80%;
        object-fit: contain;
        height: 75px;
    }

    .mobile-menu-botom {
        border-top: solid 2px var(--navy-blue);
    }

    .mobile-menu-social {
        color: var(--navy-blue);
        font-size: 30px;
        position: absolute;
        bottom: 10px;
        right: 0;
        width: 80%;
    }

    .free-pass, .join-now {
        font-size: 25px;
    }

    .toptop.button .btn {
        width: 100%;
        min-height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: bold;
        background: var(--yellow) !important;
        color: var(--navy-blue) !important;
    }

    .content p {
        text-align: center !important;
        line-height: 1.5 !important;
        color: grey;
    }

    .toptop p {
        color: grey !important;
    }

    .container-f .pass-join {
        min-width: 100px;
        padding-top: 11px;
    }

    .career-op .toptop.button {
        background: none;
    }

        .career-op .toptop.button .btn.btn-secondary {
            background: var(--navy-blue);
            color: white !important;
        }

    .carousel-btns-below {
        position: relative;
        margin-top: -25px;
    }

        .carousel-btns-below > * {
            width: 100%;
            margin: 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .query-box .btn-secondary {
        width: 85%;
        min-height: 45px;
        font-size: 18px;
    }

    .mobile-menu-social {
        display: flex;
        justify-content: space-around;
        padding-bottom: 10px;
    }

        .mobile-menu-social img {
            height: 25px;
        }

    .mobile-menu-items {
        font-size: 3.6vw;
    }

    .map-container .search-location input {
        width: 70%;
    }

    .search-location > img {
        height: 22px;
        width: 8%;
    }

    .map-container .search-location label img {
        width: 26px !important;
    }

    .map-container .search-location {
        width: 70%;
    }
}

@media (max-width:350px) {
    .map-container .search-location input {
        width: 65%;
    }
}


a:hover {
    background: none;
}

.free-pass a {
    color: white;
}

/*footer changes*/
.nav-social-media > * a {
    padding: 0 !important;
}

.footer a:hover {
    background-color: unset;
    padding: unset;
}

footer ul a {
    color: var(--yellow) !important;
    text-decoration: none !important;
}

footer h5 {
    color: var(--cst-grey);
}

.footer {
    padding: 0;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width:769px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
    .am-carousal-secc .carousel.pointer-event#homepage-am-gallary {
        display: flex !important;
    }

    .map-container .justify-content-md-end {
        justify-content: flex-end;
    }

    div#MSAfterSignupOptions {
        display: flex;
        flex-wrap: nowrap;
    }

    div#dTitle1 {
        padding-top: 12px;
    }

    /*div#ctl00_MainContent_panelSignUpOptions {
        max-width: 1040px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px 0;
    }*/
}

.row.fulldiv-member {
    width: 100vw;
    background: var(--hover-colour);
    max-width: unset;
    left: 0;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}


.row.fulldiv-member {
    width: 100vw;
    background: var(--hover-colour);
    max-width: unset;
    left: 0;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

@media (min-width:992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        /*max-width: 1600px*/
    }
    .fitness-amenities-body, .fitness-amenities-body .container, .fitness-amenities-body .container-lg, .fitness-amenities-body .container-md, .fitness-amenities-body .container-sm, .fitness-amenities-body .container-xl, .fitness-amenities-body .container-xxl {
        max-width: 1600px;
    }
}

.search-bar-nav {
    border: solid 1px #dedede;
    border-radius: 7px;
}

    .search-bar-nav input {
        border: none;
        border-bottom-left-radius: 7px;
        border-top-left-radius: 7px;
    }

    .search-bar-nav button {
        border: none;
        border-bottom-right-radius: 7px;
        border-top-right-radius: 7px;
        background-color: white;
    }

    .search-bar-nav img {
        width: 15px;
        height: 15px;
    }

.w-100 {
    width: 100%;
}


/*slider css homepage*/
.carousel {
    position: relative
}

    .carousel.pointer-event {
        touch-action: pan-y
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

    .active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
        transform: translateX(100%)
    }

    .active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
    height: 100%;
    aspect-ratio: 775/525;
}

    .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

/*.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}*/

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.gallary-sec .carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    /*margin-right: 15%;*/
    /*margin-bottom: 1rem;*/
    /*margin-left: 15%;*/
    margin: 0;
    margin-top: 25px;
    list-style: none;
    align-items: center;
}
    .gallary-sec .carousel-indicators button.carousel-control-prev,
    .gallary-sec .carousel-indicators button.carousel-control-next {
        width: unset;
        height: unset;
        display: block;
        background: transparent;
        filter: invert(1);
    }

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}


@media (prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

    .form-range:disabled::-webkit-slider-thumb {
        background-color: #adb5bd
    }

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.content .banner-text-main p {
    font-size: 60px;
    color: var(--yellow);
    line-height: 50px;
}

.content .banner-text-main h5 {
    font-weight: 900;
}

.content p.banner-top-text, p.sub-text {
    color: white;
}

.content p.banner-top-text {
    font-weight: 900;
}

@media(max-width: 769px) {
    .content .banner-text-main p {
        font-size: 30px;
        color: var(--yellow);
        line-height: 30px;
    }

    .login-btn-top {
        display: none;
    }

    .gallary-sec {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
/*slider css homepage*/


.play-btn img {
    width: 100% !important;
    height: 100% !important;
}

.play-btn {
    border: none !important;
}

.op-icons p img {
    width: 50px;
}

.row.op-icons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .row.op-icons > .col {
        width: 50%;
    }

.content .text-center p {
    text-align: center;
}

.query-box input[type = 'text'], .query-box textarea {
    outline: none;
    border: none !important;
    border-bottom: solid 1px rgba(0, 0, 0, 0.192) !important;
}

.we-love img {
    width: 30px;
    margin-bottom: 8px;
    /* margin-left: 5px; */
    /* margin-right: 5px; */
}

.row.op-icons .h-line {
    width: 100%;
}

.map-container .search-location label img {
    width: 27px;
    background: var(--navy-blue);
    padding: 5px;
    height: 30px;
}

.footer a:link {
    text-decoration: none !important;
    font-size: 24px;
}

.footer-bottom-links a:link {
    font-size: 20px;
    color: var(--yellow) !important;
    /*text-decoration: underline !important;*/
    font-weight: 100;
    padding: 0 20px;
    opacity: 0.7;
    white-space: nowrap;
}

footer .free-pass a:link, footer .join-now a:link {
    font-size: 22px;
    font-weight: bold;
}


nav .search-location > img {
    width: 14%;
}

h1.MainTitle, .h1.MainTitle {
    display: none;
}

#mapSection .container {
    padding: 0;
}

/* guest pass page */
.slider-image {
    position: relative;
}

    .slider-image .text-container {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .slider-image img {
        max-height: 410px;
        object-fit: cover;
        object-position: top;
    }

    .slider-image .text-container h1 {
        color: var(--yellow);
        font-size: 70px;
        font-weight: 700;
        text-shadow: 0 0 10px black;
        line-height: 1.1;
    }

        .slider-image .text-container h1:nth-last-of-type(2) {
            color: white;
        }

.gym-trial h1 {
    font-weight: bold;
    color: black;
    text-align: center;
}

.gym-trial .sub-h1 {
    font-size: 18px;
    color: var(--navy-blue);
}

.gym-trial h6 {
    font-size: 16px;
    color: var(--navy-blue);
    font-weight: normal;
}

.gym-trial .sub-h1 span a {
    font-size: 16px;
    color: var(--yellow);
}

.gym-trial .sub-h1 img {
    height: 25px;
    width: auto;
}

.form-items input {
    background: var(--yellow);
    border-radius: 12px;
    border: solid 2px var(--navy-blue);
    outline: none;
    padding: 10px 25px;
    margin-bottom: 12px;
    width: 100%;
    color: var(--navy-blue);
}

    .form-items input::placeholder {
        color: var(--navy-blue);
    }

.checkbox-terms {
    line-height: 1.1;
    font-size: 12px;
    color: var(--navy-blue);
}

.tagus h1 {
    color: var(--yellow);
    font-weight: bold;
    font-size: 70px;
    text-shadow: 3px 3px 0 var(--navy-blue);
    line-height: 0.8;
}

    .tagus h1 span {
        font-size: 50px;
    }

.img-gallary {
    width: 60%;
}

@media (max-width: 769px) {
    .slider-image .text-container h1 {
        font-size: 50px;
        text-align: center;
    }

        .slider-image .text-container h1 span {
            display: block;
            font-size: 35px;
        }

    .tagus h1 {
        font-size: 35px;
    }

        .tagus h1 span {
            font-size: 25px
        }

    .gym-trial .sub-h1,
    .gym-trial .sub-h1 span a {
        font-size: 14px;
    }

    .gym-trial h6 {
        font-size: 12px;
    }

    .gym-trial .sub-h1 img {
        height: 15px;
    }

    .checkbox-terms input {
        margin-right: 10px;
    }

    .checkbox-terms {
        font-size: 10px;
        max-width: 90%;
    }

    .btn-exp {
        /*width: 90%;*/
        width: 70% !important;
        padding: 10px 25px;
    }

    .img-gallary {
        width: 100%;
    }

    .container {
        padding: 0;
    }
}

/* waiver page */

.slider-waiver img {
    height: 500px;
    max-height: 500px;
}

/*.slider-image.slider-waiver .text-container h1 {
    font-size: 100px;
}*/

    .slider-image.slider-waiver .text-container h1:nth-of-type(2) {
        font-size: 140px;
    }

.waiver h1 {
    font-weight: bold;
    font-size: 50px;
}

.waiver h2 {
    font-size: 25px;
    color: var(--navy-blue);
}

.waiver-box {
    border: solid 1px var(--navy-blue);
    padding: 20px;
    color: var(--navy-blue);
}

    .waiver-box p {
        margin-bottom: 30px;
    }

.waiver-agree > * {
    display: inline;
}

.waiver-agree .btn-cc {
    display: block;
}

    .waiver-agree .btn-cc .btn {
        display: block;
        padding: 20px 60px;
        font-size: 21px;
    }

.waiver-agree input[type='text'] {
    background: var(--navy-blue);
    border-radius: 12px;
    border: none;
    outline: none;
    padding: 10px 25px;
    margin-bottom: 12px;
    min-width: 265px;
    margin-left: 10px;
    margin-right: 10px;
}

.location-box img {
    max-width: 300px;
}

.location-box h3 {
    font-size: 30px;
    padding-top: 5px;
}

.location-box h5 {
    font-size: 20px;
}

.gym-trial .sub-h1 p {
    display: flex;
}

    .gym-trial .sub-h1 p span {
        width: 200px;
    }

.qr-mobile canvas {
    display: none;
}



.app-icon img {
    border-radius: 25px;
}

@media (max-width: 769px) {



    .waiver-box {
        max-height: 510px;
        overflow: scroll;
    }

    .waiver-agree .btn-cc .btn {
        display: block;
        padding: 20px;
        font-size: 16px;
    }

    .slider-waiver h1 {
        font-size: 70px !important;
        margin-top: 65px !important;
    }

        .slider-waiver h1:nth-of-type(2) {
            font-size: 90px !important;
        }

    footer .free-pass {
        background: white !important;
    }

        footer .free-pass a {
            color: var(--navy-blue) !important;
        }
}


@media print {
    * {
        -webkit-print-color-adjust: exact;
    }

    body {
        -webkit-print-color-adjust: exact !important;
    }

    nav, .shop-laf {
        display: none;
    }

    footer {
        display: none;
    }

    .slider-image .text-container h1 {
        text-shadow: none;
    }

    .shop-gallary img {
        max-height: 400px;
        width: auto;
    }

    .slider-image.confirmation-page img.bg-image,
    .slider-image.get-card-box img.bg-image {
        max-height: unset;
        height: 100vh;
    }

    .slider-image.confirmation-page {
        height: 100vh;
    }

    .initial-pay > div > .col-10.col-lg-6 {
        width: 100%;
        min-width: 700px;
        font-size: 10px;
        max-width: 770px;
    }

    /*.table-div-c > .tbody-div-c > .tcell-div-c:first-of-type {
        max-width: 200px;
    }*/

    .initial-pay {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

        .initial-pay > div > .col-10.col-lg-6 > p {
            padding: 0 !important;
        }
}

.freepass-guideline .lah4 {
    font-size: 30px !important;
    padding-bottom: 20px !important;
    display: block;
}

.freepass-guideline {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 60px;
}

@page {
    size: auto; /* auto is the initial value */
    margin: 0; /* this affects the margin in the printer settings */
}
/* amenities */
.card-blocks-am .card-cba {
    position: relative;
    padding: 0;
    margin: 0;
    aspect-ratio: 1/1;
    max-width: 49%;
    margin: 0.5%;
}

    .card-blocks-am .card-cba > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding: 0;
        margin: 0;
    }

    .card-blocks-am .card-cba .text-content-cba,
    .sub-blog .text-content-sb {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000bd;
        color: white;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

.sub-blog {
    position: relative;
}

    .sub-blog img {
        width: 100%;
        max-width: 100%;
        max-height: 400px;
        object-fit: cover;
        object-position: top;
    }

    .sub-blog .text-content-sb {
        position: absolute;
        left: 0;
        top: 0;
    }

.tex-dumbells p {
    font-size: 20px;
    font-weight: normal;
    color: var(--grey);
}

.tex-dumbells h3 {
    font-size: 30px;
}

@media (max-width:769px) {
    .card-blocks-am .card-cba {
        max-width: 99%;
    }

        .card-blocks-am .card-cba > img {
            min-height: 550px;
        }

        .card-blocks-am .card-cba button {
            width: 95% !important;
        }

    .slider-image.slider-waiver.slider-amenities .text-container h1:nth-of-type(2) {
        font-size: 60px !important;
    }
}
/* eqipment */
.video-comp-equip {
    position: relative;
}

    .video-comp-equip .vid-container {
        position: absolute;
        top: 0;
        left: 0;
        color: white;
        font-size: 40px;
        background: #14266628;
        transition-duration: 0.5s;
    }

        .video-comp-equip .vid-container:hover {
            background: #1426664d;
        }

    .video-comp-equip img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .video-comp-equip .play-btn {
        width: 100px;
        height: 100px;
    }

.video-comp-equip {
    padding: 0;
    cursor: pointer;
}

/*.vid-box-equip {
    padding: 20px 0 !important;
}*/
.vid-box-equip {
    /*padding: 20px 0 !important;*/
    padding-top: 20px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

    .vid-box-equip.p-md-3:nth-last-child(1) {
        /*padding: 20px 0 !important;*/
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .vid-box-equip h3 {
        font-weight: bold;
    }

@media (max-width:769px) {
    .vid-box-equip {
        padding: 0 !important;
        padding-bottom: 10px !important;
    }
}

.vid-box-equip p,
sub-blog p {
    font-size: 1rem;
}

.vid-box-equip h3,
sub-blog h3 {
    font-size: 1.75rem;
}
/* pool and spa */

.vid-box-equip {
    max-width: 100vw;
    overflow: hidden;
}

.pool-spa-dyk p {
    max-width: 90%;
}

.text-content-cba h3 {
    color: white;
    font-size: 1.75rem;
}

.text-content-cba h1 {
    color: white;
}

.text-content-cba p {
    color: white;
    font-size: 1rem;
}

@media (max-width: 769px) {
    .pool-spa-dyk img {
        height: 400px;
    }
}
/* third party */

.toptext-tp h5 {
    font-size: 20px;
    font-weight: normal;
    color: var(--grey);
}

.disclaim-tp {
    font-size: 14px;
}





.carousel-pass-join {
    padding: 0;
}

.mobile-navigation .mobile-menu-items {
    /*max-height: 92vh;*/
    max-height: 100%;
    overflow: scroll;
}
.mobile-navigation .sidemenu, .mobile-navigation .sidemenu * {
    transition-duration: 0 !important;
}
.fixed-top .mobile-navigation .sidemenu{
    filter: invert(1);
}

.mobile-menu-social {
    background: white;
    height: 10vh;
    display: none !important;
}

@media (max-width: 769px) {
    .carousel {
        padding: 0;
        margin: 0;
    }

    .secondary-header {
        line-height: 1.3 !important;
    }

    .joinad,
    .video-box,
    .home-page-video {
        padding-left: 0;
        padding-right: 0;
    }

    .container-f.about-stay p {
        text-align: left !important;
    }

    .container-f.about-stay .about-block {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 16px;
    }

    footer .navigate {
        padding: 2% 8%;
    }
}

@media (min-width: 500px) and (max-width: 769px) {
    .mobile-navigation .mobile-menu-items {
        max-height: 100vh;
        overflow: scroll;
        max-width: 350px;
    }

    .laf-logo-menu-mobile img {
        min-height: 100px;
        object-fit: contain;
    }

    .carousel-btns-below {
        position: relative;
        margin-top: -25px;
    }

    .free-pass, .join-now {
        margin-left: 0;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


@media (max-width: 500px) {
    .mobile-menu-social {
        bottom: 0;
    }

    .toptop.button a.btn.btn-secondary {
        margin-top: 0px !important;
    }

    .mobile-menu-items .search-location {
        min-width: 175px;
    }

    .slider-image.slider-waiver.slider-amenities .text-container h1:nth-of-type(2) {
        font-size: 48px !important;
    }

    .map-container .search-location input {
        width: 70%;
    }

    .search-location > img {
        height: 22px;
        width: 8%;
    }

    .map-container .search-location label img {
        width: 26px !important;
    }

    .map-container .search-location {
        width: 70%;
    }
}

nav {
    position: relative;
    z-index: 999;
    transition: all 0.3s ease-out;
    box-shadow: 0 0 10px #0000002e;
}

nav {
    position: relative;
    top: 0;
    width: 100%;
    box-shadow: 0 0 10px #0000002e;
    box-shadow: unset;
    transition-duration: 1s;
}
    nav .nav-bottom {
        transition-duration: 1s;
        background: var(--yellow);
        filter: invert(1);
    }
    nav.fixed-top .nav-bottom {
        background: var(--yellow);
        filter: invert(1);
    }
        nav.fixed-top .nav-bottom .nav-menu-list .nav-drop-down{
            filter: invert(1);
        }
.nav-menu-list .nav-drop-down ul li a {
    color: var(--yellow) !important;
}

.nav-drop-down ul li:hover a {
    color: var(--navy-blue) !important;
}

.fixed-top {
    position: fixed;
    box-shadow: 0 0 10px #0000001f;
}

.nav-menu-list ul li {
    position: relative;
}

.nav-drop-down {
    position: absolute;
    z-index: 9999;
    background: white;
    padding: 10px;
    top: 55px;
    left: 20%;
    margin-left: -5px;
    width: 100%;
    min-width: 120px;
    display: none;
    min-width: 185px;
}
nav:not(.fixed-top) .nav-menu-list ul li:hover .nav-drop-down {
    background: #ffffff85;
}

    .nav-drop-down ul {
        display: block;
        width: 100%;
        margin: 0 !important;
    }

        .nav-drop-down ul li {
            width: 100%;
            /* min-width: 253px; */
            padding: 5px 10px;
            display: block;
            text-align: left;
            border-bottom: solid 1px #0000000f;
            transition-duration: 0.25s;
        }

            .nav-drop-down ul li a {
                letter-spacing: unset;
                text-transform: none;
            }

            .nav-drop-down ul li:last-of-type {
                border: none;
            }

            .nav-drop-down ul li:hover {
                background: var(--yellow);
                color: var(--navy-blue);
            }

                .nav-drop-down ul li:hover a {
                    color: white;
                }

.nav-menu-list ul li:hover .nav-drop-down {
    display: block;
    /* background: red; */
    margin-top: -5px;
}

.nav-drop-down:hover {
    display: block;
}



footer ul a:link {
    color: var(--yellow) !important
}

footer ul li {
    padding-bottom: 2rem !important;
}

    footer ul li a {
        color: var(--yellow) !IMPORTANT;
        font-size: 1.5rem !important;
        line-height: 1.1;
    }

footer h6 {
    color: var(--yellow);
    padding-bottom: 16px;
    font-size: 12px;
}

footer ul li {
    padding-bottom: 10px;
}

footer ul {
    padding-bottom: 10px;
}

.mobile-navigation .menu-dropdown li ul {
    display: none;
}

.mobile-navigation .menu-dropdown li.active ul {
    display: block;
}

.mobile-navigation .menu-dropdown li ul {
    background: #80808038;
    padding: 0 20px;
}

.mobile-loc-menu p {
    padding-left: 15px;
    color: var(--yellow);
}

.mobile-navigation .menu-dropdown:last-of-type {
    padding-bottom: 20px;
}

@media (min-width: 769px) {
    footer .navigate .col-lg {
        width: 20%;
    }

    /*.nav-bottom-margin-c {
        height: 80px;
    }*/
    .freepass-cst-nav + .nav-bottom-margin-c{
        margin-bottom: 95px;
    }
}

.popup {
    z-index: 99999;
}

.row.op-icons > .col a {
    font-size: 16px;
    font-weight: bold;
    color: var(--grey);
}

.row.op-icons > .col.active a {
    color: var(--navy-blue);
}

.row.op-icons > .col {
    border-bottom: solid 2px var(--grey);
    padding-bottom: 10px;
}

    .row.op-icons > .col.active {
        border-bottom: solid 2px var(--navy-blue);
        padding-bottom: 10px;
    }

.top-club-pos-card .btn.btn-secondary {
    font-size: 10px;
    width: 100%;
}

.top-club-pos-card {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-bottom: 30px;
    position: relative;
}

.top-club-pos h5 {
    font-size: 14px;
    text-align: center;
    padding-bottom: 11px;
    color: var(--navy-blue);
}

.top-club-pos h6 {
    font-size: 12px;
    text-transform: unset;
    letter-spacing: 0px;
    padding: 5px 0;
}

.top-club-pos p {
    text-align: center;
    font-size: 11px;
    line-height: 1.4;
    max-width: 85%;
    padding-bottom: 5px;
}

.top-club-pos img {
    height: 80px;
    width: 100%;
    object-fit: cover;
}

.job-apply-here {
    text-align: center;
    padding-bottom: 20px;
}

    .job-apply-here .btn {
        font-size: 12px;
    }

    .job-apply-here p {
        padding-bottom: 10px;
    }

.top-club-pos {
    border-bottom: solid 1px #0000002e;
    margin-bottom: 15px;
}

/*carousel cards*/
.club-pos-carousel .carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: none;
}

.club-pos-carousel .carousel-indicators .active {
    background: var(--navy-blue) !important;
    background-size: unset;
}

.club-pos-carousel .carousel-indicators {
    margin-bottom: -1rem;
}

    .club-pos-carousel .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
        border: 0;
        border-radius: 50%;
    }

.club-pos-carousel img {
    height: 140px;
}

.club-pos-carousel h5 {
    text-align: center;
    padding: 20px 0 10px 0;
    font-size: 17px;
    border-bottom: solid 2px var(--navy-blue);
    color: var(--navy-blue);
}

.club-pos-carousel p {
    padding-top: 15px;
    color: black;
    font-weight: bold;
    font-size: 14px;
}

.carousel-control-next, .carousel-control-prev {
    display: block;
}
/*carousel cards*/

.drop-down-arrow:after {
    content: "";
    border-left: none;
    border-right: none;
    border-top: none;
    position: unset;
    left: unset;
    bottom: unset;
    filter: invert(1);
}

.drop-down-arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
}

.mobile-loc-menu a, .mobile-loc-menu p {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.3rem;
}

.mobile-loc-menu li {
    padding: 10px 0 !important;
}

.mobile-navigation .menu-dropdown li:first-of-type {
    border-top: none;
}

.col.mobile-acc-search .laf-logo-menu-mobile img, .col.mobile-loc-menu .laf-logo-menu-mobile img {
    max-height: 35px;
    margin: 20px 19px;
}

ul.menu-dropdown.mobile-menu-botom li {
    text-align: right;
    border: none;
    padding-right: 15px !important;
}

    ul.menu-dropdown.mobile-menu-botom li a {
        text-transform: unset;
        color: #adadad;
        font-weight: 400;
    }

ul.menu-dropdown.mobile-menu-botom {
    padding-top: 30px;
}

.drop-down-arrow:after {
    content: '';
    width: 11px;
    height: 14px;
    background: url(/Pages/Images/NewNav/chevron-down-solid.svg);
    margin-left: 14px;
    background-size: contain;
    background-repeat: no-repeat;
}
/*.query-box h3,
.query-box p {
    text-align: left !important;
}*/
div#updContact {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
    justify-content: stretch;
}

    div#updContact > * {
        width: 100%;
    }

.contact-table th.fieldLabel {
    width: 50%;
}

.contact-table {
    width: 100%;
    max-width: 260px;
}

@media (min-width: 769px) {
    .contact-table {
        position: absolute;
        /*float: right;*/
        right: -5vw;
        top: 12px;
    }
}

.top-club-pos-card .videolink_overlay {
    width: 26px !important;
    height: 26px !important;
    position: absolute;
    cursor: pointer;
    top: 13% !important;
    left: 45% !important;
}

.top-club-pos .videolink_overlay {
    top: 10% !important;
}

.top-club-pos-card img {
    border-radius: 12px;
}

.top-club-pos {
    text-align: center;
    font-size: 11px;
    line-height: 1.4;
    padding-bottom: 5px;
}

.top-club-pos-card h6 {
    font-size: 12px !important;
    text-transform: unset !important;
    letter-spacing: 0px !important;
    padding: 5px 0 !important;
    text-align: center !important;
    color: var(--navy-blue)
}

.job-apply-here.mobile-apply {
    margin-top: 30px;
}

.club-pos-carousel img {
    border-radius: 12px;
}

.mobile-navigation .mobile-logo {
    min-width: 175px;
}

@media screen and (max-width: 769px) {
    .content {
        padding: 0;
    }

    .nav-top a {
        font-size: 1rem !important;
    }
}

footer .free-pass {
    margin-bottom: 12px;
}

.modal-header {
    font-weight: bold;
}

.offer-card ul {
    padding: 10px !important;
    display: flex !important;
    text-align: center;
}

ul li a.ot-sdk-show-settings {
    font-weight: bold;
}

.nav-search-cart a.gift {
    width: unset;
    height: unset;
    background: var(--yellow);
    padding: 5px 15px;
    border-radius: 50px;
    color: var(--navy-blue);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    font-size: 10px;
}


.cards-mobile-gift a {
    width: 50%;
    font-size: 12px;
    border: solid 1px var(--navy-blue);
    margin: 6px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-weight: bold;
}

@media (min-width: 769px) {
    .freepass-page .text-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
    }

        .freepass-page .text-container > span {
            color: var(--yellow);
            font-size: 70px;
            font-weight: 700;
            text-shadow: 0 0 10px black;
            line-height: 1.1;
            padding-right: 20px;
        }

        .freepass-page .text-container h1:first-of-type {
            width: 100%;
            text-align: center;
        }
}

@media(max-width: 769px) {
    .freepass-page .text-container > span {
        font-size: 35px;
        color: var(--yellow);
        font-weight: 700;
        text-shadow: 0 0 10px black;
    }

    .freepass-page .slider-image img {
        max-height: 557px;
        height: 280px;
    }

    .vid-box-equip h4 {
        text-align: center;
    }
}



.nav-search-cart a.gift img {
    max-height: 22px;
    padding-right: 10px;
}

.footer a:active,
.footer a:focus {
    background: none;
    border: none;
}

.nav-top a:link {
    color: var(--yellow);
    text-decoration: none;
    text-align: center;
    padding: 5px;
    font-size: 1.4rem;
}



@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
    }

    .FullDesc .row {
        flex-direction: row-reverse;
    }

    .nav-top {
        font-size: 1rem;
        font-weight: 100;
        letter-spacing: 0.1rem;
    }

        .nav-top a:link {
            font-size: 1rem;
            padding: 8px 20px;
            font-weight: 100;
            opacity: 0.8;
            letter-spacing: 0.1rem;
        }
}

@media (max-width: 576px) {
    /*iframe {
        border: 0;
        max-width: 300px;
        -webkit-transform: scale(0.8);
        position: relative;
        left: -30px;
    }*/
}

@media(max-width:360px) {
    .mobile-navigation .mobile-logo {
        /*min-width: 150px;*/
    }

    .career-op h3 {
        font-size: 22px;
        text-align: center;
    }

    .free-pass, .join-now {
        font-size: 18px;
    }
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 30px;
    border: none;
}

.from-our-members-section .carousel-indicators .active {
    background: #0ea33a;
    /* background-size: 13px 13px; */
    width: 10px;
    height: 10px;
    border-radius: 30px;
    border: 0;
}


.from-our-members-section .carousel-indicators {
    bottom: -40px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.query-box input[type = 'text'], .query-box textarea {
    background: white;
}

input:focus, select:focus, textarea:focus {
    background-color: var(--navy-blue) !important;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.opt-inout td {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: 15px;
    font-size: 12px;
    color: var(--navy-blue);
}

    .opt-inout td input {
        width: auto;
        margin-bottom: 0;
        margin-right: 20px;
    }

input[type='checkbox']:focus + label,
input[type='radio']:focus + label {
    background: none !important;
}

.freepass-guideline ul li span {
    width: auto;
}


.freepass-guideline ul li {
    /*text-align: left !important;*/
}

.slider-image.confirmation-page {
    background: url(https://images.fitnessintl.com/images/CMSTEST/Web/Confirmation/Header_1920x1080.jpg);
    background-size: cover;
    background-position: center;
}

    .slider-image.confirmation-page .text-container {
        position: unset;
    }

    .slider-image.confirmation-page > img {
        display: none !important;
    }

.slider-image.confirmation-page {
    display: block !important;
}

    .slider-image.confirmation-page table:nth-of-type(2) tr td:last-of-type {
        text-align: left;
    }

.auto-style2 {
    width: unset;
    text-align: right !important;
}

.slider-image.confirmation-page table td {
    width: 100%;
}

/*.initial-pay > div > div > table:nth-of-type(2) .coloured td.auto-style2, .initial-pay > div > div > table:nth-of-type(2) .coloured td.auto-style1, .initial-pay > div > div > table:nth-of-type(2) .coloured .t-spacer {
    display: none;
}*/

/*@media (max-width:1100px) and (min-width: 769px) {
    .nav-bottom {
        flex-wrap: wrap;
        width: 100%;
        align-items: end;
        justify-content: center !important;
        height: 140px;
    }

    .nav-menu-list ul li {
        padding-left: 30px;
    }

    .nav-search-cart {
        padding-top: 12px;
    }

    .nav-social-media {
        display: none !important;
    }

    .nav-middle {
        width: 100%;
        flex-wrap: wrap;
        align-items: center !important;
        justify-content: center !important;
    }
}*/


#carouselExampleControls span.carousel-control-next-icon, #carouselExampleControls span.carousel-control-prev-icon {
    border: solid 2px white;
    border-radius: 50%;
    /* padding: 20px; */
}

#carouselExampleControls ol.carousel-indicators button.active {
    /*background: var(--yellow);*/
    background: var(--navy-blue);
}

#carouselExampleControls ol.carousel-indicators button {
    border-radius: 50%;
    margin: 0 7px;
    background: #c3c3c3;
}


/*ol.carousel-indicators {
    bottom: 30px;
    right: 0;
    /* width: 60px; */
/*     left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-play-btn {
    position: absolute !important;
    right: 77px;
    left: unset;
    bottom: 40px;
    opacity: 1;
    z-index: 999999;
    width: unset;
}
*/


ol.carousel-indicators {
    /* bottom: 30px; */
    /* right: 0; */
    /* width: 60px; */
    /* left: 50%; */
    display: flex;
    /* align-items: center; */
    justify-content: center;
    /* width: 7%; */
}

.carousel-play-btn {
    position: absolute !important;
    align-content: center;
    /* right: 474px; */
    left: auto;
    /* bottom: 40px; */
    opacity: 1;
    z-index: 10;
    width: 100%;
    margin-top: 10px;
    width: 98.5%;
    max-width: unset;
}


.play-btn-white {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid white;
}

    .play-btn-white.pause {
        border: none;
        height: 14px;
        width: 10px;
        border-left: solid;
        border-right: solid;
    }



.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}

.banner-text-main > a {
    margin: 50px;
    font-size: 14px;
    font-weight: 900;
    padding: 20px 20px;
    background: var(--yellow);
    color: var(--navy-blue);
    border: none;
    border-radius: 4px;
    line-height: 1px;
    text-shadow: none;
}


.carousel-play-btn .btn {
    display: flex;
    min-width: 75px;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 0; */
    /* padding: 6px; */
    padding: 5px 10px !important;
}

    .carousel-play-btn .btn:after {
        content: "Pause";
        font-size: 12px;
    }

.carousel-play-btn.pause .btn:after {
    content: "Play"
}

.col-12.col-lg-6.offer-card {
    margin-top: 2.5rem;
}

@media(max-width:769px) {
    div#carouselExampleControls ol.carousel-indicators {
        bottom: 16%;
    }

    .container.carousel-play-btn {
        z-index: 999;
        width: 100vw;
        left: auto;
        right: auto;
        display: block !important;
    }

    #carouselExampleControls ol.carousel-indicators button {
        opacity: 1;
        background: white;
    }
}


.gym-trial h4 {
    font-size: 16px !important;
    color: var(--navy-blue);
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 20px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.gym-trial h1 {
    padding-top: 22px !important;
}

.gym-trial .sub-h1 {
    padding-bottom: 10px;
}

.dark-bg-vid .text-content {
    background: unset !important;
}

    .dark-bg-vid .text-content p, .dark-bg-vid .text-content h3 {
        /*color: black !important;*/
    }

/*.topleft, .topright {
    background: white;
    padding: 20px;
    border-radius: 7px;
    box-shadow: 0 0 10px #0000003d;
    color: black !important;
}*/

.topright {
    width: 410px !important;
}


input:-webkit-autofill {
    background-color: #ffde85 !important;
    -webkit-box-shadow: 0 0 0px 1000px #ffde85 inset;
    -webkit-text-fill-color: black !important;
}

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        background-color: #03a1ad !important;
        -webkit-box-shadow: 0 0 0px 1000px #ffde85 inset;
        -webkit-text-fill-color: black !important;
    }

@media (min-width: 769px) {

    .banner-text-main p {
        padding-bottom: 20px;
    }

    .play-social {
        max-width: 260px;
    }

    .about-stay > .row {
        justify-content: space-between;
    }

    .about-sec-main {
        min-width: 390px;
    }

    .topleft, .topright, .bottomleft, .bottomright {
        /*background: white;*/
        padding: 20px;
        border-radius: 7px;
        /*box-shadow: 0 0 10px #0000003d;*/
        color: black !important;
    }

    .text-content h3 {
        font-size: 50px;
        font-weight: 900;
        white-space: nowrap;
    }

        .text-content h3:nth-of-type(2) {
            margin-top: 20px;
        }

    .topright, .bottomright {
        display: flex;
        flex-direction: column;
        align-items: end;
    }

    /*.text-content h3:nth-of-type(2) {
        font-size: 30px;
    }*/

    .joinad-text .container {
        position: relative;
        top: 10%;
    }

    .joinad img {
        max-height: unset;
        height: 100%;
    }
}

.joinad-text {
    background: #ffffff63;
}

div#carouselExampleControls .carousel-item.active img {
    object-position: top;
}

h2 {
    line-height: 50px;
}

.offer-card h3 span:first-of-type {
    font-size: 50px;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}

span.register:after {
    content: "R";
    font-size: 7px;
    /* width: 13px; */
    /* height: 13px; */
    padding: 1px 3px 0px 3px;
    border: solid 1px;
    border-radius: 50%;
    /* background: red; */
    display: inline-block;
    vertical-align: super;
    margin-left: 2px;
}

.text-content-cba h1 {
    font-size: 1rem;
}

.sub-blog.pool-spa-dyk p {
    font-size: 18px;
}

.sub-blog p {
    font-size: 16px;
}

.gym-trial .row.pb-5 .col-12.col-md-7.pt-md-5.mt-md-5 {
    margin-top: -3.5% !important;
}

.gym-trial .row.pb-5 .col-5.d-none.d-md-block {
    margin-top: 0%;
}

.gym-trial h1 {
    padding-top: 6px !important;
}

.gym-trial .sub-h1 {
    padding-top: 3px !important;
}


a.btn.btn-secondary.btn-freepass-c {
    display: none;
}

.font-small {
    font-size: 25px;
}

.font-medium {
    font-size: 45px;
}

.font-large {
    font-size: 60px;
}

.color-primary {
    color: var(--navy-blue) !important;
}

.color-secondary {
    color: var(--yellow) !important;
}

.slider-text.right {
    left: unset;
    right: 120px;
}

    .slider-text.right p.banner-top-text {
        font-weight: 900;
        text-align: right;
    }

.slider-text p.sub-text u {
    color: var(--yellow);
    color: white;
}

.py-5.initial-pay > .d-flex.justify-content-center.align-items-center {
    width: 100vw;
}

.slider-image.confirmation-page table {
    margin-top: 35px;
}

h2.pt-2.secondary-header + p, .we-love {
    font-size: 18px;
}

.content .banner-text-main p {
    font-size: 45px;
    text-align: center;
    color: var(--yellow);
    line-height: 50px;
    padding-bottom: 0;
}

.modal-footer button {
    color: #333;
    border: solid 1px black;
    border-radius: 4px;
    background: white !important;
    background-color: #e6e6e6;
    border-color: #adadad;
    padding: 5px 15px;
}

div#carouselExampleControls .carousel-item img {
    object-position: top;
}

.free-pass, .join-now {
    white-space: nowrap;
}

div#ctl00_MainContent_panelSignUpOptions {
    /*padding: 10px 20px;*/
}

.confirmation-new-block h4 a {
    font-size: 35px;
    color: white;
}


.image-banner-container {
    position: relative;
    padding-bottom: 20px;
}

    .image-banner-container.n2 {
        /*min-height: 800px;*/
        min-height: unset;
        height: calc(100vh - 60px);
        display: flex;
        align-items: center;
        justify-content: center;
        transition-duration: 0.3s;
        padding: 0;
        max-height: 1030px;
        overflow: hidden;
    }
        .image-banner-container.n2 .containers {
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgb(10,10,10);
            background: linear-gradient(180deg, rgba(10,10,10,0.65) 0%, rgba(0,0,0,0) 100%);
            z-index:15;
        }
iframe#banner_autoplay_vid {
    position: absolute;
    width: 125%;
    height: 100%;
    background: black;
}

.text-black {
    color: var(--yellow);
}

.image-banner-container .background-image-c {
    position: absolute;
    left: 0;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: 100%;
    object-position: 0 30%;
    z-index: -1;
}

    .image-banner-container .background-image-c.n2 {
        height: 100%;
    }

.image-banner-container.n2 > .container {
    position: relative;
    top: 0;
    transition-duration: 0.3s;
}
.image-banner-container.n2 > .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(10,10,10);
    background: linear-gradient(180deg, rgba(10,10,10,0.65) 0%, rgba(0,0,0,0) 100%);
}

.welcome-club h1 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 4.25rem;
    color: #FFFFFF !important;
    letter-spacing: 5px;
    line-height: 1.2em;
    margin-top: 6rem;
    /* text-shadow: 0em 0.1em 0.1em rgb(0 0 0 / 40%); */
}

@media(min-width: 1440px) {
    .image-banner-container.n2 {
        height: 99vh;
    }

        .image-banner-container.n2 > .container {
            top: 100px;
        }
    iframe#banner_autoplay_vid {
        position: absolute;
        width: 125%;
        height: 110%;
        background: black;
    }
}


.fitness-amenities-body.amenities_button_2 h2 span {
    display: block;
    color: var(--yellow);
    font-weight: 900;
    -webkit-text-stroke-color: white;
    -webkit-text-stroke-width: 1px;
}

@media (max-width: 769px) {

    .welcome-club h1 {
        font-size: 3rem;
    }

    .slider-image {
        padding-top: 45px;
    }

    .mobile-navigation .mobile-logo {
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .image-banner-container.n2 {
        max-height: 600px;
    }

    .mobile-navigation .mobile-logo img {
        max-width: 220px;
        object-position: center;
    }

    p.pt-4.text-center.mb-3.mb-md-0 {
        font-size: 16px;
    }

    .row.map-container > .col-12:first-of-type {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -13%;
        margin-bottom: -50px;
        z-index: -1;
    }

    .gym-trial .row.pb-5 .col-12.col-md-7.pt-md-5.mt-md-5 {
        margin-top: 1.5% !important;
    }

    a.btn.btn-secondary.btn-freepass-c {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 39%;
        padding: 11px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .mobile-menu-items .free-pass, .mobile-menu-items .join-now {
        padding: 10px 7px;
    }

        .mobile-menu-items .free-pass a {
            padding: 0;
            width: 100%;
            text-align: center;
        }

    .mobile-menu-items .free-pass {
        width: 55% !important;
    }

    .mobile-menu-items .join-now {
        width: 45% !important;
    }
    .sidemenu .mobileStackButton {
        border: solid 1px black;
        margin-left: 3px !important;
        margin-right: 10px !important;
        margin-top: 2px !important;
        margin-bottom: 2px !important;
        border-radius: 7px;
    }

    .mobile-menu-items .mobileStackButton {
        padding: 5px 5px;
        min-height: 35px;
        width: 95% !important;
    }

    .sidemenu .mobileStackButton a {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .content .banner-text-main p {
        font-size: 20px;
        color: var(--yellow);
        line-height: 24px;
    }

    .container.carousel-play-btn {
        margin-top: 45px;
    }

    ol.carousel-indicators {
        margin-bottom: -15px;
    }

    .col-12.col-lg-6.offer-card {
        margin-top: 5.5rem;
    }

    .confirmation-new-block h4 a {
        color: white;
        font-size: 16px;
        text-decoration: underline;
        font-weight: bold;
        margin-left: 0;
    }
}



/*offer card- color change*/


.carousel-item > a {
    width: 100%;
    height: 100%;
}



.click-area-video > * {
    /* border: solid 5px red; */
    width: 100%;
    height: 100%;
}

.click-area-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
}

@media(max-width: 769px) {
    .click-area-video {
        flex-direction: column;
    }
    iframe#banner_autoplay_vid {
        position: absolute;
        width: 225%;
        height: 100%;
        background: black;
    }
}

.video-box > img {
    height: 100% !important;
}

.video-box > img {
    /*height: 870px !important;*/
}
/*offer card- color change*/

#mapSection {
    scroll-margin-top: 90px;
}


.map-svg-div {
    margin: -10% 0;
}

.map-container .search-location {
    width: 35%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkbox-terms {
    left: 3%;
    position: relative;
}

.toptop.button a.btn.btn-secondary {
    background: var(--yellow);
}

.toptop.button a.btn.btn-secondary {
    padding: 20px 25px;
    font-size: 25px;
    font-weight: normal;
    border: solid 2px white;
    border-radius: 7px;
    margin-top: 60px;
    letter-spacing: 5px;
}

btn.btn-secondary:link {
    background: var(--navy-blue) !important;
    border: none;
    font-weight: bold;
    color: white;
}

.confirmation-new-block {
    /*background-color: #112063;*/
    background: var(--yellow);
    color: white;
    text-align: center;
    max-width: 100%;
    margin: 0;
}

    .confirmation-new-block h1, .confirmation-new-block p, .confirmation-new-block h4 {
        color: white !important;
        letter-spacing: 4px;
    }

    .confirmation-new-block h1 {
        letter-spacing: 8px;
    }


.confirmation-text-block {
    margin-top: auto;
    margin-bottom: auto;
}

.confirmation-phone-image {
    object-fit: cover;
    width: 158%;
}

.confirmation-new-block h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 4.5rem;
}

.confirmation-new-block h4 {
    font-size: 35px !important;
    font-weight: normal !important;
    max-width: 90%;
}

.confirmation-new-block #countdown {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
}

.QRcodeTimer {
    font-size: 22px;
}

@media(max-width: 769px) {

    nav {
        position: relative;
        width: 100%;
    }

    #popup1 .content,
    #popup2 .content,
    #popup3 .content,
    #popup4 .content,
    #popup5 .content,
    #popup6 .content {
        /*display: flex;*/
        overflow: hidden;
    }

    #popup1,
    #popup2,
    #popup3,
    #popup4,
    #popup5,
    #popup6 {
        /*display: flex;*/
        padding: 0;
    }

    .content > iframe:not(iframe#VideoHome) {
        /*left: -30px !important;*/
        overflow: hidden;
    }

    iframe#VideoHome, .content > iframe, .content > iframe:not(iframe#VideoHome) {
        min-width: 125vw;
        width: 124% !important;
        left: -12%;
    }

    div#carouselExampleControls, #carouselExampleControlsMobile {
        margin-top: 85px;
    }

    .row.map-container > .col-12:first-of-type {
        display: flex;
        align-items: center;
        justify-content: center;
        /*margin-top: -13%;*/
        /*margin-bottom: -50px;*/
        margin: -5% 0;
        z-index: -1;
    }

    .gym-trial > .container > .row {
        width: 100%;
    }

    .checkbox-terms {
        left: 3%;
        position: relative;
    }

    #terms {
        transform: scale(1.3) !important;
        min-width: 20px !important;
        min-height: 20px !important;
    }

    p.pt-4.text-center.mb-3.mb-md-0 {
        font-size: 15px;
        margin-right: 11px;
    }

    .secondary-header {
        font-size: 40px;
    }

        .secondary-header span {
            font-size: 40px;
        }

    div#popuphome > .content {
        background: white !important;
        margin-top: 7px;
    }


    /**/

    .map-container .search-location {
        width: 70%;
    }

    .map-svg-div + div.pb-5 {
        padding-bottom: 0px !important;
    }

    .checkbox-terms {
        left: 3%;
        position: relative;
    }

    #terms {
        transform: scale(1.3) !important;
    }

    p.pt-4.text-center.mb-3.mb-md-0 {
        font-size: 15px;
        margin-right: 11px;
    }

    .secondary-header {
        font-size: 40px;
    }

        .secondary-header span {
            font-size: 40px;
        }

    .text-content h3:nth-of-type(2) {
        font-size: 20px;
    }


    .confirmation-new-block {
        display: flex;
        flex-direction: column;
        padding: 25px 5px;
    }

        .confirmation-new-block h1 {
            font-size: 22px;
        }

        .confirmation-new-block h4 {
            font-size: 16px !important;
            width: 100%;
            max-width: 100%;
        }

        .confirmation-new-block > * {
            width: 100%;
        }

    .confirmation-phone-image {
        object-fit: contain;
        width: 100%;
        height: 100%;
        margin-top: 90px;
        margin-bottom: 20px;
    }

    @supports (-moz-appearance:none) {
        .confirmation-phone-image {
            margin-top: 30px;
        }
    }

    .confirmation-new-block #countdown {
        font-size: 22px;
    }

    .QRcodeTimer {
        font-size: 15px;
    }

    ol.carousel-indicators {
        margin-bottom: -15px;
    }

    .col-12.col-lg-6.offer-card {
        margin-top: 5.5rem;
    }
}

/*offer card changes*/
.offer-card {
    background: var(--yellow);
    color: var(--navy-blue) !important;
    border-color: var(--navy-blue);
    border-width: 3px;
    box-shadow: 0 0 9px #0000007d;
}

    .offer-card h5 {
        color: var(--navy-blue);
        border-color: white;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    .offer-card h3 {
        color: white;
    }

        .offer-card h3 span:first-of-type {
            color: white;
        }

    .offer-card p {
        color: var(--yellow) !important;
    }

    .offer-card ul {
        color: white;
    }


@media (min-width:769px) {
    .col-12.col-lg-6.offer-card {
        width: 49.6%;
        margin-left: 0%;
        margin-right: 0.2%;
        margin-bottom: 0.6%;
    }
}

@media (max-width:769px) {
    .col-12.col-lg-6.offer-card {
        margin-top: 0.5rem;
    }

        .col-12.col-lg-6.offer-card:first-of-type {
            margin-top: 85px;
        }
}
/*offer card changes*/

.footer a:active, .footer a:focus {
    padding-left: 0;
}

/*.footer a:hover{
        padding: 6px;
        padding-left: 0px;
    }*/
.footer-bottom-links li {
    padding-bottom: 0 !important;
}

svg g .st0 {
    background: var(--navy-blue) !important;
    fill: var(--navy-blue) !important;
}

svg g .st1 {
    background: var(--yellow) !important;
    fill: var(--yellow) !important;
}

.footer a {
    font-size: 12px;
}

.row.map-container {
    overflow: hidden;
}

@media (max-width: 450px) {
    #popuphome {
        padding-left: 0;
        padding-right: 0;
    }

    .content > iframe:not(iframe#VideoHome) {
        /*left: -30px !important;*/
        width: 100% !important;
        left: -12% !important;
        overflow: hidden;
    }

    iframe#VideoHome {
        min-width: unset !important;
    }

    div#ctl00_MainContent_defaultContent_newDiv {
        max-width: 100vw;
    }

    iframe#VideoHome, .content > iframe {
        flex-shrink: 0;
    }

    .vid-box-equip h3, sub-blog h3 {
        text-align: center;
    }

    iframe#VideoHome, .content > iframe, .content > iframe:not(iframe#VideoHome) {
        outline-color: #1d1d1d;
        outline-style: outset;
        outline-width: 2px;
    }
}

}



@media (max-width:850px) and (min-width:767px) {

    nav {
        position: relative;
        width: 100%;
        top: 0;
    }

    .mobile-navigation {
        display: flex !important;
    }

    .nav-middle, .nav-bottom {
        display: none !important;
    }

    .col.mobile-acc-search img, .col.mobile-loc-menu img {
        width: 22px;
        max-width: 280px;
    }

    .free-pass {
        margin-left: 0;
    }

    .search-location input[type = 'text'] {
        width: 100% !important;
        max-width: unset;
    }

    .search-location {
        flex-wrap: nowrap;
        display: flex;
    }

    .mobile-menu-social img {
        height: 30px;
        width: auto !important;
    }

    .mobile-menu-social {
        justify-content: space-around;
    }

    .mobile-navigation .mobile-logo img {
        max-width: 220px;
        object-position: center;
    }

    div#carouselExampleControls {
        margin-top: 90px;
    }

    ul li {
        display: block;
    }

    .laf-logo-menu-mobile img {
        min-height: 100px;
        object-fit: contain;
    }

    .laf-logo-menu-mobile img {
        width: auto !important;
        max-width: 280px;
        padding-left: 23px;
    }

    .mobile-loc-menu .laf-logo-menu-mobile a {
        font-size: 23px;
    }

    .carousel-pass-join {
        display: flex !important;
    }

    .mobile-navigation .mobile-menu-items {
        min-height: 102vh;
        overflow: scroll;
        width: 50%;
    }

    .search-location .map img {
        width: auto;
    }

    .pricing-block {
        width: 120% !important;
        position: relative;
        left: -10%;
    }
}

#updSelectClub .form-items > div > .flex-column {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    align-items: center !important;
    justify-content: center !important;
    width: 70%;
}

    #updSelectClub .form-items > div > .flex-column div {
        width: 100% !important;
    }

    #updSelectClub .form-items > div > .flex-column input {
        width: 60%;
    }

        #updSelectClub .form-items > div > .flex-column input:last-of-type {
            height: auto;
            margin: 0 !important;
            margin-bottom: 10px !important;
            width: 30%;
            min-height: 40px;
            border: none;
            font-weight: bold;
            margin-left: 8px !important;
            border-radius: 12px;
        }

#updMobileChangeClub .modal-footer {
    display: block;
}

#modal-changeclub td div {
    margin-left: 40px;
}

#modal-changeclub td {
    width: 100%;
}

#updMobileChangeClub #pnlModalBody > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

    #updMobileChangeClub #pnlModalBody > div > * {
        padding: 0 !important;
    }

    #updMobileChangeClub #pnlModalBody > div > div:last-of-type {
        width: 15%;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        min-height: 39px;
    }

    #updMobileChangeClub #pnlModalBody > div > label {
        width: 100%;
        white-space: nowrap;
    }

    #updMobileChangeClub #pnlModalBody > div > div:first-of-type input {
        text-align: center;
    }

    #updMobileChangeClub #pnlModalBody > div > div:first-of-type {
        width: 33%;
    }

.waiver-agree input[type='text']:focus {
    color: black !important;
}

@media (max-width:769px) {
    .footer-terms .container {
        padding-left: 5%;
        padding-right: 5%;
    }

    #updSelectClub .form-items > div > .flex-column {
        width: 100%;
    }

        #updSelectClub .form-items > div > .flex-column input:last-of-type {
            /*width: 27%;*/
            width: 24%;
            font-size: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        #updSelectClub .form-items > div > .flex-column input {
            width: 72%;
        }

    #updMobileChangeClub #pnlModalBody > div > * {
        width: 35% !important;
    }

    #updMobileChangeClub #pnlModalBody > div {
        padding: 0 20px;
    }

        #updMobileChangeClub #pnlModalBody > div label {
            width: 100% !important;
        }

        #updMobileChangeClub #pnlModalBody > div > div:first-of-type {
            width: 65% !important;
        }

        #updMobileChangeClub #pnlModalBody > div > div:last-of-type > input {
            width: 90%;
            min-height: 34px;
        }
}

@media (max-width:330px) {
    #updSelectClub .form-items > div > .flex-column input:last-of-type {
        width: 100%;
        margin-left: 0 !important;
    }

    #updSelectClub .form-items > div > .flex-column input {
        width: 100%;
    }
}

.join-now:hover {
    background: var(--hover-colour);
}

    .join-now:hover a:link, .join-now:hover a:hover {
        color: var(--navy-blue) !important;
    }

.video-box > img {
    filter: grayscale(1);
    /*min-height: 1080px;*/
    width: 100vw !important;
    height: auto !important;
}

.video-box > img {
    filter: grayscale(1) brightness(0.5);
    transition-duration: 0.4s;
}

.video-box:hover > img {
    filter: grayscale(0) brightness(1);
}

.video-box .text-content h5 {
    color: var(--navy-blue);
    font-size: 2.125rem;
    font-weight: 100;
    font-style: italic;
}

.dropbg {
    background: transparent !important;
}

.video-box .text-content h3 {
    color: var(--navy-blue);
    font-size: 4.5rem;
}

.video-box .text-content p {
    color: var(--navy-blue);
    max-width: 50%;
    text-transform: uppercase;
    font-size: 2.18rem;
    line-height: 50px;
    letter-spacing: 2px;
    padding-top: 20px;
    margin-top: 30px;
}


.topright p, .bottomright p {
    margin-left: auto;
}

.joinad-text > div > .d-flex {
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center !important;
}

    .joinad-text > div > .d-flex > .flex-column {
        flex-direction: row !important;
        justify-content: center;
        width: 70%;
    }

.joinad-text .container {
    height: 100%;
    top: 0;
}

.joinad .pass-join > * {
    font-size: 30px;
    font-weight: 300;
    padding: 15px 30px;
}

/*.joinad img {
    filter: grayscale(1) brightness(0.5);
}*/

.amenities-comp-item img {
    height: auto;
    width: 70px;
    padding: 20px 0;
}

.amenities-comp-item {
    padding: 10px 0;
}

.amenities-comp {
    letter-spacing: 3px;
    padding: 17.813rem 0;
}

    .amenities-comp-header h2,
    .amenities-comp-header h5,
    .amenities-comp p {
        color: var(--navy-blue) !important;
    }

.amenities-comp-item p {
    max-width: 300px;
    text-align: center;
    font-size: 1.6rem;
}

.amenities-comp-header {
    padding-bottom: 8.375rem;
}

    .amenities-comp-header h2 {
        font-size: 50px;
        font-weight: 300;
        padding-bottom: 10px;
    }

    .amenities-comp-header h5 {
        font-weight: normal;
        font-size: 16px;
    }

.new-job-desc-section.text-center p {
    margin-bottom: 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.new-job-desc-section.text-center h2 {
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 6px;
    padding-bottom: 20px;
    line-height: 40px;
}

.new-job-desc-section.text-center {
    color: var(--navy-blue);
}

.cst-desc-home {
    color: var(--navy-blue);
}

    .cst-desc-home h2 {
        font-size: 35px;
        letter-spacing: 8px;
        padding-bottom: 30px;
        color: var(--navy-blue);
    }

    .cst-desc-home p {
        font-size: 20px;
        color: var(--navy-blue);
    }

    .cst-desc-home h1 {
        font-size: 60px;
        color: var(--navy-blue);
    }

    .cst-desc-home h3 {
        font-size: 25px;
        letter-spacing: 4px;
        color: var(--navy-blue);
    }

input[type="button"].yellow, input[type="submit"].yellow, a.inputbutton.yellow {
    background: var(--navy-blue) !important;
    color: var(--yellow) !important;
}

.waiver h1 {
    color: var(--navy-blue);
    letter-spacing: 8px;
    font-size: 70px;
    font-weight: 300;
}

.waiver h2 {
    line-height: 43px;
    font-weight: 100;
    font-size: 28px;
}

.waiver-agree {
    color: var(--navy-blue);
}

    .waiver-agree .btn-cc .btn {
        max-width: 390px;
        white-space: normal;
        padding: 10px 15px;
        letter-spacing: 4px;
    }

.slider-waiver .text-container {
    /*display: none !important;*/
    text-align: center;
}

    .slider-waiver .text-container h1 {
        /*color: var(--navy-blue) !important;*/
        text-shadow: none;
    }

        /*.slider-waiver .text-container h1:nth-of-type(1) {
            letter-spacing: 1rem;
            font-weight: 500;
        }*/

    .slider-waiver .text-container p {
        /*color: var(--navy-blue) !important;*/
        font-size: 2rem !important;
        /*margin-top: 20px;*/
        /*font-weight: 100;*/
        max-width: 700px;
        text-align: center;
        margin: 20px auto 0;
        font-family: "brandon grotesque",Open Sans,Arial,sans-serif !important;
        width: 40%;
    }

    .slider-waiver .text-container p span {
        font-weight: bold;
        font-size: 3rem;
    }
        #updSelectClub .form-items > div > .flex-column > * {
    width: 47% !important;
}

#updSelectClub .form-items > div > .flex-column input {
    width: 60%;
    margin-right: 4%;
}

    #updSelectClub .form-items > div > .flex-column input:last-of-type {
        text-align: left;
        text-transform: uppercase;
        letter-spacing: 4px;
        max-width: 138px;
    }

#updSelectClub .form-items > div > .flex-column {
    justify-content: flex-start !important;
}

input#terms:after {
    /*content: " ";*/
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    border-radius: 2px;
    border: solid 1px white;
}
.input-check label {
    display: flex;
}
.input-check label input#terms {
    width: auto;
    margin: 0;
    margin-left: 0 !IMPORTANT;
}

input#terms:checked:after {
    /*content: "✓";*/
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    border-radius: 2px;
    border: solid 1px white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    font-weight: bold;
    color: white;
}

input#terms:focus {
    box-shadow: 0 0 0 2px #76767636;
    border-radius: 4px;
}

.gym-trial .btn {
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 10px 30px;
    border-radius: 12px;
}

.form-items input:focus, .form-items input:active {
    color: var(--yellow);
}

.gym-trial .sub-h1 span a, .gym-trial h1 {
    color: var(--navy-blue);
}

div#updSelectClub h6 {
    padding-bottom: 20px;
}

.gym-trial h1 {
    font-size: 55px;
    max-width: 440px;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 8px;
}

.checkbox-terms a {
    color: var(--navy-blue);
}

.location-box h3, .location-box h5 {
    color: var(--navy-blue);
    font-weight: 300;
    letter-spacing: 4px;
}

.fitness-amenities-body {
    color: white;
}

    .fitness-amenities-body img {
        padding: 30px 0;
    }

    .fitness-amenities-body h2 {
        letter-spacing: 1rem;
        font-weight: 300;
        font-size: 4.2rem;
    }

    .fitness-amenities-body p {
        font-size: 1.4rem;
    }

    .fitness-amenities-body img {
        width: 100%;
        height: 100%;
        min-height: 200px;
        /* background: gray; */
    }

    .fitness-amenities-body h2 {
        line-height: 4.9rem;
    }

    .fitness-amenities-body p {
        padding: 0 10px;
        padding-bottom: 2rem;
    }

a.background-image-a {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 1030px;
}

@media (max-width:769px) {
    .fitness-amenities-body h2 {
        letter-spacing: 0.5rem;
        font-weight: 300;
        font-size: 2.5rem;
        text-align: center !important;
    }

    .video-box {
        text-transform: uppercase;
        text-align: center;
    }

    .fitness-amenities-body p {
        font-size: 1rem;
        text-align: center !important;
    }

    .fitness-amenities-body .row > .col:first-of-type > img {
        padding-bottom: 0;
    }
}

.confirmation-new-block {
    background: var(--yellow);
}

/*Gallery*/
.gallary-sec {
    background: white;
    padding-top: 100px;
    padding-bottom: 100px;
    /*margin-top: 5rem;*/
}

    .gallary-sec h1 {
        font-weight: 900;
        text-transform: uppercase;
        font-size: 3.429rem;
        letter-spacing: 1px;
        line-height: 1.2;
    }

    .gallary-sec .col-12.px-md-2 {
        padding-right: 46px !important;
    }

    .gallary-sec p {
        font-weight: 400;
        font-size: 0.65rem;
        letter-spacing: 1px;
        line-height: 1.5;
        padding-bottom: 2rem;
    }
    .gallary-sec p:last-of-type{
        padding-bottom: 0;
    }

#homepage-ph-gallary .carousel-indicators button img {
    width: 72px !important;
    height: 72px !IMPORTANT;
    object-fit: cover;
}

#homepage-ph-gallary .carousel-indicators button {
    background: none;
    border: solid 2px transparent;
    width: 72px;
    height: 72px;
    /* margin: 0 3px; */
    padding: 0;
    border-radius: 0;
}

#homepage-ph-gallary .carousel-indicators {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    left: -2px;
    overflow-x: scroll;
}

    #homepage-ph-gallary .carousel-indicators::-webkit-scrollbar {
        display: none;
        height: 5px;
        background: #dfdfdf;
    }

#homepage-ph-gallary .carousel-item {
    margin-bottom: 70px;
}

    #homepage-ph-gallary .carousel-item img {
        max-height: 345px;
        object-fit: cover;
        width: 100% !IMPORTANT;
        height: 340px !important;
        overflow: hidden;
        height: 100% !important;
    }

#homepage-ph-gallary .carousel-control-next, #homepage-ph-gallary .carousel-control-prev {
    background: transparent;
    border: none;
}

    #homepage-ph-gallary .carousel-control-next span, #homepage-ph-gallary .carousel-control-prev span {
        opacity: 1;
        position: relative;
        top: -40px;
    }

#homepage-ph-gallary .carousel-indicators [data-bs-target] .active {
    padding: 0;
    border: solid;
}

#homepage-ph-gallary .carousel-inner:hover .carousel-control-next span, #homepage-ph-gallary .carousel-inner:hover .carousel-control-prev span {
    opacity: 1 !important;
}

#homepage-ph-gallary .carousel-indicators [data-bs-target] {
    max-height: unset;
    height: unset;
    opacity: 1;
    width: unset;
}

#homepage-ph-gallary .carousel-indicators .active {
    border: solid 2px black;
}

#homepage-ph-gallary button#btn-btn-left, button#btn-btn-right {
    position: sticky;
    /*filter: invert(1);*/
    background: black !important;
    z-index: 999;
    height: 76px;
}

    #homepage-ph-gallary button#btn-btn-left span, #homepage-ph-gallary button#btn-btn-right span {
        width: 10px;
    }

#homepage-ph-gallary button#btn-btn-right {
    right: -1px;
}

#homepage-ph-gallary button#btn-btn-left {
    left: 0;
}

.amenities-comp h1 {
    color: var(--navy-blue);
    font-weight: 900;
    font-size: 4.2rem;
}


.fitness-amenities-body.amenities_button_2 img {
    object-fit: contain;
}
.line-h-s {
    border: solid 1px #B0C0BF;
}

.fitness-amenities-body.amenities_button_2 h2 {
    position: relative;
    line-height: 4rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    /*border-left: solid 3px var(--hover-colour);*/
    padding-left: 20px;
    padding-bottom: 0;
    padding-top: 19px;
    font-size: 4rem;
}

    .fitness-amenities-body.amenities_button_2 h2:before {
        content: "";
        border-left: solid 3px var(--hover-colour);
        width: 10px;
        height: 4.5rem;
        position: absolute;
        left: 0;
        bottom: 0;
    }

.fitness-amenities-body.amenities_button_2 p {
    font-weight: 100;
    font-size: 25px;
    margin-top: 20px;
}

.fitness-amenities-body.amenities_button_2 h5 {
    color: var(--yellow);
    font-weight: 900;
    /* font-style: italic; */
    font-size: 1.8rem;
    padding: 12px 0;
    -webkit-text-stroke-color: white;
    -webkit-text-stroke-width: 0.5px;
}

.fitness-amenities-body.amenities_button_2 p {
    padding-left: 0;
}

.fitness-amenities-body.amenities_button_2 .flex-row-reverse h2 {
    border-left: none;
    /*border-right: solid 3px var(--hover-colour);*/
    padding-right: 20px;
}

    .fitness-amenities-body.amenities_button_2 .flex-row-reverse h2:before {
        border: none;
    }

    .fitness-amenities-body.amenities_button_2 .flex-row-reverse h2:after {
        content: "";
        border-right: solid 3px var(--hover-colour);
        width: 10px;
        height: 4.5rem;
        position: absolute;
        right: 0;
        bottom: 0;
    }

.fitness-amenities-body.amenities_button_2 .flex-row-reverse h5 {
    text-align: right;
}

.image-banner-container.other .background-image-c {
    object-position: unset;
}

.image-banner-container.other {
    min-height: 485px;
    /*height: 70vh;*/
}

    .image-banner-container.other .containers {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #0000008f;
    }

    .image-banner-container.other .welcome-club h1 {
        margin-top: 0;
        font-weight: 600;
    }


/*.spe_carousal .carousel-indicators button img {
        width: 72px !important;
        height: 72px !IMPORTANT;
        object-fit: cover;
     }*/

.spe_carousal .carousel-indicators button img {
    width: 9vw !important;
    height: 22px !IMPORTANT;
    min-height: 90px !important;
    object-fit: cover;
    padding: 0;
}

.spe_carousal .carousel-indicators button {
    background: none;
    border: solid 2px transparent;
    width: 72px;
    height: 72px;
    /* margin: 0 3px; */
    padding: 0;
    border-radius: 0;
}

.spe_carousal .carousel-indicators {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    left: -2px;
    overflow-x: scroll;
}

    .spe_carousal .carousel-indicators::-webkit-scrollbar {
        display: none;
        height: 5px;
        background: #dfdfdf;
    }

.spe_carousal .carousel-item {
    margin-bottom: 70px;
}

    .spe_carousal .carousel-item img {
        max-height: 345px;
        object-fit: cover;
        width: 100% !IMPORTANT;
        height: 340px !important;
        overflow: hidden;
    }


.spe_carousal .carousel-control-next, .spe_carousal .carousel-control-prev {
    background: transparent;
    border: none;
}

    .spe_carousal .carousel-control-next span, .spe_carousal .carousel-control-prev span {
        opacity: 1;
        position: relative;
        top: -40px;
    }

.spe_carousal .carousel-indicators [data-bs-target] .active {
    padding: 0;
    border: solid;
}

.spe_carousal .carousel-inner:hover .carousel-control-next span, .spe_carousal .carousel-inner:hover .carousel-control-prev span {
    opacity: 1 !important;
}

.spe_carousal .carousel-indicators [data-bs-target] {
    max-height: 120px;
    height: unset;
    opacity: 1;
    width: unset;
}

.spe_carousal .carousel-indicators .active {
    border: solid 2px black;
}

.spe_carousal button#btn-btn-left, button#btn-btn-right {
    position: sticky;
    /*filter: invert(1);*/
    background: black !important;
    z-index: 999;
    height: unset;
}

    .spe_carousal button#btn-btn-left span, .spe_carousal button#btn-btn-right span {
        width: 10px;
    }

.spe_carousal button#btn-btn-right {
    right: -1px;
}

.spe_carousal button#btn-btn-left {
    left: 0;
}

.hero_header_box {
    position: relative;
}

    .hero_header_box .white_bg {
        padding: 70px 0;
        background: #ffffff8a;
    }

span.light_text {
    font-weight: lighter;
}

.spe_carousal button.carousel-control-next {
    right: 0;
}

.spe_carousal button.carousel-control-prev {
    left: 0;
}

.hero_header_box img.bg-image_header {
    min-height: 100px;
    width: 100%;
    object-fit: cover;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
}

.hero_header_box h1 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 65px;
    letter-spacing: 7px;
    font-weight: bold;
}

.hero_header_box h6 {
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    padding-top: 20px;
}

.fitness-amenities-body.amenities_button_2 button.amenities_button {
    width: 100%;
    padding: 14px;
    font-size: 23px;
    font-weight: 700;
    max-width: 41%;
}

/*login page css*/

.loginpage .login-section-main {
    position: relative;
    overflow: hidden;
}

    .loginpage .login-section-main img.login-sec-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: -1;
    }





.loginpage .sec-2-l p {
    font-size: 10px;
    padding: 10px 0;
}

.loginpage button.btn.createacc-l, .loginpage input.btn.createacc-l {
    background: #5c5c5c;
    color: white;
    font-size: 14px;
    width: 100%;
}

.loginpage h3 {
    font-size: 20px;
}

.input-sec-l input {
    width: 70%;
}

.input-sec-l label {
    width: 18%;
    font-weight: bold;
}

.loginpage input:-webkit-autofill, .loginpage input:-webkit-autofill:hover, .loginpage input:-webkit-autofill:focus, .loginpage input:-webkit-autofill:active {
    background: var(--navy-blue) !important;
}

.loginpage .input-sec-l {
    padding: 10px 0;
}

.loginpage button.btn.submit-btn-l {
    width: 100px;
    background: var(--yellow);
    color: var(--navy-blue);
    margin: 10px 0;
}

.loginpage .remember-me-l {
    display: flex;
    align-items: center;
    padding-top: 10px;
    font-weight: 500;
}

    .loginpage .remember-me-l input {
        margin-right: 8px;
        transform: scale(1.5);
        position: relative;
        top: 1px;
    }

/*loginpage css end*/


/*joinad sec color*/
.freepass-color-sec {
    position: relative;
}

    .freepass-color-sec .joinad img {
        /*filter: brightness(0.4);*/
        max-height: unset;
        object-fit: cover;
        object-position: 0 63%;
    }
/*joinad sec color end*/

div#carouselExampleControls {
    padding: 0;
}


.footer-bottom-links a:visited {
    color: var(--yellow) !important;
}

.mobile-navigation .mobile-logo {
    height: 100%;
}

.footer-terms p {
    /* background: var(--yellow); */
    color: var(--yellow);
    opacity: 0.7;
}
/*.about-stay > .row {
    border-bottom: solid 1px #00000036;
}*/

.nav-logo a img {
    width: 100%;
    height: auto;
    max-height: 30px;
    object-fit: contain;
    height: intrinsic;
    filter: invert(1);
}

.freepass-color-sec .joinad .pass-join > * {
    max-width: 300px;
    font-weight: 400;
    font-size: 28px;
}

.freepass-color-sec .joinad .pass-join .free-pass {
    border: solid 1px white;
}

    .freepass-color-sec .joinad .pass-join .free-pass a {
        color: var(--yellow) !important;
        padding: 0;
    }

    .freepass-color-sec .joinad .pass-join .join-now a, .freepass-color-sec .joinad .pass-join .free-pass a {
        /*color: black !important;*/
        padding: 0;
        color: var(--yellow) !important;
        font-size: 1.5rem;
    }

.card-sec-top {
    line-height: 1.8em;
    color: var(--navy-blue);
}

h1, h2, h3, h4, h5, h6 {
    font-family: "brandon grotesque",'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    /*letter-spacing: 1px;*/
    line-height: 1.2em;
}

.card-sec-top .sec-1 h1 {
    font-size: 20rem;
    -webkit-text-stroke: 3px white;
    color: transparent;
}

.card-sec-top .sec-2 h1 {
    font-size: 8.4rem;
    font-weight: 900;
    color: #4d4d4d;
    position: relative;
    left: -1.5rem;
    z-index: -1;
}

.card-sec-top .sec-1 h2 {
    font-size: 4.5rem;
    vertical-align: middle;
    font-weight: 900;
    margin-left: 10px;
    color: var(--navy-blue);
}

.card-sec-top h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 54px;
    letter-spacing: 3px;
}

.card-sec-top .studio-number h3 {
    color: var(--navy-blue);
}

.card-sec-top .studio-number h2 {
    font-size: 39px;
    padding: 10px 0;
}

.booknow-img-bar h5 {
    color: white !important;
    -webkit-text-stroke-width: 0 !important;
    -webkit-text-stroke-color: transparent;
    font-weight: 600 !important;
}

.booknow-img-bar a {
    color: white;
}

.booknow-img-bar h5 a span {
    -webkit-text-stroke-width: 0.5px;
    color: transparent;
    -webkit-text-stroke-color: white;
    letter-spacing: -3px;
    font-size: 43px;
    padding: 0 11px;
}

.img-book-img {
    position: relative;
}

.booknow-img-bar {
    position: absolute;
    bottom: 30px;
    background: rgb(0,0,0);
    background: linear-gradient(90deg,rgb(0 0 0 / 27%) 0%, rgba(255,255,255,0) 100%);
    width: 100%;
    padding: 0 50px;
}

.nav-top a {
    opacity: 1 !important;
    font-size: 1rem !important;
    padding: 8px 20px !important;
    font-weight: 100 !important;
}

.freepass-cst {
    position: relative;
}
.WaitlistConfirmMessage {
    color: var(--white);
    font-size: 12px !important;
}
.image-white-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--navy-blue);
    z-index: -1;
    overflow: hidden;
}

.freepass-cst img.freepass-cst-img {
    position: absolute;
    height: 75%;
    bottom: -29%;
    right: -15%;
}

.freepass-cst .freepass-sct-box {
    background: white;
    box-shadow: 0 0 25px #0000001c;
    border-radius: 5px;
    padding: 60px 75px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 80px;
    padding-top: 40px;
}

/*.freepass-cst h1 span {
    font-family: "addictive caps",'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}*/

.freepass-cst h1 {
    padding: 40px 0;
    text-align: center;
    font-weight: 900;
    font-size: 5rem;
}

    .freepass-cst h1 span {
        /*font-family: "addictive caps",'Montserrat',Helvetica,Arial,Lucida,sans-serif;*/
        display: block;
        font-size: 2rem;
        font-weight: normal;
        line-height: 2.5rem;
        margin: auto;
        width: 50%;
    }

.freepass-cst .freepass-sct-box .form-items input {
    background: var(--navy-blue);
    border: solid 2px black;
    color: var(--yellow);
    border-radius: 5px;
}

.location-text h6 {
    display: inline-block;
    color: var(--yellow);
    width: 100%;
    padding-left: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.location-text img {
    height: 20px;
    width: auto;
    display: inline-block;
    filter: grayscale(1) brightness(0);
}

.freepass-cst .freepass-sct-box input[type="submit"] {
    background: black !important;
    color: white !important;
    font-weight: bold;
    padding: 10px;
    font-size: 1rem;
    border-radius: 0;
    min-width: 250px;
    border-color: var(--yellow);
}

.freepass-cst .freepass-sct-box .form-items input::placeholder {
    color: var(--yellow);
    font-weight: bold;
    text-align: center;
}

.freepass-cst .freepass-sct-box .search-club input[type="submit"] {
    min-width: unset;
    margin: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: var(--navy-blue) !important;
    color: var(--yellow) !important;
    border-left: 0;
}

.freepass-cst .freepass-sct-box .search-club input[type="text"] {
    margin: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    min-width: 250px;
}

.freepass-cst .freepass-sct-box .search-club input[type="submit"]:hover {
    background: var(--yellow) !important;
    color: var(--navy-blue) !important;
}

.location-text label {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 3px;
}

.checkbox-terms label, .checkbox-terms label a {
    color: var(--yellow);
    font-weight: 100;
    font-size: 0.8rem;
}

input#terms:after {
    background: white;
    border: solid 0.5px black;
}

.checkbox-terms {
    left: 0;
    position: relative;
}

.topleft, .topright, .bottomleft, .bottomright {
    position: absolute;
    top: 10%;
    left: 8%;
    font-size: 18px;
    width: 500px;
    color: white;
    height: 80%;
    align-items: center;
    display: flex;
    justify-content: center;
}

nav .search-location {
    display: none;
}

.login-btn-top {
    position: absolute;
    right: 50px;
    filter: invert(1);
}

    .login-btn-top img {
        height: 25px;
    }

    .login-btn-top a:after {
        content: "LOGIN";
        padding-left: 17px;
        position: relative;
        top: 3px;
        font-weight: 400;
    }

.nav-top a {
    opacity: 1 !important;
}

.freepass-color-sec .joinad-text {
    padding: 8.5rem 0;
}

.login-between {
    min-width: 1.2rem;
    margin-left: 1.2rem;
    margin-right: 1.2rem;
    margin-top: -5px;
    filter: invert(1);
}





@media (max-width:769px) {
    .search-location input[type = 'text'] {
        max-width: calc(100% - 72px) !important;
        min-width: 100px;
        width: 300px !important;
    }

    .login-cst-new h1 {
        font-size: 5rem;
    }

    .freepass-color-sec .free-pass, .freepass-color-sec .join-now {
        width: 50%;
        max-width: unset !IMPORTANT;
        min-width: 50%;
    }

    .joinad p {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .fitness-amenities-body.amenities_button_2 .flex-row-reverse h2:after,
    .fitness-amenities-body.amenities_button_2 .flex-row-reverse h2:before {
        border: none;
    }


    footer .free-pass a, footer .join-now a {
        font-size: 26px !important;
        font-weight: normal !important;
    }

    footer .freepass-color-sec .free-pass a, footer .freepass-color-sec .join-now a {
        font-size: 20px !important;
        font-weight: normal !important;
    }


    .toptop.button .btn {
        /*background: var(--navy-blue) !important;*/
        /*color: var(--yellow) !important;*/
        border-radius: 0;
        /*padding: 20px;*/
    }

    .toptop.button {
        padding: 10px;
    }

    .video-box .text-content h5 {
        padding: 10px;
        text-align: center;
    }


    footer .free-pass {
        margin-bottom: 0;
        /*background: black !important;*/
    }

        footer .free-pass a {
            color: black !important;
        }

    .container-f .pass-join {
        padding-bottom: 20px;
    }

    footer .free-pass, footer .join-now {
        border-radius: 0;
        /* font-size: 117px !important; */
    }

    .freepass-color-sec .free-pass, .freepass-color-sec .join-now {
        min-height: unset;
        height: 55px;
        border-radius: 0;
        width: 50%;
        margin: 0;
    }

    .fitness-amenities-body.amenities_button_2 h2, .fitness-amenities-body.amenities_button_2 h2.text-end {
        letter-spacing: 0.5rem;
        font-size: 3.5rem;
        text-align: center !important;
    }

    .fitness-amenities-body.amenities_button_2 p, .fitness-amenities-body.amenities_button_2 p.text-end {
        font-size: 1.8rem;
        text-align: center !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .fitness-amenities-body.amenities_button_2 h5, .fitness-amenities-body.amenities_button_2 h5.text-end {
        font-size: 2.8rem;
        text-align: center !important;
    }

    .fitness-amenities-body.amenities_button_2 .row > .col:first-of-type > img {
        padding-bottom: 0;
    }

    .fitness-amenities-body.amenities_button_2 .flex-row-reverse .align-items-end {
        align-items: center !important;
    }

    .fitness-amenities-body.amenities_button_2 button.amenities_button {
        width: 100%;
        margin-left: 5%;
        margin-right: 5%;
        max-width: 90%;
    }

    .container.fitness-amenities-body.amenities_button_2.pb-5 {
        overflow: hidden;
        padding-bottom: 0 !important;
    }

    .spe_carousal .carousel-indicators button img {
        min-width: 90px;
    }

    .fitness-amenities-body img {
        padding: 5px 0;
    }

    .freepass-cst .freepass-sct-box {
        padding: 10px;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 40px;
    }

    .checkbox-terms {
        left: 3%;
        padding: 0 20px;
        padding-right: 10px;
    }

    .freepass-cst h1 {
        margin-top: 30px;
    }

    .freepass-cst > .container {
        padding-bottom: 0 !IMPORTANT;
    }

    .freepass-color-sec .joinad-text {
        padding: 0;
        height: 120px;
    }

    .joinad p {
        padding-bottom: 0;
    }
}

@media (min-width: 769px) {
    .carousel-inner {
        margin-bottom: 0 !important;
    }
    .cryo-sec-t .exp-btn-c .btn.btn-exp {
        font-size: 10pt;
    }
    .text-inner-sec {
        top: auto;
        height: unset;
        padding-bottom: 84px !IMPORTANT;
        bottom: auto;
    }
    .cst-n-card-sec .card-secc .card-txt-sec .card-in-txt {
        /*height: calc(100% + 40px);*/
    }
    .gallary-sec .carousel-indicators {
        position: absolute;
        right: -37%;
        left: unset;
        width: 280px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        bottom: 0;
        top: calc(50% + 90px);
        z-index: 999;
        max-height: 55px;
    }
}

@media (max-width: 1400px) {
    html {
        font-size: 12px;
    }

    .login-bottom-sec {
        font-size: 7rem;
    }

        .login-bottom-sec p {
            font-size: 3rem;
        }
}

@media(min-width: 1400px) and (max-width: 1910px) {
    html {
        font-size: 14px;
    }
}

@media(max-width: 769px) {

    .gallary-sec {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    footer ul li {
        max-width: 40vw;
        width: 60vw;
    }

        footer ul li a:link {
            font-size: 1.7rem !important;
            max-width: unset;
        }
    .cst-app-sec h3.d-h-2 {
        padding: 10px 0 0;
    }


    .play-apple-store-sec a img {
        width: 45vw;
        max-width: 170px;
    }

    .play-apple-store-sec {
        padding: 20px 0;
        width: 100%;
    }

    .card-sec-top .sec-2 h1 {
        font-size: 7vw;
        left: 0.5rem;
    }

    .card-sec-top .sec-1 h1 {
        font-size: 24vw;
    }

    .card-sec-top .sec-1 h2 {
        font-size: 5vw;
    }

    .card-sec-top {
        padding: 0.5rem;
    }

    .toptop {
        background: black !important;
    }

    .video-box .text-content h3 {
        color: var(--navy-blue) !important;
    }

    .backround-image-v {
        width: 100vw;
    }
    /*.mobile-loc-menu a:first-of-type {
        display: none;
    }*/
    .mobile-loc-menu {
        max-width: 25px;
    }

    .video-box .text-content h3 {
        font-size: 3.5rem;
    }

    .video-box .text-content h5 {
        font-size: 1.7rem;
    }

    .content .gallary-sec p {
        text-align: left !IMPORTANT;
    }

    .amenities-comp-item p {
        font-size: 1.2rem;
    }
    a.Collapse-arr {
        display: none;
    }
}

.footer .col-12.col-lg-6 ul li a {
    color: #0d0d0d !important;
}

.container-f.about-stay p, .footer .col-12.col-lg-6 ul li a {
    color: #4c4c4c !important;
}

.freepass-color-sec .joinad .pass-join .free-pass:hover, .freepass-color-sec .joinad .pass-join .join-now:hover {
    background: #00000014 !important;
}

.d-none-c {
    display: none !important;
}

@media (max-width: 769px) {
    .content p {
        text-align: center !important;
        line-height: 1.1;
    }

    .btnPlayPause {
        position: relative;
        top: -20px;
        z-index: 100;
    }

    div#PageContent {
        min-width: unset;
    }

    .text-content p {
        max-width: 100%;
    }

    .topleft, .topright {
        max-width: 200px;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .offer-card p {
        padding-bottom: 10px;
    }

    .offer-card ul {
        padding: 10px 0;
    }

    .secondary-header {
        line-height: 0.7;
    }

    .topleft, .topright {
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        /* background: white; */
        max-width: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        justify-content: space-between;
    }

    .video-box > img {
        margin-top: 160px;
        height: 500px !important;
    }

    .toptop {
        width: 100%;
        background: white;
        padding: 15px;
    }

        .toptop.button {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .toptop h3, .toptop p {
            color: black !important;
            text-align: center !important;
        }

        .toptop.button button {
            border-radius: 0;
            width: 100%;
            background: var(--yellow);
            color: var(--navy-blue);
        }
}


/* new mobile header css */
@media (max-width: 769px) {

    .col.mobile-acc-search .laf-logo-menu-mobile img, .col.mobile-loc-menu .laf-logo-menu-mobile img {
        max-height: 28px;
        height: unset;
        margin: 19px 15px;
        max-width: 275px;
        min-height: 28px;
    }

    .col.mobile-acc-search {
        display: none;
    }


    .mobile-navigation .mobile-logo {
        justify-content: flex-start;
    }

        .mobile-navigation .mobile-logo img {
            max-width: unset;
            max-height: 28px;
            width: auto;
            height: 100%;
            filter: invert(1);
        }

    .image-banner-container .background-image-c {
        aspect-ratio: 1000/1248;
        max-width: 100vw;
        height: auto;
    }

    .image-banner-container.n2 {
        max-height: unset;
        /* padding: unset; */
        height: auto;
        width: 100vw;
        aspect-ratio: 1070/1365;
        min-height: unset;
        /*padding-top: 60px;*/
    }

    .welcome-club h1 {
        /*font-size: 3.5rem;*/
        font-size: 32pt; /*new cst mobile design*/
        letter-spacing: 0px;
        max-width: 90vw;
        margin-left: auto;
        margin-right: auto;
        text-shadow: 1px 1px 8px #00000099; /*new cst mobile design*/
    }

    .gallary-sec h1 {
        /*font-size: 2.3rem;*/
        font-size: 24pt;/*new cst design*/
        padding: 20px 15px;
    }

    .gallary-sec p {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .home-page-video > img {
        aspect-ratio: 1000/1070;
        width: 100vw;
        height: auto;
        object-position: -77px 0;
    }

    .play-btn-box {
        background: #0000007a;
    }

    .gallary-sec {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 75px !important;
    }

    .col-12.col-lg-5.px-md-2 {
        padding-right: unset !IMPORTANT;
    }

    .d-flex.flex-wrap.pb-4.card-sec-top .col-12.d-flex.align-items-center {
        justify-content: center;
    }



    .gallary-sec .col-12.col-lg-5.px-md-2 {
        padding-bottom: 50px;
    }

    .card-sec-top .sec-2 h1 {
        letter-spacing: 0;
        left: -0.5rem;
        font-size: 8vw;
    }

    .card-sec-top .sec-1 h1 {
        -webkit-text-stroke: 1px white;
    }

    .toptop {
        position: absolute;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: transparent !important;
    }

    .video-box .text-content h3 {
        padding-bottom: 0;
    }

    .video-box .text-content h5 {
        font-size: 1.6rem;
        padding-top: 0;
    }

    .video-box .text-content h3:nth-of-type(2) {
        padding-top: 40px;
    }

    .col.mobile-acc-search .laf-logo-menu-mobile img, .col.mobile-loc-menu .laf-logo-menu-mobile img {
        max-height: 28px;
        margin: 19px 15px;
        max-width: 275px;
        filter: unset;
    }

    .backround-image-v {
        border: solid 7px var(--yellow);
    }

    .video-box {
        margin-bottom: 0 !important;
    }

        .video-box .text-content h5 {
            font-style: normal;
        }

    .amenities-comp {
        padding: 6.813rem 0;
    }

    .amenities-comp-header {
        padding-bottom: 0;
    }

    .amenities-comp h1 {
        font-size: 2.8rem;
    }

    .joinad p {
        font-size: 3rem;
        line-height: 1;
        font-weight: 900;
        padding-bottom: 30px;
    }

    .freepass-color-sec .joinad .pass-join > * > a {
        font-size: 1.4rem !important;
        font-weight: 800 !important;
    }

    .freepass-color-sec .joinad-text {
        height: 100%;
    }

    .freepass-color-sec .joinad img {
        aspect-ratio: 1/1.2;
        width: 100vw;
        height: auto;
        max-height: unset;
        max-width: 100vw;
        min-height: 500px;
    }

    .joinad-text .container {
        overflow: hidden;
    }

    .joinad-text > div > .d-flex > .flex-column {
        display: flex !important;
        flex-direction: column !important;
        align-items: center;
        justify-content: center;
    }

    .joinad-text + .d-block.d-md-none {
        display: none !IMPORTANT;
    }

    .freepass-color-sec .joinad .pass-join > * {
        width: unset !important;
        height: unset !IMPORTANT;
        max-width: unset !important;
        margin: 0 !IMPORTANT;
        padding: 15px !important;
        min-width: 185px !important;
        min-height: 24px !IMPORTANT;
        margin-bottom: 20px !important;
    }

    .amenities-box {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .amenities-comp-item img {
        width: 40px;
    }

    .amenities-comp-item p {
        letter-spacing: 0;
        font-size: 0.9rem;
    }

    .amenities-box {
        max-width: 360px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    footer .container-f .pass-join {
        display: none !important;
    }

    .play-social .play-apple-store-sec {
        flex-direction: column;
        padding-top: 0;
    }

    .play-social .playstore-btn {
        width: 100%;
        padding-bottom: 20px;
    }

    .play-social .playstore-btn, .play-social .applestore-btn {
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .footer-terms {
        background: var(--navy-blue);
    }

        .footer-terms p {
            color: #686868;
        }

        .footer-terms .container {
            max-width: unset;
            border-top: solid 1px #0000003d;
        }

    .play-social .playstore-btn a, .play-social .applestore-btn a {
        padding: 0;
    }

    .play-social {
        flex-direction: column-reverse;
        display: flex;
        justify-content: flex-end;
        border-bottom: solid 1px rgb(0 0 0 / 20%);
        width: calc(100% - 20px);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .stay-connected-section, .stay-connected-section * {
        margin-bottom: 0 !important;
    }

    .laf-logo-menu-mobile {
        max-height: 75px;
    }
    .container-inn{
        left: 0 !important;
    }
    .gallary-sec .carousel-indicators {
        bottom: 25px;
    }
    .gallary-sec .container-inn > .d-flex.flex-wrap {
        flex-direction: column-reverse;
    }
    .gallary-sec .carousel-control-next-icon, .gallary-sec .carousel-control-prev-icon{
        display: none;
    }
    .gallary-sec h1:after{
        margin-bottom: 0 !important;
    }
    .cryo-sec-t .img-secc {
        max-width: 80%;
        margin: auto;
        margin-bottom: 40px;
    }
    .cryo-sec-t .text-secc h2 {
        letter-spacing: -1px;
    }
    .cryo-sec-t .exp-btn-c a.btn.btn-secondary.btn-exp {
        padding: 15px 50px;
    }
    body:has(.image-banner-container.other) .cst-app-sec {
        margin-top: 21%;
    }

}

@-moz-document url-prefix() {
    .cst-app-sec {
        margin-top: 100px;
    }

    .nav-social-media > .n-cst-sec-f .footer-logo {
        display: flex;
        align-content: center;
        justify-content: center;
    }
}

@media (max-width: 568px) {
    #homepage-ph-gallary .carousel-item img {
        aspect-ratio: 2/1;
        width: 100vw !important;
        height: auto !important;
    }

    /*#homepage-ph-gallary .carousel-indicators button img {
        width: 28vw !important;
        height: 28vw !important;
    }

    #homepage-ph-gallary button#btn-btn-left, button#btn-btn-right {
        height: 28vw !important;
    }

    div#homepage-ph-gallary {
        height: calc(30vw + 185px);
    }*/

}
/* new mobile header css */
nav {
    line-height: 1.5;
}
.sidemenu .free-pass a, .sidemenu .join-now a, .sidemenu .join-now:hover a:link, .sidemenu .join-now:hover a:hover, .sidemenu .join-now a:link, .sidemenu .join-now a:hover, .sidemenu .join-now a:active {
    color: var(--yellow) !important;
}
.sidemenu .free-pass, .sidemenu .join-now {
    border: solid 1px black;
    margin: 10px 4px !important;
}
.fixed-top .mobile-navigation {
    background: var(--yellow);
    filter: invert(1);
}

a.btn.btn-banner {
    padding: 15px 50px;
    font-size: 16pt;/*new cst design*/
    /* width: 200px; */
    /* height: 50px; */
    /* display: inline-block; */
    margin-top: 20px;
}
.gallary-sec .carousel-indicators button {
    background: #DBE4E3;
}
.gallary-sec button#btn-btn-left, .gallary-sec button#btn-btn-right {
    position: sticky;
    filter: invert(1);
    background: transparent;
    z-index: 999;
    /* height: 90px; */
    opacity: 0.5;
}

.gallary-sec .carousel-indicators .active {
    background: #819594;
}

.gallary-sec .text-secc {
    position: relative;
    z-index: 99;
    /*padding: 35px !important;*/
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.container-inn {
    position: relative;
    left: 50px;
}
gallary-sec .carousel-inner {
    margin-bottom: 25px;
    /*max-height: 600px;*/
    aspect-ratio: 715/570;
}
.text-inner-sec {
    background: white;
    box-shadow: 0 0 10px #00000038;
    padding: 35px;
    width: 110%;
    position: absolute;
    right: 70px;
    border-radius: 4px;
}
#homepage-ph-gallary .carousel-control-next, #homepage-ph-gallary .carousel-control-prev{
    display: none;
}


#homepage-ph-gallary .carousel-item img {
    max-height: unset;
    object-fit: cover;
    width: 100% !IMPORTANT;
    height: 100% !important;
    overflow: hidden;
    min-height: 570px;
    margin-left: 100px;

}
homepage-ph-gallary-nn .carousel-item img{
    height: 100%;
}

.gallary-sec h1:after {
    content: "";
    display: block;
    border: solid 1px #B0C0BF;
    width: 31%;
    margin: 25px 0;
}
/*nnn*/
.about-sec-main {
    display: none !important;
}
.about-stay .navigate h5 {
    display: none;
}
.container.about-stay {
    max-width: 930px;
}
.n-cst-sec-f{
    width:100%;
}
.nav-social-media > .n-cst-sec-f {
    flex-direction: column;
    margin-bottom: 0;
}
.nav-social-media .footer-logo img {
    max-width: 422px;
    width: auto;
    max-height: 86px;
}
.nav-social-media{
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
footer ul li {
    padding-bottom: 0.8rem !important;
}
footer ul li a {
    font-size: 1.3rem !important;
}
.stay-connected-section{
    height: 100%;
}
.nav-social-media .social-btns a {
    padding-right: 10px !important;
}
.footer-terms:before {
    content: "";
    display: block;
    width: calc(100% - 100px);
    border: solid 1px #00000036;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
/*new footer app section cst*/
.cst-app-sec {
    background: #1c1c1c;
    background: url('/Pages/Images/CST/Mobile App Banner.jpg');
    background-size: cover;
    background-position: bottom;
    position: relative;
    /*border-top: solid 2px #ffffff30;*/
    /*margin-top: 100px;*/
}
.do-not-sell-o .donotsell a {
    font-weight: 700;
}

.do-not-sell-o .donotsell {
    margin: auto;
    font-weight: 900;
}
.cst-app-sec .app-st-ico {
    max-width: 165px;
    padding-right: 10px;
    padding-top: 11px;
}
.cst-app-sec .phone-img {
    /*background: grey;*/
    width: 450px;
    /*height: 400px;*/
    position: absolute;
    bottom: 0;
    border-radius: 12px 12px 0 0;
    margin-right: 2%;
}
.cst-app-sec .text-sec {
    padding: 70px 0 !important;
}
.cst-app-sec h3 {
    color: white;
    font-size: 1.9rem;
    font-size: 22pt;
}
.cst-app-sec h3.d-h-2 {
    /* text-shadow: 0 0 1px white; */
    color: black;
    font-weight: 700;
    -webkit-text-stroke: 1px #fff;
    padding: 20px 0 0;
    font-size: 16pt;
}

/*new footer app section cst*/

/*new card section css*/
.cst-n-card-sec .text-h-secc {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}
.cst-n-card-sec .text-h-secc h1 {
    /*font-size: 3.429rem;*/
    font-size: 24pt;
    /*new cst design*/
    font-weight: 900;
}
.cst-n-card-sec .text-h-secc h4 {
    /*font-size: 2rem !important;*/
    font-size: 14pt !important; /*new cst design*/
    font-weight: 100;
    padding-bottom: 5px;
}
.cst-n-card-sec .card-secc .card-txt-sec .card-in-txt {
    text-align: center;
    background: white;
    max-width: calc(100% - 30px);
    margin-left: 15px;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 0 6px #00000026;
    /*position: absolute;*/
    top: -35px;
    height: 100%;
}
.cst-n-card-sec .card-secc .card-txt-sec .card-in-txt a.btn.btn-primary {
    /* border: solid 1px black; */
    margin-top: 15px;
    font-size: 1.2rem;
    background: var(--yellow) !important;
    color: var(--navy-blue) !important;
}
.cst-n-card-sec .card-secc .card-txt-sec .card-in-txt p {
    color: var(--black70);
}
.cst-n-card-sec .card-secc {
    padding: 0 20px 50px;
}

.cst-n-card-sec .card-secc .card-txt-sec {
    position: relative;
    min-height: 150px;
    /*height: 21vw;*/
    top: -35px;
}
.cst-n-card-sec .card-secc>div {
    padding: 0 20px;
    /*height: 100%;*/
}
    .cst-n-card-sec .card-secc > div {
        display: flex;
        flex-direction: column;
    }
.cst-n-card-sec .card-secc .card-img-sec img {
    aspect-ratio: 395/264;
    object-fit: cover;
}
.cst-n-card-sec .card-secc .card-txt-sec .card-in-txt h3 {
    /*font-size: 2rem;*/
    font-size: 24pt;/*new cst design*/
    font-weight: 900;
    margin-bottom: 5px;
}
.cst-n-card-sec .card-secc .card-txt-sec .card-in-txt h4 {
    /*font-size: 1.7rem !important;*/
    font-size: 18pt !important;
    /* text-shadow: 0 0 1px black; */
    -webkit-text-stroke: 1px #000;
    color: white;
    margin-bottom: 15px;
}
/*new card section css*/

/*new cryo section css*/
.cryo-sec-t {
    background: var(--navy-blue);
    padding: 100px 0;
}
.cryo-sec-t .text-secc h2 {
    /*font-size: 3.429rem;*/
    font-size:24pt;
    font-weight: 900;
}
.cryo-sec-t .text-secc h3 {
    /*font-size: 2.3rem;*/
    /*font-size: 3.429rem;*/
    font-size: 16pt;
    /*font-size: 18pt;*/
    font-weight: 900;
    color: white;
    -webkit-text-stroke: 1px #000;
}
.cryo-sec-t .text-secc .line-h-s {
    max-width: 22%;
    margin: 20px 0;
}
.cryo-sec-t .text-secc p {
    font-size: 12pt;
    margin-bottom: 20px;
    color: var(--black70);
    max-width: 500px;
}
.cryo-sec-t .exp-btn-c .btn.btn-exp {
    padding: 10px 50px;
    font-size: 12pt;
    font-weight: 700;
}
.cryo-sec-t .text-secc {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.new-amanities-sec {
    padding: 60px 0;
}
.am-carousal-secc .am-card {
    background: white;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 0 6px #00000029;
    margin: 10px 0px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.am-carousal-secc .am-card h4 {
    font-size: 1.9rem !important;
    font-weight: 400 !important;
    text-align: center;
    /*color: #374345;*/
    color: var(--yellow);
}
.new-amanities-sec h2 {
    text-align: center;
    padding-bottom: 40px;
    /*font-size: 3.429rem;*/
    font-size:24pt;
    font-weight: 900;
}
.am-carousal-secc .carousel-item.row {
    display: none;
    flex-direction: row;
}
.am-carousal-secc .carousel-item.active.row {
    display: flex;
    flex-direction: row;
}
.am-carousal-secc .carousel-control-next, .am-carousal-secc .carousel-control-prev {
    /* background: red; */
    position: unset;
    max-width: 100px !IMPORTANT;
    display: block;
    height: unset;
    filter: invert(1);
    display: flex;
}
.am-carousal-secc .carousel-item img {
    max-width: 100px;
    filter: invert(1);
    padding-bottom: 25px;
}
.am-carousal-secc .carousel.pointer-event {
    display: flex;
}
.gallary-sec .carousel-item img {
    height: 100%;
}
/*new cryo section css*/
/*new mailer css*/
.cryo-sec-t.mailer-sub {
    padding: 60px 0 80px;
}
.mailer-sub .get-on-list-form {
    padding: 40px;
    background: white;
    box-shadow: 0 0 6px #00000026;
    border-radius: 4px;
}
.mailer-sub .get-on-list-form input {
    width: 100%;
    height: calc(100% - 5px);
    margin: 5px 0;
}
.mailer-sub .get-on-list-form input, .mailer-sub .get-on-list-form select {
    width: 100%;
    height: calc(100% - 10px);
    margin: 10px 0;
    background: #F5F6F8;
    border: none !IMPORTANT;
    padding: 5px 10px;
}
.mailer-sub .get-on-list-form>.row>div {
    padding: 0;
}
.mailer-sub .get-on-list-form>.row>div:nth-of-type(2n+1) {
    padding-left: 10px;
}
.mailer-sub .get-on-list-form>.row>div:nth-of-type(1) {
    padding-left: 0px;
}
.mailer-sub .get-on-list-form .disclaimer {
    padding: 20px 0 30px !important;
    font-size: 11px;
    font-weight: 100;
}
.mailer-sub .get-on-list-form .disclaimer p {
    line-height: 1;
}
.mailer-sub .get-on-list-form .btn.btn-exp {
    padding: 10px 40px;
    font-size: 16pt;
    padding: 10px;
    height: unset;
    font-weight: 500;
    font-size: 12pt;
}
.mailer-sub .get-on-list-form .submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
        max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

body:has(.image-banner-container.other) .cst-app-sec {
    margin-top: 100px;
}

/*new mailer css*/

/*responsive fixes for new cst homepage*/
@media(max-width: 820px) {
    .text-inner-sec {
        position: unset;
        box-shadow: none;
    }

    #homepage-ph-gallary .carousel-item img {
        margin-left: 0;
    }

    #homepage-ph-gallary .carousel-item, .carousel-inner {
        margin-bottom: 0 !important;
    }

    .gallary-sec {
        padding: 0 !important;
    }

    .gallary-sec button#btn-btn-left, .gallary-sec button#btn-btn-right {
        display: none;
    }

    .gallary-sec .col-12.col-lg-5.px-md-2 {
        padding-bottom: 0px;
    }

    #homepage-ph-gallary .carousel-item img {
        min-height: unset;
    }

    .gallary-sec .container-in > .d-flex {
        flex-direction: column-reverse;
    }

    .cst-n-card-sec .card-secc > div {
        padding-left: 0;
        padding-right: 0;
    }

    .cst-n-card-sec .card-secc {
        padding: 0 0px 50px;
    }

    /*.cryo-sec-t {
        padding-top: 0;
    }*/

    .cryo-sec-t .text-secc {
        text-align: center;
    }

    .cryo-sec-t .text-secc .line-h-s {
        width: 22%;
        margin: 20px auto;
    }

    .am-carousal-secc .carousel-item img {
        height: auto;
    }

    .cryo-sec-t.mailer-sub .text-secc {
        padding-bottom: 55px;
    }

    .gallary-sec .text-secc p, .gallary-sec .text-secc h1 {
        text-align: center !important;
    }

    .gallary-sec h1:after {
        margin-left: auto;
        margin-right: auto;
    }

    .mailer-sub .get-on-list-form {
        padding: 10px 20px 20px;
    }

    .mailer-sub .get-on-list-form > .row > div:nth-of-type(2n) {
        padding: 0;
    }
    .cst-app-sec .text-sec {
        padding: 20px 0 !important;
    }
    .cst-app-sec .phone-img {
        width: 360px;
        width: 68%;
        /*height: 300px;*/
        margin-right: -10%;
    }
    .cst-app-sec h3.d-h-2 {
        padding: 10px 0 0;
    }
    footer .navigate .flex-wrap .col-12 {
        width: 50%;
    }
    footer .navigate {
        width: 100%;
    }
    .container.about-stay > .row {
        flex-direction: column-reverse;
    }
    .about-stay {
        padding-top: 45px;
    }
    .footer-terms:before{
        display: none;
    }
    .mailer-sub .get-on-list-form .disclaimer p {
        line-height: 1;
        text-align: left !important;
        padding-left: 10px;
    }
    .mailer-sub .get-on-list-form > .row > div{
        padding-left:0 !important;
    }
    body:has(.image-banner-container.other) .cst-app-sec {
        margin-top: 50px;
        margin-top: 35%;
    }
    .cst-n-card-sec .card-secc .card-txt-sec {
        position: relative;
        height: 100%;
    }
    .nav-social-media > .n-cst-sec-f .footer-logo {
        display: flex;
        align-content: center;
        justify-content: center;
    }
    .do-not-sell-o .donotsell a {
        font-size: 12pt !important;
    }
}
@media (min-width: 1365px){

    .cst-n-card-sec .card-secc .card-txt-sec {
        min-height: 205px;
    }
    iframe#banner_autoplay_vid {
        position: absolute;
        width: 125%;
        height: 130%;
        background: black;
    }
}
/*responsive fixes for new cst homepage*/

/*home page get on the list form temp styles*/
.cryo-sec-t.mailer-sub {
    text-align: center;
}
.cryo-sec-t.mailer-sub .text-secc .line-h-s {
    width: 22%;
}
.cryo-sec-t.mailer-sub .text-secc {
    width: 100%;
    align-items: center;
}
.cryo-sec-t.mailer-sub {
    padding: 60px 0 120px;
}

@media (max-width: 820px){
    .cryo-sec-t.mailer-sub .exp-btn-c .btn.btn-exp {
        width: calc(100vw - 150px) !important;
    }
    .cryo-sec-t.mailer-sub {
        padding: 60px 0 30px;
    }
}
/*home page get on the list form temp styles*/
#classInfoMore .modal-header,
#classTypeModalPopup .modal-header {
    font-size: 1.56rem;
    font-weight: bold;
}



#classInfoMore.modal.fade .modal-dialog,
#classTypeModalPopup.modal.fade .modal-dialog {
    font-size: 1.257rem;
}



    #classTypeModalPopup.modal.fade .modal-dialog label {
        font-weight: 400;
    }



#classTypeModalPopup .btn-primary, #classTypeModalPopup .btn.btn-success {
    color: white;
}



#classConfirmModalPopup.modal.fade .modal-dialog {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(50vh - 7%);
    min-width: 300px;
    text-align: center;
    font-size: 1.257rem;
}



#classConfirmModalPopup .message-t-b {
    font-size: 1.257rem;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.privacy-li {
    display: block!important;
}

footer ul li .updated {
    color: var(--hover-colour) !important;
    text-decoration: none !important;
    font-weight: normal;
    font-size: 12px;
}

li.d-flex.privacy-li img {
    height: 20px;
    padding-left: 5px;
}



##classConfirmModalPopup .modal-footer {
    padding: 0;
    text-align: center;
    justify-content: space-around;
}

#classConfirmModalPopup.modal.fade .modal-dialog p {
    margin: 10px 0 10px 0;
}

#classConfirmModalPopup .modal-footer .btn {
    min-width: calc(50% - 20px);
    border: solid 1px #adadad;
    border-radius: 4px;
}



#classConfirmModalPopup .modal-header {
    font-size: 1.688rem;
    padding: 10px;
}



.heder-cs {
    justify-content: end;
    display: flex;
    background: none;
}



#classTypeModalPopup .modal-dialog {
    width: unset;
    margin-left: auto;
    margin-right: auto;
    max-width: 310px;
}


.top-steps-container {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    height: 174px;
    margin-top: 100px;
}

    .top-steps-container h1,
    .top-steps-container p,
    .top-steps-container h2 {
        padding: 0;
        margin: 0;
    }

.top-step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    padding: 25px 0;
    background: white;
    border: solid 1px #D5D5D5;
    height: 100%;
    box-sizing: border-box;
}

    .top-step h1,
    .top-step h2 {
        font-size: 32px;
        font-weight: 400;
    }

/* .top-step h1,.top-step p{
    padding-bottom: 10px;
} */

/* .top-step h2{
    padding-bottom: 15px;
} */

/* checkbox */

.container-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container-check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: white;
    border: solid 1px black;
    border-radius: 4px;
}
/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
    background-color: #00000033;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
    background-color: black;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkform {
    text-align: left;
}

/* checkbox */

.top-step a {
    text-decoration: none;
    color: #DD6B46;
}

.top-step.active {
    border-bottom: solid 4px #F9752B;
}

.step-details-container p {
    font-family: "brandon grotesque", "Open Sans", Arial, sans-serif;
}

.step-details-container .header-sec {
    text-align: center;
    margin-top: 100px;
}

    .step-details-container .header-sec h3,
    .step-details-container .header-sec h1 {
        margin: 0;
    }

    .step-details-container .header-sec h3 {
        font-size: 32px;
        font-weight: normal;
        padding-bottom: 12px;
    }

    .step-details-container .header-sec h1 {
        font-size: 56px;
    }

.container {
    max-width: 1435px;
    margin: auto;
    padding: 0 18px;
}



.plans-cards-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    justify-content: center;
    justify-content: space-evenly;
}

    .plans-cards-container h1,
    .plans-cards-container p,
    .plans-cards-container h2,
    .plans-cards-container h3,
    .plans-cards-container h4,
    .plans-cards-container h5 {
        padding: 0;
        margin: 0;
    }

.plan-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    text-align: center;
    width: calc(33.33% - 12px);
    margin: 0 6px;
    background: white;
    margin-bottom: 0px;
    border-radius: 4px;
    height: fit-content;
}



.plan-header {
    background: #0C0C0C;
    color: white;
    width: 100%;
    padding: 12px 0;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 21px;
    border-radius: 4px;
}

.basic {
    border-bottom: solid 5px #7C7D75;
}

.standard {
    border-bottom: solid 5px #607aac;
}

.premium {
    border-bottom: solid 5px #ff6f1d;
}

.plan-card h2 {
    font-size: 39px;
}

.plan-card h5 {
    font-weight: 400;
    padding-bottom: 15px;
}

.plan-card h4 {
    font-weight: 400;
    padding-bottom: 15px;
}

.plan-card h2 span {
    font-size: 16px;
    font-weight: 400;
}

.plan-card .pricing {
    padding: 10px 0;
    padding-bottom: 10px;
    /*min-height: 260px;*/
}

/*.plan-card .plan-details p.special {
    min-height: 100px;
}*/

.includes-mob table td:first-of-type {
    text-align: left;
}

.includes-mob table td {
    text-align: center;
}

.plan-details {
    margin: 5px 0;
    /*margin-top: 10px;*/
    width: calc(100% - 60px);
}

.family-addon-sec {
    width: calc(100% - 60px);
    margin-bottom: 5px;
}

.btn-select {
    padding: 15px 30px;
    min-width: 220px;
    border: none !important;
    background: #0C0C0C !important;
    color: white !important;
    border-radius: 4px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    transition-duration: 0.1s;
}

    .btn-select:hover {
        background: #3d3d3d !important;
    }

.btn-review {
    padding: 15px 30px;
    min-width: 220px;
    border: 1px solid #000;
    background: #0C0C0C !important;
    color: white !important;
    border-radius: 4px;
    font-size: 16px;
    text-transform: uppercase;
}

.underline-header {
    /* border-bottom: solid 2px #82837E; */
    width: 100%;
    margin-bottom: 10px;
}

    .underline-header h3 {
        font-size: 22px;
        padding: 10px 0;
    }

.plan-details p {
    margin-bottom: 4px;
}

.plan-card.full-width {
    width: 100%;
}

    .plan-card.full-width .plan-header {
        border: none;
    }

    .plan-card.full-width .split-sec {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-around;
        align-items: center;
    }

    .plan-card.full-width .in-plan {
        width: calc(50% - 2px);
        border-right: solid 1px #DEDEDC;
    }

        .plan-card.full-width .in-plan:last-of-type {
            border: none;
        }

.in-plan .pricing .plan-details {
    margin: 10px 0;
    width: 100%;
}

.plan-card.full-width .in-plan.full-width {
    width: 100%;
}

    .plan-card.full-width .in-plan.full-width .plan-details {
        margin: 10px 0;
    }

.terms-condition p {
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
    margin: 12px 0;
}

/* -------------plan confirm----------------------- */
.plan-confirm {
    border-top: 1px solid #696969;
    padding: 20px 0px;
    width: calc(100% - 60px);
    /* display: none; */
    max-height: 0;
    overflow: hidden;
    padding: 0;
    border: none;
    transition-duration: 0.3s;
}

.plan-card.selected .plan-confirm {
    /* display: block; */
    padding: 20px 0px;
    max-height: 500px;
}

.plan-card.selected .plan-pricing-mob .arrow img {
    transform: rotate(90deg);
}

.plan-confirm table {
    margin-top: 20px;
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
}

    .plan-confirm table td,
    th {
        border: none;
        text-align: left;
        padding: 8px;
    }

    .plan-confirm table tr:nth-child(odd) {
        background-color: #f1f1f1;
    }

    .plan-confirm table tr:nth-child(even) {
        background-color: #fff;
    }

.plan-form {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.form-label {
    text-align: left;
    font-size: 14px;
}

    .form-label label {
        text-transform: uppercase;
        padding-right: 10px;
    }

    .form-label p {
        font-size: 10px;
        color: #7C7D75;
    }

.custom-select {
    min-width: 190px;
    position: relative;
    text-align: center;
}

select {
    appearance: none;
    /* safari */
    -webkit-appearance: none;
    /* other styles for aesthetics */
    width: 100%;
    font-size: 14px;
    padding: 0.675em 2em 0.675em 1em;
    background-color: #fff;
    border: 1px solid #000000;
    border-radius: 0.25rem;
    color: #000;
    cursor: pointer;
    text-align: center;
}

.custom-select::after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: right;
    width: 7px;
    height: 7px;
    top: 50%;
    content: "";
    position: absolute;
    right: 1rem;
    pointer-events: none;
}

.btn-confirm {
    padding: 15px 30px;
    min-width: 180px;
    border: none;
    background: #607aac;
    color: white;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 30px;
    text-transform: uppercase;
    cursor: pointer;
    transition-duration: 0.1s;
}

    .btn-confirm:hover {
        background: #395ea5;
    }

/* ----------------------end-------------------------------- */

@media (min-width: 769px) {
    .family-addon-mobile {
        display: none;
    }
}

.family-addon-mobile {
    background-color: #fff;
    border-radius: 4px;
    width: 90%;
}

.family-addon-mobile h3 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}

.family-addon-underline-mobile {
    border-bottom: 2px #7C7D75;
    margin-bottom: 7px;
    border-bottom: solid 2px #7C7D75;
}
/* ----------------------information-------------------------------- */
.information {
    margin-bottom: 30px;
}

.member-information {
    width: 40%;
    margin: auto;
    padding: 50px 60px;
    background-color: #fff;
    box-shadow: 2px 2px 4px 2px #e3e3e3;
    border-radius: 4px;
}

    .member-information p {
        font-size: 15px;
        color: #ff6f1d;
        font-weight: 600;
    }

.form-group {
    margin-bottom: 16px;
}

    .form-group label {
        width: 100%;
        font-size: 15px;
        color: #000;
        font-weight: 600;
        text-transform: uppercase;
    }

    .form-group input[type=text] {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #000000;
        border-radius: 4px;
        box-sizing: border-box;
    }

.group {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

    .group .custom-select {
        width: 47%;
        min-width: max-content;
        text-align: left;
    }

    .group .form-group {
        width: 47%;
    }

    .group .custom-select select {
        padding: 12px 20px;
        margin: 8px 0;
        text-align: left;
    }

    .group .custom-select::after {
        top: 62%;
    }

    .group .custom-select label {
        font-size: 15px;
        color: #000;
        font-weight: 600;
        text-transform: uppercase;
        text-align: left;
    }

.member-check .check-info {
    margin-bottom: 12px;
    font-size: 15px;
}

.btn-section {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.btn-back {
    padding: 15px 30px;
    min-width: 220px;
    border: none;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 4px;
    font-size: 16px;
    text-transform: uppercase;
}

.includes-mob {
    background-color: #fff;
    border-top: 3px solid #000;
    margin-top: 30px;
    border-radius: 4px;
}

    .includes-mob h3 {
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
    }

.header-sec {
    text-align: center;
}

/* locations page css */


.container-location {
    padding: 0 50px;
    margin-bottom: 170px;
}

.card-outer-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    padding: 65px 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 24px;
}

.card-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
}

.card.location-card {
    box-shadow: 0 0 25px #00000014;
    border-radius: 24px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #fff;
    /* height: 400px; */
    /* width: calc(25% - 30px); */
    width: 350px;
}
    .card.location-card .location-details {
        margin-bottom: 5px;
    }

    .card.location-card h3 {
        font-weight: 400;
        margin: 0px 0 5px 0;
        font-size: 16px;
    }

        .card.location-card h3.soon {
            font-weight: 600;
            color: #FD6D1D;
        }

    .card.location-card .location-image img {
        aspect-ratio: 726.19/600.75;
        object-fit: cover;
        max-height: 175px;
        clip-path: url(#myClip);
    }

    .card.location-card .btn-section-multiple {
        display: flex;
        gap: 10px;
        min-width: 250px;
        align-items: center;
        justify-content: center;
    }

        .card.location-card .btn-section-multiple button.btn-select {
            max-width: unset;
            width: calc(100% - 10px);
            /* margin: 0 10px; */
            font-size: 12px;
            white-space: nowrap;
            padding: 10px;
            min-width: unset;
            max-width: 200px;
        }

            .card.location-card .btn-section-multiple button.btn-select.outline-btn {
                border: solid 1px black;
                background: none;
                color: black;
            }
/* locations page css */


.step-details-container .header-sec {
    text-align: center;
    margin-top: 10px !important;
}

    .step-details-container .header-sec h3, .step-details-container .header-sec h1 {
        margin: 0;
    }

    .step-details-container .header-sec h3 {
        font-size: 32px;
        font-weight: normal;
        padding-bottom: 12px;
        display: none;
    }

    .step-details-container .header-sec h1 {
        font-size: 42px;
    }

.details-container {
    background: white;
    border-radius: 4px;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    font-size: 22px;
    justify-content: space-between;
    margin: 50px 0;
}

    .details-container .detail {
        width: calc(50% - 40px);
        margin-bottom: 45px;
    }

        .details-container .detail p {
            margin: 0;
            margin-bottom: 5px;
        }

            .details-container .detail p.amount {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

        .details-container .detail .desc-h.text-cont p {
            margin-bottom: 20px;
        }

        .details-container .detail .title-h {
            display: flex;
            width: 100%;
            margin-bottom: 15px;
            justify-content: space-between;
            font-weight: 600;
            border-bottom: solid 1px #AEAEAC;
        }

            .details-container .detail .title-h a {
                text-decoration: none;
                color: black;
            }

.divider-c {
    border-top: solid 1px black;
    margin-bottom: 45px;
}

    .divider-c.fullwidth {
        width: 100%;
    }

    .divider-c.orange {
        border-color: #fd6b1d57;
    }

.detail.full-width {
    width: 100%;
}

.terms-check {
    font-size: 16px;
}

.button-container-center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* margin-top: 35px; */
}

    .button-container-center.btn {
        min-width: 220px;
    }

.plan-pricing-mob .arrow {
    align-self: center;
}

.cst-logo-table {
    width: 12px;
}

.plan-card.selected a.btn.btn-primary.btn-select {
    display: none;
}

.plan-card.mob-standard .plan-details p.special {
    color: #607aac;
    font-weight: 700;
}

.plan-card.mob-premium .plan-details p.special {
    color: #ff6f1d;
    font-weight: 700;
}

.custom-select select {
    height: unset;
}

a.Collapse-arr {
    position: relative;
    /* width: 100%; */
    cursor: pointer;
}

    a.Collapse-arr img {
        width: 30px;
        transform: rotate(270deg);
        position: absolute;
        top: 10px;
        right: -3vw;
    }

@media (max-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    .plan-confirm .plan-form {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 960px;
    }

    .top-step {
        width: 25%;
        justify-content: normal;
    }

        .top-step h1,
        .top-step h2 {
            font-size: 20px;
        }
}

@media (min-width: 769px) {
    .plan-pricing-mob h3 {
        display: none;
    }

    .in-plan-mob.full-width {
        display: none;
    }

    .mob-basic {
        border-top: none
    }

    .plan-pricing-mob .arrow {
        display: none;
    }

    .plan-card {
        transition-duration: 0.3s;
    }

        .plan-card:not(.full-width) {
            /*min-height: 1000px;*/
            flex-grow: 1;
            height: auto;
            justify-content: start;
        }

            /*.plan-card:not(.full-width):hover {
                transform: scale(1.013);
            }*/
}

@media (max-width: 768px) {
    .container {
        max-width: 720px;
    }

    .plan-card h4:last-child {
        position: absolute;
    }

    .plan-card .pricing {
        min-width: 150px;
    }

    .plan-confirm .plan-form {
        flex-direction: row;
        gap: unset;
        text-align: unset;
    }

    .top-step {
        min-height: 160px;
    }

    .top-steps-container {
        height: 130px;
    }

    .plans-cards-container {
        display: block;
    }

    .plan-card {
        width: auto;
        margin: 30px 0px 0px 0px;
        padding: 14px;
    }


    .plan-details {
        display: none;
    }

    .family-addon-sec {
        display: none;
    }

   /* .plan-header {
        display: none;
    }*/

    .step-details-container a.btn.btn-primary.btn-select {
        display: none;
    }

    .plan-pricing-mob {
        display: flex;
        align-items: center;
        padding: 30px 0px 32px 30px;
        width: 100%;
        /* justify-content: space-between; */
        position: relative;
    }

    .plan-card h2 {
        font-size: 26px;
    }

    .plan-pricing-mob h3 {
        display: block;
        font-size: 32px;
        width: 100%;
        text-align: left;
    }

    .step-details-container .header-sec h1 {
        font-size: 34px;
    }

    .plan-card .pricing {
        text-align: left;
        padding: 0px;
    }


    .btn-confirm {
        width: 100%;
    }

    .mob-basic {
        border-top: 3px solid #7C7D75
    }

    .plan-pricing-mob .arrow img {
        width: 36px;
        transition-duration: 0.3s;
    }


    .terms-condition p {
        font-size: 13px;
    }

    .in-plan-mob {
        padding: 30px 0px;
    }

        .in-plan-mob h3 {
            font-size: 20px;
            text-transform: uppercase;
            text-align: center;
        }

    .plan-details-mob h4 {
        font-size: 13px;
        text-align: center;
    }

    .plan-details-mob p {
        font-size: 13px;
        text-align: center;
        font-style: normal;
        margin: 0px;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 100%;
    }

    .plan-pricing-mob h3 {
        font-size: 28px;
    }


    .top-step {
        min-height: 120px;
        justify-content: normal;
    }

        .top-step h2 {
            font-size: 18px;
        }

        .top-step h1 {
            font-size: 13px;
        }

        .top-step a {
            font-size: 10px;
        }

    .top-steps-container p {
        font-size: 10px;
        text-align: center;
    }

    .top-steps-container {
        height: 110px;
    }

    .step-details-container .header-sec {
        margin-top: 40px;
    }

        .step-details-container .header-sec h3 {
            font-size: 20px;
        }

        .step-details-container .header-sec h1 {
            font-size: 26px;
        }

    .plan-card h2 span {
        font-size: 13px;
    }

    .plan-card h5 {
        font-size: 13px;
        padding-bottom: 4px;
    }

    .plan-card h4 {
        font-size: 12px;
        padding-bottom: 10px;
    }

        .plan-card h4:last-child {
            font-size: 12px !important;
            font-weight: 400 !important;
            padding-bottom: 0px;
            width: 100%;
            /* white-space: nowrap !important; */
        }

    .plan-card .pricing {
        min-height: 90px;
    }

    .mob-premium {
        border-top: 3px solid #ff6f1d
    }

    .mob-standard {
        border-top: 3px solid #607aac
    }

    .card.location-card .btn-section-multiple {
        display: block;
        padding-bottom: 10px;
    }

    .card.location-card {
        width: 280px;
    }
}

@media (max-width: 992px) {
    .group .custom-select {
        width: 100%;
    }

        .group .custom-select:first-child {
            margin-right: 10px;
        }

    .group .form-group {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .includes-mob {
        display: none;
    }
}

@media (max-width: 768px) {
    .step-details-container .header-sec h1 {
        font-size: 36px;
    }

    .plan-confirm {
        width: 100%;
        padding: 0px;
    }

    .plan-card.selected .plan-confirm {
        width: 100%;
        padding: 20px 0px 10px 0px;
    }

    .includes-mob {
        padding: 20px 10px;
    }

    .plan-card.full-width {
        display: none;
    }

    .includes-mob table {
        border-collapse: collapse;
        width: 100%;
        font-size: 14px;
        font-family: "brandon grotesque","Open Sans",Arial,sans-serif;
    }

        .includes-mob table td,
        th {
            font-size: 12px;
            padding: 6px;
        }

        .includes-mob table tr:nth-child(even) {
            background-color: #f1f1f1;
        }

        .includes-mob table tr:nth-child(odd) {
            background-color: #fff;
        }

    .member-information {
        width: 100%;
        padding: 50px 20px;
    }

    .btn-section {
        display: block;
    }

        .btn-section .btn {
            width: 100%;
            margin-bottom: 10px;
        }

    .header-sec h1 {
        font-size: 26px;
    }

    .header-sec {
        text-align: center;
    }
}


.card.member-information.other {
    display: flex;
    flex-direction: row;
    width: calc(100vw - 300px);
    gap: 30px;
    justify-content: space-between;
}

.search-container {
    width: 100%;
    padding: 24px 0;
}

    .search-container .form-label label {
        font-weight: 700;
        text-transform: none;
        font-size: 16px;
    }

    .search-container .custom-select select, .custom-input {
        appearance: none;
        -webkit-appearance: none;
        font-size: 14px;
        padding: 0.675em 2em 0.675em 1em;
        background-color: #fff;
        border: 1px solid #000000;
        border-radius: 0.25rem;
        color: #000;
        cursor: pointer;
        text-align: center;
        box-sizing: border-box;
        text-align: left;
        border: solid 1px #0000003d;
        border-radius: 0;
        margin-left: 15px;
        width: 180px;
    }

.seperator-c {
    border-left: solid 1px black;
    border-bottom: solid 1px black;
}

.card.member-information.other .search-container .btn-select {
    font-size: 14px;
    width: unset;
    min-width: 130px;
    padding: 10px 10px;
    float: right;
}

.step-details-container .header-sec.other {
    margin-top: 0;
}

.container-location .step-details-container .header-sec {
    margin-top: 200px;
}

    .container-location .step-details-container .header-sec.other {
        margin: 100px 0 50px 0;
    }

.plan-card.selected a.btn.btn-primary.btn-select span {
    display: none;
}

    .plan-card.selected a.btn.btn-primary.btn-select span.collapse {
        display: inline-block;
    }

.plan-card a.btn.btn-primary.btn-select span.collapse img {
    max-width: 25px;
    transform: rotate(270deg);
    filter: invert(1);
}

.plan-card.selected a.btn.btn-primary.btn-select {
    min-width: 80px;
}

@media(max-width: 1366px) {
    .card.location-card {
        width: 320px;
    }

    .card-container {
        display: grid;
        grid-template-columns: auto auto auto;
    }
}

@media(max-width: 1200px) {
    .card-container {
        display: grid;
        grid-template-columns: auto auto auto;
    }
}

@media(max-width: 1024px) {
    .card-container {
        display: grid;
        grid-template-columns: auto auto;
    }
}

@media(max-width: 768px) {
    .card-container {
        display: grid;
        grid-template-columns: auto auto;
    }

    .card.member-information.other {
        flex-direction: column;
        width: calc(100% - 40px);
    }

    .search-container .plan-form {
        flex-direction: column;
        gap: 10px;
    }

    .card.member-information.other .search-container .btn-select {
        float: unset;
    }

    .search-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 0;
    }

    .cst-app-sec .phone-img {
        /* width: 360px; */
        width: 75vw;
        /* height: 300px; */
        margin-right: -17.5vw;
    }

    .n-cst-sec-f {
        width: 100%;
        min-height: 170px;
    }

    .footer li a:link {
        font-size: 1.7rem !important;
    }
    .family-addon-mobile {
        padding-left: 10px;
    }

    .family-addon-underline-mobile {
        border: none;
    }

    .family-addon-mobile, .family-addon-mobile h3 {
        text-align: left;
    }
    .plan-pricing-mob {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .family-addon-mobile h3 {
        text-decoration: underline;
    }
    .plan-pricing-mob .arrow {
        margin-left: 30px;
    }
}

@media(max-width: 576px) {
    .card-container {
        display: grid;
        grid-template-columns: auto;
    }
}
.onlineHeader> .lafContent {
    display: none !important;
}

.hid-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}