/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font: normal 13px / 20px, "Roboto", Helvetica, Arial, sans-serif;  
  color: #191919;
}

a {
  color: #1541A0;
  text-decoration: none;
}

a:hover {
  color: #0dd3fe;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1541A0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #03d1fe;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  /*background: #283593;*/
  background: linear-gradient(to bottom right, #1976D2 0%, #283593 100%);
  border-bottom: 1px solid #eee;
  font-size: 14px;
  height: 44px;
  padding: 0;
  transition: all 0.5s;
  overflow: hidden;
  z-index: 996;
}
#topbar.topbar-scrolled {
  top: -44px;
}
#topbar .contact-info span {
  font-style: normal;
  color: #fff !important;
}
#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #fff;
}
#topbar .quick-links a {
  color: #fff;
  padding: 0px 12px;
  display: inline-block;
  transition: 0.3s;
  border-left: 1px solid #e9e9e9;
}
#topbar .quick-links a:hover {
  color: #fff;
}
#topbar .quick-links a:first-child {
  border-left: 0;
}
#topbar .social-links a {
  color: #fff;
  padding: 4px 12px;
  display: inline-block;
  /*line-height: 1px;*/
  transition: 0.3s;
  border-right: 1px solid #e9e9e9;
}
#topbar .social-links a:hover {
  color: #fff;
}
#topbar .social-links a:first-child {
  border-left: 0;
}
#topbar .lang-links a {
  color: #fff;
  padding: 4px 12px;
  display: inline-block;
  /*line-height: 1px;*/
  transition: 0.3s;  
}
#topbar #search-box{
  width:100%
}
@media (min-width: 500px) {
  #topbar #search-box{
    width:134px
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  min-height: 110px;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  top: 44px;
}
#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  top: 0;
}
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #354144;
  text-decoration: none;
}
#header .logo h1 a span, #header .logo h1 a:hover span {
  color: #1541A0;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
  position: static;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: static;
}
/*.navbar-collapse.collapse{
  margin-top: 25px;
}*/
.navbar a, .navbar a:focus {
  /*display: flex;*/
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px 10px 15px;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 600;
  /*color: #404f52;*/
  color:#283593;
  white-space: nowrap;
  text-transform: uppercase;
  transition: 0.3s;
  text-align: center;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #1541A0;
}
.nav-link-dark {
  width: 100%;
}
.nav-link-dark a {
  background-color: #1541A0;
  color: #fff;
  text-align: center;
}
.navbar-toggler{
  border-color: #1541A0;
  color: #1541A0;
}

/*--------------------------------------------------------------
# Content Section
--------------------------------------------------------------*/
.content-text {
  font-size: 16px;
  line-height: 1.5;
  /*font-family: Helvetica, Arial, sans-serif;  */
}
.content-text h1 {    
  color: #1541A0;

}
.content-text .pages p>a {    
  color: #1541A0;
  text-decoration: underline;

}
.content-text h2 {  
  font-family: 'Roboto', serif;
  line-height: 1.25;
  font-size: 26px;
  font-weight: 600;  
  color: #1541A0;

}
.content-text h3 {
  font-family: 'Roboto', serif;  
  line-height: 1.25;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 1rem;
  border-bottom: 2px solid #1976D2;

}
.content-text h4 {
  font-family: 'Roboto', serif;
  /*font-size: 14px;*/
  line-height: 1.25;
  font-size: 20px;
}
.content-text .img-left{
  float: left;
  margin: 0px 15px 15px 0px;
}
.content-text .img-right{
  float: right;
  margin: 0px 0px 15px 15px;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background-color: rgba(31, 38, 39, 0.8);
  overflow: hidden;
  position: relative;
  padding: 0;
}
#hero .carousel-item {
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .carousel-content {
  text-align: center;
}
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}
#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
#hero .carousel-indicators li {
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 4px;
  transition: ease-in;
  opacity: 0.7;
}
#hero .carousel-indicators li.active {
  opacity: 1;
  background-color: #1541A0;
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  background: #1541A0;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#hero .btn-get-started:hover {
  background: #019cbe;
}

.hex {
    margin-top: 30px;
    width: 104px;
    height: 60px;
    /*background-color: #000;
    border-color: #000;*/
    position: relative;
    display: inline-block;
}

