@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");
.carousel-caption {
  position: absolute;
  bottom: 90px;
  left: 0;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #343a40;
  text-align: left;
}

.imagewrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-end;
}

.navbar.sticky.fixed .navbar-brand img {
  height: 50px;
}

.carousel-caption h5 {
  font-size: 50px;
  font-weight: 700;
  color: #309699;
  line-height: 1;
  font-family: "Crimson Pro", serif;
}

.imagewrap .slide-img {
  max-width: 33%;
}

.imagewrap .main-point span.btntext {
  background: #b5f2fc;
  padding: 2px 10px 5px 10px;
  border-radius: 40px;
  color: #101010;
  font-size: 14px;
  font-weight: 600;
}
.home-banner {
  /* margin-top: 70px;
    margin-bottom: 80px; */
}

.text-cyan{
  color: #0bafa4!important;
}
.carousel-indicators {
  position: absolute;
  bottom: -27px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  right: auto;
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  margin-right: 20px;

  text-indent: -999px;

  background-color: #c14454;
  opacity: 0.5;
  transition: opacity 0.6s ease;
  border-radius: 50%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;

  background-size: 100%, 100%;
  border-radius: 50%;

  background-image: none;
}

.carousel-control-next-icon:after {
  content: "\203a";
  font-size: 55px;
  color: #343a40;
}

.carousel-control-prev-icon:after {
  content: "\2039";
  font-size: 55px;
  color: #343a40;
}

.carousel-control-prev,
.carousel-control-next {
  width: auto;
}
.carousel-control-next {
  right: -30px;
}
.carousel-control-prev {
  left: -30px;
}

.boldhead {
  color: #309699 !important;
  font-weight: bold;
  font-size: 20px;
}
.boldhead2 {
  color: #309699 !important;
  font-weight: bold;
  font-size: 20px;
}

.fetImg img {
  max-width: 45%;
}

.howimg img {
  max-width: 70%;
}

.howimg {
  text-align: left;
}
.banner-seo-check img {
  height: 60px;
}

.clr_prime {
  color: #309699 !important;
}

header {
  /* height: 102vh; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

footer .navbar-nav {
  margin-top: 10px;
  border-top: 1px solid #e4e7ee;
  flex-shrink: 0;
  padding-top: 32px;
  flex-direction: row;
  background: white;
}

footer .list-inline-item {
  display: inline-block;
  margin-right: 15px !important;
  font-size: 14px;
}
.boldhead_mobile {
  align-items: center;
  color: #309699 !important;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-device-width: 769px) {
  .carousel-caption h5 {
    font-size: 24px;
    font-weight: 700;
    color: #309699;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .navbar-brand img {
    height: 75px;
    margin-top: 10px;
  }

  .navbar.sticky.fixed .navbar-brand img {
    margin-top: 0px !important;
  }

  .boldhead2 {
    font-size: 16px;
    font-weight: 500;
  }
  .features p {
    font-size: 16px;
    color: #343a40;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
  }

  .feat_circle {
    border-radius: 50%;
    text-align: center;
    background-color: #b11226;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;

    margin-right: 8px;
  }

  .carousel-caption {
    position: relative;
    top: 15px;
    left: 5;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #343a40;
    text-align: left;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 100%;
  }
  .imagewrap {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    justify-content: flex-start;
    height: 67vh;
    align-items: center;
  }
  .imagewrap .slide-img {
    /* display: none; */
    max-width: 73%;
  }
  .divider {
    margin-bottom: 10px;
  }
  div#how_it_works {
    margin-top: 60px;
  }
  .home-banner {
    margin-top: 0px;
    margin-bottom: 30px;
    min-height: 60vh;
  }
  .carousel-indicators {
    bottom: -24px;
    left: 0;
    right: 0;
  }

  /* .navbar.sticky.fixed .navbar-toggler {
        margin-right: 10px;
    } */

  .carousel-control-prev {
    display: none;
  }
  .carousel-control-next {
    display: none;
  }
  .banner-seo-check {
    padding: 0;

    margin-bottom: 40px;
    margin-right: 0;
    margin-left: 0;
    border-radius: 0;
  }
  .banner-seo-check
    .col-lg-12.d-flex.justify-content-center.align-items-center {
    flex-direction: column;
  }
  .banner-seo-check
    .col-lg-12.d-flex.justify-content-center.align-items-center
    h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .banner-seo-check .wrap {
    padding: 20px 0;
  }
  .page-section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .features .header {
    display: none;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    position: absolute;
    right: auto;
    top: 62px;
    left: 20px;
  }

  .howimg {
    text-align: center;
  }
  .features {
    padding-bottom: 0;
  }
  .page-footer {
    padding-top: 10px;
  }
  footer .list-inline-item {
    margin-bottom: 10px;
  }
  .dis-none {
    display: none;
  }
  .main-point.mt-3 {
    margin-top: 7px !important;
  }

  .title-section {
    color: #b11226;
    font-size: 24px;
    font-weight: 600;
  }

  .banner-seo-check img {
    height: 40px;
  }
  .boldhead {
    display: none;
  }
  .navbar-nav {
    border-top: none;

    background: #e0f6f0;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #343a40;
    padding-left: 15px;
    border-bottom: 1px solid #cecece;
    font-weight: 500;
  }

  header .navbar-nav li:last-child {
    text-align: center;
    padding: 10px;
  }
  .banner-info .wrap {
    padding: 80px 0;
    padding-top: 40px;
  }

  .page-section {
    font-size: 14px;
    line-height: 1.4;
  }
  .for-mobile {
    display: block;
  }
  .for-desk {
    display: none;
  }

  .subhead {
    font-weight: 500;

    font-size: 16px;
  }
}

