.floating-side-image-service-hero-section {
  padding: 0;
  background: var(--dark-blue);
}

.floating-side-image-service-hero-section .inner-wrap {
  display: flex;
  gap: 0px;
  justify-content: flex-end;
}

.floating-side-image-service-hero-section .inner-wrap .left-content {
  width: 100%;
  padding: 100px;
}

.floating-side-image-service-hero-section .inner-wrap .left-content .top-text>label {
  color: var(--color-red);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

.floating-side-image-service-hero-section .inner-wrap .left-content .top-text .top-text-header>p {
  color: #000000;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin: 0;
}

.floating-side-image-service-hero-section .inner-wrap .left-content .top-text .top-text-header {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
}

.floating-side-image-service-hero-section .inner-wrap .left-content .top-text .top-text-header h1 {
  color: var(--white);
}

.floating-side-image-service-hero-section .inner-wrap .left-content .top-text .top-text-header h1 span.font--400 {
  font-weight: 400;
}

.floating-side-image-service-hero-section .inner-wrap .left-content .top-text .top-text-header h1 span.highlight {
  font-style: italic;
  font-weight: 700;
  display: inline-block;
}

.floating-side-image-service-hero-section .left-content .doctor-section {
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
  margin-top: 32px;
  margin-bottom: 0;
  align-items: flex-start;
}

.floating-side-image-service-hero-section .left-content .doctor-section .doctor-img-wrap {
  width: 100%;
  max-width: 74px;
  height: 74px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--white);
}

.floating-side-image-service-hero-section .left-content .doctor-section .doctor-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* .floating-side-image-service-hero-section .left-content .doctor-section .doctor-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
} */

.floating-side-image-service-hero-section .left-content .doctor-section .doctor-details h6 {
  font-size: var(--desktop-h5-size);
  line-height: var(--desktop-h5-line-height);
  color: var(--white);
}

.floating-side-image-service-hero-section .left-content .doctor-section .doctor-details h6 svg {
  display: none;
}

.floating-side-image-service-hero-section .left-content .doctor-section .doctor-details h6 span {
  font-weight: 500;
}

.floating-side-image-service-hero-section .left-content .doctor-section .doctor-details label {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--white);
}

.floating-side-image-service-hero-section .left-content .doctor-section .doctor-details .credentials-list * {
  font-size: 12px;
  line-height: 20px;
  color: var(--white) !important;
  font-weight: 400;
}

/* .floating-side-image-service-hero-section .left-content .doctor-section .doctor-details label {
  margin: 6px 0 0;
  color: #002345;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.84px;
  text-transform: uppercase;
} */

/* .floating-side-image-service-hero-section .left-content .doctor-section .doctor-details .credentials-list {
  display: flex;
  flex-direction: row;
  row-gap: 4px;
  margin-top: 6px;
} */

/* .floating-side-image-service-hero-section .left-content .doctor-section .doctor-details .credentials-list p {
  margin: 0;
  color: #000;
  text-align: justify;
  font-family: "PT Serif", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-transform: capitalize;
} */

.floating-side-image-service-hero-section .left-content .doctor-section .doctor-details .credentials-list p+p {
  margin-left: 8px;
  padding-left: 8px;
  position: relative;
}

.floating-side-image-service-hero-section .left-content .doctor-section .doctor-details .credentials-list p+p:before {
  content: '';
  width: 1px;
  height: 70%;
  background: #9C9C9C;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.floating-side-image-service-hero-section .left-content .doctor-section .doctor-details .credentials-list p:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: unset;
}

.floating-side-image-service-hero-section .inner-wrap .left-content .wysiwyg-content {
  margin-top: 32px;
}

.floating-side-image-service-hero-section .inner-wrap .left-content .wysiwyg-content blockquote {
  background: #fff;
}

.floating-side-image-service-hero-section .inner-wrap .left-content .wysiwyg-content blockquote:before {
  background: #6A768C;
}

.floating-side-image-service-hero-section .inner-wrap .left-content .wysiwyg-content * {
  color: var(--white);
  margin: 0;
}

