.stepper-slider .swiper {
  width: 100%;
  height: auto;
  padding: 100px 140px;
}

.stepper-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  transition: 0.5s;
  background: var(--wc-lightgray);
  padding: 120px;
  height: 80vh;
  gap: 100px;
}

.stepper-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
  transition: 0.5s;
}

.stepper-slider .swiper-pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  left: 160px;
  right: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 100px;
}

.stepper-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--wc-black100);
  opacity: 0.4;
  border-radius: 50%;
}

.stepper-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition: 0.5s;
}

.stepper-slider .swiper-pagination-bullet .imgsrc {
  width: 70px;
  height: 70px;
  background: #d1e2e2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 2px dashed #70707080;
  transition: 0.5s;
}

.stepper-slider .swiper-pagination-bullet .imgsrc img {
  width: 27px;
}

.stepper-slider .swiper-pagination-bullet .stepTitle-text {
  font-family: var(--givonic_black);
  font-size: 18px;
  line-height: 22px;
  color: #252b33;
  margin-top: 10px;
  text-align: center;
  text-transform: capitalize;
}

.stepper-slider .stepprslider-content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.stepper-slider .stepTitle-heading {
  font-size: 72px;
  line-height: 66px;
  letter-spacing: -0.64px;
  text-transform: capitalize;
  font-family: "Proxima-Nova-Light";
  color:var(--wc-black100);
  margin-bottom: 30px;
}

.stepper-slider .stepSlidetextarea .stepNumtextimg {
  width: 60px;
}

.stepper-slider .stepSlidetextarea p {
  color: var(--wc-black100);
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 60px;
  opacity: 0.7;
  width: 100%;
  margin-left: 0;
}

.stepper-slider .stepprslider-in {
  width: 100%;
}

.swiper-slide-active .data-slide-right {
  animation: 1.5s cusp-slide-right;
}

