

.stepper {
  background: #ffeee2;
}
@media only screen and (max-width: tablet) {
  .stepper .section-heading {
    text-align: left;
  }
}
@media only screen and (max-width: 990px) {
  .stepper .section-heading {
    text-align: left;
  }
}
@media only screen and (max-width: tablet) {
  .stepper .buttons .ic-btn.btn-icon--right {
    width: 320px;
    justify-content: center;
  }
}
@media only screen and (max-width: 990px) {
  .stepper .buttons .ic-btn.btn-icon--right {
    width: 320px;
    justify-content: center;
  }
}

@media only screen and (max-width: tablet) {
  .stepper-corp-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 990px) {
  .stepper-corp-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.stepper-corp-wrap .stepper-col.col-r {
  width: 55%;
}
@media only screen and (max-width: tablet) {
  .stepper-corp-wrap .stepper-col.col-r {
    width: 80%;
  }
}
@media only screen and (max-width: 990px) {
  .stepper-corp-wrap .stepper-col.col-r {
    width: 80%;
  }
}
@media only screen and (max-width: 800px) {
  .stepper-corp-wrap .stepper-col.col-r {
    width: 100%;
    margin-right: 145px;
  }
}
@media only screen and (max-width: 547px) {
  .stepper-corp-wrap .stepper-col.col-r {
    margin-right: 105px;
  }
}
@media only screen and (max-width: 400px) {
  .stepper-corp-wrap .stepper-col.col-r {
    margin-right: 85px;
  }
}
.stepper-corp-wrap .stepper-col.col-l {
  width: 45%;
  padding: 40px 0 0 90px;
}
@media only screen and (max-width: 1100px) {
  .stepper-corp-wrap .stepper-col.col-l {
    padding: 40px 0 0 0px;
  }
}
@media only screen and (max-width: tablet) {
  .stepper-corp-wrap .stepper-col.col-l {
    padding: 20px 0 0 0px;
  }
}
@media only screen and (max-width: 990px) {
  .stepper-corp-wrap .stepper-col.col-l {
    padding: 20px 0 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .stepper-corp-wrap .stepper-col.col-l {
    width: 100%;
  }
}

.stepper-left-con {
  margin-top: 30px;
}
@media only screen and (max-width: tablet) {
  .stepper-left-con {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 990px) {
  .stepper-left-con {
    margin-top: 0px;
  }
}
.stepper-left-con .button-group .ic-btn {
  width: 279px;
}

.stepper__video video {
  width: 100%;
  margin-bottom: -5px;
}

@media only screen and (max-width: 1099px) {
  .stepper__mobile-img img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: tablet) {
  .swiper-container-wrapper {
    justify-content: center;
  }
}
@media only screen and (max-width: 990px) {
  .swiper-container-wrapper {
    justify-content: center;
  }
}

.swiper-pagination-progressbar {
  background: transparent;
  height: 100%;
  width: 1px;
  left: 9px;
  top: 0px;
  border: 1px solid #e1e1e1;
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: top;
  background: #f37e20;
  width: 1.5px;
  left: -1px;
}

.swiper-pagination-switch {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: tablet) {
  .swiper-pagination-switch {
    line-height: 14px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 990px) {
  .swiper-pagination-switch {
    line-height: 14px;
    padding-left: 30px;
  }
}
.swiper-pagination-switch:last-child {
  height: auto;
  margin-bottom: -5px;
}
.swiper-pagination-switch:last-child.active {
  margin-bottom: -10px;
}
@media only screen and (max-width: tablet) {
  .swiper-pagination-switch:last-child.active {
    margin-bottom: -15px;
  }
}
@media only screen and (max-width: 990px) {
  .swiper-pagination-switch:last-child.active {
    margin-bottom: -15px;
  }
}
.swiper-pagination-switch .switch-hidden__content {
  display: none;
}
.swiper-pagination-switch .switch-title {
  transition: 0.2s all ease-in-out;
  transition-delay: 0s;
  color: #333333;
  font-size: 20px;
  line-height: 23px;
}
@media only screen and (max-width: tablet) {
  .swiper-pagination-switch .switch-title {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 112.5%;
  }
}
@media only screen and (max-width: 990px) {
  .swiper-pagination-switch .switch-title {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 112.5%;
  }
}
.swiper-pagination-switch .switch-title:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #e1e1e1;
  border-radius: 50%;
  top: 6.5px;
  left: 6.5px;
  z-index: 99;
}
.swiper-pagination-switch .switch-title:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0;
  background-color: #ffeee2;
  z-index: 99;
}
.swiper-pagination-switch.active .switch-title {
  font-weight: 800;
  transition-delay: 0.4s;
}
.swiper-pagination-switch.active .switch-title:after {
  content: "";
  background: #f37e20;
}
.swiper-pagination-switch.active .switch-title:before {
  content: "";
  border: 1px solid #f37e20;
}
.swiper-pagination-switch.active .switch-hidden__content {
  display: block;
}
@media only screen and (max-width: tablet) {
  .swiper-pagination-switch.active .switch-hidden__content p {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 990px) {
  .swiper-pagination-switch.active .switch-hidden__content p {
    margin-top: 5px;
  }
}
.swiper-pagination-switch.passed .switch-title:before {
  content: "";
  border: 1px solid #f37e20;
}

.switch-hidden__text {
  max-width: 390px;
}
@media only screen and (max-width: 767px) {
  .switch-hidden__text {
    max-width: 100%;
  }
}
.switch-hidden__text.w-275 {
  max-width: 275px;
}
@media only screen and (max-width: 767px) {
  .switch-hidden__text.w-275 {
    max-width: 100%;
  }
}
.switch-hidden__text li {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #4f4f4f;
  list-style: disc;
}
@media only screen and (max-width: tablet) {
  .switch-hidden__text li {
    font-size: 14px;
    line-height: 130%;
  }
}
@media only screen and (max-width: 990px) {
  .switch-hidden__text li {
    font-size: 14px;
    line-height: 130%;
  }
}
@media only screen and (max-width: tablet) {
  .switch-hidden__text li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 990px) {
  .switch-hidden__text li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.switch-hidden__text p {
  font-size: 16px;
}
@media only screen and (max-width: tablet) {
  .switch-hidden__text p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 990px) {
  .switch-hidden__text p {
    font-size: 14px;
  }
}

.hide-stepper {
  border: 0;
}

.swiper-pagination-switch {
  margin-bottom: 0;
  padding-bottom: 20px;
}/*# sourceMappingURL=upi-payments.css.map */