.floating-side-image-service-hero-section .inner-wrap .left-content .wysiwyg-content strong {
  font-weight: 500;
}

.floating-side-image-service-hero-section .inner-wrap .left-content .wysiwyg-content blockquote * {
  color: var(--black-1000);
}

.floating-side-image-service-hero-section .inner-wrap .left-content .wysiwyg-content>* {
  margin-top: 12px;
}

.floating-side-image-service-hero-section .inner-wrap .left-content .wysiwyg-content>*:first-child {
  margin-top: 0px;
}

.floating-side-image-service-hero-section .inner-wrap .left-content .wysiwyg-content ul {
  margin-left: 0;
  padding-left: 0px;
  list-style: none;
  display: flex;
  flex-flow: column nowrap;
  gap: 8px;
}

.floating-side-image-service-hero-section .inner-wrap .left-content .wysiwyg-content ul li {
  color: var(--white);
  position: relative;
  padding-left: 34px;
}

.floating-side-image-service-hero-section .inner-wrap .left-content .wysiwyg-content ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDRDMTcuOTcwNiA0IDIyIDguMDI5NDQgMjIgMTNDMjIgMTcuOTcwNiAxNy45NzA2IDIyIDEzIDIyQzguMDI5NDQgMjIgNCAxNy45NzA2IDQgMTNDNCA4LjAyOTQ0IDguMDI5NDQgNCAxMyA0Wk0xNy41NDQ5IDguMTYxMTNDMTcuMDgxOSA3Ljg2MDM1IDE2LjQ2MjEgNy45OTIxIDE2LjE2MTEgOC40NTUwOEwxMS43MzQ0IDE1LjI2NTZMOS43OTQ5MiAxMi43MjE3QzkuNDYwMDIgMTIuMjgyNiA4LjgzMjY5IDEyLjE5ODQgOC4zOTM1NSAxMi41MzMyQzcuOTU0NTkgMTIuODY4MSA3Ljg3MDI2IDEzLjQ5NTUgOC4yMDUwOCAxMy45MzQ2TDExLjAwNDkgMTcuNjA2NEMxMS4yMDIxIDE3Ljg2NSAxMS41MTMgMTguMDExMiAxMS44Mzc5IDE3Ljk5OUMxMi4xNjI3IDE3Ljk4NjcgMTIuNDYxNSAxNy44MTc1IDEyLjYzODcgMTcuNTQ0OUwxNy44Mzg5IDkuNTQ0OTJDMTguMTM5NyA5LjA4MTg5IDE4LjAwNzkgOC40NjIwNyAxNy41NDQ5IDguMTYxMTNaIiBmaWxsPSIjRjJEMEQ2Ii8+Cjwvc3ZnPgo=');
}

.floating-side-image-service-hero-section .inner-wrap .left-content .wysiwyg-content ul.checkmark {
  list-style: none;
  display: flex;
  flex-flow: column nowrap;
  gap: 12px;
  padding: 0;
}

.floating-side-image-service-hero-section .inner-wrap .left-content .wysiwyg-content ul.checkmark li {
  position: relative;
  padding-left: 32px;
}

.floating-side-image-service-hero-section .inner-wrap .left-content .wysiwyg-content ul.checkmark li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4.875' y='4.875' width='16.25' height='16.25' rx='8.125' fill='%230E4C84'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2127 10.9821C17.2905 10.8897 17.3497 10.782 17.3869 10.6654C17.4241 10.5488 17.4384 10.4256 17.4291 10.3032C17.4198 10.1807 17.3871 10.0614 17.3328 9.95232C17.2785 9.84322 17.2038 9.7465 17.113 9.66786C17.0223 9.58923 16.9173 9.53025 16.8043 9.49442C16.6913 9.45858 16.5725 9.44661 16.455 9.4592C16.3374 9.47178 16.2235 9.50868 16.1199 9.56772C16.0163 9.62676 15.9251 9.70674 15.8516 9.80297L12.0415 14.5555L10.0699 12.5049C9.90279 12.3371 9.67896 12.2442 9.44663 12.2463C9.2143 12.2484 8.99206 12.3453 8.82777 12.5161C8.66348 12.6869 8.57029 12.9179 8.56827 13.1595C8.56625 13.401 8.65557 13.6337 8.81697 13.8075L11.4752 16.5711C11.5623 16.6616 11.6665 16.7322 11.7813 16.7784C11.8961 16.8247 12.0189 16.8456 12.1418 16.8398C12.2648 16.834 12.3852 16.8016 12.4955 16.7447C12.6058 16.6878 12.7034 16.6077 12.7822 16.5094L17.2127 10.9821Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.floating-side-image-service-hero-section .inner-wrap .left-content .wysiwyg-content strong {
  font-weight: 500;
}

