body {
  font-family: news-gothic-std, sans-serif;
  color: #333;
  font-size: 1em;
  line-height: 1.2em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: news-gothic-std, sans-serif;
  color: #004f71;
  font-size: 4em;
  line-height: 1.4;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #008fcc;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #52728c;
  font-size: 2em;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #012433;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #012433;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 700;
}

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

a {
  color: #6a8c9b;
  font-style: normal;
  text-decoration: none;
}

a:hover {
  color: #004f71;
}

ul {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-left: 20px;
  font-size: 1.1em;
  line-height: 1.8em;
}

li:not(.list-no-style li):not(.related-pages-bottom li) {
  margin-bottom: 10px;
}

blockquote {
  margin-bottom: 60px;
  padding: 0px 0px 0px 45px;
  border-left: 5px none #e2e2e2;
  background-image: url('../images/quote.svg');
  background-position: 0px 0px;
  background-size: 2vw;
  background-repeat: no-repeat;
  color: #004f71;
  font-size: 1.3vw;
  line-height: 1.2em;
  font-weight: 700;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.logo {
  width: 22vw;
}

.navlink {
  padding-right: 15px;
  padding-left: 15px;
  font-family: news-gothic-std, sans-serif;
  color: rgba(19, 97, 158, 0.8);
  font-size: 1em;
  font-weight: 700;
  text-transform: none;
}

.navlink:hover {
  color: #13619e;
}

.top_phone_btn {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #004f71;
  font-size: 1.4em;
  font-weight: 700;
  text-decoration: none;
}

.top_phone_btn:hover {
  color: #000;
}

.toll_free_txt {
  margin-right: 3px;
  font-family: news-gothic-std, sans-serif;
  color: #004f71;
  font-size: 0.7em;
  font-weight: 300;
}

.hero_section {
  height: 100vh;
  padding-top: 46px;
  /*background-image: linear-gradient(94deg, rgba(0, 0, 0, 0.59), transparent), url('../images/hero-img.jpg');*/
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero_slideshow {
  /*display: none;*/
  height: 100%;
  margin-top: 0px;
}

.welcome_section {
  padding-top: 140px;
  padding-bottom: 110px;
  background-image: url('../images/logo-symbol2.svg');
  background-position: 200% 50%;
  background-size: 75%;
  background-repeat: no-repeat;
}

.wrapper_div {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.wrapper_div.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper_div.feature.cataract {
  min-height: 80vh;
  padding: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: linear-gradient(94deg, hsla(0, 0%, 100%, 0) 38%, hsla(0, 0%, 100%, 0.72)), url('../images/cataract-callout-img.jpg');
  background-position: 0px 0px, 0% 25%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.wrapper_div.feature.lasik {
  min-height: 80vh;
  padding: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: linear-gradient(275deg, hsla(0, 0%, 100%, 0) 42%, hsla(0, 0%, 100%, 0.7)), url('../images/lasik-callout-img.jpg');
  background-position: 0px 0px, 100% 15%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.wrapper_div.feature.cosmetic {
  min-height: 80vh;
  padding: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/cosmetic-callout-img.jpg');
  background-position: 0% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper_div.feature.dryeye {
  min-height: 80vh;
  padding: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/exams-callout-img.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper_div.center {
  text-align: center;
}

.wrapper_div.center.margin {
  margin-bottom: 78px;
}

.wrapper_div.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper_div.testimonials {
  width: 50%;
  text-align: center;
}

.wrapper_div.filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 79, 113, 0.25);
}

.wrapper_div.inner_page_title {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 79, 113, 0.25);
}

.wrapper_div.doctors_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-right: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wrapper_div.locations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper_div.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper_div.flex.top {
  margin-top: 5vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper_div._60 {
  width: 60%;
}

.welcome_headline {
  font-family: news-gothic-std, sans-serif;
  font-weight: 700;
}

.chapter_header {
  padding-left: 28px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #99c3e5;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.chapter_header.feat {
  padding-left: 0px;
  color: #999;
  font-size: 1em;
  font-weight: 300;
}

.light_blue_div {
  width: 74vw;
  height: 15px;
  margin-top: 22px;
  margin-bottom: -15px;
  background-color: #99c3e5;
}

.navbar_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom_navbar_wrapper {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 45px;
  margin-bottom: 22px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #13619e;
}
/*
.slide1 {
  bottom: auto;
  background-image: radial-gradient(circle farthest-corner at 65% 50%, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.63)), url('../images/slide1.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}*/

.arrow {
  width: 3vw;
  font-size: 1vw;
}

.arrow.dark {
  color: #004f71;
}

.tagline_wrapper {
  position: relative;
  left: 7vw;
  top: 43.3vh;
  width: 65%;
  max-width: 1000px;
}

.tagline_wrapper._2 {
  top: 41.8vh;
  width: 50%;
}

.tagline_wrapper.hero {
  position: absolute;
  top: 44.5vh;
}

.main_tagline {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #fff;
  font-size: 5.3vw;
  line-height: 1em;
}

.bottom_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-left: 15px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #fff;
  font-size: 0.9em;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.bottom_btn:hover {
  background-color: transparent;
  color: #5bceff;
}

.button_icon {
  width: 20px;
  margin-right: 10px;
}
/*
.slide2 {
  background-image: linear-gradient(203deg, transparent 31%, rgba(0, 0, 0, 0.92)), url('../images/slide3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}*/

.main_tagline2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #fff;
  font-size: 1.8vw;
  font-weight: 300;
}

.main_tagline2._2 {
  margin-bottom: 15px;
  font-size: 2.4vw;
  font-weight: 700;
}

.main_button {
  margin-top: 30px;
  padding: 19px 30px;
  background-color: #13619e;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.main_button:hover {
  background-color: #99c3e5;
  color: #012433;
}

.main_button.left {
  margin-top: 15px;
  float: none;
  clear: none;
}

.centers_section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.feature_section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.feature_text_div {
  width: 48%;
}

.feature_text_div.left {
  position: relative;
  z-index: 10;
  width: 45%;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 5vw;
}

.feature_text_div.right {
  width: 45%;
  padding-right: 5vw;
}

.feature_headline {
  font-family: news-gothic-std, sans-serif;
  color: #13619e;
  font-size: 3em;
  text-transform: none;
}

.centers_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.center_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  height: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ddd;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.51);
}

.center_btn:hover {
  color: hsla(0, 0%, 100%, 0.55);
}

.center_btn._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/dryeye-center.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/dryeye-center.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.center_btn._4:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 79, 113, 0.8)), to(rgba(0, 79, 113, 0.8))), url('../images/dryeye-center.jpg');
  background-image: linear-gradient(180deg, rgba(0, 79, 113, 0.8), rgba(0, 79, 113, 0.8)), url('../images/dryeye-center.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.center_btn._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/lasik-center.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/lasik-center.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.center_btn._3:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 79, 113, 0.8)), to(rgba(0, 79, 113, 0.8))), url('../images/lasik-center.jpg');
  background-image: linear-gradient(180deg, rgba(0, 79, 113, 0.8), rgba(0, 79, 113, 0.8)), url('../images/lasik-center.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.center_btn._6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/hearing-center.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/hearing-center.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.center_btn._6:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 97, 158, 0.8)), to(rgba(19, 97, 158, 0.8))), url('../images/hearing-center.jpg');
  background-image: linear-gradient(180deg, rgba(19, 97, 158, 0.8), rgba(19, 97, 158, 0.8)), url('../images/hearing-center.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.center_btn._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/eyecare-center.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/eyecare-center.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.center_btn._2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 79, 113, 0.8)), to(rgba(0, 79, 113, 0.8))), url('../images/eyecare-center.jpg');
  background-image: linear-gradient(180deg, rgba(0, 79, 113, 0.8), rgba(0, 79, 113, 0.8)), url('../images/eyecare-center.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.center_btn._5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/aesthetic-center.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/aesthetic-center.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.center_btn._5:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 79, 113, 0.8)), to(rgba(0, 79, 113, 0.8))), url('../images/aesthetic-center.jpg');
  background-image: linear-gradient(180deg, rgba(0, 79, 113, 0.8), rgba(0, 79, 113, 0.8)), url('../images/aesthetic-center.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.center_btn._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/cataract-center.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/cataract-center.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.center_btn._1:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 79, 113, 0.8)), to(rgba(0, 79, 113, 0.8))), url('../images/cataract-center.jpg');
  background-image: linear-gradient(180deg, rgba(0, 79, 113, 0.8), rgba(0, 79, 113, 0.8)), url('../images/cataract-center.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.center_logo_symbol {
  width: 50px;
  margin-bottom: 15px;
}

.md_section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.footer_section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #032230;
  background-image: url('../images/logo-symbol.svg'), radial-gradient(rgb(20,96,158) 0%,rgb(0,38,69) 100%);;
  background-position: 0% 50%, 0px 0px;
  background-size: 70%, auto;
  background-repeat: no-repeat, repeat;
}

.contact_form_wrapper {
  width: 30%;
}

.footer_headline {
  margin-bottom: 30px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #fff;
  font-size: 1.2em;
  font-weight: 300;
  text-transform: uppercase;
}

.text_field {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.35);
  background-color: rgba(0, 0, 0, 0.28);
  color: #fff;
}

.text_field::-webkit-input-placeholder {
  color: #fff;
}

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

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

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

.text_area {
  min-height: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.35);
  background-color: rgba(0, 0, 0, 0.28);
  color: #fff;
}

.text_area::-webkit-input-placeholder {
  color: #fff;
}

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

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

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

.submit_bn {
  padding: 15px 20px 12px;
  background-color: #001f2c;
  font-weight: 400;
  text-transform: uppercase;
}

.submit_bn:hover {
  background-color: #008fcc;
}

.quick_links_wrapper {
  width: 10%;
}

.footer_link {
  display: block;
  margin-bottom: 10px;
  color: hsla(0, 0%, 100%, 0.65);
  text-decoration: none;
}

.footer_link:hover {
  color: #fff;
}

.locations_wrapper {
  width: 20%;
}

.location_name {
  margin-bottom: 5px;
  color: #fff;
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
}

.footer_phone_link {
  display: block;
  margin-bottom: 20px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #fff;
  font-size: 1.2em;
  font-weight: 300;
  text-decoration: none;
}

.footer_phone_link:hover {
  color: #10b7ff;
}

.footer_phone_link.toll {
  margin-bottom: 30px;
  font-size: 1.6em;
  font-weight: 700;
}

.toll_free_text_white {
  margin-bottom: 5px;
  color: #fff;
}

.footer_div {
  width: 20%;
  padding-left: 44px;
  border-left: 1px solid hsla(0, 0%, 100%, 0.24);
}

.social_media_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 44px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.44);
}

