:root {
  --dark-slate-grey: #393939;
  --white: white;
  --lilac: #634585;
  --steel-blue: #3193b2;
  --black: black;
  --goldenrod: #e7be04;
  --firebrick: #bf311a;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  color: var(--dark-slate-grey);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 180%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Signika Negative, sans-serif;
  font-size: 3.75vw;
  line-height: 110%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Signika Negative, sans-serif;
  font-size: 3.333vw;
  line-height: 110%;
}

h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Signika Negative, sans-serif;
  font-size: 2.344vw;
  line-height: 120%;
}

h4 {
  font-family: Signika Negative, sans-serif;
  font-size: 1.875vw;
  line-height: 120%;
}

h5 {
  font-family: Signika Negative, sans-serif;
  font-size: 1.25vw;
  line-height: 120%;
}

h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Signika Negative, sans-serif;
  font-size: 1.042vw;
  line-height: 120%;
}

p {
  margin-bottom: 1.8rem;
}

a {
  text-decoration: none;
  transition: all .3s cubic-bezier(.075, .82, .165, 1);
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 40px;
}

.cust-container {
  width: 90vw;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.cust-container.mb-75 {
  margin-bottom: 3.906vw;
}

.row {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row.a-center {
  align-items: center;
}

.row.j-center {
  justify-content: center;
}

.row.vert {
  flex-direction: column;
}

.col {
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.col.md12 {
  width: 100%;
}

.col.md8 {
  width: 100%;
  max-width: 66.666%;
}

.col.md4 {
  width: 100%;
  max-width: 33.333%;
}

.col.md3 {
  width: 100%;
  max-width: 25%;
}

.col.sm8, .col.sm4, .col.sm6 {
  width: 100%;
}

.col.md6 {
  width: 100%;
  max-width: 50%;
}

.col.sm3 {
  width: 100%;
}

.col.main {
  flex: 1;
}

.col.sidebar {
  width: 100%;
  max-width: 33.333%;
  position: sticky;
  top: 30px;
}

.col.nav-phone-wrap {
  align-items: center;
  display: flex;
}

.col.home-banner-content {
  width: 25vw;
  max-width: 440px;
}

.col.fun-link-wrap {
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.col.home-quality-text {
  width: 40%;
}

.col.home-quality-img {
  max-width: 50%;
}

.col.home-mission-text {
  flex: 1;
  margin-left: 1.042vw;
}

.col.home-slider-wrap {
  z-index: 5;
  flex-direction: column;
  width: 50%;
  max-width: 730px;
  margin-left: auto;
  display: flex;
  position: relative;
}

.col.sm-wrap {
  justify-content: space-between;
  width: 100px;
  display: flex;
}

.col.nav-wrap, .col.nav-logo-wrap {
  align-items: center;
  display: flex;
}

.col.header-content {
  max-width: 66.666%;
}

.col.hours-wrap {
  flex: 1;
  width: 100%;
  max-width: 620px;
  margin-top: 20px;
  display: flex;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-15 {
  margin-bottom: 15px;
}

.copyright {
  color: var(--white);
  text-align: center;
  background-color: #202020;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.copyright.small {
  align-items: center;
  height: 6.771vw;
  max-height: 130px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.btn {
  background-color: var(--lilac);
  text-align: center;
  text-transform: uppercase;
  padding: .833vw 2.604vw;
  font-family: Signika Negative, sans-serif;
  font-weight: 600;
}

.btn:hover {
  background-color: var(--steel-blue);
}

.btn.btn-black {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.btn.btn-black:hover {
  background-color: #333;
}

.btn.btn-w-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn.btn-white-outline {
  border: 1px solid var(--white);
  background-color: #0000;
}

.btn.btn-white-outline:hover {
  background-color: var(--steel-blue);
}

.btn.btn-white-outline.alt:hover {
  background-color: var(--lilac);
}

.d-block {
  display: block;
}

.d-lg-none {
  display: none;
}

.navbar {
  background-color: var(--white);
  font-family: Signika Negative, sans-serif;
  font-weight: 600;
}

.d-flex {
  display: flex;
}

.text-block {
  margin-right: .5rem;
}

.fa-solid {
  font-family: "Fa solid 900";
}

.fa-solid.recommend-star {
  color: #f9db66;
  margin-right: .25rem;
}

.btn-text, .btn-icon {
  display: inline-block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: auto;
  min-height: 50vh;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.copyright-text, .year-script {
  display: inline-block;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.ada-content-wrapper {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.privacy-policy-div {
  max-width: none;
}

.privacy-notice {
  width: 100%;
  max-width: 920px;
  margin: 3rem auto;
  padding-left: 15px;
  padding-right: 15px;
}

.content {
  padding-top: 7.292vw;
  padding-bottom: 7.292vw;
}

.banner {
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.banner.interior-banner {
  text-align: left;
  justify-content: flex-start;
}

.banner.home-banner {
  flex-direction: column;
  height: 51.042vw;
  max-height: 980px;
  position: relative;
}

.banner.blog-banner {
  text-align: center;
}

.banner.interior-baner {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/home-banner.webp');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
  flex-direction: column;
  height: 26.042vw;
  max-height: 500px;
}

.banner.interior-baner.banner-1 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/untitled-3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner.interior-baner.banner-hygiene {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/hygiene.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner.interior-baner.b-3 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/sealats.webp');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner.interior-baner.b-4 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b4.webp');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner.interior-baner.b-5 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b-5.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner.interior-baner.b-6 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b-6.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner.interior-baner.b7 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b7.webp');
  background-position: 0 0, 100% 45%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.banner.interior-baner.b8 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b-8.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner.interior-baner.b9 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/orthodontys.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner.interior-baner.b10 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b10.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner.interior-baner.b11 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b13.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner.interior-baner.b14 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b11.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner.interior-baner.b15 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b15.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner.interior-baner.b16 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b16.webp');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner.interior-baner.b17 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b17.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner.interior-baner.b18 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b18.webp');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner.interior-baner.b19 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b19.webp');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner.interior-baner.b20 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b20.webp');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner.interior-baner.b21 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b-21.webp');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner.interior-baner.b22 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b22.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner.interior-baner.b23 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b23.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner.interior-baner.b24 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b24.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner.interior-baner.b25 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b25.webp');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner.interior-baner.b26 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b26.webp');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner.interior-baner.b27 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b27.webp');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
}

.banner.interior-baner.b28 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b28.webp');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner.interior-baner.meet-staff-banner {
  background-image: linear-gradient(#fff6, #fff6), url('../images/meet-staff-banner.webp');
  background-position: 0 0, 50% 20%;
  height: 40vw;
  padding-top: 10.6rem;
}

.banner.utility-baner {
  background-image: linear-gradient(#fffc, #fffc), url('../images/home-banner.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  height: 26.042vw;
  max-height: 500px;
}

.mb_5 {
  margin-bottom: .5rem;
}

.mb-0 {
  margin-bottom: 0;
}

.collection-item {
  flex-direction: column;
  margin-bottom: 1rem;
  display: flex;
}

.blog-archive-h2 {
  color: var(--steel-blue);
  margin-bottom: 10px;
  font-size: 1.042vw;
  line-height: 120%;
}

.blog-archive-date {
  color: #888;
  margin-bottom: .5rem;
  line-height: 150%;
}

.excerpt-blog-archive {
  margin-bottom: 1rem;
  font-size: .833vw;
  line-height: 160%;
}

.read-more {
  color: #333;
  margin-top: auto;
  display: flex;
}

.read-more-text {
  margin-right: .5rem;
}

.collection-list {
  flex-wrap: wrap;
  display: flex;
}

.link-blog-archive {
  height: 100%;
  box-shadow: 2px 2px 6px 0 var(--dark-slate-grey);
  color: var(--black);
  flex-direction: column;
  margin-bottom: 1rem;
  display: flex;
}

.link-blog-archive:hover {
  color: var(--lilac);
}

.heading {
  font-size: 16px;
}

.link-blog-sidebar {
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.h2-blog-header {
  font-size: 40px;
}

.h1-blog-tite {
  margin-bottom: 0;
  font-size: 30px;
}

.h4-blog-sidebar {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.browser-detect {
  z-index: 9999;
  background-color: #00000096;
  justify-content: center;
  align-items: center;
  padding: 220px 150px;
  display: none;
  position: fixed;
  inset: 0%;
}

.browser_title-2 {
  color: #7a849e;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.image-7 {
  width: 11px;
  margin-right: 1px;
}

.ie_logo {
  width: 70px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.browser_icon-2 {
  height: 40px;
}

.icon_firefox {
  border-radius: 100px;
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
  padding: 6px;
}

.browser_wrap {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 360px;
  min-height: 50px;
  margin: 25px auto 30px;
  display: flex;
}

.browser_link {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24%;
  padding: 15px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.browser_link:hover {
  background-color: #def7ff;
}

.browser_link.preferred {
  box-shadow: -2px -2px 3px 3px #fff, 1px 1px 3px 2px #e3e3e3;
}

.browser-warning {
  background-color: #fcfcfc;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: block;
  box-shadow: 11px 11px 55px #355aa41a;
}

.browser_header {
  color: #20355a;
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 40px;
}

.text-block-6 {
  color: #b6b6b6;
  font-size: 14px;
}

.browser_details {
  color: #7a849e;
  text-align: center;
  letter-spacing: -.2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
}

.logo {
  width: 40px;
  margin-left: 10px;
  display: block;
}

.link_span {
  color: #2e92e9;
  text-decoration: none;
}

.recommend-message {
  color: #b6b6b6;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: -23px;
  font-size: 12px;
  display: flex;
  position: relative;
  top: 19px;
}

.courtesy-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.courtesy-logo {
  width: 40px;
  height: 44px;
  margin-left: 10px;
}

.thanks {
  min-height: auto;
  color: var(--steel-blue);
  text-align: center;
  background-color: #3193b20d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 200px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.nav-item {
  padding-left: 1.042vw;
  padding-right: 1.042vw;
}

.nav-item:hover {
  color: var(--goldenrod);
}

.nav-item.w--current {
  color: var(--lilac);
}

.nav-item.dd-wrap {
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.nav-item.dd-wrap.small-menu {
  position: relative;
}

.nav-dd.w--open {
  background-color: #0000;
  width: 80vw;
  min-width: auto;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  top: 60px;
  left: 0;
  right: 0;
}

.dd-toggle {
  align-items: center;
  padding-left: 1.042vw;
  padding-right: 1.042vw;
  display: flex;
  position: static;
}

.dd-toggle:hover {
  color: var(--goldenrod);
}

.dd-toggle.w--open {
  color: var(--lilac);
  position: relative;
}

.nav-toggle-icon {
  margin-left: .5rem;
  font-family: "Fa solid 900";
}

.nav-dd-item {
  background-color: #ffffff80;
  flex-wrap: wrap;
  width: 33.333%;
  height: 68vw;
  max-height: 730px;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.body {
  font-size: 1.4vh;
}

.internal-banner {
  align-items: center;
  height: 400px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.content-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.list-text {
  color: var(--dark-slate-grey);
  margin-bottom: .5rem;
}

.small {
  font-size: 14px;
  line-height: 170%;
}

.small.blog-archive-date {
  margin-bottom: 1.042vw;
  font-size: .729vw;
}

.small.read-more {
  font-size: .833vw;
}

.browser {
  color: #3277bc;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-bottom: 1rem;
  font-family: "Fa brands 400";
  font-size: 40px;
  line-height: 100%;
  display: flex;
}

.browser.ie {
  color: #46afe8;
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
}

.browser.chrome {
  color: #db4437;
}

.browser.safari {
  color: #0fb5ee;
}

.browser.firefox {
  color: #ff9500;
}

.sub-dd-toggle {
  background-color: var(--white);
  text-align: center;
  text-transform: lowercase;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
  box-shadow: 0 1px 50px 10px #0000001a;
}

.sub-dd-toggle.w--open {
  align-items: center;
}

.sub-dd-toggle.pediatric {
  color: var(--steel-blue);
  text-align: center;
  background-image: url('../images/nav-bg-pediatric.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
}

.sub-dd-toggle.orthodontic {
  color: var(--goldenrod);
  background-image: url('../images/inv-2.webp');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-dd-toggle.general {
  color: var(--lilac);
  background-image: url('../images/nav-bg-general.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-nav-dd.w--open {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  height: 90%;
  display: flex;
  position: relative;
}

.sub-nav-dd.blue.w--open {
  background-color: var(--steel-blue);
}

.sub-nav-dd.gold {
  background-color: var(--goldenrod);
}

.sub-nav-dd.lilac {
  background-color: var(--lilac);
}

.sub-nav-dd-item {
  width: 100%;
  color: var(--white);
  text-align: center;
  text-transform: lowercase;
  white-space: break-spaces;
}

.sub-nav-dd-item:hover {
  background-color: var(--dark-slate-grey);
}

.sub-nav-dd-item.w--current {
  color: var(--firebrick);
}

.textarea {
  min-height: 90px;
}

.svg-ie {
  color: #46afe8;
  width: 70px;
  height: 72px;
  margin: 10px auto 30px;
}

.svg-chrome {
  color: #db4437;
  width: 40px;
  height: 42px;
  margin-bottom: 25px;
}

.svg-ff {
  color: #ff9500;
  width: 40px;
  height: 42px;
  margin-bottom: 25px;
}

.svg-safari {
  color: #0fb5ee;
  width: 40px;
  height: 42px;
  margin-bottom: 25px;
}

.svg-edge {
  color: #3277bc;
  width: 40px;
  height: 42px;
  margin-bottom: 25px;
}

.svg-star {
  color: #ffd554;
  width: 14px;
  height: 26px;
  margin-right: 5px;
}

.svg-dropdown {
  width: 10px;
  height: 22px;
  margin-left: 10px;
}

.svg-btn {
  width: 8px;
  height: 23px;
  margin-left: 10px;
  display: inline-block;
}

.form {
  max-width: 24rem;
  margin-bottom: 0;
}

.form.center {
  margin-left: auto;
  margin-right: auto;
}

.html-field {
  width: 100%;
  height: 0;
}

.text-input {
  height: 3rem;
  display: flex;
  position: relative;
}

.text-input.custom {
  height: 3.5rem;
}

.field {
  margin-bottom: 1.5rem;
  position: relative;
}

.field.last {
  margin-bottom: 0;
}

.form-input {
  border: 1px solid var(--goldenrod);
  background-color: #fff;
  height: 52px;
  margin-bottom: 30px;
  position: relative;
}

.form-input.textarea {
  min-height: 150px;
}

.field-input {
  z-index: 5;
  background-color: #0000;
  border: 0 #000;
  height: 52px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  position: relative;
}

.field-input.textarea {
  min-height: 150px;
  padding-top: 15px;
}

.contact-form {
  width: 100%;
  max-width: 938px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.field-label {
  z-index: 1;
  background-color: var(--white);
  height: 16px;
  color: var(--black);
  align-items: center;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Signika Negative, sans-serif;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: 12px 0% auto;
}

.col-input {
  width: 100%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-textarea {
  width: 100%;
  max-width: none;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-logo {
  width: 17.188vw;
  max-width: 327px;
  margin-top: .625vw;
}

.nav-container {
  width: 100vw;
  max-width: 1780px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-row {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  height: 130px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  position: relative;
}

.nav-row.a-center {
  align-items: center;
}

.nav-row.j-center {
  justify-content: center;
}

.nav-phone-link {
  color: var(--goldenrod);
  align-items: center;
  display: flex;
}

.nav-phone-link:hover {
  color: var(--steel-blue);
}

.nav-phone-icon-wrap {
  background-color: var(--lilac);
  border-top-left-radius: 0;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 37px;
  margin-right: 1vw;
  display: flex;
}

.nav-phone-icon {
  width: 1.769vw;
  max-width: 33.97px;
  height: 1.931vw;
  max-height: 37.08px;
  margin-right: 2.083vw;
}

.h4 {
  font-size: 1.875vw;
  line-height: 120%;
}

.h4.show-mobile {
  display: none;
}

.h4.text-red.mb-40 {
  margin-bottom: 2.083vw;
}

.h4.text-gold {
  color: var(--goldenrod);
}

.heading-wrap {
  border-bottom: 5px solid var(--goldenrod);
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 1.563vw;
  padding-bottom: 1.042vw;
  display: flex;
  position: relative;
}

.heading-wrap.quality-care-heading {
  width: 25.521vw;
  max-width: 490px;
}

.home-banner-icon {
  width: .833vw;
  max-width: 16px;
  height: 21px;
  color: var(--goldenrod);
  margin-bottom: .625vw;
  margin-left: .417vw;
}

.dentisty-made-fun.content {
  text-align: center;
}

.fun-link {
  width: 100%;
  height: 100%;
  color: var(--dark-slate-grey);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding: 20px;
  transition-duration: .6s;
  display: grid;
  overflow: hidden;
  box-shadow: 0 1px 50px 10px #0000001a;
}

.fun-link:hover {
  transform: translate(0, -20px);
  box-shadow: 0 1px 50px 10px #0000;
}

.fun-link.location {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: grid;
}

.fun-link.location:hover {
  background-color: var(--steel-blue);
}

.fun-link.services:hover {
  background-color: var(--goldenrod);
}

.fun-link.appointments:hover {
  background-color: var(--lilac);
}

.fun-link-content {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: none;
  padding: 3.125vw 1.563vw;
  display: flex;
  box-shadow: 0 -1px 50px 10px #0000000d;
}

.fun-link-text {
  text-transform: uppercase;
  font-family: Signika Negative, sans-serif;
  font-weight: 700;
}

.fun-link-text.text-gold {
  color: var(--goldenrod);
}

.text-blue {
  color: var(--steel-blue);
}

.text-red {
  color: var(--firebrick);
}

.text-lilac {
  color: var(--lilac);
}

.mb-100 {
  margin-bottom: 5.208vw;
}

.fun-row {
  z-index: 1;
  grid-column-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: grid;
  position: relative;
}

.fun-row.a-center {
  align-items: center;
}

.fun-row.j-center {
  justify-content: center;
}

.fun-link-icon {
  object-fit: contain;
  width: 60px;
  height: 60px;
  max-height: 80px;
  margin-bottom: 1.042vw;
}

.quality-care.content {
  height: 43.438vw;
  max-height: 834px;
  color: var(--white);
  position: relative;
}

._w-100 {
  width: auto;
}

.quality-care-row {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.quality-care-row.a-center {
  align-items: center;
}

.quality-care-row.j-center {
  justify-content: center;
}

.quality-care-shape {
  width: 34.844vw;
  max-width: 669px;
  height: 38.068vw;
  max-height: 730.91px;
}

.quality-img-wrap {
  width: 34.889vw;
  max-width: 669.86px;
  height: 38.068vw;
  max-height: 730.91px;
  box-shadow: 0 0 0 1.563vw var(--white);
  border-top-right-radius: 10.938vw;
  border-bottom-left-radius: 21.875vw;
  position: relative;
  overflow: hidden;
}

.home-quality-care-img {
  background-color: var(--white);
}

.home-mission-img {
  border: 1.042vw solid #f9f8f8;
  width: 220px;
}

.mission-row {
  flex-wrap: wrap;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.mission-row.a-center {
  align-items: center;
}

.mission-row.j-center {
  justify-content: center;
}

.featured-services.content {
  text-align: center;
  background-color: #f9f8f8;
}

.mb-40 {
  margin-bottom: 2.083rem;
}

.home-testimonials.content {
  text-align: center;
  align-items: center;
  height: 51.563vw;
  max-height: 990px;
  display: flex;
  position: relative;
}

.home-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.mb-30 {
  margin-bottom: 1.563vw;
}

.hide {
  display: none;
}

.slide-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Signika Negative, sans-serif;
  line-height: 180%;
  display: flex;
}

.h6 {
  font-size: 16px;
}

.h6.mb-75 {
  margin-bottom: 3.906vw;
}

.slide-nav {
  bottom: -40px;
}

.testimonials-img {
  z-index: 1;
  width: 61.823vw;
  max-width: 1187px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.quote {
  width: 3.125vw;
  max-width: 60px;
  color: var(--steel-blue);
  margin-bottom: 1.563vw;
  margin-left: auto;
  margin-right: auto;
}

.proudly-serving.content {
  color: var(--white);
  text-align: center;
  background-image: url('../images/proudly-serving-banner.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.serving-since {
  margin-bottom: 2.344vw;
  font-family: Signika Negative, sans-serif;
  font-size: 9.688vw;
  font-weight: 700;
  line-height: 100%;
}

.proudly-wrap {
  flex-direction: column;
  display: flex;
  position: relative;
}

.testimonial {
  margin-bottom: 1rem;
  font-size: 20px;
  line-height: 120%;
}

.testimonial.show-mobile {
  display: none;
}

.testimonial.text-red.mb-40 {
  margin-bottom: 2.083vw;
}

.testimonial.text-gold, .copyright-link {
  color: var(--goldenrod);
}

.copyright-link:hover, .utility-link {
  color: var(--white);
}

.utility-link:hover {
  color: var(--goldenrod);
}

.footer-logo {
  width: 17.188vw;
  max-width: 327px;
  margin-top: .625vw;
}

.footer-contact-link {
  color: var(--dark-slate-grey);
  align-items: center;
  font-family: Signika Negative, sans-serif;
  display: flex;
}

.footer-row {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.footer-row.a-center {
  align-items: center;
}

.footer-row.j-center {
  justify-content: center;
}

.footer-phone-icon {
  width: 3.287vw;
  max-width: 63.119px;
  height: 3.3vw;
  max-height: 63.366px;
  margin-right: 1.042vw;
}

.footer-location-icon {
  width: 2.808vw;
  max-width: 53.915px;
  height: 3.349vw;
  max-height: 64.308px;
  margin-right: 1.042vw;
}

.testimonials-smile-icon {
  width: 29.896vw;
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.map-full {
  width: 100%;
  height: 20.833vw;
  min-height: 350px;
}

.ig-feed {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 7.292vw;
  display: flex;
}

.ig-wrap {
  text-align: center;
}

.mb-70 {
  margin-bottom: 3.646vw;
}

.h3 {
  font-size: 28px;
}

.ig-icon {
  width: 36px;
  height: 36px;
  color: var(--goldenrod);
  margin-bottom: 1.042vw;
}

.ig-container {
  flex-direction: column;
  align-items: center;
  width: 90vw;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.ig-container.mb-75 {
  margin-bottom: 3.906vw;
}

.fb-icon {
  width: 11px;
  height: 20px;
}

.footer-sm-link {
  width: 30px;
  height: 30px;
  color: var(--goldenrod);
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-sm-link:hover {
  color: var(--firebrick);
}

.tw-icon {
  width: 19px;
  height: 19px;
}

.lk-icon {
  width: 18px;
  height: 18px;
}

.footer-container {
  width: 90vw;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-container.mb-75 {
  margin-bottom: 3.906vw;
}

.ig-feed-wrap {
  width: 100%;
}

.dd-text {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 250%;
  display: flex;
}

.main-row {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.main-row.a-center {
  align-items: center;
}

.main-row.j-center {
  justify-content: center;
}

.banner-row {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.banner-row.a-center {
  align-items: center;
}

.banner-row.j-center {
  justify-content: center;
}

.sidebar-heading {
  color: var(--firebrick);
  margin-bottom: 1rem;
  font-size: 20px;
}

.internal-list {
  color: var(--steel-blue);
  margin-bottom: 1.8rem;
}

.h2-internal {
  color: var(--lilac);
  border-top: 1px solid #63458533;
  margin-top: 3.125vw;
  margin-bottom: 1.2rem;
  padding-top: 3.125vw;
  font-size: 28px;
}

.h2-internal.first {
  border: 1px #000;
  margin-top: 0;
  padding-top: 0;
}

.h2-internal.h2-int {
  border-top-style: none;
  margin-top: 0;
  padding-top: 0;
}

.h3-internal {
  color: var(--steel-blue);
  margin-bottom: 1.2rem;
  font-size: 24px;
}

.h3-internal.text-gold {
  color: var(--goldenrod);
}

.h3-internal.text-lilac {
  color: var(--lilac);
}

.text-link {
  border-bottom: 1px solid var(--goldenrod);
  color: var(--black);
  font-weight: 700;
}

.text-link:hover {
  color: var(--firebrick);
}

.utility-row {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.utility-row.a-center {
  align-items: center;
}

.utility-row.j-center {
  justify-content: center;
}

.rich-text a {
  border-bottom: 1px solid var(--goldenrod);
  color: var(--black);
  font-weight: 700;
}

.rich-text a:hover {
  color: var(--firebrick);
}

.rich-text h2 {
  margin-bottom: 1.2rem;
  font-size: 20px;
}

.rich-text p {
  margin-bottom: 1rem;
}

.blog-archive-img {
  margin-bottom: 1.042vw;
}

.lottie-email {
  max-width: 500px;
  margin-bottom: -120px;
  position: relative;
}

.lottie-404 {
  max-width: 500px;
  margin-bottom: 0;
  position: relative;
}

.error {
  min-height: auto;
  color: var(--steel-blue);
  text-align: center;
  background-color: #3193b20d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 200px 1rem;
  display: flex;
}

.h2-sub {
  color: #967bb6;
  font-size: 80%;
  font-style: italic;
  font-weight: 400;
}

.img-content {
  margin-bottom: 3.125vw;
}

.h4-internal {
  color: var(--goldenrod);
  margin-top: 0;
  margin-bottom: 1.2rem;
  font-size: 20px;
}

.contact-link {
  color: var(--dark-slate-grey);
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Signika Negative, sans-serif;
  display: flex;
}

.contact-link:hover {
  color: var(--steel-blue);
}

.contact-icon-wrap {
  border: 2px solid var(--white);
  background-color: var(--dark-slate-grey);
  width: 45px;
  height: 45px;
  color: var(--white);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
  box-shadow: 0 0 0 2px #000;
}

.contact-icon-wrap.lilac-circle {
  background-color: var(--lilac);
  font-size: 17px;
}

.contact-icon-wrap.blue-circle {
  background-color: var(--steel-blue);
}

.contact-icon-wrap.circle-red {
  background-color: var(--firebrick);
}

.contact-icon-wrap.gold-circle {
  background-color: var(--goldenrod);
}

.contact-phone-icon, .contact-clock-icon {
  width: 45px;
  height: 42px;
}

.contact-fax-icon {
  width: 45px;
  height: 43px;
}

.hours {
  font-family: Signika Negative, sans-serif;
  list-style-type: none;
}

.hours-line {
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 250%;
  display: flex;
}

.hours-line.alt {
  background-color: #e8ae001a;
}

.contact-row {
  flex-flow: column wrap;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.contact-row.a-center {
  align-items: center;
}

.contact-row.j-center {
  justify-content: center;
}

.contact-row.vert {
  flex-direction: column;
}

.contact-map-icon {
  width: 45px;
  height: 42px;
}

.testimonial-wrap {
  background-color: #e7be0433;
  border-radius: .625vw;
  margin-bottom: 1.8rem;
  padding: 1.042vw 1.042vw 1.302vw;
  box-shadow: 0 10px 10px #0000000d;
}

.citation {
  text-align: right;
  margin-bottom: 0;
  font-weight: 700;
}

.testimonial-quote {
  margin-bottom: 1rem;
  font-style: italic;
}

.p-italy {
  font-size: 14px;
  font-style: italic;
}

.div-blog {
  padding: 0 20px 20px;
}

.html-embed-recaptcha {
  margin-bottom: 12px;
}

.bio-block {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.bio-content {
  width: 65%;
  margin-left: 15px;
}

.bio-img {
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.image-8 {
  width: 100%;
}

.dropdown-list {
  background-color: var(--white);
}

.dropdown-list.w--open {
  background-color: #f0f0f0;
  border-radius: 10px;
}

.dropdown-link:hover {
  color: var(--goldenrod);
}

.abs-bg-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.white-overlay {
  background-color: #ffffff80;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.body-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.feat-serv-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 250px;
}

.accepted-payments {
  text-align: center;
  padding-top: 7.292vw;
  padding-bottom: 7.292vw;
}

.payment-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.payment-logo {
  width: 100%;
  max-width: 20%;
  height: auto;
  max-height: 120px;
}

.payment-logo.mc-logo {
  width: auto;
  max-width: 20%;
  max-height: 100px;
}

.payment-logo.amex-logo {
  width: auto;
  max-width: 20%;
  max-height: 75px;
}

.payment-logo.visa {
  object-fit: contain;
}

.payment-logo.cherry {
  max-width: 250px;
}

.cherry {
  overflow-x: hidden;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.select-field {
  background-color: var(--white);
  border: 1px solid #daa520;
  height: 52px;
  margin-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .col.hours-wrap {
    margin-top: 10px;
  }

  .dd-toggle {
    display: flex;
  }

  .nav-toggle-icon {
    margin-left: .5rem;
    font-family: "Fa solid 900";
  }

  .small {
    font-size: .938vw;
  }

  .sub-dd-toggle {
    display: flex;
  }

  .contact-form {
    margin-bottom: 120px;
  }

  .nav-phone-icon-wrap {
    margin-right: 2vw;
  }

  .h6 {
    font-size: 1.042vw;
  }

  .testimonial {
    font-size: 24px;
  }

  .h3 {
    margin-bottom: 1.2rem;
    font-size: 2.344vw;
  }

  .sidebar-heading {
    font-size: 1.25vw;
  }

  .h2-internal {
    font-size: 2.344vw;
  }

  .h3-internal {
    font-size: 1.875vw;
  }

  .rich-text h2, .h4-internal {
    font-size: 1.25vw;
  }

  .contact-row {
    flex-direction: row;
  }

  .payment-logo.visa {
    max-height: 100px;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 1.042vw;
  }

  .col.xl10 {
    width: 100%;
    max-width: 83.333%;
  }

  .h4-blog-sidebar {
    font-size: 18px;
  }

  .field-input {
    font-size: 16px;
  }

  .field-label {
    font-size: 16px;
    top: 9px;
  }

  .nav-phone-icon {
    height: 1.7vw;
    max-height: 37px;
  }

  .testimonial {
    font-size: 30px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 20px;
  }

  h1 {
    font-size: 72px;
  }

  h2 {
    font-size: 64px;
  }

  h3 {
    font-size: 45px;
  }

  h4 {
    font-size: 36px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

  .cust-container.mb-75 {
    margin-bottom: 75px;
  }

  .col.xl10.xxl8 {
    max-width: 66.666%;
  }

  .col.home-mission-text {
    margin-left: 20px;
  }

  .btn {
    padding: 16px 50px;
  }

  .content {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .blog-archive-h2 {
    font-size: 20px;
  }

  .excerpt-blog-archive {
    font-size: 16px;
  }

  .nav-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-dd.w--open {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 28px;
    top: 40px;
  }

  .dd-toggle {
    padding-left: 30px;
    padding-right: 30px;
  }

  .small {
    font-size: 18px;
  }

  .small.blog-archive-date {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .small.read-more {
    font-size: 16px;
  }

  .nav-logo {
    margin-top: 12px;
  }

  .nav-phone-icon-wrap, .nav-phone-icon {
    margin-right: 40px;
  }

  .h4 {
    font-size: 36px;
  }

  .h4.text-red.mb-40 {
    margin-bottom: 40px;
  }

  .heading-wrap {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .home-banner-icon {
    margin-bottom: 19px;
    margin-left: 8px;
  }

  .fun-link-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mb-100 {
    margin-bottom: 100px;
  }

  .fun-link-icon {
    margin-bottom: 20px;
  }

  .quality-img-wrap {
    box-shadow: 0 0 0 30px var(--white);
    border-top-right-radius: 7.292vw;
    border-bottom-left-radius: 14.583vw;
  }

  .home-mission-img {
    border-width: 20px;
  }

  .mb-40 {
    margin-bottom: 40px;
  }

  .mb-30 {
    margin-bottom: 30px;
  }

  .h6 {
    font-size: 20px;
  }

  .quote {
    margin-bottom: 30px;
  }

  .serving-since {
    font-size: 186px;
  }

  .testimonial {
    font-size: 36px;
  }

  .testimonial.text-red.mb-40 {
    margin-bottom: 40px;
  }

  .footer-logo {
    margin-top: 12px;
  }

  .footer-phone-icon, .footer-location-icon {
    margin-right: 20px;
  }

  .map-full {
    min-height: auto;
    max-height: 400px;
  }

  .ig-feed {
    padding-top: 140px;
  }

  .h3 {
    font-size: 45px;
  }

  .ig-container.mb-75, .footer-container.mb-75 {
    margin-bottom: 75px;
  }

  .sidebar-heading {
    font-size: 24px;
  }

  .h2-internal {
    margin-top: 60px;
    padding-top: 60px;
    font-size: 45px;
  }

  .h3-internal, .rich-text h2 {
    font-size: 28px;
  }

  .blog-archive-img {
    margin-bottom: 20px;
  }

  .h4-internal {
    font-size: 24px;
  }

  .contact-icon-wrap.lilac-circle, .contact-icon-wrap.blue-circle, .contact-icon-wrap.circle-red, .contact-icon-wrap.gold-circle {
    width: 50px;
    height: 50px;
  }

  .contact-phone-icon {
    width: 50px;
    height: 46px;
  }

  .contact-clock-icon {
    width: 50px;
    height: 47px;
  }

  .contact-fax-icon {
    width: 50px;
    height: 48px;
  }

  .contact-map-icon {
    width: 50px;
    height: 47px;
  }

  .testimonial-wrap {
    border-radius: 12px;
    padding: 20px 20px 25px;
  }

  .payment-logo.visa {
    object-fit: contain;
  }

  .body-2 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 16px;
  }

  .cust-container {
    max-width: none;
  }

  .row.no-wrap {
    flex-wrap: nowrap;
  }

  .row.a-center {
    align-items: center;
  }

  .row.j-center {
    justify-content: center;
  }

  .col.sm12 {
    width: 100%;
  }

  .col.smfill {
    flex: 1;
  }

  .col.sm8 {
    max-width: 66.666%;
  }

  .col.sm4 {
    max-width: 33.333%;
  }

  .col.sm6 {
    max-width: 50%;
  }

  .col.sm3 {
    max-width: 25%;
  }

  .col.d-lg-none.d-md-block {
    align-items: center;
    display: flex;
  }

  .col.sidebar {
    width: 330px;
    max-width: 40%;
  }

  .col.fun-link-wrap {
    width: 100%;
    max-width: 490px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .col.home-quality-text {
    width: 50%;
  }

  .col.home-slider-wrap {
    width: 80%;
  }

  .col.footer-logo-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
  }

  .copyright.small {
    height: 130px;
  }

  .btn {
    padding: 12px 30px;
  }

  .d-md-block {
    display: block;
  }

  .d-md-flex {
    display: flex;
  }

  .navbar {
    box-shadow: 0 0 4px #00000026;
  }

  .privacy-notice {
    max-width: 780px;
  }

  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner.interior-baner {
    height: auto;
    min-height: 400px;
    max-height: none;
  }

  .banner.interior-baner.banner-1 {
    background-image: linear-gradient(to bottom, null, null), url('../images/untitled-3.webp');
    background-position: 0 0, 50%;
  }

  .banner.utility-baner {
    height: auto;
    min-height: 400px;
    max-height: none;
  }

  .collection-item {
    width: 50%;
  }

  .blog-archive-h2 {
    font-size: 16px;
  }

  .excerpt-blog-archive {
    font-size: 14px;
  }

  .nav-item {
    color: var(--steel-blue);
    padding-left: 30px;
  }

  .nav-item.dd-wrap {
    width: 100%;
  }

  .nav-dd.w--open {
    flex-direction: column;
    width: 100%;
    max-width: none;
    margin-top: 0;
    position: relative;
  }

  .dd-toggle {
    color: var(--steel-blue);
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-dd-item {
    width: 100%;
    height: auto;
    max-height: none;
    padding: 0;
  }

  .internal-banner {
    height: 300px;
  }

  .list-text, .small {
    font-size: 14px;
  }

  .small.blog-archive-date {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .small.read-more {
    font-size: 14px;
  }

  .sub-dd-toggle {
    padding: 20px 30px;
  }

  .sub-dd-toggle.pediatric {
    color: var(--steel-blue);
    background-color: #3193b233;
    background-image: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .sub-dd-toggle.orthodontic {
    color: var(--goldenrod);
    background-color: #e8ae0033;
    background-image: none;
  }

  .sub-dd-toggle.general {
    color: var(--lilac);
    background-color: #63458533;
    background-image: none;
  }

  .sub-nav-dd.blue.w--open {
    background-image: linear-gradient(#3193b2e6, #3193b2e6), url('../images/nav-bg-pediatric.webp');
    background-position: 0 0, 0 25%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .sub-nav-dd.gold {
    background-image: linear-gradient(#e8ae00e6, #e8ae00e6), url('../images/inv-2.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .sub-nav-dd.lilac {
    background-image: linear-gradient(#634585e6, #634585e6), url('../images/nav-bg-general.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .sub-nav-dd-item {
    text-align: left;
    padding: 20px 30px;
  }

  .contact-form {
    max-width: 768px;
  }

  .nav-logo {
    width: 30vw;
    margin-top: 12px;
  }

  .nav-container {
    width: 100vw;
    max-width: none;
  }

  .nav-row {
    height: 90px;
  }

  .nav-row.no-wrap {
    flex-wrap: nowrap;
  }

  .nav-row.a-center {
    align-items: center;
  }

  .nav-row.j-center {
    justify-content: center;
  }

  .nav-phone-icon {
    width: 33.97vw;
    height: 37.08vw;
  }

  .h4 {
    font-size: 24px;
  }

  .h4.hide-mobile {
    display: none;
  }

  .h4.show-mobile {
    display: block;
  }

  .h4.text-red.mb-40 {
    margin-bottom: 20px;
  }

  .moble-nav-toggle {
    color: var(--steel-blue);
  }

  .moble-nav-toggle.w--open {
    background-color: var(--white);
    color: var(--steel-blue);
  }

  .mobile-nav-icon {
    width: 30px;
    height: 33px;
  }

  .heading-wrap {
    width: auto;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .heading-wrap.quality-care-heading {
    width: auto;
  }

  .home-banner-icon {
    width: 10px;
  }

  .fun-link-content {
    height: auto;
    max-height: none;
    padding: 30px;
  }

  .fun-row {
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .fun-row.no-wrap {
    flex-wrap: nowrap;
  }

  .fun-row.a-center {
    align-items: center;
  }

  .fun-row.j-center {
    justify-content: center;
  }

  .fun-link-icon {
    height: auto;
    margin-bottom: 20px;
  }

  .quality-care.content {
    height: auto;
  }

  .quality-care-row.no-wrap {
    flex-wrap: nowrap;
  }

  .quality-care-row.a-center {
    align-items: center;
  }

  .quality-care-row.j-center {
    justify-content: center;
  }

  .home-mission-img {
    border-width: 15px;
  }

  .mission-row.no-wrap {
    flex-wrap: nowrap;
  }

  .mission-row.a-center {
    align-items: center;
  }

  .mission-row.j-center {
    justify-content: center;
  }

  .home-testimonials.content {
    height: auto;
    max-height: none;
  }

  .testimonials-img {
    opacity: .5;
  }

  .quote {
    width: 30px;
  }

  .serving-since {
    font-size: 14vw;
    line-height: 110%;
  }

  .testimonial {
    font-size: 16px;
  }

  .testimonial.hide-mobile {
    display: none;
  }

  .testimonial.show-mobile {
    display: block;
  }

  .testimonial.text-red.mb-40 {
    margin-bottom: 20px;
  }

  .footer-logo {
    width: 260px;
    max-width: none;
    margin-top: 12px;
  }

  .footer-row.no-wrap {
    flex-wrap: nowrap;
  }

  .footer-row.a-center {
    align-items: center;
  }

  .footer-row.j-center {
    justify-content: center;
  }

  .footer-phone-icon {
    width: 41.83px;
    height: 42px;
    margin-right: 15px;
  }

  .footer-location-icon {
    width: 35.21px;
    height: 42px;
    margin-right: 15px;
  }

  .testimonials-smile-icon {
    width: 40vw;
  }

  .map-full {
    height: 350px;
    max-height: none;
  }

  .ig-feed {
    padding-top: 60px;
  }

  .ig-container {
    max-width: none;
  }

  .footer-container {
    max-width: 780px;
  }

  .nav-menu {
    background-color: #f8f8f8;
    position: absolute;
  }

  .dd-text {
    background-color: #0000;
    justify-content: flex-start;
    line-height: 180%;
  }

  .main-row.no-wrap {
    flex-wrap: nowrap;
  }

  .main-row.a-center {
    align-items: center;
  }

  .main-row.j-center {
    justify-content: center;
  }

  .banner-row.no-wrap {
    flex-wrap: nowrap;
  }

  .banner-row.a-center {
    align-items: center;
  }

  .banner-row.j-center {
    justify-content: center;
  }

  .h2-internal {
    border-top-style: none;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 40px;
  }

  .utility-row.no-wrap {
    flex-wrap: nowrap;
  }

  .utility-row.a-center {
    align-items: center;
  }

  .utility-row.j-center {
    justify-content: center;
  }

  .blog-archive-img {
    margin-bottom: 15px;
  }

  .img-content {
    margin-bottom: 1.8rem;
  }

  .hours-line {
    font-size: 14px;
  }

  .contact-row.no-wrap {
    flex-wrap: nowrap;
  }

  .contact-row.a-center {
    align-items: center;
  }

  .contact-row.j-center {
    justify-content: center;
  }

  .bio-block {
    flex-direction: column;
  }

  .bio-content {
    width: 100%;
  }

  .bio-img {
    justify-content: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .image-8 {
    width: 50%;
  }

  .bio-photo {
    width: 80%;
  }

  .dropdown-list.w--open {
    position: relative;
  }

  .dropdown-link {
    padding-left: 30px;
    padding-right: 30px;
  }

  .feat-serv-img {
    min-height: 200px;
  }

  .payment-wrapper {
    grid-column-gap: 50px;
    flex-flow: wrap;
    justify-content: center;
  }

  .payment-logo {
    max-width: 32%;
  }

  .payment-logo.mc-logo {
    max-width: 15%;
    max-height: 100px;
  }

  .payment-logo.visa {
    max-width: 25%;
    max-height: 100px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .cust-container {
    width: 100%;
  }

  .col.main {
    width: 100%;
    max-width: 630px;
    margin-bottom: 3rem;
  }

  .col.sidebar {
    width: 100%;
    max-width: 630px;
  }

  .col.fun-link-wrap {
    width: 70%;
    height: auto;
  }

  .col.home-quality-text {
    width: 80%;
    max-width: 470px;
    margin-left: 2.5vw;
  }

  .col.home-quality-img {
    max-width: none;
    margin-top: -43px;
    margin-left: auto;
    margin-right: 2.5vw;
  }

  .col.home-mission-text {
    width: 100%;
    max-width: 640px;
    margin-left: 0;
  }

  .col.mission-img-wrap {
    width: 100%;
    max-width: 640px;
    margin-bottom: 30px;
  }

  .col.home-slider-wrap {
    margin-right: auto;
  }

  .col.sm-wrap {
    justify-content: space-around;
    width: 100%;
    max-width: 240px;
    margin-top: 30px;
  }

  .col.footer-location {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .col.header-content {
    max-width: 83.333%;
  }

  .privacy-notice {
    max-width: 590px;
  }

  .banner.home-banner {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/higiene-4.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 400px;
  }

  .banner.interior-baner {
    background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/home-banner.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 400px;
  }

  .banner.interior-baner.banner-1 {
    background-image: linear-gradient(to bottom, null, null), url('../images/untitled-3.webp');
    background-position: 0 0, 50%;
  }

  .banner.interior-baner.b7 {
    background-image: linear-gradient(to bottom, null, null), url('../images/b7.webp');
    background-position: 0 0, 50%;
  }

  .banner.interior-baner.b15 {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b15.webp');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner.interior-baner.b18 {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b18.webp');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner.interior-baner.b19 {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b19.webp');
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner.interior-baner.b26 {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b26.webp');
    background-position: 0 0, 60% 20%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner.interior-baner.b27 {
    background-image: url('../images/b27.webp'), linear-gradient(#0000, #0000);
    background-position: 80% 20%, 0 0;
  }

  .banner.utility-baner {
    background-image: linear-gradient(#ffffffad, #ffffffad), url('../images/home-banner.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 400px;
  }

  .collection-item {
    width: 100%;
    max-width: 580px;
  }

  .collection-list {
    flex-direction: column;
    align-items: center;
  }

  .browser-detect {
    padding-left: 60px;
    padding-right: 60px;
  }

  .browser-warning {
    padding: 25px;
    display: block;
  }

  .thanks {
    padding-bottom: 150px;
  }

  .nav-dd.w--open {
    top: 0;
  }

  .paragraph {
    font-size: 3vw;
  }

  .internal-banner {
    height: auto;
    min-height: 250px;
  }

  .small {
    font-size: 12px;
  }

  .brand {
    padding-left: 0;
  }

  .fun-row {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .quality-care-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .quality-img-wrap {
    width: 40.323vw;
    max-width: 400px;
    height: 43.998vw;
    max-height: 436.455px;
  }

  .mission-row {
    flex-direction: column;
    align-items: center;
  }

  .slide-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .slide {
    height: auto;
    max-height: none;
  }

  .testimonials-img {
    width: 75vw;
  }

  .footer-contact-link {
    width: 260px;
  }

  .footer-row {
    flex-direction: column;
    justify-content: space-around;
  }

  .testimonials-smile-icon {
    width: 60vw;
  }

  .ig-container {
    width: 100%;
  }

  .footer-container {
    width: 100%;
    max-width: 530px;
  }

  .main-row {
    flex-direction: column;
    align-items: center;
  }

  .banner-row {
    justify-content: center;
  }

  .h2-internal {
    border-top-style: none;
    margin-top: 0;
  }

  .utility-row {
    justify-content: center;
  }

  .lottie-email {
    margin-bottom: -50px;
  }

  .error {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .img-content {
    margin-bottom: 30px;
  }

  .p-italy {
    font-size: 12px;
  }

  .bio-block {
    margin-bottom: 60px;
  }

  .image-8 {
    width: 35%;
  }

  .bio-img-weisberg {
    width: 50%;
  }

  .bio-photo {
    width: 60%;
  }

  .payment-wrapper {
    flex-flow: wrap;
  }
}

@media screen and (max-width: 479px) {
  .col.nav-phone-wrap {
    display: none;
  }

  .col.fun-link-wrap {
    width: 100%;
  }

  .col.home-quality-text {
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .col.home-quality-img {
    margin-top: 0;
  }

  .banner.home-banner {
    background-image: linear-gradient(to bottom, null, null), url('../images/home-banner-mobile.webp');
    height: auto;
  }

  .banner.interior-baner {
    background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/home-banner-mobile.webp');
    background-position: 0 0, 20% 0;
    height: auto;
  }

  .banner.interior-baner.b-4 {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b4.webp');
    background-position: 0 0, 60%;
  }

  .banner.interior-baner.b8 {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b-8.webp');
    background-position: 0 0, 20%;
  }

  .banner.interior-baner.b10 {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b10.webp');
    background-position: 0 0, 65%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner.interior-baner.b11 {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b13.webp');
    background-position: 0 0, 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner.interior-baner.b14 {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b11.webp');
    background-position: 0 0, 80%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner.interior-baner.b15 {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b15.webp');
    background-position: 0 0, 80%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner.interior-baner.b16 {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b16.webp');
    background-position: 0 0, 75%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner.interior-baner.b17 {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b17.webp');
    background-position: 0 0, 60%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner.interior-baner.b18 {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b18.webp');
    background-position: 0 0, 80%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner.interior-baner.b19 {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b19.webp');
    background-position: 0 0, 70%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner.interior-baner.b20 {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b20.webp');
    background-position: 0 0, 60% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner.interior-baner.b21 {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b-21.webp');
    background-position: 0 0, 75%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner.interior-baner.b24 {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/b24.webp');
    background-position: 0 0, 70%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner.interior-baner.b27 {
    background-image: url('../images/b27.webp'), linear-gradient(#0000, #0000);
    background-position: 70% 20%, 0 0;
  }

  .banner.utility-baner {
    background-image: linear-gradient(to bottom, null, null), url('../images/home-banner-mobile.webp');
    height: auto;
  }

  .browser-detect {
    padding: 10% 10px;
    overflow: scroll;
  }

  .browser_wrap {
    flex-wrap: wrap;
  }

  .browser_link {
    width: 50%;
  }

  .browser_link.preferred {
    margin-bottom: 20px;
  }

  .browser-warning {
    padding: 20px;
  }

  .sub-nav-dd.w--open {
    background-image: linear-gradient(to bottom, null, null), url('../images/inv-2.webp');
    background-position: 0 0, 60%;
  }

  .form-input {
    margin-bottom: 15px;
  }

  .col-input {
    max-width: none;
  }

  .nav-logo {
    width: 40vw;
  }

  .heading-wrap.quality-care-heading {
    max-width: none;
  }

  .fun-link-content {
    padding: 20px;
  }

  .quality-care.content {
    background-image: url('../images/quality-care-banner-mobile.webp');
    max-height: 800px;
  }

  .quality-img-wrap {
    width: 83.333vw;
    height: 90.928vw;
    box-shadow: 0 0 0 7px var(--white);
    border-top-right-radius: 90px;
    border-bottom-left-radius: 135px;
  }

  .testimonials-img {
    width: 100vw;
  }

  .proudly-serving.content {
    background-image: url('../images/proudly-serving-banner-mobile.webp');
  }

  .bio-block {
    margin-bottom: 60px;
  }

  .col-im {
    margin-top: 20px;
  }

  .payment-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    justify-content: space-around;
  }

  .payment-logo {
    max-width: 40%;
    max-height: 100px;
  }

  .payment-logo.mc-logo {
    max-width: 48%;
    max-height: 60px;
  }

  .payment-logo.amex-logo {
    max-width: 48%;
    max-height: 50px;
  }

  .payment-logo.visa {
    max-width: 48%;
  }
}


