.hp-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: -10.5rem;
}

.hp-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-height: 55px;
  border-radius: 12px;
  text-transform: uppercase;
  font-size: 18px !important;
  line-height: 1;
  text-decoration: none;
  padding: 0 15px;
  width: 265px;
}

.hp-cta__icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
}


.hp-cta__icon svg {
  width: 19px;
  height: 19px;
  fill: #fff;
}


/* WELCOME */
.hp-welcome .ry-content {
  padding: 175px 0 330px;
}

.welcome-block.left {
  z-index: 1;
}

.welcome-block.right p {
  font-size: 18px;
  line-height: 36px;
  color: #4d4c4a;
  font-weight: 400;

}

.welcome-block.right p {
  padding-left: 125px;
  display: inline-block;
}

.welcome-block.right {
  margin-left: -90px;
}

.welcome-block.left .section-header {
  padding-left: 120px;
}


/*END OF WELCOME */


.hp-cta .ry-container-cta {
  width: min(1280px, 90%);
  max-width: 100%;
  margin: 0 auto;
  float: unset;
}

.hp-cta .ry-content.grid-cta {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: #f1f7fc;
  padding: 75px 55px;
  gap: 60px;
}

.hp-cta .ry-container-cta .ry-wrapper {
  position: relative;
  overflow: hidden;
  width: min(1280px, 90%);
  margin: 0 auto;
  float: unset;
  filter: drop-shadow(9.801px -4.994px 60px rgba(0, 0, 0, 0.17));
  border: 20px solid transparent;
  border-radius: 60px;
  background: linear-gradient(white, white) padding-box, linear-gradient(180deg, rgb(255 255 255 / 100%), rgb(255 255 255 / 20%)) border-box;
}

.hp-cta .cta-block h3 {
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--color-bg-primary);
  font-weight: 400;
  text-align: center;
}

.hp-cta .cta-block img {
  width: 110px;
  height: 110px;
  object-fit: contain;
}

.hp-cta .cta-block .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}


.hp-services {
  padding: 295px 0 135px;
  background: #074d7c;
  overflow: hidden;
  margin-top: -10.5rem;
}

.hp-services .section-header h2 {
  color: #fff;
}

.hp-services .section-header span {
  color: rgb(255 255 255 / 50%);
}

.hp-services__container {
  max-width: 1480px;
  margin: 0 auto;
}

.hp-services__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  padding: 80px 0 100px;
}


.hp-services__card {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  isolation: isolate;
  border-radius: 20px;
}

.hp-services__card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
  transition: 300ms ease-in-out;
  opacity: 0;
}

.hp-services__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.hp-services__title {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 30px;
  z-index: 2;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  transition: 300ms ease-in-out;
}

.hp-services__card:hover .hp-services__image {
  transform: scale(1.06);
}

.hp-services__item:nth-child(odd) {
  transform: translateY(-28px);
}

.hp-services__item:nth-child(even) {
  transform: translateY(28px);
}

/* Slick mode: 1366px below */
@media (max-width: 1366px) {
  .hp-services__list {
    display: block;
    padding: 0 0 80px;
  }

  .hp-services__item {
    display: flex !important;
    padding: 0 8px;
    transform: none !important;
  }

  .hp-services__card {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
  }

  .hp-services .slick-list {
    overflow: hidden;
  }

  .hp-services .slick-track {
    display: flex;
    align-items: center;
  }

  .hp-services .slick-slide:nth-child(odd) {
    transform: translateY(-22px);
  }

  .hp-services .slick-slide:nth-child(even) {
    transform: translateY(22px);
  }

  .hp-services .slick-dots {
    bottom: 0;
  }
}

@media (max-width: 1366px) {

  .hp-services__list .slick-dots li button:before {
    font-size: 10px;
    color: rgb(128 76 53 / 40%);
    opacity: 1;
  }

  .hp-services__list .slick-dots li.slick-active button:before {
    color: #804c35;
  }

}

