/* 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;
  }
}

/*Comprehensive*/
#comprehensive picture {
  pointer-events: none;
  margin-left: 2em;
  margin-right: 2em;
}
#comprehensive picture img {
  object-fit: cover;
  min-height: 296px;
  object-position: left top;
  border-radius: 12px;
}
#comprehensive p.h6 {
  text-transform: uppercase;
  color: #B9A77B;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 2.4px;
}
@media screen and (min-width: 641px) {
  #comprehensive picture {
    pointer-events: none;
    margin-left: 4em;
    margin-right: 4em;
  }
}
@media screen and (min-width: 1025px) {
  #comprehensive {
    min-height: 864px;
  }
  #comprehensive 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;
  }
  #comprehensive picture img {
    width: 100% !important;
    height: 100%;
    min-height: unset;
    border-radius: unset;
  }
}

/*FAQ*/
#faq {
  margin-top: 3em;
}
#faq .container-group {
  background: #F6F6F6;
  border-radius: 12px;
  max-width: 398px;
}
#faq .container-group ul {
  list-style-type: none;
  padding-left: 0;
}
#faq .container-group ul li {
  font-weight: 600;
  font-size: clamp(1rem, 16px + (18 - 16) * (100vw - 640px) / 1280, 1.125rem);
  line-height: clamp(1.75rem, 28px + 4 * (100vw - 640px) / 1280, 2rem);
  padding-bottom: 2em;
  padding-top: 2em;
  border-bottom: 1px solid #D1DAE1;
  cursor: pointer;
}
#faq .container-group ul li:hover {
  color: #66829A;
}
#faq .container-group ul li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
#faq [class^=icon-icon] {
  font-size: 15px;
  color: #9ac2de;
}
#faq .faq-question {
  gap: 1em;
}
#faq .faq-answer {
  margin-left: 2em;
  display: none;
}
#faq .question {
  cursor: pointer;
}
#faq .faq-item {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #D1DAE1;
}
#faq .faq-category-select {
  border-radius: 12px;
  border: 1px solid #D1DAE1;
  padding: 12px 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  padding-right: 44px;
}
@media screen and (min-width: 1025px) {
  #faq .container-group {
    padding: 40px;
    margin-left: auto;
  }
  #faq .faq-item {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #D1DAE1;
  }
  #faq {
    margin-top: 8em;
  }
}

/*Services*/
#services {
  margin-top: 4em;
}
#services picture {
  pointer-events: none;
  margin-left: 2em;
  margin-right: 2em;
}
#services picture img {
  object-fit: cover;
  min-height: 296px;
  object-position: right;
  border-radius: 12px;
}
#services p.h6 {
  text-transform: uppercase;
  color: #B9A77B;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 2.4px;
}
@media screen and (min-width: 641px) {
  #services picture {
    pointer-events: none;
    margin-left: 4em;
    margin-right: 4em;
  }
}
@media screen and (min-width: 1025px) {
  #services {
    min-height: 864px;
    margin-top: 8em;
  }
  #services h2, #services h3, #services h4, #services h5, #services h6, #services p {
    color: #FFFFFF;
  }
  #services 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;
  }
  #services picture img {
    width: 100% !important;
    height: 100%;
    min-height: unset;
    object-position: center;
    border-radius: unset;
  }
}

/*Blog*/
#blog {
  padding-top: 4em;
  padding-bottom: 4em;
  background: #F6F6F6;
}
#blog p.h6 {
  text-transform: uppercase;
  color: #B9A77B;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 2.4px;
}
#blog .main-content {
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
#blog picture img {
  border-radius: 12px;
}
#blog .category {
  line-height: normal;
  letter-spacing: 2.4px;
  color: #66829A;
  font-weight: 600;
}
#blog .date {
  color: #66829A;
  font-weight: 600;
}
#blog .container-card {
  margin-top: 24px;
  margin-bottom: 16px;
}
#blog .icon-icon-arrow-right {
  color: #9ac2de;
}
#blog picture {
  max-width: 100% !important;
  max-height: 100% !important;
}
#blog picture img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1025px) {
  #blog {
    padding-top: 7em;
    padding-bottom: 7em;
  }
  #blog picture {
    height: unset !important;
  }
  #blog picture img {
    height: 336px;
  }
}