.ac_storeHeroSection {
  width: 100%;
  display: flex;
  /* justify-content: flex-end; */
  align-items: center;
  flex-direction: column-reverse;
  gap: 30px;
  padding: 0px 5%;
}
.ac_storeHeroSectionContent {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  flex-shrink: 0;
  align-items: center;
}
.ac_storeHeroSubHead {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  color: #ff6e00;
}
h1.ac_storeHeroMainHead {
  margin: 20px 0px;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.ac_storeHeroPara {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.ac_storeHeroBtns {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  margin: 30px 0px 0px;
}
.ac_storeHeroBtn {
  padding: 18px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 0px;
  text-align: center;
  background-color: #ff6e00;
  border: solid 1px #ff6e00;
  color: #ffffff;
  height: 50px;
  border-radius: 100vw;
}
.ac_storeHeroBtn.ac_storeHeroBtnMap {
  color: #ff6e00;
  border: solid 1px #ff6e00;
  background-color: #ffffff;
  font-weight: 400;
}

.ac_heroStoreImage {
  max-width: 700px;
  /* height: 600px; */
}
.ac_heroStoreImage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 1020px) {
  .ac_storeHeroSection {
    justify-content: flex-end;
    flex-direction: row;
    gap: 60px;
    padding: 0px;
    padding-left: 5%;
  }
  .ac_storeHeroSectionContent {
    align-items: flex-start;
  }

  h1.ac_storeHeroMainHead {
    font-size: 36px;
    text-align: left;
  }

  .ac_storeHeroPara {
    text-align: left;
  }

  .ac_storeHeroBtns {
    flex-direction: row;
    margin: 60px 0px 0px;
  }

  .ac_heroStoreImage {
    height: 600px;
  }
}

.ac_storeDoctors {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 5%;
  gap: 30px;
  background-color: #ffc599;
}

.ac_storeHeading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
h2.ac_storeSecHeader {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  margin: 10px 0;
  color: #ff6e00;
  text-align: center;
}

.ac_storeSecHeadDecs {
  font-size: 18px;
  line-height: normal;
  text-align: center;
}

.ac_storeDoctorsList {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 54px;
}

@media (min-width: 1020px) {
  .ac_storeDoctorsList {
    flex-direction: row;
  }
}
.ac_storeDoctorsListItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  max-width: 340px;
}
.ac_storeDoctorCardImg {
  background-color: #fff3eb;
  display: flex;
  align-items: flex-end;
  height: 280px;
  width: 100%;
}
.ac_storeDoctorCardImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ac_storeDoctorCardDetails {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 24px;
  width: 100%;
  background: #ffffff;
}

h4.ac_storeDoctorCardName {
  font-size: 24px;
  font-weight: 700;
}
.ac_storeDoctorCardQual {
  font-size: 14px;

  line-height: 20px;
  color: #ff6e00;
  font-weight: 500;
  text-align: center;
  margin: 10px 0px 16px;
}
.ac_storeDoctorCardQual b {
  font-weight: 600;
}

p.ac_storeDoctorCardDesc {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}
.ac_storeDoctorCardBtns {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}
.ac_storeDoctorCardBtn {
  height: 40px;
  line-height: 0;
  padding: 8px 18px;
  background-color: #ff6e00;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 100vw;
  border: none;
  outline: none;
}

.ac_storeDoctors.ac_storeGallery {
  padding: 50px 5%;
  margin-top: 0px;
  background-color: #ffffff;
}

.ac_storeGalleryImgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding-top: 50px;
  gap: 30px;
}
.ac_storeGalleryImgs img {
  width: 30%;
  object-fit: cover;
}



