/* start  */
.ac_doctorAlldetails {
  display: grid;
  width: 100%;
  padding: 0px 3%;
  margin: 0px 0px 60px;
  gap: 20px;
  overflow-x: hidden;
}
@media (min-width: 1020px) {
  .ac_doctorAlldetails {
    grid-template-columns: 360px auto;
    padding: 0px 5%;
    margin: 0px 0px 40px;
    gap: 90px;
  }
}

/* end */

/* start  */
.ac_doctorAlldetails-profileContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 20px;
   position: relative;
    z-index: 1;
}
@media (min-width: 1020px) {
  .ac_doctorAlldetails-profileContainer {
    margin-top: 40px;
  }
}
/* end */

/* start  */
.ac_doctorAlldetails-profile {
  width: 100%;
  max-width: 360px;
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 1020px) {
  .ac_doctorAlldetails-profile {
    margin-bottom: 10px;
  }
}
.ac_doctorAlldetails-profile .ac_doctorAlldetails-profileImg {
  width: 100%;
  position: relative;
  z-index: 0;
}

.ac_doctorAlldetails-profile .ac_doctorAlldetails-profileImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ac_doctorAlldetails-profile span.ac_doctorAlldetails-patientsCount {
  padding: 10px 0px;
  text-align: center;
  color: #ffffff;
  background-color: #ff6e00;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  width: 100%;
}
/* end */

