/* FONTS */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext');

/* LOADER */

#loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999999999999;
  background: #fff;
}

.section-nurse {
  background-color: #8ccae9;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hospital .section-nurse p {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
}

.swiper-slide.member-slide:has(img[src="img/doctors/thumb/notavailable.png"]) {
    display: none;
}


.section-nurse .nurse-item {
  margin-bottom: 20px;
}

.section-nurse .nurse-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  margin-bottom: 20px;
}

.section-nurse .nurse-item .nurse-title {
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.section-nurse .nurse-item .nurse-title .nurse-position {
  margin-top: 10px;
  font-weight: 400;
}

.home-slider .item-slide {
  height: 90vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-position: top center;
}

.home-slider .item-slide h2 {
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  font-size: 60px;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  text-align: center;
  z-index: 55555;
  width: 55%;
}

.home-slider .owl-item.active h2 {
  opacity: 1;
}

.home-slider .item-slide .slide-overlay {
  background-color: #000;
  opacity: .5;
  z-index: 999;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 25px;
  height: 0;
}

.home-slider .owl-next {
 float: right;
 opacity: .5;
 -webkit-transition: opacity .2s ease-out;
 -o-transition: opacity .2s ease-out;
 transition: opacity .2s ease-out;
}

.home-slider .owl-prev {
  opacity: .5;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
 }

 .home-slider .owl-next:hover,  .home-slider .owl-prev:hover {
  opacity: 1;
  -webkit-transition: opacity .2s ease-in;
  -o-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
 }

.loader-content {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}

.spinner {
  margin: 100px auto;
  width: 32px;
  height: 32px;
  position: relative;
}

.cube {
  background: #8CCAE9;
}

.cube1,
.cube2 {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}


/* RESET STYLES */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

body * {
  -webkit-text-size-adjust: none;
}

.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
  font-size: 0px;
  display: block;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

input,
textarea,
select {
  font-family: 'Lato', sans-serif, Arial;
  font-weight: 400;
  -webkit-appearance: none;
  border-radius: 0;
}

a,
a:link,
a:visited,
a:active,
a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

body {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
}

p {
  font-family: 'Open Sans', sans-serif;
}


/* GLOBAL SETTINGS */


/*nopadding class*/

.nopadding {
  padding-left: 0;
  padding-right: 0;
}


/*content wrapper*/

#content-wrapper {
  padding-top: 122px;
  position: relative;
}


/*text styles*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
}

h3 {
  text-transform: uppercase;
}

p {
  font-family: 'Open Sans', sans-serif;
}


/*map*/

.map-container .map {
  padding: 0;
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative;
}
.map-container .map.clicked {
	pointer-events: auto;
}
.map {
  padding: 0;
}

#map {
  height: 380px;
  width: 100%;
}

.gmnoprint .gm-style-cc,
.gmnoprint a {
  display: none !important;
}

.background-parent {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.read-more i {
  position: relative;
  display: inline-block;
  right: 0;
  -webkit-transition: right 0.3s linear;
  -o-transition: right 0.3s linear;
  transition: right 0.3s linear;
}

.read-more:hover i {
  right: -10px;
}

.block-title,
.block-title-doctor {
  color: #196575;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
  word-wrap: break-word;
}

.block-title-doctor {
  font-size: 34px;
  text-align: left;
}

.sub-title {
  max-width: 560px;
  color: #8b989b;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.7;
  padding: 0 15px 50px;
  font-family: 'Open Sans', sans-serif;
}

#contact_form:disabled,
#contact_form[disabled]{
  cursor: not-allowed;
  border: none;
  background-color: #eeeef0;
  color: #c1c1c1;
  text-transform: uppercase;
  padding: 15px 25px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 25px;
}

.modal-body {
  float: left;
  padding: 0 0 15px;
}
.modal-header {
  padding: 10px 25px;
  float: left;
  display: block;
  width: 100%;
}


@media screen and (max-width: 992px) {
  .template-box {
    margin-top: 70px;
    width: 100%;
  }
}

.template-box p {
  padding-top: 30px;
  text-transform: uppercase;
  color: #333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
}

.img-box {
  position: relative;
  margin: auto;
  border: 3px solid transparent;
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .img-box {
    display: inline-block;
  }
}

.img-box img {
  max-width: 100%;
  display: block;
  height: auto;
}

@-webkit-keyframes scroll-arrow {
  from {
    bottom: 48px;
  }
  to {
    bottom: 30px;
  }
}

@keyframes scroll-arrow {
  from {
    bottom: 48px;
  }
  to {
    bottom: 30px;
  }
}

.module {
  background: #f1f2f1;
  padding: 70px 0 0;
}

.module img {
  width: 65px;
  float: left;
  margin-right: 30px;
}

.module .content {
  width: 60%;
  font-size: 14px;
  line-height: 22px;
  color: #2c2c2c;
  font-family: 'Open Sans', sans-serif;
  float: left;
}

@media screen and (max-width: 992px) {
  .module .content {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    float: none;
  }
}

.module .col-md-4 {
  min-height: 200px;
}

@media screen and (max-width: 992px) {
  .module .col-md-4 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 992px) {
  .module {
    text-align: center;
  }
  .module img {
    float: none;
    margin-bottom: 20px;
  }
}

.arrow-down {
  width: 18px;
  height: 18px;
  background: url("../img/down-arrow.png");
  position: absolute;
  left: 50%;
  bottom: 48px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9999;
  cursor: pointer;
  -webkit-animation: scroll-arrow 750ms ease-in-out infinite alternate;
  animation: scroll-arrow 750ms ease-in-out infinite alternate;
}
.member-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

/* Basic Swiper Styles */
/* .swiper-slide-duplicate {
  display: none;
} */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /*direction: ltr;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  /*z-index: 1;
  height: inherit !important;*/
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: inherit !important;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  -webkit-transition-property: left, top, -webkit-transform;
  transition-property: left, top, -webkit-transform;
  -o-transition-property: transform, left, top;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform;
  transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-slide {
    float: left;
    height: inherit !important;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.h-banner .swiper-slide {
    min-height: 880px;
    position: relative;
    background-position: center center;
}

/* section service */

.section-cooperation {
  padding: 40px 0 40px 0;
  background: #2187a6;
}

.section-cooperation .sub-title {
  max-width: 800px;
}

.section-cooperation h2 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 20px;
}
.hospital .section-cooperation p {
  color: #fff;
}

