*{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Proxima Nova';
}
@font-face {
    font-family: "montserrat";
    src: url("../font/Montserrat-Regular.woff2");
    src: url("../font/Montserrat-Regular.woff");
    font-weight: normal;
}
@font-face {
    font-family: "montserrat";
    src: url("../font/Montserrat-Bold.woff2");
    src: url("../font/Montserrat-Bold.woff");
    font-weight: bold;
}
h1,h2,h3,h4,h5,h6, p{
    margin: 0;
}
.container {
    max-width: 1170px;
}
/*****Membership css****/

/* .membership-imgs {
    display: flex;
    gap: 50px;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
} */

.mebmebership_section_mobile{
    display: none;
}
.mebmebership_section_mobile video{
    max-width: 100%;
}
.mebmebership_section_mobile .membership-price{
    padding: 25px 0;
    background: linear-gradient(to bottom, rgba(17,17,17,1) 0%,rgba(118,118,118,0.84) 100%);
}

.mebmebership_section_mobile .mobile-membership{
    min-height: 550px;
    margin-bottom: 135px;
}
.mebmebership_section_mobile .mebmebership-slider .owl-prev::after, .mebmebership_section_mobile .mebmebership-slider .owl-next::after{
    color: #fff;
    background: none;
    -webkit-text-fill-color: #fff;
}
.center-imgs {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.mobile-therapist a img {
    /* border: 1px solid #000; */
    transition: all .3s;
    max-width:300px;
    width: 100%;
    border: solid 2px transparent !important;
    background-image: var(--my-gradient) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    box-shadow: 1px 1000px 1px var(--primary-color) inset !important;
    min-height: 300px;
}
.mobile-therapist:hover{
    transform: scale(1.05);
}
.purpose-head h1 {
    text-align: center;
    color: #333;
    padding: 40px 0;
    margin: 0;
}
.purpose {
    width: 100%;
    display: flex;
}
.porpose-content {
    width: 50%;
}
.zs-img {
    width: 50%;
}
.price-div {
    display: flex;
    gap: 40px;
    /* justify-content: space-between; */
}
.mobile-head h3 {
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word;
}
.mobile-membership {
    /* padding: 20px; */
    padding: 20px 20px 50px 20px;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 30%) 0px 0px 30px;
    margin-top: 20px;
    background: #fff;
    text-align: center;
    border: solid 2px transparent !important;
    background-image:  var(--my-gradient) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    box-shadow: 1px 1000px 1px #000 inset !important;
    color: #fff;
}
.star-img img {
    width: 100%;
    margin: 20px 0;
    max-width: 180px;

}
.price-monthly p{
    color: #BFB79E;
}
.or p{
    text-align: center;
}
.price-monthly {
    margin: 10px 0;
}
.price-moreInfo .moreInfoBtn {
    padding: 5px 20px;
    display: block;
    border: 1px solid;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    margin: 20px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 99;
    background: #fff;
    border: solid 2px transparent !important;
    background-image:  var(--my-gradient) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    box-shadow: 1px 1000px 1px #000 inset !important;
    padding: 10px 20px;
    color: #fff;
}
.membership-price {
    padding: 95px 0;
}
.salon-banner img {
    width: 100%;
}
.price-listPopup ul li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    margin: 5px 0;
}
.price-listPopup ul li i {
    position: absolute;
    content: '';
    left: 0;
    top: 2px;
    font-size: 10px;
    border: 1px solid;
    padding: 2px;
    border-radius: 50%;
    background: green;
    color: #fff;
}
/* .price-listPopup ul li::before{
    position: absolute;
    content: '\f00c';
    font-family: "Font Awesome 5 Free"
} */
.price-modal-width {
    /* max-width: 1015px; */
    max-width: 450px;
    width: 100%;
}
.price-modal-width .modal-content, #price-modalInner .modal-content{
    background: #fff;
    background-image: none;
    background-origin: padding-box;
    background-clip: border-box;
    background-image: none;
    background-origin: padding-box;
    background-clip: border-box;
    border: solid 2px transparent !important;
    background-image:  var(--my-gradient) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    box-shadow: 1px 1000px 1px #000 inset !important;
    color: #fff;
    border-radius: 20px;
}

