/* about-us-hero start */
.banner-bg-section {
  background-image: url(/staticfiles/images/omni-hero-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-bg-section .omni-hero-top {
  z-index: 2;
}
.banner-bg-section .omni-hero-main {
  z-index: 1;
}
.banner-bg-section.omni-hero-section::after {
  background-image: none;
}
.omni-hero-heading {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 43%;
  display: flex;
  flex-direction: column;
  padding: 3.75rem 14rem 0 0;
  text-align: end;
}
.omni-hero-heading h1 {
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 3.6875rem;
  color: rgba(101, 46, 90, 1);
  margin-bottom: 0.5rem;
}

.omni-hero-heading h1 span {
  font-weight: 700;
}

.omni-hero-heading p {
  max-width: 70%;
  font-weight: 400;
  font-size: 1.075rem;
  line-height: 1.5625rem;
  text-transform: capitalize;
  color: rgba(102, 89, 95, 1);
  margin-bottom: 1.375rem;
}

.omni-hero-heading .healthcare-btn {
  justify-content: end;
}

.omni-hero-heading .healthcare-btn a {
  border: 1px solid rgba(101, 46, 90, 1);
  color: rgba(101, 46, 90, 1);
  filter: brightness(0) saturate(100%) invert(23%) sepia(32%) saturate(1150%)
    hue-rotate(270deg) brightness(95%) contrast(90%);
  padding: 0.75rem 1.75rem;
}

.omni-heading-about {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}
/* about-us-hero end */
/* board-certified start */
.board-certified-main .generic-heading h2 {
  max-width: 95%;
}
/* board-certified end */
/* american-board start */
.american-board-section {
  padding: 5rem 0;
  background-image: url(/staticfiles/images/insurance-aboutus-bg.webp);
}
.american-board-images {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
} 
.american-board-images img {
  width: 25%;
  border-radius: 0.625rem;
}
.american-board-images.certificatiion-main {
  margin-top: 2rem;
}
.american-board-images.certificatiion-main img {
  width: 22%;
  border-radius: 0.625rem;
}
/* american-board end */
/* care-for-body start */
.care-for-body-section {
  padding: 3.75rem 0;
}
/* care-for-body end */
/* insurance-aboutus start */
.insurance-aboutus-section {
  padding: 5rem 0;
  background-image: url(/staticfiles/images/insurance-aboutus-bg.webp);
}
/* insurance-aboutus end */
/* faq-section start */
.about-faqs .generic-heading.heading-center {
  max-width: 80%;
}
.faq-sub-heading h5 {
  font-size: 1rem;
  line-height: 1.2;
  color: rgb(101 46 90);
  margin-bottom: 0.6rem;
}
.about-faqs .faq-answer p strong {
  font-weight: 600;
}

.about-faqs .faq-answer p a {
  color: rgb(99 89 102);
  text-decoration: underline;
  font-weight: 600;
}
.about-faqs .faq-answer p a:hover {
  color: rgb(53, 47, 54);
}

.about-faqs .faq-item.active .faq-answer {
  max-height: 57rem;
}
.about-faqs .faq-item .faq-sub-location {
  display: flex;
  gap: 10rem;
  align-items: center;
  justify-content: space-between;
}
/* faq-section end */
.hca-florida {
  max-width: 60%;
}
.faq-answer-logo {
  text-align: end;
}
@media (max-width: 1024px) {
  .omni-hero-heading {
    max-width: unset;
    padding: 2rem;
    position: unset;
    text-align: center;
  }
  .omni-heading-about {
    align-items: center;
  }
  .omni-hero-heading .healthcare-btn {
    justify-content: center;
  }
  .hero-card {
    padding: 2rem 1.4375rem 2.25rem 1.4375rem;
  }
  .hero-cards-main {
    margin-top: unset;
  }
  .omni-hero-heading p {
    max-width: 79%;
  }
}
@media (max-width: 550px) {
  .omni-hero-heading p {
    max-width: 100%;
  }
  .omni-hero-heading h1 {
    font-size: 2.5rem;
  }
}
