body {
  height: 100%;
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

h1 {
  color: #034346;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  font-weight: 800;
  line-height: 1em;
}

h2 {
  color: #00110f;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  color: #025f54;
  margin-top: 0;
  margin-bottom: 29px;
  font-family: Montserrat, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  color: #568681;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1em;
}

h5 {
  color: #00110f;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1em;
}

p {
  margin-bottom: 30px;
  font-size: 1em;
  line-height: 1.8em;
}

a {
  color: #025f54;
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  color: #568681;
}

ul {
  color: #45555f;
  margin-top: 0;
  margin-bottom: 49px;
  padding-left: 20px;
  font-weight: 500;
}

li {
  margin-bottom: 10px;
  line-height: 1.8em;
}

.navbar {
  z-index: 1000;
  height: auto;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 0;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 5px rgba(0, 0, 0, .23);
}

.logo {
  width: 300px;
}

.logo.footer {
  width: 220px;
  float: none;
  margin-bottom: 0;
  display: block;
  position: static;
}

.hero_section, .hero_slideshow {
  height: 100%;
}

.arrow {
  width: 2%;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1vw;
}

.arrow.white {
  color: #fff;
}

.slide1 {

}

.slidenav {
  display: none;
}

.slide2 {

}

.slide3 {

  top: auto;
}

.bottom_navbar_wrapper {
  z-index: 1000;
  text-transform: lowercase;
  background-color: #fff;
  justify-content: space-between;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 5px rgba(0, 0, 0, .38);
}

.bottom_nav_button {
  width: 25%;
  height: 60px;
  color: #72ffee;
  text-align: center;
  text-transform: none;
  background-color: #052522;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.bottom_nav_button:hover {
  color: #fff;
  background-color: #043f38;
}

.slide_tagline_wrapper {
  width: 40%;
  position: relative;
  top: 40%;
  left: 5%;
}

.slide_tagline_wrapper._3 {
  width: 40%;
  top: 40%;
}

.slide_tagline_wrapper._2 {
  width: 40%;
  top: 40%;
}

.slide_tagline {
  height: 50px;
  color: #fff;
  letter-spacing: 10px;
  text-transform: uppercase;
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1em;
  display: flex;
}

.slide_tagline_small {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-left: 7%;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.6em;
  font-weight: 900;
  line-height: 1em;
}

.slide_label_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 21px;
  display: flex;
}

.single_line_div {
  width: 50%;
  height: 1px;
  background-color: #45555f;
}

.single_line_div.pink {
  width: 48%;
  background-color: #0dcab4;
}

.single_line_div.pink.inner {
  width: 60%;
}

.single_line_div.feature {
  width: 30%;
  background-color: #9bcbeb;
}

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

.single_line_div.short {
  width: 30%;
}

