/*
Theme Name: Apollo Dental
Theme URI: https://wwww.revive.digital
Author: Revive Digital | Ian Griffiths
Author URI: https://wwww.revive.digital
Description: Apollo Dental Theme
Text Domain: apollo-dental
License URI: none
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

a:-webkit-any-link {
  text-decoration: none;
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 762px) {
  .container {
    padding: 0 15px;
  }
	.appointments-cta::after{
		display:none!important;
	}
}

.container-lg {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.spacer {
  display: inline-block;
  width: 100%;
  padding: 100px 0;
}
@media only screen and (max-width: 996px) {
  .spacer {
    padding: 0 0 50px 0;
  }
}

img {
  max-width: 100%;
}

* {
  font-family: "Roboto", sans-serif;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

body.active {
  position: fixed;
}

/* back to top feature */
#backToTop {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border: none;
  background: #EF476F;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
	z-index: 999;	
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}


#backToTop.show {
  opacity: 1;
  visibility: visible;
}


#backToTop:hover {
  background: #cb365a;
  transform: translateY(-4px);
}


#backToTop:active {
  transform: scale(0.9);
}



@media only screen and (max-width: 1150px) {
  body.active .nav {
    background-color: #023148;
    z-index: 100;
    padding: 0;
  }
  body.active .nav__logo {
    background-color: #023148;
    padding: 16px;
    width: 100%;
    position: relative;
    z-index: 60;
  }
}

.nav {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 30px;
  width: 100%;
	transition: all 0.3s ease;
}

/* sticky nav */
.nav.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: rgb(255 255 255 / 85%);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	transform: translateY(0);
}

.nav:not(.sticky) {
  transform: translateY(-20px);
  opacity: 0.9;
}

.nav .mobileTrigger {
  display: none;
}
.nav__menu .menu-item-368 ul.sub-menu {
  columns: 2;
  width: 400px;
}
@media only screen and (max-width: 762px) {
  .nav__menu .menu-item-368 ul.sub-menu {
    columns: 1;
  }
}
.nav__menu .menu-item-has-children {
  margin-left: 16px;
}
@media only screen and (max-width: 1150px) {
  .nav__menu .menu-item-has-children {
    margin-left: 0;
  }
}
.nav__menu .menu-item-has-children::after {
  content: url("../images/menu-dd.svg");
  position: absolute;
  right: -24px;
  top: -2px;
}
@media only screen and (max-width: 1150px) {
  .nav__menu .menu-item-has-children::after {
    right: auto;
    left: 300px;
  }
}
.nav__menu li:nth-child(5) {
  margin-left: 16px;
}
@media only screen and (max-width: 1150px) {
  .nav__menu li:nth-child(5) {
    margin-left: 0;
  }
}
.nav__menu .sub-menu li:nth-child(5) {
  margin-left: 0;
}
@media only screen and (max-width: 1150px) {
  .nav {
    justify-content: space-between;
  }
  .nav .mobileTrigger {
    display: inline-block;
    position: absolute;
    right: 40px;
    z-index: 60;
    transition: all 0.2s ease-in-out;
  }
  .nav .logo.active {
    position: relative;
    z-index: 60;
  }
  .nav .mobileTrigger.active {
    transition: all 0.2s ease-in-out;
  }
  .nav .mobileTrigger.active .menu-icon {
    fill: white;
  }
  .nav .nav__menu {
    position: absolute;
    top: -100vh;
    right: 0;
    z-index: 50;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background-color: #023148;
    transition: all 0.2s ease-in-out;
    overflow-y: scroll;
  }
  .nav .nav__menu li a {
    color: white;
    text-transform: uppercase;
    font-size: 28px;
    display: inline-block;
    margin-bottom: 16px;
  }
  .nav .nav__menu .menu-item-has-children {
    position: relative;
  }
  .nav .nav__menu.active {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 50;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    padding: 160px 30px 30px 30px;
    transition: all 0.2s ease-in-out;
  }
  .nav .nav__menu.active li a {
    color: white;
    text-transform: uppercase;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 40px;
  }
  .nav .nav__contact--phone {
    display: none;
  }
}
@media only screen and (max-width: 762px) {
  .nav {
    padding: 16px;
  }
  .nav .mobileTrigger {
    right: 24px;
  }
}
.nav__logo img {
  width: 100%;
  max-width: 300px;
}
@media only screen and (max-width: 1506px) {
  .nav__logo img {
    max-width: 200px;
  }
}
.nav__menu {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 40px;
  display: flex;
}
.nav__menu .menu-item {
  margin-right: 24px;
}
@media only screen and (max-width: 1470px) {
  .nav__menu .menu-item {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 1150px) {
  .nav__menu .menu-item {
    margin-right: 0px;
  }
}
.nav__menu .menu-item a {
  color: #023148;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.nav__menu .menu-item:last-of-type {
  margin-right: 0;
}
.nav__contact {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.nav__contact--phone {
  font-weight: bold;
  color: #023148;
  text-decoration: none;
  font-size: 30px;
  margin-right: 24px;
}
@media only screen and (max-width: 1470px) {
  .nav__contact--phone {
    font-size: 24px;
  }
}
.nav__contact--button {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: white;
  background: #EF476F;
  padding: 16px 40px 16px 30px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.nav__contact--button::after {
  content: url("./../images/white-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-75%);
}
.nav__contact--button:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 1470px) {
  .nav__contact--button {
    padding: 16px 30px 16px 20px;
  }
}
@media only screen and (max-width: 1330px) {
  .nav__contact--button {
    display: none;
  }
}
.nav__contact--button:hover {
  cursor: pointer;
}
.nav__contact--phone-mobile {
  display: none;
}
@media only screen and (max-width: 1150px) {
  .nav__contact--phone-mobile {
    display: inline-block;
    position: absolute;
    right: 80px;
  }
}
.nav .menu-item {
  position: relative;
}
.nav .menu-item .sub-menu {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 200px;
  background-color: #023148;
  padding: 16px;
}
@media only screen and (max-width: 1150px) {
  .nav .menu-item .sub-menu {
    position: static;
    width: 100%;
    padding: 8px 16px;
  }
}
.nav .menu-item .sub-menu li {
  padding: 8px 0;
}
@media only screen and (max-width: 1150px) {
  .nav .menu-item .sub-menu li {
    padding: 0;
  }
}
.nav .menu-item .sub-menu li a {
  color: white;
}
.nav .menu-item:hover .sub-menu {
  display: block;
}

.footer {
  background-color: #023148;
  padding: 100px 0;
  position: relative;
}
.footer__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
  border-bottom: 1px solid #0E9E9E;
}
@media only screen and (max-width: 996px) {
  .footer__top {
    flex-direction: column;
  }
}
.footer__top--phone {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 996px) {
  .footer__top--phone {
    margin: 40px 0;
  }
}
.footer__top--phone span {
  color: #1CEAE3;
  text-transform: uppercase;
  font-size: 20px;
}
.footer__top--phone a {
  font-size: 62px;
  font-weight: bold;
  color: white;
}
@media only screen and (max-width: 996px) {
  .footer__top--phone a {
    font-size: 34px;
  }
}
.footer__top--booking {
  display: flex;
  flex-direction: column;
}
.footer__top--booking span {
  color: #1CEAE3;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 16px;
}
.footer__top--booking a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: white;
  background: #EF476F;
  padding: 16px 40px 16px 30px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  width: max-content;
}
.footer__top--booking a::after {
  content: url("./../images/white-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-75%);
}
.footer__top--booking a:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
.footer__mid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 60px 0;
  border-bottom: 1px solid #0E9E9E;
}
@media only screen and (max-width: 764px) {
  .footer__mid {
    flex-direction: column;
  }
}
.footer__mid h4 {
  color: white;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0;
}
.footer__mid ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer__mid ul li {
  margin-bottom: 16px;
}
.footer__mid ul li a {
  color: #C9EAFF;
}
.footer__mid--treatments-alt {
  padding-top: 40px;
}
@media only screen and (max-width: 764px) {
  .footer__mid--overview, .footer__mid--who-are {
    margin-bottom: 32px;
  }
}
.footer__lower {
  width: 70%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 60px 0;
}
@media only screen and (max-width: 764px) {
  .footer__lower {
    flex-direction: column;
    width: 100%;
  }
}
.footer__lower h4 {
  color: white;
}
.footer__lower p {
  color: #C9EAFF;
}
.footer__lower--opening-hours {
  margin-right: 100px;
}
@media only screen and (max-width: 764px) {
  .footer__lower--opening-hours {
    margin-right: 0px;
  }
}
.footer__lower--opening-hours .hours {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer__lower--opening-hours .hours p {
  margin: 0 0 16px 0;
}
.footer__lower--opening-hours .hours p:first-of-type {
  margin: 0 24px 0 0;
}
.footer__lower--location {
  margin-right: 100px;
}
@media only screen and (max-width: 764px) {
  .footer__lower--location {
    margin-right: 0px;
  }
}
.footer__lower--location p {
  line-height: 28px;
}
.footer__lower--socials i {
  margin-right: 16px;
  color: #C2EDF7;
  font-size: 30px;
}
.footer__bottom {
  border-top: 1px solid #0E9E9E;
  padding: 60px 0;
}
.footer__bottom--details {
  color: #C9EAFF;
  margin-bottom: 60px;
}
.footer__bottom--copyright ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  color: #C9EAFF;
}
@media only screen and (max-width: 764px) {
  .footer__bottom--copyright ul {
    flex-direction: column;
  }
}
.footer__bottom--copyright ul li {
  margin-right: 22px;
}
@media only screen and (max-width: 764px) {
  .footer__bottom--copyright ul li {
    margin: 0 0 20px 0;
  }
}
.footer__bottom--copyright ul li a {
  color: #C9EAFF;
  font-size: 16px;
}
.footer__bottom--copyright ul li:last-of-type {
  margin-right: 0;
}

.footer-circle {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 762px) {
  .footer-circle {
    display: none;
  }
	
}

.footer-top-circle {
  position: absolute;
  top: -14%;
  left: 0;
}
@media only screen and (max-width: 1200px) {
  .footer-top-circle {
    top: -12%;
  }
}

.appointments-cta {
  position: relative;
  padding-top: 80px;
}
.appointments-cta::after {
  content: "";
	background-image: url("/wp-content/uploads/2026/03/shutterstock_268932410-1-1-1-rotated.jpg");
	
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 60%;
  height: 700px;
  left: 0;
  bottom: -10%;
  z-index: 1;
}
@media only screen and (max-width: 1500px) {
  .appointments-cta::after {
    width: 60%;
    position: static;
    display: block;
    margin-top: -300px;
  }
}
@media only screen and (max-width: 1100px) {
  .appointments-cta::after {
    margin-top: -100px;
    width: 100%;
  }
}
.appointments-cta .container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
}
.appointments-cta .container::after {
  content: url("../../dist/images/thick-circle.svg");
  position: absolute;
  bottom: -40px;
  right: 0px;
}

