/*  LYOTEC CSS */

.lyotec-click-to-scroll .product-attributes-header {
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}
.lyotec-click-to-scroll .product-attributes-header > div.container-fluid{
    padding: 0 !important;
}
.lyotec-click-to-scroll .px-7.mobile-p.hd-p.hd-container {
    padding: 0 !important;
}
.lyotec-click-to-scroll .banner-sub-text.primary-black-text.overflow-auto.main-heading-subtext.field-text {
    padding: 0 !important;
    margin: 0 -15px;
}
.lyotec-overview {
    display: flex;
    padding: 20px 0;
}
.lyotec-overview .overviewLeft {
  width: 35%;
  max-width: 35%;
  background: rgb(0, 47, 109);
  background: linear-gradient(
    90deg,
    rgba(0, 47, 109, 1) 10%,
    rgba(12, 60, 119, 1) 25%,
    rgba(25, 73, 130, 1) 48%,
    rgba(110, 159, 201, 1) 105%
  );
  padding: 85px 150px 85px 100px;
  -webkit-mask: linear-gradient(290deg, transparent 27%, #fafafa 27%) top right;
  -webkit-mask-size: 2000px 2000px;
  -webkit-mask-repeat: no-repeat;
  mask: linear-gradient(290deg, transparent 27%, #fff 27%) top right;
  mask-size: 2000px 2000px;
  mask-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lyotec-overview .overviewLeft h3 {
  font-family: var(--font-noto);
  font-size: 40px;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
.lyotec-overview .overviewRight {
  width: 65%;
  padding: 20px 75px;
  display: flex;
  align-items: center;
}
.lyotec-overview .overviewRight p {
  font-size: 22px;
  line-height: 40px;
  margin-bottom: 0;
}
.lyotec-key-benefits {
  padding: 60px 60px;
}
.lyotec-key-benefits .benefits-desktop {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.lyotec-key-benefits .benefits-mobile {
  display: none;
}
.lyotec-key-benefits .benefits-img {
  padding: 0 20px 0 40px;
}
.lyotec-key-benefits .benefits-img img {
  max-width: 275px;
  object-fit: contain;
}
.lyotec-key-benefits .benefits-points-block {
  padding: 0 20px 0 10px;
}
.lyotec-key-benefits .benefits-points-block .benefits-points {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.lyotec-key-benefits .benefits-points-block .benefits-points .item {
  padding: 20px 25px 20px 35px;
  box-shadow: 0 2px 9px 0 rgba(0, 160, 200, 0.22);
  background-color: #fff;
  margin: 12px 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.lyotec-key-benefits .benefits-points-block .benefits-points .item:before {
  content: "";
  width: 4px;
  height: 75px;
  background: rgb(0, 47, 109);
  background: linear-gradient(
    0deg,
    rgba(0, 47, 109, 1) 10%,
    rgba(12, 60, 119, 1) 25%,
    rgba(25, 73, 130, 1) 48%,
    rgba(110, 159, 201, 1) 105%
  );
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.lyotec-key-benefits .benefits-points-block .benefits-points .item p {
  font-weight: 500;
  color: #444;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}
.lyotec-components-journey {
  padding: 40px 0;
  margin-bottom:0px;
}
.mobileJourneyCarousel {
  display: none;
}
.lyotec-components-journey.greenGradient {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 2%,
    rgba(243, 246, 243, 1) 37%,
    rgba(243, 247, 242, 1) 79%,
    rgba(214, 233, 214, 1) 100%
  );
}
.lyotec-key-benefits .benefits-points-block h4 {
  font-family: var(--font-noto);
  font-size: 25px;
  color: #0c2e89;
  font-weight: 600;
  margin-bottom: 20px;
  margin-left: 20px;
  text-align: left !important;
}
.lyotec-components-journey {
  position: relative;
}
.lyotec-components-journey .head {
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}
.lyotec-components-journey .head h2 {
  font-family: var(--font-noto);
  font-size: 34px;
  color: #002f6d;
  font-weight: 600;
  margin-bottom: 0;
}
.lyotec-components-journey .head img.expandBtn,
.lyotec-components-journey .head img.closeBtn {
  position: absolute;
  right: 35px;
  top: 3px;
  height: 35px;
  object-fit: contain;
  cursor: pointer;
}
.lyotec-components-journey .timeline-points {
  width: 100%;
  position: absolute;
  top: 265px;
  z-index: 0;
}
.lyotec-components-journey .timeline-points::before {
  content: "";
  width: 16rem;
  height: 20px;
  background: url(/-/media/Feature/Product/Lyotec/steps/timeline-rounded.png) repeat-x 0 0 / contain;
  position: absolute;
  left: 0;
}
.lyotec-components-journey .timeline-points::after {
  content: "";
  width: 24rem;
  height: 20px;
  background: url(/-/media/Feature/Product/Lyotec/steps/timeline-rounded.png) repeat-x 0 0 / contain;
  position: absolute;
  right: 0;
}
.lyotec-components-journey .slider {
  position: relative;
  margin: 0 150px 0 200px;
}
.lyotec-components-journey .slider:before {
  content: "";
  width: 1220px;
  height: 20px;
  opacity: 0.1;
  background-color: #707070;
  position: absolute;
  left: 4rem;
  top: 130px;
  z-index: 1;
  border-radius: 30px;
}
.slider #lyotecJourneyCarousel .carousel-inner {
  display: flex;
}
.journey-steps {
  /* margin: 0 150px; */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}
.lyotec-components-journey .carousel-control-next,
.lyotec-components-journey .carousel-control-prev {
  width: 5%;
  border: none;
  outline: none;
  opacity: 1;
  background-color: transparent;
}
.lyotec-components-journey .carousel-control-next {
  right: -120px;
}
.lyotec-components-journey .carousel-control-prev {
  left: -120px;
}
.lyotec-components-journey .journey-control-arrows.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.3;
}
.lyotec-components-journey .step-item {
  padding: 0 4rem;
  position: relative;
  z-index: 1;
}
.lyotec-components-journey .step-item .step-img {
  margin-bottom: -15px;
}
.lyotec-components-journey .step-item .step-img img {
  width: 220px;
  object-fit: contain;
}
.lyotec-components-journey .step-item h4 {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: italic;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  padding: 0 !important;
  text-align: left !important;
}
.lyotec-components-journey .step-item h5 {
  font-family: var(--font-noto);
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  margin-bottom: 15px;
  max-width: 65%;
  line-height: 26px;
}
.lyotec-components-journey .step-item h4:after {
  content: "";
  width: 85%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -12px;
}
.lyotec-components-journey .step-item.step1 h4,
.lyotec-components-journey .step-item.step4 h4,
.lyotec-components-journey .step-item.step7 h4 {
  color: #87af87;
}
.lyotec-components-journey .step-item.step1 h4:after,
.lyotec-components-journey .step-item.step4 h4:after,
.lyotec-components-journey .step-item.step7 h4:after {
  background-color: #87af87;
}
.lyotec-components-journey .step-item.step2 h4,
.lyotec-components-journey .step-item.step5 h4,
.lyotec-components-journey .step-item.step8 h4 {
  color: #002f6d;
}
.lyotec-components-journey .step-item.step2 h4:after,
.lyotec-components-journey .step-item.step5 h4:after,
.lyotec-components-journey .step-item.step8 h4:after {
  background-color: #002f6d;
}
.lyotec-components-journey .step-item.step3 h4,
.lyotec-components-journey .step-item.step6 h4,
.lyotec-components-journey .step-item.step9 h4 {
  color: #2e96c3;
}
.lyotec-components-journey .step-item.step3 h4:after,
.lyotec-components-journey .step-item.step6 h4:after,
.lyotec-components-journey .step-item.step9 h4:after {
  background-color: #2e96c3;
}
.lyotec-components-journey .step-item ul {
  padding-left: 18px;
  padding-right: 75px;
}
.lyotec-components-journey .step-item ul li {
  font-size: 17px;
  color: #444;
  line-height: 26px;
  margin-bottom: 10px;
}
.lyotec-components-journey .step-item ul li pre {
  font-size: 15px;
}
.lyotec-components-journey .expanded-steps {
    padding: 50px 150px 35px 200px;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #fff;
}
.lyotec-components-journey .expanded-steps .journey-steps .step-item {
  position: relative;
  /* margin-top: -150px; */
}
.lyotec-components-journey
  .expanded-steps
  .journey-steps
  .step-item
  .line-right {
  height: 20px;
  width: 460px;
  position: absolute;
  right: -100px;
  top: 130px;
  background: #f0f0f0;
  z-index: -1;
}
.lyotec-components-journey
  .expanded-steps
  .journey-steps
  .step-item
  .line-left {
  height: 20px;
  width: 380px;
  position: absolute;
  left: -247px;
  top: 130px;
  background: #f0f0f0;
  z-index: -1;
}
.lyotec-components-journey .expanded-steps .journey-steps .step-item .curve {
  z-index: -1;
  height: 415px;
  position: absolute;
}
.lyotec-components-journey
  .expanded-steps
  .journey-steps
  .step-item
  .line-top-right-curve {
  width: 290px;
  right: 10px;
  top: 130px;
  border-top: 20px solid #f0f0f0;
  border-right: 20px solid #f0f0f0;
  border-top-right-radius: 100px;
}
.lyotec-components-journey
  .expanded-steps
  .journey-steps
  .step-item
  .line-bottom-right-curve {
  width: 320px;
  height: 300px;
  right: 10px;
  top: -150px;
  border-bottom: 20px solid #f0f0f0;
  border-right: 20px solid #f0f0f0;
  border-bottom-right-radius: 100px;
}
.lyotec-components-journey
  .expanded-steps
  .journey-steps
  .step-item
  .line-top-left-curve {
  width: 320px;
  left: -20px;
  top: 130px;
  border-top: 20px solid #f0f0f0;
  border-left: 20px solid #f0f0f0;
  border-top-left-radius: 100px;
}
.lyotec-components-journey
  .expanded-steps
  .journey-steps
  .step-item
  .line-bottom-left-curve {
  height: 160px;
  width: 320px;
  position: absolute;
  left: -20px;
  top: -10px;
  border-bottom: 20px solid #f0f0f0;
  border-left: 20px solid #f0f0f0;
  border-bottom-left-radius: 100px;
}
.lyotec-components-journey
  .expanded-steps
  .journey-steps
  .step-item
  .end-point-dots {
  height: 20px;
  width: 370px;
  position: absolute;
  right: -130px;
  top: 130px;
  background: url(/-/media/Feature/Product/Lyotec/steps/timeline-rounded.png) repeat-x 0 0 / contain;
  z-index: -1;
}
.lyotec-components-journey .expanded-steps .journey-steps .step-item:before {
  content: "";
  width: 510px;
  height: 20px;
  opacity: 0.1;
  background-color: #707070;
  position: absolute;
  left: 8rem;
  top: 130px;
  z-index: -1;
  border-radius: 30px;
  display: none;
}
.lyotec-components-journey .timeline-points.isExpanded::after {
  display: none;
}
.lyotec-components-journey
  .expanded-steps
  .journey-steps
  .step-item.step3::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 500px;
}
.sec1,
.sec2,
.sec3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.footerDemo {
  height: 500px;
}

.lyotec-components-journey .expanded-steps .journey-steps .step1.customAnimate {
    -webkit-animation: fadeInFromNone 1s ease-out;
    -moz-animation: fadeInFromNone 1s ease-out;
    -o-animation: fadeInFromNone 1s ease-out;
    animation: fadeInFromNone 1s ease-out;
}
.lyotec-components-journey .expanded-steps .journey-steps .step2.customAnimate {
    -webkit-animation: fadeInFromNone 1.5s ease-out;
    -moz-animation: fadeInFromNone 1.5s ease-out;
    -o-animation: fadeInFromNone 1.5s ease-out;
    animation: fadeInFromNone 1.5s ease-out;
}
.lyotec-components-journey .expanded-steps .journey-steps .step3.customAnimate {
    -webkit-animation: fadeInFromNone 2s ease-out;
    -moz-animation: fadeInFromNone 2s ease-out;
    -o-animation: fadeInFromNone 2s ease-out;
    animation: fadeInFromNone 2s ease-out;
}
.visHid{
    visibility: hidden;
}

@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}


@media (max-width: 1690px) {
    .lyotec-components-journey .slider:before {
        width: 1050px;
    }
    .lyotec-components-journey .expanded-steps .journey-steps .step-item.step3 .curve {
        height: 430px;
    }
    .lyotec-components-journey .step-item {
        padding: 0 2rem;
    }
    .lyotec-key-benefits .benefits-points-block .benefits-points .item p{
        line-height: 26px;
    }
}

@media (max-width: 1600px) {
  .lyotec-overview .overviewRight {
    padding: 20px 55px;
  }
  .lyotec-key-benefits {
    padding: 50px 40px;
  }
  .lyotec-key-benefits .benefits-img {
    padding: 0 20px 0 30px;
  }
  .lyotec-key-benefits .benefits-points-block h4 {
    margin-bottom: 25px;
  }
  .lyotec-key-benefits .benefits-points-block .benefits-points .item p {
    font-size: 18px;
    line-height: 28px;
  }
  .lyotec-components-journey .slider:before {
    width: 1000px;
  }
  .lyotec-components-journey .step-item {
    padding: 0 2rem;
  }
  .lyotec-components-journey .step-item h5 {
    max-width: 100%;
  }
  .lyotec-components-journey .step-item ul {
    padding-right: 15px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item.step3
    .curve {
    height: 370px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item.step6
    .line-right {
    width: 430px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item.step6
    .line-top-left-curve {
    height: 350px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item.step7
    .line-right {
    width: 430px;
  }
}

@media (max-width: 1366px) {
  .lyotec-overview .overviewLeft {
    width: 40%;
    max-width: 40%;
    padding: 65px 90px 65px 60px;
  }
  .lyotec-overview .overviewLeft h3 {
    font-size: 35px;
  }
  .lyotec-overview .overviewRight {
    padding: 20px 45px;
  }
  .lyotec-overview .overviewRight p {
    font-size: 20px;
    line-height: 38px;
  }
  .lyotec-key-benefits .benefits-img img {
    max-width: 235px;
  }
  .lyotec-key-benefits .benefits-points-block h4 {
    font-size: 22px;
  }
  .lyotec-components-journey .head h2 {
    font-size: 28px;
  }
  .lyotec-components-journey .timeline-points {
    top: 235px;
  }
  .lyotec-components-journey .slider:before {
    width: 810px;
    top: 110px;
  }
  .lyotec-components-journey .step-item {
    padding: 0 1rem;
  }
  .lyotec-components-journey .step-item ul {
    padding-left: 10px;
  }
  .lyotec-components-journey .step-item .step-img img {
    width: 190px;
  }
  .lyotec-components-journey .step-item h4 {
    font-size: 20px;
  }
  .lyotec-components-journey .step-item h5 {
    font-size: 16px;
    max-width: 75%;
  }
  .lyotec-components-journey .step-item ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-right {
    width: 340px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-right {
    top: 110px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-top-right-curve {
    top: 110px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-bottom-right-curve {
    height: 280px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item.step6
    .line-right {
    width: 360px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-top-left-curve {
    top: 110px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-bottom-left-curve {
    height: 140px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item.step7
    .line-right {
    width: 360px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .end-point-dots {
    top: 110px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-top-right-curve {
    border-top-right-radius: 80px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-bottom-right-curve {
    border-bottom-right-radius: 80px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-top-left-curve {
    border-top-left-radius: 80px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-bottom-left-curve {
    border-bottom-left-radius: 80px;
    left: -40px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-top-right-curve {
    width: 310px;
    right: -20px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-top-left-curve {
    width: 360px;
    left: -40px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-bottom-right-curve {
    right: -20px;
  }
}

@media (max-width: 1200px) {
  .lyotec-overview .overviewLeft {
    padding: 55px 80px 55px 40px;
  }
  .lyotec-overview .overviewRight {
    padding: 20px 30px;
  }
  .lyotec-overview .overviewRight p {
    font-size: 16px;
    line-height: 30px;
  }
  .lyotec-key-benefits .benefits-points-block h4 {
    font-size: 18px;
  }
  .lyotec-key-benefits .benefits-img {
    padding: 0 30px 0 20px;
  }
  .lyotec-key-benefits .benefits-img img {
    max-width: 215px;
  }
  .lyotec-key-benefits .benefits-points-block .benefits-points {
    grid-template-columns: 1fr 1fr;
  }
  .lyotec-components-journey .slider:before {
    width: 630px;
  }
  .lyotec-components-journey .timeline-points::before {
    width: 13rem;
  }
  .lyotec-components-journey .timeline-points::after {
    width: 14rem;
  }
  .lyotec-components-journey .slider {
    margin: 0 120px;
  }
  .lyotec-components-journey .expanded-steps {
    padding: 0 120px;
  }
  .lyotec-components-journey .step-item h4 {
    font-size: 20px;
  }
  .lyotec-components-journey .step-item h5 {
    font-size: 16px;
    line-height: 23px;
  }
  .lyotec-components-journey .step-item ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-right {
    width: 310px;
  }
  .lyotec-components-journey .timeline-points.isExpanded::before {
    width: 16rem;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item.step6
    .line-right {
    width: 310px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item.step7
    .line-right {
    width: 310px;
  }
  .lyotec-components-journey .carousel-control-next {
    right: -90px;
  }
  .lyotec-components-journey .carousel-control-prev {
    left: -90px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .end-point-dots {
    right: -100px;
    width: 210px;
  }
  .lyotec-components-journey .head.headToClose{
      margin-top: 25px;
  }
}

@media (max-width: 1024.99px) {
    .lyotec-components-journey .expanded-steps .journey-steps .step-item.step3 .curve {
        height: 445px;
    }
    .lyotec-components-journey .timeline-points {
        top: 250px;
    }
}
@media (max-width: 991px) {
  .lyotec-components-journey .slider {
    margin: 0 80px;
  }
  .lyotec-components-journey .slider:before {
    width: 560px;
    top: 100px;
  }
  .lyotec-components-journey .expanded-steps {
    padding: 0 80px;
  }
  .lyotec-components-journey .carousel-control-prev {
    left: -60px;
  }
  .lyotec-components-journey .carousel-control-next {
    right: -60px;
  }
  .lyotec-components-journey .timeline-points::before {
    width: 9rem;
  }
  .lyotec-components-journey .step-item .step-img img {
    width: 170px;
  }
  .lyotec-components-journey .timeline-points {
    top: 238px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-right {
    width: 220px;
    top: 100px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-top-right-curve {
    width: 170px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item.step3
    .curve {
    height: 400px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item.step4
    .line-bottom-right-curve {
    width: 150px;
    top: -160px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item.step6
    .line-right {
    width: 230px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-top-left-curve {
    width: 140px;
    top: 100px;
  }
  .lyotec-components-journey .expanded-steps .journey-steps .step-item.step6 .line-top-left-curve {
    height: 300px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item.step7
    .line-right {
    width: 220px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-bottom-left-curve {
    width: 150px;
    top: -20px;
  }
  .lyotec-components-journey .step-item h5 {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .lyotec-components-journey .step-item ul li {
    font-size: 13px;
    line-height: 20px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .end-point-dots {
    top: 100px;
  }
  .lyotec-key-benefits .benefits-points-block .benefits-points .item {
    padding: 15px 20px 15px 25px;
    margin: 12px 15px;
  }
  .lyotec-key-benefits .benefits-points-block .benefits-points .item p {
    font-size: 16px;
    line-height: 22px;
  }
  .lyotec-overview .overviewLeft h3 {
    font-size: 28px;
  }
  .lyotec-key-benefits {
    padding: 35px 30px;
  }
  .lyotec-key-benefits .benefits-points-block h4 {
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 15px;
  }
  .lyotec-key-benefits .benefits-img {
    padding: 0 15px 0 15px;
  }
}

@media (max-width: 860px) {
    .lyotec-components-journey .expanded-steps .journey-steps .step-item.step6 .line-top-left-curve {
        height: 340px;
    }
    .lyotec-components-journey .head.headToClose h2{
        font-size: 22px;
    }
}
@media (max-width: 820px) {
    .lyotec-key-benefits .benefits-img img {
        max-width: 175px;
    }
    .lyotec-key-benefits .benefits-points-block .benefits-points .item p {
        font-size: 13px;
        line-height: 20px;
    }
}
@media (max-width: 800px) {
  .lyotec-components-journey .slider:before {
    width: 500px;
  }
  .lyotec-components-journey .slider:before,
  .lyotec-components-journey .timeline-points::before,
  .lyotec-components-journey .timeline-points::after {
    height: 15px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-right {
    height: 15px;
  }
  .lyotec-components-journey .expanded-steps .journey-steps .step-item .curve,
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-bottom-right-curve,
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-top-left-curve,
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-bottom-left-curve {
    border-width: 15px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .end-point-dots {
    height: 15px;
    right: -30px;
    width: 190px;
  }

  .lyotec-components-journey .timeline-points.isExpanded::before {
    width: 10rem;
  }
}

@media (max-width: 767px) {
  .lyotec-overview {
    flex-direction: column;
  }
  .lyotec-overview .overviewLeft {
    width: 100%;
    max-width: 100%;
    background: none;
    padding: 0;
  }
  .lyotec-overview .overviewLeft h3 {
    font-size: 24px;
    color: #002f6d;
    margin-bottom: 10px;
  }
  .lyotec-overview .overviewRight p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
  }
  .lyotec-overview .overviewRight {
    width: 100%;
    padding: 0 25px;
  }
  .mobileJourneyCarousel {
    display: block;
  }
  .mobileJourneyCarousel .step-item {
    padding: 0 15px;
  }
  .mobileJourneyCarousel .step-item h5 {
    max-width: 100%;
  }
  .mobileJourneyCarousel .step-item ul {
    padding-right: 0;
  }
  .mobileJourneyCarousel .owl-nav button span {
    display: none;
  }
  .mobileJourneyCarousel .owl-nav button {
    width: 20px;
    height: 25px;
    margin: 0 15px !important;
  }
  .mobileJourneyCarousel .owl-nav button.owl-prev,
  .mobileJourneyCarousel .owl-nav button.owl-prev:hover {
    background: transparent url(/-/media/Feature/Product/Lyotec/steps/prevArrow.svg) no-repeat;
    background-size: contain;
  }
  .mobileJourneyCarousel .owl-nav button.owl-next,
  .mobileJourneyCarousel .owl-nav button.owl-next:hover {
    background: transparent url(/-/media/Feature/Product/Lyotec/nextArrow.svg) no-repeat;
    background-size: contain;
  }
  .lyotec-key-benefits .benefits-img {
    display: none;
  }
  .lyotec-components-journey .slider {
    display: none;
  }
  .lyotec-components-journey .timeline-points {
    display: none;
  }
  .lyotec-components-journey .timeline-points.isExpanded {
    top: 185px;
    display: block;
  }
  .lyotec-key-benefits {
    padding: 15px 10px;
    overflow: hidden;
  }
  .lyotec-key-benefits .benefits-desktop .benefits-points {
    display: none;
  }
  .lyotec-key-benefits .benefits-mobile {
    display: block;
  }
  .lyotec-key-benefits .benefits-points-block h4 {
    text-align: center;
    margin: 0 20px;
    line-height: 35px;
    display: none;
  }
  .lyotec-key-benefits .benefits-mobile .item {
    padding: 20px 25px 20px 35px;
    box-shadow: 0 2px 9px 0 rgba(0, 160, 200, 0.22);
    background-color: #fff;
    margin: 12px 20px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .lyotec-key-benefits .benefits-mobile .item:before {
    content: "";
    width: 4px;
    height: 35px;
    background: rgb(0, 47, 109);
    background: linear-gradient(
      0deg,
      rgba(0, 47, 109, 1) 10%,
      rgba(12, 60, 119, 1) 25%,
      rgba(25, 73, 130, 1) 48%,
      rgba(110, 159, 201, 1) 105%
    );
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .lyotec-key-benefits .benefits-mobile h4 {
    font-family: var(--font-noto);
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #0c2e89;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .lyotec-key-benefits .benefits-mobile p {
    margin-bottom: 0;
  }
  .lyotec-key-benefits .benefits-mobile .benefits-mobile-img {
    display: flex;
    justify-content: center;
  }
  .lyotec-key-benefits .benefits-mobile .benefits-mobile-img img {
    max-width: 200px;
  }
  .lyotec-components-journey .head {
    margin-bottom: 15px;
  }
  .lyotec-components-journey .head h2 {
    font-size: 24px;
  }
  .lyotec-components-journey .expanded-steps {
    padding: 0 50px;
  }
  .lyotec-components-journey .expanded-steps .journey-steps {
    grid-template-columns: 1fr 1fr;
  }
  .lyotec-components-journey .expanded-steps .journey-steps .step-item.step1 {
    order: 1;
  }
  .lyotec-components-journey .expanded-steps .journey-steps .step-item.step2 {
    order: 2;
  }
  .lyotec-components-journey .expanded-steps .journey-steps .step-item.step3 {
    order: 4;
  }
  .lyotec-components-journey .expanded-steps .journey-steps .step-item.step4 {
    order: 3;
  }
  .lyotec-components-journey .expanded-steps .journey-steps .step-item.step5 {
    order: 5;
  }
  .lyotec-components-journey .expanded-steps .journey-steps .step-item.step6 {
    order: 6;
  }
  .lyotec-components-journey .expanded-steps .journey-steps .step-item.step7 {
    order: 8;
  }
  .lyotec-components-journey .expanded-steps .journey-steps .step-item.step8 {
    order: 7;
  }
  .lyotec-components-journey .expanded-steps .journey-steps .step-item.step9 {
    order: 9;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item.step4
    .line-top-left-curve {
    height: 200px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-right {
    width: 360px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item.step8
    .line-top-left-curve {
    height: 200px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-top-left-curve {
    border-top-left-radius: 70px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-top-right-curve {
    border-top-right-radius: 70px;
    width: 200px;
    top: 100px;
    height: 300px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-bottom-right-curve {
    border-bottom-right-radius: 70px;
    height: 300px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item.step3
    .curve {
    height: 265px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-bottom-left-curve {
    border-bottom-left-radius: 70px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-left {
    height: 15px;
    top: 100px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item.step7
    .line-bottom-right-curve {
    height: 265px;
  }
}

@media (max-width: 580px) {
  .lyotec-components-journey .head h2 {
    padding: 0 45px;
  }
  .lyotec-components-journey .head.headToClose h2{
      font-size: 20px;
  }
  .lyotec-components-journey .head.headToClose img.closeBtn{
      right: 0;
      top: -10px;
  }
  .lyotec-components-journey .head img.expandBtn,
  .lyotec-components-journey .head img.closeBtn {
    top: -15px;
    height: 25px;
    right: 20px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-right {
    width: 270px;
    top: 80px;
  }
  .lyotec-components-journey .step-item .step-img img {
    width: 140px;
  }
  .lyotec-components-journey .step-item h4 {
    font-size: 18px;
  }
  .lyotec-components-journey .step-item h5 {
    font-size: 14px;
    line-height: 23px;
  }
  .lyotec-components-journey .step-item ul li {
    font-size: 12px;
    line-height: 18px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-left {
    width: 240px;
    left: -155px;
    top: 80px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item.step6
    .line-top-right-curve {
    height: 230px;
  }
  .lyotec-components-journey .timeline-points.isExpanded {
    top: 165px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-top-right-curve {
    top: 80px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item.step3
    .curve {
    top: -170px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-top-left-curve {
    top: 80px;
    left: -30px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-bottom-left-curve {
    left: -30px;
    top: -45px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-bottom-right-curve {
    top: -170px;
  }
}

@media (max-width: 400px) {
  .lyotec-components-journey .expanded-steps {
    padding: 0 30px;
  }
  .lyotec-components-journey .expanded-steps .journey-steps .step-item {
    padding: 0 0.5rem;
  }
  .lyotec-components-journey .step-item .step-img img {
    width: 100px;
  }
  .lyotec-components-journey .step-item h4 {
    font-size: 13px;
  }
  .lyotec-components-journey .step-item h5 {
    font-size: 10px;
    line-height: 14px;
  }
  .lyotec-components-journey .step-item ul li {
    font-size: 10px;
    line-height: 14px;
  }
  .lyotec-components-journey .step-item ul li pre {
    font-size: 10px;
  }
  .lyotec-components-journey .slider:before,
  .lyotec-components-journey .timeline-points::before,
  .lyotec-components-journey .timeline-points::after {
    height: 6px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-right {
    height: 6px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .end-point-dots {
    height: 6px;
    top: 59px;
    width: 80px;
  }
  .lyotec-components-journey .expanded-steps .journey-steps .step-item .curve,
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-bottom-right-curve,
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-top-left-curve,
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-bottom-left-curve {
    border-width: 6px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-left {
    width: 180px;
    left: -135px;
    height: 6px;
    top: 60px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-right {
    width: 170px;
    top: 60px;
  }
  .lyotec-components-journey .timeline-points.isExpanded {
    top: 170px;
  }
  .lyotec-components-journey .timeline-points.isExpanded::before {
    width: 60px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-top-right-curve {
    border-top-right-radius: 40px;
    top: 60px;
    right: -10px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item.step3
    .curve {
    height: 236px;
    border-bottom-right-radius: 40px;
    right: -10px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-bottom-right-curve {
    width: 140px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item.step4
    .line-top-left-curve {
    height: 130px;
    border-top-left-radius: 40px;
    top: 60px;
    left: -10px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item
    .line-bottom-left-curve {
    border-bottom-left-radius: 40px;
    left: -10px;
    top: -75px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item.step7
    .line-bottom-right-curve {
    height: 235px;
    border-bottom-right-radius: 40px;
    right: 10px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item.step6
    .line-top-right-curve {
    right: 10px;
  }
  .lyotec-components-journey
    .expanded-steps
    .journey-steps
    .step-item.step8
    .line-top-left-curve {
    border-top-left-radius: 40px;
    height: 150px;
    top: 60px;
    left: -10px;
  }
}

/*  LYOTEC CSS */