.section-cooperation-logos {
  text-align: center;
}

.cooperation-logos {
  background: url("../img/ddor-55-185.png") no-repeat center;
  width: 185px;
  height: 55px;
  margin-right: 30px;
  margin-bottom: 25px;
  display: inline-block;
}

.cooperation-logos.dunav {
  background: url("../img/dunavosiguranje.png") no-repeat center;
  width: 42px;
}

.cooperation-logos.generali {
  background: url("../img/generali.png") no-repeat center;
  width: 68px;
}
.cooperation-logos.globos {
  background: url("../img/globos148_55.png") no-repeat center;
  width: 178px;
}

.cooperation-logos.milenium {
  background: url("../img/milenium55.png") no-repeat center;
  width: 238px;
}

.cooperation-logos.sava {
  background: url("../img/sava55.png") no-repeat center;
  width: 145px;
}

.cooperation-logos.triglav {
  background: url("../img/triglav.png") no-repeat center;
  width: 178px;
}

.cooperation-logos.uniqa {
  background: url("../img/uniqa.png") no-repeat center;
  width: 87px;
  margin-right: 0px;

}

.cooperation-logos.wiener {
  background: url("../img/wienerstadtische.png") no-repeat center;
  width: 90px;
  margin-left: 30px;
}



/* 
.cooperation-logos {
  background: url("../img/uniqa.png") no-repeat center;
  width: 87px;
  height: 55px;
  margin-right: 30px;
  display: inline-block;
}

.cooperation-logos:nth-child(2) {
  background: url("../img/generali.png") no-repeat center;
  width: 68px;
}

.cooperation-logos:nth-child(3) {
  background: url("../img/triglav.png") no-repeat center;
  width: 178px;
}

.cooperation-logos:nth-child(4) {
  background: url("../img/dunavosiguranje.png") no-repeat center;
  width: 42px;
}

.cooperation-logos:nth-child(5) {
  background: url("../img/wienerstadtische.png") no-repeat center;
  width: 90px;
}

.cooperation-logos:nth-child(6) {
  background: url("../img/banca_intesa.png") no-repeat center;
  width: 55px;
  margin-right: 0;
}

.cooperation-logos:nth-child(7) {
  background: url("../img/aetna.png") no-repeat center;
  width: 153px;
  margin-right: 0;
}

.cooperation-logos:nth-child(8) {
  background: url("../img/ap-logo.png") no-repeat center;
  width: 79px;
  margin-right: 0;
}
*/
.section-service {
  padding: 50px 0;
}

.section-guide {
  padding: 50px 0;
  background: url("../img/guidebg.jpg") no-repeat center bottom;
}

.section-guide h2 {
  color: #fff;
}

.section-guide-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 25px;
}

.section-guide-group .guide-link {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  color: #9E9E9E;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  line-height: 1.7;
  margin-right: 15px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  max-height: 80px;
  min-height: 80px;
}

.section-guide-group .guide-link:hover {
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.25);
  position: relative;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.section-guide-group .guide-link a {
  color: #9E9E9E;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-box;
  width: 100%;
  text-align: center;
  max-height: 55px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-wrap: break-word;
}

.section-guide-group .guide-link a:hover {
  color: #2187a6;
}

.section-guide-group .guide-link:last-child {
  margin-right: 0;
}

.section-guide-group .guide-icon {
  width: 37px;
  height: 37px;
  opacity: .5;
  margin-right: 15px;
}

.section-service .tab-info ul li {
  background: #fff;
  border-left: 3px solid #8CCAE9;
  color: #9E9E9E;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  line-height: 1.7;
  margin-bottom: 15px;
  padding: 15px;
  list-style-type: none;
}

.section-service .tab-info ul {
  max-width: 700px;
  margin: 0 auto;
}

