
.business_box {
  background: #fff;
  border-radius: 20px;
  position: relative;
  box-shadow: 0px 20px 40px 0px #00000026;

}
.business_box .header {
  display: flex;
  gap: 12px;
  padding: 20px;
  flex-wrap: wrap;
}
.business_box .header .right .img {
  width: 174px;
  height: 174px;
  border-radius: 15px;
  overflow: hidden;
}
.business_box .header .right .img img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  height: 100%;
}
.first_row {
  display: flex;
  justify-content: space-between;
}
.first_row .mobile_wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.business_box .header .left {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;

}
.business_box .header .left .title {
  margin: 0 !important;
  color: #2C2F34;
  font-weight: 700;
  font-size: 20px;
  line-height: 37px;
}
.business_box .header .left .sub_title {
  line-height: 30px;
  font-size: 14px;
  color: #0E7C6E;
  font-weight: 700;
  white-space: nowrap;
  margin: .4rem 0;
}
.business_box .header .left .phone {
  border-radius: 58px;
  background: #686868;
  width: fit-content;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 25px 0 0;
  margin-right: auto;
}
.business_box .header .left .phone a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.business_box .header .left .phone a span {
  font-weight: 700;
  color: white;
}
.business_box .header .left .phone a .img {
  background: #FF6C00;
  display: flex;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}
