body {
  font-family: Manjari, sans-serif;
  color: #676767;
  font-size: 18px;
  line-height: 24px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #468ab0;
  font-size: 2.4em;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #468ab0;
  font-size: 2em;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #676767;
  font-size: 1.5em;
  line-height: 1.3;
  font-weight: 600;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #74ab7d;
  font-size: 1.2em;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: lowercase;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 1.5;
}

a {
  color: #74ab7d;
  text-decoration: none;
}

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

.grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color-1 {
  background-color: #468ab0;
}

.color-2 {
  background-color: #74ab7d;
}

.color-3 {
  background-color: #5ecbf1;
}

.button {
  display: inline-block;
  padding: 15px 28px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  line-height: 1;
  text-align: center;
  text-transform: lowercase;
}

.button:hover {
  box-shadow: 0 1px 10px -4px #468ab0;
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
  letter-spacing: 1px;
}

.button.blue-btn {
  background-color: #468ab0;
}

.button.light-blue-btn {
  background-color: #5ecbf1;
}

.button.light-blue-btn.header-covid-btn {
  margin-right: 20px;
}

.button.green-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #74ab7d;
}

.button.green-btn.submit-btn {
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.article {
  display: block;
  width: 70%;
  padding-top: 4px;
  padding-right: 20px;
}

.article.full-width {
  width: 100%;
}

.aside {
  width: 30%;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 15px;
}

.int-pg-main {
  padding-bottom: 5vw;
  background-image: url('../images/form-wave-1.png');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.int-pg-main.utility-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/form-wave-1.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(212, 237, 244, 0.9)), to(rgba(212, 237, 244, 0.9))), url('../images/dr-bg-img.png');
  background-image: url('../images/form-wave-1.png'), linear-gradient(180deg, rgba(212, 237, 244, 0.9), rgba(212, 237, 244, 0.9)), url('../images/dr-bg-img.png');
  background-position: 50% 100%, 0px 0px, 50% 100%;
  background-size: 100%, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.int-pg-img {
  width: 100%;
  height: 40vw;
  max-height: 500px;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #f3f3f3;
  border-radius: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  width: 95vw;
  max-width: 1200px;
  min-height: 20px;
  margin-right: auto;
  margin-left: auto;
}

.container.int-main-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container.utility-pg-cont {
  max-width: 950px;
}

.container.header-top-sec-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.hero-sec-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.container.hp-intro-sec-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 6vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #74ab7d;
}

.container.about-sec-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.patient-top-sec-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container.cta-bar-sec-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.container.contact-form-sec-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.int-intro-sec-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #74ab7d;
}

.privacy-policy-div {
  max-width: none;
}

.int-pg-banner-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32vw;
  padding-bottom: 8vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(116, 171, 125, 0.5)), to(rgba(116, 171, 125, 0.5))), url('../images/all-smiles-internal-banner-1.jpg');
  background-image: linear-gradient(180deg, rgba(116, 171, 125, 0.5), rgba(116, 171, 125, 0.5)), url('../images/all-smiles-internal-banner-1.jpg');
  background-position: 0px 0px, 50% 80%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.browser-warning {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #fcfcfc;
  box-shadow: 11px 11px 55px 0 rgba(53, 90, 164, 0.1);
}

.browser_icon {
  height: 40px;
}

.browser-detect {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  padding: 220px 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.59);
}

.browser-detect.show {
  display: block;
}

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

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

.browser_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-transition: background-color 200ms cubic-bezier(.455, .03, .515, .955);
  transition: background-color 200ms cubic-bezier(.455, .03, .515, .955);
  text-decoration: none;
}

.browser_link:hover {
  background-color: #def7ff;
}

.browser_link.preferred {
  box-shadow: -2px -2px 3px 3px #fff, 1px 1px 3px 2px #e3e3e3;
}

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

.browser_title {
  color: #7a849e;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
}

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

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

.browser_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 360px;
  min-height: 50px;
  margin: 25px auto 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.courtesy-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  width: 125px;
  margin-left: 10px;
}

.text-block {
  color: #b6b6b6;
  font-size: 14px;
}

.recommend-message {
  position: relative;
  top: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #b6b6b6;
  font-size: 12px;
  white-space: nowrap;
}

.image-7 {
  width: 11px;
  margin-right: 1px;
}

.call-prompt-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.accessibility-call-prompt {
  font-size: 28px;
  line-height: 36px;
  text-align: center;
}

