:root {
  --steel-blue: #1e74cc;
  --dark-slate-blue: #143a61;
  --dim-grey: #4b4b4b;
  --gold: #ffc200;
  --white: white;
  --white-2: #ffffff70;
  --silver: #bbbbbb70;
  --black: black;
}

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

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

body {
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: var(--steel-blue);
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  color: var(--dark-slate-blue);
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  color: var(--dim-grey);
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 36px;
}

a {
  color: var(--steel-blue);
  text-decoration: none;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
}

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

label {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
  display: block;
}

.body {
  background-color: #fff;
  padding-top: 120px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.main-navigation {
  z-index: 99999;
  background-color: #fff;
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 6px #0000001f;
}

.div-block-2 {
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.div-block-4 {
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.image {
  width: 100px;
}

.navbar {
  background-color: #0000;
  flex: 1;
}

.div-block-6 {
  flex-direction: column;
  justify-content: space-between;
  width: 20%;
  height: 100%;
  padding: 12px;
  display: flex;
}

.button {
  background-color: var(--dark-slate-blue);
  text-align: center;
  border-radius: 0;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 600;
  transition: all .575s;
}

.button:hover {
  background-color: var(--steel-blue);
}

.button.gold {
  color: var(--dim-grey);
  background-image: url('../images/gradient.webp');
  background-position: 50% -27px;
  background-repeat: repeat-x;
  background-size: 12px 200%;
  font-weight: 600;
  transition: all .575s;
  position: static;
}

.button.gold:hover {
  background-position: 50% 0;
}

.video-banner {
  background-image: url('../images/mask3.svg'), linear-gradient(to bottom, #0000 99%, white 99%), linear-gradient(326deg, var(--dark-slate-blue), #1e74ccb5);
  background-position: 50% 100%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 100%, auto, auto;
  height: 85vh;
  min-height: 600px;
  max-height: 1200px;
}

.video-banner.landingbanner {
  height: 40vh;
  min-height: 350px;
  max-height: 800px;
}

.background-video {
  height: 100%;
}

.link {
  color: var(--dim-grey);
  text-align: center;
  white-space: normal;
  padding: 20px 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: all .575s;
}

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

.link.w--current {
  border: 0 solid #000;
  border-top: 0 dotted #0000;
  padding-top: 20px;
  transition: all .2s;
}

.link.dropdown-links {
  padding-right: 25px;
}

.div-block-8 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2% 8% 8%;
  transition: all .575s;
  display: flex;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 300;
}

.h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px #000;
  max-width: 1100px;
  margin-top: 0;
  font-size: 90px;
  font-weight: 500;
  line-height: 90px;
}

.div-block-9 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 700px;
  height: 100px;
  margin-top: 25px;
  padding: 15px;
  display: flex;
}

.div-block-9.neg15 {
  width: 100%;
  max-width: 700px;
  margin-left: -15px;
}

.button-2 {
  border: 2px solid var(--steel-blue);
  background-color: var(--dark-slate-blue);
  background-image: radial-gradient(circle farthest-corner at 48% 215%, var(--steel-blue), #fff0);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
  transition: all .575s;
  display: flex;
}

.button-2:hover {
  border-color: var(--gold);
}

.button-3 {
  border: 2px solid var(--gold);
  color: #333;
  background-image: url('../images/gradient.webp');
  background-position: 0;
  background-size: auto 200%;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
  display: flex;
}

.button-3.nobotmar {
  transition: all .575s;
}

.button-3.nobotmar:hover {
  background-position: 50% 100%;
}

.button-3.nlm {
  width: 100%;
  max-width: 300px;
  margin-left: 0;
  transition: all .575s;
}

.button-3.nlm:hover {
  background-position: 50% 100%;
}

.introtext {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  margin-bottom: 60px;
  padding-bottom: 0;
  display: flex;
}

.div-block-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  transition: all .575s;
  display: flex;
}

.image-2 {
  max-width: 100px;
  margin-top: -100px;
  margin-bottom: 31px;
  margin-left: -40px;
}

.heading-3 {
  color: var(--dim-grey);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 65px;
  font-weight: 500;
  line-height: 65px;
}

.heading-3.whitetext {
  color: #fff;
}

.heading-3.centertext {
  text-align: center;
}

.div-block-12 {
  background-image: linear-gradient(to bottom, var(--gold), var(--gold)), url('../images/gradient.webp');
  background-position: 0 0, 0;
  background-repeat: repeat, repeat-x;
  background-size: auto, 12px 100%;
  width: 300px;
  height: 5px;
}

.paragraph {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 36px;
}

.paragraph.whitetext {
  color: #fff;
}

.paragraph.whitetext.botmar {
  margin-bottom: 30px;
}

.paragraph.whitetext.botmar.boxtext {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
}

.paragraph.whitetext.botmar.boxtext.black {
  color: #000;
}

.paragraph.whitetext.botmar.boxtext.black.blog-text {
  max-width: 950px;
}

.paragraph.whitetext.botmar.boxtext.black.blog-text.blog-date {
  margin-top: 0;
  font-size: 14px;
}

.black-marble {
  background-color: #000;
  background-image: linear-gradient(#000000cf, #000000cf), url('../images/black-marble-textures-plain_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100% 100%;
  height: auto;
  padding-top: 100px;
}

.focusbuckets {
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: -60px;
  display: flex;
}

.div-block-14 {
  width: 25%;
  height: 100%;
  margin-bottom: -170px;
  padding: 20px;
  transition: all .575s;
}

.div-block-15 {
  border-bottom: 0px solid var(--steel-blue);
  text-align: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 0;
}

.goldsection {
  background-image: linear-gradient(299deg, #d4b25a, #e2a72ae8), url('../images/black-marble-textures-plain_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100% 200%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  padding: 50px 0 0;
  display: block;
}

.heading-4 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 24px;
}

.heading-4.leftalign {
  text-align: left;
  font-size: 26px;
  line-height: 26px;
}

.heading-4.leftalign.botmar {
  margin-bottom: 35px;
}

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

.link-block {
  background-image: url('../images/mask3.svg'), radial-gradient(circle farthest-corner at 25% 4%, var(--steel-blue), var(--dark-slate-blue));
  color: #fff;
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px;
  text-decoration: none;
  transition: all .575s;
  display: flex;
}

.link-block:hover {
  border: 12px solid var(--gold);
  background-position: 0 200%, 0 0;
  margin-top: -15px;
}

.image-3 {
  width: 85px;
  margin-bottom: 19px;
}

.div-block-17 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 85px 25px 65px;
  display: flex;
}

.div-block-18 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin-top: 40px;
  display: flex;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40%;
  height: 100%;
  padding: 0;
  transition: all .575s;
  display: flex;
}