/* start */
.ac_doc-location {
  width: 100%;
  padding: 40px 3%;
  background-color: #ffc599;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 60px;
  margin-top: 40px;
}
.ac_doc-location .ac_doc-locationHeadBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* gap: 10px; */
}
.ac_doc-location .ac_doc-locationHeadBox h2.ac_doc-locationHead {
  color: #ff6e00;
  font-size: 36px !important;
  line-height: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.ac_doc-location .ac_doc-locationHeadBox p.ac_doc-locationPara {
  color: #140900;
  font-size: 18px !important;
  line-height: normal;
  font-weight: 400;
  text-align: center;
}
.ac_doc-locationCard {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
  max-width: 1160px;
}
.ac_doc-locationCardMap {
  width: 100%;
  height: 300px;
  max-height: 370px;
}
.ac_doc-locationCardMap iframe {
  width: 100%;
  height: 100%;
}
.ac_doc-locationDetails {
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ac_doc-locationDetails span.ac_doc-locationDetailsPlace {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  color: #ff6e00;
}
.ac_doc-locationDetails span.ac_doc-locationDetailsAddress {
  font-size: 16px;
  line-height: normal;
}
.ac_doc-locationDetails span.ac_doc-locationDetailsPhone {
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
}

@media (min-width: 1020px) {
  .ac_doc-location {
    background-color: #ffffff;
    padding: 50px 5%;
  }
  .ac_doc-locationCard {
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
      rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
      rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
  .ac_doc-locationDetails span.ac_doc-locationDetailsPlace {
    font-size: 24px;
    font-weight: 700;
  }
  .ac_doc-locationDetails span.ac_doc-locationDetailsAddress {
    font-size: 18px;
    line-height: normal;
  }
  .ac_doc-locationDetails span.ac_doc-locationDetailsPhone {
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
  }
}
/* end */

/* start */
.ac_doc-GetInTouch {
  padding: 0px 3%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ac_doc-GetInTouch.ac_doc-GetInTouchStorePage{
  margin-top: 50px;
}
.ac_doc-GetInTouchContainer {
  width: 100%;
  max-width: 1150px;
  padding: 30px;
  border-radius: 16px;
  background-color: #fff3eb;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ac_doc-GetInTouchContainer img.ac_doc-GetInTouchImg {
  width: 120px;
  object-fit: contain;
  height: 56px;
}
.ac_doc-GetInTouchContainer h3.ac_doc-GetInTouchHead {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}
.ac_doc-GetInTouchContainer p.ac_doc-GetInTouchPara {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
  text-align: center;
}
.ac_doc-GetInTouchContainer button.ac_doc-GetInTouchBtn {
  padding: 10px 18px !important;
  width: fit-content !important;
  height: 40px !important;
  border-radius: 8px;
  color: #ffffff;
  background-color: #ff6e00;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: normal !important;
  border: none;
  outline: none;
}
/* end */

/* start */
.ac_doc-TextTestimonials {
  padding: 40px 3%;
  display: flex;
	width:100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ac_doc-TextTestimonialsHead {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* gap: 10px; */
}

.ac_doc-TextTestimonialsHead h2.ac_doc-TextTestimonialsTitle {
  font-size: 36px;
  line-height: normal;
  font-weight: 600;
  color: #ff6e00;
  text-align: center;
}
.ac_doc-TextTestimonialsHead p.ac_doc-TextTestimonialsPara {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin: 0px !important;
  padding: 0px !important;
  text-align: center;
}
.ac_doc-TextTestimonialsSlides {
  max-width: 1020px;
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 30px;
  padding-left: 8px;
  margin-top: 40px;
}

.ac_doc-TextTestimonialsSlides::-webkit-scrollbar {
  height: 4px;
  background-color: #e6e6e6;
  border-radius: 100vw;
}

.ac_doc-TextTestimonialsSlides::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 100vw;
}

.ac_doc-TextTestimonialsSlider {
  width: fit-content;
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 1020px) {
  .ac_doc-TextTestimonialsSlides {
    margin-top: 40px;
  }
  .ac_doc-TextTestimonialsSlider {
    gap: 30px;
  }
  .ac_doc-TextTestimonials {
    padding: 40px 5%;
  }
}
.ac_doc-TextTestimonialsSlideItem {
  padding: 20px;
  width: 70vw;
  max-width: 320px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
img.ac_doc-TextTestimonial-reviewStar {
  height: 20px;
  object-fit: contain;
}
p.ac_doc-TextTestimonial-reviewText {
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  padding: 0 !important;
  margin: 0 !important;
}
.ac_doc-TextTestimonial-reviewWriter {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.ac_doc-TextTestimonial-reviewWriter div {
  font-weight: 800;
  line-height: normal;
  font-size: 16px;
}
.ac_doc-TextTestimonial-reviewWriter span {
  font-weight: 400;
  line-height: normal;
  font-size: 12px;
}
/* end */

/* start */
.ac_doc-TextTestimonials.ac_doc-videoTestimonials {
  padding: 60px 3%;
  background-color: #ffc599;
}
.ac_doc-TextTestimonials.ac_doc-videoTestimonials
  .ac_doc-videoTestimonialsSlider
  .ac_doc-TextTestimonialsSlideItem {
  width: 250px;
  padding: 0px;
  min-height: 440px;
  border-radius: 16px;
  overflow: hidden;
}
.ac_doc-TextTestimonials.ac_doc-videoTestimonials
  .ac_doc-videoTestimonialsSlider
  .ac_doc-TextTestimonialsSlideItem
  .ac_doc-videoTestimonialsSlideVideo {
  width: 100%;
  height: 100%;
}
.ac_doc-TextTestimonials.ac_doc-videoTestimonials
  .ac_doc-videoTestimonialsSlider
  .ac_doc-TextTestimonialsSlideItem
  .ac_doc-videoTestimonialsSlideVideo
  video {
  width: 100%;
  height: 100%;
}
/* end */