.doble_line_wrapper {
  width: 5%;
  height: 30px;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.doble_line_wrapper.section {
  height: 20px;
}

.doble_line_wrapper.inner {
  width: 5%;
}

.double_line_div {
  width: 100%;
  height: 1px;
  background-color: #0dcab4;
}

.double_line_div.pink, .single_line_div.yellow {
  background-color: #0dcab4;
}

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

.navlink_dropdown {
  color: #45555f;
  text-transform: uppercase;
  font-size: .95em;
  font-weight: 400;
}

.dropdown_toggle {
  color: #1a252c;
  margin-top: 1px;
  padding: 15px 20px 15px 15px;
  font-size: 1em;
  font-weight: 500;
}

.dropdown_toggle.w--open {
  color: #fff;
  background-color: #025f54;
}

.dropdown_icon {
  margin-right: 5px;
  font-size: .7vw;
}

.dropdown_list.w--open {
  background-color: #025f54;
  border-top: 1px rgba(255, 255, 255, .2);
  border-bottom: 2px #fff;
  box-shadow: 0 0 11px rgba(0, 0, 0, .27);
}

.dropdown_link {
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: .9em;
  font-weight: 500;
}

.dropdown_link:hover {
  color: #fff;
  background-color: #002b26;
}

.welcome_section {
  margin-bottom: 0;
  padding-top: 7%;
  padding-bottom: 7%;
}

.wrapper_div {
  width: 80%;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper_div.half_flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrapper_div.help {
  flex-wrap: wrap;
  padding: 0 55px;
}

.wrapper_div.feature {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10%;
  display: flex;
}

.wrapper_div.feature.last {
  margin-bottom: 0%;
}

.wrapper_div.footer {
  width: 50%;
  justify-content: space-between;
  display: flex;
}

.wrapper_div.callout_btns {
  width: 50%;
  justify-content: space-between;
  margin-bottom: 101px;
  display: flex;
}

.wrapper_div.flex {
  justify-content: space-between;
  display: flex;
}

.welcome_text_div {
  width: 48%;
}

.button {
  color: #fff;
  text-transform: uppercase;
  background-color: #025f54;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 30px;
  font-size: 1em;
  font-weight: 500;
}

.button:hover {
  color: #fff;
  background-color: #002521;
}

.button.slideshow {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 7%;
}

.button.slideshow:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.button.margin {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 5%;
}

.section_label_wrapper {
  width: 80%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.section_label_wrapper.feature {
  width: 90%;
  justify-content: flex-start;
}

.section_label_wrapper.inner {
  width: 80%;
  justify-content: flex-start;
  margin-bottom: 75px;
}

.section_label {
  color: #0dcab4;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 0;
}

.section_label.white {
  color: #fff;
}

.img_div {
  width: 48%;
  overflow: hidden;
}

.welcome_headline {
  color: #025f54;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.help_section {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 5%;
  padding-bottom: 7%;
}

.help_headline {
  color: #568681;
  text-align: center;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 3.4em;
  font-weight: 800;
}

.help_buttons_wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.help_button {
  width: 40%;
  height: 250px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(69, 85, 95, .42);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.patient_dropdown_toggle {
  width: 100%;
  height: 100%;
  color: #025f54;
  background-color: #eee;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
  font-size: 2em;
  font-weight: 700;
  display: flex;
}

.patient_dropdown_toggle:hover {
  color: #fff;
  background-color: #568681;
}

.patient_dropdown_toggle.w--open {
  color: #fff;
  background-color: #002b26;
}

.dropdown_icon2 {
  display: none;
}

.doctor_dropdown_toggle {
  width: 100%;
  height: 100%;
  color: #0a757a;
  background-color: #eee;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  padding-left: 40px;
  font-size: 2em;
  font-weight: 700;
  display: flex;
}

.doctor_dropdown_toggle:hover {
  color: #fff;
  background-color: #568681;
}

.doctor_dropdown_toggle.w--open {
  color: #fff;
  background-color: #002b26;
}

.patient_dropdown_list.w--open {
  width: 55vw;
  background-color: #fff;
  border-bottom: 2px #45555f;
  padding: 37px 36px;
  position: relative;
  top: 5%;
  box-shadow: 0 0 20px 20px rgba(0, 0, 0, .03);
}

.patient_links_wrapper {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.patient_links_div {
  width: 32%;
}

.patient_links_div.half {
  width: 25%;
}

.patient_dropdown_link {
  color: #0a757a;
  background-image: url('../images/diamond-grey_1diamond-grey.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 10px;
  font-size: 1.1vw;
  font-weight: 600;
}

.patient_dropdown_link:hover {
  color: #0c2340;
  background-image: url('../images/diamond-diamond_1diamond-diamond.png');
}

.doctor_dropdown_list.w--open {
  object-fit: fill;
  background-color: #fff;
  border: 1px #000;
  border-bottom: 2px #45555f;
  padding: 36px;
  position: relative;
  top: 5%;
  overflow: visible;
  box-shadow: 0 0 20px 20px rgba(0, 0, 0, .03);
}

.services_section {
  background-color: #fff;
  padding-top: 7%;
  padding-bottom: 7%;
}

.services_wrapper {
  width: 80%;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.services_headline_wrapper {
  width: 50%;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
}

.services_headline_wrapper.docs {
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8%;
}

.services_btn {
  width: 32%;
  height: 300px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #45555f;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition: filter .45s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services_btn:hover {
  filter: grayscale();
  color: #fff;
}

.services_label_wrapper {
  z-index: 10;
  width: 80%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 30px;
}

.white_line_div {
  width: 15%;
  height: 1px;
  background-color: #fff;
}

.services_label {
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  margin-left: 10px;
  margin-right: 10px;
}

.parallax_section {
  height: 700px;

}

.callout_section {
  padding-top: 7%;
  padding-bottom: 5%;
}

.testimonials_section {
  background-color: #aecac7;
  padding-top: 7%;
  padding-bottom: 7%;
  display: block;
}

.quotes_div {
  width: 30%;
  opacity: .36;
}

.testimonials_wrapper {
  width: 65%;
}

.testimonials_slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonials_slide_arrow {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, .07);
  font-size: .9vw;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.testimonials_slide_arrow:hover {
  color: #45555f;
  background-color: #fff;
}

.testimonials_slide_arrow.right {
  left: 60px;
}

.testimonials_slide {
  height: auto;
  padding-bottom: 57px;
  padding-right: 37px;
}

.testimonials_text {
  color: #000;
  font-size: 1.1em;
}

.testimonials_name {
  color: #3e4e4c;
  margin-bottom: 32px;
  font-style: normal;
  font-weight: 700;
}

.doctors_section {
  background-color: #081c29;
  background-image: linear-gradient(#15413b, #00110f);
  padding-top: 7%;
  padding-bottom: 7%;
}

.doctors_slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.doc_slide {
  width: 20%;
}

.doc_button {
  width: 20%;
  color: #60c1c5;
  text-align: center;
  text-transform: uppercase;
  padding: 35px 20px 20px;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .4s, background-color .4s;
  position: relative;
}

.doc_button:hover {
  color: #7ef3f8;
  background-color: #00110f;
  box-shadow: 0 0 13px 9px rgba(0, 0, 0, .13);
}

.doc_img {
  width: 160px;
  height: auto;
  margin-bottom: 25px;
}

.callout_section2 {
  padding-top: 230px;
  padding-bottom: 100px;
}

.footer_section {
  background-color: #f2f5f4;
  padding-top: 7%;
  padding-bottom: 10%;
}

.self_test_btn {
  width: auto;
  color: #034346;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px rgba(69, 85, 95, .59);
  align-items: center;
  margin-top: 10px;
  padding: 1px 25px 1px 0;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.self_test_btn:hover {
  color: #0a757a;
}

.self_test_smaller_text {
  margin-top: 5px;
  font-size: .8em;
  font-weight: 500;
}

.test_icon {
  width: 50px;
  margin-right: 20px;
}

.bottom_nav_icon {
  width: 22px;
  margin-right: 10px;
}

.bottom_nav_icon._2 {
  width: 25px;
}

.bottom_nav_icon.pay {
  width: 24px;
}

.contact_form_wrapper {
  width: 50%;
}

.footer_headline {
  color: #025f54;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}

.footer_headline_wrapper {
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.text_field {
  height: 50px;
  color: #45555f;
  border: 1px solid rgba(69, 85, 95, .15);
  margin-bottom: 10px;
  box-shadow: 0 0 11px rgba(0, 0, 0, .1);
}

.text_field::-ms-input-placeholder {
  color: #45555f;
}

.text_field::placeholder {
  color: #45555f;
}

.text_area {
  min-height: 200px;
  color: #45555f;
  border: 1px solid rgba(69, 85, 95, .15);
  margin-bottom: 20px;
  box-shadow: 0 0 11px rgba(0, 0, 0, .1);
}

.text_area::-ms-input-placeholder {
  color: #45555f;
}

.text_area::placeholder {
  color: #45555f;
}

.submit_btn {
  color: #fff;
  text-transform: uppercase;
  background-color: #025f54;
  padding: 16px 25px;
  font-weight: 500;
}

.submit_btn:hover {
  background-color: #002b26;
}

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

.locations_wrapper {
  width: 45%;
}

.address_wrapper {
  margin-bottom: 30px;
  padding-left: 39px;
}

.address_text {
  margin-bottom: 15px;
  line-height: 1.4em;
}

.quick_links_wrapper {
  width: 25%;
}

.footer_link {
  color: #0a757a;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-left: 39px;
  font-size: .9em;
  font-weight: 500;
  display: block;
}

.footer_link:hover {
  color: #034346;
}

.footer_link._2 {
  text-transform: none;
  margin-bottom: 10px;
  padding-left: 0;
}

.footer_wrapper {
  width: 70%;
  border-left: 1px solid rgba(69, 85, 95, .24);
  padding-bottom: 0;
  padding-left: 48px;
}

.footer_text {
  margin-bottom: 5%;
  font-size: .9em;
  line-height: 1.4em;
}

.footer_logos_wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.navmenu {
  width: 100%;
  text-align: center;
  background-color: #d3ebe8;
}

.soc_media_btn {
  width: 30px;
  height: 30px;
  margin-left: 5px;
}

.soc_media_btn.fcbk {
  width: 30px;
  height: 30px;
  background-image: url('../images/facebook-icon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.soc_media_btn.fcbk:hover {
  width: 30px;
  height: 30px;
  background-image: url('../images/facebook-icon-over.svg');
}

.soc_media_btn.blog {
  background-image: url('../images/blog-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.soc_media_btn.blog:hover {
  background-image: url('../images/blog-icon-over.svg');
}

.soc_media_wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.callout_btn {
  width: 24%;
  height: 200px;
  color: #96fff3;
  text-align: center;
  background-color: #025f54;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.1em;
  transition: box-shadow .4s, transform .4s;
  display: flex;
  box-shadow: 0 0 13px rgba(0, 0, 0, .3);
}

.callout_btn:hover {
  box-shadow: none;
  color: #fff;
  background-color: #002b26;
  transform: translate(0, 4px);
}

.callout_btn:active {
  color: #fff;
}

.contact_location_wrapper {
  width: 50%;
  background-color: #fff;
  justify-content: space-between;
  margin: -10% auto 102px;
  padding: 49px 30px 19px;
  display: flex;
  box-shadow: 0 0 20px 6px rgba(0, 0, 0, .06);
}

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

.affiliate_text {
  margin-top: 60px;
  font-weight: 700;
}

.inner_page_section {
  padding-top: 180px;
  padding-bottom: 100px;
}

.inner_content_wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.inner_page_name {
  color: #034346;
  text-transform: none;
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.inner_img_right {
  width: 35%;
  float: right;
  margin-bottom: 31px;
  margin-left: 41px;
}

.specialty_label {
  color: #fff;
  margin-top: 6px;
  font-size: .75em;
  font-weight: 400;
}

.phone_btn_top {
  color: #025f54;
  align-items: center;
  margin-right: 20px;
  font-size: 1.1em;
  font-weight: 700;
  display: flex;
}

.phone_btn_top:hover {
  color: #0dcab4;
}

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

.top_navbar_wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 29px;
  padding-right: 29px;
  display: flex;
}

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

.top_appointment_btn {
  color: #fff;
  text-transform: uppercase;
  background-color: #025f54;
  align-items: center;
  padding: 1.5vh 15px;
  font-size: .9em;
  font-weight: 500;
  display: flex;
}

.top_appointment_btn:hover {
  color: #fff;
  background-color: #034346;
}

.appointment_icon {
  width: 26px;
  margin-right: 5px;
}

.doc_layer_over {
  color: #0dcab4;
  background-color: rgba(0, 0, 0, .9);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 34px 25px 33px;
  font-size: 1em;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.doc_description_text {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 27px;
  font-size: .8em;
  font-weight: 300;
}

.doc_read_more_div {
  width: 100%;
  background-color: #025f54;
  margin-top: 30px;
  padding: 20px;
}

.read_more_text {
  color: #fff;
  font-size: .9em;
}

.phone_link {
  color: #025f54;
  margin-bottom: 5px;
  display: block;
}

.phone_link:hover {
  color: #349ea3;
}

.list {
  color: #0c2340;
}

.navlink {
  color: #1a252c;
  text-transform: uppercase;
  margin-top: 1px;
  padding: 15px;
  font-size: .95em;
  font-weight: 500;
}

.navlink:hover {
  color: #fff;
  background-color: #034346;
}

.search_div {
  width: 50%;
  margin-top: 5%;
}

.search_input {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #06a6a6;
}

.search_input::-ms-input-placeholder {
  color: #00252c;
  background-color: rgba(0, 0, 0, 0);
}

.search_input::placeholder {
  color: #00252c;
  background-color: rgba(0, 0, 0, 0);
}

.search_btn {
  display: none;
}

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

.black_overlay {
  background-color: rgba(0, 0, 0, .3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.welcome_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

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

.opening_hours {
  margin-left: 39px;
  font-size: .9em;
  line-height: 1.6em;
}

.fax_text {
  font-size: .9em;
}

html.w-mod-js [data-ix="doc-layer-initial"] {
  opacity: 0;
  transform: translate(0, 75%);
}

@media screen and (max-width: 991px) {
  .navbar {
    flex-wrap: wrap;
    padding-bottom: 5px;
    display: flex;
  }

  .logo {
    width: 38%;
  }

  .arrow {
    width: 4%;
    font-size: 2vw;
  }

  .arrow.white {
    width: 4%;
    font-size: 1.5vw;
  }

  .slide2 {
    background-position: 70% 0;
  }

  .slide3 {
    background-position: 55% 0;
  }

  .bottom_nav_button {
    text-align: left;
    justify-content: flex-start;
    padding-left: 10px;
    font-size: 1em;
    font-weight: 500;
    line-height: 1em;
  }

  .slide_tagline_wrapper {
    width: 55%;
    top: 24%;
    left: 3%;
  }

  .slide_tagline_wrapper._3 {
    width: 50%;
    top: 37%;
    left: 3%;
  }

  .slide_tagline_wrapper._2 {
    width: 50%;
    top: 54%;
    left: 7%;
  }

  .slide_tagline {
    font-size: 2vw;
  }

  .slide_tagline_small {
    font-size: 5vw;
  }

  .single_line_div.pink {
    width: 42%;
  }

  .single_line_div.pink.inner {
    width: 48%;
  }

  .navlink_dropdown {
    display: block;
  }

  .dropdown_toggle {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: .95em;
    display: block;
  }

  .dropdown_icon {
    font-size: .7em;
  }

  .wrapper_div.half_flex {
    flex-wrap: wrap;
  }

  .wrapper_div.help {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper_div.feature {
    flex-wrap: wrap;
  }

  .wrapper_div.footer {
    width: 85%;
    flex-wrap: wrap;
  }

  .wrapper_div.callout_btns {
    width: 85%;
  }

  .welcome_text_div {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section_label_wrapper {
    width: 100%;
    flex-wrap: nowrap;
    margin-bottom: 19px;
  }

  .section_label_wrapper.feature {
    width: 100%;
  }

  .section_label_wrapper.inner {
    width: auto;
    margin-bottom: 52px;
  }

  .section_label {
    letter-spacing: 8px;
  }

  .img_div {
    width: 100%;
  }

  .help_headline {
    font-size: 3em;
  }

  .help_button {
    width: 48%;
  }

  .patient_dropdown_toggle {
    background-position: -50px 100%;
    padding-right: 25px;
    font-size: 1.5em;
  }

  .doctor_dropdown_toggle {
    background-position: 150% 100%;
    padding-left: 25px;
    font-size: 1.5em;
  }

  .patient_dropdown_list.w--open {
    width: 88vw;
    padding: 21px;
  }

  .patient_dropdown_link {
    font-size: 1.8vw;
  }

  .doctor_dropdown_list.w--open {
    padding: 19px;
  }

  .services_headline_wrapper {
    width: 80%;
    margin-bottom: 49px;
  }

  .services_btn {
    width: 48%;
    height: 250px;
    font-size: 3vw;
  }

  .parallax_section {
    height: 500px;
  }

  .testimonials_slider, .doctors_slider {
    height: auto;
  }

  .doc_slide {
    width: 50%;
  }

  .doc_button {
    width: 100%;
    font-size: .9em;
  }

  .footer_section {
    padding-bottom: 16%;
  }

  .bottom_nav_icon._2 {
    margin-right: 4px;
  }

  .contact_form_wrapper {
    width: 50%;
    margin-bottom: 42px;
  }

  .footer_headline {
    font-size: 1em;
  }

  .footer_headline_wrapper {
    margin-bottom: 18px;
  }

  .locations_wrapper {
    width: 45%;
  }

  .quick_links_wrapper {
    width: 35%;
  }

  .footer_wrapper {
    width: 64%;
    border-top: 1px rgba(69, 85, 95, .38);
    border-left-style: solid;
    margin-top: 0;
    padding-top: 0;
    padding-left: 35px;
  }

  .menu_btn {
    color: #fff;
    background-color: #025f54;
  }

  .menu_btn:hover {
    background-color: #568681;
  }

  .menu_btn.w--open {
    background-color: #002b26;
  }

  .navmenu {
    background-color: #fff;
  }

  .mask {
    margin-left: 20px;
    margin-right: 20px;
  }

  .callout_btn {
    font-size: 1em;
  }

  .contact_location_wrapper {
    width: 85%;
    margin-top: -16%;
    padding: 31px;
  }

  .inner_page_section {
    padding-top: 113px;
  }

  .inner_img_right {
    margin-bottom: 24px;
    margin-left: 31px;
  }

  .phone_btn_top {
    margin-right: 15px;
    font-size: 1.1em;
    display: flex;
  }

  .phone_icon {
    width: 20px;
  }

  .top_navbar_wrapper {
    width: 90%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 7px;
  }

  .phone_appointment_wrapper {
    display: flex;
  }

  .top_appointment_btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: .9em;
  }

  .appointment_icon {
    width: 20px;
  }

  .search_div {
    width: 80%;
  }
}

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

  h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1.6em;
  }

  h4 {
    font-size: 1.3em;
  }

  h5 {
    font-size: 1em;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .logo {
    width: 250px;
    margin-top: 0;
    margin-left: 5px;
    padding-left: 0;
  }

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

  .hero_slideshow {
    margin-top: 0;
  }

  .arrow {
    width: 4%;
    font-size: 2vw;
  }

  .bottom_navbar_wrapper {
    box-shadow: none;
    background-color: rgba(221, 221, 221, .48);
    flex-wrap: wrap;
    position: static;
  }

  .bottom_nav_button {
    width: 100%;
    height: 45px;
    padding-left: 25px;
    font-size: 1em;
    line-height: .9em;
  }

  .slide_tagline_wrapper {
    width: 50%;
    top: 102px;
  }

  .slide_tagline_wrapper._3 {
    width: 50%;
    top: 68px;
  }

  .slide_tagline_wrapper._2 {
    top: 98px;
  }

  .slide_tagline {
    height: 30px;
    margin-left: 6px;
    margin-right: 6px;
    font-size: .7em;
  }

  .slide_tagline_small {
    margin-bottom: 0;
    margin-left: 11%;
    font-size: 1em;
  }

  .slide_label_wrapper {
    margin-bottom: 12px;
  }

  .doble_line_wrapper, .doble_line_wrapper.section, .doble_line_wrapper.inner {
    width: 10%;
  }

  .dropdown_toggle, .dropdown_icon {
    font-size: 2vw;
  }

  .wrapper_div.half_flex {
    width: 90%;
  }

  .wrapper_div.feature {
    margin-bottom: 5%;
  }

  .wrapper_div.callout_btns {
    flex-wrap: wrap;
    margin-bottom: 51px;
  }

  .button.slideshow {
    margin-top: 10px;
    margin-left: 10%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .8em;
  }

  .section_label_wrapper.inner {
    margin-bottom: 40px;
  }

  .section_label {
    letter-spacing: 5px;
    font-size: .9em;
  }

  .welcome_headline, .help_headline {
    font-size: 2.2em;
  }

  .patient_dropdown_toggle {
    background-position: -80px 100%;
    font-size: 1.2em;
  }

  .doctor_dropdown_toggle {
    background-position: 40px 100%;
    font-size: 1.2em;
  }

  .patient_links_div {
    width: 35%;
  }

  .patient_links_div.half {
    width: 20%;
  }

  .patient_dropdown_link {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 2vw;
  }

  .services_wrapper {
    width: 90%;
  }

  .services_btn {
    height: 200px;
    font-size: 3.6vw;
  }

  .quotes_div {
    width: 15%;
  }

  .testimonials_wrapper {
    width: 80%;
  }

  .testimonials_slide_arrow, .testimonials_slide_arrow.right {
    font-size: 3vw;
  }

  .callout_section2 {
    padding-top: 149px;
  }

  .bottom_nav_icon {
    margin-right: 5px;
  }

  .contact_form_wrapper, .locations_wrapper {
    width: 100%;
  }

  .footer_logos_wrapper {
    flex-wrap: wrap;
  }

  .soc_media_wrapper {
    width: 100%;
    justify-content: flex-start;
    margin-top: 27px;
  }

  .callout_btn {
    width: 45%;
    margin-bottom: 36px;
  }

  .contact_location_wrapper {
    flex-wrap: wrap;
  }

  .inner_page_section {
    padding-top: 105px;
  }

  .inner_img_right {
    width: 100%;
    margin-bottom: 32px;
  }

  .phone_btn_top {
    width: 45%;
    justify-content: flex-end;
    font-size: 4vw;
    display: none;
  }

  .phone_icon {
    width: 18px;
  }

  .top_navbar_wrapper {
    width: 85%;
    padding-left: 0;
    padding-right: 0;
  }

  .phone_appointment_wrapper {
    display: flex;
  }

  .top_appointment_btn {
    display: none;
  }

  .search_div {
    width: 100%;
  }
}

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

  h2 {
    font-size: 1.6em;
  }

  h3 {
    font-size: 1.4em;
  }

  h4 {
    font-size: 1.2em;
  }

  .navbar {
    display: flex;
  }

  .logo {
    width: 240px;
    margin-top: 0;
  }

  .hero_slideshow {
    margin-top: 0;
  }

  .arrow {
    width: 4%;
    font-size: 4vw;
  }

  .arrow.white {
    width: 5%;
    font-size: 3vw;
  }

  .slide1 {

  }

  .slide2 {

  }

  .slide3 {

  }

  .bottom_navbar_wrapper {
    flex-wrap: wrap;
  }

  .bottom_nav_button {
    width: 100%;
    height: 40px;
    font-size: 4.6vw;
  }

  .slide_tagline_wrapper {
    width: 90%;
    top: 64%;
  }

  .slide_tagline_wrapper._3 {
    width: 80%;
    top: 61%;
  }

  .slide_tagline_wrapper._2 {
    width: 80%;
    top: 65%;
  }

  .slide_tagline {
    font-size: 3vw;
  }

  .slide_tagline_small {
    font-size: 6vw;
    font-weight: 900;
  }

  .single_line_div.feature {
    width: 25%;
  }

  .doble_line_wrapper.section {
    width: 5%;
  }

  .doble_line_wrapper.inner {
    width: 10%;
  }

  .dropdown_toggle {
    font-size: 4vw;
  }

  .dropdown_icon {
    font-size: 3vw;
  }

  .wrapper_div {
    flex-wrap: wrap;
  }

  .wrapper_div.help {
    margin-top: 28px;
  }

  .wrapper_div.feature {
    margin-bottom: 5%;
  }

  .button.slideshow {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section_label {
    letter-spacing: 2px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
  }

  .help_headline {
    margin-bottom: 42px;
    font-size: 2em;
  }

  .help_buttons_wrapper {
    flex-wrap: wrap;
  }

  .help_button {
    width: 100%;
    height: 200px;
    margin-bottom: 32px;
  }

  .patient_dropdown_toggle {
    background-position: -40px 100%;
    font-size: 6vw;
  }

  .doctor_dropdown_toggle {
    background-position: 70px 100%;
    font-size: 6vw;
  }

  .patient_links_wrapper {
    flex-wrap: wrap;
  }

  .patient_links_div, .patient_links_div.half {
    width: 100%;
  }

  .patient_dropdown_link {
    font-size: 4vw;
  }

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

  .services_headline_wrapper {
    margin-bottom: 21px;
  }

  .services_btn {
    width: 100%;
    font-size: 7vw;
  }

  .callout_section {
    padding-top: 14%;
    padding-bottom: 18%;
  }

  .testimonials_section {
    padding-top: 16%;
  }

  .quotes_div {
    width: 100%;
    margin-bottom: 28px;
  }

  .testimonials_wrapper {
    width: 100%;
    margin-bottom: 34px;
  }

  .testimonials_slide_arrow {
    font-size: 4vw;
  }

  .testimonials_text {
    font-size: 1em;
  }

  .doctors_section {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .doc_slide {
    width: 100%;
  }

  .footer_section {
    padding-top: 13%;
  }

  .self_test_btn {
    font-size: 1em;
  }

  .test_icon {
    width: 40px;
  }

  .locations_wrapper {
    width: 100%;
  }

  .quick_links_wrapper {
    width: 100%;
    margin-top: 0;
    margin-bottom: 31px;
  }

  .footer_wrapper {
    width: 100%;
    border-top-style: solid;
    border-left-style: none;
    padding-top: 34px;
    padding-left: 0;
  }

  .soc_media_wrapper {
    margin-top: 47px;
  }

  .callout_btn {
    width: 100%;
  }

  .contact_location_wrapper {
    margin-top: -32%;
    margin-bottom: 52px;
    padding: 25px;
  }

  .inner_content_wrapper {
    width: 90%;
  }

  .phone_btn_top {
    width: auto;
    font-size: 4vw;
    display: none;
  }

  .phone_icon {
    width: 15px;
  }

  .top_navbar_wrapper {
    width: 80%;
  }

  .phone_appointment_wrapper {
    display: none;
  }

  .search_div {
    margin-top: 10%;
  }

  .opening_hours {
    line-height: 1.2em;
  }
}


