:root {
  --royal-blue: #0054a6;
  --dim-grey: #555;
  --white: white;
  --grey: #f2f0f0;
  --black: black;
  --steel-blue: #4c86c5;
  --light-steel-blue: #a6c7e9;
  --grey-2: #838487;
  --grey-btn: #838487;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4.625em;
  font-weight: 700;
  line-height: 1.3em;
}

h2 {
  color: var(--royal-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 3.3125em;
  font-weight: 500;
  line-height: 1.3em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.3em;
}

h4 {
  color: var(--royal-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.3em;
}

h5 {
  color: var(--dim-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 1.625em;
  font-weight: 500;
  line-height: 1.3em;
}

h6 {
  color: var(--dim-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.3em;
}

p {
  margin-bottom: 10px;
}

.containerdiv {
  width: 100%;
  max-width: 1600px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.containerdiv.cont1 {
  max-width: 1600px;
  background-image: url('../images/brickwall.png');
  background-position: 50%;
  background-size: auto;
  padding: 100px;
}

.containerdiv.cont2 {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.containerdiv.cont3 {
  z-index: 99;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.containerdiv.cont4 {
  align-items: center;
  display: flex;
}

.containerdiv.cont5 {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.containerdiv.cont6 {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 53px 30px 56px;
  display: flex;
}

.containerdiv.cont7 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.containerdiv.cont8 {
  display: flex;
}

.containerdiv.cont9 {
  justify-content: flex-end;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.containerdiv.cont10 {
  min-height: 40px;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.containerdiv.cont11 {
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.containerdiv.cont12 {
  max-width: none;
  align-items: center;
  display: flex;
}

.containerdiv.cont13 {
  align-self: center;
  padding-left: 30px;
  padding-right: 30px;
}

.containerdiv.cont14 {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

.body {
  font-size: 16px;
  transition: all .3s;
}

.heading {
  color: var(--white);
  font-family: Oswald, sans-serif;
  font-size: 4.375em;
  font-weight: 500;
}

.heading-2 {
  font-size: 3.125em;
}

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

.colors {
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.blue {
  background-color: var(--royal-blue);
  flex: 1;
  padding: 40px;
}

.gray {
  background-color: var(--grey);
  flex: 1;
  padding: 40px;
}

.paragraph {
  color: var(--dim-grey);
  font-family: roboto, sans-serif;
  font-weight: 400;
}

.paragraph.p-white {
  color: var(--white);
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.3em;
}

.paragraph.p-white.p-404 {
  border-bottom: 1px solid var(--white);
  text-shadow: 1px 1px 6px var(--black);
  font-weight: 500;
}

.paragraph.p-white.p-hero {
  max-width: 500px;
  margin-bottom: 40px;
}

.paragraph.p2 {
  margin-bottom: 20px;
  font-size: 1em;
  line-height: 1.3em;
}

.paragraph.p2.p-strong {
  font-family: roboto, sans-serif;
  font-weight: 500;
}

.paragraph.p-int {
  font-size: 1em;
  line-height: 1.5em;
}

.paragraph.p-int.p-test {
  text-shadow: 7px 7px 6px rgba(0, 0, 0, .16);
}

.black {
  background-color: var(--dim-grey);
  flex: 1;
  padding: 40px;
}

.blue-gradient {
  background-image: linear-gradient(135deg, var(--steel-blue), var(--royal-blue));
  flex: 1;
  padding: 40px;
}

.blue-light {
  background-color: var(--steel-blue);
  flex: 1;
  padding: 40px;
}

.gray-gradient {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--white), var(--grey));
  flex: 1;
  padding: 40px;
}

.white {
  background-color: var(--white);
  flex: 1;
  padding: 40px;
}

.navbar {
  z-index: 999999;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--white), var(--grey));
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 3px 0 6px rgba(0, 0, 0, .29);
}

.hero {
  height: 90vh;
  max-height: 900px;
  min-height: 608px;
  border: 1px solid var(--steel-blue);
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/office.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 100px;
  padding-top: 250px;
  display: flex;
  position: relative;
}

.hero.internal-hero {
  height: 85vh;
  min-height: 500px;
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/meet_doctors_hero-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 200px;
}

.hero.internal-hero.meet_staff {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/meet_the_doctor_hero-min.jpg');
  background-position: 0 0, 85%;
}

.hero.internal-hero.our-office {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/our_office_hero-min.jpg');
  background-position: 0 0, 100% 0;
}

.hero.internal-hero.new-patients {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/new_patients_hero-min.jpg');
}

.hero.internal-hero.smile-gallery {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/smile_gallery_hero-min.jpg');
  background-position: 0 0, 100%;
}

.hero.internal-hero.testimonials {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/testimonials_hero-min.jpg');
  background-position: 0 0, 50%;
}

.hero.internal-hero.services {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/services_hero-min.jpg');
}

.hero.internal-hero.bridges {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/bridges_hero-min2.jpg');
  background-position: 0 0, 50%;
  background-attachment: scroll, fixed;
}

.hero.internal-hero.cosmetic-dentistry {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/cosmetic_dentistry_hero-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.internal-hero.crowns-caps {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/crwons_hero-min.jpg');
}

.hero.internal-hero.fillings {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/dental_fillings_hero-min_1.jpg');
  background-position: 0 0, 50%;
}

.hero.internal-hero.dentures {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/dentures_hero-min.jpg');
  background-position: 0 0, 50%;
}

.hero.internal-hero.emergency {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/emergency_hero-min.jpg');
}

.hero.internal-hero.extractions {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/extraction_hero2-min.jpg');
}

.hero.internal-hero.implants {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/implant_hero-min.jpg');
}

.hero.internal-hero.oral_exam {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/initial_hero-min.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.hero.internal-hero.laser {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/laser_hero-min_1.jpg');
}

.hero.internal-hero.inside-lab {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/dental_lab_hero-min.jpg');
}

.hero.internal-hero.oral-cancer {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/oral_cancer_hero-min.jpg');
}

.hero.internal-hero.orthodontics {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/orthodontics_hero-min.jpg');
}

.hero.internal-hero.pediatric-dentistry {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/pediatric_dentistry_hero-min.jpg');
}

.hero.internal-hero.periodontal-care {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/periodical_care_hero-min.jpg');
}

.hero.internal-hero.root-canals {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/root_canal_hero-min.jpg');
  background-position: 0 0, 100%;
}

.hero.internal-hero.sedation-dentistry {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/sedation_dentistry_hero-min.jpg');
}

.hero.internal-hero.teeth-whitening {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/teeth_whitening_hero-min.jpg');
}

.hero.internal-hero.tmj-treatment {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/treatment_hero-min.jpg');
}

.hero.internal-hero.veneers {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/veneers_hero-min.jpg');
}

.hero.internal-hero.contact {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/office-img-3.jpg');
}

.hero.internal-hero.thank-you {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/office-img-2.jpg');
  padding-top: 0;
}

.hero.internal-hero._404 {
  background-image: radial-gradient(circle, rgba(1, 82, 165, 0), rgba(1, 81, 163, 0) 0%, rgba(0, 16, 33, .71) 30%), url('../images/office.jpg');
  padding-top: 0;
}

.info-section {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--white), var(--grey));
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 3px 0 6px rgba(0, 0, 0, .29);
}

.welcome-section {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.strive-section {
  background-image: linear-gradient(to bottom, var(--steel-blue), var(--royal-blue));
}

.services-section {
  background-image: url('../images/brickwall.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.blue-gradient-line {
  height: 6px;
  background-image: linear-gradient(to right, var(--light-steel-blue), var(--royal-blue));
  border-radius: 2px;
}

.financial-section {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-section {
  height: 90vh;
  max-height: 900px;
  min-height: 800px;
  background-image: linear-gradient(rgba(76, 134, 197, .67), rgba(76, 134, 197, .67)), url('../images/contact-sec-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer {
  background-image: linear-gradient(to right, #f2f0f0 50%, #4c86c5 50%);
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.nav-brand {
  width: 26%;
  align-items: center;
  padding-right: 36px;
  display: flex;
}

.navigation {
  width: 74%;
}

.nav-info {
  height: 40px;
  background-color: var(--royal-blue);
  border-bottom-left-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
}

.container {
  width: 100%;
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar-2 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  display: flex;
}

.nav-menu {
  width: 100%;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--grey-2);
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-family: oswald, sans-serif;
  font-size: 1.25em;
  transition: all .3s;
}

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

.nav-link.w--current {
  color: var(--steel-blue);
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.nav-link.drop-down {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 1em;
}

.nav-link-2, .nav-link-3 {
  margin-left: 0;
  margin-right: 0;
}

.blue-spacer {
  z-index: 0;
  height: 40px;
  background-color: var(--royal-blue);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: 0%;
}

.link-block {
  border: 1px solid var(--royal-blue);
  background-image: linear-gradient(to bottom, #4c86c5, var(--royal-blue));
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 11px;
  margin-bottom: 11px;
  margin-left: 20px;
  padding: 9px 15px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-block:hover {
  background-image: linear-gradient(to top, #4c86c5, var(--royal-blue));
  border-radius: 10px;
}

.text-block {
  color: var(--white);
  font-family: oswald, sans-serif;
  font-size: 1.25em;
  line-height: 1em;
}

.image {
  margin-right: 8px;
}

.nav-address {
  align-items: center;
  padding-left: 20px;
  padding-right: 5px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.nav-address:hover {
  transform: scale(1.01);
}

.text-block-2 {
  color: var(--white);
  font-family: oswald, sans-serif;
  font-size: 1em;
  font-weight: 300;
}

.body-2 {
  font-size: 16px;
}

.image-2 {
  margin-right: 4px;
}

.nav-phone {
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.nav-phone:hover {
  border-bottom: 1px solid var(--white);
}

.image-3 {
  margin-right: 4px;
}

.nav-followus {
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.image-4 {
  margin-right: 0;
}

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

.view-services, .new-patient-forms, .schedule-appointment {
  width: 33.33%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.vertical-line {
  width: 1px;
  height: 98px;
  background-color: var(--white);
  border: 1px solid #dedede;
}

.image-5 {
  width: 15%;
  margin-bottom: 12px;
}

.button {
  border: 1px solid var(--royal-blue);
  color: var(--grey-btn);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding-left: 58px;
  padding-right: 58px;
  font-family: Oswald, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.3em;
  transition: all .3s;
}

.button:hover {
  background-image: linear-gradient(to bottom, var(--royal-blue), var(--light-steel-blue));
  color: var(--white);
}

.button.btn2 {
  color: var(--dim-grey);
}

.button.btn2:hover {
  color: var(--white);
}

.button.btn3 {
  border-color: var(--white);
  color: var(--white);
  margin-top: 10px;
  padding-left: 58px;
  padding-right: 58px;
}

.button.btn3:hover {
  border-color: var(--light-steel-blue);
  background-color: var(--white);
  color: var(--royal-blue);
  background-image: none;
}

.image-6 {
  width: 15%;
}

.h1 {
  color: var(--white);
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

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

.h1.h1-int.h1-404 {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
  font-size: 8em;
}

.h1.h1-hero {
  margin-bottom: 30px;
}

.link-block-2 {
  transform-origin: 0%;
  align-items: center;
  text-decoration: none;
  transition: padding .3s;
  display: flex;
}

.link-block-2:hover {
  padding-left: 15px;
}

.text-block-4 {
  color: #a6c7e9;
  margin-right: 12px;
  font-family: Oswald, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1em;
}

.image-7 {
  width: 100%;
  max-width: 24px;
}

.picture-bg-gradient {
  width: 100%;
  height: 25vw;
  max-height: 430px;
  background-image: linear-gradient(#a6c7e9, #0054a6);
  border-radius: 20px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  position: static;
  top: 0%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.wrapper {
  min-height: 450px;
  position: relative;
}

.column {
  min-height: 450px;
  padding-left: 0;
  padding-right: 0;
}

.image-8 {
  width: 100%;
  max-width: none;
  border-radius: 20px;
  margin-top: 30px;
  margin-left: 30px;
  position: static;
  top: 6%;
  bottom: auto;
  left: 9%;
  right: auto;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .16);
}

.image-8.i8-2 {
  margin-left: -30px;
}

.image-9 {
  width: 100%;
  max-width: 57px;
  margin-right: 8px;
  display: inline-block;
}

.h2-midtown {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  line-height: 1.3em;
  display: inline-block;
}

.h2-midtown.h2-white {
  z-index: 1;
  color: var(--white);
  line-height: 1.3em;
  position: relative;
}

.h2-midtown.h2-white.h2-contact {
  text-align: center;
  font-size: 1em;
}

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

.h4-welcome {
  margin-bottom: 0;
}

.gradient-thin-line {
  width: 100%;
  height: 4px;
  max-width: 505px;
  background-image: linear-gradient(to right, var(--light-steel-blue), var(--royal-blue));
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.gradient-thin-line.gtl2 {
  max-width: 230px;
  transform-origin: 0%;
  margin-bottom: 50px;
}

.gradient-thin-line.gtl3 {
  max-width: 600px;
}

.gradient-thin-line.gtl4 {
  max-width: 350px;
  margin-bottom: 40px;
}

.gradient-thin-line.gtl5 {
  width: 80%;
}

.column-2 {
  text-align: left;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns {
  display: none;
}

.wrapper-pics {
  width: 48%;
  min-height: 450px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-right: 90px;
  display: flex;
  position: relative;
}

.wrapper-pics.wp2 {
  padding-left: 90px;
  padding-right: 30px;
}

.div-block-2 {
  width: 52%;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.div-block-2.db2-2 {
  padding-left: 30px;
  padding-right: 0;
}

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

.h3.h3-strive {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1em;
}

.h3.h3-strive.h3-serv {
  color: var(--white);
  text-shadow: 3px 0 3px rgba(0, 0, 0, .5);
  font-size: 2em;
  font-weight: 400;
}

.cards-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.white-card {
  width: 23%;
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin: 1%;
  padding: 30px;
  transition: all .3s;
  display: flex;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, .16);
}

.white-card:hover {
  transform: translate(0, -15px);
  box-shadow: 4px 4px 12px 4px rgba(0, 0, 0, .16);
}

.white-card.card-blue {
  background-image: url('../images/teeth-1.png'), linear-gradient(135deg, var(--light-steel-blue), var(--royal-blue));
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  justify-content: center;
  align-items: center;
  position: relative;
}

.white-card.card-blue.card-contact {
  width: 31%;
  background-image: url('../images/teeth-1.png'), linear-gradient(135deg, var(--light-steel-blue), var(--royal-blue));
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  padding: 35px;
}

.heading-4 {
  font-family: Oswald, sans-serif;
}

.link-block-3 {
  align-items: center;
  text-decoration: none;
  transition: padding .3s;
  display: flex;
}

.link-block-3:hover {
  padding-left: 10px;
}

.text-block-5 {
  color: var(--royal-blue);
  margin-right: 10px;
  font-family: Oswald, sans-serif;
  font-size: 1.0625em;
  font-weight: 500;
  line-height: 1em;
}

.image-11 {
  border-radius: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-11.img11-2 {
  width: 100%;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-2 {
  font-size: 1em;
  line-height: 1.3em;
}

.paragraph-2.p3 {
  color: var(--dim-grey);
  font-family: roboto, sans-serif;
  font-size: 1.125em;
}

.form-container {
  width: 93%;
  background-color: var(--white);
  border-radius: 20px;
  align-items: flex-start;
  padding: 30px 70px 30px 0;
  display: flex;
  box-shadow: 0 0 16px -3px rgba(0, 0, 0, .16);
}

.blue-div {
  width: 60%;
  background-image: linear-gradient(135deg, var(--light-steel-blue), var(--royal-blue));
  border-radius: 20px;
  padding: 15px;
  transform: translate(-70px);
  box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, .16);
}

.blue-div.bv-int {
  width: auto;
  background-image: linear-gradient(135deg, var(--light-steel-blue), var(--royal-blue));
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
  transform: none;
}

.contact-wrapper {
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.ra-div {
  width: 50%;
}

.field-label {
  width: 48%;
  color: #838487;
  margin-right: 2%;
  font-family: Oswald, sans-serif;
  font-size: .875em;
  font-weight: 400;
  line-height: 1.3em;
}

.field-label.fl-right {
  margin-left: 2%;
  margin-right: 0%;
}

.field-label.fl-int {
  width: 100%;
}

.text-field {
  width: 48%;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-right: 2%;
}

.text-field.tf-right {
  margin-left: 2%;
  margin-right: 0%;
}

.text-field.tf-int {
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
}

.form {
  margin-top: 20px;
  display: none;
}

.textarea {
  border: 1px solid #ddd;
  border-radius: 10px;
}

.submit-button {
  float: right;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to bottom, #a6c7e9, var(--royal-blue));
  border-radius: 10px;
  margin-top: 20px;
  padding-left: 58px;
  padding-right: 58px;
  font-family: Oswald, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.3em;
  transition: all .3s;
}

.submit-button:hover {
  background-image: linear-gradient(to top, #a6c7e9, var(--royal-blue));
  border-radius: 15px;
}

.submit-button.sb-int {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.input-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.link-block-4 {
  align-items: center;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.paragraph-3 {
  color: var(--dim-grey);
  font-size: 1em;
  line-height: 1.6em;
}

.paragraph-3.p4 {
  margin-bottom: 0;
}

.image-12 {
  margin-right: 50px;
}

.text-span {
  font-family: Oswald, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
}

.info-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hours-div {
  width: 40%;
  background-color: #f2f0f0;
  justify-content: flex-end;
  padding: 50px 80px 50px 30px;
  display: flex;
}

.services-dov {
  width: 60%;
  background-color: #4c86c5;
  padding: 50px 30px 50px 80px;
}

.copyright-div {
  width: 100%;
  background-color: var(--royal-blue);
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
}

.hours-wrapper {
  padding-left: 0;
}

.text-block-6 {
  color: #eff6fd;
  margin-right: 15px;
  font-size: .8125em;
  line-height: 1.3em;
}

.div-block-3 {
  align-items: center;
  display: flex;
}

.link-block-5 {
  margin-right: 10px;
}

.image-13, .image-14, .image-15 {
  display: block;
}

.line3 {
  height: 0;
  border: 1px solid #c9c9c9;
  margin-bottom: 20px;
}

.image-16 {
  border: 1px solid #c9c9c9;
}

.image-17 {
  width: 100%;
}

.text-block-7 {
  width: 50%;
  color: #838487;
  text-align: left;
  margin-bottom: 10px;
  font-family: roboto, sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.3em;
}

.text-block-7.tb7-2 {
  text-align: right;
}

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

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

.line4 {
  height: 0;
  border: 1px solid #a6c7e9;
  margin-top: 20px;
}

.links-wrapper {
  flex-wrap: wrap;
  padding-top: 30px;
  display: flex;
}

.div-block-4 {
  width: 33.33%;
}

.text-block-8 {
  color: var(--white);
  margin-bottom: 10px;
  font-family: roboto, sans-serif;
  font-size: 1.25em;
  line-height: 1.3em;
}

.text-block-8.hide, .link-block-6 {
  display: none;
}

.int-form_wrapper {
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-top: -115px;
  padding: 20px 20px 10px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
  box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, .16);
}

.form-block {
  width: 100%;
}

.column-5 {
  position: relative;
}

.h2-int {
  margin-top: 0;
  font-size: 1.4em;
}

.interior-menu {
  width: 20%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.article {
  width: 60%;
  padding: 30px 25px 25px;
}

.article.art1 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.aside {
  width: 20%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.menu-wrapper {
  background-color: var(--white);
  box-shadow: none;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
  display: flex;
}

.list-item {
  color: var(--royal-blue);
  font-family: roboto, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

.link {
  width: 90%;
  color: var(--dim-grey);
  border-radius: 10px;
  margin-left: 30px;
  margin-right: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  font-family: Oswald, sans-serif;
  font-size: 1em;
  line-height: 1.3em;
  text-decoration: none;
  transition: margin .5s, background-color .5s;
}

.link:hover {
  background-image: linear-gradient(to right, var(--steel-blue), white);
  color: var(--white);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 15px;
}

.link.w--current {
  color: var(--steel-blue);
}

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

.link.hide {
  display: none;
}

.link-2 {
  color: var(--royal-blue);
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

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

.testimonial-wrapper {
  background-image: url('../images/brickwall.png');
  background-position: 50%;
  background-size: auto;
  border-radius: 10px;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 20px 20px 10px;
  display: none;
  box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, .16);
}

.image-19 {
  width: 5%;
  max-width: 512px;
  margin-right: 20px;
}

.text-span-2 {
  float: right;
  color: var(--royal-blue);
  font-family: Oswald, sans-serif;
  font-weight: 700;
  line-height: 3em;
}

.icon {
  display: none;
}

.dropdown-link {
  background-color: var(--white);
  text-shadow: 7px 7px 6px rgba(0, 0, 0, .16);
  padding-top: 6px;
  padding-bottom: 6px;
  transition: all .3s;
}

.dropdown-link:hover {
  background-image: linear-gradient(to right, var(--royal-blue), var(--light-steel-blue));
  color: var(--white);
}

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

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin-top: 30px;
  padding: 3px;
}

.serv-grid-wrapper {
  background-image: linear-gradient(135deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/services_hero-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 40px;
  transition: all .3s;
  display: flex;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, .3);
}

.serv-grid-wrapper:hover {
  background-image: linear-gradient(315deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/services_hero-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.serv-grid-wrapper.sg1 {
  background-image: linear-gradient(135deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/bridges_hero-min2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.serv-grid-wrapper.sg1:hover {
  background-image: linear-gradient(315deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/bridges_hero-min.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.serv-grid-wrapper.sg2 {
  background-image: linear-gradient(135deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/cosmetic_dentistry_hero-min.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
}

.serv-grid-wrapper.sg2:hover {
  background-image: linear-gradient(315deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/cosmetic_dentistry_hero-min.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.serv-grid-wrapper.sg3 {
  background-image: linear-gradient(135deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/crwons_hero-min.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
}

.serv-grid-wrapper.sg3:hover {
  background-image: linear-gradient(315deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/crwons_hero-min.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.serv-grid-wrapper.sg4 {
  background-image: linear-gradient(135deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/dental_fillings_hero-min_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.serv-grid-wrapper.sg4:hover, .serv-grid-wrapper.sg4.sg-hover:hover {
  background-image: linear-gradient(315deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/dental_fillings_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.serv-grid-wrapper.sg5 {
  background-image: linear-gradient(135deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/dentures_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.serv-grid-wrapper.sg5:hover {
  background-image: linear-gradient(315deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/dentures_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.serv-grid-wrapper.sg6 {
  background-image: linear-gradient(135deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/emergency_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.serv-grid-wrapper.sg6:hover {
  background-image: linear-gradient(315deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/emergency_treatment_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.serv-grid-wrapper.sg7 {
  background-image: linear-gradient(135deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/extraction_hero2-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.serv-grid-wrapper.sg7:hover {
  background-image: linear-gradient(315deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/extractions_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.serv-grid-wrapper.sg8 {
  background-image: linear-gradient(135deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/implant_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.serv-grid-wrapper.sg8:hover {
  background-image: linear-gradient(315deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/implants_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.serv-grid-wrapper.sg9 {
  background-image: linear-gradient(135deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/initial_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.serv-grid-wrapper.sg9:hover {
  background-image: linear-gradient(315deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/oral_exam_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.serv-grid-wrapper.sg10 {
  background-image: linear-gradient(135deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/laser_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.serv-grid-wrapper.sg10:hover {
  background-image: linear-gradient(315deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/laser_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.serv-grid-wrapper.sg11 {
  background-image: linear-gradient(135deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/dental_lab_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.serv-grid-wrapper.sg11:hover {
  background-image: linear-gradient(315deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/dental_lab_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.serv-grid-wrapper.sg12 {
  background-image: linear-gradient(135deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/oral_cancer_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.serv-grid-wrapper.sg12:hover {
  background-image: linear-gradient(315deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/oral_cancer_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.serv-grid-wrapper.sg13 {
  background-image: linear-gradient(135deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/orthodontics_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.serv-grid-wrapper.sg13:hover {
  background-image: linear-gradient(315deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/orthodontics_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.serv-grid-wrapper.sg14 {
  background-image: linear-gradient(135deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/pediatric_dentistry_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.serv-grid-wrapper.sg14:hover {
  background-image: linear-gradient(315deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/pediatric_dentistry_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.serv-grid-wrapper.sg15 {
  background-image: linear-gradient(135deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/periodical_care_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.serv-grid-wrapper.sg15:hover {
  background-image: linear-gradient(315deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/periodontal_care_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.serv-grid-wrapper.sg16 {
  background-image: linear-gradient(135deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/root_canal_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.serv-grid-wrapper.sg16:hover {
  background-image: linear-gradient(315deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/root_canal_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.serv-grid-wrapper.sg17 {
  background-image: linear-gradient(135deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/sedation_dentistry_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.serv-grid-wrapper.sg17:hover {
  background-image: linear-gradient(315deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/sedation_dentistry_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.serv-grid-wrapper.sg18 {
  background-image: linear-gradient(135deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/teeth_whitening_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.serv-grid-wrapper.sg18:hover {
  background-image: linear-gradient(315deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/teeth_whitening_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.serv-grid-wrapper.sg19 {
  background-image: linear-gradient(135deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/treatment_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.serv-grid-wrapper.sg19:hover {
  background-image: linear-gradient(315deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/treatment_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.serv-grid-wrapper.sg20 {
  background-image: linear-gradient(135deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/veneers_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
}

.serv-grid-wrapper.sg20:hover {
  background-image: linear-gradient(315deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 50%, rgba(1, 82, 165, 0)), url('../images/veneers_hero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.link-block-7 {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.image-20 {
  z-index: 1;
  margin-bottom: 30px;
  position: relative;
}

.link-3 {
  color: var(--white);
  text-align: center;
  text-decoration: none;
  transition: all .3s;
}

.link-3:hover {
  text-shadow: 1px 1px 6px var(--light-steel-blue);
}

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

.link-4:hover {
  text-shadow: 4px 4px 12px var(--light-steel-blue);
}

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

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

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

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

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

.h5.h5-white {
  color: var(--white);
  text-shadow: 1px 1px 6px #000;
}

.form-2 {
  display: none;
}

.link-6 {
  color: var(--grey-2);
  text-decoration: none;
}

.link-6.w--current {
  color: var(--steel-blue);
}

.link-6.w--current:hover {
  color: var(--white);
}

.link-block-8 {
  margin-right: 4px;
}

.html-embed {
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, .16);
}

.html-embed-2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.link-7 {
  color: #eff6fd;
}

.link-7:hover {
  text-decoration: none;
}

.html-embed-3 {
  margin-top: 30px;
}

.image-21, .image-22 {
  max-width: 30%;
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

.image-23 {
  max-width: 30%;
  float: right;
  object-fit: fill;
  margin-bottom: 20px;
  margin-left: 20px;
  display: inline-block;
}

.image-23._1 {
  width: 500px;
}

.image-23._2 {
  max-width: 40%;
}

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

.text-span-3, .text-span-4 {
  color: var(--dim-grey);
}

.slider {
  height: 90vh;
  max-height: 900px;
  min-height: 608px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/office.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide.s2 {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/img1-min.jpg');
}

.slide.s3 {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/img2-min.jpg');
}

.slide.s4 {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/img3-min.jpg');
}

.slide.s5 {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/img4-min.jpg');
}

.slide.s6 {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/img5-min.jpg');
}

.slide.s7 {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/img6-min.jpg');
}

.slide.s8 {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/img7-min.jpg');
}

.slide.s9 {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/img8-min.jpg');
}

.slide.s10 {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/img9-min.jpg');
}

.slide.s11 {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/img10-min.jpg');
}

.slide._12 {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/img11-min.jpg');
}

.slide.s13 {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/img12-min.jpg');
}

.slide.s14 {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/img13-min.jpg');
}

.slide.s15 {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/img14-min.jpg');
}

.slide.s16 {
  background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 58%, rgba(1, 82, 165, 0)), url('../images/img15-min.jpg');
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  z-index: 999;
  bottom: 20px;
}

.arrow-wrapper {
  z-index: 99;
  text-align: center;
  margin-top: 100px;
}

.image-24 {
  width: 100%;
  max-width: 50px;
}

.image-25 {
  width: 100%;
  max-width: 200px;
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

.staff-2 {
  margin-top: 80px;
  font-size: 2em;
}

.staff-2.dildlus {
  margin-top: 104px;
}

.image-26 {
  height: auto;
  max-width: 180px;
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

.video {
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, .16);
}

.text-right {
  text-align: right;
}

.hygiene-quote {
  background-image: linear-gradient(to right, var(--royal-blue), var(--steel-blue) 50%, var(--royal-blue));
  color: var(--grey);
  padding: 2rem 1rem;
}

.hide {
  display: block;
}

.heading-5 {
  margin-top: 56px;
}

.carecredit {
  width: 100%;
  height: auto;
}

.care-credit-link {
  width: 80vw;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.carecredit-section {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
}

.img-container {
  width: 200px;
  height: 250px;
  float: right;
  background-image: url('../images/Laura-savinon.jpg');
  background-position: 50%;
  background-size: cover;
}

.img-container.carmen {
  background-image: url('../images/image_1-removebg-preview.png');
  background-position: 50% 0;
}

.img-container.yecenia {
  background-image: url('../images/Yecenia.jpg');
}

.img-container.nildlus {
  background-image: url('../images/Nildlus-brito.jpg');
}

.img-container.shileizy {
  background-image: url('../images/Shileizy-.jpg');
}

.img-container.jordan {
  background-image: url('../images/Jordan.jpg');
}

.img-container.consuelo {
  background-image: url('../images/consulo-guera.jpg');
}

.img-container.naimy {
  background-image: url('../images/Naimy.jpg');
}

@media screen and (max-width: 991px) {
  .containerdiv.cont2 {
    padding-left: 20px;
    padding-right: 0;
  }

  .containerdiv.cont3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .containerdiv.cont6 {
    padding: 33px 20px 36px;
  }

  .containerdiv.cont7, .containerdiv.cont9, .containerdiv.cont10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .containerdiv.cont11 {
    padding-left: 0;
    padding-right: 0;
  }

  .containerdiv.cont12 {
    max-width: 1600px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .body {
    font-size: 14px;
  }

  .hero {
    height: 70vh;
    max-height: 800px;
    min-height: 500px;
    background-image: linear-gradient(113deg, rgba(0, 16, 33, .71), rgba(1, 81, 163, .02) 100%, rgba(1, 82, 165, 0)), url('../images/office.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    margin-top: 100px;
    padding-top: 80px;
  }

  .hero.internal-hero {
    height: 50vh;
    max-height: 600px;
    min-height: 350px;
    background-attachment: scroll, scroll;
    margin-top: 100px;
    padding-top: 50px;
  }

  .hero.internal-hero.oral_exam {
    background-position: 0 0, 50%;
  }

  .welcome-section, .services-section, .contact-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .nav-brand, .nav-info {
    padding-right: 20px;
  }

  .nav-menu {
    background-color: #f2f0f0;
    margin-right: 0;
    padding-top: 16px;
    padding-right: 20px;
  }

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

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

  .link-block {
    margin-top: 10px;
  }

  .nav-address {
    padding-left: 20px;
  }

  .text-block-2 {
    font-size: .8em;
  }

  .button {
    padding-left: 28px;
    padding-right: 28px;
  }

  .image-7 {
    max-width: 20px;
  }

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

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

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

  .div-block-2.db2-2 {
    padding-left: 20px;
  }

  .h3.h3-strive {
    font-size: 1.9em;
  }

  .white-card {
    width: 48%;
  }

  .form-container {
    padding-right: 50px;
  }

  .blue-div {
    width: 70%;
    transform: translate(-50px);
  }

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

  .image-12 {
    margin-right: 20px;
  }

  .hours-div, .services-dov {
    padding: 30px 20px;
  }

  .copyright-div {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button.w--open {
    background-color: var(--grey);
    color: var(--dim-grey);
  }

  .int-form_wrapper {
    margin-top: 0;
  }

  .interior-menu {
    width: 48%;
    margin-right: 2%;
  }

  .article {
    width: 100%;
    order: -1;
  }

  .aside {
    width: 50%;
  }

  .slider {
    height: 70vh;
    max-height: 800px;
    min-height: 500px;
  }

  .arrow-wrapper {
    margin-top: 60px;
  }

  .image-25 {
    float: none;
  }

  .staff-2 {
    margin-top: 140px;
  }

  .staff-2.tanda {
    margin-top: 160px;
  }

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

  .care-credit-link {
    width: 90vw;
  }

  .img-container {
    width: 200px;
    height: 250px;
    float: right;
    background-image: url('../images/Naimy.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .img-container.laura {
    background-image: url('../images/Laura-savinon.jpg');
  }
}

@media screen and (max-width: 767px) {
  .containerdiv.cont5, .containerdiv.cont8, .containerdiv.cont9 {
    flex-wrap: wrap;
  }

  .containerdiv.cont10 {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

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

  .hero {
    height: 55vh;
    max-height: 650px;
    min-height: 350px;
    padding-top: 50px;
  }

  .hero.internal-hero {
    height: 35vh;
    background-size: auto, cover;
  }

  .hero.internal-hero.oral_exam {
    background-position: 0 0, 0%;
  }

  .welcome-section, .services-section, .financial-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-section {
    max-height: 1200px;
    min-height: 1150px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .nav-brand {
    width: 46%;
  }

  .navigation {
    width: 54%;
  }

  .nav-info {
    justify-content: space-around;
  }

  .nav-address {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-2 {
    display: none;
  }

  .body-2 {
    font-size: 14px;
  }

  .nav-phone, .nav-followus {
    padding-left: 0;
    padding-right: 0;
  }

  .view-services, .new-patient-forms, .schedule-appointment {
    width: 100%;
  }

  .vertical-line {
    height: 350px;
    margin-top: -180px;
    margin-bottom: -180px;
    transition: all .3s;
    transform: rotate(90deg);
  }

  .image-7 {
    max-width: 16px;
  }

  .picture-bg-gradient {
    height: 58vw;
    max-height: 350px;
  }

  .image-8 {
    max-height: 350px;
  }

  .wrapper-pics {
    width: 100%;
    min-height: 390px;
    padding-right: 50px;
  }

  .wrapper-pics.wp2 {
    padding-left: 50px;
  }

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

  .div-block-2.db2-2 {
    padding-bottom: 30px;
    padding-right: 20px;
  }

  .white-card {
    width: 98%;
  }

  .white-card.card-blue {
    min-height: 280px;
  }

  .white-card.card-blue.card-contact {
    width: 40%;
    min-height: 0;
  }

  .image-11 {
    display: none;
  }

  .form-container {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blue-div {
    width: 100%;
    margin-top: -90px;
    margin-bottom: 30px;
    transform: none;
    box-shadow: 2px 2px 6px 3px rgba(0, 0, 0, .16);
  }

  .ra-div, .hours-div, .services-dov {
    width: 100%;
  }

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

  .column-4 {
    display: none;
  }

  .div-block-5 {
    padding-top: 100px;
  }

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

  .slider {
    height: 55vh;
    max-height: 650px;
    min-height: 350px;
  }

  .arrow-wrapper {
    display: none;
  }

  .care-credit-link {
    width: 95vw;
  }

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

@media screen and (max-width: 479px) {
  .containerdiv.cont2 {
    padding-left: 10px;
  }

  .containerdiv.cont3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .containerdiv.cont6 {
    padding: 20px 10px 23px;
  }

  .containerdiv.cont7, .containerdiv.cont9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .body {
    font-size: 12px;
  }

  .paragraph.p-white.p-hero {
    margin-bottom: 20px;
  }

  .hero {
    height: 25vh;
    max-height: 550px;
    min-height: 250px;
    padding-top: 10px;
  }

  .hero.internal-hero {
    height: 25vh;
    min-height: 250px;
  }

  .hero.internal-hero.oral_exam {
    background-position: 0 0, 0%;
  }

  .welcome-section, .services-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .financial-section, .contact-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-brand {
    display: none;
  }

  .navigation {
    width: 100%;
  }

  .nav-info {
    padding-left: 20px;
  }

  .blue-spacer {
    display: none;
  }

  .view-services, .new-patient-forms, .schedule-appointment {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .vertical-line {
    height: 200px;
  }

  .h1 {
    font-size: 3em;
  }

  .h1.h1-hero {
    margin-bottom: 20px;
  }

  .image-7 {
    max-width: 14px;
  }

  .h2-midtown {
    font-size: 2em;
  }

  .h4-welcome {
    font-size: 1.5em;
  }

  .gradient-thin-line.gtl2 {
    margin-bottom: 20px;
  }

  .wrapper-pics {
    min-height: 310px;
    order: 1;
    padding-left: 10px;
    padding-right: 40px;
  }

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

  .div-block-2 {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-2.db2-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h3.h3-strive {
    text-align: center;
    font-size: 1.5em;
  }

  .white-card.card-blue {
    min-height: 250px;
  }

  .white-card.card-blue.card-contact {
    width: 60%;
    margin-bottom: 5%;
  }

  .white-card.card-blue.card-contact.cc-3 {
    margin-bottom: 10%;
  }

  .form-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blue-div {
    margin-top: -70px;
    margin-bottom: 20px;
  }

  .contact-wrapper {
    padding: 9px;
  }

  .field-label, .text-field {
    width: 100%;
  }

  .submit-button {
    width: 100%;
    float: none;
  }

  .link-block-4 {
    margin-bottom: 20px;
  }

  .hours-div, .services-dov {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-18 {
    max-width: 80%;
    margin-top: 8px;
  }

  .link-block-6.w--current {
    display: block;
  }

  .interior-menu {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .article {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 5px;
  }

  .aside {
    width: 100%;
    padding-top: 0;
  }

  .testimonial-wrapper {
    margin-top: 15px;
  }

  .image-21 {
    max-width: 40%;
  }

  .image-22, .image-23 {
    max-width: 100%;
  }

  .slider {
    height: 25vh;
    max-height: 550px;
    min-height: 250px;
  }

  .slide-nav {
    bottom: 0;
  }

  .arrow-wrapper {
    display: none;
  }

  .image-25, .image-26 {
    max-width: 100px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .img-container {
    width: 100px;
    height: 150px;
  }
}


