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

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #009bdb;
  font-size: 4em;
  line-height: 1.2em;
  font-weight: 700;
}

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

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

h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  color: #009bdb;
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 1.2em;
  line-height: 1.1em;
  font-weight: 500;
}

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

a {
  color: #009bdb;
  text-decoration: none;
}

a:hover {
  color: #000;
}

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

li {
  margin-bottom: 20px;
  font-size: 1.1em;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  -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-bottom: 1px none #fff;
  background-color: #fff;
  box-shadow: none;
}

.logo {
  width: 320px;
}

.navmenu {
  display: block;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px none #000;
  background-color: transparent;
  text-align: center;
}

.navlink {
  padding-top: 20px;
  padding-bottom: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

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

.top_button_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.hero_section {
  position: relative;
  overflow: hidden;
  height: 80vh;
  margin-top: 0px;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
}

.phone_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Gothic A1', sans-serif;
  color: #000;
  font-size: 1.3em;
  line-height: 1em;
  font-weight: 900;
  text-decoration: none;
}

.phone_btn:hover {
  color: #000;
}

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

.appointment_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -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.1em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.appointment_btn:hover {
  margin-right: 0px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}

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

.portal_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -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.1em;
  line-height: 1em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.portal_btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.portal_icon {
  width: 25px;
  margin-top: -1px;
  margin-right: 5px;
}

