@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Sarina);
@import url(//fonts.googleapis.com/css?family=Asap:400);
@import url(//fonts.googleapis.com/css?family=Asap:700);
@import url(//fonts.googleapis.com/css?family=Lato:400);
@import url(//fonts.googleapis.com/css?family=Lato:100);
@import url(//fonts.googleapis.com/css?family=Lato:700);
@import url(//fonts.googleapis.com/css?family=Lato:900);
@import url(//fonts.googleapis.com/css?family=Lato:700italic);
@import url(//fonts.googleapis.com/css?family=Lato:300);
/*========================================================
                    Main layout styles
=========================================================*/
.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:350px; /* your iframe height */
   top:350px;  /* your iframe height */
   margin-top:-350px;  /* your iframe height */
}

body {
  font: 400 14px/21px "Lato", sans-serif;
  color: #494f4f;
  background: #f7f7f7;

}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a.one {
  text-decoration: none;
  color: #00F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.two {
  text-decoration: none;
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
strong {
  font-weight: 700;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2i {
	font: 700 36px/36px "Asap", sans-serif;
	font-style: italic;
	color: #333333;
}

@media (max-width: 479px) {
  h2i {
    font-size: 25px;
    line-height: 25px;
	font-style:italic;
  }
}
h2 {
	font: 700 36px/36px "Asap", sans-serif;
	color: #333333;
}

@media (max-width: 479px) {
  h2 {
    font-size: 25px;
    line-height: 25px;
  }
}
h3i {
  font: 900 14px/14px "Lato", sans-serif;
  color: #57b9be;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
  display:inline-block;
}
h3 {
  font: 900 14px/14px "Lato", sans-serif;
  color: #57b9be;
  text-transform: uppercase;
  display:inline-block;
}
h4 {
  font: 400 21px/21px "Lato", sans-serif;
  color: #ffffff;
}
h5 {
  font: 900 14px/21px "Lato", sans-serif;
  color: #1e4382;
  text-transform: uppercase;
}
h6 {
  font: 900 18px/18px "Lato", sans-serif;
  color: #ffffff;
}
.h7 {
  font: 400 24px/24px "Asap", sans-serif;
  display: block;
}
.h8 {
  display: block;
  font: 700 14px/18px "Lato", sans-serif;
  color: #1e4382;
  text-transform: uppercase;
}
.h8:hover a {
  color: #57b9be;
}
.heading1 {
  text-align: center;
  margin-bottom: 41px;
}
/* ======= Buttons ======= */
.btn-default {
  display: inline-block;
  background: #57b9be;
  font: 700 14px/17px "Asap", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 54px 10px 35px;
}
.btn-default span {
  display: inline-block;
  position: relative;
}
.btn-default span:after {
  font-family: FontAwesome;
  font-size: 17px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 17px;
  content: '\f061';
  right: -34px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.28);
}
.btn-default:hover {
  background: #ee1820;
  color: #ffffff;
}
.btn-default:hover:after {
  cursor: pointer;
}
.btn-default.btn-default__inset1 {
  padding-left: 24px;
}
/* ======= Wrappers ======= */
.wrapper1 {
  padding: 89px 0 91px;
  background: url(../images/gradient2.png) repeat-x left bottom #e7f5f6;
}
.wrapper2 {
  padding: 85px 0 19px;
}
.wrapper2 h2 {
  font-size: 31px;
}
.wrapper2.wrapper2__inset1 {
  padding-bottom: 37px;
}
.wrapper3 {
  padding-bottom: 86px;
}
.wrapper4 {
  padding-bottom: 61px;
}
.wrapper5 {
  padding-bottom: 65px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  position: relative;
}
#header:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #AFAFAF;
  bottom: 0;
  left: 0;
  z-index: 10;
}
#header.main:after {
  display: none;
}
#header .info {
	padding: 12px 0 5px;
	background: #57b9be;
	color: #ffffff;
	border-bottom: 1px solid #a9a9a9;
	position: relative;
	z-index: 2;
	background-color: #003e7e;
}
#header .info:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background: #dbdbdb;
  bottom: -4px;
  left: 0;
}
#header .info .contacts {
  float: left;
  display: block;
}
#header .info .contacts .phone {
  font: 700 12px/18px "Asap", sans-serif;
  display: inline-block;
  position: relative;
  padding-left: 13px;
}
#header .info .contacts .phone:before {
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 18px;
  left: 0;
  top: 0;
  content: '\f095';
}
#header .info .contacts .divider {
  display: inline-block;
  width: 1px;
  height: 13px;
  background: url(../images/dotted-border.png) no-repeat center top;
  overflow: hidden;
  margin-top: 2px;
  margin-left: 8px;
  margin-right: 8px;
}
#header .info .contacts .mail {
  font: 400 10px/18px "Asap", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  padding-left: 21px;
}
#header .info .contacts .mail:before {
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 18px;
  left: 0;
  top: -1px;
  content: '\f003';
}
@media (max-width: 767px) {
  #header .info .contacts {
    float: none;
  }
}
#header .info .links {
  margin-right: 31px;
  float: right;
  font: 700 10px/18px "Asap", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
