/*Price*/
.niche-pricing-wrap {
  text-align: center;
  background: #ffffff;
  border: 1px solid #a8a8a8;
}
.pricing-title {
  position: relative;
  padding: 40px 40px 20px;
}
.pricing-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #a8a8a8;
}
.niche-pricing-wrap h3 {
  font-size: 23px;
  color: #141414;
}
.niche-pricing-wrap h2 {
  font-size: 50px;
  color: #ff6528;
  padding: 0;
}
.niche-pricing-wrap span {
  font-size: 18px;
  color: #555555;
}
ul.price-list {
  padding: 20px 40px;
  margin: 0;
  list-style: none;
  display: inline-block;
  text-align: left;
}
ul.price-list li {
  position: relative;
  font-size: 18px;
  color: #555555;
  padding: 0 0 0 20px;
  margin: 0 0 10px;
}
ul.price-list li i {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 14px;
  transform: translateY(-50%);
}
.niche-btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 200px;
  padding: 20px 20px 16px;
  margin: 0 40px 40px;
  color: #ffffff;
  background: #ff6528;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid transparent;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.style-one .niche-btn {
  margin-bottom: 20px;
  min-width: 300px;
}
@media(max-width: 767px) {
  .style-one .niche-btn {
    min-width: 240px;
  }
}
.niche-pricing-wrap.style-one .salespage-pricing-table-offer-endword {
  padding: 0 0 40px;
}
.niche-btn:hover {
  background: #141414;
  color: #ffffff;
}
.niche-pricing-wrap.dark {
  background: #141414;
  border-color: #141414;
}
.niche-pricing-wrap.dark .niche-btn:hover {
  background: #ff6528;
  border-color: #ff6528;
}
.niche-pricing-wrap.dark span,
.niche-pricing-wrap.dark li,
.niche-pricing-wrap.dark h3 {
  color: #ffffff;
}
.niche-pricing-wrap.dark .pricing-title:after {
  border-color: #ffffff;
}

/*Style Two*/ 
.niche-pricing-wrap.style-two {
  position: relative;
  padding: 40px;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 80px rgb(0 6 66 / 10%);
  -ms-box-shadow: 0 5px 80px rgba(0, 6, 66, 0.1);
  box-shadow: 0 5px 80px rgb(0 6 66 / 10%);
}
.niche-pricing-wrap.style-two .pricing-title {
  padding: 0;
}
.niche-pricing-wrap.style-two .pricing-title:after {
  content: none;
}
.niche-pricing-wrap.style-two span {
  color: inherit;
}
.niche-pricing-wrap.style-two h3 {
  font-size: 26px;
  padding: 0;
}
.niche-pricing-wrap.style-two h2 {
  font-size: 70px;
  font-weight: 800;
  line-height: 70px;
  color: #f33d1b;
}
.niche-pricing-wrap.style-two ul.price-list {
  padding: 0 0 20px;
}
.niche-pricing-wrap.style-two ul.price-list li {
  padding: 0 0 0 35px;
  font-size: 20px;
  color: #141414;
}
.niche-pricing-wrap.style-two ul.price-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 4px;
  background: #f33d1b;
}
.niche-pricing-wrap.style-two .niche-btn {
  margin: 0;
  min-width: 100%;
  border-radius: 5px;
  background: #141414;
}
.niche-pricing-wrap.style-two .niche-btn:hover {
  background: #f33d1b;
}
.niche-pricing-wrap.style-two span.popular {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  background: #141414;
  padding: 15px 8px 25px 4px;
  letter-spacing: 2px;
  position: absolute;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  top: 0;
  left: 30px;
  overflow: hidden;
}
.niche-pricing-wrap.style-two span.popular:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 10px solid #f33d1b;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
.niche-pricing-wrap.style-two.dark {
  background: #f33d1b;
}
.niche-pricing-wrap.style-two.dark h2,
.niche-pricing-wrap.style-two.dark ul.price-list li {
  color: #ffffff;
}
.niche-pricing-wrap.style-two.dark ul.price-list li:before {
  background: #ffffff;
}
.niche-pricing-wrap.style-two.dark .niche-btn {
  background: #ffffff;
  color: #141414;
}
.niche-pricing-wrap.style-two.dark .niche-btn:hover {
  background: #141414;
  color: #ffffff;
}