.social_media_btn {
  width: 30px;
  margin-right: 10px;
  opacity: 1;
}

.social_media_btn:hover {
  opacity: 0.7;
}

.footer_logo {
  width: 250px;
  margin-bottom: 14px;
}

.footer_text {
  margin-bottom: 31px;
  color: #fff;
  font-size: 0.8em;
}

.policy_link {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 0.8em;
}

.policy_link:hover {
  color: hsla(0, 0%, 100%, 0.84);
}

.dropdown_navlink {
  font-family: news-gothic-std, sans-serif;
  font-weight: 700;
  text-transform: none;
}

.dropdown_toggle {
  padding-right: 20px;
  padding-left: 15px;
  color: rgba(19, 97, 158, 0.8);
}

.dropdown_toggle.w--open {
  color: #13619e;
}

.dropdown_icon {
  margin-right: 5px;
  font-size: 0.8em;
}

.dropdown_list.w--open {
  background-color: #13619e;
}

.dropdown_link {
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
}

.dropdown_link:hover {
  background-color: #99c3e5;
  color: #012433;
}

.slidenav {
  display: none;
}

.feature_btns_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.address_text {
  margin-bottom: 30px;
  color: #004f71;
}

.testimonials_slider {
  height: auto;
  background-color: transparent;
}

