﻿@font-face {
    font-family: 'Articulate';
    src: url(/Font/Articulate-Regular.ttf);
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Articulate',sans-serif;
    line-height: 1.5;
    overflow-y: scroll; 
}

body {
    width: 100vw;
    overflow-x: hidden;
}

@media (min-width: 768px) {
    nav {
        max-width: 99.5vw;
    }
}


.footer a:visited {
    color: #4f4f4f;
    text-decoration: underline;
    text-decoration-line: underline;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
}

a:link, a:focus, a:hover, a:focus-within, a:visited, a:active, a:focus-visible, a:target {
    background: unset;
    background-image:;
    background-position-x:;
    background-position-y:;
    background-size:;
    background-repeat-x:;
    background-repeat-y:;
    background-attachment:;
    background-origin:;
    background-clip:;
    background-color:;
    backroud-color: unset;
}

a:link, a:focus, a:hover, a:focus-within, a:visited, a:active, a:focus-visible, a:target {
    background: unset;
    background-image:;
    background-position-x:;
    background-position-y:;
    background-size:;
    background-repeat-x:;
    background-repeat-y:;
    background-attachment:;
    background-origin:;
    background-clip:;
    background-color:;
    backroud-color: unset;
}

.header .responsivelogintxt a:link, a:visited {
    text-decoration: underline;
    text-decoration-line: underline;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
    color: #001e80;
    padding: 6px 6px;
}

.header .logintxt a:link, a:visited {
    text-decoration: underline;
    text-decoration-line: underline;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
    color: #001e80;
    padding: 6px 6px;
}

a:visited {
    color: #000;
    text-decoration: underline;
    text-decoration-line: underline;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
}

.footer a {
    font-size: 12px;
    color: #303030;
    font-weight: normal;
}


    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;
}

a.btn.btn-secondary {
    background: var(--navy-blue);
}



/*:root {
    --navy-blue: #142666;
    --yellow: #ffc011;
    --grey: #8f8f90;
    --black: #121212;
    --footer-bg: #373b3e;
    --hover-colour: #f5cf67;
}*/
:root {
    --navy-blue: #00456b;
    --yellow: #f8981d;
    --grey: #8f8f90;
    --black: #121212;
    --footer-bg: #373b3e;
    --hover-colour: #f9993d;  
}

p, h1, h2, h3, h4, h5 {
    padding: 0;
    margin: 0;
}

.color-black {
    color: black;
}

.searchbox {
    position: unset !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: 767px) {
    .d-none {
        display: none !important;
    }

    .col.mobile-acc-search {
        display: flex;
    }

        .col.mobile-acc-search img,
        .col.mobile-loc-menu img {
            width: 22px;
        }

    .free-pass a {
        color: white !important;
    }

    .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 {
    /*position: fixed !important;*/
	position: relative;
    width: 100%;
    z-index: 999;
    background: white;
    transition: all 0.3s ease-out;
}

.hero-carousel-sec{
    margin-top: 135px;
}

.nav-top {
    background: var(--navy-blue);
    width: 100%;
    min-height: 30px;
    color: var(--yellow);
    font-size: 14px;
    font-weight: 600;
}

.nav-middle {
    width: 100%;
}

.nav-social-media {
    margin-left: 5%;
}

.nav-search-cart {
    padding: 0px 10px;
}

    .nav-search-cart > * {
        margin: 0 15px;
    }

.nav-social-media > * {
    margin: 15px 15px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--yellow);
    border-radius: 50%;
    font-size: 14px;
}

    .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;
    }

        .nav-social-media > * a:hover {
            background: transparent;
        }

.search-location {
    border: solid 1px #dedede;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .search-location .map {
        padding: 5px 8px;
        color: white;
        background: var(--navy-blue);
    }

        .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-left: 35px;
    max-height: 40px;
}

.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(--black);
        }

.nav-search-cart a {
    width: 15px;
    height: 15px;
}

.free-pass,
.join-now {
    padding: 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    background: var(--navy-blue);
    color: white;
}

.free-pass {
    margin-left: 15px;
}