.appointments-cta__inner {
  background-color: #023148;
  padding: 120px 40px 120px 100px;
  width: 800px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 9% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 9% 100%);
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 764px) {
  .appointments-cta__inner {
    -webkit-clip-path: none;
    clip-path: none;
    padding: 60px 30px;
    width: 100%;
  }
}
.appointments-cta__inner--title {
  color: white;
  font-size: 38px;
  text-transform: uppercase;
}
@media only screen and (max-width: 764px) {
  .appointments-cta__inner--title {
    font-size: 30px;
  }
}
.appointments-cta__inner--title h3 {
  margin: 0;
}
.appointments-cta__inner--text {
  color: #C9EAFF;
  font-size: 18px;
  padding-right: 80px;
  margin: 24px 0 32px 0;
}
@media only screen and (max-width: 764px) {
  .appointments-cta__inner--text {
    padding-right: 0px;
  }
}
.appointments-cta__inner--contact {
  text-transform: uppercase;
  font-size: 60px;
  color: white;
  font-weight: 900;
}
.appointments-cta__inner--contact a {
  margin: 0 0 40px 0;
  text-transform: uppercase;
  font-size: 60px;
  color: white;
  font-weight: 900;
  display: inline-block;
}
.appointments-cta__inner--contact span {
  color: #1CEAE3;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 764px) {
  .appointments-cta__inner--contact span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 764px) {
  .appointments-cta__inner--contact {
    font-size: 30px;
  }
}
.appointments-cta__inner--ctas .treatment-cta {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: white !important;
  background: #1CEAE3;
  padding: 16px 40px 16px 30px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  margin-right: 16px;
}
.appointments-cta__inner--ctas .treatment-cta::after {
  content: url("./../images/white-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-75%);
}
.appointments-cta__inner--ctas .treatment-cta:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 470px) {
  .appointments-cta__inner--ctas .treatment-cta {
    margin-bottom: 24px;
    width: 100%;
  }
}
.appointments-cta__inner--ctas .booking-cta {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: white;
  background: #EF476F;
  padding: 16px 40px 16px 30px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.appointments-cta__inner--ctas .booking-cta::after {
  content: url("./../images/white-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-75%);
}
.appointments-cta__inner--ctas .booking-cta:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 470px) {
  .appointments-cta__inner--ctas .booking-cta {
    width: 100%;
  }
}

.page-template-why-choose-apollo .appointments-cta {
  background-color: white;
}

.appointments-semi-circle {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.text-left-image-right {
  padding: 150px 0;
  background-color: #F6FDFF;
}
.text-left-image-right__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 160px;
}
@media only screen and (max-width: 1150px) {
  .text-left-image-right__inner {
    gap: 80px;
  }
  .text-left-image-right__inner--content {
    flex-basis: 60%;
  }
  .text-left-image-right__inner--image {
    flex-basis: 40%;
  }
  .text-left-image-right__inner--image img {
    width: 100%;
    max-width: 605px;
  }
}
@media only screen and (max-width: 996px) {
  .text-left-image-right__inner {
    flex-direction: column;
  }
  .text-left-image-right__inner--content {
    width: 100%;
  }
  .text-left-image-right__inner--image {
    display: none;
  }
	
}
.text-left-image-right__inner h2 {
  font-size: 50px;
  text-transform: uppercase;
  color: #023148;
  margin: 0 0 24px;
}
@media only screen and (max-width: 762px) {
  .text-left-image-right__inner h2 {
    font-size: 30px;
  }
}
.text-left-image-right__inner p {
  font-size: 18px;
  line-height: 28px;
  color: #A2A2A2;
  margin: 0 0 24px 0;
}
.text-left-image-right__inner ul, .text-left-image-right__inner ol {
  padding: 0 0 0 15px;
  margin: 0;
  line-height: 24px;
}
.text-left-image-right__inner ul li, .text-left-image-right__inner ol li {
  font-size: 18px;
  color: #A2A2A2;
  margin: 0 0 24px 0;
}
.text-left-image-right__inner a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: white;
  background: #023148;
  padding: 16px 40px 16px 30px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.text-left-image-right__inner a::after {
  content: url("./../images/teal-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
}
.text-left-image-right__inner a:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.banner_before {
  position: relative;
}
.banner_before::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.reason-to-choose-surround {
  position: relative;
}
.reason-to-choose-surround .banner-before {
  width: 100%;
  margin-bottom: -4px;
}

.reasons-to-choose {
  background: rgb(2, 35, 72);
  background: linear-gradient(180deg, rgb(2, 35, 72) 0%, rgb(2, 35, 72) 30%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 100%);
  margin-bottom: 120px;
}
@media only screen and (max-width: 764px) {
  .reasons-to-choose {
    height: 100%;
    padding: 40px 0;
    margin-bottom: 80px;
  }
}
.reasons-to-choose__inner {
  background-color: #023148;
  padding: 60px;
  width: 100%;
  max-width: 1400px;
  position: relative;
  margin: -200px auto 0 auto;
}
@media only screen and (max-width: 1410px) {
  .reasons-to-choose__inner {
    width: 90%;
  }
}
@media only screen and (max-width: 764px) {
  .reasons-to-choose__inner {
    position: static;
  }
}
.reasons-to-choose__inner h3 {
  font-size: 68px;
  color: white;
  font-weight: bold;
  margin: 0 0 24px 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 996px) {
  .reasons-to-choose__inner h3 {
    font-size: 40px;
  }
}
.reasons-to-choose__inner h4 {
  font-size: 28px;
  color: white;
  font-weight: bold;
  margin: 0 0 24px 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 996px) {
  .reasons-to-choose__inner h4 {
    font-size: 20px;
  }
}
.reasons-to-choose__inner p {
  font-size: 18px;
  color: #C9EAFF;
  margin: 0;
}
.reasons-to-choose__inner .reason {
  padding: 40px 0;
  border-bottom: 1px solid #99C3F1;
}
.reasons-to-choose__inner .reason__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 30px 0;
}
.reasons-to-choose__inner .reason__title h4 {
  margin: 0;
}
.reasons-to-choose__inner .reason__title img {
  margin-right: 16px;
}
.reasons-to-choose__inner .reason p {
  font-size: 16px;
  line-height: 26px;
}

.staggered-usps {
  background-color: #052A42;
  padding: 40px 0;
}
.staggered-usps__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
}
@media only screen and (max-width: 996px) {
  .staggered-usps__inner {
    flex-direction: column;
    gap: 0px;
  }
}
.staggered-usps__inner--col-left {
  width: 50%;
  transform: translateY(-10%);
}
.staggered-usps__inner--col-right {
  width: 50%;
}
@media only screen and (max-width: 996px) {
  .staggered-usps__inner--col-left {
    width: 100%;
    transform: translateY(0);
  }
  .staggered-usps__inner--col-right {
    width: 100%;
  }
}
.staggered-usps__inner .usp-item {
  background-color: #06324F;
  padding: 80px 60px;
  margin-bottom: 20px;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.2);
  position: relative;
}
.staggered-usps__inner .usp-item::before {
  content: url("./../images/usp-icon.png");
  position: absolute;
  left: -16px;
  top: -40px;
}
.staggered-usps__inner .usp-item h4 {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 36px;
  margin: 0 0 24px 0;
}
.staggered-usps__inner .usp-item p {
  margin: 0;
  color: #C9EAFF;
  line-height: 26px;
}

.page-template-mission-statement .reason-to-smile {
  padding: 125px 0 195px 0;
}

.team-listing {
  padding-bottom: 40px;
}
.team-listing__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 7px;
  align-content: stretch;
}
.team-listing__inner--item {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (max-width: 1200px) {
  .team-listing__inner--item {
    width: 49.5%;
  }
}
@media only screen and (max-width: 762px) {
  .team-listing__inner--item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.team-listing__inner--item img {
  width: 100%;
}
.team-listing__inner--item .item-content {
  background-color: #023148;
  padding: 30px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.team-listing__inner--item .item-content hr {
  width: 75%;
  height: 1px;
  border: none;
  background-color: #3273BD;
  margin: 24px 0;
}
.team-listing__inner--item .item-content h3 {
  color: white;
  font-size: 32px;
  text-transform: uppercase;
  margin: 0;
}
.team-listing__inner--item .item-content__title {
  text-transform: uppercase;
  color: #1CEAE3;
  font-weight: bold;
  font-size: 20px;
}
.team-listing__inner--item .item-content__edu {
  color: #C9EAFF;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 24px;
}
.team-listing__inner--item .item-content__gdc {
  color: #F6FDFF;
}

.page-template-meet-the-team .appointments-cta {
  background-color: transparent;
}

.private-fees__inner {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
}
.private-fees__inner p {
  margin: 0;
}
.private-fees__inner--title {
  display: flex;
  flex-direction: column !important;
  padding: 60px 60px 0px 60px;
  background-color: #F6FDFF;
}
.private-fees__inner--title .title {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  color: #023148;
}
@media only screen and (max-width: 992px) {
  .private-fees__inner--title .title {
    font-size: 26px;
  }
}
.private-fees__inner--title .subtext {
  font-size: 18px;
  color: #A2A2A2;
  padding: 30px 0px 60px 0;
}
.private-fees__inner--pricing {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.private-fees__inner--pricing .text-row {
  width: 100%;
  font-size: 18px;
  color: #A2A2A2;
  background-color: #F6FDFF;
  padding: 60px 60px;
}
.private-fees__inner--pricing .pricing-item {
  width: 33.33%;
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  color: #023148;
  background-color: #E8F4FB;
  padding: 30px 0;
  line-height: 60px;
}
@media only screen and (max-width: 992px) {
  .private-fees__inner--pricing .pricing-item {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
  }
}
.private-fees__inner--pricing .pricing-item span {
  color: #1CEAE3;
  font-size: 38px;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  .private-fees__inner--pricing .pricing-item span {
    font-size: 24px;
  }
}
.private-fees__inner--pricing .pricing-alt {
  background-color: #E1F3FE;
}

.special-offers__inner p.no-offers {
  font-size: 44px;
  text-transform: uppercase;
  color: #023148;
  font-weight: bold;
}
.special-offers__inner--item {
  background-color: #F6FDFF;
  padding: 80px 60px;
  margin-bottom: 40px;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media only screen and (max-width: 762px) {
  .special-offers__inner--item {
    padding: 30px;
  }
}
.special-offers__inner--item h4 {
  margin: 0 0 24px 0;
  font-size: 44px;
  text-transform: uppercase;
  color: #023148;
  max-width: 60%;
}
@media only screen and (max-width: 996px) {
  .special-offers__inner--item h4 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 762px) {
  .special-offers__inner--item h4 {
    font-size: 30px;
  }
}
.special-offers__inner--item p {
  margin: 0;
  color: #A2A2A2;
  line-height: 28px;
}

.page-template-special-offers .appointments-cta {
  background-color: white;
}

.offer-badge {
  background-color: #023148;
  display: inline-block;
  padding: 16px;
  text-align: center;
  border: 1px solid #1CEAE3;
  position: absolute;
  top: -75px;
  left: -20px;
}
@media only screen and (max-width: 765px) {
  .offer-badge {
    position: static;
    margin-bottom: 24px;
  }
}
.offer-badge__amount {
  font-size: 58px;
  font-weight: bold;
  color: white;
}
.offer-badge__message {
  font-size: 24px;
  text-transform: uppercase;
  color: white !important;
}

.text-right-image-left__inner--image img {
  width: 100% !important;
}

.text-right-image-left {
  padding: 150px 0;
  background-color: #023148;
}
.text-right-image-left__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
.text-right-image-left__inner--image {
  width: 40%;
}
.text-right-image-left__inner--image img {
  width: 100%;
}
.text-right-image-left__inner--content {
  width: 60%;
}
@media only screen and (max-width: 1150px) {
  .text-right-image-left__inner {
    gap: 80px;
  }
  .text-right-image-left__inner--content {
    width: 60%;
  }
  .text-right-image-left__inner--image {
    width: 40%;
  }
  .text-right-image-left__inner--image img {
    width: 100%;
    max-width: 605px;
  }
}
@media only screen and (max-width: 996px) {
  .text-right-image-left__inner {
    flex-direction: column;
  }
  .text-right-image-left__inner--content {
    width: 100%;
  }
  .text-right-image-left__inner--image {
    display: none;
  }
}
.text-right-image-left__inner h2 {
  font-size: 50px;
  text-transform: uppercase;
  color: white;
  margin: 0 0 24px;
}
@media only screen and (max-width: 762px) {
  .text-right-image-left__inner h2 {
    font-size: 30px;
  }
}
.text-right-image-left__inner p {
  font-size: 18px;
  line-height: 28px;
  color: #A2A2A2;
  margin: 0 0 24px 0;
}
.text-right-image-left__inner ul, .text-right-image-left__inner ol {
  padding: 0 0 0 15px;
  margin: 0;
  line-height: 24px;
}
.text-right-image-left__inner ul li, .text-right-image-left__inner ol li {
  font-size: 18px;
  color: #A2A2A2;
  margin: 0 0 24px 0;
}
.text-right-image-left__inner a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: white !important;
  background: #1CEAE3;
  padding: 16px 40px 16px 30px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.text-right-image-left__inner a::after {
  content: url("./../images/white-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-75%);
}
.text-right-image-left__inner a:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
.text-right-image-left__inner a.text-link {
  color: #EF476F !important;
  background: transparent;
  padding: 0;
  font-weight: normal;
  position: static;
  padding: 0;
  border-radius: 0;
  text-decoration: none;
  text-transform: none;
  transition: none;
}
.text-right-image-left__inner a.text-link::after {
  content: "";
  display: none;
}
.text-right-image-left__inner a.text-link:hover {
  transition: none;
  transform: translateY(0);
  box-shadow: none;
}

@media only screen and (max-width: 764px) {
  .page-template-contact-us .text-right-image-left {
    padding: 0 0 40px 0;
  }
}
.secondary-content {
  padding: 80px 0;
}
.secondary-content__inner h2 {
  font-size: 60px;
  text-transform: uppercase;
  color: #023148;
}
.secondary-content__inner h3 {
  font-size: 46px;
  text-transform: uppercase;
  color: #023148;
}
.secondary-content__inner h4 {
  font-size: 30px;
  text-transform: uppercase;
  color: #023148;
}
.secondary-content__inner p {
  font-size: 18px;
  line-height: 28px;
  color: #A2A2A2;
}

.not-found {
  padding: 0 0 460px 0;
  background: linear-gradient(#032135, #023148);
}
.not-found .reason-to-smile {
  padding: 0;
}
.not-found .reason-to-smile .friendly-cta {
  transform: translateY(-10%);
  margin: 0;
}
.not-found .reason-to-smile .friendly-cta:after {
  content: "" !important;
}

.not-found-hero {
  background-image: url("./../../dist/images/shutterstock_1087802747_LR-scaled.jpg");
}

.side-tabs {
  position: fixed;
  right: -184px;
  top: 50%;
  z-indeX: 50;
  transform: rotate(90deg);
}
.side-tabs__denplan {
  padding: 10px 24px;
  display: inline-block;
  background-color: #E4E1AD;
  color: #023148;
  border-radius: 0 0 8px 8px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.side-tabs__denplan:hover {
  transition: all 0.2s ease-in-out;
  background-color: #EF476F;
  color: white;
}
.side-tabs__finance {
  padding: 10px 24px;
  display: inline-block;
  background-color: #023148;
  color: white;
  border-radius: 0 0 8px 8px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.side-tabs__finance:hover {
  transition: all 0.2s ease-in-out;
  background-color: #EF476F;
  color: white;
}
@media only screen and (max-width: 762px) {
  .side-tabs {
    display: none;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
}
.modal__content {
  background-color: #023148;
  padding: 20px;
  width: 40%;
  border: none;
}
@media only screen and (max-width: 1200px) {
  .modal__content {
    width: 60%;
  }
}
@media only screen and (max-width: 700px) {
  .modal__content {
    width: 85%;
  }
}
.modal__content h2 {
  color: #C9EAFF;
  font-weight: normal !important;
}
.modal__content--close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal__content--close:hover, .modal__content--close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal #gform_submit_button_2 {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: white;
  background: #EF476F;
  padding: 16px 40px 16px 30px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  border: none;
  width: 100%;
}
.modal #gform_submit_button_2::after {
  content: url("./../images/white-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-75%);
}
.modal #gform_submit_button_2:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
.modal #gform_submit_button_2:hover {
  cursor: pointer;
}

form#gform_2 label, form#gform_2 legend {
  color: #C9EAFF;
  font-weight: normal !important;
}
form#gform_2 input, form#gform_2 textarea {
  background: transparent;
  border-bottom: 1px solid #1CEAE3;
  border-right: none;
  border-left: none;
  border-top: none;
  outline: none;
  color: white;
  padding: 16px 8px !important;
  width: 100%;
  font-size: 16px;
  margin-bottom: 24px;
}
form#gform_2 #field_2_1 {
  border: none;
  padding: 0;
}
form#gform_2 #field_2_1 .ginput_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
form#gform_2 #field_2_1 .ginput_container span {
  width: 49%;
}
@media only screen and (max-width: 700px) {
  form#gform_2 #field_2_1 .ginput_container span {
    width: 100%;
  }
}
form#gform_2 #field_2_1 .ginput_container span input {
  width: 100%;
  font-size: 16px;
}
form#gform_2 #field_2_1 .ginput_container span input ::placeholder {
  color: white;
}
form#gform_2 #field_2_6 {
  border: none;
  padding: 0;
  width: 49%;
  float: right;
}
form#gform_2 #field_2_6 .ginput_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
form#gform_2 #field_2_6 .ginput_container .gfield_time_hour, form#gform_2 #field_2_6 .ginput_container .gfield_time_minute {
  width: 45%;
}
form#gform_2 #field_2_6 .ginput_container .gfield_time_ampm select {
  width: 100%;
  height: max-content;
  display: inline-block;
  padding: 16px 0;
  background-color: transparent;
  color: #aaa;
  border: 1px solid #1CEAE3;
}
form#gform_2 #field_2_3 {
  width: 49%;
  float: left;
}
form#gform_2 #field_2_4 {
  width: 49%;
  float: right;
}
form#gform_2 #field_2_5 {
  width: 49%;
  float: left;
}