.testimonials_arrow {
  width: 2vw;
  color: #004f71;
  font-size: 0.9em;
}

.testimonials_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials_wrapper.docs {
  height: auto;
  margin-top: 36px;
  padding-top: 34px;
  padding-right: 2vw;
  padding-left: 0vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid rgba(0, 79, 113, 0.25);
}

.star_img {
  width: 80px;
  margin-bottom: 20px;
}

.testimonials_text {
  text-align: center;
}

.testimonials_text.docs {
  font-size: 0.9vw;
  text-align: left;
}

.testimonials_name {
  color: #004f71;
  font-weight: 700;
}

.testimonials_name.docs {
  margin-bottom: 12px;
}

.heading {
  color: #13619e;
}

.doctors_section {
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: #ecedee;
}

.doc_slider {
  background-color: transparent;
}

.doc_slide {
  width: 25%;
  padding-right: 11px;
  padding-left: 11px;
}

.doc_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d0dde7;
  color: #13619e;
  font-size: 1.1em;
  font-weight: 700;
  text-align: center;
}

.doc_btn:hover {
  background-color: #13619e;
  color: #fff;
}

.doc_btn.location {
  width: 30%;
}

.doc_btn.inner {
  width: 24%;
}

.doc_img {
  width: 75%;
  margin-bottom: 20px;
}

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

.inner_page_content_section {
  padding-top: 20vh;
  padding-bottom: 10vh;
}

.inner_page_title {
  margin-bottom: 30px;
  color: #13619e;
  font-size: 2vw;
}

.filter_div {
  width: 20%;
  margin-right: 30px;
}

.filter_label {
  margin-bottom: 13px;
  margin-left: 6px;
  color: #13619e;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.filter_select_field {
  height: 30px;
  min-height: 30px;
  margin-bottom: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #90adb9;
  background-color: #fff;
  font-size: 0.9em;
  line-height: 1em;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-top: 15px;
  padding: 3px 24px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #13619e;
  color: #fff;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

.button:hover {
  background-color: #a7c2cd;
  color: #004f71;
}

.inner_doc_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  margin-right: 0.5%;
  margin-bottom: 5vh;
  margin-left: 0.5%;
  padding: 3vh 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 79, 113, 0.25);
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.doc_inner_image {
  width: 80%;
  margin-bottom: 32px;
}