.hp-background{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
}
.hp-background:before {
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    /*height: 80px;*/
    z-index: 5;
    content: "";
}
.hp-background:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: #244a90;
    background: -moz-linear-gradient(left, #244a90 0%, #1541A0);
    background: -webkit-linear-gradient(left, #244a90 0%, #1541A0);
    background: linear-gradient(to right, #244a90 0%, #1541A0);
    opacity: .50;
}
.homepage-action-buttons{
  padding: 0px 0 0px 0;
  position: relative;
}

.homepage-action-buttons .badge {
  position: relative;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  /*width: 9em;*/
  width: 100%;
  height: 9.2em;
  border-radius: 10px;
  display: inline-block;
  top: 0;
  transition: all 0.2s ease;
  z-index: 90;
}
.homepage-action-buttons .badge:before, .homepage-action-buttons .badge:after {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.homepage-action-buttons .badge:hover {
  top: -4px;
}
.homepage-action-buttons .badge .circle {
  width: 60px;
  height: 60px;
  position: absolute;
  background: #fff;
  z-index: 10;
  border-radius: 50%;
  top: -20px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.homepage-action-buttons .badge .circle i.fa {
  font-size: 2em;
  margin-top: 20px;
}
.homepage-action-buttons .badge .font {
  display: inline-block;
  margin-top: 1em;
}
.homepage-action-buttons .badge .ribbon {
  position: absolute;  
  border-radius: 0px 0px 4px 4px;
  padding: 5px 5px 4px;  
  z-index: 11;
  color: #fff;
  bottom: 12px;  
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  background: linear-gradient(to bottom right, #1976D2 0%, #283593 100%);
  cursor: default;
  white-space: break-spaces;
}
.yellow {
  background: linear-gradient(to bottom right, #ffeb3b 0%, #fbc02d 100%);
  color: #ffb300;
}

.orange {
  background: linear-gradient(to bottom right, #ffc107 0%, #f57c00 100%);
  color: #f68401;
}

.pink {
  background: linear-gradient(to bottom right, #F48FB1 0%, #d81b60 100%);
  color: #dc306f;
}

.red {
  background: linear-gradient(to bottom right, #f4511e 0%, #b71c1c 100%);
  color: #c62828;
}

.purple {
  background: linear-gradient(to bottom right, #ab47bc 0%, #4527a0 100%);
  color: #7127a8;
}

.teal {
  background: linear-gradient(to bottom right, #4DB6AC 0%, #00796B 100%);
  color: #34a297;
}

.blue {
  background: linear-gradient(to bottom right, #4FC3F7 0%, #2196F3 100%);
  color: #259af3;
}

.blue-dark {
  background: linear-gradient(to bottom right, #1976D2 0%, #283593 100%);
  color: #1c68c5;
}

.green {
  background: linear-gradient(to bottom right, #cddc39 0%, #8bc34a 100%);
  color: #7cb342;
}

.green-dark {
  background: linear-gradient(to bottom right, #4CAF50 0%, #1B5E20 100%);
  color: #00944a;
}

.silver {
  background: linear-gradient(to bottom right, #E0E0E0 0%, #BDBDBD 100%);
  color: #9e9e9e;
}

.gold {
  background: linear-gradient(to bottom right, #e6ce6a 0%, #b7892b 100%);
  color: #b7892b;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}
section.line-top{
  border-top: 3px solid #2f308d;
}
.section-bg {
  background-color: #f2fdff;
}

.section-title {
  text-align: center;
  padding: 0px 0 30px 0;
  position: relative;
}
.section-title h1 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #1541A0;
  position: relative;
  z-index: 2;
}
.section-title h1::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h1::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #1977cc;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title span {
  position: absolute;
  top: 30px;
  color: #f3f5f5;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}
.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.news .card { overflow: hidden;}
.news .news-item-big { height: 190px}
/*.news .news-item { height: 140px}*/
/*.news .news-big { height: 100%; max-height: 400px}*/
.news-image-wrap{
  /*width: calc(100% - 60px);
  max-height: 300px;*/
  width: 100%;
  overflow: hidden;
}
.news-perex{
  font-size: 12px;
}
.news-image{
  width: 100%;
  height: auto;
}
.news-image-thumb-wrap{
  /*padding-top: 56.25%;*/
  /*height: calc(100% * 0.5625);*/
  position: relative;
  width: 100%;
  /*height: 120px;*/
  background-position: center;

}
.news-image-thumb-wrap:before {
  content:     "";
  display:     block;
  padding-top: 100%; /* initial ratio of 1:1*/
}
.news-image-thumb-wrap-higher{
  /*padding-top: 56.25%;*/
  /*height: calc(100% * 0.5625);*/
  position: relative;
  width: 100%;
  height: 190px;
}
.news-image-thumb{
  position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.news h2{
  font-size: 1.2rem;
}
.news .card-body{
  padding-top: 0px;
}
.new-header h2 {
  margin-bottom: 1rem;
  font-family: 'Roboto', serif;  
  color:#000;
  border-bottom: 2px solid #1976D2;
}
.new-header h2 a {  
  color:#000;  
}
.news h1{
  font-size: 1.6rem;
  color: #1541A0;
}
.news p { text-align: left; }


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}
.about .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #1541A0;
}
.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About List
--------------------------------------------------------------*/
.about-list {
  padding-top: 0;
}
.about-list .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}
.about-list .icon-box i {
  font-size: 48px;
  float: left;
  color: #1541A0;
}
.about-list .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}
.about-list .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team {
  background: #fff;
  margin-bottom: 20px;
}
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  /*padding: 30px;*/
  border-radius: 10px;
  overflow: hidden;
  margin-bottom:  1em;
  width: 200px;
  margin: 0px auto;
}
.team .member .pic {
  overflow: hidden;
  /*width: 180px;*/
  /*border-radius: 50%;*/
}
.team .member .pic img {
  /*transition: ease-in-out 0.3s;*/
  margin-left: 50%;
  transform: translateX(-50%);
  height: 300px;
}
/*.team .member:hover img {
  transform: scale(1.1);
}*/
.team .member .member-head {
  background-color: #1541A0;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.team .member .member-info {
  padding: 10px 5px 5px 5px;
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 16px;
  color: #354144;
}
.team .member h4 span {
  /*display: block;*/
  font-size: 12px;
  /*padding-bottom: 10px;
  position: relative;*/
  font-weight: 500;
  margin-bottom: 0px  ;
}
.team .member > span {
  display: block;  
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
  margin-bottom: 5px  ;
}
.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #c2cdcf;
}
.team .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}
.team .member .social a:hover {
  background: #1541A0;
}
.team .member .social a + a {
  margin-left: 8px;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;  
  min-height: 40px;  
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 400;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4b5c61;
  content: "/";
}



.main-wrapper {
  margin: 0em -24px 0em -24px;
  text-align: center;
}



.left-menu {
  margin-top: 1em;
}
 .left-menu li a {
   font-size: 12px;
   padding: .25rem .5rem .25rem 1.25rem;
   /*padding:.25rem .5rem .25rem .5rem;*/
   color:#000;
   width: 100%;
 }
 .left-menu>li>div>ul>li>a.selected {
  font-weight: bold;
 }
 .left-menu>li>div>ul>li>ul>li>a.selected {
  text-decoration: underline;
 }

 .left-menu>li>div>ul>li>ul {
  padding-left: 2.5rem;
 }
 .left-menu>li>div>ul>li>ul>li>a {
  padding: 0px;
 }
 .left-menu li button {
  font-size: 12px;  
  color:#000;
 }
 .left-menu li button.btn-toggle::before {
  width: 1em;
    line-height: 1.25em;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='11' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .2em 40%;
    color:#283593;
 }
 .left-menu li button:hover::before {  
    color:#fff;
 }
 .left-menu li button:hover,.left-menu>li>a:hover, .left-menu>li>a.selected, .left-menu>li>button.selected{  
  background-color: #1976D2;
  color:#fff;
 }
 .left-block{   
   background-color:#92bfeb4d;  
   margin-bottom: 1em;
   padding-bottom: 0.5rem;
   border-radius: 5px;
 }
 .left-menu-title{
  padding: .5rem .5rem .5rem 1.25rem;
  color: #fff;
  /*background-color: #1541A0;*/
  background:linear-gradient(to bottom right, #1976D2 0%, #283593 100%);
  border-radius: 5px;
  border: 1px solid #3d69c8;  
   
 }
 .left-menu-title a{  
  color: #fff;  
  text-transform: uppercase;
 }

.footer {
  margin-top: 25px;
  bottom: 0;
  width: 100%;
  min-height: 100px; /* Set the fixed height of the footer here */
  background-color: #ecf0f2;
  padding: 10px 0px;
}
.footer a{
  margin-bottom: 15px;
}
.dep-map h3 {  font-size: 14px;text-transform: uppercase;margin-bottom: 1em;line-height: 1.2;
  font-family: Arial,Helvetica,sans-serif; font-weight: 700;}
.dep-map-img  {box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);border-radius: 10px;overflow: hidden; margin-bottom: 1em;}
.dep-list {  
  column-count: 3;
 }
.dep-list a {
 color:#191919; 
}


.gallery-preview { margin-bottom: 2em; overflow: hidden;}
.gallery-preview .item {height:200px;width:100%; overflow:hidden; background-size:cover}
.videoiframe {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  }
  .videoiframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
  #dep-people { margin-bottom: 25px;}
  .dep-more {    position: relative;
    box-shadow: 0px 2px 15px rgb(44 73 100 / 8%);
    padding: 30px;
    border-radius: 10px;
}
.dep-more a{ text-decoration: underline;}

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors {
  background: #fff;
}
.doctors .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px;
}
.doctors .member .pic {
  overflow: hidden;
  width: 60%;
  border-radius: 50%;  
  margin: 0px auto 15px auto;
}
.doctors .member .pic img {
  transition: ease-in-out 0.3s;
}
.doctors .member:hover img {
  transform: scale(1.1);
}
.doctors .member .member-info {
  padding-left: 30px;
  text-align: center;
}
.doctors .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}
.doctors .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
/*.doctors .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}*/
.doctors .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.doctors .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.doctors .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}
.doctors .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}
.doctors .member .social a:hover {
  background: #1977cc;
}
.doctors .member .social a + a {
  margin-left: 8px;
}
.fa-file-pdf{
  color:#f4511e
}
.fa-file-excel{
  color:#00944a
}
.fa-file-word{
  color:#1541A0
}
.fa-file-pdf,.fa-file-excel,.fa-file-word{
  margin-right: 10px;
}
.table-striped-columns>thead>tr>th{
  box-shadow:none;
}

.more-button { color: #1541A0; border-color:#1541A0 ;}

@media (max-width: 768px) {
  #hero {
    height: 90vh;
  }
  #hero .carousel-item {
    height: 90vh;
  }
  #hero h2 {
    font-size: 28px;
  }
  #header .logo img{
    max-height: 50px;
  }
  .section-title {    
    margin-top: 25px;
  }
  .dep-list {    
    column-count: 2;
  }  
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  } 
}
@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .section-title span {
    font-size: 38px;
  }
  .dep-list {    
    column-count: 1;
   }
   #header .logo {
    max-width: 250px;
   }
   .main-wrapper {    
    margin: 0em auto 0em auto;
  }
  .news-item {overflow:hidden}    
  .team .member {    
    width: 160px;    
  }
  .team .member .pic img {        
    height: 320px;
  }
  .dep-more{
    padding: 30px 10px 30px 10px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
  .news-item {max-height: 230px; height: 140px; overflow:hidden}
  
}
@media (max-height: 500px) {
  #hero {
    height: 150vh;
  }
  #hero .carousel-item {
    height: 150vh;
  }
}

