@media screen and (min-width:200px) and (max-width:683px) {
    body {
        font-size: 85%;
    }


    .container {
        width: 90%;
    }

    ul.sub {

        padding: 0 0 0 20px;
    }

    .mobile-only {
        display: block;
    }

    .menu-toggle {
        color: #000;
        width: 20px;
    }

    .d-flex {
        display: flex;
        flex-wrap: wrap
    }

    .logo {
        width: 40%;
    }

    .flex {
        flex-wrap: wrap;
    }

    .logo img {
        max-width: 110px;
    }

    h1 {
        font-size: 5em;
        font-weight: 500;
        line-height: 0.8;
    }

    .banner-text p {
        font-size: 1.2em;
    }

    h2 {
       font-size: 3.7em;
        line-height: 0.7;
    }

    h3 {
        font-size: 1.3em;
    }


    p {
        font-size: 1em;
    }

    h4 {
        font-size: 2.5em;
    }

    .logo svg {
        max-width: 80px;
    }

    .menu-btn {
        width: 60%;
        text-align: right;
    }

    .main_menu {
        top: 0;
        width: 100%;
        text-align: left;
        background-color: var(--brand-color);
        position: absolute;
        left: 0;
        height: 100vh;
    }

    .main_menu ul {
        padding: 100px 0 0 0;
    }

    .main_menu ul li a i {
        display: none;
    }

    .main_menu ul li a {
        padding: 10px 38px;
        display: block;
        font-weight: 400;
        text-decoration: none;
        font-size: 2.5em;
        text-align: center;

    }

    .panel {
        right: -160%;
        width: 100%;
    }

    .panel-content-sec {
        padding: 70px 30px 0 30px;
    }

    .img-panel img {
        height: 300px;
    }

    .mwd-logo img {
        max-width: 70px;
        margin: 5px 0
        
    }

    .mwd-logo {
        width: 34%;
        text-align: center;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin: 0 auto;
    }

    .menu-btn.text-right {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    .menu-btn.text-right a.fill-green {
        border-radius: 0;
        color: var(--text-two-color);
        font-size: 1.2em;
        background-color: var(--brand-color);
        padding: 5px 30px;
        display: inline-block;
        font-weight: 600;
        margin: 0 0;
        width: 100%;
        text-align: center;
    }

    nav.stick-fixed {
        padding: 50px 0 20px 0;
    }

    nav.stick-fixed.bgcolor .mwd-logo img {
        max-width: 40px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding: 20px 0 0 0;
    }

    .mobile_btn i {
        font-size: 1.8em;
        color: #fff;
    }

    .mobile_btn {
        bottom: 30px;
    }

    .banner-text {
        margin: 0 0 0 0;
    }

    .banner {
        height: 90vh;
    }

    .shade-sec {
        position: absolute;
        bottom: 0;
        overflow: hidden;
        height: 100px;
        z-index: 9;
    }

    .therapies-list {
        flex-wrap: wrap;
        gap: 20px;
        column-gap: 20px;
        margin: 20px 0 0 0;
    }

    .therapies-sec {
        width: 100%;
    }

    .therapies-img {
        display: inline-block;
        overflow: hidden;
        border-radius: 25px;
        width: 100%;
    }

    .therapies-list strong {
        font-size: 1.3em;
        padding: 10px 0 0 0;
    }

    .therapies-list img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .therapies-sec.green-sec {
        width: 100%;
    }

    .therapies-sec.green-sec .green-box {
        padding: 20px;
    }

    .hoilistic {
        height: 60vh;
        max-height:500px;
    }

    .top-holistic {
        height: 107px;
    }

    .bottom-holistic {
        height: 130px;
    }

    .hoilistic p {
        font-size: 1.2em;
    }

    .insights .therapies-list img {
        height: 120px;
    }

    .green-shade {
        position: absolute;
        bottom: -229px;
        overflow: hidden;
    }

    .footer-top-curve {
        top: -95px;
    }

    .footer {
        padding: 0 0 50px 0;
    }

    .footer .container {
        width: 90%;
    }

    .footer-top {
        flex-wrap: wrap;
    }

    .contact-buttons {
        width: 100%;
    }

    .contact-buttons .btn {
        width: 100%;
    }

    .footer-top h2 {
        font-size: 1.9em;
        line-height :1.1;
        font-weight: 500;
        font-family: var(--font-one);
        color: #fff;
        max-width: 100%;
        text-align: left;
    }

}

@media screen and (min-width:684px) and (max-width:1024px) {
    body {
        font-size: 85%;
    }



    .container {
        width: 95%;
    }



    .header header nav li ul li a {
        padding: 0 0 15px 0;
        font-size: 1.5em;
    }

    ul.sub {

        padding: 10px 0;
    }


    .header header nav li > ul {
        display: block;
    }

    .flex {
        display: flex;
        flex-wrap: wrap;

    }

    h1 {
        font-size: 2.4em;
    }

    .header {
        padding: 20px 0;
    }

    .header.bgcolor {
        padding: 20px 0;
    }

    .header-btn {
        display: none;
    }

    .menu-toggle {
        color: #000;
        width: 20px;
    }

    .hamburger .line {
        width: 20px;
        height: 2px;
        background-color: var(--maincolor);
        display: block;
        margin: 4px 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .hamburger span.line:nth-child(2) {
        width: 15px;
    }

    header nav {
        padding: 100px 0 0 0;
    }

    .header header nav ul li a {
        text-align: center;
        font-size: 4em;
    }

    .header {
        padding: 0 0 0;
    }

    .header.bgcolor {
        padding: 0 0;
    }

    .mobile-only {
        display: block;
        text-align: center;
        width: 100%;
    }

    .mobile-only a.btn {
        font-size: 4em;
        font-weight: 500;
    }

    .logo {
        width: 25%;
    }

    header {
        padding: 20px 0;
    }

    .header header nav li ul li:nth-child(even) a {
        background-color: transparent;
    }

    .header header nav li ul li:nth-child(odd) a {
        background-color: transparent;
    }

    .subnav-content {

        position: relative;
        left: 0;
        right: 0;
        top: 0;
        text-align: center;
        margin: 0 auto;
    }

    .header.bgcolor li.subnav::after {
        display: none;
    }

    li.mega_menu_dropdown.has_dropdown i {
        display: none;
    }

    .stick-fixed .d-flex {
        align-items: center;
        justify-content: space-between;
    }

    .mwd-logo {
        width: 20%;
    }

    .main_menu {
        width: 70%;
        text-align: center;
    }

    .button {
        padding: 15px 20px;
    }

    .main_menu ul li a {
        padding: 20px 9px
    }

    .main_menu {
        display: none;
    }

    h2 {
        font-size: 2em;
    }

}


@media screen and (min-width:1024px) and (max-width:1550px) {

    body {
        font-size: 85%;
    }

    .banner-text {
        max-width: 1100px;
    }

    .container {
        margin: 0 auto;
        width: 90%;
        max-width: 1300px;
    }

    .left-sec {
        width: 30%;
    }

    .right-sec {
        width: 70%;
    }
}