.ada-contact-box-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ada-contact-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  background-color: #fff;
  text-align: center;
}

.ada-icon {
  width: 80px;
  margin-bottom: 10px;
}

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

.header-top-div {
  padding-top: 25px;
  padding-bottom: 25px;
}

.header-bottom-div {
  background-color: #468ab0;
}

.header-top-left-div {
  width: 50%;
}

.header-top-right-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 80px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.contact-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  max-width: 280px;
  margin-right: 10px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-link-block.footer {
  width: auto;
  max-width: none;
  color: #fff;
  font-size: 16px;
}

.contact-link-block.footer:hover {
  color: #d4edf4;
}

.contact-link-block.header {
  width: 44%;
  color: #468ab0;
}

.contact-link-block.header:hover {
  color: #74ab7d;
}

.contact-content-wrap.footer-wrap {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.contact-content-wrap.footer-wrap:hover {
  letter-spacing: 0.2px;
}

.contact-icon {
  width: 30px;
  margin-right: 5px;
}

.contact-link-p {
  margin-bottom: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.header-sm-wrap {
  margin-left: 15%;
}

.header-sm-wrap.mobile {
  display: none;
}

.sm-icon {
  width: 30px;
}

.sm-link-wrap {
  margin-left: 10px;
}

.nav-col-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding-right: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-col-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 3px solid transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: lowercase;
}

.nav-link:hover {
  border-bottom-color: #5ecbf1;
}

.nav-link.home-link.w--current {
  border-bottom-color: #5ecbf1;
  background-color: #d4edf4;
  color: #468ab0;
}

.nav-link.services-link.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.brand {
  margin-top: -55px;
  margin-bottom: -70px;
  padding: 25px;
  border-style: solid;
  border-width: 6px;
  border-color: #5ecbf1;
  border-radius: 50%;
  background-color: #468ab0;
}

.brand.desktop {
  z-index: 999;
}

.brand.mobile-brand {
  display: none;
}

.image-8 {
  max-width: 120px;
  margin-bottom: -10px;
}

.navbar {
  background-color: transparent;
}

.dropdown-w-megamenu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 3vw;
  padding-bottom: 16vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/woosh.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(70, 138, 176, 0.5)), to(rgba(70, 138, 176, 0.5))), url('../images/asp-hero-img_2.jpg');
  background-image: url('../images/woosh.png'), linear-gradient(180deg, rgba(70, 138, 176, 0.5), rgba(70, 138, 176, 0.5)), url('../images/asp-hero-img_2.jpg');
  background-position: 50% 100%, 0px 0px, 50% 70%;
  background-size: 101%, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.hp-intro-section {
  padding-bottom: 5vw;
}

.intro-col-left {
  width: 35%;
}

.intro-col-right {
  width: 60%;
  padding-top: 45px;
}

.about-section {
  position: relative;
  margin-bottom: 5vw;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.about-col-left {
  width: 35%;
}

.about-col-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dr-bg-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 30%;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-image: url('../images/business-care-chair-clinic-3055662x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.hp-dr-img {
  position: relative;
  z-index: 9;
  border-radius: 20px;
  box-shadow: -1px 1px 10px -4px rgba(70, 138, 176, 0.5);
}

.testimonial-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testimonial-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #468ab0;
}

