@charset "UTF-8";


body {
  font-family: 'Montserrat', sans-serif;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden; }

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0; }

.img-fromtop {
  position: relative;
  overflow: hidden; }
  .img-fromtop > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.no-scroll {
  overflow: hidden; }

/* HEADER */
.main-header {
  position: relative;
  padding: 10px 0 10px; }

  .main-header .container {
    width: 100%;
   
}
.main-header .row {
  margin-right: unset;
  margin-left: unset;
}
  .main-header.header-inner {
    box-shadow: 0 0px 23px 0 rgba(0, 0, 0, 0.15); }

.header-bottom {
  background-color: #fff; }

.header-mobile-top {
  display: none;
  padding: 9px 15px;
  background-color: #86338b;
  min-height: 45px;
  position: relative; }

.header-search-button {
  position: absolute;
  right: 15px;
  top: 7px;
  color: #fff;
  font-size: 18px;
  border: none;
  background: none;
  z-index: 10; }
  .header-search-button.active {
    color: #86338b; }
    .header-search-button.active .fa::before {
      content: "\f00d"; }

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

.hdr-right {
  width: 73%; }

.main-nav {
  float: right;
  margin-top: 10px; }
  .main-nav ul,
  .main-nav li {
    float: left; }

.main-nav-link {
  float: left;
    position: relative;
    color: #18355d;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.25px;
    padding: 10px 12px;
    -webkit-transition: color 0.4s;
    transition: color 0.4s; }
  .main-nav-link:hover {
    color: #368083; }
  .main-nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 4px;
    background-color: #939;
    opacity: 0;
    z-index: 11;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
  .main-nav-link::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #993399 transparent transparent transparent;
    opacity: 0;
    z-index: 11;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }

.main-nav li:last-child .main-nav-link {
  padding-right: 0; }

  .call-link {
    display: flex;
    width: 160px;
    /* height: 50px; */
    border-radius: 25px;
    margin: 0 7px;
    padding: 6px 11px;
}
.call-link.whatsapp {
    background: #2DB742;
}
.call-link.phone {
    background: #E53D2F;
}
.call-title {
    display: flex;
    flex-direction: column;
    margin-left: 5px;
}
.call-title span:first-child {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 18px;
    letter-spacing: -0.25px;
}
.call-title span:last-child {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    line-height: 13px;
    letter-spacing: -0.25px;
}

.hdr-top {
  width: 100%;
  float: right;
  text-align: right; }

.hdr-tel,
.hdr-search,
.hdr-social,
.header-lang {
  display: inline-block;
  vertical-align: middle; }

.hdr-tel {
  color: #86338b;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.2px;
  margin-left: 20px; }
  .hdr-tel img {
    position: relative;
    top: -2px;
    margin-right: 5px; }
  .hdr-tel:hover img,
  .hdr-tel:focus img {
    -webkit-filter: hue-rotate(275deg);
    filter: hue-rotate(275deg); }

.hdr-search :placeholder-shown {
  color: #a078bb; }

.hdr-search ::-webkit-input-placeholder {
  color: #a078bb; }

.hdr-search ::-moz-placeholder {
  color: #a078bb; }

.hdr-search :-ms-input-placeholder {
  color: #a078bb; }

.hdr-search :-moz-placeholder {
  color: #a078bb; }

.hdr-search {
  position: relative;
  width: 100%;
  max-width: 275px;
  margin-left: 15px; }
  .hdr-search input {
    width: 100%;
    color: #a078bb;
    font-size: 14px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    border: 1px solid #a078bb;
    background: #fff;
    padding: 0 40px 0 20px;
    border-radius: 35px;
    outline: none; }
  .hdr-search button {
    position: absolute;
    right: 10px;
    top: 7px;
    color: #a078bb;
    font-size: 14px;
    border: none;
    background: none;
    outline: none; }

.grouped-search-results {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15);
  text-align: left;
  padding: 25px;
  z-index: 10; }

.gsg-title {
  color: #9d2589;
  font-size: 18px;
  letter-spacing: -0.1px;
  line-height: 1.1;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
  padding-bottom: 5px; }
  .gsg-title .fa {
    font-size: 16px;
    margin-right: 5px; }

.gsg-item a {
  color: #666;
  font-weight: 300; }
  .gsg-item a:hover {
    text-decoration: underline; }

.gsg-item + .gsg-item {
  margin-top: 2px; }

.gsr-group + .gsr-group {
  margin-top: 25px; }

.gsr-all-link {
  display: inline-block;
  color: #999;
  font-weight: 600;
  text-decoration: underline;
  margin-top: 20px; }
  .gsr-all-link .fa {
    font-size: 12px;
    margin-right: 5px; }

.hdr-social {
  margin: 0 20px; }
  .hdr-social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: color 0.4s, background-color 0.4s;
    transition: color 0.4s, background-color 0.4s; }
    .hdr-social a:hover {
      color: #fff; }

.facebook {
  background-color: #3b5998; }

.twitter {
  background-color: #55acee; }

.instagram {
  background-color: #9b6954; }

.google-plus {
  background-color: #d34836; }

.youtube {
  background-color: #d34836; }

.header-lang .dropdown-menu {
  min-width: inherit; }

.header-lang .dropdown a {
  color: #666;
  vertical-align: middle; }

.header-lang .dropdown .fa-chevron-down {
  position: relative;
  top: -3px;
  font-size: 8px;
  color: #666; }

.header-lang .dropdown .fa-globe {
  font-size: 14px;
  color: #d81f27; }

.nav-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 145px;
  border-bottom: 5px solid #fff;
  padding-top: 50px;
  background-size: cover;
  z-index: 10;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0.9);
  -ms-transform: scaleY(0.9);
  transform: scaleY(0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .nav-dropdown.corporate {
    background: #fff url(../img/corporate-dropdown-bg.jpg) no-repeat right center;
    padding-top: 20px;
    min-height: 303px; }
  .nav-dropdown.medical-units {
    background: #fff url(../img/medical-units-dropdown-bg.jpg) no-repeat right center;
    background-size: cover;
    padding-top: 30px; }
  .nav-dropdown.institutions {
    background: #fff url(../img/institutions-dropdown-bg.jpg) no-repeat right center;
    background-size: cover; }

.nav-dropdown.institutions .nav-dropdown-links {
  max-width: 525px; }

.nav-dropdown.institutions .nav-dropdown-links ul li {
  width: 50%;
  float: left; }

.has-dropdown:hover .nav-dropdown {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible; }

.has-dropdown:hover .main-nav-link {
  color: #939; }
  .has-dropdown:hover .main-nav-link::before, .has-dropdown:hover .main-nav-link::after {
    opacity: 1; }

.nav-dropdown-links ul {
  width: 100%; }

.nav-dropdown-links ul li {
  display: block;
  float: none; }
  .nav-dropdown-links ul li span {
    display: block;
    color: #9d2589;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 12px; }
  .nav-dropdown-links ul li a {
    position: relative;
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    padding: 0 0 10px 12px;
    -webkit-transition: color 0.4s;
    transition: color 0.4s; }
    .nav-dropdown-links ul li a::after {
      content: "\f0da";
      color: #9d2589;
      font-family: "Fontawesome";
      font-size: 9px;
      position: absolute;
      left: -3px;
      top: 4px;
      padding: 2px 0;
      background: #fff;
      z-index: 2;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s; }
    .nav-dropdown-links ul li a:hover {
      color: #9d2589; }
      .nav-dropdown-links ul li a:hover::after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }

.dropdown-search-form {
  position: relative;
  margin-left: 65px; }
  .dropdown-search-form input {
    display: block;
    width: 390px;
    color: #333;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    line-height: 38px;
    border: 1px solid #ddd;
    border-radius: 35px;
    background: #fff;
    padding: 0 80px 0 15px;
    outline: none;
    margin-bottom: 8px; }
  .dropdown-search-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    color: #fff;
    font-size: 16px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    letter-spacing: -0.3px;
    background-color: #9d2589;
    line-height: inherit;
    padding: 5px 15px;
    margin: 0; }

.dropdown-search-title {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 11px 65px; }

.nav-dropdown-about {
  width: 380px;
  margin-right: 55px; }

.nda-title {
  color: #333;
  font-family: "Didot LT Std TR";
  font-size: 24px;
  font-style: italic;
  letter-spacing: -0.2px;
  line-height: 1.1;
  margin-bottom: 15px; }

.nda-desc {
  color: #555;
  font-family: "Didot LT Std TR";
  font-size: 18px;
  font-style: italic; }

.nda-link {
  display: inline-block;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px; }
  .nda-link .fa {
    font-size: 12px;
    margin-left: 5px; }

.simple-result-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 110%;
  padding: 20px;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15);
  min-height: 130px;
  z-index: 10; }

.srw-item a {
  display: block;
  color: #666;
  font-weight: 300;
  margin-bottom: 5px; }

/* MAIN SLIDER */
.main-slider .item {
  position: relative; }
  .main-slider .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 48, 0.15);
    z-index: 4; }
  .main-slider .item img {
    width: 100%;
    filter: brightness(0.6); }
  .main-slider .item .container {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5; }

.main-slider .owl-dots {
  position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1195px;
    bottom: 27%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5; }
  .main-slider .owl-dots .owl-dot {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    border-radius: 50%; }
    .main-slider .owl-dots .owl-dot.active {
      /* border-color: rgba(255, 255, 255, 0.2); */
      border-color: #fff; }
    .main-slider .owl-dots .owl-dot span {
      position: absolute;
    margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    /* margin-top: 2px;*/
     }
    .main-slider .owl-dots .owl-dot.active span {
      width: 14px;
      height: 14px;
      /* margin-top: 0;*/
     }

.slide-text {
  /*max-width: 550px; */
    overflow: hidden;
    text-align: center; }

.slide-title {
  position: relative;
  margin: auto;
  margin-bottom: 20px;
  color: #fff;
  font-family: 'Montserrat';
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.25px;
  max-width: 670px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;  
}

.slide-button a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 54px;
  letter-spacing: -0.25px;
  background: rgb(32,183,226);
  background: linear-gradient(94deg, rgb(54 128 131) 0%, rgb(54 128 131) 49%, rgb(54 128 131) 100%);
  padding: 18px 60px 18px 60px;
  border-radius: 30px;
}

.active .slide-title {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

/* HOME SERVICES */
.home-services {
  position: relative;
  background-color: #E3F2F7;
  padding: 60px 0 45px;
  height: auto; }
  section.home-services.home-services-menu {
    background: rgb(25,63,115);
    background: radial-gradient(circle, rgb(54 128 131) 0%, rgb(54 128 131) 100%);
    height: auto;
}
  /* .home-services::after {
    content: '';
    position: absolute;
    right: 0;
    top: 37px;
    width: 189px;
    height: 704px;
    background: url(../img/purple-circle.png) no-repeat 50% 50%; } */

.hs-menu {
  position: relative;
  margin-top: -170px;
  z-index: 5; }

.hs-menu-item {
  display: inline-block;
  max-width: 147px;
  margin: 0 30px;
  text-align: center; }
  .hs-menu-item img {
    max-width: 100%;
    -webkit-filter: drop-shadow(7px 3px 8px rgba(100, 104, 107, 0.3));
    filter: drop-shadow(7px 3px 8px rgba(100, 104, 107, 0.3));
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s; }
  .hs-menu-item span {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: normal;
    margin-top: 10px;
    float: left; }
  .hs-menu-item:hover img {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); }

    .why-title {
          font-family: 'Montserrat';
      color: #58c3e3;
      font-size: 36px;
      font-weight: 300;
      text-align: center;
      margin-top: 80px;
      margin-bottom: 38px;
  }
  
  .hr{
 margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
}
  
  .why-desc {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    max-width: 1080px;
    margin: auto;
}
.services-title {
  font-family: 'Montserrat';
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  color: black;
  margin-top: 42px;
}
.services-desc {
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  color: #368083;
  max-width: 586px;
  margin-bottom:15px;
}

.hs-slider-wrapper {
  padding: 0 15px;
  overflow: hidden; }

.hs-slider-title {
  color: #183e72;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    margin: 3px 0 0; }
    
  span.hs-more {
      width: 100%;
      color: rgb(54 128 131);
  }
  span.hs-more i {
    font-weight: 100;
    margin-left: 12px;
}
.hs-item-inner {
  /* position: relative;
  text-align: center;
  padding: 50px 0;
  height: 182px; */
  position: relative;
    padding: 43px 30px 0;
    height: 160px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden; }
    .hs-item-inner img {
      width: auto;
      height: fit-content;
  }
.hs-slider {
  /* padding: 0 40px; */
  position: relative;
  /* background-color: #fff; */
  /* box-shadow: 0px 0px 44px -25px black;  */
}
.hs-slider .item {
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
}
  .hs-slider .owl-stage-outer {
    overflow: hidden; }
  /* .hs-slider::before, .hs-slider::after {
    content: "";
    position: absolute;
    top: 0;
    width: 95px;
    bottom: 0;
    background-color: #fff;
    z-index: 1; } */
  /* .hs-slider::before {
    left: -55px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .hs-slider::after {
    right: -55px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; } */
  /* .hs-slider .owl-next,
  .hs-slider .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2; } */
  /* .hs-slider .owl-next {
    right: 0; } */
  /* .hs-slider .owl-prev {
    left: 0; } */
  .hs-slider .item a {
    position: relative;
    display: block; }

.hsi-overlay {
  /* position: absolute; */
  margin-top: 0px;
  width: 100%;
  left: 50%;
  top: 50%;
  /* -webkit-transform: translate(-50%, -50%) scale(0.9);
  -ms-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9); */
  overflow: hidden;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  border-radius: 5px;
  z-index: 99;
  /* opacity: 0; */
  /* visibility: hidden; */
  /* box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15); */
 }
  .hsi-overlay img {
    width: 100%;
    border-radius: 5px; }

.hs-slider .item:hover .hsi-overlay,
.hs-slider .owl-item.active.center .item .hsi-overlay {
  /* opacity: 1; */
  /* -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); */
  /* visibility: visible; */
  margin-top: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s; }

.owl-stage-outer:hover .owl-item.active.center .hsi-overlay {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  -ms-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9); }

.owl-stage-outer:hover .owl-item.active.center:hover .hsi-overlay {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }

.hsi-overlay-title {
  position: absolute;
  left: 15px;
  bottom: 15px;
  z-index: 99; }
  .hsi-overlay-title::before {
    content: "";
    width: 160px;
    height: 160px;
    position: absolute;
    left: -60px;
    bottom: -90px;
    background-color: rgba(152, 54, 152, 0.75);
    border-radius: 50%; }
  .hsi-overlay-title::after {
    content: "";
    width: 180px;
    height: 180px;
    position: absolute;
    left: -67px;
    bottom: -96px;
    background-color: rgba(152, 54, 152, 0.22);
    border-radius: 50%; }
  .hsi-overlay-title h2 {
    position: relative;
    z-index: 99;
    color: #fff;
    font-size: 20px;
    letter-spacing: -0.3px;
    margin: 0; }
  .hsi-overlay-title .fa {
    position: relative;
    z-index: 99;
    color: #fff;
    font-size: 16px; }

.hs-all-link {
  display: inline-block;
  color: #474563;
  font-size: 18px;
  letter-spacing: -0.2px;
  margin-top: 15px; }
  .hs-all-link .fa {
    font-size: 12px;
    margin-left: 5px; }
  .hs-all-link:hover {
    color: #8a135e; }

    .hs-slider-dots-container {
      text-align: center;
      position: absolute;
      /* margin-top: 10px; */
     
      margin: auto;
      left: 0;
      right: 0;
      z-index: 0;
  }
  .hs-slider-dots-container .owl-dot {
      position: relative;
      display: inline-block;
      width: 29px;
      height: 29px;
      border: 1px solid transparent;
      border-radius: 50%;
  }
  .hs-slider-dots-container .owl-dot.active {
      border-color: #58c3e3;
  }
  .hs-slider-dots-container .owl-dot span {
      position: absolute;
      top: 50%;
      left: 52%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 10px;
      height: 10px;
      background-color: #ccc;
      background-color: #58c3e3;
      border-radius: 50%;
  }
  .hs-slider-dots-container .owl-dot.active span {
      background-color: #368083;
      width: 13px;
      height: 13px;
  }
  .hs-slider-dots-container .owl-dot:hover span {
      background-color: #20B7E2;
  }
/* HOME VIDEOS */
.home-videos {
  position: relative;
  background-color: #fff;
  padding: 0px 15px; }
  /* .home-videos::after {
    content: '';
    position: absolute;
    left: 0;
    top: 335px;
    width: 463px;
    height: 1279px;
    background: url(../img/white-circle.png) no-repeat 50% 50%; } */

    .videos-text {
      text-align: center;
  }
  .videos-text .services-desc {
      max-width: 100%;
      margin-bottom: 0px;
  }
/* .home-videos-title {
  color: #5b5977;
  font-family: "Didot LT Std TR";
  font-size: 40px;
  font-style: italic;
  letter-spacing: -0.4px;
  text-align: center;
  margin: 0; }
*/
.home-videos-desc {
  color: #183e72;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.2px;
  margin: 12px 0 35px; } 

.hvs-img {
  padding-bottom: 56.5%;
  margin-bottom: 5%; }
  .hvs-img img {
    border-radius: 5px; }
  .hvs-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(16, 48, 90, 0.15);
    border-radius: 5px;
    z-index: 1;
    -webkit-transition: background 0.4s;
    transition: background 0.4s; }
  .hvs-img::before {
   
    position: absolute;
    width: 36px;
    height: 36px;
    left: 20px;
    bottom: 20px;
    color: #fff;
    font-family: "Fontawesome";
    font-size: 20px;
    line-height: 31px;
    border: 4px solid #fff;
    border-radius: 50%;
    padding: 0 8px;
    z-index: 2; }

.hvs-item:hover .hvs-img::after {
  background-color: rgba(32, 183, 226, 0.5); }

.hvs-title {
  color: #479ca1;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    -webkit-transition: all 0.8s;
    transition: all 0.8s; }

.hvs-desc {
  color: black;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.2px;
    -webkit-transition: all 0.8s;
    transition: all 0.8s; }

.home-videos-slider a {
  outline: none; }

.home-videos-slider .owl-dots {
  text-align: center;
  margin-top: 10px; }
  .home-videos-slider .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 29px;
    height: 29px;
    border: 1px solid #fff;
    border-radius: 50%; }
    .home-videos-slider .owl-dots .owl-dot span {
      position: absolute;
    top: 50%;
    left: 52%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #368083;
    border-radius: 50%; }
    .home-videos-slider .owl-dots .owl-dot.active {
      border-color: #58c3e3;}
      .home-videos-slider .owl-dots .owl-dot.active span {
        background-color: #368083;
        width: 13px;
        height: 13px; }
    .home-videos-slider .owl-dots .owl-dot:hover span {
      background-color: black; }

.hvs-item {
  position: relative;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  min-height: 335px;
  margin-top: 30px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: scale(0.825);
  -ms-transform: scale(0.825);
  transform: scale(0.825); }

/* .home-videos-slider .owl-item.active.center .hvs-img {
  box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.5); } */

.home-videos-slider .before-item .hvs-item {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

.home-videos-slider .after-item .hvs-item {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center; }

.home-videos-slider .hvs-item .hvs-title,
.home-videos-slider .hvs-item .hvs-title,
.home-videos-slider .hvs-item .hvs-desc,
.home-videos-slider .hvs-item .hvs-desc {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

.home-videos-slider .owl-item.active.center .hvs-item {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.home-videos-slider .owl-item.active.center .hvs-title,
.home-videos-slider .owl-item.active.center .hvs-desc {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center; }

.all-videos-link {
  margin-top: 45px; }
  .all-videos-link a {
    display: inline-block;
    color: white;
    font-size: 18px;
    background: #368083;
  
    border-radius: 25px;
    padding: 10px 25px;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s; }
    .all-videos-link a .fa {
      color: #fff;
      font-size: 13px;
      margin-left: 10px; }
    .all-videos-link a:hover {
      background-color: rgb(54 128 131); }


/* HEALTH TOURISM */
section.home-services.home-services-menu.health-tourism {
  background-color: rgb(54 128 131);
  height: 650px;
}
.health-tourism .services-title {
  color: #fef3f3;
}
.health-tourism .services-desc {
  color: #fff;
  margin-bottom: 70px;
}
.health-tourism .hs-menu {
  margin-top: 0px;
    position: relative;
    background: url(../img/health-tourism-shape.png) no-repeat 50% 0%;
}
.health-tourism .hs-menu-item {
  max-width: 164px;
  margin: 0 44px;
}
.icon-circle {
  border: 1px solid #fff;
  width: 125px;
  height: 125px;
  border-radius: 63px;
  margin: auto;
  /* padding: 38px; */
  text-align: center;
  position: relative;

  background: #368083;
}
.icon-circle img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.number-circle {
  color: #fff;
font-family: 'Montserrat';
  font-style: italic;
  font-size: 30px;
  font-weight: 700;
  line-height: 59px;
  width: 70px;
  height: 70px;
  background: #479ca1;
  border-radius: 35px;
  position: absolute;
  top: -26px;
  right: -32px;
  border: 1px solid #fff;
    box-shadow: 0 0 0px 4px white;
}
.health-tourism .hs-menu-item span {
  font-weight: 700;
  line-height: 22px;
  margin-top: 32px;
  height: 100px;
}
/* HOME EFORM */
/* .home-eform {
  background: url(../img/e-gecmis-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  min-height: 280px; }

.home-eform-text {
  position: relative;
  padding: 70px 0 70px 130px; }

.home-eform-quote {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -42px;
  z-index: 1; }

.home-eform-title {
  color: #5b5977;
  font-family: "Didot LT Std TR";
  font-size: 42px;
  font-style: italic;
  letter-spacing: -0.4px;
  margin: 0 0 10px; }

.home-eform-desc {
  max-width: 500px;
  color: #676582;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.3px; }
  .home-eform-desc p {
    margin-bottom: 25px; }

.home-eform-link {
  display: inline-block;
  color: #848392;
  font-size: 18px;
  padding: 7px 20px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s; }
  .home-eform-link .fa {
    color: #a6a5af;
    -webkit-box-flex: 14px;
    -ms-flex: 14px;
    flex: 14px;
    margin-left: 25px; }
  .home-eform-link:hover, .home-eform-link:focus {
    color: #8a135e;
    box-shadow: 0px 0px 50px -5px rgba(0, 0, 0, 0.2); }
    .home-eform-link:hover .fa, .home-eform-link:focus .fa {
      color: #8a135e; } */

/* HOME NEWS */
/* .home-news {
  background-color: #fff;
  padding: 70px 0; }

.home-news-title {
  font-family: "Didot LT Std TR";
  color: #5b5977;
  font-size: 40px;
  font-style: italic;
  letter-spacing: -0.4px;
  margin: 0; }

.home-news-desc {
  color: #5b5977;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.2px;
  margin: 10px 0 50px; }

.home-news-slider .item {
  text-align: center; }

.home-news-slider .owl-prev,
.home-news-slider .owl-next {
  position: absolute;
  top: 27%; }

.home-news-slider .owl-prev {
  left: 0; }

.home-news-slider .owl-next {
  right: 0; }

.home-news-slider .owl-dots {
  text-align: center;
  margin-top: 40px; }
  .home-news-slider .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 27px;
    height: 27px;
    border: 1px solid #fff;
    border-radius: 50%; }
    .home-news-slider .owl-dots .owl-dot span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 11px;
      height: 11px;
      background-color: #ccc;
      border-radius: 50%; }
    .home-news-slider .owl-dots .owl-dot.active {
      border-color: rgba(151, 54, 152, 0.2); }
      .home-news-slider .owl-dots .owl-dot.active span {
        background-color: #8a135e; }
    .home-news-slider .owl-dots .owl-dot:hover span {
      background-color: #8a135e; }

.hns-img {
  border-radius: 5px;
  padding-bottom: 100%; }

.owl-carousel .owl-item .hns-img img.owl-lazy {
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.home-news-slider .item:hover .hns-img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.hns-title {
  position: relative;
  color: #5b5977;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.3px;
  margin: 30px 0 10px;
  padding-bottom: 25px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s; }
  .hns-title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    background: url(../img/hns-seperator.png) no-repeat 50% 50%; }

.hns-desc {
  color: #666;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 20px; }

.home-news-slider .item:hover .hns-title,
.home-news-slider .item:hover .hns-link {
  color: #8a135e; }

.hns-link {
  color: #5b5977;
  font-size: 18px;
  -webkit-transition: color 0.4s;
  transition: color 0.4s; }
  .hns-link .fa {
    font-size: 12px;
    margin-left: 10px; }

.all-news-link {
  margin-top: 45px; }
  .all-news-link a {
    display: inline-block;
    color: #fefefe;
    font-size: 18px;
    background-color: #5b5977;
    border-radius: 25px;
    padding: 10px 25px;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s; }
    .all-news-link a .fa {
      color: #fff;
      font-size: 13px;
      margin-left: 10px; }
    .all-news-link a:hover {
      background-color: #726f94; } */

/* REGISTER SECTION */
.register-section {
  background: url(../img/contact-section-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 130px 30px 30px 30px;
  height: 400px; }
  .register-section:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    z-index: -1;
}
.register-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 5px;
}
.register-section-title {
  color: #fff;
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: 400;
    line-height: 42px;
    max-width: 570px;
    margin: auto; }
    .register-button {
      text-align: center;
      margin-top: 54px;
  }
  .register-button a {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.25px;
    color: #fff;
    background: #368083;
    padding: 18px 34px;
    border-radius: 33px;
    transition: 0.4s all;
}
.register-button a:hover {
  
}
/* .register-section-form {
  max-width: 465px;
  margin: 0 auto; }

.register-section-form input {
  width: 100%;
  height: 38px;
  border: none;
  border-bottom: 1px solid #cecddc;
  color: #5b5977;
  font-size: 18px;
  font-style: inherit;
  font-weight: 300;
  letter-spacing: -0.20px;
  line-height: 38px;
  background: none;
  outline: none; }

.register-section-form input[type="submit"] {
  display: inline-block;
  width: 120px;
  background: #5b5977;
  border-radius: 25px;
  color: #fff;
  font-weight: 600;
  border: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  .register-section-form input[type="submit"]:hover {
    background: #726f94; }

.rsf-captcha {
  display: inline-block; } */

/* FOOTER */
.main-footer {
  background-color: #20b7e2; }
  .main-footer.footer-inner {
    border-top: 1px solid #e5e5e5; }

.footer-logo-list {
  padding: 30px 15px;
  background-color: #f6f6f8; }
  .footer-logo-list a {
    display: inline-block;
    margin: 5px 25px; }
  .footer-logo-list img {
    max-width: 100%; }

.footer-bottom {
  padding: 25px 0;
  background: #368083;
  border-top: 1px solid #ffffff; }

.footer-copyright,
.footer-copyright a {
  color: #12325e;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.50px; }

.footer-copyright a:hover {
  color: #333; }

.fc-seperator {
  padding: 0 15px; }

.footer-top {
  padding: 60px 0 100px; }
  .footer-top .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-top .row:after {
  content: none;
}
.footer-logo img {
  width: 100%;
  max-width: 250px; }

.footer-road {
  display: block;
  color: #818090;
  font-size: 16px;
  font-weight: 300;
  margin: 25px 0 10px; }
  .footer-road .fa {
    margin-right: 5px; }

.footer-map-link {
  display: block; }
  .footer-map-link img {
    max-width: 100%; }
    .ft-item {
      width: 19%;
  }
    .ft-item:first-child {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin-bottom: 46px;
  }
  .ft-item:last-child {
    width: 14%;
}
.ft-item ul li {
  display: block;
  font-weight: 400;
  color: #fff;
  line-height: 20px;
  font-size: 16px; }
  .ft-item ul li span {
   font-family: 'Montserrat';
    display: block;
    color: #183e72;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    /* letter-spacing: -0.1px; */
    margin-bottom: 15px; }

.ft-link {
  display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    /* line-height: 24px; */
    margin-bottom: 5px;
    -webkit-transition: color 0.4s;
    transition: color 0.4s; }
  .ft-link:hover {
    color: #8a135e; }
    .branch .ft-link {
      font-weight: 400;
      font-size: 14px;
      line-height: 28px;
      color: #fff;
      letter-spacing: 0.50px;
  }
    .branch .ft-link.strong {
      font-weight: 600;
      color: #fff;
      font-size: 16px;
      line-height: 36px;
      letter-spacing: 0.50px;
      margin-top: 8px;
  }
.footer-tel {
  display: block;
  color: #973698;
  font-size: 32px;
  letter-spacing: -0.5px;
  text-align: right; }
  .footer-tel img {
    position: relative;
    top: -3px;
    margin-right: 5px; }
  .footer-tel:hover img,
  .footer-tel:focus img {
    -webkit-filter: hue-rotate(275deg);
    filter: hue-rotate(275deg); }

.footer-tel-small {
  display: block;
  color: #973698;
  font-size: 20px;
  letter-spacing: -0.2px;
  text-align: right; }

.footer-mail,
.footer-map {
  display: block;
  color: #888;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.1px;
  text-align: right;
  margin-top: 15px; }
  .footer-mail .fa,
  .footer-map .fa {
    color: #5b5977;
    font-size: 14px;
    margin-right: 5px; }
  .footer-mail:hover,
  .footer-map:hover {
    color: #8a135e; }

.footer-map {
  margin-top: 10px; }

.footer-social {
  /* text-align: right; */
  display: flex;
    flex-direction: column; }
  .footer-social a {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px; }
    .footer-social a i {
      margin-right: 10px;
  }
    .footer-social a .fa {
      /* position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); */
      width: 27px;
      height: 27px;
      text-align: center;
      border-radius: 50%;
      line-height: 28px;
      color: #fff;
      z-index: 2; }
    /* .footer-social a::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 1px solid #e0f0fc;
      border-radius: 50%;
      z-index: 1;
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s; }
    .footer-social a::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #f6f6f8;
      border-radius: 50%;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      z-index: 1;
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s; } */
    /* .footer-social a:hover::before {
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
    .footer-social a:hover::after {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); } */

.mf-facebook .fa {
  background-color: #3b5999; }

.mf-twitter .fa {
  background-color: #55acee; }

.mf-instagram .fa {
  background-color: #e4405f; }

.mf-youtube .fa {
  background-color: #cd201f; }

/* E-FORM POPUP */
.e-form-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  display: none;
  z-index: 50; }

.e-form-popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  background-color: rgba(0, 0, 0, 0.1); }

.e-form-content {
  width: 800px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  z-index: 45;
  padding: 30px;
  background-color: #fff; }
  .e-form-content::before, .e-form-content::after {
    position: absolute;
    content: "";
    background: url(../img/egf-form-border.png) no-repeat center center;
    width: 136px;
    height: 31px;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .e-form-content::before {
    top: -31px; }
  .e-form-content::after {
    bottom: -31px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .e-form-content input,
  .e-form-content textarea {
    width: 100%;
    color: #5b5977;
    font-family: inherit;
    font-weight: 400;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    border: none;
    border-bottom: 1px solid #dedbd6;
    background: #fff;
    outline: none; }
  .e-form-content textarea {
    line-height: 1.1;
    height: auto;
    resize: none; }
  .e-form-content input[type="submit"] {
    color: #fff;
    font-weight: 300;
    display: inline-block;
    width: 151px;
    text-align: center;
    border: 1px solid #5b5977;
    background-color: #5b5977; }
    .e-form-content input[type="submit"]:hover {
      background-color: #45435a; }

.e-form-content.start-content-animation {
  -webkit-animation: popupContentScale 1s forwards 0.2s;
  animation: popupContentScale 1s forwards 0.2s;
  -webkit-transition: all 2s ease 2.3s;
  transition: all 2s ease 2.3s;
  left: 150%; }

@-webkit-keyframes popupContentScale {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  95% {
    -webkit-transform: translate(-50%, -50%) scale(0.4);
    transform: translate(-50%, -50%) scale(0.4); }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.4);
    transform: translate(-50%, -50%) scale(0.4); } }

@keyframes popupContentScale {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  95% {
    -webkit-transform: translate(-50%, -50%) scale(0.4);
    transform: translate(-50%, -50%) scale(0.4); }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.4);
    transform: translate(-50%, -50%) scale(0.4); } }

.edc-form-body {
  max-width: 525px;
  margin: 0 auto; }

.edc-form-body .form-group {
  margin-bottom: 20px; }

.edc-form-body :placeholder-shown {
  color: #5b5977;
  font-weight: 300; }

.edc-form-body ::-webkit-input-placeholder {
  color: #5b5977;
  font-weight: 300; }

.edc-form-body ::-moz-placeholder {
  color: #5b5977;
  font-weight: 300; }

.edc-form-body :-ms-input-placeholder {
  color: #5b5977;
  font-weight: 300; }

.edc-form-body :-moz-placeholder {
  color: #a078bb; }

.efc-inner {
  position: relative;
  border: 1px solid #beb7ae;
  padding: 40px; }

.e-form-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  color: #beb7ae;
  border-left: 1px solid #beb7ae;
  border-bottom: 1px solid #beb7ae;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  font-size: 30px;
  cursor: pointer; }
  .e-form-popup-close:hover {
    color: #fff;
    background: #beb7ae; }

.efc-title {
  color: #973698;
  font-family: "Didot LT Std TR";
  font-size: 42px;
  letter-spacing: -0.4px;
  line-height: 1.1; }

.edc-desc {
  color: #5b5977;
  font-size: 18px;
  font-weight: 300;
  margin: 20px 0 15px; }

/* ENVELOPE */
.envelope-back {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 190%);
  -ms-transform: translate(-50%, 190%);
  transform: translate(-50%, 190%);
  width: 400px;
  height: 315px;
  background: #772f7b;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 1px #772f7b inset;
  z-index: 40;
  -webkit-perspective: 3000px;
  perspective: 3000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.envelope-front {
  position: fixed;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-width: 159px 200px;
  border-right-color: #86338b;
  border-left-color: #913c96;
  border-bottom-color: #913c96;
  top: 50%;
  left: 50%;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(-50%, 190%);
  -ms-transform: translate(-50%, 190%);
  transform: translate(-50%, 190%);
  z-index: 50; }

.envelope-front::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-width: 159px 200px;
  border-bottom-color: #772f7b;
  top: -476px;
  left: -200px;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  z-index: -1;
  -webkit-transition: all 1s ease 1.5s;
  transition: all 1s ease 1.5s;
  -webkit-transform: rotateX(90deg) scale(1, 1);
  transform: rotateX(90deg) scale(1, 1);
  z-index: 40; }

.envelope-back.start-envelope-animation,
.envelope-front.start-envelope-animation {
  -webkit-animation: popupenvelopeAnimation 0.8s ease 0.5s forwards;
  animation: popupenvelopeAnimation 0.8s ease 0.5s forwards;
  -webkit-transition: all 2s ease 2.3s;
  transition: all 2s ease 2.3s;
  left: 150%; }

.envelope-front.start-envelope-animation::before {
  -webkit-transform: rotateX(-180deg) scale(1, 1);
  transform: rotateX(-180deg) scale(1, 1); }

@-webkit-keyframes popupenvelopeAnimation {
  0% {
    -webkit-transform: translate(-50%, 140%);
    transform: translate(-50%, 140%); }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

@keyframes popupenvelopeAnimation {
  0% {
    -webkit-transform: translate(-50%, 140%);
    transform: translate(-50%, 140%); }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }


/* TREATMENT LIST PAGE */
.treatment-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 509px;
  position: relative;
}
.treatment-banner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(12 23 39 / 40%);
  background: linear-gradient(0deg, rgb(12 23 39 / 40%) 0%, rgb(23 36 53 / 40%) 47%, rgb(13 22 34 / 40%) 100%);
}
.treatment-banner .row {
  position: absolute;
  top: 40%;
  width: 500px;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.treatment-banner-title {
 font-family: 'Montserrat';
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}
.treatment-banner-desc {
  font-family: 'Montserrat';
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.25px;
  margin: 8px 0;
}
.treatment-list-page .page-content {
  background: #EBF2F5;
  padding: 57px 0 75px 0;
}
.treatment-list-page .page-nav {
  text-align: center;
}
.treatment-list-page .page-nav ul li a {
  color: #183e72;
  font-size: 14px;
  font-weight: 700;
}
.treatment-list-page .page-nav ul li:last-child a {
  color: #368083;
  text-decoration: none;
}
.treatment-list-page .page-nav ul li a:hover {
  color: #333;
}
.treatment-list-page .page-nav ul li:not(:last-child)::after {
  display: inline-block;
  color: #183e72;
  content: ">";
  font-size: 12px;
  margin: 0 3px 0 7px;
}
.treatment-top {
  margin: 0;
    text-align: center;
}
.treatment-title {
  font-family: 'Montserrat';
    color: #183e72;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -0.25px;
    margin: 0;
}
.services-list {
  background-color: #EBF2F5;
  padding: 10px 0 100px;
}
.services-list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -13px;
}
.services-item {
  width: 25%;
  padding: 0 13px;
  margin-bottom: 20px;
}
.services-item-inner {
  position: relative;
  z-index: 1;
}
.services-item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  /* -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%); */
  border-radius: 20px;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;}

.services-item:hover .services-item-img {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-animation: image-up 0.4s linear forwards;
  -ms-animation: image-up 0.4s linear forwards;
  animation: image-up 0.4s linear forwards;
}

@keyframes image-up {
  0% {
    max-height: 100%;
    }
  100% {
    max-height: 150%;
  }
}

.services-item-img img {
  width: 100%;
}
.services-item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 20px;
  min-height: 100%;
  padding: 32px 20px 25px 20px;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.services-item:hover a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.services-item-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100% - 60px);
  flex: 1 1 calc(100% - 60px);
  padding-right: 5px;
}
.services-item-title {
  min-height: 57px;
    margin: 10px 0 15px;
    color: #183e72;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
}
.services-item-link {
  color: #20B7E2;
}
.services-item-link i {
  margin-left: 15px;
}
.services-item-icon {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 60px;
  flex: 1 1 60px;
  text-align: right;
}
.services-item-icon img {
  max-width: 100%;
}
/* TREATMENTS DETAIL PAGE */
.treatment-detail-page .page-content {
  background: #fff;
}
.treatment-detail-wrapper {
  margin-top: 25px; }
  .treatment-detail-left {
    width: 72%; }
    .treatment-detail-wrapper .page-nav {
      text-align: left;
      padding-bottom: 7px;
  }
  .treatment-detail-wrapper .treatment-top {
    text-align: left;
}
.treatment-detail-text {
  color: #18355d;
  font-size: 18px;
  padding: 20px 0 0px 0;
}
  .treatment-detail-text p {
    margin-bottom: 25px;
    font-weight: 400;
    line-height: 32px;
}

.fc-question {
  padding: 25px 0px 45px 0;
/* width: 80%; */
}
.fc-question ul li {
  padding: 20px 0 20px 0;
    margin: 6px 0;
  border-bottom: 1px solid #18355d;
  background: rgb(200,232,241);
  background: linear-gradient(270deg, rgba(200,232,241,1) 0%, rgba(255,255,255,1) 100%);
}
.sss-title {
  font-family: 'Montserrat';
  color: #20b7e2;
  font-size: 30px;
  line-height: 31px;
  font-weight: 700;
  display: flex;
    justify-content: space-between;
}
.sss-title img {
  padding-right: 40px;
}
.sss-question {
  font-size: 20px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: -0.25px;
  color: #18355d;
  display: flex;
    justify-content: space-between;
}
.sss-question img {
  padding-right: 48px;
  transition: 0.4s all;
  transform-origin: left;
}
.sss-row-active .sss-question img {
  transform: rotate(90deg);
  transform-origin: left;
}
.sss-answer {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  padding: 13px 0 8px 0;
  display: none;
  line-height: 15px;
}
.sss-row-active .sss-answer {
  display: block;
animation: slide-down 0.7s ease-out;
-webkit-animation: slide-down 0.7s ease-out;
-moz-animation: slide-down 0.7s ease-out;
}
.fc-img {
  width: 20%;
}
.fc-img img {
  position: relative;
  top: -221px;
}

@keyframes slide-down {
0% {
  opacity: 0;
}
100% {
  opacity: 1;
}
}
@-webkit-keyframes slide-down {
0% {
  opacity: 0;
}
100% {
  opacity: 1;
}
}
@-moz-keyframes slide-down {
0% {
  opacity: 0;
}
100% {
  opacity: 1;
}
}

.treatment-detail-right {
  width: 28%; }
  .treatment-detail-right .row {
    margin: auto;
    position: relative;
    top: -148px;
}
.tdr-img {
  width: 90px;
  background: #EBF2F5;
  border-top-right-radius: 45px;
  border-top-left-radius: 45px;
  text-align: center;
  padding-top: 20px;
  margin: auto;
}
.tdr-title {
  font-family: 'Montserrat';
    color: #18355d;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -0.25px;
    margin: 50px 0 30px;
    line-height: 48px;
    text-align: center; }

    .tdrl.row {
      top: 0;
      background: #EBF2F5;
  }
  .tdr-list {
    margin-bottom: 60px;
}
.tdr-list-item {
  position: relative;
    text-align: center;
    /* margin-bottom: 20px; */
    color: #183e72;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    border-bottom: 1px solid #dbeaf0;
    overflow: hidden;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s; }
  .tdr-list-item.active {
      background: #20b7e2;
      overflow:visible;
  }
  .tdr-list-item.active:before {
    content: url(../img/triangle.png);
    position: absolute;
    left: -10px;
    /* top: 0px; */
}
  .tdr-list-item a {
    color: black; }
    .tdr-list-item.active a {
      color: #fff;
  }
  .tdr-list-item:hover {
    background: #368083; }
    .tdr-list-item:hover a {
      color: #fff; }
      .tdr-videos {
        min-height: 200px;
        background: #EBF2F5;
        border-bottom-left-radius: 200px;
        border-bottom-right-radius: 200px;
        background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    }
    .tdr-videos:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgb(32 183 226 / 64%);
  }
    .tdr-videos a {
      position: absolute;
      top: 55px;
      right: 0;
      left: 0;
      text-align: center;
      color: #fff;
      z-index: 3;
  }
  .tdr-play {
    font-size: 60px;
    line-height: 60px;
}
.tdr-video-title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: -0.25px;
}
/* .tdr-list-img {
  position: absolute;
  width: 48%;
  top: -1px;
  left: -1px;
  bottom: -1px;
  overflow: hidden; }
  .tdr-list-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } 
.tdr-link {
  display: block;
  color: #333;
  font-size: 18px;
  letter-spacing: -0.2px;
  margin-top: 30px; }*/

/* CONTACT-SECTION */
.contact-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 653px;
  position: relative;
  padding: 80px 0 0 0;
}
.contact-section:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background: rgb(32,183,226);
  background: linear-gradient(0deg, rgba(32,183,226,1) 0%, rgba(88,195,227,0) 54%);
}
.contact-section .row {
  position: relative;
}
.cst-title {
  font-family: 'Montserrat';
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  line-height: 31px;
}
.cst-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  padding: 10px 0;
}
.cs-email-icon {
  position: absolute;
  right: 0;
  top: -80px;
  background: #fff;
  width: 90px;
  height: 85px;
  padding: 22px 0 0 5px;
  /* text-align: center; */
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.contact-section .contact-form {
  width: 72%;
}
.contact-section .contact-form input, .contact-section .contact-form textarea, .contact-section .contact-form select {
  background: transparent;
 font-family: 'Montserrat';
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  font-style: italic;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0px;
}
.contact-section .contact-form input[type="submit"]:hover {
  background: #20B7E2;
  color: #fff;
}
.contact-section .contact-form input::placeholder {
  color: #fff;
}
.contact-section .form-group textarea::placeholder {
  color: #fff;
}
.contact-section .contact-form input[type="submit"] {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  display: inline-block;
  font-size: 16px;
  width: 135px;
  height: 40px;
  border-radius: 30px;
  line-height: 22px;
  background: #fff;
  color: #18355d;
  font-weight: 600;
  border: none;
  text-align: center;
  padding: 10px;
  transition: 0.4s all;
}
.cs-text {
  width: 72%;
}
/* ABOUT-US PAGE */
.about-us-page .tdrl.row {
  border-radius: 20px;
}
/* FAQ PAGE */
.faq-page .page-content {
  background: #fff;
}
.faq-question {
  padding: 25px 0px 45px 0;
/* width: 80%; */
}
.faq-question ul li {
  padding: 20px 0 20px 0;
    margin: 6px 0;
  border-bottom: 1px solid #18355d;
  background: rgb(200,232,241);
  background: linear-gradient(270deg, rgba(200,232,241,1) 0%, rgba(255,255,255,1) 100%);
}
.faq-sss-title {
  font-family: 'Montserrat';
  color: #20b7e2;
  font-size: 30px;
  line-height: 31px;
  font-weight: 700;
  display: flex;
    justify-content: space-between;
}
.faq-sss-title img {
  padding-right: 40px;
}
.faq-sss-question {
  font-size: 20px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: -0.25px;
  color: #18355d;
  display: flex;
    justify-content: space-between;
}
.faq-sss-question img {
  padding-right: 48px;
  transition: 0.4s all;
  transform-origin: left;
}
.faq-sss-row-active .faq-sss-question img {
  transform: rotate(90deg);
  transform-origin: left;
}
.faq-sss-answer {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  padding: 13px 0 8px 0;
  display: none;
  line-height: 15px;
}
.faq-sss-row-active .faq-sss-answer {
  display: block;
animation: slide-down 0.7s ease-out;
-webkit-animation: slide-down 0.7s ease-out;
-moz-animation: slide-down 0.7s ease-out;
}
.faq-img {
  width: 20%;
}
.faq-img img {
  position: relative;
  top: -221px;
}
/* INNER PAGE */
.page-share {
  position: relative; }

.page-share-button {
  display: inline-block;
  width: 40px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 30px;
  color: #aaa;
  line-height: 31px;
  text-align: center;
  cursor: pointer; }
  .page-share-button.psb-white {
    border-color: #fff;
    color: #fff; }

.page-content {
  background-color: #fff;
  padding: 35px 0; }

.page-left,
.page-right {
  padding: 0; }

.page-right {
  padding-left: 30px; }

.page-menu-title {
  color: #333;
  font-size: 36px;
  letter-spacing: -0.5px;
  line-height: 1.1;
  margin-bottom: 20px; }

.page-menu-link {
  display: block;
  color: #333;
  font-size: 16px;
  margin-bottom: 8px; }
  .page-menu-link:hover, .page-menu-link:focus, .page-menu-link.active {
    color: #86338b; }

.page-top {
  margin-top: 10px; }

.page-title {
  color: #333;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.4px;
  margin: 0 0 15px; }

.page-banner {
  margin: 15px 0 70px; }
  .page-banner img {
    width: 100%;
    border-radius: 5px; }

.page-info-text {
  color: #666;
  font-family: 'Didot LT Std TR';
  font-size: 22px;
  font-style: italic;
  letter-spacing: -0.20px;
  margin-bottom: 60px; }

.page-text {
  color: #333;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6; }
  .page-text p {
    margin-bottom: 35px; }
  .page-text span {
    font-weight: 600; }

.page-info-survey-link {
  margin-top: 10px; }
  .page-info-survey-link a {
    display: inline-block;
    color: #333;
    font-size: 18px;
    letter-spacing: -0.2px;
    padding: 8px 25px;
    border-radius: 25px;
    border: 1px solid #333;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .page-info-survey-link a:hover {
      background-color: #333;
      color: #fff; }

.page-nav ul li,
.page-nav ul li a {
  display: inline-block; }

.page-nav ul li a {
  color: #999;
  font-size: 16px; }

.page-nav ul li:last-child a {
  color: #973698;
  text-decoration: underline; }

.page-nav ul li:not(:last-child)::after {
  display: inline-block;
  color: #999;
  content: "/";
  margin: 0 3px 0 7px; }

.page-nav ul li a:hover {
  color: #333; }

/* 404 */
.not-found-warpper {
  padding: 90px 0 120px; }

.not-found-title {
  color: #5b5977;
  font-size: 120px;
  font-weight: 600;
  letter-spacing: -0.4px;
  text-align: center;
  background: url(../img/not-found-title-bg.png) no-repeat 50% 50%;
  background-size: container;
  margin: 0 0 10px; }

.not-found-desc {
  color: #5b5977;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: -0.5px;
  margin-bottom: 30px; }

.not-found-link {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  letter-spacing: -0.5px;
  border-radius: 35px;
  background-color: #9d2589;
  padding: 10px 45px; }
  .not-found-link:hover, .not-found-link:focus {
    color: #fff;
    background-color: #b22a9b; }

/* MEDIA */
.media-top {
  margin: 10px 0 35px; }

.media-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 204px; }

.media-title {
  color: #333;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: -0.5px;
  margin: 0; }

.media-image img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.media-gallery-item {
  margin-bottom: 30px; }

.media-item-title {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #ddd;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  line-height: 1.1;
  padding: 18px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s; }

.media-gallery-item:hover .media-item-title {
  background-color: #f5f5f5; }

.media-detail-image {
  float: left;
  margin: 0 20px 10px 0; }

.media-detail-text {
  margin-top: 40px; }

/* CONTACT */
.contact-page .page-content {
  padding-bottom: 125px;
}
.contact-page .page-content .container {
  position: relative;
  margin-top: -220px;
}
.contact-page .page-content .row {
  display: flex;
  flex-wrap: wrap;
}


/* .contact-map {
  position: relative; }
  .contact-map::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .contact-map iframe {
    width: 100%;
    height: 390px; } */

.cm-info {
  width: 100%;
  max-width: 401px;
  position: absolute;
  left: 44.7%;
  top: 46%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15);
  padding: 20px 30px;
  z-index: 2; }
  .cm-info::before {
    content: "";
    position: absolute;
    left: 115px;
    top: -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4.5px 6px 4.5px;
    border-color: transparent transparent #ffffff transparent; }
  .cm-info ul li {
    display: block;
    position: relative;
    color: #333;
    font-size: 16px;
    padding-left: 25px;
    margin-bottom: 8px;
    line-height: 1.1; }
    .cm-info ul li img {
      position: absolute;
      left: 0;
      top: 0; }

.contact-title {
  color: #183e72;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: center; }

.contact-form {
  margin-top: 40px; }

.contact-form .row {
  margin: 0 -10px; }

.contact-form .row > div {
  padding: 0 10px; }

.contact-form .form-group {
  margin-bottom: 20px; }

  .contact-form input::placeholder {
    color: #18355d;
}
.contact-form textarea::placeholder {
  color: #18355d;
}
.contact-form ::-webkit-input-placeholder {
  color: #18355d;
    font-family: 'Montserrat'; }

.contact-form ::-moz-placeholder {
  color: #18355d;
    font-family: 'Montserrat'; }

.contact-form :-ms-input-placeholder {
  color: #18355d;
    font-family: 'Montserrat'; }

.contact-form :-moz-placeholder {
  color: #18355d;
    font-family: 'Montserrat'; }

.contact-form :placeholder-shown {
  color: #18355d;
    font-family: 'Montserrat'; }

.contact-form input,
.contact-form textarea,
.contact-form select {
  font-family: 'Montserrat';
    width: 100%;
    height: 56px;
    border: 1px solid #18355d;
    color: #18355d;
    font-style: italic;
    padding: 0 15px;
    outline: none;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 58px;
    /* letter-spacing: 0.1px; */
    background: transparent;
    border-radius: 5px; }

.contact-form textarea {
  height: auto;
  padding-top: 20px;
  line-height: 16px;
  resize: none; }

.contact-form input[type="submit"] {
  font-family: 'Montserrat', sans-serif;
    font-style: normal;
    display: inline-block;
    font-size: 18px;
    width: 100%;
    /* height: 40px; */
    border-radius: 5px;
    line-height: 48px;
    background: #368083;
    color: #fff;
    font-weight: 700;
    border: none;
    text-align: center;
    /* padding: 10px; */
    transition: 0.4s all; }

.contact-form input[type="submit"]:hover {
  background: #18355d; }

.contact-wrapper {
  width: 56%;
  /* max-width: 825px; */
  margin: 0 auto;
  background: #EBF2F5;
  padding: 15px 25px;
  border-radius: 20px; }

  .address-wrapper {
    width: 44%;
    /* max-width: 825px; */
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-right: 30px;}
    .address-item {
      background-color: #EBF2F5;
      border-radius: 20px;
      width: 100%;
      padding: 21px 50px 0 50px;
      position: relative;
      overflow: hidden;
  }
  .address-item ul li {
    color: #183e72;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom:10px;
}
.address-item ul li:first-child {
  margin-bottom: 30px;
}
.address-item ul li span {
  font-weight: 700;
}
  .address-item:first-child {
    margin-bottom: 25px;
}
  .address-item .contact-title {
    text-align: left;
    margin-bottom: 33px;
}
.left-border {
  position: absolute;
  background: #368083;
  height: 230px;
  width: 43px;
  border-radius: 25px;
  top: 20px;
  left: -35px;
}
.contact-links {
  margin-top: 40px; }
  .contact-links a {
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 18px;
    padding: 5px 0 0 40px; }
    .contact-links a:hover, .contact-links a:focus {
      color: #9d2589; }
    .contact-links a img {
      position: absolute;
      left: 0;
      top: 0; }
  .contact-links a + a {
    margin-left: 50px; }
    
    .contact-address-bar {
      background: #EBF2F5;
      padding: 50px 0;
  }
  .contact-address-bar .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-address-bar .row:after {
  content: none;
}
h2.cab-title {
  width: 100%;
  margin-bottom: 27px;
  color: #18355d;
 font-family: 'Montserrat';
  font-weight: 700;
  font-size: 30px;
  line-height: 24px;
}
  .contact-address-bar .address-item {
    width: 32%;
    background: #fff;
    padding: 20px 40px 20px 40px;
}
.contact-address-bar .contact-title {
  margin-bottom: 23px;
  font-size: 18px;
  color: #20b7e2;
  line-height: 0;
}
.contact-address-bar .address-item ul li {
  font-size: 16px;
  margin-bottom: 5px;
}
.contact-address-bar .address-item ul li:first-child {
  margin-bottom: 15px;
}
/* DR */
.dr-search-banner {
  background: url(../img/dr-search-banner.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 50px 0; }

.dr-search-banner .page-nav ul li a {
  color: #fff; }

.dr-search-title {
  float: left;
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  margin: 6px 0 0; }

.dr-search-area {
  float: right; }

.drs-search {
  width: 405px;
  position: relative;
  float: right; }
  .drs-search input {
    width: 100%;
    color: #888888;
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    border: 1px solid #a078bb;
    background: #fff;
    padding: 0 40px 0 35px;
    border-radius: 35px;
    outline: none; }
  .drs-search button {
    position: absolute;
    right: 20px;
    top: 11px;
    color: #973698;
    font-size: 18px;
    border: 0;
    background: none; }

.drs-dropdown {
  width: 293px;
  position: relative;
  float: left;
  margin-right: 25px; }

.drs-dropdown-title {
  position: relative;
  color: #fff;
  font-size: 18px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #fff;
  border-radius: 35px;
  padding: 0 50px 0 20px;
  cursor: pointer; }
  .drs-dropdown-title .fa {
    position: absolute;
    right: 25px;
    top: 18px; }
  .drs-dropdown-title.active {
    color: #973698;
    background: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.drs-dropdown-content {
  position: absolute;
  width: 100%;
  top: 100%;
  height: 255px;
  background-color: #fff;
  padding: 15px 28px 35px 25px;
  overflow: hidden;
  box-shadow: 0 16px 23px 0 rgba(0, 0, 0, 0.05);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  z-index: 5;
  display: none; }
  .drs-dropdown-content a {
    display: block;
    color: #333;
    font-size: 16px;
    padding: 2px 0; }
    .drs-dropdown-content a:hover {
      color: #973698; }
  .drs-dropdown-content .scrollbar-inner {
    max-height: 210px; }
  .drs-dropdown-content .scroll-element .scroll-bar {
    width: 5px;
    max-height: 38px;
    background-color: #b8b8b8;
    opacity: 1; }
  .drs-dropdown-content .scrollbar-inner > .scroll-element .scroll-element_track {
    background: none; }

.dr-filter-section {
  background-color: #f5f5f5;
  padding: 15px 0; }

.drfl-item.dr-filter-all {
  position: absolute;
  left: 0;
  top: 0; }
  .drfl-item.dr-filter-all a {
    display: inline-block;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 20px; }
  .drfl-item.dr-filter-all.active a {
    color: #fff;
    background-color: #5b5977; }
  .drfl-item.dr-filter-all:hover:not(.active) a,
  .drfl-item.dr-filter-all:focus:not(.active) a {
    color: #86338b; }

.dr-filter-list {
  width: 100%;
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  padding-left: 155px; }

.drfl-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0; }
  .drfl-item a {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 50%;
    color: #333;
    font-size: 20px;
    font-weight: 600; }
  .drfl-item.active a {
    color: #fff;
    background-color: #5b5977; }

.dr-list {
  margin-top: 50px; }

.dr-list-item {
  margin-bottom: 30px; }

.drlist-item-inner {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 30px 20px 25px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s; }

.drlist-item-title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 23px 0 10px; }
  .drlist-item-title span {
    display: block; }

.drlist-item-desc {
  color: #999;
  font-size: 16px;
  text-align: center;
  margin-bottom: 23px; }

.drlist-item-img {
  position: relative;
  padding-bottom: 85%;
  border-radius: 50%;
  background-color: #f5f5f5;
  overflow: hidden;
  margin: 0 18px; }
  .drlist-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.drlist-item-link {
  display: block;
  color: #fff;
  font-size: 16px;
  background-color: #5b5977;
  padding: 10px 12px;
  border-radius: 5px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s; }
  .drlist-item-link img {
    margin-right: 8px;
    vertical-align: baseline; }
  .drlist-item-link:hover, .drlist-item-link:focus {
    color: #fff;
    background: #45435a; }

/* DR DETAIL */
.dr-detail-banner {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 200px; }

.dr-detail-top {
  background-color: #f6f6f6;
  padding-bottom: 86px; }

.drdt-left {
  width: 29.6%;
  margin-top: -143px;
  float: left; }

.drdt-img {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  border-radius: 50%;
  background: #eaeaea; }
  .drdt-img a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .drdt-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .drdt-img a::after,
  .drdt-img a::before {
    content: "";
    position: absolute; }
  .drdt-img a::after {
    content: "\f002"; }
  .drdt-img a::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.15);
    opacity: 0;
    z-index: 1; }
  .drdt-img a::after {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
    width: 61px;
    height: 61px;
    color: #973698;
    font-family: "Fontawesome";
    font-size: 16px;
    line-height: 61px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    z-index: 2; }
  .drdt-img a:hover::before,
  .drdt-img a:hover::after {
    opacity: 1; }
  .drdt-img a:hover::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.drdt-mail {
  display: inline-block;
  color: #333;
  font-size: 16px;
  text-align: center;
  margin-top: 15px; }
  .drdt-mail .fa {
    font-size: 14px;
    margin-right: 5px; }
  .drdt-mail:hover, .drdt-mail:focus {
    color: #973698; }

.drdt-online-date {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background-color: #973698;
  border-radius: 35px;
  padding: 11px 35px;
  margin-top: 20px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s; }
  .drdt-online-date img {
    position: relative;
    top: -3px;
    margin-right: 6px; }
  .drdt-online-date:hover, .drdt-online-date:focus {
    color: #fff;
    background-color: #722972; }

.drdt-right {
  width: 70.1%;
  padding-left: 55px;
  margin-top: -44px;
  float: left; }

.dr-detail-title {
  color: #973698;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.25px;
  margin: 45px 0 10px; }
  .dr-detail-title span {
    font-weight: 300; }

.dr-detail-subtitle {
  color: #973698;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.2px;
  margin: 0 0 30px; }

.dr-detail-list ul li {
  position: relative;
  padding-left: 180px;
  display: block;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.1px;
  margin-bottom: 8px; }
  .dr-detail-list ul li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 155px;
    font-weight: 600; }

.drdl-dot {
  float: right; }

.dr-detail-tabs {
  width: 29.6%;
  margin-top: 30px;
  float: left; }
  .dr-detail-tabs ul li {
    display: block; }
    .dr-detail-tabs ul li:first-child a {
      border-top-left-radius: 5px;
      background-color: #973698;
      border-color: #973698; }
    .dr-detail-tabs ul li:nth-child(2) a {
      background-color: #8655a7;
      border-color: #8655a7; }
    .dr-detail-tabs ul li:nth-child(3) a {
      background-color: #a178bc;
      border-color: #a178bc; }
    .dr-detail-tabs ul li:nth-child(4) a {
      border-bottom-left-radius: 5px;
      background-color: #ae6291;
      border-color: #ae6291; }
    .dr-detail-tabs ul li.active a {
      color: #333 !important;
      background-color: #fff !important;
      border-color: #ddd !important; }
    .dr-detail-tabs ul li.active a::after {
      display: block; }
    .dr-detail-tabs ul li h3 {
      margin: 0;
      font-size: 18px;
      font-weight: 600;
      letter-spacing: -0.1px; }
  .dr-detail-tabs ul li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.1px;
    border: 1px solid #fff;
    padding: 21px 50px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .dr-detail-tabs ul li a::after {
      content: "";
      position: absolute;
      right: -2px;
      top: 0;
      bottom: 0;
      border-right: 2px solid #fff;
      display: none; }

.tab-content.dr-detail {
  width: 70.4%;
  float: left;
  border: 1px solid #dddddd;
  padding: 63px 50px;
  margin-top: 30px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  min-height: 300px;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.1px; }
  .tab-content.dr-detail h4 {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.1px;
    margin: 0; }
    .tab-content.dr-detail h4::after {
      content: "";
      display: block;
      width: 47px;
      height: 3px;
      background-color: #969;
      margin: 5px 0; }
  .tab-content.dr-detail ul {
    margin-bottom: 40px; }
    .tab-content.dr-detail ul li {
      margin-bottom: 5px; }

/* MEDICAL UNITS */
.medical-units-share {
  float: right; }

.mu-left {
  margin-top: 25px; }

.dr-search-banner.medical-units {
  background: url(../img/tibbi-bolumler-detay.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 15px 0 40px; }

.dr-search-area.medical-units {
  width: 100%;
  margin-top: 10px; }

.drs-search.medical-units {
  width: 750px; }

.dr-filter-section.medical-units {
  padding: 20px 0; }

.dr-filter-section.medical-units .drfl-item.dr-filter-all.active a {
  color: #fff;
  background-color: #993399; }

.medical-units-item {
  margin-bottom: 30px; }

.mui-inner {
  border: 1px solid #f6f3f3;
  border-radius: 5px;
  overflow: hidden; }

.mui-title {
  color: #333;
  font-size: 32px;
  font-weight: 300;
  background-color: #f5f5f5;
  padding: 0 20px; }

.mui-body {
  padding: 7px 15px; }
  .mui-body a {
    display: block;
    color: #333;
    font-size: 18px;
    letter-spacing: -0.1px;
    padding: 3px 0; }
    .mui-body a:hover, .mui-body a:focus {
      color: #939; }

/* VIDEOS */
.videos-page .page-content {
  background: #fff;
}
.videos-page .treatment-title {
  font-size: 30px;
  color: #0bacda;
  line-height: 40px;
}
.videos-page .nav {
  display: flex;
  justify-content: center;
}
.videos-page .dropdown-toggle {
  font-family: 'Montserrat';
  color: #E53D2F;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  line-height: 30px;
  border-bottom: 1px solid #0BACDA;
  border-radius: 0px;
}
.videos-top-holder {
  margin-top: 10px; }

.video-banner {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 200px; }

.videos-title {
  color: #333;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.4px;
  margin: 0; }

.videos-top {
  margin: 20px 0 40px; }

.videos-list {
  /* border-top: 1px solid #ddd; */
  margin-top: 40px;
  padding-top: 40px; }
  .videos-list a {
    outline: none; }
  .videos-list .row {
    margin: 0 -32px; }
    .videos-list .row > div {
      padding: 0 32px; }

.videos-list-item {
  margin-bottom: 30px; }

.videos-list-img {
  padding-bottom: 56%;
  margin-bottom: 25px;
  border-radius: 20px;
 }
  .videos-list-img img {
    border-radius: 5px; }
  .videos-list-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 1;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s; }
  .videos-list-img::before {
    content: "\f04b";
    position: absolute;
    width: 40px;
    height: 40px;
    left: 20px;
    bottom: 20px;
    color: #fff;
    font-family: "Fontawesome";
    font-size: 22px;
    line-height: 31px;
    border: 4px solid #fff;
    border-radius: 50%;
    padding: 1px 10px;
    z-index: 2; }

.videos-list-item:hover .videos-list-img::after {
  background-color: rgba(0, 0, 0, 0.3); }

.videos-list-name {
  /*color: #2b2762; */
    /* font-size: 16px; */
    /* font-weight: 300; */
    /* line-height: 1.1; */
    margin-bottom: 10px;
    color: #20b7e2;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600; }

.videos-list-title {
  /*color: #333; */
    /* font-size: 18px; */
    /* font-weight: 600; */
    /* letter-spacing: -0.2px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    color: #183e72;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.2px;
 }

.latest-videos-slider .owl-dots {
  position: absolute;
  right: 0;
  top: 0;
  width: 13px;
  z-index: 3; }
  .latest-videos-slider .owl-dots .owl-dot span {
    display: inline-block;
    position: relative;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #ccc;
    border: 3px solid #fff; }
  .latest-videos-slider .owl-dots .owl-dot.active span {
    background-color: #ae6291;
    border-color: #ae6291; }

.lvs-video {
  width: 58.4%;
  float: left;
  padding-bottom: 32.8%; }
  .lvs-video img {
    border-radius: 5px; }
  .lvs-video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: 1; }
  .lvs-video::before {
    content: "\f01d";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff;
    font-family: "Fontawesome";
    font-size: 50px;
    z-index: 2; }

.lvs-text {
  width: 41.6%;
  float: left;
  padding: 0 30px 0 45px; }

.lvs-label {
  display: inline-block;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  background-color: #9d2589;
  padding: 4px 15px; }
  .lvs-label .fa {
    font-size: 10px;
    margin-right: 5px; }

.lvs-name {
  color: #9d2589;
  font-size: 30px;
  letter-spacing: -0.3px;
  margin: 10px 0; }

.lvs-title {
  color: #333;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.25px;
  margin: 0; }
  .lvs-title::after {
    content: "";
    display: block;
    width: 30px;
    border-top: 2px solid #c1c1c1;
    margin: 15px 0; }

.lvs-desc {
  color: #666;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.1px; }

/* MEDICAL UNITS DETAIL */
.mu-sidebar-title {
  color: #595478;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.35px;
  text-align: center; }
  .mu-sidebar-title::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #94368d;
    margin: 10px auto 75px auto; }

.sidebar-dr-item {
  margin-bottom: 70px;
  border-right: 1px solid #ddd;
  opacity: 0;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: opacity 0.4s ease 0.8s, -webkit-transform 0.4s ease 0.8s;
  transition: opacity 0.4s ease 0.8s, -webkit-transform 0.4s ease 0.8s;
  transition: opacity 0.4s ease 0.8s, transform 0.4s ease 0.8s;
  transition: opacity 0.4s ease 0.8s, transform 0.4s ease 0.8s, -webkit-transform 0.4s ease 0.8s; }
  .sidebar-dr-item:last-child {
    margin-bottom: 0; }

.owl-item.active .sidebar-dr-item {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.owl-item.active .sidebar-dr-item:nth-child(2) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s; }

.owl-item.active .sidebar-dr-item:nth-child(3) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }

.sidebar-dr-body {
  position: relative;
  padding: 0 35px 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center; }

.sidebar-dr-title {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.25px;
  line-height: 1.1;
  margin: 10px 0; }
  .sidebar-dr-title span {
    display: block; }

.sidebar-dr-subtitle {
  color: #86338b;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.1px;
  margin-bottom: 5px; }

.sidebar-dr-desc {
  color: #999;
  line-height: 1.1; }
  .sidebar-dr-desc > div {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 45px;
    overflow: hidden; }

.sidebar-dr-link {
  display: block;
  color: #fff;
  font-size: 16px;
  background-color: #5b5977;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 7px;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  .sidebar-dr-link:hover, .sidebar-dr-link:focus {
    color: #fff;
    background-color: #726f94; }

.sidebar-dr-img {
  width: 100%;
  max-width: 113px;
  padding-bottom: 113px;
  border-radius: 50%;
  margin: -35px auto 0 auto; }

.sidebar-dr-list .item {
  padding-top: 35px; }

.sidebar-dr-list .owl-nav {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  margin-top: 15px; }

.sidebar-dr-list .owl-prev,
.sidebar-dr-list .owl-next {
  position: relative;
  display: inline-block;
  padding: 0 2px;
  background-color: #fff;
  top: 15px;
  z-index: 2; }
  .sidebar-dr-list .owl-prev .fa,
  .sidebar-dr-list .owl-next .fa {
    width: 30px;
    height: 30px;
    color: #ccc;
    font-size: 24px;
    line-height: 27px;
    padding-right: 2px;
    border: 1px solid #e7e7e7;
    border-radius: 50%; }
  .sidebar-dr-list .owl-prev:hover .fa,
  .sidebar-dr-list .owl-next:hover .fa {
    background-color: #5b5977;
    color: #dfdfdf; }

.sidebar-dr-list .owl-prev {
  padding-left: 10px; }

.sidebar-dr-list .owl-next {
  padding-right: 10px; }

.mu-title-holder {
  position: relative;
  padding-right: 45px; }

.mu-content-title {
  color: #333;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.4px;
  margin: 0 0 30px 0; }

.mu-share {
  position: absolute;
  right: 0;
  top: 6px; }

.mu-detail-text {
  color: #333;
  font-size: 18px; }
  .mu-detail-text p {
    margin-bottom: 40px; }
  .mu-detail-text h2 {
    color: #5b5977;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.3px;
    margin: 0 0 20px; }
  .mu-detail-text ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px; }
    .mu-detail-text ul li::before {
      content: "»";
      position: absolute;
      top: 0;
      left: 0; }

.mu-detail-img {
  width: 100%;
  max-width: 400px;
  border-radius: 5px;
  float: left;
  margin-right: 30px; }

.mudt-info {
  color: #777;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.2px;
  margin-bottom: 30px; }

.related-section-title {
  color: #333;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.15px;
  margin: 60px 0 20px; }

.related-article-img {
  padding-bottom: 54%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.related-article-text {
  background-color: #f3f4f5;
  padding: 15px; }

.related-article-title {
  color: #9d2589;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 10px; }

.related-article-desc {
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1; }

.related-3x-slider .owl-dots {
  position: absolute;
  top: -50px;
  right: 0; }

.related-3x-slider .owl-dot {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 27px;
  border-radius: 50%; }
  .related-3x-slider .owl-dot span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 11px;
    height: 11px;
    background-color: #ccc;
    border-radius: 50%; }
  .related-3x-slider .owl-dot.active {
    border: 1px solid #ead7ea; }
    .related-3x-slider .owl-dot.active span {
      background-color: #8a135e; }
  .related-3x-slider .owl-dot:hover span {
    background-color: #8a135e; }

.related-all-link {
  margin-top: 20px; }
  .related-all-link a {
    color: #474563;
    display: inline-block;
    font-size: 16px;
    font-weight: 600; }
    .related-all-link a .fa {
      font-size: 14px;
      margin-left: 5px; }

.related-videos-name {
  color: #2b2762;
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px; }

.related-videos-title {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.20px; }

.related-videos-img {
  padding-bottom: 56.5%;
  border-radius: 5px; }
  .related-videos-img::before {
    content: "\f04b";
    position: absolute;
    width: 36px;
    height: 36px;
    left: 20px;
    bottom: 20px;
    color: #fff;
    font-family: "Fontawesome";
    font-size: 20px;
    line-height: 31px;
    border: 4px solid #fff;
    border-radius: 50%;
    padding: 0 8px;
    z-index: 2; }
  .related-videos-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(87, 32, 123, 0.15);
    border-radius: 5px;
    z-index: 1;
    -webkit-transition: background 0.4s;
    transition: background 0.4s; }

.item:hover .related-videos-img::after {
  background-color: rgba(87, 32, 123, 0.4); }

/* NEWS / NEWS DETAIL */
.news-top {
  margin: 20px 0 35px; }

.news-title {
  color: #333;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.4px;
  margin: 0; }

.news-list .row {
  margin: 0 -20px; }
  .news-list .row > div {
    padding: 0 20px; }

.news-list-item {
  margin-bottom: 50px; }

.news-list-seperator {
  position: relative;
  width: 100%;
  float: left;
  border-top: 1px solid #dfdfdf;
  margin-bottom: 50px; }
  .news-list-seperator::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -4px;
    width: 7px;
    height: 7px;
    border: 2px solid #dfdfdf;
    border-radius: 50%;
    background-color: #fff;
    z-index: 2; }

.nli-inner {
  position: relative;
  min-height: 250px;
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  padding: 35px 25px 40px 49%;
  overflow: hidden; }

.news-list-image {
  position: absolute;
  width: 43.4%;
  top: -1px;
  left: -1px;
  bottom: -1px;
  overflow: hidden; }
  .news-list-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.news-list-title {
  color: #333;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: 1.1;
  margin: 0 0 15px; }

.news-list-desc {
  color: #333;
  font-weight: 300;
  font-size: 16px; }

.news-list-link {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  background-color: #5b5977;
  border-top-left-radius: 10px;
  padding: 6px 25px; }
  .news-list-link .fa {
    margin-left: 10px; }

.nli-inner:hover .news-list-link {
  background-color: #45435a; }

.news-list-item.latest .news-list-link {
  background-color: #9d2589; }

.news-list-label {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  background-color: #9d2589;
  padding: 5px 15px;
  border-radius: 15px;
  margin-bottom: 10px; }
  .news-list-label .fa {
    margin-right: 5px;
    font-size: 10px; }

.nd-title-holder {
  margin-top: 10px; }

.news-detail-title {
  color: #333;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.4px;
  margin: 0 0 10px; }

.news-detail-right {
  width: 28%; }

.news-detail-left {
  padding-right: 60px; }

.news-detail-img {
  width: 100%;
  float: left;
  max-width: 335px; }
  .news-detail-img img {
    width: 100%;
    border-radius: 15px; }

.news-detail-top {
  margin-bottom: 40px; }

.news-detail-top-right {
  padding-left: 380px; }

.news-detail-label {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  background-color: #9d2589;
  padding: 3px 15px;
  border-radius: 15px;
  margin-bottom: 20px; }
  .news-detail-label .fa {
    margin-right: 5px;
    font-size: 10px; }

.news-detail-info {
  color: #777;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.2px;
  margin-bottom: 20px; }

.news-detail-wrapper {
  margin-top: 25px; }

.news-detail-text {
  color: #333;
  font-size: 18px; }
  .news-detail-text p {
    margin-bottom: 25px; }

.ndr-title {
  color: #333;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin-bottom: 15px; }

.ndr-list-item {
  position: relative;
  margin-bottom: 20px;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.1px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 23px 30px 0 53%;
  min-height: 130px;
  overflow: hidden;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s; }
  .ndr-list-item a {
    color: #333; }
  .ndr-list-item:hover {
    background-color: #f5f5f5; }

.ndr-list-img {
  position: absolute;
  width: 48%;
  top: -1px;
  left: -1px;
  bottom: -1px;
  overflow: hidden; }
  .ndr-list-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.ndr-link {
  display: block;
  color: #333;
  font-size: 18px;
  letter-spacing: -0.2px;
  margin-top: 30px; }

/* MOBILE MENU */
.hamburger {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 35px;
  height: 32px;
  cursor: pointer;
  display: none; }

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  background-color: #368083;
  position: absolute;
  width: 35px;
  height: 6px;
  border-radius: 0; }

.hamburger-inner::after, .hamburger-inner::before {
  display: block;
  content: ''; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

body.menu-active {
  background-color: #368083;
  overflow: hidden; }

.content-wrapper {
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center; }

.content-wrapper.active {
  -webkit-transform: scale(0.9) translateX(72%) translateY(38px);
  -ms-transform: scale(0.9) translateX(72%) translateY(38px);
  transform: scale(0.9) translateX(72%) translateY(38px); }

.content-wrapper-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 25;
  display: none; }

.content-wrapper.active .content-wrapper-overlay {
  display: block; }

.mobile-menu {
  width: 60%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #368083;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  padding-top: 38px;
  z-index: 30;
  overflow: hidden; }

.mobile-menu ul li {
  display: block; }

.mobile-menu ul li a {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.2px;
  border-bottom: 1px solid #fff;
  padding: 20px 45px; }

.mobile-menu ul li a:hover, .mobile-menu ul li a:focus {
  background-color: #36808387; }

.mobile-menu ul li img {
  margin-right: 15px; }

.mobile-menu.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.menu-logo {
  padding: 0 35px;
  margin-bottom: 50px; }

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

.menu-tel {
  display: block;
  color: #fff;
  font-family: "Gotham";
  font-size: 28px;
  font-weight: 700;
  margin-top: 40px;
  padding: 0 45px; }

.menu-tel .fa {
  font-size: 22px;
  margin-right: 10px; }

.menu-tel:hover, .menu-tel:focus {
  color: #fff; }

.menu-online-date {
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.3px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px 0;
  margin: 30px 30px 0 45px; }

.menu-online-date img {
  position: relative;
  margin-right: 10px;
  top: -4px; }

.menu-online-date:hover, .menu-online-date:focus {
  color: #fff;
  background-color: #742c78; }

/* FIXED SOCIAL */
.fixed-social {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 35;
  display: none; }

.fs-item {
  width: 16.66666666666667%;
  float: left;
  color: #fff;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  text-align: center; }

.fs-item:hover, .fs-item:focus {
  color: #fff; }

.facebook {
  background-color: #3b5999; }

.twitter {
  background-color: #55acee; }

.instagram {
  background-color: #e4405f; }

.linkedin {
  background-color: #0077b5; }

.youtube {
  background-color: #cd201f; }

.google-plus {
  background-color: #dd4b39; }

/* MEDIA */
@media (max-width: 1600px) {
  .home-services::after,
  .home-videos::after {
    display: none; } }

@media (max-width: 1199px) {
  .news-detail-img {
    float: none;
    margin: 0 0 20px 0; }
  .news-detail-top-right {
    padding-left: 0; }
  .ndr-list-item {
    font-size: 15px; }
  .hvs-item {
    min-height: 275px; }
  .drs-dropdown {
    width: 265px;
    margin-right: 15px; }
  .drs-search {
    width: 330px; }
  .drfl-item {
    display: inline-block; }
  .dr-filter-list {
    display: block; }
  .slide-title {
    font-size: 40px; }
  .logo {
    width: 255px; }
  .main-slider .owl-dots {
    max-width: 965px;
    bottom: 5%; } }

@media (max-width: 991px) {
  .main-nav,
  .main-nav ul {
    width: 100%;
    text-align: center; }
  .hdr-top {
    text-align: center; }
  .main-nav ul li,
  .main-nav-link {
    display: inline-block;
    float: none; }
  .hvs-desc {
    font-size: 18px; }
  .sidebar-dr-item {
    width: 30%;
    float: left;
    margin: 0 1.33%; }
  .mu-right {
    width: 100%; }
  .dr-detail-tabs ul li a {
    padding: 21px 20px 21px 50px; }
  .dr-detail-tabs ul li h3 {
    font-size: 14px; }
  .hvs-item {
    min-height: 270px; }
  .dr-search-banner {
    padding: 30px 0; }
  .dr-search-title,
  .dr-search-area {
    width: 100%; }
  .dr-search-area {
    margin-top: 15px; }
  .drs-search {
    float: left; }
  .nav-dropdown.corporate {
    right: -620px; }
  .ft-item {
    margin-bottom: 30px; }
  
  .ft-item:nth-child(2),
  .ft-item:nth-child(3) {
    width: 25%;
    min-height: 220px; }
  .ft-item:nth-child(4) {
    width: 30%; }
  .ft-item:last-child {
    width: 16%; }
  .main-slider .owl-dots {
    display: none; }
  .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
  .hdr-right,
  .drs-search.medical-units {
    width: 100%; }
  .hdr-search {
    width: 335px; } }

@media (max-width: 800px) {
  .efc-title {
    font-size: 32px; }
  .e-form-content {
    width: 320px;
    padding: 5px; }
  .edc-desc {
    font-size: 16px; }
    .edc-desc br {
      display: none; } }

@media (max-width: 767px) {
  .header-bottom {
    position: relative; }
  .dr-search-banner.medical-units {
    padding-top: 15px;
    padding-bottom: 15px; }
  .medical-units-share {
    float: left; }
  .mu-left {
    margin: 0; }
  .grouped-search-results {
    top: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .header-mobile-top,
  .hamburger,
  .fixed-social {
    display: block; }
  .header-lang {
    position: absolute;
    right: 55px;
    top: -39px; }
  .header-lang .dropdown .fa-globe {
    display: none; }
  .header-lang .dropdown > a,
  .header-lang .dropdown .fa-chevron-down {
    color: #fff;
    font-weight: 700; }
  .header-lang .dropdown > a {
    font-size: 20px; }
  .header-lang .dropdown-menu {
    left: auto;
    right: 0; }
  .hdr-tel {
    position: absolute;
    left: 0;
    top: -39px;
    color: #fff; }
    .hdr-tel img,
    .hdr-tel:hover img,
    .hdr-tel:focus img {
      color: #fff;
      -webkit-filter: brightness(0) invert(1) hue-rotate(0);
      filter: brightness(0) invert(1) hue-rotate(0); }
    .hdr-tel:hover, .hdr-tel:focus {
      color: #fff; }
  .logo {
    text-align: left;
    padding-right: 75px; }
  .hvs-item {
    min-height: inherit; }
  .hvs-item,
  .home-videos-slider .hvs-item .hvs-title, .home-videos-slider .hvs-item .hvs-title, .home-videos-slider .hvs-item .hvs-desc, .home-videos-slider .hvs-item .hvs-desc,
  .home-videos-slider .owl-item.active.center .hvs-item,
  .home-videos-slider .owl-item.active.center .hvs-title,
  .home-videos-slider .owl-item.active.center .hvs-desc {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .ft-item:nth-child(2),
  .ft-item:nth-child(3) {
    min-height: inherit; }
  .mu-sidebar-title {
    margin-top: 25px; }
  .mu-sidebar-title::after {
    margin-bottom: 25px; }
  .sidebar-dr-item {
    width: 100%;
    float: left;
    margin: 0 0 70px; }
  .related-3x-slider .owl-dots {
    top: -33px;
    left: 0;
    right: auto; }
  .related-section-title {
    margin-bottom: 38px; }
  .mu-content-title {
    font-size: 28px; }
  .mu-detail-img {
    float: none;
    margin: 0 0 20px; }
  .not-found-warpper {
    padding: 10px 0 30px; }
  .page-right {
    padding-left: 0; }
  .dr-detail-list ul li {
    padding-left: 0; }
    .dr-detail-list ul li span {
      display: block;
      position: static; }
  .hdr-search {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    top: -45px;
    max-width: inherit;
    z-index: 9; }
    .hdr-search input {
      font-size: 16px;
      border-radius: 0;
      border: 0;
      border-bottom: 1px solid #a078bb;
      height: 45px;
      line-height: 45px; }
    .hdr-search button {
      display: none; }
  .dr-detail-title {
    font-size: 26px;
    margin-top: 20px; }
  .main-nav,
  .drdl-dot,
  .footer-map-link,
  .footer-social,
  .home-videos-slider .owl-dots,
  .home-news-slider .owl-dots,
  .hdr-social {
    display: none; }
  .ft-item {
    width: 100% !important;
    text-align: center; }
  .footer-tel,
  .footer-tel-small,
  .footer-mail,
  .footer-map,
  .footer-social,
  .footer-copyright,
  .footer-development {
    text-align: center; }
  .home-eform-quote {
    display: none;
    left: 15px;
    margin-top: -25px;
    max-width: 50px; }
  .home-eform {
    min-height: inherit;
    background: #f2f0f3; }
  .home-eform-text {
    text-align: center;
    padding: 25px 15px; }
  .home-eform-desc {
    max-width: inherit; }
  .slide-title {
    font-size: 5vw; }
  .hs-menu {
    margin-top: 0; }
  .hs-slider {
    padding: 0; }
  .hs-slider::before {
    left: -95px; }
  .hs-slider::after {
    right: -95px; }
  .hs-slider .owl-next {
    right: -30px; }
  .hs-slider .owl-prev {
    left: -30px; }
  .hdr-top {
    text-align: center; }
  .main-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    padding: 0; }
  .contact-wrapper,
  .page-content,
  .dr-search-banner,
  .dr-filter-section,
  .dr-search-banner.medical-units,
  .home-news,
  .home-services {
    padding-left: 15px;
    padding-right: 15px; }
  .header-bottom {
    padding: 5px 15px; }
  .dr-search-title {
    margin-bottom: 10px; }
  .drdt-left,
  .drdt-right {
    width: 100%;
    padding: 0 15px; }
  .drdt-right {
    margin-top: 30px; }
  .dr-detail-tabs,
  .tab-content.dr-detail {
    width: 100%; }
  .tab-content.dr-detail {
    padding: 20px; }
  .drs-dropdown,
  .drs-search {
    width: 100%;
    margin: 5px 0; }
  .dr-filter-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 90px;
    overflow-x: scroll;
    overflow-y: hidden; }
  .home-services,
  .home-videos,
  .home-videos,
  .home-news,
  .footer-top {
    padding-top: 25px;
    padding-bottom: 25px;
    
      height: 100% !important;
  }
  .footer-copyright,
  .footer-copyright a {
    font-size: 14px; }
  .fc-seperator {
    padding: 0 5px; }
  .ft-item ul li span {
    font-size: 16px;
    margin-bottom: 5px; }
  .ft-link {
    margin: 3px; }
  .ft-item {
    margin-bottom: 20px; }
    .ft-item:last-child {
      margin: 0; }
  .footer-bottom {
    padding: 20px 0; }
  .footer-development {
    margin-top: 5px; }
  .hs-menu-item {
    width: 33.33%;
    max-width: inherit;
    margin: 0 0 15px 0;
    text-align: center;
    float: left; }
    .hs-menu-item a {
      display: block; }
    .hs-menu-item:nth-child(4), .hs-menu-item:nth-child(5) {
      width: 50%; }
    .hs-menu-item:nth-child(4) {
      padding-left: 13%; }
    .hs-menu-item:nth-child(5) {
      padding-right: 13%; } }

@media (max-width: 550px) {
  .hl-title {
    font-size: 18px; }
  .hl-item img {
    max-height: 50px; }
  .mf-copyright {
    font-size: 14px; }
  .menu-logo {
    margin-bottom: 30px;
    padding: 0 30px; }
  .mobile-menu ul li a {
    font-size: 20px;
    padding: 15px 30px; } }

@media (max-width: 480px) {
  .main-slider .item .container {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 65%; }
  .slide-title {
    font-family: inherit; }
  .main-slider .item {
    padding-bottom: 50%; }
    .main-slider .item img {
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      max-height: 100%; }
  .hs-menu-item span {
    font-size: 16px; }
  .hs-menu-item img {
    width: 80px; }
  .home-videos-desc {
    margin-bottom: 0; }
  .home-videos-title,
  .home-eform-title,
  .home-news-title,
  .register-section-title {
    font-size: 32px; }
  .home-eform-desc {
    font-size: 18px; }
  .home-news-desc {
    margin-bottom: 20px; }
  .hns-desc {
    margin-bottom: 15px; }
  .hns-title {
    font-size: 20px;
    margin: 15px 0 10px;
    padding-bottom: 15px; }
  .hns-desc {
    font-size: 16px; }
  .all-news-link {
    margin-top: 25px; }
  .footer-logo-list {
    padding: 15px; }
  .hsi-overlay img {
    max-height: 255px; }
  .menu-online-date {
    font-size: 18px;
    margin-left: 30px; }
  .mobile-menu {
    width: 280px; }
  .fs-item {
    font-size: 16px;
    height: 40px;
    line-height: 40px; } }

@media (max-width: 400px) {
  .menu-online-date {
    margin: 20px 15px 0 15px; }
  .menu-online-date img {
    width: 20px;
    top: -3px; }
  .mobile-menu ul li a {
    font-size: 18px;
    padding: 15px 15px; }
  .menu-tel {
    padding: 0 15px;
    font-size: 20px;
    margin-top: 25px; } }

@media (max-width: 800px) and (max-height: 620px) {
  .e-form-content {
    margin: 58px auto; }
  @-webkit-keyframes popupContentScale {
    0% {
      -webkit-transform: translate(-50%, -60%);
      transform: translate(-50%, -60%); }
    95% {
      -webkit-transform: translate(-50%, -60%) scale(0.4);
      transform: translate(-50%, -60%) scale(0.4); }
    100% {
      -webkit-transform: translate(-50%, -60%) scale(0.4);
      transform: translate(-50%, -60%) scale(0.4); } }
  @keyframes popupContentScale {
    0% {
      -webkit-transform: translate(-50%, -60%);
      transform: translate(-50%, -60%); }
    95% {
      -webkit-transform: translate(-50%, -60%) scale(0.4);
      transform: translate(-50%, -60%) scale(0.4); }
    100% {
      -webkit-transform: translate(-50%, -60%) scale(0.4);
      transform: translate(-50%, -60%) scale(0.4); } } }

/*MIN*/
@media (min-width: 768px) {
  .drdt-right .page-nav a {
    color: #cdbbce; }
  .drdt-right .page-nav ul li:last-child a {
    color: #f0e9f0; } }

@media (min-width: 1200px) {
  .mu-detail-sidebar {
    width: 23.3%; }
  .mu-detail-content {
    width: 76.7%; }
  .container {
    width: 1200px; }
  .news-detail-right {
    width: 28%; }
 
  

   }