@media only screen and (min-device-width: 768px) {
  .boldhead_mobile {
    display: none;
  }
  .for-mobile {
    display: none;
  }
  .for-desk {
    display: block;
  }
}

.navbar-light .navbar-toggler {
  color: rgb(47 194 197);
  border-color: rgb(255 255 255);
  outline: none;
  padding-right: 0;
  margin-top: 8px;
}

.feed_backform {
  margin-top: 40px;
  height: auto;
  overflow-y: auto;
}

.card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: #d6f4f2;
  border-bottom: none;
  border-radius: 8px !important;
}
button.btn.text-dark.font-weight-bold {
  color: #199094 !important;
  font-size: 18px;
  width: 100%;
}
.card {
  border: none;
}

/* .medical_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 10px;
    align-items: flex-start;
    margin-top: 20px;
} */

.medical_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-gap: 20px;
  width: 100%;
}
/* .medical_wrap_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 105px;
} */

.medical_wrap_content {
  display: flex;
  height: auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 5px;
}

span.medical_wrap_text {
  font-style: normal;
  letter-spacing: 0.001em;
  color: #242424;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 10px;
  text-transform: capitalize;
  text-align: center;
  /* word-break: break-word; */
}

.medical_wrap_icon img {
  vertical-align: middle;
  border-style: none;
  width: 100px;
}
.medical_wrap-head h4 {
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  margin: 30px 0 15px;
  color: #242424;
}
.grayscale {
  filter: grayscale(100%);
  color: #c7c2c2;
  opacity: 0.4;
}

/* .grayscale .medical_wrap_text{
    color: #c7c2c2;
} */

.dr_listing_outer_box1 {
  display: flex;
  padding: 15px;
  padding-right: 40px;
}

.dr_listing_content h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 19px;
  letter-spacing: 0.001em;
  color: #242424;
}
.dr_listing_content h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.001em;
  color: #8f8f8f;
  margin-bottom: 15px;
}
.dr_listing_content span img {
  height: 19px;
  margin-right: 5px;
  width: 22px;
}
.dr_listing_content span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0bafa4;
  font-size: 17px;
}

