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

h1, .feature_div h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 4em;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: -3px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #25a7ad;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #53595a;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 700;
}

p {
  margin-bottom: 30px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.24);
}

.logo {
  width: 250px;
  margin-left: 10px;
}

.qr_code {
  width: 100px;
  border-style: solid;
  border-width: 3px;
  border-color: #36c2dd;
}

.navlink {
  padding-right: 15px;
  padding-left: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.hero_section {
  height: 100vh;
}

.hero_slider {
  height: 100vh;
}

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

.slidenav {
  display: none;
}

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

.slide_tagline_wrapper {
  position: relative;
  top: 47.7vh;
  text-align: center;
}

.slide_tagline_wrapper._3 {
  left: auto;
  top: 61.4vh;
  width: auto;
  text-align: center;
}

.slide_tagline_wrapper._4 {
  top: 55.7vh;
}

.slide_tagline_wrapper._2 {
  top: 65.3vh;
}



.main_tagline {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 4vw;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -3px;
}

.main_tagline.margin {
  margin-bottom: 0px;
}

.main_tagline_small {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 1.2em;
  font-weight: 300;
}

.main_tagline_small._2 {
  font-size: 2.4vw;
}

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

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

.slide4 {
  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/slide4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/slide4.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sticky_btns_wrapper {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -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;
  border-top: 1px solid rgba(37, 167, 173, 0.29);
  background-color: #0c2c31;
}

.static_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 50px;
  padding-top: 2px;
  -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;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.static_btn:hover {
  background-color: transparent;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #00686d, transparent);
}

.static_btn.phone {
  color: #95dbdf;
  font-weight: 700;
}

.stick_btn_icon {
  width: 25px;
  margin-right: 5px;
}

.welcome_section {
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 0vw;
}

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

.wrapper_div.welcome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  padding-left: 0vw;
  -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;
  border-left: 2px none #25a7ad;
}

.wrapper_div.testimonials {
  width: 55%;
}

.wrapper_div.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  margin-top: 10vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper_div.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10vh;
  -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;
  text-align: center;
}

.wrapper_div.bottom_navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10vh;
  padding-top: 41px;
  -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-top: 1px solid rgba(149, 220, 223, 0.35);
}

.wrapper_div.links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vh;
  -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;
}

.wrapper_div.footer {
  margin-top: 5vh;
}

.welcome_text_div {
  padding-left: 3vw;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 2px solid #25a7ad;
}

.wlecome_text {
  margin-bottom: 0px;
}

.welcome_img {
  width: 35%;
}

.tab_content {
  z-index: 0;
  width: 100%;
  float: none;
}

.ajax_img {
  position: static;
  top: -101px;
  z-index: 10000;
  margin-top: 0px;
  margin-bottom: 0px;
}

.tab_link {
  width: 20%;
  padding-right: 30px;
  padding-left: 5px;
  background-color: transparent;
  font-family: 'Roboto Condensed', sans-serif;
  color: #72797a;
  font-size: 1.5em;
  font-weight: 700;
}

.tab_link:hover {
  color: #000;
}

.tab_link.w--current {
  border-bottom: 2px solid #25a7ad;
  background-color: transparent;
  color: #25a7ad;
  font-weight: 600;
}

.age_section {
  padding-top: 10vh;
  padding-bottom: 0vh;
  background-color: #ebf0f3;
}

.ajax_tabs {
  z-index: 0;
  width: auto;
}

.ajax_text_div {
  width: 60%;
  margin-top: 40px;
  padding-bottom: 8vh;
  padding-left: 27px;
  float: right;
}

.tabs_menu {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 58%;
  float: right;
  text-align: left;
}