.welcome_section {
  display: block;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.welcome_section.grey {
  background-color: #edf1f3;
}

.wrapper_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.wrapper_div.test_btns {
  width: 85%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper_div.testimonials {
  display: block;
  text-align: center;
}

.wrapper_div.locations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper_div.footer {
  margin-top: 61px;
  padding-top: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 155, 219, 0.45);
}

.wrapper_div.history {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper_div.margin {
  width: 75%;
  margin-bottom: 0vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper_div.lex_horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper_div.logos {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.welcome_headline {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 2.2em;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.centers_section {
  display: block;
  padding-top: 10vh;
  padding-bottom: 0vh;
}

.centers_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section_name_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-perspective: none;
  perspective: none;
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
  -webkit-transform: perspective(608px);
  transform: perspective(608px);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.center_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  height: 250px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #ddd;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.1em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.center_btn:hover {
  color: #fff;
}

.center_btn._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(49%, transparent), to(#000)), url('../images/cleaning-center.jpg');
  background-image: linear-gradient(180deg, transparent 49%, #000), url('../images/cleaning-center.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: -webkit-filter 525ms ease;
  transition: -webkit-filter 525ms ease;
  transition: filter 525ms ease;
  transition: filter 525ms ease, -webkit-filter 525ms ease;
}

.center_btn._1:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#000)), url('../images/cleaning-center.jpg');
  background-image: linear-gradient(180deg, transparent 50%, #000), url('../images/cleaning-center.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.center_btn._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(49%, transparent), to(#000)), url('../images/contacts-center.jpg');
  background-image: linear-gradient(180deg, transparent 49%, #000), url('../images/contacts-center.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: -webkit-filter 500ms ease;
  transition: -webkit-filter 500ms ease;
  transition: filter 500ms ease;
  transition: filter 500ms ease, -webkit-filter 500ms ease;
}

.center_btn._2:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.center_btn._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(52%, transparent), to(#000)), url('../images/optical-center.jpg');
  background-image: linear-gradient(180deg, transparent 52%, #000), url('../images/optical-center.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: -webkit-filter 500ms ease;
  transition: -webkit-filter 500ms ease;
  transition: filter 500ms ease;
  transition: filter 500ms ease, -webkit-filter 500ms ease;
}

.center_btn._3:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.center_btn._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#000)), url('../images/lenses-center.jpg');
  background-image: linear-gradient(180deg, transparent 50%, #000), url('../images/lenses-center.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: -webkit-filter 500ms ease;
  transition: -webkit-filter 500ms ease;
  transition: filter 500ms ease;
  transition: filter 500ms ease, -webkit-filter 500ms ease;
}

.center_btn._4:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.center_btn._5 {
  width: 15%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(49%, transparent), to(#000)), url('../images/news-center.jpg');
  background-image: linear-gradient(180deg, transparent 49%, #000), url('../images/news-center.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: -webkit-filter 500ms ease;
  transition: -webkit-filter 500ms ease;
  transition: filter 500ms ease;
  transition: filter 500ms ease, -webkit-filter 500ms ease;
}

.center_btn._5:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.center_btn._6 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(49%, transparent), to(#000)), url('../images/locations-img.jpg');
  background-image: linear-gradient(180deg, transparent 49%, #000), url('../images/locations-img.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: -webkit-filter 500ms ease;
  transition: -webkit-filter 500ms ease;
  transition: filter 500ms ease;
  transition: filter 500ms ease, -webkit-filter 500ms ease;
}

.center_btn._6:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.center_btn._7 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(49%, transparent), to(#000)), url('../images/macular-center.jpg');
  background-image: linear-gradient(180deg, transparent 49%, #000), url('../images/macular-center.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: -webkit-filter 500ms ease;
  transition: -webkit-filter 500ms ease;
  transition: filter 500ms ease;
  transition: filter 500ms ease, -webkit-filter 500ms ease;
}

.center_btn._7:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.center_btn._8 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(48%, transparent), to(#000)), url('../images/dry-eye-center.jpg');
  background-image: linear-gradient(180deg, transparent 48%, #000), url('../images/dry-eye-center.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: -webkit-filter 500ms ease;
  transition: -webkit-filter 500ms ease;
  transition: filter 500ms ease;
  transition: filter 500ms ease, -webkit-filter 500ms ease;
}

.center_btn._8:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.center_btn._9 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(49%, transparent), to(#000)), url('../images/surgery-center.jpg');
  background-image: linear-gradient(180deg, transparent 49%, #000), url('../images/surgery-center.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: -webkit-filter 500ms ease;
  transition: -webkit-filter 500ms ease;
  transition: filter 500ms ease;
  transition: filter 500ms ease, -webkit-filter 500ms ease;
}

.center_btn._9:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.feature_headline {
  margin-bottom: 5vh;
  font-family: 'Roboto Condensed', sans-serif;
  color: #6bd4ff;
  font-size: 3em;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}

.button {
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 30px;
  background-color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

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

.button.bottom_margin {
  margin-bottom: 10vh;
}

.button.inner_hero {
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  clear: left;
  background-color: #009bdb;
  color: #fff;
  font-size: 1.1em;
  font-weight: 400;
}

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

.video_wrapper {
  width: 32%;
  padding: 0px;
  box-shadow: 0 0 40px 8px rgba(0, 0, 0, 0.11);
}

.video_wrapper.inner {
  width: 45%;
}

.timeline_section {
  display: none;
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: #f8f8f8;
}

.doctors_section {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-color: #fff;
}

.docs_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.doc_button {
  width: 19%;
  height: auto;
  padding-bottom: 10px;
  background-color: transparent;
  font-family: 'Gothic A1', sans-serif;
  color: #fff;
  font-size: 1vw;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.doc_button:hover {
  background-color: transparent;
  color: #7bd8ff;
}

.doc_button.inner_page {
  margin-right: 20px;
  margin-left: 20px;
}

.link_to_bio_text {
  font-size: 0.7em;
  font-weight: 400;
}

.doc_image {
  margin-bottom: 0px;
  background-color: #fff;
}

.testimonials_section {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-color: #fff;
}

.doc_slider_wrapper {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.doc_slider {
  height: auto;
  background-color: #fff;
}

.arrow {
  width: 2vw;
  background-color: #fff;
  color: #000;
  font-size: 0.8em;
}

.arrow:hover {
  color: #009bdb;
}

.arrow.history {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 4vh;
}

.arrow.history_right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 4vh;
}

.arrow.blue {
  background-color: #fff;
}

.slidenav {
  display: none;
}

.doc_btn_label_wrapper {
  position: relative;
  z-index: 10;
  padding: 20px 11px;
  background-color: #000;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
}

.tests_section {
  display: none;
  padding-top: 20vh;
  padding-bottom: 20vh;
  background-color: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.12)), to(hsla(0, 0%, 100%, 0.12))), url('../images/tests-background3.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.12), hsla(0, 0%, 100%, 0.12)), url('../images/tests-background3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.test_btns_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.test_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 200px;
  margin: 0px;
  padding-top: 55px;
  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-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: none;
  border-width: 1px;
  border-color: #009bdb;
  background-color: #009bdb;
  background-image: url('../images/test-icon-white.svg');
  background-position: 50% 35px;
  background-size: 60px;
  background-repeat: no-repeat;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 1.6em;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.test_btn:hover {
  background-color: #fff;
  background-image: url('../images/test-icon-blue.svg');
  color: #009bdb;
}

.test_btn.black {
  border-color: #000;
  background-color: #000;
  background-image: url('../images/test-icon-white.svg');
  color: #fff;
}

.test_btn.black:hover {
  background-color: #fff;
  background-image: url('../images/test-icon-black.svg');
  color: #000;
}

.services_header {
  width: 50px;
}

.test_btn_text_small {
  margin-bottom: 6px;
  font-size: 0.6em;
  line-height: 0.8em;
  font-weight: 400;
  letter-spacing: 5px;
}

.test_btn_text_wrapper {
  width: 100%;
}

.testimonials_slider {
  height: auto;
  margin-bottom: 51px;
  background-color: transparent;
}

.testimonials_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-left: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tetimonials_text {
  font-size: 1.1em;
  text-align: center;
}

.testimonials_name {
  padding-top: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.23);
  color: #009bdb;
  font-weight: 900;
}

.testimonials_headline {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 0px;
  border-bottom: 2px none rgba(0, 0, 0, 0.24);
  color: #009bdb;
  font-size: 1.8em;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.footer_section {
  padding-top: 10vh;
  padding-bottom: 15vh;
  background-color: #072b3a;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #2b3d44, #000);
}

.locations_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -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;
}

.locations_icon {
  width: 30px;
  margin-right: 0px;
  margin-bottom: 14px;
  opacity: 0.7;
}

.locations_ajax_wrapper {
  width: 90%;
}

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

.tabs_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabs_pane {
  width: auto;
  padding-right: 35px;
  padding-left: 35px;
  border-left: 1px solid rgba(0, 155, 219, 0.46);
}

.tab_link {
  padding: 0px 25px 35px;
  background-color: transparent;
  font-family: 'Roboto Condensed', sans-serif;
  color: #6bd4ff;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.tab_link:hover {
  color: #fff;
}

.tab_link.w--current {
  background-color: transparent;
  color: rgba(0, 155, 219, 0.42);
}

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

.address_div {
  width: 40%;
}

.tabscontent {
  width: 75%;
}

.locations_headline2 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
}

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

.bottom_phone_number {
  display: block;
  margin-bottom: 5px;
  color: #24b9f7;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
}

.bottom_phone_number:hover {
  color: #fff;
}

.hours_text {
  margin-top: 23px;
  color: #fff;
  font-size: 0.9em;
}

.map_div {
  width: 55%;
  height: auto;
}

.footer_div {
  width: 50%;
}

.footer_text {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 0.9em;
}

.soc_media_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.social_media_btn {
  margin-left: 15px;
}

.social_media_btn:hover {
  opacity: 0.7;
}

.facebook_icon {
  width: 30px;
}

.history_headline_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.history_headline {
  width: 50px;
}

.hero_video {
  top: -40px;
  height: 100vh;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
}

.black_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  background-color: rgba(29, 4, 12, 0.44);
}

.main_tagline {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 41%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -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: 5em;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

.main_tagline_2 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 2.6em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.main_tagline_div {
  position: absolute;
  left: 0%;
  top: 45vh;
  right: auto;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 0vw;
  -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;
}

.history_main_div {
  display: block;
  overflow: hidden;
  width: 90%;
  height: auto;
  padding-top: 0px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.history_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 3500px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.year_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12.5%;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.35;
  cursor: pointer;
}

.year_wrapper._2 {
  width: 25%;
}

.history_text_div {
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 11px;
  border-top: 1px none #009bdb;
  border-bottom: 1px none #009bdb;
}

.year_text {
  margin-bottom: 20px;
  line-height: 1.4em;
}

.line_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 23px;
  margin-bottom: 23px;
  -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;
}

.dot {
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #009bdb;
  border-radius: 20px;
  background-color: #fff;
}

.line_div {
  width: 45%;
  height: 2px;
  background-color: #009bdb;
}

.line_div._1 {
  width: 50%;
}

.year {
  width: 40px;
}

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

.history_slide_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.history_slide_div.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navlink_dropdown {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 1em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.dropdown_toggle {
  margin-top: -2px;
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 18px;
  color: #000;
  font-size: 1em;
  font-weight: 400;
}

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

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

.dropdown_link {
  padding-top: 14px;
  padding-bottom: 12px;
  color: #fff;
  font-weight: 400;
}

.dropdown_link:hover {
  color: #13baff;
}

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

.history_timeline_mobile_wrapper {
  display: none;
  -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;
}

.docs_mobile_wrapper {
  display: none;
  -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;
}

.video_testimonials_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-bottom: 0vh;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.side_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: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #009bdb;
}

.financing_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.financing_btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}

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

.parallax_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/parallax-img.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/parallax-img.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.symptoms_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110vh;
  padding: 0vh 40vw 0vh 10vw;
  -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;
  background-color: #f6fafb;
  background-image: url('../images/symptoms-img.jpg');
  background-position: 120% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.tabs_menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding-top: 25px;
  -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;
}

.symptoms_ajax {
  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;
  border-top: 2px none #000;
  background-color: transparent;
  box-shadow: none;
}

.tab_link-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.39);
  background-color: transparent;
  text-transform: uppercase;
}

.tab_link-2:hover {
  color: #009bdb;
}

.tab_link-2.w--current {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  background-color: transparent;
  color: rgba(2, 18, 36, 0.47);
}

.tab_link-2._1 {
  background-color: rgba(139, 170, 184, 0.8);
  color: #fff;
  font-size: 1.2em;
  font-weight: 800;
}

.tab_link-2._1.w--current {
  border: 1px none #000;
  background-color: #009bdb;
  color: #fff;
}

.tabs_content {
  width: 70%;
  background-color: transparent;
}

.tab_pane {
  padding: 39px 5vw;
}

.callouts_section {
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-color: #1f556b;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, #303f46, #000405);
}

.callout_headline {
  margin-bottom: 0px;
  color: #fff;
  font-size: 4em;
  font-weight: 700;
  text-transform: uppercase;
}

.callout_headline.small {
  margin-bottom: 30px;
  font-size: 2.6em;
  font-weight: 300;
  text-transform: uppercase;
}

.callouts_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.callouts_text {
  margin-bottom: 18px;
  color: #fff;
  font-size: 1.6em;
}

.callout_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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.callout_icon {
  width: 120px;
}

.callout_yexy {
  margin-bottom: 15px;
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cataract_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 0vh 10vw 0vh 55vw;
  -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;
  background-image: url('../images/cataract-img.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half_div {
  width: 65%;
}

.half_div._2 {
  width: 30%;
}

.ct_headline {
  margin-bottom: 0px;
  color: #fff;
  font-size: 4.6em;
  line-height: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: none;
}

.ct_headline2 {
  color: #fff;
  font-size: 2.4em;
}

.white_list {
  margin-bottom: 0px;
  padding-left: 20px;
  color: #fff;
  font-size: 1.3em;
  font-weight: 400;
}

.doctors_headline {
  margin-bottom: 35px;
  color: #000;
  font-size: 1.8em;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.cataract_wrapper {
  width: 100%;
}

.white_text {
  color: #fff;
}

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

.main_button {
  padding: 2vh 3vw;
  background-color: #009bdb;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1vw;
  font-weight: 700;
  text-transform: uppercase;
}

.main_button:hover {
  background-color: #000;
  color: #fff;
}

.logos_section {
  padding-top: 5vh;
  padding-bottom: 5vh;
  background-color: #edf1f3;
}

.awards_logo {
  width: 80px;
}

.awards_logo._2 {
  width: 140px;
}

.testimonials_img {
  width: 150px;
  margin-bottom: 25px;
}

.list_link {
  color: #fff;
  font-size: 1.3em;
}

.list_link:hover {
  color: #009bdb;
}

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

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

.inner_page_wrapper.flex_vol2 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inner_subheadline {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 2em;
}

.inner_subheadline.docs {
  margin-bottom: 44px;
  border-bottom-style: none;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.inner_subheadline2 {
  color: #12678a;
  font-size: 1.6em;
  font-weight: 700;
}

.inner_page_doctors_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.inner_hero_section {
  height: 75vh;
  padding-top: 25vh;
  padding-left: 10vw;
  background-image: radial-gradient(circle farthest-corner at 60% 50%, transparent, #000), url('../images/cataract-inner-hero-img.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inner_hero_text_wrapper {
  width: 30%;
}

.inner_hero_headline {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 3.4em;
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
}

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

.inner_financing_section {
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 10vw;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(21%, hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0.64))), url('../images/financing-img.jpg');
  background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 21%, hsla(0, 0%, 100%, 0.64)), url('../images/financing-img.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.financing_wrapper {
  width: 45%;
}

.iols_section {
  padding-top: 5vh;
  padding-bottom: 10vh;
}

.pane {
  height: 500px;
}

.tabs-menu {
  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-2 {
  width: 25px;
  height: 25px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #000;
}

.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, sans-serif;
  color: #686868;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tab-link.w--current {
  width: 33.33%;
  background-color: transparent;
  color: #000;
  font-weight: 700;
}

.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: #009bdb;
}

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

.iols_text_wrapper {
  width: 30%;
}

.iols_tabs_wrapper {
  width: 65%;
}

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

.inner_section.grey {
  background-color: #f1f1f1;
}

.inner_section.intro {
  padding-top: 5vh;
  padding-bottom: 0vh;
  background-color: #f1f1f1;
}

.inner_text_wrapper {
  width: 45%;
}

.inner_text_wrapper._2 {
  width: 25%;
  padding-top: 5vh;
}

.inner_text_wrapper._3 {
  width: 50%;
  padding-top: 5vh;
}

.cataract_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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cataract_symptoms_ajax {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cataract_tab_pane {
  height: 480px;
}

.cataract_tablink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 16%;
  padding: 0px 15px 0px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e6eff3;
  color: #000;
  font-size: 0.8vw;
  font-weight: 500;
  text-transform: uppercase;
}

.cataract_tablink:hover {
  background-color: #000;
  color: #fff;
}

.cataract_tablink.w--current {
  background-color: #009bdb;
  color: #fff;
}

.cataract_symptoms_img {
  width: 100%;
  height: 500px;
}

.cataract_img_div {
  width: 20%;
}

.optical_headline {
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
}

.homepage-headline {
  font-weight: 400;
  text-transform: uppercase;
}

.brands_section {
  padding-top: 0vh;
  padding-bottom: 10vh;
}

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

.optical_general_wrapper.lenses {
  width: 55%;
  margin-bottom: 10vh;
  text-align: center;
}

.optical_general_wrapper.lenses_ajax {
  width: 65%;
  margin-bottom: 10vh;
  padding: 46px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.27);
  background-color: rgba(0, 0, 0, 0.52);
  box-shadow: 0 0 40px 20px rgba(0, 0, 0, 0.14);
}

.inner_optical_headline {
  color: #000;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
}

.inner_optical_headline.white {
  color: #fff;
}

.sunglasses_section {
  padding: 20vh 10vw 20vh 50vw;
  background-image: linear-gradient(99deg, transparent 10%, rgba(2, 35, 49, 0.93)), url('../images/sunglasses-bg-img.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.kids_section {
  padding: 20vh 50vw 20vh 10vw;
  background-image: url('../images/pediatrics-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.inner_optical_section.contacts {
  background-image: url('../images/lenses-bg-img.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flex_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.img_div {
  width: 45%;
}

.text_div {
  width: 45%;
}

.optical_list_item {
  margin-bottom: 10px;
  font-size: 1em;
}

.lenses_section {
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/lenses-background.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/lenses-background.png');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

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

.lenses_headline {
  color: #47c7fc;
  font-size: 4em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.lenses_headine2 {
  color: #edf1f3;
  text-align: center;
}

.lenses_headine2.blue {
  color: #50ccff;
}

.lenses_headline_white {
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.hd_lenses_ajax {
  margin-top: 5vh;
}

.lenses_tabs_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.tablink {
  margin-right: 5px;
  margin-left: 5px;
  padding: 21px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  opacity: 0.5;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.tablink:hover {
  opacity: 0.73;
  color: #fff;
}

.tablink.w--current {
  background-color: transparent;
  opacity: 1;
}

.tabpane_lenses {
  padding-top: 5vh;
}

.ajax_lenses_headline {
  font-family: 'Roboto Condensed', sans-serif;
  color: #34c4ff;
}

.lenses_img_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lenses_img3 {
  width: 50%;
}

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

.background_video {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31));
}

html.w-mod-js *[data-ix="history-text-hide"] {
  display: block;
  opacity: 0.31;
}

@media screen and (max-width: 991px) {

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

  .logo {
    position: static;
    display: block;
    width: 300px;
    float: none;
  }

  .top_button_wrapper {
    display: block;
  }

  .hero_section {
    height: 40vh;
    margin-top: 90px;
  }

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

  .wrapper_div {
    width: 85%;
  }

  .wrapper_div.history {
    display: none;
  }

  .welcome_headline {
    font-size: 2em;
  }

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

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

  .section_name_div {
    width: 19%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .center_btn {
    width: 32%;
    margin-bottom: 9px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1.2em;
  }

  .center_btn._5 {
    width: 32%;
  }

  .video_wrapper {
    width: 100%;
    margin-bottom: 29px;
    padding: 0px;
  }

  .video_wrapper.inner {
    width: 100%;
    margin-bottom: 63px;
  }

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

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

  .doc_button {
    width: 45%;
    font-size: 1.5vw;
  }

  .doc_button.inner_page {
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

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

  .doc_slider_wrapper {
    display: none;
    width: 95%;
  }

  .arrow.history {
    width: 4vw;
  }

  .arrow.history_right {
    width: 4vw;
  }

  .doc_btn_label_wrapper {
    padding: 13px 6px;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.2);
    font-size: 1.8vw;
  }

  .tests_section {
    padding-top: 25vh;
    padding-bottom: 15vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/tests-background3.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/tests-background3.jpg');
    background-position: 0px 0px, 10% 50%;
    background-size: auto, cover;
  }

  .test_btns_wrapper {
    width: 100%;
  }

  .tabs_pane {
    padding-right: 0px;
    padding-left: 21px;
  }

  .tab_link {
    padding-right: 14px;
    padding-left: 0px;
  }

  .tab_link.w--current {
    padding-left: 0px;
  }

  .history_headline_div {
    width: 10%;
  }

  .hero_video {
    top: -56px;
    height: 500px;
  }

  .black_overlay {
    background-color: rgba(29, 4, 12, 0.52);
  }

  .main_tagline {
    margin-bottom: 0px;
    font-size: 3em;
  }

  .main_tagline_div {
    left: 0%;
    top: 31%;
    right: 0%;
    bottom: auto;
    width: 55%;
    padding-left: 5vw;
  }

  .year_wrapper {
    width: 24%;
    margin-bottom: 38px;
  }

  .year_wrapper._2 {
    width: 50%;
  }

  .year_wrapper._3 {
    width: 45%;
  }

  .menu_btn {
    color: #000;
  }

  .menu_btn:hover {
    background-color: #009bdb;
    color: #fff;
  }

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

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

  .docs_mobile_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }

  .video_testimonials_wrapper {
    width: 85%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .financing_btn {
    font-size: 1em;
  }

  .symptoms_section {
    height: auto;
    padding: 5vh 5vw 55vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position: 50% 100%;
  }

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

  .callout_headline {
    font-size: 3em;
  }

  .callout_headline.small {
    font-size: 2em;
    text-align: center;
  }

  .callouts_wrapper {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .callout_div {
    width: 32%;
    margin-bottom: 39px;
  }

  .callout_icon {
    width: 100px;
  }

  .callout_yexy {
    font-size: 1em;
  }

  .cataract_section {
    height: auto;
    padding: 10vh 5vw 51vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #000;
    background-position: 50% 100%;
    background-size: contain;
  }

  .ct_headline {
    font-size: 3.2em;
  }

  .ct_headline2 {
    font-size: 1.8em;
  }

  .white_list {
    font-size: 1.2em;
  }

  .main_button {
    font-size: 2.2vw;
  }

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

  .inner_page_wrapper.flex_vol2 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

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

  .inner_hero_section {
    padding-top: 40vh;
    padding-left: 6vw;
    background-position: 0px 0px, 50% 0%;
  }

  .inner_hero_text_wrapper {
    width: 70%;
  }

  .inner_hero_headline {
    font-size: 2.4em;
  }

  .inner_financing_section {
    background-image: -webkit-gradient(linear, right top, left top, color-stop(4%, hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0.72))), url('../images/financing-img.jpg');
    background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 4%, hsla(0, 0%, 100%, 0.72)), url('../images/financing-img.jpg');
    background-position: 0px 0px, 70% 30%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .iols_text_wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .iols_tabs_wrapper {
    width: 100%;
  }

  .inner_section {
    padding-bottom: 5vh;
  }

  .inner_section.intro {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .inner_text_wrapper {
    width: 100%;
  }

  .inner_text_wrapper._2 {
    width: 35%;
    padding-top: 0vh;
  }

  .inner_text_wrapper._3 {
    width: 60%;
    padding-top: 0vh;
  }

  .cataract_symptoms_ajax {
    height: 350px;
  }

  .cataract_tab_pane {
    height: auto;
  }

  .cataract_tablink {
    font-size: 1.5vw;
    line-height: 1em;
  }

  .cataract_symptoms_img {
    height: 350px;
  }

  .cataract_img_div {
    display: none;
  }

  .optical_headline {
    margin-bottom: 15px;
    font-size: 3em;
    line-height: 1em;
  }

  .optical_general_wrapper.lenses {
    width: 85%;
  }

  .optical_general_wrapper.lenses_ajax {
    width: 85%;
  }

  .sunglasses_section {
    background-position: 0px 0px, 30% 50%;
  }

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

  .inner_optical_section.contacts {
    background-position: 40% 50%;
  }

  .inner_optical_section._2 {
    padding-top: 0vh;
  }

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

  .img_div {
    width: 100%;
  }

  .text_div {
    width: 100%;
    margin-top: 5vh;
  }

  .text_div.contacts {
    width: 60%;
  }

  .brands_wrapper {
    margin-bottom: 5vh;
    padding: 0px 59px 59px;
  }

  .lenses_tabs_menu {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@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;
  }

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

  .hero_section {
    height: 400px;
    margin-top: 50px;
  }

  .phone_btn {
    font-size: 1.1em;
  }

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

  .appointment_btn {
    width: 100%;
    height: 40px;
    padding-right: 26px;
    padding-left: 26px;
    font-size: 1em;
  }

  .appointment_btn:hover {
    padding-right: 26px;
    padding-left: 26px;
  }

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

  .portal_btn {
    width: 100%;
    height: 40px;
    padding-right: 26px;
    padding-left: 26px;
  }

  .portal_icon {
    width: 20px;
    margin-top: 0px;
    margin-right: 10px;
  }

  .welcome_section {
    padding-top: 5vh;
  }

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

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

  .welcome_headline {
    font-size: 1.8em;
  }

  .center_btn {
    width: 48%;
  }

  .center_btn._5 {
    width: 48%;
  }

  .feature_headline {
    font-size: 2em;
  }

  .button.inner_hero {
    margin-bottom: 5px;
    padding: 12px 20px;
    font-size: 0.9em;
  }

  .video_wrapper {
    width: 100%;
    margin-bottom: 27px;
  }

  .doc_button {
    width: 45%;
    font-size: 1vw;
  }

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

  .doc_slider_wrapper {
    display: none;
  }

  .doc_btn_label_wrapper {
    font-size: 2.4vw;
    line-height: 1.1em;
  }

  .test_btn {
    font-size: 1.4em;
  }

  .services_header {
    width: 98px;
  }

  .tetimonials_text {
    font-size: 1em;
  }

  .testimonials_headline {
    letter-spacing: 5px;
  }

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

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

  .tabs_menu {
    width: 35%;
  }

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

  .address_div {
    width: 100%;
  }

  .tabscontent {
    width: 65%;
  }

  .map_div {
    width: 100%;
    margin-top: 25px;
  }

  .footer_div {
    width: 70%;
  }

  .history_headline {
    width: 40px;
  }

  .hero_video {
    top: -55px;
  }

  .main_tagline {
    margin-bottom: 6px;
    font-size: 2.2em;
  }

  .main_tagline_2 {
    font-size: 1.4em;
  }

  .main_tagline_div {
    top: 286px;
  }

  .year_wrapper {
    width: 25%;
  }

  .year {
    width: 30px;
  }

  .docs_mobile_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

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

  .side_btns_wrapper {
    position: static;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .financing_btn {
    width: 100%;
    height: 40px;
    padding-right: 26px;
    padding-left: 26px;
  }

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

  .symptoms_section {
    padding-bottom: 45vh;
  }

  .tab_link-2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 0.9em;
  }

  .callout_div {
    width: 45%;
  }

  .cataract_section {
    padding-bottom: 36vh;
  }

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

  .half_div._2 {
    width: 100%;
  }

  .ct_headline {
    font-size: 2.6em;
  }

  .ct_headline2 {
    font-size: 1.5em;
  }

  .white_list {
    font-size: 1.1em;
  }

  .doctors_headline {
    letter-spacing: 5px;
  }

  .main_button {
    font-size: 3vw;
  }

  .inner_page_wrapper {
    width: 85%;
  }

  .inner_page_wrapper.flex_vol2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .inner_hero_section {
    height: 420px;
    padding-top: 285px;
  }

  .inner_hero_text_wrapper {
    width: 55%;
  }

  .inner_hero_headline {
    margin-bottom: 15px;
    font-size: 1.6em;
  }

  .inner_financing_section {
    padding-top: 7vh;
    padding-right: 10vw;
    padding-bottom: 29vh;
    background-color: #f1f1f1;
    background-image: url('../images/financing-img.jpg');
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .financing_wrapper {
    width: auto;
  }

  .pane {
    height: 300px;
  }

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

  .inner_section {
    padding-top: 7vh;
  }

  .inner_section.intro {
    padding-top: 11vh;
    padding-bottom: 5vh;
  }

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

  .inner_text_wrapper._3 {
    width: 100%;
  }

  .cataract_symptoms_ajax {
    height: 300px;
  }

  .cataract_tab_pane {
    height: auto;
  }

  .cataract_tablink {
    font-size: 1.7vw;
  }

  .cataract_symptoms_img {
    height: 300px;
  }

  .optical_headline {
    font-size: 2em;
  }

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

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

  .inner_optical_section.contacts {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.69)), to(hsla(0, 0%, 100%, 0.69))), url('../images/lenses-bg-img.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.69), hsla(0, 0%, 100%, 0.69)), url('../images/lenses-bg-img.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .inner_optical_section._2 {
    padding-top: 0vh;
  }

  .text_div.contacts {
    width: 100%;
  }

  .lenses_section {
    padding-bottom: 5vh;
  }

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

  .tablink {
    margin: 4px 0px;
  }
}

@media screen and (max-width: 479px) {

    
    .mbl-video{
        width: 100% !important;
    }
  h1 {
    font-size: 2.6em;
  }

  h2 {
    font-size: 1.8em;
  }

  .logo {
    width: 230px;
  }

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

  .phone_btn {
    display: none;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .appointment_btn {
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .appointment_icon {
    width: 25px;
  }

  .portal_btn {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.1em;
  }

  .wrapper_div {
    width: 90%;
  }

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

  .welcome_headline {
    font-size: 1.5em;
  }

  .centers_section {
    padding-bottom: 2vh;
  }

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

  .center_btn._5 {
    width: 100%;
    background-position: 0px 0px, 50% 0%;
  }

  .feature_headline {
    font-size: 2em;
  }

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

  .video_wrapper {
    padding: 0px;
  }

  .doc_button {
    width: 100%;
  }

  .arrow {
    width: 4vw;
  }

  .doc_btn_label_wrapper {
    font-size: 4vw;
  }

  .tests_section {
    padding-top: 40vh;
    padding-bottom: 5vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/tests-background3.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/tests-background3.jpg');
    background-position: 0px 0px, 20% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

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

  .test_btn {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .test_btn.black {
    width: 100%;
  }

  .testimonials_name {
    text-align: center;
  }

  .testimonials_headline {
    font-size: 1.6em;
  }

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

  .tabs_menu {
    width: 100%;
  }

  .tabs_pane {
    padding-top: 28px;
    padding-left: 0px;
    border-top: 1px solid rgba(0, 155, 219, 0.66);
    border-left-style: none;
  }

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

  .footer_div {
    width: 100%;
  }

  .soc_media_wrapper {
    margin-top: 26px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .social_media_btn {
    margin-right: 15px;
    margin-left: 0px;
  }

  .history_headline_div {
    margin-bottom: 34px;
  }

  .hero_video {
    top: -39px;
  }

  .main_tagline {
    margin-bottom: 0px;
    font-size: 1.8em;
  }

  .main_tagline_2 {
    font-size: 1.2em;
  }

  .main_tagline_div {
    top: 372px;
    width: 90%;
    text-align: center;
  }

  .year_wrapper {
    width: 100%;
  }

  .year_wrapper._2 {
    width: 100%;
  }

  .year_wrapper._3 {
    width: 100%;
  }

  .parallax_section {
    height: 80vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('../images/parallax-img.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('../images/parallax-img.jpg');
    background-position: 0px 0px, 65% 50%;
  }

  .symptoms_section {
    padding-bottom: 25vh;
  }

  .tabs_menu-2 {
    width: 100%;
    padding-top: 0px;
  }

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

  .tabs_content {
    width: 100%;
  }

  .callout_headline {
    font-size: 2.6em;
  }

  .callout_headline.small {
    font-size: 1.6em;
  }

  .callouts_text {
    text-align: center;
  }

  .callout_div {
    width: 100%;
  }

  .cataract_section {
    padding-top: 7vh;
    padding-bottom: 20vh;
  }

  .ct_headline {
    font-size: 2.2em;
  }

  .ct_headline2 {
    font-size: 1.3em;
  }

  .doctors_headline {
    font-size: 1.6em;
    text-align: center;
  }

  .main_button {
    padding-top: 1vh;
    padding-bottom: 1vh;
    font-size: 4.5vw;
  }

  .inner_subheadline {
    font-size: 1.8em;
  }

  .inner_subheadline.docs {
    margin-bottom: 30px;
  }

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

  .inner_hero_section {
    background-position: 0px 0px, 70% 50%;
  }

  .inner_hero_text_wrapper {
    width: 95%;
  }

  .inner_doc_section {
    padding-top: 7vh;
    padding-bottom: 5vh;
  }

  .inner_financing_section {
    padding-bottom: 13vh;
  }

  .inner_section.intro {
    padding-top: 13vh;
  }

  .cataract_tabs_menu {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cataract_symptoms_ajax {
    position: relative;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cataract_tabs_content {
    position: relative;
  }

  .cataract_tab_pane {
    height: auto;
  }

  .cataract_tablink {
    height: 40px;
    font-size: 3.6vw;
  }

  .cataract_symptoms_img {
    display: block;
    height: auto;
  }

  .optical_headline {
    text-align: left;
  }

  .optical_general_wrapper.lenses_ajax {
    padding: 25px;
  }

  .sunglasses_section {
    padding-top: 24vh;
    padding-left: 10vw;
    background-color: #1f556b;
    background-position: 0px 0px, 50% 0%;
    background-size: auto, contain;
  }

  .kids_section {
    padding-top: 5vh;
    padding-right: 10vw;
    padding-bottom: 22vh;
    background-color: #ddd;
    background-position: 50% 100%;
    background-size: contain;
  }

  .inner_optical_section.contacts {
    padding-top: 0vh;
  }

  .lenses_section {
    padding-bottom: 5vh;
  }

  .tablink {
    font-size: 1em;
  }

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

  .lenses_img3 {
    width: 100%;
  }

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