:root {
  --color-4: #005da8;
  --color-3: #5e6eb4;
  --color: white;
  --color-6: #1b355e;
  --color-5: #0280e5;
  --color-2: #333;
}

.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 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
}

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

h3 {
  color: var(--color-4);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.75em;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  color: var(--color-3);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2em;
}

p {
  margin-bottom: 15px;
}

.navbar {
  z-index: 5000;
  background-color: var(--color);
  padding: 4px 2% 4px 3%;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 12px #0000001a;
}

.nav-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  width: 15%;
}

.nav-link {
  color: var(--color-4);
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Nunito, sans-serif;
  font-size: 17px;
  line-height: 1em;
}

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

.nav-link.phone {
  color: var(--color-6);
  font-weight: 800;
  line-height: 1em;
}

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

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

.hero-section {
  background-image: linear-gradient(75deg, var(--color-6) 11%, #0280e5eb 46%, #0280e500 77%), url('../images/guy-getting-eye-exam.jpg');
  background-position: 0 0, 70%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  height: 90vh;
  padding: 10% 5% 5%;
  display: flex;
}

.hero-wrapper {
  width: 50%;
  max-width: 700px;
  padding: 25px;
}

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

.button-holder {
  margin-top: 30px;
}

.button-holder.less-space {
  margin-top: 20px;
}

.button {
  border: 2px solid var(--color-5);
  background-color: #3898ec00;
  padding: 15px 30px;
  font-weight: 600;
}

.button:hover {
  background-color: var(--color-5);
  box-shadow: 0 2px 5px #0003;
}

.button._2 {
  border-style: solid;
  border-color: var(--color-3);
  background-color: var(--color-3);
}

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

.expect-section {
  padding-top: 7%;
  padding-bottom: 7%;
}

.expect-wrapper {
  justify-content: space-between;
  width: 85%;
  max-width: 1650px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.expect-image {
  object-fit: cover;
  width: 48%;
  min-height: 400px;
}

.expect-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
  position: relative;
}

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

.overlap-list {
  background-color: #1b355ef2;
  justify-content: center;
  width: 120%;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 15px;
  display: flex;
  position: relative;
  left: -20px;
}

.white-list {
  color: var(--color);
  margin-bottom: 0;
  padding: 20px 10px;
}

.list-item {
  margin-bottom: 12px;
}

.list-45 {
  width: 45%;
}

.testimonial-section {
  background-color: var(--color-6);
  background-image: linear-gradient(133deg, #0280e582, #fff0 34%, #0280e561 104%);
  padding-top: 4%;
  padding-bottom: 4%;
}

.testimonial-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.quote-icon {
  height: 60px;
  margin-bottom: 12px;
}

.testimonial-holder {
  justify-content: space-around;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.testimonial-div {
  border: 3px solid var(--color-3);
  border-radius: 8px;
  width: 32%;
  padding: 25px;
}

.testimonial-par {
  color: var(--color);
  margin-bottom: 10px;
  font-size: 17px;
  font-style: italic;
  font-weight: 700;
}

.name {
  color: var(--color);
  font-weight: 300;
}

.routine-section {
  padding-top: 7%;
  padding-bottom: 7%;
}

.routine-wrapper {
  justify-content: space-between;
  width: 85%;
  max-width: 1650px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.routine-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding-right: 2%;
  display: flex;
}

.routine-image {
  width: 48%;
}

.location-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0%;
  padding-bottom: 3%;
  display: flex;
}

.location-wrapper {
  background-color: #0280e500;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.h3-centered {
  text-align: center;
}

.icon {
  height: 125px;
  margin-bottom: 15px;
}

.location-holder {
  background-color: var(--color-5);
  background-image: linear-gradient(162deg, var(--color-3) 7%, #fff0);
  width: 100%;
  margin-top: 25px;
  margin-bottom: 50px;
  padding: 20px;
}

.line-box {
  border: 2px solid var(--color);
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 25px;
  display: flex;
}

.contact-form {
  width: 60%;
  padding: 16px;
}

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

.form {
  margin-top: 15px;
}

.radio-button-holder {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.radio-button-field {
  margin-right: 15px;
}

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

.icon-location {
  height: 65px;
  margin-bottom: 15px;
}

.location-title {
  color: var(--color);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 800;
}

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

.submit {
  background-color: var(--color-6);
  color: var(--color);
  margin-top: 15px;
  padding: 20px 30px;
  font-weight: 700;
  line-height: 1em;
}

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

.form-block {
  margin-bottom: 0;
}

.footer-text {
  text-align: center;
  width: 75%;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.5em;
}

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

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

.logo-image {
  max-height: 100px;
}

.footer-logo {
  height: 100px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.75em;
    line-height: 1.2em;
  }

  h3 {
    margin-bottom: 12px;
    font-size: 2.25em;
    line-height: 1.1em;
  }

  h4 {
    margin-top: 0;
    font-size: 22px;
  }

  .hero-section {
    height: 700px;
    padding-bottom: 3%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .hero-wrapper {
    width: 55%;
    padding: 10px;
  }

  .button-holder.less-space {
    margin-top: 10px;
  }

  .expect-wrapper {
    width: 90%;
  }

  .overlap-list {
    width: 150%;
    margin-bottom: 15px;
  }

  .list-item {
    margin-bottom: 10px;
  }

  .testimonial-wrapper {
    width: 95%;
  }

  .testimonial-div {
    padding: 20px;
  }

  .routine-wrapper, .location-wrapper {
    width: 90%;
  }

  .icon {
    height: 90px;
  }

  .location-holder {
    margin-bottom: 45px;
  }

  .line-box {
    padding: 15px;
  }

  .location-title {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-logo {
    height: 85px;
  }

  .menu-button {
    padding: 15px;
  }

  .menu-button.w--open {
    background-color: var(--color-3);
    padding: 15px;
  }

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

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

  h4 {
    font-size: 20px;
  }

  .brand {
    width: 25%;
    padding-left: 0;
  }

  .hero-section {
    height: 450px;
  }

  .hero-wrapper {
    width: 65%;
  }

  .h2-white {
    margin-bottom: 15px;
    font-size: 1.9em;
    line-height: 1.2em;
  }

  .button-holder {
    margin-top: 20px;
  }

  .button {
    padding: 12px 20px;
  }

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

  .expect-image {
    width: 100%;
    min-height: 350px;
    margin-top: 20px;
  }

  .expect-div {
    width: 100%;
  }

  .overlap-list {
    width: 100%;
    left: 0;
  }

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

  .quote-icon {
    height: 50px;
    margin-bottom: 10px;
  }

  .testimonial-holder {
    flex-flow: column;
    margin-bottom: 10px;
  }

  .testimonial-div {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
  }

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

  .routine-div {
    width: 100%;
    padding-right: 0%;
  }

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

  .location-wrapper {
    padding: 0;
  }

  .location-holder {
    padding: 12px;
  }

  .line-box {
    flex-flow: column;
    padding: 12px;
  }

  .contact-form {
    width: 100%;
    padding: 10px;
  }

  .location-div {
    width: 100%;
  }

  .icon-location {
    height: 45px;
    margin-bottom: 10px;
  }

  .location-title {
    margin-top: 10px;
  }

  .logo-image {
    max-height: 150px;
  }
}

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

  h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  p {
    margin-bottom: 12px;
  }

  .brand {
    width: 40%;
  }

  .hero-section {
    background-image: linear-gradient(9deg, var(--color-6) 12%, #0280e5eb 31%, #0280e500 65%), url('../images/guy-getting-eye-exam.jpg');
    background-position: 0 0, 90% 100%;
    background-size: auto, cover;
    justify-content: flex-start;
    align-items: flex-end;
    height: 550px;
  }

  .hero-wrapper {
    width: 100%;
  }

  .h2-white {
    font-size: 1.6em;
    line-height: 1.3em;
  }

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

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

  .expect-image {
    min-height: 200px;
  }

  .overlap-list {
    flex-flow: column;
    justify-content: space-around;
    margin-bottom: 10px;
    padding: 15px;
  }

  .white-list {
    padding-top: 0;
    padding-bottom: 0;
  }

  .list-45 {
    width: 100%;
  }

  .testimonial-div {
    padding: 20px;
  }

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

  .icon {
    height: 70px;
    margin-bottom: 10px;
  }

  .location-holder {
    margin-top: 15px;
    margin-bottom: 35px;
    padding: 5px;
  }

  .line-box {
    padding: 10px;
  }

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

  .icon-location {
    margin-bottom: 7px;
  }

  .location-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .submit {
    margin-top: 10px;
    padding: 15px;
  }

  .footer-logo {
    height: 65px;
  }
}