/* start */
.ac_doctorAlldetails-profileDetails {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1020px) {
  .ac_doctorAlldetails-section.ac_doctorAlldetails-sectionOne
    .ac_doctorAlldetails-profileDetails.showMobile {
    display: none;
  }
}
.ac_doctorAlldetails-profileDetails * {
  text-align: center !important;
  color: #ff6e00 !important;
  line-height: normal !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ac_doctorAlldetails-profileDetails h1.ac_doctorAlldetails-docName {
  font-size: 30px !important;
  font-weight: 600;
}
.ac_doctorAlldetails-profileDetails h2.ac_doctorAlldetails-docQual {
  font-size: 18px !important;
  font-weight: 600;
}
.ac_doctorAlldetails-profileDetails p.ac_doctorAlldetails-docAbout {
  font-size: 16px !important;
  font-weight: 400;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}
/* end */

/* start */
.ac_doctorAlldetails-profileContainer .ac_doctorAlldetails-dataBox {
  padding: 20px 30px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #140900;
  background-color: #fff3eb;
}
.ac_doctorAlldetails-profileContainer .ac_doctorAlldetails-dataBox * {
  color: #140900;
  line-height: normal;
}
.ac_doctorAlldetails-profileContainer
  .ac_doctorAlldetails-dataBox.ac_doctorAlldetails-lang
  span {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
}
.ac_doctorAlldetails-profileContainer
  .ac_doctorAlldetails-dataBox
  span.ac_doctorAlldetails-dataBoxHead {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ac_doctorAlldetails-profileContainer
  .ac_doctorAlldetails-dataBox
  span.ac_doctorAlldetails-dataBoxHead
  img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.ac_doctorAlldetails-profileContainer
  .ac_doctorAlldetails-dataBox
  ul.ac_doctorAlldetails-dataBoxList {
  list-style: none;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 18px;
  line-height: normal;
}
.ac_doctorAlldetails-profileContainer
  .ac_doctorAlldetails-dataBox
  ul.ac_doctorAlldetails-dataBoxList
  li {
  font-size: 18px;
  line-height: normal;
}
.ac_doctorAlldetails-profileContainer
  .ac_doctorAlldetails-dataBox.ac_doctorAlldetails-Schedules
  ul.ac_doctorAlldetails-dataBoxList
  li {
  font-size: 16px;
  line-height: normal;
}
.ac_doctorAlldetails-profileContainer
  .ac_doctorAlldetails-dataBox.ac_doctorAlldetails-Schedules
  ul.ac_doctorAlldetails-dataBoxList {
  list-style: disc;
  list-style-type: disc;
  padding: 0px 30px;
}
.ac_doctorAlldetails-profileContainer
  .ac_doctorAlldetails-dataBox.ac_doctorAlldetails-Schedules
  ul.ac_doctorAlldetails-dataBoxList
  li::marker {
  font-size: 1.2em; /* Adjust bullet size */
  color: #ff6e00; /* Change bullet color */
}

/* end */

/* start */
.ac_doctorAlldetails-profileContainer .ac_doctorAlldetails-Cta {
  width: 100%;
}
.ac_doctorAlldetails-profileContainer
  .ac_doctorAlldetails-Cta
  button.ac_doctorAlldetails-CtaButton {
  width: 100% !important;
  text-align: center !important;
  padding: 18px 0px !important;
  font-size: 18px !important;
  line-height: normal !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  border-radius: 8px;
  background-color: #ff6e00;
  border: none !important;
  outline: none !important;
}
/* end */

/* start */
.ac_doctorAlldetails-profileContainer .ac_doctorAlldetails-links {
  border-radius: 8px;
  background-color: #ff6e00;
  padding: 20px 30px;
  width: 100%;
}
.ac_doctorAlldetails-profileContainer
  .ac_doctorAlldetails-links
  .ac_doctorAlldetails-iconList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ac_doctorAlldetails-profileContainer
  .ac_doctorAlldetails-links
  .ac_doctorAlldetails-iconList
  img {
  height: 26px;
  width: 26px;
  object-fit: contain;
}
.ac_doctorAlldetails-profileContainer
  .ac_doctorAlldetails-links
  .ac_doctorAlldetails-iconList
  a {
  height: 26px;
  width: 26px;
  text-decoration: none;
  padding: 0 !important;
  margin: 0 !important;
}
/* end */

/* start */
.ac_doctorAlldetails-section.ac_doctorAlldetails-sectionTwo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  max-width: 600px;
}
/* end */

/* start */
.ac_doctorAlldetails-section.ac_doctorAlldetails-sectionTwo
  .ac_doctorAlldetails-profileDetailsContainer.showDesktop {
  display: none;
}

.ac_doctorAlldetails-section.ac_doctorAlldetails-sectionTwo
  .ac_doctorAlldetails-profileDetailsContainer {
  width: 100%;
  position: relative;
  padding: 40px 0px;
  height: fit-content;
}

.ac_doctorAlldetails-section.ac_doctorAlldetails-sectionTwo
  .ac_doctorAlldetails-profileDetailsContainer
  .ac_doctorAlldetails-profileDetailsContainerBG {
  background: linear-gradient(90deg, #ff6e00 0%, #ffc599 21%, #ff6e00 60%);
  position: absolute;
  width: 150vw;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  transform: translateX(-50%);
}
.ac_doctorAlldetails-profileDetailsContainer
  .ac_doctorAlldetails-profileDetails {
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
  justify-content: flex-start;
  align-items: flex-start;
}
.ac_doctorAlldetails-profileDetailsContainer
  .ac_doctorAlldetails-profileDetails
  * {
  color: #ffffff !important;
  text-align: left !important;
}
.ac_doctorAlldetails-sectionTwo
  .ac_doctorAlldetails-profileDetailsContainer
  .ac_doctorAlldetails-profileDetails
  h1.ac_doctorAlldetails-docName {
  font-size: 56px !important;
  font-weight: 700;
  line-height: normal;
  text-align: left !important;
}
.ac_doctorAlldetails-sectionTwo
  .ac_doctorAlldetails-profileDetailsContainer
  .ac_doctorAlldetails-profileDetails
  h2.ac_doctorAlldetails-docQual {
  font-size: 18px !important;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
  text-align: left !important;
}
.ac_doctorAlldetails-sectionTwo
  .ac_doctorAlldetails-profileDetailsContainer
  .ac_doctorAlldetails-profileDetails
  p.ac_doctorAlldetails-docAbout {
  font-size: 18px !important;
  font-weight: 400;
  line-height: normal;
  margin-top: 30px;
  text-align: left !important;
}
@media (min-width: 1020px) {
  .ac_doctorAlldetails-section.ac_doctorAlldetails-sectionTwo
    .ac_doctorAlldetails-profileDetailsContainer.showDesktop {
    display: block;
  }
}

/* end */

/* start */
.ac_doctorAlldetails-sectionTwo .ac_doctorAlldetails-dataPPBox {
  padding: 0px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #140900;
}
.ac_doctorAlldetails-sectionTwo .ac_doctorAlldetails-dataPPBox * {
  color: #140900;
  line-height: normal;
}
.ac_doctorAlldetails-sectionTwo
  .ac_doctorAlldetails-dataPPBox.ac_doctorAlldetails-lang
  span {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
}
.ac_doctorAlldetails-sectionTwo
  .ac_doctorAlldetails-dataPPBox
  span.ac_doctorAlldetails-dataBoxHead {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ac_doctorAlldetails-sectionTwo
  .ac_doctorAlldetails-dataPPBox
  span.ac_doctorAlldetails-dataBoxHead
  img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.ac_doctorAlldetails-sectionTwo
  .ac_doctorAlldetails-dataPPBox
  ul.ac_doctorAlldetails-dataPPBoxList {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 15px;
  padding: 0px 30px;
  line-height: normal;
}
.ac_doctorAlldetails-sectionTwo
  .ac_doctorAlldetails-dataPPBox
  ul.ac_doctorAlldetails-dataPPBoxList
  li {
  font-size: 15px;
  line-height: normal;
}
@media (min-width: 1020px) {
  .ac_doctorAlldetails-sectionTwo
    .ac_doctorAlldetails-dataPPBox
    span.ac_doctorAlldetails-dataBoxHead {
    font-size: 24px;
    gap: 16px;
  }
  .ac_doctorAlldetails-sectionTwo
    .ac_doctorAlldetails-dataPPBox
    ul.ac_doctorAlldetails-dataPPBoxList
    li {
    font-size: 18px;
  }
  .ac_doctorAlldetails-sectionTwo
    .ac_doctorAlldetails-dataPPBox
    span.ac_doctorAlldetails-dataBoxHead
    img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
}

.ac_doctorAlldetails-sectionTwo
  .ac_doctorAlldetails-dataPPBox
  ul.ac_doctorAlldetails-dataPPBoxList
  li::marker {
  font-size: 1.2em; /* Adjust bullet size */
  color: #ff6e00; /* Change bullet color */
}

/* end */

/* start */
.ac_doc-diseaseTreated {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 0px 3%;
  width: 100%;
  margin-bottom: 40px;
}

.ac_doc-diseaseTreated h2.ac_doc-diseaseTreatedHead {
  color: #ff6e00;
  font-size: 36px !important;
  line-height: normal;
  font-weight: 700;
  text-align: center;
}
.ac_doc-diseaseTreated .ac_doc-diseaseTreatedList {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 18px 16px;
  align-items: center;
  justify-content: center;
}

.ac_doc-diseaseTreated .ac_doc-diseaseTreatedList .ac_doc-diseaseTreatedItem {
  width: 170px;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #fff3eb;
  gap: 10px;
}
.ac_doc-diseaseTreated
  .ac_doc-diseaseTreatedList
  .ac_doc-diseaseTreatedItem
  img.ac_doc-diseaseTreatedItemImg {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.ac_doc-diseaseTreated
  .ac_doc-diseaseTreatedList
  .ac_doc-diseaseTreatedItem
  span.ac_doc-diseaseTreatedItemTxt {
  font-size: 16px;
  line-height: normal;
  text-align: center;
}
@media (min-width: 1020px) {
  .ac_doc-diseaseTreated .ac_doc-diseaseTreatedList {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .ac_doc-diseaseTreated .ac_doc-diseaseTreatedList .ac_doc-diseaseTreatedItem {
    width: 220px;
    height: 220px;
  }
  .ac_doc-diseaseTreated
    .ac_doc-diseaseTreatedList
    .ac_doc-diseaseTreatedItem
    img.ac_doc-diseaseTreatedItemImg {
    width: 60px;
    height: 60px;
  }
  .ac_doc-diseaseTreated
    .ac_doc-diseaseTreatedList
    .ac_doc-diseaseTreatedItem
    span.ac_doc-diseaseTreatedItemTxt {
    font-size: 18px;
  }
}

/* end */

/* start */
.ac_doc-milestones {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 40px 3%;
  width: 100%;
  /* margin-bottom: 40px; */
  background-color: #fff3eb;
}

.ac_doc-milestones h2.ac_doc-milestonesHead {
  color: #ff6e00;
  font-size: 36px !important;
  line-height: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.ac_doc-milestones p.ac_doc-milestonesPara {
  color: #140900;
  font-size: 18px !important;
  line-height: normal;
  font-weight: 400;
  text-align: center;
}
.ac_doc-milestones .ac_doc-milestonesList {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.ac_doc-milestones .ac_doc-milestonesList .ac_doc-milestonesItem {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  gap: 0px;
}
.ac_doc-milestones
  .ac_doc-milestonesList
  .ac_doc-milestonesItem
  span.ac_doc-milestonesItemCount {
  font-size: 60px !important;
  font-weight: 600;
  line-height: normal;
  color: #ff6e00;
}
.ac_doc-milestones
  .ac_doc-milestonesList
  .ac_doc-milestonesItem
  span.ac_doc-milestonesItemTxt {
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
}
@media (min-width: 1020px) {
  .ac_doc-milestones {
    padding: 40px 5%;
  }
  .ac_doc-milestones .ac_doc-milestonesHeadBox {
    display: none;
  }
  .ac_doc-milestones .ac_doc-milestonesList {
    display: flex;
    gap: 18px 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .ac_doc-milestones .ac_doc-milestonesList .ac_doc-milestonesItem {
    align-items: center;
    justify-content: center;
    width: 260px;
  }
  .ac_doc-milestones
    .ac_doc-milestonesList
    .ac_doc-milestonesItem
    span.ac_doc-milestonesItemCount {
    font-size: 60px !important;
    font-weight: 600;
    line-height: normal;
    color: #ff6e00;
    text-align: center;
  }
  .ac_doc-milestones
    .ac_doc-milestonesList
    .ac_doc-milestonesItem
    span.ac_doc-milestonesItemTxt {
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    text-align: center;
  }
}

/* end */

/* 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-formContainer {
  width: 100%;
  padding: 40px 3%;
  /* margin-top: 0px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 1400px;
  
}
.ac_doc-formContainer h2.ac_doc-formContainerHead {
  font-size: 36px;
  line-height: normal;
  font-weight: 700;
  color: #140900;
  text-align: center;
  width: 100%;
}
.ac_doc-formContainer h2.ac_doc-formContainerHead span {
  font-size: 20px;
  line-height: normal;
  font-weight: 600;
  color: #ff6e00;
}
.ac_doc-formHolder {
  width: 100%;
  height: fit-content;
}
.ac_doc-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 90%;
  margin: 0 auto;
  flex-shrink: 0;
  max-width: 600px;
  background-color: #fff;
}
.ac_doc-form div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ac_doc-form label {
  font-size: 16px;
  line-height: normal;
}
.ac_doc-form input,
.ac_doc-form select {
  width: 100%;
  font-size: 16px;
  line-height: normal;
  height: 40px;
  min-height: 40px;
  padding: 0px 20px;
  border-radius: 8px;
  border: 1px solid #ff6e00;
  background: transparent;
  outline: none;
}
.ac_doc-form button {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  border-radius: 100vw;
  padding: 10px 20px;
  height: 50px;
  min-height: 50px;
  border: none;
  outline: none;
  color: #ffffff;
  background-color: #ff6e00;
}
.ac_doc-formHolderImg {
  display: none;
}
@media (min-width: 1020px) {
  .ac_doc-formContainer h2.ac_doc-formContainerHead {
    font-size: 48px;
    text-align: left;
  }
  .ac_doc-formContainer h2.ac_doc-formContainerHead span {
    font-size: 24px;
  }
  .ac_doc-formContainer {
    padding: 40px 5%;
    margin-top: 50px;
    gap: 30px;
    /* max-width: 700px; */
    align-items: flex-start;
    margin: 0px auto;
    padding-right: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .ac_doc-form {
    margin: 0;
    background-color: #ffffff;
  }
  .ac_doc-formHolder {
    width: 100%;
    height: fit-content;
    display: flex;
    position: relative;
  }
  .ac_doc-formHolderImg {
    display: block;
    /* height: 100%; */
    position: absolute;
    right: 0;
    width: 500px;
    margin-top: -100px;
    z-index: -1;
  }
  .ac_doc-formHolderImg img {
    display: block;
    height: 100%;
    width: 100%;
  }
}

/* end */

/* start */
.ac_doc-GetInTouch {
  padding: 0px 3%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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;
  align-items: center;
  justify-content: center;
  flex-direction: column;
	width:100%;
}
.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 */
/* Force reset any pseudo-elements or backgrounds */
.ac_rating::before,
.ac_rating::after {
    content: none !important;  /* Removes any extra stars added by CSS */
}

.ac_rating {
    background: none !important;  /* Removes background images */
    position: relative !important;
    display: inline-block !important;
    font-size: 24px !important;  /* Force font size */
    color: #FFD700 !important;   /* Force gold color for stars */
    margin: 0 !important;        /* Reset any unwanted margins */
    padding: 0 !important;
}

/* Style for individual stars */
.ac_rating .star {
    margin-right: 3px !important;  /* Add spacing between stars */
    color: #FFD700 !important;     /* Force gold color for filled stars */
}


