@media only screen and (min-width: 1200px) {

    .innovative-technologies-item:hover img {
        transform: scale(1.2);
        transition-delay: .2s;
    }

    .innovative-technologies .owl-item {
      transform: scale(0.8);
    }

    .innovative-technologies .owl-item.active.center {
      transform: scale(1);
    }

}

@media only screen and (max-width:1800px) {
    
}



@media only screen and (max-width: 1600px) {

    nav.navbar .custom-container {
        width: 100%;
    }
    .our-services .lg-main-container {
        max-width: calc(100vw / 2 - -41vw);
    }
        
}


@media only screen and (max-width: 1400px) {
    nav.top-navbar li.nav-item {
        padding: 0px 0px;
    }

    nav.navbar .custom-container {
        width: 100%;
    }
    h1 {
        font-size: 50px;
        line-height: 60px;
    }


    .section {
        padding: 70px 0;
    }

    .mb-5 {
        margin-bottom: 2.5rem !important;
    }



    .innovative-tech-wrapper h4 {
        font-size: 22px;
    }


    .heading h2 {
        font-size: 44px;
    }

    .home_sec2_image {
        width: 80%;
        height: 560px;
    }

    .home_sec2_image:before {
        width: 350px;
        bottom: -30px;
        right: -130px;
        background-position: bottom;
    }

    .home_sec3 .home_sec2_image:before {
        width: 300px;
        bottom: -40px;
        left: -100px;
    }

    .treatments_panel {
        padding: 15px 20px;
    }

    .treatments_panel h3 {
        font-size: 26px;
    }

    .treatments_card h3 {
        font-size: 32px;
    }

    .home_sec5 {
        padding-bottom: 150px;
    }

    .home_sec7 {
        padding: 0;
    }


    .about_sec5_image {
        bottom: -30px;
    }

    .testimonial_head img {
        max-width: 60%;
    }

}

@media only screen and (max-width: 1199px) {

    body {
        font-size: 17px;
    }

    h1 {
        font-size: 42px;
        line-height: 54px;
    }

    nav.top-navbar li.nav-item {
        padding: 0px 0px;
    }
    nav.navbar a.nav-link {
        font-size: 14px;
        font-weight: 500;
        line-height: 19.2px;
    }
    nav.navbar .custom-container {
        width: 100%;
    }
    .top-logo-part img {
        max-width: 120px;
    }
    .global-light-button, .global-dark-button {
        padding: 8px 10px;
        line-height: 26px;
        font-size: 15px;
    }
    .select-languages select.form-select {
        font-size: 13px;
    }




    .section {
        padding: 50px 0;
    }

    .mb-5 {
        margin-bottom: 2rem !important;
    }



    .innovative-tech-wrapper h4 {
        font-size: 20px;
    }


    .heading h2 {
        font-size: 40px;
    }

    .home_sec2_image {
        height: 520px;
    }

    .home_sec3 .home_sec2_image:before {
        bottom: -20px;
        left: -80px;
    }

    .treatments_panel h3 {
        font-size: 24px;
    }

    .treatments_card h3 {
        font-size: 30px;
    }

    .home_sec5 {
        padding-bottom: 130px;
    }

    .home_sec7 {
        padding: 0;
    }


    .become_brand_sec1_content {
        padding: 10px 20px;
    }

    .find_center_side_wrap {
        padding: 20px;
    }

    .find_center_side_box_content h3 {
        font-size: 30px;
    }

}

