@charset "utf-8";
/* CSS Document */
@import url(font-awesome.css);
@import url(feather.css);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100;300;400;500;700;900&display=swap');
body{ 
  margin: 0px;
  font-size: 15px;
  /*font-family: 'Montserrat', sans-serif;*/
  font-family: 'Roboto', sans-serif;
  /*font-family: 'Roboto Condensed', sans-serif;*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ display:block;}
a,a:focus,a:hover{color:#333; text-decoration:none !important;}
a:link{outline: 0;}
img{ 
  border:0px; 
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Montserrat', sans-serif;
}
.clr{
  clear:both;
}
.fLeft{
  float: left;
}
.fRight{
  float:right;
}
.imgResponsive{
  width: 100%;
}
.row-new{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.row-col{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.rowflex {
  display: flex;
  flex-wrap: wrap;
}
.stretch-card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch; }

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#main{
  width: 100%;
}
header{
  width: 100%;
  padding: 25px 0 0 0;
  background-color: #fff;
  border-top: 4px solid #35b6b4;
  /*box-shadow: 0 1px 5px rgba(0,0,0,.3);*/
  z-index: 9;
}
.affix {
  background-color: #fff;
  position: fixed;
  padding: 15px 0 0 0;
  left: 0px;
  top: 0px;
  z-index: 99;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.affix .navbar{
  margin-top: 15px;
}
.affix-top {
  position: static;
  top: -160px;
}

.logo{
  width: 100%;
  max-width: 216px;
}
.logo img{
  width: 100%;
}

.header-li,
.header-li ul{
  margin: 0px;
  padding: 0px;
  float: right;
}
.header-li li{
  list-style: none;
  float: left;
  position: relative;
  padding: 0 0 0 45px;
  font-size: 17px;
  color: #35b6b4;
}
.header-li li a{
  color: #35b6b4;
}
.header-li li span{
  display: block;
  font-size: 14px;
  color: #666;
}
.header-li li i{
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.header-li li+li{
  margin-left: 50px;
}
.navbar-default .navbar-nav>.login>a{
  padding: 15px 15px;
  font-size: 16px;
  background-color: #35b6b4;
  color:#fff;
}
.navbar-default .navbar-nav>.login>a i{
  font-size: 16px;
  margin-right: 5px;
}
.navbar-default .navbar-nav>.login>a:hover{
  background-color: #fff;
  border-color: #35b6b4;
  color:#35b6b4;
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
  padding: 0;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.mega-dropdown-menu-inner{
  width: 100%;
  padding: 10px;
  background-color: #f1f1f1
}

.mega-menu-li,
.mega-menu-li ul{
  margin: 0px;
  padding: 0px;
}
.mega-menu-li li{
  list-style: none;
  border-bottom: 1px solid #e5e5e5;
}
.mega-menu-li li a {
  display: block;
  padding: 8px 15px;
  background-color: #f1f1f1;
  color: #333;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.mega-menu-li li a:hover,
.mega-menu-li li a:focus{
  background-color: #35b6b4;
  color: #fff;
}

.banner-main{
  width: 100%;
  height: 650px;
  display: block;
  position: relative;
  border-top: 1px solid #5d9aac;
}

.banner-main:before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  left: 0px;
  top: 0px;
}

.banner-main img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .4s;
}
.banner-main h1{
  font-size:50px;
  font-weight: 900;
  color: #fff;
  margin: 0;
  text-align: center;
  text-shadow: 0px 1px 2px #000;
}
.banner-main h4{
  font-size:30px;
  font-weight: 700;
  color: #fff;
  margin: 180px 0 15px 0;
  text-align: center;
  text-shadow: 0px 1px 2px #000;
}

.banner-caption{
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

/*--- main content ---*/
.main-content{
  width: 100%;
  padding: 50px 0;
  background-color: #ebeef3;
}

.appointment-bg{
  width: 100%;
  margin-top: -170px;
  padding-bottom: 80px;
}

.appointment-left{
  width: 100%;
  background-color: #003a70;
  padding: 30px;
  color: #fff;
  border-radius: 10px;
}

.appointment-left p{
  font-size: 15px;
  text-align: justify;
  margin: 0px;
}
.appointment-left p+p{
  margin: 15px 0 0 0;
}

.appointment-right{
  width: 100%;
  background-color: #fff;
  background-image: url(../images/appointment-img.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.3);
}

.appointment-right h3{
  font-size:26px;
  font-weight: 700;
  color: #35b6b4;
  margin: 0 0 20px 0;
}
.appointment-row{
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.appointment-col{
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.appointment-right .form-control{
  height: 50px;
  border-radius: 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.appointment-right .form-control:focus {
  border-color: #35b6b4;
}
.serach-date-input{
  padding-right: 44px !important;
}
.search-calendar{
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #35b6b4;
  z-index: 1;
}
.appointment-right .form-group{
  margin-bottom: 20px;
}
.appointmentBtn{
  padding: 15px 42px;
  font-size: 16px;
  font-weight: 700;
  background-color: #35b6b4;
  border: none;
  border-radius: 6px;
}
.appointmentBtn:hover,
.appointmentBtn:focus{
  background-color: #073066;
}
.custom-select-appointment {
  width: 100%;
  position: relative;
}
.custom-select-appointment select {
  background-color: #fff;
  padding: 6px 12px;
  width: 100%;
  border: 1px solid #ddd;
  -webkit-appearance: button;
  appearance: button;
  outline: none;
}
.custom-select-appointment:before {
  content:"\f107";
  font-family:'FontAwesome';
  position: absolute;
  top: 1px;
  right: 1px;
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 20px;
  line-height: 48px;
  color: #666;
  background-color: #fff;
  pointer-events: none;
  z-index: 1;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.custom-select-appointment select option {
  padding: 12px;
}
.welcome-row{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.welcome-col{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.welcome-left{
  width: 100%;
  padding-right: 100px;
  position: relative;
}
.welcome-left:before{
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: -20px;
  top: 40px;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  border-left: 20px solid #ebeef3;
  z-index: 9;
}
.welcome-left h2{
  font-size: 40px;
  color: #073066;
  font-weight: 800;
  margin: 10px 0 20px 0;
}
.welcome-left h4{
  font-size: 18px;
  color: #35b6b4;
  margin: 15px 0 0 0;
}
.welcome-left p{
  font-size: 16px;
  text-align: justify;
  margin: 0 0 20px 0;
}
.read-btn{
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
  background-color: #35b6b4;
  border: none;
  border-radius: 6px;
}
.read-btn:hover,
.read-btn:focus{
  background-color: #073066;
}
.welcome-img{
  width: 100%;
}
.welcome-img img{
  width: 100%;
}
.neurological-bg{
  width: 100%;
  background-color: #003a70;
  position: relative;
}
.neurological-bg-inner{
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.neurological-left{
  width: 100%;
  height: 550px;
}
.neurological-left img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .4s;
}
.neurological-right{
  width: 100%;
  padding: 70px 0 50px 40px;
  position: relative;
}
.neurological-right:before{
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: -35px;
  top: 100px;
  border-bottom: 25px solid transparent;
  border-top: 25px solid transparent;
  border-right: 25px solid #003a70;
  z-index: 9;
}
.neurological-right h2{
  font-size: 40px;
  color: #fff;
  font-weight: 800;
  margin: 10px 0 20px 0;
}
.neurological-right h4{
  font-size: 18px;
  color: #35b6b4;
  margin: 0;
}
.neurological-right p{
  font-size: 16px;
  color: #fff;
  margin: 0 0 20px 0;
}

.neuro-li,
.neuro-li ul{
  margin: 0px;
  padding: 0px;
}
.neuro-li li{
  list-style: none;
  color: #fff;
  position: relative;
  padding: 0 0 0 20px;
}
.neuro-li li:before{
  content:"\f105";
  font-family:'FontAwesome';
  position: absolute;
  left: 0px;
  top: 0px;
}
.neuro-li li+li{
  margin-top: 10px;
}
.dmr-solution-bg{
  width: 100%;
  padding: 50px 0 0 0;
  background: #35b6b4 url(../images/bg.png) top center repeat-x;
  background-size: 100%;
}

.dmr-solution-bg h2{
  font-size: 40px;
  color: #fff;
  font-weight: 800;
  margin: 10px 0 20px 0;
  text-align: center;
}
.dmr-solution-bg h4{
  font-size: 18px;
  color: #fff;
  margin: 0;
  text-align: center;
}
.dmr-solution-bg p{
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 0 0 20px 0;
}
.stat-li,
.stat-li ul{
  margin: 20px 0 50px 0;
  padding: 0px;
  text-align: center;
}
.stat-li li{
  list-style: none;
  display: inline-block;
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  margin: 0 30px;
  line-height: 36px;
}
.stat-li li span,
.stat-li li abbr{
  display: inline-block;
}
.stat-li li span{
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
}
.stat-img{
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.stat-img img{
  width: 100%;
}

.meet-the-doctor-left{
  width: 100%;
  height: 650px;
}
.meet-the-doctor-left img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .4s;
}
.meet-the-doctor-right{
  width: 100%;
  padding: 70px 40px 50px 0px;
  position: relative;
}
.meet-the-doctor-right:before{
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: -35px;
  top: 100px;
  border-bottom: 25px solid transparent;
  border-top: 25px solid transparent;
  border-left: 25px solid #003a70;
  z-index: 9;
}
.meet-the-doctor-right h2{
  font-size: 40px;
  color: #fff;
  font-weight: 800;
  margin: 10px 0 20px 0;
}
.meet-the-doctor-right h4{
  font-size: 18px;
  color: #35b6b4;
  margin: 0;
}
.meet-the-doctor-right p{
  font-size: 16px;
  color: #fff;
  margin: 0 0 20px 0;
  text-align: justify;
}

.meet-btn{
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
  background-color: #35b6b4;
  border: none;
  border-radius: 6px;
}
.meet-btn:hover,
.meet-btn:focus{
  background-color: #fff;
  color: #35b6b4;
}

.services-bg{
  width: 100%;
  padding: 50px 0;
  background: #fff url(../images/bg.png) top center repeat-x;
  background-size: 100%;
}

.service-box{
  width: 100%;
  padding: 25px;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.service-box:hover{
  background-color: #35b6b4;
}
.service-box h3{
  font-size: 20px;
  font-weight: 700;
  color: #35b6b4;
  margin: 30px 0 15px 0;
  text-align: center;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.service-box p{
  color: #222;
  text-align: center;
  margin: 0px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.service-box:hover h3,
.service-box:hover p{
  color: #fff;
}
.service-img{
  width: 230px;
  height: 230px;
  overflow: hidden;
  margin: auto;
  border-radius:50%;
  box-shadow: 0px 2px 2px #000;
}
.service-img img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .4s;
}

.quality-treatment{
  width: 100%;
  background-color: #003a70;
}

.quality-treatment-top{
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.quality-treatment-top img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .4s;
}

.quality-treatment-bottom{
  width: 100%;
  padding: 30px 0 40px 0;
}

.quality-treatment-bottom h3{
  font-size: 30px;
  color: #fff;
  font-weight: 800;
  margin: 10px 0 20px 0;
}
.quality-treatment-bottom p{
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.quality-btn{
  margin-top: 60px;
}

.better-technologies{
  width: 100%;
  padding: 50px;
  background-color: #eaeaea;
}
.better-technologies-video{
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
}
.better-technologies-video-inner {
  position: relative;
  padding-bottom: 55%;
  padding-top: 25px;
  height: 0;
}
.better-technologies-video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.better-technologies-right{
  width: 100%;
  padding: 40px 0 50px 40px;
  position: relative;
}
.better-technologies-right:before{
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: -20px;
  top: 50px;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  border-right: 20px solid #eaeaea;
  z-index: 9;
}
.better-technologies-right h2{
  font-size: 40px;
  color: #073066;
  font-weight: 800;
  margin: 10px 0 20px 0;
}
.better-technologies-right h4{
  font-size: 18px;
  color: #35b6b4;
  margin: 0;
}
.better-technologies-right p{
  font-size: 16px;
  color: #222;
  margin: 0 0 20px 0;
  text-align: justify;
}
.content-li,
.content-li ul{
  margin: 0px;
  padding: 0px;
}
.content-li li{
  list-style: none;
  color: #222;
  position: relative;
  padding: 0 0 0 20px;
}
.content-li li:before{
  content:"\f105";
  font-family:'FontAwesome';
  position: absolute;
  left: 0px;
  top: 0px;
}
.content-li li+li{
  margin-top: 10px;
}

.news-bg{
  width: 100%;
  padding: 50px 0;
  background: #fff url(../images/bg.png) top center repeat-x;
  background-size: cover;
}
.news-bg h2{
  font-size: 40px;
  color: #073066;
  font-weight: 800;
  text-align: center;
  margin: 0 0 30px 0;
}

.news-box{
  width: 100%;
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.3);
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.news-box:hover{
  -webkit-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.6);
}
.news-img{
  width: 100%;
}
.news-img img{
  width: 100%;
}
.news-img-inner {
  position: relative;
  padding-bottom: 48%;
  padding-top: 25px;
  height: 0;
}
.news-img-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-content{
  width: 100%;
  padding: 20px 25px 25px 25px;
}
.news-content h4{
  font-size: 18px;
  font-weight: 700;
  color: #073066;
  margin: 10px 0 0 0;
}
.news-date-li,
.news-date-li ul{
  margin: 0px;
  padding: 0px;
}
.news-date-li li{
  list-style: none;
  display: inline-block;
  font-size: 13px;
  color: #666;
}
.news-date-li li i{
  color: #35b6b4;
  margin-right: 5px;
}
.news-date-li li+li{
  margin-left: 15px;
}
.news-date-li li span{
  font-weight: 600;
}

.inner-banner{
  width: 100%;
  height: 250px;
  position: relative;
}
.inner-banner h2{
  font-size:36px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: 0px 1px 2px #000;
}
.inner-banner-overlay{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  padding: 105px 0;
}
.inner-banner img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .4s;
}
.inner-content{
  width: 100%;
  padding: 50px 0;
}
.breadcrumb-bg{
  width: 100%;
  background-color: #ebeef3;
  padding: 10px 0;
}
.breadcrumb{
  padding: 0px;
  margin: 0px;
  background-color: transparent;
}
.about-bg{
  width: 100%;
  min-height: 500px;
}
.mainabout-img{
  width: 100%;
  position: relative;
}
.aboutImg{
  width: 100%;
  max-width: 450px;
  box-shadow: 0 0.5rem 3rem 0.438rem rgba(13,18,30,0.28);
}
.aboutImgNew{
  width: 100%;
  max-width: 280px;
  border: 14px solid #fff;
  position: absolute;
  right: 40px;
  bottom: -120px;
  box-shadow: 0 0.5rem 3rem 0.438rem rgba(13,18,30,0.28);
}
.aboutImg img,
.aboutImgNew img{
  width: 100%;
}
.vission-box{
  width: 100%;
}
.vission-box h3 {
  font-size: 32px;
  font-weight: 700;
  color: #073066;
  text-align: left;
  margin: 15px 0 10px 0;
}
.vission-box p {
  line-height: 22px;
  text-align: justify;
}

.mission-bg{
  width: 100%;
  margin-top: 30px;
  background-color: #ebeef3;
}

.mission-box{
  width: 100%;
  padding: 30px 40px;
}
.mission-box:before{
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: -20px;
  top: 40px;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  border-left: 20px solid #ebeef3;
  z-index: 9;
}
.mission-box h3 {
  font-size: 32px;
  font-weight: 700;
  color: #073066;
  text-align: left;
  margin: 30px 0 10px 0;
}
.mission-box p {
  line-height: 22px;
  text-align: justify;
}
.mission-img{
  width: 100%;
  height: 550px;
  overflow: hidden;
}
.mission-img img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .4s;
}

.about-director{
  width: 100%;
}
.director-left{
  width: 100%;
}
.director-img{
  width: 250px;
  height: 250px;
  overflow: hidden;
  margin: 0 auto 20px auto;
  border-radius: 50%;
  box-shadow: 0 3px 0 2px #35b6b4;
}
.director-img img{
  width: 100%;
}
.doctor-degree-li,
.doctor-degree-li ul{
  margin: 0px;
  padding: 0px;
}
.doctor-degree-li li{
  list-style: none;
  padding: 10px 15px;
  background-color: #f9f9f9;
  font-weight: 700;
  text-align: center;
}
.doctor-degree-li li:nth-child(even) {
  background-color: #f1f1f1;
}
.doctor-degree-li li span{
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.doctor-contacts{
  width: 100%;
  padding: 10px 0;
}
.doctor-contacts h4{
  font-size: 20px;
  text-align: center;
  margin: 10px 0;
}
.doctor-contacts h4 a{
  color: #35b6b4;
}

.btn-appointment{
  width: 100%;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 700;
  background-color: #35b6b4;
  border: none;
  border-radius: 6px;
}
.btn-appointment:hover,
.btn-appointment:focus{
  background-color: #073066;
}

.director-right{
  width: 100%;
  padding-left: 50px;
}

.director-right h2{
  font-size: 32px;
  font-weight: 700;
  color: #073066;
  margin: 0 0 10px 0;
}
.director-right h3{
  font-size: 22px;
  font-weight: 700;
  color: #2b2b2b;
  margin: 30px 0 20px 0;
  position: relative;
}
.director-right h3:before{
  content: '';
  width: 100%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  left: 0px;
  bottom: -7px;
}
.director-right h3:after{
  content: '';
  width: 50px;
  height: 2px;
  background-color: #35b6b4;
  position: absolute;
  left: 0px;
  bottom: -7px;
}
.director-right h4{
  font-size: 16px;
  font-weight: 600;
  color: #2b2b2b;
  margin: 0 0 15px 0;
}
.director-right p {
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}

.contact-bg{
  width: 100%;
  text-align: center;
}
.contact-bg h3{
  font-size: 24px;
  font-weight: 700;
  color: #073066;
  margin: 0 0 10px 0;
}
.contact-bg p{
  font-size: 16px;
  padding: 0 100px;
  margin: 0 0 30px 0;
}
.contact-box{
  width: 100%;
  text-align: center;
}
.contact-box-new{
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.contact-box h4{
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.contact-box h4 i{
  font-size: 30px;
  color: #35b6b4;
  display: block;
  margin-bottom: 5px;
}
.contact-box a:hover{
  color: #35b6b4;
}

.form-box{
  width: 100%;
  padding: 30px;
  background-color: #ebeef3;
  margin-top: 30px;
  border-radius: 10px;
}
.form-box .form-control{
  height: 50px;
  border-radius: 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-box .form-control:focus {
  border-color: #35b6b4;
}
.form-box textarea.form-control{
  height: auto;
}

.custom-select-contact {
  width: 100%;
  position: relative;
}
.custom-select-contact select {
  background-color: #fff;
  padding: 6px 12px;
  width: 100%;
  border: 1px solid #ddd;
  -webkit-appearance: button;
  appearance: button;
  outline: none;
}
.custom-select-contact:before {
  content:"\f107";
  font-family:'FontAwesome';
  position: absolute;
  top: 1px;
  right: 1px;
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 18px;
  line-height: 48px;
  color: #2b2b2b;
  background-color: #fff;
  pointer-events: none;
  z-index: 1;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.custom-select-contact select option {
  padding: 30px;
}
.contact-map{
  width: 100%;
}
.google-map {
  position: relative;
  padding-bottom: 30%;
  padding-top: 25px;
  height: 0;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inner-left-content{
  width: 100%;
  padding-right: 40px;
}

.appointment-bg-main{
  margin-top: 0px;
}

.appointment-bg-main h3{
  font-size: 24px;
  font-weight: 700;
  color: #073066;
  margin: 0 0 15px 0;
}

.appointment-bg-main p{
  font-size: 15px;
  margin: 0 0 20px 0;
}
.sidebar{
  width: 100%;
}
.sidebar h3{
  font-size: 22px;
  font-weight: 700;
  color: #2b2b2b;
  margin: 30px 0 20px 0;
  position: relative;
}
.sidebar h3:before{
  content: '';
  width: 100%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  left: 0px;
  bottom: -7px;
}
.sidebar h3:after{
  content: '';
  width: 50px;
  height: 2px;
  background-color: #35b6b4;
  position: absolute;
  left: 0px;
  bottom: -7px;
}
.director-box{
  width: 100%;
  padding: 30px;
  background-color: #ebeef3;
  border-radius: 10px;
}
.director-name{
  width: 100%;
  padding: 0 0 0 100px;
  position: relative;
  min-height: 80px;
  margin-bottom: 15px;
}
.director-name h4{
  font-size: 18px;
  font-weight: 700;
  color: #073066;
  margin: 0 0 5px 0;
  padding-top: 7px;
}
.director-thumb{
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 10px;
}
.director-thumb img{
  width: 100%;
}
.populer-disorder,
.populer-disorder ul{
  margin: 0 0 30px 0;
  padding: 0px;
}
.populer-disorder li{
  list-style: none;
}
.populer-disorder li a{
  display: block;
  padding: 10px 30px 10px 50px;
  background-color: #003a70;
  color: #fff;
  font-size: 18px;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.populer-disorder li a:before{
  content: '';
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 25px;
  top: 16px;
}
.populer-disorder li a:after{
  content: '';
  width: 8px;
  height: 8px;
  background-color: #35b6b4;
  border-radius: 50%;
  position: absolute;
  left: 28px;
  top: 19px;
}
.populer-disorder li a:hover{
  background-color: #35b6b4;
}
.populer-disorder li:nth-child(1) a{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.populer-disorder li:last-child a{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.populer-disorder li+li{
  margin-top: 1px;
}
.covid-19-img{
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.covid-19-img img{
  width: 100%;
}

.testimonial-box{
  width: 100%;
  border: 1px solid #f2f7fc;
  margin: 0 0 30px 0;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 12px -8px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 12px -8px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 12px -8px rgba(0,0,0,0.2);
}
.testimonial-box:hover{
  -webkit-box-shadow: 0px 0px 12px -8px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 12px -8px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 12px -8px rgba(0,0,0,0.5);
}
.testimonial-box-top{
  width: 100%;
  background-color: #f2f7fc;
  min-height: 80px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.testimonial-box-bottom{
  width: 100%;
  text-align: center;
  padding: 0 25px 25px 25px;
  border-top: 2px solid #35b6b4;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.testimonial-box-bottom h4{
  font-size: 18px;
  font-weight: 700;
  color: #35b6b4;
  text-transform: uppercase;
  margin: 20px 0 10px 0;
}
.testimonial-box-bottom p{
  margin: 0px;
}
.testimonial-box-bottom p+p{
  margin-top: 15px;
}
.testimonial-icon{
  width: 100px;
  height: 100px;
  margin: -50px auto 0 auto;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 10px #eee;
}
.testimonial-icon img{
  width: 100%;
}
.video-review-box{
  width: 100%;
  padding: 15px;
  margin: 0 0 30px 0;
  border: 2px solid #ebeef3;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 12px -8px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 12px -8px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 12px -8px rgba(0,0,0,0.5);
}
.video-review-box h4{
  font-size: 18px;
  font-weight: 700;
  color: #35b6b4;
  text-align: center;
  margin: 0 0 15px 0;
}
.video-review-box-bottom {
  position: relative;
  padding-bottom: 50%;
  padding-top: 25px;
  height: 0;
}
.video-review-box-bottom iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service-left-content{
  width: 100%;
  padding-right: 40px;
}
.service-left-content p{
  text-align: justify;
}
.inner-heading{
  font-size: 28px;
  font-weight: 700;
  color: #073066;
  margin: 0 0 10px 0;
}
.inner-heading-1{
  font-size: 20px;
  font-weight: 700;
  color: #2b2b2b;
  margin: 30px 0 20px 0;
  position: relative;
}
.inner-heading-1:before{
  content: '';
  width: 100%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  left: 0px;
  bottom: -7px;
}
.inner-heading-1:after{
  content: '';
  width: 50px;
  height: 2px;
  background-color: #35b6b4;
  position: absolute;
  left: 0px;
  bottom: -7px;
}
.service-top-img{
  width: 100%;
  padding: 10px;
  background-color: #ebeef3;
  margin-bottom: 30px;
  border-radius: 10px;
}
.service-top-img img{
  width: 100%;
  border-radius: 10px;
}
.date-text{
  font-size: 14px;
  margin: 0;
}
.services-li,
.services-li ul{
  margin: 0 0 15px 0;
  padding: 0px;
}
.services-li li{
  list-style: none;
  color: #222;
  position: relative;
  padding: 0 0 0 20px;
}
.services-li li:before{
  content:"\f105";
  font-family:'FontAwesome';
  position: absolute;
  left: 0px;
  top: 0px;
}
.services-li li+li{
  margin-top: 5px;
}
.service-video {
  position: relative;
  padding-bottom: 55%;
  padding-top: 25px;
  height: 0;
  margin: 30px 0 0 0;
}
.service-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.opd-service-content{
  width: 100%;
}
.opd-service-content h2 {
  font-size: 40px;
  color: #073066;
  font-weight: 800;
  text-align: center;
  margin: 0 0 10px 0;
}
.opd-service-content  p {
  font-size: 16px;
  text-align: center;
  margin: 0;
}
.opd-img{
  width: 100%;
  max-width: 600px;
  margin: 40px auto;
}
.opd-img img{
  width: 100%;
}
.blog-main-banner{
  width: 100%;
  height: 480px;
}
.blog-main-banner img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-date-inner{
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -45px;
  left: 60px;
  font-size: 14px;
}
.blog-user-inner{
  width: 60px;
  height: 60px;
  background-color: #ddd;
  float: left;
  overflow: hidden;
  border-radius: 50%;
}
.blog-user-inner img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blogDate-inner{
  float: left;
  padding: 28px 0 0 15px;
}
.blogDate-inner strong{
  color: #35b6b4;
  margin-right: 15px;
}
.blog-text-content {
  width: 100%;
  padding: 120px 180px 150px 180px;
}
.blog-text-content h3 {
  font-size: 30px;
  font-weight: 800;
  color: #35b6b4;
  margin: 0 0 20px 0;
}
.blog-text-content h5 {
  font-size: 18px;
  font-weight: 700;
  color: #2b2b2b;
  margin: 30px 0 10px 0;
}
.blog-text-content p {
  font-size: 18px;
  color: #2b2b2b;
  margin: 0 0 10px 0;
}

.blog-text-content ul{
  margin: 0 0 20px 0;
  padding: 0px;
}
.blog-text-content li{
  list-style: none;
  position: relative;
  font-size: 18px;
  color: #2b2b2b;
  padding: 0 0 0 40px;
  margin: 0 0 5px 0;
}

.blog-text-content li:before{
  font-family:'FontAwesome';
  content:"\f105";
  position: absolute;
  left: 15px;
  top: 0px;
}
.blog-date-content{
  margin: 0 0 40px 0 !important;
  color: #666 !important;
}
.blog-date-content strong{
  color: #35b6b4;
  margin-right: 15px;

}
footer{
  width: 100%;
  padding: 30px 0 0 0;
  /*background-color: #003a70;*/
  background: #003a70 url(../images/message-shadow.png) top center repeat-x;
}
.footer-top{
  width: 100%;
  padding: 0 0 30px 0;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
.footer-icon-li,
.footer-icon-li ul{
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.footer-icon-li li{
  list-style: none;
  display: inline-block;
  position: relative;
  margin: 0 15px;
  color: #fff;
  font-size: 16px;
  padding: 5px 0 0 65px;
  line-height: 20px;
  text-align: left;
  min-height: 50px;
}
.footer-icon-li li i{
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #35b6b4;
  color: #fff;
  font-size: 24px;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 50%;
}
.footer-icon-li li span{
  display: block;
  font-size: 14px;
  color: #ddd;
}

.footer-icon-li li a{
  color: #fff;
}

.footer-center{
  width: 100%;
  padding: 30px 0;
}
.footer-center h4{
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 15px 0;
}
.footer-center p{
  color: #fff;
}
.footer-logo{
  width: 100%;
  max-width: 150px;
  margin-bottom: 15px;
}
.footer-logo img{
  width: 100%;
}
.footer-location{
  width: 100%;
  padding-left: 30px;
  border-left: 1px solid rgba(255,255,255,0.10);
}
.footer-social,
.footer-social ul{
  margin: 0px;
  padding: 0px;
}
.footer-social li{
  list-style: none;
  float: left;
}
.footer-social li+li{
  margin-left: 10px;
}
.footer-social li a{
  display: block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
}
.footer-social li a:hover{
  color: #35b6b4;
  border: 2px solid #35b6b4;
}
.working-li,
.working-li ul{
  margin: 0px;
  padding: 0px;
}
.working-li li{
  list-style: none;
  color: #fff;
  font-size: 14px;
  position: relative;
  padding: 0 0 0 20px;
}
.working-li li:before{
  content:"\f105";
  font-family:'FontAwesome';
  position: absolute;
  left: 0px;
  top: 0px;
}
.working-li li+li{
  margin-top: 5px;
}

.footer-link,
.footer-link ul{
  margin: 0px;
  padding: 0px;
}
.footer-link li{
  list-style: none;
  font-size: 14px;
  color: #fff;
  position: relative;
}
.footer-link li a{
  color: #fff;
}
.footer-link li a:hover{
  color: #35b6b4;
}
.footer-link li+li{
  margin-top: 5px;
}

.footer-margin{
  margin-top: 30px !important;
}
.footer-bottom{
  width: 100%;
  padding: 20px 0;
  font-size: 14px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.10);
  color: #fff;
}


@media (min-width: 200px) and (max-width: 767px) {
  header{
    padding: 15px 0 0 0;
  }
  .affix{
    position: inherit;
  }
  .logo{
    margin: 0 auto 10px auto;
  }
  .header-li,
  .header-li ul{
    margin: 0 0 10px 0;
  }
  .header-li li {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .header-li li i,
  .header-li li span{
    display: none;
  }
  .header-li li+li{
    margin-left: 0px;
  }
  .header-li li:nth-child(2),
  .header-li li:nth-child(3){
    width: 50%;
  }
  .navbar-nav{
    margin: 0px 0px;
  }
  .banner-main{
    height: 250px;
  }
  .banner-main h1 {
    font-size: 28px;
  }
  .banner-main h4 {
    font-size: 20px;
    margin: 50px 0 15px 0;
  }
  .appointment-bg{
    margin-top: 0px;
    padding-bottom: 15px;
  }
  .main-content{
    padding: 15px 0;
  }
  .appointment-left{
    padding: 15px;
    margin-bottom: 15px;
  }
  .appointment-right{
    padding: 15px;
  }
  .appointment-right h3 {
    font-size: 22px;
    margin: 0 0 15px 0;
  }
  .appointment-right .form-group{
    margin-bottom: 10px;
  }
  .welcome-left{
    padding-right: 0px;
  }
  .welcome-left:before{
    display: none;
  }
  .welcome-left h4{
    margin-top: 0px;
  }
  .welcome-left h2{
    font-size: 26px;
  }
  .welcome-left p{
    margin-bottom: 15px;
  }
  .welcome-img{
    margin-top: 15px;
  }
  .neurological-left{
    height: 200px;
  }
  .neurological-bg-inner{
    position: inherit;
  }
  .neurological-right{
    padding: 15px 0;
  }
  .neurological-right h2{
    font-size: 26px;
    margin: 10px 0 15px 0;
  }
  .dmr-solution-bg{
    padding: 15px 0 0 0;
  }
  .dmr-solution-bg h2{
    font-size: 26px;
    margin: 10px 0 15px 0;
  }
  .stat-li,
  .stat-li ul {
    margin: 0 0 30px 0;
  }
  .stat-li li{
    font-size: 40px;
  }
  .stat-li li+li{
    margin-top: 15px; 
  }
  .meet-the-doctor-right{
    padding: 15px 0;
  }
  .meet-the-doctor-right h2{
    font-size: 26px;
    margin: 10px 0 15px 0;
  }
  .meet-the-doctor-right p{
    margin-bottom: 15px;
  }
  .meet-the-doctor-left{
    height: 200px;
  }
  .services-bg{
    padding: 15px 0;
  }
  .quality-treatment-top{
    height: 200px;
  }
  .quality-treatment-bottom{
    padding: 15px 0;
  }
  .quality-treatment-bottom h3{
    font-size: 20px;
    margin: 0 0 15px 0;
  }
  .quality-btn{
    margin-top: 15px;
  }
  .better-technologies{
    padding: 15px 0;
  }
  .better-technologies-right{
    padding: 15px 0 0 0;
  }
  .better-technologies-right h2{
    font-size: 26px;
    margin: 10px 0 15px 0;
  }
  .news-bg{
    padding: 15px 0;
  }
  .news-bg h2{
    font-size: 26px;
    margin: 0 0 15px 0;
  }
  .news-box{
    margin-bottom: 15px;
  }
  .news-content{
    padding: 15px;
  }
  .news-content h4{
    font-size: 16px;
  }
  .footer-icon-li li{
    margin: 0px;
  }
  .better-technologies-right:before,
  .meet-the-doctor-right:before{
    display: none;
  }
  .inner-banner{
    height: 200px;
  }
  .inner-banner-overlay{
    padding: 70px 0;
  }
  .inner-banner h2{
    font-size: 24px;
  }
  .inner-content{
    padding: 15px 0;
  }
  .aboutImgNew{
    display: none;
  }
  .mission-bg{
    margin-top: 0px;
  }
  .mission-box:before{
    display: none;
  }
  .mission-img{
    height: 200px;
  }
  .mission-box{
    padding: 15px;
  }
  .vission-box h3{
    font-size: 24px;
  }
  .mission-box h3 {
    font-size: 24px;
    margin: 0 0 10px 0;
  }
  .director-right{
    padding-left: 0px;
    padding-top: 15px;
  }
  .director-right h2{
    font-size: 24px;
  }
  .director-right h3{
    margin: 15px 0;
  }
  .contact-bg h3{
    font-size: 20px;
  }
  .contact-bg p{
    padding: 0px;
  }
  .contact-box-new{
    border: none;
  }
  .form-box{
    padding: 15px;
    margin-top: 15px;
  }
  .google-map {
    padding-bottom: 50%;
  }
  .inner-left-content{
    padding-right: 0px;
  }
  .appointment-bg-main{
    margin-top: 0px;
  }
  .director-box{
    padding: 15px;
    margin-top: 15px;
  }
  .sidebar h3{
    margin: 15px 0;
  }
  .populer-disorder,
  .populer-disorder ul{
    margin: 0 0 15px 0;
  }
  .video-review-box,
  .testimonial-box{
    margin-bottom: 15px;
  }
  .opd-service-content h2{
    font-size: 26px;
  }
  .opd-img{
    margin: 15px 0;
  }
  .blog-main-banner{
    height: 200px;
  }
  .blog-text-content{
    padding: 70px 0 0 0;
  }
  .blog-text-content h3{
    font-size: 20px;
  }
  .blog-text-content p{
    font-size: 16px;
  }
  .service-left-content{
    padding-right: 0px;
  }
  .service-top-img{
    padding: 0px;
    margin-bottom: 15px;
  }
  .inner-heading{
    font-size: 20px;
  }
  .inner-heading-1{
    font-size: 18px;
    margin: 15px 0;
  }
  footer{
    padding: 15px 0 0 0;
  }
  .footer-top{
    padding: 0 0 15px 0;
  }
  .footer-icon-li li{
    display: block;
  }
  .footer-icon-li li+li{
    margin-top: 10px;
  }
  .footer-center{
    padding: 15px 0;
  }
  .footer-margin{
    margin-top: 15px !important;
  }
  .footer-location{
    padding-left: 0px;
    border: none;
    padding-top: 15px;
  }
  .footer-bottom{
    padding: 15px 0;
  }
}