.service-inner-hero-section {
  background-color: #DEEFF3;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.service-inner-hero-section .home-hero-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
}

.service-inner-hero-section .section-wrap-right {
  display: flex !important;
  justify-content: center;
  align-items: stretch;
  position: relative;
  min-height: 582px;
}

.service-inner-hero-section .section-wrap-right .content-left {
  width: 100%;
  max-width: 50%;
  padding: 70px 10px;
  display: flex;
  align-items: center;
  z-index: 1;
}

.service-inner-hero-section .section-wrap-right .content-left label {
  margin-bottom: 8px;
  display: block;
  color: #9A7907;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.04em;

}

.service-inner-hero-section .section-wrap-right .content-left h1 {
  margin: 0;
  margin-bottom: 24px;
  color: #233141;
  text-transform: capitalize;
}

.service-inner-hero-section .section-wrap-right .content-left h1 span {
  color: #543975;
}

.service-inner-hero-section .section-wrap-right .content-left blockquote {
  border-radius: 2px;
  margin: 0;
  padding: 16px 16px 16px 38px;
  border-radius: 2px;
  background: #fff;
  position: relative;
}

.service-inner-hero-section .section-wrap-right .content-left blockquote::before {
  content: '';
  width: 4px;
  background: #2E2E33;
  position: absolute;
  left: 16px;
  top: 16px;
  bottom: 16px;
}

.service-inner-hero-section .section-wrap-right .content-left blockquote * {
  color: #353030 !important;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 26px;
  margin-bottom: 0;
}

.service-inner-hero-section .section-wrap-right .content-left ul {
  margin: 0;
}

.service-inner-hero-section .section-wrap-right .content-left ul:not(.two-column-list) {
  padding: 0;
  list-style: none;
  flex-direction: column;
  display: flex;
  gap: 8px 0;
  margin-bottom: 0;
}

.service-inner-hero-section .section-wrap-right .content-left ul.two-column-list li {
  padding-top: 0;
  padding-bottom: 0;
}

.service-inner-hero-section .section-wrap-right .content-left ul li {
  position: relative;
  padding-left: 36px;
  color: #000;
  border-bottom: unset;

}

