.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 1.2em;
  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: 90vh;
  margin-top: 60px;
  background-color: transparent;
}

.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: none;
  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 {
  margin-bottom: 0vh;
}

.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: 0px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 2.2em;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

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

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

.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: 10%;
  height: 300px;
  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: Oswald, sans-serif;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.1em;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.center_btn._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(49%, transparent), to(#000)), url('../images/cataract-center.jpg');
  background-image: linear-gradient(180deg, transparent 49%, #000), url('../images/cataract-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/cataract-center.jpg');
  background-image: linear-gradient(180deg, transparent 50%, #000), url('../images/cataract-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/lasik-center.jpg');
  background-image: linear-gradient(180deg, transparent 49%, #000), url('../images/lasik-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/plastic-surgery-center.jpg');
  background-image: linear-gradient(180deg, transparent 52%, #000), url('../images/plastic-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._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/glaucoma-center.jpg');
  background-image: linear-gradient(180deg, transparent 50%, #000), url('../images/glaucoma-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 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(49%, transparent), to(#000)), url('../images/optical-center.jpg');
  background-image: linear-gradient(180deg, transparent 49%, #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._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/diabetic-center.jpg');
  background-image: linear-gradient(180deg, transparent 49%, #000), url('../images/diabetic-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._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;
}

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

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

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

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

.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 5px;
  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: auto;
  right: 0%;
  bottom: 30.1vh;
  z-index: 100;
  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-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: 5000;
  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: auto;
  padding: 20px 40vw 20px 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-image: url('../images/symptoms-img-new.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;
}

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

.main_button:hover {
  background-color: #009bdb;
  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_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_section.patient-experience-v2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.44)), to(rgba(0, 0, 0, 0.44)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44));
  background-position: 0px 0px;
}

.inner_hero_text_wrapper {
  width: 30%;
}

.inner_hero_text_wrapper.patient-experience-v2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 75vh;
  padding-right: 50px;
  padding-left: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#072b3a), to(#072b3a));
  background-image: linear-gradient(180deg, #072b3a, #072b3a);
}

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

.inner_hero_headline.no-marg {
  margin-bottom: 0px;
  line-height: 1.2em;
}

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

.inner_section.patient-exprience {
  height: 90vh;
}

.patient-experience-v2-bg-photo {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 60%;
  height: 75vh;
  background-image: url('../images/FrontRendering1.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.inner-page-section {
  margin-top: 10px;
  padding: 100px 0px 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Background-lines-white.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Background-lines-white.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.doc-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1600px;
  min-height: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 100px;
  background-color: transparent;
}

.doc-image {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40%;
  min-height: 0px;
  margin-right: 25px;
  -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;
  -o-object-fit: fill;
  object-fit: fill;
}

.doc-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: 30px;
  margin-bottom: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.doc-name {
  margin-bottom: 15px;
  color: #009bdb;
  font-size: 2.5em;
}

.quote {
  position: relative;
  display: none;
  min-height: 400px;
  margin-top: 0px;
  margin-bottom: 100px;
  padding: 50px 100px;
  -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-left: 14px none #009bdb;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#edf1f3), to(#edf1f3));
  background-image: linear-gradient(180deg, #edf1f3, #edf1f3);
  color: #fff;
  font-size: 1.2em;
}

.award-holder {
  display: none;
  width: 100%;
  min-height: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testimonial-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  min-height: 0px;
  margin: 100px 0px 0px;
  padding: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e6eff3;
}

.testimonial-header {
  margin-bottom: 30px;
  border-bottom: 0.5px none #000;
  font-size: 1.8em;
  line-height: 2em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 10px;
}

.slider {
  width: 50%;
  height: 600px;
  background-color: #fff;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  background-color: #009bdb;
}

.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px 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;
  background-color: #fff;
}

.paragraph {
  text-align: center;
}

.paragraph.centered {
  margin-bottom: 10px;
}

.accordian-wrapper {
  display: none;
  margin-top: 100px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dropdown-2 {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}

.accordion-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.accordion-dropdown:hover {
  background-color: #009bdb;
}

.text-block-2 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 1.5em;
}

.accordion-symbol {
  color: #fff;
}

.dropdown-list {
  position: static;
  display: block;
  overflow: hidden;
  padding: 20px;
  background-color: #fff;
}

.paragraph-2 {
  margin-bottom: 20px;
}

.award {
  height: 150px;
}

.doc-title {
  margin-bottom: 15px;
  font-size: 1.5em;
}

.testimonial-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 0px;
  box-shadow: 3px 2px 7px 0 rgba(0, 0, 0, 0.15);
}

.testimonial-image {
  width: 50%;
  min-height: 20px;
  background-image: url('../images/Happy-Middle-Aged-Lady-Smiling.jpg');
  background-position: 45% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-image.mobile-only {
  display: none;
}

.paragraph-3 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  min-height: 0px;
  margin-bottom: 0px;
  padding: 30px 100px;
  -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: 2px;
  border-color: #009bdb;
  background-color: transparent;
  font-family: 'Roboto Condensed', sans-serif;
  color: #009bdb;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
}

.image-2 {
  width: 150px;
  margin-bottom: 20px;
}

.design-element {
  position: absolute;
  left: 3%;
  top: -6%;
  right: auto;
  bottom: auto;
  width: 200px;
  height: 200px;
}

.square-element {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 300px;
  height: 200px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-3 {
  -webkit-transform: translate(129px, -43px) scale(1.4);
  -ms-transform: translate(129px, -43px) scale(1.4);
  transform: translate(129px, -43px) scale(1.4);
}

.body {
  overflow: visible;
}

.square-element-2 {
  position: absolute;
  left: 0%;
  top: 11%;
  right: auto;
  bottom: auto;
  display: none;
  width: 200px;
  height: 200px;
}

.image-4 {
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
}

.design-element-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -14%;
  display: none;
  width: 200px;
  height: 200px;
}

.image-5 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.before-and-after-section {
  display: none;
  width: 100%;
  min-height: 0px;
  margin-top: 100px;
  margin-bottom: 50px;
  padding-right: 100px;
  padding-left: 100px;
}

.slider-2 {
  max-width: 1600px;
  min-height: 500px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.left-arrow-2 {
  background-color: transparent;
}

.right-arrow-2 {
  background-color: transparent;
}

.slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
}

.icon-2 {
  background-color: #ddd;
}

.icon-3 {
  background-color: #ddd;
}

.image-6 {
  max-height: 100%;
  max-width: none;
}

.image-7 {
  max-height: 100%;
  max-width: none;
}

.image-8 {
  max-height: 100%;
  max-width: none;
}

.doc-subheader {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  border-left: 3px none #009bdb;
  font-size: 2em;
  text-transform: uppercase;
}

.doc-question {
  margin-bottom: 5px;
  font-size: 1.4em;
}

.image-9 {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  -o-object-fit: fill;
  object-fit: fill;
}

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

.blog-post-individual{
border-style: solid;
border-width: 1px;
border-color: rgba(0, 79, 113, 0.25);
box-shadow: 0 0 20px 2px rgb(0 0 0 / 6%);
margin-right: 0.5%;
width: 32.7%;
text-align: center;
margin-bottom: 5vh;
transition: all 400ms ease;
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
}

.blog-post-individual a{
    text-decoration:none;
}
.blog-post-individual:hover{
    box-shadow: 0 2px 3px rgba(41, 48, 55, 17);
}


@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: 10vh;
    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: 19%;
    margin-bottom: 9px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1.2em;
  }

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

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

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

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

  .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: 30%;
    right: 0%;
    bottom: auto;
  }

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

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

  .inner_hero_text_wrapper {
    width: 70%;
  }

  .inner_hero_text_wrapper.patient-experience-v2 {
    padding-left: 20px;
  }

  .inner_hero_headline {
    font-size: 2.4em;
  }

  .inner_section {
    padding-bottom: 5vh;
  }

  .patient-experience-v2-bg-photo {
    background-position: 48% 0%;
  }

  .inner-page-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .doc-wrapper {
    padding-right: 50px;
    padding-left: 50px;
    -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;
  }

  .doc-image {
    overflow: hidden;
    width: 90%;
    min-height: 0px;
    margin-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: none;
  }

  .doc-text {
    width: 100%;
    margin-bottom: 50px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .doc-name {
    margin-bottom: 15px;
    font-size: 2em;
  }

  .quote {
    min-height: 350px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .testimonial-wrapper {
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 50px;
  }

  .testimonial-header {
    margin-bottom: 40px;
  }

  .slider {
    height: 450px;
  }

  .testimonial {
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .paragraph.centered {
    margin-bottom: 5px;
    font-size: 0.9em;
  }

  .accordian-wrapper {
    margin-top: 40px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .accordion-dropdown {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .paragraph-2 {
    margin-bottom: 15px;
  }

  .award {
    height: 100px;
  }

  .paragraph-3 {
    padding-right: 60px;
    padding-left: 60px;
    font-size: 1.3em;
    line-height: 1.6em;
  }

  .image-2 {
    width: 100px;
    margin-bottom: 15px;
  }

  .square-element-2 {
    top: 16%;
    width: 150px;
    height: 150px;
  }

  .design-element-2 {
    right: -1%;
    bottom: -11%;
    overflow: hidden;
    width: 150px;
    height: 150px;
  }

  .before-and-after-section {
    margin-top: 50px;
    margin-bottom: 0px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .slider-2 {
    min-height: 400px;
  }

  .left-arrow-2 {
    display: none;
  }

  .right-arrow-2 {
    display: none;
  }

  .slide-content {
    overflow: hidden;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-6 {
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-7 {
    width: 100%;
    max-height: none;
  }

  .image-8 {
    width: 100%;
  }

  .doc-subheader {
    margin-bottom: 10px;
  }

  .slide-nav-2 {
    background-color: #009bdb;
  }

  .image-9 {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media screen and (max-width: 767px) {
  .tabs_menu-2 a.w-tab-link, .iols_tabs_wrapper a.w-tab-link {
        width: 100% !important;
        text-align: center;
    }

  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: 300px;*/
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .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: 10vh;
  }

  .wrapper_div.margin {
    margin-bottom: 10vh;
  }

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

  .feature_headline {
    font-size: 2em;
  }

  .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: 206px;
  }

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

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

  .inner_hero_section.patient-experience-v2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .inner_hero_text_wrapper {
    width: 55%;
  }

  .inner_hero_text_wrapper.patient-experience-v2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: auto;
    padding: 20px 20px 20px 26px;
    -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;
  }

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

  .inner_section {
    padding-top: 7vh;
  }

  .patient-experience-v2-bg-photo {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 420px;
    background-position: 50% 0%;
  }

  .inner-page-section {
    padding: 50px 0px 0px;
  }

  .doc-wrapper {
    padding-top: 15px;
    padding-right: 25px;
    padding-left: 25px;
    -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;
  }

  .doc-image {
    width: 100%;
    min-height: 450px;
    margin-right: 0px;
    margin-bottom: 15px;
    background-position: 50% 10%;
  }

  .doc-text {
    width: 100%;
    margin-top: 10px;
  }

  .doc-name {
    margin-bottom: 15px;
  }

  .quote {
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .award-holder {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .testimonial-wrapper {
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 50px 25px;
  }

  .testimonial-header {
    margin-bottom: 30px;
  }

  .slider {
    height: 500px;
  }

  .testimonial {
    padding: 20px 20px 40px;
  }

  .accordian-wrapper {
    margin-top: 45px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .paragraph-2 {
    margin-bottom: 10px;
  }

  .paragraph-3 {
    max-width: none;
    padding: 35px 30px;
    font-size: 1em;
    line-height: 1.6em;
  }

  .design-element {
    left: -2%;
    top: 2%;
    overflow: hidden;
    width: 150px;
    height: 150px;
  }

  .square-element-2 {
    top: 12%;
  }

  .design-element-2 {
    right: 0%;
    bottom: -12%;
  }

  .before-and-after-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .slider-2 {
    min-height: 275px;
  }

  .list {
    margin-bottom: 30px;
  }
}

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

  h2 {
    font-size: 1.8em;
  }

  li {
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.7em;
  }

  .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 {
    height: 250px;
  }

  .feature_headline {
    font-size: 2em;
  }

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

  .video_wrapper {
    padding: 0px;
  }

  .doc_button {
    width: 50%;
  }

  .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: 290px;
    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;
  }

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

  .inner_hero_text_wrapper {
    width: 95%;
  }

  .inner_hero_text_wrapper.patient-experience-v2 {
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 43, 58, 0.92)), to(rgba(7, 43, 58, 0.92)));
    background-image: linear-gradient(180deg, rgba(7, 43, 58, 0.92), rgba(7, 43, 58, 0.92));
  }

  .inner_hero_headline.no-marg {
    text-align: left;
  }

  .patient-experience-v2-bg-photo {
    background-position: 50% 50%;
  }

  .doc-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .doc-image {
    min-height: 300px;
  }

  .doc-text {
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .doc-name {
    margin-bottom: 10px;
    font-size: 1.8em;
  }

  .quote {
    padding: 30px 15px;
  }

  .testimonial-wrapper {
    margin-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .testimonial-header {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .slider {
    z-index: 30;
    width: 100%;
    height: auto;
  }

  .testimonial {
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .accordian-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .accordion-dropdown {
    overflow: hidden;
    padding: 10px 35px 10px 10px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .text-block-2 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 1.2em;
    line-height: 1em;
    white-space: normal;
  }

  .accordion-symbol {
    margin-right: 15px;
  }

  .dropdown-list {
    padding-right: 0px;
    padding-left: 15px;
  }

  .doc-title {
    margin-bottom: 10px;
    font-size: 1.3em;
  }

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

  .testimonial-image {
    display: none;
    width: 100%;
    min-height: 200px;
  }

  .testimonial-image.mobile-only {
    display: block;
  }

  .paragraph-3 {
    line-height: 1.4em;
  }

  .design-element {
    left: -5%;
    width: 125px;
    height: 125px;
  }

  .square-element {
    bottom: -13%;
    height: 100px;
  }

  .square-element-2 {
    left: -22%;
    top: 13%;
    width: 125px;
    height: 125px;
  }

  .design-element-2 {
    right: 0%;
    bottom: -8%;
  }

  .before-and-after-section {
    margin-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .slider-2 {
    height: 200px;
    max-width: none;
    min-height: 0px;
  }

  .slide-content {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-6 {
    max-height: none;
  }

  .doc-question {
    font-size: 1.3em;
  }

  .list {
    margin-bottom: 15px;
    padding-left: 5px;
  }

  .list-2 {
    margin-bottom: 15px;
    padding-left: 5px;
  }

  .list-3 {
    margin-bottom: 15px;
    padding-left: 5px;
  }
}

