:root {
  --maroon: #53001c;
  --dark-blue: #2a2d3f;
  --white: white;
  --light-grey: #f3f3f3;
  --black: #000;
  --grey: #333;
}



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

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

h2 {
  color: var(--maroon);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: DM Serif Display, sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.3;
}

h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.8rem;
}

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

h5 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
}

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

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

a:hover {
  color: #ff7ca8;
}

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;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

.navlink {
  color: var(--dark-blue);
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
}

.navlink:hover {
  color: #85002d;
}

.hero_section {
  background-image: linear-gradient(#0000 37%, #000000b5 78%), url('../images/hero-img.jpg');
  background-position: 0 0, 50% 15%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 90svh;
}

.main_tagline_wrapper {
  z-index: 100;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.main_tagline {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: DM Serif Display, sans-serif;
  font-size: 4.6rem;
  font-weight: 400;
  line-height: 4rem;
}

.main_tagline2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 3.6rem;
  font-weight: 200;
  line-height: 2.6rem;
}

.main_tagline3 {
  color: var(--light-grey);
  margin-top: 0;
  margin-bottom: 5%;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.line_div {
  background-color: var(--white);
  mix-blend-mode: normal;
  width: 100px;
  height: 5px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.welcome_section {
  background-color: var(--light-grey);
  padding: 10% 15% 5%;
}

.main_btn_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #ffffff4d;
  width: 40%;
  height: 100px;
  margin-bottom: -40px;
  padding: 0;
}

.main_btn_cell1 {
  background-color: #2a2d3f;
  padding-bottom: 0%;
}

.main_btn_cell2 {
  background-color: #53001c;
  padding-bottom: 0%;
}

.main_btn1 {
  background-color: var(--dark-blue);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  border-right: 1px solid #ffffff4d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-bottom: 0;
  padding: 20px 5%;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.main_btn1:hover {
  color: var(--white);
  background-color: #12141f;
}

.main_btn2 {
  background-color: var(--maroon);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-bottom: 0;
  padding: 20px 5%;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.main_btn2:hover {
  color: var(--white);
  background-color: #330112;
}

.center_wrapper {
  text-align: center;
}

.hp_headline {
  color: var(--maroon);
  font-family: DM Serif Display, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3rem;
}

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

.hp_headline.white {
  color: var(--white);
  margin-bottom: 15px;
}

.resources_section {
  background-image: linear-gradient(236deg, #181b29, var(--maroon));
  color: var(--white);
  padding: 7% 15%;
}

.hp_subhealdine, .hp_subheadline {
  font-size: 1.5rem;
}

.hp_subheadline.nomargin {
  margin-bottom: 0;
}

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

.resouces_callout_wrapper {
  mix-blend-mode: normal;
  background-color: #0006;
  border: 1px solid #fff0;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 21px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 19px 20px #00000029;
}

.resources_links_div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.resouces_link {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.resouces_link:hover {
  color: #ff6ca4;
}

.arrow_icon {
  width: 24px;
  margin-right: 20px;
}

.reasources_headline {
  color: #ff93b7;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: -13px;
  margin-left: 56px;
  padding-right: 0;
  font-size: 2.6rem;
  font-weight: 200;
  line-height: 1.5rem;
  position: relative;
}

.resources_img_div {
  width: 50%;
}

.resouces_cell {
  background-color: #0000;
  border: 1px #ffffff69;
  padding: 0;
}

.services_section {
  padding: 5% 10%;
}

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

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

.services_btn {
  color: var(--dark-blue);
  justify-content: flex-start;
  align-items: center;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 1.2rem;
  text-decoration: none;
  display: flex;
}

.services_btn:hover {
  color: #cc215a;
}

.service-icon {
  width: 30px;
  margin-right: 20px;
}

.hp_img_div {
  width: 100%;
  height: 650px;
  overflow: hidden;
}

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

.button {
  background-color: var(--dark-blue);
  color: var(--white);
  padding: 15px 30px;
}

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

.button.margin {
  margin-top: 7%;
}

.button.white {
  border: 1px solid var(--white);
  background-color: #53001c00;
  margin-left: 10px;
  margin-right: 10px;
}

.button.white:hover {
  color: var(--white);
  background-color: #22010c;
}

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

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

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

.why_choose_wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  margin-left: 15px;
  display: flex;
}

.why_choose_wrapper.last {
  margin-bottom: 0;
}

.why_choose_wrapper.top_margin {
  margin-top: 5%;
  margin-left: 15px;
}

.choose_icon {
  width: 50px;
  margin-right: 30px;
}

.choose_text_div {
  width: 75%;
}

.choose_callout_headline {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.testimonials_section {
  background-color: var(--dark-blue);
  color: var(--white);
  background-image: linear-gradient(126deg, #53001c00 46%, #53001c73);
  padding: 7% 10%;
}

.testimonials_grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 8%;
  padding: 0;
}

.btns_wrapper {
  text-align: center;
  margin-top: 8%;
}

.testimonials_name {
  font-weight: 600;
}

.testimonials_text {
  font-weight: 300;
}

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

.doctor_section {
  background-color: var(--light-grey);
  padding: 7% 10%;
}

.docs_wrapper {
  margin-top: 5%;
}

.doctors_slider {
  background-color: #ddd0;
  height: auto;
}

.slider_arrow {
  background-color: var(--dark-blue);
  color: var(--white);
  width: 30px;
  height: 30px;
  font-size: .8rem;
  inset: auto auto -35px 10px;
}

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

.slider_arrow.right {
  inset: auto 10px -36px auto;
}

.testimonials_slide {
  width: 33.33%;
}

.doc_btn {
  color: var(--white);
  text-align: center;
  width: auto;
  height: 400px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.1rem;
  font-weight: 500;
  display: block;
  position: relative;
  left: auto;
  right: auto;
  overflow: hidden;
}

.doc_btn:hover {
  color: #e9dadf;
}

.doc_img_div {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.doc_img {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
  height: 100%;
}

.doc_btn_overlay {
  z-index: 10;
  text-align: center;
  mix-blend-mode: normal;
  background-image: linear-gradient(#0c0c0c00 45%, #0000008a 85%);
  border: 1px solid #8d8d8d;
  justify-content: center;
  align-items: flex-end;
  margin: 16px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide-nav {
  display: none;
}

.appointment_section {
  background-color: var(--maroon);
  color: var(--white);
  padding: 7% 15%;
}

.appointment_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

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

.appointment_btn_cell {
  align-items: stretch;
}

.appointment_btn {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #2c000f;
  border: 1px #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 28px;
  font-size: 1.4rem;
  text-decoration: none;
  display: flex;
}

.appointment_btn:hover {
  color: var(--white);
  background-color: #af1247;
}

.footer_section {
  color: var(--white);
  background-color: #161822;
  padding: 7% 10%;
}

.footer_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

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

.footer_logo {
  width: 180px;
  margin-top: -13px;
  margin-bottom: 30px;
}

.address_wrapper {
  width: 100%;
  margin-bottom: 20%;
}

.address_text {
  margin-bottom: 20px;
  font-size: .9rem;
  font-weight: 300;
}

.locaiton_name {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.1rem;
}

.footer_phone_btn {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.footer_phone_btn:hover {
  color: #ff7ca8;
}

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

.fax_text {
  font-weight: 500;
}

.contact_form_wrapper {
  width: 100%;
}

.copyright_text {
  margin-bottom: 20px;
  font-size: .85rem;
}

.disclaimer_text {
  font-size: .85rem;
}

.footer_link {
  color: #ff7ca8;
  text-decoration: none;
}

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

.text_field {
  color: var(--white);
  background-color: #0000005c;
  border: 1px solid #ffffff26;
  height: 50px;
  margin-bottom: 15px;
  font-size: .9rem;
  font-weight: 300;
  box-shadow: 0 8px 10px #0003;
}

.text_field::placeholder {
  color: #bebebe;
}

.contact_headline {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.submit_btn {
  background-color: var(--maroon);
  color: var(--white);
  text-transform: uppercase;
  padding: 14px 26px;
}

.submit_btn:hover {
  color: var(--white);
  background-color: #1d000a;
}

.text_area {
  background-color: #0000005c;
  border: 1px solid #ffffff26;
  min-height: 150px;
  margin-bottom: 20px;
  box-shadow: 0 8px 10px #0003;
}

.quick_link {
  color: var(--white);
  margin-bottom: 15px;
  font-size: .9rem;
  font-weight: 300;
  text-decoration: none;
}

.quick_link:hover {
  color: #ff7ca8;
}

.contact_cell, .footer_cell {
  padding-right: 10%;
}

.navlink_dropdown {
  font-weight: 500;
}

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

.dropdown_toggle.w--open {
  color: #85002d;
}

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

.dropdown_list.w--open {
  background-image: linear-gradient(150deg, var(--dark-blue), var(--maroon));
}

.dropdown_link {
  color: var(--white);
  font-size: .9rem;
  font-weight: 300;
}

.dropdown_link:hover {
  color: var(--white);
  background-color: #000000a1;
}

.phone-list.w--open {
  background-color: var(--dark-blue);
  background-image: linear-gradient(135deg, #2a2d3f00 51%, var(--maroon));
  position: fixed;
  inset: 0% 0% auto;
}

.top_phone {
  z-index: 1200;
  background-image: linear-gradient(129deg, var(--dark-blue), var(--maroon));
  align-items: center;
  margin-left: 40px;
  display: flex;
  position: relative;
}

.phone-link {
  color: var(--white);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 10px;
  margin-right: 20px;
  padding: 10px 25px 10px 0;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.phone-link:hover {
  color: #ff85ae;
  background-color: #bbb9b900;
}

.top_pbone_icon {
  width: 25px;
}

.call-bold-line {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem;
}

.phone-dd-toggle {
  z-index: 20;
  padding: 10px;
}

.phone-list-div {
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  display: flex;
}

.phone-icon {
  width: 25px;
  margin-right: 10px;
}

.phone-list-top-div {
  color: #fff;
  text-align: center;
  padding: 55px 15% 39px;
}

.dropdown {
  z-index: 20;
}

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

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

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

.appointment_icon {
  width: 50px;
  margin-bottom: 20px;
}

.innerpage_title_headline {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3rem;
}

.white-text {
  color: #fff;
  margin-bottom: 30px;
}

.inner_header_section {
  height: 45vh;
  position: relative;
}

.inner_header_section._2 {
  background-image: linear-gradient(142deg, var(--dark-blue) 31%, var(--maroon));
  height: 40vh;
  margin-top: 0;
}

.inner-header-wrapper {
  z-index: 50;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25%;
  padding-top: 10%;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 5%;
}

.inner-header-wrapper.center {
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  padding-top: 0%;
  padding-bottom: 3%;
  left: 35%;
}

.inner_header_div {
  margin-top: 0;
}

.inner_page_section {
  height: auto;
  padding: 5% 10%;
}

.breadcrumbs_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0%;
  display: flex;
}

.breadcrumbs_wrapper.center {
  background-color: #131524;
  margin-top: 0%;
  padding: 15px 5%;
}

.white-link {
  color: #cacaca;
  text-decoration: none;
}

.white-link:hover {
  color: #fff;
}

.divider_text {
  margin-left: 5px;
  margin-right: 5px;
}

.divider_text._2 {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}

.inner_content_img_div {
  width: 35%;
  margin-bottom: 30px;
  overflow: hidden;
}

.inner_content_img_div.left {
  float: left;
  margin-right: 40px;
}

.inner_content_img_div.fullwidth {
  width: 100%;
}

.inner_content_img_div.right {
  float: right;
  clear: none;
  margin-left: 40px;
}

.inner_img {
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 100%;
}

.inner_callout_wrapper {
  background-image: linear-gradient(240deg, var(--dark-blue) 26%, var(--maroon));
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 7%;
  margin-bottom: 10%;
  padding: 7% 10%;
  display: flex;
}

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

.related_pages_wrapper {
  background-color: #ebebeb;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 10%;
  display: flex;
}

.related_pages_txt {
  font-weight: 700;
}

.link {
  color: #000;
  margin-left: 20px;
  text-decoration: none;
}

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

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

  .hero_section {
    height: 70svh;
  }

  .main_tagline_wrapper {
    bottom: 30%;
  }

  .main_tagline {
    margin-bottom: 10px;
    font-size: 3.6rem;
  }

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

  .main_tagline3 {
    font-size: 1.2rem;
  }

  .line_div {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .main_btn_grid {
    width: 80%;
  }

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

  .doc_patients_grid {
    margin-top: 10%;
  }

  .hp_img_div {
    height: 450px;
  }

  .why_choose_wrapper, .why_choose_wrapper.top_margin {
    margin-left: 0;
  }

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

  .doctor_section {
    padding-top: 10%;
    padding-bottom: 15%;
  }

  .testimonials_slide {
    width: 50%;
  }

  .appointment_section {
    padding: 10%;
  }

  .appointment_btn {
    line-height: 1.4rem;
  }

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

  .contact_grid {
    padding-top: 34px;
  }

  .contact_cell {
    padding-right: 0%;
  }

  .navlink_dropdown {
    display: block;
  }

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

  .dropodown_icon {
    margin-right: 20px;
  }

  .top_phone {
    width: 60px;
    height: 60px;
    margin-left: 20px;
  }

  .phone-link {
    padding: 10px;
  }

  .phone-list-div {
    padding-top: 0;
  }

  .phone-icon {
    width: 20px;
  }

  .menu-btn {
    background-color: var(--dark-blue);
    color: var(--light-grey);
  }

  .menu-btn:hover {
    background-color: var(--maroon);
  }

  .menu-btn.w--open {
    color: var(--black);
    background-color: #d1d1d1;
  }

  .navmenu {
    background-color: #fff;
  }

  .p_last {
    margin-bottom: 0;
  }

  .inner_header_section._2 {
    height: 40vh;
  }

  .inner-header-wrapper.center {
    width: 50%;
    left: 25%;
  }
}

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

  .logo {
    width: 180px;
    padding-left: 0;
  }

  .hero_section {
    height: 450px;
    margin-top: 0;
  }

  .main_tagline_wrapper {
    top: 357px;
    bottom: auto;
  }

  .main_tagline {
    margin-bottom: 0;
    font-size: 3rem;
    line-height: 3rem;
  }

  .main_tagline2 {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }

  .main_tagline3 {
    margin-bottom: 20px;
    font-size: 1rem;
  }

  .line_div {
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .welcome_section {
    padding: 20% 10% 16%;
  }

  .main_btn_grid {
    border-style: none;
    width: 50%;
    height: 50px;
    margin-bottom: -36px;
  }

  .main_btn1 {
    text-align: left;
    border-right-style: none;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    font-size: .9rem;
  }

  .main_btn2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    font-size: .9rem;
  }

  .hp_headline, .hp_headline.namargin {
    font-size: 2.6rem;
    line-height: 2.6rem;
  }

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

  .arrow_icon {
    margin-right: 10px;
  }

  .reasources_headline {
    font-size: 2rem;
  }

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

  .hp_img_div {
    height: 350px;
  }

  .button.white {
    margin-bottom: 10px;
  }

  .why_choose_section {
    padding-bottom: 10%;
  }

  .testimonials_slide {
    width: 50%;
  }

  .doc_btn, .doc_img_div {
    height: 300px;
  }

  .contact_grid {
    padding-bottom: 32px;
  }

  .phone-link {
    width: 49%;
    margin-bottom: 10px;
  }

  .call-bold-line {
    font-size: 2em;
  }

  .phone-list-div {
    flex-flow: wrap;
  }

  .main_btn_icon {
    width: 26px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .inner_content_img_div {
    width: 50%;
  }
}

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

  .hero_section {
    background-image: linear-gradient(#0000 34%, #000000b5 74%), url('../images/hero-img.jpg');
    background-position: 0 0, 50% 15%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 350px;
  }

  .main_tagline_wrapper {
    text-align: center;
    top: 254px;
  }

  .main_tagline {
    font-size: 2.2rem;
  }

  .main_tagline2 {
    font-size: 1.3rem;
  }

  .main_tagline3 {
    margin-bottom: 10px;
    font-size: .9rem;
    line-height: .9rem;
  }

  .line_div {
    height: 1px;
  }

  .welcome_section {
    padding-top: 24%;
  }

  .main_btn_grid {
    width: 80%;
  }

  .hp_headline.namargin {
    font-size: 2.4rem;
    line-height: 2.2rem;
  }

  .resources_section {
    padding: 15% 10%;
  }

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

  .resouces_callout_wrapper {
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    padding-top: 37px;
  }

  .resources_links_div {
    width: 100%;
  }

  .reasources_headline {
    margin-left: 30px;
    font-size: 1.7rem;
  }

  .resources_img_div {
    width: 100%;
  }

  .services_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .hp_img_div {
    height: 280px;
  }

  .button.white {
    margin-bottom: 17px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .why_choose_section {
    padding-top: 5%;
    padding-bottom: 15%;
  }

  .why_choose_wrapper, .why_choose_wrapper.top_margin {
    flex-flow: wrap;
  }

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

  .choose_text_div {
    width: 100%;
  }

  .testimonials_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .doctor_section {
    padding-top: 15%;
    padding-bottom: 20%;
  }

  .testimonials_slide {
    width: 100%;
  }

  .appointment_section, .footer_section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .top_phone {
    margin-left: 10px;
  }

  .phone-link {
    width: 100%;
  }

  .phone-dd-toggle {
    padding: 0;
  }

  .phone-list-div {
    padding-bottom: 10px;
  }

  .inner_content_img_div {
    width: 100%;
  }
}

#w-node-_3cdb3fca-ae0f-4ec4-de9b-66c59253ca48-ac2300c7, #w-node-_7963e4f1-1ebb-8a0e-a743-23d31fdac3b0-ac2300c7, #w-node-_863be349-1f4f-a198-5c4f-ad9f7b2ae449-ac2300c7, #w-node-_05b004df-a208-69d8-b655-b558b2420ddc-ac2300c7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b4367d52-2a6d-dbd3-2c98-075dab4872ed-ac2300c7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a71c9f8d-5339-c99f-4907-fe85be32dba6-ac2300c7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-d3f9846b-e1aa-4065-6bd8-1c5f30f74b68-ac2300c7 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .25fr;
}

#w-node-_3ad4f2f0-519f-2b2c-ca84-a316b875a794-ac2300c7 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

#w-node-_699b23ad-d1fb-ce2d-9d10-06324ff902eb-71da1c21 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_35111bb7-bfbd-ec58-9b48-941d3e5acbc6-71da1c21 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .25fr;
}

#w-node-_35111bb7-bfbd-ec58-9b48-941d3e5acbd3-71da1c21 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr;
}

@media screen and (max-width: 991px) {
  #w-node-_7963e4f1-1ebb-8a0e-a743-23d31fdac3b0-ac2300c7, #w-node-_863be349-1f4f-a198-5c4f-ad9f7b2ae449-ac2300c7, #w-node-_05b004df-a208-69d8-b655-b558b2420ddc-ac2300c7, #w-node-b4367d52-2a6d-dbd3-2c98-075dab4872ed-ac2300c7, #w-node-d3f9846b-e1aa-4065-6bd8-1c5f30f74b68-ac2300c7, #w-node-_35111bb7-bfbd-ec58-9b48-941d3e5acbc6-71da1c21 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3cdb3fca-ae0f-4ec4-de9b-66c59253ca48-ac2300c7, #w-node-a71c9f8d-5339-c99f-4907-fe85be32dba6-ac2300c7, #w-node-_3ad4f2f0-519f-2b2c-ca84-a316b875a794-ac2300c7, #w-node-_699b23ad-d1fb-ce2d-9d10-06324ff902eb-71da1c21, #w-node-_35111bb7-bfbd-ec58-9b48-941d3e5acbd3-71da1c21 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