.gform-theme-datepicker {
  background-color: white;
  padding: 12px;
}
.gform-theme-datepicker tbody th, .gform-theme-datepicker tbody td {
  padding: 16px;
}
@media only screen and (max-width: 700px) {
  .gform-theme-datepicker tbody th, .gform-theme-datepicker tbody td {
    padding: 8px;
  }
}
.gform-theme-datepicker tbody th a, .gform-theme-datepicker tbody td a {
  color: #023148;
  font-size: 15px;
  font-weight: 500;
}
.gform-theme-datepicker tbody th a:hover, .gform-theme-datepicker tbody td a:hover {
  cursor: pointer;
  color: #EF476F;
}
.gform-theme-datepicker tbody td.ui-state-disabled {
  background: #eee;
  border-radius: 100%;
}
.gform-theme-datepicker tbody td.ui-state-disabled span {
  display: inline-block;
  position: relative;
  left: 4px;
  font-size: 15px;
  font-weight: 500;
}
.gform-theme-datepicker .ui-datepicker-header {
  width: 100%;
  flex-wrap: wrap;
}
.gform-theme-datepicker .ui-datepicker-header .ui-datepicker-next {
  float: right;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.gform-theme-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  cursor: pointer;
}
.gform-theme-datepicker .ui-datepicker-header .ui-datepicker-prev {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.gform-theme-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  cursor: pointer;
}
.gform-theme-datepicker .ui-datepicker-header .ui-datepicker-title {
  margin: 8px 0 8px 0;
}
.gform-theme-datepicker .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month {
  width: 69%;
  padding: 4px;
  margin-right: 2%;
}
.gform-theme-datepicker .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-year {
  width: 29%;
  padding: 4px;
}

h2.gform_submission_error {
  color: red;
  border: none;
}

.gfield_validation_message {
  color: red;
  margin-bottom: 16px;
}

.gform_validation_errors {
  outline: none !important;
}

p.gform_required_legend {
  color: red;
}

span.gfield_required {
  color: red;
}

#gform_confirmation_message_2 {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 26px;
  color: white;
  text-align: center !important;
  padding: 30px 0;
}
#gform_confirmation_message_2 strong {
  font-size: 20px;
  display: inline-block;
  margin-top: 16px;
  text-transform: none;
}

.privacy-policy {
  padding: 80px 0;
}
.privacy-policy p, .privacy-policy ul li {
  font-size: 18px;
  color: #A2A2A2;
}
.privacy-policy strong {
  font-size: 18px;
  color: #052A42;
  text-transform: uppercase;
}

.sitemap {
  padding-top: 4rem;
  padding-bottom: 12rem;
}
.sitemap__list {
  margin-bottom: 3rem;
}
.sitemap ul {
  padding-left: 1rem;
}
.sitemap li::marker {
  color: #1CEAE3;
}
.sitemap a {
  color: black;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.sitemap a:hover {
  color: #1CEAE3;
}
.sitemap .page_item_has_children {
  margin-bottom: 1rem;
}

.default {
  margin-top: -5rem;
}
.default__inner {
  padding: 2rem;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.3);
  background-color: white;
  z-index: 15;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  color: #A2A2A2;
}
.default__inner h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #023148;
}
.default__inner h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #023148;
}
.default__inner h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #023148;
}
.default__inner a {
  color: #0E9E9E;
  transition: all 0.3s ease-in-out;
}
.default__inner a:hover {
  color: rgb(11.2, 126.4, 126.4);
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

a:-webkit-any-link {
  text-decoration: none;
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 762px) {
  .container {
    padding: 0 15px;
  }
}

.container-lg {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.spacer {
  display: inline-block;
  width: 100%;
  padding: 100px 0;
}
@media only screen and (max-width: 996px) {
  .spacer {
    padding: 0 0 50px 0;
  }
}

img {
  max-width: 100%;
}

* {
  font-family: "Roboto", sans-serif;
}

.gallery {
  padding-bottom: 80px;
}
.gallery h2 {
  color: #023148;
  text-transform: uppercase;
  font-size: 68px;
}

.page-template-gallery .treatment_slider .glide__arrows {
  position: static;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 24px 24px 0 0;
}
.page-template-gallery .treatment_slider .glide__arrows .slide-counter .slide-number {
  color: #023148;
}
.page-template-gallery .interior-gallery {
  padding-top: 120px;
}
.page-template-gallery .gallery h2 {
  margin-top: 0;
}
@media only screen and (max-width: 762px) {
  .page-template-gallery .gallery h2 {
    font-size: 32px;
  }
}

body.active {
  position: fixed;
}
@media only screen and (max-width: 1150px) {
  body.active .nav {
    background-color: #023148;
    z-index: 100;
    padding: 0;
  }
  body.active .nav__logo {
    background-color: #023148;
    padding: 16px;
    width: 100%;
    position: relative;
    z-index: 60;
  }
}

.nav {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 30px;
  width: 100%;
}
.nav .mobileTrigger {
  display: none;
}
.nav__menu .menu-item-368 ul.sub-menu {
  columns: 2;
  width: 400px;
}
@media only screen and (max-width: 762px) {
  .nav__menu .menu-item-368 ul.sub-menu {
    columns: 1;
  }
}
.nav__menu .menu-item-has-children {
  margin-left: 16px;
}
@media only screen and (max-width: 1150px) {
  .nav__menu .menu-item-has-children {
    margin-left: 0;
  }
}
.nav__menu .menu-item-has-children::after {
  content: url("../images/menu-dd.svg");
  position: absolute;
  right: -24px;
  top: -2px;
}
@media only screen and (max-width: 1150px) {
  .nav__menu .menu-item-has-children::after {
    right: auto;
    left: 300px;
  }
}
.nav__menu li:nth-child(5) {
  margin-left: 16px;
}
@media only screen and (max-width: 1150px) {
  .nav__menu li:nth-child(5) {
    margin-left: 0;
  }
}
.nav__menu .sub-menu li:nth-child(5) {
  margin-left: 0;
}
@media only screen and (max-width: 1150px) {
  .nav {
    justify-content: space-between;
  }
  .nav .mobileTrigger {
    display: inline-block;
    position: absolute;
    right: 40px;
    z-index: 60;
    transition: all 0.2s ease-in-out;
  }
  .nav .logo.active {
    position: relative;
    z-index: 60;
  }
  .nav .mobileTrigger.active {
    transition: all 0.2s ease-in-out;
  }
  .nav .mobileTrigger.active .menu-icon {
    fill: white;
  }
  .nav .nav__menu {
    position: absolute;
    top: -100vh;
    right: 0;
    z-index: 50;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background-color: #023148;
    transition: all 0.2s ease-in-out;
    overflow-y: scroll;
  }
  .nav .nav__menu li a {
    color: white;
    text-transform: uppercase;
    font-size: 28px;
    display: inline-block;
    margin-bottom: 16px;
  }
  .nav .nav__menu .menu-item-has-children {
    position: relative;
  }
  .nav .nav__menu.active {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 50;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    padding: 160px 30px 30px 30px;
    transition: all 0.2s ease-in-out;
  }
  .nav .nav__menu.active li a {
    color: white;
    text-transform: uppercase;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 40px;
  }
  .nav .nav__contact--phone {
    display: none;
  }
}
@media only screen and (max-width: 762px) {
  .nav {
    padding: 16px;
  }
  .nav .mobileTrigger {
    right: 24px;
  }
}
.nav__logo img {
  width: 100%;
  max-width: 300px;
}
@media only screen and (max-width: 1506px) {
  .nav__logo img {
    max-width: 200px;
  }
}
.nav__menu {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 40px;
  display: flex;
}
.nav__menu .menu-item {
  margin-right: 24px;
}
@media only screen and (max-width: 1470px) {
  .nav__menu .menu-item {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 1150px) {
  .nav__menu .menu-item {
    margin-right: 0px;
  }
}
.nav__menu .menu-item a {
  color: #023148;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.nav__menu .menu-item:last-of-type {
  margin-right: 0;
}
.nav__contact {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.nav__contact--phone {
  font-weight: bold;
  color: #023148;
  text-decoration: none;
  font-size: 30px;
  margin-right: 24px;
}
@media only screen and (max-width: 1470px) {
  .nav__contact--phone {
    font-size: 24px;
  }
}
.nav__contact--button {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: white;
  background: #EF476F;
  padding: 16px 40px 16px 30px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.nav__contact--button::after {
  content: url("./../images/white-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-75%);
}
.nav__contact--button:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 1470px) {
  .nav__contact--button {
    padding: 16px 30px 16px 20px;
  }
}
@media only screen and (max-width: 1330px) {
  .nav__contact--button {
    display: none;
  }
}
.nav__contact--button:hover {
  cursor: pointer;
}
.nav__contact--phone-mobile {
  display: none;
}
@media only screen and (max-width: 1150px) {
  .nav__contact--phone-mobile {
    display: inline-block;
    position: absolute;
    right: 80px;
  }
}
.nav .menu-item {
  position: relative;
}
.nav .menu-item .sub-menu {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 200px;
  background-color: #023148;
  padding: 16px;
}
@media only screen and (max-width: 1150px) {
  .nav .menu-item .sub-menu {
    position: static;
    width: 100%;
    padding: 8px 16px;
  }
}
.nav .menu-item .sub-menu li {
  padding: 8px 0;
}
@media only screen and (max-width: 1150px) {
  .nav .menu-item .sub-menu li {
    padding: 0;
  }
}
.nav .menu-item .sub-menu li a {
  color: white;
}
.nav .menu-item:hover .sub-menu {
  display: block;
}

.footer {
  background-color: #023148;
  padding: 100px 0;
  position: relative;
}
.footer__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
  border-bottom: 1px solid #0E9E9E;
}
@media only screen and (max-width: 996px) {
  .footer__top {
    flex-direction: column;
  }
}
.footer__top--phone {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 996px) {
  .footer__top--phone {
    margin: 40px 0;
  }
}
.footer__top--phone span {
  color: #1CEAE3;
  text-transform: uppercase;
  font-size: 20px;
}
.footer__top--phone a {
  font-size: 62px;
  font-weight: bold;
  color: white;
}
@media only screen and (max-width: 996px) {
  .footer__top--phone a {
    font-size: 34px;
  }
}
.footer__top--booking {
  display: flex;
  flex-direction: column;
}
.footer__top--booking span {
  color: #1CEAE3;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 16px;
}
.footer__top--booking a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: white;
  background: #EF476F;
  padding: 16px 40px 16px 30px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  width: max-content;
}
.footer__top--booking a::after {
  content: url("./../images/white-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-75%);
}
.footer__top--booking a:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
.footer__mid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 60px 0;
  border-bottom: 1px solid #0E9E9E;
}
@media only screen and (max-width: 764px) {
  .footer__mid {
    flex-direction: column;
  }
}
.footer__mid h4 {
  color: white;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0;
}
.footer__mid ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer__mid ul li {
  margin-bottom: 16px;
}
.footer__mid ul li a {
  color: #C9EAFF;
}
.footer__mid--treatments-alt {
  padding-top: 40px;
}
@media only screen and (max-width: 764px) {
  .footer__mid--overview, .footer__mid--who-are {
    margin-bottom: 32px;
  }
}
.footer__lower {
  width: 70%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 60px 0;
}
@media only screen and (max-width: 764px) {
  .footer__lower {
    flex-direction: column;
    width: 100%;
  }
}
.footer__lower h4 {
  color: white;
}
.footer__lower p {
  color: #C9EAFF;
}
.footer__lower--opening-hours {
  margin-right: 100px;
}
@media only screen and (max-width: 764px) {
  .footer__lower--opening-hours {
    margin-right: 0px;
  }
}
.footer__lower--opening-hours .hours {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer__lower--opening-hours .hours p {
  margin: 0 0 16px 0;
}
.footer__lower--opening-hours .hours p:first-of-type {
  margin: 0 24px 0 0;
}
.footer__lower--location {
  margin-right: 100px;
}
@media only screen and (max-width: 764px) {
  .footer__lower--location {
    margin-right: 0px;
  }
}
.footer__lower--location p {
  line-height: 28px;
}
.footer__lower--socials i {
  margin-right: 16px;
  color: #C2EDF7;
  font-size: 30px;
}
.footer__bottom {
  border-top: 1px solid #0E9E9E;
  padding: 60px 0;
}
.footer__bottom--details {
  color: #C9EAFF;
  margin-bottom: 60px;
}
.footer__bottom--copyright ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  color: #C9EAFF;
}
@media only screen and (max-width: 764px) {
  .footer__bottom--copyright ul {
    flex-direction: column;
  }
}
.footer__bottom--copyright ul li {
  margin-right: 22px;
}
@media only screen and (max-width: 764px) {
  .footer__bottom--copyright ul li {
    margin: 0 0 20px 0;
  }
}
.footer__bottom--copyright ul li a {
  color: #C9EAFF;
  font-size: 16px;
}
.footer__bottom--copyright ul li:last-of-type {
  margin-right: 0;
}

.footer-circle {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 762px) {
  .footer-circle {
    display: none;
  }
}

.footer-top-circle {
  position: absolute;
  top: -14%;
  left: 0;
}
@media only screen and (max-width: 1200px) {
  .footer-top-circle {
    top: -12%;
  }
}
@media only screen and (max-width: 762px) {
  .footer-top-circle {
    display: none;
  }
}

.appointments-cta {
  position: relative;
  padding-top: 80px;
}
.appointments-cta::after {
  content: "";
  background-image: url("/wp-content/uploads/2026/03/shutterstock_268932410-1-1-1-rotated.jpg");
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 60%;
  height: 700px;
  left: 0;
  bottom: -10%;
  z-index: 1;
}
@media only screen and (max-width: 1500px) {
  .appointments-cta::after {
    width: 60%;
    position: static;
    display: block;
    margin-top: -300px;
  }
}
@media only screen and (max-width: 1100px) {
  .appointments-cta::after {
    margin-top: -100px;
    width: 100%;
  }
}
.appointments-cta .container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
}
.appointments-cta .container::after {
  content: url("../../dist/images/thick-circle.svg");
  position: absolute;
  bottom: -40px;
  right: 0px;
}
@media only screen and (max-width: 762px) {
  .appointments-cta .container::after {
    display: none;
  }
}
.appointments-cta__inner {
  background-color: #023148;
  padding: 120px 40px 120px 100px;
  width: 800px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 9% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 9% 100%);
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 764px) {
  .appointments-cta__inner {
    -webkit-clip-path: none;
    clip-path: none;
    padding: 60px 30px;
    width: 100%;
  }
}
.appointments-cta__inner--title {
  color: white;
  font-size: 38px;
  text-transform: uppercase;
}
@media only screen and (max-width: 764px) {
  .appointments-cta__inner--title {
    font-size: 30px;
  }
}
.appointments-cta__inner--title h3 {
  margin: 0;
}
.appointments-cta__inner--text {
  color: #C9EAFF;
  font-size: 18px;
  padding-right: 80px;
  margin: 24px 0 32px 0;
}
@media only screen and (max-width: 764px) {
  .appointments-cta__inner--text {
    padding-right: 0px;
  }
}
.appointments-cta__inner--contact {
  text-transform: uppercase;
  font-size: 60px;
  color: white;
  font-weight: 900;
}
.appointments-cta__inner--contact a {
  margin: 0 0 40px 0;
  text-transform: uppercase;
  font-size: 60px;
  color: white;
  font-weight: 900;
  display: inline-block;
}
.appointments-cta__inner--contact span {
  color: #1CEAE3;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 764px) {
  .appointments-cta__inner--contact span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 764px) {
  .appointments-cta__inner--contact {
    font-size: 30px;
  }
}
.appointments-cta__inner--ctas .treatment-cta {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: white !important;
  background: #1CEAE3;
  padding: 16px 40px 16px 30px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  margin-right: 16px;
}
.appointments-cta__inner--ctas .treatment-cta::after {
  content: url("./../images/white-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-75%);
}
.appointments-cta__inner--ctas .treatment-cta:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 470px) {
  .appointments-cta__inner--ctas .treatment-cta {
    margin-bottom: 24px;
    width: 100%;
  }
}
.appointments-cta__inner--ctas .booking-cta {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: white;
  background: #EF476F;
  padding: 16px 40px 16px 30px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.appointments-cta__inner--ctas .booking-cta::after {
  content: url("./../images/white-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-75%);
}
.appointments-cta__inner--ctas .booking-cta:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 470px) {
  .appointments-cta__inner--ctas .booking-cta {
    width: 100%;
  }
}

.page-template-why-choose-apollo .appointments-cta {
  background-color: white;
}

.appointments-semi-circle {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.text-left-image-right {
  padding: 150px 0;
  background-color: #F6FDFF;
}
.text-left-image-right__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 160px;
}
@media only screen and (max-width: 1150px) {
  .text-left-image-right__inner {
    gap: 80px;
  }
  .text-left-image-right__inner--content {
    flex-basis: 60%;
  }
  .text-left-image-right__inner--image {
    flex-basis: 40%;
  }
  .text-left-image-right__inner--image img {
    width: 100%;
    max-width: 605px;
  }
}
@media only screen and (max-width: 996px) {
  .text-left-image-right__inner {
    flex-direction: column;
  }
  .text-left-image-right__inner--content {
    width: 100%;
  }
  .text-left-image-right__inner--image {
    display: none;
  }
}
.text-left-image-right__inner h2 {
  font-size: 50px;
  text-transform: uppercase;
  color: #023148;
  margin: 0 0 24px;
}
@media only screen and (max-width: 762px) {
  .text-left-image-right__inner h2 {
    font-size: 30px;
  }
}
.text-left-image-right__inner p {
  font-size: 18px;
  line-height: 28px;
  color: #A2A2A2;
  margin: 0 0 24px 0;
}
.text-left-image-right__inner ul, .text-left-image-right__inner ol {
  padding: 0 0 0 15px;
  margin: 0;
  line-height: 24px;
}
.text-left-image-right__inner ul li, .text-left-image-right__inner ol li {
  font-size: 18px;
  color: #A2A2A2;
  margin: 0 0 24px 0;
}
.text-left-image-right__inner a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: white;
  background: #023148;
  padding: 16px 40px 16px 30px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.text-left-image-right__inner a::after {
  content: url("./../images/teal-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-75%);
}
.text-left-image-right__inner a:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.banner_before {
  position: relative;
}
.banner_before::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.reason-to-choose-surround {
  position: relative;
}
.reason-to-choose-surround .banner-before {
  width: 100%;
  margin-bottom: -4px;
}

.reasons-to-choose {
  background: rgb(2, 35, 72);
  background: linear-gradient(180deg, rgb(2, 35, 72) 0%, rgb(2, 35, 72) 30%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 100%);
  margin-bottom: 120px;
}
@media only screen and (max-width: 764px) {
  .reasons-to-choose {
    height: 100%;
    padding: 40px 0;
    margin-bottom: 80px;
  }
}
.reasons-to-choose__inner {
  background-color: #023148;
  padding: 60px;
  width: 100%;
  max-width: 1400px;
  position: relative;
  margin: -200px auto 0 auto;
}
@media only screen and (max-width: 1410px) {
  .reasons-to-choose__inner {
    width: 90%;
  }
}
@media only screen and (max-width: 764px) {
  .reasons-to-choose__inner {
    position: static;
  }
}
.reasons-to-choose__inner h3 {
  font-size: 68px;
  color: white;
  font-weight: bold;
  margin: 0 0 24px 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 996px) {
  .reasons-to-choose__inner h3 {
    font-size: 40px;
  }
}
.reasons-to-choose__inner h4 {
  font-size: 28px;
  color: white;
  font-weight: bold;
  margin: 0 0 24px 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 996px) {
  .reasons-to-choose__inner h4 {
    font-size: 20px;
  }
}
.reasons-to-choose__inner p {
  font-size: 18px;
  color: #C9EAFF;
  margin: 0;
}
.reasons-to-choose__inner .reason {
  padding: 40px 0;
  border-bottom: 1px solid #99C3F1;
}
.reasons-to-choose__inner .reason__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 30px 0;
}
.reasons-to-choose__inner .reason__title h4 {
  margin: 0;
}
.reasons-to-choose__inner .reason__title img {
  margin-right: 16px;
}
.reasons-to-choose__inner .reason p {
  font-size: 16px;
  line-height: 26px;
}

.staggered-usps {
  background-color: #052A42;
  padding: 40px 0;
}
.staggered-usps__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
}
@media only screen and (max-width: 996px) {
  .staggered-usps__inner {
    flex-direction: column;
    gap: 0px;
  }
}
.staggered-usps__inner--col-left {
  width: 50%;
  transform: translateY(-10%);
}
.staggered-usps__inner--col-right {
  width: 50%;
}
@media only screen and (max-width: 996px) {
  .staggered-usps__inner--col-left {
    width: 100%;
    transform: translateY(0);
  }
  .staggered-usps__inner--col-right {
    width: 100%;
  }
}
.staggered-usps__inner .usp-item {
  background-color: #06324F;
  padding: 80px 60px;
  margin-bottom: 20px;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.2);
  position: relative;
}
.staggered-usps__inner .usp-item::before {
  content: url("./../images/usp-icon.png");
  position: absolute;
  left: -16px;
  top: -40px;
}
.staggered-usps__inner .usp-item h4 {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 36px;
  margin: 0 0 24px 0;
}
.staggered-usps__inner .usp-item p {
  margin: 0;
  color: #C9EAFF;
  line-height: 26px;
}