.join-now {
    background: var(--yellow);
    color: var(--navy-blue);
}

input[type="button"].yellow, input[type="submit"].yellow, a.inputbutton.yellow {
    border: none;
    background: var(--yellow);
    color: var(--navy-blue);
    font-weight: bold;
    padding: 5px 8px;
}

.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 rgba(0, 0, 0, 0.13);
    }

    .offer-card .offer-card-top {
        border-bottom: solid 1px white;
    }

    .offer-card .offer-card-terms {
        color: white !important;
        font-size: 13px !important;
        padding: 10px !important;
    }

    .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(--yellow) !important;
    border: none;
    font-weight: bold;
    color: var(--navy-blue) !important;
}

a.btn-primary {
    background: var(--yellow);
    border: none;
    font-weight: bold;
    color: var(--navy-blue);
}

.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, a.btn-secondary {
    background: var(--navy-blue);
    border: none;
    font-weight: bold;
    color: white;
}

.home-page-video img {
    height: 700px;
    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;
}

.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(--footer-bg);
    color: white;
    font-size: 14px;
}

    footer p {
        max-width: 80%;
        color: var(--grey);
    }

    footer h5 {
        font-weight: bold;
        font-size: 14px;
    }

.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(--hover-colour);
    }

.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;
}

footer .free-pass {
    background: white;
    color: var(--navy-blue);
    margin: 0;
    margin-right: 20px;
}

.footer-terms {
    background: #272727;
}

    .footer-terms p {
        max-width: 100%;
        font-size: 10px;
    }

.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: white;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
}

.joinad .pass-join > * {
    margin-bottom: 20px;
    font-size: 20px;
    border-radius: 4px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.384);
}

.joinad .pass-join .free-pass {
    margin-left: 0;
}


.career-op {
    background: var(--hover-colour);
    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: white;
    min-height: 60px;
    box-shadow: 2px 1px 6px 2px rgb(0 0 0 / 9%);
}

    .mobile-navigation .mobile-logo {
        height: 100%;
    }

.mobile-acc-search a {
    color: var(--navy-blue);
    padding-right: 15px;
}

.mobile-loc-menu a {
    color: var(--navy-blue);
    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: 100%;
    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: 12px;
        }

        footer .free-pass,
        footer .join-now {
            font-size: 16px;
            padding: 7px;
        }

        footer .free-pass {
            margin-bottom: 12px;
        }

    .footer-terms p {
        font-size: 9px;
        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(--hover-colour) !important;
    text-decoration: none !important;
}

footer h5 {
    color: white;
}

.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:768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }

    .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: 1320px
    }
}

.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
}

    .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: inline-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")
}

.carousel-indicators {
    position: absolute;
    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%;
    list-style: none
}

    .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: 768px) {
    .content .banner-text-main p {
        font-size: 30px;
        color: var(--yellow);
        line-height: 30px;
    }

    .container {
        padding-left: 0;
        padding-right: 0;
        padding: 0;
    }

    .carousel-item img {
        height: 100%;
    }
}
/*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;
}

footer .free-pass a, footer .join-now a {
    font-size: 19px;
    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: #ffde85;
    border-radius: 12px;
    border: none;
    outline: none;
    padding: 10px 25px;
    margin-bottom: 12px;
    width: 100%;
}

    .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: 768px) {
    .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 black;
    padding: 20px;
}

    .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: 25px;
    }

.waiver-agree input[type='text'] {
    background: #ffde85;
    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: 768px) {



    .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;
    }

        .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:768px) {
    .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:768px) {
    .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: 768px) {
    .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: 93vh;
    overflow: scroll;
}

.mobile-menu-social {
    background: white;
    height: 10vh;
}

@media (max-width: 768px) {
    .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: 768px) {
    .mobile-navigation .mobile-menu-items {
        max-height: 100vh;
        overflow: scroll;
    }

    .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;
    }

    .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;
}

    nav.fixed-top {
        position: fixed;
        top: 0;
        width: 100%;
        box-shadow: 0 0 10px #0000002e;
    }

.fixed-top {
    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: 30px;
    left: 20%;
    margin-left: -5px;
    width: 100%;
    min-width: 120px;
    display: none;
    min-width: 185px;
}

    .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:last-of-type {
                border: none;
            }

            .nav-drop-down ul li:hover {
                background: var(--navy-blue);
                color: white;
            }

                .nav-drop-down ul li:hover a {
                    color: white;
                }

.nav-menu-list ul li:hover .nav-drop-down {
    display: block;
    /* background: red; */
    margin-top: 19px;
}

