@media (max-width: 1399px) {
    /*Home Page*/
    .home .hero__grid{
         grid-template-columns: 1fr 1fr; 
    }

    .home .hero h1{
        font-size:50px
    }
    .home .hero__visual2{
        min-height:435px;
        background-size: cover;
        background-position: center right;
        gap: 20px;
    }
    .home .doctor-figure{
        height: 425px;
        width: 250px;
        position: relative;
    }
    .home .doctor-figure--female {
        left: 0px;
    }
    .home .doctor-figure--male {
        right: 10px;
    
    }
    .hero-doctor-card{
        width: 100%;
        max-width: 250px;
    }
    /*End Home Page*/

    /*Page Header */
    .page_header__description br{
        display: none;

    }
 
}
@media (max-width: 1280px) {
    .home .hero__grid{
         grid-template-columns: 0.8fr 1fr; 
    }
    .home .doctors-board, .hero__containe{
        grid-template-columns: 1fr 1fr;
       gap: 20px;
       
    }
    .hero__container{
        grid-template-columns: 1fr 1fr;
       gap: 20px;
       
    }
    .home .doctor-spotlight--blue{
        border-right:1px solid #e5e5e5;
        padding-right: 10px;
    }
    .home .doctor-trust-stack{
        display: none
    }
    .contact-booking-card{
        margin-right: 0;
        padding:20px
    }
    .contact-care-card__mark{
        display: none;
    }
    .about_dr_abhishek_narayan .page_header__title, .about_dr_manisha_singh .page_header__title{
        font-size: 30px;
    }
   
}