.price-modal-width .close, #price-modalInner .close{
    color: #fff;
    opacity: 1;
}
/* .price-listPopup {
    max-width: 280px;
    width: 100%;
} */
.price-main {
    max-width: 280px;
    width: 100%;
}
.price-listPopup ul {
    margin: 0;
}
.fee-list ul li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    margin: 5px 0;
}
.fee-list ul li i{
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    font-size: 10px;
    color: green;
}
.fee-list p, .price-listPopup p{
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0 10px 0;
}
.fee-list ul li span {
    color: #0022c3;
}
.price-popup .popup-flex {
    display: flex;
    justify-content: space-between;
}
.price-hover{
    transition: all .3s;
    padding: 15px;
}
.price-hover:hover{
    box-shadow: rgb(0 0 0 / 30%) 0px 0px 30px;
    border-radius: 10px;
}
.price-popup {
    padding: 0 10px;
}
.subscribeBtn .subscribe {
    border-radius: 100rem;
    padding: 8px 22px;
    border: solid 2px transparent !important;
    background-image:  var(--my-gradient) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    box-shadow: 1px 1000px 1px #000 inset !important;
    min-width: 129px !important;
    text-align: center !important;
    outline: none !important;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}
#price-modal .modal-footer {
    border-top: none;
    padding: 10px 20px;
}
#price-modal .modal-header {
    border-bottom: none;
    padding: 10px 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.vat p {
    font-size: 12px;
    margin-top: 30px;
    color: #BFB79E;
}
.price-listPopup ul li span {
    color: #0022c3;
}
/* .modal:nth-of-type(even) {
    z-index: 1052 !important;
}
.modal-backdrop.show:nth-of-type(even) {
    z-index: 1051 !important;
} */
.full-row {
    width: 100%;
}
.full-col {
    display: flex;
    gap: 20px;
}
.first-col {
    width: 100%;
}
.salon-options select {
    width: 100%;
    padding: 6px 12px;
    appearance: none;
    border-radius: 4px;
    border:none;
    margin: 0px 0 15px 0;
}
.find-address .addressBtn {
    border-radius: 10px;
    padding: 6px 5px;
    border: solid 2px transparent !important;
    background-image:  var(--my-gradient) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    box-shadow: 1px 1000px 1px #000 inset !important;
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    text-decoration: none;
}
.find-address .addressBtn:focus{
    outline: none;
    color: #fff;
}
.salon-postalcode {
    display: flex;
    gap: 20px;
}
.privacy span {
    text-decoration: underline;
    cursor: pointer;
}
.privacy label {
    font-size: 12px;
    line-height: 22px;
    cursor: default;
}
.contat-formHead {
    text-align: center;
}
.contat-formHead p {
    margin: 20px 0;
    font-size: 16px;
}
.recaptcha {
    padding: 20px 0;
}
.recaptcha p {
    font-size: 12px;
}
.recaptcha span {
    text-decoration: underline;
}
.recaptcha span a {
    color: #000;
}
.privacy span a {
    color: #fff;
}
.salon-options select:focus-visible{
    outline: none;
}
.salon-options:focus-visible{
    outline: none;
}
.mebmebership-slider .owl-item{
    background: linear-gradient(to bottom, rgba(17,17,17,1) 0%,rgba(118,118,118,0.84) 100%);
    max-height: 776px;
    overflow: auto;
}
#price-modalInner .modal-content {
    /*background: rgb(243 243 243 / 100%);
    border: solid 1px transparent !important;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), var(--my-gradient) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    box-shadow: 1px 1000px 1px rgb(243 243 243 / 100%) inset !important;*/
}
#price-modalInner .modal-dialog {
    margin-top: 10%!important
}
.full-row .form-control,.full-col .form-control {
    border: none;
}
#price-modalInner .modal-header {
    border-bottom: none;
}
.mobile-therapist {
    transition: all .3s;
    overflow: hidden;
    /* border: 1px solid #000; */
}
.membership-section {
    padding: 5% 0;
    width: 100%;
    background: var(--my-gradient-light) !important;
}
.membership-price{
    width: 100%;
/*    height: 68vh;
*/
    background-size: cover !important;
}
.world h5 {
    font-size: 22px;
    color: #fff;
    font-family: montserrat;
    font-weight: normal;
    padding: 15px 0;
    text-transform: uppercase;
    font-weight: bold;
}
.membership-wellnessHead {
    text-align: center;
    padding: 50px 0 0 0;
}
.wellness h1 {
    color: #fff;
    font-family: 'montserrat';
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: max-content;
    margin: 0 auto;
    letter-spacing: 2px;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.price-characters {
    position: relative;
    width: calc(100% - 50px);
    margin: 0 25px;
}
.mobile-character {
    position: absolute;
    /* z-index: 1; */
    bottom: -38px;
    left: -44px;
}
.mobile-character img {
    width: 170px;
    position: relative;
    z-index: 1;
}
.mobile-character2 {
    position: absolute;
    top: -109px;
    left: -41px;
}
.mobile-character2 img {
    width: 115px;
}
.mobile-character3 img {
    width: 130px;
}
.mobile-character3 {
    position: absolute;
    bottom: -42px;
    left: -83px;
}

.mobile_view_plans{
    display: none;
}

.mobile-services-wrapper .img-wrap{
    background: #fff;
}
.mobile-services-wrapper .img-wrap .become-star{
    width: 95%;
    margin: 0 auto;
}

.mobile-services-wrapper.mobile-mode{
    display: none;
}

.membership-mobile-services .mobile-membership{
    min-height: auto !important;
    padding: 15px 0 0;
}
.membership-mobile-services .star-img img {
  width: 100%;
  margin: 5px 0;
  max-width: 120px;
}
.membership-mobile-services{
    background: #000;
}
.membership-mobile-services .price-moreInfo .moreInfoBtn{
    margin: 15px 20px;
}
.membership-mobile-services .mobile-head h3{
    padding: 0 10px;
}

.subscribe_prices label{
    font-size: 16px;
    vertical-align: bottom;
}
.subscribe_prices input.form-control{
    display: inline-block;
    width: 12%;
}
@media screen and (max-width:991px){
    .membership-section {
        height: 100%;
        padding: 0 0 50px 0;
    }
    .mobile-character2 img {
        width: 115px;
        transform: scaleX(-1);
    }
    .mobile-character2 {
        left: auto;
        right: -41px;
        top: -100px;
        z-index: 1;
    }
    .mobile-character3 {
        left: -69px;
    }
    .price-characters {
        width: calc(100% - 80px);
        margin: 0 40px;
    }
    .membership-price{
        width: 100%;
        height: 100%;
        background-size: cover !important;
    }
    .star-img img {
        max-width: 100%;
    }
    .mebmebership-slider .layer_bLset img, .mebmebership-slider video{
        height: 500px !important;
        margin: 50px 0 60px !important;
        width: 100%;
        object-fit: contain;
    }
}
@media screen and (max-width:767px){
    .price-popup .popup-flex {
        flex-direction: column;
    }
    .price-modal-width {
        max-width: 100%;
        width: auto;
    }
    .price-main {
        max-width: 100%;
    }
    .find-address .addressBtn {
        font-size: 13px;
    }
    .full-col {
        gap: 10px;
    }
    .salon-postalcode {
        gap: 10px;
    }
    .center-imgs {
        flex-direction: column;
    }
    .membership-wellnessHead {
        padding: 20px 0 0 0;
    }
    .center-imgs {
        margin-top: 30px;
    }
    /* .membership-imgs {
        gap: 30px;
        height: 100%;
        flex-direction: column;
    } */
    .membership-section {
        padding: 20px;
        height: 100%;
    }
    .wellness h1 {
        font-size: 26px;
    }
    .world h5 {
        font-size: 20px;
    }
    .center-imgs {
        gap: 30px;
    }
    .mt-50{
        margin-top: 50px;
     }

     .salon-selection-bannre .owl-wrapper-outer{
        max-height: 600px;
    }
    .mebmebership-slider .layer_bLset img, .mebmebership-slider video{
        height: 500px !important;
        margin: 50px 0 60px !important;
        width: 100%;
        object-fit: contain;
    }
    .mobile-services-wrapper .img-wrap .become-star{
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width:500px){

    .mebmebership_section_mobile{
        display: block;
    }
    .mebmebership_section_desktop{
        display: none;
    }
    .salon-selection-bannre {
      background-color: #000;
    }
    .mebmebership-slider .layer_bLset img, .mebmebership-slider video{
        height: 240px !important;
        margin: 0px 0 60px !important;
        width: 100%;
        object-fit: fill !important;
    }
    .salon-selection-bannre .owl-wrapper-outer{
        max-height: 300px;
    }
    .mebmebership_section_mobile.salon-selection-bannre .owl-wrapper-outer{
        max-height: 245px;
    }
    .mebmebership_section_mobile .mebmebership-slider .owl-buttons {
      top: 72%;
    }
    .salon-selection-bannre .mebmebership-slider .owl-next::after{
        top: unset;
        right: 0;
        bottom: 6px;
        content: "\f0a9";
        font-size: 40px;
    }
    .salon-selection-bannre .mebmebership-slider .owl-prev::after{
        top: unset;
        bottom: 6px;
        content: "\f0a8";
        font-size: 40px;
    }
    .salon-selection-bannre .mebmebership-slider .owl-buttons{
        height: 100%;
    }

    .salon-selection-bannre .owl-pagination{
        bottom: 25px !important;
    }

    .mobile_view_plans .item{
        display: block;
    }

    .desktop_view_plans .item, .mebmebership-slider .owl-pagination{
        display: none !important;
    }
    .mebmebership-slider .layer_bLset{
        background: #000 !important;
    }
    .mobile-services-wrapper .img-wrap .become-star{
        width: 96%;
        margin: 0 auto;
    }
}