.homepage-hero-section {
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  position: relative;
  background: #0E182C;
}

.homepage-hero-section .section-wrap-right {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-flow: row nowrap;
  z-index: 1;
}

.homepage-hero-section .section-wrap-right video {
  width: 100%;
  position: absolute;
  left: 0;
  top: revert-layer;
}

.homepage-hero-section .section-wrap-right .mobile-video {
  display: none;
}

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

.homepage-hero-section .section-wrap-right .content-left label {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 6%;
  text-transform: uppercase;
  color: #fff;
}

.homepage-hero-section .section-wrap-right .content-left h1 {
  font-family: Spectral;
  font-weight: 300;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -2%;
  text-transform: capitalize;
  color: #fff;
}

.homepage-hero-section .section-wrap-right .content-left h1 strong {
  font-weight: 600;
}

.homepage-hero-section .section-wrap-right .content-left .content-wrapper .wysiwyg-content {
  font-family: Roboto;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #F1F1F1;
}

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

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

.homepage-hero-section .section-wrap-right .content-left blockquote * {
  color: #1C1C1C;
}

.homepage-hero-section .section-wrap-right .content-left blockquote :first-child {
  margin-top: 0;
}

.homepage-hero-section .section-wrap-right .content-left blockquote :last-child {
  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;
  margin-left: 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: 30px;
  border-bottom: unset;
  margin: 0;
  color: #141414;
}

.homepage-hero-section .section-wrap-right .content-left ul li::before {
  content: '';
  background-image: url("data: image/svg+xml, %3Csvg%20width%3D%2218%22%20height%3D%2224%22%20viewBox%3D%220%200%2018%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%2021C13.9706%2021%2018%2016.9706%2018%2012C18%207.02944%2013.9706%203%209%203C4.02944%203%200%207.02944%200%2012C0%2016.9706%204.02944%2021%209%2021ZM13.8881%2010.6574C14.2937%2010.2518%2014.2937%209.59431%2013.8881%209.18877C13.4826%208.78323%2012.8251%208.78323%2012.4195%209.18877L8.21024%2013.3981L6.16154%2011.8615C5.70272%2011.5174%205.05181%2011.6104%204.70769%2012.0692C4.36357%2012.5281%204.45656%2013.179%204.91538%2013.5231L7.68462%2015.6C8.09805%2015.9101%208.67657%2015.869%209.042%2015.5035L13.8881%2010.6574Z%22%20fill%3D%22%23082D5A%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 18px;
  height: 24px;
  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 {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  text-transform: capitalize;
  border-radius: 200px;
  padding: 24px 36px;
  display: block;
  text-align: center;
  transition: all ease-in-out 200ms;
  white-space: nowrap;
  border: 1.5px solid #002345;
  margin-bottom: 0;
  text-decoration: none;
}

.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: #002345;
  color: #fff;
  border-color: #002345;
}

.homepage-hero-section .section-wrap-right .content-left .button-wrapper .btn.btn-contained:hover {
  background: #897C50;
  color: #fff;
  border-color: #897C50;
}

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

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

.homepage-hero-section .section-wrap-right .content-left .button-wrapper .btn.btn-outlined:hover {
  background: #002345;
  color: #fff;
  border: 1.5px solid #002345;
}

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

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

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

.homepage-hero-section .section-wrap-right .content-left .button-wrapper .btn.btn-outlined:active svg path {
  fill: #03165A;
}

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

.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:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  background-position: center right;
}

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

@media (max-width: 1440px) {
  .homepage-hero-section:before {
    background-size: cover;
    background-position: center right;
  }
}

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

  .homepage-hero-section .section-wrap-right .content-left .button-wrapper .btn {
    padding: 18px 32px;
  }

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

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

  .homepage-hero-section .section-wrap-right video.desktop-video {
    display: none;
  }

  .homepage-hero-section .section-wrap-right .mobile-video {
    display: block;
    position: relative;
  }

  /* .homepage-hero-section .cr-1.content-right:before {
    content: unset !important;
  } */
  .homepage-hero-section .section-wrap-right .content-right {
    position: relative;
    min-height: unset;
    /* background-position: center right; */
  }

  .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;
    max-height: unset;
  }

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

  .homepage-hero-section .section-wrap-right .content-left label {
    font-size: 16px;
    line-height: 24px;
  }

  .home .homepage-hero-section .section-wrap-right .content-left .content-wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

}

@media screen and (max-width: 767px) {
  .homepage-hero-section .section-wrap-right .content-left blockquote {
    padding: 12px 12px 12px 34px;
  }

  .homepage-hero-section .section-wrap-right .content-left .content-wrapper .wysiwyg-content {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .homepage-hero-section .section-wrap-right .content-left blockquote * {
    font-size: 16px;
    line-height: 24px;
  }

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

  .homepage-hero-section .section-wrap-right .content-left .button-wrapper .btn {
    padding: 15px 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }

  .home .homepage-hero-section .section-wrap-right .content-left .content-wrapper {
    align-items: center;
  }

  .homepage-hero-section .section-wrap-right .content-left h1 {
    font-size: 36px;
    line-height: 45px;
    letter-spacing: -0.02em;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.homepage-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

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

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

.homepage-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-details h6 {
  margin: 0 0 10px 0;
  color: #000;
  font-family: "PT Serif", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 136.364% */
  text-transform: capitalize;
}

.homepage-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-details label {
  padding: 0;
  background: none;
  color: #897C50;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  /* 100% */
  letter-spacing: 0.84px;
  text-transform: uppercase;
}

.homepage-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-details .credentials-list {
  display: inline-flex;
  flex-flow: row wrap;
  gap: 0;
  align-items: center;
  margin-top: 6px;
}

.homepage-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-details .credentials-list p {
  margin: 0;
  color: #585858;
  text-align: justify;
  font-family: "PT Serif", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
  text-transform: capitalize;
}

.homepage-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-details .credentials-list p+p {
  position: relative;
  margin-left: 8px;
  padding-left: 10px;
}

.homepage-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-details .credentials-list p+p:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #585858;
}

.homepage-hero-section .section-wrap-right .content-left .content-wrapper .wysiwyg-content :last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .homepage-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-details h6 {
    font-size: 18px;
    line-height: 26px;
  }

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

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

  .homepage-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-details .credentials-list p+p {
    margin-left: 3px;
    padding-left: 4px;
  }

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

}

.homepage-hero-section .section-wrap-right .content-left .content-wrapper .doctor-section .doctor-details h6 svg {
  top: -6px;
  left: -5px;
  position: relative;
}

@media (max-width: 767px) {
  .homepage-hero-section .section-wrap-right .content-left .button-wrapper {
    margin-top: 32px;
    padding: 0;
  }

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