/* Custom CSS */

.specialist-full .uk-panel-title {
  font-weight: bold;
  border-bottom: thin solid #fff;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
}

.specialist-full .uk-margin {
  margin-top: 1px;
  margin-bottom: 0px;
}

.departments.sidebar {
}

.departments.sidebar .uk-margin.uk-text-center {
  background: #fff;
  padding: 0px 0px;
  margin: 10px 0px;
}

.uk-overlay-background {
  background: rgba(0, 0, 0, 0.36);
}

.uk-overlay-panel {
  ccolor: #2f2323;
  color: #ffffff;
}

.tm-toolbar {
  height: 70px;
  padding: 0px 0;
  background: #3f6e3d;
  color: #fff;
}

.tm-toolbar a {
  color: #fbf3e5;
}

.uk-float-left,
.uk-float-right {
  padding: 21px 0px;
}

.tm-navbar {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}

/*FLIP BOX*/

.home-flip-box {
}

.home-flip-box > div {
  height: 230px;
  ddisplay: -ms-flexbox;
  ddisplay: -webkit-flex;
  ddisplay: flex;
  -dms-flex-align: center;
  -dwebkit-align-items: center;
  dalign-items: center;
  width: 100%;
}

.home-flip-box > div > .front-flip_box .uk-icon {
  font-size: 4em;
  color: #7a2455;
}

.home-flip-box > div > div h4 {
  color: #3f6e3d;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 5px 0px;
}

.home-flip-box > div > div p {
  margin: 0px;
  font-weight: bold;
}

.flip-box-wrap .vertical_flip_top .front-flip_box {
  background-color: #fff6f6 !important;
  background-color: #bcd2d3 !important;
}

.flip-box-wrap .vertical_flip_top .back-flip_box {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flip-box-wrap .vertical_flip_top .back-flip_box h4 {
  color: #fff;
}

.flip-box-wrap .vertical_flip_top .back-flip_box:before {
  content: "";
  display: block;
  position: absolute;
  background: #00000094;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}

.flip-box-wrap .vertical_flip_top .back-flip_box.ambulance {
  background-image: url("../../images/thumb-ambulance.jpg");
}

.flip-box-wrap .vertical_flip_top .back-flip_box.consultation {
  background-image: url("../../images/thumb-consultation.jpg");
}

.flip-box-wrap .vertical_flip_top .back-flip_box.surgery {
  background-image: url("../../images/thumb-surgery.jpg");
}

.flip-box-wrap .vertical_flip_top .back-flip_box.outpatient {
  background-image: url("../../images/thumb-outpatient.jpg");
}

.flip-box-wrap .vertical_flip_top .back-flip_box.fertility {
  background-image: url("../../images/thumb-fertility.jpg");
}

.flip-box-wrap .vertical_flip_top .back-flip_box.help {
  background-image: url("../../images/thumb-help.jpg");
}

/*TimeTable*/

.time-table-wrapper {
  background-color: #3f6e3d;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}

.time-table-wrapper .inner-wrapper {
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: rgba(255, 255, 255, 0.27);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 46px 25px 45px 25px;
}

.header-wraper {
}

.header-wraper h3.heading-title {
  font-family: "PT Serif", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
  color: #ffffff;
}

.price-list__item-title {
  width: 120px;
}

.header-wraper h2.heading-title {
  font-family: "PT Serif", Sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  color: #ffffff;
}

.header-wraper .description {
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.jet-price-list .price-list__item {
  padding: 0px 0px 0px 0px;
}

.jet-price-list .price-list__item-content {
  width: 100%;
}

.price-list__item-title__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-list__item-title__wrapper > * {
  flex-basis: 50%;
}

.price-list__item-title {
  white-space: nowrap;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  line-height: 41px;
  color: #ffffff;
  margin: 0px;
}

.price-list__item-title > span {
  display: inline-block;
  width: 48px;
}

.price-list__item-separator > span {
  display: block;
  width: 50px;
  height: 4px;
  background: #0f0;
}

.price-list__item-separator {
  mborder-style: solid;
  mborder-bottom-width: 3px;
  mborder-top-width: 0;
  mborder-right-width: 0;
  mborder-left-width: 0;
  mborder-color: #ffffff;
  align-self: center;
  margin: 0px 12px 0px 12px;
}

.price-list__item-price {
  min-width: 77px;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fae80c;
  padding: 0px 0px 0px 0px;
  text-align: left;
}

.price-list__item-price {
  min-width: 376px;
  padding: 0px 0px 0px 0px;
  text-align: left;
}

.uk-button.item-button {
  font-family: "Roboto", Sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 11px;
  letter-spacing: 1.5px;
  color: #ffffff;
  background-color: #1c374c;
  border-radius: 40px 40px 40px 40px;
  padding: 18px 50px 18px 50px;
}

@media screen and (min-width: 481px) {
  .top-contact-address {
  }

  .top-contact-address > span {
    display: inline-block;
    margin-right: 15px;
  }

  .top-contact-address > span i {
    display: inline-block;
    margin-right: 5px;
  }
}

@media screen and (max-width: 480px) {
  #tm-main {
    overflow: hidden;
  }

  .tm-toolbar {
    height: auto;
  }

  .top-contact-address {
  }

  .top-contact-address > span {
    display: block;
    text-align: center;
  }

  .tm-toolbar .uk-float-left .uk-panel {
    margin: 0;
    float: none;
  }

  .tm-toolbar .uk-float-right .uk-panel {
    margin: 0;
    float: none;
  }

  .tm-toolbar .uk-float-right .uk-panel > div {
    text-align: center;
  }

  .uk-float-left,
  .uk-float-right {
    padding: 21px 0px;
    float: none;
  }

  .uk-margin-right {
    mmargin-right: 0px !important;
  }

  .tm-logo-small {
    display: block;
    padding: 10px 0px;
    box-sizing: border-box;
  }

  .tm-logo-small {
    display: block;
    padding: 20px 0px;
    box-sizing: border-box;
    height: 90px;
  }

  .tm-logo-small img {
    max-width: initial;
    height: 100%;
    box-sizing: border-box;
    width: auto;
    display: block;
  }

  .uk-sticky-placeholder {
    height: 90px;
  }
}

.service-items {
  background-color: #f6fcff;
  color: #444;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  text-align: center;
  padding: 0;
}

.service-items-hover {
  background-color: #b6b6b8;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  text-align: center;
  padding: 25px 15px 15px 15px;
}
