:root {
  --dark-slate-grey: #3d3d3d;
  --dim-grey-2: #515151;
  --dark-khaki: #c1ac2f;
  --white: white;
  --dim-grey-3: #454545;
  --coral: #ff7a30;
  --dark-grey: #949494;
  --dim-grey: #666;
  --black: black;
}

body {
  color: var(--dark-slate-grey);
  font-family: Aaux next comp, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

h1 {
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Futura pt, sans-serif;
  font-size: 3.6vw;
  font-weight: 500;
  line-height: 130%;
}

h2 {
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Futura pt book, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Futura pt book, sans-serif;
  font-size: 1.8vw;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Futura pt, sans-serif;
  font-size: 1.6vw;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Futura pt, sans-serif;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Futura pt, sans-serif;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 18px;
}

p {
  color: #949494;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Futura pt book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

a {
  color: #949494;
  text-transform: uppercase;
  cursor: pointer;
  font-family: Futura pt book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

ul {
  color: #949494;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Futuraptbook, sans-serif;
}

li {
  margin-top: 10px;
  font-weight: 400;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
}

form {
  font-family: Futura pt book, sans-serif;
  font-weight: 400;
}

.wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.wrapper._1 {
  background-image: url("https://cdn.prod.website-files.com/6967b79465cf78a6a818ddae/6967b79565cf78a6a818de74_home-logo-inverted.avif");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 40px;
}

.wrapper.hero-content-wrap {
  background-image: linear-gradient(#0000004d, #0000004d);
  width: 100%;
  height: 100%;
}

.wrapper.a {
  padding-left: 20px;
  padding-right: 20px;
}

.my-container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.my-container.new-patients {
  grid-row-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.header-section {
  overflow: visible;
}

.header-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header-grid._1 {
  margin-bottom: 20px;
}

.link {
  color: var(--dim-grey-2);
  letter-spacing: 1px;
  cursor: pointer;
  font-size: 25px;
  font-weight: 500;
  line-height: 130%;
}

.link.white._2 {
  font-size: 30px;
}

.link.a, .link.a.b, .link.a, .link.a.b, .link.a.b {
  display: none;
}

.link-block {
  background-color: var(--dark-khaki);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.social-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: grid;
}

.social-grid._1, .social-grid._1-copy {
  margin-bottom: 30px;
}

.social-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.box {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  color: #5b5b5b;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  padding: 0;
  font-family: Futura pt book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.dropdown-toggle:hover, .dropdown-toggle:focus {
  background-color: var(--dark-khaki);
  color: #fff;
}

.dropdown-toggle.w--open:focus {
  background-color: var(--dark-khaki);
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.nav-link {
  color: #5b5b5b;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 15px 12px;
  font-family: Futura pt book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
  display: inline-block;
}

.nav-link:hover {
  background-color: var(--dark-khaki);
  color: #fff;
}

.nav-link:focus {
  border-bottom: 1px solid var(--dark-khaki);
}

.nav-link.w--current {
  border-bottom: 1px solid var(--dark-khaki);
  color: #5b5b5b;
}

.nav-link.w--current:hover {
  color: #fff;
}

.dropdown-link {
  color: #5b5b5b;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #fff;
  padding: 15px 20px;
  font-family: Futura pt book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
}

.dropdown-link:hover {
  background-color: var(--dark-khaki);
  color: #fff;
}

.dropdown-link.w--current {
  color: var(--dark-khaki);
}

.dropdown-list {
  background-color: #f1f1f1;
}

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

.logo-link {
  cursor: pointer;
}

.logo-link._1 {
  display: none;
}

.header-logo {
  object-fit: contain;
  width: 300px;
  height: 150px;
}

.khaki-text-span {
  color: var(--dark-khaki);
  line-height: 130%;
}

.doctor-name {
  color: var(--dim-grey-3);
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Futura pt, sans-serif;
  font-size: 4.3vw;
  font-weight: 300;
  line-height: 130%;
}

.doctor-name._1 {
  text-align: center;
  text-align: center;
  padding-top: 0;
}

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

.link-3 {
  color: var(--dark-khaki);
  font-family: Futura pt book, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 130%;
}

.footer-section {
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.footer-bottom {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-top {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-medium {
  border-bottom: 1px solid #363636;
}

.footer-link {
  color: #5b5b5b;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 15px 18px;
  font-family: Futura pt book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
}

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

.footer-link:focus {
  border-bottom: 1px solid var(--dark-khaki);
}

.copyright {
  margin-bottom: 0;
  font-size: 14px;
}

.link-4 {
  color: var(--dark-khaki);
  cursor: pointer;
}

.divider {
  background-color: #949494;
  width: 1.5px;
  height: 15px;
  margin-left: 10px;
  margin-right: 10px;
}

.footer-inner-box {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.copyright-copy {
  text-align: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  line-height: 18px;
}

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

.link-5 {
  color: var(--dark-khaki);
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 180%;
}

.link-5._2 {
  color: #fff;
}

.footer-logo-image {
  object-fit: contain;
  width: 400px;
  height: 200px;
}

.consultation-section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.banner-section {
  background-image: linear-gradient(#0000004d, #0000004d), url("https://cdn.prod.website-files.com/6967b79465cf78a6a818ddae/6967b79565cf78a6a818dfc2_AboutusStaffsection%20(1).webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.banner-section._1 {
  background-image: linear-gradient(#0000004d, #0000004d), url("https://cdn.prod.website-files.com/6967b79465cf78a6a818ddae/6967b79565cf78a6a818dea8_bkg-general-2.avif");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-section.implant, .banner-section.dental {
  background-image: linear-gradient(#0000004d, #0000004d), url("https://cdn.prod.website-files.com/6967b79465cf78a6a818ddae/6967b79565cf78a6a818dee1_bkg-implants-5.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-section.all {
  background-image: linear-gradient(#0000004d, #0000004d), url("https://cdn.prod.website-files.com/6967b79465cf78a6a818ddae/6967b79565cf78a6a818def5_bkg-older-2.avif");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-section.full-mouth {
  background-image: linear-gradient(#0000004d, #0000004d), url("https://cdn.prod.website-files.com/6967b79465cf78a6a818ddae/6967b79565cf78a6a818defe_bkg-older-3.avif");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-section.bone {
  background-image: linear-gradient(#0000004d, #0000004d), url("https://cdn.prod.website-files.com/6967b79465cf78a6a818ddae/6967b79565cf78a6a818dfd8_Replaceoldoffice%20(1).webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-section.permanent {
  background-image: linear-gradient(#0000004d, #0000004d), url("https://cdn.prod.website-files.com/6967b79465cf78a6a818ddae/6967b79565cf78a6a818df16_bkg-implants-7.avif");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-section.metal {
  background-image: linear-gradient(#0000004d, #0000004d), url("https://cdn.prod.website-files.com/6967b79465cf78a6a818ddae/6967b79565cf78a6a818df1a_Depositphotos_27431085_l-2015.avif");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-section.cosmetic {
  background-image: linear-gradient(#0000004d, #0000004d), url("https://cdn.prod.website-files.com/6967b79465cf78a6a818ddae/6967b79565cf78a6a818dfe2_Copy%20of%20Dr%20Atlila_Altamonte_20240204_00033.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-section.porcelain {
  background-image: linear-gradient(#0000004d, #0000004d), url("https://cdn.prod.website-files.com/6967b79465cf78a6a818ddae/6967b79565cf78a6a818df27_bkg-cosmetic-1.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-section.teeth {
  background-image: linear-gradient(#0000004d, #0000004d), url("https://cdn.prod.website-files.com/6967b79465cf78a6a818ddae/6967b79565cf78a6a818df1c_bkg-cosmetic-2.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-section.bridges {
  background-image: linear-gradient(#0000004d, #0000004d), url("https://cdn.prod.website-files.com/6967b79465cf78a6a818ddae/6967b79565cf78a6a818df35_bkg-cosmetic-3.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-section.faq {
  background-image: linear-gradient(#0000004d, #0000004d), url("https://cdn.prod.website-files.com/6967b79465cf78a6a818ddae/6967b79565cf78a6a818df35_bkg-cosmetic-3.jpg");
}

.banner-section.general {
  background-image: linear-gradient(#0000004d, #0000004d), url("https://cdn.prod.website-files.com/6967b79465cf78a6a818ddae/6967b79565cf78a6a818df48_bkg-general-3.jpg");
}

.banner-section.day {
  background-image: linear-gradient(#0000004d, #0000004d), url("https://cdn.prod.website-files.com/6967b79465cf78a6a818ddae/6967b79565cf78a6a818df10_bkg-older-5.avif");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-section.cleanings {
  background-image: linear-gradient(#0000004d, #0000004d), url("https://cdn.prod.website-files.com/6967b79465cf78a6a818ddae/6967b79565cf78a6a818dea8_bkg-general-2.avif");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-section.dentistry {
  background-image: linear-gradient(#0000004d, #0000004d), url("https://cdn.prod.website-files.com/6967b79465cf78a6a818ddae/6967b79565cf78a6a818df48_bkg-general-3.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-section.fillung {
  background-image: linear-gradient(#0000004d, #0000004d), url("https://cdn.prod.website-files.com/6967b79465cf78a6a818ddae/6967b79565cf78a6a818dfa1_bkg-general-1.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-section.blog {
  background-image: url("https://cdn.prod.website-files.com/6967b79465cf78a6a818ddae/6967b79565cf78a6a818dfa4_page-title-background.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-section.specials {
  background-image: linear-gradient(#0000004d, #0000004d), url("https://cdn.prod.website-files.com/6967b79465cf78a6a818ddae/6967b79565cf78a6a818dede_bkg-specials.avif");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 68vh;
  min-height: 500px;
  max-height: 800px;
  display: flex;
}

.line-white {
  background-color: #fff;
  width: 250px;
  height: 2px;
  margin-right: 20px;
}

.banner-title {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Futura pt, sans-serif;
  font-size: 4.3vw;
  font-weight: 300;
  line-height: 130%;
}

.banner-title._2 {
  text-transform: capitalize;
}

.banner-box {
  align-items: center;
  display: flex;
  position: absolute;
  left: 0;
}

.content-section {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.content-section.hide {
  display: none;
}

.button {
  z-index: 22;
  float: right;
  background-color: var(--dark-khaki);
  letter-spacing: 1.5px;
  text-transform: capitalize;
  padding: 12px 30px;
  font-family: Futura pt, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.special-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.special-box {
  border: 1px solid var(--dark-khaki);
  background-image: linear-gradient(#ffffff80, #ffffff80), url("https://cdn.prod.website-files.com/6967b79465cf78a6a818ddae/6967b79565cf78a6a818dedf_special-one.avif");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.special-box._2 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url("https://cdn.prod.website-files.com/6967b79465cf78a6a818ddae/6967b79565cf78a6a818dee0_consult-special.avif");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 550px;
}

.special-title {
  color: var(--dim-grey-3);
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Futura pt, sans-serif;
  font-size: 3.5vw;
  font-weight: 300;
  line-height: 130%;
}

.black {
  color: #000;
}

.nav-dropdown-link {
  color: #5b5b5b;
  padding: 15px 30px 15px 20px;
  font-family: Futura pt book, sans-serif;
  font-weight: 400;
  transition: all .2s;
  display: inline-block;
}

.nav-dropdown-link:hover {
  color: #fff;
}

.nav-dropdown-link:focus {
  background-color: var(--dark-khaki);
  color: #fff;
}

.icon-2 {
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

._1 {
  padding-top: 40px;
}

.header {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

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

.nav-menu {
  background-color: #fff;
}

.sm-icon {
  object-fit: contain;
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 1280px) {
  .doctor {
    max-width: 360px;
  }

  .life-inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (min-width: 1440px) {
  li {
    font-family: Futura pt, sans-serif;
  }

  .my-container {
    flex-direction: column;
  }

  .implant-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .line {
    width: 16%;
  }

  .doctor {
    max-width: 380px;
  }

  .doctor._3 {
    width: 35vw;
  }

  .smile-grid {
    grid-column-gap: 40px;
  }

  .heading-4.right._1 {
    padding-right: 20px;
  }

  .heading-4._1 {
    padding-left: 20px;
  }

  .life-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .life-box {
    width: 20%;
  }

  .right-grey-background {
    width: 15%;
  }

  .header-box {
    padding-left: 9%;
  }

  .sidebar-image {
    left: 0%;
  }

  .meet-section {
    background-position: 100% 66%;
    background-size: 254px;
  }
}

@media screen and (min-width: 1920px) {
  .implant-box {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .line {
    width: 20%;
  }

  .doctor-wrapper {
    width: 100%;
  }

  .doctor {
    max-width: 400px;
  }

  .doctor._3 {
    width: 30vw;
  }

  .cosmetic-general-title {
    font-size: 38px;
  }

  .heading-4._1 {
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .title-title {
    cursor: pointer;
  }

  .life-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .right-grey-background {
    width: 17%;
  }

  .header-box {
    padding-left: 0%;
  }

  .meet-section {
    background-size: 400px;
  }

  .card-link {
    font-size: 28px;
  }

  .new_gallery {
    padding-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 33px;
    line-height: 43px;
  }

  h2 {
    font-size: 20px;
    line-height: 30px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 14px;
  }

  p {
    font-size: 14px;
    line-height: 26px;
  }

  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper.a {
    padding-left: 0;
    padding-right: 0;
  }

  .header-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-grid._1 {
    margin-bottom: 10px;
    padding-top: 20px;
  }

  .link {
    font-size: 22px;
  }

  .link.white._2 {
    font-size: 24px;
  }

  .link.a {
    display: none;
  }

  .social-grid._1-copy {
    margin-top: 20px;
  }

  .dropdown-toggle:focus {
    background-color: var(--dark-khaki);
    color: #fff;
  }

  .navbar {
    margin-top: 0;
  }

  .nav-link {
    padding: 12px 7px;
    font-size: 13px;
  }

  .dropdown-link {
    background-color: #fff;
    padding: 12px 15px;
    font-size: 13px;
  }

  .logo-link._1 {
    display: none;
  }

  .header-logo {
    width: 200px;
    height: 120px;
  }

  .standard-section {
    background-size: contain;
  }

  .standard-section.hero-section {
    height: 40vh;
    min-height: 480px;
  }

  .implant-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .expert-title {
    font-size: 33px;
  }

  .grey-line {
    width: 20%;
  }

  .relative-block-w-pad {
    margin-bottom: 20px;
  }

  .doctor-wrapper {
    width: 100%;
  }

  .doctor-grid {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-span-3 {
    font-size: 20px;
  }

  .doctor-name {
    font-size: 33px;
    line-height: 43px;
  }

  .doctor-name._1 {
    font-size: 33px;
  }

  .doctor-content {
    margin-bottom: 30px;
    padding: 30px 24px;
  }

  .doctor {
    width: 39vw;
  }

  .doctor._3 {
    width: 55vw;
    left: -22%;
  }

  .affiliate-link-block {
    width: 16%;
  }

  .cagd-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cagd-grid {
    grid-row-gap: 80px;
  }

  .cosmetic-general-title {
    font-size: 23px;
    line-height: 33px;
  }

  .smile-title {
    font-size: 18px;
  }

  .heading-4 {
    padding-bottom: 20px;
    font-size: 22px;
  }

  .heading-4.right {
    font-size: 22px;
  }

  .video {
    width: 75%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .link-3 {
    font-size: 22px;
  }

  .footer-link {
    font-size: 14px;
  }

  .copyright {
    font-size: 12px;
  }

  .link-4._1 {
    font-size: 14px;
  }

  .link-5 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .footer-logo-image {
    width: 280px;
    height: 150px;
  }

  .cosmetic-title {
    font-size: 33px;
    line-height: 43px;
  }

  .cosmetic-grid {
    height: 330px;
  }

  .cosmetic-box {
    width: 310px;
    height: 200px;
  }

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

  .inner-box {
    width: 240px;
    height: 160px;
  }

  .title-title {
    font-size: 20px;
  }

  .life-title {
    font-size: 21px;
  }

  .consultation-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .banner-wrapper {
    height: 390px;
    min-height: 360px;
  }

  .line-white {
    width: 140px;
  }

  .banner-title {
    font-size: 35px;
  }

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

  .about-grid {
    margin-bottom: 80px;
  }

  .about-grid.last._1 {
    padding-top: 0;
  }

  .linegrey {
    margin-top: 40px;
  }

  .linegrey._1 {
    padding-top: 0;
  }

  .learn-more {
    font-size: 16px;
  }

  .learn-more._1.khaki.a {
    font-size: 18px;
  }

  .title {
    font-size: 20px;
    line-height: 30px;
  }

  .about-content, .about-content.padding, .about-content.padding {
    padding-left: 20px;
  }

  .main-image {
    height: 380px;
  }

  .main-image.one-day {
    height: 410px;
  }

  .main-image.win {
    height: 360px;
  }

  .main-image.kind._1 {
    width: 100%;
    height: 220px;
  }

  .sub-image {
    width: 280px;
    height: 300px;
  }

  .sub-image.financing {
    width: 280px;
  }

  .sub-image.financing._2 {
    height: 180px;
  }

  .sub-image._2 {
    height: 200px;
  }

  .sub-image._3 {
    height: 185px;
  }

  .personal-care-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .right-grey-background {
    height: 26px;
  }

  .header-box {
    padding-left: 80px;
    padding-right: 20px;
  }

  .header-title {
    font-size: 24px;
  }

  .header-sub-title {
    font-size: 22px;
  }

  .header-wrapper {
    height: 60px;
    margin-bottom: 60px;
  }

  .header-wrapper._1 {
    height: 69px;
    padding-top: 10px;
  }

  .grey-background {
    height: 25px;
  }

  .personal-grid {
    width: 90%;
  }

  .personal-grid._1 {
    width: 100%;
    margin-top: 60px;
    padding-top: 20px;
  }

  .meet-wrapper {
    background-position: 100% 100%;
    background-size: 800px;
  }

  .meet-grid {
    margin-top: 100px;
  }

  .button {
    font-size: 16px;
  }

  .testimonial-box {
    height: auto;
  }

  .special-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .special-title {
    font-size: 30px;
  }

  .nav-dropdown-link {
    padding: 12px 20px 12px 7px;
    font-size: 13px;
  }

  .nav-dropdown-link:focus {
    background-color: var(--dark-khaki);
    color: #fff;
  }

  .icon-2 {
    margin-right: 0;
    font-size: 14px;
    right: 4px;
  }

  .benefit-grid {
    grid-row-gap: 40px;
    margin-bottom: 80px;
  }

  .benefit-grid._1 {
    grid-row-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 60px;
    padding-top: 20px;
  }

  .faq-title {
    font-size: 22px;
    line-height: 32px;
  }

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

  .faq-section._1 {
    padding-top: 40px;
  }

  .sechedule-title {
    font-size: 24px;
    line-height: 32px;
  }

  .schedule-box {
    padding-left: 20px;
  }

  .schedule-grid {
    margin-top: 60px;
  }

  .schedule-grid._1 {
    padding-top: 0;
  }

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

  .procedure-title {
    font-size: 24px;
    line-height: 32px;
  }

  .grid-3._1 {
    margin-bottom: 80px;
  }

  .grid-3._2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .sechedule-title-copy {
    font-size: 22px;
  }

  .paragraph {
    font-size: 16px;
  }

  .video-box {
    width: 70%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .unordered-list {
    padding-left: 20px;
    font-size: 14px;
    line-height: 26px;
  }

  .teeth-wrapper, .benefit-grid-copy {
    margin-bottom: 80px;
  }

  .benefit-grid-copy {
    grid-row-gap: 40px;
  }

  .video-copy {
    width: 100%;
  }

  .metal-wrapper, .metal-grid {
    width: 90%;
  }

  .zoom-meeting-section, .boost-section, .zoom-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sub-title {
    font-size: 20px;
    line-height: 30px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 160px;
  }

  .dental-crown-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-box {
    padding: 20px;
  }

  .contact-title {
    font-size: 30px;
    line-height: 40px;
  }

  .box-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .white-line {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .card-link {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
  }

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

  .paragraph-3 {
    display: block;
  }

  .header {
    padding-top: 0;
  }

  .nav-menu {
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-6 {
    margin-top: 0;
  }

  .gallery-title {
    font-size: 26px;
  }

  .white-copy {
    padding-left: 20px;
    font-size: 16px;
  }

  .div-block-17 {
    padding-right: 10px;
  }

  .cagd-grid-copy {
    grid-row-gap: 80px;
  }

  .link-block-4 {
    font-size: 26px;
  }

  .blog-link-box {
    flex-direction: row;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .link-block-7 {
    font-size: 15px;
  }

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

  .blog-title-link {
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 29px;
    line-height: 38px;
  }

  .header-grid {
    grid-template-columns: .7fr 1fr .25fr;
    display: none;
  }

  .header-grid._1 {
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .link.a {
    color: var(--dark-khaki);
    font-size: 16px;
    display: block;
  }

  .link.a.b {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    display: block;
    position: absolute;
  }

  .social-grid._1, .social-grid._1-copy, .social-grid._1, .social-grid._1-copy {
    margin-bottom: 10px;
    padding-top: 0;
  }

  .social-box {
    display: none;
  }

  .box {
    padding-top: 20px;
  }

  .dropdown-toggle:hover {
    color: #fff;
    background-color: #0000;
  }

  .navbar {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 63px;
    margin-bottom: 0;
  }

  .nav-link {
    padding: 15px 27px;
    display: block;
  }

  .dropdown-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 26px;
  }

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

  .logo-link._1 {
    margin-top: 65px;
    padding-top: 0;
    display: inline-block;
  }

  .logo-link._1.w--current {
    margin-top: 65px;
  }

  .implant-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .implant-box {
    width: 88%;
    padding-left: 0;
    padding-right: 0;
  }

  .line {
    width: 8%;
    height: 30px;
  }

  .expert-title {
    font-size: 27px;
  }

  .relative-block-w-pad {
    margin-bottom: 40px;
  }

  .doctor-grid {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-3 {
    font-size: 18px;
  }

  .doctor-name {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 26px;
  }

  .doctor-name._1 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .doctor-content {
    margin-bottom: 15px;
    padding: 15px;
  }

  .btn-w-arrows {
    font-size: 14px;
  }

  .doctor {
    width: 40vw;
  }

  .doctor._3 {
    width: 65vw;
    left: -40%;
  }

  .affiliate-link-block {
    width: 12%;
  }

  .cagd-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cagd-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .smile-grid {
    grid-template-columns: 1fr;
  }

  .smile-title {
    font-size: 20px;
  }

  .heading-4.center._1 {
    padding-left: 0;
  }

  .heading-4.right._1 {
    padding-right: 10px;
  }

  .heading-4._1 {
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .video {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .full-mouth-section {
    overflow: hidden;
  }

  .link-3 {
    font-size: 18px;
  }

  .footer-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-top {
    flex-direction: column;
    align-items: stretch;
  }

  .copyright {
    font-size: 14px;
  }

  .divider {
    display: none;
  }

  .footer-inner-box {
    flex-direction: column;
  }

  .copyright-copy {
    margin-bottom: 40px;
  }

  .link-5 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .footer-logo-image {
    width: 300px;
  }

  .service-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cosmetic-dentistry-section {
    overflow: hidden;
  }

  .cosmetic-dentistry-grid {
    grid-template-columns: 1fr;
  }

  .cosmetic-title {
    font-size: 28px;
    line-height: 38px;
  }

  .cosmetic-grid {
    height: 226px;
  }

  .cosmetic-box {
    width: 220px;
    height: 140px;
  }

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

  .life-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inner-box {
    width: 170px;
    height: 110px;
  }

  .title-title {
    font-size: 16px;
  }

  .life-title {
    font-size: 20px;
  }

  .life-box {
    width: 23%;
  }

  .consultation-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .banner-wrapper {
    height: 350px;
    min-height: 300px;
  }

  .line-white {
    width: 100px;
  }

  .banner-title {
    font-size: 30px;
  }

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

  .about-grid {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .about-grid.last {
    grid-template-columns: 1fr;
  }

  .linegrey {
    margin-top: 40px;
  }

  .linegrey._2 {
    margin-bottom: 40px;
  }

  .learn-more._1.khaki.a {
    font-size: 16px;
  }

  .title {
    margin-top: 20px;
  }

  .about-content.padding._1 {
    padding-top: 20px;
    padding-left: 0;
  }

  .main-image {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }

  .main-image.win {
    height: 340px;
  }

  .sub-image {
    width: 260px;
    height: 280px;
    left: 12%;
  }

  .sub-image.financing {
    width: 260px;
    right: 12%;
  }

  .sub-image.financing._2 {
    margin-left: auto;
    margin-right: auto;
    left: 0%;
    right: 0%;
  }

  .sub-image.preble {
    right: 12%;
  }

  .sub-image._2 {
    height: 160px;
  }

  .personal-care-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-box {
    padding-left: 70px;
    padding-right: 20px;
  }

  .header-sub-title {
    padding-left: 10px;
    font-size: 19px;
  }

  .header-wrapper {
    height: 60px;
    margin-bottom: 40px;
  }

  .header-wrapper._1 {
    height: 70px;
  }

  .personal-grid, .personal-grid._1, .personal-grid._1 {
    grid-template-columns: 1fr;
  }

  .image-2 {
    margin-top: 40px;
  }

  .image-3 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .sidebar-image {
    width: 35px;
  }

  .meet-wrapper {
    width: 90%;
    height: 30em;
  }

  .meet-grid {
    width: 90%;
    margin-top: 60px;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .link-6, .button {
    font-size: 14px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-box {
    height: 252px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonial-box.grey._1 {
    background-color: #0000;
  }

  .testimonial-box.grey._1.large_testimonial {
    background-color: #f7f7f7;
    padding-top: 20px;
  }

  .testimonial-box._1 {
    background-color: #f7f7f7;
  }

  .special-grid {
    grid-template-columns: 1fr;
  }

  .special-box {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .special-box._2 {
    width: 100%;
  }

  .special-title {
    font-size: 28px;
  }

  .nav-dropdown-link {
    padding: 15px 20px 15px 26px;
  }

  .nav-dropdown-link.w--current {
    background-color: var(--dark-khaki);
    color: #fff;
  }

  .icon-2 {
    margin-right: 20px;
  }

  .benefit-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 60px;
  }

  .benefit-box {
    padding: 20px;
  }

  .faq-title {
    font-size: 18px;
  }

  .faq-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sechedule-title {
    margin-top: 20px;
  }

  .schedule-box {
    padding-left: 0;
  }

  .schedule-box._1 {
    padding-top: 20px;
  }

  .schedule-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .schedule-grid._1 {
    grid-row-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .benefit-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .procedure-title {
    font-size: 22px;
    line-height: 30px;
  }

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

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

  .sechedule-title-copy {
    margin-top: 0;
  }

  .list {
    padding-left: 20px;
  }

  .video-box {
    width: 80%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-5 {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .unordered-list {
    padding-left: 20px;
  }

  .teeth-wrapper {
    margin-bottom: 60px;
  }

  .benefit-grid-copy {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .metal-wrapper {
    width: 100%;
  }

  .metal-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .zoom-meeting-section, .zoom-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sub-title {
    font-size: 16px;
    line-height: 26px;
  }

  .dental-crown-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._1 {
    padding-top: 0;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-title {
    margin-bottom: 20px;
  }

  .submit-button {
    padding-left: 30px;
    padding-right: 30px;
  }

  .card-link {
    font-size: 14px;
    line-height: 15px;
  }

  ._404-grid {
    grid-template-columns: 1fr;
  }

  ._404-image-box {
    height: 350px;
  }

  ._404-box, ._404-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-3 {
    display: none;
  }

  .header {
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .div-block-13 {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-menu {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    top: 72px;
  }

  .dropdown {
    display: block;
  }

  .dropdown:hover {
    background-color: var(--dark-khaki);
    color: #fff;
  }

  .menu-button {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-button.w--open {
    background-color: var(--dark-khaki);
    position: absolute;
    inset: 0% 0% auto auto;
  }

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

  .col {
    padding: 20px;
  }

  .div-block-17 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .cagd-grid-copy {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .link-block-4 {
    font-size: 24px;
  }

  .blog-link-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
  }

  .text-block {
    font-size: 12px;
  }

  .blog-link {
    font-size: 14px;
  }

  .link-block-7 {
    padding: 12px;
    font-size: 11px;
  }

  .grid-blog {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-title-link {
    line-height: 26px;
  }

  .g-1, .g-2, .ba {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 22px;
    line-height: 26px;
  }

  h2 {
    font-size: 18px;
  }

  ul {
    padding-left: 20px;
  }

  .header-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: .6fr 1fr;
  }

  .link.a {
    font-size: 14px;
  }

  .nav-link, .dropdown-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .standard-section {
    background-size: cover;
  }

  .standard-section.hero-section {
    height: 30vh;
    min-height: 380px;
  }

  .special-wrapper {
    text-align: center;
  }

  .special-section, .implant-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .implant-box {
    padding-left: 0;
    padding-right: 0;
  }

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

  .expert-title {
    font-size: 20px;
  }

  .grey-line {
    width: 10%;
  }

  .doctor-grid {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .doctor-name._1 {
    font-size: 20px;
  }

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

  .doctor {
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .doctor._3 {
    width: 100%;
  }

  .affiliate-link-block {
    width: 25%;
    margin-right: 10px;
  }

  .cagd-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cagd-grid {
    grid-row-gap: 40px;
  }

  .cosmetic-general-title {
    font-size: 22px;
    line-height: 32px;
  }

  .heading-4 {
    padding-left: 20px;
    font-size: 20px;
  }

  .heading-4.right {
    font-size: 20px;
  }

  .heading-4._1 {
    text-align: center;
    padding-bottom: 10px;
    padding-left: 0;
    inset: auto 0% 0%;
  }

  .video {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .link-3 {
    font-size: 16px;
  }

  .copyright {
    padding-left: 5px;
    padding-right: 5px;
  }

  .service-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cosmetic-title {
    font-size: 26px;
  }

  .cosmetic-grid {
    flex-direction: column;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cosmetic-box {
    background-size: cover;
    margin-bottom: 10px;
    position: relative;
  }

  .life-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .gallery-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .inner-box {
    width: 100%;
    height: 150px;
  }

  .life-title {
    font-size: 16px;
  }

  .life-box {
    width: 38%;
  }

  .consultation-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .banner-wrapper {
    height: 200px;
    min-height: 180px;
  }

  .line-white {
    width: 50px;
    margin-right: 10px;
  }

  .banner-title {
    font-size: 25px;
  }

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

  .about-grid {
    grid-row-gap: 30px;
    margin-bottom: 40px;
  }

  .linegrey {
    margin-top: 20px;
  }

  .learn-more._1.khaki.a {
    font-size: 16px;
  }

  .title {
    margin-top: 20px;
    font-size: 18px;
  }

  .about-content, .about-content.padding {
    padding-left: 0;
  }

  .about-content.padding {
    padding-left: 0;
  }

  .about-content._1 {
    padding-top: 20px;
    padding-left: 0;
  }

  .main-image {
    width: 100%;
    height: 300px;
  }

  .main-image.win {
    height: 300px;
  }

  .sub-image {
    width: 220px;
    height: 240px;
  }

  .sub-image.financing {
    width: 220px;
  }

  .sub-image.financing._2 {
    width: 240px;
    height: 160px;
  }

  .sub-image.preble {
    right: 10%;
  }

  .sub-image._2 {
    margin-top: 83px;
  }

  .sub-image._3 {
    height: 160px;
  }

  .image-wrapper._1 {
    padding-top: 0;
    top: 40px;
  }

  .right-grey-background {
    height: 24px;
  }

  .header-box {
    padding-left: 30px;
  }

  .header-title {
    font-size: 17px;
  }

  .header-sub-title {
    font-size: 15px;
  }

  .header-wrapper {
    margin-bottom: 20px;
  }

  .header-wrapper.a {
    height: 46px;
  }

  .grey-background {
    height: 24px;
  }

  .personal-grid {
    width: 100%;
  }

  .personal-grid._1 {
    margin-top: 20px;
  }

  .image-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sidebar-image {
    width: 18px;
    height: 20%;
    inset: 0% auto auto 0%;
  }

  .sidebar-image._1 {
    inset: 0% auto auto 0%;
    inset: 0% auto auto 0%;
  }

  .meet-section {
    background-position: 100% 15%;
  }

  .meet-wrapper {
    background-size: 500px;
    width: 100%;
    height: 24em;
  }

  .meet-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 40px;
  }

  .testimonial-box {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonial-box.grey._1 {
    padding-top: 20px;
  }

  .special-box {
    text-align: center;
    height: 298.4px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .special-title {
    font-size: 24px;
  }

  .nav-dropdown-link {
    padding-left: 20px;
  }

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

  .benefit-grid._1 {
    grid-row-gap: 10px;
    grid-row-gap: 10px;
  }

  .benefit-box {
    padding: 10px 0;
  }

  .benefit-box._1 {
    padding: 0;
  }

  .faq-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .faq-title {
    font-size: 16px;
    line-height: 24px;
  }

  .sechedule-title {
    font-size: 20px;
  }

  .benefit-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .procedure-title {
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;
  }

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

  .grid-3._1 {
    margin-bottom: 40px;
  }

  .grid-3._2 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .link-9 {
    font-size: 14px;
  }

  .page-wrapper {
    align-items: flex-start;
  }

  .sechedule-title-copy {
    font-size: 20px;
  }

  .list {
    padding-left: 10px;
    font-size: 14px;
  }

  .paragraph {
    font-size: 14px;
  }

  .video-box {
    width: 100%;
  }

  .unordered-list {
    margin-top: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 26px;
  }

  .teeth-wrapper {
    margin-bottom: 40px;
  }

  .benefit-grid-copy {
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    display: flex;
  }

  .boost-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-box {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  ._1 {
    padding-top: 0;
  }

  .box-wrapper {
    grid-template-columns: 1fr;
  }

  .submit-button {
    margin-top: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  ._404-box {
    padding: 20px;
  }

  .header {
    padding-bottom: 10px;
  }

  .nav-menu {
    top: 62px;
  }

  .link-block-4 {
    font-size: 20px;
  }

  .link-box {
    margin-bottom: 5px;
  }

  .blog-link-box {
    padding-bottom: 10px;
  }

  .divider-line {
    display: none;
  }

  .text-block {
    font-size: 14px;
  }

  .div-block-22, .grid-blog {
    grid-template-columns: 1fr;
  }

  .blog-title-link {
    font-size: 14px;
    line-height: 22px;
  }

  .readmore {
    font-size: 14px;
  }

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

#w-node-c01ed4d8-2fdc-04a6-03d0-fc8520889dd3-20889db1, #w-node-d454deb2-5185-724a-fbe1-f9f13bb7e672-3bb7e669 {
  place-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-c01ed4d8-2fdc-04a6-03d0-fc8520889dd3-20889db1 {
    order: -9999;
  }

  #w-node-d454deb2-5185-724a-fbe1-f9f13bb7e66d-3bb7e669 {
    align-self: start;
  }
}