.floating-side-image-service-hero-section .inner-wrap .right-content {
  width: 100%;
  max-width: 44%;
  position: relative;
  background: linear-gradient(90deg, #1F304F 50%, #ffffff 50%);
}

.floating-side-image-service-hero-section .inner-wrap .right-content .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  border-radius: 0 0 452px 452px;
  overflow: hidden;
}

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


.floating-side-image-service-hero-section .left-content .button-wrapper {
  margin-top: 40px;
  display: flex;
  gap: 8px;
}

.floating-side-image-service-hero-section .left-content .button-wrapper .btn {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: .64px;
  text-transform: uppercase;
  border-radius: 200px;
  padding: 24px 32px;
  display: block;
  width: 100%;
  text-align: center;
  transition: all ease-in-out 200ms;
  white-space: nowrap;
  margin-bottom: 0;
}

.floating-side-image-service-hero-section .left-content .button-wrapper.btn-one .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.floating-side-image-service-hero-section .left-content .button-wrapper .btn.btn-contained {
  background: #D0576E;
  color: #fff;
}

.floating-side-image-service-hero-section .left-content .button-wrapper .btn.btn-contained:hover {
  background: #6A768C;
  color: #fff;
}

.floating-side-image-service-hero-section .left-content .button-wrapper .btn.btn-contained:active {
  background: #D0576E;
  color: #fff;
}

.floating-side-image-service-hero-section .left-content .button-wrapper .btn.btn-outlined {
  border: 2px solid #082D5A;
  color: #082D5A;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.floating-side-image-service-hero-section .left-content .button-wrapper .btn.btn-outlined svg path {
  fill: #082D5A;
}

.floating-side-image-service-hero-section .left-content .button-wrapper .btn.btn-outlined:hover {
  background: #03165A;
  color: #fff;
  border: 2px solid #03165A;
}

.floating-side-image-service-hero-section .left-content .button-wrapper .btn.btn-outlined:hover svg path {
  fill: #fff;
}

.floating-side-image-service-hero-section .left-content .button-wrapper .btn.btn-outlined:active {
  background: #03165A;
  color: #000;
  border: 2px solid #E9D9BB;
}

.floating-side-image-service-hero-section .left-content .button-wrapper .btn.btn-outlined:active svg path {
  fill: #03165A;
}

.floating-side-image-service-hero-section .left-content .doctor-section .doctor-details .credentials-list p {
  color: #404040;
}

.floating-side-image-service-hero-section .left-content .doctor-section .doctor-details .credentials-list p span.separator {
  top: -3px;
}

.floating-side-image-service-hero-section .left-content .doctor-section .doctor-details .credentials-list p span.separator svg path {
  fill: #BEBEBE;
}

@media screen and (max-width: 1279px) {
  .floating-side-image-service-hero-section .inner-wrap {
    gap: 0px;
  }

  .floating-side-image-service-hero-section .inner-wrap .left-content {
    padding: 80px 60px;
  }

  .floating-side-image-service-hero-section .inner-wrap .left-content .wysiwyg-content * {
    font-size: 16px;
    line-height: 24px;
  }

  .floating-side-image-service-hero-section .left-content .doctor-section .doctor-details h6 {
    font-size: var(--mobile-h5-size);
    line-height: var(--mobile-h5-line-height);
  }
}

