.body {
  font-family: Epilogue, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.75em;
}

.hero {
  height: 100vh;
}

.hero.lasik {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 75px 75px 75px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/young-woman-at-beach.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-wrapper {
  max-width: 60%;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #082679;
  font-size: 1.7em;
  line-height: 1.2em;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.h3.white {
  color: #fff;
}

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

.h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Playfair Display', sans-serif;
  color: #082679;
  font-size: 3em;
  line-height: 1.2em;
}

.h2.center {
  margin-bottom: 20px;
  font-size: 3em;
  line-height: 1.2em;
  text-align: center;
}

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

.h2.white {
  color: #fff;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.23);
}

.brand {
  position: absolute;
  left: 2%;
  max-width: 8%;
  min-width: 150px;
  padding: 10px;
  background-color: #179ad6;
}

.nav-link {
  margin-left: 5px;
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 1em;
  font-weight: 300;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #179ad6;
  color: #fff;
}

.hero-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.hero-buttons.vert {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button {
  padding: 20px 30px 15px;
  border-radius: 50px;
  background-color: #f58905;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #333;
  line-height: 1em;
  font-weight: 300;
  text-transform: uppercase;
}

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

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

.button.blue {
  background-color: #179ad6;
  color: #fff;
  text-align: center;
}

.button.blue:hover {
  background-color: #f58905;
  color: #333;
}

.button.marg-vert {
  margin-right: 0px;
  margin-bottom: 10px;
  text-align: center;
}

.self-test-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.self-test-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  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;
}

.h1 {
  margin-top: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #082679;
  font-size: 4.5em;
  line-height: 1.2em;
}

.h1.white {
  color: #082679;
}

.self-test-holder {
  max-width: 95%;
  width: 100%;
}

.par {
  margin-bottom: 20px;
}

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

.par.center.white {
  color: #fff;
}

.par.white {
  color: #fff;
}

.doctors-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding: 100px 0px 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;
  background-color: #179ad6;
}

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

.testimonial-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1600px;
  -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;
}