#header .info .links .divider {
  display: inline-block;
  margin: 0 6px;
}
@media (max-width: 767px) {
  #header .info .links {
    float: none;
    display: block;
    clear: both;
    margin-right: 0;
  }
  #header .info .links a {
    display: inline-block;
  }
}
#header .authorization {
  float: right;
  display: inline-block;
}
#header .authorization a {
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  font: 400 10px/18px "Asap", sans-serif;
}
#header .authorization a:hover {
  color: #ee1820;
}
#header .authorization a.sign {
  font-weight: 700;
  position: relative;
  padding-left: 16px;
  color: #57b9be;
}
#header .authorization a.sign:hover {
  color: #ee1820;
}
#header .authorization a.sign:hover:before {
  color: #ee1820;
}
#header .authorization a.sign:before {
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 10px;
  content: '\f090';
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 4px;
}
#header .authorization .divider {
  display: inline-block;
  height: 10px;
  width: 1px;
  background: #c6c7c8;
  margin: 4px 8px 0;
}
@media (max-width: 767px) {
  #header .authorization {
    float: none;
    display: block;
  }
}
#header #stuck_container {
  padding: 45px 0 27px;
  background: #ffffff;
  position: relative;
}
#header #stuck_container.isStuck {
  padding: 10px 0 0;
}
@media (max-width: 1199px) {
  #header #stuck_container.isStuck {
    text-align: center;
  }
  #header #stuck_container.isStuck nav {
    display: inline-block;
  }
  #header #stuck_container.isStuck h1 {
    display: none;
  }
}
@media (max-width: 1199px) {
  #header #stuck_container {
    padding: 20px 0;
  }
}
#header .search-block {
  position: relative;
  float: right;
}
#header .search-block .icon {
  margin-top: 3px;
  text-align: center;
  display: block;
}
#header .search-block .icon i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
  line-height: 20px;
  color: #494f4f;
}
#header .search-block .icon:hover {
  cursor: pointer;
}
#header .search-block .icon:hover i {
  color: #ee1820;
}
#header .search-block #search {
  position: absolute;
  left: -181px;
  bottom: -88px;
  display: none;
  text-align: left;
}
@media (max-width: 1199px) {
  #header .search-block #search {
    bottom: -69px;
  }
}
@media (max-width: 767px) {
  #header .search-block #search {
    bottom: -9px;
    left: -210px;
  }
}
@media (max-width: 1199px) {
  #header {
    text-align: center;
  }
}
/* ======= Logo ======= */
h1 {
  display: inline-block;
}
h1 a {
  display: block;
}
h1 a .wrapper {
  display: block;
  position: relative;
  padding-left: 41px;
}
@media (max-width: 767px) {
  h1 a .wrapper {
    padding-right: 0;
  }
}
h1 a .wrapper img {
  position: absolute;
  left: 0;
  top: -2px;
}
h1 a .wrapper .main {
  font: 700 41px/31px "Asap", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  color: #ee1820;
  display: inline-block;
}
h1 a .wrapper .divider {
  display: inline-block;
  position: relative;
  left: 6px;
  top: -7px;
  width: 1px;
  height: 41px;
  background: #54b2db;
}
h1 a .wrapper .second {
  position: relative;
  display: inline-block;
  font: 700 17px/17px "Asap", sans-serif;
  letter-spacing: -0.025em;
  color: #57b9be;
  left: 6px;
  top: -2px;
}
h1 a .wrapper .second span {
  display: block;
}
@media (max-width: 767px) {
  h1 a .wrapper .second {
    display: block;
    margin-top: 10px;
  }
  h1 a .wrapper .second span {
    display: inline-block;
    margin-right: 5px;
  }
  h1 a .wrapper .second span br {
    display: none;
  }
}
@media (max-width: 1199px) {
  h1 {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  h1 a {
    display: inline-block;
  }
  h1 a .wrapper .divider {
    display: none;
  }
  h1 a .wrapper .second {
    text-align: left;
  }
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
nav {
  margin-top: 8px;
  float: right;
  margin-right: 40px;
}
@media (max-width: 1199px) {
  nav {
    float: none;
    display: inline-block;
    margin-right: 0;
  }
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  z-index: 6;
  text-align: center;
}
.sf-menu > li + li {
  margin-left: 21px;
}
.sf-menu > li + li:before {
  position: absolute;
  content: '/';
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #494f4f;
  left: -13px;
}
.sf-menu > li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f107";
  color: #494f4f;
  bottom: -4px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  text-transform: uppercase;
  font: 700 14px/14px "Asap", sans-serif;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #494f4f;
}
.sf-menu > li > a:hover {
  color: #adb2b2;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu .sfHover > a {
  color: #adb2b2;
}
.sf-menu .sfHover > a:after {
  color: #494f4f;
}
.sf-menu > li.current > a {
  color: #adb2b2;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #adb2b2;
}
.sf-menu > li.sfHover > a {
  color: #adb2b2;
}
.sf-menu > li.sfHover > a:after {
  color: #ffffff;
}
.sf-menu > li.sfHover:hover a:after {
  color: #ffffff;
}
.sf-menu > li.current:hover > a:after {
  color: #adb2b2;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  -webkit-box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.16);
  display: none;
  min-width: 175px;
  font: 400 12px/35px Arial, sans-serif;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -87.5px;
  background: #003e7e;
  text-align: center;
  padding: 18px 0 20px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .sf-menu ul {
    top: 37px;
  }
}
.sf-menu ul li {
  letter-spacing: 0;
  position: relative;
  display: block;
}
.sf-menu ul li:hover > a {
  background: #57b9be;
  color: #ffffff;
}
.sf-menu ul li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f105";
  color: #ffffff;
  bottom: 0px;
  right: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  display: block;
  color: #ffffff;
  text-transform: none;
}
.sf-menu ul > .sfHover > a {
  background: #57b9be;
}
.sf-menu ul > .sfHover > a:after {
  color: #ffffff;
}
.sf-menu ul li.sfHover > a {
  background: #57b9be;
  color: #ffffff;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  text-align: center;
  background: #ffffff;
  position: absolute;
  top: -18px;
  left: 175px;
  width: 200px;
  margin-left: 0;
  z-index: 4;
  color: #424242;
}
.sf-menu ul ul a {
  color: #424242;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #ee1820;
    margin-top: 20px;
    width: 100%;
    background: #ffffff;
    font: 22px/28px "Asap", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;
}
.isStuck .search-block {
  display: none;
}
.isStuck nav {
  margin-right: 0;
}
.isStuck .sf-menu ul {
  top: 23px;
}
.isStuck .sf-menu ul ul {
  top: -18px;
}
@media only screen and (max-width: 1199px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  overflow: hidden;
  background: #F0F0FF;
}
#content.common {
  padding-top: 47px;
}
/* ======= Banner 1 Welcome ======= */