.service-inner-hero-section .section-wrap-right .content-left ul li::before {
  content: '';
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMyAyMkMxNy45NzA2IDIyIDIyIDE3Ljk3MDYgMjIgMTNDMjIgOC4wMjk0NCAxNy45NzA2IDQgMTMgNEM4LjAyOTQ0IDQgNCA4LjAyOTQ0IDQgMTNDNCAxNy45NzA2IDguMDI5NDQgMjIgMTMgMjJaTTE3Ljg4ODEgMTEuNjU3NEMxOC4yOTM3IDExLjI1MTggMTguMjkzNyAxMC41OTQzIDE3Ljg4ODEgMTAuMTg4OEMxNy40ODI2IDkuNzgzMjMgMTYuODI1MSA5Ljc4MzIzIDE2LjQxOTUgMTAuMTg4OEwxMi4yMTAyIDE0LjM5ODFMMTAuMTYxNSAxMi44NjE1QzkuNzAyNzIgMTIuNTE3NCA5LjA1MTgxIDEyLjYxMDQgOC43MDc2OSAxMy4wNjkyQzguMzYzNTcgMTMuNTI4MSA4LjQ1NjU2IDE0LjE3OSA4LjkxNTM4IDE0LjUyMzFMMTEuNjg0NiAxNi42QzEyLjA5OCAxNi45MTAxIDEyLjY3NjYgMTYuODY5IDEzLjA0MiAxNi41MDM1TDE3Ljg4ODEgMTEuNjU3NFoiIGZpbGw9IiNDODBENDMiLz4KPC9zdmc+Cg==");
  position: absolute;
  width: 28px;
  height: 28px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.service-inner-hero-section .section-wrap-right .content-left .button-wrapper {
  margin-top: 60px;
  display: flex;
  gap: 8px;
}

.service-inner-hero-section .section-wrap-right .content-left .button-wrapper .btn {
  padding: 20px 32px;
  color: #fff;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-align: center;
  transition: all ease-in-out 200ms;
  white-space: nowrap;
  font-family: "Lato", sans-serif;
  border: 1px solid #fff;
  border-radius: 200px;
  background: transparent;
  text-decoration: none;
}

.service-inner-hero-section .section-wrap-right .content-left .button-wrapper.btn-one .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.service-inner-hero-section .section-wrap-right .content-left .button-wrapper .btn.btn-contained {
  background: #049299;
  color: #fff;
  border-color: #049299;
}

.service-inner-hero-section .section-wrap-right .content-left .button-wrapper .btn.btn-contained:hover {
  background: #000;
  color: #fff;
}

.service-inner-hero-section .section-wrap-right .content-left .button-wrapper .btn.btn-contained:active {
  background: transparent;
  color: #000;
  border: 1.5px solid #000;
}

.service-inner-hero-section .section-wrap-right .content-left .button-wrapper .btn.btn-outlined {
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.service-inner-hero-section .section-wrap-right .content-left .button-wrapper .btn.btn-outlined:hover {
  background: #000;
  color: #fff;
  border: 1.2px solid #000;
}

.service-inner-hero-section .section-wrap-right .content-left .button-wrapper .btn.btn-outlined svg path {
  fill: #fff;
}

.service-inner-hero-section .section-wrap-right .content-left .button-wrapper .btn.btn-outlined:hover svg path {
  fill: #fff;
}

.service-inner-hero-section .section-wrap-right .content-left .button-wrapper .btn.btn-outlined:active {
  background: #FAE100;
  color: #000;
  border: 1.2px solid transparent;
}

.service-inner-hero-section .section-wrap-right .content-left .content-wrapper {
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
}

.service-inner-hero-section .section-wrap-right .content-left .content-wrapper .wysiwyg-content * {
  color: #434343;
}

.service-inner-hero-section .section-wrap-right .content-left .content-wrapper .wysiwyg-content strong {
  font-weight: 500;
}

.service-inner-hero-section .section-wrap-right .content-left .content-wrapper .wysiwyg-content :first-child {
  margin-top: 0;
}

.service-inner-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section {
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
  margin-top: 40px;
}

.service-inner-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-img-wrap {
  width: 100%;
  max-width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
}

.service-inner-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-inner-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.service-inner-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-details h6 {
  margin: 0;
  color: #000;

  /* Desktop/H6 - Desktop */
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 130% */
}

.service-inner-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-details label {
  margin: 0;
  color: #235289;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.84px;
  text-transform: uppercase;
}

.service-inner-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-details .credentials-list {
  color: #949496;
  font-family: Lato;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
}

.service-inner-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-details .credentials-list .separator {
  margin: -3px 4px 0;
  font-size: 10px;
  line-height: 22px;
  vertical-align: middle;
  display: inline-block;
}




.service-inner-hero-section .section-wrap-right .content-right {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex: 1;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-inner-hero-section .section-wrap-right .content-right .desktop-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-inner-hero-section .section-wrap-right .content-right::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  background-position: 42% 40%;
}

.service-inner-hero-section .section-wrap-right .content-right .mobile-img {
  width: 100%;
  height: unset;
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
}

.service-inner-hero-section .hero-dr-slides {
  margin-top: 40px;
  margin-bottom: 0px !important;
}

.service-inner-hero-section .hero-dr-slides .dr-slider-wrap {
  display: none !important;
  gap: 12px;
}

.service-inner-hero-section .hero-dr-slides .dr-slider-wrap:first-child,
.service-inner-hero-section .hero-dr-slides .dr-slider-wrap.slick-slide {
  display: flex !important;
}

.service-inner-hero-section .hero-dr-slides .dr-slider-wrap .dr-img {
  width: 72px;
  min-width: 72px;
  height: 72px;
  border-radius: 200px;
  overflow: hidden;
  background: #d3d3d3;
}

.service-inner-hero-section .hero-dr-slides .dr-slider-wrap .dr-details h4 {
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #141414;
  margin: 0;
}

.service-inner-hero-section .hero-dr-slides .dr-slider-wrap .dr-details-inner label {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #06615C;
  margin-bottom: 3px;
}

.service-inner-hero-section .hero-dr-slides .dr-slider-wrap .dr-details-inner p span {
  display: inline;
  position: relative;
  font-size: 66%;
  top: -2px;
}

.service-inner-hero-section .dr-slides-navigation {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.service-inner-hero-section .dr-slides-navigation .dr-slides-dots .slick-dots {
  position: unset;
  flex-direction: row !important;
  gap: 6px !important;
}

.service-inner-hero-section .dr-slides-navigation .dr-slides-dots .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: .4;
  background: #8A8A8A;
  margin: 0;
  padding: 0;
}

.service-inner-hero-section .dr-slides-navigation .dr-slides-button {
  display: flex;
  gap: 6px;
}

.service-inner-hero-section .dr-slides-navigation .dr-slides-button button {
  padding: 0;
  background: transparent;
  border: unset;
  display: none;
}

.service-inner-hero-section .dr-slides-navigation .dr-slides-dots .slick-dots li.slick-active {
  opacity: 1;
}

.service-inner-hero-section .dr-slides-navigation .dr-slides-dots .slick-dots li button {
  display: none;
}

.service-inner-hero-section .dr-slides-navigation .dr-slides-dots .slick-dots li::before {
  content: unset !important;
}


.service-inner-hero-section .hero-dr-slides .dr-slider-wrap .dr-details-inner .credentials p {
  margin: 0;
  font-family: Lato;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #58585A;
}

.service-inner-hero-section .hero-dr-slides .dr-slider-wrap .dr-details-inner .credentials p span:last-of-type {
  display: none;
}

/* @media screen and (max-width: 1439px) {
	.service-inner-hero-section .section-wrap-right .content-left {
		padding: 70px 50px;
	}
	.service-inner-hero-section .section-wrap-right .content-left .content-wrapper {
		max-width: 100%;
	}
} */
@media screen and (max-width: 1279px) {


  .service-inner-hero-section .section-wrap-right .content-left .button-wrapper {
    flex-direction: column;
  }
}


@media screen and (max-width: 1024px) {
  .service-inner-hero-section .section-wrap-right .content-left {
    padding: 80px 40px 140px;
  }
}

@media screen and (max-width: 767px) {
  .service-inner-hero-section .section-wrap-right .content-left h1 {
    text-transform: unset;
    text-align: center;
  }

  .service-inner-hero-section .section-wrap-right {
    flex-direction: column-reverse;
  }

  .service-inner-hero-section .section-wrap-right .content-right .mobile-img {
    display: block;
  }

  .service-inner-hero-section .section-wrap-right .content-right .desktop-img {
    display: none;
  }

  .service-inner-hero-section .cr-1.content-right:before {
    content: unset !important;
  }

  .service-inner-hero-section .section-wrap-right .content-left,
  .service-inner-hero-section .section-wrap-right .content-left .content-wrapper,
  .service-inner-hero-section .section-wrap-right .content-right {
    max-width: 100% !important;
  }

  .service-inner-hero-section .section-wrap-right .content-left {
    padding: 40px 20px;
  }

  .service-inner-hero-section .section-wrap-right .content-right {
    /* height: 260px; */
    min-height: unset;
  }

  .service-inner-hero-section .section-wrap-right .content-right img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
    -o-object-position: center;
    object-position: center;
  }

  .service-inner-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section {
    gap: 12px;
  }

  .service-inner-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-details h6 {
    font-size: 18px;
    line-height: 26px;
  }

  .service-inner-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-details label {
    font-size: 12px;
    line-height: 20px;
    color: #235289;
    font-weight: 700;
  }

  .service-inner-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-details .credentials-list,
  .service-inner-hero-section .hero-dr-slides .dr-slider-wrap .dr-details-inner .credentials,
  .service-inner-hero-section .hero-dr-slides .dr-slider-wrap .dr-details-inner .credentials p {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0;
  }

  .service-inner-hero-section .hero-dr-slides .dr-slider-wrap .dr-details-inner label {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.02em;
  }
}

@media (max-width: 1024px) {
  .service-inner-hero-section .home-hero-divider {
    height: 40px;
  }
}

@media (max-width: 767px) {
  .service-inner-hero-section .home-hero-divider {
    height: 30px;
  }
}

.service-inner-hero-section .dr-slides-navigation .dr-slides-button button:hover svg rect {
  fill: #000;
}

.service-inner-hero-section .dr-slides-navigation .dr-slides-button button:hover svg path {
  fill: #fff;
}