/*
	Author: Filip Todorov - www.filiptodorov.com
	Project: S&G Family Dentistry
	All rights reserved
*/
@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Roboto+Condensed:ital,wght@0,700;1,700&display=swap");
@import "components/swiper-bundle.min.css";
.animated-effect, .sub-services .nav .nav-item .nav-link, .service-page .service-item:after, .service-page .service-item, .service-page .service-title, .dentists-list .dentist-item span, .dentists-list .dentist-item h4, .dentists-list .dentist-item, .customer-reviews .review-box, .top-services .service-box span, .top-services .service-box h4, .top-services .service-box:before, .top-services .service-box, footer.page-footer .nav.social-nav .nav-item .nav-link, footer.page-footer .nav:not(.social-nav) .nav-item .nav-link:before, footer.page-footer .nav:not(.social-nav) .nav-item .nav-link, footer.page-footer .btn img, .dropdown .dropdown-menu .dropdown-item, .dropdown .dropdown-menu .dropdown-title, header.page-header .navbar .navbar-nav .nav-item.dropdown-full .dropdown-menu .dropdown-item:after, header.page-header .navbar .navbar-nav .nav-item .nav-link, header.page-header .navbar-brand img, .cta {
  transition: 0.2s ease all;
}

.animated-long-effect, header.page-header .navbar {
  transition: 0.4s ease all;
}

.active-effect, .btn.btn-secondary:active, .btn.btn-primary:active {
  transform-origin: center;
  transform: scale(0.975);
}

.disable-selection, .img-fluid {
  user-select: none;
}

.disable-clicks, .img-fluid {
  pointer-events: none;
}

.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.heading-1 {
  text-shadow: rgba(19, 85, 95, 0.25) 0 1px 1px;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 1rem;
}
@media (max-width: 767.9px) {
  .heading-1 {
    font-size: 2.5rem;
    letter-spacing: 0;
    line-height: 1.1;
  }
}

.heading-2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #041113;
  margin-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .heading-2 {
    font-size: 2rem;
  }
}
@media (max-width: 767.9px) {
  .heading-2 {
    font-size: 2rem;
  }
}

.heading-3, .modal.appointment-modal .modal-content h4.fw-bolder {
  font-weight: bold;
  font-size: 1rem;
  color: #13555F;
}

.heading-4 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #13555F;
  line-height: 1;
}

html, body {
  font-family: "Inter", sans-serif;
  color: #111;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  html, body {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  html, body {
    font-size: 12px;
  }
}
@media (max-width: 767.9px) {
  html, body {
    font-size: 14px;
  }
}

.spinner-border.custom-spinner {
  border-width: 3px;
  color: #f6f6f6;
}

.text-brand {
  color: #68CAD4 !important;
}

.cta {
  background: #13555F;
  padding: 1rem 0;
  position: relative;
  overflow: hidden;
  z-index: 98;
  color: #fff;
  font-weight: 400;
  font-size: 0.8rem;
  text-decoration: none;
}
.cta:hover {
  background: #155f6a;
  color: #fff;
}
.cta .container {
  position: relative;
  z-index: 2;
}
.cta a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
  display: inline-block;
}
.cta a:hover, .cta a:focus, .cta a:active {
  text-decoration: underline;
  color: #fff;
}