@media only screen and (max-width:1080px) {

    nav.navbar a.nav-link {
        font-size: 13px;
        font-weight: 500;
        line-height: 19.2px;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .top-logo-part img {
        max-width: 100px;
    }


    .home_sec2_image {
        height: 480px;
    }

    .become_brand_sec1_box_wrap:last-child(2) {
      padding-right: 20px;
    }

    .become_brand_sec1_box_wrap:last-child {
      padding-left: 20px;
    }

    .become_brand_sec1_box {
        padding: 50px 10px 30px;
    }

    .become_brand_sec1_content h4 {
        font-size: 28px;
        line-height: 130%;
        margin-bottom: 20px;
    }

    .find_center_side_box_content h3 {
        font-size: 28px;
    }

}

@media only screen and (max-width: 991px) {

    body {
        font-size: 16px;
    }

    nav.navbar .custom-container {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 0 15px;
        gap: 10px;
    }

    nav.navbar .top-navbar-wrapper {
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    

    h1 {
        font-size: 36px;
        line-height: 42px;
    }

    .navbar-brand.top-logo-part{
        display: block;
    }
    .top-logo-part{
        display: none;
    }
    .tablet-logo{
        display: block;
        margin: 0;
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        width: calc(100% - 0px);
        height: 100%;
        max-width: 100%;
        position: fixed;
        z-index: 999;
        top: 0;
        left: -100%;
        background-color:#000;
        overflow: hidden;
        padding: 25px;
        -webkit-transition: left .4s cubic-bezier(.6, .1, .68, .53);
        transition: left .4s cubic-bezier(.6, .1, .68, .53);
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: flex-start;
        bottom: 0px;
    }
    nav.top-navbar ul.navbar-nav li.nav-item {
        padding: 5px 0px;
    }
    nav.navbar a.nav-link {
        font-size: 16px;
        display: inline-block;
        width: auto !important;
    }
    nav.navbar a.nav-link.dropdown-toggle {
        border-bottom-color: transparent !important;
    }

    .navbar-collapse.collapse.show {
        top: 0;
        position: fixed;
        left: 0%;
    }

    .navbar-collapse ul.navbar-nav {
        width: 100%;
        margin: 40px 0px 0px !important;
        max-height: calc(100% - 130px);
        overflow-y: auto;
        overflow-x: hidden;
    }
    .dropdown-menu {
        width: 100%;
    }
    li.nav-item.dropdown:hover .dropdown-menu {
        display: none;
        padding: 3px 0px;
    }
    .dropdown-menu.show {
        border: none;
        display: block !important;
        background-color: transparent;
    }
    a.navbar-brand.top-logo-part img,
    .mobile_logo img {
        max-height: 70px;
        object-fit: contain;
    }
    nav.top-navbar li.nav-item.dropdown {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    li.nav-item.dropdown .dropdown-menu a.dropdown-item {
       color: var(--white);
       padding: 8px 10px;
    }
    nav.top-navbar li.nav-item.dropdown a.nav-link.dropdown-toggle {
        width: 55px;
        text-align: right;
        justify-content: end;
        padding-right: 10px;
    }
    .only_mobile_view .hamburger-toggle {
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .only_mobile_view .hamburger-toggle img {
        filter: brightness(100);
    }
    nav.top-navbar li.nav-item.dropdown a.nav-link {
        width: calc(100% - 60px);
    }
    .dropdown-toggle::after {
        position: absolute;
        left: auto;
        right: 0px;
    }

    nav.navbar .custom-container {
        width: 100%;
    }
    .only_mobile_view {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    nav.navbar a.nav-link {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .select-languages select.form-select {
        font-size: 16px;
    }
    .bottom-navbar {
        justify-content: space-between;
        border-top: 1px solid #252525;
    }
    .tablet-logo img {
        max-width: 1000px;
    }
    .buttons-group, ul.social-part {
        max-width: max-content;
    }
    .innovative-tech-wrapper {
        padding: 40px 0px;
    }



    .section {
        padding: 40px 0;
    }

    .mb-5 {
        margin-bottom: 1.5rem !important;
    }



    .innovative-tech-wrapper h4 {
        font-size: 16px;
        line-height: 170%;
        margin: 0px auto 30px;
    }


    .heading h2 {
        font-size: 34px;
    }

    .heading h4 {
        font-size: 18px;
    }

    .home_sec2_image,
    .franchise_sec2 .home_sec2_left .home_sec2_image {
        width: 90%;
        height: 400px;
    }

    .home_sec2_image:before {
        width: 220px;
        bottom: -20px;
        right: -25%;
        background-position: bottom;
    }

    .home_sec3 .home_sec2_image:before {
        width: 250px;
        bottom: -40px;
        left: -80px;
    }

    .treatments_panel h3 {
        font-size: 22px;
    }

    .treatments_card h3 {
        font-size: 28px;
    }

    .home_sec5 {
        padding-bottom: 100px;
    }

    .home_sec7 {
        padding: 0;
    }

    .treatments_wrap .slick-arrow {
        bottom: -80px;
    }

    .testimonial_box {
        padding: 30px 40px;
    }

    .testimonial_head h3 {
        font-size: 36px;
    }

    .testimonial_content {
        font-size: 16px;
    }

    .testimonial_details h3 {
        margin-bottom: 0;
    }


    .head_list_content ul li h4 {
        font-size: 18px;
    }

    .service_sec6 .home_sec2_left .home_sec2_image:before {
        right: -22%;
    }

    .about_sec5_image {
        width: 280px;
        height: 280px;
        bottom: -10px;
        right: 10px;
    }

    .home_sec2_right {
        gap: 20px;
    }

    .before_after_image {
        height: 200px;
    }

    .before_after_content {
        padding: 20px 0 10px;
    }

    .before_after_content h4 {
        font-size: 18px;
        min-height: 55px;
    }

    .home_sec3 .home_sec2_image:before {
        width: 220px;
    }


    .service_sec5 .home_sec2_left .home_sec2_image:before {
        left: -60px;
    }


    .count_list_content ul li {
        padding: 10px 0 10px 35px;
    }

    .count_list_content ul li:before {
        width: 26px;
        height: 26px;
        font-size: 13px;
        top: 8px;
    }



    .footer_middle {
        display: none;
    }


    .inner_banner {
        min-height: 70vh;
    }

    .banner-wrapper {
        gap: 20px;
    }

    .search_location form .form-control {
        width: 300px;
    }

    .find_center_side {
        width: 45%;
    }

    .find_center_map {
        width: calc(55% - 24px);
        height: 600px;
    }

    .find_center_side_box_content h3 {
        font-size: 26px;
    }

    .find_center_side_wrap {
        min-height: 500px;
    }

    .location_sec2_main_box {
        height: 500px;
    }

    .location_sec2_box_head h3,
    .location_sec2_box_overlay_head h3 {
        font-size: 26px;
    }

    .location_tag {
        font-size: 14px;
    }

    .location_sec2_box_overlay {
        padding: 20px 15px;
    }

    .location_sec2_box_overlay_details ul li {
        width: 100%;
    }

    .location_sec2_head h3 {
        font-size: 28px;
    }

    .cta_wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        padding-bottom: 10px;
    }


    .form-group label {
        font-size: 13px;
    }

    .faq-container {
        gap: 20px;
        padding: 30px 20px;
    }

    .faq-item {
        padding: 15px;
    }

    .faq-header .number {
        width: 25px;
        height: 25px;
        font-size: 16px;
        margin-right: 10px;
    }

    .faq-header h3 {
        font-size: 18px;
    }

    .faq-body {
        padding-left: 38px;
        font-size: 14px;
        line-height: 140%;
    }



    .payment_plan_sec2 .home_sec2_left .home_sec2_image:before {
        display: none;
    }

    .payment_plan_sec1 .home_sec2_left .home_sec2_image {
        width: 90%;
    }

    .payment_plan_sec2 .home_sec2_left {
        padding-left: 20px;
        align-items: flex-start;
    }

    .payment_plan_sec2 .home_sec2_right {
        padding-left: 15px;
    }

    .payment_plan_sec2 .about_sec5_image {
        width: 250px;
        height: 250px;
    }

    .check_list_content ul {
        gap: 10px;
    }


    .payment_plan_sec1 .home_sec2_image:before {
        bottom: 0px;
        right: -18%;
    }

    .testimonial_content:before {
        width: 50px;
        height: 50px;
    }

    .franchise_sec5_left {
        padding-right: 15px;
    }

}

@media only screen and (max-width: 767px) {


    body {
        font-size: 15px;
    }


    .onLoader img {
      max-width: 300px;
    }



    .global-button {
        padding: 8px 20px;
        font-size: 14px;
        line-height: 24px;
    }

    h1 {
        font-size: 30px;
        line-height: 38px;
    }

    ul.social-part {
        gap: 7px;
    }


    .section {
        padding: 40px 0;
    }

    .mb-5 {
        margin-bottom: 1.5rem !important;
    }


    .banner-wrapper p {
        font-size: 15px;
        line-height: 22px;
    }

    .rotate-infinite {
        width: 120px;
    }


    /*.innovative-technologies .owl-item.active.center {
      transform: scale(0.9);
    }*/


    .innovative-tech-wrapper h4 {
        font-size: 14px;
        line-height: 170%;
    }


    .heading h2 {
        font-size: 30px;
    }

    .heading h4 {
        font-size: 16px;
    }

    .treatments_panel h3 {
        font-size: 20px;
    }

    .treatments_card h3 {
        font-size: 26px;
    }

    .home_sec5 {
        padding-bottom: 100px;
    }

    .home_sec7 {
        padding: 0;
    }

    .treatments_wrap .slick-arrow {
        bottom: -80px;
    }

    .home-banner {
       min-height: auto; 
    }

    .inner_banner {
        min-height: 45vh;
    }

    .banner-cntn-outer {
        gap: 10px;
    }

    .banner-wrapper {
        gap: 10px;
    }

    .banner-content {
        padding-bottom: 40px;
        padding-top: 180px;
    }

    .home_sec2_right {
        justify-content: center;
    }

    .home_sec2_image:before {display: none;}

    .home_sec2_left {
        display: flex;
        justify-content: center;
        margin-bottom: 60px;
    }

    .home_sec2_image {
        width: 80%;
        height: auto;
        max-height: 400px;
        margin: 15px 0;
    }

    .home_sec2_image img {
        height: auto;
        max-height: 100%;
    }

    

    .about_sec5_image {
        right: 20px;
    }

    .home_sec3 .home_sec2_left {
        padding: 0 15px;
        justify-content: center;
    }

    .home_sec3 .home_sec2_image {
        transform: rotate(0deg);
    }

    .home_sec2_right {
        gap: 20px;
    }

    .home_sec4_video {
        height: 250px;
    }

    .treatments_box {
        height: 450px;
    }

    .testimonial_box {
        padding: 20px 30px;
    } 

    .testimonial_content:before {
        display: none;
    }

    .testimonial_head h3 {
        font-size: 24px;
    }

    .testimonial_content {
        font-size: 16px;
    }


    .onLoader {
        padding: 15%;
    }


    footer {
        padding: 0px 15px 20px;
    }

    .footer_box h4 {
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: 15px;
    }

    .footer_box ul li {
        font-size: 14px;
    }

    .copyright {
        font-size: 14px;
    }

    .footer_bottom_menu ul li {
        font-size: 14px;
    }

    .home_sec7_box {
        height: 260px;
    }


    .before_after_image {
        height: auto;
    }

    .before_after_content h4 {
        min-height: auto;
    }


    .service_details_sec1 .home_sec2_right {
        justify-content: flex-start;
    }


    .franchise_sec3 .heading {
        margin: 30px auto ;
    }

    .franchise_sec5_right {
        padding-left: 15px;
        padding-top: 10px;
    }

    .franchise_sec2 .home_sec2_left .home_sec2_image {
        height: auto;
    }

    .find_center_side {
        width: 100%;
    }

    .find_center_map {
        width: 100%;
    }

    .find_center_side_box_content h3 {
        font-size: 24px;
    }

    .location_sec2_head h3 {
        font-size: 24px;
    }

    .find_center_dropdown select {
        height: 50px;
    }

    .find_center_top {
        margin-bottom: 15px;
    }

    .check_list_content ul li {
        background-position-y: 2px;
        background-size: 18px;
        padding-left: 25px;
    }

    .payment-wrap {
        flex-wrap: wrap;
        gap: 10px;
    }

    .payment-label {
        font-size: 17px;
    }

    .input-box input {
        padding: 6px 34px 6px 12px;
        line-height: 33px;
    }

    .payment_plan_sec3 .home_sec2_right {
        gap: 15px;
    }

    .payment_plan_sec3 .home_sec2_right .check_list_content ul {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px;
    }

    .payment_plan_sec3 .home_sec2_left {
        margin-bottom: 0;
    }

    .payment_plan_sec5 .franchise_sec5_left .faq-container {
        padding: 0;
        margin-top: 20px;
    }




}


@media only screen and (max-width:575px) {

    body {
        font-size: 14px;
    }

    .heading h2 {
        font-size: 26px;
    }

    .global-button {
        padding: 6px 18px;
        font-size: 14px;
        line-height: 20px;
    }

    .tablet-logo img {
        max-width: 70px;
    }

    nav.navbar .top-navbar-wrapper {
        gap: 5px;
    }
    
    .top-navbar-wrapper .global-button {
        padding: 6px 12px;
        font-size: 13px;
        line-height: 18px;
    }

    ul.social-part {
        gap: 5px;
    }

    ul.social-part li a {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
    

    .banner-content {
        padding-bottom: 20px;
        padding-top: 80px;
    }

    h1 {
        font-size: 26px;
        line-height: 32px;
    }



    .section {
        padding: 30px 0;
    }

    .mb-5 {
        margin-bottom: 1.2rem !important;
    }

    .banner-wrapper p {
        font-size: 14px;
        line-height: 20px;
    }

    .rotate-infinite {
        width: 140px;
    }

    .innovative-tech-wrapper h4 {
        margin-bottom: 20px;
    }



    .heading h2 {
        font-size: 26px;
    }

    .treatments_card h3 {
        font-size: 22px;
    }

    .innovative-tech-wrapper {
        padding: 30px 0px;
    } 


    /*.treatments_wrap .slick-arrow {
        bottom: -80px;
    }

    .home-banner {
       min-height: auto; 
    }

    .banner-cntn-outer {
        flex-direction: column;
        gap: 10px;
    }

    .banner-wrapper {
        gap: 10px;
    }

    .banner-content {
        padding-bottom: 40px;
        padding-top: 180px;
    }

    .home_sec2_right {
        justify-content: center;
    }

    .home_sec2_image:before {display: none;}

    .home_sec2_image {
        width: 100%;
        height: auto;
        margin: 15px 0;
    }

    .home_sec3 .home_sec2_left {
        padding: 0 15px;
    }

    .home_sec3 .home_sec2_image {
        transform: rotate(0deg);
    }

    .home_sec2_right {
        gap: 20px;
    }*/

    .home_sec4_video .play_btn {
        width: 60px;
        height: 60px;
    }

    .home_sec4_video {
        height: 200px;
    }

    .home_sec5 {
        padding-bottom: 100px;
    }

    .treatments_box {
        height: 400px;
    }

    .testimonial_box {
        padding: 15px 20px;
        gap: 10px;
    } 

    .testimonial_content:before {
        display: none;
    }

    .testimonial_head h3 {
        font-size: 22px;
    }

    .testimonial_content {
        font-size: 14px;
    }

    .testimonial_details h3 {
        font-size: 18px;
    }

    .home_sec7 {
        padding: 0;
    }


    .onLoader {
        padding: 15%;
    }


    footer {
        padding: 0px 15px 20px;
    }

    .footer_box h4 {
        font-size: 16px;
        margin-bottom: 5px;
        margin-top: 15px;
    }

    .footer_box ul li {
        font-size: 14px;
    }

    .copyright {
        font-size: 14px;
    }

    .footer_bottom_menu ul li {
        font-size: 14px;
    }

    .home_sec7_box {
        height: 260px;
    }


    /*.service_sec6 .home_sec2_left .home_sec2_image,
    .about_sec5_image {
        width: 100%;
        height: auto;
        border: none;
        position: static;
        transform: rotate(0deg);
    }*/

    .service_sec1 .home_sec2_right {
        padding-left: 15px;
        margin-top: 20px;
        justify-content: flex-start;
    }


    .about_sec5 .about_sec5_image {
        width: 200px;
        height: 200px;
        bottom: -50px;
        right: 30px;
    }

    .find_center_side_box_content h3 {
        font-size: 22px;
    }

    .find_center_top {
        gap: 10px;
    }

    .search_location form .form-control {
        width: calc(100% - 60px);
    }

    .find_center_side_wrap {
        min-height: auto;
    }

    .location_sec2_main_box {
        height: auto;
    }

    .location_sec2_head h3 {
        font-size: 22px;
    }


    .home_sec2_image {
        width: 100%;
    }


    .treatments_panel {
        min-height: 80px;
    }


    


}


@media only screen and (max-width:450px) {
    nav.navbar .top-navbar-wrapper {
        padding: 10px 0px;
        gap: 8px;
    }
}