/* Tablet */
@media (max-width: 1024px) {
  .hp-services__card {
    max-width: 100%;
    width: 100%;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .hp-services {
    padding: 250px 0 70px;
  }

  .hp-services__card {
    max-width: 100%;
  }

  .hp-services .slick-slide {
    transform: none !important;
  }
}

.hp-services__item:hover .hp-services__title,
.hp-services__item:focus .hp-services__title {
  bottom: 50%;
}


.hp-services__item .hp-services__card:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  opacity: 0;
  transition: 300ms ease-in-out;
}

.hp-services__item:hover .hp-services__card:before {
  opacity: 1;
}


/* SERVICES */

.hp-doctor {
  position: relative;
  overflow: hidden;
  padding: 10rem 0;
}

.hp-doctor__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 640px 1fr;
  align-items: center;
  width: min(1280px, 100%);
  margin: 0 auto;
  float: unset;
  top: -4rem;
}

.hp-doctor__media {
  display: flex;
}

.hp-doctor__image {
  max-width: max-content;
}

.hp-doctor .section-cta div {
  display: inline-block;
}

.hp-doctor__text p {
  margin: 0;
  font-size: 18px;
  line-height: 36px;
  color: #4d4c4a;
  font-weight: 400;
}



/* Tablet */
@media (max-width: 1024px) {
  .hp-doctor {
    padding-block: 80px;
  }

  .hp-doctor__grid {
    grid-template-columns: 380px 1fr;
    gap: 50px;
  }

  .hp-doctor__image {
    width: 100%;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .hp-doctor {
    padding: 56px 20px;
    text-align: center;
  }

  .hp-doctor__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hp-doctor__media {
    order: 1;
  }

  .hp-doctor__content {
    order: 2;
    max-width: 100%;
    margin: 0 auto;
  }

  .hp-doctor__image {
    width: min(100%, 340px);
    border-radius: 28px;
  }

  .hp-doctor__text p {
    line-height: 1.75;
  }

}




.hp-logo-slider {
  background: #fff;
  overflow: hidden;
}

.hp-partners {
  padding-block: clamp(28px, 4vw, 52px);
}

.hp-partners__row {
  position: relative;
  min-height: clamp(86px, 9vw, 120px);
  display: flex;
  align-items: center;
  min-height: 150px;
}

.hp-partners__item img {
  width: 100%;
  max-width: 100%;
  display: inline;
  filter: invert(0);
  opacity: 0.6;
  object-fit: contain;
  padding: 0 15px;
}


.hp-partners__row+.hp-partners__row {
  margin-top: 100px;
}

.hp-partners__title-card {
  position: absolute;
  top: 50%;
  z-index: 9;
  width: max-content;
  min-height: clamp(86px, 8vw, 118px);
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.hp-partners__title-card--left {
  left: 0;
  transform: translateY(-50%);
  padding-right: 50px;
}

.hp-partners__title-card--right {
  right: 0;
  transform: translateY(-50%);
  align-items: flex-start;
  padding-left: 50px;
}

.hp-partners__heading {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: clamp(1.625rem, 1.0833rem + 2.2222vw, 3.75rem);
  line-height: 43px;
  text-transform: uppercase;
  color: #214775;
  text-align: right;
}

.hp-partners__subtext {
  margin: 9px 0 0;
  text-align: right !important;
  font-size: clamp(1.125rem, 1.0294rem + 0.3922vw, 1.5rem);
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #804c35;
  line-height: normal;
}

.hp-partners__slider {
  position: relative;
  z-index: 1;
  width: 100%;
}



.hp-partners__slider--insurance {
  padding-right: clamp(190px, 17vw, 250px);
}

.hp-partners__row--brands::before,
.hp-partners__row--insurance::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100px;
  height: 100%;
  pointer-events: none;
}


.hp-partners__item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-inline: clamp(24px, 3vw, 52px);
  font-size: clamp(20px, 2vw, 34px);
  font-weight: 700;
  text-align: center;
  color: #a8a8a8;
  opacity: 0.9;
  white-space: nowrap;
  min-height: 150px;
}