.nav-drop-down:hover {
    display: block;
}



footer ul a:link {
    color: var(--hover-colour) !important
}


footer h6 {
    color: white;
    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(--navy-blue);
}

.mobile-navigation .menu-dropdown:last-of-type {
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    footer .navigate .col-lg {
        width: 20%;
    }
}

.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;
}

.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: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgb(28 28 28 / 90%);
    position: relative;
    left: 5px;
    bottom: -10px;
}

/*.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: 768px) {
    .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;
}

.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: 768px) {
    .content {
        padding: 0;
    }

    .club-pos-carousel img {
        height: 100%;
        border-radius: 45px;
    }
}

footer .free-pass {
    margin-bottom: 12px;
}

.modal-header {
    font-weight: bold;
}

.offer-card ul {
    padding: 0 20px 20px !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: #ffc01161;
    padding: 5px 15px;
    border-radius: 50px;
    color: black;
    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: 768px) {
    .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: 768px) {
    .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: 10px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
    }

    .FullDesc .row {
        flex-direction: row-reverse;
    }

    .nav-top a:link {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    iframe {
        /*border: 0;
        max-width: 300px;
        -webkit-transform: scale(0.8);
        position: relative;
        left: -30px;*/
    }

    div#onetrust-consent-sdk + div,
    {
        transform: scale(0.75);
    }
}

@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: #FFD457 !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:768px) {
    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 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: 768px) {

    .banner-text-main p {
        padding-bottom: 20px;
    }

    .topleft, .topright, .bottomleft, .bottomright {
        /*background: white;*/
        padding: 20px;
        border-radius: 7px;
        /*box-shadow: 0 0 10px #0000003d;*/
        color: black !important;
    }

    .text-content h3:nth-of-type(1) {
        font-size: 65px;
        white-space: nowrap;
    }

    .topright, .bottomright {
        display: flex;
        flex-direction: column;
        align-items: end;
    }

    .text-content h3:nth-of-type(2) {
        font-size: 30px;
        /*color: #444444;*/
    }

    .joinad-text .container {
        position: relative;
        top: 10%;
    }

    .joinad img {
        max-height: unset;
        height: 100%;
    }
}

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: -3%;
}

.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;
}




@media (max-width: 768px) {
    .slider-image {
        padding-top: 45px;
    }

    .mobile-navigation .mobile-logo {
        align-items: center;
        justify-content: center;
        display: flex;
    }

        .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;*/
        margin: -5% 0;
        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;
    }

    .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: 768px) {
    .click-area-video {
        flex-direction: column;
    }
}

.video-box > img {
    height: 100% !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(--navy-blue);
}

btn.btn-secondary:link {
    background: var(--navy-blue) !important;
    border: none;
    font-weight: bold;
    color: white;
}

.confirmation-new-block {
    /*background-color: #112063;*/
    background: var(--navy-blue);
    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;
    }

.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: 768px) {

    nav {
        /*position: fixed;*/
		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;
    }

    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;
        }


    /**/

    .map-container .search-location {
        width: 70%;
    }

    .map-svg-div + div.pb-5 {
        padding-bottom: 0px !important;
    }

    .checkbox-terms {
        left: 3%;
        position: relative;
    }

    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(--navy-blue);
    color: white;
    /*border-color: white;*/
    border-width: 3px;
    box-shadow: 0 0 9px #0000007d;
}

    .offer-card h5 {
        color: var(--yellow);
        /*border-color: white;*/
    }

    .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:768px) {
    .col-12.col-lg-6.offer-card {
        width: 49.6%;
        margin-left: 0.2%;
        margin-right: 0.2%;
        margin-bottom: 0.6%;
    }
}

