@font-face {
  font-family: Roboto C;
  src: url('../fonts/roboto-bold-webfont.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto C;
  src: url('../fonts/roboto-light-webfont.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto C;
  src: url('../fonts/roboto-regular-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto C;
  src: url('../fonts/roboto-medium-webfont.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dela Gothic One;
  src: url('../fonts/delagothicone-regular-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --light-blue: #2c3d4f;
  --cream: #24459a;
  --smoke: #fcfdff;
  --grey: #ccc9c4;
  --gainsboro: #fcfcfc;
  --milk: #e5e7e9;
  --black: black;
}

body {
  background-color: var(--white);
  color: var(--light-blue);
  font-family: Roboto C, sans-serif;
  line-height: 1.4;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Dela Gothic One, sans-serif;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dela Gothic One, sans-serif;
  font-size: 2.6em;
  font-weight: 400;
  line-height: 1.25;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dela Gothic One, sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dela Gothic One, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dela Gothic One, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Dela Gothic One, sans-serif;
  font-size: 1.04rem;
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
  font-size: 1.15rem;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 1.5em;
  padding-left: 1.3em;
  font-size: .99rem;
  line-height: 1.6;
}

li {
  font-size: 1.15rem;
}

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

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

blockquote {
  border-left: 5px solid var(--cream);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.bg-smoke {
  background-color: var(--smoke);
}

.logo {
  object-fit: contain;
  object-position: 0% 50%;
  height: 6.5rem;
}

.logo.footer_logo {
  height: 45px;
}

.link_text-2 {
  position: absolute;
}

.para-x_large {
  font-size: 2em;
}

.bold-text {
  font-weight: 700;
}

.h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.link-btn-arrow {
  justify-content: center;
  align-items: center;
  margin-left: .83em;
  display: flex;
}

.image-block {
  width: auto;
}

.text_color-grey {
  color: var(--grey);
}

.display {
  z-index: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.21em;
  font-weight: 400;
}

.text_color-light_blue {
  color: var(--light-blue);
}

.bg-light_blue {
  background-color: var(--light-blue);
}

.bg-gainsboro {
  background-color: var(--gainsboro);
}

.grid {
  grid-row-gap: 2em;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.grid._3-col, .grid._4-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.grid._2-col {
  z-index: 2;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  position: relative;
}

.grid._2-col.hero-grid {
  background-color: var(--milk);
  border-radius: 19px;
  align-items: stretch;
  padding: 2.86em;
}

.grid._2-col.hero-grid.is--blue {
  background-color: var(--milk);
}

.grid.footer_grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.grid.wrap {
  flex-wrap: wrap;
}

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

.bg-grey {
  background-color: var(--grey);
}

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

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6em;
}

.h2.all-caps.max-width-small {
  width: 9em;
}

.form-btn {
  color: #fff;
  background-color: #915ff2;
  border: 1px solid #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-width: 7.81em;
  padding: .5em 2.08em;
  font-size: 1.04em;
  font-weight: 700;
  display: flex;
  box-shadow: 0 3px 5px -2px #8966ea80;
}

.plug-play {
  background-color: #2a1468;
  width: 0;
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.h5 {
  margin-top: 0;
  margin-bottom: 0;
}

.link {
  color: var(--light-blue);
  text-transform: uppercase;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.link:hover {
  color: var(--cream);
  text-decoration: underline;
}

.link.w--current {
  color: var(--cream);
  font-weight: 500;
  text-decoration: underline;
}

.link.footer_link {
  color: var(--milk);
  text-transform: none;
  font-size: 1em;
  font-weight: 400;
}

.link.footer_link:hover {
  color: var(--white);
  text-decoration: underline;
}

.link.footer_link.w--current, .link.footer_link.is--bold, .link.text_color-light_blue.w--current {
  font-weight: 700;
}

.link.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.link.contact_links {
  color: var(--light-blue);
  text-transform: none;
}

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

.link.p_info-link {
  color: var(--light-blue);
  text-transform: none;
}

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

.link.location-link {
  color: var(--grey);
  text-transform: none;
}

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

.link.is-address:hover {
  color: var(--light-blue);
}

.color-block {
  flex-direction: row;
  margin-right: 2em;
  display: flex;
}

.dd-toggle {
  z-index: 2;
  width: 100%;
  padding: 0;
}

.bg-milk {
  background-color: var(--milk);
}

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

.text_color-white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.social-icon {
  justify-content: center;
  align-items: center;
  margin-left: .5em;
  margin-right: .5em;
  font-size: 1.1rem;
  display: flex;
}

.social-icon.medium {
  margin-top: 0;
  position: relative;
  top: .2em;
}

.social-icon.nav-icon {
  margin-left: 0;
  margin-right: 0;
}

.grid-item {
  width: 100%;
}

.grid-item._1-2-col {
  justify-content: space-between;
  width: 50%;
}

.grid-item._1-2-col.hero_content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  display: flex;
}

.grid-item._1-2-col.hero_content.home-content {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.grid-item._1-2-col.hero_content.home-content.is-2 {
  align-items: flex-start;
}

.grid-item._1-2-col.hero_banner {
  border-radius: 19px;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-item._1-2-col.about_banner {
  width: 65%;
}

.grid-item._1-2-col.doctor_header {
  width: 15%;
}

.grid-item._1-2-col.doctor_banner, .grid-item._1-2-col.why_banner {
  width: 65%;
}

.grid-item._1-2-col.why_header {
  width: 35%;
}

.grid-item._1-2-col.faq-content_col {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 85%;
  display: flex;
}

.grid-item._1-2-col.faq-content_col.header {
  width: 30%;
}

.grid-item._1-2-col.faq-content_col.content {
  align-items: stretch;
  width: 65%;
}

.grid-item._1-2-col.doctor_header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  padding-top: 7.5em;
  display: flex;
}

.grid-item._1-2-col.doctor_header.no-pad {
  padding-top: 0;
}

.grid-item._1-2-col.about_content, .grid-item._1-2-col.content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.grid-item._1-2-col.featured_header {
  width: 100%;
}

.grid-item._1-2-col.team_header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.grid-item._1-2-col.team_content {
  grid-column-gap: 3.56em;
  grid-row-gap: 3.56em;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.grid-item._1-2-col.visit_content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.grid-item._1-2-col.visit_banner {
  width: 65%;
}

.grid-item._1-2-col.membership_content {
  grid-column-gap: 2%;
  grid-row-gap: 4em;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.grid-item._1-2-col.membership_header {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.grid-item._1-2-col.blogs_header {
  width: 100%;
}

.grid-item._1-2-col.blogs_cta {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.grid-item._1-2-col.p_forms_header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.grid-item._1-2-col.p_forms-content {
  grid-column-gap: 2%;
  grid-row-gap: 4em;
  flex-direction: row;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.grid-item._1-2-col.finance_header {
  width: 100%;
}

.grid-item._1-2-col.finance_content {
  flex-flow: column wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.grid-item._1-2-col.location_content {
  grid-column-gap: 3.56em;
  grid-row-gap: 3.56em;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.grid-item._1-2-col.location_header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.grid-item._1-3-col {
  width: 33.33%;
}

.grid-item._1-4-col {
  width: 25%;
}

.grid-item.testimonials_header {
  width: 35%;
}

.grid-item.testimonials_content {
  width: 65%;
  overflow: hidden;
}

.grid-item.featured_content {
  width: 100%;
}

.grid-item.cta_header {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-item.footer_col.left {
  width: 10%;
}

.grid-item.footer_col.page-links {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  width: 60%;
  display: flex;
}

.grid-item.footer_col.right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 10%;
  display: flex;
}

.grid-item.footer_col.info-links {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  width: 20%;
  display: flex;
}

.grid-item.footer_col.a_footer-item {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-item.gallery_banner {
  width: 100%;
  margin-left: auto;
  overflow: visible;
}

.grid-item.financing_header {
  margin-top: 2em;
  display: flex;
}

.grid-item.video_testimonials_header {
  width: 35%;
}

.grid-item.video_testimonials-content {
  width: 65%;
  overflow: hidden;
}

.grid-item.gallery_header {
  text-align: center;
  width: 100%;
  margin-left: auto;
}

.grid-item.blogs_content {
  width: 100%;
}

.text_color-milk {
  color: var(--milk);
}

.global-styles {
  position: fixed;
  inset: 0% 0% auto;
}

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

.form_input {
  background-color: var(--milk);
  color: var(--light-blue);
  border: 1px solid #0000;
  height: 4em;
  margin-bottom: 0;
  padding: 0 1em;
  font-size: 1.15em;
}

.form_input:focus-visible, .form_input[data-wf-focus-visible] {
  border: 1px solid var(--light-blue);
}

.form_input::placeholder {
  color: var(--light-blue);
}

.form_input.area {
  height: 9em;
  margin-bottom: 5px;
  padding-top: 1.4em;
}

.toggle-wrapper {
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.toggle-wrapper.w--open {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.brand {
  width: 9rem;
  height: auto;
  padding-left: 0;
}

.brand.w--current {
  align-items: center;
  display: flex;
}

.brand.footer_brand {
  width: 8.59em;
}

.rich-text p {
  text-align: left;
  margin-bottom: 1.5em;
}

.rich-text h1 {
  color: var(--light-blue);
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 2.6em;
}

.rich-text h2 {
  color: var(--light-blue);
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 2.08em;
}

.rich-text h3 {
  margin-bottom: .3em;
  font-size: 2.06em;
}

.rich-text h4 {
  color: var(--light-blue);
  margin-bottom: .4em;
}

.rich-text h5 {
  color: var(--light-blue);
  margin-bottom: .6em;
}

.rich-text h6 {
  color: var(--light-blue);
  margin-bottom: .7em;
}

.rich-text a {
  color: var(--cream);
  text-decoration: underline;
  transition: color .4s;
}

.rich-text a:hover {
  color: var(--black);
}

.rich-text._2-col {
  column-count: 2;
  column-gap: 5em;
}

.rich-text._3-col {
  column-count: 3;
  column-gap: 3em;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.08em;
}

.dd-list {
  z-index: 1;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--gainsboro);
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 1.56em 7.5em 3em;
  display: flex;
  overflow: hidden;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
}

.dd-icon {
  color: var(--light-blue);
  margin: 0 0 0 .52em;
  position: static;
}

.btn-text {
  font-size: 1em;
  position: relative;
}

.para-large {
  font-size: 1.82em;
}

.btn {
  background-color: var(--light-blue);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  min-width: 7.81em;
  padding: .94em 1.75em;
  font-size: 1.04em;
  font-weight: 300;
  line-height: 1;
  transition: all .2s ease-in-out;
  display: inline-block;
  position: relative;
  bottom: 0;
}

.btn:hover {
  background-color: var(--black);
  bottom: .25em;
  box-shadow: 0 11px 9px #3e495233;
}

.btn.text-btn {
  color: #717f93;
  background-color: #0000;
  border: 0 #0000;
  border-radius: 0;
  min-width: 0;
  padding: .4em 0;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  overflow: hidden;
}

.btn.link-btn {
  width: auto;
  display: flex;
}

.btn.form-btn {
  box-shadow: none;
  padding-top: .93em;
}

.btn.is--cream {
  background-color: var(--cream);
  font-weight: 400;
}

.btn.is--cream:hover {
  background-color: var(--black);
  color: var(--white);
}

.para-medium {
  font-size: 1.3rem;
}

.btn-block {
  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;
  margin-right: 2em;
  display: flex;
}

.main-wrapper {
  overflow: hidden;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
}

.container {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 6em;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}

.container.hero_container {
  padding-top: 2em;
  display: flex;
}

.container.hero_container._404 {
  min-height: 90vh;
  padding-top: 4em;
}

.container.hero_container.contact-container {
  padding-top: 4em;
}

.container.nav_container {
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: static;
  overflow: visible;
}

.container.footer_container {
  color: var(--white);
  padding-top: 3.8em;
  padding-bottom: 3.8em;
}

.container.cta-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.form-container {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.container.a_footer_container {
  padding-top: 2.08em;
  padding-bottom: 4.17em;
}

.bg-cream {
  background-color: var(--cream);
}

.overflow-hidden {
  overflow: hidden;
}

.z_index-1 {
  z-index: 1;
  position: relative;
}

.z_index-2 {
  z-index: 2;
  position: relative;
}

.hidden {
  display: none;
}

.no-scroll {
  overflow: hidden;
}

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

.margin-top.xx-small {
  margin-top: .25em;
}

.margin-top.x-small {
  margin-top: .5em;
}

.margin-top.small {
  margin-top: 1em;
}

.margin-top.medium {
  margin-top: 2em;
}

.margin-top.large {
  margin-top: 2.25em;
}

.margin-top.x-large {
  margin-top: 2.5em;
}

.margin-top.xx-large {
  margin-top: 3em;
}

.margin-top.auto {
  margin-top: auto;
}

.xx-small {
  margin-top: .25em;
}

.x-small {
  margin-top: .5em;
}

.small {
  margin-top: 1em;
}

.medium {
  margin-top: 2em;
}

.large {
  margin-top: 3em;
}

.x-large {
  margin-top: 4em;
}

.xx-large {
  margin-top: 5em;
}

.about-us {
  background-color: var(--gainsboro);
}

.navbar {
  background-color: var(--white);
  position: sticky;
  top: 0;
}

.nav_menu {
  align-items: stretch;
  display: flex;
  position: static;
}

.doctors {
  background-color: var(--milk);
}

.testimonials_card {
  background-color: var(--gainsboro);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 2.6em 2.08em 4.6em;
  display: flex;
  position: relative;
  box-shadow: 2px 1px 6px #00000012;
}

.testimonials_slider {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.testimonials_mask {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: visible;
}

.testimonials_slide {
  width: 48%;
  height: 100%;
  margin-right: 2em;
}

.slider_arrow {
  color: var(--cream);
  border: 1px solid #3b6a9b80;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  width: 4.69em;
  height: 2.34em;
  font-size: 1vw;
  transition: color .8s, background-color .8s;
  display: none;
}

.slider_arrow:hover {
  background-color: var(--grey);
  color: var(--gainsboro);
}

.slider_arrow.right {
  inset: auto 0% 0% auto;
}

.slider_arrow.left {
  inset: auto auto 0% 0%;
}

.slider_nav {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.slider_icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider_icon.left_icon {
  transform: rotate(180deg);
}

.featured_img {
  border-radius: 19px;
  height: 20em;
}

.featured_card {
  grid-column-gap: 2em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.featured_list {
  grid-column-gap: 2%;
  grid-row-gap: 4em;
  flex-flow: wrap;
  margin-top: 2em;
  display: flex;
}

.featured_item {
  width: 32%;
}

.cta {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pos_relative {
  position: relative;
}

.hero-img {
  border-radius: 19px;
  height: 30em;
}

.about-img {
  aspect-ratio: 16 / 9;
  border-radius: 19px;
}

.doctor-img {
  aspect-ratio: 3 / 2;
  object-position: 50% 5%;
  border-radius: 19px;
}

.why_choose_us-img {
  aspect-ratio: 16 / 9;
  object-position: 50% 0%;
  border-radius: 19px;
}

.footer {
  background-color: var(--light-blue);
}

.all_rights-text {
  font-size: 1em;
}

.footer_menu-col {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

.footer_menu-col.is--info {
  width: 100%;
  max-width: none;
  padding-left: 1em;
  padding-right: 1em;
}

.footer_menu-col.primary_links {
  width: 15%;
}

.fields_wrapper {
  width: 100%;
  margin-bottom: 1.04em;
}

.fields_wrapper.half {
  width: 50%;
}

.label {
  margin-bottom: 5px;
  font-size: 1.11em;
  font-weight: 400;
}

._2_fields-col {
  grid-column-gap: 2em;
  grid-row-gap: 0em;
  display: flex;
}

.featured_collection {
  width: 100%;
}

.gallery-img {
  border-radius: 19px;
  height: 20em;
}

.gallery-lightbox {
  width: 100%;
  display: flex;
}

.gallery_slider {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #0000;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.gallery_mask {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.gallery_slide {
  width: 32%;
  height: 100%;
  margin-right: 2em;
}

.faq-4 {
  background-color: var(--milk);
}

.text_color-gainsboro {
  color: var(--gainsboro);
}

.success-message {
  background-color: var(--light-blue);
  color: var(--white);
  border-radius: 19px;
  padding: 4em;
}

.quote-icon {
  color: var(--cream);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  transform: scale(1.2);
}

.quote-icon.is--big {
  width: 10em;
}

.quote-icon.is--small {
  width: 5em;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.menu-block {
  grid-column-gap: 1.82em;
  grid-row-gap: 1.82em;
  text-align: left;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-end;
  place-items: center start;
  width: auto;
  padding-left: 2.08em;
  display: flex;
}

.social-block {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.social-block.is--footer {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.social-link {
  border-radius: 100%;
  transition: all .2s ease-in-out;
  position: relative;
  bottom: 0;
}

.social-link:hover {
  color: var(--black);
  bottom: .25em;
  box-shadow: 0 6px 5px #3e495233;
}

.no-caps {
  text-transform: lowercase;
}

.powered-img {
  color: var(--light-blue);
  object-fit: contain;
  align-items: center;
  width: 7.5rem;
  height: 1.4rem;
  transition: color .2s ease-in-out;
  display: flex;
}

.powered-img:hover {
  color: var(--black);
}

.multiple_doctors-tabs {
  z-index: 2;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.doctors-menu {
  z-index: 2;
  flex-wrap: wrap;
  width: auto;
  margin-left: .75em;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% auto auto 65%;
}

.doctors-tab_content {
  z-index: 1;
}

.doctors-link_block {
  background-color: var(--white);
  color: var(--light-blue);
  border-radius: 7px;
  margin-left: -.25em;
  margin-right: -.25em;
  padding: .75em 1.15em;
  box-shadow: 0 3px 10px #0000001a;
}

.doctors-link_block.w--current {
  z-index: 2;
  background-color: var(--grey);
}

.doctors-link_text {
  font-size: 1rem;
}

.services-col {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-direction: column;
  display: flex;
}

.sub-dropdown {
  z-index: 2;
  grid-column-gap: .52em;
  grid-row-gap: .52em;
  flex-direction: column;
  width: 25%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.sub-dd-toggle {
  z-index: 2;
  cursor: default;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
}

.sub-toggle-wrapper {
  color: var(--grey);
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.sub-toggle-wrapper.w--open {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.sub-dd-list {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  display: flex;
  position: static;
}

.dd-list-wrapper {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  height: auto;
  display: none;
  position: absolute;
  inset: 100% 0% auto;
  overflow: hidden;
}

.dd-sub-link {
  color: var(--light-blue);
  font-weight: 300;
  transition: color .4s;
}

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

.dd-sub-link.w--current {
  color: var(--light-blue);
  font-weight: 500;
}

.dd-sub-header-text, .dd-sub-link_text {
  font-size: 1.35em;
}

.patient_anchors-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  display: flex;
}

.normal-caps {
  text-transform: none;
}

.contact_links-wrapper {
  color: var(--milk);
  flex-direction: column;
  display: flex;
}

.map {
  width: 100%;
  height: 30em;
}

.video-embed {
  border-radius: 5px;
  width: 100%;
}

.testimonials_video-card {
  border-radius: 19px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.testimonials_vidoe_mask {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.testimonials_video_slide {
  width: 48%;
  height: 100%;
  margin-right: 2em;
}

.normal-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.normal_dd-list-wrapper {
  z-index: 1;
  background-color: var(--gainsboro);
  padding: 1.2em;
}

.normal_dd-list-wrapper.w--open {
  flex-direction: column;
  display: flex;
}

.footer_services-list {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  display: flex;
}

.dd-sub-page_link {
  color: var(--light-blue);
  align-items: center;
  display: flex;
}

.dd-sub-pager-text {
  font-size: 1.35em;
  font-weight: 400;
}

.video_testimonials_slider {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text_color-cream {
  color: var(--cream);
}

.text_color-smoke {
  color: var(--smoke);
}

.absolute-footer {
  background-color: var(--grey);
  border-top: .5px solid #f4f4f480;
}

.all-caps {
  text-transform: uppercase;
}

.doctor-cta {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.featured-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.featured-banner {
  width: 100%;
}

.nav-btn-block {
  grid-column-gap: 1em;
  grid-row-gap: 1.82em;
  align-items: center;
  margin-left: 1em;
  margin-right: 1em;
  display: flex;
}

.member-img {
  border-radius: 19px;
  height: 15em;
}

.member-card {
  flex-direction: column;
  align-items: flex-start;
  width: 30.5%;
  display: flex;
}

.membership-card {
  background-color: var(--gainsboro);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32%;
  padding: 2.6em 2.08em;
  display: flex;
  box-shadow: 0 0 14px #0003;
}

.blogs_collection {
  width: 100%;
}

.blogs_list {
  grid-column-gap: 2%;
  grid-row-gap: 4em;
  flex-flow: wrap;
  display: flex;
}

.blogs_item {
  width: 32%;
}

.blogs_card {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.p_forms-card {
  grid-row-gap: 1em;
  border-radius: 15px;
  flex-direction: column;
  align-items: flex-start;
  width: 32%;
  display: flex;
  box-shadow: 1px 1px 10px #3b6a9b26;
}

.form-content {
  background-color: var(--white);
  width: 55%;
  margin-bottom: 0;
  margin-left: auto;
  padding: 2.86em;
  box-shadow: 0 0 20px #70707033;
}

.form-content.is-success {
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.contact_sub-header {
  width: 35%;
}

.dd-list-right {
  z-index: 1;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  width: 75%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.pop-wrapper {
  z-index: 9999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ecf6fa80;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-block {
  background-color: #fcfcfc;
  border-radius: 15px;
  width: 75%;
  max-height: 90vh;
  padding: 4em 2.5em;
  position: relative;
}

.close-btn {
  background-color: #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -.5em -.5em auto auto;
}

.close-btn_embed {
  color: var(--light-blue);
  cursor: pointer;
  font-size: 1.2em;
  transition: color .4s;
  display: flex;
}

.close-btn_embed:hover {
  color: var(--cream);
}

.anchor_point {
  z-index: -2;
  width: 100%;
  height: 0;
  position: absolute;
  inset: -6.5em 0% auto;
  overflow: hidden;
}

.form {
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form_wrapper {
  width: 100%;
}

.vist_img {
  border-radius: 19px;
  height: 30em;
}

.rich-text_milk {
  color: var(--white);
}

.rich-text_milk p {
  margin-bottom: 1.5em;
}

.rich-text_milk h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 2.6em;
}

.rich-text_milk h2 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 2.08em;
}

.rich-text_milk h3 {
  margin-bottom: .3em;
  font-size: 2.06em;
}

.rich-text_milk h4 {
  margin-bottom: .4em;
}

.rich-text_milk h5 {
  margin-bottom: .6em;
}

.rich-text_milk h6 {
  margin-bottom: .7em;
}

.rich-text_milk a {
  color: var(--milk);
  text-decoration: underline;
  transition: color .4s;
}

.rich-text_milk a:hover {
  color: var(--gainsboro);
}

.location-img {
  border-radius: 19px;
  height: 20em;
}

.location_card {
  flex-direction: column;
  align-items: flex-start;
  width: 30.5%;
  display: flex;
}

.contact {
  background-color: var(--gainsboro);
}

.form-header {
  width: 45%;
}

.form-nav {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
  inset: 0% 0% auto;
}

.form-slider {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #0000;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-top: 2em;
  padding-top: 6em;
  display: flex;
}

.form-arrow {
  display: none;
}

.form-slide, .form-mask {
  width: 100%;
  height: auto;
}

.step-line {
  z-index: 1;
  background-color: #d3e7efbf;
  width: 95%;
  height: 1px;
  margin-top: 1.6em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.success-message-2 {
  background-color: var(--cream);
  color: #f5f6f8;
  border-radius: 5px;
  padding: 4em;
}

.slide-btns-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-company-wrap {
  flex: 1;
  align-items: center;
  display: flex;
}

.nav-address-wrap {
  margin-left: 2em;
}

.nav-call-btn-wrap {
  display: flex;
}

.div-block {
  width: 55%;
}

.form-header-copy {
  width: 40%;
}

.form_wrapper-copy {
  width: 100%;
  padding-top: 6em;
  padding-bottom: 6em;
}

.margin-bottom {
  margin-top: 5em;
}

@media screen and (max-width: 991px) {
  .logo {
    height: 6.5rem;
  }

  .grid._2-col {
    flex-wrap: wrap;
  }

  .grid._2-col.hero-grid {
    grid-row-gap: 2em;
    flex-flow: column wrap;
    height: 100%;
  }

  .grid.footer_grid {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-wrap: wrap;
  }

  .color-block-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .color-block {
    margin-right: 1em;
  }

  .grid-item._1-2-col.hero_content {
    order: 1;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-right: 0;
  }

  .grid-item._1-2-col.hero_content.home-content {
    width: 100%;
  }

  .grid-item._1-2-col.hero_banner {
    width: 100%;
    height: auto;
  }

  .grid-item._1-2-col.about_banner, .grid-item._1-2-col.doctor_header, .grid-item._1-2-col.doctor_banner, .grid-item._1-2-col.why_banner, .grid-item._1-2-col.why_header, .grid-item._1-2-col.faq-content_col.header, .grid-item._1-2-col.faq-content_col.content {
    width: 100%;
  }

  .grid-item._1-2-col.doctor_header {
    padding-top: 0;
  }

  .grid-item._1-2-col.about_content, .grid-item._1-2-col.content, .grid-item._1-2-col.featured_header, .grid-item._1-2-col.team_header, .grid-item._1-2-col.team_content, .grid-item._1-2-col.visit_content, .grid-item._1-2-col.visit_banner, .grid-item._1-2-col.membership_content, .grid-item._1-2-col.membership_header, .grid-item._1-2-col.blogs_header, .grid-item._1-2-col.blogs_cta, .grid-item._1-2-col.p_forms_header, .grid-item._1-2-col.p_forms-content, .grid-item._1-2-col.finance_header, .grid-item._1-2-col.finance_content, .grid-item._1-2-col.location_content, .grid-item._1-2-col.location_header, .grid-item.testimonials_header {
    width: 100%;
  }

  .grid-item.testimonials_content {
    width: 100%;
    overflow: visible;
  }

  .grid-item.featured_content, .grid-item.cta_header {
    width: 100%;
  }

  .grid-item.footer_col.left {
    width: 40%;
    padding-left: 0;
  }

  .grid-item.footer_col.page-links {
    order: 3;
    width: 100%;
  }

  .grid-item.footer_col.right {
    flex-direction: row;
    order: 4;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .grid-item.footer_col.info-links {
    border-right-style: none;
    order: 2;
    width: 60%;
  }

  .grid-item.gallery_banner {
    width: 100%;
  }

  .grid-item.financing_header {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .grid-item.video_testimonials_header, .grid-item.video_testimonials-content, .grid-item.gallery_header {
    width: 100%;
  }

  .grid-item.blogs_content {
    width: 100%;
    margin-top: 2em;
  }

  .global-styles {
    z-index: 10;
  }

  .dropdown {
    position: relative;
  }

  .brand {
    width: 100%;
    max-width: 9rem;
  }

  .dd-list {
    background-color: #0000;
    border-top-style: none;
    border-top-width: 0;
    border-bottom-style: none;
    border-bottom-width: 0;
    flex-flow: column wrap;
    padding: 0;
    position: relative;
  }

  .dd-icon {
    font-size: 1.5em;
  }

  .container {
    max-width: 100%;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .container.hero_container._404 {
    align-items: center;
  }

  .container.nav_container {
    padding-left: 6vw;
  }

  .navbar {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .nav_menu {
    background-color: var(--gainsboro);
    padding: 2em 6vw 3em;
    position: absolute;
  }

  .testimonials_slider {
    width: 100%;
  }

  .testimonials_slide {
    width: 48%;
    margin-right: 4%;
  }

  .slider_arrow {
    width: 4.69rem;
    height: 2.34rem;
  }

  .slider_nav {
    padding-top: 0;
  }

  .slider_icon {
    font-size: 1rem;
  }

  .featured_card {
    flex-wrap: wrap;
  }

  .footer_menu-col.is--info {
    padding-left: 0;
    padding-right: 0;
  }

  .menu_btn {
    color: var(--light-blue);
    border-radius: 8px;
    padding: 7px 9px 4px;
    transition: background-color .4s;
  }

  .menu_btn.w--open {
    background-color: var(--light-blue);
    color: var(--white);
  }

  .hamburger {
    transform: scale(1.2);
  }

  .label {
    font-size: 1rem;
  }

  .gallery_slider {
    width: 100%;
  }

  .gallery_slide {
    width: 48%;
    margin-right: 4%;
  }

  .success-message {
    padding: 2em;
  }

  .menu-block {
    border-left-style: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 0;
    display: flex;
  }

  .social-block.is--footer {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

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

  .multiple_doctors-tabs {
    width: 100%;
  }

  .doctors-menu {
    margin-left: 0;
    position: relative;
    left: 0%;
  }

  .doctors-tab_content {
    margin-top: 2em;
  }

  .sub-dropdown {
    width: 100%;
  }

  .sub-dd-toggle {
    cursor: auto;
  }

  .sub-dd-list {
    padding-left: 2.5em;
    display: none;
    position: relative;
  }

  .dd-list-wrapper {
    display: none;
    position: relative;
  }

  .dd-list-wrapper.w--open {
    display: flex;
  }

  .dd-sub-header-text {
    font-size: 1.4em;
  }

  .testimonials_video_slide {
    width: 48%;
    margin-right: 4%;
  }

  .normal-dropdown {
    position: relative;
  }

  .normal_dd-list-wrapper {
    display: none;
    position: relative;
  }

  .normal_dd-list-wrapper.w--open {
    display: flex;
  }

  .video_testimonials_slider, .featured-content, .featured-banner {
    width: 100%;
  }

  .nav-btn-block {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    margin-left: 0;
  }

  .member-card, .membership-card {
    width: 47%;
  }

  .blogs_card {
    flex-wrap: wrap;
  }

  .form-content {
    width: 100%;
  }

  .form-content.is-success {
    padding: 0;
  }

  .contact_sub-header {
    width: 100%;
  }

  .dd-list-right {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    background-color: #0000;
    border-top-style: none;
    border-top-width: 0;
    border-bottom-style: none;
    border-bottom-width: 0;
    flex-flow: column wrap;
    width: auto;
    padding: .5em 2.5em .52em;
    position: relative;
  }

  .anchor_point {
    top: -8em;
  }

  .form {
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .location_card {
    width: 47%;
  }

  .form-header {
    width: 75%;
  }

  .step-line {
    margin-top: 1.9em;
  }

  .nav-company-wrap {
    justify-content: space-between;
    padding-right: 2em;
  }

  .nav-address-wrap {
    display: none;
  }

  .nav-call-btn-wrap {
    margin-left: 0;
    margin-right: 2em;
    display: block;
  }

  .div-block, .form-header-copy {
    width: 100%;
  }

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

@media screen and (max-width: 767px) {
  .logo {
    height: 5.5rem;
  }

  .grid._2-col {
    flex-wrap: wrap;
  }

  .color-block-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .link {
    font-size: 1.11rem;
  }

  .link.footer_link {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
  }

  .color-block {
    width: 100%;
    height: 100%;
    margin-right: 0;
  }

  .grid-item._1-2-col, .grid-item._1-2-col.hero_content {
    width: 100%;
  }

  .grid-item._1-2-col.doctor_header {
    order: -1;
    width: 100%;
  }

  .grid-item._1-2-col.doctor_banner {
    order: -1;
  }

  .grid-item._1-2-col.why_header {
    order: -1;
    width: 100%;
  }

  .grid-item._1-2-col.faq-content_col {
    width: 100%;
  }

  .grid-item._1-2-col.faq-content_col.content {
    order: 0;
  }

  .grid-item._1-2-col.doctor_header {
    width: 100%;
  }

  .grid-item._1-2-col.content, .grid-item._1-2-col.featured_header, .grid-item._1-2-col.team_header, .grid-item._1-2-col.membership_header, .grid-item._1-2-col.blogs_header, .grid-item._1-2-col.blogs_cta, .grid-item._1-2-col.p_forms_header {
    order: -1;
    width: 100%;
  }

  .grid-item._1-2-col.p_forms-content {
    flex-wrap: wrap;
  }

  .grid-item._1-2-col.location_header {
    order: -1;
    width: 100%;
  }

  .grid-item._1-3-col, .grid-item._1-4-col {
    width: 100%;
  }

  .grid-item.testimonials_content {
    overflow: visible;
  }

  .grid-item.cta_header {
    flex-direction: column;
    width: 100%;
  }

  .grid-item.footer_col.page-links {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-wrap: wrap;
  }

  .grid-item.video_testimonials-content {
    overflow: visible;
  }

  .brand {
    max-width: 8rem;
  }

  .rich-text._2-col, .rich-text._3-col {
    column-count: 1;
  }

  .dd-list {
    background-color: #0000;
    border-bottom: 0 #0000;
  }

  .testimonials_slide {
    width: 100%;
  }

  .slider_nav {
    padding-top: 0;
  }

  .featured_item {
    width: 100%;
  }

  .footer_menu-col {
    width: 45%;
    max-width: none;
  }

  .footer_menu-col.is--info {
    width: 100%;
  }

  .footer_menu-col.primary_links {
    grid-column-gap: 5em;
    grid-row-gap: 1em;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    width: 100%;
    max-width: none;
    display: grid;
  }

  .menu-block {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .sub-dropdown {
    width: 100%;
  }

  .sub-dd-list {
    padding-left: 2.5em;
    padding-right: 2.5em;
    display: none;
  }

  .dd-list-wrapper {
    display: none;
  }

  .dd-list-wrapper.w--open {
    display: flex;
  }

  .testimonials_video_slide {
    width: 100%;
  }

  .normal_dd-list-wrapper {
    display: none;
  }

  .normal_dd-list-wrapper.w--open {
    display: flex;
  }

  .member-card, .membership-card, .blogs_item, .p_forms-card {
    width: 100%;
  }

  .dd-list-right {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    background-color: #0000;
    border-bottom: 0 #0000;
    padding: .52em 2.5em;
  }

  .location_card, .form-header {
    width: 100%;
  }

  .form-slider {
    padding-top: 6em;
  }

  .step-line {
    margin-top: 2em;
  }

  .nav-company-wrap {
    justify-content: space-between;
    padding-right: 2em;
  }

  .nav-address-wrap {
    display: none;
  }

  .nav-call-btn-wrap {
    display: block;
  }

  .form-header-copy {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  p, li {
    font-size: .99rem;
  }

  .grid {
    flex-wrap: wrap;
  }

  .grid._2-col.hero-grid {
    padding: 2em;
  }

  .color-block-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .social_icons-block {
    flex-wrap: wrap;
  }

  .form-btn {
    padding-left: 1em;
    padding-right: 1em;
  }

  .grid-item._1-2-col.blogs_cta {
    justify-content: center;
    margin-top: 4em;
  }

  .grid-item.footer_col.left {
    width: 100%;
  }

  .grid-item.footer_col.page-links {
    flex-wrap: wrap;
  }

  .grid-item.footer_col.info-links {
    width: 100%;
  }

  .grid-item.gallery_banner {
    overflow: visible;
  }

  .btns-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-wrap: wrap;
  }

  .brand.footer_brand {
    width: 8rem;
  }

  .dd-list {
    position: relative;
  }

  .h1 {
    font-size: 2.25em;
  }

  .btn {
    font-size: 1.3em;
  }

  .btn.is-call-now {
    min-width: 7em;
    padding-left: .94em;
    padding-right: .94em;
  }

  .para-medium {
    font-size: 1.11rem;
  }

  .testimonials_slider {
    grid-row-gap: 0em;
  }

  .slider_arrow.right {
    right: 0%;
  }

  .slider_arrow.left {
    left: 0%;
  }

  .slider_nav {
    font-size: 7px;
  }

  .slider_icon {
    object-fit: contain;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
  }

  .featured_item {
    width: 100%;
  }

  .hero-img {
    height: 25em;
  }

  .footer_menu-col {
    width: 45%;
  }

  .footer_menu-col.is--info {
    width: 100%;
  }

  .footer_menu-col.primary_links {
    grid-column-gap: 1em;
    grid-template-columns: 45% 45%;
    justify-content: space-between;
    place-items: center baseline;
  }

  .fields_wrapper.half {
    width: 100%;
  }

  ._2_fields-col {
    flex-direction: column;
  }

  .gallery_slider, .gallery_slide {
    width: 100%;
  }

  .social-block.is--footer {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .doctors-menu {
    flex-flow: column wrap;
    width: 100%;
  }

  .doctors-link_block {
    text-align: center;
    padding-top: 1.65em;
    padding-bottom: 1.65em;
  }

  .sub-dd-list {
    position: relative;
  }

  .dd-list-wrapper, .normal_dd-list-wrapper {
    display: none;
    position: relative;
  }

  .video_testimonials_slider {
    grid-column-gap: 0em;
    grid-row-gap: 1em;
  }

  .nav-btn-block {
    grid-row-gap: 1em;
    flex-wrap: wrap;
  }

  .member-img {
    height: 20em;
  }

  .blogs_item {
    width: 100%;
  }

  .p_forms-card {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    justify-content: center;
  }

  .form-content {
    padding: 2.06em 1.46em;
  }

  .form-content.is-success {
    text-align: center;
  }

  .dd-list-right {
    position: relative;
  }

  .popup-block {
    width: 90%;
  }

  .close-btn {
    top: -1.6em;
    right: -1.2em;
  }

  .close-btn_embed {
    font-size: 1.75em;
  }

  .anchor_point {
    top: -7.5em;
  }

  .vist_img {
    height: 20em;
  }

  .success-message-2 {
    padding: 3em;
  }

  .nav-company-wrap {
    padding-right: 1em;
  }

  .nav-call-btn-wrap {
    margin-right: 1em;
  }

  .form_wrapper-copy {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

#w-node-c8b68ef3-b37e-5143-8c65-e9b111f3463d-3964e8a8, #w-node-_2b6f7e25-0272-de75-9fe5-8ca0a8d1552b-3964e8b9 {
  grid-area: 2 / 1 / 3 / 2;
}


@font-face {
  font-family: 'Roboto C';
  src: url('../fonts/roboto-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto C';
  src: url('../fonts/roboto-light-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto C';
  src: url('../fonts/roboto-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto C';
  src: url('../fonts/roboto-medium-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dela Gothic One';
  src: url('../fonts/delagothicone-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}