.section-service .tab-info a {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 1.7;
  color: #8ccae9;
  -webkit-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

.section-service .tab-info a:hover {
  color: #2187a6;
  -webkit-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

.modal-dialog {
  width: 800px;
}
.modal-content {
  border-radius: 0;
  border: none;
}
.modal-header{
  border-bottom: none;
}
.modal-footer{
  border-top: none;
}
.close {
  font-size: 31px;
  font-weight: 500;
}
.btn-default {
  color: #fff;
  background-color: #8CCAE9;
  border-color: #8CCAE9;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 0;
  -webkit-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.btn-default.active, 
.btn-default.focus, 
.btn-default:active, 
.btn-default:focus, 
.btn-default:hover, 
.open>.dropdown-toggle.btn-default {
  background: #2187a6;
  border: 1px solid #2187a6;
  color: #fff;
  -webkit-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
/*detail info*/
.detail-team-info h2 {
  margin-bottom: 20px;
}
.detail-team-info h3 {
  margin-bottom: 15px;
}
.detail-team-info p {
  margin-bottom: 45px;
}
/*sticky header*/
.h-header.sticky {
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.header.sticky {
  padding: 5px 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.header.sticky #logo img {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 80%;
  padding-top: 5px;
}
.h-header.sticky .nav li a {
  font-size: 13px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.header #logo img {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  float: left;
  width: 100%;
}
/* HEADER */

#logo {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  float: left;
}

@media screen and (max-width: 992px) {
  #logo {
    margin: 0 10px;
  }
  .h-header.sticky .menu-button {
    top: 10px;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 2;
  background: #fff;
  padding: 15px 0;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
}

.header>.container {
  position: relative;
}

@media screen and (max-width: 992px) {
  .header {
    background: rgba(255, 255, 255, 0.97);
    padding-top: 15px;
  }
}

.nav {
  float: right;
  margin: 8px 0 8px 0;
}

@media screen and (max-width: 992px) {
  .nav {
    display: none;
    width: 100%;
    margin-right: 0;
  }
}

.nav li {
  list-style: none;
  float: left;
}

@media screen and (max-width: 1200px) {
  .nav li {
    margin: 0;
  }
}

@media screen and (max-width: 992px) {
  .nav li {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
  }
}

@media screen and (max-width: 992px) {
  .nav li {
    padding-left: 20px;
    padding-right: 30px;
  }
}

.nav li a {
  font-family: 'Open Sans', sans-serif;
  color: #9E9E9E;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 15px;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 992px) {
  .nav li a {
    padding: 17px 0;
    display: block;
    border: none;
    border-top: 1px solid #196575;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
    font-size: 11px;
  }
}

@media screen and (max-width: 992px) {
  .nav li a:hover {
    background: #196575;
    color: #fff;
  }
}

.nav li:last-of-type {
  margin-right: 0;
}

.menu-button,
.m-menu-button {
  width: 35px;
  height: auto;
  position: absolute;
  right: 15px;
  display: none;
  cursor: pointer;
  top: 15px;
}

.menu-button span,
.m-menu-button span {
  height: 2px;
  margin-top: 10px;
  background: #03dcd4;
  display: block;
  position: relative;
  top: 0;
  -webkit-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

@media screen and (max-width: 992px) {
  .menu-button,
  .m-menu-button {
    display: block;
  }
}

.menu-button span:first-child,
.m-menu-button span:first-child {
  margin-top: 0;
}

.menu-button.active span:nth-child(1),
.m-menu-button.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.menu-button.active span:nth-child(2),
.m-menu-button.active span:nth-child(2) {
  opacity: 0;
  top: 7px;
}

.menu-button.active span:nth-child(3),
.m-menu-button.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -17px;
}

.m-menu-button {
  -webkit-transition: top 0.4s ease;
  -o-transition: top 0.4s ease;
  transition: top 0.4s ease;
}

/* FOOTER */

.footer {
  background: #222;
}

.container-footer {
  padding: 20px;
}

img.footer-logo {
  display: block;
  margin: 0 auto;
}

.footer h3 {
  text-transform: uppercase;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  margin-top: 70px;
  color: #fff;
}

.hospital .footer p,
.hospital .footer .copy {
  text-align: center;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  margin: 0px auto;
  line-height: 22px;
  display: block;
}

.soc-net {
  position: absolute;
  top: 0;
  width: 100%;
}

.social-network {
  display: inline-block;
  margin-bottom: 38px;
  width: 23%;
  height: 15px;
  text-align: center;
}

.social-network img {
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -ms-transition: all 700ms ease-out;
}

.ftr-social {
  display: table;
  margin: 50px auto 50px;
}

.ftr-social .social-network {
  opacity: 1;
  text-align: center;
  width: 27px;
  height: 27px;
  border: 2px solid #646464;
  margin: 0 25px;
  position: relative;
}

@media screen and (max-width: 600px) {
  .ftr-social .social-network {
    margin: 0 15px;
  }
}

.ftr-social .social-network {
  line-height: 27px;
}

.ftr-social .social-network i {
  color: #646464;
}

.ftr-social .social-network:hover i {
  color: #fff;
}

.ftr-nav-container {
  background: #171717;
  padding: 28px 0 22px;
}

@media screen and (max-width: 992px) {
  .ftr-nav-container {
    display: none;
  }
}

.ftr-nav {
  display: table;
  margin: 0 auto;
}

.ftr-nav li {
  float: left;
  list-style: none;
}

.ftr-nav li a {
  text-transform: uppercase;
  display: inline-block;
  margin: 0 12px;
  color: #646464;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  font-size: 11px;
}

.footer-info {
  color: #646464;
}

.subscribe-form {
  max-width: 570px;
  height: 45px;
  background: #2c2c2c;
  margin: 0 auto;
  padding: 0 0 0 20px;
  position: relative;
}

@media screen and (max-width: 420px) {
  .subscribe-form {
    padding-left: 10px;
  }
}

.subscribe-form label,
.subscribe-form input {
  float: left;
  line-height: 45px;
}

.subscribe-form label {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  vertical-align: middle;
  padding-top: 2px;
  padding-right: 9px;
  position: absolute;
  left: 20px;
}

@media screen and (max-width: 420px) {
  .subscribe-form label {
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.subscribe-form label:after {
  content: '';
  height: 10px;
  width: 2px;
  background: #fff;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 17px;
}

@media screen and (max-width: 420px) {
  .subscribe-form label:after {
    content: none;
  }
}

.subscribe-email {
  width: 90%;
  border: none;
  height: 45px;
  color: #646464;
  background: none;
  padding: 0 8px;
  float: left;
}

.subscribe-email::-webkit-input-placeholder {
  color: #646464;
}

.subscribe-email::-moz-placeholder {
  color: #646464;
}

.subscribe-email:-moz-placeholder {
  color: #646464;
}

.subscribe-email:-ms-input-placeholder {
  color: #646464;
}

.subscribe-submit {
  border: none;
  background: url("../img/v-arrow.png") no-repeat 40% 19px;
  position: absolute;
  right: 0;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  width: 10%;
}

@media screen and (max-width: 420px) {
  .subscribe-submit {
    background-position: 0 19px;
  }
}

.subscribe-submit:hover {
  background-position: 70% 19px;
}

.input-container {
  position: relative;
  padding-left: 100px;
}

@media screen and (max-width: 420px) {
  .input-container {
    padding-left: 0;
  }
}

.pagination {
  display: block;
  margin: 0 auto;
}

.pagination-hide {
  display: none;
}

.v-servise-block {
  padding-bottom: 0;
}

.tab-container {
  border-bottom: 1px solid #eaedee;
}

.nav-tab-serv {
  border-bottom: none;
  display: table;
  margin: 0 auto;
}

.nav-tab-item {
  float: left;
}

.nav-item-serv {
  background: #fff;
  border-radius: 0;
  font-size: 15px;
  text-transform: uppercase;
  color: #8b989b;
  margin-right: 0;
  border: 1px solid #eaedee;
  border-bottom: none;
  display: inline-block;
  padding: 20px 25px;
  cursor: pointer;
  margin-left: -1px;
  -webkit-transition: background 0.2s linear, color 0.2s linear, border-color 0.2s linear;
  -o-transition: background 0.2s linear, color 0.2s linear, border-color 0.2s linear;
  transition: background 0.2s linear, color 0.2s linear, border-color 0.2s linear;
}

.tab-nav-wrapper {
  border-bottom: 1px solid #eaedee;
  margin-bottom: 50px;
}

.tab-serv-content {
  min-height: 498px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.tab-serv-img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tab-serv-text {
  text-align: center;
  padding: 100px 15px 0;
}

.tab-serv-text h3 {
  color: #196575;
  text-transform: uppercase;
  padding-bottom: 17px;
}

.tab-serv-text p {
  max-width: 330px;
  font-size: 14px;
  color: #8b989b;
  margin: 0 auto;
  line-height: 1.7;
  font-family: 'Open Sans', sans-serif;
}

.tab-info {
  display: none;
}

.tab-info.active {
  display: block;
}

@media screen and (max-width: 1200px) {
  .tab-serv-text {
    padding-top: 130px;
  }
}

@media screen and (max-width: 992px) {
  .tab-nav-wrapper {
    margin-bottom: 70px;
  }
  .tab-serv-content {
    min-height: 440px;
  }
  .tab-serv-text {
    padding-top: 100px;
  }
}


/*----------TEAM BLOCK---------*/

.r-team-section {
  padding-top: 140px;
}

@media screen and (max-width: 992px) {
  .r-team-section {
    padding-top: 70px;
  }
}

.team-container {
  position: relative;
}

.team-container-single {
  padding-bottom: 40px;
  position: relative;
}

.team-container-single h3 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  display: block;
  margin-bottom: 30px;
  text-align: left;
  color: #9E9E9E;
}

.team-container-single ul {
  padding: 15px 0;
}

.school-list li {
  background: #fff;
  border-left: 3px solid #8CCAE9;
  color: #9E9E9E;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  line-height: 1.7;
  margin-bottom: 15px;
  padding: 20px;
  list-style-type: none;
  text-align: left;
}

.doctors-team li {
  background: #fff;
  border-left: 3px solid #8CCAE9;
  color: #9E9E9E;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
  padding: 0 0 0 20px;
  list-style-type: none;
  text-align: left;

}

.doctors_team-list {
  margin: 60px 0;
}

.doctors_team-list li{
  background: #fff;
  border-left: 3px solid #8CCAE9;
  color: #9E9E9E;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 2.3;
  margin-bottom: 35px;
  padding: 0 0 0 20px;
  list-style-type: none;
  text-align: left;
  font-weight: 500;
}
.doctors_team-list li:hover{
  color: #2187a6;
  cursor: pointer;
}

.doctors_team-text p {
  text-align: center;
  padding: 30px 0 0 0;
}

.hospital .team-container-single p {
  padding-bottom: 10px;
}

.hospital .team-container-single p:first-of-type {
  padding-bottom: 0;
}

.team-container-single .doctor-photo {
  min-height: 350px;
}

.team-container-single .team-member-photo {
  width: 100%;
}

.team-container-single .team-member-box {
  width: 100%;
  padding-left: 50px;
}

.team-container-single .team-member-info {
  max-width: inherit;
  position: relative;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  left: 0;
  top: 0;
}

.team-container-single .sub-title {
  margin: 0;
}

.team-container-single .team-member-info span {
  color: #4b4b4b;
  display: inline;
  text-transform: inherit;
  margin-bottom: 0;
  font-weight: 600;
}

.team-member-photo,
.team-member-box {
  width: 50%;
  float: left;
  position: relative;
}

@media screen and (max-width: 992px) {
  .team-member-photo,
  .team-member-box {
    width: 100%;
  }
}

.team-member-box {
  min-height: 600px;
}

@media screen and (max-width: 1200px) {
  .team-member-box {
    min-height: 580px;
  }
}

@media screen and (max-width: 992px) {
  .team-member-box {
    min-height: 100%;
  }
}

.team-member-photo {
  background-size: cover;
  background-position: center top;
  min-height: 800px;
}

@media screen and (max-width: 1200px) {
  .team-member-photo {
    min-height: 700px;
  }
}

@media screen and (max-width: 992px) {
  .team-member-photo {
    min-height: 600px;
  }
}

.team-member-info {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 530px;
  text-align: center;
}

.team-member-info a, .order_appointment {
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 25px;
  background: #8CCAE9;
  border: 1px solid #8CCAE9;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  float: left;
  margin-top: 25px;
  -webkit-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.team-member-info a {
  float: none;
}

.team-member-info a:hover, .order_appointment:hover {
  background: #2187a6;
  border: 1px solid #2187a6;
  -webkit-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.form .order_appointment {
  float: right;
}

.team-member-info i {
  margin-left: 7px;
}

.team-member-info h2:last-of-type {
  margin: 23px 0;
}

@media screen and (max-width: 992px) {
  .team-member-info {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    margin: 0 auto;
    padding: 70px 0;
  }
}

.team-member-info span {
  color: #d1c5b3;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  display: block;
  margin-bottom: 30px;
  text-align: left;
}

.team-member-info p {
  padding: 0;
  text-align: left;
}

.team-member-info img {
  margin-bottom: 40px;
}

.team-member-info .block-title {
  margin-bottom: 20px;
}

.team-member-info .block-title {
  text-align: left;
}

.team-nav {
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 992px) {
  .team-nav {
    width: 100%;
    position: relative;
  }
}

.team-member-container {
  display: none;
}

.team-member-container.active {
  display: block;
}

.container-fluid.contact-us {
  padding: 0;
}

.contact-us p {
  color: #acafba;
}

.hospital .contact-info p,
.hospital .contact-info a {
  padding-bottom: 15px;
  display: block;
  font-size: 15px;
}
.hospital .contact-info p:last-of-type {
  padding-bottom: 0;
}
.contact-info h5 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
  color: #333;
}
.social-icons {
  float: left;
}
.social-icons a {
  display: inline;
  float: left;
  margin-right: 15px;
}
.social-icons i {
  font-size: 26px;
  color: #8CCAE9;
  -webkit-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}
.social-icons i:hover {
  color: #2187a6;
  -webkit-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

.contact-info h5:first-child {
  margin-top: 0;
}

.contact-info p {
  line-height: 24px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.phone {
  line-height: 24px;
  text-align: left;
  margin-top: 0;
  text-decoration: none;
  color: #9E9E9E;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  font-family: 'Open Sans', sans-serif;
}

.input-style, .input-style-date {
  background: #eeeef0;
  padding: 16px 19px;
  color: #9E9E9E;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  display: inline-block;
  border: none;
  margin-bottom: 30px;
  border: 1px solid transparent;
}

.mail-us {
  color: #9E9E9E;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.datetimepicker-hours .hour:nth-child(-n+13),
.datetimepicker-hours .hour:nth-last-child(-n+4) {
  display: none;
}
.datetimepicker {
  border-radius: 0;
}

.datetimepicker table tr td.today:hover, .datetimepicker table tr td.today:hover:hover, .datetimepicker table tr td.today.disabled:hover, .datetimepicker table tr td.today.disabled:hover:hover, .datetimepicker table tr td.today:active, .datetimepicker table tr td.today:hover:active, .datetimepicker table tr td.today.disabled:active, .datetimepicker table tr td.today.disabled:hover:active, .datetimepicker table tr td.today.active, .datetimepicker table tr td.today:hover.active, .datetimepicker table tr td.today.disabled.active, .datetimepicker table tr td.today.disabled:hover.active, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today:hover.disabled, .datetimepicker table tr td.today.disabled.disabled, .datetimepicker table tr td.today.disabled:hover.disabled, .datetimepicker table tr td.today[disabled], .datetimepicker table tr td.today:hover[disabled], .datetimepicker table tr td.today.disabled[disabled], .datetimepicker table tr td.today.disabled:hover[disabled] {
  background-color: #8ccae9;
}
.datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active, .datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td.today, .datetimepicker table tr td.today:hover, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today.disabled:hover {
  background-color: #8ccae9;
  background-image: inherit;
  text-shadow: none;
  border-color: inherit;
  color: #fff;
}

.datetimepicker table tr td.active:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled:hover.active {
  background-color: #8ccae9;
  background-image: none;
  color: #fff;
  text-shadow:none; 
}
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td.active.disabled.active {
  background: transparent;
}
.datetimepicker th span.glyphicon {
  color: #8ccae9;
}
.datetimepicker tfoot th {
  background-color: #8CCAE9;
  color: #fff;
  border-radius: 0;
}
.datetimepicker .day.disabled,
.datetimepicker table tr td.day.active.disabled,
.datetimepicker .day.disabled:hover,
.datetimepicker table tr td.day.active.disabled:hover {
  color: #d8d8d8;
  cursor: not-allowed;
}
.contact-us input[type=text] {
  width: 47%;
  margin-right: 6%;
  float: left;
}
.contact-us input[type=text].input-style-date {
  width: 80%;
  margin-right: 0;
}
.input-group {
  width: 47%;
  float: left;
  margin-right: 6%;
}
.contact-us .input-group-addon {
  float: left;
  width: 20%;
  border-radius: 0;
  border-left: 1px solid #dcdcdc;
}
.form-group {
  margin-bottom: 0;
}
.glyphicon.glyphicon-th {
  font-size: 15px;
}
.contact-us input[type=email] {
  width: 47%;
  float: left;
}

.contact-us input[type=tel] {
  width: 47%;
  float: left;
}

.tx-style {
  width: 100%;
  height: 150px;
  background: #eeeef0;
  padding: 16px 19px;
  color: #acafba;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  margin-bottom: 40px;
  border: none;
  resize: none;
}

.contact-us input.send {
  font-size: 13px;
  text-transform: uppercase;
  color: #35373e;
  display: block;
  margin: 0 auto;
  opacity: 1;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  padding: 0 35px 0 0;
  background-position: 90% 1px !important;
  background-repeat: no-repeat;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
  border: none;
}

.contact-us input.send:hover {
  background-position: 100% 1px !important;
}

.send:hover {
  opacity: 1;
}

.send:after {
  content: 'url(../img/arrow.png)';
  margin-left: 8px;
  opacity: 0.7;
}

.send:hover:after {
  opacity: 1;
}

@media (max-width: 992px) {
  .contact-us h2 {
    margin-top: 40px;
  }
  .contact-info h5 {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .contact-info p {
    margin-top: 0;
  }
  .contact-us input {
    margin-bottom: 10px;
  }
  .contact-us textarea {
    margin-bottom: 40px;
  }
  .contact-us input[type=text] {
    width: 100%;
    margin-right: 0;
  }
  .contact-us input[type=email] {
    width: 100%;
  }
  .contact-us input[type=tel] {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .contact-us h2 {
    margin-top: 40px;
  }
  .contact-us p {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .contact-info h5 {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .contact-info p {
    margin-top: 0;
  }
  .contact-us input, .input-style-date {
    margin-bottom: 10px;
  }
  .contact-us textarea {
    margin-bottom: 20px;
    height: 100px;
  }
  .contact-us input[type=text] {
    width: 100%;
    margin-right: 0;
  }
  .contact-us input[type=email] {
    width: 100%;
  }
  .contact-us input[type=tel] {
    width: 100%;
  }
}

.contact-us input.send {
  background: url("../img/more-grey.png") no-repeat;
}

.block-style {
  padding: 60px 0 60px;
}

.serv {
  padding-top: 136px;
}

@media screen and (max-width: 992px) {
  .serv {
    padding-top: 70px;
  }
}

.about-serv h2 {
  margin-top: 140px;
  font-size: 40px;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
}

.about-serv p {
  color: #888888;
  margin: auto;
  margin-top: 45px;
  margin-bottom: 85px;
  max-width: 65%;
  text-align: center;
}

.w-arrow {
  background: url("../img/v-arrow.png");
  width: 18px;
  height: 9px;
  background-repeat: no-repeat;
}


/*----------HEADER----------*/

.h-nav li a:hover,
.h-nav li a:active {
  color: #2187a6;
}

@media screen and (max-width: 992px) {
  .h-nav li a {
    border-top: 1px solid #8CCAE9;
  }
  .h-nav li a:hover {
    background: #8CCAE9;
    color: #fff;
  }
}

.h-nav li.active a {
  color: #2187a6;
}

@media screen and (max-width: 992px) {
  .h-nav li.active a a {
    background: #32cddb;
    color: #fff !important;
    border-color: #fff;
  }
}

@media screen and (max-width: 992px) and (max-width: 992px) {
  .h-nav li.active a {
    background: #8CCAE9;
    color: #fff;
  }
}

.h-menu-button span {
  background: #8CCAE9;
}

.hospital .header {
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.h-block-title {
  color: #2187a6;
}

.contact-us .block-title.h-block-title {
  text-align: left;
  font-size: 24px;
}

.hospital .sub-title.h-sub-title {
  font-size: 18px;
}

.hospital p {
  color: #9E9E9E;
  line-height: 1.5;
  font-size: 18px;
  letter-spacing: 0.1px;
}

.padding-top {
  padding: 80px 0;
}

@media screen and (max-width: 992px) {
  .padding-top {
    padding-top: 70px;
  }
}


/*----------BANNER----------*/

.h-banner .swiper-slide {
  min-height: 840px;
  position: relative;
  background-position: center -150px;
}

.h-banner .swiper-slide:nth-child(6) {
  background-position: center top;
}

.h-banner .swiper-slide:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}


@media screen and (max-width: 1366px) {
  .hospital .contact-info p,
  .hospital .contact-info a {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 992px) {
  .h-banner .swiper-slide {
    min-height: 700px;
  }
}

.h-banner .swiper-slide h1,
.h-banner .swiper-slide h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  font-size: 60px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
  z-index: 55555;
}

@media screen and (max-width: 992px) {
  .h-banner .swiper-slide h1,
  .h-banner .swiper-slide h2 {
    font-size: 40px;
  }
}

.h-banner .swiper-slide-active h1,
.h-banner .swiper-slide-active h2 {
  opacity: 1 !important;
}


/*----------ABOUT SECTION----------*/

.h-about-section {
  padding-top: 50px;
}

@media screen and (max-width: 992px) {
  .h-about-section {
    padding-top: 70px;
  }
}

.h-about-box {
  min-height: 500px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .h-about-box {
    min-height: 450px;
  }
}

.h-about-box:hover .h-about-info {
  bottom: 0;
}

.h-about-box {
  text-align: center;
}

.h-about-box h3 {
  text-transform: uppercase;
  color: #2187a6;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
}

.h-about-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 350px;
  width: 100%;
  padding: 0 15px;
}

.h-about-text-wrap {
  position: absolute;
  width: 100%;
  height: 57%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 992px) {
  .h-about-text-wrap {
    height: 70%;
  }
}

.h-img-bottom {
  position: absolute;
  height: auto;
  width: 100%;
  max-width: 100%;
  left: 0;
  bottom: 0;
}

.h-about-info {
  padding: 30px 30px 27px;
  text-align: left;
  position: absolute;
  width: 100%;
  bottom: -200px;
  left: 0;
  background: rgba(94, 184, 219, 0.9);
  -webkit-transition: bottom 0.6s ease;
  -o-transition: bottom 0.6s ease;
  transition: bottom 0.6s ease;
}

.h-about-info h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  margin-bottom: 15px;
}

.h-about-info span {
  line-height: 22px;
  display: block;
  color: #d6f3f9;
  font-family: 'Open Sans', sans-serif;
}


/*----------OUR SERVICES-------------*/

.h-services {
  position: relative;
  background-position: center top;
}

.h-services:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(33, 135, 166, 0.8);
}

.h-services .block-title {
  color: #fff;
}

.h-services .sub-title {
  color: #fff;
  font-size: 16px;
}

.h-services .container {
  position: relative;
  z-index: 1;
}

.col-serv {
  text-align: center;
  margin-bottom: 30px;
  padding-right: 30px;
}

.col-serv h3 {
  text-align: left;
  text-transform: uppercase;
  margin: 32px 0 18px;
  color: #fff;
  line-height: 1.2;
  font-size: 20px;
}

.col-serv p {
  color: #fff;
  text-align: left;
}

.h-about-text a {
  color: #8ccae9;
  -webkit-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

.h-about-text a:hover {
  color: #2187a6;
  -webkit-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

/*----------DOCTORS slide--------------*/
.team-member-photo {
  background-size: cover;
  background-position: center top;
  min-height: 800px;
}
@media screen and (max-width: 1200px) {
  .team-member-photo {
    min-height: 700px;
  }
}
@media screen and (max-width: 992px) {
  .team-member-photo {
    min-height: 600px;
  }
  .modal-body .img-responsive {
    max-width: 530px;
    display: block;
    margin: 0 auto 25px;
  }
}
@media screen and (max-width: 768px) {

  .section-nurse .nurse-item {
  text-align: center;
}

.section-nurse .nurse-item img {
  width: 192px;
}
  .team-member-photo {
    min-height: 400px;
  }
  .modal-dialog {
    width: 100%;
    margin: 0;
}
.close {
  font-size: 47px;
}
.modal-body .img-responsive {
  max-width: 330px;
  display: block;
  margin: 0 auto 25px;
}
.detail-team-info, .block-title-doctor {
  text-align: center;
}
}

.member-slide {
  width: 205px;
  cursor: pointer;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.member-slide img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.member-slide.active {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}

.team-member-container {
  display: none;
}

.team-member-container.active {
  display: block;
  width: 100%;
  overflow: hidden;
}

/*----------DOCTORS----------------------*/
.doctors-section {
  padding-top: 35px;
}
@media screen and (max-width: 992px) {
  .doctors-section {
    padding-top: 70px;
  }
}

.nav-doctor .nav-item-serv.active, .nav-doctor .nav-item-serv:hover {
  background: #3cc5de;
  border-color: #3cc5de;
  color: #fff;
  margin-bottom: -1px;
}

.doctor-photo {
  min-height: 650px;
}
@media screen and (max-width: 992px) {
  .doctor-photo {
    min-height: 400px;
  }
}

.team-doctor .team-member-box {
  min-height: 720px;
}
@media screen and (max-width: 992px) {
  .team-doctor .team-member-box {
    min-height: 100%;
  }
}

.doctor-nav {
  position: relative;
  width: 100%;
}

.team-doctor .block-title {
  color: #083b46;
}
.team-doctor span {
  color: #98a6a9;
}
/**/
/*----------TEAM BLOCK---------------------*/
.r-team-section {
  padding-top: 140px;
}
@media screen and (max-width: 992px) {
  .r-team-section {
    padding-top: 70px;
  }
}

.team-container {
  position: relative;
}

.team-member-photo, .team-member-box {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .team-member-photo, .team-member-box {
    width: 100%;
  }
}

.team-member-box {
  min-height: 600px;
}
@media screen and (max-width: 1200px) {
  .team-member-box {
    min-height: 580px;
  }
}
@media screen and (max-width: 992px) {
  .team-member-box {
    min-height: 100%;
  }
}

.team-member-photo {
  background-size: cover;
  background-position: center top;
  min-height: 800px;
}
@media screen and (max-width: 1200px) {
  .team-member-photo {
    min-height: 700px;
  }
}
@media screen and (max-width: 992px) {
  .team-member-photo {
    min-height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .team-member-photo {
    min-height: 400px;
  }
}

.team-member-info {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 530px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .team-member-info {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    margin: 0 auto;
    padding: 40px 0;
    text-align: left;
  }
}
.team-member-info p {
  padding-bottom: 0;
}
.team-member-info img {
  margin-bottom: 40px;
}
.team-member-info .block-title {
  margin-bottom: 10px;
}

.team-nav {
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 992px) {
  .team-nav {
    width: 100%;
    position: relative;
  }
}

.member img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.container-fluid.map-container {
    padding: 0;
}

.doctors-section .team-container-single {
  padding-top: 80px;
}

.nav-doctor .nav-item-serv.active,
.nav-doctor .nav-item-serv:hover {
  background: #8CCAE9;
  border-color: #8CCAE9;
  color: #fff;
  margin-bottom: -1px;
}

.doctor-photo {
  min-height: 720px;
}

@media screen and (max-width: 992px) {
  .input-group {
    width: 100%;
    margin-right: 0;
}
.input-style, .input-style-date {
  margin-bottom: 10px;
}
  .doctor-photo {
    min-height: 400px;
  }
}

.doctor-nav {
  position: relative;
  width: 100%;
}

.team-doctor .block-title {
  color: #2187a6;
}

.team-doctor span {
  color: #9E9E9E;
}

.h-arrow-container .swiper-arrow-left,
.h-arrow-container .swiper-arrow-right {
  position: absolute;
  top: 0;
  cursor: pointer;
}

.h-arrow-container .swiper-arrow-left {
  left: 0;
}

.h-arrow-container .swiper-arrow-right {
  right: 0;
}

.swiper-container .swiper-arrow-left {
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .7;
  -webkit-transition: ease-in 0.1s;
  -o-transition: ease-in 0.1s;
  transition: ease-in 0.1s;
}

.swiper-container .swiper-arrow-right {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .7;
  -webkit-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
}

.swiper-container .swiper-arrow-left:hover,
.swiper-container .swiper-arrow-right:hover {
  opacity: 1;
  -webkit-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  cursor: pointer;
}


/*------------CONTACT ------------*/
.h-contact-us {
  padding-bottom: 60px;
}
.contact {
  padding-bottom: 0;
}
.h-contact-us h5 {
  color: #083b46;
}

.h-contact-us p {
  color: #9E9E9E;
}

.h-contact-us a:hover {
  color: #2187a6;
}

.h-contact-us input.send {
  color: #083b46;
  background-image: url("../img/arrow.png");
}


/*----------REVIEW--------------*/

.h-footer {
  background: #2187a6
}

.h-footer .subscribe-form {
  background: #105a70;
}

.h-footer .footer-info,
.h-footer .subscribe-email {
  color: #5b838c;
}

.h-footer .subscribe-email::-webkit-input-placeholder {
  color: #5b838c;
}

.h-footer .subscribe-email::-moz-placeholder {
  color: #5b838c;
}

.h-footer .subscribe-email:-moz-placeholder {
  color: #5b838c;
}

.h-footer .subscribe-email:-ms-input-placeholder {
  color: #5b838c;
}

.h-footer .ftr-nav-container {
  background: #33A0C1;
}

.h-footer .ftr-nav-container a {
  color: rgba(255, 255, 255, 0.6);
}

.h-footer .ftr-nav-container a:hover {
  color: #fff;
}

.h-social .social-network {
  border-color: #5b838c;
}

.h-social .social-network i {
  color: #5b838c;
}

.h-social .social-network:hover {
  background: #8CCAE9;
  border-color: #8CCAE9;
}

@media screen and (max-width: 1024px) {

  .home-slider .item-slide h2 {
    font-size: 40px;
  }
  .team-member-info {
    max-width: 380px;
  }
  .swiper-container .swiper-arrow-right,
  .swiper-container .swiper-arrow-left {
    opacity: 1;
  }
  .h-banner .swiper-slide h1,
  .h-banner .swiper-slide h2 {
    font-size: 30px;
  }
  .team-container-single .team-member-box {
    padding: 0;
  }
}
@media screen and (max-width: 1366px) {
  .member:after {
    padding: 10px 5px;
    font-size: 13px;
  }
}
@media screen and (max-width:1024px) {
    .member:after {
    bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .home-slider .item-slide h2 {
    width: 75%;
    line-height: 1.3;
  }
  .nav-item-serv {
    padding: 15px 6px;
    font-size: 11px;
  }
  .section-guide {
    background-position: top center;
    background-size: cover;
  }
  .container {
    width: 100%;
  }
  .nav {
    margin: 0;
  }
  .nav li {
    padding-left: 0;
    padding-right: 0;
  }
  .nav li a {
    font-size: 14px;
  }
  .team-member-info {
    max-width: 560px;
  }
  .footer {
    padding-top: 0;
  }
  .section-service,
  .section-guide {
    padding: 50px 0;
  }
  .container-fluid.contact-us {
    padding: 0;
  }
  .h-about-section {
    padding-top: 30px;
  }
  .team-member-info .block-title,
  .team-member-info span,
  .team-member-info p {
    text-align: center;
  }
  .team-member-info {
    padding: 40px 0;
    text-align: center;
  }
  .swiper-container .swiper-arrow-left,
  .swiper-container .swiper-arrow-right,
  .h-banner .swiper-slide h1,
  .h-banner .swiper-slide h2 {
    top: 55%;
  }
  .cooperation-logos {
    margin-right: 15px;
  }
  .team-container-single .team-member-info .block-title,
  .team-container-single .team-member-info p {
    text-align: left;
  }
  .col-serv {
    margin-bottom: 50px;
  }
  .h-about-box {
    width: 50%;
    float: left;
    min-height: 400px;
  }
  .h-banner .swiper-slide h1,
  .h-banner .swiper-slide h2 {
    font-size: 30px;
    padding: 0 15px;
    width: 80%;
  }
  .h-banner .swiper-slide h1 br,
  .h-banner .swiper-slide h2 br {
    display: none;
  }
  .h-banner .swiper-slide {
    min-height: 450px;
  }
  .contact-us {
    padding-bottom: 30px;
  }
  .team-member-photo {
    min-height: 400px;
  }
  .tab-nav-wrapper {
    margin-bottom: 40px;
  }
  .tab-serv-content {
    min-height: 350px;
  }
  .tab-serv-text-content {
    min-height: 100% !important;
    height: auto !important;
  }
  .tab-serv-img {
    display: none;
  }
  .tab-serv-text {
    padding: 50px 15px;
  }
  .ftr-social {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .doctors-section {
    padding-top: 50px;
  }
  .col-serv h3,
  .col-serv p {
    text-align: center;
  }
  .member:after {
    bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .swiper-arrow-left img,
  .swiper-arrow-right img {
    height: 30px;
  }
  .home-slider .item-slide {
    height: 70vh;
    padding-top: 30px;
}
  .home-slider .item-slide h2 {
    font-size: 26px;
  }
  .member:after {
    border-right: 0;
    font-size: 16px;
    padding: 15px;
  }
  .container-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .datetimepicker-dropdown-bottom-right:before, .datetimepicker-dropdown-bottom-right:after {
    left: 180px;
  }
  .contact {
    padding-bottom: 0;
  }
  .contact-info {
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
  .input-group {
    width: 100%;
    margin-right: 0;
  }
  .hospital .team-container-single .team-member-info p {
    padding: 0 0 15px 0;
  }
  .tab-nav-wrapper.container-fluid {
    padding: 0;
  }
  .nav-item-serv {
    padding: 20px 6px;
  }
  .nav-item-serv {
    font-size: 11px;
  }
  .section-guide-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-guide-group .guide-link {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .section-guide-group {
    margin-bottom: 0;
  }
  .hospital .team-member-info p {
    padding: 0 30px;
  }
  .sub-title {
    padding: 0 0 15px 0;
  }
  .col-serv {
    margin-bottom: 15px;
  }
  .h-services.padding-top {
    padding: 30px 0;
  }
  .doctors-section,
  .section-service,
  .section-guide,
  .team-member-info {
    padding-top: 30px;
  }
  .doctors-section .team-container-single {
    padding-top: 80px
  }
  .col-serv p,
  .col-serv h3 {
    text-align: center;
  }
  .cooperation-logos {
    margin: 25px 25px 0 0;
  }
  .h-about-box {
    width: 100%;
  }
  .h-about-text-wrap {
    height: 60%;
  }
  .h-about-box {
    width: 100%;
  }
  .h-nav li {
    text-align: left !important;
  }
  .h-nav li a {
    padding-left: 15px;
  }
  .tab-serv-text {
    padding: 30px 15px;
  }
  .d-banner-content h1 {
    margin: 30px 0;
  }
  .block-title {
    font-size: 26px;
  }
  .member-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 375px) {
  .h-banner .swiper-slide h1,
  .h-banner .swiper-slide h2 {
    font-size: 24px;
  }
  .swiper-container .swiper-arrow-right {
    right: 10px;
  }
  .swiper-container .swiper-arrow-left {
    left: 10px;
  }
  .nav-item-serv {
    width: 100%;
    text-align: center;
    padding: 15px 6px;
  }
}

@media screen and (max-width: 360px) {

  .home-slider .item-slide h2 {
    font-size: 20px;
}
.block-title {
  font-size: 22px;
}
}

/* --- Continuous Carousel Styles --- */
.doctor-nav .continuous-carousel {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}


.doctor-nav .carousel-track-container {
  width: 100%;
  overflow: hidden;
}

.doctor-nav .carousel-track {
  display: flex;
  /* This will be set by JavaScript, but it's a good hint for the browser */
  will-change: transform;
  cursor: grab;
}

.doctor-nav .carousel-item {
  flex: 0 0 10%; 
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.doctor-nav .carousel-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 0;
  border: none;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.doctor-nav .carousel-item.active img {
  filter: grayscale(0%);
}

/* Arrow Styling */
.doctor-nav .carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.doctor-nav .carousel-arrow:hover {
  background-color: rgba(255, 255, 255, 1);
}
.doctor-nav .carousel-arrow img {
  width: 10px;
}
.doctor-nav .carousel-arrow-left {
  left: 5px;
}
.doctor-nav .carousel-arrow-right {
  right: 5px;
}

.carousel-arrow-left,
.carousel-arrow-right {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  width: auto;
  height: auto;
  padding: 0;
  font-size: 32px;
  color: #2187a6;
  cursor: pointer;
}

.carousel-arrow-left:hover,
.carousel-arrow-right:hover {
  color: #083b46;
}