.dr_listing_image img {
    width: 80px;
    margin-right: 20px;
    border-radius: 50%;
}
.faq-section .mb-0 > a {
  display: block;
  position: relative;
}

.faq-section .mb-0 > a:after {
  content: "\F285";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 15px;
  font-weight: 600;
  top: 44px;
}
.faq-section .mb-0 > a[aria-expanded="true"]:after {
  content: "\F282";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 15px;
  font-weight: 600;
  top: 44px;
}
.medical_wrap_dr_list_outer .card-header {
  background-color: #efefef !important;
}

.dr_listing_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.content_wrap_open_top {
  display: flex;
  justify-content: space-between;
  margin: 15px 0px 0px 0;
  /* border-bottom: 1px solid #e1e1e1; */
  padding-bottom: 15px;
}

.content_wrap_open_bottom {
  display: flex;
  justify-content: space-between;
  margin: 15px 0px 10px 0;

  padding-bottom: 15px;
}

.content_wrap_open_bottom .left {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.001em;
  color: #455a64;
  position: relative;
}

.content_wrap_open_bottom .left ul li::before {
  content: "\F26E";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 14px;
  font-size: 16px;
}
.econsult_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.econsult_btn button.btn.btn-primary.btn-lg {
  background: #199094;
}

.content_wrap_open_top .left {
  width: 55%;
  display: flex;
  flex-direction: column;
}

.content_wrap_open_top .right {
  display: flex;
  flex-direction: column;
  /* align-items: flex-end; */
}
span.hname {
  font-weight: 600;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.001em;
  color: #455a64;
  margin-bottom: 8px;
}
span.hname_a {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: #455a64;
 
}
span.loc_name {
  font-weight: 500;
}

.comingsoon_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 60vh;
}

.comingsoon_container .logo-placeholder{
 text-align: center;
 z-index: 1;
}


.comingsoon_container .logo-placeholder img.epharmacy_logo {
  height: 150px;
  transform: rotate(25deg);
}
.comingsoon_container h1 {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #199094;
}

.comingsoon_container .content{
  z-index: 2;
}
.comingsoon_container p {
  color: #6c6b6b;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  padding: 0px 15px;
  text-align: center;
  margin: 0;
}

.dia_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 20px;
  width: 100%;
  align-items: self-end;
  
}
.dia_wrap_icon img {
  vertical-align: middle;
  border-style: none;
  width: 140px;
}

/* .medical_wrap_content {
  background: #f1f1f1;
  min-height: 130px;
  padding: 20px 0px;
  border-radius: 5px;
} */
span.dia_wrap_icon {
  min-height: 60px;
}

.dia_wrap .btn {
  background: #199094;
  width: 80%;
  align-items: center;
  justify-content: center;
}

.dia_wrap_a_a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.dia_wrap .btn-info:hover{
  color: #fff;
  background-color: #009688;
  border-color: transparent;
}

.dia_wrap .btn-info:focus{
  color: #fff;
  background-color: #009688;
  border-color: transparent;
  box-shadow: none;
}

.dia_wrap .bg-light{
  background: #f5f5f5!important;
}

.feature-head {
  color: #309699 !important;
  font-weight: bold;
  font-size: 22px;
}
.title-section-sub {
  color: #898798;
  font-weight: normal;
  font-size: 18px;
  margin-top: 8px;
}
.home-header{
  height: 102vh;
}
.dr_listing_content div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0bafa4;
  font-size: 17px;
}
.dr_listing_content div img {
  width: 20px;
  margin-right: 10px;
}

.call-dr{
  color: #0bafa4;
    font-size: 17px;
}

@media only screen and (max-device-width: 769px) {
  .new_feature_wrap .box_feature .px-3{
    padding: 0!important;
  }
  .new_feature_wrap.py-5{
    padding: 0!important;
  }

  .border-right.box_feature, .border-left.box_feature{
    border:none!important;
  }
  .home-header{
    height: Auto;
  }
}
