.newhero-section {
  min-height: 90vh;
  margin-top:100px;
}

.slide1 {
  padding: 50px 100px;
  background-image: url('../../images/slider/sanfran.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.newslider {
  min-height: 90vh;
  background-color: transparent;
}

.slide-content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.leftslidetxt-div {
  width: 50%;
  min-height: 50px;
}

.new-accent-h2 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.new-h1 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Lora, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 500;
  text-align: left;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.49);
}

.new-hero-button {
  padding: 15px 30px;
  background-color: #ba121a;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.new-hero-button:hover {
  background-color: #2265b0;
  color: #fff;
}

.slide2 {
  padding: 50px 100px 75px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(32%, transparent), color-stop(87%, rgba(0, 0, 0, 0.9))), url('../../images/slider/kayak.jpg');
  background-image: linear-gradient(180deg, transparent 32%, rgba(0, 0, 0, 0.9) 87%), url('../../images/slider/kayak.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide2-1 {
  padding: 50px 100px 75px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(32%, transparent), color-stop(87%, rgba(0, 0, 0, 0.9))), url('../../images/slider/lipiflow-hero.jpg');
  background-image: linear-gradient(180deg, transparent 32%, rgba(0, 0, 0, 0.9) 87%), url('../../images/slider/lipiflow-hero.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide2-2 {
  padding: 50px 100px 75px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(87%, rgba(0, 0, 0, 0.9))), url('../../images/slider/oculofacial-hero.jpg');
  background-image: linear-gradient(180deg, transparent 10%, rgba(0, 0, 0, 0.9) 87%), url('../../images/slider/oculofacial-hero.jpg');
  background-position: 0px 0px, 50% 75%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-content-ctr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ctrslidetxt-div {
  width: 100%;
  min-height: 50px;
  text-align: center;
}

.new-h2-ctr {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Lora, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 500;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.49);
}

.new-h2-ctr-small {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lora, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.49);
}

.image {
  width: 300px;
  margin-bottom: 10px;
}

.slide3 {
  padding: 50px 100px;
  background-image: url('../../images/slider/glasses.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.new-h2-red {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Lora, sans-serif;
  color: #ba121a;
  font-size: 50px;
  line-height: 55px;
  font-weight: 500;
  text-align: left;
}

.new-h2-red.ns {
  margin-bottom: 10px;
}

.slide4 {
  padding: 50px 100px;
  background-image: linear-gradient(309deg, rgba(51, 51, 51, 0.7) 20%, rgba(51, 51, 51, 0) 49%), url('../../images/slider/catst.jpg');
  background-position: 0px 0px, 100% 25%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-content-lright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rightslidetxt-div {
  width: 45%;
  min-height: 50px;
}

.new-h2-right {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Lora, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 500;
  text-align: left;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.49);
}

.slide5 {
  padding: 50px 100px;
  background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.2)), url('../../images/slider/PEA-Valeda-Hero.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.new-accent-h2-red {
  font-family: 'Open Sans', sans-serif;
  color: #ba121a;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.new-h2-lft-small {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Lora, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  text-align: left;
}

.left-arrow {
  max-width: 50px;
}

.right-arrow {
  max-width: 50px;
}

.icon {
  font-size: 20px;
}

.icon-2 {
  font-size: 20px;
}

.mo-doc {
  display: none;
}

@media screen and (max-width: 1102px) {
  .newhero-section {
    margin-top: 0px;
  }
}

