:root {
  --color-3: #457094;
  --color-2: #333;
  --color: white;
  --color-6: #fed148;
  --color-4: #575757;
  --color-5: #3498dc;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

h2 {
  color: var(--color-3);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.body {
  color: var(--color-2);
  font-family: Cabin, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

.hero {
  height: 100vh;
  background-image: url('../images/hero-girl.jpg');
  background-position: 0 65%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  padding: 10% 5% 5% 3%;
  display: flex;
}

.navbar {
  background-color: var(--color);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 -2px 14px rgba(0, 0, 0, .53);
}

.brand {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}

.nav-menu {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.image {
  max-height: 100px;
}

.nav-link {
  color: var(--color-3);
  text-transform: uppercase;
  border-bottom: 2px solid rgba(69, 112, 148, 0);
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.2em;
}

.nav-link:hover {
  border-bottom-color: #457094;
}

.nav-items-holder {
  width: 30%;
  justify-content: space-between;
  display: flex;
}

.hero-wrapper-div {
  width: 700px;
  height: 265px;
  border-bottom: 2px solid var(--color);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 20px 20px;
  display: flex;
  position: relative;
}

.hero-text-large {
  max-width: 650px;
  color: var(--color);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .37);
  margin-bottom: 5px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 3.2em;
  font-weight: 400;
  line-height: 1.2em;
}

.hero-smaller-text {
  color: var(--color);
  margin-bottom: 20px;
  font-size: 2em;
  line-height: 1.2em;
}

.offer-text {
  width: 100%;
  color: var(--color-2);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #fed148;
  margin-bottom: 30px;
  padding: 10px 25px;
  font-size: 1.5em;
}

.hero-buttons-holder {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button {
  border: 1px solid var(--color-6);
  background-color: var(--color-6);
  color: var(--color-2);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 12px 30px;
  font-size: .9em;
  line-height: 1.2em;
}

.button:hover {
  border-color: var(--color);
  background-color: var(--color-3);
  color: var(--color);
}

.button.white {
  background-color: var(--color);
}

.button.white:hover {
  background-color: var(--color-6);
  color: var(--color-2);
}

.button.white.hero-button {
  width: 320px;
}

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

.left-box-line {
  width: 2px;
  height: 235px;
  background-color: var(--color);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.right-box-line {
  width: 2px;
  height: 235px;
  background-color: var(--color);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.top-left-line {
  width: 20px;
  height: 2px;
  background-color: var(--color);
  position: absolute;
  top: 28px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.top-right-line {
  width: 20px;
  height: 2px;
  background-color: var(--color);
  position: absolute;
  top: 28px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.self-test-section {
  padding: 0%;
}

.self-test-wrapper-div {
  width: 100%;
  max-width: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2-center {
  color: #457094;
  text-align: center;
}

.h2-center.white {
  color: var(--color);
}

.text-block {
  text-align: left;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.image-2 {
  max-width: 100%;
  min-width: 0;
}

.self-test-text-left {
  width: 40%;
  background-color: rgba(69, 112, 148, .2);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 51px;
  display: flex;
}

.self-test-holder {
  width: 60%;
  object-fit: contain;
  padding: 30px;
  overflow: hidden;
}

.rangers-section {
  min-height: 55vh;
  background-image: url('../images/baseball-stadium.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 5%;
  display: flex;
}

.rangers-wrapper-div {
  width: 100%;
  background-color: rgba(0, 0, 0, .6);
  flex-direction: column;
  align-items: center;
  padding: 50px 50px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-left-baseball {
  width: 35%;
  height: 2px;
  background-color: var(--color);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bottom-right-baseball {
  width: 35%;
  height: 2px;
  background-color: var(--color);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.top-left-v-baseball {
  width: 2px;
  height: 200px;
  background-color: var(--color);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bottom-right-v-baseball {
  width: 2px;
  height: 200px;
  background-color: var(--color);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-3 {
  max-width: 200px;
  margin-bottom: 20px;
}

.h3-center-white, .h2-center-white {
  color: var(--color);
  text-align: center;
}

.h2-center-white.large {
  text-transform: uppercase;
  font-size: 5em;
}

.why-choose-section {
  padding-top: 5%;
  padding-bottom: 2.5%;
}

.why-choose-wrapper {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.why-choose-items {
  max-width: 90%;
  justify-content: space-between;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.why-div {
  width: 32.5%;
  border: 0px none var(--color-3);
  text-align: center;
  background-color: rgba(69, 112, 148, .1);
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
  display: flex;
  position: relative;
}

.why-icon-holder {
  width: 50px;
  height: 50px;
  background-color: var(--color-3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}

.why-title {
  width: 100%;
  color: var(--color-3);
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  margin-bottom: 25px;
  padding: 0;
  font-weight: 700;
}

.top-left-why {
  width: 30%;
  height: 2px;
  background-color: var(--color-3);
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.top-left-why.yellow {
  background-color: var(--color-6);
}

.top-left-v-why {
  width: 2px;
  height: 75px;
  background-color: var(--color-3);
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.top-left-v-why.yellow {
  background-color: var(--color-6);
}

.text-block-2 {
  margin-left: 20px;
  margin-right: 20px;
}

.bottom-right-v-why {
  width: 2px;
  height: 75px;
  background-color: var(--color-3);
  margin-bottom: 10px;
  margin-right: 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bottom-right-v-why.yellow {
  background-color: var(--color-6);
}

.bottom-right-why {
  width: 30%;
  height: 2px;
  background-color: var(--color-3);
  margin-bottom: 10px;
  margin-right: 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bottom-right-why.yellow {
  background-color: var(--color-6);
}

.before-after {
  color: #fff;
  text-transform: uppercase;
  cursor: col-resize;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

.before-img {
  width: 100vw;
  object-fit: cover;
  object-position: 0% 50%;
  display: block;
}

.after-wrap {
  z-index: 1;
  width: 50%;
  border-right: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slider-arrows-img {
  z-index: 2;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(50%, -50%);
}

.after-img {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0% 50%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.before-after-label {
  z-index: 2;
  background-color: var(--color-3);
  border-radius: 0;
  flex: none;
  padding: 15px 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.before-after-label.after-label {
  z-index: 2;
  background-color: var(--color-3);
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.outcomes-holder {
  width: 60%;
  object-fit: contain;
  padding: 50px 30px 50px 50px;
  overflow: hidden;
}

.better-text {
  width: 40%;
  background-color: var(--color);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 51px;
  display: flex;
}

.how-lasik-works-section {
  min-height: 0;
  justify-content: space-between;
  display: flex;
}

.color-strip {
  width: 5%;
  background-color: var(--color-3);
}

.photo-div-45 {
  width: 45%;
  object-fit: cover;
  overflow: hidden;
}

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

.text-50 {
  width: 50%;
  background-color: var(--color-3);
  align-items: center;
  padding: 50px;
  display: flex;
}

.h2-white, .p-white {
  color: var(--color);
}

.button-holder {
  align-items: center;
  display: flex;
}

.outcomes-section {
  padding: 5% 0%;
}

.doc-section {
  padding-top: 5%;
  padding-bottom: 5%;
}

.doc-wrapper {
  width: 90%;
  justify-content: space-between;
  margin-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.doc-wrapper._2 {
  margin-bottom: 0;
}

.doc-text-div {
  width: 55%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.doc-photo {
  width: 40%;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}

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

.testimonials {
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/dallas-under-bridge.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 5%;
  padding-bottom: 5%;
}

.testimonial-div {
  width: 24%;
  border: 0px none var(--color-3);
  text-align: center;
  background-color: rgba(255, 255, 255, .81);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  line-height: 1.5em;
  display: flex;
  position: relative;
}

.testimonial-image {
  width: 100px;
  height: 100px;
  background-color: var(--color-3);
  object-fit: cover;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

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

.testimonial {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.photo-trstimonial {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer {
  background-color: var(--color-3);
  padding-top: 5%;
  padding-bottom: 5%;
}

.form-block {
  margin-top: 20px;
}

.footer-div-right {
  width: 60%;
  background-color: #fff;
  border-radius: 0;
  padding: 30px;
  position: relative;
}

.brand-2 {
  max-width: 225px;
  margin-bottom: 20px;
}

.field-label {
  font-weight: 400;
}

.footer-wrapper-div {
  width: 90%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3-white {
  color: #fff;
}

.h3-white.marg {
  margin-bottom: 20px;
  margin-left: 0;
}

.footer-div-left {
  width: 35%;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 25px;
  display: flex;
}

.text-span-location {
  color: var(--color);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.2em;
  font-weight: 700;
}

.brand-mobile {
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
  position: relative;
}

.cost-photo {
  width: 40%;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}

.testimonial-items {
  max-width: 90%;
  justify-content: space-between;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-holder-mobile {
  align-items: center;
  display: none;
}

.button-mobile {
  border: 1px solid var(--color-6);
  background-color: var(--color-6);
  color: var(--color-2);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 12px 30px;
  font-size: .9em;
  line-height: 1.2em;
}

.button-mobile:hover {
  border-color: var(--color);
  background-color: var(--color-3);
  color: var(--color);
}

@media screen and (max-width: 991px) {
  .hero {
    height: 800px;
    background-position: 100% 100%;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 2%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .brand {
    display: none;
  }

  .nav-menu {
    background-color: var(--color);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image {
    max-height: 75px;
  }

  .nav-items-holder {
    width: 100%;
    flex-direction: column;
  }

  .hero-wrapper-div {
    height: 230px;
  }

  .hero-text-large {
    font-size: 3em;
  }

  .hero-smaller-text {
    font-size: 1.5em;
  }

  .offer-text {
    margin-bottom: 10px;
    font-size: 1.2em;
  }

  .left-box-line {
    height: 200px;
  }

  .right-box-line {
    height: 201px;
  }

  .top-left-line {
    width: 25px;
  }

  .top-right-line {
    top: 25px;
  }

  .self-test-section {
    flex-direction: column;
    display: flex;
  }

  .self-test-wrapper-div {
    flex-direction: column;
  }

  .self-test-text-left {
    width: 100%;
    background-color: var(--color);
    padding: 42px;
  }

  .self-test-holder {
    width: 100%;
    padding-top: 0;
  }

  .rangers-section {
    min-height: 35vh;
    background-position: 50% 100%;
    background-attachment: scroll;
  }

  .rangers-wrapper-div {
    padding: 30px 30px 10px;
  }

  .h2-center-white.large {
    font-size: 3.5em;
  }

  .why-choose-section {
    padding-bottom: 5%;
  }

  .why-choose-items {
    max-width: none;
    flex-direction: column;
  }

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

  .slider-arrows-img {
    width: 44px;
  }

  .before-after-label {
    padding: 12px 20px;
    font-size: 16px;
  }

  .outcomes-holder {
    width: 100%;
    padding-bottom: 0;
  }

  .better-text {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .how-lasik-works-section {
    flex-direction: column;
  }

  .color-strip {
    display: none;
  }

  .photo-div-45, .text-50 {
    width: 100%;
  }

  .doc-wrapper {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .doc-text-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .doc-photo {
    width: 100%;
  }

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

  .brand-mobile {
    display: block;
  }

  .icon {
    color: var(--color-3);
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--color);
  }

  .cost-photo {
    width: 100%;
    display: none;
  }

  .testimonial-items {
    max-width: 90%;
    flex-direction: column;
  }
}

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

  h3 {
    letter-spacing: 5px;
    font-size: 1em;
  }

  .hero {
    height: 500px;
  }

  .hero-wrapper-div {
    width: 550px;
    height: 150px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-text-large {
    max-width: 550px;
    margin-bottom: 0;
    font-size: 2.5em;
  }

  .hero-smaller-text {
    margin-bottom: 10px;
  }

  .offer-text {
    margin-bottom: 0;
  }

  .hero-buttons-holder {
    display: none;
  }

  .left-box-line, .right-box-line {
    height: 125px;
  }

  .top-left-line, .top-right-line {
    width: 15px;
    top: 22px;
  }

  .self-test-text-left {
    padding: 50px 5% 20px;
  }

  .self-test-holder {
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .rangers-wrapper-div {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3-center-white {
    font-size: 1em;
  }

  .h2-center-white.large {
    font-size: 2.8em;
  }

  .why-choose-items {
    margin-top: 0;
  }

  .before-after {
    height: 200px;
  }

  .before-img {
    height: 100%;
  }

  .slider-arrows-img {
    width: 36px;
  }

  .before-after-label {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
  }

  .before-after-label.after-label {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    font-size: 12px;
    line-height: 12px;
  }

  .outcomes-holder {
    padding: 5% 5% 0%;
  }

  .better-text, .text-50 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer {
    padding-bottom: 20%;
  }

  .footer-div-right {
    width: 100%;
  }

  .brand-2 {
    display: none;
  }

  .footer-wrapper-div {
    flex-direction: column;
  }

  .footer-div-left {
    width: 100%;
  }

  .button-holder-mobile {
    flex-direction: column;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .button-mobile {
    border-radius: 0;
  }

  .button-mobile.top {
    border-bottom-color: var(--color);
  }
}

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

  .hero {
    height: 600px;
    background-position: 75% 100%;
  }

  .hero-text-large {
    font-size: 1.9em;
  }

  .hero-smaller-text {
    text-align: center;
    font-size: 1em;
  }

  .offer-text {
    letter-spacing: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
  }

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

  .left-box-line, .right-box-line {
    height: 150px;
  }

  .top-left-line, .top-right-line {
    top: -2px;
  }

  .self-test-text-left {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .self-test-holder {
    padding-bottom: 5%;
  }

  .rangers-wrapper-div {
    padding: 10px;
  }

  .image-3 {
    max-width: 150px;
  }

  .h3-center-white {
    letter-spacing: 2px;
    font-size: .9em;
  }

  .why-choose-section {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .why-choose-wrapper {
    width: 90%;
  }

  .why-title {
    font-size: .9em;
  }

  .slider-arrows-img {
    width: 32px;
  }

  .before-after-label {
    max-width: 100px;
    min-height: 40px;
    text-align: center;
    align-items: center;
    padding: 8px 5px;
    font-size: 10px;
    display: flex;
    position: absolute;
    top: 20px;
  }

  .before-after-label.after-label {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
    top: 20%;
  }

  .text-50 {
    padding-top: 5%;
    padding-bottom: 20px;
  }

  .button-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .doc-section, .testimonials {
    padding-top: 50px;
  }

  .footer {
    padding-bottom: 35%;
  }

  .footer-div-right {
    padding: 20px;
  }
}