.business_box .header .left .phone a .img img {
  width: 20px;
  height: 20px;
}
.business_box .third_row {
  height: 40px;
  position: relative;
}
.business_box .third_row .address {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #f8f8f8;
  overflow: hidden;
  gap: 12px;
  position: relative;
}
.business_box .third_row .img {
  width: 40px;
  height: 40px;
  background: #FF6C00;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 69px 10px 10px 69px;
}
.business_box .third_row .img img {
  width: 17px;
  height: 20px;
}
.business_box .third_row p {
  color: #0E7C6E;
  font-size: 14px;
  margin: 0 !important;
  line-height: 30px;
}
.business_box .third_row button.go_map {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 0;
  margin: 0;
  font-family: inherit !important;
}
.business_box .third_row a {
  background: #94C25B;
  color: #fff !important;
  margin-right: auto;
  margin-left: 8px;
  border-radius: 8px;
  padding: 4px 10px;
  font-size: 14px;
}
.business_box .info_box {
  width: 100%;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.business_box .info_box > div {
  min-width: 155px;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 0 10px;
  max-height: 40px;
  height: 40px;
  position: relative;
  flex-grow: 1;
}
.business_box .info_box > div > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.business_box .info_box > div .img {
  display: flex;
  border-radius: 12px;
  align-items: center;
  width: 36px;
  height: 36px;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.business_box .info_box .img img {
  width: 24px;
  height: 24px;
}
.business_box .info_box > div span {
  color: rgba(86, 86, 86, 1);
  font-weight: 700;
  font-size: 14px;
}

.business_box .info_box .phone a{
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
  width: 100%;
}
.business_box .header .info_box img {
  width: 22px;
  height: 22px;
}

.main_boxcontent .description {
  background: #F8F8F8;
  padding: 20px;
  margin: 0 20px;
  border-radius: 10px;
}
.main_boxcontent .description .title_head , .main_boxcontent .gallery_section_box .title_head , .main_boxcontent .map_section_box .title_head{
  color: #2C2C2C;
  font-size: 17px;
  font-weight: 700;
  margin-right: 20px;
  position: relative;
  margin-bottom: 15px;
}
.main_boxcontent .description .title_head::before ,.main_boxcontent .gallery_section_box .title_head::before , .main_boxcontent .map_section_box .title_head::before {
  content: '';
  background: #FF6C00;
  height: 23px;
  width: 10px;
  position: absolute;
  right: -20px;
  border-radius: 47px;
}
.main_boxcontent .description p {
  color: #686868;
  line-height: 24px;
  font-size: 14px;
  padding: 0;
}
.main_boxcontent .gallery_section_box , .main_boxcontent .map_section_box {
  margin: 20px 0;
}
.main_boxcontent .gallery_section_box .title_head , .main_boxcontent .map_section_box .title_head {
  margin-right: 60px !important;
}
.main_boxcontent .gallery_section_box .swiper.gallery_wikiomde_sec {
  margin-top: 20px;
  padding-bottom: 45px;
  padding-right: 20px;
  padding-left: 20px;
}
.main_boxcontent .gallery_section_box .swiper.gallery_wikiomde_sec video {
    border-radius: 8px;
    overflow: hidden;
}
/*.main_boxcontent .gallery_section_box .swiper.gallery_wikiomde_sec img, .main_boxcontent .gallery_section_box .swiper.gallery_wikiomde_sec video {*/
/*    max-width: 433px;*/
/*}*/
.main_boxcontent .gallery_section_box .swiper.gallery_wikiomde_sec span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 28px;
  height: 4px;
  border-radius: 7px;
  background-color: #FF6C00;
  opacity: 1;
}
.main_boxcontent .gallery_section_box .swiper.gallery_wikiomde_sec span.swiper-pagination-bullet {
  width: 28px;
  height: 4px;
  border-radius: 7px;
  background-color: #EAEAEA;
  opacity: 1;
}
.swiper-button-prev.gallery_wikiomde_sec-prev, .swiper-button-next.gallery_wikiomde_sec-next {
  width: 34px !important;
  height: 34px !important;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px #00000033;
}
.swiper-button-prev.gallery_wikiomde_sec-prev, .swiper-button-next.gallery_wikiomde_sec-next {
  width: 34px !important;
  height: 34px !important;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px #00000033;
}
.gallery_wikiomde_sec-prev:after, .swiper-rtl .swiper-button-next.gallery_wikiomde_sec-next:after {
  content: 'prev';
  font-size: 12px;
  color: #FF6C00;
  font-weight: bold;
}
.main_boxcontent .gallery_section_box .swiper.gallery_wikiomde_sec a.gallery-2 {
  width: 100%;
  height: auto;
}
.main_boxcontent .map_section_box .frame {
  margin: 0 20px;
  border-radius: 10px;
  overflow: hidden;
}
.main_boxcontent .map_section_box .frame iframe {
  width: 100%;
  height: 180px;
  border-radius: 10px;
}
.hide-res-flex {
  display: flex;
}
.show-res {
  display: none;
}
.show-res-flex {
  display: none !important;
}

@media (max-width: 768px) {

  .business_box .header .right {
    flex-basis: 20%;
    flex-shrink: 0;
  }
  .business_box .header .right .img {
    width: 127px;
    height: 127px;
}
  .business_box .header .left {
    flex-grow: 1;
    width: 40%;
  }
  .business_box .header .left .sub_title {
    margin-top: 0;
  }
  .business_box .header .left .phone {
    margin: 0;
    height: 40px;
    font-size: 14px;
    padding-right: 12px;
    margin-bottom: 8px;
  }
  .business_box .header .left .phone a .img {
    width: 40px;
    height: 40px;
    margin-right: 6px;
  }
  .business_box .header .left .first_row {
    flex-direction: column;
  }
  .business_box .header .left .title {
    font-size: 17px;
  }
  .business_box .third_row {
    height: auto !important;
  }
  .business_box .third_row .img {
    width: 47px;
    height: 80px;
  }
  .business_box .info_box {
    justify-content: end;
    flex-wrap: nowrap;
    padding: 0 20px;
    width: unset;
    margin-bottom: 20px;
  }

  .business_box .info_box > div {
    flex-grow: 0;
    flex-basis: min-content;
    min-width: fit-content;
    padding: 6px;
  }
  .business_box .info_box > div .img {
    width: 40px;
    height: 40px;
    position: unset;
    transform: unset;
  }
  .business_box .third_row .address {
    margin: 0 20px 20px;
  }
  .business_box .third_row button.go_map {
    position: unset;
    margin-top: 20px;
    width: 100%;
    background: unset;
    border-radius: 8px;
  }
  .business_box .third_row a {
    width: 85%;
    display: inline-block;
    border-radius: 8px;
    padding: 8px 0px;
  }

  .hide-res {
    display: none !important;
  }
  .hide-res-flex {
    display: none !important;
  }
  .show-res {
    display: initial !important;
  }
  .show-res-flex {
    display: flex !important;
  }
}


.acf-file-uploader .file-info strong {
    white-space: nowrap;
}

.acf-block-body .acf-block-preview .swiper.gallery_doctor_sec {
  display: block !important;
}
.acf-block-body .acf-block-preview .swiper-slide {
  width: 170px;
}
.acf-block-body .acf-block-preview .swiper-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}
.acf-block-body .acf-block-preview .swiper-wrapper img, .acf-block-body .acf-block-preview .swiper-wrapper video {
    max-width: 100% !important;
}