.page-template-mission-statement .reason-to-smile {
  padding: 125px 0 195px 0;
}

.team-listing {
  padding-bottom: 40px;
}
.team-listing__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 7px;
  align-content: stretch;
}
.team-listing__inner--item {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (max-width: 1200px) {
  .team-listing__inner--item {
    width: 49.5%;
  }
}
@media only screen and (max-width: 762px) {
  .team-listing__inner--item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.team-listing__inner--item img {
  width: 100%;
}
.team-listing__inner--item .item-content {
  background-color: #023148;
  padding: 30px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.team-listing__inner--item .item-content hr {
  width: 75%;
  height: 1px;
  border: none;
  background-color: #3273BD;
  margin: 24px 0;
}
.team-listing__inner--item .item-content h3 {
  color: white;
  font-size: 32px;
  text-transform: uppercase;
  margin: 0;
}
.team-listing__inner--item .item-content__title {
  text-transform: uppercase;
  color: #1CEAE3;
  font-weight: bold;
  font-size: 20px;
}
.team-listing__inner--item .item-content__edu {
  color: #C9EAFF;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 24px;
}
.team-listing__inner--item .item-content__gdc {
  color: #F6FDFF;
}

.page-template-meet-the-team .appointments-cta {
  background-color: transparent;
}

.private-fees__inner {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
}
.private-fees__inner p {
  margin: 0;
}
.private-fees__inner--title {
  display: flex;
  flex-direction: column !important;
  padding: 60px 60px 0px 60px;
  background-color: #F6FDFF;
}
.private-fees__inner--title .title {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  color: #023148;
}
@media only screen and (max-width: 992px) {
  .private-fees__inner--title .title {
    font-size: 26px;
  }
}
.private-fees__inner--title .subtext {
  font-size: 18px;
  color: #A2A2A2;
  padding: 30px 0px 60px 0;
}
.private-fees__inner--pricing {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.private-fees__inner--pricing .text-row {
  width: 100%;
  font-size: 18px;
  color: #A2A2A2;
  background-color: #F6FDFF;
  padding: 60px 60px;
}
.private-fees__inner--pricing .pricing-item {
  width: 33.33%;
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  color: #023148;
  background-color: #E8F4FB;
  padding: 30px 0;
  line-height: 60px;
}
@media only screen and (max-width: 992px) {
  .private-fees__inner--pricing .pricing-item {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
  }
}
.private-fees__inner--pricing .pricing-item span {
  color: #1CEAE3;
  font-size: 38px;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  .private-fees__inner--pricing .pricing-item span {
    font-size: 24px;
  }
}
.private-fees__inner--pricing .pricing-alt {
  background-color: #E1F3FE;
}

.special-offers__inner p.no-offers {
  font-size: 44px;
  text-transform: uppercase;
  color: #023148;
  font-weight: bold;
}
.special-offers__inner--item {
  background-color: #F6FDFF;
  padding: 80px 60px;
  margin-bottom: 40px;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media only screen and (max-width: 762px) {
  .special-offers__inner--item {
    padding: 30px;
  }
}
.special-offers__inner--item h4 {
  margin: 0 0 24px 0;
  font-size: 44px;
  text-transform: uppercase;
  color: #023148;
  max-width: 60%;
}
@media only screen and (max-width: 996px) {
  .special-offers__inner--item h4 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 762px) {
  .special-offers__inner--item h4 {
    font-size: 30px;
  }
}
.special-offers__inner--item p {
  margin: 0;
  color: #A2A2A2;
  line-height: 28px;
}

.page-template-special-offers .appointments-cta {
  background-color: white;
}

.offer-badge {
  background-color: #023148;
  display: inline-block;
  padding: 16px;
  text-align: center;
  border: 1px solid #1CEAE3;
  position: absolute;
  top: -75px;
  left: -20px;
}
@media only screen and (max-width: 765px) {
  .offer-badge {
    position: static;
    margin-bottom: 24px;
  }
}
.offer-badge__amount {
  font-size: 58px;
  font-weight: bold;
  color: white;
}
.offer-badge__message {
  font-size: 24px;
  text-transform: uppercase;
  color: white !important;
}

.text-right-image-left__inner--image img {
  width: 100% !important;
}

.text-right-image-left {
  padding: 150px 0;
  background-color: #023148;
}
.text-right-image-left__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
.text-right-image-left__inner--image {
  width: 40%;
}
.text-right-image-left__inner--image img {
  width: 100%;
}
.text-right-image-left__inner--content {
  width: 60%;
}
@media only screen and (max-width: 1150px) {
  .text-right-image-left__inner {
    gap: 80px;
  }
  .text-right-image-left__inner--content {
    width: 60%;
  }
  .text-right-image-left__inner--image {
    width: 40%;
  }
  .text-right-image-left__inner--image img {
    width: 100%;
    max-width: 605px;
  }
}
@media only screen and (max-width: 996px) {
  .text-right-image-left__inner {
    flex-direction: column;
  }
  .text-right-image-left__inner--content {
    width: 100%;
  }
  .text-right-image-left__inner--image {
    display: none;
  }
}
.text-right-image-left__inner h2 {
  font-size: 50px;
  text-transform: uppercase;
  color: white;
  margin: 0 0 24px;
}
@media only screen and (max-width: 762px) {
  .text-right-image-left__inner h2 {
    font-size: 30px;
  }
}
.text-right-image-left__inner p {
  font-size: 18px;
  line-height: 28px;
  color: #A2A2A2;
  margin: 0 0 24px 0;
}
.text-right-image-left__inner ul, .text-right-image-left__inner ol {
  padding: 0 0 0 15px;
  margin: 0;
  line-height: 24px;
}
.text-right-image-left__inner ul li, .text-right-image-left__inner ol li {
  font-size: 18px;
  color: #A2A2A2;
  margin: 0 0 24px 0;
}
.text-right-image-left__inner a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: white !important;
  background: #1CEAE3;
  padding: 16px 40px 16px 30px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.text-right-image-left__inner a::after {
  content: url("./../images/white-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-75%);
}
.text-right-image-left__inner a:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
.text-right-image-left__inner a.text-link {
  color: #EF476F !important;
  background: transparent;
  padding: 0;
  font-weight: normal;
  position: static;
  padding: 0;
  border-radius: 0;
  text-decoration: none;
  text-transform: none;
  transition: none;
}
.text-right-image-left__inner a.text-link::after {
  content: "";
  display: none;
}
.text-right-image-left__inner a.text-link:hover {
  transition: none;
  transform: translateY(0);
  box-shadow: none;
}

@media only screen and (max-width: 764px) {
  .page-template-contact-us .text-right-image-left {
    padding: 0 0 40px 0;
  }
}
.secondary-content {
  padding: 80px 0;
}
.secondary-content__inner h2 {
  font-size: 60px;
  text-transform: uppercase;
  color: #023148;
}
.secondary-content__inner h3 {
  font-size: 46px;
  text-transform: uppercase;
  color: #023148;
}
.secondary-content__inner h4 {
  font-size: 30px;
  text-transform: uppercase;
  color: #023148;
}
.secondary-content__inner p {
  font-size: 18px;
  line-height: 28px;
  color: #A2A2A2;
}

.not-found {
  padding: 0 0 460px 0;
  background: linear-gradient(#032135, #023148);
}
.not-found .reason-to-smile {
  padding: 0;
}
.not-found .reason-to-smile .friendly-cta {
  transform: translateY(-10%);
  margin: 0;
}
.not-found .reason-to-smile .friendly-cta:after {
  content: "" !important;
}

/* .not-found-hero {
  background-image: url("./../../dist/images/shutterstock_1087802747_LR-scaled.jpg");
} */

.not-found-hero {
  background-image: url("/wp-content/uploads/2026/03/updated.jpg");
}

.side-tabs {
  position: fixed;
  right: -184px;
  top: 50%;
  z-indeX: 50;
  transform: rotate(90deg);
}
.side-tabs__denplan {
  padding: 10px 24px;
  display: inline-block;
  background-color: #E4E1AD;
  color: #023148;
  border-radius: 0 0 8px 8px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.side-tabs__denplan:hover {
  transition: all 0.2s ease-in-out;
  background-color: #EF476F;
  color: white;
}
.side-tabs__finance {
  padding: 10px 24px;
  display: inline-block;
  background-color: #023148;
  color: white;
  border-radius: 0 0 8px 8px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.side-tabs__finance:hover {
  transition: all 0.2s ease-in-out;
  background-color: #EF476F;
  color: white;
}
@media only screen and (max-width: 762px) {
  .side-tabs {
    display: none;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
}
.modal__content {
  background-color: #023148;
  padding: 20px;
  width: 40%;
  border: none;
}
@media only screen and (max-width: 1200px) {
  .modal__content {
    width: 60%;
  }
}
@media only screen and (max-width: 700px) {
  .modal__content {
    width: 85%;
  }
}
.modal__content h2 {
  color: #C9EAFF;
  font-weight: normal !important;
}
.modal__content--close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal__content--close:hover, .modal__content--close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal #gform_submit_button_2 {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: white;
  background: #EF476F;
  padding: 16px 40px 16px 30px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  border: none;
  width: 100%;
}
.modal #gform_submit_button_2::after {
  content: url("./../images/white-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-75%);
}
.modal #gform_submit_button_2:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
.modal #gform_submit_button_2:hover {
  cursor: pointer;
}

form#gform_2 label, form#gform_2 legend {
  color: #C9EAFF;
  font-weight: normal !important;
}
form#gform_2 input, form#gform_2 textarea {
  background: transparent;
  border-bottom: 1px solid #1CEAE3;
  border-right: none;
  border-left: none;
  border-top: none;
  outline: none;
  color: white;
  padding: 16px 8px !important;
  width: 100%;
  font-size: 16px;
  margin-bottom: 24px;
}
form#gform_2 #field_2_1 {
  border: none;
  padding: 0;
}
form#gform_2 #field_2_1 .ginput_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
form#gform_2 #field_2_1 .ginput_container span {
  width: 49%;
}
@media only screen and (max-width: 700px) {
  form#gform_2 #field_2_1 .ginput_container span {
    width: 100%;
  }
}
form#gform_2 #field_2_1 .ginput_container span input {
  width: 100%;
  font-size: 16px;
}
form#gform_2 #field_2_1 .ginput_container span input ::placeholder {
  color: white;
}
form#gform_2 #field_2_6 {
  border: none;
  padding: 0;
  width: 49%;
  float: right;
}
form#gform_2 #field_2_6 .ginput_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
form#gform_2 #field_2_6 .ginput_container .gfield_time_hour, form#gform_2 #field_2_6 .ginput_container .gfield_time_minute {
  width: 45%;
}
form#gform_2 #field_2_6 .ginput_container .gfield_time_ampm select {
  width: 100%;
  height: max-content;
  display: inline-block;
  padding: 16px 0;
  background-color: transparent;
  color: #aaa;
  border: 1px solid #1CEAE3;
}
form#gform_2 #field_2_3 {
  width: 49%;
  float: left;
}
form#gform_2 #field_2_4 {
  width: 49%;
  float: right;
}
form#gform_2 #field_2_5 {
  width: 49%;
  float: left;
}

