.habout p{
    font-size: 16px;
    line-height: 28px;
    color: #000;
    text-align: justify;
}
.habout h4{
    font-size: 18px;
    color: #2c74ca;
    
}
.habout h1{
    font-size: 38px;
    font-weight: 800;
    color: #2c74ca;
    padding-bottom: 15px;
     text-transform: uppercase;
}
.doct{
    padding: 8px 0 0 0;
}
.doct h2{
    font-size: 28px;
    font-weight: 600;
/*    text-transform: uppercase;*/
    color:  #333;
}
.doct p{
    font-size: 20px;
    color: #666;
    font-weight: 400;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}
.doct h3{
    font-size: 24px!important;
    font-weight: 500!important;
    color: #333;
}
.doct .rbtn{
    margin-top: 20px;
}
.doct .rbtn a{
    background: none;
    padding: 8px 20px;
    font-size: 15px;
    border-radius: 5px;
    color:  #fff;
    background-color: #2c74ca;
    border: 2px solid #2c74ca;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;

}
.doct .rbtn a:hover{
    border: 2px solid #2c74ca;
    background: #fff;
    color: #2c74ca;
}
.whybox img{
    width: 100%;
          transition:0.9s ease;
    -moz-transition:0.9s ease;
    -webkit-transition:0.2s ease-in;
}
.whybox:hover img{
    transform: translateY(-10px);
    box-shadow: 0px 10px 5px #00000015;
}
.whybox h4{
    color: #2c74ca!important;
    font-size: 18px!important;
    font-weight: 600!important;
}
.whybox ul {
    padding-left: 18px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.whybox ul li{
    color: #fff!important;
    padding-bottom: 10px;
    font-weight: 300;
}
.whybox ul li:last-child{
    padding-bottom: 0;
}

.why-us .section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #1a6bb2!important;
  bottom: 0;
  left: calc(50% - 20px);
}
.icon-box{
    margin-bottom: 25px;
}
.icon-box h4 a{
    font-size: 22px;
}
.icon-box .rbtn{
    margin-top: 20px;
}
.icon-box .rbtn a{
    background: none;
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 5px;
    color:  #2c74ca;
    border: 2px solid #2c74ca;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;

}
.icon-box:hover .rbtn a{
    background: #2c74ca;
    color: #fff;
}
.cta ul {
    margin-left: 0;
    padding: 0;
    margin: 0
}
.cta ul li {
    list-style: none;
    display: inline;margin-right: 25px;
    font-size: 26px;
    font-weight: 600;
}
.cta ul li a{
    color: #ffffff;
    color: #ffffff;
    transition:0.5s ease;
-moz-transition:0.5s ease;
-webkit-transition:0.5s ease;

}
.cta ul li a:hover{
     color: #afd4ff;
}
.cta ul li a i{
    font-size: 32px;
    background: #fff;
    margin-right: 5px;
    width: 60px;
    color: #2f4b94;
    margin-top: 10px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    animation: btn1 3s infinite;
}
@keyframes btn1{
    0%{
        box-shadow: 0 0 5px 6px #ffffff70;
    }
    50%{
       box-shadow: none;
    }
    100%{
      box-shadow: 0 0 5px 6px #ffffff70;
    }
}
.clients-slider{
    padding: 10px 0 0 0;
}
.swiper-slide{
    border-radius: 4px;
    box-shadow: 0 0 5px 4px #00000010; 
     margin-bottom: 1.5rem;
}
.review-2{
    padding: 28px;
    position: relative;
    text-align: center;
    width: 100%;
    display: block;

}
.review-2 .quote{
    position: absolute;
    top: 1.2rem;
    left: 1.2rem;
}

.review-2 p{
    font-size: 1.1rem;
    line-height: 30px;
    font-style: italic;
    color: #000000;
   
}
.review-2 p:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
}
.review-2 .quote img{
    width: 30px;
    margin: auto;
}
.review-2:hover .quote img{
    transform: scale(1.5);
}
.review-2:hover .testimonial-avatar img{
    filter: brightness(1.1);
}
.testimonial-avatar{
    margin-bottom: 1rem;
}
.testimonial-avatar img{
    border-radius: 100%;
    width: 6rem;
    opacity: 1!important;
}
.swiper-backface-hidden .swiper-slide{
    width: 100%;
    padding: 25px;
}
.review-2 .review-author h5{
    font-weight: normal;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 3px;  
    padding-top: 0.5rem;
     margin: 0;
    color: #2c74ca;
}
.clients .swiper-pagination .swiper-pagination-bullet{
       border: 2px solid #2f4b94;
}
.clients .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #2f4b94;
}
.contact{
/*    background: #fafafa;*/
padding-bottom: 60px;
}
.fl img{
    width: 200px;
   
}
.fl h3 img{
     margin-top: 20px;
     margin-bottom: 10px;
}
.credits img{
    width: 20px;
    margin-left: 5px
}
.footer-address{
    text-align: left;
    background: #ecf0f9;
    padding: 40px;
    border-radius: 10px;
}
.footer-address i{
    color: #2c74ca;
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 18px;
}
.footer-address p{
    color: #000!important;
    font-size: 
    font-weight: normal;
    padding-bottom: 0;
    margin-bottom: 0;
}
.fl p{
    font-style: italic;
}
.footer-address h4{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    margin: 0;
    position: relative;
    padding-left: 30px;
}
.footer-address h2{
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #142250;
    padding-bottom:15px;
    margin-bottom:25px;
    border-bottom: 1px solid #2f4b94;
}