.testimonial-block-right {
  width: 50%;
  background-image: url('../images/family-smiling2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-container {
  width: 48vw;
  max-width: 600px;
  min-height: 20px;
  padding-right: 3vw;
  color: #fff;
}

.testimonial-p {
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
}

.image-10 {
  width: 40px;
  margin-bottom: 20px;
}

.testimonial-author {
  font-size: 16px;
  font-weight: 700;
}

.testimonial-location {
  font-family: Manjari, sans-serif;
  font-size: 14px;
  font-weight: 100;
}

.auth-info-div {
  margin-top: 50px;
}

.slider-content {
  width: 100%;
  height: 100%;
}

.slide-nav {
  top: 355px;
  display: block;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: -3.5vw;
  width: 50px;
  height: 50px;
}

.left-arrow {
  left: auto;
  top: auto;
  right: 10%;
  bottom: -3.5vw;
  width: 50px;
  height: 50px;
}

.icon {
  font-size: 20px;
}

.icon-2 {
  font-size: 20px;
}

.slider {
  height: auto;
  background-color: transparent;
}

.patient-sec-top-row {
  padding-top: 5vw;
  padding-bottom: 180px;
  background-color: #d4edf4;
}

.patient-sec-bott-row {
  padding-bottom: 5vw;
  background-color: #fff;
  background-image: url('../images/bottom-swurve.png');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.patient-bott-sec-cont {
  max-width: 650px;
}

.cta-img {
  margin-top: -150px;
  margin-bottom: 30px;
}

.heading {
  max-width: 24ch;
}

.credit-logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-bar-section {
  padding-top: 5vw;
  padding-bottom: 5vw;
  background-color: #468ab0;
}

.cta-bar-sec-heading {
  max-width: 50ch;
  color: #fff;
  font-size: 1.6em;
}

.contact-form-section {
  padding-top: 5vw;
  padding-bottom: 5vw;
  border-bottom: 5px solid #5ecbf1;
  background-image: url('../images/form-wave-1.png'), -webkit-gradient(linear, left top, left bottom, color-stop(60%, hsla(0, 0%, 100%, 0)), color-stop(70%, #f4fafc), color-stop(0, #f4fafc));
  background-image: url('../images/form-wave-1.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0) 60%, #f4fafc 70%, #f4fafc 0);
  background-position: 50% 60%, 0px 0px;
  background-size: 100% 25%, auto;
  background-repeat: no-repeat, repeat;
}

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

.form-block.align-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-header {
  margin-bottom: 50px;
  text-align: center;
}

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

.text-field {
  width: 49%;
  height: 50px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #d4edf4;
  border-radius: 5px;
  font-family: Manjari, sans-serif;
  color: #676767;
  font-size: 1em;
}

.text-field::-webkit-input-placeholder {
  color: #a8a8a8;
}

.text-field:-ms-input-placeholder {
  color: #a8a8a8;
}

.text-field::-ms-input-placeholder {
  color: #a8a8a8;
}

.text-field::placeholder {
  color: #a8a8a8;
}

.text-field.text-area {
  width: 100%;
  min-height: 120px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.submit-button {
  margin-right: auto;
  margin-left: auto;
}

.form-heading {
  font-size: 4vw;
  line-height: 1.5;
}

.form-subline {
  color: #5ecbf1;
}

.main-footer-section {
  padding-top: 5vw;
  padding-bottom: 5vw;
  background-color: #468ab0;
}

.footer-top-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-nav-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #69aacf;
}

.footer-credits-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
}

.footer-top-left-col {
  width: 30%;
}

.footer-top-mid-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-top-right-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-sm-link {
  margin-right: 15px;
  margin-left: 15px;
}

.footer-sm-icon {
  width: 20px;
}

.footer-nav-link {
  margin-right: 15px;
  margin-left: 15px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.footer-nav-link:hover {
  color: #d4edf4;
  letter-spacing: 1px;
}

.dr-link {
  color: #d4edf4;
}

.image-11 {
  width: 100%;
  max-width: 160px;
  margin-bottom: 15px;
}

.hero-topline {
  color: #fff;
}

.hero-title {
  max-width: 18ch;
  color: #fff;
  font-size: 4.2em;
  text-shadow: 0 1px 6px rgba(6, 62, 94, 0.7);
}

.bold-text {
  max-width: 20ch;
  font-size: 1.6em;
  line-height: 1.2;
  text-shadow: 0 1px 6px rgba(7, 91, 138, 0.5);
}

.image-12 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 13vw;
  display: none;
}

.int-pg-title {
  font-size: 2.3em;
}

.int-pg-title.center-align {
  width: 100%;
  text-align: center;
}

.new-patient-heading {
  color: #468ab0;
  font-size: 2em;
}

.mobile-menu-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-menu-right {
  display: none;
}

.mobile-menu-col-wrap {
  width: 100%;
}

.dropdown-list-w-megamenu {
  overflow: hidden;
  width: 100vw;
}

.dropdown-list-w-megamenu.w--open {
  left: 0vw;
  top: 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
  background-image: url('../images/form-wave-1.png');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  box-shadow: 0 1px 10px -2px rgba(70, 138, 176, 0.5);
}

.paragraph {
  font-size: 1.2em;
}

.footer-cred-link {
  color: #5ecbf1;
}

.megamenu-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 60px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 5px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.3);
  box-shadow: 0 3px 21px -10px rgba(94, 203, 241, 0.5);
}

.megamenu-link {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  font-size: 20px;
}

.megamenu-link:hover {
  color: #5ecbf1;
}

.megamenu-link.w--current {
  color: #5ecbf1;
}

.megamenu-link._w-dd-toggle {
  color: #676767;
}

.menu-icon-wrap {
  padding-right: 10px;
  border-right: 1px solid #f3f3f3;
}

.megamenu-icon {
  width: 40px;
}

.megamenu-dropdown-toggle {
  width: 100%;
  padding: 10px 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
}

.megamenu-dropdown-toggle:hover {
  color: #5ecbf1;
}

.icon-3 {
  margin-right: 0px;
  color: #a8a8a8;
}

.megamenu-subdropdown-list.w--open {
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 10px -2px rgba(70, 138, 176, 0.5);
}

.megamenu-subdropdown-link {
  margin-bottom: -1px;
  border-bottom: 1px solid #e3e3e3;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #468ab0;
  font-size: 18px;
}

.megamenu-subdropdown-link:hover {
  color: #5ecbf1;
}

.megamenu-subdropdown-link.w--current {
  color: #5ecbf1;
}

.megamenu-header-spacer {
  width: 100%;
  height: 70px;
}

.dropdown-list {
  top: 5px;
}

.dropdown-list.w--open {
  top: 100%;
  margin-bottom: -1px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('../images/form-wave-1.png');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  box-shadow: 0 1px 20px -4px rgba(70, 138, 176, 0.5);
}

.dropdown-nav-link {
  margin-right: 0px;
  margin-left: 0px;
}

.dropdown-link {
  border-bottom: 1px solid #f3f3f3;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #676767;
}

.dropdown-link:hover {
  color: #5ecbf1;
}

.dropdown-link.w--current {
  color: #5ecbf1;
}

.internal-intro-section {
  padding-bottom: 5vw;
}

.int-pg-intro-col-right {
  width: 60%;
  min-height: 20px;
}

.int-pg-intro-col-left {
  width: 35%;
}

.sidebar-nav-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  padding: 25px 25px 15px;
  border-radius: 20px;
  background-color: #fff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  box-shadow: 0 1px 15px -4px rgba(70, 138, 176, 0.5);
}

.sidebar-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f3f3f3;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #676767;
}

