/*
Theme Name: dragonrundental
Author: Fuel Digital LLC
Description: Dragon Run Dental Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dragonrundental
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

dragonrundental is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/Montserrat.ttf") format("truetype");
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #FFFFFF;
  font-family: "Montserrat";
}

section {
  scroll-margin-top: clamp(4rem, 2.977rem + 4.091vw, 6.25rem);
  position: relative;
}

.hide {
  display: none;
}

.show-block {
  display: block;
}

.show-flex {
  display: flex;
}

header {
  align-items: center;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 0 clamp(1.5rem, 0.364rem + 4.545vw, 4rem);
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}
header .header-container {
  align-items: center;
  background-color: #FFFFFF;
  display: flex;
  height: clamp(4rem, 2.977rem + 4.091vw, 6.25rem);
  justify-content: space-between;
  position: relative;
  width: 100%;
  z-index: 5;
}
header .header-container .brand-link {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}
@media (max-width: 56.25rem) {
  header .header-container .brand-link {
    gap: 0.25rem;
  }
}
@media (max-width: 31.25rem) {
  header .header-container .brand-link {
    gap: 0.15rem;
  }
}
header .header-container .brand-link .logo-tooth-light {
  width: 100%;
}
@media (max-width: 56.25rem) {
  header .header-container .brand-link .logo-tooth-light {
    transform: scale(0.8);
  }
}
@media (max-width: 31.25rem) {
  header .header-container .brand-link .logo-tooth-light {
    transform: scale(0.7);
  }
}
header .header-container .brand-link .text-logo-light {
  bottom: -2px;
  position: relative;
  width: 100%;
}
@media (max-width: 56.25rem) {
  header .header-container .brand-link .text-logo-light {
    transform: scale(0.9);
  }
}
@media (max-width: 31.25rem) {
  header .header-container .brand-link .text-logo-light {
    transform: scale(0.8);
    right: 20px;
  }
}
header .header-container ul {
  display: flex;
  gap: clamp(3rem, -13rem + 20vw, 5rem);
  justify-content: space-around;
  list-style: none;
  text-transform: uppercase;
}
header .header-container ul li a {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-decoration: none;
  color: #282828;
}
header .header-container ul li a:hover {
  color: #5BA3BB;
}
@media (max-width: 80rem) {
  header .header-container ul {
    display: none;
  }
}
header .header-container .desktop-cta-btns {
  align-items: center;
  display: flex;
  gap: 1rem;
}
header .header-container .desktop-cta-btns a {
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-align: center;
  text-transform: uppercase;
  align-items: center;
  border-radius: 5px;
  display: flex;
  gap: 0.5rem;
  height: 2.5rem;
  justify-content: center;
  padding: 0.875rem;
  text-decoration: none;
  transition: all 0.1 ease-in-out;
  width: 10.625rem;
}
header .header-container .desktop-cta-btns a.desktop-cta-btn-phone {
  background-color: #FFFFFF;
  border: 2px solid #5BA3BB;
  color: #5BA3BB;
  text-decoration: none;
}
header .header-container .desktop-cta-btns a.desktop-cta-btn-phone:hover {
  background-color: #5BA3BB;
  color: #FFFFFF;
}
@media (max-width: 56.25rem) {
  header .header-container .desktop-cta-btns a.desktop-cta-btn-phone {
    display: none;
  }
}
header .header-container .desktop-cta-btns a.desktop-cta-btn-email {
  background-color: #5BA3BB;
  border: 2px solid #5BA3BB;
  color: #FFFFFF;
}
header .header-container .desktop-cta-btns a.desktop-cta-btn-email:hover {
  background-color: #FFFFFF;
  color: #5BA3BB;
}
@media (max-width: 56.25rem) {
  header .header-container .desktop-cta-btns a.desktop-cta-btn-email {
    display: none;
  }
}

.hamburger-menu-outer-container {
  display: none;
}
@media (max-width: 80rem) {
  .hamburger-menu-outer-container {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 3.75rem;
    width: 3.75rem;
  }
}
.hamburger-menu-outer-container .hamburger-menu-inner-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: space-between;
}
.hamburger-menu-outer-container .hamburger-menu-inner-container .menu-bar {
  background-color: #282828;
  height: 2.5px;
}
.hamburger-menu-outer-container .hamburger-menu-inner-container .menu-bar-top, .hamburger-menu-outer-container .hamburger-menu-inner-container .menu-bar-middle, .hamburger-menu-outer-container .hamburger-menu-inner-container .menu-bar-bottom {
  width: 40px;
}

.mobile-nav {
  display: none;
}
@media (max-width: 80rem) {
  .mobile-nav {
    align-items: center;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 8rem 1.5rem 3rem 1.5rem;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(-110%);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
    z-index: 4;
  }
}
@media (max-width: 80rem) and (max-width: 56.25rem) {
  .mobile-nav {
    padding: 6rem 1.5rem 3rem 1.5rem;
  }
}
@media (max-width: 80rem) {
  .mobile-nav ul {
    align-items: center;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    list-style: none;
    width: 100%;
  }
}
@media (max-width: 80rem) and (max-width: 56.25rem) {
  .mobile-nav ul {
    margin-bottom: 2rem;
  }
}
@media (max-width: 80rem) {
  .mobile-nav ul li a {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-decoration: none;
    text-transform: uppercase;
    color: #282828;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }
  .mobile-nav .mobile-cta-btns {
    display: none;
  }
}
@media (max-width: 80rem) and (max-width: 56.25rem) {
  .mobile-nav .mobile-cta-btns {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    justify-content: space-between;
  }
  .mobile-nav .mobile-cta-btns a {
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-align: center;
    text-transform: uppercase;
    align-items: center;
    border-radius: 5px;
    display: flex;
    gap: 0.5rem;
    height: 2.5rem;
    justify-content: center;
    padding: 0.875rem;
    text-decoration: none;
    width: 100%;
  }
  .mobile-nav .mobile-cta-btns .mobile-cta-btn-phone {
    background-color: #FFFFFF;
    border: 2px solid #5BA3BB;
    color: #5BA3BB;
    width: 100%;
  }
  .mobile-nav .mobile-cta-btns .mobile-cta-btn-email {
    background-color: #5BA3BB;
    border: 2px solid #5BA3BB;
    color: #FFFFFF;
    width: 100%;
  }
}

.hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: clamp(41rem, 39.864rem + 4.545vw, 43.5rem);
  position: relative;
  margin-top: clamp(4rem, 2.977rem + 4.091vw, 6.25rem);
}
.hero .hero-opacity-overlay {
  background-color: #282828;
  bottom: 0;
  left: 0;
  opacity: 80%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.hero .hero-grid {
  bottom: 0;
  display: grid;
  gap: clamp(2.5rem, 1.364rem + 4.545vw, 5rem);
  grid-template-columns: 1fr 1fr;
  left: 0;
  margin: 0 auto;
  max-width: 120rem;
  padding: 7.5rem clamp(1.5rem, 0.364rem + 4.545vw, 4rem) 0 clamp(1.5rem, 0.364rem + 4.545vw, 4rem);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
@media (max-width: 80rem) {
  .hero .hero-grid {
    grid-template-columns: 3fr 2fr;
  }
}
@media (max-width: 56.25rem) {
  .hero .hero-grid {
    gap: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding-top: 4rem;
  }
}
.hero .hero-grid .headline-panel h1 {
  font-size: clamp(3rem, 1.636rem + 5.455vw, 6rem);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.96px;
  line-height: clamp(3.5rem, 2.136rem + 5.455vw, 6.5rem);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
  color: #FFFFFF;
  max-width: 50rem;
}
@media (max-width: 56.25rem) {
  .hero .hero-grid .headline-panel h1 {
    text-align: center;
  }
}
.hero .hero-grid .headline-panel h1 span {
  color: #5BA3BB;
}
@media (max-width: 56.25rem) {
  .hero .hero-grid .hours-of-operation-panel {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
.hero .hero-grid .hours-of-operation-panel .hero-address {
  font-size: clamp(1.5rem, 1.33rem + 0.682vw, 1.875rem);
  font-style: normal;
  letter-spacing: 2.17px;
  color: #FFFFFF;
  margin-bottom: 2.5rem;
  max-width: 25.625rem;
}
@media (max-width: 56.25rem) {
  .hero .hero-grid .hours-of-operation-panel .hero-address {
    text-align: center;
  }
}
.hero .hero-grid .hours-of-operation-panel ul {
  font-size: clamp(1rem, 0.886rem + 0.455vw, 1.25rem);
  font-style: normal;
  letter-spacing: 1.47px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
}
@media (max-width: 56.25rem) {
  .hero .hero-grid .hours-of-operation-panel ul {
    align-items: center;
    gap: 0.25rem;
  }
}
.hero .hero-grid .hours-of-operation-panel ul li span {
  font-weight: 700;
}

.about-section {
  display: grid;
  gap: clamp(2.5rem, -1.667rem + 7.407vw, 5rem);
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  margin: 0 auto;
  max-width: 120rem;
  padding: clamp(4rem, 1.273rem + 10.909vw, 10rem) 0 clamp(3rem, 0.955rem + 8.182vw, 7.5rem) 0;
  position: relative;
}
@media (max-width: 80rem) {
  .about-section {
    padding-right: 2rem;
  }
}
@media (max-width: 56.25rem) {
  .about-section {
    grid-template-columns: 1fr;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.about-section .about-section-image {
  display: flex;
  justify-content: center;
  order: 1;
}
@media (max-width: 56.25rem) {
  .about-section .about-section-image {
    order: 2;
  }
}
@media (max-width: 120rem) {
  .about-section .about-section-image .light-blue-block {
    background-color: #CCDDE4;
    height: 100%;
    width: clamp(2rem, 1.091rem + 3.636vw, 4rem);
  }
}
@media (max-width: 56.25rem) {
  .about-section .about-section-image .light-blue-block {
    display: none;
  }
}
.about-section .about-section-image figure {
  width: 100%;
}
@media (max-width: 56.25rem) {
  .about-section .about-section-image figure {
    width: 80%;
  }
}
@media (max-width: 31.25rem) {
  .about-section .about-section-image figure {
    width: 100%;
  }
}
.about-section .about-section-image figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.about-section .about-section-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  order: 2;
}
@media (max-width: 56.25rem) {
  .about-section .about-section-content {
    align-items: center;
    order: 1;
  }
}
.about-section .about-section-content h2 {
  font-size: clamp(2rem, -1.333rem + 5.926vw, 4rem);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.64px;
  color: #282828;
  margin-bottom: 2rem;
  max-width: 40rem;
}
@media (max-width: 56.25rem) {
  .about-section .about-section-content h2 {
    text-align: center;
  }
}
@media (max-width: 56.25rem) {
  .about-section .about-section-content h2 {
    max-width: 100%;
  }
}
.about-section .about-section-content p {
  font-size: 1.125rem;
  font-style: normal;
  line-height: clamp(1.75rem, 0.566rem + 2.105vw, 2.25rem);
  color: #A1A1A1;
  max-width: 35rem;
}
@media (max-width: 56.25rem) {
  .about-section .about-section-content p {
    max-width: 100%;
  }
}

.services-section {
  background: linear-gradient(257deg, #CCDDE4 6.31%, #FFF 71.6%);
}
.services-section .services-content {
  display: grid;
  gap: 3.375rem;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto;
  margin: 0 auto;
  max-width: 130rem;
  padding: 8.25rem clamp(1.5rem, 0.17rem + 4.255vw, 4rem) clamp(4rem, 1.34rem + 8.511vw, 9rem) clamp(1.5rem, 0.17rem + 4.255vw, 4rem);
}
@media (max-width: 80rem) {
  .services-section .services-content {
    grid-template-columns: 1fr;
  }
}
.services-section .services-content .services-heading h2 {
  font-size: clamp(2rem, -1.333rem + 5.926vw, 4rem);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.64px;
  color: #282828;
}
@media (max-width: 56.25rem) {
  .services-section .services-content .services-heading h2 {
    text-align: center;
  }
}
@media (max-width: 80rem) {
  .services-section .services-content .services-heading h2 {
    text-align: center;
  }
}
.services-section .services-content .services-grid {
  display: grid;
  column-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  margin: 0 auto;
  row-gap: 5.5rem;
  width: 100%;
}
@media (max-width: 56.25rem) {
  .services-section .services-content .services-grid {
    column-gap: clamp(3rem, -0.75rem + 12vw, 6rem);
    grid-template-columns: 1fr 1fr;
    width: 80%;
  }
}
@media (max-width: 31.25rem) {
  .services-section .services-content .services-grid {
    grid-template-columns: 1fr;
    row-gap: 3rem;
    width: 100%;
  }
}
.services-section .services-content .services-grid .service {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 80rem) {
  .services-section .services-content .services-grid .service {
    align-items: center;
  }
}
.services-section .services-content .services-grid .service h3 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.63px;
  color: #282828;
}
@media (max-width: 80rem) {
  .services-section .services-content .services-grid .service h3 {
    text-align: center;
  }
}
.services-section .services-content .services-grid .service p {
  font-size: 1.125rem;
  font-style: normal;
  line-height: clamp(1.75rem, 0.566rem + 2.105vw, 2.25rem);
  color: #A1A1A1;
  max-width: clamp(14rem, -14rem + 35vw, 17.5rem);
}
@media (max-width: 80rem) {
  .services-section .services-content .services-grid .service p {
    text-align: center;
  }
}

.biography-section {
  padding: clamp(4rem, 1.34rem + 8.511vw, 9rem) clamp(1.5rem, -2.489rem + 12.766vw, 9rem) 5rem clamp(1.5rem, -2.489rem + 12.766vw, 9rem);
}
.biography-section .biography-content {
  display: grid;
  gap: clamp(2.5rem, -1.667rem + 7.407vw, 5rem);
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  margin: 0 auto;
  max-width: 130rem;
  width: 100%;
}
@media (max-width: 56.25rem) {
  .biography-section .biography-content {
    grid-template-columns: 1fr;
  }
}
.biography-section .biography-content .dr-adams-photo {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
@media (max-width: 80rem) {
  .biography-section .biography-content .dr-adams-photo {
    align-items: flex-start;
  }
}
@media (max-width: 56.25rem) {
  .biography-section .biography-content .dr-adams-photo {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
.biography-section .biography-content .dr-adams-photo figure {
  display: inline-block;
  max-width: 35rem;
  position: relative;
}
.biography-section .biography-content .dr-adams-photo figure img {
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 2;
}
.biography-section .biography-content .dr-adams-photo figure .image-border {
  border: 2px solid #CCDDE4;
  height: clamp(25.75rem, -2.792rem + 50.741vw, 42.875rem);
  inset: 0;
  max-width: 35rem;
  object-fit: cover;
  position: absolute;
  transform: translateY(1.75rem) translateX(1.75rem);
  z-index: 1;
}
@media (max-width: 56.25rem) {
  .biography-section .biography-content .dr-adams-biography {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
.biography-section .biography-content .dr-adams-biography h2 {
  font-size: clamp(2rem, -1.333rem + 5.926vw, 4rem);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.64px;
  color: #282828;
  margin-bottom: 2rem;
  max-width: 35rem;
}
@media (max-width: 56.25rem) {
  .biography-section .biography-content .dr-adams-biography h2 {
    text-align: center;
  }
}
.biography-section .biography-content .dr-adams-biography p {
  font-size: 1.125rem;
  font-style: normal;
  line-height: clamp(1.75rem, 0.566rem + 2.105vw, 2.25rem);
  color: #A1A1A1;
  margin-bottom: 1.5rem;
  max-width: 35rem;
}

.team-section {
  background: linear-gradient(257deg, #FFF 6.31%, #E1F1F8 71.6%);
  padding: 6.25rem clamp(1.5rem, -2.489rem + 12.766vw, 9rem) 4.5rem clamp(1.5rem, -2.489rem + 12.766vw, 9rem);
}
.team-section .team-content {
  display: grid;
  gap: clamp(4rem, -5.474rem + 16.842vw, 8rem);
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}
@media (max-width: 64rem) {
  .team-section .team-content {
    gap: 2rem;
    grid-template-columns: 1fr;
  }
}
.team-section .team-content .team-info h2 {
  font-size: clamp(2rem, -1.333rem + 5.926vw, 4rem);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.64px;
  color: #282828;
  margin-bottom: 3rem;
}
@media (max-width: 56.25rem) {
  .team-section .team-content .team-info h2 {
    text-align: center;
  }
}
@media (max-width: 64rem) {
  .team-section .team-content .team-info h2 {
    text-align: center;
  }
}
.team-section .team-content .team-info p:first-of-type {
  font-size: 1.125rem;
  font-style: normal;
  line-height: clamp(1.75rem, 0.566rem + 2.105vw, 2.25rem);
  color: #A1A1A1;
  margin-bottom: 3rem;
}
.team-section .team-content .team-info p.meet-our-team-label {
  color: #282828;
  font-weight: 600;
}
.team-section .team-content .doctor-grid {
  align-content: start;
  display: grid;
  gap: clamp(2rem, -2rem + 5vw, 4rem);
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}
@media (max-width: 64rem) {
  .team-section .team-content .doctor-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 43.75rem) {
  .team-section .team-content .doctor-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.team-section .team-content .doctor-grid .doctor figure {
  margin-bottom: 1rem;
}
.team-section .team-content .doctor-grid .doctor figure img {
  object-fit: cover;
  width: 100%;
}

.contact-section {
  display: grid;
  gap: clamp(2.5rem, -1.667rem + 7.407vw, 5rem);
  grid-template-columns: 2fr 3fr;
  grid-template-rows: auto;
  height: 42rem;
  margin: 0 auto;
  max-width: 120rem;
  position: relative;
}
@media (max-width: 80rem) {
  .contact-section {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
@media (max-width: 56.25rem) {
  .contact-section {
    grid-template-columns: 1fr;
    height: auto;
  }
}
.contact-section .contact-details {
  display: flex;
}
@media (max-width: 120rem) {
  .contact-section .contact-details .light-blue-block {
    background-color: #CCDDE4;
    height: 100%;
    width: clamp(2rem, 1.091rem + 3.636vw, 4rem);
  }
}
@media (max-width: 56.25rem) {
  .contact-section .contact-details .light-blue-block {
    display: none;
  }
}
.contact-section .contact-details .contact-details-container {
  background-color: #5BA3BB;
  color: #FFFFFF;
  flex: 1;
  padding: 0 0 0 3rem;
}
@media (max-width: 56.25rem) {
  .contact-section .contact-details .contact-details-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 0;
  }
}
.contact-section .contact-details .contact-details-container h2 {
  font-size: clamp(2rem, -1.333rem + 5.926vw, 4rem);
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.64px;
  color: #FFFFFF;
  margin: 4rem 0 0.25rem 0;
}
@media (max-width: 56.25rem) {
  .contact-section .contact-details .contact-details-container h2 {
    text-align: center;
  }
}
.contact-section .contact-details .contact-details-container .chat-with-our-team {
  font-size: 1.125rem;
  font-style: normal;
  line-height: clamp(1.75rem, 0.566rem + 2.105vw, 2.25rem);
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 3rem;
}
@media (max-width: 64rem) {
  .contact-section .contact-details .contact-details-container .chat-with-our-team {
    margin-bottom: 1rem;
  }
}
@media (max-width: 56.25rem) {
  .contact-section .contact-details .contact-details-container .chat-with-our-team {
    text-align: center;
  }
}
.contact-section .contact-details .contact-details-container .contact-detail {
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1.75rem;
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 56.25rem) {
  .contact-section .contact-details .contact-details-container .contact-detail {
    flex-direction: column;
    gap: 0.25rem;
    margin-bottom: 1.25rem;
  }
}
.contact-section .contact-details .contact-details-container .contact-detail figure {
  height: 1.25rem;
  width: 1.25rem;
}
.contact-section .contact-details .contact-details-container .contact-detail figure img {
  object-fit: cover;
  width: 100%;
}
.contact-section .contact-details .contact-details-container .contact-detail a {
  color: #FFFFFF;
}
.contact-section .contact-details .contact-details-container .contact-detail a:hover {
  color: #CCDDE4;
}
.contact-section .contact-form-container {
  padding: 0 4rem 10rem 0;
}
@media (max-width: 64rem) {
  .contact-section .contact-form-container {
    padding: 0 1.5rem 4rem 1.5rem;
  }
}
.contact-section .contact-form-container #wpforms-form-19 {
  max-width: 37.5rem;
}
@media (max-width: 64rem) {
  .contact-section .contact-form-container #wpforms-form-19 {
    margin: 0 auto;
  }
}
.contact-section .contact-form-container #wpforms-submit-19 {
  width: 10.5rem;
}
.contact-section .contact-form-container #wpforms-confirmation-19 {
  background-color: #CCDDE4;
  border: 1px solid #5BA3BB;
  color: #282828;
}

footer {
  background-color: #282828;
  padding: 3rem 5rem;
}
footer .main-footer-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media (max-width: 64rem) {
  footer .main-footer-content {
    align-items: center;
    flex-direction: column;
  }
}
footer .main-footer-content .contact-us {
  order: 1;
}
@media (max-width: 64rem) {
  footer .main-footer-content .contact-us {
    margin-bottom: 2rem;
    order: 2;
  }
}
footer .main-footer-content .contact-us h4 {
  font-size: 1.25rem;
  font-style: normal;
  letter-spacing: 0.63px;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
@media (max-width: 64rem) {
  footer .main-footer-content .contact-us h4 {
    text-align: center;
  }
}
footer .main-footer-content .contact-us .footer-address {
  font-size: 1rem;
  font-style: normal;
  line-height: 2.25rem;
  letter-spacing: 1.26px;
  color: #A1A1A1;
  line-height: 30px;
  margin-bottom: 2.5rem;
}
@media (max-width: 64rem) {
  footer .main-footer-content .contact-us .footer-address {
    margin-bottom: 1rem;
    text-align: center;
  }
}
footer .main-footer-content .contact-us .footer-address span {
  display: block;
}
footer .main-footer-content .contact-us .footer-contact-detail {
  font-size: 1rem;
  font-style: normal;
  line-height: 2.25rem;
  letter-spacing: 1.26px;
  align-items: center;
  color: #A1A1A1;
  display: flex;
  gap: 1rem;
  line-height: 30px;
}
@media (max-width: 64rem) {
  footer .main-footer-content .contact-us .footer-contact-detail {
    flex-direction: column;
    gap: 0.25rem;
    margin-bottom: 1.25rem;
    text-align: center;
  }
}
footer .main-footer-content .contact-us .footer-contact-detail figure {
  order: 1;
  margin-bottom: 0;
  width: 1.25rem;
}
footer .main-footer-content .contact-us .footer-contact-detail figure img {
  object-fit: cover;
  width: 100%;
}
footer .main-footer-content .contact-us .footer-contact-detail a {
  color: #A1A1A1;
  order: 2;
}
footer .main-footer-content .contact-us .footer-contact-detail a:hover {
  color: #FFFFFF;
}
footer .main-footer-content figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  order: 2;
  width: 8.125rem;
}
@media (max-width: 64rem) {
  footer .main-footer-content figure {
    margin-bottom: 2rem;
    order: 1;
  }
}
footer .main-footer-content figure img.tooth-logo,
footer .main-footer-content figure img.text-logo {
  object-fit: cover;
  width: 100%;
}
footer .main-footer-content .footer-hours-of-operation {
  order: 3;
}
@media (max-width: 64rem) {
  footer .main-footer-content .footer-hours-of-operation {
    margin-bottom: 2rem;
    text-align: center;
  }
}
footer .main-footer-content .footer-hours-of-operation h4 {
  font-size: 1.25rem;
  font-style: normal;
  letter-spacing: 0.63px;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
footer .main-footer-content .footer-hours-of-operation ul {
  font-size: 1rem;
  font-style: normal;
  line-height: 2.25rem;
  letter-spacing: 1.26px;
  color: #A1A1A1;
  list-style: none;
}
footer .main-footer-content .footer-hours-of-operation ul li {
  line-height: 30px;
}
footer .main-footer-content .footer-hours-of-operation ul span.footer-bold {
  font-weight: 700;
}
footer p.footer-notice {
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.625rem;
  letter-spacing: 0.98px;
  color: #A1A1A1;
  text-align: center;
}
footer p.footer-notice a {
  color: #FFFFFF;
}
@media (max-width: 64rem) {
  footer p.footer-notice span.footer-mobile-new-line {
    display: block;
  }
}
@media (max-width: 64rem) {
  footer p.footer-notice span.footer-mobile-hide {
    display: none;
  }
}
@media (max-width: 64rem) {
  footer p.footer-notice.footer-notices-top {
    margin-bottom: 1rem;
  }
}

/*# sourceMappingURL=style.css.map */
