html {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  height: 100%;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #232323;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: grayscale;
}
::selection {
  background: #007cff;
  color: #232323;
}
::-webkit-selection {
  background: #007cff;
  color: #232323;
}
::-moz-selection {
  background: #007cff;
  color: #232323;
}
::-o-selection {
  background: #007cff;
  color: #232323;
}
::-ms-selection {
  background: #007cff;
  color: #232323;
}
::-webkit-input-placeholder {
  color: #232323;
}
::-moz-placeholder {
  color: #232323;
}
:-ms-input-placeholder {
  color: #232323;
}
:-moz-placeholder {
  color: #232323;
}
a {
  color: #232323;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover, a:focus {
  text-decoration: none;
  color: #007cff;
}
img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
iframe {
  border: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 10px;
  font-weight: 700;
  line-height: 1.42857143;
}
p {
  margin-bottom: 10px;
  color: #888888;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.2px;
}
video {
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background-color: #d0d0d0;
}
.medi-table-container {
  display: table;
  width: 100%;
  height: 100%;
}
.medi-align-container {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.medi-responsive-table {
  overflow-x: auto;
}
.medi-container {
  width: 880px;
  margin: 0 auto;
}
.medi-container:before, .medi-container:after {
  display: table;
  content: "";
  clear: both;
}
.medi-parallax {
  background-attachment: fixed;
}
/* Button */
.medi-btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 120px;
  padding: 12px 24px 11px;
  background-color: #007cff;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  line-height: 1.42857;
  white-space: normal;
  text-align: center;
  border: 1px solid transparent;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.medi-btn:hover, .medi-btn:focus {
  background-color: #0775e8;
  color: #fff;
}
.medi-btn .fa {
  padding-right: 4px;
}
.medi-btn .fa-angle-right {
  padding: 0 0 0 4px;
}
.medi-btn-small {
  min-width: 80px;
  padding: 5px 16px;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.medi-btn-medium {
  min-width: 140px;
  padding: 12px 25px 13px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.medi-btn-big {
  min-width: 160px;
  padding: 15px 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.medi-btn-gray {
  background-color: #f7f7f7;
}
.medi-btn-gray:hover, .medi-btn-gray:focus {
  background-color: #e1e1e1;
}
.medi-btn-black {
  background-color: #2a2f35;
  color: #ffffff;
}
.medi-btn-black:hover, .medi-btn-black:focus {
  background-color: #1d2126;
  color: #ffffff;
}
.medi-btn-white {
  background-color: #ffffff;
  color: #232323;
}
.medi-btn-white:hover, .medi-btn-white:focus {
  background-color: #eeeeee;
  color: #232323;
}
.medi-btn-orange-border {
  background-color: transparent;
  border: 2px solid #007cff;
}
.medi-btn-orange-border:hover, .medi-btn-orange-border:focus {
  background-color: #007cff;
}
.medi-btn-gray-border {
  background-color: transparent;
  border-color: #ececec;
}
.medi-btn-gray-border:hover, .medi-btn-gray-border:focus {
  background-color: #ececec;
}
/* Social Icons */
.medi-social {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.medi-social a {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  background: #f2f2f2;
  color: #959595;
  line-height: 40px;
  letter-spacing: 0.3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.medi-social a:hover {
  background: #007cff;
  color: #ffffff;
}
.container {
  padding: 0;
}
.navbar-nav {
  margin: 0;
}
.navbar-nav > li:last-child > .dropdown-menu {
  left: auto;
  right: 0;
}
.navbar-nav > li > a {
  line-height: 1.42857;
}
.navbar-nav > li > a > i {
  margin-left: 4px;
}
.navbar-nav > li:hover > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .open > a, .nav .open > a:focus, .navbar-nav .open > a:hover, .navbar-nav > li.active > a {
  background-color: transparent;
  color: #007cff;
}
.dropdown-menu {
  min-width: 210px;
  padding: 14px 0;
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.2px;
  border-top: 1px solid #e3e3e4;
  border-bottom: none;
  border-left: none;
  border-right: none;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 0;
}
.dropdown-menu > li {
  padding: 0 30px;
}
.dropdown-menu > li > a {
  padding: 11px 0;
  color: #888888;
  font-weight: 500;
  border-bottom: 1px solid #f1f1f1;
}
.dropdown-menu > li:last-child > a {
  border-bottom: none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li.open > a, .dropdown-menu > li.open > a:focus, .dropdown-menu > li.open > a:hover, .dropdown-menu > li.active > a, .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: transparent;
  color: #007cff;
}
.dropdown-submenu .dropdown-menu {
  top: -1px;
  left: 100%;
}
.dropdown-submenu {
  position: relative;
}
.swiper-container {
  height: 600px;
}
.swiper-slide {
  background-color: #d0d0d0;
  background-image: url(../images/slides/slide1.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper-pagination {
  bottom: 36px;
  padding: 0 25px;
  color: #ffffff;
  font-weight: 700;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom {
  bottom: 20px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
}
.swiper-button-prev, .swiper-button-next {
  right: 0;
  width: 50px;
  height: 50px;
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-align: center;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.2);
}
.swiper-button-prev:before, .swiper-button-next:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: normal normal normal 18px/1.42857 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.swiper-button-next:before {
  content: "\f105";
}
.swiper-button-prev {
  left: 0;
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 10px 0;
  background: #ffffff;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.5);
}
.slick-slider.slick-dotted {
  margin: 0;
}
.slick-slider .slick-disabled {
  opacity: 0.5;
  cursor: default;
}
.slick-slider .slick-dots {
  position: static;
  padding-top: 38px;
}
.slick-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.slick-slider .slick-dots li button {
  width: 15px;
  height: 15px;
  padding: 0;
}
.slick-slider .slick-dots li button:before {
  width: 15px;
  height: 15px;
  color: rgba(42, 47, 53, 0.5);
  font-size: 5px;
  opacity: 1;
}
.slick-slider .slick-dots li.slick-active button:before {
  color: #fbcc0f;
}
.slick-slider .slick-prev, .slick-slider .slick-next {
  top: auto;
  bottom: 0;
  left: 20px;
  width: auto;
  height: auto;
  -webkit-transform: none;
  transform: none;
  z-index: 1;
}
.slick-slider .slick-next {
  left: auto;
  right: 20px;
}
.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
  color: #2a2f35;
  font: normal normal normal 20px/1.42857 FontAwesome;
  opacity: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.slick-slider .slick-next:before {
  content: "\f105";
}

/* 3. Topbar */
.medi-top-bar {
  background: #2a2f35;
  color: #68727f;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 13px;
}
.medi-top-bar a {
  color: #68727f;
}
.medi-top-bar .pull-left {
  padding: 10px 0;
}
.medi-top-bar .navbar-nav > li > a {
  padding: 10px 13px;
}
.medi-top-bar .navbar-nav > li.country-menu > a {
  padding: 10px 25px;
  background-color: #32373d;
}
.medi-top-bar.top-bar-style-two {
  background: #f7f7f7;
  color: #888888;
  font-family: 'Raleway', sans-serif;
}
.medi-top-bar.top-bar-style-two a {
  color: #888888;
}
.medi-top-bar.top-bar-style-two .navbar-nav > li.country-menu > a {
  background-color: #f0f0f0;
}
/* 2. Headers */
.medi-header {
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.is-sticky .medi-header {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  z-index: 4 !important;
}
/* 7. Brand Logo */
.medi-logo {
  float: left;
  padding: 26px 0;
}
.medi-logo a,
.medi-picture a {
  font-size: 33px;
  text-transform: uppercase;
  font-weight: 700;
  color: #007cff;
}
.header-right {
  float: right;
}
.header-right .medi-social {
  margin-left: 26px;
}
.header-right .medi-social a:last-child {
  margin: 0;
}
.medi-toggle {
  display: none;
  vertical-align: middle;
  width: 26px;
  height: 14px;
}
.medi-toggle span {
  float: left;
  width: 100%;
  height: 2px;
  margin-top: 6px;
  background: #232323;
  position: relative;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.medi-toggle span:before, .medi-toggle span:after {
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #232323;
  content: "";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.medi-toggle span:after {
  top: 6px;
}
.medi-toggle.active span {
  background: none;
}
.medi-toggle.active span:before {
  -webkit-transform: translateY(6px) rotateZ(-45deg);
  -ms-transform: translateY(6px) rotateZ(-45deg);
  transform: translateY(6px) rotateZ(-45deg)
}
.medi-toggle.active span:after {
  -webkit-transform: translateY(-6px) rotateZ(45deg);
  -ms-transform: translateY(-6px) rotateZ(45deg);
  transform: translateY(-6px) rotateZ(45deg)
}
/* Contact Details */
.contact-details {
  display: inline-block;
  vertical-align: middle;
  padding: 37px 0;
}
.contact-item {
  float: left;
  padding-left: 25px;
  margin-left: 25px;
  border-left: 1px solid #ececec;
}
.contact-item:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
.contact-item .fa {
  padding-top: 8px;
  color: #dfdfdf;
  font-size: 30px;
}
.contact-item .contact-info {
  float: left;
  padding-left: 20px;
  line-height: 20px;
}
.contact-item .contact-info span {
  display: block;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}
.contact-item .contact-info p {
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 22px;
}
.contact-item .contact-info p a {
  color: #888888;
}
/* 4. Navigation */
/* medi Navigation */
.medi-menu .navbar-nav {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.medi-menu .navbar-nav > li {
  margin-right: 28px;
}
.medi-menu .navbar-nav > li:last-child {
  margin-right: 0;
}
.medi-menu .navbar-nav > li > a {
  padding: 41px 0;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
/*.medi-menu .navbar-nav > li.active > a {
  padding: 41px 0;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}*/
.header-style-two .medi-logo {
  padding-top: 5px 0;
  padding-bottom: 5px 0;
}
.medi-header.header-style-three {
  background: rgba(0, 0, 0, 0.2);
}
.header-style-three .medi-logo {
  width: 17%;
}
.header-style-three .header-right {
  width: 83%;
  text-align: center;
}
.header-style-three .header-right .medi-social {
  float: right;
  padding-top: 30px;
}
.header-style-three .medi-menu .navbar-nav > li > a {
  color: #ffffff;
}
.header-style-three .medi-menu .navbar-nav > li:hover > a, .header-style-three .medi-menu .navbar-nav > li.active > a {
  color: #007cff;
}
.header-style-three .medi-social a {
  background: rgba(242, 242, 242, 0.1);
  color: #ffffff;
}
.header-style-three .medi-social a:hover {
  background: #007cff;
}
.is-sticky .medi-header.header-style-three {
  background: rgba(0, 0, 0, 0.9);
}
.sticky-wrapper.sticky-style-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.medi-menu:before, .medi-menu:after {
  display: table;
  content: "";
  clear: both;
}
.medi-menu.menu-style-two {
  background-color: #2a2f35;
}
.medi-menu.menu-style-two .navbar-nav {
  float: left;
}
.medi-menu.menu-style-two .navbar-nav > li > a {
  padding: 26px 0;
  color: #ffffff;
}
.menu-style-two .medi-social {
  float: right;
  padding-top: 15px;
}
.menu-style-two .medi-social a {
  background: rgba(255, 255, 255, 0.10);
  color: #f2f2f2;
}
.menu-style-two .medi-social a:hover {
  background: #007cff;
  color: #ffffff;
}
.menu-style-two .medi-social a:last-child {
  margin: 0;
}
.medi-menu.menu-spacer-two {
  padding: 0 15px 0 27px;
}
.menu-spacer-two .navbar-nav > li {
  margin-right: 35px;
}
.menu-spacer-two .navbar-nav > li > a:after, .menu-spacer-two .navbar-nav > li.active > a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #007cff;
  content: "";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.menu-spacer-two .navbar-nav > li:hover > a:after, .menu-spacer-two .navbar-nav > li.active > a:after {
  width: 100%;
}
/* medi Slide Cpation */
.medi-slide-cpation {
  height: 100%;
  background: rgba(0, 0, 0, 0.27);
}
.medi-slide-cpation.right .cpation-wrap {
  float: right;
}
.medi-slide-cpation.center {
  text-align: center;
}
.medi-slide-cpation.center .cpation-wrap {
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: 750px;
}
.cpation-wrap {
  float: left;
  width: 530px;
  padding: 60px 55px 44px;
  background: rgba(0, 0, 0, 0.55);
  color: #ffffff;
}
.cpation-wrap .cpation-title {
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: -0.2px;
}
.cpation-wrap p {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 26px;
}
.cpation-wrap .cpation-sub-title {
  display: block;
  padding-bottom: 3px;
  color: #007cff;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0;
}
.cpation-wrap .medi-btn {
  margin: 11px 11px 0 0;
}
.cpation-wrap .medi-icon {
  padding-bottom: 22px;
}
/* medi Swiper Container, Swiper Style Two */
.swiper-container.swiper-style-two {
  height: 700px;
}
.swiper-style-two .medi-slide-cpation {
  background: rgba(0, 0, 0, 0.4);
}
/* medi Swiper Container, Swiper Style Three */
.swiper-container.swiper-style-three {
  height: 550px;
}
.swiper-style-three .medi-slide-cpation {
  background: rgba(0, 0, 0, 0.45);
}
.swiper-style-three .medi-slide-cpation.center .cpation-wrap .cpation-title {
  font-size: 50px;
  letter-spacing: -0.1px;
}
.swiper-style-three .medi-slide-cpation.center p {
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.1px;
}
.swiper-style-three .cpation-wrap {
  width: 510px;
  padding: 0;
  background: none;
}
.swiper-style-three .cpation-wrap p {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.swiper-style-three .cpation-wrap .cpation-title {
  padding-bottom: 14px;
  font-weight: 700;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 0;
}
.swiper-style-three .cpation-wrap .cpation-sub-title {
  padding-bottom: 5px;
  font-size: 24px;
  letter-spacing: -0.1px;
}
.swiper-style-three .cpation-wrap .medi-btn {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
/* medi Consult */
.medi-consult {
  background: #007cff;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
}
.medi-consult .pull-left {
  padding-top: 37px;
}
.medi-consult .medi-btn {
  padding: 37px 63px 37px 32px;
  background-color: #0775e8;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
}
.medi-consult .medi-btn:hover {
  background-color: #056ad4;
}
.medi-consult .medi-btn:hover:before {
  border-right-color: #056ad4;
}
.medi-consult .medi-btn:before {
  position: absolute;
  top: 0;
  left: -28px;
  border-top: 47px solid transparent;
  border-bottom: 47px solid transparent;
  border-right: 27px solid #0775e8;
  content: "";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.medi-consult .medi-btn .fa {
  vertical-align: middle;
  margin: -2px 6px 0 0;
  font-size: 24px;
}

/* medi Home V3 Page */
/* medi Services, Services Style Three */
.medi-services {
  padding: 90px 0 66px;
}
.section-title-wrap {
  padding-bottom: 43px;
  text-align: center;
}
.section-title {
  margin-bottom: 0;
}
.medi-services {
  padding: 80px 0 46px;
}
.service-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.service-info {
  padding-top: 24px;
}
.service-info p {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
}
.service-info h5 {
  font-size: 15px;
}
.service-title {
  margin-bottom: 6px;
  letter-spacing: 0.3px;
  line-height: 26px;
  text-transform: uppercase;
}
.read-more {
  padding-top: 5px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}
.read-more a {
  color: #539ad0;
}
/* medi About */
.medi-about {
  padding: 92px 0 54px;
}
.medi-about .section-title-wrap {
  text-align: left;
}
.medi-about .section-title-wrap p {
  color: #999999;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.2px;
}
.medi-about .section-title-wrap h2 {
  font-size: 26px;
}
.about-wrap {
  display: table;
  background: #f7f7f7;
}
.about-wrap.hover .medi-picture:before {
  opacity: 1;
}
.about-wrap > .medi-picture {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  position: relative;
}
.about-wrap > .medi-picture:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.03);
  content: "";
  opacity: 0;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.about-wrap > .medi-picture > img {
  width: 100%;
}
.about-info {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 20px 30px;
}
.about-info p {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0;
}
.about-info h5 {
  font-weight: 600;
}
.about-info .medi-picture {
  padding-top: 21px;
}
.about-info .medi-btn {
  margin-top: 13px;
}
.choose-item {
  display: block;
  overflow: hidden;
  clear: both;
  padding-bottom: 28px;
}
.choose-item .medi-icon {
  float: left;
}
.choose-item .choose-info {
  display: block;
  overflow: hidden;
  padding-left: 22px;
}
.choose-item .choose-info p {
  line-height: 26px;
  letter-spacing: 0;
}
.choose-item .choose-info h5 {
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
/* medi Testimonial, Testimonial Style Three */
.medi-testimonial.testimonial-style-three {
  background-image: url(../images/backgrounds/background7.png);
}
.testimonial-style-three .section-title-wrap {
  padding-bottom: 26px;
}
.testimonial-style-three .section-title {
  font-weight: 600;
  font-size: 20px;
}
.testimonial-style-three .medi-carousel p {
  color: #232323;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  line-height: 38px;
}
.testimonial-style-three .quote-client {
  padding: 22px 0 0;
}
.testimonial-style-three .quote-client img {
  display: block;
  margin: auto auto 14px;
}
/* Team Mates */
.medi-team-mates {
  padding: 90px 0 54px;
  background: #f7f7f7;
  text-align: center;
}
.medi-team-mates .section-title-wrap {
  padding-bottom: 41px;
}
.medi-team-mates .section-title {
  margin-bottom: 0;
}
.mate-list {
  margin-bottom: 30px;
  text-align: center;
}
.mate-list .medi-picture {
  position: relative;
}
.mate-list .medi-picture:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  content: "";
  opacity: 0;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.mate-list.hover .medi-picture:before {
  opacity: 1;
}
.mate-info {
  padding-top: 25px;
}
.mate-info p {
  font-size: 15px;
  line-height: 24px;
}
.mate-info h5 {
  font-size: 15px;
}
.mate-info h6 {
  font-size: 11px;
}
.mate-info .medi-social {
  padding-top: 4px;
}
.mate-info .medi-social a {
  width: 30px;
  height: 30px;
  margin: 0 2.5px;
  background: #f9f9f9;
  color: #999999;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 28px;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.mate-info .medi-social a:hover {
  background: #007cff;
  color: #ffffff;
  border-color: #007cff;
}
.mate-name {
  margin-bottom: 5px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.mate-designation {
  padding-bottom: 18px;
  margin-bottom: 14px;
  color: #888888;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  position: relative;
}
.mate-designation:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 2px;
  background: #007cff;
  margin: 0 auto;
  content: "";
  z-index: 1;
}
/* medi Partners */
.medi-partners {
  padding: 49px 0;
  background: #f7f7f7;
}
section.medi-partners .item {
  display: inline-block;
  padding: 0 25px;
}
/* medi Emergency */
.medi-emergency {
  margin-top: 0px;
  background-color: #d0d0d0;
  background-image: url(../images/backgrounds/bg1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.medi-emergency .container {
  padding: 35px 20px;
  position: relative;
}
.medi-emergency [class*="col-"] {
  position: static;
}
.medi-emergency .medi-picture {
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 1;
}
.medi-emergency .emergency-title {
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.medi-emergency .emergency-sub-title {
  margin-bottom: 0;
  font-weight: 400;
}
.emergency-wrap {
  padding-left: 160px;
}
.emergency-wrap h5 {
  font-size: 16px;
}
.emergency-number {
  padding-left: 51px;
  font-family: 'Open Sans', sans-serif;
}
.emergency-number .medi-btn {
  min-width: 150px;
  letter-spacing: 0.2px;
}
.emergency-number .emergency-title a {
  color: #fff;
}
.emergency-number h3 {
  font-size: 25px;
}
.emergency-number h5 {
  font-size: 13px;
}
.emergency-number .emergency-title a:hover, .emergency-number .emergency-title a:focus {
  color: #ffffff;
}
.emergency-number .emergency-sub-title {
  letter-spacing: 0.2px;
}
/* medi Quote */
.medi-quote {
  background-color: #d0d0d0;
  background-image: url(../images/backgrounds/bg2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.quote-wrap {
  padding: 100px 0;
  background: rgba(0, 0, 0, 0.4);
  color: #f5f5f5;
  text-transform: uppercase;
}
.quote-wrap h2 {
  font-size: 35px;
  line-height: 45px;
}
.quote-wrap h5 {
  font-size: 16px;
}
.quote-wrap .quote-title {
  margin-bottom: 24px;
  letter-spacing: 0.2px;
}
.quote-wrap .quote-sub-title {
  margin-bottom: 14px;
  letter-spacing: 0.2px;
}
/* medi News */
.medi-news {
  padding: 89px 0 70px;
}
.news-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}
.news-info {
  padding-top: 25px;
}
.news-info p {
  font-size: 15px;
  line-height: 24px;
}
.news-info h5 {
  font-size: 16px;
  line-height: 26px;
}
.news-info .read-more {
  padding-top: 15px;
}
.news-info .medi-btn-small {
  padding: 6px 16px;
  color: #232323;
  font-size: 11px;
  letter-spacing: 0.3px;
}
.news-info .medi-btn-small:hover {
  color: #232323;
}
.news-meta {
  color: #888888;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
}
.news-meta .fa {
  margin-right: 5px;
}
.news-title {
  font-weight: 600;
  letter-spacing: 0.1px;
}

/* 11. Footer */
.medi-footer {
  padding: 98px 0 63px;
  background: #2a2f35;
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.medi-footer a {
  color: #999999;
}
.medi-footer p {
  color: #999999;
  font-weight: 600;
  line-height: 28px;
}
.medi-footer h4 {
  margin-bottom: 21px;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  letter-spacing: 0.2px;
}
.medi-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.medi-footer ul li {
  padding-bottom: 8px;
}
.medi-footer .first-column {
  width: 278px;
}
.medi-footer .medi-picture {
  margin-bottom: 19px;
}
.medi-footer .medi-social {
  padding-top: 21px;
  text-align: left;
  color: #f5f5f5;
}
.medi-footer .medi-social a {
  width: auto;
  height: auto;
  margin-right: 18px;
  background: none;
  color: #777777;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
}
.medi-footer .medi-social h6 {
  margin-bottom: 18px;
  font-size: 13px;
  text-transform: uppercase;
}
.medi-footer .contact-details {
  padding: 0;
}
.medi-footer .contact-details p {
  margin-bottom: 7px;
  font-size: 14px;
}
.medi-footer .contact-details span {
  display: block;
}
.medi-footer .contact-details span:after {
  content: " : ";
}
.post-item {
  padding-bottom: 7px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.post-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.post-item .post-author {
  line-height: 28px;
}
.post-item .post-author a {
  color: #007cff;
}
.post-item .post-author a:hover {
  color: #999999;
}
.post-item .post-author span:before {
  content: " / ";
}
.post-item .post-author span a {
  color: #999999;
}
/* 12. Copyright */
.medi-copyright {
  padding: 19px 0 21px;
  background: #1c2126;
  color: #777777;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.medi-copyright a {
  color: #777777;
}
.medi-copyright ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
}
.medi-copyright ul li {
  float: left;
  padding-left: 24px;
}
/* medi Back Top */
.medi-back-top {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 2;
}
.medi-back-top a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 1px;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  background: #232323;
  color: #ffffff;
}
.medi-back-top a:hover {
  background: #007cff;
}

/*about us*/
/*media all*/
figure img.inner_banner {
    height: 200px !important;
    width: 100%;
    margin-bottom:30px;
}

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:400,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
/*/
body {
	background: #7ca53b;
}/*/

/*/ start count stats /*/ 

section#counter-stats {
	display: flex;
	justify-content: center;
	margin-bottom: 2px;
	margin-top: 2px;
}

.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 10px;
}

.stats .fa {
  color: #007cff;
  font-size: 60px;
  margin-bottom: 15px;
}

/*/ end count stats /*/