@keyframes cusp-slide-right {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.swiper-slide-active .data-slide-top {
  animation: 1.5s cusp-slide-top;
}

@keyframes cusp-slide-top {
  from {
    transform: translateY(50px);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.stepper-slider .stepSlidetextarea .stepNumtext {
  font-family: var(--givonic_black);
  font-size: 45px;
  line-height: 50px;
  letter-spacing: 0;
  color: rgba(37, 43, 51, 0.1);
  display: block;
  width: fit-content;
  margin-bottom: 0px;
}

.stepper-slider {
  position: relative;
  background: #fff;
}

.stepper-slider .mainHeading-wrapper {
  max-width: 432px;
  position: absolute;
  top: 0;
  left: 98px;
  z-index: 11;
}

.stepper-slider .stepSli-container {
  position: relative;
}

.stepper-slider .heading_common h2 {
  text-align: left;
}

.stepper-slider .heading_common p {
  text-align: left;
}

.stepper-slider .swiper-pagination .swiper-pagination-bullet {
  position: relative;
}

.stepper-slider .swiper-pagination .swiper-pagination-bullet.completed {
  opacity: 1;
  transition: 0.5s;
}

.stepper-slider {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.stepperSwiper .right-sticky-slide-scroll video,
.stepperSwiper .right-sticky-slide-scroll img {
  width: 580px;
  height: 580px;
  border-radius: 0;
}

.stepSlidetextarea[data-aos=fade-right] {
  transform: translate3d(-50px, 0, 0);
  opacity: 0;
}

.stepSlidetextarea[data-aos^=fade][data-aos^=fade].aos-animate {
  transform: translateZ(0);
  opacity: 1;
}

.stepprslider-content-img[data-aos=fade-up] {
  transform: translate3d(0, 50px, 0);
  opacity: 0;
}

.stepprslider-content-img[data-aos^=fade][data-aos^=fade].aos-animate {
  transform: translateZ(0);
  opacity: 1;
}

@media (min-width: 992px) {
  .mobileViewOnly {
    display: none;
  }

  .mobile--visible {
    display: none;
  }
}

@media (max-width: 1600px) {
  .stepper-slider .swiper {
    padding: 86px 95px;
  }

  .stepper-slider .swiper-pagination {
    left: 120px;
  }

  .stepper-slider .swiper-slide {
    padding: 90px;
  }

  .stepperSwiper .right-sticky-slide-scroll video,
  .stepperSwiper .right-sticky-slide-scroll img {
    width: 470px;
    height: 470px;
  }

  .stepper-slider .stepSlidetextarea p {
    margin-bottom: 36px;
  }

  .stepper-slider .stepTitle-heading {
    font-size: 60px;
    line-height: 62px
  }

  .stepper-slider .stepTitle-heading {
    margin-bottom: 18px;
  }
}

@media (max-width: 1440px) {
  .stepper-slider .swiper {
    padding: 86px 75px;
  }

  .stepper-slider .swiper-pagination {
    left: 100px;
  }
}

@media (max-width: 1280px) {

  .stepperSwiper .right-sticky-slide-scroll video,
  .stepperSwiper .right-sticky-slide-scroll img {
    width: 420px;
    height: 420px;
  }

  .stepper-slider .swiper-slide {
    padding: 70px;
  }

  .stepper-slider .stepprslider-content {
    gap: 60px
  }

  .stepper-slider .stepTitle-heading {
    font-size: 48px;
    line-height: 48px;
  }

  .stepper-slider .stepSlidetextarea p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 1024px) {

  .stepperSwiper .right-sticky-slide-scroll video,
  .stepperSwiper .right-sticky-slide-scroll img {
    width: 306px;
    height: 306px;
  }

  .stepper-slider .swiper {
    padding: 100px 30px;
    ;
  }

  .stepper-slider .swiper-slide {
    padding: 36px;
    padding-left: 70px;
  }

  .stepper-slider .swiper-pagination {
    left: 50px;
  }

  .stepper-slider .stepprslider-content {
    gap: 20px;
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .desktop--visible {
    display: none;
  }

  .stepper-slider .swiper {
    padding: 0 0;
    border-radius: 0;
    height: 100%;
  }

  .stepper-slider .stepprslider-content {
    gap: 30px;
    flex-direction: column-reverse;
  }

  .stepper-slider .stepTitle-heading {
    font-size: 34px;
    line-height: 34px;
    text-align: center;
  }

  .stepper-slider .stepSlidetextarea p {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

  .stepper-slider {
    padding: 50px 15px;
    height: 100%;
  }

  .stepper-slider .swiper-pagination {
    left: auto;
    width: 100px;
    height: 10px;
    flex-direction: row;
    transform: none;
    top: auto;
    bottom: 47px;
    right: 18px;
    gap: 0
  }

  .swipernextprevWrapper {
    position: absolute;
    bottom: 30px;
    left: 18px;
    width: 116px;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: flex-end;
  }

  .swipernextprevWrapper .swiper-button-next,
  .swipernextprevWrapper .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in-out;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
  }

  .swipernextprevWrapper .swiper-button-next:after,
  .swipernextprevWrapper .swiper-button-prev:after {
    display: none;
  }

  .swipernextprevWrapper img.swipperArrow {
    width: 24px;
  }

  .swipernextprevWrapper .swiper-button-prev img.swipperArrow {
    transform: rotate(180deg);
  }

  .stepSlidetextarea[data-aos=fade-right] {
    transform: none;
    scale: .8;
    opacity: 0;
  }

  .stepSlidetextarea[data-aos^=fade][data-aos^=fade].aos-animate {
    transform: none;
    scale: 1;
    opacity: 1;
    padding: 0 22px;
  }

  @keyframes cusp-slide-right {
    from {
      transform: none;
      scale: .8;
      opacity: 0;
    }

    to {
      transform: none;
      opacity: 1;
      scale: 1;
    }
  }

  @keyframes cusp-slide-top {
    from {
      transform: none;
      opacity: 0;
      scale: .8;
    }

    to {
      transform: none;
      opacity: 1;
      scale: 1;
    }
  }

  .stepperSwiper .stepSlidetextarea {
    padding: 0 0;
    width: 100%;
  }

  .stepper-slider .stepperSwiper .stepTitle-heading {
    padding: 0;
  }

  .stepper-slider .stepperSwiper .stepSlidetextarea p {
    padding: 0 0;
  }

  .stepper-slider .right-sticky-slide-scroll {
    width: 100%;
  }

  .stepperSwiper .right-sticky-slide-scroll video,
  .stepperSwiper .right-sticky-slide-scroll img {
    height: auto;
    margin: 0 auto;
  }

  .stepper-slider .swiper {
    padding: 0;
  }

  .stepper-slider .swiper-slide {
    padding: 0;
  }
  .stepSlidetextarea .buttonsGroup{display: flex;justify-content: center;}
  .stepperSwiper .stepSlidetextarea{padding: 0 22px;}
}

@media (max-width: 420px) {
  .stepper-slider .swiper-slide {
    padding: 0;
    border-radius: 0;
    height: auto;
    padding-bottom: 20px;
  }
}

.thankyoubox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 90px 60px;
  background: #fff;
  color: #111;
  z-index: 1;
  display: none;
}

.thankyoucontent img.thankyoutik {
  width: 110px;
  margin: 0 auto 20px;
}

.thankyoucontent p {
  font-family: 'Proxima-Nova-Light';
  font-size: 18px;
  line-height: 24px;
  color: #444444;
  margin-bottom: 24px;
  text-align: center;
}

.close-leaflet {
  display: flex;
  width: fit-content;
  height: 43px;
  padding: 11px 38px;
  border-radius: 30px;
  background: var(--EF444E, #ef444e);
  border: 0;
  color: #ffffff;
  font-family: "ProximaNova-Bold";
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.thankyoucontent .text-main {
  text-align: center;
}

.thankyoucontent {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.formThankyouModal .thankyoucontent {
  position: relative;
  top: 0;
  transform: none;
}

.formThankyouModal .thankyoubox {
  position: relative;
  display: block;
}

.formThankyouModal .closebtn {
  z-index: 1;
  background: transparent;
  border: 0;
  box-shadow: none;
  top: 16px;
  right: 16px;
}

.formThankyouModal .thankyouwrappermodal {
  border-radius: 24px;
  overflow: hidden;
}

.formThankyouModal .modal-content {
  border: 0;
  background: transparent;
}

.video_modal.formThankyouModal {
  background: rgba(0, 0, 0, .7);
  backdrop-filter: blur(10px);
}

.video_modal.formThankyouModal .modal-dialog {
  max-width: 40%;
  width: 100%;
}

@media (max-width: 991px) {
  .thankyoucontent p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
  }

  .thankyoucontent img.thankyoutik {
    width: 66px;
    margin: 0 auto 14px;
  }

  .close-leaflet {
    height: 34px;
    padding: 10px 32px;
    font-size: 12px;
  }

  .mobEcoCopy {
    justify-content: center;
    margin-top: 8px;
  }

  .video_modal.formThankyouModal .modal-dialog {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
  }
}