@media (max-width:768px) {
    .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;
    padding-right: 0;
}

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;
        outline: none;
    }
}

}



@media (max-width:850px) and (min-width:767px) {

    nav {
        position: sticky;
        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;
        }

#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:768px) {
    .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%;
    }
}

.header-text-underline h1 {
    width: 100%;
    font-size: 20px;
    letter-spacing: -1px;
    border-bottom: 2px solid var(--yellow);
    text-align: left;
    color: #535353;
    font-weight: normal;
    margin-bottom: 10px;
    /*margin-top: 10px;*/
    padding: 13px 0 10px;
}

.search-input-bar input[type="text"] {
    width: 70%;
    min-width: 500px;
    max-width: 700px;
    padding: 5px 15px;
}

.search-input-bar input[type="submit"] {
    margin-top: 5px;
}

.search-input-bar, .search-listing {
    padding: 0 20px;
}

.btn-old-primary {
    color: #000000;
    font-size: 14px;
    padding: 4px 15px;
    border-radius: 5px;
    border: none !important;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    background: var(--yellow);
    z-index: 0;
}

.search-listing .card {
    padding: 13px 10px;
    min-height: 100px;
    /*width: 80%;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    border: none;
}

    .search-listing .card > * {
        height: 100%;
        min-height: 80px;
    }

    .search-listing .card h3, .search-listing .card p {
        margin-left: 5px;
    }

    .search-listing .card a {
        vertical-align: central;
    }

    .search-listing .card h3 {
        font-size: 15px;
        margin-bottom: 7px;
        margin-top: 4px;
    }

    .search-listing .card a {
        color: #2B3F84;
    }

span.info-icon {
    display: inline-flex;
    justify-content: center;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    /*border: solid 1px;*/
    align-items: center;
    background: #001e80;
    color: white;
    font-size: 11px;
    font-weight: bold;
    padding: 0;
    margin-right: 2px;
}

.popup-card-membership-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    display: flex;
    background: #00000026;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    z-index: 999999999999999;
}

.search-listing .card a {
    cursor: pointer;
}

.popup-card-membership-search .card {
    min-width: 50vw;
    padding: 13px 16px;
    max-width: 70vw;
}

.header-nav-card {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

    .header-nav-card h1 {
        font-size: 22px;
        font-weight: bold;
    }

    .header-nav-card a.close-btn {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: solid 1px black;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        font-weight: bold;
        cursor: pointer;
        color: black;
    }

#UpdatePanelSub .col-xs-5 {
    width: 41.66666667%;
}

#UpdatePanelSub .col-xs-2 {
    width: 16.66666667%;
}

#UpdatePanelSub .col-sm-8 {
    width: 66.66666667%;
}

#UpdatePanelSub .col-sm-4 {
    width: 33.33333333%;
}

#UpdatePanelSub .col-sm-6 {
    width: 50%;
}

#UpdatePanelSub .row-fluid {
    display: flex;
    flex-wrap: wrap;
}

legend.hidden {
    display: none;
}

.card-content {
    max-height: 85vh;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0 30px;
}

img#ctl00_MainContent_MembershipSignUp_ClubDetailTemplateInner_imgClubMap, img#ctl00_MainContent_MembershipSignUp_ClubDetailTemplateInner_imgClub {
    max-width: 100%;
    /* object-fit: cover; */
    /* height: 150px !important; */
    padding: 5px 15px;
}


/*.membership-signup-search-page-content {
    margin-top: 135px;
}*/


.or-search {
    max-width: 30px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.WaitlistConfirmMessage {
    color: var(--black);
    font-size: 12px !important;
}
.input-check label {
    display: flex;
    align-items: flex-start;
}

.wl_SourceDropList {
    background: unset;
    color: var(--black);
    border-color: var(--black);
    margin: 0 15px;
}

.form-join.input-sec-c > * {
    color: var(--black) !important;
}

.form-join.input-sec-c .wl_SourceDropList {
    background: unset;
    color: var(--black);
    border-color: var(--black);
    margin: 0 15px;
}

.input-check label a {
    color: var(--black);
}

.col-12.col-lg-3 input {
    max-width: 100%;
}

.image-banner-container img {
    width: 100%;
}

.image-banner-container {
    position: relative;
}

    .image-banner-container .container {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
    }

.welcome-club h1 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 2.6rem;
    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%); */
}