.breadcrumbs h2{
    color: #142250;
    text-align: center;
    font-weight: 600;
    font-size: 38px;
    /* text-transform: uppercase;*/
    margin: 0;
    font-family: 'Signika', sans-serif;
    background: linear-gradient( 45deg, #142250, #2c74ca);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.doctor{
    text-align: center;
}
.doctor h1{
    font-size: 32px;
    padding-top: 20px;
    color: #2c74ca;
    padding-bottom: 0;
    font-family: 'Signika', sans-serif;
    margin: 0;
    margin-bottom: 5px;
     text-transform: uppercase;
}
.doctor h3{
    color: #000;
    font-size: 22px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    font-weight: 500;
    font-family: 'Signika', sans-serif;
}
.doctor .rbtn{
    margin-top: 25px;
}
.doctor .rbtn a{
    background: none;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 600;
    margin: 0 3px;
    border-radius: 5px;
    color:  #2c74ca;
    border: 2px solid #2c74ca;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;

}
.doctor .rbtn a:hover{
    background: #2c74ca;
    color: #fff;
}
.doctordetail p{
    font-size: 16px;
    color: #000;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 10px;
}
.doctordetail ul{
    margin: 0;
    padding: 0;
    margin-left: 20px;
}
.doctordetail ul li{
    line-height: 32px;
    color: #000;

}
.doctordetail h2{
    font-size: 33px;
      font-family: 'Signika', sans-serif;
    font-weight: 600;
    color: #004d91;
    margin: 0;
    padding: 0;
    margin: 25px 0 20px 0;
}
.moreinfo {
    background-color: #eeeeee80;
}
.moreinfo p{
    color: #333;
    font-size: 16px;
}
.moreinfo ul{
    padding-left: 0;
    margin-bottom: 0;

}
.moreinfo ul li{
    line-height: 38px;
    font-size: 18px;
    list-style: none;
     color: #000;
    padding-left: 0;
}
.moreinfo ul li i{
    font-size: 16px;
/*    background-color: #787878;*/
    width: 25px;
    height: 25px;
    color: #2f4b94;
    text-align: center;
    margin-right: 6px;
}
.moreinfo ul li:hover{
    color: #2c74ca;
}
.moreinfo h2{
    padding-bottom: 20px;
    font-weight: 600;
    color: #2f4b94;
    font-size: 28px;
    border-bottom: 1px solid #cccccc85;
    margin-bottom: 30px;
    position: relative;
}
.moreinfo h2:after{
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background-color: #2c74ca;
    left: 0;
    bottom: 0;
}
.info p{
    font-size: 16px;
    color: #2c74ca;
}
.sidebar {
    text-align: left;
}
.sidebar h1{
    font-size: 33px;
    font-weight: 600;
    font-family: 'Signika', sans-serif;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
}
.sidebar ul{
    background-color: #ecf0f9;
    margin: 0;
    padding: 30px 25px;
    border-radius: 5px;
}
.sidebar ul li{
    font-size: 16px;
    list-style: none;

    padding: 14px 30px;
    border-bottom: 1px solid #00000012;
/*    transition: 0.5s ease;*/
/*    border-radius: 30px;*/
    margin: 5px 0;
    font-weight: normal;
    position: relative;
}
/*.sidebar ul li:before{
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background-color: #2c74ca;
    left: -5px;
    visibility: hidden;
    transform: rotate(45deg);
}*/
.sidebar ul li:hover:before{
    visibility: visible;
}
.sidebar ul li:last-child{
    border-bottom: 0;
}
.sidebar ul li:hover:last-child{
    border-bottom: none;
    }
.sidebar ul li:hover{
    background-color: #2c74ca;
}
.sidebar ul li.active{
      background-color: #2c74ca;
}
.sidebar ul li.active a{
    color: #fff;
}
.sidebar ul li.active:before{
    background-color: #2c74ca;

    position: absolute;
    content: '';
    width: 36px;
    height: 35px;
    left: -15px;
    top: 9px;
    visibility: visible;
    transform: rotate(45deg);
}
.sidebar ul li a{
   color: #000;

}
.sidebar ul li:hover a{
    color: #fff;
}

.serbanner{
    margin-bottom: 25px;
}
.serbanner img{
/*    filter: grayscale(50%);*/
    transition: 0.5s ease;
}
.serbanner img:hover{
    filter: grayscale(0%);
}
.servlft{
    text-align: left;
}
.servlft img{
    width: 25px;
    margin-left: 5px;
    transform: translateY(-3px);
}
.contact h2{
    font-size: 26px;
    padding-bottom: 20px;
    color: #000;
}
#footer p.last{
    margin-bottom: 0;
}
.affiliationspage{
    padding: 60px 0;
}
.affiliationspage .info{
    margin: 20px 0;
}
.reviewpg .review-2{
    box-shadow: 0 0 5px #00000035;
    border-radius: 20px;
    transition: 0.5s ease;
    border-top: 5px solid #ecf0f9;
}
.reviewpg .review-2:hover{
    box-shadow: 0 0 10px 5px #00000035;
}
.reviewpg .review-2 .testimonial-avatar img{
    width: 60px;
}
.whatsapp img{
    width: 50px;
    position: fixed;
    z-index: 999;
    bottom: 70px;
    right: 10px;
}