@media screen and (max-width: 767px) {
  .floating-side-image-service-hero-section {
    padding: 0;
  }

  .floating-side-image-service-hero-section .inner-wrap {
    flex-direction: column-reverse;
    gap: 0;
  }

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

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

  .floating-side-image-service-hero-section .inner-wrap .right-content {
    max-width: 100%;
  }

  .floating-side-image-service-hero-section .inner-wrap .right-content .image-wrap {
    position: unset;
    border-radius: 0;
    max-height: 550px;
  }

  .floating-side-image-service-hero-section .inner-wrap .left-content {
    max-width: 100%;
    padding: 32px 20px;
  }

  .floating-side-image-service-hero-section .inner-wrap .left-content .top-text>h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .floating-side-image-service-hero-section .inner-wrap .left-content .top-text>label {
    margin-bottom: 6px;
    width: 100%;
  }

  .floating-side-image-service-hero-section .left-content .doctor-section {
    margin: 40px 0 0;
  }


  .floating-side-image-service-hero-section .left-content .button-wrapper {
    justify-content: center;
    margin-top: 32px;
  }

  .floating-side-image-service-hero-section .left-content .doctor-section .doctor-img-wrap {
    max-width: 54px;
    height: 54px;
    min-width: 54px;
  }

  /* .floating-side-image-service-hero-section .left-content .doctor-section .doctor-details h6 {
    font-size: 22px;
    line-height: 22px;
  } */

  /* .floating-side-image-service-hero-section .left-content .doctor-section .doctor-details label {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.84px;
  }

  .floating-side-image-service-hero-section .left-content .doctor-section .doctor-details .credentials-list p {
    font-size: 14px;
    line-height: 14px;
  }

  .floating-side-image-service-hero-section .left-content .doctor-section .doctor-details .credentials-list p+p:before {
    transform: unset;
    height: 10px;
    top: 4px;
  } */
  .floating-side-image-service-hero-section .inner-wrap .left-content .wysiwyg-content ul li:before {
    max-width: 24px;
    height: 24px;
  }
}

@media only screen and (max-width: 425px) {
  .floating-side-image-service-hero-section .left-content .button-wrapper.btn-one .btn {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1280px) {
  .floating-side-image-service-hero-section .inner-wrap .right-content {
    max-width: 660px;
  }
}

@media (min-width: 768px) {
  .floating-side-image-service-hero-section .inner-wrap .right-content .image-wrap img.mobile-img {
    display: none;
  }
}

@media (max-width: 767px) {
  .floating-side-image-service-hero-section .inner-wrap .right-content .image-wrap img.desktop-img {
    display: none;
  }

  .floating-side-image-service-hero-section .inner-wrap .left-content .top-text .top-text-header {
    margin-bottom: 20px;
  }

  .floating-side-image-service-hero-section .inner-wrap .left-content .top-text .top-text-header>p {
    letter-spacing: 0.48px;
  }

  .floating-side-image-service-hero-section .inner-wrap .left-content .top-text .top-text-header h1 {}

  .floating-side-image-service-hero-section .left-content .button-wrapper.btn-one .btn {
    padding: 20px 24px;
  }

  .floating-side-image-service-hero-section .inner-wrap .left-content .wysiwyg-content {
    margin-top: 20px;
  }
}

@media (max-width: 1024px) {
  .floating-side-image-service-hero-section .inner-wrap .left-content {
    padding: 60px 20px;
  }
}

@media (max-width: 767px) {
  .floating-side-image-service-hero-section .inner-wrap .left-content {
    padding: 40px 20px;
  }


  .floating-side-image-service-hero-section .left-content .button-wrapper a {
    width: 100% !important;
  }

  .floating-side-image-service-hero-section .left-content .doctor-section .doctor-details label {
    letter-spacing: 0;
  }

  .floating-side-image-service-hero-section .inner-wrap .left-content .top-text .top-text-header.center-title-mobile h1,
  .floating-side-image-service-hero-section .inner-wrap .left-content .top-text .top-text-header.center-title-mobile h2 {
    text-align: center;
  }
}