.first-to-know {
    margin-bottom: 62px;
}

.waiver-agree .btn-cc button {
    width: unset !important;
    background: unset;
    border: unset;
}

.join-now a:link {
    color: var(--navy-blue) !important;
}

#firstToKnow {
    position: relative;
    top: -100px;
}

span#lblErrorMessage {
    color: red;
}

@media (max-width: 768px) {
    .form-join.input-sec-c .col-12.col-lg-3.pb-3.pb-lg-0.px-md-2 input {
        width: 80%;
        margin: 0 10%;
    }

    .waiver-agree .btn-cc button {
        width: 50% !important;
    }

    .waiver-agree .btn-cc .btn {
        margin-right: unset;
        width: 100% !important;
    }

    .first-to-know {
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
    }
}
.privacy-li {
    display: flex;
}

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;
}



@media (max-width:768px) {

    iframe#VideoHome {
        min-width: 100% !important;
    }

    .video-img-wrapper {
        margin: 0 9px 24px 0 !important;
    }

    .carousel-item img {
        height: 100%;
    }

    .hero-carousel-sec {
        padding-block-start: 30px !important;
        padding-block-end: 10px !important;
        padding-inline: 0px !important;
    }

    .onlineHeader {
        display: none;
    }

    .card-content {
        padding: 0;
    }

    .onlineHeader img {
        max-width: 100%;
    }

    .search-input-bar input[type="text"] {
        width: 100%;
        min-width: 300px;
        max-width: 700px;
        padding: 5px 15px;
    }

    .membership-signup-search-page-content {
        margin-top: 100px;
    }

    .row.search-input-bar > * {
        width: auto;
    }

    .row.search-input-bar button, .row.search-input-bar input[type="submit"] {
        width: 100%;
        margin-bottom: 20px;
    }

    .row.search-input-bar {
        justify-content: center;
        align-items: center;
    }

    .content p {
        text-align: unset !important;
    }

    .search-listing .card a {
        color: #2B3F84;
        white-space: nowrap;
    }

    .header-text-underline h1 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .popup-card-membership-search .card {
        max-width: 95vw;
    }

    img#ctl00_MainContent_MembershipSignUp_ClubDetailTemplateInner_imgClubMap, img#ctl00_MainContent_MembershipSignUp_ClubDetailTemplateInner_imgClub {
        padding: 10px 15px;
    }

    .header-nav-card h1 {
        width: 100%;
        margin-left: 10%;
        text-align: center;
    }

    .row.search-input-bar > .col-12:first-of-type {
        width: 100%;
    }
}

.amenities-drop-down {
    display: none !important;
}

button.carousel-control-next, button.carousel-control-prev {
    width: 2rem;
    height: 2rem;
    margin-top: auto;
    margin-bottom: auto;
}

button.carousel-control-next {
    right: 100px;
}

button.carousel-control-prev {
    left: 100px;
}

.form-join.input-sec-c .wl_SourceDropList {
    min-height: 30px;
    padding: 4px 4px 4px;
    margin: 4px 3px 4px 0px;
}

.how-learn h5 {
    font-size: 15px;
    font-weight: normal;
}

/* carousel section  */

.hero-carousel-sec {
    padding-inline: 40px;
    padding-block: 20px;
}

    .hero-carousel-sec p {
        font-size: 16px;
    }

    .hero-carousel-sec .dbutton {
        border: none;
        background-color: #142666;
        font-size: 16px;
        color: #ffffff;
        padding: 8px 32px;
        border-radius: 4px;
        width: 200px;
    }

    .hero-carousel-sec .carousel-item img {
        object-fit: cover;
        position: relative;
    }

.carousel-img-wrap {
    margin: 24px 0 0 20px;
    position: relative;
}

