:root {
  --black: #000;
  --rollover-blue: #03758f;
  --light-coral: #f08080;
  --white: white;
  --light-grey: #f8f9fa;
  --powder-blue: #b5ebf1;
  --warm-peach: peachpuff;
  --blue: #11afe9;
  --sage-green: #9caf88;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: DM Serif Display, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 3rem;
}

h2 {
  color: var(--rollover-blue);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: DM Serif Display, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2rem;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: DM Serif Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6rem;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: DM Serif Display, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4rem;
}

h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: DM Serif Display, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2rem;
}

p {
  margin-bottom: 30px;
  line-height: 1.6rem;
}

a {
  color: #576646;
  text-decoration: none;
}

a:hover {
  color: var(--light-coral);
}

ul {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 20px;
  line-height: 1.6rem;
}

li {
  margin-bottom: 10px;
}

.navbar {
  z-index: 1000;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 10px 2%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo {
  width: 200px;
  margin-right: auto;
}

.navlink {
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 500;
}

.navlink:hover {
  color: var(--rollover-blue);
}

.hero_section {
  background-image: linear-gradient(270deg, #0000 33%, #000000c4), url('../images/hero-img4.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100svh;
  margin-top: 0;
}

.hero_tagline_wrapper {
  z-index: 100;
  text-align: left;
  width: 35%;
  position: absolute;
  inset: 44% auto auto 8%;
}

.main_tagline1 {
  color: var(--white);
  text-align: left;
  text-transform: none;
  margin-bottom: 20px;
  font-family: DM Serif Display, sans-serif;
  font-size: 3rem;
  line-height: 3.2rem;
}

.main_tagline2 {
  color: var(--light-grey);
  margin-right: 0%;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7rem;
  text-decoration: none;
}

.phone_btn {
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.phone_btn:hover {
  color: var(--rollover-blue);
}

.welcome_section {
  padding: 7% 10%;
  display: block;
}

.navlink_dropdown {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 500;
}

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

.dropdown_toggle.w--open {
  color: #03758f;
}

.dropdown_icon {
  margin-right: 5px;
  font-size: .65rem;
}

.dropdown_list.w--open {
  background-color: var(--light-grey);
  text-align: left;
  border-radius: 10px;
  overflow: hidden;
}

.dropdown_link {
  color: var(--rollover-blue);
  font-size: .85rem;
}

.dropdown_link:hover {
  background-color: var(--rollover-blue);
  color: var(--white);
}

.welcome_grid {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  padding: 0;
}

.section_header {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: DM Serif Display, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 2rem;
}

.section_header.margin {
  margin-bottom: 30px;
  line-height: 3rem;
}

.section_header._2 {
  color: var(--rollover-blue);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
}

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

.hp-headline {
  color: var(--black);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: DM Serif Display, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3rem;
}

.hp-headline.white {
  color: var(--white);
}

.about_wrapper {
  border-top: 1px solid var(--powder-blue);
  border-bottom: 1px none var(--warm-peach);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.number {
  color: var(--blue);
  width: 40px;
  margin-top: 2px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 300;
}

.number.black {
  color: var(--rollover-blue);
  margin-bottom: 20px;
  margin-right: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3rem;
}

.about_headline {
  color: var(--black);
  text-transform: none;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Serif Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.about_text {
  width: auto;
  margin-bottom: 0;
  margin-left: 60px;
}

.about_text.margin {
  margin-bottom: 20px;
}

.about_header_div {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.welcome_img_div {
  border-radius: 10px;
  width: 100%;
  margin-top: 5%;
  overflow: hidden;
}

.welcome_img {
  object-fit: cover;
  object-position: 15% 50%;
  width: 100%;
  height: 100%;
}

.cell {
  justify-content: space-between;
}

.doc_section {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding: 7% 10%;
}

.doc_grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 0;
}

.docs_btns_grid {
  width: 100%;
  padding: 0;
}

.doc_btn {
  background-color: var(--rollover-blue);
  color: var(--white);
  text-align: center;
  background-image: none;
  border-radius: 10px;
  width: 100%;
  padding: 0 0 10px;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
}

.doc_btn:hover {
  color: var(--white);
  background-color: #003e4d;
  background-image: none;
}

.doc_img_div {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.doc_name {
  margin-left: 10px;
  margin-right: 10px;
}

.doc_content_cell {
  justify-content: center;
  align-items: flex-start;
}

.doc_cell {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.services_section {
  background-image: url('../images/green-square.svg'), url('../images/peach-square.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 25%, 20%;
  padding: 7% 10%;
  display: none;
}

.services_grid {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  padding: 0;
}

.services_img_div {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.services_img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.services_content_cell {
  justify-content: center;
  align-items: flex-start;
}

.p_nomargin {
  text-align: left;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.services_callo_grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  margin-top: 7%;
  margin-left: 0%;
  padding: 0;
}

.callout_headline {
  color: var(--black);
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2rem;
}

.services_callout_cell {
  background-color: var(--light-grey);
  border: 1px solid #0000001f;
  justify-content: flex-start;
  padding: 26px;
}

.services_callout_grid {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  margin-top: 7%;
  padding: 0;
}

.callout_quote_cell {
  justify-content: center;
  align-items: flex-start;
}

.service_callout_headline {
  color: #7b8d68;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 200;
  line-height: 3.4rem;
}

.hp_img_div {
  border-radius: 20px;
  width: 100%;
  height: 450px;
}

.hp_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.visit_section {
  background-image: linear-gradient(#ffffff78, #ffffff78), url('../images/process-bg.svg');
  background-position: 0 0, 50% -200px;
  background-repeat: repeat, repeat-x;
  background-size: auto, auto;
  padding: 0% 10%;
}

.visit_callout_grid {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  border-bottom: 1px #0000001c;
  margin-top: 15%;
  margin-bottom: 0%;
  padding: 0;
}

.visit_callout_headline {
  color: #00404e;
  height: 60px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: DM Serif Display, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8rem;
}

.visit_callout_wrapper {
  text-align: center;
  background-color: #c2e7f300;
  background-image: none;
  border-radius: 10px;
  margin-top: 0%;
  padding: 5%;
}

.visit_callout_cell {
  text-align: center;
  background-color: #ffffff5c;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 10% 0%;
}

.for_docs_patients_section {
  padding: 5% 10% 7%;
}

.center_wrapper_div {
  text-align: center;
}

.center_wrapper_div.locations {
  width: 80%;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
}

.doc_patient_link_text {
  width: 85%;
}

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

.doc_patient_headline {
  color: var(--black);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: DM Serif Display, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7rem;
}

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

.dot_div {
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.dot_div.white {
  color: var(--white);
  border-color: #fff;
}

.dot_overlay_div {
  background-color: #000;
  border-radius: 25px;
  width: 15px;
  height: 15px;
}

.dot_overlay_div.white {
  color: var(--white);
  background-color: #fff;
}

.hp_img_div-2 {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.hp_img_div-2.patient_callout {
  border-radius: 20px;
  width: 100%;
  height: 800px;
}

.callout_text {
  color: var(--black);
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 400;
}

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

.patient_callout_wrapper {
  z-index: 10;
  box-shadow: none;
  color: #fff;
  background-color: #c7e4ee;
  border: 1px #000;
  border-radius: 10px;
  width: 32%;
  margin-left: 0;
  padding: 27px;
  position: absolute;
  inset: auto auto 10% -5%;
}

.doc_patient_main_wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  display: flex;
  position: relative;
}

.docs_callout_wrapper {
  box-shadow: none;
  color: #fff;
  background-color: #36799c;
  background-image: none;
  border: 1px #000;
  border-radius: 10px;
  width: 32%;
  padding: 27px 24px 27px 27px;
  position: absolute;
  inset: auto -5% 10% auto;
}

.doc_patient_link {
  color: var(--black);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.1rem;
  text-decoration: none;
  display: flex;
}

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

.doc_patient_link._2 {
  margin-bottom: 0;
}

.testimonials_section {
  background-color: #f8f9fa00;
  padding: 5% 10%;
}

.testimonials_slidenav {
  z-index: 20;
  text-align: right;
  width: auto;
  max-width: 400px;
  height: 20px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 5px;
  padding-right: 10px;
  font-size: .8rem;
  bottom: -30px;
  right: 0;
}

.testimonials_arrow_btn {
  z-index: 10;
  background-color: var(--blue);
  color: var(--white);
  border-radius: 5px;
  width: 30px;
  height: 30px;
  font-size: .8rem;
  inset: auto auto -30px 0;
}

.testimonials_arrow_btn:hover {
  background-color: var(--rollover-blue);
}

.testimonials_arrow_btn.right {
  left: 36px;
}

.testimonials_name {
  color: var(--rollover-blue);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
}

.stars_placeholder {
  width: 100px;
  margin-bottom: 20px;
}

.testimonials_slider_new {
  background-color: #fff0;
  width: auto;
  max-width: 100%;
  height: auto;
}

.testimonials_slide_new {
  padding-right: 5%;
}

.testimonials_div_new {
  text-align: left;
  background-color: #0000;
  width: 100%;
  padding: 5% 5% 5% 0%;
}

.testimonials_img_div {
  width: 48%;
  height: 700px;
  overflow: hidden;
}

.testimonials_img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.contact_section {
  color: var(--white);
  background-color: #00384b;
  padding: 5% 10%;
}

.contact_grid {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  margin-top: 5%;
  padding: 0;
}

.contact_info_cell {
  justify-content: center;
  align-items: flex-start;
}

.contact_form_cell {
  background-color: #0202023b;
  background-image: none;
  border-radius: 10px;
  padding: 10% 10% 5%;
}

.contact_form {
  width: 100%;
}

.text_field {
  color: var(--black);
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 5px;
  min-height: 45px;
  margin-bottom: 15px;
}

.text_field::placeholder {
  color: var(--black);
}

.text_area {
  color: var(--black);
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 5px;
  min-height: 150px;
  margin-bottom: 20px;
}

.text_area::placeholder {
  color: #000;
}

.contact_btns_wrapper {
  width: 100%;
  margin-top: 5%;
}

.footer_phone_btn {
  color: var(--powder-blue);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

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

.footer_phone_btn.email {
  margin-bottom: 0;
  font-size: 1rem;
}

.footer_phone_btn.location {
  color: var(--powder-blue);
  margin-bottom: 10px;
  font-size: 1rem;
}

.footer_phone_btn.location:hover {
  color: var(--white);
}

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

.phone_icon.footer {
  width: 24px;
}

.phone_icon.email {
  width: 20px;
  margin-right: 9px;
}

.phone_icon.location {
  width: 20px;
}

.submit_btn {
  background-color: var(--rollover-blue);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 10px;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.submit_btn:hover {
  color: var(--white);
  background-color: #00303c;
}

.location_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 0%;
  padding: 0;
}

.location_headline {
  color: var(--white);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.location_wrapper {
  width: 100%;
  padding-bottom: 7%;
}

.location_img_div {
  width: 100%;
  height: 250px;
  margin-bottom: 15px;
  overflow: hidden;
}

.location_name {
  color: var(--powder-blue);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2rem;
}

.adress_text {
  height: 65px;
  margin-bottom: 15px;
  font-size: .9rem;
  line-height: 1.3rem;
}

.location_img {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.location_img._2 {
  object-position: 50% 50%;
  border-radius: 10px;
}

.location_img._3 {
  object-position: 100% 50%;
}

.location_link {
  color: var(--powder-blue);
  margin-bottom: 5px;
  font-size: .9rem;
  line-height: 1rem;
  display: block;
}

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

.location_link.fax {
  margin-bottom: 0;
}

.location_specs_grid {
  margin-top: 5%;
  padding: 0;
}

.footer_section {
  padding: 40px 10%;
}

.footer_wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_div {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.footer_logo {
  width: 150px;
  margin-bottom: 0;
  margin-right: 20px;
}

.footer_text {
  font-size: .85rem;
  line-height: 1.3rem;
}

.soc_media_wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  display: flex;
}

.soc_media_btn {
  opacity: .51;
  width: 20px;
  margin-left: 20px;
}

.soc_media_btn:hover {
  opacity: 100;
}

.soc_media_btn.x {
  width: 16px;
}

.testimonials_slider_wrapper {
  width: 100%;
}

.testimonials_mf_wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.testimonials_content_div {
  width: 48%;
}

.button.testimonials {
  background-color: var(--rollover-blue);
  color: var(--white);
  border-radius: 10px;
  margin-top: 0;
  margin-right: 10px;
  padding: 14px 33px;
}

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

.left-arrow {
  display: none;
}

.picture-column-right {
  object-fit: cover;
  width: 32%;
  overflow: hidden;
}

.slide_img1 {
  object-fit: cover;
  object-position: 75% 50%;
  width: 100%;
  height: 100%;
}

.slide_img1._2a {
  object-position: 60% 0%;
  padding-top: 97px;
}

.slide_img1._3a {
  object-position: 60% 50%;
}

.picture-column {
  object-fit: cover;
  width: 32%;
  overflow: hidden;
}

.text-column {
  background-color: #dde9d0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 36%;
  padding: 40px 20px;
  display: flex;
}

.slide_img2 {
  object-fit: cover;
  object-position: 60% 50%;
  width: 100%;
  height: 100%;
}

.slide_img2._2b, .slide_img2._3b {
  object-position: 40% 50%;
}

.slider {
  background-color: #fff;
  height: 100%;
  display: none;
}

.right-arrow {
  display: none;
}

.hero-slide-container {
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-nav {
  height: 30px;
  font-size: .8rem;
}

.btns_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.doc_img {
  width: 242px;

}

.read_link {
  color: var(--blue);
  font-weight: 500;
}

.read_link:hover {
  color: var(--rollover-blue);
}

.locations_headline {
  color: var(--white);
  font-size: 3rem;
  line-height: 3rem;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
    position: static;
  }

  .navlink {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero_section {
    background-image: linear-gradient(270deg, #0000 33%, #000000c4), url('../images/hero-img4.jpg');
    background-position: 0 0, 50%;
    height: 700px;
  }

  .hero_tagline_wrapper {
    width: 45%;
    top: 240px;
    left: 5%;
  }

  .main_tagline1 {
    margin-bottom: 20px;
  }

  .phone_btn {
    margin-left: 0;
    margin-right: 40px;
  }

  .welcome_section {
    background-position: 0 25%;
  }

  .navmenu {
    background-color: #fff;
  }

  .navlink_dropdown {
    display: block;
  }

  .dropdown_toggle {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .dropdown_icon {
    margin-right: 16px;
  }

  .dropdown_list.w--open {
    position: relative;
  }

  .hp-headline {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }

  .welcome_img_div {
    height: 450px;
  }

  .doc_section {
    background-repeat: repeat-x;
    background-size: auto 50%;
  }

  .services_section {
    background-position: 100% 100%, 0 3%;
    background-size: 25%, 45%;
    padding-top: 10%;
  }

  .service_callout_headline {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .visit_section {
    background-image: linear-gradient(#0000, #0000), url('../images/process-bg.svg');
    background-position: 0 0, 50% -50px;
    padding-bottom: 5%;
  }

  .visit_callout_cell {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .hp_img_div-2.patient_callout {
    height: 350px;
    margin-top: 0;
  }

  .patient_callout_wrapper {
    width: 100%;
    position: static;
    top: 0%;
    bottom: -43px;
    left: auto;
  }

  .doc_patient_main_wrapper {
    flex-flow: column;
  }

  .docs_callout_wrapper {
    z-index: 10;
    width: 100%;
    position: static;
    top: 0%;
    right: auto;
  }

  .testimonials_section {
    background-size: 45%;
  }

  .testimonials_img_div {
    width: 100%;
    height: 400px;
    margin-top: 5%;
  }

  .footer_div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 65%;
  }

  .footer_logo {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .soc_media_wrapper {
    width: 25%;
  }

  .menu_btn {
    background-color: var(--powder-blue);
    color: var(--black);
  }

  .menu_btn:hover {
    background-color: var(--sage-green);
  }

  .menu_btn.w--open {
    background-color: var(--warm-peach);
    color: var(--black);
  }

  .testimonials_mf_wrapper {
    flex-flow: column;
  }

  .testimonials_content_div {
    width: 100%;
  }

  .picture-column-right {
    width: 100%;
    height: 300px;
  }

  .slide_img1._2a {
    padding-top: 0;
  }

  .picture-column, .text-column {
    width: 100%;
    height: 300px;
  }

  .slide_img2._2b {
    object-position: 40% 35%;
  }

  .slide_img2._3b {
    object-position: 40% 15%;
  }

  .hero-slide-container {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    width: 180px;
    padding-left: 0;
  }

  .hero_section {
    background-image: radial-gradient(circle at 10% 100%, #000000d6, #0000), url('../images/hero-img4.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 350px;
  }

  .hero_tagline_wrapper {
    width: 100%;
    padding-left: 52px;
    padding-right: 39px;
    top: 199px;
    left: auto;
  }

  .main_tagline1 {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .main_tagline2 {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .phone_btn {
    margin-right: 20px;
  }

  .welcome_section {
    background-position: 0 27%;
  }

  .welcome_img_div {
    height: 300px;
  }

  .doc_section {
    background-size: auto 70%;
  }

  .services_img_div {
    height: 250px;
  }

  .services_callout_grid {
    margin-top: 10%;
  }

  .hp_img_div {
    height: 350px;
  }

  .visit_section {
    background-image: linear-gradient(#0000, #0000), url('../images/process-bg.svg');
    background-position: 0 0, 50% 20px;
    padding-bottom: 10%;
  }

  .visit_callout_wrapper {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .for_docs_patients_section {
    padding-top: 10%;
  }

  .center_wrapper_div.locations {
    width: 100%;
    margin-top: 15%;
  }

  .patient_callout_wrapper, .docs_callout_wrapper {
    width: 100%;
  }

  .testimonials_slider_new {
    width: 460px;
  }

  .testimonials_img_div {
    height: 350px;
  }

  .location_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .location_img_div {
    height: 200px;
  }

  .footer_wrapper {
    flex-flow: wrap;
  }

  .footer_div {
    width: 100%;
  }

  .soc_media_wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    margin-top: 10%;
  }

  .soc_media_btn {
    margin-left: 0;
    margin-right: 20px;
  }

  .picture-column-right {
    width: 100%;
    height: 250px;
  }

  .slide_img1 {
    object-position: 50% 25%;
  }

  .picture-column {
    width: 100%;
    height: 250px;
  }

  .text-column {
    text-align: center;
    width: 100%;
    height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slide_img2 {
    object-position: 50% 25%;
  }

  .hero-slide-container {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    width: 150px;
  }

  .hero_section {
    background-image: radial-gradient(circle at 10% 100%, #000000d6, #0000), url('../images/hero-img4.jpg');
    background-position: 0 0, 60%;
  }

  .hero_tagline_wrapper {
    padding-left: 39px;
    padding-right: 39px;
    top: 199px;
  }

  .main_tagline1 {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .main_tagline2 {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .phone_btn {
    margin-right: 10px;
  }

  .phone_btn:hover {
    opacity: .81;
  }

  .welcome_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .section_header {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .section_header.margin {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .section_header._2 {
    margin-bottom: 9px;
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .hp-headline {
    letter-spacing: -1px;
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .number {
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .number.black {
    font-size: 2.6rem;
  }

  .about_text {
    margin-left: 0;
  }

  .about_header_div {
    flex-flow: column;
  }

  .welcome_img_div {
    height: 200px;
  }

  .doc_section {
    background-size: auto 80%;
  }

  .services_section {
    background-position: 100% 100%, 0 0;
    padding-top: 15%;
  }

  .services_img_div {
    height: 150px;
  }

  .services_callo_grid {
    margin-top: 10%;
  }

  .services_callout_grid {
    margin-top: 15%;
  }

  .service_callout_headline {
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .hp_img_div {
    height: 250px;
  }

  .visit_section {
    background-image: linear-gradient(#0000, #0000), url('../images/process-bg.svg');
    background-position: 0 0, 50% 35px;
  }

  .visit_callout_headline {
    height: auto;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .doc_patient_headline {
    margin-top: 0;
    font-size: 1.3rem;
    line-height: 1.4rem;
  }

  .dot_div {
    width: 15px;
    height: 15px;
  }

  .dot_overlay_div {
    width: 10px;
    height: 10px;
  }

  .hp_img_div-2.patient_callout {
    width: 100%;
    height: 300px;
    margin-top: 20px;
  }

  .callout_text {
    font-size: 1rem;
  }

  .patient_callout_wrapper {
    width: 100%;
    position: static;
  }

  .docs_callout_wrapper {
    width: 100%;
    margin-top: 20px;
    position: static;
  }

  .testimonials_section {
    padding-bottom: 10%;
  }

  .testimonials_slider_new {
    width: 250px;
  }

  .testimonials_img_div {
    height: 250px;
  }

  .contact_section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .contact_info_cell {
    padding-top: 37px;
  }

  .footer_phone_btn {
    font-size: 1rem;
    line-height: 1rem;
  }

  .phone_icon {
    margin-right: 0;
  }

  .phone_icon.footer {
    margin-right: 10px;
  }

  .soc_media_wrapper {
    width: 70%;
  }

  .phone_btn_text {
    display: none;
  }

  .button.testimonials {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .btns_wrapper {
    flex-flow: column;
  }
}

#w-node-_212d7c00-c44e-8831-fcf7-9678f2815e13-9d61518d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2ef9659d-8842-ee80-158d-a4cae2354cf1-9d61518d {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-b785fa03-d8a8-2afd-9812-dab5845986c2-9d61518d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-a9025b22-ea95-29cb-3df9-0c293e4b0c3b-9d61518d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_907461e0-05bf-872d-5548-4086a3e91a88-9d61518d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-e0680b7b-29de-5d09-2a5f-239d53adb007-9d61518d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-efd700d3-b7ab-9fe4-a6c4-a94113d45f4d-9d61518d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3afd34a2-bde0-7cda-0c7a-31f7e32e1245-9d61518d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_57f03d71-c44a-cd27-bb62-ec9ea082cb43-9d61518d, #w-node-_709b2cf6-b16e-5468-0c86-5f1554c9fc6a-9d61518d, #w-node-_70c1ee5a-5f0e-0fec-4a0f-ffd414d66894-9d61518d, #w-node-_428bc8fa-f2d8-2ace-43c9-9ccdb131d37f-9d61518d, #w-node-ab601777-3983-52e9-bc6b-caa9d46f747a-9d61518d, #w-node-_72a5fd9a-4562-8d33-edbc-2b3f46414a5f-9d61518d, #w-node-_153efd91-e97c-9ad8-b496-75f93495a68d-9d61518d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_212d7c00-c44e-8831-fcf7-9678f2815e13-9d61518d, #w-node-_2ef9659d-8842-ee80-158d-a4cae2354cf1-9d61518d, #w-node-a9025b22-ea95-29cb-3df9-0c293e4b0c3b-9d61518d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_907461e0-05bf-872d-5548-4086a3e91a88-9d61518d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-efd700d3-b7ab-9fe4-a6c4-a94113d45f4d-9d61518d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3afd34a2-bde0-7cda-0c7a-31f7e32e1245-9d61518d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_57f03d71-c44a-cd27-bb62-ec9ea082cb43-9d61518d, #w-node-_709b2cf6-b16e-5468-0c86-5f1554c9fc6a-9d61518d, #w-node-_70c1ee5a-5f0e-0fec-4a0f-ffd414d66894-9d61518d, #w-node-_428bc8fa-f2d8-2ace-43c9-9ccdb131d37f-9d61518d, #w-node-ab601777-3983-52e9-bc6b-caa9d46f747a-9d61518d, #w-node-_72a5fd9a-4562-8d33-edbc-2b3f46414a5f-9d61518d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b785fa03-d8a8-2afd-9812-dab5845986c2-9d61518d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e0680b7b-29de-5d09-2a5f-239d53adb007-9d61518d, #w-node-_153efd91-e97c-9ad8-b496-75f93495a68d-9d61518d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b785fa03-d8a8-2afd-9812-dab5845986c2-9d61518d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_907461e0-05bf-872d-5548-4086a3e91a88-9d61518d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3afd34a2-bde0-7cda-0c7a-31f7e32e1245-9d61518d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


