body{font-family: 'Poppins', sans-serif;}

.top-header p {
    float: left;
    padding: 10px;
}

.social-follow a {
    padding: 5px 10px;
    color: #777;
    
}

.social-follow a.social-facebook {
    background: #f5f5f5;
    
}

.social-follow a.social-insta {
    background: #f5f5f5;
    margin: 5px 10px;
    display: inline-block;
}

.top-header {
    border-bottom: 1px solid #f5f5f5;
    font-family: 'Poppins', sans-serif;
}

.navbar-main {
    padding: 10px 0px;
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid #d7d1d1;
  
}

.navbar {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.navbar .navigation ul li {
    list-style: none;
    float: left;
    padding: 10px;
}

.navbar .navigation ul li a {
    text-decoration: none;
    color: #000;
}

.navbar .button {
    background: #0046c0;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
    margin-left: 20px;
}

.navbar .button a {
    text-decoration: none;
    color: #fff;
}

.top-header p a {
    text-decoration: none;
    color: #000;
}

.banner {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Poppins', sans-serif;
    height: 95vh;
}

.banner-text p {
    font-size: 60px;
    font-weight: 500;
}

.banner-text span {
    font-size: 28px;

}

.banner-text {
    margin: 90px;
    font-family: 'Poppins', sans-serif;
}

.banner-bottom-bg{
    width: 100%;
    box-shadow: 0px 0px 30px 0px #dddddda6;
   background: #fff url(../images/banner-bottom.png);
   background-repeat: no-repeat;
   background-size: cover;
height: 304px;
padding-top: 90px;
position: relative;
margin-top: -150px;
z-index: 9;
border-radius: 10px;
}

.banner-bottom-bg .happy-patients {
text-align: center;
}



.banner-bottom-bg .happy-patients i.fa.fa-users {
    font-size: 2.15rem;
    color: #0046c0;
}

.banner-bottom-bg i.fa.fa-shield {
    font-size: 2.15rem;
    color: #0046c0;
}

.banner-bottom-bg p {
    font-size: 44px;
    color: #0046c0;
}

.banner-bottom-bg span {
    font-size: 18px;
    color: #0046c0;
}

.about-us {
    padding: 50px 0px;
    font-family: 'Poppins', sans-serif;
    
}

.about-us .doctor-img img {
    width: 100%;
}

.about-text p {
    font-size: 15px;
}

.about-us .d-flex {
    display: flex;
   align-items: center;
}

.treatment .row.heading h1 {
    border-bottom: 4px solid #0046c0;
    width: 16%;
    padding-bottom: 22px;
    
}

.treatment .box:hover {
    background: #0046c0;
    color: #fff;
}

.treatment {
    font-family: 'Poppins', sans-serif;
}

.treatment .box a {
    text-decoration: none;
    color: #000;
} 
.treatment .box {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    padding: 26px;
   
    box-shadow: 0 0 25px 0 #ddddddbf;
}

.treatment .box h2 {
    font-size: 24px;
    text-align: center;
}

.opd-slots .slots h1 {
    border-bottom: 4px solid #0046c0;
    width: 16%;
    padding-bottom: 22px;
}

.opd-slots {
    padding: 40px 0px;
    font-family: 'Poppins', sans-serif;
}

.opd-slots .row.deatils p {
    font-size: 15px;
    font-weight: bold;
    padding: 15px 0;
}

.opd-slots span {
    font-size: 15px;
    padding: 10px 0;
    display: inline-block;
}

.epilepsy-content {
    padding-bottom: 40px;
}

.footer {
    background: #0843aa;
    background-image: url(../images/footer.png);
    padding: 40px 0px;
}

.footer h4 {
    color: #fff;
    margin-bottom: 22px;
}

.footer ul li {
    list-style: none;
    color: #fff;
    padding: 11px 0px;
    text-decoration: none;
    font-size: 18px;
}

.footer ul li a {
    color: #fff;
    padding: 12px 0px;
    text-decoration: none;
}

.footer ul {
    padding: 0;
}

.footer ul li a:hover {color: #cccccc;}

.copyright p {
    color: #dad5d5;
    text-align: center;
    padding-top: 15px;
}


.epilepsy-img {
    display: flex;
    justify-content: center;
    padding-top: 40px;
   
}

.epilepsy-img img {
    width: 65%;
}

.location a {
    text-decoration: none;
    color: #fff;
    background: #0843aa;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    
    display: inline-block;
}

.location a:hover {
    color: #fff;
}