.carousel-content-wrap h3 {
    font-size: 34px;
    font-weight: 500;
    color: #212529;
}

.carousel-content-wrap p {
    font-size: 18px;
    line-height: 24px !important;
    color: #212529;
}

.carousel-img-wrap::before {
    content: "";
    position: absolute;
    background-color: var(--yellow);
    top: -24px;
    left: -20px;
    width: 100%;
    height: 100%;
}

.hero-carousel-sec .carousel-indicators {
    margin-left: 0;
    margin-right: 0;
    left: calc(50% + 12px);
    width: fit-content;
    position: absolute;
    bottom: unset;
    top: 55%;
    align-items: center;
}

    .hero-carousel-sec .carousel-indicators button.indicator-btn {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #8f8f90;
        margin-left: 6px;
        margin-right: 6px;
    }

        .hero-carousel-sec .carousel-indicators button.indicator-btn.active {
            background-color: #FFC012;
        }

    .hero-carousel-sec .carousel-indicators button:first-child {
        margin-left: 0;
    }

.carousel-content-wrap p {
    margin-bottom: 90px;
    min-height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
}

.carousel-content-wrap h3,
.carousel-content-wrap p {
    /*opacity: 0;
    transition: 0.6s ease;*/
}

.hero-carousel-sec .carousel-fade .carousel-item {
    transition: all 0.8s ease-out;
}

.hero-carousel-sec .carousel-item.active .carousel-content-wrap h3,
.hero-carousel-sec .carousel-item.active .carousel-content-wrap p {
    transform: none;
    opacity: 1;
}

.indicator-action {
    background-color: #FFC012;
    border: none;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

a.indicator-action:link {
    background-color: var(--yellow);
}

.indicator-action.playd .pause-icon {
    display: block;
}

.indicator-action.playd .play-icon {
    display: none;
}

.indicator-action.paused .play-icon {
    display: block;
}

.indicator-action.paused .pause-icon {
    display: none;
}

.carousel-content-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 32px;
}

    .carousel-content-wrap h3,
    .video-sec-content-wrap h3 {
        text-transform: uppercase;
        font-size: 32px;
        font-weight: 500;
        color: #212529;
        margin-bottom: 8px !important;
    }

.video-sec-content-wrap p {
    font-size: 18px;
    line-height: 24px !important;
    color: #212529;
}
/* video section  */
.videosection-sec {
    padding-inline: 40px;
    padding-bottom: 80px;
}

.video-img-wrapper {
    margin: 0 20px 24px 0;
    position: relative;
    aspect-ratio: 1.8;
}

    .video-img-wrapper::before {
        content: "";
        position: absolute;
        background-color: #142666;
        border-radius: 0px;
        bottom: -24px;
        right: -20px;
        width: 100%;
        height: 100%;
    }

    .video-img-wrapper iframe {
        width: 100%;
        position: relative;
        border-radius: 0px;
    }

.pause .play-btn-white {
    border: none;
    height: 14px;
    width: 10px;
    border-left: solid;
    border-right: solid;
    color: var(--black);
}

.play-btn-white {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid var(--black);
}

/* media query  */

@media (max-width: 991px) {
    .hero-carousel-sec .carousel-indicators {
        top: 62%;
        left: calc(59% + 8px);
    }

    .carousel-content-wrap {
        position: unset;
        transform: unset;
    }

        .carousel-content-wrap h3,
        .videosection-sec h3 {
            font-size: 25px;
            padding-top: 20px;
            font-weight: 600;
        }
}

/*@media (max-width: 768px) {
    .videosection-sec {
        padding-inline: 0px;
        padding-bottom: 0px;
    }
    iframe#VideoHome {
        width: 100% !important;
        min-width: 100% !important;
    }
    
}*/