@media screen and (max-width: 991px) {
  .newhero-section {
    /* height: 800px; */
    min-height: 50vh;
    height: auto;
  }

  .newslider {
    /* height: 800px;
    min-height: 800px; */
    /* height: auto; */
    /* min-height: 50vh; */
  }


  .slide1 {
    padding-right: 55px;
    padding-left: 55px;
    background-image: linear-gradient(41deg, rgba(0, 0, 0, 0.9), transparent 69%), url('../../images/slider/sanfran.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }



  .leftslidetxt-div {
    width: 55%;
  }

  .leftslidetxt-div._100 {
    width: 100%;
  }

  .new-accent-h2 {
    margin-top: 0px;
  }

  .new-h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .slide2, .slide2-1, .slide2-2 {
    padding-right: 55px;
    padding-left: 55px;
    background-position: 0px 0px, 60% 50%;
  }

  .slide2-2{
    padding: 50px 20px;
  }

  .new-h2-ctr {
    font-size: 40px;
    line-height: 45px;
  }

  .new-h2-ctr-small {
    font-size: 25px;
    line-height: 30px;
  }

  .slide3 {
    padding-right: 55px;
    padding-left: 55px;
  }

  .new-h2-red {
    font-size: 40px;
    line-height: 45px;
  }

  .new-h2-red.ns {
    font-size: 40px;
    line-height: 45px;
  }

  .slide4 {
    padding-right: 55px;
    padding-left: 55px;
    background-position: 0px 0px, 50% 50%;
  }

  .rightslidetxt-div {
    width: 50%;
  }

  .new-h2-right {
    font-size: 40px;
    line-height: 45px;
  }

  .slide5 {
    padding-right: 55px;
    padding-left: 55px;
    background-position: 60% 50%;
    
  }

  .new-accent-h2-red {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  /* .newhero-section {
    height: 600px;
  } */

  .slide1 {
    padding-top: 50px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .newslider {
    /* height: 600px; */
    /* min-height: 0px; */
    min-height: 60vh;
  }

  .slide-content-left.low {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .leftslidetxt-div._75 {
    width: 75%;
  }

  .new-h1 {
    font-size: 37px;
    line-height: 42px;
  }

  .new-hero-button {
    padding-right: 15px;
    padding-left: 15px;
  }

  .slide2, .slide2-1, .slide-2 {
    padding: 50px 25px;
  }

  .new-h2-ctr {
    margin-bottom: 15px;
    font-size: 37px;
    line-height: 42px;
  }

  .slide3 {
    padding-top: 50px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .new-h2-red {
    margin-bottom: 15px;
    font-size: 37px;
    line-height: 42px;
  }

  .new-h2-red.ns {
    font-size: 37px;
    line-height: 42px;
  }

  .slide4 {
    padding-top: 50px;
    padding-right: 25px;
    padding-left: 25px;
    background-image: linear-gradient(309deg, rgba(51, 51, 51, 0.7) 20%, rgba(51, 51, 51, 0) 65%), url('../../images/slider/catst.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .rightslidetxt-div {
    width: 60%;
  }

  .new-h2-right {
    margin-bottom: 15px;
    font-size: 37px;
    line-height: 42px;
  }

  .slide5 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .new-h2-lft-small {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 32px;
  }

  .left-arrow {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .right-arrow {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  /* .newhero-section {
    height: auto;
  } */

  .newslider {
    /* height: 600px;
    min-height: 600px; */
  }

  .slider, .w-slider-mask, .main_section {
    height: 100% !important;
}

  .slide-content-left {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .slide-content-left.low {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .slide-content-left.low.mid {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .leftslidetxt-div {
    width: 100%;
  }

  .leftslidetxt-div._75 {
    width: 60%;
  }

  .new-accent-h2 {
    margin-bottom: 8px;
    font-size: 15px;
    text-align: center;
    letter-spacing: 2px;
  }

  .new-h1 {
    margin-bottom: 15px;
    /* font-size: 32px; */
    font-size: 1.6rem;
    line-height: 1.7rem;
    text-align: center;
  }

  .new-hero-button {
    width: 100%;
  }

  .slide2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), -webkit-gradient(linear, left top, left bottom, color-stop(32%, transparent), color-stop(87%, rgba(0, 0, 0, 0.9))), url('../../images/slider/kayak.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), linear-gradient(180deg, transparent 32%, rgba(0, 0, 0, 0.9) 87%), url('../../images/slider/kayak.jpg');
    background-position: 0px 0px, 0px 0px, 70% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .slide2-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), -webkit-gradient(linear, left top, left bottom, color-stop(32%, transparent), color-stop(87%, rgba(0, 0, 0, 0.9))), url('../../images/slider/oculofacial-hero.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), linear-gradient(180deg, transparent 32%, rgba(0, 0, 0, 0.9) 87%), url('../../images/slider/oculofacial-hero.jpg');
    background-position: 0px 0px, 0px 0px, 70% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .slide2-2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, color-stop(32%, transparent), color-stop(87%, rgba(0, 0, 0, 0.9))), url('../../images/slider/lipiflow-hero.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, transparent 32%, rgba(0, 0, 0, 0.9) 87%), url('../../images/slider/lipiflow-hero.jpg');
    background-position: 0px 0px, 0px 0px, 70% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .new-h2-ctr {
    font-size: 32px;
    line-height: 35px;
  }

  .new-h2-ctr-small {
    font-size: 22px;
    line-height: 27px;
  }

  .image {
    width: 200px;
  }

  .slide3 {
    /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(32%, hsla(0, 0%, 100%, 0)), color-stop(83%, hsla(0, 0%, 100%, 0.9))), url('../../images/slider/glasses.jpg');
    background-image: linear-gradient(180deg, hsl(0deg 0% 0% / 0%) 32%, hsl(0deg 0% 0% / 90%) 83%), url('../../images/slider/glasses.jpg'); */
    /* background-image: url('../../images/slider/glasses.jpg'); */
    /* background-position: 0px 0px, 70% 50%; */
    background-size: cover;
    background-repeat: repeat, no-repeat;

    
  }

  .new-h2-red {
    font-size: 32px;
    line-height: 35px;
    text-align: center;
  }

  .new-h2-red.ns {
    /* font-size: 30px;
    line-height: 35px; */
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .slide4 {
    background-image: linear-gradient(180deg, transparent 34%, rgba(0, 0, 0, 0.9)), linear-gradient(309deg, rgba(51, 51, 51, 0.7) 20%, rgba(51, 51, 51, 0) 65%), url('../../images/slider/catst.jpg');
    background-position: 0px 0px, 0px 0px, 20% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
  }

  .slide-content-lright {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .rightslidetxt-div {
    width: 100%;
  }

  .new-h2-right {
    font-size: 32px;
    line-height: 35px;
    text-align: center;
  }

  .slide5 {
    padding-top: 50px;
    background-color: #fff;
    /* background-image: none;
    background-size: auto;
    background-repeat: repeat; */
    background-image: linear-gradient(41deg, rgba(0, 0, 0, 0.9), transparent 69%), url('../../images/slider/PEA-Valeda-Hero.png');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .new-accent-h2-red {
    font-size: 15px;
    line-height: 15px;
    text-align: center;
  }

  .new-h2-lft-small {
    /* font-size: 22px;
    line-height: 30px; */
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: center;
  }

  .mo-doc {
    display: block;
    margin-bottom: 15px;
  }
}

