h1 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #194d77;
  font-size: 5em;
  line-height: 1.2em;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #4e8cbf;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #73c167;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
}

p {
  margin-bottom: 20px;
}
.mbl-add{
    display: none;
}
.body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.75em;
}

.hero {
  display: flex;
  height: 100vh;
  padding: 100px 50px;
  align-items: center;
  background-image: url('../images/young-woman-wearing-glasses.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #194d77;
}

.hero-wrapper-div {
  display: flex;
  width: 55%;
  flex-direction: column;
  align-items: flex-start;
}

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

.button {
  padding: 15px 20px;
  background-color: #194d77;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #fff;
  line-height: 1.2em;
  text-transform: uppercase;
}

.button:hover {
  background-color: #4e8cbf;
}

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

.brand {
  position: absolute;
  left: 0.5%;
  width: 250px;
  padding: 5px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #194d77;
}

.nav-link {
  color: #fff;
  line-height: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #73c167;
}

.nav-link.w--current {
  color: #73c167;
}

.schedule-button {
  padding: 15px 20px 15px 45px;
  background-color: #194d77;
  background-image: url('../images/schedule-icon-white_1schedule-icon-white.png');
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 1.2em;
  text-transform: uppercase;
}

.schedule-button:hover {
  background-color: #4e8cbf;
}

.schedule-button.hover-outline {
  border-style: solid;
  border-width: 1px;
  border-color: #194d77;
}

.schedule-button.hover-outline:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

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

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

.left {
  text-align: left;
}

.about-us-section {
  display: flex;
  min-height: 60vh;
  padding-top: 100px;
  padding-bottom: 100px;
  justify-content: center;
  align-items: center;
  background-color: #f1f1f1;
  background-image: linear-gradient(94deg, hsla(0, 0%, 94.7%, 0.21), #fff), url('../images/hauser-icon.png');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, 50%;
  background-repeat: repeat, no-repeat;
}

.about-us-wrapper-div {
  display: flex;
  width: 90%;
  max-width: none;
  flex-direction: column;
  align-items: flex-start;
}

.location-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: linear-gradient(131deg, #194d77, #4e8cbf);
  font-size: 1em;
  line-height: 1.2em;
}

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

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

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

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

.location-icon {
  width: 40px;
  height: auto;
  margin-bottom: 20px;
}

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

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

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

.footer-div-30 {
  display: flex;
  width: 30%;
  flex-direction: column;
  align-items: flex-start;
}

.brand-2 {
  max-width: 300px;
  margin-bottom: 30px;
}

.footer-text {
  margin-bottom: 10px;
}

.link {
  color: #007ca5;
  text-decoration: none;
}

.link:hover {
  color: #01465e;
}

.footer-phone {
  margin-bottom: 20px;
  padding: 12px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #4e8cbf;
  background-color: transparent;
  color: #4e8cbf;
  text-transform: uppercase;
}

.footer-phone:hover {
  background-color: #4e8cbf;
  color: #fff;
}

.footer-form-div-65 {
  width: 65%;
}

.mobile-hero-img {
  display: none;
}

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

.mobile-schedule {
  padding: 15px 20px 15px 45px;
  background-color: #000;
  background-image: url('../images/schedule-icon-white_1schedule-icon-white.png');
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 1.2em;
  text-transform: uppercase;
}

.mobile-schedule:hover {
  background-color: #007ca5;
}

.mobile-self-test {
  padding: 15px 20px 15px 45px;
  background-color: #000;
  background-image: url('../images/self-test-icon-white_1self-test-icon-white.png');
  background-position: 10px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 1.2em;
  text-transform: uppercase;
}

.mobile-self-test:hover {
  background-color: #007ca5;
}

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

.slider-2 {
  min-height: 450px;
  background-color: transparent;
}

.testimonial-section {
  display: flex;
  min-height: 65vh;
  padding-top: 100px;
  padding-bottom: 100px;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/chicago-skyline.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.testimonial-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: flex;
  padding-right: 75px;
  padding-bottom: 50px;
  padding-left: 75px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.testimonial-div.mid {
  justify-content: center;
}

.testimonial-name {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.white-center-2 {
  color: #fff;
}

.testimonials {
  color: #fff;
  font-style: italic;
  text-align: center;
}

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

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

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

._50-50-holder {
  display: flex;
  width: 100%;
  min-height: 400px;
  justify-content: space-between;
}

._50-50-holder.top {
  margin-top: 50px;
  margin-bottom: 50px;
}

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

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

.how-often-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: linear-gradient(153deg, #194d77, #4e8cbf);
}

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

.how-often-wrapper {
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
}

.age-group-photo {
  overflow: hidden;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.age-group-holder {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
}

.age-div {
  display: flex;
  width: 30%;
  min-height: 400px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

@media screen and (max-width: 991px) {
    .mbl-remove{
        display: none;
    }
    
    .mbl-add{
        display: block;
    }
  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.2em;
  }

  .hero {
    height: 600px;
    padding: 20px;
    align-items: center;
    background-position: 50% 50%;
    background-attachment: scroll;
  }

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

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

  .brand {
    z-index: 2;
  }

  .text-48 {
    width: 100%;
  }

  .about-us-section {
    min-height: 0px;
    background-image: linear-gradient(180deg, hsla(0, 0%, 94.7%, 0.74), hsla(0, 0%, 94.7%, 0.74)), url('../images/hauser-icon.png');
    background-position: 0px 0px, 100% 100%;
  }

  .location-holder {
    flex-direction: column;
  }

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

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

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

  .footer-form-div-65 {
    width: 100%;
  }

  .nav-menu {
    padding-top: 10%;
    background-color: #194d77;
  }

  .icon {
    color: #73c167;
  }

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

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

  .mobile-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .left-arrow {
    display: none;
  }

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

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

  .right-arrow {
    display: none;
  }

  .photo-48-2 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  ._50-50-holder {
    flex-direction: column;
  }

  ._50-50-holder.top {
    margin-top: 0px;
    margin-bottom: 20px;
    flex-direction: column;
  }

  .age-group-holder {
    flex-direction: column;
  }

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

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

  .hero {
    height: 400px;
    padding: 10% 10px 10px;
    align-items: flex-end;
    background-image: linear-gradient(40deg, hsla(0, 0%, 100%, 0.61), hsla(0, 0%, 100%, 0) 65%, hsla(0, 0%, 100%, 0)), url('../images/young-woman-wearing-glasses.jpg');
    background-position: 0px 0px, 80% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .button-div {
    display: none;
  }

  .brand {
    width: 175px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .nav-link {
    color: #fff;
  }

  .about-us-section {
    min-height: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .location-holder {
    margin-top: 0px;
    flex-direction: column;
  }

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

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

  .menu-button {
    padding: 10px;
  }

  .mobile-buttons {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2000;
    display: flex;
    align-items: stretch;
  }

  .mobile-schedule {
    background-color: #4e8cbf;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }

  .mobile-schedule:hover {
    background-color: #73c167;
  }

  .mobile-self-test {
    background-color: #73c167;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }

  .mobile-self-test:hover {
    background-color: #194d77;
  }

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

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

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

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

@media screen and (max-width: 479px) {
    
   
  h1 {
    color: #fff;
    font-size: 2em;
  }

  h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1.2em;
  }

  .hero {
    height: auto;
    padding: 12% 0px 0px;
    flex-direction: column;
    align-items: flex-end;
  }

  .hero-wrapper-div {
    width: 100%;
    padding: 10px;
    justify-content: flex-end;
    background-color: #01465e;
  }

  .brand {
    position: relative;
    width: 125px;
    padding: 0px;
  }

  .schedule-button {
    padding-right: 10px;
    padding-left: 10px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }

  .about-us-section {
    background-image: linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .footer-section {
    padding-bottom: 125px;
  }

  .menu-button {
    padding: 13px;
  }

  .mobile-hero-img {
    display: block;
  }

  .mobile-buttons {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    align-items: stretch;
  }

  .mobile-schedule {
    padding-right: 10px;
    padding-left: 10px;
    background-color: #194d77;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }

  .mobile-schedule:hover {
    background-color: #73c167;
    color: #fff;
  }

  .mobile-self-test {
    padding-left: 20px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }

  .slider-2 {
    min-height: 500px;
  }

  .sub-text {
    color: #fff;
  }

  .age-group-holder {
    margin-bottom: 0px;
  }
}

