.inner_hero_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  padding-left: 10vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent 9%, rgba(0, 0, 0, 0.9) 92%), url('../images/woman-eye-drops.jpeg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.inner_hero_text_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 0px;
  -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;
}

.body {
  font-family: Roboto, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
}

.hero-header {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 3.4em;
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
}

.button {
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #000;
}

.inner_section {
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: #f1f1f1;
}

.inner_section._2 {
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: #fff;
}

.inner_section._2.review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #072b3a;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, transparent 11%, rgba(0, 0, 0, 0.4));
}

.inner_section.intro {
  padding-top: 5vh;
}

.inner_page_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.inner_page_wrapper._2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.inner_page_wrapper.intro {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner_subheadline {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(0, 0, 0, 0.2);
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-size: 2em;
  line-height: 1.2em;
}

.inner_subheadline.white {
  border-style: none;
  border-color: #000;
  color: #fff;
  text-align: center;
}

.inner_text_wrapper {
  width: 75%;
  padding-top: 5vh;
}

.paragraph {
  margin-bottom: 15px;
  line-height: 1.8em;
  text-align: left;
}

.paragraph.card {
  margin-bottom: 0px;
  line-height: 1.5em;
  text-align: center;
}

.paragraph.space {
  margin-bottom: 30px;
}

.image-div {
  width: 25%;
  margin-right: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image {
  -o-object-fit: cover;
  object-fit: cover;
}

.icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.icon-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16%;
  padding: 20px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: #12678a;
  background-color: #fff;
}

.icon-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 50px;
  margin-bottom: 20px;
  -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;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-2 {
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-2._2 {
  height: 45px;
}

.icon-title {
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #12678a;
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-side {
  width: 50%;
}

.image-side {
  width: 50%;
  margin-right: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-3 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 90% 50%;
  object-position: 90% 50%;
  -webkit-transform:none;
  -ms-transform: none;
  transform: none;
}

.inner_subheadline2 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #3898ec;
  font-size: 1.6em;
  line-height: 1.2em;
}

.testimonial-wrapper-alter {
  width: 100%;
}

.quote-text {
  color: #fff;
  font-size: 1.3em;
  line-height: 1.8em;
}

.name {
  color: #3898ec;
  font-size: 0.9em;
}

.quote-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding-top: 0px;
  -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;
}

.review-image {
  overflow: hidden;
  width: 300px;
  height: 300px;
  min-height: auto;
  margin-right: 50px;
  border-style: solid;
  border-width: 5px;
  border-color: #12678a;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0px 50px 50px;
  -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;
}

.image-4 {
  width: 100%;
  height: 100%;
  border-style: none;
  border-width: 4px;
  border-color: #12678a;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% -5%;
  object-position: 50% -5%;
}

.slider-alter {
  min-height: 400px;
  margin-top: 50px;
  background-color: transparent;
}

.icon {
  color: #12678a;
}

.icon-2 {
  color: #12678a;
}

@media screen and (max-width: 991px) {
  .inner_hero_section {
    height: 800px;
    padding-left: 35px;
    background-position: 0px 0px, 40% 50%;
  }

  .inner_hero_text_wrapper {
    width: 50%;
  }

  .inner_section._2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .inner_section._2.review {
    padding-right: 25px;
    padding-left: 25px;
  }

  .inner_section.intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .inner_page_wrapper {
    width: 85%;
  }

  .inner_page_wrapper._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .inner_page_wrapper.intro {
    width: 85%;
    -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;
  }

  .inner_subheadline {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .inner_text_wrapper {
    width: 100%;
    padding-top: 0px;
  }

  .paragraph {
    margin-bottom: 10px;
  }

  .image-div {
    width: 40%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .icon-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .icon-card {
    width: 33%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .icon-card.left {
    width: 30%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .icon-div {
    width: 50px;
    height: 40px;
    margin-bottom: 15px;
  }

  .image-2 {
    height: 50px;
  }

  .image-2._2 {
    height: 35px;
  }

  .icon-title {
    margin-bottom: 5px;
  }

  .text-side {
    width: 100%;
  }

  .image-side {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 35px;
  }

  .inner_subheadline2 {
    margin-bottom: 10px;
    font-size: 1.4em;
  }

  .quote-text {
    font-size: 1em;
  }

  .quote-div {
    width: 50%;
  }

  .review-image {
    width: 250px;
    height: 250px;
    margin-right: 30px;
  }

  .slider-alter {
    margin-top: 25px;
  }

  .left-arrow {
    width: 30px;
  }

  .right-arrow {
    width: 30px;
  }
}

@media screen and (max-width: 767px) {
  .inner_hero_section {
    height: 500px;
    padding-left: 25px;
  }

  .hero-header {
    margin-bottom: 15px;
    font-size: 2.5em;
  }

  .button {
    padding: 15px 25px;
  }

  .inner_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .inner_section._2.review {
    padding-right: 20px;
    padding-left: 20px;
  }

  .inner_subheadline {
    margin-bottom: 15px;
  }

  .icon-container {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .icon-card {
    width: 45%;
    margin-right: 5px;
    margin-left: 5px;
    padding: 15px 0px;
  }

  .icon-card.left {
    width: 45%;
    padding: 15px 0px;
  }

  .icon-div {
    margin-bottom: 10px;
  }

  .image-2 {
    height: 40px;
  }

  .quote-div {
    width: 95%;
  }

  .review-image {
    width: 175px;
    height: 175px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

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

  .slider-alter {
    min-height: 525px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .inner_hero_section {
    height: 600px;
    padding-bottom: 25px;
    padding-left: 15px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: 0px 0px, 60% 50%;
  }

  .inner_hero_text_wrapper {
    width: 100%;
  }

  .inner_section {
    padding-bottom: 50px;
  }

  .inner_subheadline {
    margin-bottom: 10px;
    font-size: 1.5em;
  }

  .paragraph {
    font-size: 0.9em;
    line-height: 1.6em;
  }

  .image-div {
    width: 50%;
    margin-bottom: 15px;
  }

  .icon-container {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .icon-card {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .icon-card.left {
    width: 100%;
  }

  .image-2 {
    height: 35px;
  }

  .image-2._2 {
    height: 30px;
  }

  .image-side {
    margin-bottom: 25px;
  }

  .inner_subheadline2 {
    margin-bottom: 5px;
    font-size: 1.3em;
  }

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

  .name {
    text-align: center;
  }

  .quote-div {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .review-image {
    width: 150px;
    height: 150px;
  }

  .review {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-alter {
    min-height: 575px;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }
}