header.page-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  border-bottom: 1px solid #f2f3f4;
}
header.page-header.active {
  box-shadow: rgba(4, 17, 19, 0.025) 0 0.5rem 2rem;
}
header.page-header .top-links {
  padding: 0.75rem 0;
  border-bottom: 1px solid #f2f3f4;
  z-index: 1;
  position: relative;
}
@media (max-width: 767.9px) {
  header.page-header .top-links {
    display: none;
  }
}
header.page-header .top-links .container {
  display: flex;
  align-items: center;
}
header.page-header .top-links .branding-contact {
  display: flex;
  align-items: center;
}
header.page-header .top-links .branding-contact .contact-item {
  margin-right: 1.5rem;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  color: #041113;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header .top-links .branding-contact .contact-item {
    margin-right: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .top-links .branding-contact .contact-item {
    margin-right: 1rem;
  }
}
header.page-header .top-links .branding-contact .contact-item:hover {
  color: #13555F;
}
header.page-header .top-links .branding-contact .contact-item img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.15rem;
}
header.page-header .top-links .branding-contact .contact-item span {
  display: block;
  font-weight: 400;
  font-size: 0.9rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .top-links .branding-contact .contact-item span {
    max-width: 150px;
  }
}
header.page-header .top-links .branding-contact .btn.btn-primary {
  padding: 0.5rem 1.25rem;
}
@media (max-width: 767.9px) {
  header.page-header .top-links .branding-contact .btn.btn-primary {
    position: fixed;
    bottom: 0.5rem;
    left: 1rem;
    right: 1rem;
    width: calc(100% - 2rem);
    z-index: 9;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 767.9px) {
  header.page-header .top-links .branding-contact {
    display: none;
  }
}
header.page-header .top-links .navbar-toggler {
  border: none;
  box-shadow: none;
  outline: none;
  margin-left: auto;
}
header.page-header .top-links .navbar-toggler .navbar-toggler-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
header.page-header .top-links .contact-phone {
  font-size: 0.8rem;
  padding: 0;
  color: #13555F;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  font-weight: 600;
}
header.page-header .navbar-brand img {
  height: 90px;
  width: auto;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header .navbar-brand img {
    height: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar-brand img {
    height: 60px;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar-brand img {
    height: 50px;
  }
}
header.page-header .navbar {
  padding: 0;
  background: #fff;
}
@media (max-width: 767.9px) {
  header.page-header .navbar {
    padding: 0.5rem 0;
  }
}
header.page-header .navbar .contact-item {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #13555F;
  font-weight: 600;
  font-size: 0.9rem;
}
header.page-header .navbar .contact-item img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}
header.page-header .navbar .navbar-nav .nav-item {
  flex-grow: 1;
}
header.page-header .navbar .navbar-nav .nav-item.last-item .nav-link:after {
  display: block;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item.last-item .nav-link:after {
    display: none;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link {
  padding: 3rem 1.5rem;
  font-weight: 600;
  font-size: 1.1rem;
  color: #041113;
  border-radius: 0;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    padding: 3rem 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 991.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    padding: 2.5rem 1rem;
    font-size: 1rem;
  }
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.5rem 0;
    width: 100%;
    text-align: center;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #f2f3f4;
  content: " ";
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link:before {
    display: none;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:after {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  width: 1px;
  height: 100%;
  background: #f2f3f4;
  content: " ";
  display: none;
}
@media (max-width: 767.9px) {
  header.page-header .navbar .navbar-nav .nav-item .nav-link:after {
    display: none;
  }
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:hover, header.page-header .navbar .navbar-nav .nav-item .nav-link:focus {
  color: #13555F;
  background: rgba(19, 85, 95, 0.05);
}
header.page-header .navbar .navbar-nav .nav-item .nav-link:active {
  color: #13555F;
}
header.page-header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #13555F;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown-full {
  position: static;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown-full .dropdown-menu {
  width: 100%;
  padding: 2.5rem;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown-full .dropdown-menu .dropdown-title {
  margin-bottom: 0.5rem;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown-full .dropdown-menu .dropdown-item {
  position: relative;
  padding-right: 2.5rem;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown-full .dropdown-menu .dropdown-item:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: url("../img/icons/arrow-right.svg") center no-repeat;
  background-size: contain;
  content: " ";
  margin: auto;
  transform-origin: center;
  transform: translateX(-1rem);
  opacity: 0;
  visibility: hidden;
}
header.page-header .navbar .navbar-nav .nav-item.dropdown-full .dropdown-menu .dropdown-item:hover:after, header.page-header .navbar .navbar-nav .nav-item.dropdown-full .dropdown-menu .dropdown-item:focus:after, header.page-header .navbar .navbar-nav .nav-item.dropdown-full .dropdown-menu .dropdown-item:active:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
header.page-header .navbar .navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
}
header.page-header .request-appointment-mobile {
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 0;
  width: 100%;
}
header.page-header .request-appointment-mobile .btn {
  border-radius: 0;
}

.dropdown .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: rgba(4, 17, 19, 0.15) 0 0.25rem 2rem;
  padding: 0.5rem 0;
  top: calc(100% - 2px);
}
@media (max-width: 767.9px) {
  .dropdown .dropdown-menu {
    box-shadow: none;
    padding: 0;
    text-align: center;
  }
}
.dropdown .dropdown-menu .dropdown-title {
  padding: 0.5rem 1rem;
  font-weight: 600;
  color: #041113;
  font-size: 1.1rem;
  margin: 0;
  display: block;
  text-decoration: none;
}
.dropdown .dropdown-menu .dropdown-title:hover {
  color: #13555F;
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  font-weight: 400;
  color: #041113;
  border-radius: 0;
  white-space: normal;
}
.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:focus {
  color: #13555F;
  background: rgba(19, 85, 95, 0.05);
}
.dropdown .dropdown-menu .dropdown-item:active {
  color: #13555F;
  background: rgba(19, 85, 95, 0.1);
}
.dropdown .dropdown-menu .dropdown-item.active {
  color: #fff;
  background: #13555F;
}

footer.page-footer {
  background: #13555F;
  padding: 5rem 0;
}
footer.page-footer .btn img {
  width: 1rem;
  height: 1rem;
  filter: brightness(0) invert(1);
}
footer.page-footer .btn:hover img, footer.page-footer .btn:focus img, footer.page-footer .btn:active img {
  filter: none;
}
footer.page-footer .navbar-brand img {
  filter: brightness(0) invert(1);
}
@media (min-width: 768px) and (max-width: 991.9px) {
  footer.page-footer .navbar-brand img {
    max-width: 100%;
  }
}
footer.page-footer hr {
  margin: 3rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  background: transparent;
  opacity: 1;
}
footer.page-footer h3 {
  font-weight: bold;
  color: #fff;
  font-size: 1.25rem;
}
@media (max-width: 767.9px) {
  footer.page-footer h3 {
    margin: 2rem 0 0.5rem 0;
  }
}
footer.page-footer p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
}
footer.page-footer p:last-child {
  margin-bottom: 0;
}
footer.page-footer p a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
footer.page-footer p.disclaimer {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.25);
  margin: 0;
  line-height: 1.2;
}
footer.page-footer p.serving-area {
  font-size: 1.75rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767.9px) {
  footer.page-footer p.serving-area {
    font-size: 1.25rem;
    margin-top: 2.5rem;
    font-weight: 400;
  }
}
footer.page-footer .nav:not(.social-nav) .nav-item {
  margin-top: 0.5rem;
}
footer.page-footer .nav:not(.social-nav) .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  margin-bottom: 0.25rem;
  display: block;
  line-height: 1.2;
  position: relative;
  padding: 0 1rem 0 0;
}
footer.page-footer .nav:not(.social-nav) .nav-item .nav-link:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #fff;
  content: " ";
  opacity: 0;
  transform: translateX(-4px);
}
footer.page-footer .nav:not(.social-nav) .nav-item .nav-link:hover {
  color: #fff;
  opacity: 1;
  padding-left: 1rem;
  padding-right: 0;
}
footer.page-footer .nav:not(.social-nav) .nav-item .nav-link:hover:before {
  opacity: 1;
  transform: translateX(0);
}
footer.page-footer .nav:not(.social-nav).legal-links .nav-item {
  margin-bottom: 0;
}
footer.page-footer .nav:not(.social-nav).legal-links .nav-item .nav-link {
  margin-bottom: 0;
}
footer.page-footer .nav.social-nav .nav-item .nav-link {
  width: 3rem;
  height: 3rem;
  background: rgba(255, 255, 255, 0.2);
  padding: 0;
  line-height: calc(3rem - 5px);
  text-align: center;
}
footer.page-footer .nav.social-nav .nav-item .nav-link:hover, footer.page-footer .nav.social-nav .nav-item .nav-link:focus, footer.page-footer .nav.social-nav .nav-item .nav-link:active {
  background: rgba(255, 255, 255, 0.3);
}
footer.page-footer .nav.social-nav .nav-item .nav-link img {
  width: 1rem;
  height: 1rem;
  filter: brightness(0) invert(1);
}
footer.page-footer .working-hour {
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0 0 0;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  footer.page-footer .working-hour {
    flex-direction: column;
    justify-content: flex-start;
  }
}
footer.page-footer .working-hour span {
  display: inline-block;
}
footer.page-footer .working-hour strong {
  font-weight: 400;
}
footer.page-footer .border-top {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.btn {
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
}
.btn.btn-lg {
  padding: 1rem 2rem;
  font-size: 1.25rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .btn.btn-lg {
    padding: 1rem 1.75rem;
    font-size: 1.15rem;
  }
}
.btn:hover, .btn:focus, .btn:not(:disabled):not(.disabled):active {
  box-shadow: rgba(4, 17, 19, 0.2) 0 0.15rem 0.25rem;
}
.btn.btn-primary {
  background: #13555F;
  border-color: #13555F;
  color: #fff;
}
.btn.btn-primary img {
  filter: brightness(0) invert(1);
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background: #1c7b8a;
  border-color: #1c7b8a;
}
.btn.btn-secondary {
  background: #F0E4BB;
  border-color: #F0E4BB;
  color: #0b2f35;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
  background: #f9f5e5;
  border-color: #f9f5e5;
  color: #13555F;
}
.btn.btn-link {
  padding: 0;
  border: none;
  color: #13555F;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:active {
  border: none;
  background: none;
  box-shadow: none !important;
  outline: none;
  color: #1c7b8a;
}
.btn.btn-arrow-right {
  display: inline-flex;
  align-items: center;
}
.btn.btn-arrow-right img {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.25rem;
}
.btn .spinner-border {
  width: 1.25rem;
  height: 1.25rem;
  border-width: 2px;
}

.modal.appointment-modal .modal-dialog {
  max-width: 550px;
}
.modal.appointment-modal .modal-content {
  padding: 1.5rem;
  border: none;
  box-shadow: rgba(19, 85, 95, 0.1) 0 0.25rem 2rem;
  border-radius: 0;
}
@media (max-width: 767.9px) {
  .modal.appointment-modal .modal-content {
    padding: 1rem;
  }
}
.modal.appointment-modal .modal-content h4.fw-bolder {
  font-size: 1.25rem;
  margin: 1.5rem 0 1rem 0;
}
.modal.appointment-modal .modal-content p a {
  color: inherit;
  text-decoration: none;
}
.modal.appointment-modal .modal-header {
  border: none;
  position: relative;
  padding-bottom: 0;
}
.modal.appointment-modal .modal-header .modal-title {
  color: #041113;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 0;
}
@media (max-width: 767.9px) {
  .modal.appointment-modal .modal-header .modal-title {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.modal.appointment-modal .modal-header .btn-close {
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.modal.appointment-modal h4 {
  font-weight: bold;
  color: #13555F;
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
}
@media (max-width: 767.9px) {
  .modal.appointment-modal h4 {
    font-size: 1.25rem;
  }
}
.modal.appointment-modal form {
  margin-top: 2rem;
  padding-top: 2rem;
}
.modal.appointment-modal .form-response {
  display: none;
  text-align: center;
}
.modal.appointment-modal .form-response img {
  display: block;
  margin: auto;
  width: 8rem;
  height: 8rem;
}
.modal.appointment-modal .form-response h4 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #13555F;
  margin-bottom: 1rem;
}
.modal.appointment-modal .form-response p {
  font-size: 0.9rem;
  color: #041113;
}
.modal.appointment-modal .form-response a:not(.btn) {
  color: #041113;
  font-weight: bold;
}

.form-label {
  margin-bottom: 0.35rem;
  font-size: 1rem;
  font-weight: 400;
  color: #041113;
}
.form-label span {
  font-weight: 400;
  color: rgba(19, 85, 95, 0.5);
  font-size: 90%;
}

.form-control {
  height: auto;
  padding: 1rem;
  border-color: rgba(4, 17, 19, 0.1);
  border-radius: 0;
}
.form-control:focus {
  border-color: rgba(4, 17, 19, 0.3);
  box-shadow: rgba(4, 17, 19, 0.1) 0 0.25rem 1rem;
}

textarea.form-control {
  min-height: 140px;
}

.main {
  position: relative;
  padding: 10rem 0;
}
.main video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.main:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 2;
  background-color: rgba(13, 19, 36, 0.2);
  background-image: radial-gradient(circle farthest-corner at 0% 100%, rgba(104, 202, 212, 0.2), transparent 25%), radial-gradient(circle farthest-corner at 100% 0, rgba(240, 228, 187, 0.4), transparent 25%);
}
.main:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #13555F;
  content: " ";
  z-index: 1;
  opacity: 0.3;
}
.main .container {
  position: relative;
  z-index: 3;
}
.main h1 {
  font-weight: 700;
  color: #fff;
  line-height: 1;
  font-size: 4.5rem;
  font-family: "Roboto Condensed", sans-serf;
  font-style: italic;
  letter-spacing: -2px;
  max-width: 85%;
}
@media (max-width: 767.9px) {
  .main h1 {
    font-size: 3.5rem;
    letter-spacing: -1px;
    max-width: 100%;
  }
}
.main p {
  font-size: 1.25rem;
  color: #fff;
  margin: 1.5rem 0 0 0;
}

.differentiation {
  position: relative;
  padding: 7.5rem 0;
}
@media (max-width: 767.9px) {
  .differentiation {
    padding: 5rem 0;
  }
}
.differentiation h2 {
  font-weight: bold;
  color: #041113;
  font-size: 2rem;
  font-family: "Roboto Condensed", sans-serf;
  font-style: italic;
}
.differentiation .differentiation-content {
  padding-left: 2.5rem;
  margin-left: 1rem;
  border-left: 5px solid #13555F;
}
@media (max-width: 767.9px) {
  .differentiation .differentiation-content {
    padding-left: 0;
    margin-left: 0;
    margin-top: 1.5rem;
    border-left: none;
  }
  .differentiation .differentiation-content p:last-child {
    margin-bottom: 0;
  }
}

.top-services {
  position: relative;
  padding: 0 0;
  z-index: 1;
}
.top-services:before {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 50%;
  background: #fdfbf5;
  content: " ";
}
.top-services .container {
  position: relative;
  z-index: 2;
}
.top-services .service-box {
  display: block;
  position: relative;
  width: 100%;
  height: 20rem;
  background: #F0E4BB;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .top-services .service-box {
    height: 15rem;
  }
}
.top-services .service-box:hover {
  box-shadow: rgba(19, 85, 95, 0.3) 0 0.5rem 2.5rem;
}
.top-services .service-box:hover:before {
  opacity: 0;
}
.top-services .service-box:hover h4 {
  transform: translateY(-1.5rem);
}
.top-services .service-box:hover span {
  transform: translateY(0);
  opacity: 1;
}
.top-services .service-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: " ";
  background: #13555F;
  opacity: 0.1;
}
.top-services .service-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
.top-services .service-box h4 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serf;
  font-style: italic;
  color: #fff;
  font-size: 2rem;
  padding: 2rem 1rem;
  text-align: center;
  line-height: 1;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .top-services .service-box h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767.9px) {
  .top-services .service-box h4 {
    font-size: 1.5rem;
  }
}
.top-services .service-box span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  background: #13555F;
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 0;
  line-height: 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  transform-origin: center;
  transform: translateY(2.5rem);
}