.hp-red-line{
  background: #dc3545
}
.hp-orange-line{
  background: #ffb300
}
.animate-charcter{
  font-weight:700;
  margin:0px;

}
.marquees {
  height: 30px;
  overflow: hidden;
  position: relative;
  

 }
 .marquees p {
  
  color: #000;
  position: absolute;
  width: 430px;
  height: 100%;
  margin: 0;
  line-height: 30px;
  text-align: center;
  /* Starting position */
  -moz-transform:translateX(100%);
  -webkit-transform:translateX(100%);	
  transform:translateX(100%);
  /* Apply animation to this element */	
  -moz-animation: marquees 15s linear infinite;
  -webkit-animation: marquees 15s linear infinite;
  animation: marquees 15s linear infinite;
 }
 /* Move it (define the animation) */
 @-moz-keyframes marquees {
  0%   { -moz-transform: translateX(100%); }
  100% { -moz-transform: translateX(-100%); }
 }
 @-webkit-keyframes marquees {
  0%   { -webkit-transform: translateX(100%); }
  100% { -webkit-transform: translateX(-100%); }
 }
 @keyframes marquees {
  0%   { 
  -moz-transform: translateX(100%); /* Firefox bug fix */
  -webkit-transform: translateX(100%); /* Firefox bug fix */
  transform: translateX(100%); 		
  }
  100% { 
  -moz-transform: translateX(-100%); /* Firefox bug fix */
  -webkit-transform: translateX(-100%); /* Firefox bug fix */
  transform: translateX(-100%); 
  }
 }
 .gsc-control-cse{ padding: 0px !important;}
 .gs-web-image-box{
  width: auto !important;
 }
