.swiper-container {
  width: 100%;
}
#test-section {
  background-color: #f7f8fa;
  padding: 160px 0;
  padding: 10rem 0;
  min-height: 300px;
}
.hero_update_bg {
  background-size: cover;
  background-image: url("/wp-content/themes/bestdoctors-master/public/img/02-2018/banners/woman-hero.jpg");
  background-repeat: no-repeat;
  background-position: top left;
}

.hero_vcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
#ios-section {
  margin: 80px 0;
  margin: 5rem 0;
}

.alternate_header {
  font-size: 48px;
  color: #005596;
  text-transform: none;
  font-weight: normal;
}

.ios_content h2 {
  font-size: 50px;
  color: #005596;
  text-transform: none;
  font-weight: normal;
}

.ios_content p {
  font-size: 26px;
  text-transform: none;
}

.ios-download {
  max-width: 200px;
  display: inline;
  margin: 32px;
  margin: 2rem;
}
.hero_base {
  width: 100%;
  height: 100%;
}

.main_button {
  padding: 24px 64px;
  padding: 1.5rem 4rem;
}

#testimonials .item {
  min-height: 600px;
  background-position: center;
}

.black {
  color: black !important;
}
.white {
  color: white !important;
}

.testimonial-content p {
  font-size: 48px;
  font-size: 3rem;
}

.main_button-testimonial,
.main_button-testimonial:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: RGBA(12, 55, 89, 0.5) !important;
  color: RGBA(12, 55, 89, 0.5) !important;
}
.vcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 600px;
}

.testimonial-content h3,
.testimonial-content h4,
.testimonial-content>a {
  color: #0c3759 !important;
  line-height: 1.5 !important;
}

.swiper-container > .swiper-button-prev {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%27%20fill%3D%27%230C3759%27%2F%3E%3C%2Fsvg%3E);
  opacity: 0.3;
}
.swiper-container > .swiper-button-next {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%27%20fill%3D%27%230C3759%27%2F%3E%3C%2Fsvg%3E);
  opacity: 0.3;
}
.testimonial-border {
  border-left: 5px solid RGBA(12, 55, 89, 0.3);
  padding-left: 32px;
  padding-left: 2rem;
}

.hero_title {
  font-size: 70.4px;
  font-size: 4.4rem;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.hero_subtitle {
  font-size: 48px;
  font-size: 3rem;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .text-md-center {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  /* .hero_title {
		font-size: 3rem;
		} */
  .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-sm-center {
    text-align: center !important;
  }

  .testimonial-border {
    border-left: none;
    padding: 1rem 0;
  }
  /* .hero_spacer {
    height: 128px !important;
  } */
}
@media screen and (max-width: 388px) {
  .hero_title {
    font-size: 3.5rem;
  }
  .hero_subtitle {
    font-size: 2.5rem;
  }
  /* .hero_spacer {
    height: 168px !important;
  } */
}


/* @media screen and (max-width:768px) { .hero_spacer { height: 128px !important; } }
@media screen and (min-width:769px) { .hero_spacer { height: 189px !important; } } */
.hero_spacer { width: 100%; }
.header_scrolled .header_teladoc { display: none; }