.wrapper_div-2 {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.wrapper_div-2.ajax {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ajax_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tab_wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 50px;
  padding-left: 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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tab_pane {
  position: relative;
  z-index: 10;
  padding: 0px;
  float: none;
  clear: none;
  text-align: left;
}

.ajax_headline {
  width: 58%;
  margin-bottom: 46px;
  padding-right: 11px;
  color: #25a7ad;
  font-size: 2.4em;
  font-weight: 700;
  text-align: left;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.ajax_img_pict {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38%;
  margin-top: -70px;
  margin-bottom: 0px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button {
  padding: 16px;
  background-color: #25a7ad;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: 400;
  text-transform: uppercase;
}

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

.button.feature {
  margin-right: 20px;
}

.feature_service_section {
  height: auto;
}

.cataract_feature_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding: 10vh 55vw 10vh 10vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
  background-image: url('../images/cataract-feature-img.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.feature_btns_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
}

.lasik_feature_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding: 10vh 10vw 10vh 50vw;
  -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: #e6f5fe;
  background-image: url('../images/lasik-feature-img.jpg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.dryeye_feature_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding: 10vh 55vw 10vh 10vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
  background-image: url('../images/dryeye-feature-img.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.testimonials_section {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-image: url('../images/testimonials-bg-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.testimonals_headline {
  color: #fff;
  font-size: 3em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

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

.testimonials_slide_nav {
  height: 30px;
  font-size: 0.6vw;
}

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

.testimonials_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.testimonials_text {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 1vw;
  text-align: center;
}

.stars_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
  -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;
}

.star_icon {
  width: 26px;
  margin-right: 9px;
  margin-left: 9px;
}

.footer_section {
  padding-top: 10vh;
  padding-bottom: 15vh;
  background-color: #022227;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #094a4c, #000);
}

.footer_section:hover {
  background-color: #25a7ad;
}

.locations_div {
  width: 40%;
}

.location_headline {
  color: #83c9cc;
  font-size: 2em;
  font-weight: 300;
}

.address_text {
  color: #fff;
  font-size: 1.1em;
}

.phone_link {
  display: block;
  margin-bottom: 30px;
  color: #70e4e9;
  font-size: 1.4em;
  font-weight: 500;
  text-decoration: none;
}

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

.social_media_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social_media_btn {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}

.social_media_btn:hover {
  opacity: 0.55;
}

.back_to_the-top_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  font-size: 0.9em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.back_to_the-top_btn:hover {
  color: #70e4e9;
}

.arrow_icon {
  width: 20px;
  margin-top: -6px;
  margin-right: 10px;
}

.contact_form_wrapper {
  width: 55%;
}

.text_field {
  height: 40px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(149, 220, 223, 0.78);
  background-color: transparent;
  color: #fff;
}

.text_field:hover {
  background-color: rgba(0, 0, 0, 0.19);
}

.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: 120px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(149, 220, 223, 0.78);
  background-color: transparent;
  color: #fff;
}

.text_area:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.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_btn {
  padding: 15px 20px;
  background-color: #25a7ad;
  text-transform: uppercase;
}

.submit_btn:hover {
  background-color: #fff;
  color: #0c2c31;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.search_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.search_input {
  height: auto;
  margin-bottom: 0px;
  padding-left: 40px;
  border-style: none;
  border-width: 1px;
  border-color: #95dbdf;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url('../images/magnifying-glass.svg');
  background-position: 10px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #fff;
}

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

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

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

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

.search_btn {
  margin-left: 0px;
  padding: 8px 20px;
  background-color: #03252a;
  color: #fff;
  font-size: 0.9em;
  text-transform: uppercase;
}

.search_btn:hover {
  background-color: #25a7ad;
}

.footer_link {
  margin-right: 9px;
  margin-left: 9px;
  color: #95dbdf;
  font-size: 0.9em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer_link:hover {
  color: #fff;
}

.footer_link._2 {
  font-size: 0.8em;
  text-transform: none;
}

.footer_text {
  color: #fff;
  font-size: 0.8em;
  text-align: center;
}

.copyright_link {
  color: #fff;
  text-decoration: none;
}

.copyright_link:hover {
  color: #95dbdf;
}

.dropdown_navlink {
  font-family: 'Roboto Condensed', sans-serif;
  color: #657374;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown_toggle {
  padding-right: 25px;
  padding-left: 15px;
  color: #000;
}

.dropdown_toggle.w--open {
  background-color: #25a7ad;
  color: #fff;
}

.dropdown_icon {
  width: 0.5em;
  margin-right: 12px;
  font-size: 0.8em;
}

.dropdown_list.w--open {
  background-color: #1d7e83;
}

.dropdown_link {
  padding-top: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(149, 220, 223, 0.26);
  color: #fff;
  font-size: 0.9em;
  line-height: 1.4em;
  font-weight: 400;
}

.dropdown_link:hover {
  background-color: rgba(12, 44, 49, 0.51);
}

.hero_btn {
  margin-top: 30px;
  padding: 13px 32px 14px;
  background-color: #25a7ad;
  font-weight: 500;
  text-transform: uppercase;
}

.hero_btn:hover {
  background-color: #0c2c31;
}

.inner_page_section {
  padding-top: 15vh;
  padding-bottom: 5vh;
}

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

.inner_page_header {
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(37, 167, 173, 0.51);
  border-bottom: 1px solid #25a7ad;
  color: #888993;
  font-size: 3em;
  letter-spacing: -2px;
}

.inner_section_headline {
  font-size: 2em;
  font-weight: 700;
}

.video_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;
}

.video_div {
  width: 32%;
}

.columns_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5vh;
  -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;
}

.type_cataract_div {
  width: 32%;
  margin-right: 0px;
  padding: 41px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #25a7ad;
  background-color: #f3fafa;
}

.video_headline {
  margin-top: 0vh;
  font-weight: 400;
}

.text_no_margin {
  margin-bottom: 0px;
}

.inner_img_right {
  width: 30%;
  margin-bottom: 10px;
  margin-left: 60px;
  float: right;
}

.inner_section_headline2 {
  color: #000;
  font-size: 1.6em;
  font-weight: 400;
}

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

.symptoms_checker_wrapper {
  margin-top: 5vh;
  margin-bottom: 10vh;
}

.tab-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 16.6%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(37, 167, 173, 0.43);
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #25a7ad;
  font-size: 1.1em;
  font-weight: 500;
}

.tab-links:hover {
  color: #0e6164;
}

.tab-links.w--current {
  background-color: #25a7ad;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1.1em;
  font-weight: 500;
}

.tabs-content {
  width: auto;
  height: 500px;
}

.tabs-menu {
  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;
}

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

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

.before_after_wrapper {
  margin-top: 10vh;
}

.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: #25a7ad;
}

.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');
}

.tab-link {
  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: 'Roboto Condensed', sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tab-link:hover {
  color: #25a7ad;
}

.tab-link.w--current {
  width: 33.33%;
  background-color: transparent;
  font-weight: 700;
  text-align: center;
}

.tabs-content-2 {
  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: #000;
}

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

.frontpage_reviews,.frontpage_reviews a {
  color: #fff;
  text-decoration: none;
}

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

  .qr_code {
    width: 80px;
  }

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

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

  .main_tagline {
    font-size: 6vw;
  }

  .main_tagline_small {
    font-size: 3vw;
  }

  .static_btn {
    font-size: 0.8em;
    line-height: 1em;
    text-align: left;
  }

  .static_btn.phone {
    font-size: 1em;
  }

  .wrapper_div.testimonials {
    width: 75%;
  }

  .wrapper_div.contact {
    width: 75%;
  }

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

  .tabs_menu {
    width: 100%;
    text-align: left;
  }

  .wrapper_div-2 {
    width: 80%;
  }

  .tab_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ajax_headline {
    width: 100%;
    text-align: left;
  }

  .cataract_feature_wrapper {
    height: auto;
    padding-top: 5vh;
    padding-right: 10vw;
    padding-bottom: 49vh;
    background-position: 100% 100%;
  }

  .lasik_feature_wrapper {
    height: auto;
    padding-top: 57vh;
    padding-bottom: 5vh;
    padding-left: 10vw;
    background-position: 0% 0%;
  }

  .dryeye_feature_wrapper {
    height: auto;
    padding-top: 55vh;
    padding-right: 10vw;
    padding-bottom: 5vh;
    background-position: 100% 0%;
  }

  .testimonials_slide_nav {
    height: 25px;
    font-size: 0.7vw;
  }

  .testimonials_text {
    font-size: 2vw;
  }

  .search_form {
    width: 50%;
  }

  .dropdown_navlink {
    display: block;
  }

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

  .menu_btn {
    background-color: #25a7ad;
    color: #fff;
  }

  .menu_btn:hover {
    background-color: #0c2c31;
  }

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

  .navmenu {
    background-color: #fff;
  }

  .inner_page_section {
    padding-top: 13vh;
  }

  .inner_page_wrapper {
    width: 80%;
  }

  .inner_page_header {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 2.6em;
  }

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

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

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

  .type_cataract_div {
    width: 100%;
    margin-bottom: 20px;
    padding: 23px;
  }

  .video_headline {
    margin-top: 5vh;
  }

  .inner_img_right {
    width: 50%;
    margin-left: 40px;
  }

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

  .tabs-menu {
    width: 100%;
    text-align: center;
  }

  .symptoms_checker {
    width: 100%;
    height: 600px;
    -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;
  }
}

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

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

  .qr_code {
    width: 60px;
  }

  .slide_tagline_wrapper,
  .slide_tagline_wrapper._2,
  .slide_tagline_wrapper._3,
  .slide_tagline_wrapper._4 {
    top: 38vh;
  }

  .main_tagline {
    font-size: 5vw;
  }

  .main_tagline_small {
    font-size: 2.6vw;
  }

  .sticky_btns_wrapper {
    position: static;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top:76px;
  }

  .static_btn {
    width: 100%;
    height: 45px;
    font-size: 0.9em;
  }

  .wrapper_div.welcome {
    width: 85%;
  }

  .wrapper_div.contact {
    width: 85%;
  }

  .wrapper_div.search {
    margin-top: 5vh;
  }

  .wrapper_div.bottom_navbar {
    width: 85%;
    margin-top: 5vh;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrapper_div.links {
    margin-top: 4vh;
  }

  .tab_link {
    width: 32%;
  }

  .ajax_text_div {
    margin-top: 30px;
  }

  .wrapper_div-2 {
    width: 85%;
  }

  .tab_wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .ajax_headline {
    font-size: 2em;
  }

  .ajax_img_pict {
    padding-top: 30px;
  }

  .button.feature {
    margin-right: 0px;
    margin-bottom: 13px;
  }

  .cataract_feature_wrapper {
    padding-bottom: 36vh;
  }

  .feature_btns_wrapper {
    -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;
  }

  .lasik_feature_wrapper {
    padding-top: 45vh;
  }

  .dryeye_feature_wrapper {
    padding-top: 41vh;
  }

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

  .testimonals_headline {
    font-size: 2em;
  }

  .testimonials_slide {
    height: 100%;
  }

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

  .testimonials_div {
    padding-right: 0px;
    padding-left: 0px;
  }

  .testimonials_text {
    font-size: 3vw;
  }

  .footer_section {
    padding-bottom: 10vh;
  }

  .location_headline {
    font-size: 1.6em;
  }

  .hours_text {
    font-size: 0.9em;
  }

  .footer_link {
    margin-right: 5px;
    margin-bottom: 14px;
    margin-left: 5px;
    line-height: 1em;
  }

  .inner_page_section {
    padding-top: 11vh;
  }

  .inner_page_header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .inner_section_headline {
    font-size: 1.8em;
  }

  .inner_img_right {
    width: 100%;
    margin-bottom: 43px;
    margin-left: 0px;
  }

  .tabs-content {
    width: 100%;
  }

  .tabs-menu {
    width: 100%;
  }

  .symptoms_checker {
    -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;
  }

  .pane {
    height: 300px;
  }

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

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

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.8em;
    line-height: 1em;
  }

  .logo {
    width: 170px;
  }

  .arrow {
    width: 6vw;
    font-size: 4vw;
  }
  .slide_tagline_wrapper,
  .slide_tagline_wrapper._2,
  .slide_tagline_wrapper._3,
  .slide_tagline_wrapper._4 {
    top: 25vh;
  }

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

  .main_tagline {
    font-size: 8vw;
    letter-spacing: 0px;
  }

  .main_tagline_small {
    font-size: 6vw;
  }

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

  .wrapper_div.welcome {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wrapper_div.testimonials {
    width: 85%;
  }

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

  .wrapper_div.bottom_navbar {
    padding-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper_div.links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .welcome_text_div {
    width: 100%;
    padding-left: 0vw;
    border-left-style: none;
  }

  .welcome_img {
    width: 80%;
    margin-bottom: 10px;
  }

  .tab_link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.3em;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }

  .tab_link.w--current {
    padding-right: 20px;
  }

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

  .tabs_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .tab_wrapper {
    padding-top: 61px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }

  .ajax_headline {
    font-size: 1.6em;
  }

  .ajax_img_pict {
    width: 80%;
  }

  .button {
    font-size: 1em;
  }

  .button.feature {
    font-size: 1em;
  }

  .cataract_feature_wrapper {
    padding-top: 8vh;
  }

  .lasik_feature_wrapper {
    padding-top: 39vh;
  }

  .dryeye_feature_wrapper {
    padding-top: 40vh;
  }

  .testimonials_slide_nav {
    font-size: 2vw;
  }

  .testimonials_text {
    font-size: 5vw;
  }

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

  .contact_form_wrapper {
    width: 100%;
  }

  .search_form {
    width: 100%;
  }

  .inner_page_header {
    font-size: 2em;
  }

  .inner_section_headline {
    font-size: 1.5em;
  }

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