:root {
  --cream: #fdf8eb;
  --navy: #203f44;
  --pink: #ffb3d9;
  --purple: #dba0e8;
  --beige: #dacdac;
  --blue: #8addda;
  --teal: #5eccbe;
  --gold: #fae049;
  --yellow: #ffea6e;
  --mint: #aae0b6;
  --papaya-whip: #eee5ce;
  --orange: #ff6f48;
}

body {
  background-color: var(--cream);
  color: #333;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

a {
  text-decoration: none;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  background-color: var(--cream);
  box-shadow: 1px 1px 3px 0 var(--beige);
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  object-fit: scale-down;
  align-self: flex-start;
  margin-top: 9px;
  margin-bottom: 9px;
}

.container {
  justify-content: center;
  align-items: center;
  display: block;
}

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

.brand {
  cursor: pointer;
  flex-flow: column-reverse;
  order: 0;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.top-bar {
  background-color: var(--papaya-whip);
}

.image-2 {
  height: 20px;
  margin-top: 3px;
  display: block;
}

.column-2 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 30px;
  display: flex;
}

.column-3 {
  height: 30px;
  padding-left: 166px;
  padding-right: 44px;
  right: auto;
}

.column-4, .column-5 {
  justify-content: center;
  align-items: center;
  height: 30px;
  display: flex;
}

.image-3 {
  height: 20px;
  margin-top: 3px;
}

.image-4 {
  cursor: pointer;
  height: 20px;
  margin-top: 3px;
}

.columns-2 {
  height: 30px;
  padding-left: 0;
  padding-right: 0;
}

.container-3, .column-6, .column-7, .columns-3 {
  height: 30px;
}

.column-8 {
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  left: 3px;
}

.column-9 {
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-top: 3px;
  display: flex;
}

.image-5 {
  height: 20px;
  margin-top: -3px;
}

.footer-text {
  color: #9b854c;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 7px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Comfortaa, sans-serif;
  font-size: 15px;
  line-height: 17px;
  text-decoration: none;
}

.top-bar-text-2 {
  color: #9b854c;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  padding-left: 0;
  padding-right: 0;
  font-family: Comfortaa, sans-serif;
  font-size: 11px;
  text-decoration: underline;
  display: flex;
}

.link-block {
  align-items: center;
  height: 30px;
  display: flex;
}

.top-bar-mobile {
  background-color: var(--papaya-whip);
  height: 30px;
  max-height: 30px;
  display: none;
}

.nav-button-dp {
  color: var(--orange);
  cursor: pointer;
  background-color: #0000;
  border-top: 1px #000;
  border-radius: 20px;
  align-items: center;
  margin: 0 8px;
  padding: 6px 13px;
  font-family: Comfortaa, sans-serif;
  display: flex;
  position: relative;
}

.nav-button-dp:hover {
  background-color: var(--orange);
  color: var(--cream);
}

.nav-button-dp:focus {
  color: var(--orange);
}

.nav-button-dp.w--current {
  color: var(--orange);
  font-family: Comfortaa, sans-serif;
}

.nav-button-dp.w--current:hover {
  color: var(--cream);
}

.link-block-9 {
  cursor: pointer;
}

.cell-dp {
  color: var(--purple);
  cursor: pointer;
  background-color: #0000;
  border-radius: 20px;
  align-items: center;
  margin: 0 8px;
  padding: 6px 13px;
  font-family: Comfortaa, sans-serif;
  display: flex;
}

.cell-dp:hover {
  background-color: var(--purple);
  color: var(--cream);
}

.cell-dp.w--current {
  color: var(--purple);
  font-family: Comfortaa, sans-serif;
}

.cell-dp.w--current:hover {
  color: var(--cream);
}

.cell-dp-2 {
  color: var(--blue);
  cursor: pointer;
  background-color: #0000;
  border-radius: 20px;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 6px 13px;
  font-family: Comfortaa, sans-serif;
  display: flex;
}

.cell-dp-2:hover {
  background-color: var(--blue);
  color: var(--cream);
}

.cell-dp-2.w--current {
  color: var(--blue);
}

.cell-dp-2.w--current:hover {
  color: var(--cream);
}

.cell-nav-button-2 {
  color: var(--pink);
  cursor: pointer;
  background-color: #0000;
  border-radius: 20px;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 6px 13px;
  font-family: Comfortaa, sans-serif;
  display: flex;
}

.cell-nav-button-2:hover {
  background-color: var(--pink);
  color: var(--cream);
}

.cell-nav-button-2.w--current {
  color: var(--pink);
}

.cell-nav-button-2.w--current:hover {
  color: var(--cream);
}

.cell-nav-button-3 {
  color: var(--gold);
  background-color: #0000;
  border-radius: 20px;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 6px 13px;
  font-family: Comfortaa, sans-serif;
  display: flex;
}

.cell-nav-button-3:hover {
  background-color: var(--yellow);
  color: var(--cream);
}

.cell-nav-button-3.w--current {
  border: 1px none var(--gold);
  color: var(--gold);
  cursor: pointer;
  background-color: #0000;
  font-style: normal;
  text-decoration: none;
}

.cell-nav-button-3.w--current:hover {
  background-color: var(--gold);
  color: var(--cream);
}

.cell-nav-button-4 {
  color: var(--mint);
  cursor: pointer;
  background-color: #0000;
  border-radius: 20px;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 6px 13px;
  font-family: Comfortaa, sans-serif;
  display: flex;
}

.cell-nav-button-4:hover {
  background-color: var(--mint);
  color: var(--cream);
}

.cell-nav-button-4.w--current {
  color: var(--mint);
}

.cell-nav-button-4.w--current:hover {
  color: var(--cream);
}

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

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

.social-link {
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
}

.footer-07 {
  background-color: var(--papaya-whip);
  margin-top: 36px;
  padding: 17px 3%;
}

.logo {
  margin-bottom: -19px;
  padding-bottom: 0;
}

.footer-wrapper {
  align-items: center;
  display: flex;
}

.image-28, .image-29, .image-30 {
  max-height: 25px;
}

.link-block-10 {
  padding-left: 0;
  padding-right: 0;
}

.section-16 {
  margin-top: 100px;
  margin-bottom: 60px;
  position: static;
  top: 135px;
}

.heading-6 {
  color: var(--navy);
  font-family: Metropolis, sans-serif;
}

.heading-6.mobile {
  margin-top: auto;
}

.paragraph-6 {
  color: var(--navy);
  margin-right: 21px;
  font-family: Metropolis, sans-serif;
  font-size: 18px;
}

.button {
  border: 3px none var(--pink);
  background-color: var(--pink);
  border-radius: 20px;
  font-family: Comfortaa, sans-serif;
}

.button:hover {
  color: #fff;
  border: 3px #fa8bc3;
  box-shadow: 2px 2px #ff2994;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  margin-top: 28px;
}

.div-block-18 {
  padding-right: 24px;
}

.dropdown-toggle-2 {
  background-color: var(--cream);
  padding-top: 6px;
  padding-bottom: 6px;
}

.text-block-22 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-list-5 {
  color: var(--orange);
}

.dropdown-list-5.w--open {
  border: 1px solid var(--orange);
  background-color: var(--cream);
  color: var(--orange);
  border-radius: 20px;
}

.dropdown-link-9 {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--orange);
  color: var(--orange);
  border-radius: 0;
}