.hp-partners__title-card--right h2,
.hp-partners__title-card--right p {
  text-align: right !important;
}

.hp-partners__row--brands {
  padding-left: 100px;
}

.hp-partners__row--insurance {
  padding-right: 100px;
}

.hp-partners__title-card--left:after {
  content: url("https://s3.amazonaws.com/static.organiclead.com/Site-c949ce63-fa45-4217-b2b5-71ffe8f38665/site_assets/shadow.png");
  position: absolute;
  right: -15px;
  max-width: max-content;
  z-index: 9;
}

.hp-partners__title-card--right:after {
  content: url(https://s3.amazonaws.com/static.organiclead.com/Site-c949ce63-fa45-4217-b2b5-71ffe8f38665/site_assets/shadow.png);
  position: absolute;
  left: 0;
  max-width: max-content;
  z-index: 9;
}




/* Tablet */
@media (max-width: 1366px) and (min-width: 768px) {
  .hp-partners__title-card {
    width: 220px;
  }

  .hp-partners__slider--brands {
    padding-left: 0;
  }

  .hp-partners__slider--insurance {
    padding-right: 185px;
  }

  .hp-partners__item {
    padding-inline: 30px;
  }

  .hp-partners__row--brands::before {
    left: 200px;
  }

  .hp-partners__row--insurance::before {
    right: 200px;
  }
}

/* Mobile */
@media (max-width: 991px) {
  .hp-partners__title-card:after {
    display: none;
  }


  .module-testimonials.option-1 .testimonials-wrapper {
    margin: 0 !important;
  }

  .hp-partners {
    padding: 48px 20px;
  }

  .hp-partners__row {
    min-height: 0;
    display: block;
    padding: 0;
  }

  .hp-partners__row+.hp-partners__row {
    margin-top: 52px;
  }

  .hp-partners__title-card {
    position: static;
    transform: none;
    width: 100%;
    max-width: 360px;
    min-height: auto;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
  }

  .hp-partners__slider,
  .hp-partners__slider--brands,
  .hp-partners__slider--insurance {
    /* padding: 0; */
    /* display: grid; */
    /* grid-template-columns: 1fr; */
    /* gap: 24px; */
    /* justify-items: center; */
    overflow: hidden;
  }

  .hp-partners__row--brands::before,
  .hp-partners__row--insurance::before {
    display: none;
  }

  .hp-partners__item {
    padding: 0;
  }
}

/* Global Footer */

.footer.style-3 .footer-top {
  padding: 70px 0;
  background: #0c4879;
}

.footer.style-3 .footer-top .title {
  font-size: 25px;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 3px;
  margin-bottom: 25px;
}

.footer.style-3 .footer-top .hour-list ul {
  padding-left: 0;
  list-style: none;
}

.footer.style-3 .footer-top .hour-list ul li {
  display: flex;
}

.footer.style-3 .footer-top .hour-list ul li .span-1 {
  color: #FFFFFF;
  min-width: 130px;
}

.footer.style-3 .footer-top .hour-list ul li {
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 400;
}

.footer.style-3 .footer-top .hour-list ul li:not(:last-child) {
  margin-bottom: 5px;
}

.footer.style-3 .footer-top .ry-each {
  max-width: max-content;
  display: flex;
  flex-direction: column;
}

.footer.style-3 .footer-top .ry-each .footer-form .form-control {
  height: 55px;
  border-radius: unset;
  padding-left: 25px;
  font-size: 18px;
  box-shadow: unset;
}

.footer.style-3 .footer-top .ry-each .footer-form .form-group {
  margin-bottom: 10px;
}

.footer.style-3 .footer-top .ry-each .footer-form textarea.form-control {
  height: 190px;
  resize: unset;
  padding-top: 15px;
}

.footer.style-3 .footer-top .ry-each:nth-child(2) .title {
  text-align: center;
}

.footer.style-3 .footer-top .ry-each .ry-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  border: 1px solid #FFFFFF !important;
}