.customer-reviews {
  position: relative;
  padding: 7.5rem 0;
  z-index: 0;
}
@media (max-width: 767.9px) {
  .customer-reviews {
    padding: 5rem 0;
  }
}
.customer-reviews .section-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
.customer-reviews .review-box {
  position: relative;
  background: #fff;
  padding: 0;
}
.customer-reviews .review-box .review-stars {
  display: flex;
  align-items: center;
}
.customer-reviews .review-box .review-stars img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
}
.customer-reviews .review-box h5 {
  font-weight: bold;
  color: #041113;
  font-size: 1.5rem;
  margin: 1.5rem 0 0.5rem 0;
  font-family: "Roboto Condensed", sans-serf;
}
.customer-reviews .review-box p {
  color: #041113;
}
.customer-reviews .review-box .review-person-wrapper {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(4, 17, 19, 0.1);
}
.customer-reviews .review-box .review-person-wrapper span {
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  text-align: center;
  line-height: 3rem;
  background: #13555f;
  color: #fff;
  margin-right: 0.5rem;
}
.customer-reviews .review-box .review-person-wrapper strong {
  display: block;
  color: #13555F;
}

.content-page {
  padding: 5rem 0;
}
.content-page h1 {
  font-weight: bold;
  color: #041113;
  margin: 0 0 1.5rem 0;
}
.content-page h2, .content-page h3, .content-page h4, .content-page h5, .content-page h6 {
  font-weight: bold;
  color: #041113;
  margin: 2.5rem 0 1rem 0;
}
.content-page a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}
.content-page a:hover {
  color: #13555F;
}

