.homepage-hero-section {
  background-color: #ECF6FC;
  overflow: hidden;
}

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

.homepage-hero-section .section-wrap-right .content-left {
  width: 100%;
  max-width: 55%;
  padding: 80px 160px 80px 100px;
  display: flex;
  align-items: center;
  z-index: 1;
}

.homepage-hero-section .section-wrap-right .content-left label {
  margin-bottom: 8px;
  display: block;
  color: #9A7907;
  font-family: Noto Sans;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.04em;

}

.homepage-hero-section .section-wrap-right .content-left h1 {
  font-weight: 400;
  margin-bottom: 24px;
  font-size: var(--desktop-h1-font-size);
  line-height: var(--desktop-h1-line-height);
  font-family: var(--default-font);
  color: var(--black-100);
  text-transform: capitalize;
  letter-spacing: -0.40px;
}

.homepage-hero-section .section-wrap-right .content-left h1 span {
  color: #1A5699;
}

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

.homepage-hero-section .section-wrap-right .content-left blockquote::before {
  content: '';
  width: 6px;
  background: #000;
  position: absolute;
  left: 16px;
  top: 16px;
  bottom: 16px;
}

.homepage-hero-section .section-wrap-right .content-left blockquote * {
  color: #000;
  margin-bottom: 0;
}

.homepage-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;
}

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

.homepage-hero-section .section-wrap-right .content-left ul li {
  position: relative;
  padding-left: 36px;
  color: var(--black-100);
  border-bottom: unset;

}

.homepage-hero-section .section-wrap-right .content-left ul li::before {
  content: '';
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMyAyMkMxNy45NzA2IDIyIDIyIDE3Ljk3MDYgMjIgMTNDMjIgOC4wMjk0NCAxNy45NzA2IDQgMTMgNEM4LjAyOTQ0IDQgNCA4LjAyOTQ0IDQgMTNDNCAxNy45NzA2IDguMDI5NDQgMjIgMTMgMjJaTTE3Ljg4ODEgMTEuNjU3NEMxOC4yOTM3IDExLjI1MTggMTguMjkzNyAxMC41OTQzIDE3Ljg4ODEgMTAuMTg4OEMxNy40ODI2IDkuNzgzMjMgMTYuODI1MSA5Ljc4MzIzIDE2LjQxOTUgMTAuMTg4OEwxMi4yMTAyIDE0LjM5ODFMMTAuMTYxNSAxMi44NjE1QzkuNzAyNzIgMTIuNTE3NCA5LjA1MTgxIDEyLjYxMDQgOC43MDc2OSAxMy4wNjkyQzguMzYzNTcgMTMuNTI4MSA4LjQ1NjU2IDE0LjE3OSA4LjkxNTM4IDE0LjUyMzFMMTEuNjg0NiAxNi42QzEyLjA5OCAxNi45MTAxIDEyLjY3NjYgMTYuODY5IDEzLjA0MiAxNi41MDM1TDE3Ljg4ODEgMTEuNjU3NFoiIGZpbGw9IiMwMDk2NEQiLz4KPC9zdmc+Cg==");
  position: absolute;
  width: 28px;
  height: 28px;
  left: 0;
}

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

.homepage-hero-section .section-wrap-right .content-left .button-wrapper .btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  border-radius: 200px;
  padding: 22px 28px;
  display: block;
  width: 100%;
  text-align: center;
  transition: all ease-in-out 200ms;
  white-space: nowrap;
  font-family: var(--default-font);
  border: 1px solid transparent;
  text-decoration: none;
}

@media (min-width: 768px) {
  .homepage-hero-section .section-wrap-right .content-left .button-wrapper .btn {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

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

.homepage-hero-section .section-wrap-right .content-left .button-wrapper .btn.btn-contained {
  background: #1A5699;
  color: #fff;
  border: 1px solid #1A5699;
}

.homepage-hero-section .section-wrap-right .content-left .button-wrapper .btn.btn-contained:hover {
  background: var(--secondary-color);
  color: var(--black-0);
  border: 1px solid var(--secondary-color);
}

.homepage-hero-section .section-wrap-right .content-left .button-wrapper .btn.btn-contained:active {
  background: #1A5699;
  color: #fff;
  border: 1px solid #1A5699;
}

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

.homepage-hero-section .section-wrap-right .content-left .button-wrapper .btn.btn-outlined:hover {
  background: var(--secondary-color);
  color: var(--black-0);
  border: 1px solid var(--secondary-color);
}

.homepage-hero-section .section-wrap-right .content-left .button-wrapper .btn.btn-outlined:hover svg path {
  fill: var(--black-0);
}

.homepage-hero-section .section-wrap-right .content-left .button-wrapper .btn.btn-outlined:active {
  background: transparent;
  color: #fff;
  border: 1px solid #000;
}

.homepage-hero-section .section-wrap-right .content-left .content-wrapper {
  max-width: 544px;
  width: 100%;
  margin-left: auto;
}

.homepage-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section {
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
  align-items: center;
}

.homepage-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-img-wrap {
  width: 100%;
  max-width: 72px;
  height: 72px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background: var(--black-100);
  box-shadow: 0 1.946px 3.892px 0 rgba(0, 0, 0, 0.20);
}

.homepage-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;
  -o-object-position: center;
  object-position: center;
}

.homepage-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-details {
  display: flex;
  flex-flow: column nowrap;
  gap: 6px;
}

.homepage-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-details h6 {
  color: var(--black-100);
  font-family: var(--default-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 100% */
  text-transform: capitalize;
}

.homepage-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-details label {
  margin: 0;
  color: var(--blue-5);
  font-family: var(--default-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  /* 100% */
  letter-spacing: 0.28px;
  text-transform: uppercase;
}

.homepage-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-details .credentials-list p {
  color: var(--black-100);
  font-family: var(--default-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
  text-transform: none;
}

.homepage-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-details .credentials-list p .separator {
  display: inline-block;
  margin: 0 6px;
  font-size: 8px;
  line-height: 8px;
  font-weight: 400;
  position: relative;
  top: -2px;
}

.homepage-hero-section .section-wrap-right .content-left .content-wrapper .content {
  margin-top: 24px;
}

.homepage-hero-section .section-wrap-right .content-right {
  width: 100%;
  max-width: 45%;
  display: flex;
  flex: 1;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  height: 100%;
  max-height: 550px;
}

.homepage-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: 30%;
}

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


@media screen and (max-width: 1279px) {
  .homepage-hero-section .section-wrap-right .content-left h1 {
    font-size: var(--mobile-h1-font-size);
    line-height: var(--mobile-h1-line-height);
    text-align: center;
  }

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


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

@media screen and (max-width: 767px) {
  .homepage-hero-section .section-wrap-right {
    flex-direction: column-reverse;
  }

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

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

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

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

  .homepage-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section {
    gap: 11px;
  }

  .homepage-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-img-wrap {
    max-width: 56px;
    height: 56px;
  }

  .homepage-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-details {
    gap: 5px;
  }

  .homepage-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-details h6 {
    font-size: 16px;
    line-height: 23px;
  }

  .homepage-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-details label {
    font-size: 12px;
    line-height: 12px;
  }

  .homepage-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-details .credentials-list p {
    font-size: 11px;
    line-height: 11px;
  }

  .homepage-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-details .credentials-list p .separator {
    margin: 0 4px;
    font-size: 4px;
    line-height: 4px;
  }

  .homepage-hero-section .section-wrap-right .content-left .content-wrapper .content {
    margin-top: 32px;
  }
}