.banner1 {
  padding: 52px 0 91px;
  text-align: center;
}
.banner1 img {
  margin-bottom: 27px;
}
.banner1 p {
  font: 400 24px/29px "Asap", sans-serif;
}
.banner1 .buttons {
  margin-top: 46px;
}
.banner1 .buttons .btn-default + .btn-default {
  margin-left: 9px;
}
@media (max-width: 479px) {
  .banner1 .buttons .btn-default {
    display: block;
  }
  .banner1 .buttons .btn-default + .btn-default {
    margin-left: 0;
    margin-top: 10px;
  }
}
/* ======= Banner 2 Epsum factorial ======= */
.banner2 {
  padding: 92px 0 91px;
  background-image: url(../images/page1_img10.png);
}

.banner3 {
  padding: 92px 0 91px;
  background-image: url(../images/dna11.jpg);
}
/* ======= Box 1 Epsum factorial ======= */
.box1 {
  text-align: center;
}
.box1 img {
  background: #e7f5f6;
  border-radius: 500px;
  margin-bottom: 34px;
}
.box1 h4 {
  margin-bottom: 26px;
}
.box1 p {
  color: #ffffff;
}
@media (max-width: 767px) {
  .box1 {
    margin-bottom: 60px;
  }
}
/* ======= Banner 3 We'll treat you right ======= */
.banner3 {
  text-align: center;
  padding: 88px 0 144px;
}
.banner3 .slogan {
  margin-bottom: 57px;
}
.banner3 .slogan .heading {
  display: block;
  font: 700 31px/31px "Asap", sans-serif;
  margin-bottom: 1px;
}
.banner3 .slogan p {
  font: 400 24px/29px "Asap", sans-serif;
}
/* ======= Box 2 We'll treat you right ======= */
.box2 {
  border-radius: 4px;
  overflow: hidden;
}
.box2 h3 {
  margin-bottom: 9px;
}
.box2 p {
  font: 400 12px/14px "Lato", sans-serif;
  color: #7e7e7e;
}
.box2 .content {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 27px 45px 19px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-top: none;
}
@media (max-width: 979px) {
  .box2 .content {
    padding: 27px 10px 19px;
  }
}
@media (max-width: 767px) {
  .box2 img {
    width: 100%;
  }
}
/* ======= Banner 4 with video ======= */
.banner4 {
  padding: 107px 0 14px;
  background-image: url(../images/page1_img10.png);
}
.banner4 .vimeo-video1 {
  margin-top: -16px;
}
@media (max-width: 767px) {
  .banner4 .vimeo-video1 {
    margin-bottom: 50px;
  }
}
/* ======= Box 3 Epsum ======= */
.box3 {
  margin-bottom: 82px;
}
.box3 .heading {
  position: relative;
  padding-left: 65px;
  margin-bottom: 29px;
}
.box3 img {
  top: -15px;
  left: 0;
  position: absolute;
  border-radius: 6px;
  border: 2px solid #57b9be;
}
.box3 p {
  color: #ffffff;
}
.box3.box3__inset1 i {
  position: absolute;
  top: -15px;
  left: 0;
  text-align: center;
  border-radius: 6px;
  border: 2px solid #ee1820;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  font-size: 28px;
  line-height: 48px;
}
/* ======= Banner 5 We work for your health ======= */
.banner5 {
  padding: 91px 0 88px;
  background: url(../images/gradient1.png) repeat-x left bottom #e7f5f6;
  border-bottom: 1px solid #d0ddde;
}
.banner5 .heading {
  font: 400 24px/24px "Asap", sans-serif;
  display: block;
  margin-bottom: 42px;
}
/* ======= Box 7 We work for your health ======= */
.box7 .gallery_image {
  margin-bottom: 20px;
}
.box7 img {
  border-radius: 4px;
}
.box7 h3 {
  color: #ee1820;
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}
.box7 h3:hover a {
  color: #57b9be;
}
.box7 .info {
  font: 400 12px/14px "Lato", sans-serif;
  color: #6e6e6e;
  text-transform: uppercase;
}
.box7 .info .divider {
  display: inline-block;
  margin: 0 7px;
}
/* ======= Box 8 Accordion Medical Services ======= */
.box8 .h7 {
  margin-bottom: 34px;
}
.box8 .list2 {
  margin-top: 26px;
}
@media (max-width: 767px) {
  .box8 {
    margin-top: 50px;
  }
}
#accordion {
  margin-top: 40px;
  border-radius: 4px;
  border: 1px solid #85a2a4;
}
#accordion h3 {
  padding: 18px 48px 15px 21px;
  font: 400 14px/18px "Lato", sans-serif;
  color: #ee1820;
  border-top: 1px solid #85a2a4;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none !important;
}
#accordion h3:after {
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 16px;
  color: #ee1820;
  content: '\f0fe';
  right: 17px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#accordion h3.ui-state-active:after {
  content: '\f146';
}
#accordion h3:first-child {
  border-top: none;
}
#accordion h3:hover {
  cursor: pointer;
  color: #57b9be;
}
#accordion h3:hover:after {
  color: #57b9be;
  cursor: pointer;
}
#accordion div {
  border-top: 1px solid #85a2a4;
  padding: 20px 21px 20px;
}
@media (max-width: 767px) {
  #accordion {
    margin-bottom: 50px;
  }
}
/* ======= Blockquote1 ======= */
.blockquote1 cite {
  display: block;
  background: #ffffff;
  padding: 26px 40px 31px 54px;
  position: relative;
  color: #57b9be;
  border: 1px solid #dbe3e4;
  border-radius: 6px;
  margin-bottom: 45px;
  font: italic 100 14px/21px "Lato", sans-serif;
}
.blockquote1 cite:before {
  position: absolute;
  display: block;
  content: '“';
  left: 11px;
  top: 7px;
  font: italic 100 87px/87px "Lato", sans-serif;
}
.blockquote1 cite:after {
  position: absolute;
  content: '';
  display: block;
  background: url(../images/triangle1.png) no-repeat center 0;
  width: 35px;
  height: 36px;
  overflow: hidden;
  bottom: -35px;
  left: 54px;
}
.blockquote1 .by {
  position: relative;
  padding-left: 103px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.blockquote1 .by .name {
  font: 400 16px/18px "Asap", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 1px;
}
.blockquote1 .by .who {
  font: 400 14px/16px "Asap", sans-serif;
  color: #57b9be;
  display: block;
}
.blockquote1 .by img {
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 200px;
}
/* ======= Banner 6 Clients ======= */
.banner6 {
  background: #ffffff;
  padding: 31px 0 25px;
}
.banner6 ul {
  text-align: center;
}
.banner6 ul li {
  float: left;
}
@media (max-width: 979px) {
  .banner6 ul li {
    width: 33.333333333333336%;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .banner6 ul li {
    width: 50%;
  }
}
.banner6 ul li a {
  display: block;
}
.banner6 ul li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.banner6 ul li img {
  background: #ffffff;
}
.banner6 ul li + li {
  margin-left: 39px;
}
@media (max-width: 1199px) {
  .banner6 ul li + li {
    margin-left: 14px;
  }
}
@media (max-width: 979px) {
  .banner6 ul li + li {
    margin-left: 0;
  }
}
/* ======= Box 4 Footer ======= */
.box4 h5 {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .box4 {
    margin-bottom: 50px;
  }
}
/* ======= Box 5 Divider ======= */
.box5 {
  text-align: center;
  overflow: hidden;
}
.box5 .divider {
  display: inline-block;
  width: 1px;
  height: 2000px;
  top: 0;
  position: absolute;
  background: #85a2a4;
}
@media (max-width: 767px) {
  .box5 .divider {
    display: none;
  }
}
/* ======= Box 6 About us ======= */
.box6 {
  margin-top: 8px;
}
.box6 i {
  display: inline-block;
  font-size: 23px;
  line-height: 30px;
  margin-right: 10px;
  color: #57b9be;
  margin-top: -4px;
  position: absolute;
  left: 0;
}
.box6 i.fa-plus-square {
  font-size: 18px;
  margin-top: -5px;
}
.box6 i.fa-phone {
  margin-top: -4px;
}
.box6 i.fa-asterisk {
  margin-top: -7px;
}
.box6 i.fa-laptop {
  margin-top: -5px;
}
.box6 ul li {
  padding-left: 35px;
  position: relative;
  font: 400 14px/14px "Lato", sans-serif;
  color: #57b9be;
}
.box6 ul li + li {
  margin-top: 43px;
}
/* ======= Box 9 Shortly about our medical clinic ======= */
.box9 {
  margin-bottom: 86px;
}
.box9 img {
  margin-bottom: 19px;
  border-radius: 4px;
}
.box9 .h8 {
  margin-bottom: 8px;
  padding-right: 70px;
}
.box9 .btn-default {
  margin-top: 47px;
}
.box9.box9__offset1 {
  margin-top: -2px;
  margin-bottom: 71px;
}
@media (max-width: 767px) {
  .box9 img {
    width: 100%;
  }
}
/* ======= Banner 7 Our advantages ======= */
.banner7 {
  padding: 88px 0 40px;
  background-image: url(../images/page2_img4.png);
  color: #ffffff;
}
.banner7 h2 {
  margin-bottom: 36px;
  text-align: center;
}
.banner7 h4 {
  line-height: 26px;
}
/* ======= Box10 Our advantages ======= */
.box10 {
  margin-bottom: 51px;
  position: relative;
  padding-left: 100px;
}
.box10 .label {
  position: absolute;
  left: 0;
  top: 5px;
  width: 70px;
  height: 70px;
  font: 700 45px/70px "Asap", sans-serif;
  color: #ee1820;
  background: #ffffff;
  text-align: center;
  border-radius: 300px;
}
.box10 h4 {
  margin-bottom: 0px;
}
/* ======= Box 11 What we do ======= */
.box11 h4 {
  margin-bottom: 23px;
}
.box11 .list2 {
  margin-top: 23px;
}
/* ======= Box 12 We are committed ======= */
.box12 {
  margin-bottom: 73px;
  margin-top: -2px;
}
.box12 .h8 {
  margin-top: -4px;
  margin-bottom: 20px;
}
.box12 .list2 {
  margin-top: 26px;
}
.box12.box12__offset1 {
  margin-top: 0;
  margin-bottom: 91px;
}
.box12.box12__offset2 {
  margin-top: -6px;
  margin-bottom: 50px;
}
.box12.box12__inset1 .h8 {
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .box12 img {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* ======= Box 13 Efficient health care ======= */
.box13 {
  margin-top: 5px;
  margin-bottom: 87px;
  background: #ffffff;
  border-radius: 7px;
  border: 1px solid #dbe3e4;
  position: relative;
  padding: 31px 35px 28px 178px;
}
.box13 .label {
  position: absolute;
  left: 21px;
  top: 19px;
}
.box13 .label img {
  background: #e7f5f6;
  border-radius: 300px;
}
.box13 h6 {
  margin-bottom: 22px;
  color: #494f4f;
}
@media (max-width: 767px) {
  .box13 {
    margin-bottom: 50px;
  }
}
@media (max-width: 479px) {
  .box13 {
    padding: 20px;
    text-align: center;
  }
  .box13 .label {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 20px;
  }
}
/* ======= Box 14 Diagnostic laboratory services ======= */
.box14 .h8 {
  padding-right: 40px;
  margin-top: -4px;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .box14 {
    margin-bottom: 50px;
  }
  .box14 img {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* ======= Banner 8 Additional services ======= */
.banner8 {
  color: #ffffff;
  padding: 88px 0 9px;
  background-image: url(../images/page3_img4.png);
}
.banner8 .heading1 {
  margin-bottom: 61px;
}
/* ======= Box 15 Treatment offered ======= */
.box15 {
  margin-top: -6px;
}
/* ======= Banner 9 Payment  ======= */
.banner9 {
  color: #ffffff;
  background-image: url(../images/page4_img2.png);
  padding: 88px 0 36px;
}
.banner9 .heading1 {
  margin-bottom: 59px;
}
/* ======= Box 16 Billing & Payment ======= */
.box16 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 60px;
}
.box16 h4 {
  margin-bottom: 26px;
}
.box16 a.btn-default {
  margin-top: 47px;
  background: #ee1820;
}
.box16 a.btn-default:hover {
  background: #57b9be;
}
/* ======= Box 17 Our physicians ======= */
.box17 {
  margin-bottom: 30px;
}
.box17 img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.box17 .content {
  text-align: center;
  background: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #dddddd;
  border-top: none;
  padding: 26px 40px 19px;
}
@media (max-width: 979px) {
  .box17 .content {
    padding: 26px 10px 19px;
  }
}
.box17 .content h3 {
  margin-bottom: 10px;
}
.box17 .content p {
  font-size: 12px;
  line-height: 14px;
  color: #7e7e7e;
}
@media (max-width: 767px) {
  .box17 img {
    width: 100%;
  }
}
/* ======= Banner 10 Useful links ======= */
.banner10 {
  color: #ffffff;
  background-image: url(../images/page5_img13.png);
  padding: 87px 0 90px;
}
.banner10 .heading1 {
  margin-bottom: 57px;
}
/* ======= Tabs 2 Choose the theme you are interested in ======= */
#tabs {
  margin-top: -3px;
  margin-bottom: 61px;
  text-align: left;
}
#tabs .heading {
  margin-bottom: 26px;
}
#tabs .tabs-list {
  position: relative;
}
#tabs .tabs-list .ui-state-focus {
  outline: medium none !important;
}
#tabs .tabs-list .ui-state-focus a {
  background: #ee1820;
  position: relative;
}
#tabs .tabs-list .ui-tabs-active a {
  background: #ee1820;
}
#tabs .tabs-list li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: medium none !important;
  text-align: left;
  display: block;
  color: #ffffff;
  font: 700 14px/16px "Asap", sans-serif;
  text-transform: uppercase;
  margin-bottom: 2px;
}
@media (max-width: 1199px) {
  #tabs .tabs-list li {
    font-size: 14px;
  }
}
@media (max-width: 979px) {
  #tabs .tabs-list li {
    font-size: 12px;
  }
}
#tabs .tabs-list li a {
  background: #57b9be;
  padding: 12px 5px 11px 32px;
  display: block;
  outline: medium none !important;
  position: relative;
}
#tabs .tabs-list li a:hover {
  background: #559fa4;
  color: #ffffff;
}
#tabs .tabs-list li a:hover .tabs {
  color: #ffffff;
}
@media (max-width: 767px) {
  #tabs .tabs-list {
    margin-bottom: 30px;
  }
}
.box19 {
  margin-top: -4px;
  margin-bottom: 24px;
}
.box19 .h8 {
  margin-bottom: 1px;
}
/* ======= Box 20 Privacy Policy ======= */
.box20 {
  margin-top: -4px;
  margin-bottom: 24px;
}
.box20 .h8 {
  margin-bottom: 1px;
}
.box20 .simple-link {
  margin-top: 0px;
}
/* ======= Vimeo video  ======= */
.vimeo-video1 {
  border: 4px solid #ffffff;
}
.vimeo-video1 iframe {
  width: 100%;
  height: 315px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cad6d7;
}
@media (max-width: 1199px) {
  .vimeo-video1 iframe {
    height: 254.2105263157895px;
  }
}
@media (max-width: 979px) {
  .vimeo-video1 iframe {
    height: 201.15789473684214px;
  }
}
@media (max-width: 767px) {
  .vimeo-video1 iframe {
    height: 232.10526315789477px;
  }
}
@media (max-width: 479px) {
  .vimeo-video1 iframe {
    height: 149.21052631578948px;
  }
}
/* ======= Google Map  ======= */
.google-map1 {
  height: 400px;
}
.google-map2 {
  height: 400px;
}
/* ======= Address  ======= */
.contacts-address {
  margin-top: -4px;
  margin-bottom: 25px;
}
.contacts-address .company-name {
  display: block;
  margin-bottom: 19px;
  font: 400 14px/18px "Lato", sans-serif;
  color: #ee1820;
  text-transform: uppercase;
}
.contacts-address .our-address {
  display: block;
  margin-bottom: 21px;
}
.contacts-address .wrapper {
  display: block;
}
.contacts-address .wide {
  display: inline-block;
  min-width: 100px;
}
/* ======= Simple link ======= */
.simple-link {
  display: inline-block;
  text-decoration: underline;
}
/* ======= List 1 ======= */
.list1 li {
  font: 400 12px/22px "Lato", sans-serif;
}
.list2 li {
  padding-left: 25px;
  position: relative;
  font: 400 14px/21px "Lato", sans-serif;
}
.list2 li:before {
  font-family: FontAwesome;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 21px;
  content: '\f00c';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.list3 li {
  padding-left: 25px;
  position: relative;
  font: 400 14px/21px "Lato", sans-serif;
}
.list3 li:before {
  font-family: FontAwesome;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 21px;
  content: '\f101';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.list4 li {
  padding-left: 25px;
  position: relative;
  font: 400 14px/21px "Lato", sans-serif;
}
.list4 li:before {
  font-family: FontAwesome;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 21px;
  content: '\f007';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.list5 li {
  padding-left: 25px;
  position: relative;
  font: 400 14px/21px "Lato", sans-serif;
}
.list5 li:before {
  font-family: FontAwesome;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 21px;
  content: '\f098';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.list6 li {
  padding-left: 25px;
  position: relative;
  font: 400 14px/21px "Lato", sans-serif;
}
.list6 li:before {
  font-family: FontAwesome;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 21px;
  content: '\f0e0';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.list7 li {
  padding-left: 25px;
  position: relative;
  font: 400 14px/21px "Lato", sans-serif;
}
.list7 li:before {
  font-family: FontAwesome;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 21px;
  content: '\f0e6';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
/* ======= Social buttons 1 ======= */
.socials1 li {
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 10px;
}
.socials1 li a i {
  color: #ffffff;
  background: #d61119;
  text-align: center;
  font-size: 14px;
  display: block;
  width: 23px;
  height: 23px;
  line-height: 23px;
  border-radius: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials1 li a i:hover {
  color: #ee1820;
}
/* ======= Gallery  ======= */
.gallery_image a {
  display: block;
  position: relative;
  background: #57b9be;
}
.gallery_image a img {
  margin-bottom: 0;
}
@media (max-width: 979px) {
  .gallery_image a img {
    width: 100%;
  }
}
.gallery_image a:hover img {
  opacity: 0.22;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=22)";
}
.gallery_image a:hover .gallery_icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a:hover .gallery_icon i {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.gallery_image a img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a .gallery_icon {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.gallery_image a .gallery_icon i {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  font-size: 35px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 50%;
  margin-left: -17px;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  background: #f7f7f7;
  padding: 86px 0 29px;
}
#footer .wrapper-with-divider {
  position: relative;
  border-bottom: 1px solid #85a2a4;
  padding-bottom: 56px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #footer .wrapper-with-divider {
    border-bottom: none;
  }
}
#footer .privacy-block {
  padding-top: 29px;
  font: 400 12px/16px "Lato", sans-serif;
  color: #494f4f;
}
#footer .privacy-block div {
  margin-top: 6px;
}
#footer .privacy-block .highlighted {
  color: #57b9be;
}
#footer .privacy-block .highlighted a:hover {
  color: #ee1820;
}
#footer .privacy-block strong {
  font-weight: 900;
  text-transform: uppercase;
}
#footer .privacy-block address {
  display: inline-block;
}
#footer .phone {
  margin-top: 19px;
  color: #494f4f;
}
#footer .phone span {
  display: block;
  font: 400 12px/31px "Lato", sans-serif;
}
@media (max-width: 1199px) {
  #footer .phone span {
    line-height: 14px;
  }
}
#footer .phone span.with-icon {
  font: 400 14px/18px "Lato", sans-serif;
  margin-top: -7px;
}
@media (max-width: 1199px) {
  #footer .phone span.with-icon {
    margin-top: 5px;
  }
}
#footer .phone span.with-icon i {
  font-size: 17px;
  line-height: 18px;
  color: #ee1820;
  display: inline-block;
  margin-top: 2px;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #b9b9bd;
  font-size: 37px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #85a2a4;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