.meet-doctor {
  position: relative;
  padding: 4rem 0;
  background: rgba(19, 85, 95, 0.1);
}
@media (max-width: 767.9px) {
  .meet-doctor {
    text-align: center;
  }
}
.meet-doctor img.doctor-image {
  border-radius: 1rem;
  width: 100%;
}
@media (max-width: 767.9px) {
  .meet-doctor img.doctor-image {
    width: 60%;
    margin: auto;
    display: block;
  }
}
.meet-doctor h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #68CAD4;
}
.meet-doctor h2 {
  font-weight: bold;
  color: #041113;
  font-size: 2rem;
  font-family: "Roboto Condensed", sans-serf;
  font-style: italic;
}
@media (max-width: 767.9px) {
  .meet-doctor h2 {
    margin-left: 0;
  }
}
.meet-doctor p {
  color: #13555F;
}
.meet-doctor p a {
  color: #13555F;
  font-weight: 600;
  text-decoration: underline;
}

.about-main {
  position: relative;
  padding: 5rem 0 7.5rem 0;
}
@media (max-width: 767.9px) {
  .about-main {
    padding: 2.5rem 0 5rem 0;
    text-align: center;
  }
}
@media (max-width: 767.9px) {
  .about-main .img-fluid {
    margin-bottom: 2.5rem;
  }
}
.about-main h1 {
  font-weight: bold;
  color: #041113;
  font-size: 3.5rem;
  font-family: "Roboto Condensed", sans-serf;
  font-style: italic;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .about-main h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .about-main h1 {
    font-size: 3rem;
  }
}
.about-main h2 {
  color: #13555F;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 1.5rem 0;
  font-style: italic;
  font-family: "Roboto Condensed", sans-serf;
}
.about-main p {
  font-size: 1.25rem;
  color: #041113;
  margin: 1.5rem 0 2.5rem 0;
}

.our-priorities {
  position: relative;
  background: #f3fbfc;
  padding: 7.5rem 0;
}
@media (max-width: 767.9px) {
  .our-priorities {
    padding: 5rem 0;
  }
}
.our-priorities h3 {
  font-weight: bold;
  color: #13555F;
  font-size: 2.5rem;
  font-family: "Roboto Condensed", sans-serf;
  font-style: italic;
}
@media (max-width: 767.9px) {
  .our-priorities h3 {
    font-size: 2rem;
  }
}
.our-priorities p {
  margin: 1.5rem 0;
}
.our-priorities p a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}
.our-priorities p a:hover {
  color: #13555F;
}
.our-priorities .priority-item {
  text-align: center;
  padding: 0 2.5rem;
}
.our-priorities .priority-item img {
  display: block;
  width: 4rem;
  height: 4rem;
  margin: auto;
}
.our-priorities .priority-item strong {
  font-weight: 400;
  color: #041113;
  display: block;
  margin: 1.5rem 0 0 0;
}

.cta-1 {
  position: relative;
  padding: 7.5rem 0;
}
@media (max-width: 767.9px) {
  .cta-1 {
    padding: 25rem 0 5rem 0;
  }
}
.cta-1 .section-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
@media (max-width: 767.9px) {
  .cta-1 .section-image {
    width: 100%;
    height: 20rem;
  }
}
.cta-1:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 4rem);
  width: 8rem;
  height: 8rem;
  margin: auto;
  background: #fff;
  border-radius: 1rem;
  content: " ";
  z-index: 1;
}
@media (max-width: 767.9px) {
  .cta-1:before {
    display: none;
  }
}
.cta-1:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 4rem);
  width: 8rem;
  height: 8rem;
  margin: auto;
  background: url("../img/logo-icon-only.png") center no-repeat;
  background-size: 4rem;
  content: " ";
  z-index: 2;
}
@media (max-width: 767.9px) {
  .cta-1:after {
    display: none;
  }
}
.cta-1 h3 {
  font-weight: bold;
  color: #041113;
  font-size: 2.5rem;
  font-family: "Roboto Condensed", sans-serf;
  font-style: italic;
}
.cta-1 p {
  font-size: 1.25rem;
  color: #041113;
  margin: 1.5rem 0 2.5rem 0;
}
.cta-1 p a {
  color: inherit;
  text-decoration: none;
}

.affiliations {
  position: relative;
  padding: 5rem 0 7.5rem 0;
}
@media (max-width: 767.9px) {
  .affiliations {
    padding: 2.5rem 0 5rem 0;
    text-align: center;
  }
}
.affiliations h1 {
  font-weight: bold;
  color: #041113;
  font-size: 3.5rem;
  font-family: "Roboto Condensed", sans-serf;
  font-style: italic;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .affiliations h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .affiliations h1 {
    font-size: 3rem;
  }
}
.affiliations h2 {
  color: #13555F;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 1.5rem 0;
  font-style: italic;
  font-family: "Roboto Condensed", sans-serf;
}
.affiliations p {
  font-size: 1.25rem;
  color: #041113;
  margin: 1.5rem 0 2.5rem 0;
}
.affiliations .companies {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767.9px) {
  .affiliations .companies {
    margin-top: 2.5rem;
  }
}
.affiliations .companies img {
  margin: 1.5rem;
  max-width: 300px;
  max-height: 80px;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .affiliations .companies img {
    max-width: 200px;
    max-height: 50px;
  }
}
@media (max-width: 767.9px) {
  .affiliations .companies img {
    max-width: 150px;
    max-height: 40px;
    margin: 0.5rem;
  }
}

.community {
  position: relative;
  padding: 7.5rem 0;
  background: #f3fbfc;
}
@media (max-width: 767.9px) {
  .community {
    padding: 5rem 0;
  }
  .community .img-fluid {
    margin-bottom: 2.5rem;
  }
}
.community h2 {
  font-weight: bold;
  color: #13555F;
  font-size: 2.5rem;
  font-family: "Roboto Condensed", sans-serf;
  font-style: italic;
}
.community h3 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #68CAD4;
  margin: 0 0 1.5rem 0;
}
.community p {
  color: #041113;
}