.gform-theme-datepicker {
  background-color: white;
  padding: 12px;
}
.gform-theme-datepicker tbody th, .gform-theme-datepicker tbody td {
  padding: 16px;
}
@media only screen and (max-width: 700px) {
  .gform-theme-datepicker tbody th, .gform-theme-datepicker tbody td {
    padding: 8px;
  }
}
.gform-theme-datepicker tbody th a, .gform-theme-datepicker tbody td a {
  color: #023148;
  font-size: 15px;
  font-weight: 500;
}
.gform-theme-datepicker tbody th a:hover, .gform-theme-datepicker tbody td a:hover {
  cursor: pointer;
  color: #EF476F;
}
.gform-theme-datepicker tbody td.ui-state-disabled {
  background: #eee;
  border-radius: 100%;
}
.gform-theme-datepicker tbody td.ui-state-disabled span {
  display: inline-block;
  position: relative;
  left: 4px;
  font-size: 15px;
  font-weight: 500;
}
.gform-theme-datepicker .ui-datepicker-header {
  width: 100%;
  flex-wrap: wrap;
}
.gform-theme-datepicker .ui-datepicker-header .ui-datepicker-next {
  float: right;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.gform-theme-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  cursor: pointer;
}
.gform-theme-datepicker .ui-datepicker-header .ui-datepicker-prev {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.gform-theme-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  cursor: pointer;
}
.gform-theme-datepicker .ui-datepicker-header .ui-datepicker-title {
  margin: 8px 0 8px 0;
}
.gform-theme-datepicker .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month {
  width: 69%;
  padding: 4px;
  margin-right: 2%;
}
.gform-theme-datepicker .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-year {
  width: 29%;
  padding: 4px;
}

h2.gform_submission_error {
  color: red;
  border: none;
}

.gfield_validation_message {
  color: red;
  margin-bottom: 16px;
}

.gform_validation_errors {
  outline: none !important;
}

p.gform_required_legend {
  color: red;
}

span.gfield_required {
  color: red;
}

#gform_confirmation_message_2 {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 26px;
  color: white;
  text-align: center !important;
  padding: 30px 0;
}
#gform_confirmation_message_2 strong {
  font-size: 20px;
  display: inline-block;
  margin-top: 16px;
  text-transform: none;
}

.privacy-policy {
  padding: 80px 0;
}
.privacy-policy p, .privacy-policy ul li {
  font-size: 18px;
  color: #A2A2A2;
}
.privacy-policy strong {
  font-size: 18px;
  color: #052A42;
  text-transform: uppercase;
}

.sitemap {
  padding-top: 4rem;
  padding-bottom: 12rem;
}
.sitemap__list {
  margin-bottom: 3rem;
}
.sitemap ul {
  padding-left: 1rem;
}
.sitemap li::marker {
  color: #1CEAE3;
}
.sitemap a {
  color: black;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.sitemap a:hover {
  color: #1CEAE3;
}
.sitemap .page_item_has_children {
  margin-bottom: 1rem;
}

.default {
  margin-top: -5rem;
}
.default__inner {
  padding: 2rem;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.3);
  background-color: white;
  z-index: 15;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  color: #A2A2A2;
}
.default__inner h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #023148;
}
.default__inner h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #023148;
}
.default__inner h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #023148;
}
.default__inner a {
  color: #0E9E9E;
  transition: all 0.3s ease-in-out;
}
.default__inner a:hover {
  color: rgb(11.2, 126.4, 126.4);
}

.hero {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1100px) {
  .hero {
    background-position: right;
  }
}
.hero__content {
  max-width: 760px;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  .hero__content {
    max-width: 100%;
    padding: 0 30px;
  }
}
.hero__content--title {
  font-size: 80px;
  font-weight: 900;
  text-transform: uppercase;
  color: #023148;
  line-height: 72px;
  margin: 0;
}
@media only screen and (max-width: 762px) {
  .hero__content--title {
    font-size: 40px;
    line-height: 50px;
  }
}
.hero__content--sub-title {
  display: inline-block;
  color: #157185;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 762px) {
  .hero__content--sub-title {
    padding-top: 40px;
  }
}
.hero__content--text p {
  font-size: 18px;
  line-height: 26px;
  color: #023148;
  margin-bottom: 24px;
}
.hero__content--ctas .treatment-cta {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: white;
  background: #023148;
  padding: 16px 40px 16px 30px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  margin-right: 16px;
}
.hero__content--ctas .treatment-cta::after {
  content: url("./../images/teal-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-75%);
}
.hero__content--ctas .treatment-cta:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 470px) {
  .hero__content--ctas .treatment-cta {
    margin-bottom: 24px;
    width: 100%;
  }
}
.hero__content--ctas .booking-cta {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: white;
  background: #EF476F;
  padding: 16px 40px 16px 30px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.hero__content--ctas .booking-cta::after {
  content: url("./../images/white-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-75%);
}
.hero__content--ctas .booking-cta:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 470px) {
  .hero__content--ctas .booking-cta {
    width: 100%;
  }
}
.hero__container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.hero .discover-treatments {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  z-index: 10;
  margin: 0 auto;
  display: inline-block;
  width: max-content;
  background-color: #023148;
  padding: 26px 32px;
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  border: 1px solid #1CEAE3;
}
.hero .discover-treatments::before {
  content: url("../images/diamond-icon.svg");
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.hero .discover-treatments::after {
  content: url("../images/teal-arrow-lg.svg");
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 430px) {
  .hero .discover-treatments {
    display: none;
  }
}

.hero-semi-circle {
  position: absolute;
  left: 0;
  bottom: -5%;
  height: auto;
  z-index: 10;
}
@media only screen and (max-width: 762px) {
  .hero-semi-circle {
    display: none;
  }
}

.hero-thin-circle {
  position: absolute;
  right: 0;
  top: 15%;
  z-index: 10;
}
@media only screen and (max-width: 762px) {
  .hero-thin-circle {
    display: none;
  }
}

.friendly-semi-circle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  transform: rotate(180deg);
}
@media only screen and (max-width: 762px) {
  .friendly-semi-circle {
    display: none;
  }
}

.services_slider {
  background-color: #083E61;
}
.services_slider .glide__slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 580px;
  text-decoration: none !important;
}
.services_slider .glide__slide a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 30px;
  height: 100%;
  width: 100%;
}
.services_slider .glide__slide h2 {
  color: white;
  text-transform: uppercase;
  font-size: 42px;
  margin: 0;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}
