@media (max-width:1400px){
    f.container{
     width: 1200px;
     height: auto;
        }
        
      
         
}
@media (max-width:1200px){
    .container{
        width: 992px;
        height: auto;
    }
    header{
        width: 100%;
        background-color: #eaf7ff;
    }
}
@media(max-width:1118px){
.logo img{
    left: 8%;
}
header{
    width: 100%;
    background-color: #eaf7ff;
}
}

@media (max-width:1079px){
    .container{
        width: 992px;
        height: auto;
    }
    header{
        width: 100%;
        background-color: #eaf7ff;
    }
    .btn{
        width: 100%;
    }
    .row{
        width: 100%;
    }
}

@media (max-width:944px){
    .container{
        width: 800PX;
    }
   .logo img{
    left: 6%;
    top: 20px;
    width: 130px;
}
   nav a{
    font-size: 20px;
   }
   label #menu{
    display: block;
    color:#1b3c74 ;
    margin-right: 5px;
}
header{
    width: 100%;
    height: auto;
    background-color: #eaf7ff;
}
ul{
    position: fixed;
    width: 400px;
    height: 100vh;
    top: 80px;
    left: -400px;
    text-align: center;
    transition: all .5s;
    background-color:#eaf7ff ;
    color:#1b3c74 ;
}
nav a{
    font-size: 15px;
}
.btn{
    display: none;
}
 .hr-lines{
    /* display: none; */
    margin-left: -100px;
    
    /* position: absolute; */
}
.hr-lines:before{
    display: none;
    width: 100px;
}
.doctor-text{
    margin-top: 50px;
}
.doctor-text h2{
    font-size: 10px;
     margin-right: 10px;
     /* margin-left: -10px;  */
}
.doctor-text h1{
    font-size: 20px;
    line-height: 20px;
    margin-left: -20px;
}
.doctor-text p{
    font-size: 10px;
    margin-left: -20px;
}
.hero-image{
    width: 300px;
}
}
@media (max-width: 860px) {
    .container{
        width: 768px;
        height: auto;
    }
    label #menu{
        display: block;
        color:#1b3c74 ;
        margin-right: 5px;
    }
    header{
        width: 100%;
        height: auto;
        background-color: #eaf7ff;
    }
    ul{
        position: fixed;
        width: 400px;
        height: 100vh;
        top: 80px;
        left: -400px;
        text-align: center;
        transition: all .5s;
        background-color:#eaf7ff ;
        color:#1b3c74 ;
    }
    nav a{
        font-size: 15px;
    }
    .btn{
        display: none;
    }
     .hr-lines{
        /* display: none; */
        margin-left: -100px;
        
        /* position: absolute; */
    }
    .hr-lines:before{
        display: none;
        width: 100px;
    }
    .doctor-text{
        margin-top: 50px;
    }
    .doctor-text h2{
        font-size: 10px;
         margin-right: 10px;
         /* margin-left: -10px;  */
    }
    .doctor-text h1{
        font-size: 20px;
        line-height: 20px;
        margin-left: -20px;
    }
    .doctor-text p{
        font-size: 10px;
        margin-left: -20px;
    }
    .hero-image{
        width: 300px;
    }
    .Departments{
        padding: 60px 20px 20px;
    }
    .maintitle p{
        font-size: 15px;
        line-height: 15px;
        margin-left: 20px;
    }
    .maintitle h2{
        font-size: 28px;
        line-height: 30px;
    }
    /* .col-6{
        width: 8.33%;
    } */
}
@media (max-width:768px){
    .container{
        max-width: 576px;
        height: auto;
    }
    header{
        width: 100%;
        background-color: #eaf7ff;
    }
}

@media (max-width:576px){
    .container{
        max-width: 320px;
        height: auto;
    }
    .btn{
        width: 100%;
    }
    header{
        width: 100%;
        background-color: #eaf7ff;
    }

}
@media (max-width:320px){
.container{
        max-width: 200px;
        height: auto;
    }
    .btn{
        width: 100%;
    }
    header{
        width: 100%;
        background-color: #eaf7ff;
    }
}