.sidebar-nav-link:hover {
  color: #74ab7d;
}

.sidebar-nav-link.w--current {
  color: #5ecbf1;
}

.sidebar-nav-link.last-link {
  border-bottom-style: none;
}

.sidebar-nav-link._w-submenu {
  background-image: url('../images/chevron-1.svg');
  background-position: 98% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.sidebar-icon {
  width: 30px;
  margin-right: 10px;
}

.accent-page-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 0.6;
  color: #fff;
  font-size: 5.5vw;
  text-align: center;
  text-transform: lowercase;
  white-space: nowrap;
}

.image-14 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.sidebar-nav-expand-menu {
  overflow: hidden;
}

.sidebar-submenu {
  padding-left: 40px;
}

.sidebar-submenu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  min-height: 20px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/chevron.svg');
  background-position: 0% 40%;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #676767;
  font-size: 16px;
}

.sidebar-submenu-link:hover {
  color: #468ab0;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dr-bio-img {
  width: 30%;
  margin-right: 50px;
  margin-bottom: 20px;
  float: none;
  border-radius: 20px;
  box-shadow: 0 1px 14px -3px rgba(94, 203, 241, 0.5);
  -o-object-fit: cover;
  object-fit: cover;
}

.floating-li-indent {
  position: relative;
  left: 20px;
}

.faq-plus-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-plus-l {
  position: absolute;
  width: 5px;
  height: 100%;
  border-radius: 3px;
  background-color: #74ab7d;
}

.faq-plus {
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background-color: #74ab7d;
}

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 800;
  cursor: pointer;
}

.container-2 {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5vw;
  padding-left: 5vw;
}

.container-2.faq-container {
  max-width: 900px;
  padding-top: 60px;
  padding-bottom: 80px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.5);
  box-shadow: 0 0 50px 0 rgba(45, 62, 80, 0.06);
}

.link {
  color: #2aa8ff;
  font-weight: 600;
}

.faq-answer-text {
  margin-bottom: 30px;
  font-size: 16px;
}

.faq-answer {
  overflow: hidden;
  padding-left: 45px;
  border-bottom: 1px solid rgba(45, 62, 80, 0.12);
}

