@font-face {
  font-family: Fontawesome webfont;
  src: url('../fonts/fontawesome-webfont.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --dark-slate-grey-2: #03626c;
  --dark-turquoise: #60e4f1;
  --dark-cyan-2: darkcyan;
  --chocolate-2: #dc6117;
  --sky-blue: #87c9d3;
  --white: white;
  --chocolate: #c55b1b;
  --dark-cyan: #3d8995;
  --dark-turquoise-2: #57cfdb;
  --dark-slate-grey-3: #23565e;
  --black: black;
  --dark-gray: #555;
  --grey: #888;
  --light-grey: #ccc;
  --white-smoke: #f1f1f1;
  --dark-slate-grey: #2c666f;
  --sienna: #ab4b11;
}

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

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

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

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

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

h2 {
  color: var(--dark-slate-grey-2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

h3 {
  color: var(--dark-slate-grey-2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--dark-slate-grey-2);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
}

p {
  color: #666;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

li {
  margin-bottom: 6px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.navbar {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 0;
  display: block;
  box-shadow: 6px 6px 22px -3px #8888884d;
}

.hero {
  background-image: url('../images/placeholder_hero.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 700px;
  display: flex;
}

.div-block {
  margin-left: 0;
}

.nav-link {
  color: #fff;
  text-align: center;
  background-color: #0000;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 18px;
  transition: color .2s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--dark-turquoise);
}

.nav-link.intlink {
  float: left;
  text-transform: capitalize;
  border-bottom: 1px solid #fff;
  width: 50%;
}

.nav-link.intlink.normallink {
  float: none;
  color: #888;
  border-bottom: 1px solid #fff;
  width: auto;
}

.nav-link.intlink.normallink:hover {
  color: #555;
}

.nav-link.intlink.rightline {
  border-right: 1px solid #fff;
}

.nav-link.left0 {
  padding-left: 0;
}

.nav-link.left0.w--current {
  margin-left: 0;
}

.nav-link.right0 {
  margin-right: 0;
  padding-right: 0;
}

.nav-link.dropdown {
  color: #555;
}

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

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

.container.navigation {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.container.brand {
  margin-left: auto;
  margin-right: auto;
}

.image {
  float: none;
  clear: none;
  transition: opacity .3s;
}

.image:hover {
  opacity: .5;
}

.nav-box {
  text-align: center;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.icon {
  margin-bottom: 18px;
  font-size: 16px;
}

.slider-headline {
  color: var(--dark-slate-grey-2);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 51px;
  font-weight: 600;
  line-height: 50px;
}

.slider-headline.h2 {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 35px;
  line-height: 40px;
}

.slider-headline.h2.faq-question-h2 {
  margin-top: 0;
}

.slider-headline.h2.hours {
  margin-top: 16px;
}

.slider-headline.align {
  text-align: center;
}

.larger-paragraph {
  color: #555;
  text-shadow: none;
  flex: 0 auto;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  position: static;
}

.larger-paragraph.topmar {
  margin-top: 20px;
  margin-bottom: 20px;
}

.larger-paragraph.topmar.nobotmar {
  margin-bottom: 0;
}

.larger-paragraph.toppad {
  padding-top: 11px;
}

.larger-paragraph.redtext {
  color: red;
}

.larger-paragraph.bottom45 {
  margin-bottom: 45px;
}

.link {
  font-size: 18px;
}

.link.button {
  background-color: var(--chocolate-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
  border-radius: 5px;
  padding: 15px 35px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  transition: background-color .25s;
}

.link.button.dark {
  background-color: #0d4664;
}

.link.button.dark:hover {
  background-color: #c1cc64;
}

.link.button.hollow {
  background-color: #0000;
  border: 3px solid #fff;
  border-radius: 10px;
  padding: 12px 32px;
}

.link.button.hollow:hover {
  border-color: var(--sky-blue);
  background-color: var(--sky-blue);
}

.link.button.nomar {
  margin: 0;
}

.link.button.service-btn {
  color: var(--white);
  text-align: center;
  max-width: 200px;
  margin: 0 auto 5px;
  display: block;
}

.link.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
  background-color: #57cfdb;
  border-radius: 5px;
  padding: 15px 35px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  transition: background-color .25s;
}

.link.button:hover {
  background-color: #60e4f1;
}

.link.button.newcta {
  text-align: center;
  background-image: url('../images/cloud-download.svg');
  background-position: 23px;
  background-repeat: no-repeat;
  background-size: 30px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 67px;
  display: block;
}

.row {
  background-color: #0000;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.row.branding {
  box-shadow: none;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Philosopher, sans-serif;
  font-weight: 700;
}

.column {
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.heading {
  text-align: right;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fontawesome webfont, sans-serif;
  font-size: 32px;
}

.heading.social {
  text-align: right;
  flex: none;
  line-height: 32px;
}

.column-2 {
  align-items: center;
  padding-left: 0;
  display: flex;
}

.social-icons {
  color: var(--chocolate-2);
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 32px;
  text-decoration: none;
  transition: color .25s;
}

.social-icons:hover {
  color: var(--chocolate);
}

.social-icons.no-10 {
  margin-right: 0;
}

.heading-2 {
  color: #c1cc64;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.number {
  color: var(--chocolate-2);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  transition: color .25s;
}

.number:hover {
  color: var(--chocolate);
}

.dropdown-list.w--open {
  opacity: 1;
  background-color: #fff;
  border-bottom: 8px solid #c1cc64;
  width: auto;
  margin-left: 0;
}

.dropdown-list.normal.w--open {
  border-bottom-color: var(--chocolate-2);
  background-image: linear-gradient(#f1f1f1, #f1f1f1);
  min-width: auto;
  margin-left: 0;
}

.dropdown-list.openddmenu.w--open {
  background-image: linear-gradient(#f1f1f1, #f1f1f1);
  width: 550px;
  margin-left: -187px;
}

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

.h1 {
  color: var(--dark-slate-grey-2);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 46px;
}

.h1.white {
  color: #fff;
}

.h1.white.center-align {
  text-align: center;
}

.h1.center {
  color: var(--dark-slate-grey-2);
  text-align: center;
}

.line {
  text-align: left;
  background-color: #c76c35;
  width: 250px;
  height: 5px;
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.line.left {
  clear: none;
  background-color: var(--chocolate);
  color: #fff;
  text-align: left;
  width: 175px;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.line.left.white-line, .line.teal-line, .line.teal {
  background-color: var(--sky-blue);
}

.line.left {
  clear: none;
  color: #fff;
  text-align: left;
  background-color: #c55b1b;
  width: 175px;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

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

.line.thank-you {
  margin-left: auto;
}

.paragraph {
  color: #555;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.paragraph.white {
  color: #fff;
}

.paragraph.white.center {
  padding-left: 30px;
  padding-right: 30px;
}

.paragraph.white.center.bottom45.newbold {
  font-size: 24px;
  line-height: 30px;
}

.paragraph.list {
  column-count: 2;
  margin-top: 15px;
}

.paragraph.little {
  color: #fff;
  text-align: center;
}

.paragraph.center {
  text-align: center;
}

.paragraph.bottom45 {
  width: 100%;
  margin-bottom: 45px;
  line-height: 28px;
}

.paragraph.bottom15 {
  margin-bottom: 15px;
}

.col2 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 6px 6px 22px -3px #8888884d;
}

.col2.service {
  background-image: url('../images/placeholder3.jpg');
}

.hero-text {
  width: 1080px;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.col1 {
  background-color: #ffffffd9;
  padding: 30px;
}

.col3 {
  padding-left: 50px;
  padding-right: 50px;
}

.h3 {
  color: var(--dark-cyan);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.h3.white {
  color: #fff;
  text-align: center;
  font-size: 32px;
}

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

.h3.center.smallsize {
  font-size: 26px;
}

.h3.center.smallsize.left {
  text-align: left;
}

.h3.sizeadjust {
  font-size: 30px;
}

.h3.orange-center {
  color: #c76c35;
  text-align: center;
}

.row-2 {
  align-items: center;
  display: flex;
}

.row-2.bottom75 {
  margin-bottom: 75px;
}

.titles {
  margin-bottom: 15px;
}

.titles.bottom60 {
  margin-bottom: 60px;
}

.col4 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.col5 {
  border-bottom: 5px #c1cc64;
}

.list-item {
  color: #c1cc64;
  column-count: 1;
  margin-bottom: 5px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  list-style-type: none;
}

.list-item:hover {
  color: #c1cc64bf;
}

.list {
  color: #0098bc;
  column-count: 2;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  list-style-type: square;
}

.section {
  background-color: #0d4664;
}

.benefit-icon {
  color: #ccc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Fontawesome webfont, sans-serif;
  font-size: 56px;
  line-height: 56px;
}

.benefit-row {
  background-image: linear-gradient(#fff, #fff);
}

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

.finance-section {
  background-color: #c76c35;
  background-image: linear-gradient(135deg, var(--dark-cyan), #23565e);
  padding-top: 45px;
  padding-bottom: 45px;
}

.container-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.map {
  margin-top: 0;
}

.section-2 {
  background-color: #fff;
  padding-bottom: 15px;
}

.container-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-nav-item {
  color: var(--dark-slate-grey-2);
  letter-spacing: 1px;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: color .25s;
}

.footer-nav-item:hover {
  color: var(--sky-blue);
}

.footer-nav-item.w--current {
  color: #0098bc;
}

.footer-nav-item.topline {
  color: var(--dark-turquoise);
}

.footer-nav {
  margin-top: 0;
  margin-bottom: 0;
}

.footer-social {
  margin-bottom: 0;
  font-family: Fontawesome webfont, sans-serif;
  font-size: 32px;
}

.footer-social.top10 {
  margin-top: 10px;
  line-height: 32px;
}

.small-par {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.link-2 {
  color: var(--dark-turquoise-2);
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.link-2:hover {
  color: var(--dark-turquoise);
}

.contact {
  font-size: 28px;
  text-decoration: none;
}

.bold-text {
  font-size: 24px;
  text-decoration: none;
}

.text-block {
  color: #888;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Philosopher, sans-serif;
  font-size: 19px;
  text-decoration: none;
}

.bold-text-2 {
  color: var(--chocolate-2);
  font-family: Fontawesome webfont, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.contact-info {
  justify-content: space-around;
  margin-top: 5px;
  margin-bottom: 30px;
  display: flex;
}

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

.credits {
  background-color: var(--dark-slate-grey-2);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.html-embed {
  box-shadow: 6px 6px 22px -3px #5555554d;
}

.header-section {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

._1000max {
  align-items: center;
  width: auto;
  max-width: 1000px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.right-box {
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33.33%;
  height: 100%;
  transition: color .25s;
  display: flex;
}

.brand-box {
  float: left;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 100%;
  display: flex;
}

.left-box {
  float: left;
  justify-content: flex-end;
  align-items: center;
  width: 33.33%;
  height: 100%;
  display: flex;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 200px;
  display: flex;
}

.nav-section {
  background-image: linear-gradient(to bottom, var(--dark-slate-grey-2), var(--dark-slate-grey-2));
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0 15px;
  display: flex;
}

.div-block-7 {
  width: 1140px;
  display: block;
}

.navbar-2 {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.link-4 {
  color: #888;
  text-decoration: none;
}

.link-4:hover {
  color: var(--sky-blue);
}

.footer-link {
  color: #888;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color .25s;
}

.footer-link:hover {
  color: #555;
}

.link-6 {
  color: #888;
  text-decoration: none;
}

.link-6:hover {
  color: #c1cc64;
}

.footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px 15px;
  display: flex;
}

.div-block-8 {
  clear: both;
  justify-content: center;
  align-items: center;
  height: 25%;
  display: flex;
}

.div-block-8.layoutmodify {
  margin-bottom: 15px;
  display: block;
}

.div-block-8.bottom30 {
  margin-bottom: 30px;
}

.div-block-9 {
  float: left;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  height: 100%;
  display: flex;
}

.div-block-10 {
  float: left;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.div-block-11 {
  float: left;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 100%;
  display: flex;
}

.contentcontainer {
  min-height: 200px;
}

.internalbannercontainer {
  background-image: url('../images/white-waves.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: 400px, 125px;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  display: flex;
}

.internalbannercontainer.intbanner1 {
  background-image: url('../images/main-banner-img-02.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  min-height: 300px;
}

.internalbannercontainer.int-banner2 {
  background-image: url('../images/servicebanner.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50% 58%, 0 0;
  background-size: cover, auto;
  min-height: 300px;
}

.internalbannercontainer.int-banner2.blog-banner {
  background-image: url('../images/blog-banner.jpg'), linear-gradient(#0000, #0000);
}

.internalbannercontainer.int-banner3 {
  background-image: url('../images/thumbsup.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.internalbannercontainer.int-banner4 {
  background-image: url('../images/int-banner4.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50% 66%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.internalbannercontainer.int-banner5 {
  background-image: linear-gradient(#0000, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.internalbannercontainer.int-banner-contact-us {
  background-image: url('../images/main-banner-img-06.jpg'), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  display: flex;
}

.internalbannercontainer.int-banner-choose-us {
  background-image: url('../images/main-banner-img-01.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  min-height: 300px;
}

.internalbannercontainer.int-banner-financing {
  background-image: url('../images/main-banner-img-04.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50% 46%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  min-height: 300px;
}

.internalbannercontainer.int-banner-dental-implants {
  background-image: url('../images/main-banner-img-03.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50% 46%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  min-height: 300px;
}

.internalbannercontainer.intbanner-faq {
  background-image: url('../images/main-banner-img-05.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  min-height: 300px;
}

.content {
  text-shadow: 0 1px #fff;
  border-bottom: 1px solid #f1f1f1;
  min-height: 300px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.content.contentadjust {
  border-top: 1px solid #f1f1f1;
  padding-top: 45px;
}

.centercontent {
  max-width: 1200px;
  height: 100%;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.leftcolumn {
  float: left;
  width: 70%;
  height: 100%;
  min-height: 300px;
  padding: 0 30px 20px 0;
  font-family: Raleway, sans-serif;
}

.leftcolumn.notoppad {
  padding-top: 0;
}

.rightcolumn {
  float: left;
  width: 30%;
  height: 100%;
  min-height: 300px;
  padding: 0 10px;
  font-family: Raleway, sans-serif;
}

.unordered-list {
  color: #c1cc64;
  margin-top: 0;
  margin-bottom: 20px;
}

.image-2 {
  float: right;
  border: 1px solid #f1f1f1;
  max-width: 350px;
  margin: 0 0 30px 30px;
  padding: 8px;
  box-shadow: 0 0 6px #00000014;
}

.bottomrfq {
  background-color: var(--dark-turquoise-2);
  color: #fff;
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-top: 25px;
  margin-bottom: 0;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.bottomrfq:hover {
  background-color: var(--dark-turquoise);
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.link-7 {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  text-decoration: none;
}

.subbanner {
  background-image: linear-gradient(#f1f1f1, #f1f1f1);
  height: 250px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.subbanner.sub1 {
  background-image: url('../images/beachpier.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border: 8px solid #fff;
  height: 300px;
  box-shadow: 0 0 6px #00000021;
}

.subbanner.sub1.notopmar {
  background-image: linear-gradient(#f1f1f1, #f1f1f1);
  margin-top: 25px;
}

.subbanner.sub1.notopmar.subban1 {
  background-image: url('../images/denture-repairs.jpg'), linear-gradient(#f1f1f1, #f1f1f1), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0, 0 0;
  background-size: cover, auto, auto;
}

.subbanner.sub1.notopmar.subban2 {
  background-image: url('../images/dentures.jpg'), linear-gradient(#f1f1f1, #f1f1f1), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0, 0 0;
  background-size: cover, auto, auto;
}

.subbanner.sub1.notopmar.subban3 {
  background-image: url('../images/gumdisease.jpg'), linear-gradient(#f1f1f1, #f1f1f1), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0, 0 0;
  background-size: cover, auto, auto;
}

.subbanner.sub1.notopmar.subban4 {
  background-image: url('../images/teethwhitening.png'), linear-gradient(#f1f1f1, #f1f1f1), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0, 0 0;
  background-size: cover, auto, auto;
}

.subbanner.sub1.notopmar.subban5 {
  background-image: url('../images/restorative-work.jpg'), linear-gradient(#f1f1f1, #f1f1f1), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0, 0 0;
  background-size: cover, auto, auto;
}

.subbanner.sub1.notopmar.subban6 {
  background-image: url('../images/bridge.jpg'), linear-gradient(#f1f1f1, #f1f1f1), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0, 0 0;
  background-size: cover, auto, auto;
}

.subbanner.sub1.notopmar.subban7 {
  background-image: url('../images/prevention.jpg'), linear-gradient(#f1f1f1, #f1f1f1), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0, 0 0;
  background-size: cover, auto, auto;
}

.subbanner.sub1.notopmar.subban8 {
  background-image: url('../images/crowns.jpg'), linear-gradient(#f1f1f1, #f1f1f1), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0, 0 0;
  background-size: cover, auto, auto;
}

.subbanner.sub1.notopmar.subban9 {
  background-image: url('../images/implants.jpg'), linear-gradient(#f1f1f1, #f1f1f1), linear-gradient(#0000, #0000);
  background-position: 50% 24%, 0 0, 0 0;
  background-size: cover, auto, auto;
}

.subbanner.sub1.notopmar.subban10 {
  background-image: url('../images/cosmetic-dentistry.jpg'), linear-gradient(#f1f1f1, #f1f1f1), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0, 0 0;
  background-size: cover, auto, auto;
}

.subbanner.sub1.notopmar.subban11 {
  background-image: url('../images/exam.jpg'), linear-gradient(#f1f1f1, #f1f1f1), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0, 0 0;
  background-size: cover, auto, auto;
}

.subbanner.sub1.notopmar.subban12 {
  background-image: url('../images/fluoride.jpg'), linear-gradient(#f1f1f1, #f1f1f1), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0, 0 0;
  background-size: cover, auto, auto;
}

.subbanner.sub1.notopmar.subban13 {
  background-image: url('../images/dental-cleaning.jpg'), linear-gradient(#f1f1f1, #f1f1f1), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0, 0 0;
  background-size: cover, auto, auto;
}

.subbanner.sub1.notopmar.subban14 {
  background-image: url('../images/comprehensive-exam.jpg'), linear-gradient(#f1f1f1, #f1f1f1), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0, 0 0;
  background-size: cover, auto, auto;
}

.subbanner.sub1.notopmar.subban15 {
  background-image: url('../images/bridgework.jpg'), linear-gradient(#f1f1f1, #f1f1f1), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0, 0 0;
  background-size: cover, auto, auto;
}

.subbanner.sub1.notopmar.subban16 {
  background-image: url('../images/cos-den.jpg'), linear-gradient(#f1f1f1, #f1f1f1), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0, 0 0;
  background-size: cover, auto, auto;
}

.subbanner.sub1.notopmar.subban17 {
  background-image: url('../images/goccles-oral-cancer-screening-glasses-26f.jpg'), linear-gradient(#f1f1f1, #f1f1f1), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0, 0 0;
  background-size: cover, auto, auto;
}

.contactform {
  background-color: #c1cc64;
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #f1f1f1;
  border-radius: 0;
  width: 100%;
  margin-top: 25px;
  box-shadow: 0 0 6px #00000017;
}

.heading-4 {
  background-image: linear-gradient(to top, var(--dark-slate-grey-2), var(--dark-cyan-2));
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 17px var(--dark-slate-grey-2);
  border-bottom: 0 solid #f1f1f1;
  margin-top: 0;
  margin-bottom: 0;
  padding: 19px;
  font-family: Philosopher, sans-serif;
  font-weight: 700;
}

.cf-header {
  border-bottom: 1px solid #f1f1f1;
}

.cf-form {
  background-image: linear-gradient(to top, #f1f1f1, #fff);
  border: 1px solid #fff;
  padding: 13px;
}

.submit-button {
  background-color: var(--dark-turquoise-2);
  text-transform: uppercase;
  border-bottom: 0 solid #0000;
  border-radius: 12px;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15%;
  padding-right: 15%;
  font-size: 18px;
  line-height: 26px;
  transition: background-color .3s;
  display: block;
}

.submit-button:hover {
  background-color: var(--dark-turquoise);
}

.text-field, .text-field-2 {
  border: 1px solid #ccc;
}

.field-label, .field-label-2 {
  color: #555;
}

.textarea {
  min-height: 150px;
}

.int-page-bottom-cta-text {
  color: #fff;
  text-shadow: none;
  font-size: 30px;
  line-height: 32px;
  text-decoration: none;
}

.list-item-2, .list-item-3, .list-item-4 {
  padding: 5px;
}

.sidenav {
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  box-shadow: 0 0 6px #0000001a;
}

.link-8 {
  color: #888;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.navitem {
  text-transform: capitalize;
  border-bottom: 1px solid #f1f1f1;
  padding: 13px;
  font-size: 18px;
  line-height: 22px;
}

.navitem:hover {
  background-image: linear-gradient(358deg, #f1f1f1, #fff);
}

.navitem:active {
  background-image: linear-gradient(#f1f1f1, #fff);
}

.div-block-12 {
  border: 1px solid #f1f1f1;
  min-height: 400px;
  margin-bottom: 26px;
  padding: 21px;
  box-shadow: 0 0 6px #00000012;
}

.blogbanner1 {
  background-image: url('../images/cosmetic-dentistry.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  min-height: 300px;
}

.blogbanner2 {
  background-image: url('../images/depositphotos_10594224_xl-2015.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  min-height: 300px;
}

.blogbanner3 {
  background-image: url('../images/int-banner1.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  min-height: 300px;
}

.bio-left-col {
  float: left;
  width: 50%;
  min-height: 400px;
  padding: 15px 7px 15px 0;
}

.bio-left-col._100per {
  width: 100%;
}

.bio-right-col {
  float: left;
  width: 50%;
  min-height: 400px;
  padding: 15px 0 15px 7px;
}

.biocontainer {
  border: 1px solid #f1f1f1;
  flex-direction: column;
  min-height: auto;
  margin-bottom: 20px;
  padding: 15px 15px 30px;
  display: block;
  box-shadow: 0 0 6px #0000000f;
}

.biocontainer.nobotmar {
  margin-bottom: 0;
}

.piccontainer {
  background-image: linear-gradient(#f1f1f1, #f1f1f1);
  height: 200px;
}

.piccontainer.biopic1 {
  background-image: url('../images/20_pp-200x3002x.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  height: 300px;
  margin-bottom: 15px;
}

.piccontainer.biopic {
  height: 340px;
  margin-bottom: 0;
}

.piccontainer.biopic.servicepic1 {
  background-image: url('../images/veneers.png'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.piccontainer.biopic.servicepic2 {
  background-image: url('../images/dentures.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.piccontainer.biopic.servicepic3 {
  background-image: url('../images/gumdisease2.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.piccontainer.biopic.servicepic4 {
  background-image: url('../images/teethwhitening2.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.piccontainer.biopic.servicepic5 {
  background-image: url('../images/restorative-work.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.piccontainer.biopic.servicepic6 {
  background-image: url('../images/bridge.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.piccontainer.biopic.servicepic7 {
  background-image: url('../images/prevention.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.piccontainer.biopic.servicepic8 {
  background-image: url('../images/crowns.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.piccontainer.biopic.servicepic9 {
  background-image: url('../images/implants.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.piccontainer.biopic.servicepic10 {
  background-image: url('../images/cosmetic-dentistry.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.piccontainer.biopic.servicepic11 {
  background-image: url('../images/exam.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.piccontainer.biopic.servicepic12 {
  background-image: url('../images/fluoride.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.piccontainer.biopic.servicepic13 {
  background-image: url('../images/dental-cleaning.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.piccontainer.biopic.servicepic14 {
  background-image: url('../images/comprehensive-exam.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.piccontainer.biopic.pic1 {
  background-image: url('../images/dr.Maureen.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  height: 340px;
  margin-bottom: 0;
}

.piccontainer.biopic.pic2 {
  background-image: url('../images/jasmine.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  height: 340px;
  margin-bottom: 0;
}

.piccontainer.biopic.pic3 {
  background-image: url('../images/cheryl.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  height: 340px;
  margin-bottom: 0;
}

.piccontainer.biopic.pic4 {
  background-image: url('../images/lissette.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  height: 340px;
  margin-bottom: 0;
}

.piccontainer.biopic.servicepic15 {
  background-image: url('../images/bridgework.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.piccontainer.biopic.servicepic16 {
  background-image: url('../images/cos-den.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  margin-bottom: 15px;
}

.piccontainer.biopic.servicepic16.post-img {
  margin-bottom: 30px;
}

.piccontainer.biopic.servicepic17 {
  background-image: url('../images/goccles-oral-cancer-screening-glasses-26f.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.piccontainer.biopic.pic5 {
  background-image: url('../images/large.jpg'), linear-gradient(#f1f1f1, #f1f1f1);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.clearboth {
  clear: both;
  height: 2px;
}

.insu-disclaim {
  padding: 20px;
}

.text-block-2 {
  color: #888;
  text-align: center;
  padding-top: 0;
  font-style: italic;
}

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

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  color: #c1cc64;
}

.div-block-13 {
  text-align: center;
  background-color: #fff;
  margin-bottom: 26px;
  padding: 20px;
  box-shadow: 0 0 10px 1px #00000017;
}

.link-9, .link-10 {
  color: #c1cc64;
  text-decoration: none;
}

.contactpage-container {
  border-top: 1px solid #f1f1f1;
  min-height: 400px;
  padding-top: 45px;
  padding-bottom: 0;
  font-family: Raleway, sans-serif;
}

.div-block-14 {
  max-width: 1200px;
  height: auto;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-15 {
  float: left;
  width: 65%;
  height: 100%;
  padding: 0 20px 20px;
}

.div-block-16 {
  float: left;
  width: 35%;
  height: 100%;
  margin-bottom: 20px;
  padding: 0 20px 20px;
}

.div-block-17 {
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  height: auto;
  box-shadow: 0 0 6px 1px #0e000017;
}

.div-block-18 {
  text-align: center;
  background-color: #0d4664;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  display: flex;
}

.text-block-3 {
  color: #fff;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}

.div-block-19 {
  padding: 20px 20px 0;
}

.submit-button-2 {
  color: #fff;
  background-color: #c1cc64;
  border-radius: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10%;
  font-size: 18px;
  display: block;
}

.submit-button-2:hover {
  background-color: #c1cc64;
  background-image: linear-gradient(181deg, #c1cc64, #83d619);
}

.textarea-2 {
  min-height: 100px;
  margin-bottom: 10px;
}

.select-field {
  color: #888;
  margin-bottom: 15px;
}

.field-label-3, .field-label-4, .field-label-5, .field-label-6, .field-label-7, .field-label-8 {
  color: #888;
}

.text-block-4 {
  color: #888;
  background-image: url('../images/right-arrow.svg');
  background-position: 16px 30%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-left: 46px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.unordered-list-2 {
  margin-top: 14px;
  margin-bottom: 37px;
  font-family: Montserrat, sans-serif;
}

.div-block-20 {
  width: 100%;
  height: auto;
  min-height: auto;
}

.div-block-21 {
  float: left;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  height: 100%;
  padding: 5px;
  display: flex;
}

.div-block-22 {
  text-align: center;
  border: 2px solid #f1f1f1;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  font-family: Philosopher, sans-serif;
  display: flex;
}

.image-3 {
  width: 56px;
}

.heading-5 {
  color: #888;
}

.text-block-5 {
  color: #888;
  font-size: 17px;
  line-height: 28px;
  text-decoration: none;
}

.link-11 {
  color: #c1cc64;
  font-size: 18px;
  text-decoration: none;
}

.link-12 {
  color: #c1cc64;
  font-size: 15px;
  text-decoration: none;
}

.link-13 {
  color: #c1cc64;
  font-size: 18px;
  text-decoration: none;
}

.orange-link {
  color: #c76c35;
  text-decoration: none;
  transition: color .25s;
}

.orange-link:hover {
  color: var(--chocolate);
}

.videocontainer {
  max-height: auto;
  background-color: #eee;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1220px;
  height: auto;
  margin-bottom: 35px;
  padding: 20px;
  display: block;
}

.html-embed-2.hide {
  display: none;
}

.leftblock {
  float: left;
  clear: none;
  width: 40%;
}

.div-block-23 {
  float: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  min-height: 340px;
  padding: 21px;
  display: flex;
}

.div-block-24 {
  width: 1140px;
}

.link-15 {
  transition: color .25s;
}

.bold-text-8 {
  color: #ccc;
}

.gray-line {
  color: #888;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.gray-line.link {
  transition: color .25s;
}

.gray-line.link:hover {
  color: #555;
}

.header-info {
  width: 1140px;
}

.top-container {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  box-shadow: inset 8px 0 22px -3px #5553;
}

.div-block-25 {
  width: 100%;
  max-width: 1140px;
}

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

.column-4 {
  justify-content: flex-end;
  padding-right: 0;
  display: flex;
}

.text-span {
  color: var(--dark-cyan-2);
  margin-left: 3px;
  margin-right: 3px;
  font-weight: 600;
}

.slider {
  height: 700px;
}

.slide-1 {
  background-image: url('../images/slide01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav {
  font-size: 12px;
}

.meet-section {
  background-image: linear-gradient(135deg, var(--dark-cyan), var(--dark-slate-grey-3));
  display: block;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 75px 0;
  display: flex;
}

.div-block-26 {
  max-width: 1200px;
}

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

.columns {
  align-items: center;
  display: flex;
}

.column-5 {
  padding-left: 0;
  padding-right: 15px;
}

.column-6 {
  padding-right: 0;
}

.column-7, .column-8 {
  padding-left: 15px;
  padding-right: 15px;
}

.column-9 {
  padding-left: 15px;
  padding-right: 0;
}

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

.left-arrow, .right-arrow {
  max-width: 40px;
}

.icon-2, .icon-3 {
  color: #888;
  font-size: 20px;
}

.slide-nav-2 {
  color: #888;
  font-size: 9px;
}

.slider-2 {
  background-color: #0000;
}

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

.div-block-27.bottom30 {
  margin-bottom: 30px;
}

.author {
  color: #555;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.div-block-28 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.columns-2 {
  align-items: center;
  display: flex;
}

.top-nav-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
  box-shadow: inset 8px 0 24px 1px #0000001f;
}

.top-nav-container {
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding: 0;
}

.top-nav-text {
  color: #888;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 18px;
}

.top-nav-text.translation-text {
  margin-right: 32px;
}

.column-10 {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.top-nav-link {
  text-decoration: underline;
}

.link-16 {
  color: #888;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
}

.header-brand-section {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.header-brand-container {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding: 15px 0;
  display: flex;
}

.column-12 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-13 {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.slider-inner-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.slider-inner-wrapper:hover {
  border-radius: 5px;
}

.div-block-30 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  padding-bottom: 0;
  display: flex;
}

.slider-block {
  background-image: linear-gradient(#ffffffb5, #ffffffb5);
  width: 100%;
  max-width: 500px;
  padding: 40px;
}

.slide-2 {
  background-image: url('../images/slider-bg-02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.slide-3 {
  background-image: url('../images/slide-bg-03.png');
  background-position: 50% 74%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-15 {
  padding-left: 50px;
  padding-right: 50px;
}

.div-block-31 {
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.text-left {
  width: 50%;
  height: auto;
  padding: 120px 50px;
}

.text-left.about-img-block {
  background-image: url('../images/placeholder2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.flex-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-block-34 {
  width: 100%;
  max-width: 1140px;
  height: 100px;
  display: flex;
}

.logo-flex-wrapper {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.bold-text-9, .bold-text-10 {
  line-height: 46px;
}

.image-4, .image-5, .image-6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

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

.div-block-36 {
  width: 100%;
  max-width: 1140px;
  height: auto;
}

.flex-container-logos {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.text-right {
  text-align: left;
  width: 100%;
  height: auto;
  padding: 120px 50px;
}

.flex-container-01 {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-bottom: 75px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.img-drop-shadow {
  background-image: url('../images/placeholder1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  box-shadow: 6px 6px 22px -3px #8888884d;
}

.h2-headline-green {
  line-height: 50px;
}

.flex-container-02 {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.benefit-block {
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.img-drop-shadow-02 {
  background-image: url('../images/miguel_ferrer_photo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  box-shadow: 6px 6px 22px -3px #8888884d;
}

.flex-container-03 {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.int-img-container {
  float: right;
  background-image: url('../images/img_2229.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 16px solid #ccc;
  width: 350px;
  height: 400px;
  margin-bottom: 20px;
  margin-left: 25px;
}

.int-page-heading-h2 {
  color: var(--dark-slate-grey-2);
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 51px;
  font-weight: 600;
  line-height: 51px;
}

.int-page-heading-h2.h2 {
  margin-top: 23px;
  margin-bottom: 5px;
  font-size: 35px;
  line-height: 40px;
}

.int-img-container-meet-doc {
  float: none;
  background-image: url('../images/main-img-02.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #ccc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  position: relative;
}

.int-page-h2-2 {
  color: #03626c;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 51px;
  font-weight: 600;
  line-height: 50px;
}

.int-page-h2-2.h2 {
  margin-top: 23px;
  margin-bottom: 5px;
  font-size: 35px;
  line-height: 40px;
}

.slider-headline-2 {
  color: #03626c;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 51px;
  font-weight: 600;
  line-height: 50px;
}

.image-border-block {
  border: 1px solid #ccc;
  height: 400px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 25px;
}

.image-border-block-meet-doc {
  border: 1px solid #ccc;
  height: 400px;
  margin-top: 19px;
  margin-bottom: 20px;
  padding: 25px;
}

.int-img-container-financing {
  float: none;
  background-image: url('../images/main-img-04.jpg');
  background-position: 50% 2%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #ccc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  position: relative;
}

.int-img-container-teeth-whitening {
  float: none;
  background-image: url('../images/teethwhitening_1.png');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #ccc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  position: relative;
}

.faq-h2 {
  color: var(--dark-slate-grey-2);
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.faq-h2.h2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 17px;
  font-size: 35px;
  line-height: 40px;
  display: inline-block;
}

.faq-p {
  margin-top: 6px;
  font-size: 18px;
  line-height: 24px;
}

.answer-block {
  border-bottom: 3px dotted var(--dark-cyan-2);
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-right: 24px;
  display: flex;
}

.bold-text-11 {
  display: block;
}

.heading-6 {
  color: var(--dark-slate-grey-2);
  min-width: 120px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
}

.div-block-37 {
  justify-content: space-around;
  display: flex;
}

.div-block-38 {
  justify-content: space-around;
  margin-top: 18px;
  margin-bottom: 15px;
  display: flex;
}

.bold-text-12 {
  margin-right: -40px;
}

.question-block {
  display: flex;
}

.bold-text-13 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 32px;
  line-height: 36px;
}

.int-img-container-why-choose-us {
  float: none;
  background-image: url('../images/main-img-why-choose-us.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #ccc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  position: relative;
}

.int-img-container-faq {
  float: none;
  background-image: url('../images/main-img-05.jpg');
  background-position: 50% 2%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #ccc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  position: relative;
}

.link-block {
  color: #888;
  background-image: url('../images/right-arrow.svg');
  background-position: 14px;
  background-repeat: no-repeat;
  background-size: 14px;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 22px 20px 35px;
  font-weight: 700;
  text-decoration: none;
  transition: border .2s;
  display: block;
}

.link-block:hover {
  border-right: 10px solid var(--dark-cyan-2);
  background-image: url('../images/right-arrow.svg'), linear-gradient(#f1f1f100, #f1f1f1c9);
  background-position: 14px, 0 0;
  background-size: 14px, auto;
}

.link-block.w--current {
  border-right: 10px solid var(--dark-cyan-2);
}

.heading-7 {
  text-decoration: none;
}

.side-link-lable {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
}

.int-img-container-dental-implants {
  float: none;
  background-image: url('../images/main-img-03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #ccc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  position: relative;
}

.div-block-39 {
  min-width: 1200px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.int-img-container-cosmedic-dentistry {
  float: none;
  background-image: url('../images/dental-implants.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #ccc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  position: relative;
}

.larger-paragraph-first {
  color: #555;
  text-shadow: none;
  flex: 0 auto;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  position: static;
}

.larger-paragraph-first.topmar {
  margin-top: 20px;
  margin-bottom: 20px;
}

.larger-paragraph-first.topmar.nobotmar {
  margin-bottom: 0;
}

.larger-paragraph-first.toppad {
  padding-top: 11px;
}

.larger-paragraph-first.redtext {
  color: red;
}

.larger-paragraph-first.bottom45 {
  margin-bottom: 45px;
}

.slider-headline-int {
  color: var(--dark-slate-grey-2);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 51px;
  font-weight: 600;
  line-height: 50px;
}

.slider-headline-int.h2 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 35px;
  line-height: 40px;
}

.slider-headline-int.h2.faq-question-h2 {
  margin-top: 0;
}

.slider-headline-int.h2.hours {
  margin-top: 16px;
}

.main-content-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 45px 15px;
  display: flex;
}

.main-content-block {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  min-height: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.main-left-col {
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 840px;
  min-height: 100px;
  padding-right: 3%;
  display: block;
}

.main-right-col {
  justify-content: center;
  align-items: center;
  width: 30%;
  min-width: 0%;
  max-width: 360px;
  min-height: auto;
  display: block;
}

.new-first-p {
  color: #555;
  text-align: left;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.rich-text {
  color: #555;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.int-page-h3 {
  color: var(--dark-slate-grey-2);
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 38px;
}

.top-banner-wrapper {
  background-image: linear-gradient(280deg, #f1f1f129 27%, #f1f1f1), url('../images/top-banner-img_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.top-banner-block {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 180px;
  padding-top: 20px;
  display: flex;
}

.top-banner-h1 {
  color: var(--dark-slate-grey-2);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.img-block-wborder {
  border: 1px solid #ccc;
  height: 400px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 25px;
}

.img-int-cosmetic-dentistry {
  float: none;
  background-image: url('../images/main-img-cosmedic-dentistry.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #ccc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  position: relative;
}

.contact-us-page-form {
  margin-top: 0;
}

.heading-8 {
  text-decoration: none;
}

.heading-9.int-page-bottom-cta-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 35px;
}

.bold-text-14 {
  font-size: 12px;
}

.img-int-why-choose-us {
  float: none;
  background-image: url('../images/main-img-why-choose-us.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #ccc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  position: relative;
}

.img-int-meet-the-doc {
  float: none;
  background-image: url('../images/main-img-meet-the-doc.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #ccc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  position: relative;
}

.img-int-dental-implants {
  float: none;
  background-image: url('../images/main-img-dental-implants.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #ccc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  position: relative;
}

.img-int-financing {
  float: none;
  background-image: url('../images/main-img-financing.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #ccc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  position: relative;
}

.img-int-faq {
  float: none;
  background-image: url('../images/main-img-faq.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #ccc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  position: relative;
}

.footer-section-block {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-bottom: 18px;
  padding: 0;
  display: flex;
}

.footer-section-block2 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin-bottom: 19px;
  padding: 0;
  display: flex;
}

.footer-contact-info-block {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 50px;
  display: flex;
}

.footer-contact-info-block-phone {
  text-align: center;
  width: 100%;
  height: 50px;
}

.img-int-contact-us {
  float: none;
  background-image: url('../images/main-img-contact-us.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #ccc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  position: relative;
}

.int-img-tmj-treatments {
  float: none;
  background-image: url('../images/main-img-tmj-treatments.png');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #ccc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  position: relative;
}

.int-img-bridges {
  float: none;
  background-image: url('../images/main-img-bridges.png');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #ccc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  position: relative;
}

.int-img-root-canals {
  float: none;
  background-image: url('../images/main-img-root-canals.png');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #ccc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  position: relative;
}

.int-img-implants {
  float: none;
  background-image: url('../images/main-img-implants.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #ccc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  position: relative;
}

.int-img-dentures {
  float: none;
  background-image: url('../images/main-img-dentures.png');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #ccc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  position: relative;
}

.int-img-crowns {
  float: none;
  background-image: url('../images/main-img-crowns.png');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #ccc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  position: relative;
}

.int-img-veneers {
  float: none;
  background-image: url('../images/main-img-veneers.png');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #ccc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  position: relative;
}

.int-img-teeth-whitening {
  float: none;
  background-image: url('../images/main-img-teeth-whitening.png');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #ccc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  position: relative;
}

.slider-cta {
  background-color: var(--dark-turquoise-2);
  border-radius: 5px;
  padding: 15px 26px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  transition: background-color .2s, background-color .3s;
}

.slider-cta:hover {
  background-color: var(--dark-turquoise);
  transform: translate(0);
}

.main-cta-why-choose {
  background-color: var(--dark-turquoise-2);
  border-radius: 5px;
  padding: 15px 26px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  transition: background-color .2s, background-color .3s;
}

.main-cta-why-choose:hover {
  background-color: var(--dark-turquoise);
  transform: translate(0);
}

.secondary-cta-meet-the-doc {
  background-color: #0000;
  border: 3px solid #fff;
  border-radius: 10px;
  padding: 15px 26px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  transition: background-color .2s, background-color .3s;
}

.secondary-cta-meet-the-doc:hover {
  background-color: var(--dark-turquoise);
  transform: translate(0);
}

.secondary-cta-request-more-into {
  background-color: #0000;
  border: 3px solid #fff;
  border-radius: 10px;
  padding: 15px 26px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  transition: background-color .2s, background-color .3s;
}

.secondary-cta-request-more-into:hover {
  background-color: var(--dark-turquoise);
  transform: translate(0);
}

.int-page-thank-you {
  color: var(--dark-slate-grey-2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 51px;
  font-weight: 600;
  line-height: 54px;
}

.int-page-thank-you.h2 {
  margin-top: 23px;
  margin-bottom: 5px;
  font-size: 35px;
  line-height: 40px;
}

.int-img-thank-you {
  float: none;
  background-image: linear-gradient(#ffffffbd, #ffffffcf), url('../images/top-banner-img.jpg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px #ccc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.int-page-thank-you-p {
  color: var(--dark-slate-grey-2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.int-page-thank-you-p.h2 {
  margin-top: 23px;
  margin-bottom: 5px;
  font-size: 35px;
  line-height: 40px;
}

.image-border-block-thankyou {
  border: 1px solid #ccc;
  height: 400px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 25px;
}

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

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

.paragraph-2 {
  font-family: Raleway, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.paragraph-3 {
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-4 {
  color: #747070;
}

.unordered-list-3 {
  color: #666;
}

.heading-10 {
  color: var(--dark-cyan-2);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.heading-11 {
  margin-top: 5px;
  margin-bottom: 10px;
}

.h3-headline {
  color: var(--dark-slate-grey-2);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.h3-headline.white {
  color: #fff;
}

.h3-headline.white.center-align {
  text-align: center;
}

.h3-headline.center {
  color: var(--dark-slate-grey-2);
  text-align: center;
}

.int-img-tmj-periodontal {
  float: none;
  background-image: url('../images/periodontal.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #ccc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  position: relative;
}

.int-img-container-dental-emergencies {
  float: none;
  background-image: url('../images/emergency.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #ccc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  position: relative;
}

.int-img-container-tooth-extractions {
  float: none;
  background-image: url('../images/extractions.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #ccc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  position: relative;
}

.int-img-container-rehabilitation {
  float: none;
  background-image: url('../images/rehabilitation.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #ccc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  position: relative;
}

.text-left-new {
  text-align: left;
  width: 100%;
  height: auto;
  padding: 120px 50px;
}

.column-16 {
  text-align: right;
  height: auto;
}

.larger-paragraph-headlin {
  color: #555;
  text-shadow: none;
  flex: 0 auto;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  position: static;
}

.larger-paragraph-headlin.topmar {
  margin-top: 20px;
  margin-bottom: 20px;
}

.larger-paragraph-headlin.topmar.nobotmar {
  margin-bottom: 0;
}

.larger-paragraph-headlin.toppad {
  padding-top: 11px;
}

.larger-paragraph-headlin.redtext {
  color: red;
}

.larger-paragraph-headlin.bottom45 {
  margin-bottom: 45px;
}

.larger-paragraph-in-the-header {
  color: #555;
  text-shadow: none;
  flex: 0 auto;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  position: static;
}

.larger-paragraph-in-the-header.topmar {
  margin-top: 20px;
  margin-bottom: 20px;
}

.larger-paragraph-in-the-header.topmar.nobotmar {
  margin-bottom: 0;
}

.larger-paragraph-in-the-header.toppad {
  padding-top: 11px;
}

.larger-paragraph-in-the-header.redtext {
  color: red;
}

.larger-paragraph-in-the-header.bottom45 {
  margin-bottom: 45px;
}

.header-60 {
  justify-content: space-around;
  width: 100%;
  max-width: 60%;
  display: flex;
}

.header-60.temp {
  justify-content: space-around;
  padding-bottom: 50px;
  display: flex;
}

.header-40 {
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  max-width: 40%;
  display: flex;
}

.header-40.temp {
  justify-content: space-around;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.header-phone-block {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.header-logo-block {
  text-align: right;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.header-offer-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60%;
  display: flex;
}

.header-social-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 40%;
  height: auto;
  display: flex;
}

.header-offer-link-block {
  background-image: linear-gradient(to bottom, var(--dark-cyan-2), var(--dark-cyan-2) 29%, var(--dark-slate-grey-2) 99%);
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  transform-style: preserve-3d;
  border-radius: 20px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: transform .2s;
}

.header-offer-link-block:hover {
  transform: scale(.9);
}

.offer-heading {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}

.offer-subhead {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.offer-price {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.text-block-6 {
  font-family: Fontawesome webfont, sans-serif;
  text-decoration: none;
}

.social-media-icons {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
  display: flex;
}

.social-media-icons-header {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-7 {
  color: var(--chocolate);
  background-image: url('../images/telephone-symbol-button-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 28px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: none;
}

.link-block-2 {
  text-decoration: none;
}

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

.int-img-forms {
  float: none;
  background-image: url('../images/main-img-contact-us.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #ccc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  position: relative;
}

.form-language-tab {
  background-color: var(--dark-turquoise-2);
}

.form-language-tab.w--current {
  background-color: #4cb5bf;
}

.forms-link-container {
  padding-top: 20px;
}

.link-17 {
  color: var(--dark-slate-grey-2);
  text-decoration: none;
  transition: color .15s;
}

.link-17:hover {
  color: #10282b;
}

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

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

.collection-list-wrapper {
  width: 100%;
}

.collection-item {
  width: 48%;
  margin-right: 15px;
  display: flex;
}

.p-date {
  text-align: center;
  margin-bottom: 30px;
}

.p-date.left {
  text-align: left;
}

.int-img-container-dibb {
  float: none;
  background-image: url('../images/dental-implants-wpb.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #ccc;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0%;
  position: relative;
}

.follow-us-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.h2 {
  color: var(--dark-slate-grey-2);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 46px;
}

.h2.white {
  color: #fff;
}

.h2.white.center-align {
  text-align: center;
}

.h2.center {
  color: var(--dark-slate-grey-2);
  text-align: center;
}

.h2.center.white {
  color: #fff;
}

.text-align-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.code-embed {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 18px;
    line-height: 24px;
  }

  .nav-link {
    color: var(--dark-slate-grey-2);
    text-align: left;
    border-bottom: 1px solid #f1f1f1;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link.w--current {
    border-bottom: 1px solid #f1f1f1;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link.intlink {
    border-width: 1px;
    border-color: #fff;
    padding-left: 43px;
  }

  .nav-link.intlink.normallink {
    width: 100%;
  }

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

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

  .nav-box {
    text-align: left;
    background-color: #fff;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .slider-headline {
    font-size: 45px;
  }

  .larger-paragraph {
    font-size: 15px;
  }

  .link.button.newcta {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .row {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .heading.social {
    text-align: center;
  }

  .social-icons.no-10 {
    margin-right: 10px;
  }

  .dropdown-list.w--open {
    background-color: #f1f1f1;
    box-shadow: 0 0 #fff;
  }

  .dropdown-list.normal.w--open {
    float: none;
    clear: none;
    width: auto;
    min-width: auto;
    display: block;
    position: static;
  }

  .dropdown-list.openddmenu.w--open {
    width: auto;
    margin-left: 0;
  }

  .welcome-section {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .hero-text {
    text-align: left;
    width: 100%;
  }

  .col1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .unused {
    display: none;
  }

  .list {
    padding-left: 0;
  }

  .footer-nav-item {
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
    padding: 20px;
  }

  .footer-nav-item.w--current {
    width: 100%;
  }

  .footer-nav-item.topline.w--current {
    border-top: 1px solid #f1f1f1;
  }

  .footer-nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 101%;
    display: flex;
  }

  .footer-social {
    margin-top: 0;
  }

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

  .credits {
    padding: 10px;
  }

  .header-section {
    padding: 17px;
  }

  ._1000max {
    text-align: center;
  }

  .right-box {
    justify-content: center;
    padding-left: 0;
  }

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

  .div-block-7 {
    background-color: #f1f1f1;
  }

  .navbar-2 {
    width: 100%;
    max-width: 1200px;
  }

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

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

  .dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .footer {
    height: auto;
    padding-bottom: 0;
  }

  .div-block-8 {
    padding: 10px 0;
  }

  .div-block-9 {
    justify-content: center;
    width: 100%;
    padding: 20px;
  }

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

  .div-block-11 {
    justify-content: center;
    width: 100%;
    padding: 20px;
  }

  .internalbannercontainer.intbanner1, .internalbannercontainer.int-banner-choose-us, .internalbannercontainer.int-banner-financing, .internalbannercontainer.int-banner-dental-implants, .internalbannercontainer.intbanner-faq {
    background-image: url('../images/int-banner1.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

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

  .centercontent {
    padding: 15px;
  }

  .leftcolumn {
    width: 100%;
    padding-right: 0;
  }

  .rightcolumn {
    width: 100%;
    padding-left: 20px;
  }

  .bottomrfq {
    display: none;
  }

  .contactform {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .submit-button {
    font-size: 16px;
  }

  .sidenav {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .insu-disclaim {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-2.topmar {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-15, .div-block-16 {
    width: 100%;
  }

  .div-block-17 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .html-embed-2.hide {
    display: none;
  }

  .top-container {
    padding: 17px;
  }

  .slide-1 {
    text-align: left;
    background-size: cover;
  }

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

  .top-nav-text {
    text-align: left;
  }

  .column-10 {
    text-align: right;
    padding-top: 0;
  }

  .column-11 {
    text-align: center;
    padding-bottom: 0;
  }

  .link-16.top-nav-link {
    text-align: right;
  }

  .slider-inner-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 0;
    padding-bottom: 49px;
    padding-left: 38px;
    padding-right: 38px;
  }

  .div-block-30 {
    justify-content: center;
    align-items: center;
  }

  .slider-block {
    flex: none;
    max-width: 100%;
  }

  .slide-2 {
    background-position: 50%;
    background-size: cover;
  }

  .slide-3 {
    background-size: cover;
  }

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

  .text-left {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .logo-flex-wrapper {
    flex-direction: column;
  }

  .text-right {
    padding: 35px;
  }

  .flex-container-01 {
    flex-direction: column;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .img-drop-shadow, .img-drop-shadow-02 {
    order: 1;
    padding-top: 120px;
    padding-bottom: 120px;
    display: block;
  }

  .flex-container-03 {
    flex-direction: column;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .int-page-heading-h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .int-page-h2-2, .slider-headline-2 {
    font-size: 45px;
  }

  .faq-h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .larger-paragraph-first {
    font-size: 15px;
  }

  .slider-headline-int {
    font-size: 45px;
  }

  .main-content-wrapper {
    padding: 20px 15px;
  }

  .new-first-p {
    font-size: 20px;
    line-height: 26px;
  }

  .rich-text {
    font-size: 16px;
    line-height: 24px;
  }

  .int-page-h3 {
    font-size: 32px;
    line-height: 38px;
  }

  .top-banner-block {
    height: 110px;
    padding-top: 18px;
  }

  .footer-section-block {
    height: 180px;
    margin-bottom: 0;
  }

  .footer-section-block2 {
    flex-direction: column;
    align-items: center;
    height: 180px;
  }

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

  .footer-contact-info-block-phone {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .int-page-thank-you {
    font-size: 40px;
    line-height: 45px;
  }

  .int-img-thank-you {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0%;
    display: flex;
  }

  .int-page-thank-you-p {
    font-size: 20px;
    line-height: 26px;
  }

  .text-left-new {
    padding: 35px;
  }

  .larger-paragraph-headlin, .larger-paragraph-in-the-header {
    font-size: 15px;
  }

  .header-60 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 40%;
  }

  .header-40 {
    max-width: 60%;
  }

  .header-phone-block {
    text-align: center;
    align-items: center;
    max-width: 100%;
  }

  .header-logo-block {
    order: -1;
    justify-content: center;
    max-width: 100%;
  }

  .header-social-block {
    align-items: center;
  }

  .social-media-icons-header {
    justify-content: center;
  }

  .div-block-40 {
    display: block;
    position: absolute;
    left: 20px;
  }

  .appointment-cta {
    background-color: #c1cc64;
    border-radius: 10px;
    font-family: Montserrat, sans-serif;
  }

  .collection-list {
    justify-content: space-between;
  }

  .collection-item {
    width: 49%;
    margin-right: 0;
  }

  .text-align-center {
    width: 90%;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 35px;
  }

  h4 {
    font-size: 22px;
    line-height: 28px;
  }

  p {
    font-size: 18px;
    line-height: 22px;
  }

  .navbar {
    display: none;
  }

  .hero {
    height: auto;
  }

  .nav-link {
    color: var(--dark-cyan-2);
  }

  .nav-link.intlink {
    width: 100%;
    padding-left: 33px;
    padding-right: 0;
  }

  .nav-link.intlink.rightline {
    border-right-width: 0;
  }

  .nav-link.left0.w--current {
    padding-left: 20px;
  }

  .image {
    display: block;
  }

  .larger-paragraph {
    display: none;
  }

  .larger-paragraph.bottom45 {
    display: block;
  }

  .row {
    flex-direction: column-reverse;
    padding-top: 0;
  }

  .social-icons.no-10 {
    margin-right: 10px;
  }

  .number {
    display: none;
  }

  .dropdown-list.openddmenu.w--open {
    width: auto;
  }

  .welcome-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .col2 {
    margin-bottom: 42px;
  }

  .col2.service {
    margin-bottom: 47px;
  }

  .hero-text {
    width: 100%;
    margin-top: 377px;
  }

  .col1 {
    margin-bottom: 0;
  }

  .unused {
    display: none;
  }

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

  .col4 {
    margin-bottom: 37px;
  }

  .col5 {
    margin-bottom: 34px;
  }

  .small-par {
    font-size: 14px;
    line-height: 20px;
  }

  .header-section {
    height: auto;
  }

  ._1000max {
    text-align: center;
    height: auto;
  }

  .right-box {
    float: none;
    width: 100%;
    margin-bottom: -21px;
    display: none;
  }

  .brand-box {
    float: none;
    align-items: center;
    width: 100%;
  }

  .left-box {
    float: none;
    width: 100%;
    display: none;
  }

  .div-block-6 {
    width: auto;
    height: 60px;
    padding-right: 0;
  }

  .div-block-8 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .leftcolumn {
    padding-right: 0;
  }

  .image-2 {
    max-width: 280px;
  }

  .contactform {
    min-width: 100%;
    min-height: 0;
  }

  .bio-left-col, .bio-right-col {
    width: 100%;
  }

  .biocontainer {
    display: flex;
  }

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

  .link-11, .link-12, .link-13 {
    font-size: 19px;
  }

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

  .html-embed-2.hide {
    display: none;
  }

  .leftblock {
    width: 100%;
  }

  .div-block-23 {
    width: 100%;
    min-height: auto;
  }

  .top-container {
    display: none;
  }

  .slide-1 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .top-nav-section, .column-12 {
    display: none;
  }

  .column-13 {
    height: auto;
    padding-top: 0;
    padding-bottom: 16px;
    display: block;
  }

  .slider-inner-wrapper {
    padding: 20px 20px 45px;
  }

  .text-left.about-img-block {
    padding-top: 120px;
  }

  .text-right {
    padding: 35px 25px 50px;
  }

  .flex-container-01 {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .img-drop-shadow {
    padding: 120px 50px;
    display: block;
  }

  .flex-container-02 {
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .img-drop-shadow-02 {
    padding: 120px 50px;
    display: block;
  }

  .flex-container-03 {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .int-page-heading-h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .image-border-block-meet-doc {
    height: 330px;
  }

  .faq-h2 {
    margin-bottom: 5px;
    margin-right: 10px;
  }

  .larger-paragraph-first {
    display: none;
  }

  .larger-paragraph-first.bottom45 {
    display: block;
  }

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

  .main-left-col {
    width: 100%;
    padding-right: 0%;
  }

  .main-right-col {
    width: 100%;
    max-width: 100%;
  }

  .new-first-p {
    font-size: 18px;
    line-height: 24px;
  }

  .rich-text {
    font-size: 16px;
    line-height: 22px;
  }

  .int-page-h3 {
    font-size: 30px;
    line-height: 34px;
  }

  .top-banner-block {
    height: 100px;
    padding-top: 19px;
  }

  .footer-section-block {
    height: 150px;
    margin-bottom: 0;
  }

  .footer-section-block2 {
    height: 150px;
  }

  .int-page-thank-you {
    font-size: 40px;
    line-height: 45px;
  }

  .int-page-thank-you-p {
    font-size: 20px;
    line-height: 26px;
  }

  .bold-text-15 {
    font-size: 22px;
    line-height: 28px;
  }

  .h3-headline.white.center-align {
    font-size: 30px;
    line-height: 34px;
  }

  .text-left-new {
    padding: 35px 25px 50px;
  }

  .larger-paragraph-headlin {
    display: none;
  }

  .larger-paragraph-headlin.bottom45 {
    display: block;
  }

  .larger-paragraph-in-the-header {
    display: none;
  }

  .larger-paragraph-in-the-header.bottom45 {
    display: block;
  }

  .header-60 {
    max-width: 100%;
  }

  .header-40 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .header-offer-block {
    max-width: 100%;
  }

  .header-social-block {
    max-width: 100%;
    padding-top: 10px;
  }

  .header-offer-link-block {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 14px;
    display: flex;
  }

  .offer-heading {
    padding-left: 3px;
    padding-right: 3px;
  }

  .offer-subhead, .offer-price {
    padding-left: 4px;
    padding-right: 4px;
  }

  .social-media-icons-header {
    justify-content: center;
  }

  .text-block-7 {
    background-size: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    font-size: 20px;
    display: block;
  }

  .div-block-40 {
    background-color: #0000;
    position: absolute;
    left: 20px;
  }

  .button-2 {
    background-color: var(--chocolate);
  }

  .appointment-cta {
    background-color: #c1cc64;
    border-radius: 10px;
    font-family: Montserrat, sans-serif;
  }

  .text-align-center {
    width: 90%;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .nav-link.intlink {
    text-align: left;
    padding-left: 18px;
  }

  .image {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-headline {
    font-size: 40px;
    line-height: 46px;
  }

  .larger-paragraph {
    display: none;
  }

  .larger-paragraph.bottom45 {
    margin-bottom: 15px;
    line-height: 22px;
    display: block;
  }

  .link.button.hollow {
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .link.button {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .row {
    margin-bottom: 0;
  }

  .number {
    display: none;
  }

  .welcome-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .line {
    width: 100%;
  }

  .line.left {
    width: 100%;
    margin-bottom: 15px;
  }

  .col2.service {
    margin-bottom: 0;
  }

  .hero-text {
    margin-top: 306px;
  }

  .col1 {
    margin-bottom: 0;
    position: relative;
    top: 0;
    left: 0;
  }

  .col3 {
    padding: 25px;
  }

  .unused {
    display: none;
  }

  .col4 {
    padding: 15px;
  }

  .list-item {
    clear: none;
    width: 100%;
    margin-bottom: 11px;
  }

  .list {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .finance-section {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .small-par {
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .text-block {
    padding: 3px;
  }

  ._1000max {
    text-align: center;
  }

  .right-box {
    margin-bottom: -17px;
  }

  .footer {
    padding-top: 30px;
  }

  .div-block-8 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .internalbannercontainer.intbanner1, .internalbannercontainer.int-banner2, .internalbannercontainer.int-banner3, .internalbannercontainer.int-banner4, .internalbannercontainer.int-banner5 {
    min-height: 200px;
  }

  .internalbannercontainer.int-banner-contact-us {
    min-height: 200px;
    display: flex;
  }

  .internalbannercontainer.int-banner-choose-us, .internalbannercontainer.int-banner-financing, .internalbannercontainer.int-banner-dental-implants, .internalbannercontainer.intbanner-faq {
    min-height: 200px;
  }

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

  .rightcolumn {
    padding-left: 20px;
  }

  .image-2 {
    float: none;
    border-width: 8px;
    border-color: #fff;
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
    display: block;
    box-shadow: 0 0 6px #00000014;
  }

  .bottomrfq {
    height: auto;
    padding: 20px;
  }

  .subbanner.sub1.notopmar.subban1 {
    height: 300px;
  }

  .blogbanner1, .blogbanner2, .blogbanner3 {
    min-height: 150px;
  }

  .biocontainer {
    padding: 10px;
  }

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

  .div-block-15 {
    padding: 5px;
  }

  .text-block-3 {
    font-size: 26px;
    line-height: 30px;
  }

  .link-11, .link-12, .link-13 {
    font-size: 17px;
  }

  .videocontainer {
    justify-content: center;
    align-items: center;
    width: 80%;
    min-width: 240px;
    max-width: 240px;
    max-height: 300px;
    margin-left: 0;
    display: block;
  }

  .html-embed-2 {
    max-height: auto;
    overflow: visible;
  }

  .html-embed-2.hide {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .html-embed-2.hidemobile {
    display: none;
  }

  .slider {
    height: 500px;
  }

  .slide-1 {
    background-position: 80%;
    padding: 0;
  }

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

  .top-nav-section {
    display: none;
  }

  .slider-inner-wrapper {
    padding: 13px 13px 45px;
  }

  .slider-block {
    background-image: linear-gradient(#fff9, #fff9);
    border-radius: 10px;
    padding: 15px;
  }

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

  .flex-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-right {
    padding: 50px 35px;
  }

  .flex-container-01 {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .img-drop-shadow {
    height: 200px;
    display: block;
  }

  .h2-headline-green {
    font-size: 42px;
  }

  .flex-container-02 {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .img-drop-shadow-02 {
    height: 200px;
    display: block;
  }

  .flex-container-03 {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .int-page-heading-h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .int-page-h2-2, .slider-headline-2 {
    font-size: 40px;
    line-height: 46px;
  }

  .image-border-block-meet-doc {
    height: 280px;
  }

  .faq-h2 {
    margin-top: 0;
    margin-right: 15px;
    font-size: 22px;
    line-height: 26px;
  }

  .faq-p {
    font-size: 14px;
    line-height: 18px;
  }

  .larger-paragraph-first {
    display: none;
  }

  .larger-paragraph-first.bottom45 {
    display: block;
  }

  .slider-headline-int {
    font-size: 40px;
    line-height: 46px;
  }

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

  .main-left-col {
    width: 100%;
    padding-right: 0%;
  }

  .main-right-col {
    width: 100%;
  }

  .new-first-p {
    font-size: 18px;
    line-height: 24px;
  }

  .rich-text {
    font-size: 14px;
    line-height: 22px;
  }

  .int-page-h3 {
    font-size: 28px;
    line-height: 32px;
  }

  .img-block-wborder {
    height: 260px;
  }

  .img-block-wborder.contactpg {
    height: auto;
  }

  .footer-section-block {
    justify-content: center;
    height: 150px;
    margin-bottom: 0;
  }

  .footer-section-block2 {
    justify-content: center;
    height: 150px;
  }

  .img-int-contact-us {
    background-image: none;
  }

  .int-img-teeth-whitening {
    background-position: 50%;
  }

  .slider-cta {
    padding: 15px;
    font-size: 18px;
    line-height: 18px;
  }

  .main-cta-why-choose, .secondary-cta-meet-the-doc, .secondary-cta-request-more-into {
    font-size: 18px;
    line-height: 20px;
  }

  .int-page-thank-you {
    font-size: 26px;
    line-height: 35px;
  }

  .int-page-thank-you-p {
    font-size: 16px;
    line-height: 24px;
  }

  .int-img-container-tooth-extractions {
    background-position: 100%;
  }

  .text-left-new {
    padding: 30px 10px;
  }

  .larger-paragraph-headlin {
    display: none;
  }

  .larger-paragraph-headlin.bottom45 {
    display: block;
  }

  .larger-paragraph-in-the-header {
    display: none;
  }

  .larger-paragraph-in-the-header.bottom45 {
    display: block;
  }

  .header-offer-link-block {
    flex-direction: row;
    justify-content: center;
  }

  .offer-heading {
    font-size: 18px;
  }

  .offer-subhead {
    font-size: 10px;
  }

  .offer-price {
    font-size: 26px;
  }

  .text-block-7 {
    padding-left: 32px;
    font-size: 14px;
  }

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


@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}