body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 29px;
  padding-right: 20px;
  padding-left: 0px;
  float: none;
  border-bottom: 1px solid white;
  font-family: Bitter, serif;
  color: white;
  font-size: 30px;
  line-height: 44px;
  font-weight: 500;
  text-align: left;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #bbe1fc;
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: 'Open Sans', sans-serif;
  color: black;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}

a {
  display: inline;
  width: 100%;
  margin-left: 0px;
  float: none;
  color: #bbdfff;
  text-decoration: none;
}

a:hover {
  color: #0c2942;
}

.main_pict {
  position: static;
  left: -9px;
  top: 0px;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
  padding-left: 0px;
  background-image: url('../images/main_pict.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: block;
  width: auto;
  height: auto;
  padding-top: 0px;
  padding-right: 0px;
  background-color: transparent;
}

.logo {
  position: static;
  display: block;
  width: auto;
  margin-bottom: 9px;
  padding: 8px 15px 0px;
  float: none;
  text-align: center;
}

.nav_link {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: auto;
  margin-right: 1px;
  margin-bottom: 0px;
  padding: 20px 15px;
  float: none;
  border-bottom-style: none;
  border-bottom-width: 2px;
  background-color: rgba(255, 255, 255, 0.66);
  font-family: Bitter, serif;
  color: #5a87ae;
  font-size: 18px;
  line-height: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.nav_link:hover {
  background-color: #5a87ae;
  color: white;
}

.nav_link:active {
  background-color: #b5bbc0;
  color: white;
}

.nav_link.w--current {
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  float: none;
  border-bottom: 1px solid #0d89f5;
  background-color: white;
  color: #2799fd;
  font-size: 18px;
}

.nav_menu {
  position: relative;
  left: 0px;
  top: 0%;
  width: 75%;
  margin-top: 0px;
  margin-right: 0px;
  float: right;
  clear: none;
  border-top: 4px none #f0b510;
  border-bottom: 2px none #f0b510;
  background-color: transparent;
  text-align: right;
}

.phone_number_top {
  display: block;
  width: auto;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  float: none;
  clear: none;
  border-bottom: 1px none black;
  font-family: Bitter, serif;
  color: black;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.submit_button {
  margin-top: 0px;
  margin-left: 0px;
  padding: 8px 51px;
  float: right;
  background-color: #f0b510;
  font-family: Raleway, sans-serif;
  color: #0d112e;
  font-weight: 700;
  text-transform: uppercase;
}

.submit_button:hover {
  background-color: cornsilk;
  color: #0d112e;
}

.submit_button:active {
  background-color: #0d112e;
  color: white;
}

.submit_button.vol2 {
  border: 2px solid #5a87ae;
  border-radius: 20px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #5a87ae;
  font-weight: 400;
}

.submit_button.vol2:hover {
  background-color: white;
  color: #005a9c;
}

.submit_button.vol2:active {
  background-color: #153d59;
  color: white;
}

.field_label {
  margin-bottom: 0px;
  padding-left: 14px;
  font-family: Raleway, sans-serif;
  color: cornsilk;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.field_label.contact_text {
  font-family: 'Open Sans', sans-serif;
  color: #204361;
  font-size: 12px;
  font-weight: 400;
}

.text_field {
  margin-bottom: 15px;
  border-style: none none solid;
  border-width: 1px;
  border-color: rgba(255, 248, 220, 0.4);
  border-radius: 0px;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: white;
}

.text_field:hover {
  border-bottom-color: #f0b510;
}

.text_field.contact_form {
  display: block;
  width: 100%;
  border: 1px none rgba(255, 255, 255, 0.38);
  border-radius: 20px;
  background-color: #b2cbe0;
}

.text_field.contact_form:hover {
  border-bottom-color: white;
  background-color: #3b6283;
}

.succes_message {
  display: none;
  background-color: transparent;
}

.error_message {
  background-color: transparent;
}

.financing {
  height: 100%;
  padding-top: 100px;
  padding-bottom: 102px;
  background-color: #5a87ae;
  background-image: url('../images/lasik_pict.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.main_text_div {
  position: relative;
  left: 20%;
  width: 65%;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: left;
}

.main_text_div.black {
  left: 20%;
  padding: 20px 25px;
  background-color: rgba(8, 27, 42, 0.78);
}

.main_text_div.top {
  left: 12%;
  top: 0px;
  width: 65%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.main_text_div.lasik {
  width: 45%;
  padding-top: 50px;
}

.arrow_div {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: right;
}

.arrow_down_link {
  position: relative;
  left: 0%;
  display: inline-block;
  width: 65%;
  padding-right: 28px;
  padding-bottom: 20px;
  float: none;
  opacity: 0.66;
}

.arrow_down_link:hover {
  opacity: 1;
}

.arrow_text {
  display: inline-block;
  padding-left: 11px;
  font-family: 'Open Sans', sans-serif;
  color: white;
  font-weight: 600;
}

.video_div {
  display: inline-block;
  width: 70%;
  margin-top: 30px;
  padding-bottom: 61px;
}

.lasik_self_test {
  height: 100%;
  padding-top: 135px;
  padding-bottom: 350px;
  background-color: #0d112e;
  background-image: url('../images/lasik_test_pict.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.contact {
  padding-top: 0px;
  padding-bottom: 100px;
  background-color: #5a87ae;
}

.about_section {
  padding-top: 201px;
  padding-bottom: 350px;
  background-image: url('../images/contact_pict.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}

.contact_headline {
  display: block;
  padding-right: 0px;
  border-bottom-color: #5a87ae;
  font-family: Bitter, serif;
  color: #5a87ae;
  text-align: center;
}

.contact_form_wrapper {
  padding-top: 15px;
  text-align: center;
}

.contact_form {
  display: inline-block;
  width: 50%;
}

.oontact_form_main {
  display: inline-block;
  width: 50%;
}

.address_div {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5a87ad;
}

.phone_number_bottom {
  display: block;
  margin-bottom: 32px;
  padding-left: 0px;
  border-bottom-style: none;
  font-family: Bitter, serif;
  font-size: 36px;
  text-align: left;
}

.address_text {
  font-family: 'Open Sans', sans-serif;
  color: #a2d7fc;
  font-size: 20px;
  font-weight: 100;
  text-align: left;
}

.map_div {
  height: auto;
  margin-top: 50px;
}

.copyright {
  position: relative;
  left: 25%;
  width: 68%;
  padding-top: 40px;
  font-family: 'Open Sans', sans-serif;
  color: white;
  text-align: left;
}

.logo_header {
  position: static;
  left: 0%;
  z-index: 900;
  width: 22%;
  margin-bottom: 0px;
  float: left;
  background-color: transparent;
}

.menu_button {
  background-color: #f0b510;
  color: white;
}

.menu_button:hover {
  background-color: #005a9c;
}

.menu_button.w--open {
  background-color: #005a9c;
}

.error_text {
  color: #0d112e;
  font-weight: 500;
  letter-spacing: 0px;
}

.about_headline {
  display: inline-block;
  padding-left: 20px;
  font-family: Bitter, serif;
  color: white;
  text-align: center;
}

.about_text {
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: white;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.4px;
}

.lasik_headline {
  border-bottom-color: #5a87ae;
  color: #5a87ae;
}

.learn_button {
  width: auto;
  padding-right: 55px;
  padding-left: 55px;
  border: 2px solid white;
  border-radius: 20px;
  background-color: transparent;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
}

.learn_button.blue {
  float: left;
  clear: left;
  border-color: #5a87ae;
  color: #5a87ae;
  text-transform: uppercase;
}

.learn_button.blue:hover {
  background-color: #5a87ae;
  color: white;
}

.top_headline1 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  border-bottom: 1px none black;
  font-family: Italianno, sans-serif;
  color: black;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.top_headline2 {
  width: 100%;
  margin-top: -6px;
  margin-bottom: 0px;
  padding-right: 0px;
  border-bottom: 1px none black;
  color: black;
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
}

.top_headline3 {
  width: 70%;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 25px;
  border-bottom: 1px solid black;
  font-family: Italianno, sans-serif;
  color: black;
  font-size: 50px;
  line-height: 30px;
  text-align: center;
}

.top_headline4 {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 0px;
  border-bottom: 1px none black;
  color: black;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
}

.bold_color {
  color: #05457c;
}

.main_text_bullets {
  font-family: Bitter, serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.main_text_disclaimer {
  display: inline-block;
  width: 80%;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: black;
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.5px;
}

.main_text_body {
  display: inline-block;
  width: 80%;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: black;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0px;
}

.top_headline5 {
  width: 80%;
  margin-top: 36px;
  margin-bottom: 10px;
  padding-right: 0px;
  border-bottom: 1px none black;
  font-family: 'Open Sans', sans-serif;
  color: black;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
}

.lasik_text {
  margin-bottom: 30px;
  font-size: 20px;
}

.whats_next {
  height: 100%;
  background-color: #5a87ae;
  background-image: url('../images/appointment_pict.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar_div {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
}

.schedule_consultation {
    height: 100%;
    padding-top: 135px;
    padding-bottom: 350px;
    background-color: #0d112e;
    background-image: url('../images/consult_Bg.jpg');
    background-position: 0px 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.care_credit_logo {
  display: block;
  margin-bottom: 36px;
  float: left;
}

@media (max-width: 991px) {
  h3 {
    text-align: center;
  }
  .main_pict {
    background-image: url('../images/main_pict.jpg');
    background-position: 79% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .navbar {
    padding-right: 0px;
  }
  .logo {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav_link {
    display: block;
    background-color: rgba(255, 255, 255, 0.93);
  }
  .nav_link.w--current {
    display: block;
  }
  .nav_menu {
    left: 0px;
    top: 0px;
    right: 0px;
    width: 50%;
    float: right;
    clear: right;
  }
  .phone_number_top {
    font-size: 20px;
  }
  .financing {
    background-position: 72% 50%;
  }
  .main_text_div {
    left: 7%;
    width: 85%;
    padding-top: 0px;
    padding-bottom: 20px;
    text-align: center;
  }
  .main_text_div.black {
    left: 8%;
  }
  .main_text_div.top {
    left: 0%;
    top: 29px;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .main_text_div.lasik {
    top: 52px;
    padding-top: 0px;
  }
  .lasik_self_test {
    background-position: 50% 50%;
  }
  .contact {
    padding-top: 30px;
    padding-bottom: 150px;
  }
  .contact_headline {
    margin-top: 0px;
  }
  .oontact_form_main {
    width: 100%;
  }
  .phone_number_bottom {
    text-align: center;
  }
  .address_text {
    text-align: center;
  }
  .copyright {
    left: 9%;
  }
  .logo_header {
    width: 30%;
  }
  .menu_button {
    background-color: #5a87ae;
  }
  .menu_button:hover {
    background-color: #0a2842;
  }
  .menu_button.w--open {
    top: 0px;
    right: 0px;
    display: block;
    float: right;
    clear: none;
    background-color: white;
    color: #5a87ae;
  }
  .top_headline1 {
    font-size: 24px;
  }
  .top_headline2 {
    font-size: 40px;
  }
  .top_headline3 {
    margin-top: 0px;
    padding-bottom: 19px;
    font-size: 40px;
  }
  .top_headline4 {
    margin-top: 5px;
    font-size: 30px;
    line-height: 30px;
  }
  .main_text_bullets {
    font-size: 20px;
    text-align: left;
  }
  .main_text_disclaimer {
    display: block;
    width: 60%;
  }
  .main_text_body {
    display: block;
    width: 70%;
  }
  .top_headline5 {
    display: block;
    width: 70%;
  }
  .whats_next {
    padding-top: 141px;
    padding-bottom: 101px;
  }
  .schedule_consultation {
    padding-top: 57px;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
  p {
    line-height: 20px;
  }
  .main_pict {
    height: auto;
    padding-top: 58px;
    padding-bottom: 128px;
    background-position: 80% 50%;
  }
  .navbar {
    position: fixed;
    top: 0px;
    padding-right: 0px;
  }
  .logo {
    width: 35%;
    margin-bottom: 0px;
    padding: 5px 8px;
    float: left;
    text-align: left;
  }
  .nav_menu {
/*     float: right; */
    clear: right;
	position:fixed;
	margin: 10% 0 0 50%;
  }
  .phone_number_top {
    display: inline-block;
    margin-top: 8px;
    padding-top: 9px;
    padding-left: 0px;
    float: right;
    font-size: 20px;
    line-height: 20px;
  }
  .financing {
    height: auto;
    padding-top: 117px;
  }
  .main_text_div {
    padding-bottom: 20px;
    text-align: left;
  }
  .main_text_div.black {
    left: 0%;
    width: 100%;
  }
  .main_text_div.lasik {
    left: 4%;
    width: 60%;
    text-align: left;
  }
  .arrow_down_link {
    left: 3%;
    display: none;
  }
  .video_div {
    width: 100%;
  }
  .lasik_self_test {
    height: auto;
    padding-top: 168px;
    background-position: 0px 0px;
  }
  .about_section {
    background-position: 30% 0%;
  }
  .contact_headline {
    font-size: 24px;
    line-height: 28px;
  }
  .phone_number_bottom {
    font-size: 24px;
  }
  .address_text {
    font-size: 14px;
  }
  .copyright {
    left: 7%;
  }
  .logo_header {
    left: 0%;
    width: 88%;
    height: auto;
  }
  .menu_button.w--open {
    clear: right;
  }
  .about_headline {
    font-size: 24px;
    line-height: 28px;
  }
  .about_text {
    font-size: 14px;
  }
  .lasik_headline {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 26px;
  }
  .learn_button.blue {
    padding: 5px 35px;
    font-size: 12px;
  }
  .top_headline1 {
    font-size: 18px;
    line-height: 18px;
  }
  .top_headline2 {
    font-size: 24px;
    line-height: 24px;
  }
  .top_headline3 {
    padding-bottom: 9px;
    font-size: 24px;
    line-height: 24px;
  }
  .top_headline4 {
    margin-top: 3px;
    font-size: 20px;
    line-height: 22px;
  }
  .main_text_bullets {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }
  .main_text_body {
    font-size: 12px;
    line-height: 16px;
  }
  .top_headline5 {
    font-size: 14px;
    line-height: 18px;
  }
  .lasik_text {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .whats_next {
    height: auto;
    padding-top: 108px;
    padding-bottom: 459px;
    background-position: 62% 50%;
  }
  .schedule_consultation {
    height: auto;
    padding-top: 85px;
    padding-bottom: 85px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 24px;
    line-height: 30px;
  }
  h3 {
    font-size: 20px;
  }
  p {
    line-height: 18px;
    letter-spacing: 0px;
  }
  .main_pict {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.70), rgba(255, 255, 255, 0.74)), url('../images/main_pict.jpg');
    background-image: linear-gradient(rgba(255, 255, 255, 0.70), rgba(255, 255, 255, 0.74)), url('../images/main_pict.jpg');
    background-position: 0px 0px, 86% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .navbar {
    position: static;
    top: 1px;
  }
  .logo {
    width: 55%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .phone_number_top {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 9px;
    padding-left: 9px;
    float: none;
    font-size: 16px;
  }
  .submit_button.vol2 {
    padding: 5px 35px;
    font-size: 12px;
  }
  .financing {
    padding-top: 50px;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.47) 1%, rgba(255, 255, 255, 0.4)), url('../images/lasik_pict.jpg');
    background-image: linear-gradient(rgba(255, 255, 255, 0.47) 1%, rgba(255, 255, 255, 0.4)), url('../images/lasik_pict.jpg');
    background-position: 0px 0px, 79% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .main_text_div {
    left: 0%;
    width: 100%;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
  }
  .main_text_div.top {
    padding-top: 15px;
    padding-right: 18px;
    padding-left: 18px;
    text-align: left;
  }
  .main_text_div.lasik {
    left: 0%;
    width: 100%;
  }
  .lasik_self_test {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.76)), url('../images/lasik_test_pict.jpg');
    background-image: linear-gradient(rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.76)), url('../images/lasik_test_pict.jpg');
    background-position: 0px 0px, 65% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .about_section {
    padding-top: 100px;
    padding-bottom: 250px;
  }
  .contact_headline {
    font-size: 20px;
    line-height: 24px;
  }
  .phone_number_bottom {
    font-size: 24px;
  }
  .address_text {
    font-size: 14px;
    line-height: 22px;
  }
  .copyright {
    left: 0%;
    width: 100%;
    padding-right: 15px;
    padding-left: 16px;
  }
  .logo_header {
    width: 80%;
  }
  .menu_button {
    position: fixed;
	margin-left:86%;
  }
  .about_headline {
    font-size: 20px;
    line-height: 24px;
  }
  .about_text {
    line-height: 24px;
  }
  .lasik_headline {
    font-size: 20px;
    line-height: 20px;
  }
  .learn_button.blue {
    padding-right: 19px;
    padding-left: 19px;
    line-height: 14px;
    text-align: center;
  }
  .top_headline1 {
    text-align: left;
  }
  .top_headline2 {
    text-align: left;
  }
  .top_headline3 {
    text-align: left;
  }
  .top_headline4 {
    text-align: left;
  }
  .main_text_bullets {
    text-align: left;
  }
  .main_text_disclaimer {
    width: 100%;
  }
  .main_text_body {
    width: 100%;
  }
  .top_headline5 {
    width: 100%;
    margin-top: 17px;
  }
  .whats_next {
    padding-top: 50px;
    background-position: 69% 50%;
  }
  .navbar_div {
    position: absolute;
  }
}

