@font-face {
  font-family: Grozen Medical Demo;
  src: url('../fonts/GROZEN-MEDICAL-DEMO-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Grozen Medical Demo;
  src: url('../fonts/GROZEN-MEDICAL-DEMO-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Grozen Medical Demo;
  src: url('../fonts/GROZEN-MEDICAL-DEMO-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Grozen Medical Demo;
  src: url('../fonts/GROZEN-MEDICAL-DEMO-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Grozen Medical Demo;
  src: url('../fonts/GROZEN-MEDICAL-DEMO-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

:root {
  --blue2: #00365c;
  --blue1: #1174b4;
  --blue3: #1a2753;
  --white: white;
  --blue4: #0692cc;
  --black: #000;
  --light-grey2: #e0e0e0;
  --dark-grey: #465053;
  --grey: #8b9298;
  --light-grey: #ccc;
}

.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: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}

h1 {
  color: var(--blue2);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Grozen Medical Demo, Tahoma, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.2rem;
}

h2 {
  color: var(--blue1);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Grozen Medical Demo, Tahoma, sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 2.6rem;
}

h3 {
  color: var(--blue3);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Grozen Medical Demo, Tahoma, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.2rem;
}

h4 {
  color: var(--blue3);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4rem;
}

h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2rem;
}

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

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

a:hover {
  color: var(--blue3);
}

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

li {
  margin-bottom: 10px;
}

.navbar {
  z-index: 1000;
  background-color: var(--white);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px #fff;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo {
  opacity: 1;
  width: 120px;
  margin-right: auto;
}

.navlink {
  color: var(--blue2);
  text-transform: none;
  padding-left: 15px;
  padding-right: 15px;
  font-size: .95rem;
  font-weight: 600;
}

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

.phone_btn {
  color: var(--blue3);
  justify-content: flex-start;
  align-items: center;
  margin-left: 5%;
  font-family: Grozen Medical Demo, Tahoma, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

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

.phone_btn.footer {
  margin-left: 0;
}

.dropdown_navlink {
  color: var(--blue2);
  font-size: .95rem;
  font-weight: 600;
}

.dropdown_toggle {
  color: var(--blue2);
  padding-left: 15px;
  padding-right: 20px;
}

.dropdown_toggle.w--open {
  color: var(--blue1);
}

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

.dropdown_list.w--open {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.dropdown_link {
  color: var(--blue3);
  padding: 10px 30px;
  font-size: .9rem;
  font-weight: 600;
}

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

.hero_section {
  height: 100svh;
  position: relative;
}

.hero_img_div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.hero_overlay {
  z-index: 10;
  mix-blend-mode: normal;
  background-image: linear-gradient(#0003, #0003), linear-gradient(#00274240 25%, #001b2ec4);
  position: absolute;
  inset: 0%;
}

.hero_taglines__wrapper {
  z-index: 50;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5%;
  font-weight: 300;
  display: flex;
  position: static;
  inset: 79% 0% auto;
}

.main_tagline {
  color: var(--blue4);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Grozen Medical Demo, Tahoma, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3rem;
}

.main_tagline2 {
  color: var(--blue3);
  letter-spacing: .3rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4rem;
}

.hero_logo_big {
  z-index: 60;
  mix-blend-mode: normal;
  width: 40%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 27% auto auto 30%;
}

.welcome_section {
  padding: 5% 10%;
}

.two_columns_grid {
  grid-column-gap: 3svw;
  grid-row-gap: 3svw;
  padding: 0;
}

.hp_headline {
  color: var(--blue1);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Grozen Medical Demo, Tahoma, sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 2.4rem;
}

.hp_headline.margin15 {
  margin-bottom: 15px;
  font-family: Grozen Medical Demo, Tahoma, sans-serif;
  font-size: 2.4rem;
  line-height: 2.5rem;
}

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

.hp_headline.margin10 {
  margin-bottom: 10px;
}

.content_cell {
  justify-content: center;
  align-items: flex-start;
  padding-right: 10%;
}

.button {
  background-color: var(--blue1);
  background-image: linear-gradient(169deg, var(--blue1), var(--blue4));
  color: var(--white);
  border-radius: .5rem;
  padding: 14px 27px;
  font-size: .95rem;
  font-weight: 400;
}

.button:hover {
  background-image: linear-gradient(169deg, var(--blue2), var(--black));
  color: var(--white);
}

.hp_subheadline {
  color: var(--blue3);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4em;
}

.doctors_section {
  padding: 5% 10%;
}

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

.doc_btn {
  width: 100%;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: .3rem;
  padding-top: 125%;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1rem;
  position: relative;
  overflow: hidden;
}

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

.doc_img_div {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.doc_btn_label {
  z-index: 10;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #01072a66;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 15px 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.doc_info_cell {
  padding-right: 5%;
}

.stats_section {
  background-color: var(--blue2);
  background-image: radial-gradient(circle farthest-corner at 80% 100%, #0692cc38, #0000 44%), radial-gradient(circle farthest-corner at 0% 100%, var(--blue1), #0000 46%);
  padding: 5% 10%;
}

.stats_grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding: 0;
}

.stat_cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  background-image: radial-gradient(circle closest-side, #0066a57d, #0000);
  border: 1px #0692cc69;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 16% 19px;
}

.stat_number {
  color: #35c4ff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Grozen Medical Demo, Tahoma, sans-serif;
  font-size: 2.6vw;
  line-height: 2.2rem;
}

.expect_section {
  color: var(--black);
  background-color: #0000000d;
  padding: 5% 10%;
}

.center_wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature_text_cell {
  background-color: var(--light-grey2);
  background-image: radial-gradient(circle at 50% 100%, #fff, #fff0);
  border-bottom: 1px solid #00000024;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10%;
  padding-right: 10%;
}

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

.feature_img._3 {
  object-position: 70% 50%;
}

.feature_img_div {
  border-radius: 20px;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.feature_columns {
  grid-column-gap: 2svw;
  grid-row-gap: 2svw;
  padding: 0;
}

.featured_services_wrapper {
  height: 662px;
  box-shadow: none;
  color: #fff;
  background-color: #fff;
  border: 1px solid #013e53;
  border-radius: 40px;
  margin-bottom: 0;
  padding: 80px 5%;
  position: static;
  top: 160px;
}

.featured_services_wrapper._2 {
  height: 400px;
  color: var(--black);
  background-color: #e2f3ff00;
  border-style: none;
  border-color: #1174b4;
  border-radius: 0;
  margin-bottom: 40px;
  padding: 0 0%;
  position: sticky;
  top: 160px;
}

.featured_services_wrapper._3 {
  height: 400px;
  color: var(--black);
  background-color: #cfecff00;
  border-style: none;
  border-color: #1174b4;
  border-radius: 0;
  margin-bottom: 40px;
  padding: 0 0%;
  position: sticky;
  top: 160px;
}

.featured_services_wrapper._1 {
  height: 400px;
  color: var(--black);
  background-color: #eff9ff00;
  border-style: none;
  border-color: #1174b4;
  border-radius: 0;
  margin-bottom: 40px;
  padding: 0 0%;
  position: sticky;
}

.feature_headline {
  color: var(--blue3);
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Grozen Medical Demo, Tahoma, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.6rem;
  display: block;
}

.feature_main_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  height: auto;
  margin-top: 60px;
  display: flex;
}

.physicians_section {
  background-color: var(--blue2);
  background-image: radial-gradient(circle farthest-corner at 75% 100%, var(--blue3), #0000 66%), radial-gradient(circle farthest-corner at 30% 0%, #1174b473, #0000 44%);
  height: auto;
  color: var(--white);
  padding: 5% 10%;
}

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

.resources_cell {
  background-color: #00000012;
  border: 1px solid #ffffff24;
  border-radius: 10px;
  padding: 10%;
}

.resources_headline {
  color: #71d5ff;
  text-transform: none;
  height: 70px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Grozen Medical Demo, Tahoma, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.resources_text {
  font-size: .9rem;
  font-weight: 300;
}

.footer_section {
  padding: 5% 10%;
}

.contact_section {
  background-color: #0000000d;
  padding: 5% 10%;
}

.address_wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.address_div {
  width: 85%;
  margin-bottom: 5%;
}

.address_text {
  color: var(--blue3);
  margin-bottom: 0;
  font-weight: 600;
}

.contact_form_cell {
  background-color: var(--blue3);
  border: 1px #0000001f;
  border-radius: 10px;
  padding: 6%;
}

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

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

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

.text_area {
  background-color: var(--white);
  min-height: 120px;
  color: var(--black);
  border: 1px solid #1a275300;
  border-radius: 5px;
  margin-bottom: 20px;
}

.text_area::placeholder {
  color: var(--dark-grey);
}

.submit_btn {
  background-color: var(--blue1);
  color: var(--white);
  border-radius: 5px;
  padding: 12px 30px;
  font-size: .9rem;
}

.submit_btn:hover {
  background-color: var(--blue2);
}

.contact_info_cell {
  padding-top: 20px;
}

.hours_text {
  margin-top: 5%;
  margin-bottom: 0;
  font-size: .85rem;
}

.footer_grid {
  padding: 0;
}

.footer_logo {
  width: 120px;
  margin-bottom: 20px;
}

.footer_text {
  font-size: .9rem;
  line-height: 1.1rem;
}

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

.quick_links_header {
  color: var(--blue2);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Grozen Medical Demo, Tahoma, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.quick_link {
  color: var(--grey);
  margin-bottom: 10px;
  font-size: .9rem;
  text-decoration: none;
}

.quick_link:hover {
  color: var(--blue1);
}

.images_cell {
  flex-flow: row;
  justify-content: space-between;
}

.hp_img_div1 {
  border-radius: 10px;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

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

.hp_img.welcome {
  object-position: 50% 50%;
}

.stat_text {
  font-size: 1.1rem;
  font-weight: 300;
}

.text-button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--white);
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.text-button:hover {
  color: #4bcaff;
}

.text-button_icon {
  width: 1em;
  height: 1em;
  color: inherit;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.location-icon {
  width: 20px;
  margin-top: 3px;
  margin-right: 5px;
}

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

.disclaimer_text {
  margin-top: 10px;
  margin-left: 0;
  font-size: .8rem;
  font-weight: 400;
}

.footer_info_cell {
  padding-right: 10%;
}

.doc_content_wrapper {
  position: static;
  top: 100px;
}

.doc_content_placeholder {
  position: sticky;
  top: 140px;
}

.p_nomargin {
  margin-bottom: 0;
}

.doc_overlay_info_wrapper {
  z-index: 2;
  background-image: linear-gradient(#0000008a, #00000040);
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding: 10% 10% 30%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.doc_overlay_text {
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  font-size: .9vw;
  font-weight: 600;
  line-height: 1.8vh;
}

.heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.2rem;
}

@media screen and (max-width: 991px) {
  .navlink {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
  }

  .phone_btn {
    margin-left: 0%;
    margin-right: 5%;
  }

  .dropdown_navlink {
    display: block;
  }

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

  .dropdown_icon {
    margin-right: 20px;
  }

  .dropdown_list {
    position: relative;
  }

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

  .main_tagline {
    text-align: center;
    font-size: 3.6rem;
  }

  .hero_logo_big {
    width: 30%;
    left: 35%;
  }

  .hp_headline.margin15 {
    font-size: 2.2rem;
  }

  .content_cell {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-right: 0%;
  }

  .stat_number {
    font-size: 5vw;
  }

  .expect_section {
    background-color: #f3f3f3;
    padding-top: 10%;
  }

  .feature_text_cell {
    padding: 5% 10%;
  }

  .feature_img_div {
    height: 400px;
    margin-top: 0%;
  }

  .feature_columns {
    width: 100%;
  }

  .featured_services_wrapper {
    margin-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .featured_services_wrapper._2 {
    background-color: #f3f3f3;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
    height: 725px;
    margin-bottom: 40px;
    display: block;
    top: 120px;
  }

  .featured_services_wrapper._3 {
    background-color: #f3f3f3;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 725px;
    margin-bottom: 40px;
    top: 120px;
  }

  .featured_services_wrapper._1 {
    background-color: #f3f3f3;
    height: 725px;
    margin-bottom: 40px;
    top: 120px;
  }

  .feature_headline {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .feature_main_container {
    margin-top: 40px;
  }

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

  .footer_section {
    padding-top: 10%;
  }

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

  .contact_info_cell {
    padding-top: 0;
    padding-bottom: 5%;
  }

  .hp_img_div1 {
    height: 300px;
  }

  .footer_info_cell {
    padding-bottom: 10%;
    padding-right: 0%;
  }

  .menu_btn {
    background-color: var(--blue2);
    color: var(--white);
    border-radius: 10px;
  }

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

  .menu_btn.w--open {
    background-color: var(--blue3);
  }

  .navigation {
    background-color: #fff;
  }

  .feeature_list {
    margin-bottom: 0;
  }

  .doc_overlay_text {
    font-size: 1.3vw;
    line-height: 1.5vh;
  }
}

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

  .logo {
    padding-left: 0;
  }

  .hero_section {
    height: 500px;
  }

  .hero_taglines__wrapper {
    inset: 360px 0% auto;
  }

  .main_tagline {
    font-size: 2.8rem;
    line-height: 3rem;
  }

  .main_tagline2 {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }

  .hero_logo_big {
    width: 20%;
    top: 250px;
    left: 40%;
  }

  .stat_number {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }

  .expect_section {
    padding-bottom: 10%;
  }

  .center_wrapper {
    width: 90%;
  }

  .feature_img_div {
    height: 350px;
  }

  .featured_services_wrapper {
    margin-bottom: 0;
    padding: 0 10% 50px;
    position: static;
    top: 0;
  }

  .featured_services_wrapper._2, .featured_services_wrapper._3 {
    height: 670px;
    margin-top: 0;
    margin-bottom: 40px;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
    top: 60px;
  }

  .featured_services_wrapper._1 {
    height: 670px;
    top: 60px;
  }

  .feature_headline {
    font-size: 1.8rem;
  }

  .resources_cell {
    padding: 5%;
  }

  .resources_headline {
    height: auto;
    margin-bottom: 20px;
  }

  .disclaimer_text {
    margin-left: 0;
  }

  .doc_overlay_text {
    font-size: 2vw;
    line-height: 1.8vh;
  }
}

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

  h3 {
    font-size: 1.6rem;
  }

  h5 {
    font-size: 1rem;
  }

  .logo {
    width: 140px;
  }

  .phone_btn:hover {
    opacity: .6;
  }

  .hero_section {
    height: 600px;
  }

  .hero_taglines__wrapper {
    top: 491px;
  }

  .main_tagline {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }

  .main_tagline2 {
    text-align: center;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .hero_logo_big {
    width: 40%;
    top: 366px;
    left: 30%;
  }

  .hp_headline, .hp_headline.margin15 {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .hp_headline.margin10 {
    font-size: 2rem;
  }

  .doc_btn {
    padding-top: 95%;
  }

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

  .stats_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .stat_cell {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .stat_number {
    font-size: 3rem;
  }

  .center_wrapper {
    width: 100%;
  }

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

  .feature_img_div {
    height: 250px;
  }

  .featured_services_wrapper._2 {
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .featured_services_wrapper._3 {
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
    position: static;
  }

  .featured_services_wrapper._1 {
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .feature_headline {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .feature_main_container {
    margin-top: 23px;
  }

  .resources_cell {
    padding: 8%;
  }

  .contact_info_cell {
    padding-bottom: 10%;
  }

  .hours_text {
    margin-left: 24px;
  }

  .quick_links_grid {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .hp_img_div1 {
    height: 220px;
  }

  .phone_icon.top {
    width: 40px;
  }

  .phone_text {
    display: none;
  }

  .cell-2 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .doc_overlay_text {
    font-size: 3.2vw;
    line-height: 2vh;
  }
}

#w-node-feac0333-4d7e-7f29-ab27-46a578caf7a3-343f0a50 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e12c6360-09dc-fbd4-a046-743d5f1ab76f-343f0a50 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-fda51ff3-7eb1-e6b9-d554-808a5b771ee7-343f0a50 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-cd363898-3f90-5450-997b-91af19aab507-343f0a50 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_8bf2d791-603d-a888-54e2-e40ece26f1fe-343f0a50, #w-node-_8bf2d791-603d-a888-54e2-e40ece26f20e-343f0a50, #w-node-_8bf2d791-603d-a888-54e2-e40ece26f21d-343f0a50 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a36d14bd-5cef-3495-6cfe-371f1b62f710-343f0a50 {
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
}

#w-node-e37cac11-7166-c748-0451-9b8e899a3703-343f0a50 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6af39fa2-c511-85de-0a19-f005e82247ba-343f0a50, #w-node-a2f4574b-ff27-01ce-0511-55ec69c796ef-343f0a50, #w-node-e7e9d514-1f96-56d9-5dd7-3a1b2dc8b40c-343f0a50 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-feac0333-4d7e-7f29-ab27-46a578caf7a3-343f0a50, #w-node-e12c6360-09dc-fbd4-a046-743d5f1ab76f-343f0a50 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fda51ff3-7eb1-e6b9-d554-808a5b771ee7-343f0a50 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-cd363898-3f90-5450-997b-91af19aab507-343f0a50 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8bf2d791-603d-a888-54e2-e40ece26f1fe-343f0a50, #w-node-_8bf2d791-603d-a888-54e2-e40ece26f20e-343f0a50, #w-node-_8bf2d791-603d-a888-54e2-e40ece26f21d-343f0a50, #w-node-a36d14bd-5cef-3495-6cfe-371f1b62f710-343f0a50, #w-node-_6af39fa2-c511-85de-0a19-f005e82247ba-343f0a50, #w-node-a2f4574b-ff27-01ce-0511-55ec69c796ef-343f0a50 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fda51ff3-7eb1-e6b9-d554-808a5b771ee7-343f0a50 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8bf2d791-603d-a888-54e2-e40ece26f1fe-343f0a50, #w-node-_8bf2d791-603d-a888-54e2-e40ece26f20e-343f0a50, #w-node-_8bf2d791-603d-a888-54e2-e40ece26f21d-343f0a50, #w-node-e37cac11-7166-c748-0451-9b8e899a3703-343f0a50 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fda51ff3-7eb1-e6b9-d554-808a5b771ee7-343f0a50 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-cd363898-3f90-5450-997b-91af19aab507-343f0a50, #w-node-e7e9d514-1f96-56d9-5dd7-3a1b2dc8b40c-343f0a50 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Grozen Medical Demo';
  src: url('../fonts/GROZEN-MEDICAL-DEMO-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Grozen Medical Demo';
  src: url('../fonts/GROZEN-MEDICAL-DEMO-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Grozen Medical Demo';
  src: url('../fonts/GROZEN-MEDICAL-DEMO-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Grozen Medical Demo';
  src: url('../fonts/GROZEN-MEDICAL-DEMO-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Grozen Medical Demo';
  src: url('../fonts/GROZEN-MEDICAL-DEMO-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}