#plans {
  background-color: var(--second-bg);
  background-image: url("../../../images/Price-Section-BG.svg");
  height: auto;
  padding: 80px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#plans .section-title h2,
#plans .section-title p {
  text-align: center;
}
#plans .section-title p {
  font-size: 18px;
  color: var(--text-gray);
  font-weight: 300;
}
#plans .section-title h2 {
  font-size: 32px;
  font-weight: 700;
}
#plans .pricing-box {
  background-color: #fff;
  padding: 25px;
  border: solid 1px var(--border-color);
  position: relative;
  z-index: 1;
}
#plans .top-selling-badge .title {
  position: absolute;
  top: 20px;
  left: 5px;
  z-index: 1;
  background-color: var(--brand-second-color);
  border-radius: var(--btn-main-border-radius) var(--btn-main-border-radius) var(--btn-main-border-radius) 0px;
  height: 40px;
  padding: 0px 20px;
  line-height: 40px;
  color: #fff;
}
#plans .top-selling-badge .shape {
  position: absolute;
  background-color: var(--brand-second-color);
  opacity: 0.5;
  height: 30px;
  width: 30px;
  left: 10.5px;
  top: 50.9px;
  transform: rotate(-30deg);
  z-index: 0 !important;
}
#plans .price-title h5 {
  font-weight: 600;
  font-size: 22px;
}
#plans .price-features ul {
  list-style: none;
  margin-bottom: 0px;
}
#plans .price-features ul li {
  color: var(--text-gray);
  font-size: 15px;
  margin-bottom: 15px;
}
#plans .price-features ul li:last-of-type {
  margin-bottom: 0px;
}
#plans .price-features ul svg {
  fill: var(--brand-main-color);
  width: 16px;
  margin-left: 8px;
  /*R*/
}
#plans .price-features .price-btn {
  text-align: center;
  display: block;
  padding: 10px 5px;
  background-color: var(--btn-second-bg);
  border-radius: var(--btn-main-border-radius);
  color: var(--btn-main-color);
}
#plans .price-features .price-btn-soft {
  text-align: center;
  display: block;
  padding: 10px 5px;
  background-color: var(--btn-main-soft-bg);
  border-radius: var(--btn-main-border-radius);
  color: var(--btn-main-soft-color);
}
#plans .shape {
  content: "";
  position: absolute;
  bottom: 0;
  max-width: 100%;
  height: 100%;
  z-index: -1;
}/*# sourceMappingURL=index.css.map */