.doc_name {
  margin-bottom: 9px;
  color: #13619e;
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 12px;
}

.specialty_label {
  height: 60px;
  margin-bottom: 0px;
  font-size: 0.9em;
}

.location_address_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.map_div {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.location_text_wrapper {
  width: 65%;
  padding-left: 4vw;
  border-left: 1px solid rgba(0, 79, 113, 0.25);
}

.location_img {
  width: 32%;
  margin-bottom: 0px;
}

.locations_docs_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.doc_profile_div {
  width: 25%;
  padding-right: 0vw;
  border-right: 1px solid rgba(0, 79, 113, 0.25);
}

.doc_profile_img {
  width: 80%;
  margin-bottom: 30px;
}

.doc_bio_div {
  width: 75%;
  padding-left: 3vw;
}

.doc_label {
  margin-bottom: 10px;
  color: #004f71;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.block-quote-3 {
  padding-left: 3vw;
  background-position: 0px -5px;
  background-size: 2.7vw;
  color: #13619e;
}

.review_placeholder {
  margin-bottom: 25px;
}
/*
.inner_hero_section {
  height: 75vh;
  background-image: url('../images/inner-hero-image.jpg');
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}*/

.inner_main_tagline_div {
  position: absolute;
  left: 5vw;
  top: 24.7vh;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 35%;
}

.inner_main_tagline {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #021f2c;
  font-size: 3.8em;
  line-height: 1em;
  font-weight: 700;
}

.inner_main_button {
  margin-bottom: 9px;
  padding: 21px 25px;
  float: none;
  background-color: #004f71;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.inner_main_button:hover {
  background-color: #90adb9;
  color: #004f71;
}

.main_buttons_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inner_fullwidth_section {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.inner_fullwidth_section.grey {
  background-color: #eff3f5;
}

.inner_fullwidth_section.no_top_margin {
  padding-top: 0vh;
}

.inner_half_div {
  width: 48%;
}

.inner_half_div.video {
  padding: 20px;
  background-color: #90adb9;
}

.inner_fullwidth_headline {
  color: #004f71;
  font-size: 2.6em;
}

.inner_fullwidth_headline.white {
  color: #fff;
}

.symptoms_ajax_wrapper {
  width: 100.000061%;
  margin-top: 60px;
}

.symptoms_tablink {
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #002e42;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 0px;
}

.symptoms_tablink:hover {
  background-color: #004f71;
  color: #fff;
}

.symptoms_tablink.w--current {
  background-color: #90adb9;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
}

.tabs-content {
  width: 55%;
  height: auto;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding-right: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.symptoms_ajax {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
}

.tab-pane-tab-1 {
  width: 100%;
  height: auto;
  float: right;
}

.inner_parallax_section {
  height: auto;
  padding-top: 20vh;
  padding-bottom: 20vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/inner-parallax-img.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/inner-parallax-img.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.quote_text {
  margin-bottom: 0px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #fff;
  font-size: 1.5em;
  font-weight: 300;
  letter-spacing: 5px;
}

.callout_section {
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: #fff;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #012e41, #010d13);
}

.callout_btns_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.callout_btn {
  width: 35%;
  margin-right: 20px;
  margin-left: 20px;
  padding: 30px 47px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.4);
  background-color: #fff;
  box-shadow: 0 20px 20px 6px rgba(0, 0, 0, 0.3);
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #004f71;
  font-size: 1.2em;
  font-weight: 700;
}

.callout_btn:hover {
  background-color: #cce0e9;
  color: #004f71;
}

.inner_fullwidth_subheadline {
  font-size: 1.6em;
}

.pane {
  height: 500px;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.dot {
  width: 25px;
  height: 25px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #004f71;
}

.slider-pane {
  width: 100%;
  height: 100%;
  background-image: url('../images/beforecatsurgery.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-pane.lens {
  background-image: url('../images/afteradvlens.jpg');
}

.slider-pane.after {
  background-image: url('../images/aftercatsurgery.jpg');
}

.before_after_tablink {
  display: block;
  width: 33.34%;
  padding-top: 21px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.before_after_tablink.w--current {
  width: 33.33%;
  background-color: transparent;
  font-weight: 700;
}

.before_after_tabs_content {
  height: auto;
}

.tab-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10px;
  max-width: 1170px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e1eaf5;
}

.ondot {
  width: 25px;
  height: 25px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #90adb9;
}

.before_after_ajax {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.white_text {
  color: #fff;
}

.inner_docs_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.step-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 175px;
  padding: 48px 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.step-block {
  position: relative;
  width: 32%;
  height: 225px;
  padding: 25px;
  background-color: #90adb9;
}

.white-links {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #fff;
  font-size: 1.3em;
  line-height: 1em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.white-links:hover {
  color: #011e2a;
}

.block-text {
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 1em;
  font-weight: 300;
  text-align: center;
}

.number {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

.number-circle {
  position: absolute;
  left: 0%;
  top: -16%;
  right: 0%;
  bottom: auto;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 18px;
  border-radius: 50%;
  background-color: #012331;
  box-shadow: 1px 9px 16px 3px rgba(0, 0, 0, 0.23);
}

.pillar-content-section {
  display: block;
  padding: 10vh 0px;
  background-color: #eaf1f3;
}

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

.video_embed_wrapper {
  padding: 19px;
  background-color: #90adb9;
}

.text_height {
  height: 280px;
}

.video {
  height: auto;
}

.html-embed {
  margin-bottom: 0px;
}

.video_wrapper {
  padding: 20px;
  background-color: #90adb9;
}

.bold-text {
  color: #13619e;
}

.location_images_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.doc_bio_headline {
  color: #5c9aca;
  font-size: 1.6em;
}

.navbar .bottom_navbar_wrapper ul#menu-top-menu li a{
    margin-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    color: #fff;
    font-size: .9em;
    font-weight: 300;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}

.navbar .bottom_navbar_wrapper ul#menu-top-menu li{
    display: inline-block;
    text-align: left;
    position: relative;
    padding: 0;
    margin: 0;
}

#menu-top-menu{
  list-style: none;
  margin-bottom: 0;
}

.bottom_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    margin-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    color: #fff;
    font-size: .9em;
    font-weight: 300;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.button_icon {
    width: 20px;
    margin-right: 10px;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 2vw;
  }

  blockquote {
    margin-bottom: 37px;
    background-size: 5vw;
    font-size: 2.2vw;
  }

  .navbar {
    padding-top: 0px;
  }

  .logo {
    width: 45vw;
  }

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

  .welcome_section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .wrapper_div {
    width: 85%;
  }

  .wrapper_div.feature.cataract {
    height: 60vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/cataract-bg-img.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/cataract-bg-img.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .wrapper_div.feature.lasik {
    height: 60vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.73)), to(hsla(0, 0%, 100%, 0.73))), url('../images/lasik-bg-img.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.73), hsla(0, 0%, 100%, 0.73)), url('../images/lasik-bg-img.jpg');
    background-position: 0px 0px, 100% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .wrapper_div.feature.cosmetic {
    height: 60vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/cosmetics-bg-img.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/cosmetics-bg-img.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .wrapper_div.feature.dryeye {
    height: 60vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/dry-eye-bg-img.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/dry-eye-bg-img.jpg');
    background-position: 0px 0px, 100% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .wrapper_div.footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrapper_div.testimonials {
    width: 70%;
  }

  .wrapper_div.flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .chapter_header.feat {
    font-size: 0.9em;
    letter-spacing: 5px;
  }

  .light_blue_div {
    margin-top: 12px;
  }

  .navbar_wrapper {
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .bottom_navbar_wrapper {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tagline_wrapper {
    top: 71.1vh;
    width: 75%;
  }

  .main_tagline {
    font-size: 6vw;
  }

  .bottom_btn {
    width: 20%;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 0.8em;
    line-height: 1em;
    letter-spacing: 1px;
  }

  .button_icon {
    width: 18px;
    margin-right: 5px;
  }

  .main_button {
    padding: 13px 24px;
    font-size: 0.8em;
  }

  .feature_text_div.left {
    width: 100%;
    padding-right: 5vw;
  }

  .feature_text_div.right {
    width: 100%;
    padding-left: 5vw;
  }

  .feature_headline {
    font-size: 2.4em;
  }

  .center_btn {
    width: 50%;
    height: 300px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.27);
  }

  .footer_section {
    background-position: -500px 50%, 0px 0px;
    background-size: 160%, auto;
  }

  .contact_form_wrapper {
    width: 100%;
    margin-bottom: 39px;
  }

  .quick_links_wrapper {
    width: 20%;
  }

  .locations_wrapper {
    width: 35%;
  }

  .footer_div {
    width: 100%;
    margin-top: 40px;
    padding-top: 56px;
    padding-left: 0px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.24);
    border-left-style: none;
  }

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

  .menu_btn {
    background-color: #004f71;
    color: #fff;
  }

  .menu_btn:hover {
    background-color: #008fcc;
  }

  .menu_btn.w--open {
    background-color: #01141d;
  }

  .navmenu {
    background-color: #fff;
  }

  .testimonials_text.docs {
    font-size: 1.8vw;
  }

  .doc_slide {
    width: 50%;
  }

  .doc_btn.location {
    font-size: 1em;
  }

  .doc_btn.inner {
    width: 45%;
    margin-bottom: 50px;
  }

  .inner_page_content_section {
    padding-top: 20vh;
  }

  .inner_page_title {
    font-size: 4vw;
  }

  .inner_doc_div {
    width: 32%;
  }

  .doc_name {
    font-size: 1em;
  }

  .inner_hero_section {
    background-position: 25% 25%;
  }

  .inner_main_tagline_div {
    top: 32.9vh;
    width: 55%;
  }

  .inner_main_tagline {
    font-size: 3em;
  }

  .inner_main_button {
    padding: 15px;
  }

  .inner_fullwidth_section {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .inner_half_div {
    width: 100%;
    margin-bottom: 38px;
  }

  .inner_fullwidth_headline {
    font-size: 2em;
  }

  .tabs-content {
    width: 100%;
    height: auto;
  }

  .tabs-menu {
    width: 100%;
    padding-right: 0px;
    text-align: center;
  }

  .symptoms_ajax {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-10 {
    width: auto;
    height: auto;
  }

  .tab-pane-tab-1 {
    height: auto;
  }

  .inner_parallax_section {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }

  .quote_text {
    font-size: 1.3em;
  }

  .inner_docs_wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .step-div {
    margin-top: 10vh;
  }

  .div-block {
    height: 200px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .step-block {
    width: 32%;
    height: auto;
    padding: 15px;
  }

  .white-links {
    font-size: 1em;
    line-height: 1.1em;
  }

  .block-text {
    font-size: 1.1em;
    line-height: 1em;
  }

  .number {
    font-size: 35px;
  }

  .number-circle {
    top: -12%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75px;
    height: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pillar-content-section {
    padding: 10vh 40px;
  }

    .bottom_btn {
        width: 20%;
        margin-left: 0;
        padding-right: 5px;
        padding-left: 5px;
        font-size: .8em;
        line-height: 1em;
        letter-spacing: 1px;
    }

    .button_icon {
        width: 18px;
        margin-right: 5px;
    }
}

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

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.6em;
  }

  h4 {
    font-size: 1.3em;
  }

  h5 {
    font-size: 1.1em;
  }

  p {
    font-size: 2.6vw;
  }

  blockquote {
    font-size: 3vw;
  }

  .navbar {
    position: absolute;
    padding-top: 0px;
  }

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

  .top_phone_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1.2em;
  }

  .toll_free_txt {
    font-size: 0.6em;
    line-height: 1em;
  }

  .hero_section {
    height: 500px;
  }

  .hero_slideshow {
    height: 400px;
    margin-top: 72px;
  }

  .welcome_section {
    padding-top: 60px;
    padding-bottom: 35px;
  }

  .wrapper_div.feature {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrapper_div.testimonials {
    width: 80%;
  }

  .wrapper_div.locations {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .welcome_headline {
    font-size: 3em;
  }

  .chapter_header {
    padding-left: 14px;
  }

  .light_blue_div {
    margin-top: 0px;
  }

  .navbar_wrapper {
    padding-bottom: 5px;
  }

  .bottom_navbar_wrapper {
    position: static;
    height: auto;
    margin-bottom: 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .tagline_wrapper {
    top: 281px;
  }

  .tagline_wrapper._2 {
    top: 157px;
    width: 70%;
  }

  .main_tagline {
    margin-bottom: 15px;
    font-size: 4vw;
  }

  .bottom_btn {
    width: 50%;
    height: 40px;
  }

  .main_tagline2 {
    margin-bottom: 15px;
    font-size: 2.6vw;
  }

  .main_tagline2._2 {
    margin-bottom: 5px;
  }

  .main_button {
    margin-top: 14px;
  }

  .feature_text_div.left {
    width: 100%;
    padding-top: 5vh;
    padding-right: 5vw;
    padding-bottom: 5vh;
  }

  .feature_text_div.right {
    width: 100%;
    padding-top: 5vh;
    padding-bottom: 5vh;
    padding-left: 5vw;
  }

  .center_btn {
    height: 250px;
    font-size: 1.6em;
  }

  .footer_section {
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
  }

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

  .quick_links_wrapper {
    width: 30%;
  }

  .locations_wrapper {
    width: 48%;
  }

  .testimonials_arrow {
    width: 3vw;
  }

  .testimonials_text.docs {
    font-size: 2.8vw;
  }

  .doc_btn {
    font-size: 1em;
  }

  .inner_page_content_section {
    padding-top: 23vh;
    padding-bottom: 5vh;
  }

  .inner_page_title {
    font-size: 5vw;
  }

  .filter_div {
    width: 30%;
  }

  .button {
    padding-right: 20px;
    padding-left: 20px;
  }

  .inner_doc_div {
    width: 48%;
  }

  .location_address_div {
    width: 100%;
    max-width: none;
    min-width: auto;
  }

  .location_text_wrapper {
    width: 100%;
    padding-top: 5vh;
    padding-left: 0vw;
    border-left-style: none;
  }

  .doc_profile_div {
    width: 100%;
    padding-bottom: 3vh;
    border-bottom: 1px solid rgba(0, 79, 113, 0.25);
    border-right-style: none;
  }

  .doc_profile_img {
    width: 50%;
  }

  .doc_bio_div {
    width: 100%;
    margin-top: 50px;
    padding-left: 0vw;
  }

  .inner_hero_section {
    background-position: 45% 25%;
  }

  .inner_main_tagline {
    font-size: 2.2em;
  }

  .inner_main_button {
    font-size: 0.9em;
  }

  .tabs-content {
    width: 100%;
  }

  .tabs-menu {
    width: 100%;
  }

  .symptoms_ajax {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .inner_parallax_section {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .callout_btn {
    margin-right: 11px;
    margin-left: 11px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 1.1em;
  }

  .pane {
    height: 300px;
  }

  .dot {
    width: 15px;
    height: 15px;
    border-width: 2px;
  }

  .before_after_tablink {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0px;
  }

  .ondot {
    width: 15px;
    height: 15px;
    border-width: 2px;
  }

  .step-div {
    margin-top: 31px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block {
    height: 100px;
    padding-top: 28px;
    padding-bottom: 14px;
  }

  .step-block {
    width: 100%;
    margin-bottom: 23px;
  }

  .block-text {
    font-size: 18px;
  }

  .number {
    font-size: 30px;
    line-height: 30px;
  }

  .number-circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    padding: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pillar-content-section {
    padding: 5vh 0px;
  }

  .doc_bio_headline {
    font-size: 1.4em;
  }

    .bottom_btn {
        width: 50%;
        height: 40px;
    }




    .center_btn._4 {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/dryeye-center.jpg');
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/dryeye-center.jpg');
      background-position: 0px 0px, 50% 50%;
      background-size: auto, cover;
      background-repeat: repeat, no-repeat;
    }
    
    .center_btn._4:hover {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 79, 113, 0.8)), to(rgba(0, 79, 113, 0.8))), url('../images/dryeye-center.jpg');
      background-image: linear-gradient(180deg, rgba(0, 79, 113, 0.8), rgba(0, 79, 113, 0.8)), url('../images/dryeye-center.jpg');
      background-position: 0px 0px, 50% 50%;
      background-size: auto, cover;
      color: #fff;
    }
    
    .center_btn._3 {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/lasik-center.jpg');
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/lasik-center.jpg');
      background-position: 0px 0px, 50% 40%;
      background-size: auto, cover;
      background-repeat: repeat, no-repeat;
    }
    
    .center_btn._3:hover {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 79, 113, 0.8)), to(rgba(0, 79, 113, 0.8))), url('../images/lasik-center-mobile.jpg');
      background-image: linear-gradient(180deg, rgba(0, 79, 113, 0.8), rgba(0, 79, 113, 0.8)), url('../images/lasik-center-mobile.jpg');
      background-position: 0px 0px, 50% 40%;
      background-size: auto, cover;
      background-repeat: repeat, no-repeat;
      color: #fff;
    }
    
    .center_btn._6 {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/hearing-center-mobile.jpg');
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/hearing-center-mobile.jpg');
      background-position: 0px 0px, 50% 50%;
      background-size: auto, cover;
      background-repeat: repeat, no-repeat;
    }
    
    .center_btn._6:hover {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 97, 158, 0.8)), to(rgba(19, 97, 158, 0.8))), url('../images/hearing-center-mobile.jpg');
      background-image: linear-gradient(180deg, rgba(19, 97, 158, 0.8), rgba(19, 97, 158, 0.8)), url('../images/hearing-center-mobile.jpg');
      background-position: 0px 0px, 50% 50%;
      background-size: auto, cover;
      background-repeat: repeat, no-repeat;
      color: #fff;
    }
    
    .center_btn._2 {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/eyecare-center-mobile.jpg');
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/eyecare-center-mobile.jpg');
      background-position: 0px 0px, 50% 50%;
      background-size: auto, cover;
      background-repeat: repeat, no-repeat;
    }
    
    .center_btn._2:hover {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 79, 113, 0.8)), to(rgba(0, 79, 113, 0.8))), url('../images/eyecare-center-mobile.jpg');
      background-image: linear-gradient(180deg, rgba(0, 79, 113, 0.8), rgba(0, 79, 113, 0.8)), url('../images/eyecare-center-mobile.jpg');
      background-position: 0px 0px, 50% 50%;
      background-size: auto, cover;
      background-repeat: repeat, no-repeat;
      color: #fff;
    }
    
    .center_btn._5 {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/aesthetic-center-mobile.jpg');
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/aesthetic-center-mobile.jpg');
      background-position: 0px 0px, 50% 50%;
      background-size: auto, cover;
      background-repeat: repeat, no-repeat;
    }
    
    .center_btn._5:hover {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 79, 113, 0.8)), to(rgba(0, 79, 113, 0.8))), url('../images/aesthetic-center-mobile.jpg');
      background-image: linear-gradient(180deg, rgba(0, 79, 113, 0.8), rgba(0, 79, 113, 0.8)), url('../images/aesthetic-center-mobile.jpg');
      background-position: 0px 0px, 50% 50%;
      background-size: auto, cover;
      background-repeat: repeat, no-repeat;
      color: #fff;
    }
    
    .center_btn._1 {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/cataract-center.jpg');
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/cataract-center.jpg');
      background-position: 0px 0px, 50% 0%;
      background-size: auto, cover;
      background-repeat: repeat, no-repeat;
    }
    
    .center_btn._1:hover {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 79, 113, 0.8)), to(rgba(0, 79, 113, 0.8))), url('../images/cataract-center-mobile.jpg');
      background-image: linear-gradient(180deg, rgba(0, 79, 113, 0.8), rgba(0, 79, 113, 0.8)), url('../images/cataract-center-mobile.jpg');
      background-position: 0px 0px, 50% 0%;
      background-size: auto, cover;
      background-repeat: repeat, no-repeat;
      color: #fff;
    }



}

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

  h2 {
    font-size: 1.8em;
  }

  p {
    font-size: 4.5vw;
  }

  blockquote {
    padding-left: 26px;
    font-size: 6vw;
  }

  .logo {
    width: 250px;
  }

  .top_phone_btn {
    display: none;
  }

  .hero_section {
    height: 800px;
    padding-top: 0px;
    background-position: 0px 0px, 80% 50%;
  }

  .hero_slideshow {
    margin-top: 227px;
  }

  .wrapper_div.feature.cataract {
    height: auto;
  }

  .wrapper_div.feature.lasik {
    height: auto;
  }

  .wrapper_div.feature.cosmetic {
    height: auto;
  }

  .wrapper_div.feature.dryeye {
    height: auto;
  }

  .wrapper_div.center.margin {
    margin-bottom: 46px;
  }

  .wrapper_div.testimonials {
    width: 90%;
  }

  .wrapper_div.filter {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .welcome_headline {
    font-size: 2em;
    line-height: 1em;
  }

  .chapter_header {
    margin-bottom: 7px;
    padding-left: 0px;
    font-size: 1em;
  }

  .navbar_wrapper {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .arrow {
    font-size: 4vw;
  }

  .tagline_wrapper {
    top: 270px;
  }

  .tagline_wrapper._2 {
    width: 90%;
  }

  .tagline_wrapper.hero {
    top: 650px;
  }

  .main_tagline {
    font-size: 8vw;
  }

  .bottom_btn {
    width: 100%;
  }

  .main_tagline2 {
    font-size: 4vw;
  }

  .main_tagline2._2 {
    font-size: 4vw;
  }

  .main_button {
    padding: 12px;
  }

  .center_btn {
    width: 100%;
    height: 200px;
  }

  .md_section {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .footer_section {
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
  }

  .footer_headline {
    width: 100%;
  }

  .quick_links_wrapper {
    width: 100%;
  }

  .locations_wrapper {
    width: 100%;
    margin-bottom: 29px;
  }

  .testimonials_arrow {
    width: 4vw;
  }

  .testimonials_wrapper {
    height: auto;
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .testimonials_text.docs {
    font-size: 5vw;
  }

  .doctors_section {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .doc_slide {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .doc_btn.location {
    width: 100%;
    margin-bottom: 17px;
  }

  .doc_btn.inner {
    width: 100%;
    margin-bottom: 29px;
  }

  .inner_page_content_section {
    padding-top: 31vh;
    padding-bottom: 5vh;
  }

  .inner_page_title {
    font-size: 7vw;
  }

  .filter_div {
    width: 100%;
    margin-right: auto;
  }

  .inner_doc_div {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .locations_docs_wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .doc_profile_img {
    width: 100%;
  }

  .inner_hero_section {
    margin-top: 190px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(49%, hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0.66))), url('../images/inner-hero-image.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 49%, hsla(0, 0%, 100%, 0.66)), url('../images/inner-hero-image.jpg');
    background-position: 0px 0px, 60% 25%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .inner_main_tagline_div {
    top: 58.1vh;
    right: 7vw;
    width: auto;
  }

  .inner_fullwidth_headline {
    font-size: 1.7em;
  }

  .symptoms_ajax {
    height: auto;
    margin-top: 20px;
  }

  .text-block-2 {
    text-align: center;
  }

  .quote_text {
    font-size: 1.1em;
  }

  .callout_section {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .callout_btns_wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .callout_btn {
    margin-right: 0px;
    margin-bottom: 24px;
    margin-left: 0px;
    padding: 20px 15px;
  }

  .pillar-content-section {
    padding: 5vh 0px;
  }

  .callout_icon {
    width: 30px;
    margin-bottom: 14px;
  }

  .doc_bio_headline {
    font-size: 1.2em;
  }
  
    .bottom_btn {
        width: 100%;
    }
}

