:root {
  --color-4: #679ac9;
  --color-3: #132c44;
  --color: white;
  --color-2: #333;
  --color-5: #ff6500;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.4em;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
}

h3 {
  color: var(--color-4);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.3em;
}

h4 {
  color: var(--color-3);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.3em;
}

h5 {
  color: var(--color-4);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1em;
}

p {
  margin-bottom: 20px;
}

.body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

.navbar {
  z-index: 5000;
  background-color: var(--color);
  position: fixed;
  inset: 0% 0% auto;
}

.nav-div {
  justify-content: space-between;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  box-shadow: 0 2px 5px 4px #00000008;
}

.nav-link {
  color: var(--color-3);
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 1em;
}

.nav-link:hover {
  color: var(--color-4);
}

.nav-link.phone {
  background-color: var(--color-3);
  color: var(--color);
  background-image: url('../images/icons8-phone.svg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto 15px;
  margin-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  font-weight: 500;
}

.nav-link.phone:hover {
  background-color: var(--color-4);
}

.brand {
  width: 18%;
  padding-top: 7px;
  padding-bottom: 7px;
}

.hero-section {
  background-color: var(--color-3);
  background-image: linear-gradient(119deg, #132c44 21%, #132c44a3 96%), url('../images/bk-texture.png');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  height: 95vh;
  padding-top: 5%;
  display: flex;
}

.hero-wrapper {
  justify-content: space-around;
  width: 90%;
  max-width: 1850px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image {
  box-shadow: 11px 12px 0 3px var(--color-4);
  border-radius: 0;
  width: 55%;
  max-height: 600px;
  overflow: hidden;
}

.group-doc-image {
  box-shadow: 3px 3px 5px #0003;
}

.hero-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.h2-white {
  color: var(--color);
  line-height: 1.2em;
}

.light-italic {
  font-size: .5em;
  font-weight: 300;
  line-height: .9em;
}

.button-holder {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 25px;
  display: flex;
}

.button {
  border: 2px solid var(--color-4);
  color: var(--color);
  background-color: #fff0;
  margin-right: 10px;
  padding: 15px 25px;
  font-weight: 500;
  line-height: 1em;
}

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

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo {
  max-height: 80px;
}

.button-2 {
  border: 2px solid var(--color);
  background-color: var(--color);
  color: var(--color-3);
  background-image: url('../images/icons8-price-1.svg');
  background-position: 14%;
  background-repeat: no-repeat;
  background-size: auto 25px;
  padding: 15px 25px 15px 50px;
  font-weight: 500;
  line-height: 1em;
}

.button-2:hover {
  color: var(--color);
  background-color: #fff0;
  background-image: url('../images/icons8-price.svg'), url('../images/icons8-price-1.svg');
  background-position: 15%, 15%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 25px, auto 25px;
}

.pricing-section {
  padding-top: 4%;
  padding-bottom: 4%;
}

.pricing-wrapper {
  width: 85%;
  max-width: 1750px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

.pricing-image {
  width: 45%;
  min-height: 300px;
}

.price-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding: 20px 0;
  display: flex;
}

.top-div {
  justify-content: space-between;
  display: flex;
}

.list {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
}

.list-item {
  color: var(--color-3);
  margin-bottom: 10px;
  font-weight: 600;
}

.btm-div {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.form {
  background-color: var(--color-3);
  width: 100%;
  min-width: auto;
  margin-top: 20px;
  padding: 20px;
}

.submit-button {
  border: 1px solid var(--color-4);
  background-color: var(--color-4);
  text-transform: none;
  margin-top: 10px;
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
}

.submit-button:hover {
  background-color: #679ac900;
}

.form-title {
  color: var(--color);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.demo-section {
  background-color: var(--color-3);
  background-image: linear-gradient(#132c44e6, #132c44e6), url('../images/bk-texture.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 75vh;
  padding: 7%;
  display: flex;
  position: relative;
}

.demo-image {
  width: 52%;
  position: absolute;
  top: 60px;
  bottom: 60px;
  right: 7%;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.demo-content {
  z-index: 2;
  background-color: var(--color);
  width: 50%;
  padding: 5%;
  position: relative;
  box-shadow: 5px 5px 5px 4px #0000001a;
}

.button-3 {
  background-color: var(--color-4);
  color: var(--color);
  margin-top: 15px;
  padding: 20px;
  font-weight: 500;
  line-height: 1em;
}

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

.surgery-section {
  background-image: url('../images/woman-getting-eye-exam.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  padding: 5% 0%;
  display: flex;
}

.surgery-wrapper {
  background-color: var(--color);
  width: 50%;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 3% 3% 3% 5%;
}

.self-test-section {
  background-color: var(--color-3);
  padding-top: 4%;
  padding-bottom: 4%;
}

.test-wrapper {
  width: 70%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

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

.h4-center-blue {
  color: var(--color-4);
  text-align: center;
}

.test-image {
  background-color: var(--color);
  box-shadow: 10px 10px 0 2px var(--color-4);
  margin-top: 15px;
}

.condition-section {
  background-image: linear-gradient(260deg, #0000 38%, #ffffff80 69%, #ffffff9e 102%), url('../images/young-male-smiling.jpg');
  background-position: 0 0, 50% 15%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  justify-content: flex-start;
  align-items: center;
  min-height: 40vh;
  padding-top: 4%;
  padding-bottom: 4%;
  display: flex;
}

.condition-div {
  width: 55%;
  padding: 25px 0 25px 4%;
}

.h3-dark {
  color: var(--color-3);
}

.h3-dark.space {
  margin-top: 35px;
}

.about-section {
  background-color: var(--color);
  padding-top: 4%;
  padding-bottom: 4%;
}

.about-wrapper {
  justify-content: space-between;
  width: 80%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-image {
  box-shadow: 10px 10px 0 3px var(--color-4);
  width: 50%;
  position: relative;
}

.about-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.about-icon {
  z-index: 2;
  object-fit: contain;
  width: auto;
  height: 125px;
  position: absolute;
  inset: auto 2% -12% auto;
}

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

.doc-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.doc-div {
  background-color: var(--color-3);
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  padding: 0;
  display: flex;
  position: static;
}

.doc-image {
  object-fit: cover;
  width: 40%;
  min-height: auto;
  position: static;
  inset: auto auto 17% 2%;
}

.doc-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 50px;
  display: flex;
}

.white-text {
  color: var(--color);
}

.white-text.bold {
  font-weight: 700;
}

.testimonials-section {
  background-color: var(--color-3);
  background-image: linear-gradient(#132c44e6, #132c44e6), url('../images/bk-texture.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 5%;
  padding-bottom: 5%;
}

.testimonial-wrapper {
  width: 90%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-holder {
  justify-content: space-around;
  margin-top: 35px;
  display: flex;
}

.testimonial-div {
  background-color: var(--color);
  box-shadow: 10px 10px 0 2px var(--color-4);
  width: 30%;
  padding: 30px;
}

.name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
}

.location-section {
  background-color: var(--color-3);
  padding-bottom: 3%;
  position: relative;
}

.image-section {
  background-image: url('../images/office.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 50vh;
}

.location-wrapper {
  background-color: #132c44d9;
  justify-content: space-between;
  width: 80%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 35px;
  display: flex;
  position: relative;
  top: -65px;
}

._48-div {
  width: 48%;
}

.h4-white {
  color: var(--color);
}

.form-item {
  color: var(--color);
  font-weight: 400;
}

.form-answer {
  border: 2px solid var(--color-4);
  background-color: #ffffff0d;
}

.map {
  width: auto;
  max-width: 85%;
  margin-top: 20px;
}

.footer-text {
  color: var(--color-4);
  text-align: center;
  width: 80%;
  margin: 50px auto 0;
  font-size: 14px;
  line-height: 1.6em;
}

.footer-link {
  color: var(--color-4);
}

.footer-link:hover {
  color: var(--color);
}

.card-holder {
  z-index: 5;
  background-color: var(--color);
  border-radius: 20px;
  justify-content: space-around;
  align-items: stretch;
  width: 125%;
  margin-top: 10px;
  padding: 10px 5px 10px 0;
  display: flex;
  position: relative;
}

.card {
  background-color: #679ac94a;
  border-radius: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 31%;
  padding: 35px;
  display: flex;
}

.bold-text {
  color: var(--color-3);
  text-align: center;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3em;
}

.centered-text {
  text-align: center;
  margin-bottom: 0;
}

.icon {
  object-fit: contain;
  max-height: 120px;
  margin-left: 3px;
  margin-right: 3px;
}

.mobile-buttons {
  display: none;
}

@media screen and (max-width: 991px) {
  h3 {
    letter-spacing: 2px;
    font-size: 20px;
  }

  h4 {
    margin-bottom: 15px;
    font-size: 2em;
    line-height: 1.1em;
  }

  h5 {
    margin-bottom: 15px;
    font-size: 24px;
  }

  p {
    margin-bottom: 15px;
  }

  .nav-link.phone {
    background-position: 2%;
    margin-left: 0;
  }

  .brand {
    width: 20%;
  }

  .hero-section {
    height: 700px;
  }

  .hero-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 95%;
  }

  .hero-image {
    width: 50%;
  }

  .hero-content {
    width: 45%;
  }

  .h2-white {
    font-size: 3.5em;
    line-height: 1.1em;
  }

  .light-italic {
    font-size: .4em;
    line-height: .5em;
  }

  .button-holder {
    flex-flow: wrap;
    margin-top: 15px;
  }

  .button {
    margin-bottom: 10px;
  }

  .nav-menu {
    background-color: var(--color);
  }

  .pricing-wrapper {
    width: 92%;
  }

  .pricing-image {
    width: 50%;
  }

  .list {
    margin-top: 0;
    padding-left: 10px;
  }

  .demo-section {
    padding: 3%;
  }

  .demo-image {
    top: 40px;
    bottom: 40px;
    right: 0%;
  }

  .demo-content {
    width: 60%;
    padding: 4%;
  }

  .surgery-wrapper {
    width: 60%;
  }

  .test-image {
    margin-bottom: 15px;
  }

  .condition-section {
    background-image: linear-gradient(260deg, #0000 34%, #ffffff80 54%, #ffffffd4 86%), url('../images/young-male-smiling.jpg');
    background-position: 0 0, 60% 15%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .condition-div {
    width: 65%;
  }

  .about-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 90%;
  }

  .about-image {
    width: 45%;
  }

  .about-content {
    width: 50%;
  }

  .about-icon {
    height: 100px;
    bottom: -30%;
    right: 1%;
  }

  .doc-wrapper {
    width: 95%;
  }

  .doc-image {
    width: 45%;
  }

  .doc-content {
    width: 55%;
    padding: 30px;
  }

  .testimonial-holder {
    flex-flow: column;
    margin-top: 25px;
  }

  .testimonial-div {
    box-shadow: 6px 6px 0 2px var(--color-4);
    width: 100%;
    margin-bottom: 20px;
  }

  .location-section {
    padding-bottom: 2%;
  }

  .image-section {
    min-height: 40vh;
  }

  .location-wrapper {
    width: 90%;
    padding: 40px 25px;
  }

  .footer-text {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .card-holder {
    width: 150%;
    margin-top: 0;
  }

  .card {
    padding: 20px;
  }

  .icon {
    max-height: 100px;
  }

  .menu-button {
    padding: 15px;
  }

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

@media screen and (max-width: 767px) {
  h3 {
    font-size: 18px;
    line-height: 1.2em;
  }

  h4 {
    font-size: 1.8em;
  }

  p {
    line-height: 1.65em;
  }

  .brand {
    padding-left: 0;
  }

  .hero-section {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 450px;
    display: flex;
  }

  .hero-image {
    box-shadow: 5px 6px 0 1px var(--color-4);
  }

  .h2-white {
    margin-top: 5px;
    font-size: 3em;
    line-height: 1.1em;
  }

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

  .button, .button-2 {
    margin-bottom: 0;
  }

  .pricing-image._2 {
    display: none;
  }

  .price-content._2 {
    width: 100%;
    padding-top: 0;
  }

  .demo-section {
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 55vh;
  }

  .demo-image {
    width: 75%;
    top: 20px;
    bottom: 120px;
  }

  .demo-content {
    width: 95%;
  }

  .button-3 {
    margin-top: 10px;
  }

  .surgery-section {
    background-position: 55% 20%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .surgery-wrapper {
    width: 100%;
    padding: 6%;
  }

  .test-wrapper {
    width: 85%;
  }

  .condition-section {
    background-image: linear-gradient(#dde8f1, #dde8f1), linear-gradient(260deg, #0000 34%, #ffffff80 54%, #ffffffd4 86%), url('../images/young-male-smiling.jpg');
    background-position: 0 0, 0 0, 60% 15%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, auto;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .condition-div {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-section {
    padding-bottom: 8%;
  }

  .about-wrapper {
    flex-flow: column;
  }

  .about-image {
    width: 100%;
    margin-top: 20px;
  }

  .about-content {
    width: 100%;
  }

  .about-icon {
    bottom: -15%;
  }

  .doc-div {
    flex-flow: column;
    margin-top: 15px;
  }

  .doc-image, .doc-content {
    width: 100%;
  }

  .testimonial-div {
    padding: 25px;
  }

  .location-section {
    padding-bottom: 10%;
  }

  .image-section {
    min-height: 35vh;
  }

  .location-wrapper {
    flex-flow: column;
    padding-top: 25px;
    padding-bottom: 25px;
    top: -50px;
  }

  ._48-div {
    width: 100%;
    padding-top: 10px;
  }

  .card-holder {
    width: 200%;
  }

  .card {
    padding: 15px;
  }

  .bold-text {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .mobile-buttons {
    z-index: 1000;
    background-color: var(--color-3);
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .mobile-button {
    border: 2px solid var(--color-4);
    color: var(--color);
    text-align: center;
    width: 48%;
    padding: 10px;
    font-weight: 500;
    line-height: 1em;
    text-decoration: none;
  }

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

@media screen and (max-width: 479px) {
  h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  h4 {
    margin-bottom: 12px;
    font-size: 1.65em;
  }

  h5 {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .nav-link.phone {
    padding-left: 30px;
  }

  .brand {
    width: 40%;
  }

  .hero-section {
    justify-content: center;
    align-items: center;
    height: 600px;
    padding-top: 15%;
    padding-bottom: 0%;
  }

  .hero-wrapper {
    flex-flow: column;
  }

  .hero-image {
    width: 90%;
    max-height: 425px;
  }

  .hero-content {
    width: 100%;
    margin-bottom: 10px;
  }

  .h2-white {
    font-size: 2.5em;
    line-height: 1em;
  }

  .pricing-image {
    width: 100%;
    min-height: 200px;
  }

  .price-content {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .top-div {
    flex-flow: column;
  }

  .btm-div {
    margin-top: 20px;
  }

  .form {
    padding: 15px;
  }

  .demo-section {
    padding: 0%;
  }

  .demo-image {
    width: 100%;
    top: 0;
    bottom: 50%;
  }

  .demo-content {
    box-shadow: none;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .button-3 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
  }

  .surgery-wrapper {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .self-test-section {
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .test-wrapper {
    width: 90%;
  }

  .test-image {
    box-shadow: 5px 5px 0 2px var(--color-4);
    margin-top: 10px;
  }

  .about-section {
    padding-top: 8%;
    padding-bottom: 10%;
  }

  .about-image {
    box-shadow: 5px 5px 0 2px var(--color-4);
  }

  .about-icon {
    height: 75px;
    bottom: -15%;
    right: 0%;
  }

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

  .doc-div {
    margin-top: 10px;
  }

  .doc-content {
    padding: 20px;
  }

  .testimonial-div {
    padding: 15px;
  }

  .location-section {
    padding-bottom: 45%;
  }

  .image-section {
    min-height: 20vh;
  }

  .location-wrapper {
    padding: 15px;
  }

  .footer-text {
    margin-top: 20px;
    font-size: 13px;
  }

  .card-holder {
    flex-flow: column;
    width: 100%;
    padding-bottom: 0;
  }

  .card {
    width: 100%;
    margin-bottom: 10px;
  }

  .icon {
    max-height: 75px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .mobile-buttons {
    flex-flow: column;
    padding: 7px;
  }

  .mobile-button {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
  }
}