.faq-answer.last-faq-answer {
  border-bottom-width: 0px;
}

.covid-content-block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #d4edf4;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.covid-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  text-align: center;
}

.covid-block.half-col {
  width: 48%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

.covid-block-icon {
  height: 120px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.covid-block-p {
  margin-bottom: 0px;
}

.heading-3 {
  color: #74ab7d;
}

.contact-pg-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-pg-form-block {
  padding: 30px;
  border-radius: 15px;
  background-color: hsla(0, 0%, 100%, 0.5);
  box-shadow: 0 1px 15px -4px rgba(70, 138, 176, 0.5);
}

.contact-link {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.paragraph-2 {
  margin-bottom: 0px;
  color: #676767;
  font-size: 0.9em;
}

.contact-pg-icon {
  width: 40px;
  max-width: 40%;
  margin-right: 15px;
}

.heading-4 {
  margin-bottom: 5px;
}

.contact-pg-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.contact-pg-link-block:hover {
  box-shadow: 0 1px 14px -3px rgba(94, 203, 241, 0.5);
}

@media screen and (max-width: 991px) {
  .button.light-blue-btn {
    background-color: #5ecbf1;
  }

  .aside {
    padding-left: 10px;
  }

  .int-pg-img {
    height: 40vw;
  }

  .container.header-bott-sec-cont {
    width: 100vw;
  }

  .browser-detect.show {
    padding-top: 100px;
  }

  .header-top-right-div {
    padding-left: 0px;
  }

  .header-top-left {
    width: 110%;
  }

  .contact-link-block.header {
    width: auto;
    max-width: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .header-sm-wrap {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .header-sm-wrap.desktop {
    display: none;
  }

  .header-sm-wrap.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sm-icon {
    border-style: solid;
    border-width: 1px;
    border-color: #d4edf4;
    border-radius: 50%;
  }

  .nav-col-left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-col-right {
    width: 100%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-menu {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .nav-link {
    width: 100%;
    padding-left: 50px;
    border-radius: 50px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 15px 40%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    font-size: 1.2em;
    text-align: left;
  }

  .nav-link:hover {
    -webkit-transform: translate(10px, 0px);
    -ms-transform: translate(10px, 0px);
    transform: translate(10px, 0px);
  }

  .nav-link.home-link {
    background-image: url('../images/home-run.svg');
    background-size: 16px;
  }

  .nav-link.home-link.w--current {
    background-color: transparent;
    box-shadow: 0 0 12px 0 #d4edf4;
    color: #fff;
  }

  .nav-link.about-link {
    background-image: url('../images/doctor.svg');
  }

  .nav-link.about-link:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .nav-link.services-link {
    background-image: url('../images/dentist.svg');
  }

  .nav-link.patient-info-link {
    background-image: url('../images/information-1.svg');
  }

  .nav-link.contact-link {
    background-image: url('../images/contact.svg');
  }

  .brand.desktop {
    display: none;
  }

  .brand.mobile-brand {
    z-index: 999;
    display: block;
    padding: 15px;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.1);
  }

  .image-8 {
    max-width: 100px;
  }

  .dropdown-w-megamenu {
    position: relative;
    height: 50px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-section {
    height: auto;
    padding-top: 38vw;
    padding-bottom: 16vw;
    background-image: url('../images/woosh.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(70, 138, 176, 0.5)), to(rgba(70, 138, 176, 0.5))), url('../images/asp-hero-img_2.jpg');
    background-image: url('../images/woosh.png'), linear-gradient(180deg, rgba(70, 138, 176, 0.5), rgba(70, 138, 176, 0.5)), url('../images/asp-hero-img_2.jpg');
    background-position: 50% 100%, 0px 0px, 50% 0%;
  }

  .about-col-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .dr-bg-img {
    top: 5%;
    height: 90%;
  }

  .slide-nav {
    display: block;
  }

  .patient-sec-top-row {
    padding-top: 8vw;
  }

  .contact-form-section {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .main-footer-section {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .footer-top-left-col {
    width: 35%;
  }

  .footer-top-right-col {
    width: 35%;
  }

  .footer-nav-link:hover {
    color: #5ecbf1;
  }

  .hero-title {
    font-size: 2.5em;
  }

  .int-pg-title.mobile-center-align {
    text-align: center;
  }

  .mobile-menu-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button {
    color: #fff;
  }

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

  .mobile-menu-left {
    width: 50%;
    padding: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mobile-menu-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/mobile-menu-img.jpg');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .mobile-menu-col-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 4px none #5ecbf1;
    background-color: #5ecbf1;
  }

  .dropdown-list-w-megamenu.w--open {
    top: 100%;
    min-width: 98vw;
    padding-bottom: 10px;
    border-radius: 20px;
  }

  .megamenu-subdropdown-list.w--open {
    background-color: #fff;
  }

  .megamenu-header-spacer {
    height: 20px;
  }

  .dropdown-list.w--open {
    left: 15px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 15px;
    box-shadow: 0 1px 20px -2px rgba(70, 138, 176, 0.8);
  }

  .dropdown-nav-link {
    width: 100%;
    height: 50px;
  }

  .dropdown-link {
    border-bottom-style: none;
  }

  .sidebar-nav-menu {
    padding: 15px;
  }

  .sidebar-nav-link {
    height: 50px;
    font-size: 16px;
    line-height: 20px;
  }

  .sidebar-icon {
    width: 20px;
  }

  .sidebar-submenu {
    padding-left: 16px;
  }

  .sidebar-submenu-link {
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 20px;
  }

  .text-block-3 {
    line-height: 17px;
  }

  .staff-bio-wrap {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dr-bio-img {
    width: 50%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    float: right;
  }

  .floating-li-indent {
    position: static;
  }

  .contact-pg-icon {
    margin-right: 10px;
  }

  .break {
    display: inline-block;
  }
}

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

  .button.light-blue-btn.header-covid-btn {
    white-space: nowrap;
  }

  .article {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .aside {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .int-pg-main.utility-page {
    min-height: 450px;
  }

  .int-pg-img {
    height: 60vw;
  }

  .container {
    width: 90vw;
  }

  .container.int-main-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.header-top-sec-cont {
    width: 95vw;
  }

  .container.hp-intro-sec-cont {
    padding-bottom: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.about-sec-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.int-intro-sec-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-style: none;
  }

  .int-pg-banner-section {
    overflow: hidden;
    height: 40vw;
    padding-top: 18vw;
  }

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

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

  .ada-contact-box-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ada-contact-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .header-top-div {
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header-top-right-div {
    width: auto;
  }

  .header-top-left {
    width: 65%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contact-link-block.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .contact-link-block.header {
    margin-bottom: 5px;
  }

  .contact-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .contact-content-wrap.footer-wrap {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
  }

  .contact-icon {
    margin-bottom: 0px;
  }

  .contact-link-p {
    margin-right: 10px;
    white-space: nowrap;
  }

  .contact-link-p.footer-link-p {
    white-space: normal;
  }

  .dropdown-w-megamenu {
    height: 45px;
  }

  .hp-intro-section {
    padding-bottom: 0vw;
  }

  .intro-col-left {
    width: 100%;
  }

  .intro-col-right {
    width: 100%;
    padding-top: 0px;
  }

  .about-section {
    margin-bottom: 0vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .about-col-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .dr-bg-img {
    z-index: -9;
    display: none;
    height: 40%;
  }

  .hp-dr-img {
    border-radius: 30px;
  }

  .testimonial-section {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonial-block-left {
    width: 100%;
    padding: 10vw 30px;
  }

  .testimonial-block-right {
    display: none;
    width: 100%;
    min-height: 80vw;
    margin-right: auto;
    margin-left: auto;
  }

  .half-container {
    width: 100%;
    max-width: none;
  }

  .slide-nav {
    display: none;
  }

  .slider {
    width: 100%;
  }

  .patient-section {
    overflow: hidden;
  }

  .patient-sec-top-row {
    padding-top: 10vw;
  }

  .patient-sec-bott-row {
    padding-bottom: 10vw;
  }

  .cta-bar-section {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .contact-form-section {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .form-heading {
    font-size: 4.8vw;
  }

  .footer-top-row {
    margin-bottom: 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-nav-row {
    padding-top: 20px;
    padding-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #69aacf;
  }

  .footer-top-left-col {
    width: auto;
  }

  .footer-top-mid-col {
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .footer-nav-link {
    width: 25%;
    margin-bottom: 20px;
  }

  .dropdown-list-w-megamenu.w--open {
    padding-bottom: 10px;
  }

  .slide {
    height: auto;
  }

  .paragraph {
    margin-bottom: 0px;
  }

  .text-block-2 {
    text-align: center;
  }

  .footer-cred-link {
    color: #5ecbf1;
  }

  .megamenu-link-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }

  .megamenu-link {
    font-size: 16px;
  }

  .megamenu-icon {
    width: 30px;
  }

  .megamenu-dropdown-toggle {
    font-size: 16px;
  }

  .dropdown-nav-link {
    margin-right: 0px;
    margin-left: 0px;
  }

  .int-pg-intro-col-right {
    width: 100%;
  }

  .int-pg-intro-col-left {
    width: 100%;
  }

  .sidebar-nav-link {
    font-size: 20px;
  }

  .accent-page-title {
    font-size: 7vw;
  }

  .sidebar-submenu-link {
    height: 35px;
  }

  .dr-bio-img {
    margin-right: auto;
    margin-left: auto;
  }

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

  .covid-content-block-container {
    padding-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .covid-block {
    width: 100%;
    margin-bottom: -1px;
    padding: 30px;
    border-bottom: 1px solid #d4edf4;
    font-size: 16px;
  }

  .covid-block.half-col {
    width: 100%;
  }

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

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.6em;
  }

  .button.light-blue-btn.header-covid-btn {
    margin-right: 0px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .int-pg-main {
    padding-bottom: 10vw;
  }

  .int-pg-main.utility-page {
    height: auto;
    min-height: auto;
    padding-top: 20vw;
    padding-bottom: 28vw;
  }

  .int-pg-img {
    height: 70vw;
    min-height: auto;
  }

  .int-pg-banner-section {
    padding-top: 20vw;
  }

  .browser-warning {
    padding: 20px;
  }

  .browser-detect {
    padding: 10% 10px;
  }

  .browser_link {
    width: 50%;
  }

  .browser_link.preferred {
    margin-bottom: 20px;
  }

  .browser_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-top-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-link-block.footer {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .contact-link-block.header {
    margin-right: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .contact-content-wrap.footer-wrap {
    margin-top: 10px;
    font-size: 20px;
  }

  .contact-content-wrap.header-wrap {
    display: none;
  }

  .contact-icon {
    width: 40px;
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .contact-link-p {
    margin-right: 0px;
  }

  .header-sm-wrap.mobile {
    width: 20%;
  }

  .sm-icon {
    display: none;
  }

  .nav-col-left {
    padding-right: 0px;
  }

  .nav-menu {
    overflow: visible;
    max-height: 90vh;
  }

  .image-8 {
    max-width: 80px;
  }

  .dropdown-w-megamenu {
    height: auto;
    min-height: 45px;
  }

  .hero-section {
    padding-top: 55vw;
    padding-bottom: 20vw;
  }

  .text-field {
    width: 100%;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-heading {
    font-size: 6.2vw;
  }

  .footer-nav-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-top-mid-col {
    margin-bottom: 40px;
  }

  .footer-top-right-col {
    width: auto;
  }

  .footer-sm-icon {
    width: 40px;
  }

  .footer-nav-link {
    width: auto;
    font-size: 1.6em;
    line-height: 1.5;
  }

  .image-11 {
    max-width: 200px;
  }

  .hero-topline {
    margin-bottom: 10px;
    font-size: 1em;
  }

  .hero-title {
    font-size: 1.8em;
  }

  .image-12 {
    display: none;
  }

  .int-pg-title {
    font-size: 2em;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .mobile-menu-left {
    width: 100%;
  }

  .mobile-menu-right {
    display: none;
  }

  .dropdown-list-w-megamenu.w--open {
    position: static;
    top: 0%;
    overflow: visible;
    min-height: 450px;
    min-width: 95vw;
    margin-right: auto;
    margin-left: 5px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .megamenu-link-wrap {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .dropdown-list.w--open {
    left: 0px;
  }

  .sidebar-nav-link {
    font-size: 22px;
  }

  .accent-page-title {
    margin-bottom: 10px;
  }

  .sidebar-submenu-link {
    font-size: 18px;
  }

  .dr-bio-img {
    width: 100%;
    margin-left: 0px;
    float: none;
  }

  .faq-question {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }

  .covid-content-block-container {
    padding: 0px 14px;
  }

  .covid-block {
    padding: 20px;
  }

  .covid-block.half-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .covid-block-icon {
    height: 100px;
  }

  .contact-pg-form-block {
    padding: 20px;
    text-align: center;
  }
}