.dropdown-link-9:hover {
  background-color: var(--orange);
  color: var(--cream);
}

.dropdown-link-9.w--current {
  color: var(--orange);
}

.dropdown-link-10 {
  border-bottom: 1px solid var(--orange);
  color: var(--orange);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.dropdown-link-10:hover {
  background-color: var(--orange);
  color: var(--cream);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.dropdown-link-10.w--current {
  color: var(--orange);
  font-style: normal;
}

.dropdown-link-11 {
  color: var(--orange);
}

.dropdown-link-11:hover {
  background-color: var(--orange);
  color: var(--cream);
  border-radius: 0 0 20px 20px;
}

.dropdown-link-11.w--current {
  background-color: var(--cream);
  color: var(--orange);
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}

.dropdown-link-11.w--current:hover {
  background-color: var(--orange);
  color: var(--cream);
}

.dropdown-link-13 {
  color: var(--orange);
  border-top-left-radius: 10px;
  border-top-right-radius: 20px;
}

.dropdown-link-13:hover {
  background-color: var(--orange);
  color: var(--cream);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dropdown-link-13.w--current {
  color: var(--orange);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dropdown-link-13.w--current:hover {
  color: var(--cream);
}

.garcia-photo {
  align-self: flex-start;
  max-width: 70%;
}

.footer-text-2 {
  color: #9b854c;
  text-align: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 15px;
  display: block;
}

.link-footer {
  color: #9b854c;
  text-decoration: underline;
}

.map {
  width: 80%;
  height: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.navbar-2 {
  position: sticky;
  inset: 0% 0% auto;
}

.image-53 {
  height: 50px;
}

.image-53.brand-logoooo {
  height: 45px;
}

.container-21 {
  max-width: 1380px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-31 {
  background-color: #fdf8eb;
  padding-left: 5%;
  padding-right: 5%;
  box-shadow: 0 2px 5px #0003;
}

.nav-link {
  padding: 10px 25px;
  font-family: Comfortaa, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.nav-link:hover {
  background-color: var(--mint);
  border-radius: 20px;
}

.nav-link.call-us-btn {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--orange);
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 20px;
  padding-left: 25px;
  display: flex;
}

.nav-link.call-us-btn:hover {
  background-color: var(--purple);
}

.nav-link.call-us-btn.btn-mr-none.retrune-home {
  padding: 15px 35px;
  font-size: 22px;
}

.nav-link.call-us-btn.btn-mr-none.btn-mr-moree {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.nav-link.book-now-btn {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--blue);
  border-radius: 20px;
  justify-content: center;
  align-items: stretch;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.nav-link.book-now-btn:hover {
  background-color: var(--pink);
}

.dropdown-toggle-3 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-toggle-3:hover {
  background-color: var(--mint);
  border-radius: 20px;
}

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

.dropdown-list-6 {
  background-color: #fff;
  padding: 20px;
}

.nav-menu-2 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-23 {
  color: var(--cream);
}

.text-block-23.book-now-text {
  color: var(--navy);
}

.image-54 {
  width: 19px;
  height: 20px;
}

.text-block-24 {
  font-family: Comfortaa, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block-33 {
  background-color: var(--mint);
  color: var(--mint);
  padding: 10px 55px 10px 5%;
}

.container-22 {
  max-width: 1380px;
}

.image-55 {
  width: 25px;
  height: 25px;
}

.div-block-34 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  display: flex;
}

.link-block-11 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-25 {
  color: var(--cream);
  font-family: Comfortaa, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.rich-text-block {
  text-align: center;
  margin-bottom: 20px;
  font-family: Comfortaa, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.rich-text-block.services-para {
  color: var(--cream);
}

.rich-text-block.services-para.why-should-para {
  color: var(--navy);
  text-align: left;
}

.rich-text-block.services-para.why-should-para.hero-para-servcss {
  text-align: center;
}

.rich-text-block.footer-copy {
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
}

.cta-nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  padding-left: 20px;
  display: flex;
}

.cta-nav.bottom-cta {
  inset: auto 3% 3% auto;
  position: fixed;
  inset: auto 3% 3% auto;
}

.section-38 {
  margin-left: auto;
  margin-right: auto;
  padding: 60px 5% 40px;
  position: static;
}

.container-30 {
  max-width: 1380px;
}

.grid-205 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 20px;
}

.div-block-47 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.div-block-47.social-icons {
  padding-top: 0;
}

.text-block-27 {
  color: var(--navy);
  font-family: Comfortaa, sans-serif;
  font-size: 17px;
}

.heading-26 {
  color: var(--orange);
  margin-bottom: 15px;
  font-family: Metropolis, sans-serif;
}

.div-block-48 {
  text-align: center;
}

.text-block-28 {
  color: var(--navy);
  margin-bottom: 16px;
  font-family: Comfortaa, sans-serif;
  font-size: 17px;
}

.div-block-49 {
  background-color: var(--orange);
  border-radius: 20px;
  width: auto;
  max-width: 609px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-12 {
  margin-top: 20px;
  margin-bottom: 15px;
}

.link-block-13 {
  margin-bottom: 15px;
}

.link-8, .link-9, .link-10, .link-11 {
  color: var(--navy);
}

.link-block-14, .image-60 {
  height: 50px;
}

.div-block-55 {
  position: relative;
  bottom: 10px;
}

@media screen and (max-width: 991px) {
  .columns {
    align-items: center;
    margin-top: 25px;
    padding-bottom: 0;
    display: block;
  }

  .paragraph {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 50px;
    padding-right: 45px;
    font-size: 12px;
  }

  .body {
    font-family: Comfortaa, sans-serif;
    overflow: hidden;
  }

  .heading-pink {
    text-align: center;
    text-transform: capitalize;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 17px;
    font-size: 35px;
    line-height: 35px;
    display: block;
  }

  .nav-button {
    background-color: var(--cream);
    text-transform: capitalize;
    border-radius: 20px;
    justify-content: center;
    width: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-button:hover {
    background-color: var(--purple);
  }

  .meet-your-dentist {
    background-color: var(--cream);
    justify-content: flex-start;
    align-items: center;
    height: 80vh;
    display: none;
  }

  .navbar {
    background-color: var(--cream);
  }

  .column {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    background-color: var(--cream);
    flex-flow: column;
    justify-content: center;
    height: auto;
    max-height: none;
    display: flex;
    overflow: visible;
  }

  .nav-button-2 {
    background-color: var(--blue);
    text-transform: capitalize;
    border-radius: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-button-2:hover {
    background-color: var(--teal);
  }

  .nav-button-3 {
    background-color: var(--cream);
    text-transform: capitalize;
    border-radius: 20px;
    justify-content: center;
    width: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-button-3:hover {
    background-color: var(--pink);
  }

  .nav-button-4 {
    background-color: var(--cream);
    text-transform: capitalize;
    border-radius: 20px;
    justify-content: center;
    width: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-button-4:hover {
    background-color: var(--gold);
  }

  .nav-button-5 {
    background-color: var(--cream);
    text-transform: capitalize;
    border-radius: 20px;
    justify-content: center;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-button-5:hover {
    background-color: var(--mint);
  }

  .top-bar {
    display: block;
  }

  .column-2 {
    padding-left: 0;
  }

  .column-3 {
    justify-content: center;
    align-items: center;
    padding-left: 93px;
    padding-right: 0;
    display: block;
    position: relative;
    left: -52px;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: block;
  }

  .column-6 {
    display: flex;
  }

  .column-7 {
    padding-left: 29px;
    padding-right: 0;
    display: block;
  }

  .column-8, .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-text {
    text-transform: none;
    object-fit: none;
    direction: ltr;
    width: 275px;
    max-width: 400px;
    padding-right: 0;
  }

  .top-bar-text-2 {
    text-align: left;
    flex-wrap: nowrap;
    padding-right: 0;
    font-size: 11px;
    font-style: normal;
    position: static;
  }

  .link-block {
    margin-left: 7px;
    margin-right: 7px;
  }

  .ltbs {
    margin-top: 0;
  }

  .homepage-banner {
    margin-top: 121px;
  }

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

  .services-container {
    background-color: var(--blue);
    border-radius: 20px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .h1 {
    text-transform: capitalize;
    font-size: 35px;
    line-height: 35px;
  }

  .cards-grid-container-2 {
    grid-column-gap: 20px;
    margin-top: -19px;
    padding: 0;
  }

  .cards-grid-container-3 {
    grid-column-gap: 20px;
  }

  .heading-white-2 {
    text-transform: capitalize;
    font-size: 35px;
    line-height: 35px;
  }

  .image-18 {
    margin-top: -4px;
  }

  .container-6 {
    background-color: var(--cream);
    object-fit: scale-down;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    max-width: 875px;
    max-height: 430px;
    display: block;
    overflow: visible;
  }

  .image-19 {
    margin-top: 39px;
    margin-right: 18px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 25px;
  }

  .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-4 {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .link-block-2 {
    object-fit: fill;
    flex: none;
    max-width: 500px;
    display: flex;
    overflow: visible;
  }

  .h1---cream {
    margin-top: auto;
  }

  .footer {
    background-color: var(--blue);
    padding: 25px 0;
  }

  .link {
    color: var(--beige);
  }

  .footer-mobile {
    color: #5eb6b3;
  }

  .section-8 {
    background-color: var(--blue);
  }

  .nav-button-dp {
    background-color: var(--cream);
    text-align: center;
    text-transform: capitalize;
    border-radius: 20px;
    justify-content: center;
    width: 500px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-button-dp:hover {
    background-color: var(--orange);
  }

  .nav-button-dp-2 {
    background-color: var(--cream);
    text-transform: capitalize;
    border-radius: 20px;
    justify-content: center;
    width: 500px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-button-dp-2:hover {
    background-color: var(--teal);
  }

  .dropdown-2, .dropdown-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--cream);
    color: var(--orange);
  }

  .menu-button.w--open:hover {
    color: var(--purple);
  }

  .menu-button.w--open:active, .menu-icon:hover {
    color: var(--orange);
  }

  .menu-nav-button {
    background-color: var(--cream);
    text-transform: capitalize;
    border-radius: 20px;
    justify-content: center;
    width: 500px;
    margin: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .menu-nav-button:hover {
    background-color: var(--purple);
  }

  .menu-dropdown, .menu-dropdown-2 {
    justify-content: center;
    align-items: center;
    width: 500px;
    display: flex;
  }

  .menu-nav-button-2 {
    background-color: var(--cream);
    text-transform: capitalize;
    border-radius: 20px;
    justify-content: center;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .menu-nav-button-2:hover {
    background-color: var(--pink);
  }

  .menu-nav-button-3 {
    background-color: var(--cream);
    text-transform: capitalize;
    border-radius: 20px;
    justify-content: center;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .menu-nav-button-3:hover {
    background-color: var(--gold);
  }

  .menu-nav-button-4 {
    background-color: var(--cream);
    text-transform: capitalize;
    border-radius: 20px;
    justify-content: center;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .menu-nav-button-4:hover {
    background-color: var(--mint);
  }

  .cell-dp {
    background-color: var(--cream);
    text-transform: capitalize;
    border-radius: 20px;
    justify-content: center;
    width: 500px;
    margin: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .cell-dp:hover {
    background-color: var(--purple);
  }

  .cell-dropdown {
    justify-content: center;
    align-items: center;
    width: 500px;
    display: flex;
  }

  .cell-dp-2 {
    background-color: var(--cream);
    text-transform: capitalize;
    border-radius: 20px;
    justify-content: center;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .cell-dp-2:hover {
    background-color: var(--blue);
  }

  .cell-nav-button-2 {
    background-color: var(--cream);
    text-transform: capitalize;
    border-radius: 20px;
    justify-content: center;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .cell-nav-button-2:hover {
    background-color: var(--pink);
  }

  .cell-nav-button-3 {
    background-color: var(--cream);
    text-transform: capitalize;
    border-radius: 20px;
    justify-content: center;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .cell-nav-button-3:hover {
    background-color: var(--gold);
  }

  .cell-nav-button-4 {
    background-color: var(--cream);
    text-transform: capitalize;
    border-radius: 20px;
    justify-content: center;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .cell-nav-button-4:hover {
    background-color: var(--mint);
  }

  .section-9, .image-26 {
    margin-top: auto;
  }

  .services-container-mobile {
    background-color: #0000;
    border-radius: 20px;
  }

  .ff-first-wrap {
    text-align: center;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

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

  .submit-button-2 {
    margin-left: 20px;
  }

  .ff-first-logo {
    max-width: 100px;
  }

  .footer-first {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ff-second-wrap {
    width: 100%;
  }

  .text-field.email-filed {
    width: 300px;
  }

  .h1-a {
    text-align: center;
    text-transform: capitalize;
    font-size: 35px;
    line-height: 35px;
  }

  .paragraph-mobile.huge {
    text-align: center;
    text-align: center;
    padding-top: 29px;
  }

  .div-block-11 {
    margin: 9px 19px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h1-light {
    text-transform: capitalize;
    font-size: 35px;
    line-height: 35px;
  }

  .h1-light.huge.mobile {
    text-align: center;
    text-align: center;
    text-align: center;
    justify-content: center;
  }

  .image-35 {
    margin-top: 119px;
  }

  .container-15 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .image-36 {
    margin-top: 117px;
  }

  .image-37 {
    min-width: 80%;
    max-width: 80%;
    min-height: auto;
    max-height: none;
  }

  .section-16 {
    margin-top: 104px;
  }

  .heading-6.mobile {
    text-align: center;
    text-align: center;
    margin-top: auto;
    font-size: 34px;
  }

  .paragraph-6 {
    margin-right: auto;
  }

  .paragraph-6.mobile {
    text-align: center;
    text-align: center;
    font-size: 16px;
  }

  .columns-11 {
    padding-right: 75px;
  }

  .button {
    text-align: center;
    width: 100px;
    margin-top: 11px;
    display: block;
  }

  .button.small {
    text-align: center;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    display: block;
    overflow: visible;
  }

  .paragraph-services {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .columns-12, .columns-13 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-21 {
    margin-top: 124px;
    margin-left: 62px;
    margin-right: 62px;
  }

  .div-block-17 {
    text-align: center;
  }

  .grid-3 {
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

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

  .div-block-19 {
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-20, .div-block-21 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .grid-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .center-button {
    justify-content: center;
    align-items: center;
    margin-top: auto;
    display: flex;
  }

  .grid-5 {
    grid-column-gap: 43px;
    grid-template: "Area"
                   "."
                   "."
                   / 1fr;
  }

  .section-18 {
    margin-top: 120px;
    margin-left: 47px;
    margin-right: 47px;
    padding: 0;
  }

  .div-restore {
    margin-left: auto;
    margin-right: auto;
  }

  .h2---cream {
    margin-top: auto;
  }

  .light-paragraph.mobile {
    font-size: 16px;
  }

  .h1---dark {
    margin-top: auto;
  }

  .h1---dark.orange.mobile {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .h2---dark {
    margin-top: auto;
  }

  .h2---dark.orange {
    text-shadow: 4px 4px #da5733;
  }

  .h2---dark.orange.mobile {
    text-align: center;
    text-align: center;
  }

  .section-19 {
    background-color: var(--gold);
  }

  .section-20 {
    background-size: cover;
    background-attachment: fixed;
    display: block;
  }

  .div-block-23 {
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
  }

  .div-block-24 {
    margin-top: 58px;
    margin-left: 90px;
    margin-right: 90px;
    padding-right: 0;
  }

  .slider-2 {
    margin-left: 82px;
    margin-right: 82px;
  }

  .grid-7 {
    margin-top: 0;
  }

  .image-46 {
    min-height: 400px;
    max-height: 400px;
  }

  .div-block-28 {
    padding-right: 0;
  }

  .div-block-29 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .image-48 {
    object-fit: cover;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-30 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .sedation, .restore-section {
    margin-top: 120px;
    margin-left: 47px;
    margin-right: 47px;
    padding: 0;
  }

  .div-sedation {
    margin-left: auto;
    margin-right: auto;
  }

  .about-div {
    margin-left: 60px;
    margin-right: 60px;
  }

  .garcia-photo {
    min-width: 60%;
    max-width: 60%;
    min-height: auto;
    max-height: none;
  }

  .link-footer {
    color: #9b854c;
  }

  .container-23 {
    text-align: center;
  }

  .paragraph-12 {
    width: 100%;
  }

  .section-33 {
    background-size: auto;
  }

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

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

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

  .text-block-27 {
    text-align: left;
  }

  .div-block-50 {
    text-align: center;
  }

  .grid-206.prcess-grid, .collection-list-7 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .container {
    display: block;
  }

  .nav-menu {
    flex-direction: column;
    align-items: center;
  }

  .top-bar {
    display: none;
  }

  .columns-3, .column-8, .column-9, .image-5 {
    display: block;
  }

  .ltbs {
    margin-top: 31px;
  }

  .homepage-banner {
    margin-top: 93px;
    margin-bottom: 0;
  }

  .h2 {
    font-size: 18px;
  }

  .image-7 {
    margin-top: 0;
    margin-bottom: 34px;
    margin-left: 0;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .paragraph-white {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .services {
    padding: 40px 20px;
  }

  .cards-grid-container-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .services-tiles {
    padding: 82px 20px 40px;
  }

  .cards-grid-container-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-self: stretch;
    max-width: none;
  }

  .top-bar-mobile {
    display: block;
  }

  .columns-5 {
    justify-content: center;
    align-items: center;
    height: 30px;
    max-height: 30px;
    display: flex;
  }

  .column-11, .column-12 {
    height: 30px;
    max-height: 30px;
  }

  .container-7 {
    justify-content: center;
    align-items: center;
    height: 30px;
    max-height: 30px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .columns-6 {
    flex: 1;
    height: 30px;
    max-height: 30px;
    display: flex;
  }

  .column-13 {
    justify-content: center;
    align-items: center;
    height: 30px;
    max-height: 30px;
    display: flex;
    overflow: hidden;
  }

  .column-14 {
    height: 30px;
    max-height: 30px;
  }

  .link-block-3, .link-block-4 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 30px;
    max-height: 30px;
    display: flex;
  }

  .link-block-5 {
    height: 30px;
    max-height: 30px;
    display: flex;
  }

  .columns-7 {
    object-fit: scale-down;
    justify-content: center;
    align-items: center;
    height: 30px;
    max-height: 30px;
    display: flex;
    overflow: hidden;
  }

  .div-block-3 {
    justify-content: space-between;
    align-items: center;
    padding-left: 44px;
    padding-right: 44px;
    display: flex;
  }

  .div-block-4 {
    width: 20px;
    display: flex;
  }

  .link-block-6 {
    display: inline-block;
  }

  .column-15 {
    flex: 0 auto;
  }

  .link-block-7, .image-20 {
    display: block;
  }

  .text-block-3 {
    font-size: 10px;
  }

  .text-block-4 {
    color: #c5b68f;
    margin-left: 1px;
    margin-right: -24px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
  }

  .image-21 {
    margin-left: 2px;
  }

  .container-8 {
    max-width: 90%;
  }

  .footer {
    background-color: var(--blue);
    padding: 25px 0;
  }

  .footer-image {
    object-fit: contain;
  }

  .image-23 {
    margin-top: -2px;
    display: block;
    overflow: hidden;
  }

  .image-24 {
    max-width: none;
    display: block;
  }

  .div-block-8 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-8 {
    background-color: var(--blue);
  }

  .image-25 {
    display: block;
  }

  .nav-button-dp, .dropdown-list-3.w--open {
    flex: 0 auto;
  }

  .faq-plus-wrap {
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
  }

  .pricing-h1 {
    font-size: 34px;
    line-height: 44px;
  }

  .container-10.faq-container {
    margin-top: 34px;
  }

  .section-9 {
    margin-top: 90px;
  }

  .image-26 {
    display: none;
  }

  .services-container-mobile {
    background-color: #0000;
    display: block;
  }

  .ltbs-mobile {
    margin-top: 0;
    margin-bottom: 34px;
    margin-left: 0;
  }

  .copyright-section {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-section {
    position: relative;
  }

  .cs-right {
    margin-top: 10px;
  }

  .paragraph-mobile {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-mobile {
    font-size: 18px;
  }

  .h1-light {
    justify-content: center;
  }

  .h1-light.center {
    text-align: center;
    text-align: center;
    margin-top: 28px;
    margin-bottom: -45px;
    padding-bottom: 0;
  }

  .contact-us {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-12 {
    padding-bottom: 29px;
  }

  .column-17 {
    border: 1px #000;
  }

  .image-35 {
    margin-top: 90px;
  }

  .div-block-12 {
    text-align: center;
  }

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

  .section-14 {
    flex: 0 auto;
    align-self: auto;
    position: relative;
  }

  .grid-2 {
    grid-column-gap: 46px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch;
    place-items: stretch center;
    display: grid;
  }

  .image-36 {
    margin-top: 76px;
    margin-bottom: 16px;
  }

  .image-37 {
    flex: 0 auto;
    align-self: center;
  }

  .section-16 {
    align-self: center;
    margin-top: 91px;
  }

  .heading-6, .paragraph-6 {
    text-align: center;
  }

  .columns-11 {
    margin-left: auto;
    padding-right: 0;
  }

  .button {
    display: inline-block;
  }

  .section-17 {
    margin-top: 35px;
  }

  .paragraph-services {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-12 {
    margin-left: auto;
    margin-right: auto;
  }

  .columns-13 {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .container-17 {
    margin-top: 22px;
    padding-top: 0;
  }

  .container-18 {
    margin-top: 19px;
  }

  .container-19 {
    margin-top: 21px;
    padding-top: 0;
  }

  .text-block-21 {
    margin-top: 97px;
  }

  .div-block-17 {
    text-align: center;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .div-block-18 {
    text-align: center;
    padding-left: 27px;
    padding-right: 27px;
  }

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

  .grid-5 {
    grid-template-columns: 1fr;
    grid-template-areas: "Area";
  }

  .paragraph-7, .heading-9, .heading-10, .paragraph-8, .heading-11, .paragraph-9, .heading-12, .paragraph-10 {
    text-align: center;
  }

  .section-18 {
    margin-top: 101px;
  }

  .div-restore {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text, .light-paragraph, .h1---dark.blue.mobile, .h1---dark.mobile, .h1---dark.blue.mobile, .h1---dark.blue.mobile, .h1---dark.mobile, .h2---dark.blue.mobile, .h2---dark.mobile, .h2---dark.blue.mobile, .h2---dark.blue.mobile, .h2---dark.mobile {
    text-align: center;
  }

  .image-42 {
    margin-top: 8px;
    margin-bottom: -22px;
  }

  .slider-2 {
    width: 464px;
    height: 247px;
    margin-left: 53px;
  }

  .section-23 {
    margin-top: 93px;
  }

  .image-46 {
    min-width: 400px;
    max-width: 400px;
    min-height: 400px;
    max-height: 400px;
  }

  .div-block-27 {
    margin-top: 20px;
  }

  .grid-8 {
    margin-top: auto;
  }

  .section-24 {
    margin-top: 0;
  }

  .section-25 {
    background-color: var(--blue);
  }

  .section-26 {
    margin-top: 85px;
  }

  .image-48 {
    margin-bottom: -6px;
  }

  .image-49 {
    margin-top: -8px;
  }

  .sedation, .restore-section {
    margin-top: 101px;
  }

  .div-sedation {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .about-div {
    text-align: center;
    margin-left: 60px;
    margin-right: 60px;
  }

  .garcia-photo {
    flex: 0 auto;
    align-self: center;
    min-width: 70%;
  }

  .mask {
    width: 464px;
    height: 247px;
  }

  .div-block-33 {
    display: none;
  }

  .heading-21.thank-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .paragraph-12 {
    width: 100%;
  }

  .grid-200 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    grid-template-columns: 1.25fr;
  }

  .heading-22.reviews-h2 {
    text-align: center;
    max-width: 100%;
  }

  .heading-22.doc-mobb {
    margin-bottom: 10px;
  }

  .heading-23 {
    margin-bottom: 20px;
  }

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

  .div-block-43 {
    text-align: center;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .section-33 {
    background-size: cover;
    padding-top: 155px;
  }

  .grid-202, .grid-202.why-should-grid, .grid-202.why-should-grid {
    grid-template-columns: 1fr;
  }

  .div-block-45 {
    margin-bottom: 20px;
  }

  .grid-204.reviews_header {
    grid-template-columns: 1fr;
  }

  .right-content-reviews {
    justify-content: center;
  }

  .mobb-image {
    display: block;
  }

  .destopp-image {
    display: none;
  }

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

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
  }

  .navbar {
    position: fixed;
    inset: 0% 0% auto;
  }

  .container-4 {
    padding-right: 0;
  }

  .ltbs {
    margin-top: 13px;
    margin-bottom: 85px;
    margin-left: 0;
    padding-left: 0;
  }

  .homepage-banner {
    margin-top: 89px;
  }

  .h2 {
    font-size: 11px;
  }

  .image-7 {
    margin-top: 0;
    margin-left: 0;
  }

  .services-container {
    text-align: left;
    padding-left: 10px;
    display: inline-block;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-white {
    margin: 39px 0 14px;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
  }

  .h1 {
    text-align: center;
    margin-top: -28px;
    margin-bottom: 8px;
  }

  .cards-grid-container-2 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .services-tiles {
    margin-top: 32px;
    padding: 0 23px 32px;
  }

  .cards-grid-container-3 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    place-content: start stretch;
    margin-top: 19px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-17 {
    margin-top: -8px;
  }

  .div-block-2 {
    padding-left: 0;
  }

  .div-block-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-4 {
    color: #c5b68f;
    margin-left: 0;
    margin-right: -2px;
    font-size: 10px;
    font-weight: 700;
  }

  .section-7 {
    padding-bottom: 13px;
  }

  .footer {
    background-color: var(--blue);
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .image-23 {
    display: block;
  }

  .image-24 {
    max-width: 325px;
    display: block;
  }

  .footer-mobile {
    text-align: center;
    margin-top: 18px;
    font-size: 9px;
    line-height: 11px;
  }

  .section-8 {
    background-color: var(--blue);
  }

  .container-9 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-button-dp {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-dropdown-2, .cell-dp, .cell-dropdown {
    width: 300px;
  }

  .cell-dp-2 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .cell-nav-button-2, .cell-nav-button-3, .cell-nav-button-4 {
    width: 300px;
  }

  .dropdown-list-3.w--open {
    flex: 0 auto;
  }

  .faq-plus-wrap {
    min-width: 20px;
    min-height: 20px;
    margin-right: 18px;
  }

  .faq-question.faqs-services-head {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container-10.faq-container {
    margin-top: -465px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .faq-wrap {
    margin-top: 6px;
  }

  .faq-answer.last-faq-answer {
    margin-bottom: auto;
  }

  .section-9 {
    margin-top: 90px;
  }

  .faq-q-text-mobile {
    margin: 14px auto 1px;
    padding-left: 0;
    font-size: 16px;
  }

  .faq-q-text-mobile.first {
    margin-left: -1px;
  }

  .faq-a-text-mobile {
    margin-top: 9px;
    font-size: 14px;
  }

  .services-container-mobile {
    text-align: left;
    padding-left: 10px;
    display: inline-block;
  }

  .ltbs-mobile {
    margin: 0 23px 18px 0;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .container-12 {
    margin-top: 444px;
  }

  .phone-block {
    justify-content: center;
  }

  .footer-five {
    text-align: center;
  }

  .address-block {
    justify-content: center;
    align-items: flex-start;
  }

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

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

  .copyright-section {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .submit-button-2 {
    text-align: left;
    margin-left: 0;
  }

  .footer-three {
    text-align: center;
  }

  .social-block {
    display: block;
  }

  .form {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-four, .footer-two, .footer-one {
    text-align: center;
  }

  .form-block {
    width: 100%;
  }

  .ff-first-logo {
    max-width: 80px;
  }

  .cs-right {
    margin-top: 10px;
  }

  .email-block {
    justify-content: center;
    align-items: flex-start;
  }

  .text-field.email-filed {
    width: 100%;
  }

  .h1-a {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .paragraph-mobile {
    text-align: center;
    object-fit: scale-down;
    margin: 5px -64px -25px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .banner-mobile {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 9px;
  }

  .div-block-11 {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 11px;
    padding-bottom: 39px;
  }

  .h1-light {
    text-align: center;
    margin: 8px auto;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-us {
    margin: 5px 0 -25px;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
  }

  .text-block-12 {
    margin-top: auto;
    padding-bottom: 0;
  }

  .image-35 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .section-13 {
    margin-top: 83px;
    margin-bottom: auto;
  }

  .section-14 {
    order: 0;
    align-self: auto;
    margin-top: -68px;
    margin-bottom: 53px;
  }

  .div-block-14 {
    text-align: center;
  }

  .team-title {
    text-decoration: none;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    margin-top: 153px;
  }

  .section-15 {
    object-fit: cover;
    flex: 1;
    min-width: 100vw;
  }

  .image-36 {
    float: none;
    object-fit: cover;
    max-width: 100vw;
    margin-top: auto;
    margin-bottom: 0;
    display: block;
    position: relative;
    top: 71px;
    overflow: visible;
  }

  .image-37 {
    object-fit: cover;
    max-width: 70%;
  }

  .section-16 {
    margin-top: 100px;
  }

  .paragraph-6 {
    font-size: 14px;
  }

  .section-17 {
    margin-top: 10px;
  }

  .paragraph-services {
    object-fit: fill;
    margin: 3px 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .text-block-21 {
    margin-top: 84px;
    margin-left: 22px;
    margin-right: 22px;
  }

  .column-19 {
    margin-top: 23px;
  }

  .div-block-17 {
    text-align: center;
    object-fit: cover;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    margin-top: auto;
  }

  .div-block-18 {
    text-align: center;
    padding-left: 13px;
    padding-right: 13px;
  }

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

  .section-18 {
    margin-top: 79px;
    margin-left: 11px;
    margin-right: 11px;
    padding: 9px 17px;
  }

  .div-restore {
    margin-left: 0;
    margin-right: 0;
  }

  .light-paragraph {
    font-size: 14px;
    overflow: hidden;
  }

  .h1---dark.white.mobile.small {
    text-shadow: 3px 3px #732584;
    font-size: 28px;
    line-height: 28px;
  }

  .h2---dark.white.mobile.small {
    color: var(--pink);
    text-shadow: 3px 3px 2px #e70073;
    font-size: 28px;
    line-height: 28px;
  }

  .div-block-24 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .image-43 {
    margin-bottom: -4px;
  }

  .section-21 {
    margin-top: -1px;
  }

  .slider-2 {
    width: 247px;
    height: 132px;
    margin-left: 36px;
    margin-right: 27px;
  }

  .body-3 {
    background-repeat: repeat-y;
  }

  .section-23 {
    margin-top: 79px;
  }

  .image-45 {
    object-fit: cover;
    max-width: none;
  }

  .grid-7 {
    margin-top: auto;
  }

  .image-46 {
    min-width: 200px;
    max-width: 200px;
    min-height: 200px;
    max-height: 200px;
  }

  .image-47 {
    min-width: 290px;
    max-width: 290px;
    min-height: 290px;
    max-height: 290px;
    box-shadow: 7px 4px 0 6px var(--gold);
  }

  .body-5 {
    background-repeat: repeat-y;
  }

  .section-24 {
    padding-top: 11px;
  }

  .div-block-29 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .sedation, .restore-section {
    margin-top: 79px;
    margin-left: 11px;
    margin-right: 11px;
    padding: 9px 17px;
  }

  .div-sedation {
    margin-left: 0;
    margin-right: 0;
  }

  .about-div {
    margin-left: 30px;
    margin-right: 30px;
  }

  .garcia-photo {
    object-fit: cover;
    max-width: 70%;
  }

  .section-28 {
    margin-top: 81px;
  }

  .mask {
    width: 247px;
    height: 132px;
  }

  .image-53 {
    height: 42px;
  }

  .container-21 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .nav-link.call-us-btn:hover {
    background-color: var(--mint);
  }

  .nav-link.call-us-btn.btn-mr-none {
    margin-right: 0;
  }

  .nav-link.book-now-btn {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .nav-menu-2 {
    background-color: var(--purple);
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-55 {
    width: 25px;
    height: 25px;
  }

  .div-block-34 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-25 {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
  }

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

  .image-56 {
    width: 216px;
  }

  .heading-21.thank-heading {
    font-size: 34px;
    line-height: 39px;
  }

  .div-block-35 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: center;
  }

  .section-30.icons-murqee-section {
    display: none;
  }

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

  .grid-200 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .heading-22.doc-mobb, .heading-23 {
    margin-bottom: 10px;
  }

  .section-32 {
    padding-top: 10px;
  }

  .heading-24 {
    margin-top: 0;
  }

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

  .div-block-37, .div-block-38, .div-block-39, .div-block-40, .div-block-41, .div-block-42 {
    text-align: center;
  }

  .cta-nav {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .section-33 {
    background-size: contain;
    padding-top: 60px;
    padding-bottom: 110px;
  }

  .servoces-image {
    width: 100%;
    max-width: 100%;
    height: 290px;
  }

  .faqs-h3 {
    font-size: 19px;
  }

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

  .right-content-reviews {
    flex-flow: column;
  }

  .slider_nav {
    justify-content: flex-end;
  }

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

  .div-block-47 {
    align-items: flex-start;
  }

  .text-block-27 {
    text-align: left;
  }

  .div-block-48 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .div-block-50 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .menu-button-2 {
    background-color: var(--purple);
    border-radius: 6px;
    padding: 7px 15px;
  }

  .menu-button-2:active {
    background-color: var(--mint);
  }

  .menu-button-2.w--open {
    background-color: var(--navy);
  }

  .div-block-51 {
    flex-flow: column;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-52 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-list-7, .collection-list-7.category-services, .collection-list-7.category-services {
    grid-template-columns: 1fr;
  }
}

#w-node-_288a70e9-c44b-1cd4-ed2a-6f1b35e39575-35e39572 {
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-ed86457e-cd40-99f1-1aa7-d0d9b9564b4b-bd15b345 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b98d3bd5-e76f-f551-26de-7a52756bccb3-bd15b345 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ed86457e-cd40-99f1-1aa7-d0d9b9564b4b-bd15b345, #w-node-b98d3bd5-e76f-f551-26de-7a52756bccb3-bd15b345 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
