body {
  height: 100%;
  font-family: Abel, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.navbar {
  position: fixed;
  width: 100%;
  padding-top: 0px;
  background-color: transparent;
  background-image: none;
  color: #56a1d5;
  text-align: center;
}

.logo {
  display: block;
  width: 300px;
  margin: 0px auto 6px;
  padding-right: 0px;
  float: left;
}

.logo.bottom {
  display: inline-block;
  width: 26%;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  float: none;
}

.navlink {
  padding-top: 15px;
  padding-bottom: 12px;
  border-bottom: 3px solid hsla(0, 0%, 100%, 0);
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.navlink:hover {
  border-bottom: 3px solid #bce5fc;
  color: #bce5fc;
}

.navlink.dropdown {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.navlink.dropdown:hover {
  border-bottom-style: none;
}

.navmenu {
  position: static;
  width: 100%;
  float: none;
  border-top: 1px none rgba(86, 161, 213, 0.71);
  border-bottom: 1px none rgba(86, 161, 213, 0.7);
  background-color: #658091;
  background-image: none;
  box-shadow: 0 0 6px 0 rgba(126, 122, 122, 0.44);
  color: #fff;
  text-align: center;
}

.main_section {
  display: block;
  height: 100%;
}

.main_tagline_div {
  position: relative;
  left: 0px;
  top: 70%;
  right: 0px;
  z-index: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  text-align: center;
}

.main_tagline_div._2 {
  left: 0px;
  top: 25%;
  right: 0px;
  bottom: auto;
}

.main_tagline_div._4 {
  top: 75%;
  width: 50%;
  padding-top: 0px;
  padding-right: 81px;
  padding-bottom: 0px;
  float: right;
  text-align: left;
}

.main_tagline_div._3 {
  top: 44%;
  width: 55%;
  padding-left: 115px;
  text-align: left;
}

.main_headline1 {
  margin-top: 0px;
  font-family: 'Bree Serif', sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 56px;
  font-style: italic;
  font-weight: 400;
  text-shadow: 1px 1px 1px #000;
}

.main_headline1.dark {
  color: #07263b;
  text-shadow: 1px 1px 1px hsla(0, 0%, 100%, 0.54);
}

.main_headline2 {
  margin-top: 0px;
  font-family: Abel, sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 400;
  text-shadow: 1px 1px 1px #000;
}

.main_headline2.dark {
  color: #061f30;
  text-shadow: 1px 1px 1px hsla(0, 0%, 100%, 0.44);
}

.main_headline2.nomargin {
  margin-bottom: 0px;
}

.centers_section {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #5ec0f6;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(4%, #2b5991), color-stop(99%, #5ec0f6));
  background-image: linear-gradient(180deg, #2b5991 4%, #5ec0f6 99%);
  text-align: center;
}

.logo_phone_search_div {
  position: static;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding: 5px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #fff;
  background-image: none;
  box-shadow: 0 0 13px 2px rgba(42, 42, 42, 0.29);
}

.search_field {
  display: inline-block;
  width: 100%;
  height: 35px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 49.4%, 0.26);
  border-radius: 20px;
  background-image: url('../images/search_icon_1search_icon.png');
  background-position: 96% 50%;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.16);
  line-height: 16px;
}

.search_form {
  width: 100%;
  margin-bottom: 0px;
}

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

.centers_holder_div.secondary {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.parallax_1 {
  height: 600px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/parallax_img1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.top_phone_txt {
  display: inline-block;
  margin: 0px 0px 0px 25px;
  padding-right: 38px;
  background-image: url('../images/phone_icon_1phone_icon.png');
  background-position: 100% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: #0a4770;
  font-size: 30px;
  line-height: 32px;
  text-align: right;
}

.center_div {
  width: 60%;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
}

.center_btn {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.center_btn:hover {
  -webkit-transform: scale(0.94);
  -ms-transform: scale(0.94);
  transform: scale(0.94);
  color: #042338;
}

.center_btn.secondary {
  color: #147ac0;
  font-size: 18px;
  line-height: 18px;
}

.center_img {
  margin-bottom: 10px;
}

.welcome_section {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.container_div {
  display: inline-block;
  width: 75%;
}

.container_div.border {
  padding-top: 100px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(86, 161, 213, 0.66);
  text-align: left;
}

.container_div.socmed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.container_div.secondary {
  width: 100%;
}

.welcome_headline {
  margin-top: 0px;
  margin-bottom: 45px;
  color: #fa8608;
  font-size: 56px;
  line-height: 54px;
}

.welcome_txt {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}

.list_item {
  color: #14639b;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.selftest_section {
  padding-top: 0px;
  padding-bottom: 100px;
  text-align: center;
}

.self_test_headline {
  margin-top: 0px;
  margin-bottom: 35px;
  color: #1dc6fc;
  font-size: 56px;
  line-height: 54px;
  text-align: center;
}

.self_test_headline.secondary {
  margin-bottom: 0px;
  padding: 0px 30px;
  font-size: 30px;
  line-height: 30px;
}

.self_test_headline.dark {
  color: #0a4770;
  font-weight: 400;
}

.self_test_headline.white {
  color: #ebf7ff;
  font-weight: 400;
}

.self_test_headline.white.left {
  text-align: left;
}

.self_test_headline.white-left {
  color: #fff;
  line-height: 1.2em;
  font-weight: 400;
  text-align: left;
}

.self_test_headline.dark {
  color: #0a4770;
  font-weight: 400;
}

.self_test_headline.dark-left {
  color: #0a4770;
  line-height: 1.2em;
  font-weight: 400;
  text-align: left;
}

.self_test_headline.white-large {
  margin-bottom: 20px;
  color: #ebf7ff;
  font-size: 5em;
  line-height: 1.2em;
  font-weight: 400;
}

.lasik_test {
  width: 35%;
  float: none;
  text-align: center;
}

.lasik_test.secondary {
  width: 100%;
  margin-bottom: 35px;
  padding-top: 10px;
  padding-bottom: 30px;
  background-color: transparent;
}

.cataract_test_div {
  width: 35%;
  float: none;
  text-align: center;
}

.lasik_test_btn {
  width: 60%;
  padding: 25px 47px;
  border: 5px solid #fff;
  border-radius: 50px;
  background-color: #5ec0f6;
  box-shadow: 0 0 34px 0 rgba(90, 90, 90, 0.29);
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

.lasik_test_btn:hover {
  border-color: rgba(94, 192, 246, 0.38);
  background-color: #fff;
  box-shadow: none;
  color: #2299db;
}

.lasik_test_btn.secondary {
  width: 80%;
  padding: 15px 0px;
}

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

.optical_shop_callout {
  padding-top: 550px;
  padding-bottom: 300px;
  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/optical_img.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/optical_img.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.contact_section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0.78))), url('../images/location_img.jpg');
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0.78)), url('../images/location_img.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

.optical_callout_headline_1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 100px;
  line-height: 90px;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}

.optical_callout_headline_1.secondary {
  font-size: 40px;
  line-height: 40px;
}

.optical_callout_headline_2 {
  margin-top: 0px;
  margin-bottom: 35px;
  color: #fff;
  font-size: 34px;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}

.optical_callout_headline_2.secondary {
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 28px;
}

.container {
  text-align: center;
}

.learn_more_btn {
  padding: 15px 25px;
  border: 3px solid #fff;
  border-radius: 30px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.learn_more_btn:hover {
  background-color: #fc7d07;
}

.learn_more_btn.secondary {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.locations_headline {
  margin-top: 0px;
  margin-bottom: 100px;
  padding-bottom: 10px;
  border-bottom: 1px none rgba(0, 0, 0, 0.26);
  font-size: 48px;
}

.locations_div {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.location_div {
  width: 25%;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 50px;
}

.location_div.secondary {
  width: 15%;
  margin-right: 10px;
  margin-left: 10px;
}

.location_headline {
  margin-top: 0px;
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(86, 161, 213, 0.56);
  color: #056eb8;
  font-size: 30px;
  line-height: 32px;
}

.location_text {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}

.location_phone {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #056eb8;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
}

.map {
  display: inline-block;
  width: 190px;
  height: 190px;
  border-radius: 200px;
  box-shadow: 0 0 25px -1px rgba(65, 65, 65, 0.63);
}

.footer_section {
  margin-bottom: 1px;
  padding-top: 100px;
  padding-bottom: 150px;
  background-color: #fff;
  text-align: center;
}

.footer_text {
  margin-bottom: 10px;
  color: #272525;
}

.bottom_link {
  display: inline-block;
  padding-right: 11px;
  padding-left: 11px;
  color: #9cd6ff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.bottom_link:hover {
  color: #fff;
}

.bottom_navbar_section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #024675;
  text-align: center;
}

.dropdown_toggle {
  padding-top: 12px;
  padding-right: 30px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

.dropdown_toggle:hover {
  border-bottom-color: rgba(86, 161, 213, 0);
  color: #bce5fc;
}

.dropdown_toggle.w--open {
  border-bottom: 3px solid #56a1d5;
  color: #bce5fc;
}

.dropdown_toggle.w--open:hover {
  color: #bce5fc;
}

.dropdown_icon {
  margin-right: 10px;
}

.dropdown_link {
  color: #fff;
  font-size: 14px;
}

.dropdown_link:hover {
  color: #80cffa;
}

.dropdown_link._2 {
  background-color: #24485a;
}

.dropdown_list.w--open {
  top: 50px;
  background-color: #345369;
}

.list {
  padding-left: 10px;
}

.search_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 55px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.consult_ophthalmologist_div {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-top: 1px solid rgba(188, 229, 252, 0.41);
  background-color: #24485a;
  font-family: Abel, sans-serif;
  color: #83bad8;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
}

.slideshow {
  height: 100%;
}

.slide1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(55%, transparent)), url('../images/slide1.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent 55%), url('../images/slide1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide2 {
  background-image: url('../images/slide2.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.slide6 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(53%, hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0.8))), url('../images/slide4.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 53%, hsla(0, 0%, 100%, 0.8)), url('../images/slide4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.social_media_section {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.twitter_div {
  width: 40%;
  padding-right: 25px;
  padding-left: 10px;
}

.facebook_div {
  width: 40%;
  padding-right: 10px;
  padding-left: 25px;
}

.social_media_headline {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #57646d;
  font-size: 30px;
}

.social_media_btn {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.social_media_btn.twitter {
  background-color: #55acee;
}

.social_media_btn.twitter:hover {
  background-color: #2588d3;
}

.social_media_btn.facebook {
  background-color: #3b5998;
}

.social_media_btn.facebook:hover {
  background-color: #1e3463;
}

.socmedia_feed_holder {
  overflow: auto;
  height: 300px;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px none #55acee;
}

.socmedia_feed_holder._2 {
  border-top-color: #3b5998;
}

.socmedia_feed_div {
  margin-top: 15px;
  margin-bottom: 15px;
}

.ac_div {
  margin-bottom: 49px;
}

.aca_link {
  color: #147ac0;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.aca_link:hover {
  color: #09395a;
}

.secondary_page_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 5px solid #bce5fc;
}

.content_div {
  width: 80%;
  padding: 200px 50px 100px;
}

.side_div {
  width: 20%;
  padding-top: 130px;
  border-left: 1px solid rgba(139, 143, 148, 0.45);
}

.secondary_headline {
  margin-top: 0px;
  margin-bottom: 45px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(150, 141, 131, 0.34);
  color: #fa8608;
}

.secondary_centers_div {
  padding-top: 35px;
  padding-bottom: 50px;
  background-image: none;
}

.secondary_optical_calloout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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.5)), to(rgba(0, 0, 0, 0.5))), url('../images/optical_img.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/optical_img.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.secondary_text {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.video_image_div {
  margin-bottom: 30px;
  text-align: center;
}

.secondary_test_callouts_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(139, 143, 148, 0.45);
  background-image: none;
  text-align: center;
}

.contact_mobile_section {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.slide4 {
  background-image: url('../images/slide5.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide3 {
  background-image: url('../images/slide6.jpg');
  background-position: 0px -21px;
  background-size: cover;
  background-repeat: no-repeat;
}

.custom-lasik-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  padding: 100px;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  background-image: url('../images/girl-in-field.jpg');
  background-position: 100% -20%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: initial;
}

.custom-lasik-hero-div {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 0;
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  text-align: center;
}

.custom-lasik-consult-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button {
  padding: 15px 30px;
  background-color: #56a1d5;
  font-size: 1.5em;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #0a4770;
}

.button.marg {
  margin-right: 15px;
}

.button.dark {
  background-color: #0a4770;
}

.button.dark:hover {
  background-color: #56a1d5;
}

.self-test {
  padding: 100px;
}

.st-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.what-is-lasik {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding: 100px;
  -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(10, 71, 112, 0.87)), to(rgba(10, 71, 112, 0.87))), url('../images/abstarct-blue-background.jpg');
  background-image: linear-gradient(180deg, rgba(10, 71, 112, 0.87), rgba(10, 71, 112, 0.87)), url('../images/abstarct-blue-background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.what-is-lasik-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.par {
  margin-bottom: 20px;
  color: #ebf7ff;
  font-size: 1.5em;
  line-height: 1.75em;
}

.par.dark {
  color: #333;
}

.par.dark.large {
  font-size: 2.5em;
  line-height: 1.5em;
}

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

.tech-50-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 400px;
}

.tech-list-left-div {
  width: 50%;
  padding-right: 75px;
}

.lasik-laser-right-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.image {
  -o-object-fit: cover;
  object-fit: cover;
}

.list-item {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.2em;
}

.doc-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.doc-image-left {
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  overflow: hidden;
  width: 400px;
  height: 400px;
  min-width: 400px;
  margin-right: 50px;
  border: 3px solid #0a4770;
  border-radius: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.doc-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -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-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
}

.how-lasik-works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#0f0b08), color-stop(54%, rgba(15, 11, 8, 0.58)), color-stop(77%, rgba(15, 11, 8, 0.21)), to(rgba(15, 11, 8, 0))), url('../images/girl-taking-care-of-horse.jpg');
  background-image: linear-gradient(90deg, #0f0b08, rgba(15, 11, 8, 0.58) 54%, rgba(15, 11, 8, 0.21) 77%, rgba(15, 11, 8, 0)), url('../images/girl-taking-care-of-horse.jpg');
  background-position: 0px 0px, 70% 0%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.how-works-wrapper-div {
  max-width: 48%;
}

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

.cta-section._2 {
  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/corn-field-at-sunset.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/corn-field-at-sunset.jpg');
}

.how-works-section {
  min-height: 0px;
  padding: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/abstarct-blue-background.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/abstarct-blue-background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.what-hapens-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.recovery-50-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 500px;
  margin-bottom: 0px;
}

.recovery-text-left {
  width: 50%;
  padding: 100px 75px 100px 100px;
  background-color: #fff;
}

.recovery-photo-right {
  overflow: hidden;
  width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-3 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.financing-50-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 500px;
  margin-bottom: 0px;
  border-bottom: 5px none #0a4770;
}

.financing-text-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 100px 100px 100px 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.financing-photo-left {
  overflow: hidden;
  width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-4 {
  margin-bottom: 30px;
}

.benefits-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 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;
}

.benefits-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 150px;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.icon-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-5 {
  width: auto;
  height: auto;
  max-height: 50px;
  max-width: 100%;
  margin-right: 30px;
}

.image-5.clock {
  max-height: 60px;
}

.image-5.money {
  max-height: 60px;
}

.h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
}

.benefits-section {
  padding: 100px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #56a1d5, #0a4770);
}

.h2-ip-jm {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Bree Serif', sans-serif;
  color: #0a4770;
  font-size: 5em;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.h2-ip-jm-thin {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #0a4770;
  font-size: 3.5em;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.image-6 {
  margin-bottom: 20px;
  margin-left: 20px;
  float: right;
  clear: left;
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0;
  -webkit-transform: translate(0px, 78px);
  -ms-transform: translate(0px, 78px);
  transform: translate(0px, 78px);
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 78px);
  -ms-transform: translate(0px, 78px);
  transform: translate(0px, 78px);
}

html.w-mod-js *[data-ix="new-interaction-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 78px);
  -ms-transform: translate(0px, 78px);
  transform: translate(0px, 78px);
}
@media screen and (max-width: 1415px) {
	.custom-lasik-hero{
		
	}
}

@media screen and (max-width: 991px) {
  .logo {
    width: 300px;
    margin-left: 0px;
  }

  .navmenu {
    position: relative;
    top: 61px;
    z-index: 1000;
    background-color: #4a545c;
    background-image: none;
  }

  .main_tagline_div {
    position: relative;
    top: 71%;
  }

  .main_tagline_div._2 {
    top: 19%;
  }

  .main_headline1 {
    font-size: 40px;
    line-height: 44px;
  }

  .main_headline1.dark {
    font-size: 40px;
    line-height: 44px;
  }

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

  .parallax_1 {
    height: 400px;
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .top_phone_txt {
    margin-top: 10px;
    margin-right: 25px;
    margin-left: 0px;
    padding-right: 40px;
    background-size: 30px;
    font-size: 28px;
  }

  .center_btn {
    font-size: 20px;
    line-height: 22px;
  }

  .container_div {
    width: 85%;
  }

  .container_div.border {
    width: 85%;
  }

  .welcome_headline {
    font-size: 48px;
    line-height: 46px;
  }

  .self_test_headline {
    font-size: 48px;
    line-height: 46px;
  }

  .self_test_headline.dark-left {
    margin-bottom: 30px;
  }

  .lasik_test {
    width: 45%;
  }

  .cataract_test_div {
    width: 45%;
  }

  .lasik_test_btn {
    padding-right: 30px;
    padding-left: 30px;
  }

  .optical_shop_callout {
    padding-top: 350px;
    padding-bottom: 250px;
  }

  .optical_callout_headline_1 {
    font-size: 72px;
    line-height: 70px;
  }

  .optical_callout_headline_2 {
    font-size: 28px;
    line-height: 26px;
  }

  .location_div {
    width: 40%;
    margin-right: 30px;
    margin-left: 30px;
  }

  .menu_icon {
    background-color: #56a1d5;
    color: #fff;
  }

  .menu_icon:hover {
    background-color: #fff;
    color: #56a1d5;
  }

  .menu_icon.w--open {
    background-color: #0a4770;
  }

  .list {
    margin-bottom: 58px;
    padding-left: 12px;
  }

  .slide1 {
    padding-right: 59px;
    padding-left: 59px;
    background-position: 0px 0px, 30% 50%;
  }

  .slide5 {
    background-position: 0px 0px, 35% 50%;
  }

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

  .twitter_div {
    width: 50%;
  }

  .facebook_div {
    width: 50%;
  }

  .custom-lasik-hero {
    height: 800px;
    padding: 50px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0.8)), color-stop(32%, hsla(0, 0%, 100%, 0.3)), color-stop(84%, hsla(0, 0%, 100%, 0))), url('../images/girl-in-field.jpg');
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.3) 32%, hsla(0, 0%, 100%, 0) 84%), url('../images/girl-in-field.jpg');
    background-position: 80% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: initial;
  }

  .custom-lasik-hero-div {
    position: static;
    top: 71%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 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;
  }

  .self-test {
    padding-right: 50px;
    padding-left: 50px;
  }

  .what-is-lasik {
    padding-right: 50px;
    padding-left: 50px;
  }

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

  .tech-list-left-div {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 30px;
  }

  .lasik-laser-right-div {
    width: 100%;
  }

  .doc-image-left {
    width: 300px;
    height: 300px;
    min-width: 300px;
    margin-right: 0px;
    margin-bottom: 30px;
  }

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

  .how-lasik-works {
    padding-right: 50px;
    padding-left: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0a4770), to(#0a4770)), -webkit-gradient(linear, left top, right top, from(#0f0b08), color-stop(54%, rgba(15, 11, 8, 0.58)), color-stop(77%, rgba(15, 11, 8, 0.21)), to(rgba(15, 11, 8, 0))), url('../images/girl-taking-care-of-horse.jpg');
    background-image: linear-gradient(180deg, #0a4770, #0a4770), linear-gradient(90deg, #0f0b08, rgba(15, 11, 8, 0.58) 54%, rgba(15, 11, 8, 0.21) 77%, rgba(15, 11, 8, 0)), url('../images/girl-taking-care-of-horse.jpg');
    background-position: 0px 0px, 0px 0px, 70% 0%;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }

  .how-works-wrapper-div {
    max-width: none;
  }

  .cta-section._2 {
    padding: 50px;
  }

  .how-works-section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .recovery-50-50 {
    min-height: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .recovery-text-left {
    width: 100%;
    padding: 50px;
  }

  .recovery-photo-right {
    width: 100%;
  }

  .financing-50-50 {
    min-height: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .financing-text-right {
    width: 100%;
    padding: 50px;
  }

  .financing-photo-left {
    display: none;
  }

  .benefits-icon {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .icon-holder {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    -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;
  }

  .image-5 {
    width: 18%;
    max-height: none;
  }

  .image-5.clock {
    width: 16%;
    max-height: none;
  }

  .image-5.money {
    width: 16%;
    max-height: none;
  }

  .benefits-section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .h2-ip-jm {
    font-size: 4em;
  }

  .h2-ip-jm-thin {
    margin-bottom: 10px;
    font-size: 2.5em;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, #f3f3f3, hsla(0, 0%, 100%, 0));
  }

  .logo {
    width: 200px;
    margin: 0px 10px 0px 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .logo.bottom {
    width: 30%;
  }

  .navlink {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .navmenu {
    top: 0px;
  }

  .main_section {
    display: block;
    background-image: url('../images/blue_swoosh_bottom.png'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3))), url('../images/main_picture_mobile.jpg');
    background-image: url('../images/blue_swoosh_bottom.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)), url('../images/main_picture_mobile.jpg');
    background-position: 50% 100%, 0px 0px, 50% 0px;
    background-size: contain, auto, cover;
    background-repeat: no-repeat, repeat, no-repeat;
  }

  .main_tagline_div {
    top: 65%;
    padding-top: 8px;
    padding-bottom: 5px;
  }

  .main_tagline_div._2 {
    top: 62%;
  }

  .main_headline1 {
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 28px;
  }

  .main_headline1.dark {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 26px;
  }

  .main_headline2 {
    font-size: 20px;
    line-height: 20px;
  }

  .logo_phone_search_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 508px;
    height: 60px;
    padding: 5px;
    -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;
  }

  .search_field {
    height: 28px;
  }

  .search_field.mobile {
    height: 35px;
  }

  .search_form {
    display: block;
  }

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

  .parallax_1 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .top_phone_txt {
    display: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 30px;
    background-size: 24px;
    font-size: 24px;
    line-height: 26px;
  }

  .top_phone_txt.mobile {
    display: block;
    margin-bottom: 16px;
  }

  .center_div {
    width: 40%;
  }

  .container_div.border {
    padding-top: 50px;
  }

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

  .welcome_headline {
    font-size: 38px;
    line-height: 36px;
  }

  .self_test_headline {
    font-size: 38px;
    line-height: 36px;
  }

  .self_test_headline.dark-left {
    margin-bottom: 20px;
  }

  .self_test_headline.white-large {
    font-size: 3em;
  }

  .lasik_test_btn {
    width: 80%;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
  }

  .optical_shop_callout {
    padding-top: 200px;
  }

  .optical_callout_headline_1 {
    font-size: 62px;
    line-height: 60px;
  }

  .optical_callout_headline_2 {
    font-size: 24px;
    line-height: 22px;
  }

  .locations_headline {
    margin-bottom: 50px;
  }

  .location_div {
    width: 35%;
    margin-left: 29px;
  }

  .map {
    width: 150px;
    height: 150px;
  }

  .dropdown_toggle {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 18px;
  }

  .dropdown_link {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .menu_icon {
    z-index: 50;
  }

  .search_div {
    display: none;
    width: 150px;
    height: 35px;
  }

  .search_div.mobile {
    display: block;
    width: 250px;
    height: auto;
  }

  .slide1 {
    padding-right: 37px;
    padding-left: 37px;
    background-position: 0px 0px, 50% 0px;
  }

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

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

  .twitter_div {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 10px;
  }

  .facebook_div {
    width: 100%;
    padding-left: 10px;
  }

  .arrow {
    width: 6%;
    font-size: 20px;
  }

  .contact_mobile_section {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e2f3fc;
  }

  .custom-lasik-hero {
    height: 500px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-attachment: scroll, scroll;
  }

  .custom-lasik-hero-div {
    top: 65%;
    padding-top: 8px;
    padding-bottom: 5px;
  }

  .custom-lasik-consult-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button.marg {
    margin-right: 0px;
  }

  .self-test {
    padding: 50px 20px;
  }

  .what-is-lasik {
    padding: 50px 20px;
  }

  .doc-section {
    padding: 50px 20px;
  }

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

  .how-lasik-works {
    padding: 50px 20px;
  }

  .cta-section {
    min-height: 30vh;
    padding: 50px;
  }

  .how-works-section {
    padding: 50px 20px;
  }

  .recovery-text-left {
    padding: 50px 20px;
  }

  .financing-text-right {
    padding: 50px 20px;
  }

  .benefits-icon {
    min-height: 0px;
    margin-top: 0px;
  }

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

  .image-5 {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .h4 {
    text-align: center;
  }

  .benefits-section {
    padding: 50px 20px;
  }

  .h2-ip-jm {
    font-size: 3em;
  }

  .image-6 {
    margin-bottom: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    width: 240px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
  }

  .logo.bottom {
    width: 50%;
  }

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

  .main_section {
    padding-right: 0px;
    padding-left: 0px;
    background-image: url('../images/blue_swoosh_bottom.png'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.71)), to(hsla(0, 0%, 100%, 0.71))), url('../images/main_picture_mobile.jpg');
    background-image: url('../images/blue_swoosh_bottom.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0.71), hsla(0, 0%, 100%, 0.71)), url('../images/main_picture_mobile.jpg');
    background-position: 50% 100%, 0px 0px, 67% 0px;
  }

  .main_tagline_div {
    top: 56%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .main_tagline_div._2 {
    top: 59%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .main_headline1 {
    font-size: 24px;
  }

  .main_headline1.dark {
    font-size: 24px;
    line-height: 26px;
  }

  .main_headline2 {
    line-height: 22px;
  }

  .logo_phone_search_div {
    width: 260px;
    height: 60px;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .top_phone_txt {
    display: none;
    margin: 0px;
    padding-right: 0px;
    padding-left: 31px;
    background-position: 0px 50%;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
  }

  .top_phone_txt.mobile {
    font-size: 24px;
  }

  .center_div {
    width: 80%;
  }

  .center_img {
    width: 70%;
  }

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

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

  .lasik_test {
    width: 80%;
    margin-bottom: 31px;
  }

  .cataract_test_div {
    width: 80%;
  }

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

  .contact_section {
    padding-top: 50px;
    padding-bottom: 75px;
  }

  .optical_callout_headline_1 {
    font-size: 48px;
    line-height: 46px;
  }

  .optical_callout_headline_2 {
    font-size: 20px;
  }

  .learn_more_btn {
    padding: 11px 35px;
    font-size: 16px;
  }

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

  .location_div {
    width: 90%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .footer_section {
    padding-right: 19px;
    padding-left: 19px;
  }

  .dropdown_toggle {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 18px;
  }

  .search_div {
    display: none;
  }

  .slide1 {
    padding-right: 12px;
    padding-left: 12px;
  }

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

  .slide6 {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0.9))), url('../images/slide4.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 40%, hsla(0, 0%, 100%, 0.9)), url('../images/slide4.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .custom-lasik-hero {
    height: 600px;
    padding-right: 10px;
    padding-left: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0.8)), color-stop(72%, hsla(0, 0%, 100%, 0.3)), color-stop(84%, hsla(0, 0%, 100%, 0))), url('../images/girl-in-field.jpg');
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.3) 72%, hsla(0, 0%, 100%, 0) 84%), url('../images/girl-in-field.jpg');
    background-position: 0px 0px, 80% 10%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .custom-lasik-hero-div {
    top: 56%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .button.marg {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .button.dark {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .par.dark.large {
    font-size: 2em;
    line-height: 1.2em;
  }

  .doc-image-left {
    width: 250px;
    height: 250px;
    min-width: 250px;
  }

  .cta-section {
    padding: 15px;
  }

  .cta-section._2 {
    padding: 15px;
  }

  .h2-ip-jm {
    text-align: center;
  }

  .h2-ip-jm-thin {
    text-align: center;
  }

  .image-6 {
    margin-left: 0px;
    float: none;
  }
}

