.g5plus-pricing {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.g5plus-pricing .price-value {
  height: 182px;
  width: 182px;
  border-radius: 50%;
  margin: auto;
  background: #2C2C2C;
  color: #fff;
  position: relative;
}
.g5plus-pricing .price-value span {
  position: absolute;
  top: 46%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  right: 20px;
  margin: auto;
  word-break: break-all;
  line-height: 1;
}
.g5plus-pricing .price-value span sup {
  font-weight: 400;
  font-size: 24px;
  top: -25px;
}
.g5plus-pricing .price-value span sub {
  font-weight: 400;
  font-size: 20px;
  display: block;
  bottom: -10px;
}
.g5plus-pricing .pricing-features ul {
  padding: 30px 15px;
  position: relative;
}
.g5plus-pricing .pricing-features ul:before, .g5plus-pricing .pricing-features ul:after {
  content: "";
  position: absolute;
  top: 0;
  max-width: 250px;
  height: 1px;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
}
.g5plus-pricing .pricing-features ul:after {
  top: inherit;
  bottom: 0;
}
.g5plus-pricing .pricing-features ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.g5plus-pricing .pricing-features ul li span {
  font-weight: 700;
  float: right;
}
.g5plus-pricing .pricing-features ul li + li {
  margin-top: 15px;
}
.g5plus-pricing .pricing-button {
  margin-top: 40px;
}
.g5plus-pricing h4.pricing-name {
  margin-top: 30px;
  margin-bottom: 30px;
}
.g5plus-pricing.featured {
  box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.3);
}
.g5plus-pricing.pr_bgr {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  overflow: hidden;
}
.g5plus-pricing.pr_bgr .price-box {
  background: #2C2C2C;
  padding-top: 50px;
  padding-bottom: 25px;
  position: relative;
}
.g5plus-pricing.pr_bgr .price-box:before, .g5plus-pricing.pr_bgr .price-box:after {
  content: "";
  position: absolute;
  height: 60px;
  background-color: #FFF;
  width: 570px;
  bottom: -60px;
}
.g5plus-pricing.pr_bgr .price-box:before {
  right: 50%;
  transform-origin: top right;
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.g5plus-pricing.pr_bgr .price-box:after {
  left: 50%;
  transform-origin: top left;
  -webkit-transform: rotate(-12deg);
  transform: rotate(-12deg);
}
.g5plus-pricing.pr_bgr h4.pricing-name {
  color: #fff;
  margin-top: 10px;
}
.g5plus-pricing.pr_bgr .price-value {
  width: inherit;
  height: inherit;
  border-radius: 0;
  background: transparent;
}
.g5plus-pricing.pr_bgr .price-value span {
  position: inherit;
  top: inherit;
  left: inherit;
  right: inherit;
  -webkit-transform: none;
  transform: none;
}
.g5plus-pricing.pr_bgr .price-value span sup {
  font-size: 24px;
  top: -25px;
}
.g5plus-pricing.pr_bgr .price-value span sub {
  display: inline;
  bottom: 0;
}
.g5plus-pricing.pr_bgr .pricing-features ul:before, .g5plus-pricing.pr_bgr .pricing-features ul:after {
  display: none;
}
.g5plus-pricing.pr_bgr .pricing-button {
  margin-top: 0;
}

/*# sourceMappingURL=pricing.css.map */