.footer.style-3 .footer-top .ry-each .ry-btn:hover {
  border: 1px solid #FFFFFF !important;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper .field-lg {
  width: calc(100% - 10px);
  margin-left: 10px;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper .field-md {
  width: calc(50% - 10px);
  margin-left: 10px;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper .field-lg {
  width: calc(100% - 10px);
  margin-left: 10px;
}

.footer.style-3 .footer-top .ry-each .footer-form .field-wrapper .field-md {
  width: calc(50% - 10px);
  margin-left: 10px;
}

.footer.style-3 .footer-top .ry-each .details {
  display: flex;
  max-width: max-content;
  align-items: center;
}

.footer.style-3 .footer-top .ry-each .details .svg-icon {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  margin-right: 15px;
}

.footer.style-3 .footer-top .ry-each .details .svg-icon svg {
  width: 22px;
  height: 22px;
  fill: #0c4879;
}

.footer.style-3 .footer-top .ry-each .details .text {
  color: #FFFFFF;
}

.footer.style-3 .footer-top .ry-each .details .text .span-1 {
  display: block;
  font-size: 14px;
  line-height: 27px;
  text-transform: uppercase;
  color: #aba8a3;
  font-weight: 500;
  font-family: "Manrope";
}

.footer.style-3 .footer-top .ry-each .details:not(:last-child) {
  margin-bottom: 25px;
}

.footer.style-3 .footer-top .ry-each .details .text a {
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 400;
}

.footer.style-3 .footer-top .ry-each .details .text>br {
  display: none;
}

.footer.style-3 .footer-top .ry-each .details .text a.phone {
  font-size: 22px;
}


.footer.style-3 .footer-top .ry-each .details .footer-social .ry-social-custom {
  list-style: none;
  padding-left: 0;
}

.footer.style-3 .footer-top .ry-each .details .footer-social .ry-social-custom {
  display: flex;
}

.footer.style-3 .footer-top .ry-each .details .footer-social .ry-social-custom li a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer.style-3 .footer-top .ry-each .details .footer-social .ry-social-custom li a svg {
  width: 18px;
  fill: #9d9d9d;
}

.footer.style-3 .footer-top .ry-each .details .footer-social .ry-social-custom li {
  margin-right: 5px;
}

.footer.style-3 .footer-top .ry-content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  float: unset;
}

.footer.style-3 .footer-top .ry-each .details:last-child {}

.footer.style-3 .footer-top .ry-container {
  width: min(1600px, 90%);
  max-width: 100%;
  margin: 0 auto;
  float: unset;
}

.footer.style-3 .footer-bottom {
  padding: 20px 0;
  background: #0c4879;
}

.footer.style-3 .footer-bottom .ry-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.footer.style-3 .footer-bottom .ry-container .ry-content {
  max-width: 100%;
  margin: 0 auto;
  float: unset;
}

.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each {
  max-width: max-content;
  display: flex;
}

.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each img {
  width: 110px;
  margin-left: 5px;
  object-fit: contain;
}

.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each .text,
.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each .text a {
  font-size: 16px;
  line-height: 35px;
  text-transform: uppercase;
  color: rgb(255 255 255 / 50%);
}


@media (max-width: 1200px) {
  .footer.style-3 .footer-top .ry-each:nth-child(2) {
    max-width: 380px;
  }
}

@media (max-width: 1080px) {
  .footer.style-3 .footer-top .ry-content .ry-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }


  .footer.style-3 .footer-top .ry-each {
    max-width: 100%;
    width: 100%;
  }

  .footer.style-3 .footer-top .title {
    text-align: center;
  }

  .footer.style-3 .footer-top .hour-list ul li {
    flex-direction: column;
    text-align: center;
  }

  .footer.style-3 .footer-top .ry-each:not(:last-child) {
    margin-bottom: 30px;
  }

  .footer.style-3 .footer-top .ry-each {
    align-items: center;
    justify-content: center;
    max-width: max-content;
  }

  .footer.style-3 .footer-top .ry-each .details {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer.style-3 .footer-top .ry-each:nth-child(2) {
    max-width: 560px;
  }

  .footer.style-3 .footer-top .ry-each .details .svg-icon {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .footer.style-3 .footer-top .ry-each .details .text {
    text-align: center;
  }

  .footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each .text,
  .footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each .text a {
    line-height: 1.2;
    text-align: center;
  }

  .footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each img {
    margin-left: 0;
    margin-top: 5px;
  }
}



.footer.style-3 .ry-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  align-items: center;
}

.footer-top .ry-flex .ry-each:first-child {
  width: 100%;
}

.footer-top .ry-flex .ry-each:first-child img {}

.m-welcome__img {
  display: none;
}

@media (max-width: 1200px) {

  .welcome-block.left .section-header {
    padding-left: 0;
    margin: 0;
  }

  .welcome-block.right p {
    padding-left: 0;
  }

  .hp-welcome .ry-content {
    grid-template-columns: 1fr;
  }

  .welcome-block.right {
    margin-left: 0;
  }

  .welcome-block.right {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .hp-welcome .ry-content .welcome-block img {
    max-width: max-content;
    margin: 0 auto;
  }

  .welcome-block.left {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .welcome-block .section-header * {
    text-align: center;
    display: block;
  }

  .hp-welcome .ry-content {
    padding: 60px 0 15rem;
    gap: 30px;
  }



  .welcome-img.left,
  .welcome-img.right {
    display: none;
  }

  .m-welcome__img {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .m-welcome__img .welcome-img.left,
  .m-welcome__img .welcome-img.right {
    display: block;
  }

  .welcome-block.right p {
    text-align: center;
  }


  .hp-cta .ry-content.grid-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .hp-cta .ry-content.grid-cta .cta-block {
    width: 25%;
  }
}


@media (max-width: 1080px) {
  .hp-map img {
    height: 75vh;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .hp-cta .ry-content.grid-cta .cta-block {
    width: 100%;
  }
}



@media (max-width: 1280px) {
  div.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p {
    width: 680px;
  }

  .footer.style-3 .footer-top .ry-flex {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: flex-start;
    justify-content: space-evenly;
    gap: 30px;
  }

  .footer.style-3 .footer-bottom .ry-flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

}

@media (max-width: 1080px) {
  .hp-doctor__grid {
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    gap: 60px;
  }

  .hp-doctor__media {
    align-items: center;
    justify-content: center;
  }

  .hp-doctor__text p {
    text-align: center;
  }

  .hp-doctor__content * {
    text-align: center !important;
  }

  .footer.style-3 .footer-bottom {
    border-top: 1px solid rgb(255 255 255 / 30%);
  }
}

@media (max-width: 991px) {
  div.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p {
    width: 100%;
  }
}



@media (max-width: 991px) {
  .hp-partners__row--brands {
    display: flex;
    flex-direction: column;
  }

  .hp-partners__row--insurance {
    display: flex;
    flex-direction: column-reverse;
  }

}

@media (max-width: 768px) {

  div.testimonials-wrapper .carousel-indicators {
    display: block !important;
    z-index: 99;
  }

  div.testimonials-wrapper .carousel-indicators li {
    background: #214775;
  }

  div.testimonials-wrapper .carousel-indicators li:not(.active) {
    opacity: 0.2 !important;
  }
}

@media (max-width: 767px) {

  .m-welcome__img {
    flex-direction: column-reverse;
  }

  .welcome-block.right .section-cta {
    padding: 0;
  }

}