.hero {
  padding: 4rem 0 5rem 0;
  background: #f5f6f8;
}
.hero .btn {
  box-shadow: var(--shadow);
  border-radius: var(--border-radius);
  font-family: var(--mont) !important;
  font-weight: 700;
  padding: 12px 57px;
}
.hero h1 {
  font-size: 3.5rem;
}
.hero p {
  font-size: 1.1rem;
  line-height: 1.7rem;
  margin: 36px 0;
}
.hero img {
  width: 80%;
}
.feathure__card h3 {
  color: #484848;
  text-align: left;
  text-transform: none;
  font-weight: normal;
  font-size: 15px;
  line-height: 21px;
  position: relative;
  margin: 7px;
  width: calc(100% - 47px);
}
.feathure__card {
  margin: 10px 0;
  background: #f6f8fc;
  border: none;
  width: 100%;
  display: flex;
  padding: 10px;
  border-radius: 10px;
}
.feathure__card img {
  width: 47px;
  height: 46px;
  margin: 10px;
}
.row.wp {
  text-align: left;
  background: #f9f9f9;
  padding: 40px 20px;
  border-radius: 15px;
  margin-bottom: 40px;
}
.wp h4 {
  line-height: 27px;
  font-size: 21px;
}
.row.wp h2 {
  font-size: 33px;
  margin: 0 0 20px;
  text-align: left;
}
.more-info.learn {
  display: inline-block;
  padding: 9px 32px;
  color: #fff;
  background: transparent;
  margin-top: 12px;
  border-radius: 38px;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  border: 2px solid #ff9421;
  color: #ff9421;
}
.bluee {
  color: #0872fb;
}
.wp img {
  width: 85%;
}
.wrapper.steps {
  padding: 0 0 60px;
}
.step {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
}
.step li {
  background: #efefef;
  width: 20%;
  list-style-type: none;
  flex: 0 0 20%;
}
.blu .headi {
  background: #b1d8f7;
}
.headi {
  padding: 10px 20px;
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.step h4 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
.headi img {
  width: 50px;
  height: auto;
}
.blu h3 {
  background: #f9f9f9;
  height: 93px;
}
.grn .headi {
  background: #a1ccee;
}
.parrot .headi {
  background: #73b8ee;
}
.orng .headi {
  background: #55aaec;
}
.drk-orange .headi {
  background: #3e9ee8;
}
.step h3 {
  padding: 20px;
  font-size: 14px;
  font-family: "poppinslight" !important;
  margin: 0;
  float: left;
  line-height: 20px;
  width: 100%;
}
.grn h3 {
  background: #f2f2f2;
  min-height: 130px;
}
.parrot h3 {
  background: #eee;
  min-height: 164px;
}
.orng h3 {
  background: #e8e8e8;
  min-height: 201px;
}
.drk-orange h3 {
  background: #f2f2f2;
  min-height: 237px;
}
.buy {
  display: inline-block;
  padding: 6px 32px;
  color: #fff;
  background: transparent;
  margin-top: 0px;
  border-radius: 0;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  border: 2px solid #034083;
  color: #034083;
}
.price_std li .content {
  float: left;
  background: #ebfaff;
  border: none;
  border-radius: 10px;
  box-shadow: none;
  margin: 10px;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 20px;
}
.price_std li img {
  width: 80px;
  height: auto;
}
.bl {
  color: #1773cb;
}
.price_std li h2 {
  font-size: 22px;
  margin: 10px;
}
.wrapper.thankp .container {
  background: #f6f7f9;
  padding: 20px;
  text-align: center;
}
.wrapper.thankp .heading {
  font-size: 35px;
}
.wrapper.thankp h4 {
  font-size: 21px;
  color: #1773cb;
  text-align: center;
  text-transform: none;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  .headi img {
    width: 45px;
  }
  .headi {
    height: 57px;
  }
  .row.wp h2 {
    font-size: 30px;
  }
  .row.wp h3 {
    font-size: 20px;
  }
  .wrapper.thankp .heading {
    font-size: 30px;
  }
  .wrapper.thankp h4 {
    font-size: 19px;
  }
}
@media (max-width: 992px) {
  .step li {
    width: 33.333%;
    flex: 0 0 33.333%;
  }
  .row.wp h2 {
    font-size: 26px;
  }
  .row.wp h3 {
    font-size: 18px;
  }
  .wrapper.thankp .heading {
    font-size: 28px;
  }
  .wrapper.thankp h4 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .step li {
    width: 100%;
    flex: 0 0 100%;
    min-height: auto;
  }
  .step h3 {
    min-height: auto !important;
  }
  .row.wp h2 {
    font-size: 22px;
  }
  .row.wp h3 {
    font-size: 16px;
  }
  .wrapper.steps {
    padding: 0 0 20px;
  }
  .wrapper.thankp .heading {
    font-size: 26px;
  }
  .wrapper.thankp h4 {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .row.wp h2 {
    font-size: 18px;
  }
  .wrapper.steps {
    padding: 0 0 15px;
  }
  .wrapper.thankp .heading {
    font-size: 22px;
  }
  .wrapper.thankp h4 {
    font-size: 14px;
  }
  .wp h4 {
    line-height: 20px;
    font-size: 14px;
  }
  .row.wp h3 {
    font-size: 14px;
  }
  .price_std li h2 {
    font-size: 15px;
    margin: 8px 0 0 0;
  }
}
