.how-work {
  overflow: hidden;
  padding: 100px 0px 0px 0px;

}

.how-work .howwork-heading {
  margin-bottom: 30px;
}

.how-work .howwork-heading h6 {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  font-weight: 700;
  position: relative;
}

.how-work .howwork-heading h6::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 174px;
  width: 73px;
  height: 3px;
  background-color: #ffc517;
}

.how-work .howwork-heading h2 {
  font-size: 35px;
  color: #000000;
  font-weight: 600;
  padding-bottom: 8px;
  padding-top: 15px;
}

.how-work .howwork-heading h2 span {
  color: #e4a003;
}

.how-work .listar-feature-item-wrapper {
  margin-bottom: 50px;
  padding-left: 27px;
  padding-right: 27px;
}

.how-work .listar-feature-item {
  height: calc(100% - 20px);
}

.how-work .listar-feature-item.listar-feature-has-link~.listar-feature-fix-bottom-padding.listar-fix-feature-arrow-button-height {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
}

.how-work .listar-feature-item a {
  position: absolute;
  top: -10px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% + 4px);
  border-radius: 1000px;
  z-index: 10;
}

.how-work .listar-feature-with-image .listar-feature-item a:before {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}

.how-work .listar-feature-item a:after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  z-index: 10;
  animation: ripple 0.7s linear infinite;
  box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.6),
    -5px -5px 10px rgba(255, 255, 255, 0.5);
}


@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
  }

  100% {
    box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
  }
}

.how-work .listar-feature-item .listar-feature-item-inner {
  padding: 50px 30px;
  border-radius: 6px;
  z-index: 5;
  position: relative;
  height: 100%;
}

.how-work .listar-feature-item .listar-feature-item-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.how-work .listar-feature-right-border {
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  top: -12px;
  left: 50%;
  overflow: hidden;
}

.how-work .listar-feature-items {
  text-align: center;

  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.how-work .listar-feature-item-inner .listar-feature-right-border:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 8px solid #313131;
  border-radius: 800px;
  left: -50%;
}

.how-work .listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  content: "";
  background-color: #ffffff;
  z-index: 6;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}

.how-work .listar-feature-icon-wrapper {
  width: 148px;
  height: 148px;
  line-height: 148px;
  border-radius: 500px;
  position: relative;
  background-color: #f6f6f6;
  box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 50%;
  vertical-align: middle;
  margin-left: -74px;
  top: -66px;
  margin-top: -74px;
}

.how-work .listar-feature-icon-inner {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 500px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
  background: #fff;
}

.how-work .listar-feature-icon-inner div {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: left;
}

.how-work .listar-feature-icon-inner img {
  position: relative;
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  /* height: 90px; */
}

.how-work .listar-feature-item img,
.how-work .listar-feature-item i {
  position: relative;
  display: inline-block;
  border-bottom: 0;
  font-size: 40px;
  top: 0;
  padding: 0;
  color: #258bd5;
}

.how-work .listar-feature-with-image .listar-feature-content-wrapper {
  top: 0;
}

.how-work .listar-feature-content-wrapper {
  position: relative;
  margin-top: -15.5px;
}

.how-work .listar-feature-item .listar-feature-item-title {
  padding-top: 0;
  margin: 0 0 30px;
  text-align: center;
  line-height: 1.5;
}

.how-work .listar-feature-item .listar-feature-item-title.listar-feature-counter-added>span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  border-radius: 0 18px 18px 0;
}

.how-work .listar-feature-item .listar-feature-item-title>span {
  max-height: 80px;
  min-height: 70px;
  box-shadow: 15px 20px 30px rgba(80, 80, 80, 0.12), 5px 0px 40px rgba(80, 80, 80, 0.1);
  padding: 10px 18px;
  display: inline-block;
  position: relative;
  background-color: #fff;
  font-size: 22px;
  font-weight: bold;
  font-family: "Jost", sans-serif;
}

.how-work .listar-feature-item .listar-feature-item-title>span span {
  box-shadow: 15px 15px 30px rgba(80, 80, 80, 0.2), 5px 0px 80px rgba(80, 80, 80, 0.15);
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 91px;
  line-height: 30px;
  white-space: nowrap;
  position: absolute;
  top: -11px;
  left: -50px;
  border-radius: 13px;
  background-color: #fff;
}

.how-work .pset {
  padding-top: 80px;
  padding-bottom: 80px;
}

.how-work .listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  box-shadow: 10px 10px 40px rgba(80, 80, 80, 0.15),
    15px 15px 30px rgba(80, 80, 80, 0.05), 0 0 120px rgba(80, 80, 80, 0.6);
  bottom: -29px;
  color: #555;
  line-height: 52px;
}

@media (max-width:900px) {
  .how-work .listar-feature-item .listar-feature-item-title>span span {
    top: -10px;
    left: -51px;
  }

  .how-work .listar-feature-item-wrapper {
    margin-bottom: 140px;
    padding-left: 27px;
    padding-right: 27px;
  }
}

.how-work .subs_txt {
  background: linear-gradient(90deg, #f71e1e, #d9ae2e, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 25px !important;
}

.how-work .Subs-NO {
  background: linear-gradient(90deg, #f7c71e, #b89e40, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}





@media (min-width:1400px) and (max-width:1500px) {
  .how-work .subs_txt {
    font-size: 22px !important;
  }
}

@media (min-width:1200px) and (max-width:1399px) {
  .how-work .subs_txt {
    font-size: 16px !important;
  }

  .how-work .listar-feature-right-border {
    width: calc(100% + 72px);
    height: calc(100% + -13px);

  }

  .how-work .listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
    bottom: 4px;
  }

  .how-work .listar-feature-item a:after {
    bottom: -6px;
  }

  .how-work .listar-feature-item a {
    top: -33px;
    left: 15px;
  }

  .how-work .howwork-heading h2 {
    font-size: 32px;
    padding-top: 15px;
  }
}
/************ responsive start ************/
@media (min-width:1901px) and (max-width:3000px) {
  .how-work .howwork-heading h6 {
    font-size: 22px;
  }

  .how-work .howwork-heading h6::after {
    left: 200px;
  }

  .how-work .howwork-heading h2 {
    font-size: 38px;
  }

  .how-work .listar-feature-right-border {
    height: calc(100% + 15px);
  }

  .how-work .listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
    bottom: -19px;
  }

  .how-work .listar-feature-item a:after {
    bottom: -2px;
  }

  .how-work .listar-feature-item-excerpt {
    padding-top: 20px;
  }

  .how-work .listar-feature-item-excerpt p {
    line-height: 1.5;
    font-size: 20px;
  }

  .how-work .listar-feature-item .listar-feature-item-title {
    display: flex;
    justify-content: center;
  }

  .how-work .listar-feature-item .listar-feature-item-title>span {
    max-width: 400px;
    min-width: 380px;
  }
}


/* mobile-responsive */
@media  (max-width:990px){
  .how-work .subs_txt{
    font-size: 20px !important;
  }
}