/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#hero {
  display: flex;
  align-items: center;
  min-height: 725px;
  padding-top: 128px;
  padding-bottom: 3em;
}
#hero h1, #hero h2, #hero h3, #hero h4, #hero h5, #hero h6, #hero p, #hero a {
  color: #FFFFFF;
}
#hero h1 {
  text-transform: capitalize;
}
#hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(25, 51, 72, 0.6) 0%, rgba(25, 51, 72, 0.6) 100%);
}
#hero .container {
  position: relative;
  z-index: 1;
}
#hero picture.main-image {
  max-width: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
  height: 100% !important;
  z-index: -1;
  top: 0;
}
#hero picture.main-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: 725px;
  object-position: top;
}
#hero .new-patients {
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
#hero .container-buttons {
  flex-direction: column;
}
#hero .rank-math-breadcrumb {
  position: absolute;
  bottom: 2em;
  right: 4em;
}
#hero .rank-math-breadcrumb a {
  border-bottom: 1px solid #FFFFFF;
}
@media screen and (min-width: 420px) {
  #hero .container-buttons {
    flex-direction: row;
  }
}
@media screen and (min-width: 1025px) {
  #hero {
    min-height: 100vh;
    padding-top: unset;
    padding-bottom: unset;
    padding-top: 112px;
  }
  #hero h1 {
    padding-right: 40px;
  }
  #hero .main-content p {
    max-width: 692px;
  }
  #hero picture.main-image img {
    min-height: 100vh;
    object-position: center;
  }
  #hero::before {
    display: none;
  }
  #hero p.p-large {
    max-width: 692px;
  }
}

/*Insurance and Fees*/
#insurance p.h6,
#fees p.h6 {
  text-transform: uppercase;
  color: #B9A77B;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 2.4px;
}
#insurance .container-image,
#fees .container-image {
  height: 100%;
}
#insurance picture,
#fees picture {
  height: 100% !important;
}
#insurance picture img,
#fees picture img {
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
#insurance h2,
#fees h2 {
  text-transform: capitalize;
}
@media screen and (min-width: 1025px) {
  #insurance .main-content,
  #fees .main-content {
    padding-left: 4em;
  }
  #insurance .main-content,
  #fees .main-content {
    min-height: 736px;
  }
}
@media screen and (min-width: 1440px) {
  #insurance .main-content,
  #fees .main-content {
    padding-left: 8em;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1920px) {
  #insurance picture img,
  #fees picture img {
    position: absolute;
    left: 2em;
    max-width: 47%;
    height: 100%;
    object-fit: cover;
  }
}

/*Benefits*/
#benefits p.h6 {
  text-transform: uppercase;
  color: #B9A77B;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 2.4px;
}
#benefits picture {
  height: 100% !important;
}
#benefits picture img {
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
#benefits h2 {
  text-transform: capitalize;
}
@media screen and (min-width: 1025px) {
  #benefits .main-content {
    padding-right: 4em;
  }
  #benefits .main-content {
    min-height: 736px;
  }
}
@media screen and (min-width: 1440px) {
  #benefits .main-content {
    padding-right: 8em;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1920px) {
  #benefits picture img {
    position: absolute;
    right: 2em;
    max-width: 47%;
    height: 100%;
    object-fit: cover;
  }
}

/*Choose*/
#choose picture {
  pointer-events: none;
  margin-left: 2em;
  margin-right: 2em;
}
#choose picture img {
  object-fit: cover;
  min-height: 296px;
  object-position: right;
  border-radius: 12px;
}
#choose p.h6 {
  text-transform: uppercase;
  color: #B9A77B;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 2.4px;
}
#choose ul {
  margin-top: 1em;
}
@media screen and (min-width: 641px) {
  #choose picture {
    pointer-events: none;
    margin-left: 4em;
    margin-right: 4em;
  }
}
@media screen and (min-width: 1025px) {
  #choose {
    min-height: 864px;
  }
  #choose h2, #choose h3, #choose h4, #choose h5, #choose h6, #choose p, #choose ul li {
    color: #FFFFFF;
  }
  #choose picture {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    position: absolute;
    z-index: -1;
    margin-left: 0;
    margin-right: 0;
  }
  #choose picture img {
    width: 100% !important;
    height: 100%;
    min-height: unset;
    object-position: center;
    border-radius: unset;
  }
}

/*FAQ*/
#faq [class^=icon-icon] {
  font-size: 15px;
  color: #9ac2de;
  padding-top: 5px;
}
#faq p.h6 {
  text-transform: uppercase;
  color: #B9A77B;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 2.4px;
}
#faq picture img {
  border-radius: 12px;
}
#faq .question {
  cursor: pointer;
}
#faq .question:hover {
  color: #66829A;
}
#faq .container-faq {
  border-top: 1px solid #D1DAE1;
}
#faq .container-faq:last-of-type {
  border-bottom: 1px solid #D1DAE1;
}
#faq .answer {
  display: none;
  margin-top: 10px;
}
#faq h2 {
  margin-bottom: 32px;
}
#faq .btn {
  margin-top: 2.5em;
}
#faq .answer {
  margin-left: 2em;
}
@media screen and (min-width: 1025px) {
  #faq .main-content {
    padding-right: 4em;
    min-height: 920px;
  }
  #faq [class^=icon-icon] {
    padding-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  #faq .main-content {
    padding-right: 6em;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1920px) {
  #faq picture img {
    position: absolute;
    right: 2em;
    max-width: 47%;
    height: 100%;
    object-fit: cover;
  }
}