.join-our-team {
  position: relative;
  padding: 5rem 0 7.5rem 0;
}
@media (max-width: 767.9px) {
  .join-our-team {
    padding: 2.5rem 0 5rem 0;
  }
  .join-our-team .img-fluid {
    margin-bottom: 2.5rem;
  }
}
.join-our-team h1 {
  font-weight: bold;
  color: #041113;
  font-size: 3.5rem;
  font-family: "Roboto Condensed", sans-serf;
  font-style: italic;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .join-our-team h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .join-our-team h1 {
    font-size: 3rem;
  }
}
.join-our-team h2 {
  color: #13555F;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 1.5rem 0;
  font-style: italic;
  font-family: "Roboto Condensed", sans-serf;
}
.join-our-team p {
  font-size: 1.25rem;
  color: #041113;
  margin: 1.5rem 0 1rem 0;
}
.join-our-team ul {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.9px) {
  .join-our-team ul {
    display: block;
  }
}
.join-our-team ul li {
  display: block;
  position: relative;
  padding-left: 2rem;
  width: 50%;
  margin-top: 0.5rem;
}
@media (max-width: 767.9px) {
  .join-our-team ul li {
    width: 100%;
  }
}
.join-our-team ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1.5rem;
  height: 1.5rem;
  background: rgba(240, 228, 187, 0.5);
  content: " ";
  z-index: 0;
  border-radius: 50%;
}
.join-our-team ul li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.35rem;
  width: 0.8rem;
  height: 0.45rem;
  border-left: 3px solid #cca82d;
  border-bottom: 3px solid #cca82d;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
  z-index: 1;
}

.team-features {
  position: relative;
  background: url("../img/careers-0.jpg") center no-repeat fixed;
  background-size: cover;
}
@media (max-width: 767.9px) {
  .team-features {
    padding: 2.5rem 0;
  }
}
.team-features:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #13555F;
  content: " ";
  z-index: 2;
  opacity: 0.8;
}
.team-features .container {
  position: relative;
  z-index: 3;
}
.team-features .feature-item {
  display: block;
  position: relative;
  padding: 7.5rem 5rem 7.5rem 0;
}
@media (max-width: 767.9px) {
  .team-features .feature-item {
    padding: 2.5rem 0;
  }
}
.team-features .feature-item:before {
  position: absolute;
  top: 6.5rem;
  left: 0;
  width: 5rem;
  height: 5rem;
  background: #fff;
  opacity: 0.2;
  content: " ";
  z-index: 0;
  border-radius: 1rem;
}
@media (max-width: 767.9px) {
  .team-features .feature-item:before {
    top: 1.5rem;
  }
}
.team-features .feature-item img {
  width: 3rem;
  height: 3rem;
  margin-left: 1rem;
  filter: brightness(0) invert(1);
  position: relative;
  z-index: 2;
}
.team-features .feature-item h4 {
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  font-size: 1.25rem;
  margin: 2.5rem 0 0 0;
}

.dentists {
  padding: 7.5rem 0;
  position: relative;
}
@media (max-width: 767.9px) {
  .dentists {
    padding: 25rem 0 5rem 0;
  }
}
.dentists:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: url("../img/dentists-0.jpg") center no-repeat;
  background-size: cover;
  content: " ";
  z-index: 0;
}
@media (max-width: 767.9px) {
  .dentists:after {
    width: 100%;
    height: 20rem;
  }
}
.dentists:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 8rem;
  height: 8rem;
  margin: auto;
  background: url("../img/logo-icon-only.png") center no-repeat #fff;
  background-size: 4rem;
  border-radius: 1rem;
  content: " ";
  z-index: 1;
}
@media (max-width: 767.9px) {
  .dentists:before {
    display: none;
  }
}
.dentists .container {
  position: relative;
  z-index: 3;
}
.dentists h1 {
  font-weight: bold;
  color: #041113;
  font-size: 3.5rem;
  font-family: "Roboto Condensed", sans-serf;
  font-style: italic;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .dentists h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .dentists h1 {
    font-size: 3rem;
  }
}
.dentists p {
  font-size: 1rem;
  color: #041113;
  margin: 1rem 0 1rem 0;
}
.dentists p.lead {
  font-size: 1.25rem;
}

.dentists-list {
  position: relative;
  padding: 7.5rem 0;
  background: #fdfbf5;
}
@media (max-width: 767.9px) {
  .dentists-list {
    padding: 5rem 0;
  }
}
.dentists-list h2 {
  font-weight: bold;
  color: #041113;
  font-size: 2rem;
  font-family: "Roboto Condensed", sans-serf;
  font-style: italic;
}
.dentists-list hr {
  margin: 3.5rem 0 5rem 0;
  opacity: 0.1;
}
.dentists-list .dentist-item {
  display: block;
  position: relative;
  background: #fff;
  color: #041113;
  text-decoration: none;
  overflow: hidden;
}
.dentists-list .dentist-item:hover {
  box-shadow: rgba(19, 85, 95, 0.2) 0 0 0 0.5rem;
}
.dentists-list .dentist-item:active {
  box-shadow: rgba(19, 85, 95, 0.4) 0 0 0 0.5rem;
  transform-origin: center;
  transform: scale(0.985);
}
.dentists-list .dentist-item img {
  width: 100%;
}
.dentists-list .dentist-item h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 1.5rem;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serf;
  font-style: italic;
  font-size: 1.5rem;
  margin: 0;
  transform: translateY(-2rem);
}
.dentists-list .dentist-item span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  background: #13555F;
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 0;
  line-height: 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  transform-origin: center;
  transform: translateY(0);
  opacity: 1;
}

.breadcrumb-wrapper {
  position: relative;
  background: #f3fbfc;
  padding: 0.75rem 0;
}
.breadcrumb-wrapper .breadcrumb {
  margin: 0;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  font-size: 0.9rem;
  color: rgba(4, 17, 19, 0.5);
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
  color: #13555F;
  text-decoration: none;
  font-weight: bold;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a:hover {
  color: #68CAD4;
}

.dentist-page {
  position: relative;
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .dentist-page {
    padding: 2.5rem 0 5rem 0;
  }
}
.dentist-page .dentist-image {
  display: block;
  width: 70%;
}
@media (max-width: 767.9px) {
  .dentist-page .dentist-image {
    width: 50%;
  }
}
.dentist-page .dentist-testimonial {
  border-left: 2px solid #13555F;
  padding-left: 1.5rem;
  margin-top: 1.5rem;
  padding-right: 1.5rem;
}
.dentist-page .dentist-testimonial p {
  font-style: italic;
  font-size: 1rem;
  color: #041113;
}
.dentist-page .dentist-testimonial span {
  font-weight: bold;
  color: #13555F;
}
.dentist-page h1 {
  font-size: 3.5rem;
  font-family: "Roboto Condensed", sans-serf;
  font-style: italic;
  font-weight: bold;
  color: #041113;
}
@media (max-width: 767.9px) {
  .dentist-page h1 {
    font-size: 2.5rem;
  }
}
.dentist-page .dentist-intro p {
  font-size: 1.25rem;
  color: #041113;
}
.dentist-page h4 {
  font-weight: bold;
  color: #13555F;
  font-size: 1.25rem;
  margin: 1.5rem 0 0.5rem 0;
}
.dentist-page ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dentist-page ul li {
  display: block;
  position: relative;
  padding-left: 2rem;
  margin-top: 0.5rem;
}
.dentist-page ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1.5rem;
  height: 1.5rem;
  background: rgba(240, 228, 187, 0.5);
  content: " ";
  z-index: 0;
  border-radius: 50%;
}
.dentist-page ul li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.35rem;
  width: 0.8rem;
  height: 0.45rem;
  border-left: 3px solid #cca82d;
  border-bottom: 3px solid #cca82d;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
  z-index: 1;
}

