:root {
  --white: white;
  --dark-grey: #8e8e8e;
  --dark-slate-grey: #2e3337;
  --black: black;
  --gainsboro: #e7e6e4;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.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: #000;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 68px;
  font-weight: 400;
  line-height: 70px;
}

h2 {
  color: #000;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 48px;
}

h3 {
  color: #000;
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: var(--dark-grey);
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 37px;
}

a {
  color: var(--dark-slate-grey);
  text-decoration: underline;
}

a:hover {
  color: #bebebe;
}

ul, ol {
  color: #000;
  font-family: Source Serif Pro;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

li {
  color: var(--dark-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 38px;
}

img {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  color: #000;
  border-style: solid none none;
  border-top-width: 2px;
  border-top-color: #000;
  border-left-width: 5px;
  border-left-color: #e2e2e2;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Source Serif Pro;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: #666;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: Libre Franklin;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.navigation {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  justify-content: center;
  align-items: center;
  height: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.image-logo {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-link {
  color: #000;
  margin-right: 30px;
  font-family: Libre Franklin;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.nav-link.white {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
}

.container {
  flex-wrap: wrap;
  place-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1290px;
}

.container.banner-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 90vh;
  min-height: 850px;
  max-height: 1200px;
  display: flex;
}

.container.about-container {
  max-width: 1645px;
  padding-top: 70px;
}

.container.services-container {
  flex-direction: column;
  max-width: 1150px;
  display: flex;
}

.container.testimonials-container {
  flex-direction: column;
  align-items: center;
  min-height: 940px;
  display: flex;
}

.container.contact-info-container {
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1645px;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.container.contact-info-container.cpage {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
}

.container.footer-container {
  max-width: 1645px;
  padding-top: 75px;
  padding-bottom: 100px;
}

.container.big-pic-container {
  min-height: 120px;
}

.container.nav-container {
  align-items: center;
  display: flex;
}

.container.int-banner-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1645px;
  padding-top: 260px;
  padding-bottom: 175px;
  display: flex;
}

.container.int-banner-container.full-height {
  flex-direction: column;
  height: 100vh;
}

.container.int-body-container {
  max-width: 1645px;
}

.footer {
  background-color: #141414;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.top-section {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.footer-title-text {
  color: #666;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.footer-links {
  flex-flow: column;
  flex: none;
  align-content: flex-start;
  align-items: flex-start;
  width: 25%;
  margin-top: 15px;
  display: flex;
}

.footer-links-container {
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.footer-links-container.cc-categories {
  display: block;
}

.footer-categories {
  width: 75%;
}

.footer-newsletter {
  width: 25%;
}

.bottom-1 {
  text-align: left;
  flex-wrap: nowrap;
  flex: 1;
  place-content: flex-start space-between;
  display: flex;
}

.bottom-2 {
  flex: 1;
  width: 75%;
  margin-top: 40px;
}

.bottom {
  width: 100%;
}

.separator-color {
  background-color: #e6e6e6;
  max-width: 1290px;
  height: 1px;
}

.separator-color.footer-line {
  background-color: #4d4d4d;
}

.text-field {
  color: #999;
  height: 48px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Libre Franklin;
  font-size: 14px;
  line-height: 24px;
}

.submit-button {
  background-color: var(--dark-slate-grey);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100px;
  height: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 12px;
}

.submit-button:hover {
  background-color: var(--black);
  color: var(--gainsboro);
}

.submit-button:active {
  background-color: #3b4c5a;
}

.form {
  align-items: flex-end;
  display: flex;
}

.form-block {
  margin-top: 20px;
}

.posts-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-link {
  color: #000;
  flex-flow: wrap;
  place-content: space-between center;
  align-items: center;
  height: 90px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Libre Franklin;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navigation-link-text {
  color: #000;
  text-transform: none;
  font-family: Libre Franklin;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.navigation-hover {
  background-color: #000;
  align-items: flex-end;
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-small-text {
  color: #666;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.dropdown {
  display: none;
}

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

.nav-menu {
  display: flex;
}

.posts-collection-list-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.posts-image {
  margin-bottom: 20px;
}

._3-collection-item {
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.post-title {
  margin-top: 15px;
  margin-bottom: 15px;
  text-decoration: none;
}

.h3 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 28px;
}

.post-info-text {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}

.posts-collection-list {
  flex-wrap: wrap;
  margin: -25px -10px;
  display: flex;
}

.separator-container {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.line-color {
  background-color: #e6e6e6;
  height: 1px;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.button {
  border: 1px solid var(--white);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  transition: background-color .2s, color .2s;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #000;
}

.separator-footer {
  margin-top: 60px;
  margin-bottom: 60px;
}

.title-section {
  justify-content: center;
  align-items: center;
  padding: 180px 30px 90px;
  display: flex;
}

.title-section.cc-detail {
  padding: 0;
}

.post-content {
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
}

.post-content-wrapper {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  display: block;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 10px;
}

.rich-text h1 {
  font-family: Tenor Sans;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
}

.rich-text h4, .rich-text h5, .rich-text h6 {
  font-family: Tenor Sans;
  font-weight: 400;
}

.logo.cc-footer {
  margin-bottom: 2px;
  margin-right: 15px;
}

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

.footer-collection-item {
  color: #fff;
  width: 25%;
  margin-bottom: 15px;
  font-family: Libre Franklin;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.link-footer {
  color: #fff;
  text-decoration: none;
}

.style-guide-label {
  color: #777;
  border-bottom: 1px solid #777;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 14px;
}

.footer-links-inner {
  flex-flow: column;
  flex: none;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.section {
  justify-content: center;
  min-height: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section.banner {
  background-color: var(--black);
  padding-left: 0;
  padding-right: 0;
}

.section.about-section {
  background-color: var(--gainsboro);
  background-image: url('../images/texture.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.services-section {
  background-color: var(--white);
  padding-top: 345px;
  padding-bottom: 200px;
}

.section.services-section.services-page {
  padding-top: 75px;
  padding-bottom: 75px;
}

.section.big-office-pic-section {
  background-color: var(--gainsboro);
  background-image: url('../images/chair-interior-furniture-dentist-medical-dentistry-1276386-pxhere.com.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: auto;
  display: none;
  position: relative;
}

.section.testimonials-section {
  background-color: var(--gainsboro);
  background-image: url('../images/smiling-girl.webp');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.map-section {
  background-color: #242424;
  background-image: url('../images/map.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.map-section.contact-page-bg {
  background-color: var(--white);
  background-image: url('../images/texture.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.footer-section {
  background-color: var(--black);
  color: var(--white);
}

.grid {
  grid-column-gap: 75px;
  grid-row-gap: 65px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr 1fr;
  place-items: start center;
  width: 100%;
}

.icon-block {
  opacity: .4;
  background-image: url('../images/tooth-5.svg');
  background-position: 50% 0;
  background-size: 110px;
  width: 110px;
  height: 110px;
}

.icon-block.icon2 {
  opacity: 1;
  background-image: url('../images/teeth-cleaning.png');
}

.icon-block.icon3 {
  background-image: url('../images/noun_implant_2782929.svg');
}

.icon-block.icon4 {
  opacity: .85;
  background-image: url('../images/teeth-whitening.png');
}

.icon-block.icon5 {
  opacity: .91;
  background-image: url('../images/extraction.png');
}

.icon-block.icon6 {
  opacity: 1;
  background-image: url('../images/botox-copy.png');
}

.icon-block.notrannies {
  opacity: 1;
  background-image: url('../images/dental-veneer.png');
}

.text-block-container {
  border-bottom: 4px solid var(--white);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  text-decoration: none;
  transition: all .55s;
  display: flex;
}

.text-block-container:hover {
  border-bottom: 4px solid var(--dark-slate-grey);
  background-color: var(--white);
  padding-bottom: 10px;
  padding-right: 0;
  box-shadow: 11px 11px 10px 3px #00000012;
}

.text-block-container:active {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 20px;
  box-shadow: -11px -12px 10px 3px #00000012;
}

.button-box {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 75px;
  display: flex;
}

.blank {
  width: 100%;
  height: 75px;
}

.texture-button {
  border: 4px solid var(--white);
  background-color: var(--gainsboro);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/texture.png');
  background-position: 50%;
  background-size: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  transition: all .5s;
}

.texture-button:hover {
  border-width: 4px;
  border-color: var(--white);
  color: var(--dark-slate-grey);
  text-shadow: 1px 1px 2px var(--white);
  background-size: 150%;
  border-radius: 900px;
  box-shadow: 0 0 9px 2px #0000001a;
}

.grid-2 {
  grid-column-gap: 65px;
  grid-row-gap: 45px;
  grid-template-columns: .5fr 1fr;
  width: 100%;
  max-width: 100%;
}

.div-block-3 {
  background-image: url('../images/image0.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  width: 555px;
  height: 715px;
  margin-bottom: -245px;
}

.div-block-4 {
  width: 100%;
  max-width: 420px;
  min-height: 200px;
}

.heading {
  font-size: 30px;
  line-height: 37px;
}

.big-p {
  color: var(--dark-slate-grey);
  font-size: 22px;
}

.div-block-5 {
  background-image: url('../images/office21.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 65%;
  max-width: 550px;
  height: 365px;
  min-height: 365px;
  margin-right: -50px;
}

.div-block-6 {
  background-color: var(--dark-slate-grey);
  width: 65%;
  max-width: 550px;
  min-height: 365px;
  max-height: 365px;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: -50px;
  margin-bottom: 50px;
  margin-left: -35px;
  padding: 2.4vw;
  display: flex;
}

.div-block-7 {
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  margin-bottom: -165px;
  display: flex;
}

.div-block-8 {
  width: 100%;
  max-width: 100%;
  padding-top: 15px;
}

.block-quote {
  color: var(--white);
  letter-spacing: 1px;
  border: 0 solid #000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 1vw;
  font-style: italic;
  font-weight: 400;
  line-height: 170%;
}

.text-block {
  font-size: 18px;
  line-height: 120%;
}

.div-block-9 {
  max-width: 650px;
}

.subscript {
  color: var(--gainsboro);
  letter-spacing: 0;
  margin-left: 8px;
  font-family: Playfair Display, sans-serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  line-height: 45px;
}

.banner-h1 {
  margin-bottom: 45px;
  font-weight: 300;
}

.slider {
  width: 100%;
  height: 90vh;
  min-height: 850px;
  max-height: 1200px;
}

.slide {
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/hero-sno.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-left: 20px;
  padding-right: 20px;
}

.slide-nav {
  display: none;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .45s;
  display: flex;
  inset: auto 6% -4% auto;
}

.right-arrow:hover {
  box-shadow: 3px 3px 8px 4px #00000029;
}

.right-arrow.hide {
  display: none;
}

.div-block-10 {
  background-image: url('../images/prev.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 60px;
}

.div-block-10.rghtarrow {
  background-image: url('../images/next.png');
  background-position: 100%;
  background-size: cover;
}

.left-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .45s;
  display: flex;
  inset: auto 13% -4% auto;
}

.left-arrow:hover {
  box-shadow: 3px 3px 8px 4px #0000002e;
}

.left-arrow.hide {
  display: none;
}

.contact-box {
  background-color: var(--white);
  width: 100%;
  max-width: 540px;
  padding: 80px 50px 45px;
  box-shadow: 0 0 12px #00000012;
}

.slide-2 {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/chair-interior-furniture-dentist-medical-dentistry-1276386-pxhere.com.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-left: 20px;
  padding-right: 20px;
}

.label {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.label.small {
  font-size: 16px;
}

.line {
  background-color: var(--gainsboro);
  width: 75px;
  height: 5px;
  margin-bottom: 35px;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  max-width: 1005px;
  min-height: 653px;
}

.icon-5, .icon-6 {
  color: var(--black);
}

.slide-nav-2 {
  display: none;
}

.testi-box {
  background-image: url('../images/logoicon.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 650px;
  padding-top: 70px;
  display: flex;
}

.quote-block {
  max-width: 725px;
  color: var(--dark-grey);
  text-align: center;
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 37px;
}

.div-block-12 {
  background-color: var(--black);
  background-image: url('../images/skye.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 400%;
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}

.div-block-12.mark {
  background-color: var(--gainsboro);
  background-image: url('../images/mark.webp');
}

.div-block-12.testimonial3 {
  background-color: var(--gainsboro);
  background-image: url('../images/testimonial-person-5.jpg');
}

.div-block-12.testimonial4 {
  background-color: var(--gainsboro);
  background-image: url('../images/yeager.png');
}

.div-block-12.testimonial5 {
  background-color: var(--gainsboro);
  background-image: url('../images/author1.jpg');
}

.div-block-12.testimonial6 {
  background-image: url('../images/andrea.jpg');
}

.author-name {
  color: var(--dark-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 65px;
  font-weight: 700;
  line-height: 20px;
}

.author-name.an-hidden {
  display: none;
}

.grid-3 {
  grid-row-gap: 75px;
  grid-template-columns: .8fr 1fr 1fr;
}

.footer-logo-block {
  transition: all .55s;
}

.footer-logo-block:hover {
  opacity: .65;
}

.div-block-13 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.footer-credits {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
}

.footer-credit-link {
  color: var(--white);
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-credit-link:hover {
  color: var(--gainsboro);
  text-decoration: underline;
}

.div-block-14 {
  display: flex;
}

.div-block-15 {
  justify-content: space-between;
  align-items: center;
  width: 70%;
  display: flex;
}

.div-block-16 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  padding-left: 5vw;
  display: flex;
}

.top-nav-link {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: all .525s;
}

.top-nav-link:hover {
  opacity: .6;
  color: var(--gainsboro);
  font-weight: 600;
}

.soc-link {
  margin-right: 3px;
  transition: all .55s;
}

.soc-link:hover {
  opacity: .51;
}

.top-nav-container {
  z-index: 5;
  flex-direction: row;
  justify-content: center;
  margin-top: 53px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1.5fr;
  justify-items: center;
  width: 100%;
}

.div-block-17 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  min-height: 75px;
  display: flex;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 75px;
  display: flex;
}

.div-block-19 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 75px;
  display: flex;
}

.top-logo-link-box {
  transition: all .55s;
}

.top-logo-link-box:hover {
  opacity: .7;
}

.social-box-container {
  justify-content: space-between;
  align-items: center;
  width: 125px;
  height: 30px;
  display: flex;
}

.social-box-container._1 {
  margin-right: 20px;
}

.soc-link-block {
  transition: all .45s;
}

.soc-link-block:hover {
  opacity: .55;
}

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

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

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

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

.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_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;
}

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

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

.browser_header {
  color: #20355a;
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
  line-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;
}

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

.browser_details {
  color: #7a849e;
  text-align: center;
  letter-spacing: -.2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

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

.browser_icon-2 {
  height: 40px;
}

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

.div-block-20 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.navbar {
  display: none;
}

.dd-toggle {
  padding-left: 0;
  padding-right: 0;
}

.dd-toggle.w--open {
  background-color: var(--dark-slate-grey);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.dropdown-list-3 {
  background-color: #0000;
}

.dropdown-list-3.w--open {
  background-color: var(--dark-slate-grey);
  padding: 10px;
}

.dd-link {
  border: 1px solid var(--dark-slate-grey);
  width: 100%;
  color: var(--gainsboro);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000000e3;
  margin-bottom: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  transition: all .55s;
}

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

.dd-link.w--current {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

.d-down {
  margin-left: 0;
  margin-right: 0;
}

.image-9 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.interior-content-wrapper {
  background-color: var(--white);
  flex-direction: column;
  width: 100%;
  display: flex;
}

.int-banner {
  background-color: var(--black);
  background-image: linear-gradient(#000000c4, #000000c4), url('../images/chair-interior-furniture-dentist-medical-dentistry-1276386-pxhere.com.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.bucket-nav {
  background-color: var(--dark-slate-grey);
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}

.div-block-23 {
  text-align: center;
  background-image: linear-gradient(#fff0, #00000030);
  border-left: 1px solid #191c1f;
  border-right: 1px solid #384147;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  transition: all .575s;
  display: flex;
}

.div-block-23:hover {
  background-color: #39434b;
  background-image: linear-gradient(#00000030, #fff0);
}

.bucket-link {
  width: 100%;
  color: var(--gainsboro);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.bucket-link.w--current {
  background-color: #374047;
}

.content-section {
  background-color: var(--white);
  background-image: linear-gradient(#ffffffc7, #fff 28%), url('../images/texture.png');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  min-height: 200px;
  padding: 75px 20px;
  display: flex;
}

.grid-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.int-sub-banner {
  background-color: var(--dark-slate-grey);
  background-image: url('../images/image-small-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 26vw;
  margin-bottom: 45px;
}

.int-sub-banner.veneer-ban {
  background-image: url('../images/veneers-min.png');
}

.int-sub-banner.filling-ban {
  background-image: url('../images/dental-fillings-min.png');
}

.int-sub-banner.rc-banner {
  background-image: url('../images/root-canals-min.jpg');
}

.int-sub-banner.cleaning-ban {
  background-image: url('../images/teeth-cleaning-min.png');
  background-size: cover;
}

.int-sub-banner.sealants-banner {
  background-image: url('../images/sealants-min.png');
}

.int-sub-banner.invisalign-ban {
  background-image: url('../images/invisalign.jpg');
}

.int-sub-banner.fm-ban {
  background-image: url('../images/full-mouth-reconstruction-min.png');
}

.int-sub-banner.implant-ban {
  background-image: url('../images/dental-implants-min.jpg');
  background-position: 50% 4%;
}

.int-sub-banner.office-ban {
  background-image: url('../images/nastuh-abootalebi-rspmla5rita-unsplash.png');
}

.int-sub-banner.gen-den-ban {
  background-image: url('../images/general-dentistry-min.jpg');
  background-position: 50% 25%;
}

.int-sub-banner.flu-ban {
  background-image: url('../images/fluoride.jpg');
}

.int-sub-banner.crowns-ban {
  background-image: url('../images/crown-and-bridges-min.png');
}

.int-sub-banner.dentures-ban {
  background-image: url('../images/dentures.png');
}

.int-sub-banner.extract-ban {
  background-image: url('../images/extractions-min.png');
}

.int-sub-banner.mergency-ban {
  background-image: url('../images/emergency-care-min.jpg');
  background-position: 50%;
}

.int-sub-banner.fam-ban {
  background-image: url('../images/family-dentistry-min.jpg');
}

.int-sub-banner.cos-ban {
  background-image: url('../images/cosmetic-dentistry-min.jpg');
  background-position: 50% 30%;
}

.int-sub-banner.den-tech-ban {
  background-image: url('../images/dental-technology-min.jpg');
  background-position: 50% 45%;
}

.int-sub-banner.whitening-ban {
  background-image: url('../images/teeth-whitening-min.jpg');
}

.int-sub-banner.xrays-ban {
  background-image: url('../images/digital-x-rays-edited.jpg');
}

.int-sub-banner.nitrous-ban {
  background-image: url('../images/nitrous-oxide.png');
}

.int-sub-banner.oral-ban {
  background-image: url('../images/oral-sedation-min.jpg');
  background-position: 50%;
}

.int-sub-banner.iv-ban {
  background-image: url('../images/iv-sedation.png');
}

.int-sub-banner.cbct-ban {
  background-color: var(--black);
  background-image: url('../images/cbct-min.png');
  background-size: cover;
}

.int-sub-banner.cad-ban {
  background-image: url('../images/cad-cam-milling-unit-min.png');
}

.int-sub-banner.ins-ban {
  background-image: url('../images/financial-options-min.jpg');
  background-position: 50% 0;
}

.int-sub-banner.sed-ban {
  background-image: url('../images/sedation-options-min.jpg');
  background-position: 50% 20%;
}

.int-sub-banner.botox-juvederm-banner {
  background-image: url('../images/botox-min.jpg');
}

.int-sub-banner.whitening-instructions-ban {
  background-image: url('../images/whitening-instructions-min.jpg');
  background-position: 50% 20%;
}

.int-sub-banner.singletdi-ban {
  background-image: url('../images/dental-technology-min_1.jpg');
}

.sub-pic {
  float: right;
  width: 100%;
  max-width: 350px;
  margin: 50px 0 50px 50px;
  box-shadow: 3px 3px 9px 7px #0000001a;
}

.side-nav {
  background-color: var(--black);
  background-image: linear-gradient(#000000d6, #000000d6), url('../images/steel.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px solid #000;
  margin-bottom: 35px;
  padding: 15px;
}

.sidebar-link-top-level {
  background-color: var(--dark-slate-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
}

.sidebar-link-top-level:hover {
  background-color: var(--white);
  color: var(--dark-slate-grey);
}

.sidebar-link-top-level.w--current {
  border-right: 6px solid var(--gainsboro);
  background-color: #394650;
}

.sidebar-link-top-level.w--current:hover {
  border-right-color: var(--white);
  background-color: var(--white);
}

.sidebar-sub-link {
  background-color: var(--dark-slate-grey);
  width: 100%;
  color: var(--gainsboro);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: linear-gradient(#fff0, #0000001a);
  border-top: 1px solid #3d464e;
  border-bottom: 1px solid #191d20;
  border-left: 6px solid #202529;
  padding-left: 25px;
  font-size: 12px;
  font-weight: 500;
}

.sidebar-sub-link:hover, .sidebar-sub-link.w--current {
  border-left-color: var(--white);
  color: var(--white);
  background-image: linear-gradient(#0000001a, #fff0);
}

.sidebar-icon-container {
  background-color: var(--dark-slate-grey);
  background-image: linear-gradient(#000000cf, #000000cf), url('../images/steel.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  padding: 15px;
  display: flex;
}

.sidebar-icon-container.contact-page-icon-container {
  background-image: url('../images/logoicon.svg'), linear-gradient(#000000cf, #000000cf), url('../images/steel.jpg');
  background-position: 50% 82%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 45%, auto, cover;
  width: 100%;
  margin-bottom: 0;
}

.grid-7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.link-block-2 {
  border: 1px solid #3f4a52;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  padding: 10px;
  text-decoration: none;
  transition: all .55s;
  display: flex;
}

.link-block-2:hover {
  background-color: var(--dark-slate-grey);
  border-color: #455d70;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.link-block-2.w--current {
  background-color: #313a41;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.sm-icon {
  width: 40px;
  margin-bottom: 10px;
}

.contact-text {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.side-nav-header {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 48px;
}

.cf {
  background-color: var(--gainsboro);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 25px 30px 30px;
  display: flex;
  position: sticky;
  top: 165px;
}

.form-frame {
  text-align: left;
  background-image: linear-gradient(#ffffffd1, #ffffffd1), url('../images/texture.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  min-height: 450px;
  margin-top: 10px;
  padding: 30px 30px 0;
}

.field {
  border: 1px solid var(--white);
  box-shadow: 0 0 3px #00000026;
}

.field.area {
  min-height: 80px;
  margin-bottom: 20px;
}

.pagination {
  width: 100%;
  margin-top: 45px;
  padding: 20px;
}

.lottie-animation {
  max-width: 450px;
  margin-bottom: 45px;
}

.lottie-animation-2 {
  width: 250px;
  margin-bottom: 45px;
}

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

.cp-map {
  filter: invert() grayscale();
  margin-bottom: -5px;
}

.biopic {
  width: 100%;
  max-width: 450px;
  height: auto;
  margin-top: 0;
  margin-bottom: 30px;
}

.sub-drop-container {
  width: 100%;
}

.icon-8 {
  transform: rotate(-90deg);
}

.dropdown-list-4 {
  left: 6px;
}

.dropdown-list-4.w--open {
  background-color: var(--dark-slate-grey);
  top: 0;
  left: 220px;
}

.dropdown-list-4.meet-doctor.w--open {
  left: 197px;
}

.flyoutlink {
  background-color: var(--dark-slate-grey);
  color: var(--gainsboro);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: linear-gradient(#fff0, #00000017);
  border-top: 1px solid #3b454c;
  border-bottom: 1px solid #202427;
  border-left: 6px solid #1c2024;
  font-size: 12px;
  font-weight: 500;
}

.flyoutlink:hover {
  border-left-color: var(--white);
  color: var(--white);
  background-image: linear-gradient(#00000029, #fff0);
}

.flyoutlink.w--current {
  border-left-color: var(--white);
  color: var(--white);
  background-image: linear-gradient(#00000017, #fff0);
}

.internal-drop-link {
  color: var(--gainsboro);
  text-decoration: none;
}

.internal-drop-link:hover {
  color: var(--white);
}

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

.call-prompt-box {
  background-color: #f5f5f5;
  background-image: url('../images/steel.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 20px;
  display: flex;
}

.accessibility-call-prompt {
  text-align: center;
  font-size: 28px;
  line-height: 36px;
}

.ci-link {
  color: var(--dark-grey);
  text-decoration: none;
}

.ci-link:hover {
  text-decoration: underline;
}

.contact-p {
  width: 100%;
  max-width: 1020px;
  color: var(--gainsboro);
  text-align: center;
  margin-bottom: 30px;
}

.faq-content {
  margin-top: -2px;
  overflow: hidden;
}

.paragraph {
  color: #64646d;
  letter-spacing: -.25px;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 42px;
  padding-bottom: 42px;
  font-size: 18px;
  line-height: 28px;
}

.faq-question-bar {
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
  box-shadow: 7px 7px 60px #f2f3f6;
}

.faq-wrap {
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

.question-title {
  color: #0b1033;
  font-size: 18px;
  line-height: 24px;
}

.animation {
  width: 60px;
  height: 60px;
}

.link-block-3 {
  float: right;
  flex-direction: column;
  align-items: flex-start;
  width: 450px;
  height: auto;
  margin-left: 30px;
  padding: 20px;
  display: flex;
}

.link-block-3:hover {
  margin-left: 30px;
  box-shadow: 1px 1px 8px 4px #0000000a;
}

.list-container-for-faqs {
  margin-left: 20px;
  margin-right: 20px;
}

.homepage-section-link {
  text-decoration: none;
}

.list-of-dental-plans {
  column-count: 3;
}

.links-page {
  background-color: #000;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.links-page.color {
  background-color: var(--black);
}

.links-logo {
  opacity: 0;
  margin-top: 35px;
  margin-bottom: 35px;
}

.social-links-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.main-links-container {
  flex-direction: column;
  align-items: center;
  min-height: 100px;
  display: flex;
}

.main-link-in-links-page {
  color: var(--white);
  padding-bottom: 5px;
  font-size: 26px;
  text-decoration: none;
  transition: all .4s;
  display: block;
  position: relative;
  top: 40px;
}

.main-link-in-links-page:hover {
  box-shadow: inset 0 -15px 6px -15px var(--gainsboro);
}

.main-link-in-links-page.color-link {
  background-color: var(--gainsboro);
  color: #220505;
}

.main-link-in-links-page.show {
  top: 0;
}

.animation-container {
  border-bottom: 1px solid var(--white);
  justify-content: center;
  align-items: flex-end;
  height: 30px;
  margin-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.social-link {
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-left: 20px;
  margin-right: 20px;
  transition: all .15s;
  display: flex;
}

.social-link:hover {
  opacity: .75;
}

.social-link-icon {
  height: 32px;
}

.dropdown-wrapper {
  width: 33.33%;
  margin-top: 75px;
  padding: 20px;
}

.dropdown-trigger {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.chevron-down {
  margin-left: 20px;
  margin-right: 0;
  font-size: 24px;
  transform: rotate(-90deg);
}

.chevron-down.small {
  font-size: 16px;
}

.dropdown-items {
  border-bottom: 4px solid var(--dark-slate-grey);
  margin-top: 30px;
  padding: 0 20px;
  overflow: hidden;
  box-shadow: 11px 11px 10px 3px #00000012;
}

.dropdown-flex-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.p-hide {
  display: none;
}

.numered-list {
  list-style-type: decimal;
}

.whitening-list-item {
  margin-bottom: 18px;
  line-height: 1.42;
}

.internal-page-content-bold {
  color: #5c5c5c;
}

.recaptcha {
  margin-bottom: 10px;
}

.internal-link {
  text-decoration: none;
}

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

.p-blogs {
  margin-top: 0;
  padding: 0 0 0 20px;
}

.div-blog {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.image-10 {
  max-width: 32px;
  color: var(--dark-grey);
}

.emergency {
  background-color: var(--dark-slate-grey);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.emergency-content {
  width: 90%;
  max-width: 1000px;
  color: var(--white);
  flex-direction: column;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.emergency-icon {
  color: #d12828;
  width: 50px;
}

.emergency-icon-wrap {
  border: 3px solid var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  display: flex;
}

.h2-emergency {
  color: var(--white);
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 140%;
}

.image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 16vw;
  margin-bottom: 30px;
  display: flex;
}

.planmill {
  background-color: #0000001a;
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}

.img-home {
  cursor: pointer;
  width: 32.813vw;
  max-width: 630px;
  transition: transform .3s;
}

.img-home:hover {
  transform: scale(1.1);
}

.col {
  padding-left: 15px;
  padding-right: 15px;
}

.col.home-dentist-header {
  width: 77%;
  max-width: 870px;
}

.col.home-dentists-text {
  width: 50vw;
  max-width: 664px;
}

.cust-container {
  width: 90%;
  max-width: 1365px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-text {
  align-items: center;
  height: 100%;
  line-height: 100%;
  display: flex;
}

.btn {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #88aa96;
  border: 1px #0000;
  border-radius: 1000px;
  height: 60px;
  padding: 0 3.125vw;
  font-weight: 400;
  transition: all .25s;
}

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

.subheader {
  color: #88aa96;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 1.563vw;
}

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

.row.home-dentists-row {
  justify-content: center;
  align-items: center;
  margin-top: 2.604vw;
}

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

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

.top-banner {
  background-color: var(--gainsboro);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 53px;
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 4vh;
  display: flex;
}

.top-banner-text {
  transition: all .2s;
}

.top-banner-text:hover {
  color: #646464;
}

.referal-form {
  background-image: linear-gradient(#ffffffd1, #ffffffd1), url('../images/texture.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 15px;
  box-shadow: 0 0 5px #000;
}

.rf-section-heading {
  border-bottom: 2px solid #000;
  margin-top: 25px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: 700;
}

.tb-link-block {
  width: 100%;
  text-decoration: none;
}

.insurance-logos {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.insurance_logo_wrapper {
  background-color: var(--gainsboro);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 110px;
  padding-top: 15px;
  display: flex;
}

.insurance_logo_wrapper.delta {
  padding-top: 33px;
}

.insurance_logo_wrapper.humana, .insurance_logo_wrapper.humana-copy {
  padding-top: 25px;
}

.insurance_logo_wrapper.united {
  padding-top: 23px;
}

.insurance_logo_wrapper.zelis {
  padding-top: 6px;
}

.name_bar {
  background-color: var(--dark-slate-grey);
  width: 100%;
  margin-top: 10px;
}

.insurance_txt {
  color: var(--white);
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.insurance_logo {
  mix-blend-mode: luminosity;
  width: 80%;
}

.main-link-in-links-page-last {
  width: 100%;
  height: 100%;
  color: var(--white);
  padding-bottom: 5px;
  font-size: 26px;
  text-decoration: none;
  transition: all .4s;
  display: block;
  position: relative;
  top: 40px;
}

.main-link-in-links-page-last:hover {
  box-shadow: inset 0 -15px 6px -15px var(--gainsboro);
}

.main-link-in-links-page-last.color-link {
  background-color: var(--gainsboro);
  color: #220505;
}

.main-link-in-links-page-last.show {
  top: 0;
}

.link-page-text {
  color: var(--white);
}

.book-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start start;
  width: 100%;
  max-width: 440px;
  display: flex;
}

.book-wrapper:where(.w-variant-baabfa0c-f318-5313-420c-bdf5fe03289d) {
  justify-content: center;
  align-items: flex-start;
}

@media screen and (min-width: 1440px) {
  .row.home-dentists-row {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .top-banner {
    font-size: 1.2vw;
  }
}

@media screen and (min-width: 1920px) {
  .planmill {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .cust-container {
    width: 77%;
  }

  .btn {
    padding-left: 60px;
    padding-right: 60px;
  }

  .subheader {
    width: 51vw;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 26px;
  }

  .row.home-dentists-row {
    margin-top: 50px;
  }

  .insurance_logo_wrapper {
    padding-top: 2px;
  }

  .insurance_logo_wrapper.zelis {
    padding-top: 5px;
  }

  .insurance_logo_wrapper.aetna {
    padding-top: 13px;
  }

  .insurance_logo_wrapper.ameritas {
    padding-top: 10px;
  }

  .insurance_logo_wrapper.guardian {
    padding-top: 14px;
  }

  .insurance_logo_wrapper.metlife {
    padding-top: 16px;
  }

  .insurance_logo_wrapper.principal {
    padding-top: 9px;
  }

  .insurance_logo.zelis {
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 8px;
  }

  .image-logo {
    z-index: 9999;
    position: relative;
  }

  .container {
    flex-flow: column;
    align-items: center;
  }

  .container.contact-info-container {
    justify-content: center;
    align-items: center;
  }

  .container.big-pic-container {
    min-height: 45vw;
  }

  .container.nav-container {
    display: none;
  }

  .footer-categories {
    width: 100%;
  }

  .footer-newsletter {
    width: 100%;
    margin-bottom: 35px;
  }

  .bottom-1 {
    flex-flow: wrap-reverse;
  }

  .bottom-2 {
    width: 100%;
  }

  .navigation-link {
    background-color: #fff;
    justify-content: flex-end;
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-link-text {
    font-size: 18px;
    line-height: 24px;
  }

  .navigation-hover {
    display: none;
  }

  .container-footer {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    background-color: #fff;
    margin-top: -90px;
    padding-top: 120px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #00000040;
  }

  .menu-button {
    color: #000;
    font-family: Libre Franklin;
    font-size: 32px;
    font-weight: 400;
  }

  .menu-button:active {
    background-color: #e9e9e9;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .icon-2 {
    color: #000;
  }

  .title-section.cc-detail {
    padding-top: 0;
  }

  .section.services-section {
    padding: 60px;
  }

  .section.big-office-pic-section {
    background-size: cover;
    background-attachment: scroll;
  }

  .text-block-container {
    padding: 10px;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto;
  }

  .div-block-3 {
    width: 100%;
    height: 100vw;
    margin-bottom: 0;
  }

  .div-block-4 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-bottom: 30px;
    display: flex;
  }

  .div-block-6 {
    max-height: none;
    padding: 7.4vw;
  }

  .div-block-7 {
    margin-bottom: 40px;
  }

  .div-block-8 {
    padding-top: 0;
  }

  .block-quote {
    font-size: 2.5vw;
  }

  .left-arrow {
    right: 17%;
  }

  .contact-box {
    max-width: 100%;
  }

  .top-nav-container {
    background-color: #000000d4;
    min-height: auto;
    margin-top: 0;
    position: fixed;
    inset: 0% 0% auto;
  }

  .social-box-container {
    width: 200px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-21 {
    justify-content: center;
    display: flex;
  }

  .navbar {
    background-color: #0000;
    width: 100%;
    padding: 10px;
    display: block;
  }

  .image-8 {
    width: 70px;
  }

  .brand {
    padding: 7px;
  }

  .brand:hover {
    opacity: .65;
  }

  .icon-7 {
    color: var(--gainsboro);
  }

  .menu-button-2 {
    border: 1px solid var(--dark-slate-grey);
  }

  .menu-button-2.w--open {
    background-color: var(--black);
    box-shadow: 0 0 9px 3px #e7e6e447;
  }

  .nav-menu-2 {
    background-color: #000;
    background-image: linear-gradient(#000000db, #000000db), url('../images/steel.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    padding: 20px 20px 10px;
    display: flex;
    overflow: scroll;
  }

  .drop-link {
    width: 100%;
    color: var(--gainsboro);
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #000;
    margin-bottom: 10px;
    font-weight: 600;
    transition: all .55s;
    position: static;
  }

  .drop-link:hover {
    border: 1px solid var(--dark-slate-grey);
    color: var(--dark-grey);
    box-shadow: 0 0 4px 3px #e7e6e414;
  }

  .drop-link.w--current {
    color: var(--dark-grey);
  }

  .drop-link.w--open {
    border-color: var(--dark-slate-grey);
    margin-bottom: 0;
    box-shadow: 0 0 8px 4px #e7e6e414;
  }

  .drop-box {
    width: 100%;
  }

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

  .dropdown-list-2.w--open {
    background-color: var(--dark-slate-grey);
    margin-bottom: 10px;
    position: static;
    top: 61px;
  }

  .sub-link {
    width: 100%;
    color: var(--gainsboro);
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
  }

  .sub-link:hover, .sub-link.w--current {
    background-color: var(--gainsboro);
    color: var(--dark-slate-grey);
  }

  .sub-link.detail-links {
    background-color: var(--dark-slate-grey);
    background-image: linear-gradient(to bottom, var(--dark-slate-grey), #00000014);
    color: var(--dark-grey);
    border-top: 1px solid #394147;
    border-bottom: 1px solid #1d2124;
    border-left: 6px solid #23272a;
    padding: 7px 25px;
    font-size: 10px;
  }

  .sub-link.detail-links:hover, .sub-link.detail-links.w--current {
    border-left-color: var(--white);
    color: var(--white);
  }

  .top-level-link {
    color: var(--gainsboro);
    text-decoration: none;
  }

  .top-level-link:hover {
    color: var(--dark-grey);
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .div-block-23 {
    border-top: 1px solid #384147;
    border-bottom: 1px solid #1c1f22;
  }

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

  .grid-6 {
    grid-template-columns: 2fr;
  }

  .int-sub-banner {
    min-height: 45vw;
    margin-bottom: 30px;
  }

  .int-sub-banner.cbct-ban {
    background-size: cover;
  }

  .side-nav {
    margin-bottom: 30px;
  }

  .sidebar-icon-container.contact-page-icon-container {
    background-image: linear-gradient(#000000cf, #000000cf), url('../images/steel.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .cf {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .div-block-24 {
    grid-template-columns: 1fr;
  }

  .mobile-int-drop {
    width: 100%;
  }

  .dropdown-list-5 {
    position: static;
  }

  .link-block-3 {
    width: 300px;
  }

  .list-of-dental-plans {
    column-count: 2;
  }

  .dropdown-wrapper {
    width: 100%;
  }

  .dropdown-flex-container {
    flex-wrap: wrap;
  }

  .p-blogs {
    padding-right: 20px;
  }

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

  .emergency-content {
    max-width: 740px;
  }

  .h2-emergency {
    font-size: 40px;
  }

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

  .img-home {
    width: 100%;
  }

  .col.home-dentist-header {
    width: 100%;
    max-width: 750px;
  }

  .col.home-dentist-img-wrap, .col.home-dentists-text {
    width: 50%;
  }

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

  .btn {
    padding-left: 30px;
    padding-right: 30px;
  }

  .row.home-dentists-row {
    align-items: flex-start;
    margin-top: 20px;
  }

  .top-banner {
    z-index: 2;
    font-size: 2vw;
    position: fixed;
  }

  .insurance_logo_wrapper {
    padding-top: 21px;
  }
}

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

  .navigation {
    height: 75px;
  }

  .container.contact-info-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.footer-container {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .container.big-pic-container {
    min-height: 55vw;
  }

  .footer-title-text {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-wrap: nowrap;
    width: 50%;
    margin-top: 25px;
  }

  .footer-links-container {
    flex-wrap: wrap;
  }

  .footer-categories {
    display: none;
  }

  .footer-newsletter {
    margin-bottom: 15px;
  }

  .navigation-link {
    display: flex;
  }

  .dropdown {
    background-color: #fff;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .dropdown-toggle {
    color: #999;
    align-items: center;
    width: 100%;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    font-family: Libre Franklin;
    font-weight: 400;
    line-height: 24px;
    display: flex;
  }

  .dropdown-toggle.w--open {
    color: #000;
    font-weight: 600;
  }

  .icon {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 15px;
  }

  .dropdown-list {
    margin-top: 0;
  }

  .dropdown-list.w--open {
    margin-top: auto;
  }

  .dropdown-link {
    color: #000;
    background-color: #fff;
    padding: 15px 20px;
    font-family: Libre Franklin;
    font-weight: 600;
  }

  ._3-collection-item {
    width: 100%;
  }

  .title-section {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .dropdown-link-text {
    color: #000;
    text-decoration: none;
  }

  .footer-links-inner {
    flex-wrap: nowrap;
    width: 50%;
    margin-top: auto;
  }

  .section.about-section {
    background-color: var(--white);
    background-image: linear-gradient(#e7e6e4c4, #e7e6e4c4), url('../images/steel.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.big-office-pic-section {
    background-size: cover;
    background-attachment: scroll;
  }

  .section.testimonials-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.map-section {
    padding: 30px;
  }

  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .grid.services-page-grid {
    grid-template-columns: .25fr 1fr;
  }

  .icon-block.icon2, .icon-block.icon3, .icon-block.icon4, .icon-block.icon5, .icon-block.icon6, .icon-block.notrannies {
    background-size: 80px;
    width: 80px;
    height: 80px;
  }

  .text-block-container {
    text-align: center;
    align-items: center;
  }

  .text-block-container:hover {
    padding-right: 10px;
  }

  .button-box {
    align-items: center;
  }

  .blank {
    display: none;
  }

  .div-block-3 {
    height: 85vw;
  }

  .div-block-6 {
    min-height: auto;
    padding: 5.4vw;
  }

  .block-quote {
    font-size: 3vw;
  }

  .banner-h1 {
    margin-bottom: 45px;
    font-size: 45px;
    line-height: 58px;
  }

  .left-arrow {
    right: 26%;
  }

  .contact-box {
    padding: 60px 40px 40px;
  }

  .quote-block {
    font-size: 20px;
  }

  .div-block-13 {
    justify-content: center;
  }

  .footer-credits {
    font-size: 16px;
  }

  .div-block-14 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-15 {
    width: 100%;
    margin-bottom: 30px;
  }

  .div-block-16 {
    width: 65%;
    padding-left: 0;
  }

  .top-nav-link {
    font-size: 15px;
  }

  .top-nav-container {
    margin-top: 0;
  }

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

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

  .nav-menu-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-5 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .int-sub-banner {
    margin-bottom: 30px;
  }

  .int-sub-banner.cbct-ban {
    background-size: cover;
  }

  .sub-pic {
    max-width: 100%;
    margin-left: 0;
  }

  .cf {
    padding: 20px;
  }

  .biopic {
    max-width: 100%;
    margin-left: 0;
  }

  .link-block-3 {
    border: 1px solid var(--gainsboro);
    width: 100%;
    margin-bottom: 30px;
  }

  .list-of-dental-plans {
    column-count: auto;
  }

  .p-blogs {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .col.home-dentists-text {
    width: 80%;
    max-width: none;
  }

  .cust-container {
    width: 100%;
  }

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

  .list {
    grid-column-gap: 20px;
  }

  .top-banner {
    height: 45px;
    font-size: 2.4vw;
  }

  .insurance-logos {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 45px;
  }

  ul {
    padding-left: 20px;
  }

  .nav-link.white {
    margin-right: 0;
  }

  .container.banner-container {
    height: 100vh;
    min-height: auto;
    max-height: none;
  }

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

  .container.testimonials-container {
    min-height: auto;
  }

  .container.contact-info-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.contact-info-container.cpage {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container.footer-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.big-pic-container {
    min-height: 65vw;
  }

  .container.int-banner-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.int-body-container {
    display: block;
  }

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

  .top-section {
    flex-wrap: wrap;
    max-width: none;
  }

  .footer-title-text {
    width: 100%;
    margin-top: 20px;
  }

  .footer-links {
    flex-flow: wrap;
    justify-content: flex-start;
    margin-top: 0;
  }

  .footer-links-container {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
  }

  .footer-small-text {
    margin-top: 20px;
    line-height: 18px;
  }

  .posts-image {
    margin-bottom: 5vw;
  }

  ._3-collection-item {
    margin-bottom: 5vw;
    padding: 0;
  }

  .post-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .post-info-text {
    margin-bottom: 5vw;
  }

  .posts-collection-list {
    margin: 0;
  }

  .button {
    text-align: center;
    width: 100%;
    max-width: 300px;
    display: flex;
  }

  .title-section {
    padding-top: 135px;
  }

  .title-section.cc-detail {
    padding-top: 0;
  }

  .footer-links-inner {
    flex-flow: wrap;
    justify-content: flex-start;
    margin-top: 0;
  }

  .wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .section.services-section {
    padding: 45px 20px;
  }

  .section.testimonials-section {
    padding-left: 0;
    padding-right: 0;
  }

  .section.map-section {
    width: 100%;
    padding: 12vw 5vw;
  }

  .section.footer-section {
    width: 100%;
    padding: 5vw;
  }

  .grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid.services-page-grid {
    grid-column-gap: 15px;
    grid-template-columns: .25fr .5fr;
  }

  .icon-block.icon2, .icon-block.icon4 {
    background-size: 60px;
    width: 60px;
    height: 60px;
  }

  .text-block-container {
    width: 100%;
  }

  .texture-button {
    text-align: center;
  }

  .div-block-3 {
    height: 100vw;
  }

  .div-block-4 {
    padding-bottom: 0;
  }

  .heading {
    margin-top: 0;
  }

  .div-block-5 {
    background-size: cover;
    width: 100%;
    height: 65vw;
    min-height: auto;
    margin-right: 0;
  }

  .div-block-6 {
    width: 100%;
    max-width: none;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 5.4vw;
  }

  .div-block-7 {
    flex-direction: column;
  }

  .block-quote {
    font-size: 16px;
  }

  .div-block-9 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .subscript {
    margin-bottom: 15px;
    line-height: 28px;
  }

  .banner-h1 {
    margin-bottom: 7vw;
    font-size: 30px;
    line-height: 45px;
  }

  .slider {
    height: 100vh;
    min-height: auto;
    max-height: none;
  }

  .slide {
    padding-left: 30px;
    padding-right: 30px;
  }

  .left-arrow {
    right: 38%;
  }

  .contact-box {
    padding: 30px 20px 10px;
  }

  .slide-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .label {
    font-size: 20px;
  }

  .testi-box {
    text-align: center;
    background-position: 50%;
    background-size: 80%;
    padding: 60px 20px;
  }

  .quote-block {
    max-width: 80%;
    margin-bottom: 25px;
    font-size: 16px;
  }

  .div-block-12 {
    width: 65px;
    height: 65px;
  }

  .author-name {
    margin-bottom: 25px;
  }

  .grid-3 {
    grid-row-gap: 16px;
  }

  .footer-credits {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-15 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-16 {
    width: 90%;
  }

  .top-nav-link {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .top-nav-container {
    background-color: #000;
  }

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

  .browser-warning {
    padding: 20px;
  }

  .browser_link {
    width: 50%;
  }

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

  .browser_wrap {
    flex-wrap: wrap;
  }

  .image-8 {
    width: 80px;
  }

  .nav-menu-2 {
    padding: 20px 20px 10px;
  }

  .drop-link.hide {
    display: none;
  }

  .int-banner {
    width: 100%;
    padding: 50vw 5vw 5vw;
  }

  .grid-5 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .content-section {
    width: 100%;
    padding: 4vw;
  }

  .grid-6 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    display: flex;
  }

  .content-box, .sidebar {
    width: 100%;
  }

  .int-sub-banner {
    background-size: cover;
    border-radius: 0;
    min-height: 65vw;
    margin-bottom: 5vw;
  }

  .int-sub-banner.cbct-ban {
    background-size: cover;
  }

  .sub-pic {
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .contact-text {
    font-size: 16px;
  }

  .side-nav-header {
    font-size: 28px;
    line-height: 32px;
  }

  .cf {
    padding: 5.2vw 5vw 5vw;
  }

  .form-frame {
    padding-top: 18px;
    padding-left: 18px;
    padding-right: 18px;
    overflow: hidden;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 32px;
  }

  .div-block-24 {
    flex-direction: column;
    display: flex;
  }

  .paragraph {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .faq-question-bar {
    padding-left: 15px;
    padding-right: 10px;
  }

  .question-title {
    flex: 1;
  }

  .animation-container.last {
    text-align: center;
    width: 90%;
    height: 60px;
    line-height: 30px;
  }

  .social-link {
    margin-left: 15px;
    margin-right: 15px;
  }

  .dropdown-wrapper {
    margin-top: 20px;
    padding: 10px;
  }

  .chevron-down {
    margin-left: 10px;
  }

  .h2-serv {
    font-size: 24px;
    line-height: 35px;
  }

  .p-blogs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col.home-dentist-img-wrap, .col.home-dentists-text {
    width: 100%;
  }

  .subheader {
    font-size: 13px;
  }

  .list {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .top-banner {
    font-size: 3vw;
    line-height: 2.3vh;
  }

  .tb-link-block {
    font-size: 15px;
    font-weight: 500;
  }

  .captcha {
    transform-origin: 0 0;
    transform: scale(.7);
  }

  .insurance-logos {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .insurance_txt {
    font-size: 14px;
  }
}

#w-node-_6c0c0dc9-6588-347d-95b8-3497a51b962d-a51b962a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c0c0dc9-6588-347d-95b8-3497a51b9630-a51b962a, #w-node-_6c0c0dc9-6588-347d-95b8-3497a51b9645-a51b962a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6c0c0dc9-6588-347d-95b8-3497a51b964a-a51b962a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a920abef-ac59-c5f1-4793-b8cb17e658a7-17e658a4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a920abef-ac59-c5f1-4793-b8cb17e658a8-17e658a4 {
  align-self: center;
}

#w-node-_5d8e93e1-4a61-a925-d409-a79f68b716b6-49022942, #w-node-_5d8e93e1-4a61-a925-d409-a79f68b716db-49022942, #w-node-ddf916ed-4fc9-6879-7da4-e73de1492e9f-21022947, #w-node-ddf916ed-4fc9-6879-7da4-e73de1492ec4-21022947, #w-node-_704896d3-faf1-fe4d-c101-d41d6045fd3f-0b51d182, #w-node-_704896d3-faf1-fe4d-c101-d41d6045fd64-0b51d182, #w-node-_88a513cb-dc3e-c978-a4dc-11557b2faab0-b0a1a10a, #w-node-_88a513cb-dc3e-c978-a4dc-11557b2faad5-b0a1a10a, #w-node-_1aa8eb47-4299-3e3a-9992-d7cb08703af7-721af2bf, #w-node-_1aa8eb47-4299-3e3a-9992-d7cb08703b1c-721af2bf, #w-node-_8e562cbd-e070-2b4f-6237-00b1152188a8-00378ef8, #w-node-_8e562cbd-e070-2b4f-6237-00b1152188cd-00378ef8, #w-node-_79ac802a-09f1-2ead-a76e-39a5549cec16-61eaef48, #w-node-_79ac802a-09f1-2ead-a76e-39a5549cec3b-61eaef48, #w-node-edc6b430-5eaf-d60e-0213-065515a90e68-4f42a525, #w-node-edc6b430-5eaf-d60e-0213-065515a90e8d-4f42a525, #w-node-a3c2d2d5-3f3a-2581-f4c1-0283431d1f98-c3bf5275, #w-node-a3c2d2d5-3f3a-2581-f4c1-0283431d1fbd-c3bf5275, #w-node-_20e2392f-0d0e-16d2-74fe-3b8c9cca5e7c-7f2ab89e, #w-node-_20e2392f-0d0e-16d2-74fe-3b8c9cca5ea1-7f2ab89e, #w-node-_2feb6666-4099-7963-9c1b-e205db6ae7db-e63700a6, #w-node-_2feb6666-4099-7963-9c1b-e205db6ae800-e63700a6, #w-node-_34fee9f7-1bea-abb8-5578-f7c1ba2015b9-41fcb633, #w-node-_34fee9f7-1bea-abb8-5578-f7c1ba2015de-41fcb633, #w-node-_422dc514-08ae-f271-a6ae-119e1da57e2a-6c5d4bb0, #w-node-_422dc514-08ae-f271-a6ae-119e1da57e4f-6c5d4bb0, #w-node-_988ad8fb-3708-c266-bdd9-ae00fdf5c159-d06dc0c9, #w-node-_988ad8fb-3708-c266-bdd9-ae00fdf5c17e-d06dc0c9, #w-node-_42e477f1-1f06-55f9-fad6-de1f51225ee7-88e76e27, #w-node-_42e477f1-1f06-55f9-fad6-de1f51225f0c-88e76e27, #w-node-_6d0496ec-68da-af7e-1aa2-865f4cc1b97b-06a1a2df, #w-node-_6d0496ec-68da-af7e-1aa2-865f4cc1b9a0-06a1a2df, #w-node-_1b5328f0-47bb-9d55-c529-23cd1e83a56c-1442dccb, #w-node-_1b5328f0-47bb-9d55-c529-23cd1e83a591-1442dccb, #w-node-_4d0cc8de-9419-761d-82f9-529fc7a4ac6d-f62dff2d, #w-node-_4d0cc8de-9419-761d-82f9-529fc7a4ac92-f62dff2d, #w-node-_1dc27562-9671-7cbb-c517-db357719dba5-48bccd21, #w-node-_1dc27562-9671-7cbb-c517-db357719dbca-48bccd21, #w-node-_2f9f758f-7d12-1b71-9ed3-74b3d2db751d-b9db5258, #w-node-_2f9f758f-7d12-1b71-9ed3-74b3d2db7542-b9db5258, #w-node-_58dc2ae5-acbe-e1e4-dc26-222e1e6a4d79-7ee438d0, #w-node-_58dc2ae5-acbe-e1e4-dc26-222e1e6a4d9e-7ee438d0, #w-node-_8ffedc61-9519-f3bf-2a2b-a96131f420d3-06be9004, #w-node-_8ffedc61-9519-f3bf-2a2b-a96131f420f8-06be9004, #w-node-_459da2d0-94d6-c37d-a16e-9562cb9135a6-58433c2d, #w-node-_459da2d0-94d6-c37d-a16e-9562cb9135cb-58433c2d, #w-node-eaf8eff1-4f24-cad9-ca5a-d71a549d5ebb-aabf5305, #w-node-eaf8eff1-4f24-cad9-ca5a-d71a549d5ee0-aabf5305, #w-node-_10838ddf-9f7c-136f-1d7b-92fe0217cf91-13bcd04b, #w-node-_10838ddf-9f7c-136f-1d7b-92fe0217cfb6-13bcd04b, #w-node-_3af86fd7-f091-84b8-ddc8-fac7bb4ff157-68379055, #w-node-_3af86fd7-f091-84b8-ddc8-fac7bb4ff17c-68379055, #w-node-ca3268e3-e3ee-3621-2076-3f808fbe6130-c081a2a5, #w-node-ca3268e3-e3ee-3621-2076-3f808fbe6155-c081a2a5, #w-node-_42248c5b-d9da-35e5-adc3-cb6e50e83c50-33e34627 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_886402eb-23b2-c400-2ab5-4253c5d6a43c-33e34627, #w-node-_09c199a1-ee82-5f04-644d-7530e1b7b0ce-33e34627, #w-node-_7aa51d9c-333a-8d17-596b-f3430030b109-33e34627, #w-node-_00a8be9b-2ddb-a6a5-dd6d-a08ec4ad1342-33e34627, #w-node-d0b5045c-62c8-5d7e-42f0-0fdc10dc413c-33e34627, #w-node-ae012a9d-9f25-3726-5ff0-dc7be6c60e53-33e34627, #w-node-_2dae2c96-6a2b-9373-123e-bcecd26307fb-33e34627, #w-node-_3d28ba71-6a84-4504-a4f8-427414c81d22-33e34627, #w-node-b1bce0c2-f0ed-7b93-3a51-9de6e066c47f-33e34627, #w-node-_573a5248-8803-72b6-d663-63d4c4e9902a-33e34627 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_42248c5b-d9da-35e5-adc3-cb6e50e83c75-33e34627, #w-node-_42248c5b-d9da-35e5-adc3-cb6e50e83c50-0ea8a7bd, #w-node-_42248c5b-d9da-35e5-adc3-cb6e50e83c75-0ea8a7bd, #w-node-_42248c5b-d9da-35e5-adc3-cb6e50e83c50-8547e46e, #w-node-_42248c5b-d9da-35e5-adc3-cb6e50e83c75-8547e46e, #w-node-eaf8eff1-4f24-cad9-ca5a-d71a549d5ebb-e2055ddd, #w-node-eaf8eff1-4f24-cad9-ca5a-d71a549d5ee0-e2055ddd, #w-node-eaf8eff1-4f24-cad9-ca5a-d71a549d5ebb-84e2c047, #w-node-eaf8eff1-4f24-cad9-ca5a-d71a549d5ee0-84e2c047, #w-node-_42248c5b-d9da-35e5-adc3-cb6e50e83c50-4c7344b8, #w-node-_42248c5b-d9da-35e5-adc3-cb6e50e83c75-4c7344b8, #w-node-_704896d3-faf1-fe4d-c101-d41d6045fd3f-b8a5a129, #w-node-_704896d3-faf1-fe4d-c101-d41d6045fd64-b8a5a129, #w-node-_42248c5b-d9da-35e5-adc3-cb6e50e83c50-a50d9c11, #w-node-_42248c5b-d9da-35e5-adc3-cb6e50e83c75-a50d9c11, #w-node-_88a513cb-dc3e-c978-a4dc-11557b2faab0-585e48e8, #w-node-_88a513cb-dc3e-c978-a4dc-11557b2faad5-585e48e8, #w-node-_88a513cb-dc3e-c978-a4dc-11557b2faab0-366659fa, #w-node-_88a513cb-dc3e-c978-a4dc-11557b2faad5-366659fa, #w-node-_42248c5b-d9da-35e5-adc3-cb6e50e83c50-e79ff8aa, #w-node-_42248c5b-d9da-35e5-adc3-cb6e50e83c75-e79ff8aa, #w-node-_88a513cb-dc3e-c978-a4dc-11557b2faab0-445df07d, #w-node-_88a513cb-dc3e-c978-a4dc-11557b2faad5-445df07d, #w-node-c1d73baf-ec5e-eb06-d0ef-c44141d808d3-246c62d6, #w-node-c1d73baf-ec5e-eb06-d0ef-c44141d80960-246c62d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6c0c0dc9-6588-347d-95b8-3497a51b962d-a51b962a, #w-node-_6c0c0dc9-6588-347d-95b8-3497a51b9630-a51b962a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a920abef-ac59-c5f1-4793-b8cb17e658a7-17e658a4 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-a920abef-ac59-c5f1-4793-b8cb17e658a8-17e658a4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-a920abef-ac59-c5f1-4793-b8cb17e658ae-17e658a4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b5f8208a-98ae-cdbb-84e4-e06174568ec5-fb02293e, #w-node-_49de42ef-24de-2365-81e3-1c1ccf672c83-fb02293e, #w-node-f934f6aa-455c-8e22-5da5-d49f555217de-fb02293e, #w-node-_9511ad1b-ec9c-65b2-3736-d836a677251c-fb02293e, #w-node-_12a4efe4-5f6f-34e0-78bd-8b4de953d711-fb02293e, #w-node-_3091539a-bdac-38b0-967a-d9d90a94dc4f-fb02293e, #w-node-_947a89ec-0fc5-2470-1acf-5a3c1a1299a8-fb02293e, #w-node-ee70f117-ec92-fc26-98cf-ba50d272391f-fb02293e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6c0c0dc9-6588-347d-95b8-3497a51b9645-a51b962a, #w-node-_6c0c0dc9-6588-347d-95b8-3497a51b964a-a51b962a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-a920abef-ac59-c5f1-4793-b8cb17e658ae-17e658a4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6b9dea97-195a-948c-3eb1-6ff35c2956dc-16a0b4bd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6b9dea97-195a-948c-3eb1-6ff35c2956dd-16a0b4bd {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_489714e9-6591-856c-b844-b7e561e0cd4b-16a0b4bd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_259744c6-3eb9-84b3-6264-0022cfc729db-16a0b4bd {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_6b9dea97-195a-948c-3eb1-6ff35c2956d6-16a0b4bd {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6b9dea97-195a-948c-3eb1-6ff35c2956d7-16a0b4bd {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_6b9dea97-195a-948c-3eb1-6ff35c2956e2-16a0b4bd {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_6b9dea97-195a-948c-3eb1-6ff35c2956e3-16a0b4bd {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_61b3e7ad-7725-0e4f-24d8-31a3628ae319-16a0b4bd {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_7cbb499b-841b-6774-7733-b6c7e137d58f-16a0b4bd {
    grid-area: 5 / 2 / 6 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f274eb4c-7161-9630-8902-76d9e130c1ac-e130c1aa, #w-node-f274eb4c-7161-9630-8902-76d9e130c1b0-e130c1aa, #w-node-_59a2dd84-7bca-0a4f-5cce-562561df25e5-e130c1aa, #w-node-d80f443c-29c8-743d-965d-e3b2a7b59b84-e130c1aa, #w-node-a86c528f-b384-c61a-a335-78c6612d82dd-e130c1aa, #w-node-f274eb4c-7161-9630-8902-76d9e130c1b4-e130c1aa, #w-node-aa0f3149-b08e-9ee4-9dc8-f4c4ac5a1eb3-e130c1aa, #w-node-_148d1b55-e2d9-709d-a132-5ce4c13667c0-b0fcb5a1, #w-node-_148d1b55-e2d9-709d-a132-5ce4c13667c4-b0fcb5a1, #w-node-_148d1b55-e2d9-709d-a132-5ce4c13667c8-b0fcb5a1, #w-node-_6a7cfec3-0099-b46f-7afd-7ffc041716b5-b0fcb5a1, #w-node-_148d1b55-e2d9-709d-a132-5ce4c13667cc-b0fcb5a1, #w-node-_148d1b55-e2d9-709d-a132-5ce4c13667d0-b0fcb5a1, #w-node-_148d1b55-e2d9-709d-a132-5ce4c13667d4-b0fcb5a1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


