


@media screen and (max-width: 479px) {
    .text-field {
        width: 231px;
        padding-top: 6px;
        padding-bottom: 6px;
        border-bottom-width: 1px;
        border-bottom-color: hsla(0, 0%, 97.7%, 0.8);
    }
}
@media screen and (max-width: 767px) {
    .text-field {
        width: 300px;
    }
}
@media screen and (max-width: 991px) {
    .text-field {
        width: 430px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        display: block;
    }

    .text-field {
        width: 231px;
        min-width: 0px;
        margin-bottom: 32px;
        padding-bottom: 9px;
        padding-left: 0px;
        border-style: none none solid;
        border-width: 1px 1px 2px;
        border-color: #000 #000 #f9f9f9;
        background-color: transparent;
        font-family: Neurialgrotesk, sans-serif;
        color: #fff;
        font-size: 16px;
    }
}

.w-form-done.show{
    display: block!important;
}


.hidden{
    display: none !important;
}

.select-field.w-select{
    appearance: none;
}


.page-text-block p{

    font-family: Neurialgrotesk, sans-serif;
    color: #313131;
    font-size: 18px;
    line-height: 140%;
    white-space: normal;

}
.page-text-block h2{
    margin-top: 60px;
    margin-bottom: 32px;
    font-family: Neurialgrotesk, sans-serif;
    color: #024b40;
    line-height: 120%;
    font-weight: 400;
    text-transform: uppercase;
}
@media (max-width: 767px){

    .page-text-block h2 {
        margin-top: 40px;
        margin-bottom: 20px;
    }

}

.page-text-block a{
    color: #024b40;
    text-decoration: none;
    white-space: normal;
}
.page-text-block ul {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
}
.page-text-block ul li{
    font-family: Neurialgrotesk, sans-serif;
    color: #313131;
    font-size: 18px;
    line-height: 145%;
}

.form-block .text-field-2{
    padding-left: 5px;
}

.div-block-101{
    transition: ease-in-out all 0.2s;
}

.success-message-2.w-form-done .div-block-119{
width: 100%;
    max-width: 600px;
}
.success-message-2.w-form-done .div-block-119 .image-62{
    margin-bottom: 30px;
}

@media (max-width: 767px){

    .success-message-2.w-form-done .div-block-119{
        width: 85%;
        height: 420px;
    }

}

.form-block-2.w-form .success-message-2{

}
.form-block-2.w-form .success-message-2 .text-block-34{
}

@media (max-width: 479px) {
    .reviews-mob {
        margin-bottom: 130px;

    }

    .inst-header .h2.h2-24{
        width: 100%;
    }

}

@media (max-width: 767px) {

    .main.wf-section .heading-7,
    .main-terms.wf-section .heading-7{
        display: flex;
        text-align: center;
    }

}

._5-form .form-request,
.form-request-vip{
    transform-style: unset !important;
    transform: none !important;
}


.services-sublist-container{
    align-items: center; 
}
@media screen and (min-width: 768px){

    .services-sublist-wrapper{
        max-height: 480px;
        overflow: auto;
        scrollbar-track-color: #d5ac68;
        scrollbar-height: thin;
        -webkit-overflow-scrolling: touch;
        padding-right: 15px;
        justify-content: start;
    }
    
}


@media (min-width: 568px) {
    .services-sublist-wrapper::-webkit-scrollbar {
        width: 8px;
        background-color: rgba(217, 217, 217, 0.3);
    }

    .services-sublist-wrapper::-webkit-scrollbar-thumb {
        width: 8px;
        background-color: #D9D9D9;
    }
}

@media (max-width: 568px) {
    .services-sublist-wrapper::-webkit-scrollbar {
        width: 4px;
        background-color: #CACACB;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .services-sublist-wrapper::-webkit-scrollbar-thumb {
        width: 4px;
        background-color: #7D7D7E;
    }
}

.services-sublist-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

.services-sublist-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #EC9C6E;
}

.services-sublist-wrapper::-webkit-scrollbar:horizontal {
    display: none;
}

.text-block-scroll-100{
    max-height: 200px;
    overflow: auto;
}
    @media (min-width: 568px) {
        .text-block-scroll-100::-webkit-scrollbar {
            width: 8px;
            background-color: rgba(217, 217, 217, 0.3);
        }

        .text-block-scroll-100::-webkit-scrollbar-thumb {
            width: 8px;
            background-color: #D9D9D9;
        }
    }

    @media (max-width: 568px) {
        .text-block-scroll-100::-webkit-scrollbar {
            width: 4px;
            background-color: #CACACB;
            overflow-y: scroll;
            -webkit-overflow-scrolling: touch;
        }

        .text-block-scroll-100::-webkit-scrollbar-thumb {
            width: 4px;
            background-color: #7D7D7E;
        }
    }

    .text-block-scroll-100::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
    }

    .text-block-scroll-100::-webkit-scrollbar-thumb:hover {
        background-color: #EC9C6E;
    }

    .text-block-scroll-100::-webkit-scrollbar:horizontal {
        display: none;
    }


    

    .pop-up-massage .radio-button-field{
        height: auto;
        min-height: 42px;
        padding: 5px 20px;
        width: auto;
        min-width: 182px;
        max-width: 300px;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        }
        .pop-up-massage .radio-button-field .dur-btn{
            height: auto;
            top: 0;
            bottom: 0;
            width: 100%;
        }
        .pop-up-massage label.radio-button-field .duration-option{
            position: relative;
            z-index: 10;
            left: auto;
            right: auto;
            top: auto;
            bottom: auto;
        }

    .pop-up-massage .div-block-90{
        max-width: 800px;
        height: auto;
        padding: 20px 0;
    }

    .pop-up-massage .btn-pop-up.active{
        background-color: #ec9c6e;
    }
    .pop-up-massage .div-block-92{
        max-width: 100%;
    }
    .pop-up-massage .div-block-100{
        flex-wrap: wrap!important;
    }