@font-face {
  font-family: "Fa 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa duotone 900";
  src: url('../fonts/fa-duotone-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --midnight-blue-4: #1d1c58;
  --midnight-blue: #1d1c58;
  --black: black;
  --grey: #818589;
  --midnight-blue-3: #1d1c58;
  --white: white;
  --midnight-blue-2: #1d1c58;
  --cyan: #1cffff;
  --black-2: #1b1d1e;
  --dim-grey: #57575e;
  --red: #ee2930;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

.w-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-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

h1 {
  color: var(--midnight-blue-4);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 5.2vw;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  color: var(--midnight-blue-4);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 3.125vw;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  color: var(--midnight-blue-4);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Palanquin, sans-serif;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 120%;
}

h4 {
  color: var(--midnight-blue-4);
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Palanquin, sans-serif;
  font-size: .83vw;
  font-weight: 700;
  line-height: 200%;
}

h5 {
  color: var(--midnight-blue);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Palanquin, sans-serif;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--midnight-blue-4);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Palanquin, sans-serif;
  font-size: 1.25vw;
  line-height: 200%;
}

a {
  text-decoration: underline;
}

.containerdiv {
  width: 100%;
  max-width: 80vw;
  min-height: 2.6vw;
  margin-left: auto;
  margin-right: auto;
}

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

.containerdiv.div-header1 {
  width: 75%;
}

.containerdiv.cont1 {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.containerdiv.cont1.newcont1 {
  align-items: center;
  margin-top: 0;
}

.containerdiv.cont-menu {
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: static;
  left: 0%;
  right: 0%;
}

.containerdiv.cont2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: -120px;
}

.containerdiv.cont2.new-patient-special {
  top: -12.32vw;
}

.containerdiv.cont3 {
  margin-bottom: 60px;
  padding-top: 450px;
  position: relative;
}

.containerdiv.cont3.home_first-section {
  padding-top: 12.32vw;
}

.containerdiv.cont4 {
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.containerdiv.cont5 {
  justify-content: space-between;
  display: flex;
}

.containerdiv.cont6 {
  justify-content: space-between;
  min-height: 39vw;
  margin-bottom: 80px;
  display: flex;
}

.containerdiv.cont7 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 85vw;
  min-height: 45vw;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.containerdiv.cont8 {
  justify-content: space-between;
  align-items: center;
  min-height: 39vw;
  margin-bottom: 1.125rem;
  display: flex;
}

.containerdiv.cont9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.containerdiv.cont10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 31.77vw;
  display: flex;
}

.containerdiv.cont11 {
  border-top: 1.5px solid var(--grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  min-height: 8.5vw;
  padding-bottom: 60px;
  display: flex;
}

.containerdiv.cont12 {
  justify-content: space-between;
  align-items: center;
  max-width: 90vw;
  display: flex;
}

.containerdiv.menu-template {
  justify-content: flex-end;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
  left: 0%;
  right: 0%;
}

.containerdiv.menu-template.full {
  padding-top: 0;
  padding-bottom: 0;
}

.containerdiv.top-template {
  z-index: 999;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  min-height: 35vw;
  display: flex;
  position: relative;
}

.containerdiv.content {
  background-color: var(--white);
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.containerdiv.content-full {
  background-color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: block;
}

.containerdiv.content-contact {
  background-color: var(--white);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.containerdiv.content-full {
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.containerdiv.logo-cont {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.containerdiv.banner_container {
  min-height: auto;
}

.browser_wrap {
  max-width: 350px;
  min-height: 50px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.image-13 {
  width: 100%;
  max-width: 250px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.browser_link {
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px;
  text-decoration: none;
  transition: all .2s ease-in;
  display: flex;
  box-shadow: -1px -1px 1px #fff, 7px 7px 20px #5a8c1c29, -7px -7px 20px 10px #ffffffb3;
}

.browser_link:hover {
  transform: scale(1.05);
}

.browser_title {
  color: #7a849e;
  font-size: 14px;
  font-weight: 500;
}

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

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

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

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

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

.loader-wrapper {
  z-index: 2147483647;
  transform-origin: 100%;
  background-color: #efefef;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.loader-wrapper.hide {
  display: none;
}

.lottie-animation {
  width: 300px;
  height: 300px;
}

.btn-primary {
  z-index: 1;
  background-color: var(--midnight-blue-2);
  text-transform: uppercase;
  background-image: url('../images/arrow-pointing-to-right.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 20vw;
  min-height: 2.6vw;
  margin: 10px 20px 10px 0;
  padding: 10px 30px 10px 20px;
  font-family: Palanquin, sans-serif;
  font-size: .94vw;
  font-weight: 700;
  line-height: 200%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-primary.small-btn {
  max-width: 13.43vw;
}

.btn-primary.next {
  color: var(--white);
}

.btn-primary.offer-btn {
  text-align: center;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: auto;
  max-width: 28vw;
  margin-bottom: 1vw;
  padding-right: 20px;
  transition: all .3s;
}

.btn-primary.offer-btn:hover {
  background-color: var(--cyan);
  color: var(--midnight-blue);
}

.btn-secondary {
  z-index: 1;
  background-color: var(--cyan);
  color: var(--midnight-blue);
  text-transform: uppercase;
  background-image: url('../images/arrow-pointing-to-right-1.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 18vw;
  margin: 10px;
  padding: 10px 30px 10px 20px;
  font-family: Palanquin, sans-serif;
  font-size: .94vw;
  font-weight: 700;
  line-height: 200%;
  display: flex;
  position: relative;
}

.btn-secondary.btn-np {
  margin-left: 0;
}

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

.footer-form {
  width: 100%;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.footer-input {
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-textarea {
  min-height: 125px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.human-test {
  text-align: left;
  margin-bottom: 30px;
}

.html-embed {
  margin-bottom: 10px;
}

.btn {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #f26b22;
  border: 1px solid #f26b22;
  border-radius: 1000px;
  padding: .8rem 2.5rem;
  font-size: 16px;
  font-weight: 300;
  transition: all .3s;
  box-shadow: 0 3px 5px -3px #0000004d;
}

.btn:hover {
  color: #fff;
  background-color: #161f2c;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.parent {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.card {
  width: 25%;
}

.collection-list {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.collection-item {
  justify-content: space-between;
  width: 32%;
  margin-bottom: 40px;
  display: flex;
}

.heading {
  font-family: Playfair Display, sans-serif;
  font-size: 5.2vw;
  line-height: 120%;
}

.heading-2 {
  letter-spacing: 2.4px;
}

.h4-services {
  color: var(--white);
  letter-spacing: .8px;
  text-transform: none;
  font-family: Palanquin, sans-serif;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 144%;
}

.p-home {
  color: var(--grey);
  margin-bottom: 20px;
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 180%;
}

.top-header {
  background-color: var(--midnight-blue-3);
}

.div-logo {
  z-index: 9;
  background-color: var(--white);
  max-width: 14.74vw;
  padding: 10px;
  position: absolute;
}

.div-top {
  justify-content: space-between;
  align-items: center;
  width: 75%;
  min-height: 2.6vw;
  margin-left: auto;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.phone_icon {
  width: 17px;
  height: 17px;
  margin-right: 9px;
}

.link-phone {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-phone:hover {
  color: var(--cyan);
}

.paragraph {
  opacity: .75;
  color: var(--white);
  margin-bottom: 0;
  line-height: 120%;
}

.paragraph.hide:hover {
  color: var(--cyan);
}

.header {
  background-image: linear-gradient(#1d1c5880, #1d1c5880), url('../images/hero_background-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 50vw;
  padding-bottom: 40px;
  display: flex;
}

.header.new-header {
  background-image: linear-gradient(#1d1c5880, #1d1c5880), url('../images/hero_background-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 70vw;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  max-width: 55vw;
  display: flex;
}

.navlink {
  color: var(--white);
  letter-spacing: .8px;
  text-transform: uppercase;
  flex: none;
  padding: 20px 10px;
  font-family: Palanquin, sans-serif;
  font-size: .83vw;
  font-weight: 700;
  line-height: 130%;
  transition: all .3s;
}

.navlink:hover, .navlink.w--current {
  color: var(--cyan);
}

.navlink.link-last {
  margin-right: 0;
  padding-right: 0;
}

.navlink.lin-first {
  opacity: 1;
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 15px;
}

.container {
  justify-content: space-between;
  width: 100%;
  max-width: 55vw;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-menu {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  padding: 0 10px;
  display: flex;
}

.div-text {
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
  min-height: 20vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-video {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 25.6vw;
  min-height: 14.32vw;
  margin-bottom: 40px;
  display: flex;
}

.h3-video {
  color: var(--black);
  text-transform: none;
  margin-top: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 1.15vw;
}

.box-btn {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 1vw;
  display: flex;
}

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

.image-15 {
  position: absolute;
}

.services {
  background-color: var(--midnight-blue);
  transform-style: preserve-3d;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 23%;
  min-height: 20.83vw;
  padding: 20px;
  transition: all .3s;
  display: flex;
}

.services:hover {
  background-image: linear-gradient(to bottom, var(--midnight-blue), #312f91);
  transform: scale3d(1.1, 1.1, 1.1);
}

.services.hover {
  padding: 0;
}

.services.hover:hover {
  transform: translate(0, -10px);
}

.section-about {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: flex;
}

.p-white {
  color: var(--white);
  text-align: center;
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

.h3-regular {
  color: var(--dim-grey);
  letter-spacing: 0;
  text-transform: uppercase;
}

.h3-regular.h3-white, .h3-regular.h3-black {
  color: var(--white);
}

.div {
  margin-top: 50px;
}

.div-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  display: flex;
}

.div-about-r {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 15px;
  display: flex;
  box-shadow: 0 6px 30px #8185898c;
}

.serv-static {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 16vw;
  display: flex;
}

.serv-static:hover {
  height: 13px;
  min-height: 13vw;
}

.section-new-patient {
  justify-content: space-between;
  width: 100%;
  min-height: 40vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-new-patient.invisalign {
  align-items: stretch;
}

.div-block-12 {
  opacity: 1;
  background-image: linear-gradient(#1d1c58e6, #1d1c58e6), url('../images/full-equiped-medical-cabinet-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-13 {
  width: 50%;
}

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

.p-home-white {
  color: var(--white);
  font-size: 1.25vw;
  font-weight: 300;
}

.div-block-14 {
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  min-height: 20vw;
  display: flex;
}

.section-doctor {
  background-image: linear-gradient(#f3f3f3, #e5e5e5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vw;
  padding-top: 145px;
  padding-bottom: 20px;
  display: flex;
}

.div-dr {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 45%;
  padding: 15px;
  display: flex;
  box-shadow: 0 6px 30px #8185898c;
}

.div-block-16 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.div-block-17 {
  background-image: url('../images/d8ab0204-a4db-4b7f-bb97-f4fd3879155b.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 19px;
  grid-template-rows: 4.73vw 4.73vw 4.73vw 4.73vw 4.73vw;
  grid-template-columns: 25.31vw 25.31vw 25.31vw;
  justify-content: center;
  place-items: stretch stretch;
  width: 100%;
}

.white-box-services {
  z-index: 1;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 4.75vw;
  display: flex;
  position: relative;
}

.box-btn-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-hours {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 53.38vw;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-19 {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 45%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-20 {
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 45%;
  max-width: 38vw;
  padding: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  display: flex;
  position: static;
  box-shadow: 0 6px 30px #8185898c;
}

.div-block-21 {
  background-image: url('../images/full-equiped-medical-cabinet.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.columns {
  flex-direction: row-reverse;
  width: 100%;
  display: flex;
}

.h4-blue {
  color: var(--midnight-blue-4);
  letter-spacing: .8px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Palanquin, sans-serif;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 144%;
}

.btn-primary-2 {
  background-color: var(--midnight-blue-2);
  text-transform: uppercase;
  background-image: url('../images/arrow-pointing-to-right.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 17vw;
  min-height: 2.6vw;
  margin: 10px 20px 10px 0;
  padding: 10px 30px 10px 20px;
  font-family: Palanquin, sans-serif;
  font-size: .94vw;
  font-weight: 700;
  line-height: 200%;
  display: flex;
}

.btn-primary-2.small-btn {
  max-width: 13.43vw;
}

.column {
  padding-left: 0;
}

.section-testimonials {
  background-image: url('../images/testimonials.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 35vw;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.heading-4 {
  color: var(--white);
  flex-direction: column;
  margin-bottom: 20px;
  display: flex;
}

.html-embed-2 {
  width: 100%;
}

.section-footer {
  background-color: #1d1c58;
}

.link-logo {
  background-color: var(--white);
  margin-bottom: 20px;
}

.div-block-22 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 35vw;
  margin-bottom: 60px;
  display: flex;
}

.sm {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 5vw;
  display: flex;
}

.p-home-3 {
  color: var(--grey);
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.25vw;
  font-weight: 300;
}

.menu-footer {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.link-menu {
  color: var(--white);
  letter-spacing: .9px;
  text-transform: uppercase;
  font-family: Palanquin, sans-serif;
  font-size: .94vw;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  transition: all .3s;
}

.link-menu:hover {
  color: var(--cyan);
}

.heading-5, .heading-6 {
  color: var(--white);
}

.invisalign_img {
  width: 14.323vw;
  max-width: 20%;
  height: 3.281vw;
}

.ada_logo {
  width: 9.479vw;
  max-width: 100%;
  height: 3.021vw;
}

.academy_logo {
  width: 11.458vw;
  max-width: 20%;
  height: 3.125vw;
}

.aafe_logo {
  width: 10.781vw;
  max-width: 20%;
  height: 2.917vw;
}

.parent-services {
  position: relative;
  overflow: hidden;
}

.blue-box-services {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.icon-services {
  width: 100%;
  max-width: 1.04vw;
  margin-top: 2px;
}

.link-services {
  display: block;
}

.cont-btn-style {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.cont-btn-style.small-box {
  width: 25%;
}

.btn-primary-back {
  background-color: var(--cyan);
  color: var(--midnight-blue);
  text-transform: uppercase;
  background-image: url('../images/arrow-pointing-to-right-1.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 20vw;
  min-height: 2.6vw;
  margin: 10px 20px 10px 0;
  padding: 10px 30px 10px 20px;
  font-family: Palanquin, sans-serif;
  font-size: .94vw;
  font-weight: 700;
  line-height: 200%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.btn-primary-back.small-btn {
  max-width: 13.43vw;
}

.btn-secondary-back {
  background-color: var(--midnight-blue);
  color: var(--white);
  text-transform: uppercase;
  background-image: url('../images/arrow-pointing-to-right.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 18vw;
  margin: 10px;
  padding-left: 20px;
  padding-right: 30px;
  font-family: Palanquin, sans-serif;
  font-size: .94vw;
  font-weight: 700;
  line-height: 200%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.btn-secondary-back.btn-np {
  margin-left: 0;
}

.full-wrapper {
  background-color: var(--midnight-blue-3);
  width: 100%;
}

.section {
  border-bottom: 5px solid var(--midnight-blue-3);
  background-image: linear-gradient(#f3f3f3, #e5e5e5);
}

.con {
  background-image: url('../images/group-cheerful-friends.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 40vw;
}

.div-img {
  background-color: var(--midnight-blue);
  width: 50%;
  min-height: 23vw;
  position: relative;
}

.div-block-24 {
  width: 40%;
}

.div-title {
  background-color: var(--midnight-blue);
  width: 50%;
  padding: 10px;
}

.h2-template {
  color: var(--midnight-blue-4);
  text-align: left;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 2.5vw;
  display: block;
}

.h2-template.center {
  text-align: center;
  font-style: normal;
  text-decoration: none;
}

.image-21 {
  object-fit: cover;
  width: 100%;
  max-width: 95%;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 2px 0 10px #0000004a;
}

.template-content {
  background-image: linear-gradient(to bottom, #e5e5e5 90%, var(--midnight-blue-3) 90%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.template-content.tmp-services {
  background-image: linear-gradient(to bottom, #e5e5e5 95%, var(--midnight-blue-3) 90%);
}

.div-full {
  background-image: url('../images/group-cheerful-friends.png'), url('../images/depositphotos_118386484_l-2015-min.jpg');
  background-position: 50%, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  width: 100%;
  position: relative;
}

.bg-blur {
  background-image: linear-gradient(#0006, #0006);
  width: 100%;
}

.right-content {
  width: 63%;
  padding: 25px;
}

.right-content.blog-template {
  width: 100%;
  padding: 10px 10px 40px;
}

.right-content.full-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.right-content.full-contact {
  width: 100%;
}

.right-content.ty {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.right-content.full-div {
  width: 100%;
  max-width: 90%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.left-content {
  border: 1px none var(--cyan);
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  width: 35%;
  display: flex;
  position: relative;
}

.left-content.full-contact {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.internal-menu {
  width: 100%;
}

.div-block-25 {
  background-color: var(--cyan);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 5vw;
  display: flex;
}

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

.link-menu-internal {
  border: 5px solid var(--cyan);
  background-color: var(--midnight-blue-2);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

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

.h2-internal.white {
  color: var(--white);
}

.h5-internal {
  color: var(--white);
  line-height: 120%;
}

.services-menu-wrapper {
  border: 2px none var(--midnight-blue);
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 4px 5px 1px #00000029;
}

.menu-service-header {
  background-color: var(--cyan);
  color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: flex-start;
  padding-top: 7px;
  padding-left: 0%;
  display: flex;
}

.menu-items-wrapper {
  border-top: 4px solid var(--midnight-blue);
  flex-direction: column;
  display: flex;
}

.service-link {
  color: #393939;
  padding: 5px 15px 0;
  text-decoration: none;
  transition: all .3s;
}

.service-link:hover {
  border-right: 4px solid var(--midnight-blue);
  border-left: 4px solid var(--midnight-blue);
}

.service-link.w--current {
  border-left: 3px solid var(--midnight-blue-4);
  color: var(--grey);
}

.h6-link {
  font-family: Palanquin, sans-serif;
  font-size: 1.04vw;
  font-weight: 600;
}

.gray-line {
  background-color: #f3f3f3;
  width: 100%;
  height: 2px;
}

.h3-internal {
  color: #26d1d1;
  margin-top: 10px;
  margin-bottom: 10px;
}

.h3-internal.h3-menu {
  color: var(--midnight-blue);
}

.h3-internal.h3-center {
  text-align: center;
}

.text-field {
  border: 1px solid var(--midnight-blue);
  background-color: var(--white);
  border-radius: 5px;
  margin-bottom: 20px;
  font-family: Palanquin, sans-serif;
  font-size: .94vw;
  font-weight: 400;
}

.text-field.textarea {
  border-color: var(--midnight-blue);
  min-height: 100px;
}

.text-field.text-ra, .text-field.select {
  min-height: 2vw;
}

.form-header {
  background-color: var(--midnight-blue);
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 7px 5%;
  display: flex;
}

.internal-form-wrapper {
  margin-bottom: 30px;
  position: sticky;
  top: 30px;
  box-shadow: 2px 0 12px #0006;
}

.internal-form-wrapper.form-request {
  position: static;
}

.internal-form-wrapper.hide {
  display: none;
}

.internal-form {
  border: 2px none var(--midnight-blue);
  color: #fff;
  background-image: none;
  padding: 16px;
  font-weight: 400;
}

.button {
  text-transform: uppercase;
  background-image: url('../images/icon-metro-calendar.svg');
  background-position: 12%;
  background-repeat: no-repeat;
  background-size: 1.57vw;
  border-radius: 104px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 30vw;
  min-height: 4.04vw;
  padding-top: 13px;
  padding-left: 45px;
  font-size: 1.33vw;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.button.secondary {
  background-color: #0133c9;
  transition: all .3s;
}

.button.secondary:hover {
  background-color: #022385;
  box-shadow: 0 0 3px 3px #4e73e24d;
}

.button.secondary.submit {
  background-color: var(--cyan);
  color: var(--black-2);
  background-image: none;
  border-radius: 25px;
  max-width: none;
  padding-bottom: 13px;
  padding-left: 15px;
  font-family: Palanquin, sans-serif;
  font-weight: 700;
}

.button.secondary.submit:hover {
  transform: rotate(-1deg);
}

.button.clear {
  color: #8428e5;
  background-color: #fff;
  background-image: url('../images/icon-awesome-arrow-alt-circle-right.svg');
  background-position: 84%;
  max-width: 18vw;
  margin-left: -20px;
  padding-left: 0;
  padding-right: 45px;
  transition: all .5s;
}

.button.clear:hover {
  background-position: 90%;
}

.button.clear.btn-patient {
  color: var(--midnight-blue);
  letter-spacing: .9px;
  background-image: url('../images/arrow-pointing-to-right-1.svg');
  justify-content: flex-start;
  max-width: 35vw;
  margin-bottom: 30px;
  margin-left: 0;
  padding-bottom: 13px;
  padding-left: 10px;
  font-family: Palanquin, sans-serif;
  font-weight: 600;
}

.field-label {
  color: var(--black-2);
  font-family: Palanquin, sans-serif;
  font-size: .94vw;
  font-weight: 400;
  line-height: 150%;
}

.p-last {
  margin-bottom: 20px;
}

.list-item {
  color: var(--black-2);
  background-image: url('../images/arrow-pointing-to-right-1.svg');
  background-position: 0 35%;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Palanquin, sans-serif;
  font-size: 1.25vw;
  line-height: 200%;
}

.list-item.white {
  color: var(--white);
  background-image: url('../images/arrow-pointing-to-right.svg');
  background-position: 0 20%;
  font-weight: 300;
}

.list {
  margin-top: 10px;
  padding-left: 0;
  list-style-type: none;
}

.list.two-column {
  column-count: 2;
}

.h1-template {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-size: 4.8vw;
}

.h1-template.blog_title_color {
  color: var(--midnight-blue-4);
  text-align: left;
  font-size: 4.3vw;
}

.heading-14 {
  color: var(--white);
}

.access-logo.mobile_img, .access-logo.mobile_img.w--current {
  display: none;
}

.services-content {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.special-card {
  width: 48%;
  margin-bottom: 20px;
  text-decoration: none;
  box-shadow: 0 3px 24px #0000004a;
}

.special-card-wrapper {
  padding: 15px;
}

.interior-special-card {
  background-image: url('../images/bone-regeneration.jpg'), linear-gradient(#0000, #1d1c5880);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  justify-content: center;
  align-items: flex-end;
  min-height: 16.56vw;
  margin-bottom: 20px;
  display: flex;
}

.interior-special-card.s1 {
  background-image: linear-gradient(#0000, #1d1c5880), url('../images/teethwhite.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.interior-special-card.s2 {
  background-image: linear-gradient(#0000, #1d1c5880), url('../images/dental-implants.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.interior-special-card.s3 {
  background-image: linear-gradient(#0000, #1d1c5880), url('../images/prosthodontis.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.interior-special-card.s4 {
  background-image: linear-gradient(#0000, #1d1c5880), url('../images/root-canal.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.interior-special-card.s5 {
  background-image: linear-gradient(#0000, #1d1c5880), url('../images/bone-regeneration.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.interior-special-card.s6 {
  background-image: linear-gradient(#0000, #1d1c5880), url('../images/dental-crown.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.interior-special-card.s7 {
  background-image: linear-gradient(#0000, #1d1c5880), url('../images/cosmetic-dentist.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.interior-special-card.s8 {
  background-image: linear-gradient(#0000, #1d1c5880), url('../images/restoractive-dentist.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.interior-special-card.s9 {
  background-image: linear-gradient(#0000, #1d1c5880), url('../images/sedation.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.interior-special-card.s10 {
  background-image: linear-gradient(#0000, #1d1c5880), url('../images/periodontis.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.interior-special-card.s11 {
  background-image: linear-gradient(#0000, #1d1c5880), url('../images/oral-surgery.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.interior-special-card.s12 {
  background-image: linear-gradient(#0000, #1d1c5880), url('../images/dental-briges.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.interior-special-card.s13 {
  background-image: linear-gradient(#0000, #1d1c5880), url('../images/denture.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.interior-special-card.s14 {
  background-image: linear-gradient(#0000, #1d1c5880), url('../images/braces.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.interior-special-card.s15 {
  background-image: linear-gradient(#0000, #1d1c5880), url('../images/invisalign.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.h4-italy {
  text-transform: none;
  font-size: 1vw;
  font-style: italic;
}

.inline-link {
  color: #20b4b4;
  text-decoration: none;
  transition: all .3s;
}

.inline-link:hover {
  color: var(--midnight-blue);
}

.collection-list-wrapper {
  width: 100%;
  margin-top: 40px;
}

.link-block-2 {
  text-decoration: none;
  transition: color .3s, box-shadow .3s;
  box-shadow: 0 3px 24px #00000080;
}

.link-block-2:hover {
  box-shadow: 0 3px 24px 0 var(--midnight-blue);
}

.blog-summary {
  padding: 10px 20px 20px;
}

.heading-16 {
  font-size: .89vw;
}

.heading-17 {
  font-size: .94vw;
}

.footer-link {
  color: var(--cyan);
  margin-left: 3px;
  text-decoration: none;
}

.footer-link.w--current {
  color: var(--grey);
  text-decoration: none;
}

.contact-container {
  justify-content: space-around;
  margin-bottom: 20px;
  display: flex;
}

.div-block-26 {
  justify-content: space-around;
  width: 50%;
  display: flex;
}

.link-contact {
  background-image: linear-gradient(#0000, #1d1c5885);
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-height: 10vw;
  padding: 15px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 3px 40px #0000004d;
}

.link-contact.email {
  width: 30%;
  min-height: 15vw;
}

.link-contact.link-last {
  min-height: 15vw;
}

.link-top-services {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.link-top-services.hide {
  display: none;
}

.text-span {
  font-size: 3vw;
}

.lottie-animation-2 {
  width: 100%;
  max-width: 60%;
  margin-top: 10px;
}

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

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

.nav-link {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 5.09vw;
  padding: 0;
  font-size: 1.03vw;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.nav-link:hover {
  color: #8428e5;
}

.nav-link.nl-right {
  margin-right: 6.09vw;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link.nl-right.w--current {
  color: #8428e5;
  border-top: 4px solid #8428e5;
  box-shadow: 0 6px 20px #8428e526;
}

.nav-link.nl-right.dropdown-services {
  position: relative;
}

.nav-link.int-nav-link {
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #81858921;
  border-right: 1px solid #f3f3f3;
  justify-content: flex-start;
  width: 50%;
  margin-right: 0;
  padding: 1vw 1vw 1vw 2vw;
  font-size: .83vw;
}

.nav-link.int-nav-link:hover {
  border: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
}

.nav-link.int-nav-link {
  border-top: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  width: 50%;
  margin-right: 0;
  padding: 1vw;
}

.nav-link.int-nav-link:hover {
  border-left: 4px solid #8428e5;
}

.nav-link.int-nav-link.w--current {
  color: #8428e5;
  border-left: 2px solid #8428e5;
}

.nav-link.int-nav-link.int-nav-link-large {
  width: 100%;
}

.nav-link.int-nav-link.int-nav-link-large:hover {
  border-left-color: var(--midnight-blue);
}

.nav-link.nl-left {
  margin-left: 4.09vw;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link.nl-left.w--current {
  color: #8428e5;
  border-top: 4px solid #8428e5;
  box-shadow: 0 20px 20px #8428e526;
}

.dropdown-toggle {
  padding: 0;
}

.dropdown-toggle:hover {
  color: var(--cyan);
}

.services-nav-link {
  color: var(--white);
  font-family: Palanquin, sans-serif;
  font-size: .83vw;
}

.services-nav-link:hover {
  color: var(--cyan);
}

.dropdown-list {
  top: -40.2031px;
}

.dropdown-list.w--open {
  border-top: 4px solid var(--midnight-blue);
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  width: auto;
  min-width: 35vw;
  display: flex;
  top: 100%;
  overflow: hidden;
  box-shadow: 0 0 12px #0000004d;
}

.dropdown-list-2 {
  top: -40.2031px;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-top: 4px solid #0133c9;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: auto;
  min-width: 35vw;
  display: flex;
  top: 3.8vw;
  overflow: hidden;
  box-shadow: 0 0 12px #0000004d;
}

.dropdown-list-2.dl-patinets.w--open {
  border-top-color: var(--midnight-blue);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  min-width: 17vw;
  top: 100%;
}

.services-nav-link-2.patient-service-link {
  color: var(--white);
}

.services-nav-link-2.patient-service-link:hover {
  color: var(--cyan);
}

.dropdown-toggle-2 {
  padding: 0;
}

.general_icon {
  width: 5.104vw;
  max-width: 90px;
  height: 4.74vw;
  min-height: 90px;
}

.cosmetic_icon {
  width: 4.74vw;
  max-width: 90px;
  height: 4.74vw;
  min-height: 90px;
}

.dental_icon {
  width: 3.281vw;
  max-width: 60px;
  height: 5.104vw;
  min-height: 90px;
}

.image-25 {
  width: 6.302vw;
  max-width: 90px;
  height: 3.49vw;
  min-height: 90px;
}

.italic-text {
  color: var(--grey);
}

.image-27 {
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
}

.image-27.space {
  margin-top: 10px;
}

.form-request {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.lable-wraper {
  width: 48.5%;
}

.text-span-2, .text-span-3 {
  color: var(--red);
}

.text-field-2 {
  background-color: var(--white);
  border: 0 solid #000;
  border-radius: 5px;
  font-family: Palanquin, sans-serif;
  line-height: 150%;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10 {
  color: var(--red);
}

.div-block-27 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-28 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.sunburst-wrapper {
  background-image: url('../images/1500dental_sun-49-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 192px;
  min-width: 192px;
  max-width: 15vw;
  height: 192px;
  min-height: 192px;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 166px;
  padding: 0 43px;
  display: none;
  transform: scale(1.3);
}

.last-p {
  margin-bottom: 30px;
}

.team-paragraph {
  font-size: 1.3vw;
}

.form-title, .special-card-title {
  color: var(--white);
}

.image-28 {
  width: 100%;
  height: 100%;
}

.welcome_img {
  object-fit: cover;
  width: 38.75vw;
  height: 31.25vw;
}

.blog-heading {
  color: var(--dim-grey);
}

.blog-heading:hover {
  color: var(--midnight-blue-4);
}

.html-embed-3 {
  display: block;
}

.html-embed-4 {
  height: 550px;
  position: relative;
}

.html-embed-4.d-none {
  display: block;
}

.services-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.html-embed-5 {
  margin-top: 20px;
}

.popup {
  z-index: 9999;
  background-image: linear-gradient(#000000b3, #000000b3);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.popup-box {
  background-color: var(--midnight-blue);
  border-radius: 15px;
  width: 46%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  position: relative;
}

.div-block-32 {
  background-image: url('../images/img_4868-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.image-30 {
  border: 1px solid #000;
  width: 100%;
}

.close {
  cursor: pointer;
  position: absolute;
  inset: -2% -2% auto auto;
}

.logo-img {
  max-width: 23%;
}

.link-block-3 {
  width: 100%;
  max-width: 47vw;
  position: relative;
}

.image-31 {
  width: 100%;
}

.image-32 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 50px;
  width: 35px;
  position: absolute;
  inset: 40px 25% auto auto;
}

.sidebar, .sidebar-btn-cont {
  width: 100%;
  position: sticky;
  top: 60px;
}

.subheading-hero {
  color: var(--white);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Palanquin, sans-serif;
  font-size: 1.3vw;
  font-weight: 700;
}

.image-fit-cont {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-fit-cont.team_home-img {
  width: 38.75vw;
  height: 31.25vw;
}

.sunbursh-price {
  color: var(--midnight-blue);
  margin-bottom: 3px;
  font-size: 28px;
}

.sunburst-text {
  color: var(--midnight-blue);
  font-size: 8px;
  line-height: 100%;
}

.sunburst-title {
  color: var(--midnight-blue);
  padding-bottom: 3px;
  font-size: 11px;
  line-height: 100%;
  text-decoration: underline;
}

.offer-text-cont {
  text-align: center;
}

.text-span-11 {
  font-weight: 300;
}

.div-block-13-copy {
  width: 50%;
}

.cont-invisalign-home {
  opacity: 1;
  background-image: linear-gradient(#1d1c58e6, #1d1c58e6), url('../images/full-equiped-medical-cabinet-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: flex;
}

.text-span-12 {
  font-size: 1vw;
  font-style: italic;
  font-weight: 200;
  line-height: 150%;
}

.cont-invisalign {
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  min-height: 20vw;
  display: flex;
}

.cont-img-invisalign {
  width: 50%;
}

.logo-container {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.logo-wrapper {
  width: 100%;
  max-width: 21%;
}

.img-logo {
  width: 150px;
  height: 58px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.img-logo.lending-logo {
  height: 23px;
  margin-bottom: 20px;
}

.img-logo.sunbit_logo {
  height: 43px;
}

.img-logo.alphaeon_logo {
  height: 75px;
}

.h3-logo {
  margin-bottom: 10px;
}

.small-banner {
  background-color: var(--midnight-blue);
  color: var(--white);
  margin-bottom: 20px;
  padding: .5rem 1rem;
}

.p-banner {
  color: var(--white);
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
}

.int-link {
  color: var(--midnight-blue);
}

.homepage-hero-cont {
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
  min-height: 20vw;
  padding-top: 220px;
  padding-bottom: 0;
  display: flex;
}

.offer-link {
  margin-bottom: 20px;
}

.fixed-btn {
  z-index: 99999;
  background-color: var(--midnight-blue-2);
  text-transform: uppercase;
  background-image: url('../images/arrow-pointing-to-right.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 20vw;
  min-height: 2.6vw;
  margin: 10px 20px 10px 0;
  padding: 10px 30px 10px 20px;
  font-family: Palanquin, sans-serif;
  font-size: .94vw;
  font-weight: 700;
  line-height: 200%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: auto auto 1% 1%;
}

.fixed-btn:hover {
  background-color: var(--cyan);
  color: var(--midnight-blue);
  background-image: url('../images/arrow-pointing-to-right-1.svg');
}

.fixed-btn.small-btn {
  max-width: 13.43vw;
}

.fixed-btn.next {
  color: var(--white);
}

.fixed-btn.offer-btn {
  text-align: center;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: auto;
  max-width: 28vw;
  padding-right: 20px;
  transition: all .3s;
}

.fixed-btn.offer-btn:hover {
  background-color: var(--cyan);
  color: var(--midnight-blue);
}

.popup-img {
  max-height: 700px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.popup-text {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 150%;
  text-decoration: none;
}

.lightbox-offer {
  margin-bottom: 2rem;
}

.p-disclaimer {
  margin-bottom: 40px;
  font-size: 14px;
  text-decoration: none;
}

.nav_logo {
  width: 29.479vw;
  height: 6.615vw;
  max-height: 13.229vw;
}

.fb_icon, .ig_icon {
  width: 18px;
  height: 18px;
}

.logo_footer {
  width: 14.74vw;
  height: 6.615vw;
}

.banner_content {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Palanquin, sans-serif;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 120%;
}

.banner_header {
  background-color: var(--red);
  padding-top: 10px;
  padding-bottom: 10px;
}

.special_number {
  color: var(--midnight-blue-2);
  height: 100%;
  margin-right: 20px;
  font-size: 6rem;
}

.flex_block {
  color: #104e70;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.special_content {
  margin-bottom: 10px;
  font-family: Palanquin, sans-serif;
  font-size: 1.3vw;
}

.special_content.blue_text {
  text-align: center;
  margin-bottom: 1.5vw;
}

.special_list {
  color: var(--midnight-blue-2);
  text-align: left;
  padding-left: 20px;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 120%;
}

.blue_text {
  text-align: left;
  font-weight: 700;
}

.special_container {
  color: var(--midnight-blue-2);
  text-align: left;
  width: 77%;
  margin-left: auto;
  margin-right: auto;
}

.patient_special-container {
  border: 4px solid var(--cyan);
  background-color: #fff;
  max-width: 45vw;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
}

.patient_special-container.no-padding {
  padding: 0;
}

.h2_special {
  text-align: center;
  margin-bottom: 1.5vw;
  font-weight: 400;
}

.single-p_special {
  text-align: left;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 120%;
}

@media screen and (min-width: 1280px) {
  .containerdiv.cont4.logos_container {
    margin-top: 8.073vw;
    margin-bottom: 7.76vw;
  }

  .containerdiv.cont7 {
    justify-content: space-around;
  }

  .footer-form {
    max-width: 580px;
  }

  .btn {
    font-size: 18px;
  }

  .navlink.lin-first {
    font-size: .84vw;
  }

  .div-about-r {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-service-header {
    padding-top: 12px;
    padding-bottom: 6px;
  }

  .service-link {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .service-link:hover {
    border-left-color: var(--midnight-blue);
  }

  .service-link.w--current {
    border-left: 2px solid #8428e5;
  }

  .form-header {
    padding-top: 12px;
    padding-bottom: 6px;
  }

  .internal-form-wrapper {
    width: 100%;
    position: sticky;
    top: 30px;
    box-shadow: 0 0 12px #00000029;
  }

  .button {
    background-position: 14%;
    background-size: 1.07vw;
    justify-content: center;
    align-items: center;
    max-width: 20vw;
    min-height: 3.04vw;
    padding-top: 13px;
    font-size: .83vw;
    display: flex;
  }

  .button.secondary.submit:hover {
    transform: rotate(-1deg);
  }

  .button.clear {
    color: #8428e5;
    background-color: #fff;
    background-image: url('../images/icon-awesome-arrow-alt-circle-right.svg');
    background-position: 84%;
    max-width: 11vw;
    margin-left: -5px;
    padding-left: 0;
    padding-right: 45px;
  }

  .button.clear.btn-patient {
    font-size: 1.33vw;
  }

  .p-last.contact-page {
    margin-bottom: 35px;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 5.09vw;
    font-size: .83vw;
  }

  .nav-link.nl-right {
    margin-right: 8.09vw;
  }

  .nav-link.int-nav-link.w--current {
    border-left-color: var(--midnight-blue);
    color: var(--grey);
  }

  .nav-link.int-nav-link.int-nav-link-large {
    width: 100%;
  }

  .nav-link.nl-left {
    margin-left: 5.09vw;
  }

  .dropdown-toggle {
    padding: 0;
  }

  .dropdown-list-2.w--open {
    top: 3.3vw;
  }

  .dropdown-list-2.dl-patinets.w--open {
    min-width: 17vw;
  }

  .dropdown-toggle-2 {
    padding: 0;
  }

  .sunburst-wrapper {
    height: 190px;
    min-height: 190px;
  }

  .image-32 {
    top: 40px;
    right: 25%;
  }

  .sunburst-text {
    font-size: 7px;
  }

  .fb_icon, .ig_icon {
    width: .938vw;
    height: .938vw;
  }

  .special_number {
    font-size: 7vw;
  }

  .special_container {
    width: 78%;
  }

  .patient_special-container {
    padding: 2.083vw 3.125vw;
  }

  .single-p_special {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .containerdiv.cont3 {
    padding-top: 550px;
  }

  .containerdiv.cont4 {
    margin-top: 0;
  }

  .containerdiv.menu-template.full {
    margin-bottom: 40px;
  }

  .containerdiv.content, .containerdiv.content-full, .containerdiv.content-contact, .containerdiv.content-full {
    align-items: stretch;
  }

  .containerdiv.logo-cont {
    margin-top: 0;
  }

  .btn {
    font-size: 20px;
  }

  .btn:hover {
    color: #fff;
  }

  .div-top {
    width: 75%;
  }

  .navlink.lin-first {
    font-size: .85vw;
  }

  .left-content {
    border-style: none;
    padding: 18px;
  }

  .internal-menu {
    max-width: 90%;
  }

  .div-block-25 {
    max-width: none;
    overflow: visible;
  }

  .link-menu-internal {
    border-width: 3px;
  }

  .services-menu-wrapper {
    width: 100%;
  }

  .menu-service-header {
    background-color: var(--cyan);
    background-image: none;
  }

  .service-link:hover {
    border-left-color: var(--midnight-blue);
  }

  .h6-link {
    font-family: Palanquin, sans-serif;
    font-size: .94vw;
    line-height: 120%;
  }

  .text-field {
    border-color: var(--midnight-blue);
    font-family: Palanquin, sans-serif;
    line-height: 120%;
  }

  .text-field.textarea {
    border-color: var(--midnight-blue-2);
  }

  .form-header {
    background-color: var(--midnight-blue);
  }

  .internal-form-wrapper {
    margin-bottom: 0;
  }

  .internal-form {
    background-image: none;
    padding-bottom: 20px;
  }

  .button.secondary.submit {
    background-color: var(--cyan);
    color: var(--midnight-blue-2);
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Palanquin, sans-serif;
    font-size: 1.25vw;
    font-weight: 700;
  }

  .field-label {
    color: var(--black);
    font-size: .94vw;
  }

  .nav-link.int-nav-link.w--current {
    border-left-color: var(--midnight-blue);
    color: var(--grey);
  }

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

  .popup {
    padding-top: 80px;
  }

  .image-32 {
    width: 45px;
    top: 50px;
  }

  .special_list {
    line-height: 140%;
  }
}

@media screen and (min-width: 1920px) {
  p {
    font-size: 1vw;
  }

  .containerdiv.cont1 {
    margin-top: 100px;
  }

  .containerdiv.cont-menu {
    margin-bottom: 100px;
  }

  .containerdiv.cont2 {
    top: -180px;
  }

  .containerdiv.cont3 {
    padding-top: 550px;
  }

  .containerdiv.cont4 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .containerdiv.cont5 {
    justify-content: space-between;
    max-width: none;
    display: flex;
  }

  .containerdiv.cont6 {
    margin-bottom: 100px;
  }

  .containerdiv.cont7 {
    justify-content: space-around;
  }

  .containerdiv.cont8 {
    max-width: 1400px;
  }

  .containerdiv.cont8.location_section {
    justify-content: space-around;
    max-width: 80vw;
  }

  .containerdiv.cont10 {
    max-width: 1400px;
  }

  .containerdiv.cont12 {
    max-width: 80vw;
  }

  .containerdiv.menu-template {
    justify-content: flex-end;
    margin-bottom: 0;
  }

  .containerdiv.menu-template.full {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .containerdiv.logo-cont {
    max-width: 1400px;
    margin-top: 100px;
  }

  .btn-primary {
    background-size: 24px;
  }

  .btn-primary.schedule {
    background-position: 95%;
  }

  .btn-primary.offer-btn {
    max-width: 25vw;
  }

  .h4-services {
    color: var(--white);
  }

  .div-logo {
    z-index: 9;
  }

  .div-top {
    justify-content: space-around;
    width: 70%;
    padding-left: 40px;
  }

  .phone_icon {
    width: .885vw;
    height: .885vw;
  }

  .link-phone {
    line-height: 150%;
  }

  .link-phone:hover {
    color: var(--cyan);
  }

  .paragraph.hide {
    line-height: 150%;
  }

  .header.new-header {
    align-items: stretch;
    min-height: 60vw;
  }

  .navbar {
    justify-content: flex-end;
    display: flex;
  }

  .navlink.lin-first {
    font-size: .86vw;
  }

  .container {
    width: 100%;
    max-width: 60vw;
    margin-left: 0;
    margin-right: 0;
  }

  .div-video {
    justify-content: center;
    margin-bottom: 60px;
  }

  .h3-video {
    margin-bottom: 20px;
  }

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

  .div {
    margin-top: 0;
  }

  .div-block-11 {
    width: 48%;
    min-height: 31.25vw;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-about-r {
    opacity: 1;
    width: 50%;
    padding: 20px;
  }

  .section-new-patient {
    width: 100%;
    min-height: 550px;
  }

  .section-new-patient.invisalign {
    min-height: 600px;
  }

  .div-block-14 {
    width: 100%;
    max-width: 28vw;
  }

  .div-dr {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

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

  .div-block-17 {
    flex-direction: row;
  }

  .white-box-services {
    min-height: 4.73vw;
  }

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

  .div-block-19 {
    justify-content: space-around;
  }

  .div-block-20 {
    width: 100%;
    max-width: 650px;
  }

  .btn-primary-2 {
    background-size: 24px;
  }

  .parent-services {
    min-height: .73vw;
  }

  .blue-box-services {
    min-height: 4.73vw;
    inset: 0%;
  }

  .btn-primary-back {
    background-size: 24px;
  }

  .btn-primary-back.schedule {
    background-position: 95%;
  }

  .full-wrapper {
    justify-content: flex-end;
    display: flex;
  }

  .right-content.ty {
    justify-content: space-between;
    padding-bottom: 0;
  }

  .left-content {
    justify-content: flex-start;
  }

  .service-link {
    background-image: linear-gradient(#8185890d, #fff);
  }

  .text-field.text-ra, .text-field.select {
    min-height: 2.5vw;
  }

  .p-last.contact-page {
    margin-bottom: 77px;
  }

  .list-item {
    font-size: 1vw;
  }

  .list-item.white {
    font-size: 1.25vw;
    font-weight: 300;
  }

  .h1-template.blog_title_color {
    font-size: 80px;
  }

  .heading-16 {
    font-size: .75vw;
  }

  .footer-link {
    color: var(--cyan);
    text-decoration: none;
    transition: all .3s;
  }

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

  .footer-link.w--current {
    text-decoration: none;
  }

  .footer-link.w--current:hover {
    color: var(--grey);
  }

  .lottie-animation-2 {
    max-width: 50%;
  }

  .nav-link.int-nav-link:hover {
    border-left-color: var(--midnight-blue);
  }

  .nav-link.int-nav-link.w--current {
    border-left-color: var(--midnight-blue);
    color: var(--grey);
  }

  .services-nav-link-2.patient-service-link {
    color: var(--white);
  }

  .text-field-2 {
    line-height: 200%;
  }

  .sunburst-wrapper {
    width: 250px;
    height: 220px;
    margin-left: 180px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .team-paragraph {
    font-size: .9vw;
  }

  .popup {
    padding-top: 100px;
  }

  .popup-box {
    width: 900px;
  }

  .image-32 {
    width: 55px;
    top: 70px;
    right: 25%;
  }

  .sunbursh-price {
    margin-bottom: 2px;
    font-size: 30px;
  }

  .sunburst-text {
    font-size: 8.5px;
    line-height: 110%;
  }

  .sunburst-title {
    font-size: 13px;
  }

  .cont-invisalign-home {
    padding: 60px 100px;
  }

  .cont-invisalign {
    width: 100%;
  }

  .fixed-btn {
    background-size: 24px;
  }

  .fixed-btn.schedule {
    background-position: 95%;
  }

  .fixed-btn.offer-btn {
    max-width: 25vw;
  }

  .popup-text {
    font-size: 28px;
  }

  .p-disclaimer {
    font-size: 16px;
  }

  .banner_content {
    font-size: 1vw;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 4.125vw;
  }

  h3, h5, p {
    font-size: 2.25vw;
  }

  .containerdiv {
    max-width: 88vw;
  }

  .containerdiv.top {
    padding-top: 0;
    padding-bottom: 0;
  }

  .containerdiv.cont1 {
    flex-wrap: wrap;
    place-content: center;
    padding-bottom: 0;
  }

  .containerdiv.cont-menu {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .containerdiv.cont2 {
    flex-wrap: wrap;
    align-content: space-between;
    max-width: 95vw;
    margin-bottom: 40px;
    position: static;
    top: -60px;
  }

  .containerdiv.cont2.new-patient-special {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-top: -15vw;
  }

  .containerdiv.cont3 {
    padding-top: 40px;
  }

  .containerdiv.cont4 {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .containerdiv.cont5 {
    flex-wrap: wrap;
    place-content: space-between center;
    align-items: center;
    max-width: 95vw;
  }

  .containerdiv.cont6 {
    max-width: 90vw;
  }

  .containerdiv.cont7 {
    max-width: 95vw;
    min-height: 85vw;
    margin-bottom: 60px;
  }

  .containerdiv.cont8 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .containerdiv.cont10 {
    max-width: 95vw;
    min-height: 45vw;
    padding-bottom: 20px;
  }

  .containerdiv.cont11 {
    padding-top: 10px;
  }

  .containerdiv.cont12 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .containerdiv.menu-template {
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
  }

  .containerdiv.menu-template.full {
    background-color: var(--midnight-blue-3);
    max-width: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .containerdiv.top-template {
    max-width: 95vw;
    min-height: 45vw;
  }

  .containerdiv.content, .containerdiv.content-full, .containerdiv.content-contact, .containerdiv.content-full {
    flex-wrap: wrap;
    max-width: 95vw;
  }

  .containerdiv.logo-cont {
    margin-top: 40px;
  }

  .browser-detect {
    display: none;
  }

  .lottie-animation {
    width: 150px;
    height: 150px;
  }

  .btn-primary {
    max-width: 40vw;
    font-size: 1.94vw;
  }

  .btn-primary.small-btn {
    max-width: 25vw;
  }

  .btn-primary.offer-btn {
    max-width: 55vw;
  }

  .btn-secondary {
    max-width: 32vw;
    font-size: 1.94vw;
  }

  .btn-secondary.btn-np {
    max-width: 35vw;
  }

  .footer-form {
    width: 90%;
    max-width: none;
    margin-bottom: 50px;
  }

  .btn:hover {
    color: #fff;
  }

  .collection-item {
    width: 48%;
  }

  .h4-services, .p-home {
    font-size: 2.25vw;
  }

  .div-logo {
    max-width: 25vw;
    height: auto;
    min-height: 9vw;
  }

  .div-top {
    justify-content: space-around;
    width: 60%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .paragraph {
    font-size: 1.94vw;
  }

  .paragraph.hide {
    display: none;
  }

  .header {
    flex-direction: row;
    display: block;
  }

  .navbar {
    justify-content: flex-end;
    max-width: none;
  }

  .navlink {
    border-bottom: 1px solid var(--grey);
    color: var(--white);
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.83vw;
    display: flex;
  }

  .navlink.link-last {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navlink.lin-first {
    border-top: 1px solid var(--grey);
    border-bottom: 1px solid var(--grey);
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    font-size: 1.83vw;
    display: flex;
  }

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

  .nav-menu {
    background-color: #0000;
    background-image: linear-gradient(to bottom, #1d1c58e0, var(--black-2));
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-text {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 140px;
    margin-bottom: 20px;
  }

  .div-video {
    width: 100%;
    max-width: 100vw;
    min-height: 20vw;
    padding: 10px;
  }

  .h3-video {
    font-size: 2.15vw;
  }

  .box-btn {
    justify-content: center;
  }

  .services {
    width: 100%;
    margin-bottom: 20px;
  }

  .section-about {
    padding-bottom: 10px;
  }

  .p-white {
    margin-right: 0;
    font-size: 1.94vw;
  }

  .h3-regular {
    font-size: 2.25vw;
  }

  .div-block-11 {
    width: 100%;
    padding-left: 40px;
  }

  .div-about-r {
    order: -1;
    width: 60%;
  }

  .section-new-patient {
    min-height: 55vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-new-patient.invisalign {
    background-image: linear-gradient(#1d1c58e6, #1d1c58e6);
    flex-wrap: wrap;
  }

  .div-block-12 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .p-home-white {
    font-size: 2.25vw;
    line-height: 180%;
  }

  .div-block-14 {
    max-width: 40vw;
  }

  .section-doctor {
    padding-top: 100px;
  }

  .div-dr {
    width: 40%;
    padding: 10px;
  }

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

  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 21px;
    grid-template-rows: 6vw 6vw 6vw 6vw 6vw;
    grid-template-columns: 45vw 45vw;
    grid-auto-rows: 6vw;
    grid-auto-flow: row;
    place-content: space-between center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .white-box-services {
    max-height: 6vw;
    padding: 24px;
  }

  .section-hours {
    min-height: 120vw;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-19 {
    width: 100%;
  }

  .div-block-20 {
    order: -1;
    width: 60%;
    max-width: none;
    margin-bottom: 20px;
  }

  .h4-blue {
    font-size: 2.25vw;
  }

  .btn-primary-2 {
    max-width: 30vw;
    font-size: 1.94vw;
  }

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

  .div-block-22 {
    max-width: 50vw;
  }

  .sm {
    max-width: 15vw;
  }

  .p-home-3 {
    font-size: 2.25vw;
  }

  .link-menu {
    font-size: 1.94vw;
  }

  .icon {
    color: var(--cyan);
  }

  .heading-5 {
    font-size: 2.25vw;
  }

  .heading-6 {
    text-align: center;
    font-size: 6.2vw;
  }

  .invisalign_img {
    width: 16.323vw;
    height: 5.281vw;
  }

  .ada_logo {
    width: 11.479vw;
    height: 5.021vw;
  }

  .academy_logo {
    width: 13.458vw;
    height: 5.125vw;
  }

  .aafe_logo {
    width: 12.781vw;
    height: 4.917vw;
  }

  .parent-services {
    width: 100%;
  }

  .icon-services {
    max-width: 2.04vw;
  }

  .cont-btn-style.small-box {
    width: 45%;
  }

  .btn-primary-back {
    max-width: 40vw;
    font-size: 1.94vw;
  }

  .btn-primary-back.small-btn {
    max-width: 25vw;
  }

  .btn-secondary-back {
    max-width: 30vw;
    font-size: 1.94vw;
  }

  .btn-secondary-back.btn-np {
    max-width: 35vw;
  }

  .div-img {
    min-height: 35vw;
  }

  .h2-template {
    font-size: 3.8vw;
  }

  .image-21 {
    max-width: 95%;
    bottom: 10%;
  }

  .right-content {
    width: 100%;
    margin-bottom: 20px;
  }

  .left-content {
    width: 100%;
  }

  .left-content.full-contact {
    flex-wrap: wrap;
  }

  .h2-internal.white {
    font-size: 4vw;
  }

  .menu-service-header {
    background-position: 32%;
    background-size: 2.16vw;
  }

  .h6-link {
    font-size: 2.04vw;
  }

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

  .text-field {
    color: var(--black-2);
    font-size: 1.94vw;
  }

  .form-header {
    background-position: 32%;
    background-size: 2.16vw;
  }

  .button.secondary.submit {
    font-size: 2.33vw;
  }

  .button.clear {
    margin-left: 0;
  }

  .button.clear.btn-patient {
    background-size: 2.57vw;
    max-width: 60vw;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 2.33vw;
  }

  .field-label {
    font-size: 1.94vw;
  }

  .list-item {
    font-size: 2.25vw;
  }

  .h1-template {
    font-size: 6.5vw;
  }

  .h1-template.blog_title_color {
    font-size: 7.3vw;
  }

  .heading-14 {
    font-size: 2.25vw;
  }

  .access-logo.desktop_logo {
    margin-top: 5px;
  }

  .h4-italy {
    font-size: 1.94vw;
  }

  .heading-15 {
    font-size: 2.25vw;
  }

  .heading-16 {
    font-size: 1.5vw;
  }

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

  .link-contact {
    width: 60%;
    margin-bottom: 20px;
  }

  .link-contact.email {
    width: 60%;
    min-height: 20vw;
  }

  .heading-18, .heading-19, .heading-20 {
    font-size: 2.25vw;
  }

  .link-top-services {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .text-span {
    font-size: 3.5vw;
  }

  .lottie-animation-2 {
    max-width: none;
  }

  .nav-link.nl-right {
    color: #393939;
    border-bottom: 1px solid #f3f3f3;
    justify-content: center;
    margin-right: 0;
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 2.03vw;
    position: static;
  }

  .nav-link.nl-right.dropdown-services {
    position: relative;
  }

  .nav-link.int-nav-link {
    background-color: #fff;
    justify-content: center;
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 2vw;
    font-size: 2.03vw;
  }

  .nav-link.int-nav-link:hover {
    border-left-color: var(--midnight-blue);
  }

  .nav-link.int-nav-link.w--current {
    border-left-color: var(--midnight-blue);
    color: var(--grey);
  }

  .nav-link.int-nav-link {
    background-color: #fff;
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 2.03vw;
  }

  .nav-link.int-nav-link.int-nav-link-large {
    justify-content: center;
    font-size: 1.83vw;
  }

  .nav-link.nl-left {
    color: #393939;
    border-bottom: 1px solid #f3f3f3;
    justify-content: center;
    margin-left: 0;
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 2.03vw;
    display: none;
    position: static;
  }

  .nav-link.nl-left.dropdown-patient {
    position: relative;
    overflow: visible;
  }

  .nav-link.nl-left.dropdown-patient.mobile-view {
    display: flex;
  }

  .dropdown-toggle {
    color: var(--white);
    background-image: url('../images/chevron.svg');
    background-position: 98%;
    background-repeat: no-repeat;
    background-size: 2vw;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .services-nav-link {
    color: var(--white);
    font-size: 1.83vw;
  }

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

  .dropdown-list.w--open {
    position: absolute;
    overflow: hidden;
  }

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

  .dropdown-list-2.w--open {
    position: absolute;
    top: 6.5vw;
    overflow: hidden;
  }

  .dropdown-list-2.dl-patinets.w--open {
    width: 100%;
  }

  .dropdown-toggle-2 {
    background-image: url('../images/chevron.svg');
    background-position: 98%;
    background-repeat: no-repeat;
    background-size: 2vw;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .general_icon {
    width: 7.104vw;
    height: 6.74vw;
  }

  .cosmetic_icon {
    width: 6.74vw;
    height: 6.74vw;
  }

  .dental_icon {
    width: 5.281vw;
    height: 7.104vw;
    min-height: 90px;
  }

  .image-25 {
    width: 7.302vw;
    height: 5.49vw;
  }

  .image-27 {
    margin-bottom: 10px;
  }

  .div-block-27 {
    max-width: 50vw;
    min-height: 50vw;
  }

  .div-block-28 {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .sunburst-wrapper {
    order: 1;
    max-width: 30vw;
    min-height: 30vw;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    transform: none;
  }

  .team-paragraph {
    font-size: 2.3vw;
  }

  .welcome_img {
    width: 50vw;
    height: 50vw;
  }

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

  .popup-box {
    width: 75%;
  }

  .link-block-3 {
    width: 63vw;
    max-width: none;
  }

  .image-32 {
    width: 35px;
    right: 16%;
  }

  .subheading-hero {
    font-size: 2.3vw;
  }

  .image-fit-cont.invisalign {
    object-fit: cover;
    object-position: 50% 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-fit-cont.team_home-img {
    width: 50vw;
    height: 50vw;
    min-height: 50vw;
  }

  .cont-invisalign-home {
    width: 100%;
  }

  .cont-img-invisalign {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 35vw;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-container {
    flex-flow: wrap;
  }

  .logo-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: 47%;
    display: flex;
  }

  .h3-logo {
    margin-bottom: 20px;
  }

  .p-banner {
    text-align: center;
    font-size: 2.5vw;
  }

  .homepage-hero-cont {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 140px;
    margin-bottom: 20px;
  }

  .fixed-btn {
    max-width: 40vw;
    font-size: 1.94vw;
  }

  .fixed-btn.small-btn {
    max-width: 25vw;
  }

  .fixed-btn.offer-btn {
    max-width: 55vw;
  }

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

  .nav_logo {
    height: 9.615vw;
  }

  .logo_footer {
    width: 28.74vw;
    height: 12.615vw;
  }

  .banner_content {
    font-size: 14px;
  }

  .special_content, .special_list, .blue_text {
    font-size: 2.042vw;
  }

  .patient_special-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    max-width: 100vw;
  }

  .h2_special {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .single-p_special {
    font-size: 2.042vw;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 5.5vw;
  }

  h3, h5, p {
    font-size: 3.25vw;
  }

  .containerdiv {
    max-width: 90vw;
  }

  .containerdiv.top {
    max-width: none;
  }

  .containerdiv.cont2 {
    justify-content: space-between;
    align-items: stretch;
  }

  .containerdiv.cont4 {
    flex-wrap: wrap;
  }

  .containerdiv.cont4.logos_container {
    justify-content: space-around;
    align-items: center;
  }

  .containerdiv.cont6 {
    flex-wrap: wrap;
    place-content: space-between center;
    align-items: center;
    margin-bottom: 40px;
  }

  .containerdiv.cont7 {
    min-height: 150vw;
    margin-bottom: 40px;
    padding-top: 20px;
  }

  .containerdiv.cont11 {
    padding-bottom: 100px;
  }

  .containerdiv.top-template {
    flex-wrap: wrap;
    place-content: flex-end center;
    align-items: flex-end;
    min-height: 55vw;
  }

  .containerdiv.content, .containerdiv.content-full {
    border-radius: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .containerdiv.content-contact {
    flex-wrap: wrap;
    justify-content: center;
  }

  .containerdiv.content-full {
    border-radius: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .containerdiv.logo-cont {
    flex-wrap: wrap;
  }

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

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

  .lottie-animation {
    width: 100px;
    height: 100px;
  }

  .btn-primary {
    max-width: 60vw;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2.94vw;
  }

  .btn-primary.small-btn {
    max-width: 40vw;
  }

  .btn-primary.offer-btn {
    max-width: 83vw;
  }

  .btn-secondary {
    max-width: 60vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 2.94vw;
  }

  .btn-secondary.btn-np {
    max-width: 60vw;
    font-size: 2.94vw;
  }

  .btn-secondary.ty {
    max-width: 45vw;
  }

  .footer-form {
    width: 95%;
  }

  .btn {
    font-size: 16px;
  }

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

  .collection-item {
    width: 48%;
  }

  .h4-services, .p-home {
    font-size: 3.25vw;
  }

  .div-logo {
    max-width: 35vw;
    margin-left: 5px;
  }

  .navlink, .navlink.lin-first {
    font-size: 2.83vw;
  }

  .div-video {
    max-width: 100vw;
    min-height: 30vw;
    padding: 10px;
    display: block;
  }

  .h3-video {
    font-size: 3.15vw;
  }

  .box-btn {
    flex-wrap: wrap;
    place-content: stretch center;
    align-items: stretch;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .services {
    width: 100%;
  }

  .p-white {
    margin-bottom: 0;
    font-size: 2.94vw;
    line-height: 150%;
  }

  .h3-regular {
    font-size: 3.25vw;
  }

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

  .div-about-r {
    width: 100%;
    padding: 10px;
  }

  .section-new-patient {
    flex-wrap: wrap;
  }

  .div-block-12 {
    width: 100%;
    min-height: 50vw;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-13 {
    order: -1;
    width: 100%;
    min-height: 50vw;
  }

  .h2-white {
    font-size: 5.5vw;
  }

  .p-home-white {
    font-size: 3.25vw;
  }

  .div-block-14 {
    max-width: 80vw;
  }

  .section-doctor {
    padding-top: 60px;
  }

  .div-dr {
    width: 100%;
    min-height: 80vw;
    margin-bottom: 20px;
  }

  .div-block-16 {
    width: 100%;
    padding: 20px;
  }

  .grid {
    grid-template-rows: 12vw 12vw 12vw 12vw 12vw;
    grid-template-columns: 90%;
    grid-auto-rows: 12vw;
    justify-content: space-around;
    max-width: none;
    margin-bottom: 20px;
  }

  .white-box-services {
    max-height: 12vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .box-btn-2 {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .div-block-20 {
    width: 100%;
    padding: 10px;
  }

  .h4-blue {
    font-size: 3.25vw;
  }

  .btn-primary-2 {
    max-width: 50vw;
    font-size: 2.94vw;
  }

  .column {
    padding-left: 10px;
  }

  .section-testimonials {
    min-height: 50vw;
  }

  .div-block-22 {
    max-width: 80vw;
    margin-bottom: 40px;
  }

  .p-home-3 {
    font-size: 3.25vw;
  }

  .menu-footer {
    flex-wrap: wrap;
    max-width: 80%;
  }

  .link-menu {
    font-size: 2.94vw;
    line-height: 200%;
  }

  .heading-5 {
    font-size: 3.25vw;
  }

  .heading-6 {
    font-size: 7.2vw;
  }

  .invisalign_img {
    width: 15rem;
    max-width: 100%;
    height: 5rem;
    margin-bottom: 20px;
    display: block;
  }

  .ada_logo {
    width: 10rem;
    max-width: 40%;
    height: 5rem;
    margin-bottom: 20px;
  }

  .academy_logo {
    width: 10rem;
    max-width: 45%;
    height: 5rem;
  }

  .aafe_logo {
    width: 10rem;
    max-width: 40%;
    height: auto;
    min-height: 2rem;
  }

  .heading-7 {
    font-size: 3.25vw;
  }

  .heading-8 {
    font-size: 5.5vw;
  }

  .heading-13 {
    margin-bottom: 40px;
  }

  .icon-services {
    max-width: 2.5vw;
  }

  .cont-btn-style {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80%;
    display: block;
  }

  .cont-btn-style.small-box {
    width: 60%;
  }

  .btn-primary-back {
    max-width: 60vw;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2.94vw;
  }

  .btn-primary-back.small-btn {
    max-width: 40vw;
  }

  .btn-secondary-back {
    max-width: 60vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 2.94vw;
  }

  .btn-secondary-back.btn-np {
    max-width: 60vw;
    font-size: 2.94vw;
  }

  .div-img {
    order: -1;
    width: 60%;
    min-height: 40vw;
  }

  .div-title {
    width: 100%;
  }

  .h2-template {
    font-size: 5.8vw;
  }

  .image-21 {
    max-width: none;
    display: block;
    position: static;
    bottom: auto;
  }

  .right-content {
    width: 100%;
    margin-bottom: 20px;
  }

  .right-content.blog-template {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .right-content.center {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .left-content {
    width: 100%;
  }

  .h2-internal.white {
    font-size: 5vw;
  }

  .menu-service-header {
    background-position: 25%;
    background-size: 3.16vw;
  }

  .service-link {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .h6-link {
    font-size: 3.04vw;
  }

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

  .text-field {
    font-size: 2.94vw;
  }

  .form-header {
    background-position: 25%;
    background-size: 3.16vw;
  }

  .internal-form-wrapper, .internal-form {
    margin-bottom: 0;
  }

  .button.secondary {
    background-size: 2.57vw;
    max-width: 52vw;
    min-height: 8.04vw;
    font-size: 2.33vw;
  }

  .button.secondary.submit {
    font-size: 3.33vw;
  }

  .button.clear {
    background-size: 2.57vw;
    max-width: 28vw;
    font-size: 2.33vw;
  }

  .button.clear.btn-patient {
    background-position: 90%;
    max-width: 80vw;
    font-size: 3.33vw;
  }

  .field-label {
    font-size: 2.94vw;
  }

  .list-item {
    font-size: 3.25vw;
  }

  .h1-template.blog_title_color {
    font-size: 7.7vw;
  }

  .heading-14 {
    font-size: 3.25vw;
  }

  .paragraph-2 {
    font-size: 2.94vw;
  }

  .access-logo.desktop_logo {
    margin-top: 5px;
  }

  .h4-italy {
    font-size: 2.94vw;
  }

  .heading-15 {
    font-size: 3.25vw;
  }

  .heading-16 {
    font-size: 2.5vw;
  }

  .contact-container {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .link-contact {
    flex-wrap: wrap;
    justify-content: center;
    width: 75%;
    min-height: 30vw;
    margin-bottom: 20px;
  }

  .link-contact.email {
    width: 75%;
    min-height: 30vw;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-contact.link-last {
    margin-bottom: 0;
  }

  .heading-18, .heading-19, .heading-20 {
    font-size: 3.25vw;
  }

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

  .text-span {
    font-size: 4.5vw;
  }

  .nav-link.nl-right.dropdown-services {
    padding-right: 0;
  }

  .nav-link.int-nav-link, .nav-link.int-nav-link.int-nav-link-large {
    font-size: 2.83vw;
  }

  .nav-link.nl-left.dropdown-patient.mobile-view {
    padding-right: 0;
  }

  .dropdown-toggle {
    background-image: url('../images/chevron.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 2vw;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .services-nav-link {
    font-size: 2.83vw;
  }

  .dropdown-list.w--open {
    width: 100%;
    left: 0;
  }

  .dropdown-list-2.w--open {
    width: 100%;
    top: 7.6vw;
    left: 0;
  }

  .dropdown-toggle-2 {
    background-image: url('../images/chevron.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 2vw;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .general_icon {
    width: 9.104vw;
    height: 8.74vw;
  }

  .cosmetic_icon {
    width: 9.74vw;
    height: 9.74vw;
  }

  .dental_icon {
    width: 7.281vw;
    height: 9.104vw;
  }

  .image-25 {
    width: 9.302vw;
    height: 7.49vw;
  }

  .image-27 {
    float: none;
  }

  .div-block-27 {
    max-width: none;
    min-height: auto;
  }

  .team-paragraph {
    font-size: 3.3vw;
  }

  .welcome_img {
    width: 90vw;
    height: 70vw;
  }

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

  .popup-box {
    width: 90%;
    padding: 20px;
  }

  .logo-img {
    max-width: 45%;
  }

  .link-block-3 {
    width: 78vw;
  }

  .image-32 {
    width: 32px;
    top: 40px;
    right: 8%;
  }

  .subheading-hero {
    font-size: 3.3vw;
  }

  .image-fit-cont.team_home-img {
    width: 90vw;
    height: 70vw;
    min-height: auto;
  }

  .youtube {
    display: block;
  }

  .div-block-13-copy {
    order: -1;
    width: 100%;
    min-height: 50vw;
  }

  .cont-invisalign-home {
    width: 100%;
    min-height: 50vw;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cont-invisalign {
    max-width: 80vw;
  }

  .cont-img-invisalign {
    order: -1;
    width: 100%;
    height: 50vw;
    min-height: 50vw;
  }

  .img-logo.lending-logo {
    margin-bottom: 10px;
  }

  .p-banner {
    font-size: 3.5vw;
  }

  .fixed-btn {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    max-width: 230px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .fixed-btn:hover {
    color: var(--midnight-blue);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .fixed-btn.small-btn {
    max-width: 40vw;
  }

  .fixed-btn.offer-btn {
    max-width: 83vw;
  }

  .popup-text {
    font-size: 18px;
  }

  .nav_logo {
    height: 15.615vw;
  }

  .special_content, .special_list {
    font-size: 3.042vw;
  }

  .special_container {
    width: 75%;
  }

  .patient_special-container {
    width: 90%;
    max-width: none;
  }

  .single-p_special {
    font-size: 3.042vw;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 7vw;
  }

  h3, p {
    font-size: 4.25vw;
  }

  .containerdiv.top {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .containerdiv.cont-menu {
    max-width: none;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .containerdiv.cont2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 90vw;
  }

  .containerdiv.cont2.new-patient-special {
    margin-top: 0;
  }

  .containerdiv.cont3 {
    margin-bottom: 40px;
  }

  .containerdiv.cont4 {
    flex-wrap: wrap;
  }

  .containerdiv.cont6 {
    margin-bottom: 40px;
  }

  .containerdiv.cont7 {
    padding-top: 0;
  }

  .containerdiv.menu-template {
    background-color: var(--midnight-blue-3);
    max-width: none;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .containerdiv.top-template {
    max-width: none;
    min-height: 80vw;
  }

  .containerdiv.content, .containerdiv.content-full {
    padding: 0;
  }

  .containerdiv.content-contact {
    align-items: flex-start;
    padding: 0;
  }

  .containerdiv.content-full {
    padding: 0;
  }

  .containerdiv.logo-cont {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

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

  .lottie-animation {
    width: auto;
    height: auto;
  }

  .btn-primary {
    justify-content: center;
    max-width: none;
    font-size: 3.94vw;
  }

  .btn-primary.small-btn {
    max-width: none;
  }

  .btn-secondary, .btn-secondary.btn-np {
    max-width: none;
    font-size: 3.94vw;
  }

  .btn-secondary.ty {
    max-width: 65vw;
  }

  .btn {
    font-size: 14px;
  }

  .collection-list {
    justify-content: center;
    align-items: center;
  }

  .collection-item {
    width: 100%;
  }

  .h4-services {
    font-size: 5vw;
  }

  .p-home {
    font-size: 4.25vw;
  }

  .div-logo {
    max-width: 50vw;
    margin-bottom: 0;
    margin-left: 0;
    position: static;
  }

  .div-top {
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
  }

  .navbar {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navlink {
    font-size: 3.83vw;
  }

  .navlink.lin-first {
    padding-right: 20px;
    font-size: 3.83vw;
  }

  .container {
    max-width: none;
  }

  .nav-menu {
    padding-top: 10px;
  }

  .div-video {
    max-width: 100vw;
  }

  .h3-video {
    font-size: 4.15vw;
  }

  .box-btn {
    max-width: 90%;
  }

  .services {
    width: 90%;
    min-height: 25vw;
  }

  .services.hover {
    width: 100%;
    margin-bottom: 10px;
  }

  .p-white {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    font-size: 3.94vw;
  }

  .h3-regular {
    font-size: 4.25vw;
  }

  .div-block-11 {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-about-r {
    width: 100%;
  }

  .div-block-13 {
    min-height: 70vw;
  }

  .h2-white {
    font-size: 7vw;
  }

  .p-home-white {
    font-size: 4.25vw;
  }

  .section-doctor {
    padding-top: 60px;
  }

  .div-dr {
    width: 100%;
    min-height: 90vw;
  }

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

  .grid {
    grid-row-gap: 15px;
    grid-template-rows: 20vw 20vw 20vw 20vw 20vw;
    grid-template-columns: 90%;
    grid-auto-rows: 20vw;
    max-width: none;
  }

  .white-box-services {
    max-height: 20vw;
  }

  .box-btn-2 {
    max-width: 90%;
  }

  .section-hours {
    padding-bottom: 40px;
  }

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

  .h4-blue {
    font-size: 4.25vw;
  }

  .btn-primary-2 {
    max-width: none;
    font-size: 3.94vw;
  }

  .section-testimonials {
    min-height: 75vw;
  }

  .sm {
    max-width: 25vw;
  }

  .p-home-3 {
    font-size: 4.25vw;
  }

  .link-menu {
    font-size: 3.94vw;
  }

  .heading-5 {
    font-size: 4.25vw;
  }

  .heading-6 {
    font-size: 10vw;
  }

  .invisalign_img {
    max-width: 45%;
    margin-bottom: 20px;
  }

  .ada_logo {
    width: 100%;
    max-width: 45%;
    margin-bottom: 20px;
  }

  .academy_logo, .aafe_logo {
    max-width: 45%;
  }

  .heading-9 {
    font-size: 4.25vw;
  }

  .heading-10 {
    font-size: 7vw;
  }

  .heading-11 {
    font-size: 4.25vw;
  }

  .heading-12 {
    font-size: 7vw;
  }

  .icon-services {
    max-width: 3vw;
  }

  .cont-btn-style {
    justify-content: flex-end;
    width: 100%;
    display: block;
  }

  .cont-btn-style.small-box {
    width: 100%;
  }

  .btn-primary-back {
    max-width: 95%;
    font-size: 3.94vw;
  }

  .btn-primary-back.small-btn {
    max-width: none;
  }

  .btn-secondary-back, .btn-secondary-back.btn-np {
    max-width: none;
    font-size: 3.94vw;
  }

  .section {
    flex-direction: column;
    display: flex;
  }

  .div-img {
    width: 100%;
  }

  .h2-template {
    font-size: 8vw;
  }

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

  .div-full {
    flex-direction: column;
    justify-content: space-between;
    display: block;
    position: relative;
  }

  .right-content {
    border-style: none;
    padding: 15px;
  }

  .right-content.blog-template {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-content.full-div {
    max-width: none;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .left-content {
    border-radius: 16px;
    overflow: visible;
  }

  .h2-internal.white {
    font-size: 7vw;
  }

  .menu-service-header {
    background-position: 5%;
    background-size: 5.07vw;
  }

  .h6-link {
    font-size: 5.04vw;
  }

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

  .h3-internal.h3-center {
    text-align: center;
  }

  .text-field {
    font-size: 4vw;
  }

  .form-header {
    background-position: 5%;
    background-size: 5.07vw;
  }

  .internal-form-wrapper {
    margin-bottom: 0;
    overflow: visible;
  }

  .internal-form {
    margin-bottom: 0;
  }

  .button.secondary {
    background-position: 8%;
    background-size: 4.57vw;
    max-width: 92vw;
    min-height: 14.04vw;
    font-size: 4.33vw;
  }

  .button.secondary.submit {
    font-size: 5.33vw;
  }

  .button.clear {
    background-size: 4.57vw;
    max-width: 58vw;
    font-size: 4.33vw;
  }

  .button.clear.btn-patient {
    background-position: 80%;
    background-size: 4.57vw;
    justify-content: flex-start;
    max-width: none;
    padding-left: 10px;
    font-size: 4.73vw;
  }

  .field-label {
    font-size: 5vw;
    font-weight: 400;
  }

  .list-item {
    font-size: 4.25vw;
  }

  .h1-template {
    font-size: 12vw;
  }

  .h1-template.blog_title_color {
    font-size: 8.4vw;
  }

  .heading-14 {
    font-size: 5vw;
  }

  .body {
    background-color: #0000;
  }

  .paragraph-3 {
    font-size: 3.94vw;
  }

  .access-logo {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .access-logo.mobile_img {
    display: block;
  }

  .access-logo.mobile_img.w--current {
    align-self: center;
    margin-left: 20px;
    margin-right: auto;
    display: block;
  }

  .access-logo.desktop_logo, .access-logo.desktop_logo.w--current {
    display: none;
  }

  .h4-italy {
    font-size: 3.94vw;
  }

  .heading-15 {
    font-size: 4.25vw;
  }

  .heading-16 {
    font-size: 3.5vw;
  }

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

  .link-contact {
    width: 80%;
    min-height: 50vw;
    margin-bottom: 20px;
  }

  .link-contact.email {
    width: 80%;
    min-height: 50vw;
  }

  .link-contact.link-last {
    min-height: 50vw;
    margin-bottom: 0;
  }

  .heading-18 {
    font-size: 4.25vw;
  }

  .text-span {
    font-size: 6vw;
  }

  .nav-link.nl-right {
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 4.03vw;
  }

  .nav-link.nl-right.dropdown-services {
    padding-right: 0;
  }

  .nav-link.int-nav-link {
    width: 100%;
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 4.03vw;
  }

  .nav-link.int-nav-link.int-nav-link-large {
    font-size: 3.83vw;
  }

  .nav-link.nl-left {
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 4.03vw;
  }

  .nav-link.nl-left.dropdown-patient.mobile-view {
    padding-right: 0;
  }

  .dropdown-toggle {
    background-image: url('../images/chevron.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 3vw;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .services-nav-link {
    font-size: 3.83vw;
  }

  .dropdown-list.w--open {
    max-height: 350px;
    overflow: scroll;
  }

  .menu-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-list-2.w--open {
    max-height: 350px;
    top: 12.4vw;
    overflow: scroll;
  }

  .dropdown-toggle-2 {
    background-image: url('../images/chevron.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 3vw;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .general_icon {
    width: 15.104vw;
    height: 14.74vw;
  }

  .cosmetic_icon {
    width: 15.74vw;
    height: 15.74vw;
  }

  .dental_icon {
    width: 13.281vw;
    height: 15.104vw;
  }

  .image-25 {
    width: 15.302vw;
    height: 13.49vw;
  }

  .image-27 {
    float: none;
  }

  .lable-wraper {
    width: 100%;
  }

  .h3-hide, .heading-21, .heading-22 {
    display: block;
  }

  .div-block-28 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .sunburst-wrapper {
    max-width: 70vw;
    min-height: 60vw;
  }

  .team-paragraph {
    font-size: 4.3vw;
  }

  .services-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .popup-box {
    width: 95%;
    padding: 12px;
  }

  .close {
    width: 25px;
    height: 25px;
  }

  .logo-img {
    max-width: 100%;
  }

  .image-32 {
    width: 26px;
    top: 44px;
    right: 7%;
  }

  .subheading-hero {
    font-size: 4.3vw;
  }

  .div-block-13-copy {
    min-height: 70vw;
  }

  .cont-invisalign-home {
    padding: 40px 0;
  }

  .cont-invisalign {
    max-width: 88vw;
  }

  .cont-img-invisalign {
    min-height: 70vw;
  }

  .logo-wrapper {
    max-width: 100%;
    margin-bottom: 1.125rem;
  }

  .h3-logo.h3_heading-logos {
    margin-bottom: 40px;
  }

  .p-banner {
    font-size: 4.5vw;
  }

  .homepage-hero-cont {
    padding-top: 70px;
  }

  .fixed-btn {
    justify-content: center;
    max-width: 220px;
    display: none;
    inset: auto 0% 1% .5%;
  }

  .fixed-btn.small-btn {
    max-width: none;
  }

  .nav_logo {
    height: 20.615vw;
  }

  .logo_footer {
    width: 50vw;
    height: 24vw;
  }

  .special_number {
    font-size: 2.5rem;
  }

  .flex_block {
    justify-content: space-around;
    margin-top: 20px;
  }

  .special_content {
    text-align: center;
    width: 100%;
    font-size: 1rem;
  }

  .special_list {
    font-size: 1rem;
  }

  .special_container {
    width: 100%;
  }

  .patient_special-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .single-p_special {
    font-size: 4.042vw;
  }
}

#w-node-caf57914-e9c1-cf61-4df4-e6ecc4474e73-b3b77f5a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b554f7b7-ca05-f4c3-8fb4-95bb471b3f1f-db2c3557 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-b554f7b7-ca05-f4c3-8fb4-95bb471b3f20-db2c3557, #w-node-b554f7b7-ca05-f4c3-8fb4-95bb471b3f21-db2c3557, #w-node-_756c018c-3916-d327-3774-0ddfe37ae194-db2c3557, #w-node-_88b14bea-0d47-6e1d-1486-091c4b58ab67-db2c3557, #w-node-d6d63128-07d1-f093-1996-7fb8460c3006-db2c3557, #w-node-_84988e13-5b29-126e-f1ea-759c3ca1fab6-db2c3557, #w-node-_0012e2a0-5104-05a9-f7f0-5b5578f54ebe-db2c3557, #w-node-_384f9cff-30c3-2622-c38c-3b4ebc6cb013-db2c3557, #w-node-_4376b166-229a-e6c4-8f61-45e20378698f-db2c3557, #w-node-b2576467-ed00-4de2-9526-f23603ae4625-db2c3557, #w-node-_81f4cd96-12fa-cb32-7487-45ef363869cf-db2c3557, #w-node-f72c3439-afe9-7001-8b47-25ed6f237478-db2c3557 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e925afe5-3044-3cd1-2664-48e0ff4ac8e4-db2c3557 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-e925afe5-3044-3cd1-2664-48e0ff4ac8e5-db2c3557, #w-node-e925afe5-3044-3cd1-2664-48e0ff4ac8e8-db2c3557, #w-node-e925afe5-3044-3cd1-2664-48e0ff4ac8eb-db2c3557, #w-node-e925afe5-3044-3cd1-2664-48e0ff4ac8ee-db2c3557, #w-node-e925afe5-3044-3cd1-2664-48e0ff4ac8f1-db2c3557, #w-node-e925afe5-3044-3cd1-2664-48e0ff4ac8f4-db2c3557, #w-node-e925afe5-3044-3cd1-2664-48e0ff4ac8f7-db2c3557, #w-node-e925afe5-3044-3cd1-2664-48e0ff4ac8fa-db2c3557, #w-node-e925afe5-3044-3cd1-2664-48e0ff4ac8fd-db2c3557, #w-node-e925afe5-3044-3cd1-2664-48e0ff4ac900-db2c3557, #w-node-e925afe5-3044-3cd1-2664-48e0ff4ac903-db2c3557, #w-node-e925afe5-3044-3cd1-2664-48e0ff4ac906-db2c3557 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28d42807-1f8e-bfe4-cd47-2d9cfba9a3b2-db2c3557 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_28d42807-1f8e-bfe4-cd47-2d9cfba9a3b3-db2c3557, #w-node-_28d42807-1f8e-bfe4-cd47-2d9cfba9a3b6-db2c3557, #w-node-_28d42807-1f8e-bfe4-cd47-2d9cfba9a3b9-db2c3557, #w-node-_28d42807-1f8e-bfe4-cd47-2d9cfba9a3bc-db2c3557, #w-node-_28d42807-1f8e-bfe4-cd47-2d9cfba9a3bf-db2c3557, #w-node-_28d42807-1f8e-bfe4-cd47-2d9cfba9a3c2-db2c3557, #w-node-_28d42807-1f8e-bfe4-cd47-2d9cfba9a3c5-db2c3557, #w-node-_28d42807-1f8e-bfe4-cd47-2d9cfba9a3c8-db2c3557, #w-node-_28d42807-1f8e-bfe4-cd47-2d9cfba9a3cb-db2c3557, #w-node-_28d42807-1f8e-bfe4-cd47-2d9cfba9a3ce-db2c3557, #w-node-_28d42807-1f8e-bfe4-cd47-2d9cfba9a3d1-db2c3557, #w-node-_28d42807-1f8e-bfe4-cd47-2d9cfba9a3d4-db2c3557 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a7f5480-1883-9ef5-3da4-56f8ba938980-db2c3557 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_4a7f5480-1883-9ef5-3da4-56f8ba938981-db2c3557, #w-node-_4a7f5480-1883-9ef5-3da4-56f8ba938984-db2c3557, #w-node-_4a7f5480-1883-9ef5-3da4-56f8ba938987-db2c3557, #w-node-_4a7f5480-1883-9ef5-3da4-56f8ba93898a-db2c3557 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}