@media (max-width: 1160px) {
    .home .doctor-figure{
        height: 425px;
        width: 230px;
    }
    .home .doctor-figure img{
        margin-top: 30px
    }
    .home .hero__lead{
        font-size: 18px;
    }
    .doctors-board2 .doctor-spotlight__photo img{
        min-height: 430px;
    }
    .about_dr_abhishek_narayan .doctor-section .container{
        padding-inline:0px
    }
    .about_dr_manisha_singh .doctor-section .container{
        padding-inline:0px
    }
    .about_dr_abhishek_narayan .page_header__content{
        min-height: 400px;
    }
    .about_dr_manisha_singh .page_header__content{
        min-height: 400px;
    }
    .about_dr_abhishek_narayan .hero__container{
        grid-template-columns: 1fr;
    }
    .about_dr_manisha_singh .hero__container{
       grid-template-columns: 1fr;
    }
    .page_header__description{
        max-width: 60%;
        margin-bottom: 10px;
    }
    .hero__actions{
        margin-top: 10px;
        margin-bottom: 50px;
    }
    .home .hero__actions{

        margin-bottom: 10px;
    }
}
@media (max-width: 1023px) {
    .home .doctors-, .doctors-board2{
        grid-template-columns:1fr;
    }
    .home .doctors-board, .hero__containe{
        grid-template-columns: 1fr;
       gap: 20px;
       
    }
    .doctor-spotlight{
        gap :40px;
        grid-template-columns: clamp(186px, 14.25cqw, 206px) minmax(0, 1fr)
    }
    .doctor-spotlight__copy, .doctor-spotlight__content ul li{
        max-width: 100%;
    }
    .home .doctor-spotlight--blue{
        border-right:none;
        border-bottom:1px solid #e5e5e5;
        padding-bottom: 30px;
        padding-right: 0;
    }
    .nav__links{
        gap: 10px;
    }
    .topbar{
        display: none;
    }
    /* Hide Book Appointment button */
    .nav__actions .btn {
        display: none;
    }
    .services-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .metric{
        gap:unset;
        padding: 10px;
    }
    .metric strong{
        font-size: 20px;
    }
    .metric__icon{
        width: 40px;
        height: 40px;
    }
    .newsletter{
        width:180px;
    }
    .latest-article-card h3{
        font-size: 13px;
    }
    .latest-article-card__image{
        height: 100px;
    }
    .home .doctor-figure{
        width: 170px;
        height: 290px;
    }
    .home .hero h1{
        font-size: 30px;
    }
    .trust-list{
        gap: 5px;
        margin-top: 10px;
    }
    .home .hero__lead{
        font-size: 14px;
    }
    .btn{
        padding: 5px 15px;
    }
    .hero-doctor-card h2{
        font-size: 13px;
    }
    .hero-doctor-card p, .hero-doctor-card span{
        font-size: 11px;
    }
    .hero-doctor-card{
        min-height: 80px;
        padding: 10px;
    }
    .home .hero__visual2{
        min-height: 300px;
        margin-top: -15px
    }
    .contact-appointment__container{
        grid-template-columns: 0.6fr 1fr;
    }
    .page_header{
        background-position: center top;
    }
    .doctors-board2 .doctor-spotlight__photo img{
        min-height: 340px;
    }
    .page_header__title{
        font-size: 30px;
    }
    .packages__grid{
        grid-template-columns: repeat(2, minmax(0px, 1fr))
    }
    .content-section{
        padding: 50px 30px;
    }
    .title{
        font-size: 30px;
        letter-spacing: 0px;
    }
    .description{
        font-size: 16px;
    }
    .description br, blockquote br{
        display: none;
    }
    .meta{
        font-size: 14px;
        gap: 5px;
    }
    .doctor-content h2{
        font-size: 30px;
    }
    .doctor-info{
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
    
    
}

@media (max-width: 767px) {
    .nav__links, .nav__actions .btn--primary{
        display: none;
    }
    .menu-toggle{
        display: block;
    }
    .overlay.show{
        display: block;
        position: fixed;
        background: #ffffff;
        top :0;
        height: 100%;
        width: 100%;
    }
    /*mobile Menu*/
    
    .nav__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .brand__logo {
        max-width: 150px;
    }

    

    /* Show hamburger */
    .menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        padding: 0;
        border: 0;
        background: transparent;
        cursor: pointer;
        font-size: 32px;
        color: #073C8B;
        z-index: 1002;
    }

    /* Mobile Menu */
    .nav__links {
        position: fixed;
        top: 75px; /* Header height */
        left: -100%;
        width: 100%;
        height: calc(100vh - 75px);
        background: #fff;
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 0px;
        overflow-y: auto;
        transition: left .35s ease;
        z-index: 1000;
        justify-content: flex-start;
    }

    .nav__links.is-open {
        left: 0;
    }

    .nav__links a {
        display: block;
        width: 100%;
        padding: 16px 0;
        font-size: 17px;
        color: #222;
        text-decoration: none;
        border-bottom: 1px solid #ececec;
        
        padding-left: 20px;
    }
    .nav__links a.is-active{
        background-color: #f1f8ff;
    }
    .nav__links a:hover::after, .nav__links a.is-active::after{
        display: none;
    }

    .nav__links a:last-child {
        border-bottom: 0;
    }

    .nav__links a span {
        display: inline;
    }

    body.menu-open {
        overflow: hidden;
    }



    .footer__grid, .contact-appointment__container, .services-grid, .home .doctor-spotlight, .home .hero__grid, .latest-articles__grid{
        grid-template-columns: 1fr;
    }
    .metrics__grid{
        grid-template-columns: 1fr 1fr;
        border:0px;
        padding: 10px
    }
    .metric{
        border:0px
    }
    .doctor-spotlight__photo {
        width: 100%;
    }
    .metrics__container{
        padding-inline: 20px;
    }
    .footer__contact  span br{
        display: none;
    }
    .footer__grid > .footer__nav:nth-of-type(1){
        transform: none
    }
    .repocean-slider-main .repocean-slider-box-parent .next-arrow{
        right: 0 !important;
    }
    .repocean-slider-main .repocean-slider-box-parent .prev-arrow{
        left: 0 !important;
    }
    .doctors-board2 article{
        display: block;
    }
    .doctors-board2 .doctor-spotlight__photo{
        margin-bottom: 20px;
    }
    .hero__container{
        grid-template-columns: 1fr;
    }
    .page_header__description{
        max-width: 100%;
        font-size: 16px;
        line-height: 1.5;
    }
    .page_header__content{
        min-height: 330px;
        padding: 0px;
    }
    .packages__grid{
        grid-template-columns: repeat(1, minmax(0px, 1fr))
    }
    .content-section{
        width: 100%;
        padding: 30px 20px;
    }
    .title{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .description{
        font-size: 14px;
    }
    .meta{
        font-size: 12px;
    }
    .separator{
        margin: 0 0 10px;
    }
    .category{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .lifestyle-banner{
        border-radius: 10px;
    }
    .blog-content h2, blockquote{
        font-size: 18px;
        margin: 20px 0px;
    }
    .breadcrumb-section{
        margin: 30px 0px;
    }
    .doctor-info , .contact-booking-form__row.cf7 p{
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 0px;
    }
    .about_dr_manisha_singh .page_header, .about_dr_abhishek_narayan .page_header {
        background: none;
    }
}

@media (max-width: 600px) {
    .topbar .container, .nav .container, .container, .latest-articles__container, .hospital-associations__inner, .footer__container, .doctors-shell, .services-shell, .patient-testimonials__inner{
        padding-inline: 20px;
    }
    
    .hero__copy, .contact-care-card{
        padding:0px;
    }
    .doctor-image img{
        margin-right:0px
    }
    .doctor-section{
        margin:40px 20px
    }
    .contact_us .doctors-board2 article{
        padding: 0px;
    }
    .services-heading{
        gap:5px
    }
}