h1 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto Slab, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: #062f6d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Roboto Slab, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2em;
}

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

h4 {
  color: #065ce0;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

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

.hero {
  height: 100vh;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .81), rgba(0, 0, 0, .2) 58%, rgba(0, 0, 0, 0) 81%, rgba(0, 0, 0, 0)), url('../images/senior-man-at-lake.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 5%;
  display: flex;
}

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

.brand {
  max-width: 250px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.nav-link {
  color: #062f6d;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #065ce0;
}

.hero-wrapper-div {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.sub-heading {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 2.5em;
  line-height: 1.2em;
}

.p-center-white-no-marg {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.5em;
}

.buttons-holder {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button-white {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px dotted #fff;
  padding: 15px 30px;
}

.button-white:hover {
  background-color: #061938;
  border-color: #061938;
}

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

.button-white.hover-white {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.button-white.hover-white:hover {
  color: #062f6d;
  background-color: #fff;
  border-color: #fff;
}

.nav-menu {
  padding-top: .5%;
}

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

.self-test-wrapper {
  width: 90%;
  max-width: 1600px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.treating-cataracts-section {
  min-height: 65vh;
  background-image: linear-gradient(to right, rgba(255, 255, 255, .66), rgba(255, 255, 255, .66) 33%, rgba(255, 255, 255, .58) 42%, rgba(255, 255, 255, .41) 61%, rgba(255, 255, 255, 0) 71%, rgba(255, 255, 255, 0)), url('../images/happy-senior-woman.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-items: center;
  padding: 100px 5%;
  display: flex;
}

.treating-wraper-div {
  width: 50%;
}

.block-quote {
  border-left-color: #065ce0;
  margin-bottom: 20px;
  font-family: Roboto Slab, sans-serif;
  font-size: 3em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5em;
}

.button-blue {
  color: #061938;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px dotted #061938;
  padding: 15px 30px;
}

.button-blue:hover {
  color: #fff;
  background-color: #061938;
  border-color: #061938;
}

.button-blue.solid {
  color: #fff;
  background-color: #061938;
}

.button-blue.solid:hover {
  background-color: #065ce0;
  border-color: #065ce0;
}

.button-blue.solid.white {
  color: #062f6d;
  background-color: #fff;
  border-color: #fff;
}

.button-blue.solid.white:hover {
  color: #fff;
  background-color: #065ce0;
  border-color: #065ce0;
}

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

.considering-wrapper-div {
  width: 90%;
  min-height: 400px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.photo-48.photo-50 {
  width: 50%;
}

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

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

.text-48._45 {
  width: 45%;
}

.h2-left {
  text-align: left;
}

.h2-left.less-marg {
  margin-bottom: 10px;
}

.h2-left.less-marg.white, .h2-left.light {
  color: #fff;
}

.what-to-do-section {
  min-height: 75vh;
  background-image: url('../images/golfer.jpg');
  background-position: 38% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-end;
  align-items: center;
  padding: 100px 5%;
  display: flex;
}

.what-to-do-wrapper-div {
  width: 45%;
  border: 2px dotted #061938;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.h3-left {
  text-align: left;
}

.fancy-list-item {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.fancy-list-item.bottom {
  margin-bottom: 20px;
}

.image-2 {
  width: 50px;
  margin-right: 15px;
}

.tabs-menu {
  width: 30%;
  flex-direction: column;
  display: flex;
}

.tabs {
  width: 100%;
  height: 100%;
  justify-content: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs-content {
  width: 70%;
  height: 100%;
}

.tab-links {
  height: 16.666%;
  color: #143a6f;
  background-color: #e8f1ff;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  display: flex;
}

.tab-links:hover {
  color: #fff;
  background-color: #062f6d;
}

.tab-links.w--current {
  color: #fff;
  background-color: #062f6d;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.tab-pane-tab-1 {
  width: 100%;
  height: 100%;
  float: right;
  object-fit: cover;
  overflow: hidden;
}

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

.text-30 {
  width: 38%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.photo-65 {
  width: 58%;
  object-fit: cover;
  overflow: hidden;
}

.cta-strip {
  background-color: #062f6d;
  justify-content: space-between;
  align-items: stretch;
  padding: 50px 5%;
  display: flex;
}

.cta-text {
  width: 72%;
  color: #fff;
  font-family: Roboto Slab, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.5em;
}

.cta-div {
  width: auto;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block {
  margin-bottom: 20px;
  font-size: 1.5em;
}

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

.lens-wrapper-div {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.iol-block {
  width: 32%;
  min-height: 300px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.iol-image {
  min-height: 300px;
  background-image: url('../images/acrysof_iq-monofocal.png'), radial-gradient(circle, rgba(255, 255, 255, 0) 48%, rgba(147, 148, 148, .29));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 90%, auto;
}

.iol-image.multifocal {
  width: 100%;
  background-image: url('../images/acrysof_restor-multifocal.png'), radial-gradient(circle, rgba(255, 255, 255, 0) 48%, rgba(147, 148, 148, .29));
}

.iol-image.panoptix {
  width: 100%;
  background-image: url('../images/AcrySof_IQ_PanOptix_TORIC.png'), radial-gradient(circle, rgba(255, 255, 255, 0) 48%, rgba(147, 148, 148, .29));
}

.iol-image.lal {
  width: 100%;
  background-image: url('../images/rxsight_LAL-copy.png'), radial-gradient(circle, rgba(255, 255, 255, 0) 48%, rgba(147, 148, 148, .29));
}

.io-text-wrapper {
  min-height: 0;
  padding: 0;
}

.package-accordion-item {
  width: auto;
  padding-bottom: 10px;
}

.iol-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

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

.astigmatism-section {
  min-height: 50vh;
  background-image: url('../images/senior-man-jogging.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 5%;
  display: flex;
}

.astigmatism-wrapper {
  width: 45%;
  background-color: rgba(0, 0, 0, .64);
  border: 2px dotted #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.p-white {
  color: #fff;
}

.doctor-section {
  background-color: #061938;
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonial-section {
  background-image: url('../images/blurry-background.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonial-wrapper {
  width: 90%;
  max-width: 1280px;
  min-height: 400px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.block-quote-2 {
  border-left-color: #065ce0;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.5em;
}

.text-block-2 {
  color: #065ce0;
  margin-bottom: 0;
  margin-left: 25px;
  font-family: Roboto Slab, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}

.text-block-3 {
  margin-left: 25px;
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.footer-48 {
  width: 48%;
}

.location-holder {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.location-48 {
  width: 48%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.location-48.map {
  min-height: 175px;
  background-image: url('../images/Screenshot-2023-06-27-at-3.11.52-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.location-48.map.richardson {
  background-image: url('../images/Screenshot-2023-06-27-at-3.13.18-PM.png');
}

.copyright {
  color: #fff;
  background-color: #062f6d;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.buttons-holder-mobile {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: none;
}

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

  h2 {
    font-size: 2.5em;
  }

  h4 {
    text-align: left;
    font-size: 1.2em;
  }

  .brand {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sub-heading {
    font-size: 1.5em;
  }

  .p-center-white-no-marg {
    font-size: 1em;
  }

  .nav-menu {
    background-color: #fff;
  }

  .treating-cataracts-section {
    background-image: linear-gradient(rgba(255, 255, 255, .29), rgba(255, 255, 255, .29)), url('../images/blurry-background.jpg'), linear-gradient(to right, rgba(255, 255, 255, .66), rgba(255, 255, 255, .66) 33%, rgba(255, 255, 255, .58) 42%, rgba(255, 255, 255, .41) 61%, rgba(255, 255, 255, 0) 71%, rgba(255, 255, 255, 0)), url('../images/happy-senior-woman.jpg');
    background-position: 0 0, 0 0, 0 0, 0 0;
    background-repeat: repeat, no-repeat, repeat, no-repeat;
    background-size: auto, cover, auto, cover;
    background-attachment: scroll, scroll, scroll, fixed;
    padding-left: 0%;
    padding-right: 0%;
  }

  .treating-wraper-div {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .photo-48.photo-50 {
    width: 100%;
  }

  .text-48._45 {
    width: 100%;
    margin-bottom: 30px;
  }

  .what-to-do-section {
    min-height: 0;
    background-color: #e8f1ff;
    background-image: linear-gradient(#e8f1ff, #e8f1ff), url('../images/golfer.jpg');
    background-position: 0 0, 38% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-left: 0%;
    padding-right: 0%;
  }

  .what-to-do-wrapper-div {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-menu {
    width: 100%;
    text-align: center;
  }

  .tabs {
    width: 100%;
    height: 600px;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 30px;
  }

  .tabs-content {
    width: 100%;
    height: auto;
  }

  .tab-pane-tab-1 {
    height: auto;
  }

  .text-30, .photo-65 {
    width: 100%;
  }

  .cta-strip {
    flex-direction: column;
  }

  .cta-text {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2em;
  }

  .cta-div {
    width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .iol-block {
    width: 100%;
  }

  .io-text-wrapper {
    padding: 0 0 10px;
  }

  .iol-wrapper {
    flex-wrap: wrap;
  }

  .astigmatism-section {
    min-height: 0;
    background-image: radial-gradient(circle, #062f6d 43%, #061938), linear-gradient(to right, rgba(0, 0, 0, .47), rgba(0, 0, 0, .27) 60%, rgba(0, 0, 0, 0) 71%, rgba(0, 0, 0, 0)), url('../images/woman-jogging.jpg');
    background-position: 0 0, 0 0, 100% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
  }

  .astigmatism-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .block-quote-2 {
    font-size: 1.2em;
  }

  .location-48.map {
    min-height: 125px;
  }

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

  .icon {
    color: #065ce0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 2em;
  }

  h2 {
    font-size: 2em;
  }

  .hero {
    height: 500px;
  }

  .brand {
    max-width: 200px;
  }

  .sub-heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.2em;
  }

  .buttons-holder {
    display: none;
  }

  .button-white {
    text-align: center;
  }

  .button-white.no-lines-bottom {
    border-bottom-style: none;
  }

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

  .treating-cataracts-section {
    min-height: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .block-quote {
    font-size: 2em;
  }

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

  .photo-48 {
    width: 100%;
  }

  .text-48 {
    width: 100%;
    padding-top: 20px;
  }

  .what-to-do-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tabs-menu {
    width: 100%;
  }

  .tabs {
    height: auto;
    flex-direction: column;
    align-items: stretch;
  }

  .tabs-content {
    width: 100%;
  }

  .cta-text {
    font-size: 1.5em;
  }

  .text-block {
    font-size: 1.2em;
  }

  .lens-section {
    padding-top: 50px;
  }

  .iol-block {
    width: 100%;
  }

  .iol-image {
    margin-top: 15px;
  }

  .io-text-wrapper {
    padding-bottom: 0;
  }

  .iol-wrapper {
    flex-wrap: wrap;
  }

  .astigmatism-section {
    padding: 50px 0%;
  }

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

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

  .testimonial-wrapper {
    flex-direction: column;
  }

  .footer {
    padding-top: 50px;
  }

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

  .footer-48 {
    width: 100%;
    margin-bottom: 20px;
  }

  .copyright {
    padding-bottom: 140px;
  }

  .menu-button {
    padding: 10px;
  }

  .buttons-holder-mobile {
    background-color: #065ce0;
    flex-direction: column;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

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

  .hero {
    height: 600px;
  }

  .brand {
    max-width: 175px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
  }

  .sub-heading {
    margin-bottom: 10px;
    font-size: 1em;
  }

  .p-center-white-no-marg {
    line-height: 1.2em;
  }

  .button-white {
    padding-left: 10px;
    padding-right: 10px;
    font-size: .8em;
  }

  .button-white.hover-white {
    font-size: .8em;
  }

  .button-white.no-lines-bottom.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-quote {
    font-size: 1.5em;
  }

  .button-blue {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .9em;
  }

  .button-blue.solid {
    font-size: .8em;
  }

  .what-to-do-wrapper-div {
    padding: 15px;
  }

  .image-2 {
    width: 40px;
    margin-right: 10px;
  }

  .tabs {
    height: auto;
    margin-top: 20px;
  }

  .lens-section {
    padding-bottom: 30px;
  }

  .iol-image {
    margin-top: 0;
  }

  .io-text-wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    padding-bottom: 30px;
  }

  .location-48.map {
    min-height: 100px;
  }

  .copyright {
    text-align: center;
    padding-bottom: 145px;
    line-height: 1.5em;
  }

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


