@media(max-width:1169px){
    .hero-text {
        max-width: 65%;
    }
}
@media(max-width:1023px){
    nav ul {
        gap: 10px;
    }
    nav a {
        font-size: 14px;
    }
    .btn {
        padding: 8px 10px;
        font-size: 14px;
    }
    .container {
        padding: 0 10px;
    }
    .header-buttons {
        gap: 10px;
    }
    .hero {
        padding: 80px 0;
    }
    .hero-text small{
        font-size: 14px;
    }
    .hero-text h1 {
        font-size: 46px;
        margin-bottom: 20px;
    }
    .hero-text p {
        font-size: 20px;
        line-height: 30px;
    }
    .hero-stats {
        margin-top: 20px;
    }
    .home_features, .info-section, .trusted_Outer, .awards_winning_outer, .treatments_outer, .whyethical_Outer, .expert_Outer {
        padding: 50px 0;
    }
    .feature-card {
        padding: 20px 10px;
        border-radius: 10px;
    }
    .mainHd h2 {
        font-size: 36px;
    }
    .clinicsList {
        gap: 20px;
    }
    .awards-grid{
        gap: 20px;
        margin-top: 0;
    }
    .award-card {
        padding: 15px;
        border-radius: 10px;
    }
    .treatments-grid {
        gap: 20px;
        margin-top: 0;
    }
    .cta-form {
        padding: 20px;
    }
    .cta-form h3 {
        font-size: 32px;
    }
    .cta-content {
        gap: 30px;
    }
    .InnBan-content h1 {
        font-size: 42px;
    }
    .InnBan-content p {
        font-size: 18px;
    }
}
@media(max-width:767px){
    .features-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .info-content {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .clinicsList, .awards-grid, .treatments-grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .ethical_Inner {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .expertList, .cta-content, .footer_Location {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .footer-content {
        display: block;
    }
    .footer-Right {
        width: 100%;
        padding-top: 30px;
    }
    .footer-Left {
        width: 100%;
    }
    body {
        padding-top: 117px;
    }
    .header-content {
        display: block;
        position: relative;
    }
    header{
        position: fixed;
        padding: 10px 0;
        left: 0;
        right: 0;
        top: 0;
    }
    nav {
        position: absolute;
        right: 0;
        top: 20px;
    }
    ul.nav-links {
        position: absolute;
        width: 200px;
        background: #246b59;
        z-index: 99;
        gap: 0;
        right: 0;
        display: none;
        top: 20px;
        border-radius: 6px;
    }
    ul.nav-links::after{
        border-left: transparent solid 15px;
        border-right: transparent solid 15px;
        border-bottom: #246b59 solid 15px;
        content: '';
        position: absolute;
        top: -10px;
        right: 13px;
    }
    ul.nav-links.open{
        left: 0;
        transition: all 0.5s ease-in-out;
    }
    ul.nav-links li{
        display: block;
        border-bottom: #539d8a solid 1px;
    }
    ul.nav-links li:last-child{
        border-bottom: 0;
    }
    a.mobNav {
        position: absolute;
        right: 10px;
        top: 0;
        width: 35px;
        transform: translate(0, -50%);
    }
    a.mobNav i{
        display: block;
        height: 4px;
        border-radius: 5px;
        background: #000;
        margin-bottom: 5px;
    }
     a.mobNav i:last-child{
        margin-bottom: 0;
     }
     .mobNav.active i:first-child{
        transform: rotate(45deg);
        position: relative;
        top: 7px;
     }
     .mobNav.active i:nth-child(2){
        transform: rotate(-45deg);
        position: relative;
        bottom: 2px;
     }
     .mobNav.active i:last-child{
        display: none;
     }
     nav ul li a {
        display: block;
        padding: 10px;
        font-size: 16px;
        color: #fff;
    }
    .logo {
        padding-bottom: 10px;
    }
    .header-buttons {
        gap: 0;
        justify-content: space-between;
    }
    .header-buttons a {
        width: 48%;
        text-align: center;
    }
    .info-image span {
        right: -10px;
        bottom: -25px;
        width: 280px;
        padding: 10px;
    }
    .hero-text {
        max-width: 100%;
    }
    .hero::after {
        background: linear-gradient(to right, #ffffffe8 40%, #ffffffad 60%);
    }
    .innerBannerBg:after {
        background: rgba(0, 0, 0, 0.5);
    }
    .InnBan-content h1 {
        font-size: 28px;
    }
    .innerLocation_Outer {
        padding: 50px 0;
    }
    .InnerLocatInn {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
    .info-box {
        margin-bottom: 20px;
        padding: 15px 15px 15px 70px;
    }
    .info-box > i{
        left: 15px;
    }
    .info-box h4 {
        font-size: 17px;
    }
    .InnerLocatMap {
        height: 350px;
    }
    .about-section, .cta_Outer {
        padding: 50px 0;
    }
    .about-content {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .innAbout_Right{
        padding: 20px;
    }
    .innAbout_Left h2 {
        font-size: 30px;
        line-height: normal;
    }
    .innAbout_Left p {
        font-size: 17px;
    }
    .cta-text h2 {
        font-size: 32px;
    }
}

@media(max-width:479px){
    .hero-text small { 
        font-size: 12px; 
    }
    .hero-text h1 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .hero-text p {
        font-size: 16px;
        line-height: 27px;
        color: #134f40;
        margin-bottom: 20px;
    }
    .hero-buttons a {
        font-size: 15px;
        padding: 7px 15px;
        border: solid 1px;
        border-radius: 6px;
    }
    .stat-number {
        font-size: 32px;
    }
    .info-image span h6 {
        font-size: 17px;
    }
    .info-text h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .info-text p {
        font-size: 15px;
    }
    .info-boxes {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .info-box p{
        padding-bottom: 0;
    }
    .home_features, .info-section, .trusted_Outer, .awards_winning_outer, .treatments_outer, .whyethical_Outer, .expert_Outer, .cta_Outer {
        padding: 30px 0;
    }
    .mainHd h2 {
        font-size: 25px;
    }
    p {
        font-size: 15px;
        line-height: 26px;
    }
    .clinic_Locat h6 {
        font-size: 17px;
    }
    .mainHd small {
        font-size: 17px;
    }
    .treatment-card h4 {
        font-size: 17px;
        padding-bottom: 0;
    }
    .treatment-card {
        padding: 15px 15px 15px 75px;
    }
    .treatment-card i {
        left: 15px;
        top: 15px;
    }
    .treatment-card p {
        font-size: 13px;
    }
    .ethical_Left h2 {
        font-size: 25px;
    }
    .ethical_Left ul li {
        font-size: 15px;
        line-height: 30px;
    }
    .ethical_Right {
        padding: 15px;
    }
    .ethical_Right ul li{
        padding: 10px;
    }
    .expert_Bx {
        padding: 15px;
    }
    .expert_Bx i {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 5px;
        display: block;
    }
    .expert_Bx h3 {
        font-size: 22px;
    }
    .expert_Bx p {
        font-size: 14px;
        line-height: 24px;
    }
    .cta-text h2 {
        font-size: 30px;
        margin-bottom: 15px;
        line-height: 40px;
    }
    .cta-text p {
        font-size: 16px;
    }
    .cta-text ul li {
        font-size: 16px;
        line-height: 32px;
    }
    .cta-form h3 {
        font-size: 28px;
    }
    .cta-form {
        padding: 15px;
    }
    footer{
        padding-top: 30px;
    }
    .footer-bottom{
        font-size: 13px;
        padding-top: 15px;
        margin-top: 20px;
    }
    .footer-Right h4 {
        font-size: 20px;
    }
    .hero {
        padding: 50px 0;
    }
    .subtitle{
        font-size: 12px;
    }
    .InnBan-content h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .InnBan-content p {
        font-size: 16px;
    }
    .InnerBanBtns a.consultBtns {
        margin-bottom: 10px;
        margin-right: 0;
        display: block;
    }
    .InnerBanBtns a.treatmentBtns{
        display: block;
    }
    .innerLocation_Outer, .about-section, .cta_Outer{
        padding: 30px 0;
    }
    .location-content h2 {
        font-size: 24px;
    }
    .location-content > p {
        font-size: 16px;
        line-height: 28px;
    }
    .addInfo_Outer {
        grid-template-columns: repeat(1, 1fr);
    }
    .info-box {
        margin-bottom: 0px;
    }
    .InnerLocatMap {
        height: 300px;
        margin-top: 20px;
    }
    .innAbout_Left h2 {
        font-size: 24px;
    }
    .innAbout_Left p {
        font-size: 16px;
        line-height: 28px;
    }
    .feature-list li {
        font-size: 16px;
        line-height: 40px;
    }
    .innAbout_Right {
        padding: 15px;
    }
    .innAbout_Right h3 {
        font-size: 22px;
    }
    a.consultSpecBtn {
        font-size: 18px;
        padding: 7px 0px;
    }
}