.banner-second-level {
  padding: 30px 0;
  /* background-image: linear-gradient(to right, #0069aa, #0084b9, #009dbf, #00b5be, #52ccba); */
  background-image: linear-gradient(to left, #00a5d9, #0069aa);
  min-height: 147px;
  /*height: 100%;*/
  position: relative;
}
@media (max-width: 481px) {
  .banner-second-level {
    min-height: 0px;
    /* background-image: linear-gradient(
      to right,
      #52ccba,
      #44c5bd,
      #37bebf,
      #2cb7c0,
      #25b0c0,
      #14a8bf,
      #039fbe,
      #0097bc,
      #008cb9,
      #0081b5,
      #0075b0,
      #0069aa
    ); */
  }
}
.banner-second-level .banner-content {
  display: flex;
  align-content: center;
}
.banner-second-level .banner-content {
  max-width: 570px;
  text-align: left;
  width: 100%;
}
.banner-second-level .banner-content h2 {
  font-family: Univers LT Std Home !important;
  font-size: 24px !important;
  line-height: 1.28 !important;
  color: #ffffff;
  margin-top: 56px;
  margin-left: 14px;
  position: relative;
}

/* .banner-second-level .banner-content h2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff8300;
  bottom: -10px;
} */

@media (max-width: 1200px) and (min-width: 991px) {
  .banner-second-level .banner-content h2 {
    font-size: 30px !important;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .banner-second-level .banner-content h2 {
    font-size: 27px !important;
    line-height: 1.25 !important;
  }
}

@media (max-width: 767px) {
  .banner-second-level .banner-content h2 {
    font-size: 24px !important;
    margin-top: 55px;
  }
}
@media (max-width: 481px) {
  .banner-second-level .banner-content h2 {
    font-size: 24px !important;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

/*-------------------global-----------------------------*/
.product-container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1220px;
  position: relative;
}
/*-----link-----*/
.product-btn {
  font-size: 16px;
  font-family: Univers LT Std Home !important;
  padding: 11px 46px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s;
  letter-spacing: 0.19em;
  background: #ff8300;
  border: 1px solid #ff8300;
  text-align: center;
  cursor: pointer;
}
.product-btn:hover {
  background: rgba(255, 131, 0, 0.5);
  color: #fff;
  border: 1px solid #ff8300;
}
.arrow-link {
  color: #ff8300;
  text-transform: uppercase;
  font-family: Univers LT Std Home !important;
  font-size: 16px;
  font-weight: 600;
  margin-top: 60px;
  position: relative;
  transition: 0.3s all ease;
  letter-spacing: 0.2em;
}
.arrow-link:after {
  content: "";
  background-image: url("/wp-content/themes/modeln/product/images/arrow-read-more.svg");
  height: 11px;
  width: 26px;
  position: absolute;
  background-repeat: no-repeat;
  top: 45%;
  transform: translateY(-50%);
  right: -34px;
  background-size: 100%;
  transition: transform 0.3s ease-in-out;
  /*top: auto;*/
  /*bottom: 0;*/
}
.ua-ie .arrow-link::after {
  background-size: 100% 100%;
  right: -50px;
}
.arrow-link:hover::after {
  transform: translateY(-50%) translatex(12px);
}
.ua-ie .banner-second-level .banner-content {
  max-width: 700px;
  text-align: left;
  width: 100%;
}
.ua-ie .col-three-with-stats .bg-text {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

/*video overlay */

.video-overlay-product {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.video-overlay-product .content-outer {
  position: relative;
  background: #ffffff;
  min-height: 490px;
  width: 100%;
  max-width: 810px;
  padding: 10px 20px;
  display: flex;
}
.video-overlay-product .content-outer iframe {
  height: auto;
  width: 100%;
  display: block;
}
.video-overlay-product .content-outer .close-overlay {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: -40px;
  top: -40px;
  cursor: pointer;
  background: white;
}
.video-overlay-product .content-outer .close-overlay img {
  width: 100%;
}
.video-overlay-product.active {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
@media (max-width: 992px) {
  .video-overlay-product .content-outer {
    min-height: 380px;
    max-width: 650px;
  }
}
@media (max-width: 768px) {
  .video-overlay-product .content-outer {
    max-width: 84%;
    min-height: 290px;
  }
  .video-overlay-product .content-outer .close-overlay {
    right: -35px;
    top: -40px;
  }
}
@media (max-width: 595px) {
  .video-overlay-product .content-outer {
    height: auto;
    min-height: auto;
    max-width: 73%;
  }
  .video-overlay-product .content-outer .close-overlay {
    max-width: 30px;
    max-height: 30px;
    right: -20px;
    top: -40px;
  }
}
.ua-ie-11 .video-overlay-product .content-outer {
  height: 100%;
  max-height: 600px;
}
.ua-ie-11 .video-overlay-product .content-outer iframe {
  height: 100%;
}
.ua-ie .testimonial a.watch-video::after {
  object-fit: cover;
  width: 94px;
  height: 94px;
}

.banner-second-level.community {
  min-height: 450px;
}
