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

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

/*Second Section*/
#second_section {
  padding-top: 4em;
  padding-bottom: 4em;
  background: #254D6D;
}
#second_section picture {
  max-width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
  z-index: -1;
  top: 0;
}
#second_section picture img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: left;
}
#second_section p.h6 {
  text-transform: uppercase;
  color: #B9A77B;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 2.4px;
}
#second_section h2, #second_section h3, #second_section h4, #second_section h5, #second_section h6, #second_section p {
  color: #FFFFFF;
}
#second_section .main-container-top {
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
#second_section .icon-icon-tooth-exam,
#second_section .icon-icon-sleep,
#second_section .icon-icon-mouth,
#second_section .icon-icon-shield-tooth,
#second_section .icon-icon-extraction,
#second_section .icon-icon-pediatrics,
#second_section .icon-icon-braces {
  color: #9ac2de;
  font-size: 77px;
}
#second_section .container-icon {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#second_section .container-card p {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 641px) {
  #second_section {
    background: unset;
  }
}
@media screen and (min-width: 1025px) {
  #second_section {
    padding-top: 7em;
    padding-bottom: 7em;
  }
}

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

/*Fourth Section*/
#fourth_section .icon-icon-tooth-sparkle,
#fourth_section .icon-icon-dentist,
#fourth_section .icon-icon-filling {
  font-size: 77px;
  color: #9ac2de;
}
#fourth_section ul {
  padding-left: 0;
}
#fourth_section h3 {
  margin-top: 32px;
}
#fourth_section .question {
  cursor: pointer;
}
#fourth_section .question:hover {
  color: #66829A;
}
#fourth_section .container-faq {
  border-top: 1px solid #D1DAE1;
}
#fourth_section .container-faq:last-of-type {
  border-bottom: 1px solid #D1DAE1;
}
#fourth_section .answer {
  display: none;
  margin-top: 10px;
  margin-left: 2em;
}
#fourth_section h2 {
  margin-bottom: 32px;
}
#fourth_section .btn {
  margin-top: 2.5em;
}
#fourth_section [class^=icon-icon] {
  color: #9ac2de;
}

/*Fifth Section*/
@media screen and (min-width: 1025px) {
  #fifth_section .main-content {
    min-height: 784px;
  }
}

/*Sixth Section*/
@media screen and (min-width: 1025px) {
  #sixth_section .main-content {
    min-height: 752px;
  }
}

/*Seventh Section*/
@media screen and (min-width: 1025px) {
  #seventh_section .main-content {
    min-height: 784px;
  }
}

/*Eighth Section*/
@media screen and (min-width: 1025px) {
  #eighth_section .main-content {
    min-height: 736px;
  }
}

/*Nineth Section*/
@media screen and (min-width: 1025px) {
  #nineth_section .main-content {
    min-height: 736px;
  }
}

/*Tenth Section*/
@media screen and (min-width: 1025px) {
  #tenth_section .main-content {
    min-height: 752px;
  }
}

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

/*Testimonials*/
#testimonials .container-content {
  max-width: 1088px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#testimonials picture {
  max-width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
  z-index: -1;
  top: 0;
}
#testimonials picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#testimonials p.h6 {
  text-transform: uppercase;
  color: #B9A77B;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 2.4px;
}
#testimonials h2, #testimonials h3, #testimonials h4, #testimonials h5, #testimonials h6, #testimonials p {
  color: #FFFFFF;
}
#testimonials .testimonial-item {
  background: #FFFFFF;
  padding: 32px;
  border-radius: 12px;
}
#testimonials .testimonial-item h2, #testimonials .testimonial-item h3, #testimonials .testimonial-item h4, #testimonials .testimonial-item h5, #testimonials .testimonial-item h6, #testimonials .testimonial-item p {
  color: #091722;
}
#testimonials .testimonial-item .author {
  margin-bottom: 12px;
}
#testimonials .testimonial-item .container-stars {
  gap: 6px;
  margin-bottom: 12px;
}
#testimonials .testimonial-text {
  overflow: hidden;
  transition: max-height 0.4s ease;
}
#testimonials .testimonial-text.is-collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#testimonials .read-more-link {
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-weight: 600;
  color: #091722;
  text-decoration: none;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#testimonials .read-more-link:hover {
  text-decoration: none;
}
#testimonials .read-more-link i {
  color: #9ac2de;
  transition: transform 0.2s ease;
  font-size: 11px;
  margin-left: 5px;
}
#testimonials .read-more-link.is-open i {
  transform: rotate(180deg);
}
#testimonials .owl-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 1em;
}
#testimonials .owl-dot span {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #E8EBED;
}
#testimonials .owl-dot.active span {
  background: #9ac2de;
}
#testimonials .testimonial-item {
  margin-bottom: 2em;
}
@media screen and (min-width: 641px) {
  #testimonials .testimonial-item {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  #testimonials {
    min-height: 970px;
  }
  #testimonials .owl-dots {
    margin-top: 4em;
    margin-bottom: 4em;
  }
}

/*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: 8em;
  }
}
@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;
  }
}