.service-page {
  position: relative;
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .service-page {
    padding: 2.5rem 0;
  }
}
.service-page h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #041113;
  font-family: "Roboto Condensed", sans-serf;
  font-style: italic;
  margin: 0 0 2.5rem 0;
}
@media (max-width: 767.9px) {
  .service-page h1 {
    margin-bottom: 0;
  }
}
.service-page .service-title {
  padding: 0.5rem 0;
  font-weight: 600;
  color: #041113;
  font-size: 1.1rem;
  margin: 0;
  margin-bottom: 0.5rem;
  display: block;
  text-decoration: none;
}
@media (max-width: 767.9px) {
  .service-page .service-title {
    font-size: 1.25rem;
    margin: 1.5rem 0 0.25rem 0;
  }
}
.service-page .service-title:hover {
  color: #13555F;
}
.service-page .service-item {
  padding: 0.5rem 0;
  display: block;
  font-weight: 400;
  color: #041113;
  border-radius: 0;
  position: relative;
  text-decoration: none;
}
.service-page .service-item:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: url("../img/icons/arrow-right.svg") center no-repeat;
  background-size: contain;
  content: " ";
  margin: auto;
  transform-origin: center;
  transform: translateX(-1rem);
  opacity: 0;
  visibility: hidden;
}
.service-page .service-item:hover, .service-page .service-item:focus {
  color: #13555F;
  background: none;
}
.service-page .service-item:hover:after, .service-page .service-item:focus:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.service-page .service-item:active {
  color: #13555F;
}
.service-page .service-item:active:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.service-page .service-item.active {
  color: #fff;
  background: #13555F;
}

.service-header {
  position: relative;
  padding: 5rem 0 7.5rem 0;
}
@media (max-width: 767.9px) {
  .service-header {
    padding: 2.5rem 0 5rem 0;
  }
  .service-header .img-fluid {
    margin-bottom: 2.5rem;
  }
}
.service-header .container {
  position: relative;
  z-index: 3;
}
.service-header h1 {
  font-weight: bold;
  color: #041113;
  font-size: 3.5rem;
  font-family: "Roboto Condensed", sans-serf;
  font-style: italic;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .service-header h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .service-header h1 {
    font-size: 3rem;
  }
}
.service-header h2 {
  font-size: 1.75rem;
  color: #13555F;
  font-weight: bold;
  margin: 0.5rem 0 1.5rem 0;
}
.service-header p {
  font-size: 1rem;
  color: #041113;
  margin: 1rem 0 1rem 0;
}
@media (max-width: 767.9px) {
  .service-header p:last-child {
    margin-bottom: 0;
  }
}
.service-header p a {
  color: inherit;
  text-decoration: none;
}
.service-header p.lead {
  font-size: 1.25rem;
}
.service-header ul {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
  display: block;
}
.service-header ul li {
  display: block;
  position: relative;
  padding-left: 2rem;
  margin-top: 0.5rem;
}
.service-header ul li:before {
  position: absolute;
  top: 0.15rem;
  left: 0;
  margin: auto;
  width: 1.5rem;
  height: 1.5rem;
  background: rgba(240, 228, 187, 0.5);
  content: " ";
  z-index: 0;
  border-radius: 50%;
}
.service-header ul li:after {
  position: absolute;
  top: 0.65rem;
  left: 0.35rem;
  width: 0.8rem;
  height: 0.45rem;
  border-left: 3px solid #cca82d;
  border-bottom: 3px solid #cca82d;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
  z-index: 1;
}

.services-provided {
  padding: 7.5rem 0;
  background: #fdfbf5;
}
@media (max-width: 767.9px) {
  .services-provided {
    padding: 5rem 0;
  }
}
.services-provided h3 {
  font-weight: bold;
  color: #041113;
  font-size: 3rem;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serf;
  font-style: italic;
}
.services-provided p {
  font-weight: bold;
  color: #041113;
}
.services-provided ul {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
  display: block;
}
.services-provided ul li {
  display: block;
  position: relative;
  padding-left: 2rem;
  margin-top: 0.5rem;
}
.services-provided ul li:before {
  position: absolute;
  top: 0.15rem;
  left: 0;
  margin: auto;
  width: 1.5rem;
  height: 1.5rem;
  background: rgba(240, 228, 187, 0.5);
  content: " ";
  z-index: 0;
  border-radius: 50%;
}
.services-provided ul li:after {
  position: absolute;
  top: 0.65rem;
  left: 0.35rem;
  width: 0.8rem;
  height: 0.45rem;
  border-left: 3px solid #cca82d;
  border-bottom: 3px solid #cca82d;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
  z-index: 1;
}

.cta-3 {
  display: block;
  padding: 5rem 0;
  background: #13555F;
}
@media (max-width: 767.9px) {
  .cta-3 {
    text-align: center;
  }
}
.cta-3 p {
  font-weight: 400;
  font-size: 1.5rem;
  color: #fff;
  margin: 0;
}
@media (max-width: 767.9px) {
  .cta-3 p {
    margin-bottom: 2.5rem;
  }
}
.cta-3 p a {
  color: inherit;
  text-decoration: none;
}

.cta-4 {
  display: block;
  padding: 5rem 0;
  background: #68CAD4;
}
.cta-4 p {
  font-weight: 400;
  font-size: 1.5rem;
  color: #fff;
  margin: 0;
}
.cta-4 p a {
  color: inherit;
  text-decoration: none;
}

.cta-5 {
  position: relative;
  padding: 12rem 0;
  background: url("../img/happy-smile.jpg") center no-repeat fixed;
  background-size: cover;
}
.cta-5:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #13555F;
  content: " ";
  z-index: 0;
  opacity: 0.75;
}
.cta-5 .container {
  position: relative;
  z-index: 2;
}
.cta-5 h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
}
.cta-5 p {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}
.cta-5 p a {
  color: inherit;
  text-decoration: none;
}
.cta-5.v2 {
  background: url("../img/sleep-apnea.jpg") center no-repeat fixed;
  background-size: cover;
}
.cta-5.v2 ul {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
  display: block;
}
.cta-5.v2 ul li {
  display: block;
  position: relative;
  padding-left: 2rem;
  margin-top: 0.5rem;
  color: #fff;
}
.cta-5.v2 ul li:before {
  position: absolute;
  top: 0.15rem;
  left: 0;
  margin: auto;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #fff;
  content: " ";
  z-index: 0;
  border-radius: 50%;
}
.cta-5.v2 ul li:after {
  position: absolute;
  top: 0.65rem;
  left: 0.35rem;
  width: 0.8rem;
  height: 0.45rem;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
  z-index: 1;
}