@media (max-width: 767px) {
    .videosection-sec {
        padding-inline: 0px;
        padding-bottom: 0px;
    }

    .carousel-img-wrap::before,
    .video-img-wrapper::before {
        width: 100%;
        height: 100%;
    }

    .video-img-wrapper::before {
        background-color: var(--navy-blue);
    }

    .carousel-img-wrap::before {
        background-color: var(--yellow);
        top: -16px;
        left: -11px;
    }

    .video-img-wrapper::before {
        top: 8px;
        right: -11px;
    }

    .video-img-wrapper iframe {
        height: 200px;
    }

    .carousel-img-wrap {
        margin: 8px 10px 8px 18px;
        /*height: 500px;*/
        width: -webkit-fill-available;
    }

    .video-img-wrapper {
        margin: 8px 16px 8px 5px;
    }

    .carousel-content-wrap {
        padding: 180px 0px 0px;
        /*border: 1px solid rgba(20, 38, 102, 0.26);*/
        margin-top: -130px;
        /*text-align: center;*/
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .hero-carousel-sec .carousel-indicators {
        top: unset;
        left: 38%;
        bottom: 225px;
    }

    .carousel-content-wrap p {
        margin-bottom: 20px;
        text-align: left !important;
        font-size: 16px;
        font-weight: 500;
    }


    .video-sec-content-wrap {
        padding: 80px 0px 24px;
        /*border: 1px solid rgba(255, 192, 18, 0.4);*/
        margin-top: -80px;
        text-align: left;
    }

    .video-img-wrapper iframe#VideoHome {
        min-width: unset;
        min-height: unset;
    }
}

.carousel-content-wrap .join-now {
    display: inline-block;
    padding: 8px 42px;
    border: none;
    border-radius: 7px;
    text-transform: capitalize;
}


.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: 1320px;
    margin: auto;
    padding: 0 18px;
}



.plans-cards-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
    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: 15px;
    border-radius: 4px;
    height: fit-content;
}



.plan-header {
    background: var(--yellow);
    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: 25px 0;
    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: 40px 0;
    width: calc(100% - 60px);
}

.family-addon-sec {
    width: calc(100% - 60px);
    margin-bottom: 30px;
}

.btn-select {
    padding: 15px 30px;
    min-width: 220px;
    border: none !important;
    background: var(--navy-blue) !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: 30px;
}

    .underline-header h3 {
        font-size: 22px;
        padding: 15px 0;
    }

.plan-details p {
    margin-bottom: 10px;
}

.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: 15px 0;
    width: 100%;
}

.plan-card.full-width .in-plan.full-width {
    width: 100%;
}

    .plan-card.full-width .in-plan.full-width .plan-details {
        margin: 26px 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: var(--navy-blue);
    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-------------------------------- */



/* ----------------------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: solid 1px #0000002b;
    margin: 10px;
    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: 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;
    }

.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;
        border: solid 1px #0000002b;
    }

        .plan-card:not(.full-width) {
            min-height: 900px;
            justify-content: stretch;
            height: unset;
            border: solid 1px #0000002b;
            /*flex-grow: 1;*/
        }

    /*.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;
        border: solid 1px #0000002b;
        max-width: calc(100vw - 20px);
        margin: 10px;
    }


    .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: 36px;
        width: 90%;
        margin: auto;
    }

    .plan-card .pricing {
        text-align: left;
        padding: 0px;
    }


    .btn-confirm {
        width: 100%;
    }

    .mob-basic {
        border-top: 3px solid #7C7D75;
        border-top: 3px solid var(--yellow);
    }

    .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;
}

.plan-details-mob {
    margin: 10px;
    padding: 10px 5px;
}



@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;
    }

    /*.onlineHeader {
        margin-top: 100px !important;
    }*/

    .lafContent img {
        display: block !important;
    }

    .plan-card.selected .plan-confirm input {
        min-height: 48px;
        /*width: auto;*/
        margin-top: 30px;
    }

    a.Collapse-arr {
        position: relative;
        /* width: 100%; */
        cursor: pointer;
        left: 17%;
        top: 25px;
        display: none;
    }
}

@media(max-width: 576px) {
    .card-container {
        display: grid;
        grid-template-columns: auto;
    }
}

.onlineHeader > .cscContent {
    display: flex;
}

.onlineHeader > .lafContent {
    display: none;
}