.request-consult-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 45vh;
  padding-top: 100px;
  padding-bottom: 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;
  background-image: url('../images/shutterstock_1575243328.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.request-consult-wrapper-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1400px;
  padding: 50px 50px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.form-item-holder {
  width: 100%;
  margin-bottom: 20px;
}

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

.form-block {
  width: 90%;
  margin-bottom: 50px;
}

.textarea {
  min-height: 100px;
}

.locations-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.locations-wrapper-div {
  width: 90%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.location_headline-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(248, 198, 122, 0.52);
  font-family: 'Playfair Display', sans-serif;
  color: #179ad6;
  font-size: 35px;
  line-height: 35px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.tablink-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12.5%;
  padding: 15px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 5px solid transparent;
  background-color: transparent;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.tablink-2:hover {
  color: #179ad6;
}

.tablink-2.w--current {
  border-bottom: 5px solid #179ad6;
  background-color: transparent;
  color: #333;
}

.tabs-menu-3 {
  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;
  border-bottom: 1px solid #a5a5a5;
}

.address-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -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;
}

.map_div-2 {
  width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.map-image-div-2 {
  height: 300px;
  background-color: #b0b7bc;
  background-image: url('../images/clearwater.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.map-image-div-2.ts {
  background-image: url('../images/Tarpon-Springs.jpg');
}

.map-image-div-2.wc {
  background-image: url('../images/Wesley-Chapel.jpg');
}


.locations_ajax {
  width: 100%;
  margin-top: 50px;
}

.ajax_flex_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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;
}

.location_text {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #403a3a;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.tabpane-2 {
  min-height: 400px;
  padding: 39px 39px 0px;
}

.text-block-13 {
  margin-bottom: 10px;
}

.link {
  color: #179ad6;
}

.link:hover {
  color: #f58905;
}

.mobile-hero {
  display: none;
}

.why-lasik-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1600px;
  min-height: 400px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.why-lasik-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 0px;
  -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: url('../images/aerial-ocean.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.text-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -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;
}

.photo-48 {
  overflow: hidden;
  width: 48%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lasik-how {
  min-height: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 100px 0px;
}

.lasik-how-wrapper {
  display: block;
  width: 90%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.how-lasik-50-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  margin-bottom: 4%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

.slider {
  width: 100%;
  min-height: 400px;
  margin-top: 30px;
  margin-bottom: 50px;
  background-color: transparent;
}

.slide-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 90px;
  padding-left: 90px;
  -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;
}

.stars-div {
  max-width: 200px;
  margin-bottom: 20px;
}

.why-trust-wrapper-div {
  width: 90%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.doc-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.doc-photo {
  overflow: hidden;
  width: 30%;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.doc-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 68%;
  -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;
}

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

.dr-howard-parallax {
  min-height: 45vh;
  background-image: url('../images/dr-howard-eye-exam.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media screen and (max-width: 991px) {
  .hero.lasik {
    height: 800px;
    padding-left: 30px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: 75% 0%;
  }

  .h3 {
    font-size: 1.2em;
  }

  .h2.center {
    font-size: 2.6em;
  }

  .brand {
    z-index: 1000;
    max-width: 10%;
    min-width: 125px;
  }

  .hero-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;
    margin-bottom: 10px;
    text-align: center;
  }

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

  .h1 {
    font-size: 3.5em;
  }

  .doctors-section {
    padding-bottom: 100px;
  }

  .location_headline-2 {
    font-size: 35px;
    line-height: 40px;
  }

  .tablink-2 {
    width: 50%;
    font-size: 15px;
  }

  .tabs-menu-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ajax_flex_container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .location_text {
    font-size: 14px;
    line-height: 25px;
  }

  .tabpane-2 {
    padding: 25px 0px 0px;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: #179ad6;
  }

  .nav-menu {
    padding-top: 50px;
    background-color: #fff;
  }

  .why-lasik-wrapper {
    width: auto;
    padding: 30px;
  }

  .why-lasik-section {
    min-height: 0px;
    padding: 30px;
    -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;
  }

  .text-48 {
    width: 100%;
  }

  .photo-48 {
    width: 100%;
  }

  .photo-48._2 {
    display: none;
  }

  .lasik-how {
    padding: 100px 35px 75px;
  }

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

  .slide-div {
    padding-right: 0px;
    padding-left: 0px;
  }

  .doc-photo {
    width: 40%;
  }

  .doc-text {
    width: 55%;
  }

  .dr-howard-parallax {
    min-height: 35vh;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero.lasik {
    height: 500px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .h3 {
    font-size: 1em;
  }

  .self-test-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .h1 {
    font-size: 3em;
  }

  .doctors-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .request-consult-section {
    padding: 0px;
  }

  .request-consult-wrapper-div {
    width: 100%;
    background-color: #fff;
  }

  .form-block {
    width: 100%;
  }

  .locations-section {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .tablink-2 {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tabs-menu-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .address-div {
    width: 48%;
  }

  .map_div-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .location_text {
    font-size: 14px;
    line-height: 24px;
  }

  .tabpane-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-13 {
    text-align: center;
  }

  .why-lasik-wrapper {
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-48 {
    padding-bottom: 30px;
  }

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

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

  .doc-photo {
    margin-bottom: 20px;
  }

  .doc-text {
    width: 100%;
  }

  .dr-howard-parallax {
    min-height: 25vh;
  }
}

@media screen and (max-width: 479px) {
  .hero.lasik {
    height: auto;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-wrapper {
    max-width: none;
    padding: 20px;
    background-color: #082679;
  }

  .h3 {
    color: #fff;
  }

  .h2 {
    font-size: 2em;
  }

  .h2.center {
    font-size: 2em;
  }

  .brand {
    max-width: 30%;
    min-width: 0px;
    padding: 5px;
  }

  .button {
    text-align: center;
  }

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

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

  .self-test-section {
    padding-top: 30px;
  }

  .h1 {
    font-size: 2.5em;
  }

  .h1.white {
    color: #fff;
  }

  .self-test-holder {
    max-width: none;
  }

  .testimonials-section {
    min-height: 0px;
  }

  .request-consult-wrapper-div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .locations-section {
    padding-bottom: 20px;
    border-bottom: 10px solid #f58905;
  }

  .tablink-2 {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
    color: #007dc3;
    font-size: 16px;
  }

  .address-div {
    width: 100%;
  }

  .map_div-2 {
    width: 100%;
    margin-bottom: 18px;
  }

  .location_text {
    font-family: Epilogue, sans-serif;
  }

  .tabpane-2 {
    padding-bottom: 0px;
  }

  .menu-button {
    padding: 5px;
  }

  .mobile-hero {
    display: block;
  }

  .why-lasik-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .why-lasik-section {
    padding: 0px;
  }

  .text-48 {
    padding-bottom: 0px;
  }

  .photo-48._1 {
    display: none;
  }

  .slider {
    min-height: 100vh;
  }

  .doc-photo {
    width: 75%;
  }

  .dr-howard-parallax {
    background-attachment: scroll;
  }
}

