@media only screen and (max-width:1366px){
    header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 1px 0.7rem;

    }

    header .slide-menus .slide-logos img {
        max-width: 90px;
        
    }
    header .slide-menus .slide-logos{
        margin-top: 1rem;
    }
    header .slide-menus{
        padding: 15px;
    }
 
    header .slide-menus .slide-logos img{
        max-width: 70px;
    }
    header .slide-menus .contact-box .callboxx .icons-box i {
        font-size: 16px;
      
        width: 33px;
        height: 33px;
    }
    header .slide-menus .contact-box .callboxx a {
        font-size: 15px;
    }
}
@media only screen and (max-width:1024px){
    header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 1px 8px;
        font-size: 13px;
    }
    .diagnostics-section .left-panel h3 {
    font-size: 30px;
}
.diagnostics-section .grid-row {
    grid-template-columns: repeat(3, 1fr);
}
.doctor-img {
    width: 150px;
    height: 150px;
}
footer .footer-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
header .header-logo img {
    max-height: 68px;
    margin-top: 8px;
}
.common-btn {
    font-size: 17px;
}
}
@media only screen and (max-width:768px){
 
    .banner-home .banner-content h1{
        font-size: 53px;
    }
    header .header-nav .navbar-toggler {
    border: none;
    color: #ffffff;
    font-size: 1.5rem;
    margin-left: auto;
}

}

@media only screen and (max-width:768px) {
    header form.search-form {
    display: none;
}
header .header-nav .nav-link::after {
   display: none;
}
    header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 5px 1rem;
    }
.about-legacy-section .legacy-content .common-heading {
    font-size: 35px;
}
.why-choose-us-section .common-heading {
   font-size: 35px;
}
.specialties-section .common-heading {
   font-size: 35px;
}
.beard-head .bread h1 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}
.doct-p .doctores-grid {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
}

@media only screen and (max-width:576px){
   
  
    footer .footer-widget {
        padding: 20px 0 0;
    }
        .diagnostics-section .grid-row {
        grid-template-columns: repeat(1, 1fr);
    }
.stats-grid{
    grid-template-columns: repeat(1, 1fr);
}
.stat-item {
    border-bottom: 1px dashed #dee2e6;
    border-right: 0px dashed #dee2e6;
}
header .header-logo img {
    max-height: 80px;
    width: 100%;
    /* text-align: justify !important; */
}
header .certification-img img {
    max-height: auto !important;
    width: 100%;
}
header .header-top {
    height: 79px;
}
.banner-home .banner-content {
    top: 70%;
}
.about-legacy-section .legacy-content .common-heading {
    font-size: 20px;
}
.why-choose-us-section .common-heading {
  font-size: 20px;
}
.specialties-section .common-heading {
 font-size: 20px;
}.beard-head .bread h1 {
    font-size: 25px;
}
.common-space {
    padding: 45px 0;
}
.why-choose-us-section .row {
    flex-direction: column-reverse;
}
.subheading{
        margin-top: 20px;
}
.doct-p .doctores-grid {
    display: grid
;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.accreditation-block{
    margin-bottom: 25px;
}
}