.div-block-20 {
  width: 100%;
  max-width: 60%;
  height: 100%;
  padding: 30px;
  transition: all .575s;
}

.div-block-21 {
  border: 4px solid var(--dark-slate-blue);
  width: 100%;
  height: 100%;
  padding: 15px;
  transition: all .575s;
}

.div-block-21.hidedesk {
  display: none;
}

.paragraph-2 {
  color: #fff;
  font-size: 22px;
  line-height: 36px;
}

.unordered-list {
  color: var(--gold);
  margin-top: 20px;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.div-block-22 {
  height: 100%;
  padding: 0% 2% 3%;
}

.flex {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 20px auto 0;
  display: flex;
}

.vertical {
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.box-black {
  background-color: #000;
  background-image: linear-gradient(#000000d4, #000000d4), url('../images/black-marble-textures-plain_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100% 200%;
  width: 100%;
  height: auto;
  min-height: auto;
}

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

.div-block-26 {
  width: 100%;
  height: 50%;
  min-height: 250px;
}

.div-block-26.pic1 {
  background-image: url('../images/bone-grafting.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 487px;
}

.div-block-26.pic1.pic4 {
  background-image: url('../images/scaling.webp');
  background-size: cover;
}

.div-block-26.pic1.pic7 {
  background-image: url('../images/dental-services.webp');
  background-size: cover;
}

.div-block-26.pic1.pic10 {
  background-image: url('../images/implant-retained-dentures_1.webp');
  background-size: 487px;
}

.div-block-26.pic1.pic11 {
  background-image: url('../images/large-1.webp');
  background-size: cover;
}

.div-block-26.pic1.pic12 {
  background-image: url('../images/bone-grafting.webp');
  background-size: 487px;
}

.div-block-26.pic2 {
  background-image: url('../images/full-reconstruction_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 487px;
}

.div-block-26.pic2.pic5 {
  background-image: url('../images/extractions_1.webp');
  background-size: cover;
}

.div-block-26.pic2.pic8 {
  background-image: url('../images/cosmetic-surgery.webp');
  background-size: cover;
}

.div-block-26.pic2.pic12 {
  background-image: url('../images/scaling.webp');
  background-size: cover;
}

.div-block-26.pic2.pic13 {
  background-image: url('../images/fillings1_1.webp');
  background-size: cover;
}

.div-block-26.pic2.pic14 {
  background-image: url('../images/bone-restoration.webp');
  background-size: cover;
}

.div-block-26.pic2.pic15 {
  background-image: url('../images/full-reconstruction_1.webp');
  background-size: 487px;
}

.div-block-26.pic3 {
  background-image: url('../images/xrays2_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-26.pic3.pic9 {
  background-image: url('../images/invis2_1.webp');
}

.div-block-26.pic3.pic12 {
  background-image: url('../images/invis2_1.webp');
  background-size: cover;
}

.div-block-26.pic3.pic13 {
  background-image: url('../images/olady_1.webp');
  background-size: cover;
}

.div-block-26.pic3.pic14 {
  background-image: url('../images/extractions_1.webp');
  background-size: cover;
}

.div-block-26.pic4 {
  background-image: url('../images/dentisttooth_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-26.pic5 {
  background-image: url('../images/smileyfam.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-26.pic6 {
  background-image: url('../images/implant-bridges.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-26.pic7 {
  background-image: url('../images/fillings2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-26.pic8 {
  background-image: url('../images/perio.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-26.pic9 {
  background-image: url('../images/oraldnatesting_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 512px;
}

.div-block-26.pic10 {
  background-image: url('../images/smilinggirls_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box {
  color: #fff;
  width: 100%;
  height: 50%;
  min-height: auto;
  padding: 30px;
  transition: all .575s;
}

.page-link {
  color: #ffc200;
  margin-top: 15px;
  text-decoration: none;
  transition: all .575s;
}

.page-link:hover {
  color: var(--gold);
  padding-left: 10px;
}

.marble-2 {
  background-color: #000;
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/black-marble-textures-plain_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100% 100%;
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.div-block-29 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .575s;
  display: flex;
}

.testimonials {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 49px;
  display: flex;
}

.footer {
  width: 100%;
  height: auto;
  max-height: auto;
  background-color: #000;
  background-image: url('../images/topmask.svg'), linear-gradient(to top, #000, #fff0 47%), linear-gradient(#000000c9, #000000c9), url('../images/black-marble-textures-plain_1.webp');
  background-position: 50% -50px, 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  background-size: cover, auto, auto, 100% 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  padding-bottom: 0;
  transition: all .575s;
  display: flex;
}

.div-block-32 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 0;
  transition: all .575s;
  display: flex;
}

.div-block-33 {
  width: 50%;
  height: 100%;
  padding: 40px;
}

.div-block-34 {
  background-color: #000;
  background-image: linear-gradient(#000000cf, #000000cf), url('../images/black-marble-textures-plain_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, 825px 100%;
  border: 4px solid #000;
  width: 100%;
  height: 100%;
  min-height: auto;
}

.div-block-35 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  margin-top: -25px;
  margin-bottom: 50px;
  margin-left: -50px;
  padding: 30px;
  transition: margin .575s, box-shadow .575s;
  display: flex;
  box-shadow: 4px 4px 14px 3px #00000017;
}

.div-block-35:hover {
  margin-top: -45px;
  box-shadow: 11px 11px 14px 3px #00000036;
}

.image-5 {
  width: 400px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
}

.video {
  height: 100%;
}

.div-block-36 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  transition: all .575s;
  display: flex;
}

.div-block-37 {
  background-image: linear-gradient(#0000, #000);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 40px;
  transition: all .575s;
  display: flex;
}

.div-block-38 {
  color: #fff;
  width: 25%;
  height: 100%;
  padding: 20px;
}

.button-4 {
  background-color: #0000;
  border-top: 1px solid #242424;
  border-bottom: 1px solid #000;
  width: 100%;
  padding-left: 0;
  transition: all .575s;
}

.button-4:hover {
  border-left: 12px solid var(--gold);
  background-color: var(--steel-blue);
  background-image: linear-gradient(142deg, transparent 91%, var(--gold) 91%);
  padding-left: 15px;
}

.div-block-39 {
  height: 100%;
}

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

.div-block-41 {
  float: left;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  min-height: auto;
  padding: 2px;
  display: flex;
}

.div-block-42 {
  background-color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 130px;
  min-height: 100px;
  padding: 0;
  display: flex;
}

.icon-social {
  width: 45px;
  height: 45px;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  transition: background-color .575s, box-shadow .558s;
  display: flex;
}

.social-link:hover {
  background-color: var(--steel-blue);
  box-shadow: 0 0 4px 5px #44a0ff;
}

.link-block-5 {
  color: var(--steel-blue);
  margin-bottom: 10px;
  text-decoration: none;
}

.topmar {
  margin-top: 30px;
}

.mobileheadline {
  background-color: #000;
  background-image: url('../images/jacksonville_1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
  transition: all .575s;
  display: none;
}

.ddlink {
  background-color: var(--steel-blue);
  color: #fff;
  border-top: 1px solid #4190e2;
  border-bottom: 1px solid #154b81;
  width: 100%;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .575s;
}

.ddlink:hover {
  background-color: var(--dark-slate-blue);
}

.ddlink.w--current {
  color: #82b1e0;
  background-image: linear-gradient(#00000080, #00000080);
}

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

.dropdown {
  width: 100%;
}

.dropdown-list-2 {
  position: relative;
}

.dropdown-list-2.w--open {
  background-color: var(--dark-slate-blue);
  margin-left: 10px;
}

.ddlink2 {
  color: #ffffffd6;
  transition: all .575s;
}

.ddlink2:hover {
  background-color: var(--gold);
  color: var(--dark-slate-blue);
}

.linkdd {
  color: #fff;
  width: 100%;
  text-decoration: none;
}

.toplink {
  color: var(--dim-grey);
  text-decoration: none;
}

.footerlink {
  transition: all .575s;
}

.footerlink:hover {
  color: var(--gold);
}

.text {
  transition: all .55s;
}

.text:active {
  color: #9b7600;
}

.mobilesite, .mobileh1, .requestform, .mobiletopbuttons, .mobilebuckets {
  display: none;
}

.nav-menu {
  text-align: center;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-block-8, .socialicons {
  display: none;
}

.div-block-49 {
  background-image: url('../images/jacksonville_1.webp');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  min-height: 700px;
}

.div-block-51 {
  background-color: #000;
  background-image: url('../images/mask3.svg'), linear-gradient(to bottom, #0000 93%, white 93%), linear-gradient(to top, var(--dark-slate-blue) 73%, #fff0 86%), url('../images/jacksonville_1.webp');
  background-position: 50% 95%, 0 0, 0 0, 50% 118px;
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  background-size: 100%, auto, auto, 100%;
  background-attachment: scroll, scroll, scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.div-block-52 {
  z-index: 99993;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-52.whitebg {
  background-color: #fff;
}

.div-block-52.whitebg.no-limit {
  max-width: none;
}

.div-block-53 {
  z-index: 99993;
  border-right: 0px solid var(--silver);
  border-left: 0px solid var(--silver);
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/smiles_1.webp'), linear-gradient(#fff, #fff);
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  height: 40vh;
  min-height: 350px;
  max-height: 500px;
  margin-top: 0;
  margin-bottom: 0;
  transition: all .575s;
  position: static;
  transform: translate(0);
}

.div-block-53.reviews {
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/smileyfam.webp'), linear-gradient(#0000, #0000);
  background-position: 0 0, 50% -65px, 0 0;
}

.div-block-53.doctor {
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/alanipic_1.webp'), linear-gradient(#0000, #0000);
  background-size: auto, cover, auto;
}

.div-block-53.canal {
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/bone-grafting.webp'), linear-gradient(#0000, #0000);
}

.div-block-53.extraction {
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/full-reconstruction_1.webp'), linear-gradient(#0000, #0000);
}

.div-block-53.scaling {
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/adt1.webp'), linear-gradient(#0000, #0000);
}

.div-block-53.ridge {
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/dental-services.webp'), linear-gradient(#0000, #0000);
  background-position: 0 0, 0 35%, 0 0;
}

.div-block-53.gingevectomy {
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/teeth-cleaning.webp'), linear-gradient(#0000, #0000);
}

.div-block-53.bone {
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/oral-surgery.webp'), linear-gradient(#0000, #0000);
}

.div-block-53.composite {
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/large-1.webp'), linear-gradient(#0000, #0000);
}

.div-block-53.occ {
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/scaling.webp'), linear-gradient(#0000, #0000);
}

.div-block-53.grinding {
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/olady_1.webp'), linear-gradient(#0000, #0000);
  background-position: 0 0, 0 14%, 0 0;
}

.div-block-53.mouth {
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/fillings1_1.webp'), linear-gradient(#0000, #0000);
}

.div-block-53.emergecny {
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/extractions_1.webp'), linear-gradient(#0000, #0000);
}

.div-block-53.crowns {
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/full-oral-reconstruction_1.webp'), linear-gradient(#0000, #0000);
}

.div-block-53.teeth {
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/bone-restoration.webp'), linear-gradient(#0000, #0000);
}

.div-block-53.veneers {
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/implants_1.webp'), linear-gradient(#0000, #0000);
}

.div-block-53.invisalgin {
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/invis2_1.webp'), linear-gradient(#0000, #0000);
}

.div-block-53.dentures {
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/dentures.webp'), linear-gradient(#0000, #0000);
  background-position: 0 0, 0 73%, 0 0;
  background-size: auto, cover, auto;
}

.div-block-53.sameday {
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/implant-bridges.webp'), linear-gradient(#0000, #0000);
}

.div-block-53.implant {
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/fillings2.webp'), linear-gradient(#0000, #0000);
}

.div-block-53.intraoral {
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/perio.webp'), linear-gradient(#0000, #0000);
}

.div-block-53.conebeam {
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/oraldnatesting_1.webp'), linear-gradient(#0000, #0000);
}

.div-block-53.digital {
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/smilinggirls_1.webp'), linear-gradient(#0000, #0000);
}

.div-block-53.education {
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/picture1_1.webp'), linear-gradient(#0000, #0000);
}

.div-block-53.periodontics {
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/xrays2_1.webp'), linear-gradient(#0000, #0000);
  background-size: auto, cover, auto;
}

.div-block-53.implants {
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/implant-retained-dentures_1.webp'), linear-gradient(#0000, #0000);
  background-position: 0 0, 68% 68%, 0 0;
  background-size: auto, cover, auto;
}

.div-block-53.cosmetic {
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/dental-services.webp'), linear-gradient(#0000, #0000);
  background-position: 0 0, 50% 40%, 0 0;
  background-size: auto, cover, auto;
}

.div-block-53.tybanner {
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/bonding2_1.webp'), linear-gradient(#0000, #0000);
  background-position: 0 0, 0 40%, 0 0;
  background-size: auto, cover, auto;
}

.div-block-53.insurance {
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/insurance_1.webp'), linear-gradient(#0000, #0000);
  background-size: auto, cover, auto;
}

.div-block-53.laser {
  background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/07_01_a-1_1.webp'), linear-gradient(#0000, #0000);
  background-position: 0 0, 50% 65%, 0 0;
}

.column {
  border-left: 1px solid var(--steel-blue);
  flex-direction: column;
  margin-bottom: 97px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  top: 120px;
}

.button-6 {
  border-top: 1px solid var(--dark-slate-blue);
  border-bottom: 1px solid var(--steel-blue);
  border-left: 1px solid var(--dark-slate-blue);
  background-image: radial-gradient(circle farthest-corner at 32% 21%, var(--steel-blue), var(--dark-slate-blue));
  padding: 4% 23px;
}

.button-6:hover {
  background-image: linear-gradient(to bottom, #00000080, #00000080), radial-gradient(circle farthest-corner at 72% 91%, var(--steel-blue), var(--dark-slate-blue));
}

.button-6.w--current {
  z-index: 9995;
  border-left: 12px solid var(--steel-blue);
  background-image: url('../images/gradient.webp'), radial-gradient(circle farthest-corner at 32% 21%, var(--steel-blue), var(--dark-slate-blue));
  color: var(--dim-grey);
  text-shadow: 1px 1px 1px #ffdf78;
  background-position: 50%, 0 0;
  background-size: 12px, auto;
  border-top-color: #ffe79c;
  border-bottom-color: #634b00;
  margin-left: -12px;
  margin-right: 0;
  font-weight: 500;
  position: static;
}

.column-2 {
  background-color: #fff;
  padding: 0;
}

.interiorh1 {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 1440px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2%;
  padding-bottom: 2%;
  font-size: 55px;
  font-weight: 400;
  line-height: 64px;
}

.columns {
  margin-bottom: 70px;
}

.content {
  border-right: 1px solid var(--silver);
  border-left: 1px solid var(--silver);
  min-height: 400px;
  padding: 50px 50px 35px;
}

.div-block-55 {
  border: 1px solid var(--steel-blue);
  background-image: radial-gradient(circle farthest-corner at 40% 26%, var(--steel-blue), var(--dark-slate-blue)), linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
  width: 100%;
  height: auto;
  transition: all .575s;
}

.div-block-56 {
  justify-content: center;
  height: 50%;
  display: flex;
}

.div-block-56.bottomblock {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 30px;
  transition: all .575s;
}

.columns-2 {
  border: 0px solid var(--steel-blue);
  width: 100%;
  height: 100%;
}

.column-3, .column-4 {
  height: 100%;
  padding: 0;
}

.div-block-57, .div-block-58 {
  padding: 30px 30px 5px;
}

.fieldstyle {
  border-radius: 5px;
  margin-bottom: 20px;
}

.fieldstyle.bigfield {
  min-height: 140px;
  margin-bottom: 40px;
}

.submit-button-2 {
  background-color: var(--gold);
  width: 100%;
  max-width: 350px;
  color: var(--dim-grey);
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  display: block;
}

.text-span-2 {
  color: var(--gold);
}

.form-block-2 {
  margin-bottom: 0;
  padding: 54px;
}

.div-block-59 {
  background-color: var(--gold);
  background-image: url('../images/gradient.webp');
  background-position: 0 0;
  background-size: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  padding: 20px;
  display: flex;
}

.rfquheader {
  color: #fff;
  text-shadow: 0 1px #947104;
  margin-top: 0;
  margin-bottom: 0;
}

.link-block-9 {
  padding-right: 30px;
  transition: all 1.158s;
}

.link-block-9:hover {
  transform: scale(1.11)translate(0, -42px);
}

.navcontainer {
  flex-direction: column;
  display: flex;
}

.div-block-60 {
  background-image: linear-gradient(#143a615e, #143a615e);
  border-left: 1px solid #000;
  min-height: auto;
}

.button-7 {
  background-color: #0b253f;
  border-top: 1px solid #11304e;
  border-bottom: 1px solid #000;
  width: 100%;
  padding-left: 30px;
  font-size: 16px;
}

.button-7:hover {
  background-color: var(--steel-blue);
}

.button-7:active {
  background-color: var(--gold);
  color: var(--dim-grey);
}

.button-7.w--current {
  border-left: 12px solid var(--gold);
  color: var(--gold);
  background-color: #00000082;
  padding-left: 18px;
}

.button-7.downarrow {
  background-image: url('../images/down-chevron.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}

.div-block-61 {
  background-color: #000;
  flex-direction: column;
  min-height: auto;
  display: flex;
}

.button-8 {
  border-left: 12px solid var(--gold);
  background-color: #0000;
  font-size: 14px;
}

.button-8:hover {
  background-color: var(--gold);
  color: #000;
  text-shadow: 0 1px #ffdc6b;
}

.button-8.w--current {
  background-color: var(--gold);
  color: #000;
}

.utility-page-wrap {
  background-image: linear-gradient(#fff, #0000), linear-gradient(#0000 76%, #fff 94%), url('../images/concrete_seamless.webp');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto;
  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;
}

.div-block-62 {
  width: 100%;
  height: 450px;
}

.html-embed {
  filter: grayscale() invert();
}

.image-14 {
  width: 45px;
  margin-bottom: 14px;
}

.link-block-10 {
  width: 100%;
  height: 100%;
  min-height: auto;
  padding: 10px;
}

.div-block-83 {
  text-align: center;
  border: 1px solid #eee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 230px;
  padding: 20px;
  transition: all .575s;
  display: flex;
}

.div-block-83:hover {
  border-width: 12px;
  border-color: var(--silver);
}

.div-block-83:active {
  border-width: 12px;
  border-color: var(--steel-blue);
}

.column-5 {
  justify-content: center;
  align-items: flex-start;
  min-height: 700px;
  display: flex;
}

.div-block-82 {
  height: auto;
}

.div-block-81 {
  height: auto;
  min-height: auto;
}

.columns-3 {
  width: 100%;
  height: 100%;
  min-height: 700px;
  max-height: 100%;
}

.fieldstyle-2 {
  border: 1px solid #fff;
  border-radius: 0;
  box-shadow: 0 0 6px 1px #00000017;
}

.column-6 {
  min-height: 700px;
  padding: 0 30px 30px;
}

.fieldlable {
  color: var(--dark-slate-blue);
  font-weight: 500;
}

.form-block-3 {
  width: 100%;
}

.column-7 {
  min-height: auto;
  padding: 0;
}

.div-block-68 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-68.interiorcontent {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 700px;
  padding: 44px;
}

.div-block-68.interiorcontent.blog-page-content {
  justify-content: center;
  align-items: center;
}

.div-block-84 {
  border-right: 0 solid #0000000a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.div-block-84.contactpage-form {
  border: 1px solid #eee;
  width: 100%;
  min-height: 700px;
}

.notopmar {
  margin-top: 0;
}

.column-8 {
  min-height: 250px;
  padding: 0;
}

.submit-button-3 {
  background-color: var(--steel-blue);
  border: 6px solid #fff;
  border-radius: 0;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 45px;
  display: block;
  box-shadow: 0 0 11px 3px #0000000f;
}

.submit-button-3:hover {
  background-color: var(--dark-slate-blue);
}

.div-block-85 {
  padding: 10px;
}

.div-block-86 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 350px;
  display: block;
}

.column-9 {
  background-image: url('../images/julie_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
}

.column-9.alani {
  background-image: url('../images/dr.-Alani.webp');
}

.column-9.samaa {
  background-image: url('../images/samaa-front-office-coordinator-_1.webp');
}

.column-9.abigail {
  background-image: url('../images/image.webp');
}

.column-9.dan {
  background-image: url('../images/image-3.png');
}

.column-9.haider {
  background-image: url('../images/84dd477e-7b3a-4ae6-8b46-acdc9fd53066.png');
}

.columns-4 {
  flex-direction: row;
  min-height: auto;
  margin-bottom: 20px;
  display: flex;
}

.div-block-87 {
  min-height: 330px;
  padding-left: 40px;
}

.column-10 {
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-color: var(--silver);
}

.tymessage {
  color: #fff;
  margin-bottom: 40px;
}

.button-9 {
  background-color: var(--dark-slate-blue);
  color: #fff;
  margin-bottom: 10px;
}

.button-10 {
  background-color: var(--gold);
  color: #fff;
}

.div-block-88 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  padding: 11px;
  display: flex;
}

.html-embed-2 {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-89 {
  background-color: #e7e7e7;
  width: 100%;
  height: 1px;
}

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

.posts-wrap {
  border: 2px solid #919191;
  border-radius: 6px;
  max-width: 40em;
  padding: 2em;
  box-shadow: 0 0 20px -3px #0000004d;
}

.posts-wrap.single-post {
  max-width: 950px;
}

.blog-thumbnail {
  border-radius: 6px;
  width: 100%;
  max-height: 400px;
  box-shadow: 0 0 20px #0003;
}

.blog-thumbnail.inblog-page {
  max-height: 600px;
}

.post-item {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.blog-heading {
  margin-bottom: 0;
}

.new-home-page-img {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: 300px;
}

.new-home-page-img.hide {
  display: none;
}

.covid-29-message {
  background-color: var(--steel-blue);
  margin-top: 0;
  padding: 5px 20px;
  display: none;
}

.covid-text {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
}

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

.div-block-91 {
  width: 100%;
  max-width: 1200px;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.heading-11 {
  color: var(--white);
  background-image: url('../images/important.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 30px;
}

.temp-hide {
  display: none;
}

.a-bit-smaller {
  font-size: .8em;
}

.dropdown-icon {
  margin-right: 5px;
}

.wrap-text-word {
  display: block;
}

.html-embed-3 {
  margin-bottom: 100px;
}

.hide {
  display: none;
}

.label {
  color: var(--dark-slate-blue);
}

.html-embed-4 {
  margin-bottom: 20px;
}

.image-15 {
  object-fit: cover;
  width: 50vw;
  height: 20vw;
  min-height: 250px;
  max-height: 300px;
}

.footer-title {
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 26px;
}

.spear-box {
  cursor: pointer;
  border: 1px solid #bce8f1;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 211px;
  display: flex;
  overflow: hidden;
}

.paragraph-3 {
  margin-bottom: 0;
  padding: 10px;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-3.padding {
  padding: 0;
}

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

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

.spear-content {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-top: 10px;
  padding: 10px;
}

.spear {
  flex-flow: column;
  display: none;
}

.spear.d-none {
  display: none;
}

.mb-0 {
  margin-bottom: 0;
}

.h2-mini {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  .body {
    margin-top: 0;
    padding-top: 95px;
  }

  .main-navigation {
    height: auto;
  }

  .div-block-2 {
    align-items: flex-end;
  }

  .div-block-3 {
    width: 30%;
    padding: 16px;
  }

  .div-block-4 {
    justify-content: flex-end;
    display: block;
  }

  .image {
    width: auto;
    height: 65px;
  }

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

  .video-banner {
    background-position: 0 100%;
    height: 55vh;
    transition: all .575s;
  }

  .link {
    background-color: var(--steel-blue);
    color: #fff;
  }

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

  .link.w--current {
    background-color: var(--gold);
    color: var(--dark-slate-blue);
  }

  .h1 {
    font-size: 60px;
    line-height: 65px;
  }

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

  .div-block-9.neg15 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    height: auto;
    margin-left: 0;
  }

  .button-2 {
    width: 100%;
    max-width: 100%;
    min-height: 80px;
    margin-bottom: 20px;
  }

  .button-3 {
    text-align: center;
    width: 50%;
    max-width: none;
    min-height: 80px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button-3.nobotmar {
    width: 100%;
    min-height: 80px;
    margin-bottom: 0;
    display: flex;
  }

  .button-3.nlm {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-2 {
    margin-top: -10%;
    margin-bottom: 20px;
    margin-left: -30px;
  }

  .heading-3 {
    font-size: 60px;
  }

  .heading-3.centertext {
    margin-bottom: 30px;
  }

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

  .black-marble {
    clear: both;
    padding-top: 0;
  }

  .focusbuckets {
    clear: both;
    flex-direction: column;
    height: auto;
    min-height: 550px;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 11px;
    display: block;
  }

  .div-block-14 {
    float: left;
    border: 1px solid #0000;
    width: 50%;
    height: auto;
    margin-bottom: 0;
    padding: 10px;
  }

  .div-block-15 {
    height: auto;
  }

  .goldsection {
    padding-bottom: 0;
  }

  .link-block {
    background-image: radial-gradient(circle farthest-corner at 25% 4%, var(--steel-blue), var(--dark-slate-blue));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
  }

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

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

  .div-block-19 {
    width: 100%;
    max-width: 80%;
    padding: 24px;
  }

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

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

  .div-block-21.hidedesk {
    display: none;
  }

  .div-block-22 {
    height: auto;
    padding: 0%;
  }

  .flex {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    padding: 0;
  }

  .vertical {
    flex-direction: column;
    width: 100%;
  }

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

  .div-block-26.pic1, .div-block-26.pic2, .div-block-26.pic3, .div-block-26.pic5 {
    background-size: cover;
  }

  .marble-2 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .div-block-29 {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials {
    clear: none;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .footer {
    height: auto;
    max-height: auto;
    background-image: url('../images/topmask.svg'), linear-gradient(to top, #000 36%, #000000b3), url('../images/black-marble-textures-plain_1.webp');
    background-position: 50% 0, 0 0, 50%;
    background-repeat: no-repeat, repeat, no-repeat;
    background-size: contain, auto, cover;
    min-height: auto;
    display: block;
  }

  .div-block-32 {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-33 {
    width: 100%;
    padding-left: 80px;
  }

  .div-block-35 {
    margin-bottom: 50px;
  }

  .image-5 {
    width: 200px;
    margin-top: -36px;
    display: block;
  }

  .div-block-36 {
    width: auto;
    height: auto;
    min-height: auto;
    display: block;
  }

  .div-block-37 {
    height: auto;
    max-height: auto;
    flex-direction: column;
    min-height: auto;
    margin-top: 0;
    display: block;
  }

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

  .div-block-39 {
    height: auto;
  }

  .div-block-42 {
    height: auto;
    min-height: auto;
  }

  .social-link {
    height: auto;
    min-height: 150px;
  }

  .mobileheadline {
    min-height: 400px;
  }

  .mask {
    overflow: hidden;
  }

  .slide-nav {
    display: none;
  }

  .toplink {
    color: #fff;
    width: 100%;
  }

  .toplink:hover, .icon {
    color: var(--gold);
  }

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

  .menubtn.w--open {
    background-color: var(--dark-slate-blue);
    color: #fff;
  }

  .container {
    background-color: #0000;
  }

  .div-block-49 {
    min-height: 600px;
  }

  .div-block-51 {
    background-image: url('../images/mask3.svg'), linear-gradient(to bottom, #0000 93%, white 93%), linear-gradient(to top, var(--dark-slate-blue) 73%, #fff0 86%);
    background-position: 50% 95%, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat;
    background-size: 100%, auto, auto;
    background-attachment: scroll, scroll, scroll;
  }

  .div-block-53 {
    border-width: 1px 0;
    border-color: #fff;
    height: 30vh;
    min-height: 200px;
    max-height: 300px;
  }

  .div-block-53.ridge {
    background-image: linear-gradient(127deg, transparent 92%, white 92%), url('../images/dental-services.webp'), linear-gradient(to bottom, null, null);
    background-size: auto, cover, auto;
  }

  .content {
    border-left-width: 0;
    border-right-width: 0;
    padding: 20px;
  }

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

  .div-block-58 {
    padding-left: 10px;
  }

  .form-block-2 {
    padding: 0 0 30px;
  }

  .link-block-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .link-block-9.w--current {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .columns-3 {
    flex-direction: column;
    display: flex;
  }

  .div-block-68.interiorcontent {
    flex-direction: column;
  }

  .div-block-84.contactpage-form {
    margin-bottom: 30px;
  }

  .icon-2, .icon-3 {
    color: var(--dark-slate-blue);
  }

  .column-9.haider {
    min-height: 650px;
  }

  .columns-4 {
    flex-flow: column;
  }

  .heading-11 {
    background-position: 0 0;
    font-size: 21px;
    line-height: 26px;
  }

  .wrap-text-word {
    display: inline;
  }

  .image-15 {
    width: 100vw;
    height: 40vw;
    max-height: 400px;
  }

  .spear-box {
    width: 259.8px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    padding-top: 60px;
    padding-bottom: 0;
  }

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

  .image {
    height: 55px;
  }

  .video-banner {
    height: 40vh;
    min-height: 600px;
    max-height: 800px;
  }

  .heading {
    font-size: 4vw;
  }

  .h1 {
    font-size: 7vw;
    line-height: 120%;
  }

  .div-block-9 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .div-block-9.neg15 {
    flex-direction: column;
    height: auto;
    display: block;
  }

  .button-2 {
    text-align: center;
    width: 100%;
    min-height: 80px;
    margin-bottom: 0;
  }

  .button-3 {
    width: 100%;
    min-height: 80px;
    margin-top: 20px;
    display: flex;
  }

  .button-3.nobotmar {
    margin-bottom: 0;
  }

  .button-3.nlm {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .introtext {
    min-height: auto;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .image-2 {
    margin-top: -12%;
  }

  .heading-3 {
    font-size: 7vw;
    line-height: 120%;
  }

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

  .paragraph {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph.whitetext.botmar {
    display: none;
  }

  .paragraph.whitetext.botmar.boxtext {
    display: block;
  }

  .paragraph.nobotmar {
    margin-bottom: -1px;
    display: none;
  }

  .black-marble {
    display: none;
  }

  .focusbuckets {
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .div-block-14 {
    float: none;
    width: 100%;
  }

  .goldsection {
    display: none;
  }

  .div-block-17 {
    max-height: auto;
    min-height: auto;
  }

  .div-block-19 {
    width: 60%;
    margin-bottom: 20px;
    padding: 25px;
  }

  .div-block-20 {
    height: auto;
    min-height: auto;
    padding: 0;
  }

  .div-block-21.hidedesk {
    padding-bottom: 15px;
    display: block;
  }

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

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

  .div-block-26.pic5 {
    background-size: cover;
  }

  .marble-2 {
    padding-top: 60px;
  }

  .footer {
    background-position: 50% 0, 0 0, 50%;
    background-size: 500%, auto, cover;
    padding-top: 30px;
  }

  .div-block-34 {
    min-height: auto;
    padding-bottom: 20px;
  }

  .div-block-35 {
    min-height: auto;
    margin-top: -29px;
    margin-bottom: 0;
    margin-left: -20px;
  }

  .image-5 {
    padding-top: 0;
  }

  .div-block-49 {
    min-height: 400px;
  }

  .div-block-53 {
    border-width: 1px 0;
    border-color: #fff;
    height: 15vh;
    min-height: 100px;
    max-height: 250px;
  }

  .column {
    background-color: #000;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }

  .interiorh1 {
    font-size: 6vw;
    line-height: 160%;
  }

  .columns {
    flex-direction: column-reverse;
    margin-bottom: 0;
    display: flex;
  }

  .content {
    padding: 15px;
  }

  .div-block-56.bottomblock {
    padding-left: 0;
    padding-right: 1px;
  }

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

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

  .form-block-2 {
    padding: 15px 15px 40px;
  }

  .link-block-9 {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .link-block-9:hover {
    margin-top: 30px;
    transform: scale(1.11);
  }

  .link-block-9.w--current {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-84 {
    border-right-width: 0;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .form-2 {
    margin-top: 30px;
  }

  .column-9.alani, .column-9.abigail, .column-9.dan {
    background-size: contain;
  }

  .columns-4 {
    flex-direction: column;
  }

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

@media screen and (max-width: 479px) {
  h2 {
    color: var(--steel-blue);
    font-size: 6vw;
    font-weight: 500;
    line-height: 140%;
  }

  h3 {
    font-size: 4vw;
    line-height: 120%;
  }

  h4 {
    color: var(--dark-slate-blue);
  }

  p, li {
    font-size: 4vw;
    line-height: 160%;
  }

  .body.granitebg {
    background-color: #000;
    background-image: linear-gradient(#000c, #000c), url('../images/black-marble-textures-plain_1.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, repeat;
    background-size: auto, contain;
  }

  .div-block-3 {
    width: 30%;
    padding-bottom: 2px;
    display: none;
  }

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

  .video-banner {
    display: none;
  }

  .link {
    padding: 15px;
  }

  .introtext {
    display: none;
  }

  .paragraph.whitetext.botmar.boxtext {
    margin-bottom: 10px;
    font-size: 4vw;
  }

  .black-marble, .focusbuckets, .goldsection {
    display: none;
  }

  .heading-4.leftalign {
    margin-bottom: 0;
    font-size: 6vw;
    line-height: 160%;
  }

  .div-block-21 {
    padding: 0;
  }

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

  .div-block-26 {
    height: auto;
    min-height: 150px;
  }

  .div-block-26.pic5 {
    background-size: cover;
  }

  .box {
    padding: 10px 20px;
  }

  .page-link {
    margin-top: 0;
  }

  .marble-2, .testimonials, .footer {
    display: none;
  }

  .div-block-33 {
    padding: 20px;
  }

  .div-block-35 {
    padding: 11px;
  }

  .mobileheadline {
    text-align: center;
    background-image: linear-gradient(#00000080, #00000080), url('../images/jacksonville_1.webp');
    background-position: 0 0, 50% 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding: 6%;
    display: flex;
  }

  .ddlink {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text {
    font-size: 5vw;
    line-height: 160%;
  }

  .mobilesite {
    border-top: 0px solid var(--steel-blue);
    background-color: #000;
    background-image: linear-gradient(#000000bd, #000000bd), url('../images/black-marble-textures-plain_1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    min-height: auto;
    padding-top: 0;
    display: block;
  }

  .mobileh1 {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 4%;
    font-size: 6vw;
    font-weight: 300;
    line-height: 130%;
    display: block;
  }

  .mobileh1.subh2 {
    clear: both;
    color: var(--gold);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 3vw;
  }

  .mobileh1.vh {
    height: auto;
    max-height: auto;
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
  }

  .requestform {
    border-style: solid;
    border-width: 2px 0 0;
    border-color: var(--white-2) black black;
    background-image: linear-gradient(320deg, var(--dark-slate-blue), #1e74ccd1), url('../images/jacksonville_1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
    display: flex;
  }

  .mobiletopbuttons {
    background-image: url('../images/gradient.webp');
    background-position: 50%;
    background-size: 12px 200%;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .link-block-6 {
    color: #000;
    text-shadow: 1px 1px 1px #ffde73;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    padding: 10px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
  }

  .link-block-6.left {
    border-right: 1px solid #ffc20096;
  }

  .link-block-6.left:active {
    background-color: var(--gold);
  }

  .link-block-6.right {
    border-left: 1px solid #b69427;
  }

  .link-block-6.right:active {
    background-color: var(--gold);
  }

  .mobilebuckets {
    color: #fff;
    background-color: #fff;
    height: auto;
    padding: 4px;
    transition: all .575s;
    display: block;
  }

  .div-block-47 {
    align-items: flex-start;
    height: 33.33%;
    display: flex;
  }

  .div-block-48 {
    width: 50%;
    height: 100%;
    padding: 5px;
  }

  .link-block-7 {
    color: #fff;
    background-color: #000;
    background-image: radial-gradient(circle at 0 0, #143a61d1, #000);
    border: 4px solid #fff;
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 130px;
    padding: 15px;
    text-decoration: none;
    transition: all .55s;
    display: flex;
    box-shadow: 0 0 8px -1px #00000021;
  }

  .link-block-7:active {
    border-width: 5px;
    border-color: var(--gold);
    box-shadow: 0 0 5px 4px #ffc20075;
  }

  .link-block-7.w--current {
    border-color: var(--gold);
  }

  .text-block-3 {
    font-size: 4vw;
    line-height: 120%;
  }

  .text-block-3.phoneicon {
    background-image: url('../images/smartphone-call-1.svg');
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 18px 200%;
    padding-left: 22px;
    line-height: 22px;
  }

  .text-block-4 {
    font-size: 4vw;
    line-height: 120%;
  }

  .text-block-4.locationicon {
    background-image: url('../images/maps-and-flags.svg');
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 18px 200%;
    padding-left: 20px;
    line-height: 22px;
  }

  .heading-5 {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4vw;
    font-weight: 400;
    line-height: 130%;
  }

  .image-7 {
    width: 100%;
    max-width: 45px;
    margin-bottom: 10px;
  }

  .nav-menu {
    width: 100%;
    max-width: 100%;
  }

  .menubtn.w--open {
    background-color: var(--steel-blue);
  }

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

  .image-8 {
    width: auto;
    max-width: none;
    max-height: 55px;
  }

  .link-block-8 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    display: flex;
  }

  .form-block {
    width: 100%;
    margin-bottom: 0;
  }

  .submit-button {
    background-color: var(--gold);
    text-align: center;
    border-radius: 5px;
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }

  .form {
    text-align: center;
    padding: 0 20px 30px;
    transition: all .575s;
  }

  .field-label-2 {
    color: #fff;
  }

  .field-label-2.leftlign {
    text-align: left;
    font-size: 4vw;
    font-weight: 400;
  }

  .text-field {
    border: 1px solid #fff;
    border-radius: 5px;
  }

  .text-field.areafield {
    min-height: 140px;
    margin-bottom: 0;
  }

  .text-span {
    color: var(--gold);
  }

  .socialicons {
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 3px;
    display: block;
  }

  .mobileimage1 {
    background-image: url('../images/jacksonville_1.webp');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    display: flex;
  }

  .mobileimage1.banner2 {
    background-image: linear-gradient(#0000 98%, #fff);
    border-bottom: 12px solid #fff;
    min-height: auto;
    margin-bottom: -15px;
  }

  .div-block-50 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 24px;
    display: flex;
  }

  .div-block-50.botline {
    border-bottom: 2px solid var(--silver);
  }

  .div-block-51 {
    background-color: #fff;
    border-radius: 0;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-52 {
    min-height: auto;
  }

  .div-block-53 {
    height: 150px;
    max-height: auto;
    border-width: 0;
    border-right-color: #fff;
    min-height: auto;
  }

  .div-block-53.reviews {
    background-image: linear-gradient(127deg, #0000 92%, #fff 92%), url('../images/smileyfam.webp'), linear-gradient(#0000, #0000);
    background-position: 0 0, 50% 0, 0 0;
    background-size: auto, cover, auto;
  }

  .column {
    flex-direction: column;
    display: none;
  }

  .column-2 {
    padding: 5px;
  }

  .interiorh1 {
    display: none;
  }

  .columns {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .content {
    border-width: 0;
    padding: 0;
  }

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

  .div-block-56.bottomblock, .div-block-57, .div-block-58 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-12 {
    display: none;
  }

  .utility-page-wrap {
    background-image: url('../images/gradient.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .image-13 {
    background-color: #fff0;
    width: 100px;
    margin-bottom: 10px;
    padding: 0;
  }

  .youtube {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column-5 {
    min-height: auto;
  }

  .fieldstyle-2 {
    box-shadow: none;
    border-color: #eee;
  }

  .column-6 {
    padding: 5px;
  }

  .div-block-68.interiorcontent {
    padding: 30px 0 0;
  }

  .div-block-84 {
    width: 100%;
    padding-bottom: 70px;
  }

  .div-block-84.contactpage-form {
    justify-content: flex-start;
    min-height: auto;
    padding: 20px;
  }

  .notopmar {
    margin-top: 0;
    line-height: 120%;
  }

  .submit-button-3 {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
  }

  .div-block-86 {
    min-height: auto;
  }

  .column-9 {
    min-height: 200px;
  }

  .column-9.alani, .column-9.abigail, .column-9.dan {
    background-position: 50% 0;
    background-size: cover;
    min-height: 350px;
  }

  .column-9.haider {
    min-height: 400px;
  }

  .columns-4 {
    flex-direction: column;
  }

  .div-block-87 {
    min-height: auto;
    padding-left: 12px;
  }

  .column-10 {
    border-left-width: 1px;
  }

  .button-9 {
    margin-top: 20px;
  }

  .button-10 {
    background-color: var(--steel-blue);
  }

  .covid-29-message {
    padding-left: 14px;
    padding-right: 14px;
  }

  .heading-11 {
    font-size: 16px;
    line-height: 22px;
  }

  .html-embed-4 {
    transform: translate(-24px)scale(.8);
  }

  .spear-box {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}