.services_slider .glide__slide p {
  color: white;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.services_slider .glide__arrows {
  display: flex;
  justify-content: flex-end;
  padding: 30px;
}
.services_slider .glide__arrows a {
  color: #1CEAE3;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 762px) {
  .services_slider .glide__arrows a {
    display: none;
  }
}
.services_slider .glide__arrows a::after {
  content: url("./../images/teal-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: -20px;
  top: -5%;
}
.services_slider .glide__arrow {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  width: 48px;
  height: 48px;
}
.services_slider .glide__arrow:first-of-type {
  margin-right: 8px;
}
.services_slider .glide__arrow:hover {
  cursor: pointer;
}

.slide-counter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-right: 40px;
}
@media only screen and (max-width: 762px) {
  .slide-counter {
    display: none;
  }
}
.slide-counter .slide-number {
  color: white;
  font-size: 20px;
}
.slide-counter .teal-line {
  width: 65px;
  height: 2px;
  background: #1CEAE3;
  margin: 0 16px;
}

.page-template-why-choose-apollo .services_slider {
  background-color: white;
}
.page-template-why-choose-apollo .services_slider .glide__arrow {
  background-color: #1CEAE3;
  border: none;
  width: 48px;
  height: 48px;
}
.page-template-why-choose-apollo .services_slider .glide__arrow:first-of-type {
  margin-right: 8px;
}
.page-template-why-choose-apollo .services_slider .glide__arrow:hover {
  cursor: pointer;
}
.page-template-why-choose-apollo .slide-number {
  color: #023148;
  font-size: 20px;
}

.finance-block {
  height: 880px;
  width: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 1100px) {
  .finance-block {
    background-position: left;
  }
}
@media only screen and (max-width: 762px) {
  .finance-block {
    padding: 40px 0;
    height: 1040px;
    justify-content: flex-start;
  }
}
.finance-block .container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.finance-block__content {
  width: 100%;
  max-width: 780px;
}
@media only screen and (max-width: 1400px) {
  .finance-block__content {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1100px) {
  .finance-block__content {
    max-width: 100%;
    padding: 0 30px;
  }
}
.finance-block__content--subtitle {
  color: #1CEAE3;
  font-size: 20px;
  font-weight: 500;
}
.finance-block__content--title h3 {
  color: white;
  font-size: 68px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 762px) {
  .finance-block__content--title h3 {
    font-size: 40px;
  }
}
.finance-block__content--text {
  color: #C9EAFF;
  font-size: 18px;
  line-height: 30px;
  padding-right: 100px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1100px) {
  .finance-block__content--text {
    padding-right: 0;
  }
}
.finance-block__content--contact h4 {
  color: #99C3F1;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
.finance-block__content--contact a {
  color: white;
  font-size: 60px;
  font-weight: 600;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 762px) {
  .finance-block__content--contact a {
    font-size: 40px;
  }
}
.finance-block__content--cta a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: white !important;
  background: #1CEAE3;
  padding: 16px 40px 16px 30px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.finance-block__content--cta a::after {
  content: url("./../images/white-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-75%);
}
.finance-block__content--cta a:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
.finance-block__plans {
  position: absolute;
  right: 40px;
  bottom: -20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 5;
}
@media only screen and (max-width: 1100px) {
  .finance-block__plans {
    margin: 0 auto;
    bottom: -120px;
    right: 0;
    left: 0;
    justify-content: center;
    width: 100%;
  }
}
@media only screen and (max-width: 762px) {
  .finance-block__plans {
    flex-direction: column;
  }
}
.finance-block__plans--finance {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #023148;
  padding: 40px 48px;
  width: 100%;
  max-width: 400px;
  height: 160px;
  position: relative;
  margin-right: 24px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 762px) {
  .finance-block__plans--finance {
    max-width: 48%;
    padding: 20px;
  }
}
@media only screen and (max-width: 762px) {
  .finance-block__plans--finance {
    max-width: 100%;
    padding: 44px 20px;
    height: 180px;
    margin: 0;
  }
}
.finance-block__plans--finance::before {
  content: url("./../images/finance-icon.svg");
  width: 84px;
  height: 84px;
  background-color: #023148;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -37px;
  left: -37px;
  border-radius: 100%;
  border: 1px solid #3273BD;
}
@media only screen and (max-width: 1100px) {
  .finance-block__plans--finance::before {
    top: -45px;
    left: 0px;
    right: 0;
    margin: 0 auto;
  }
}
.finance-block__plans--finance h4 {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  margin: 0;
}
@media only screen and (max-width: 1100px) {
  .finance-block__plans--finance h4 {
    text-align: center;
  }
}
.finance-block__plans--finance a {
  color: #1CEAE3;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .finance-block__plans--finance a {
    text-align: center;
    margin-right: 0;
  }
}
.finance-block__plans--finance a::after {
  content: url("./../images/teal-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: -20px;
  top: -5%;
}
@media only screen and (max-width: 1100px) {
  .finance-block__plans--finance a::after {
    right: 0px;
  }
}
.finance-block__plans--denplan {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #073C65;
  padding: 40px 48px;
  width: 100%;
  max-width: 400px;
  height: 160px;
  position: relative;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 762px) {
  .finance-block__plans--denplan {
    max-width: 48%;
    padding: 20px;
  }
}
@media only screen and (max-width: 762px) {
  .finance-block__plans--denplan {
    max-width: 100%;
    padding: 44px 20px;
    height: 180px;
    bottom: -20px;
  }
}
.finance-block__plans--denplan::before {
  content: url("./../images/denplan-icon.svg");
  width: 84px;
  height: 84px;
  background-color: #073C65;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -37px;
  left: -37px;
  border-radius: 100%;
  border: 1px solid #3273BD;
}
@media only screen and (max-width: 1100px) {
  .finance-block__plans--denplan::before {
    top: -45px;
    left: 0px;
    right: 0;
    margin: 0 auto;
  }
}
.finance-block__plans--denplan h4 {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  margin: 0;
}
@media only screen and (max-width: 1100px) {
  .finance-block__plans--denplan h4 {
    text-align: center;
  }
}
.finance-block__plans--denplan a {
  color: #1CEAE3;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .finance-block__plans--denplan a {
    text-align: center;
    margin-right: 0;
  }
}
.finance-block__plans--denplan a::after {
  content: url("./../images/teal-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: -20px;
  top: -5%;
}
@media only screen and (max-width: 1100px) {
  .finance-block__plans--denplan a::after {
    right: 0px;
  }
}

.reason-to-smile {
  padding: 125px 0;
}
@media only screen and (max-width: 1100px) {
  .reason-to-smile {
    padding: 175px 0 125px 0;
  }
}
@media only screen and (max-width: 764px) {
  .reason-to-smile {
    padding: 200px 0 0 0;
  }
}
.reason-to-smile .container-lg {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.reason-to-smile__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 850px;
}
.reason-to-smile__content--subtitle {
  color: #1CEAE3;
  font-size: 20px;
  font-weight: 500;
}
.reason-to-smile__content--title {
  font-size: 68px;
  font-weight: 900;
  color: #023148;
  text-transform: uppercase;
}
@media only screen and (max-width: 764px) {
  .reason-to-smile__content--title {
    font-size: 40px;
  }
}
.reason-to-smile__content--text {
  color: #A2A2A2;
}
.reason-to-smile__content--text p {
  line-height: 34px;
  font-size: 18px;
}
.reason-to-smile__content--text a {
  color: #EF476F;
}
.reason-to-smile .friendly-cta {
  position: relative;
  margin-top: 80px;
}
.reason-to-smile .friendly-cta::after {
  content: url("./../images/circles-pattern.svg");
  position: absolute;
  width: 100%;
  right: 0;
  top: -49%;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  z-index: -1;
}

.reason-to-smile .friendly-cta .offset-image {
  position: absolute;
  right: 0;
  bottom: -57%;
  z-index: 1;
}
@media only screen and (max-width: 765px) {
  .reason-to-smile .friendly-cta .offset-image {
    display: none;
  }
	.reason-to-smile .friendly-cta::after {
    display: none;
  }
}
.reason-to-smile .friendly-cta .offset-image img {
  width: 1200px;
}
@media only screen and (max-width: 1500px) {
  .reason-to-smile .friendly-cta .offset-image img {
    width: 900px;
  }
}
.reason-to-smile .friendly-cta .container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.reason-to-smile .friendly-cta .container::after {
  content: url("../../dist/images/thick-circle.svg");
  position: absolute;
  bottom: -40px;
  left: -10px;
}
@media only screen and (max-width: 762px) {
  .reason-to-smile .friendly-cta .container::after {
    display: none;
  }
}
.reason-to-smile .friendly-cta__inner {
  background-color: #023148;
  padding: 120px 100px 120px 40px;
  width: 100%;
  max-width: 800px;
  -webkit-clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 764px) {
  .reason-to-smile .friendly-cta__inner {
    -webkit-clip-path: none;
    clip-path: none;
    padding: 60px 30px;
  }
}
.reason-to-smile .friendly-cta__inner--title {
  color: white;
  font-size: 38px;
  text-transform: uppercase;
}
.reason-to-smile .friendly-cta__inner--title h4 {
  margin: 0;
}
@media only screen and (max-width: 764px) {
  .reason-to-smile .friendly-cta__inner--title h4 {
    font-size: 30px;
  }
}
.reason-to-smile .friendly-cta__inner--text {
  color: #C9EAFF;
  font-size: 18px;
  padding-right: 80px;
  margin: 24px 0 32px 0;
}
@media only screen and (max-width: 764px) {
  .reason-to-smile .friendly-cta__inner--text {
    padding-right: 0;
  }
}
.reason-to-smile .friendly-cta__inner--ctas .treatment-cta {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: white !important;
  background: #1CEAE3;
  padding: 16px 40px 16px 30px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  margin-right: 16px;
}
.reason-to-smile .friendly-cta__inner--ctas .treatment-cta::after {
  content: url("./../images/white-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-75%);
}
.reason-to-smile .friendly-cta__inner--ctas .treatment-cta:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 470px) {
  .reason-to-smile .friendly-cta__inner--ctas .treatment-cta {
    margin-right: 0;
    margin-bottom: 24px;
    width: 100%;
  }
}
.reason-to-smile .friendly-cta__inner--ctas .booking-cta {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: white;
  background: #EF476F;
  padding: 16px 40px 16px 30px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.reason-to-smile .friendly-cta__inner--ctas .booking-cta::after {
  content: url("./../images/white-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-75%);
}
.reason-to-smile .friendly-cta__inner--ctas .booking-cta:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 470px) {
  .reason-to-smile .friendly-cta__inner--ctas .booking-cta {
    width: 100%;
  }
}

.why-apollo-wrapper {
  position: relative;
}
.why-apollo-wrapper .why-semi-circle {
  position: absolute;
  left: 0;
  top: -10%;
  z-index: 5;
}
@media only screen and (max-width: 762px) {
  .why-apollo-wrapper .why-semi-circle {
    display: none;
  }
}
.why-apollo-wrapper .why-apollo {
  height: 1000px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media only screen and (max-width: 762px) {
  .why-apollo-wrapper .why-apollo {
    height: 750px;
    background-position: right;
    justify-content: flex-start;
    padding-top: 100px;
  }
}
.why-apollo-wrapper .why-apollo .container-lg {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 0 30px;
}
.why-apollo-wrapper .why-apollo__content {
  max-width: 800px;
  width: 100%;
}
.why-apollo-wrapper .why-apollo__content--subtitle {
  color: #1CEAE3;
  font-size: 20px;
  font-weight: 500;
}
.why-apollo-wrapper .why-apollo__content--title {
  font-size: 68px;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
}
@media only screen and (max-width: 762px) {
  .why-apollo-wrapper .why-apollo__content--title {
    font-size: 40px;
  }
}
.why-apollo-wrapper .why-apollo__content--text {
  color: #C9EAFF;
  margin-bottom: 40px;
}
.why-apollo-wrapper .why-apollo__content--text p {
  line-height: 34px;
  font-size: 18px;
}
.why-apollo-wrapper .why-apollo__content--cta {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: white !important;
  background: #1CEAE3;
  padding: 16px 40px 16px 30px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.why-apollo-wrapper .why-apollo__content--cta::after {
  content: url("./../images/white-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-75%);
}
.why-apollo-wrapper .why-apollo__content--cta:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
.why-apollo-wrapper .why-apollo__content--cta a {
  color: white;
}
.why-apollo-wrapper .why_slider {
  position: absolute;
  bottom: -250px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.why-apollo-wrapper .why_slider .glide__track {
  overflow: visible !important;
  overflow-x: hidden !important;
  height: 300px;
}
.why-apollo-wrapper .why_slider .glide__slide {
  height: 300px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.why-apollo-wrapper .why_slider .glide__slide:nth-child(odd) .glide__slide--inner, .why-apollo-wrapper .why_slider .glide__slide:nth-child(odd) .why-icon {
  background-color: #023148;
}
.why-apollo-wrapper .why_slider .glide__slide:nth-child(even) .glide__slide--inner, .why-apollo-wrapper .why_slider .glide__slide:nth-child(even) .why-icon {
  background-color: #022348;
}
.why-apollo-wrapper .why_slider .glide__slide--inner {
  height: 250px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 22px;
  padding: 50px;
  text-align: center;
  color: white;
  font-weight: bold;
}
.why-apollo-wrapper .why_slider .glide__slide .why-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 73px;
  border-radius: 100%;
  border: 1px solid #3273BD;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.why-apollo-wrapper .why_slider .glide__arrows {
  display: flex;
  justify-content: flex-end;
  padding: 30px;
}
.why-apollo-wrapper .why_slider .glide__arrow {
  background-color: #1CEAE3;
  border: none;
  width: 48px;
  height: 48px;
}
.why-apollo-wrapper .why_slider .glide__arrow:first-of-type {
  margin-right: 8px;
}
.why-apollo-wrapper .why_slider .glide__arrow:hover {
  cursor: pointer;
}
.why-apollo-wrapper .why_slider .slide-counter {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-right: 40px;
}
.why-apollo-wrapper .why_slider .slide-counter .slide-number {
  color: #023148;
  font-size: 20px;
}
.why-apollo-wrapper .why_slider .slide-counter .teal-line {
  width: 65px;
  height: 2px;
  background: #1CEAE3;
  margin: 0 16px;
}

.feedback {
  background-color: #F6FDFF;
  padding: 300px 0 120px 0;
  position: relative;
}
.feedback::after {
  content: url("../../dist/images/solid-circle.svg");
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 762px) {
  .feedback::after {
    display: none;
  }
}
@media only screen and (max-width: 764px) {
  .feedback {
    padding: 300px 0 0px 0;
  }
}
.feedback img {
  width: 100%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.feedback .container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
.feedback__content {
  width: 530px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 764px) {
  .feedback__content {
    width: 100%;
  }
}
.feedback__content h3 {
  font-size: 42px;
  font-weight: bold;
  color: #023148;
  margin-bottom: 16px;
}
.feedback__content p {
  font-size: 18px;
  color: #A2A2A2;
  line-height: 28px;
}

.treatments-fees {
  background-color: #F6FDFF;
  padding: 60px 0 120px 0;
  position: relative;
}
.treatments-fees::after {
  content: url("../../dist/images/solid-circle.svg");
  position: absolute;
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.treatments-fees .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1300px) {
  .treatments-fees .container {
    flex-direction: column;
  }
}
.treatments-fees__accordion-surround {
  width: 50%;
}
@media only screen and (max-width: 1300px) {
  .treatments-fees__accordion-surround {
    width: 100% !important;
    margin-bottom: 180px;
  }
}
.treatments-fees__accordion-surround a.accordion-cta {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: white;
  background: #023148;
  padding: 16px 40px 16px 30px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  margin-bottom: 24px;
}
.treatments-fees__accordion-surround a.accordion-cta::after {
  content: url("./../images/teal-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-75%);
}
.treatments-fees__accordion-surround a.accordion-cta:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
.treatments-fees__accordion-surround--content h3 {
  color: #023148;
  font-size: 42px;
  margin: 80px 0 24px 0;
}
.treatments-fees__accordion-surround--content p {
  max-width: 485px;
  width: 100%;
  color: #A2A2A2;
  font-size: 18px;
  line-height: 28px;
}
.treatments-fees__ctas {
  width: 50%;
  position: relative;
  display: flex;
}
@media only screen and (max-width: 1300px) {
  .treatments-fees__ctas {
    width: 100%;
  }
}
.treatments-fees__ctas img {
  margin: 0 auto;
  max-width: 90%;
  width: 100%;
}
.treatments-fees__ctas--treatment {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #023148;
  padding: 40px 48px;
  width: 100%;
  max-width: 400px;
  height: 160px;
  position: relative;
  margin-right: 24px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -50px;
  left: 0;
}
@media only screen and (max-width: 762px) {
  .treatments-fees__ctas--treatment {
    max-width: 48%;
    padding: 20px;
  }
}
@media only screen and (max-width: 762px) {
  .treatments-fees__ctas--treatment {
    max-width: 75%;
    top: -100px;
  }
}
.treatments-fees__ctas--treatment::before {
  content: url("./../images/finance-icon.svg");
  width: 84px;
  height: 84px;
  background-color: #023148;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -37px;
  border-radius: 100%;
  border: 1px solid #3273BD;
}
.treatments-fees__ctas--treatment h3 {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  margin: 0;
}
.treatments-fees__ctas--treatment a {
  color: #1CEAE3;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
  margin-right: auto;
  position: relative;
}
.treatments-fees__ctas--treatment a::after {
  content: url("./../images/teal-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: -20px;
  top: -5%;
}
.treatments-fees__ctas--denplan {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #073C65;
  padding: 40px 48px;
  width: 100%;
  max-width: 400px;
  height: 160px;
  position: relative;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -50px;
  right: 0;
}
@media only screen and (max-width: 762px) {
  .treatments-fees__ctas--denplan {
    max-width: 48%;
    padding: 20px;
  }
}
@media only screen and (max-width: 1500px) {
  .treatments-fees__ctas--denplan {
    right: 40px;
  }
}
@media only screen and (max-width: 762px) {
  .treatments-fees__ctas--denplan {
    max-width: 75%;
    bottom: -100px;
  }
}
.treatments-fees__ctas--denplan::before {
  content: url("./../images/denplan-icon.svg");
  width: 84px;
  height: 84px;
  background-color: #073C65;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -37px;
  border-radius: 100%;
  border: 1px solid #3273BD;
}
.treatments-fees__ctas--denplan h3 {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  margin: 0;
}
.treatments-fees__ctas--denplan a {
  color: #1CEAE3;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
  margin-right: auto;
  position: relative;
}
.treatments-fees__ctas--denplan a::after {
  content: url("./../images/teal-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: -20px;
  top: -5%;
}
.treatments-fees__accordion-surround {
  width: 50%;
}

/* Accordion styles */
.accordion {
  width: 100%;
}
.accordion__item {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.accordion__title {
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 28px;
  color: #023148;
  text-transform: uppercase;
}
@media only screen and (max-width: 762px) {
  .accordion__title {
    font-size: 17px;
  }
}
.accordion__title span {
  float: left;
  margin-right: 24px;
  font-weight: normal;
  color: #1CEAE3;
}
@media only screen and (max-width: 762px) {
  .accordion__title span {
    margin-right: 8px;
  }
}
.accordion .cross {
  transition: all 0.2s ease-in-out;
}
.accordion__content {
  padding-left: 40px;
}
@media only screen and (max-width: 764px) {
  .accordion__content {
    padding-left: 0px;
  }
}
.accordion__content p {
  margin: 0 0 24px 0;
  padding: 0;
  color: #A2A2A2;
  line-height: 26px;
}
.accordion__title + .accordion__content {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: all 0.2s ease-in-out;
}
.accordion__title.is-open + .accordion__content {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  height: auto;
  max-height: 2000px;
  transition: all 0.2s ease-in-out;
}
.accordion__title.is-open .cross {
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}

.client-testimonials {
  padding: 300px 0 120px 0;
}
@media only screen and (max-width: 764px) {
  .client-testimonials {
    padding: 100px 0 40px 0;
  }
}
.client-testimonials .container-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media only screen and (max-width: 996px) {
  .client-testimonials .container-flex {
    flex-direction: column;
    padding: 0 30px;
  }
}
.client-testimonials__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
}
.client-testimonials__content--subtitle {
  color: #1CEAE3;
  font-size: 20px;
  font-weight: 500;
}
.client-testimonials__content--title {
  font-size: 68px;
  font-weight: 900;
  color: #023148;
  text-transform: uppercase;
}
@media only screen and (max-width: 762px) {
  .client-testimonials__content--title {
    font-size: 40px;
  }
}
.client-testimonials__content--text {
  color: #A2A2A2;
}
.client-testimonials__content--text p {
  line-height: 34px;
  font-size: 18px;
}
.client-testimonials__view-all a {
  color: #1CEAE3;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
  margin-right: auto;
  position: relative;
  right: 20px;
}
@media only screen and (max-width: 762px) {
  .client-testimonials__view-all a {
    right: 0px;
  }
}
.client-testimonials__view-all a::after {
  content: url("./../images/teal-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: -20px;
  top: -5%;
}
.client-testimonials .testimonials-slider {
  position: relative;
  margin-top: 80px;
}
.client-testimonials .testimonials-slider::after {
  content: url("./../images/client-testimonials.jpg");
  position: absolute;
  right: 15%;
  bottom: -100%;
  z-index: 1;
}
@media only screen and (max-width: 1100px) {
  .client-testimonials .testimonials-slider::after {
    display: none;
  }
}
.client-testimonials .testimonials-slider .container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.client-testimonials .testimonials-slider__inner {
  background-color: #023148;
  padding: 120px 120px 120px 60px;
  max-width: 800px;
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 762px) {
  .client-testimonials .testimonials-slider__inner {
    -webkit-clip-path: none;
    clip-path: none;
    padding: 60px 40px 120px 40px;
  }
}
.client-testimonials .testimonials-slider__inner--text {
  color: #C9EAFF;
  font-size: 18px;
  padding-right: 80px;
  margin: 24px 0 32px 0;
}
.client-testimonials .testimonials-slider__inner .glide .slide-counter {
  margin-right: 24px;
}
.client-testimonials .testimonials-slider__inner .glide__slides p {
  color: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}
.client-testimonials .testimonials-slider__inner .glide__slides p:last-of-type {
  font-weight: normal !important;
  color: #C9EAFF;
}
.client-testimonials .testimonials-slider__inner .glide__arrows {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: -80px;
  right: 0;
  z-index: 10;
}
.client-testimonials .testimonials-slider__inner .glide__arrow {
  background-color: #1CEAE3;
  border: none;
  width: 48px;
  height: 48px;
}
.client-testimonials .testimonials-slider__inner .glide__arrow:first-of-type {
  margin-right: 8px;
}
.client-testimonials .testimonials-slider__inner .glide__arrow:hover {
  cursor: pointer;
}

.accreditations {
  margin: 400px 0 0 0;
  border-top: 1px solid #C9EAFF;
}
@media only screen and (max-width: 762px) {
  .accreditations {
    margin: 0;
  }
}
.accreditations__inner {
  padding: 80px 0 100px 0;
  text-align: center;
}
.accreditations__inner h3 {
  font-size: 42px;
  color: #023148;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 762px) {
  .accreditations__inner h3 {
    font-size: 30px;
  }
}
.accreditations__inner p {
  width: 50%;
  margin: 0 auto;
  color: #A2A2A2;
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 762px) {
  .accreditations__inner p {
    width: 100%;
    margin: 0;
  }
}
.accreditations__inner--logos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto;
  padding-top: 60px;
}
@media only screen and (max-width: 1300px) {
  .accreditations__inner--logos {
    width: 80%;
  }
}
@media only screen and (max-width: 996px) {
  .accreditations__inner--logos {
    flex-direction: column;
    width: 50%;
  }
}

.treatments-hero {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 762px) {
  .treatments-hero {
    background-position: 75% 50%;
  }
}
.treatments-hero .container-lg {
  height: 100%;
}
.treatments-hero__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 762px) {
  .treatments-hero__inner {
    justify-content: flex-end;
  }
}
.treatments-hero__inner--content {
  width: 100%;
  max-width: 700px;
}
@media only screen and (max-width: 762px) {
  .treatments-hero__inner--content {
    padding: 1rem;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.2705882353);
    margin-bottom: 2rem;
  }
}
.treatments-hero__inner--content span {
  font-size: 22px;
  color: #157185;
  font-weight: bold;
}
.treatments-hero__inner--content h1 {
  font-size: 80px;
  font-weight: 900;
  line-height: 72px;
  text-transform: uppercase;
  margin: 0;
  color: #023148;
}
@media only screen and (max-width: 762px) {
  .treatments-hero__inner--content h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.treatments-hero__inner--content p {
  font-size: 18px;
  color: #023148;
  line-height: 28px;
  margin: 18px 0 0 0;
}
.treatments-hero__inner--content a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: white;
  background: #EF476F;
  padding: 16px 40px 16px 30px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  margin-top: 18px;
  z-index: 50;
}
.treatments-hero__inner--content a::after {
  content: url("./../images/white-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-75%);
}
.treatments-hero__inner--content a:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
.treatments-hero .featured-treatment {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  z-index: 10;
  margin: 0 auto;
  display: inline-block;
  width: max-content;
  background-color: #023148;
  padding: 24px 32px;
  font-size: 24px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  border: 1px solid #1CEAE3;
}
.treatments-hero .featured-treatment::after {
  content: url("../images/teal-down-arrow.svg");
  margin-left: 8px;
  margin-top: 2px;
}
@media only screen and (max-width: 430px) {
  .treatments-hero .featured-treatment {
    display: none;
  }
}

.page-template-treatments .finance-block__content--subtitle {
  color: #157185;
}
.page-template-treatments .finance-block__content--title h3 {
  color: #023148;
}
.page-template-treatments .finance-block__content--text {
  color: #023148;
}
.page-template-treatments .finance-block__content--contact {
  color: #023148;
}
.page-template-treatments .finance-block__content--contact a {
  display: inline-block;
  color: #023148;
  font-weight: 900;
  margin-bottom: 24px;
}
.page-template-treatments .finance-block__content--contact h4 {
  color: #023148;
}
.page-template-treatments .finance-block__content--cta a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: white;
  background: #023148;
  padding: 16px 40px 16px 30px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  margin-right: 24px;
}
.page-template-treatments .finance-block__content--cta a::after {
  content: url("./../images/teal-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-75%);
}
.page-template-treatments .finance-block__content--cta a:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 762px) {
  .page-template-treatments .finance-block__content--cta a {
    margin: 0 0 24px 0;
  }
}
.page-template-treatments .finance-block__content--cta a:last-of-type {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: white;
  background: #EF476F;
  padding: 16px 40px 16px 30px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.page-template-treatments .finance-block__content--cta a:last-of-type::after {
  content: url("./../images/white-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-75%);
}
.page-template-treatments .finance-block__content--cta a:last-of-type:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.treatments-list {
  background-color: #F6FDFF;
  padding: 0 0 200px 0;
}
.treatments-list__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media only screen and (max-width: 996px) {
  .treatments-list__inner {
    gap: 0px;
  }
}
.treatments-list__inner--item {
  width: 33%;
  height: 530px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1350px) {
  .treatments-list__inner--item {
    width: 49.5%;
  }
}
@media only screen and (max-width: 996px) {
  .treatments-list__inner--item {
    width: 100%;
    margin-bottom: 5px;
  }
}
.treatments-list__inner--item h3 {
  color: white;
  text-transform: uppercase;
  font-size: 42px;
  margin: 0;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}
@media only screen and (max-width: 762px) {
  .treatments-list__inner--item h3 {
    font-size: 30px;
  }
}
.treatments-list__inner--item p {
  color: white;
  margin: 0;
}

.page-template-treatments .reason-to-smile {
  background: #F6FDFF;
}

.treatment_slider {
  position: relative;
  margin-bottom: -4px;
}
.treatment_slider .glide__arrows {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.treatment_slider .glide__arrow {
  background-color: #1CEAE3;
  border: none;
  width: 48px;
  height: 48px;
}
.treatment_slider .glide__arrow:first-of-type {
  margin-right: 8px;
}
.treatment_slider .glide__arrow:hover {
  cursor: pointer;
}
.treatment_slider .glide__slide {
  gap: 0 !important;
}
.treatment_slider .glide__slide img {
  width: 100%;
}

.page-template-treatment-single .services_slider {
  background-color: white;
}
.page-template-treatment-single .services_slider .slide-number {
  color: #023148;
}
.page-template-treatment-single .services_slider .glide__arrow {
  background-color: #1CEAE3;
}
.page-template-treatment-single .appointments-cta {
  background-color: white;
}

.treatment-accordion {
  background: linear-gradient(#032135, #023148);
  padding-top: 80px;
}
.treatment-accordion img {
  width: 100%;
}
.treatment-accordion .container {
  padding: 0 30px;
}
.treatment-accordion__inner {
  background-color: #06324F;
  padding: 40px;
  transform: translateY(-10%);
}
@media only screen and (max-width: 1100px) {
  .treatment-accordion__inner {
    transform: translateY(0);
  }
}
.treatment-accordion__inner h3 {
  text-transform: uppercase;
  color: white;
  font-size: 68px;
  margin: 0;
}
@media only screen and (max-width: 996px) {
  .treatment-accordion__inner h3 {
    font-size: 40px;
  }
}
.treatment-accordion__inner p {
  font-size: 18px;
  color: #C9EAFF;
}
.treatment-accordion__inner ul, .treatment-accordion__inner ol {
  padding: 0 0 0 15px;
  margin: 0 0 15px 0;
}
.treatment-accordion__inner ul li, .treatment-accordion__inner ol li {
  font-size: 18px;
  color: #C9EAFF;
  margin: 0 0 8px 0;
}
.treatment-accordion__inner .accordion h2 {
  color: white;
}
@media only screen and (max-width: 996px) {
  .treatment-accordion__inner .accordion h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 762px) {
  .treatment-accordion__inner .accordion h2 {
    font-size: 20px;
  }
}
.treatment-accordion__inner .accordion .accordion-cta {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: white !important;
  background: #1CEAE3;
  padding: 16px 40px 16px 30px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  margin-bottom: 32px;
}
.treatment-accordion__inner .accordion .accordion-cta::after {
  content: url("./../images/white-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-75%);
}
.treatment-accordion__inner .accordion .accordion-cta:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 996px) {
  .treatment-accordion__inner .accordion__content {
    padding: 0;
  }
}
.treatment-accordion__inner .accordion__item {
  border-bottom: 1px solid #81AAD8;
}
.treatment-accordion__inner .accordion__item:last-of-type {
  border-bottom: none;
}

.page-template-why-choose-apollo .reason-to-smile {
  padding: 0 0 125px 0;
}

@media only screen and (max-width: 762px) {
  .page-template-mission-statement .why-apollo {
    height: 500px;
  }
}
.page-template-mission-statement .why-apollo__content {
  max-width: 670px;
}
.page-template-mission-statement .why-apollo__content--text p {
  font-size: 80px;
  text-transform: uppercase;
  line-height: 70px;
  font-weight: 900;
  color: white;
}
@media only screen and (max-width: 762px) {
  .page-template-mission-statement .why-apollo__content--text p {
    font-size: 40px;
    line-height: 40px;
  }
}
.page-template-mission-statement .why-apollo__content--text p span {
  color: #1CEAE3;
}
.page-template-mission-statement .why-apollo__content--cta {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: white;
  background: #EF476F;
  padding: 16px 40px 16px 30px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.page-template-mission-statement .why-apollo__content--cta::after {
  content: url("./../images/white-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-75%);
}
.page-template-mission-statement .why-apollo__content--cta:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.page-template-testimonials .appointments-cta {
  background-color: white;
}
@media only screen and (max-width: 762px) {
  .page-template-testimonials .friendly-cta__inner {
    padding: 80px 30px;
  }
}
.page-template-testimonials .friendly-cta__inner::before {
  content: '"';
  position: absolute;
  left: 24px;
  top: 8px;
  font-size: 140px;
  color: #1CEAE3;
}
.page-template-testimonials .friendly-cta__inner::after {
  content: '"';
  position: absolute;
  right: 15%;
  bottom: -50px;
  font-size: 140px;
  color: #1CEAE3;
}
.page-template-testimonials .friendly-cta__inner--ctas {
  display: none;
}
.page-template-testimonials .friendly-cta__inner--text p {
  line-height: 28px;
}
.page-template-testimonials .reason-to-smile .friendly-cta .offset-image {
  bottom: -100%;
}

.staggered-testimonials {
  margin-top: 600px;
  padding: 40px 0;
}
@media only screen and (max-width: 762px) {
  .staggered-testimonials {
    margin-top: 100px;
  }
}
.staggered-testimonials__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
}
@media only screen and (max-width: 996px) {
  .staggered-testimonials__inner {
    flex-direction: column;
    gap: 0px;
  }
}
.staggered-testimonials__inner--col-left {
  width: 50%;
  transform: translateY(-20%);
}
.staggered-testimonials__inner--col-left .item {
  padding: 100px 60px;
  background-color: #F6FDFF;
  margin-bottom: 120px;
  position: relative;
}
.staggered-testimonials__inner--col-left .item p {
  line-height: 28px;
}
.staggered-testimonials__inner--col-left .item::before {
  content: '"';
  position: absolute;
  left: 40px;
  top: -50px;
  width: 100px;
  height: 100px;
  color: #1CEAE3;
  background-color: white;
  border: 1px solid #1CEAE3;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  font-size: 160px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.staggered-testimonials__inner--col-left .item::after {
  content: '"';
  position: absolute;
  right: 40px;
  bottom: -50px;
  width: 100px;
  height: 100px;
  color: #1CEAE3;
  background-color: white;
  border: 1px solid #1CEAE3;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  font-size: 160px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.staggered-testimonials__inner--col-right {
  width: 50%;
}
.staggered-testimonials__inner--col-right .item {
  padding: 100px 60px;
  background-color: #F6FDFF;
  margin-bottom: 120px;
  position: relative;
}
.staggered-testimonials__inner--col-right .item p {
  line-height: 28px;
}
.staggered-testimonials__inner--col-right .item::before {
  content: '"';
  position: absolute;
  left: 40px;
  top: -50px;
  width: 100px;
  height: 100px;
  color: #1CEAE3;
  background-color: white;
  border: 1px solid #1CEAE3;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  font-size: 160px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.staggered-testimonials__inner--col-right .item::after {
  content: '"';
  position: absolute;
  right: 40px;
  bottom: -50px;
  width: 100px;
  height: 100px;
  color: #1CEAE3;
  background-color: white;
  border: 1px solid #1CEAE3;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  font-size: 160px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 996px) {
  .staggered-testimonials__inner--col-left {
    width: 100%;
    transform: translateY(0);
  }
  .staggered-testimonials__inner--col-right {
    width: 100%;
  }
}

.page-template-cases-gallery .appointments-cta {
  background-color: white;
}
@media only screen and (max-width: 762px) {
  .page-template-cases-gallery .reason-to-smile {
    padding: 40px 0;
  }
}

.cases_slider {
  width: 100%;
  padding-top: 125px;
}
.cases_slider .glide__slide {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
@media only screen and (max-width: 762px) {
  .cases_slider .glide__slide {
    flex-direction: column;
  }
}
.cases_slider .glide__slide--intro-block {
  width: 100%;
}
.cases_slider .glide__slide--intro-block .case-slider-intro {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  width: 100%;
  margin: 0 0 24px 80px;
}
@media only screen and (max-width: 762px) {
  .cases_slider .glide__slide--intro-block .case-slider-intro {
    margin: 0 0 24px 24px;
  }
}
.cases_slider .glide__slide--intro-block .case-slider-intro h2 {
  font-size: 40px;
  font-weight: 900;
  color: #023148;
  text-transform: uppercase;
  margin: 0;
}
.cases_slider .glide__slide--intro-block .case-slider-intro p {
  line-height: 34px;
  font-size: 18px;
  color: #A2A2A2;
}
.cases_slider .glide__slide--before {
  width: 50%;
}
@media only screen and (max-width: 762px) {
  .cases_slider .glide__slide--before {
    width: 100%;
  }
}
.cases_slider .glide__slide--after {
  width: 50%;
}
@media only screen and (max-width: 762px) {
  .cases_slider .glide__slide--after {
    width: 100%;
  }
}
.cases_slider .glide__slide .tag {
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  padding: 24px 40px;
  background-color: #023148;
  display: inline-block;
  font-size: 24px;
  margin-left: 80px;
}
@media only screen and (max-width: 762px) {
  .cases_slider .glide__slide .tag {
    font-size: 16px;
    padding: 16px 24px;
    margin-left: 24px;
  }
}
.cases_slider .glide__slide img {
  width: 100%;
}
.cases_slider .glide__arrows {
  display: flex;
  justify-content: flex-end;
  padding: 24px 24px 0 0;
}
@media only screen and (max-width: 762px) {
  .cases_slider .glide__arrows .slide-counter {
    margin-right: 24px;
  }
}
.cases_slider .glide__arrows .slide-counter .slide-number {
  color: #023148;
}
.cases_slider .glide__arrow {
  background-color: #1CEAE3;
  border: none;
  width: 48px;
  height: 48px;
}
.cases_slider .glide__arrow:first-of-type {
  margin-right: 8px;
}
.cases_slider .glide__arrow:hover {
  cursor: pointer;
}

.playment-plans__item {
  position: relative;
}
.playment-plans__item .item-content {
  width: 100%;
  max-width: 760px;
  background-color: #023148;
  padding: 60px;
  display: flex;
  flex-direction: column;
  clear: both;
}
@media only screen and (max-width: 996px) {
  .playment-plans__item .item-content {
    max-width: 100%;
  }
}
.playment-plans__item .item-content__title h3 {
  color: white;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media only screen and (max-width: 762px) {
  .playment-plans__item .item-content__title h3 {
    font-size: 26px;
  }
}
.playment-plans__item .item-content__text {
  color: #C9EAFF;
}
.playment-plans__item .item-content__link a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: white !important;
  background: #1CEAE3;
  padding: 16px 40px 16px 30px;
  border-radius: 100px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  margin-top: 24px;
}
.playment-plans__item .item-content__link a::after {
  content: url("./../images/white-arrow.svg");
  width: 7px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-75%);
}
.playment-plans__item .item-content__link a:hover {
  transition: all 0.2s ease-in-out;
  transform: translateY(-4px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
.playment-plans .item-1, .playment-plans .item-3 {
  display: flex;
  flex-direction: column;
}
.playment-plans .item-1 .item-content, .playment-plans .item-3 .item-content {
  margin-right: auto;
  position: relative;
  z-index: 5;
}
.playment-plans .item-1 .item-content img, .playment-plans .item-3 .item-content img {
  float: none;
  max-width: 300px;
  transform: none;
  margin: 0;
}
.playment-plans .item-1 img, .playment-plans .item-3 img {
  margin: -10% 0 80px auto;
  max-width: 1125px;
  width: 100%;
}
@media only screen and (max-width: 996px) {
  .playment-plans .item-1 img, .playment-plans .item-3 img {
    margin: 0 0 24px 0;
  }
}
@media only screen and (min-width: 1500px) {
  .playment-plans .item-1 img, .playment-plans .item-3 img {
    margin: -25% 0 80px auto;
  }
}
.playment-plans .item-2, .playment-plans .item-4 {
  display: flex;
  flex-direction: column;
}
.playment-plans .item-2 .item-content, .playment-plans .item-4 .item-content {
  margin-left: auto;
  position: relative;
  z-index: 5;
}
.playment-plans .item-2 .item-content img, .playment-plans .item-4 .item-content img {
  float: none;
  max-width: 300px;
  transform: none;
  margin: 0;
}
.playment-plans .item-2 img, .playment-plans .item-4 img {
  margin: -10% auto 80px 0;
  max-width: 1125px;
  width: 100%;
}
@media only screen and (max-width: 996px) {
  .playment-plans .item-2 img, .playment-plans .item-4 img {
    margin: 0 0 24px 0;
  }
}
@media only screen and (min-width: 1500px) {
  .playment-plans .item-2 img, .playment-plans .item-4 img {
    margin: -25% auto 80px 0;
  }
}

.page-template-offers-fees-and-payments .playment-plans {
  padding: 80px 0;
}

.page-template-thank-you .treatments-hero__inner--content h1, .page-template-thank-you .treatments-hero__inner--content span {
  color: white;
}
.page-template-thank-you .reason-to-smile {
  background: linear-gradient(#032135, #023148);
  padding: 0 0 400px 0;
}
.page-template-thank-you .reason-to-smile .friendly-cta {
  transform: translateY(-10%);
  margin: 0;
}

.contact-us {
  background: linear-gradient(#032135, #023148);
}
.contact-us .gfield--type-honeypot {
  display: none !important;
}
.contact-us__inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 996px) {
  .contact-us__inner {
    flex-direction: column;
  }
}
.contact-us__inner--form {
  max-width: 980px;
  width: 100%;
  background-color: #032135;
  padding: 60px 80px;
  transform: translateY(-10%);
  box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 996px) {
  .contact-us__inner--form {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 762px) {
  .contact-us__inner--form {
    padding: 20px 40px;
  }
}
.contact-us__inner--form label {
  color: #C9EAFF;
  font-weight: normal !important;
  display: inline-block;
  margin-bottom: 8px;
}
.contact-us__inner--form input, .contact-us__inner--form textarea {
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #1CEAE3;
  border-right: none;
  border-left: none;
  border-top: none;
  outline: none;
  color: white;
  padding: 16px 8px !important;
  margin-bottom: 24px;
  font-size: 16px;
}
.contact-us__inner--form input::placeholder, .contact-us__inner--form textarea::placeholder {
  color: white;
}
.contact-us__inner--form .gform_required_legend {
  display: none;
}
.contact-us__inner--form #gform_submit_button_1 {
  width: 100%;
  border: none;
  text-transform: uppercase;
  background-color: #EF476F;
  border-radius: 100px;
  font-size: 24px;
  padding: 30px;
  font-weight: bold;
}
.contact-us__inner--form #gform_submit_button_1:hover {
  cursor: pointer;
}
.contact-us__inner--form #field_1_8 {
  border: none;
  padding: 0;
  margin: 0;
}
.contact-us__inner--form #field_1_8 legend {
  display: none;
}
.contact-us__inner--form #field_1_8 .ginput_container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.contact-us__inner--form #field_1_8 #input_1_8_1, .contact-us__inner--form #field_1_8 #input_2_7_1 {
  width: auto;
  border: none;
  padding: 4px;
}
.contact-us__inner--form #field_1_8 .gfield_consent_label {
  width: 75%;
  margin: 0 0 32px 8px;
}
.contact-us__inner--details {
  background-color: #023148;
  max-width: 630px;
  width: 100%;
  padding: 60px 50px;
  transform: translate(24px, -10%);
  position: relative;
  z-index: 5;
  box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 996px) {
  .contact-us__inner--details {
    transform: translate(0, -5%);
    max-width: 100%;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 762px) {
  .contact-us__inner--details {
    padding: 20px;
  }
}
.contact-us__inner--details h4 {
  text-transform: uppercase;
  color: white;
  font-size: 42px;
}
.contact-us__inner--details p {
  color: #C9EAFF;
}
.contact-us__inner--details .details-contacts {
  color: white;
  font-size: 50px;
  font-weight: bold;
  line-height: 40px;
}
.contact-us__inner--details .details-contacts a {
  color: #1CEAE3;
  font-size: 26px;
}
@media only screen and (max-width: 762px) {
  .contact-us__inner--details .details-contacts {
    font-size: 30px;
    line-height: 20px;
  }
  .contact-us__inner--details .details-contacts a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .contact-us__inner--details .details-contacts {
    font-size: 30px;
  }
  .contact-us__inner--details .details-contacts a {
    font-size: 16px;
  }
}
.contact-us h4 {
  margin: 0;
}

.contact-map {
  padding: 80px 30px;
  background-color: #023148;
}
.contact-map #map {
  width: 100%;
  height: 800px;
}
@media only screen and (max-width: 764px) {
  .contact-map #map {
    height: 400px;
  }
}

#field_2_7 {
  border: none;
  padding: 0;
  margin: 0;
}
#field_2_7 legend {
  display: none;
}
#field_2_7 .ginput_container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#field_2_7 #input_2_7_1 {
  width: auto;
  border: none;
  padding: 4px;
}
#field_2_7 .gfield_consent_label {
  width: 75%;
  margin: 0 0 32px 8px;
}
#field_2_7 .gfield_required_text {
  display: none;
}

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

@media not all and (min-resolution: 0.001dpcm) { 
	@supports (-webkit-appearance: none) and (stroke-color: transparent) {
		
		.treatments-fees__ctas img{
			height:100%!important;
		}
		.appointments-cta::after{
			display:none;
		}
	}
}
