.pricing-table {
  background-color: #eee;
}
.pricing-table hr {
  border: 0;
  height: 3px;
  background: #81ad2a;
}
.pricing-table h4 {
  font-size: 15px;
}
.pricing-table del {
  font-size: 13px;
}
.pricing-table .block-heading {
  padding-top: 50px;
  margin-bottom: 40px;
  text-align: center;
}
.pricing-table .block-heading h2 {
  color: #81ad2a;
}
.pricing-table .block-heading p {
  text-align: center;
  max-width: 420px;
  margin: auto;
  opacity: 0.7;
}
.pricing-table .heading {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pricing-table .item {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.075);
  border-top: 2px solid #81ad2a;
  padding: 30px;
  overflow: hidden;
  position: relative;
}
.pricing-table .item a {
  font-weight: 600;
  font-size: 1em;
}
.pricing-table .item p {
  text-align: center;
  margin-top: 20px;
  opacity: 0.7;
}
.pricing-table .col-md-5:not(:last-child) .item {
  margin-bottom: 30px;
}
.pricing-table .ribbon {
  width: 200px;
  height: 32px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 2px 3px rgba(136, 136, 136, 0.25);
  background: #81ad2a;
  transform: rotate(45deg);
  position: absolute;
  right: -42px;
  top: 40px;
  padding-top: 7px;
}
.pricing-table .features .feature {
  font-weight: 600;
  font-size: 13px;
}
.pricing-table .features a {
  color: #3c3c3b;
}
.pricing-table .features h4 {
  text-align: center;
}
.pricing-table .price h4 {
  margin: 15px 0;
  font-size: 1.5em;
  text-align: center;
  color: #81ad2a;
}
.pricing-table .buy-now a {
  text-align: center;
  margin: auto;
  font-weight: 600;
  padding: 9px 0;
}
.pricing-table-div {
  padding-bottom: 15px;
}
.text-muted {
  color: #adadad;
}
.pricehref {
  border-radius: 0.25em;
  padding: 0.375em 0.75em;
  background-color: #81ad2a;
  color: white;
}

