@media screen and (max-width:1299px){
    header .nav-link{
        font-size:14px;
    }
}

@media screen and (max-width:991px){
    iframe{
        width: 100%;
        height: 350px;
        border-radius: 20px;
    }
    section.contact .box{
        background-color: #FEE6DC;
        border-radius: 20px;
    }
  
    section.banner img{
      height: 500px;
      object-fit: cover;
    }
    header .nav-link{
        font-size:16px;
    }

    .home-image img{
    height: 100%;
    object-fit: cover;
}

 .health-package-img img{
    height: 100%;
    object-fit: cover;
}

 
}


 
 @media screen and (max-width:767px){
    section.consultant .flex {
        flex-wrap: nowrap;
        overflow-x: scroll;
     }
     section.consultant .flex::-webkit-scrollbar {
         height: 2px;
     } 

     .scroll{
height: 100vh;
overflow-y: auto;
}
header .logo {
    width: 140px;
}
 }

@media screen and (max-width:580px) {
    
    
.inside_desktop_banner {
 padding: 15px 0px;
}

.desktop_banner_name{
font-size:20px;
font-weight:600;
}

.desktop_banner_bradcrum{
font-size:12px;


}    
    
    
    
    section.banner h2, section.banner span {
    font-size: 26px;
    line-height: 120%;
}

section.banner img{
    height: auto;
    object-fit: cover;
  }


section.banner .card-img-overlay {
    bottom: 0;
    left: 20px;
    transform: translateY(0);
}


section.service .leaf {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
}

section.service .leaf2 {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 30px;
}

section.service .box {
  height: 100%;
}

section.service h5 {
    font-size: 18px;
}

section.service .img {
    width: 60px;
}

.heading {
    font-size: 23px !important; 
    line-height: 106%;

}



section.about h1 {
    font-size: 30px;
}
section.about .p {
    font-size: 19px;
}


.btn-line{
    font-size: 14px;
}

section.ads{
    background-image: url("../Images/ads-m.webp");
 
}

.font{
    font-size: 16px !important;
}

}