.sub-services {
  padding: 5rem 0;
}
.sub-services.v2 {
  background: rgba(19, 85, 95, 0.05);
}
.sub-services .nav {
  position: sticky;
  top: 13.95rem;
  margin: -0.75rem 0;
  border-right: 1px solid #f2f3f4;
}
@media (max-width: 767.9px) {
  .sub-services .nav {
    display: none;
  }
}
.sub-services .nav .nav-item .nav-link {
  padding: 0.75rem 1rem;
  font-weight: 600;
  color: #041113;
  border-left: 5px solid transparent;
}
.sub-services .nav .nav-item .nav-link:hover, .sub-services .nav .nav-item .nav-link.active {
  background: rgba(19, 85, 95, 0.05);
  color: #13555F;
  border-left: 5px solid #13555F;
}
.sub-services .sub-service {
  display: block;
  position: relative;
}
.sub-services .sub-service:first-child .offset-element {
  top: -13.75rem;
}
.sub-services .sub-service .offset-element {
  position: absolute;
  top: -8.75rem;
  left: 0;
  display: block;
}
@media (max-width: 767.9px) {
  .sub-services .sub-service .offset-element {
    top: -4.75rem;
  }
}
.sub-services .sub-service + .sub-service {
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 1px solid #f2f3f4;
}
@media (max-width: 767.9px) {
  .sub-services .sub-service + .sub-service {
    padding-top: 2.5rem;
    margin-top: 2.5rem;
  }
}
.sub-services .sub-service h2 {
  font-weight: bold;
  color: #041113;
  font-size: 2.5rem;
}
@media (max-width: 767.9px) {
  .sub-services .sub-service h2 {
    font-size: 2rem;
  }
}
.sub-services .sub-service h3 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #13555F;
  margin: 2.5rem 0 0.5rem 0;
}
@media (max-width: 767.9px) {
  .sub-services .sub-service h3 {
    font-size: 1.25rem;
  }
}
.sub-services .sub-service a {
  color: inherit;
  text-decoration: underline;
  font-weight: 600;
}
.sub-services .sub-service p.cta-paragraph {
  background: rgba(19, 85, 95, 0.1);
  padding: 1.5rem;
  margin-top: 1.5rem;
}
.sub-services .sub-service ul {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
  display: block;
}
.sub-services .sub-service ul li {
  display: block;
  position: relative;
  padding-left: 2rem;
  margin-top: 0.5rem;
}
.sub-services .sub-service ul li:before {
  position: absolute;
  top: 0.15rem;
  left: 0;
  margin: auto;
  width: 1.5rem;
  height: 1.5rem;
  background: rgba(240, 228, 187, 0.5);
  content: " ";
  z-index: 0;
  border-radius: 50%;
}
.sub-services .sub-service ul li:after {
  position: absolute;
  top: 0.65rem;
  left: 0.35rem;
  width: 0.8rem;
  height: 0.45rem;
  border-left: 3px solid #cca82d;
  border-bottom: 3px solid #cca82d;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
  z-index: 1;
}

.service-benefits {
  position: relative;
  padding: 5rem 0;
  background: rgba(19, 85, 95, 0.1);
}
.service-benefits h3 {
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serf;
  font-style: italic;
  color: #13555F;
}
.service-benefits .benefit-item {
  display: block;
  margin-top: 2.5rem;
}
@media (max-width: 767.9px) {
  .service-benefits .benefit-item {
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
  }
}
.service-benefits .benefit-item img {
  display: block;
  width: 4rem;
  height: 4rem;
}
.service-benefits .benefit-item strong {
  display: block;
  color: #13555F;
  margin-top: 1rem;
}
@media (max-width: 767.9px) {
  .service-benefits .benefit-item strong {
    margin-top: 0;
    padding-left: 1rem;
  }
}
@media (max-width: 767.9px) {
  .service-benefits.v2 .benefit-item {
    display: block;
  }
}
.service-benefits.v2 .benefit-item strong {
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 1.5rem 0 1rem 0;
}
@media (max-width: 767.9px) {
  .service-benefits.v2 .benefit-item strong {
    padding-left: 0;
  }
}

.insurance-header {
  position: relative;
  padding: 7.5rem 0;
  background: url("../img/payments-0.jpg") center no-repeat;
  background-size: cover;
}
.insurance-header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #061c1f;
  content: " ";
  z-index: 0;
  opacity: 0.5;
}
.insurance-header .container {
  position: relative;
  z-index: 2;
}
.insurance-header h1 {
  font-weight: bold;
  color: #fff;
  font-size: 3rem;
  font-family: "Roboto Condensed", sans-serf;
  font-style: italic;
  line-height: 1;
}
.insurance-header h2 {
  color: #13555F;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 1.5rem 0;
  font-style: italic;
  font-family: "Roboto Condensed", sans-serf;
}
.insurance-header p {
  font-size: 1.25rem;
  color: #fff;
  margin: 1.5rem 0 1.5rem 0;
}
.insurance-header p.small {
  color: rgba(255, 255, 255, 0.75);
  margin: 1rem 0 0 0;
  font-size: 0.8rem;
}

.reviews {
  padding-top: 5rem;
}
.reviews h1 {
  font-weight: bold;
  color: #13555F;
  font-size: 2rem;
  line-height: 1;
}
.reviews #sp_widget {
  position: relative;
}
.reviews .satisfied-patient-reviews-box {
  padding: 2.5rem 0 0 0;
}
.reviews .satisfied-patient-reviews-box .satisfied-patient-platforms {
  display: flex;
}
.reviews .satisfied-patient-reviews-box .satisfied-patient-platforms .satisfied-patient-platforms-link {
  font-family: "Inter", sans-serif;
  color: #041113;
  font-size: 1rem;
  margin-right: 40px;
  margin-left: 0;
}
.reviews .satisfied-patient-reviews-box .satisfied-patient-platforms .satisfied-patient-platforms-link.active {
  color: #13555F;
  border-bottom-color: transparent;
}
.reviews .satisfied-patient-reviews-box .satisfied-patient-platforms .satisfied-patient-platforms-link.active span {
  background: #13555F;
}
.reviews .satisfied-patient-reviews-box .satisfied-patient-platforms .satisfied-patient-platforms-link span {
  font-size: 0.7rem;
  background: #f2f3f4;
  border-radius: 1rem;
  font-weight: bold;
  color: rgba(4, 17, 19, 0.5);
}
.reviews .satisfied-patient-reviews-box .satisfied-patient-reviews {
  padding-bottom: 5rem;
}
.reviews .satisfied-patient-reviews-box .satisfied-patient-reviews .satisfied-patient-review-item {
  margin: 1rem 0 0 0;
  padding: 1.5rem;
  border-radius: 1rem;
  background: rgba(19, 85, 95, 0.025);
  box-sizing: border-box;
  width: 100%;
}
.reviews .satisfied-patient-reviews-box .satisfied-patient-reviews .satisfied-patient-review-item:hover {
  background: rgba(19, 85, 95, 0.05);
}
.reviews .satisfied-patient-reviews-box .satisfied-patient-reviews .satisfied-patient-review-item .satisfied-patient-review-item-from {
  font-family: "Inter", sans-serif;
}
.reviews .satisfied-patient-reviews-box .satisfied-patient-reviews .satisfied-patient-review-item .satisfied-patient-review-item-from strong {
  font-size: 1rem;
  font-weight: bold;
  color: #13555F;
}
.reviews .satisfied-patient-reviews-box .satisfied-patient-reviews .satisfied-patient-review-item .satisfied-patient-review-item-from a {
  color: rgba(4, 17, 19, 0.5);
}
.reviews .satisfied-patient-reviews-box .satisfied-patient-reviews .satisfied-patient-review-item .satisfied-patient-review-item-content {
  font-size: 1rem;
  color: #041113;
  font-family: "Inter", sans-serif;
}
@media (min-width: 768px) {
  .reviews .satisfied-patient-company {
    position: absolute;
    top: 2rem;
    right: 0;
  }
}

