@import url(assets/css/animate.css);
@import url(assets/css/foundation.min.css);
@import url(assets/css/font-awesome.min.css);
@import url(assets/css/theme-styles.css);
@import url(assets/css/owl.carousel.css);
@import url(assets/css/twentytwenty-no-compass.css);
@import url(assets/css/mobile-tab.css);
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:300,700);
body {
  background: #eee;
}

.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: 2px solid gray;
  padding: 15px;
}
.excellence{
    font-size: 36px;
    font-family: emoji;
    color:#fff;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:active,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:hover {
  color: #fff;
}
.hvr-bounce-to-right:active:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-outline-out:before {
  content: "";
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-out:active:before,
.hvr-outline-out:focus:before,
.hvr-outline-out:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
.flexslider li {
  position: relative;
}
.flexslider li .meta {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Roboto, sans-serif;
}
.flexslider li h1 {
  background: #fff;
  padding: 12px 18px 12px;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 400;
  color: #14bef0;
}
.flexslider li h2 {
  background: #fff;
  padding: 13px 18px 11px;
  font-size: 1.1em;
  margin-bottom: 0;
  font-weight: 300;
  color: tomato;
}
.flexslider li .category {
  display: flex;
  flex-direction: row;
}
.flexslider li .category p {
  background: #e43837;
  margin-right: 7px;
  font-size: 1.1em;
  padding: 12px 18px 10px;
  font-weight: 300;
}
.flexslider li .category span {
  background: #e43837;
  margin-top: 17px;
  padding: 8px 12px 0;
  font-size: 0.9em;
  font-weight: 300;
  height: 26px;
}
.flexslider li .category p,
.flexslider li .category span,
.flexslider li h1,
.flexslider li h2 {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
.flexslider li.flex-active-slide .meta .category p,
.flexslider li.flex-active-slide .meta .category span,
.flexslider li.flex-active-slide .meta h1,
.flexslider li.flex-active-slide .meta h2 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.flexslider li.flex-active-slide .meta h2 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.flexslider li.flex-active-slide .meta .category p {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.flexslider li.flex-active-slide .meta .category span {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.flex-direction-nav {
  position: absolute;
  top: 0;
  left: 30px;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #333;
  margin: -20px 0 0;
  position: absolute;
  top: 50px;
  z-index: 10;
  overflow: hidden;
  opacity: 0.5;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flex-direction-nav .flex-prev {
  text-align: left;
  left: -10px;
}
.flex-direction-nav .flex-next {
  text-align: right;
  left: 30px;
}
.flexslider:hover .flex-prev {
  left: -10px;
}
.flexslider:hover .flex-next {
  left: 30px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav a:before {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  padding: 2px;
  font-size: 19px;
  line-height: 27px;
}
.flex-direction-nav a.flex-next:before {
  content: "\f105";
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.our-team img {
  width: 100%;
  height: auto;
  border: 3px solid #014a7f;
}
.doc-head {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background-color: #014a7f;
  padding: 10px;
  margin: 0 !important;
  font-size: 13px;
}
@media (max-width: 991px) {
  .doc-head {
    font-size: 11px;
  }
}
.junior-doctors .doc-head {
  background-color: #ededed;
  color: #2a2a2a;
}
.junior-doctors .doctor:hover > .doc-head {
  background-color: #014a7f;
  color: #fff;
}
.junior-doctors .doctor-box {
  border: 1px solid #ededed;
}
.head-info {
  text-align: center;
  color: #014a7f;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f7f7f7;
}
.our-team .doctor {
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 18px;
}
.our-team .padding-between .doctor {
  padding-top: 0;
  padding-bottom: 0;
}
.doctor-img {
  overflow: hidden;
  background-color: #014a7f;
  position: relative;
}
.doctor-detail {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  color: #fff;
  text-align: center;
  padding: 0;
  background-color: rgba(1, 74, 127, 0.5);
  height: 100%;
  border: 12px solid #014a7f;
  opacity: 0;
}
.doctor:hover .doctor-img .doctor-detail {
  opacity: 1;
}
.doctor-detail p {
  padding-top: 0;
  color: #fff;
  text-align: center;
}
.doctor-detail a {
  color: #fff;
  font-weight: 700;
}
.doctor-detail h5 a,
.doctor-img .doctor-detail h2 a {
  color: #96c11c;
}
.doctor-detail h5,
.doctor-img .doctor-detail h2 {
  padding-top: 0;
}
.doctor-detail .social i {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.25rem;
}
.doctor-detail .social .button {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 15px;
  margin-bottom: 0;
}
.doctor-detail a:hover {
  color: #96c11c;
}
.doctor-detail .social .button:hover {
  color: #fff;
}
.doctor-detail h5 a:hover,
.doctor-img .doctor-detail h2 a:hover {
  color: #fff;
}
.our-team .doctor:nth-child(-n + 2) {
  padding-top: 20px;
}
.tab-content {
  margin: 20px;
  padding: 20px 20px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  width: 25%;
}
.before-after {
  border: 3px solid #1e90ff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #777;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav > li > a {
  padding: 8px 2px;
}
.bottom-line {
  border: 3px solid gray;
  text-align: center;
  max-width: 100px;
  margin-left: 45%;
}
.decimal-list {
  padding-left: 25px;
  color: #fff;
}
.testimonial-title {
  color: #fff;
}
.testimonial-body h3,
.testimonial-body p {
  color: #fff;
}
.banner-footer {
  background: #c00;
  height: 44px;
}
.banner-footer .red {
  background: #1e90ff;
  height: 44px;
  position: absolute;
  left: -12px;
  top: 0;
  transform: skewX(-30deg);
  z-index: 1;
  border-right: 6px solid #fff;
  width: 44%;
}
.banner-footer .marquee-line {
  width: 100%;
  z-index: 0;
  padding-top: 7px;
  position: relative;
  top: 0;
}
.announcement {
  font-size: 14px;
  color: #ff0;
  margin-top: 6px;
  text-align: right;
  font-weight: 500;
  transform: skewX(5deg);
}
.review-button {
  padding: 12px;
  color: #ff0;
  border: 2px solid #ff0;
  text-transform: uppercase;
  font-weight: 700;
}
.review-button:hover {
  color: #fff;
}
.review-button{
    padding:12px; color:yellow;border: 2px solid yellow; text-transform:uppercase; font-weight:bold;float:left;
}

@media (min-width: 768px) {
    .hidden-md{
        display:none;
    }
}
@media (max-width: 767px) {
    .hidden-xs{
        display:none;
    }
.review-button{
    float:none;
}
.navigation {
    padding-bottom: 10px;
}
  .excellence{
    font-size: 28px;
    line-height: 30px;
    color: #fff;
}
.menu>li>a{
    padding:8px 10px;
}
.top-bar, .top-bar ul {
    text-align: center;
}
}
.ch-di {
  background: #014a7f;
  padding: 5px 10px;
  border-bottom: 5px solid tomato;
  height: 330px;
}
.ch-di h4 {
  text-align: center;
  color: tomato;
}
.ch-di p {
  color: #fff;
  text-align: justify;
}
.ser-h {
  background: #8eb169c7;
  padding: 5px;
  color: #fff;
  margin-bottom: 1px;
  text-align: center;
}
.ser-con {
  background: #186966;
  padding: 14px 13px;
  margin-top: 0;
  border-left: 3px solid tomato;
  border-bottom: 3px solid tomato;
  height: 250px;
  position: relative;
}
.ser-con p {
  color: #fff;
}
.ser-con a {
  background-color: #8eb169c7;
  color: #fff;
  padding: 1px 10px;
  border-radius: 0 8px 8px 0;
  bottom: 9px;
  position: absolute;
  left: 30%;
}
.ser-con a:hover {
  background-color: #014a7f;
  border: 2px solid tomato;
}
.popup-title {
  cursor: pointer;
}
.popup-title {
  background-color: #00a3d3;
  color: #fff;
  font-weight: 700;
  padding: 10px;
}
.blink_me {
  opacity: 0;
  animation: blinking 1s linear infinite;
}
@keyframes blinking {
  49.9%,
  from {
    opacity: 0;
  }
  50%,
  to {
    opacity: 1;
  }
}
.wrk-hd {
  background: tomato;
  width: 22%;
  margin-left: 16px;
  padding: 1px 7px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .wrk-hd {
    width: 80%;
  }
}
@font-face {
  font-family: Gotham;
  src: url(assets/css/Gotham-Bold.otf);
}