.new-patients-header {
  position: relative;
  padding: 5rem 0 7.5rem 0;
}
@media (max-width: 767.9px) {
  .new-patients-header {
    padding: 2.5rem 0 5rem 0;
  }
  .new-patients-header .img-fluid {
    margin-bottom: 2.5rem;
  }
}
.new-patients-header .container {
  position: relative;
  z-index: 3;
}
.new-patients-header h1 {
  font-weight: bold;
  color: #041113;
  font-size: 3.5rem;
  font-family: "Roboto Condensed", sans-serf;
  font-style: italic;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .new-patients-header h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .new-patients-header h1 {
    font-size: 3rem;
  }
}
.new-patients-header h2 {
  font-size: 1.75rem;
  color: #13555F;
  font-weight: bold;
  margin: 0.5rem 0 1.5rem 0;
}
.new-patients-header p {
  font-size: 1rem;
  color: #041113;
  margin: 1rem 0 1rem 0;
}
.new-patients-header p a {
  color: inherit;
  text-decoration: none;
}
.new-patients-header p.lead {
  font-size: 1.25rem;
}

.appointments {
  position: relative;
}
.appointments .box {
  padding: 5rem;
  background: #fff;
  box-shadow: rgba(4, 17, 19, 0.1) 0 0.5rem 2.5rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.9px) {
  .appointments .box {
    padding: 0 0 5rem 0;
    box-shadow: none;
  }
}
.appointments h2 {
  font-family: "Roboto Condensed", sans-serf;
  color: #041113;
  font-style: italic;
  font-size: 2.5rem;
}
.appointments ul {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
  display: block;
}
.appointments ul li {
  display: block;
  position: relative;
  padding-left: 2rem;
  margin-top: 0.5rem;
}
.appointments ul li:before {
  position: absolute;
  top: 0.15rem;
  left: 0;
  margin: auto;
  width: 1.5rem;
  height: 1.5rem;
  background: rgba(240, 228, 187, 0.5);
  content: " ";
  z-index: 0;
  border-radius: 50%;
}
.appointments ul li:after {
  position: absolute;
  top: 0.65rem;
  left: 0.35rem;
  width: 0.8rem;
  height: 0.45rem;
  border-left: 3px solid #cca82d;
  border-bottom: 3px solid #cca82d;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
  z-index: 1;
}
.appointments .appointment-box {
  position: relative;
  font-style: italic;
  padding-left: 1.5rem;
  border-left: 3px solid #f2f3f4;
}
@media (max-width: 767.9px) {
  .appointments .appointment-box {
    border-left: none;
    padding-left: 0;
    padding-top: 2.5rem;
  }
}
.appointments .appointment-box img {
  width: 5rem;
  height: 5rem;
  margin-bottom: 1.5rem;
  filter: grayscale(1);
  opacity: 0.25;
}
.appointments .appointment-box a {
  color: inherit;
  text-decoration: none;
}

.faq {
  position: relative;
  margin-top: -5rem;
  padding: 12.5rem 0 7.5rem 0;
  background: rgba(19, 85, 95, 0.05);
}
@media (max-width: 767.9px) {
  .faq {
    padding: 5rem 0;
    margin-top: 0;
  }
}
.faq h2 {
  font-weight: bold;
  color: #041113;
  font-family: "Roboto Condensed", sans-serf;
  font-style: italic;
  font-size: 2.5rem;
  margin: 0 0;
}
.faq .faq-entry {
  display: block;
  position: relative;
  margin-top: 2.5rem;
}
.faq .faq-entry .faq-question {
  font-weight: bold;
  color: #13555F;
  font-size: 1.5rem;
}
.faq .faq-entry .faq-answer {
  padding-top: 0.5rem;
}
.faq .faq-entry .faq-answer a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  word-break: break-word;
}
.faq .faq-entry .faq-answer ul {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0;
  display: block;
}
.faq .faq-entry .faq-answer ul li {
  display: block;
  position: relative;
  padding-left: 2rem;
  margin-top: 0.5rem;
}
.faq .faq-entry .faq-answer ul li:before {
  position: absolute;
  top: 0.15rem;
  left: 0;
  margin: auto;
  width: 1.5rem;
  height: 1.5rem;
  background: rgba(240, 228, 187, 0.5);
  content: " ";
  z-index: 0;
  border-radius: 50%;
}
.faq .faq-entry .faq-answer ul li:after {
  position: absolute;
  top: 0.65rem;
  left: 0.35rem;
  width: 0.8rem;
  height: 0.45rem;
  border-left: 3px solid #cca82d;
  border-bottom: 3px solid #cca82d;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
  z-index: 1;
}

.contact-us {
  position: relative;
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .contact-us {
    padding-top: 2.5rem;
  }
}
.contact-us h1 {
  font-weight: bold;
  color: #041113;
  font-family: "Roboto Condensed", sans-serf;
  font-style: italic;
  font-size: 3.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .contact-us h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .contact-us h1 {
    font-size: 3rem;
  }
}
.contact-us p {
  color: #041113;
}
.contact-us p a {
  color: inherit;
  text-decoration: none;
}
.contact-us .contact-item {
  position: relative;
  padding-left: 3rem;
  margin-top: 1.5rem;
  display: block;
  text-decoration: none;
  color: #041113;
}
.contact-us .contact-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
}
.contact-us .contact-item h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #13555F;
  margin: 0 0 0.5rem 0;
}
.contact-us .contact-item p {
  margin: 0;
  color: #041113;
}
.contact-us .contact-item p.small {
  margin-top: 0.25rem;
  color: rgba(4, 17, 19, 0.5);
  font-size: 0.8rem;
}

.contact-map iframe {
  margin: 0;
}

.pay-your-bill {
  position: relative;
  padding: 7.5rem 0;
}
.pay-your-bill h1 {
  font-weight: bold;
  color: #041113;
  font-family: "Roboto Condensed", sans-serf;
  font-style: italic;
  font-size: 3.5rem;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  .pay-your-bill h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767.9px) {
  .pay-your-bill h1 {
    font-size: 3rem;
  }
}
.pay-your-bill p {
  color: #041113;
}
.pay-your-bill p a {
  color: inherit;
  text-decoration: none;
}

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