.pricingTable9 {
  background: #fff;
  padding-bottom: 20px;
  overflow: hidden;
  border: 1px solid #eee;
  margin-top: 20px; }

.pricingTable9 .pricingTable-header {
  margin-bottom: 40px;
  position: relative;
  z-index: 1; }

.pricingTable9 .pricingTable-header:before {
  content: "";
  width: 100%;
  height: 150%;
  background: #606aa3;
  position: absolute;
  top: -90%;
  left: -20%;
  z-index: -1;
  transform: rotate(-42deg); }

.pricingTable9 .pricingTable-header:after {
  content: "";
  width: 100%;
  height: 190%;
  background: #727cb6;
  position: absolute;
  top: -76%;
  right: -16%;
  z-index: -2;
  transform: rotate(20deg); }

.pricingTable9 .price-value, .pricingTable9 .title {
  display: inline-block;
  width: 50%;
  padding: 30px 0;
  color: #fff;
  line-height: 20px; }

.pricingTable9 .price-value {
  float: left;
  font-size: 30px;
  position: relative;
  top: 10px;
  left: 20px; }

.pricingTable9 .currency {
  font-size: 20px;
  position: relative;
  top: -10px;
  right: -3px; }

.pricingTable9 .title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  top: 10px;
  right: 7px; }

.pricingTable9 .price-value3, .pricingTable9 .title3 {
  display: inline-block;
  width: 100%;
  padding: 10px 25px 0 25px;
  color: #eee;
  line-height: 40px; }

.pricingTable9 .price-value3 {
  float: left;
  font-size: 30px;
  position: relative;
  top: 10px;
  left: 20px; }

.pricingTable9 .currency3 {
  font-size: 20px;
  position: relative;
  top: -10px;
  right: -3px; }

.pricingTable9 .title3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  top: 10px;
  right: 7px; }

.pricingTable9 .pricing-content {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  text-align: center;
  clear: both; }

.pricingTable9 .pricing-content li {
  font-size: 17px;
  color: #828282;
  line-height: 40px; }

.pricing-content li.save {
  font-size: 22px;
  color: red;
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  line-height: 40px; }

.pricingTable9 .pricingTable-signup {
  display: block;
  width: 80%;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #606aa3;
  border-radius: 40px;
  margin: 0 auto;
  font-size: 18px;
  color: #606aa3;
  z-index: 1;
  text-transform: uppercase;
  overflow: hidden;
  position: relative; }

.pricingTable9 .pricingTable-signup:after, .pricingTable9 .pricingTable-signup:before {
  content: "";
  border-width: 0;
  border-style: solid;
  position: absolute;
  z-index: -1;
  transition: all 0.7s ease 0s; }

.pricingTable9 .pricingTable-signup:before {
  border-color: transparent transparent transparent #606aa3;
  bottom: 0;
  left: 0; }

.pricingTable9 .pricingTable-signup:after {
  border-color: transparent #606aa3 transparent transparent;
  top: 0;
  right: 0; }

.pricingTable9 .pricingTable-signup:hover:after, .pricingTable9 .pricingTable-signup:hover:before {
  border-width: 150px 262px; }

.pricingTable9.green .pricingTable-header:before {
  background: #18a288; }

.pricingTable9.green .pricingTable-header:after {
  background: #1abc9c; }

.pricingTable9.green .pricingTable-signup {
  border-color: #1abc9c;
  color: #1abc9c; }

.pricingTable9.green .pricingTable-signup:before {
  border-color: transparent transparent transparent #18a288; }

.pricingTable9.green .pricingTable-signup:after {
  border-color: transparent #18a288 transparent transparent; }

.pricingTable9.orange .pricingTable-header:before {
  background: #ee6e00; }

.pricingTable9.orange .pricingTable-header:after {
  background: #e67e22; }

.pricingTable9.orange .pricingTable-signup {
  border-color: #e67e22;
  color: #e67e22; }

.pricingTable9.orange .pricingTable-signup:before {
  border-color: transparent transparent transparent #ee6e00; }

.pricingTable9.orange .pricingTable-signup:after {
  border-color: transparent #ee6e00 transparent transparent; }

.pricingTable9.purple .pricingTable-header:before {
  background: #b14468; }

.pricingTable9.purple .pricingTable-header:after {
  background: #cf4d78; }

.pricingTable9.purple .pricingTable-signup {
  border-color: #cf4d78;
  color: #cf4d78; }

.pricingTable9.purple .pricingTable-signup:before {
  border-color: transparent transparent transparent #b14468; }

.pricingTable9.purple .pricingTable-signup:after {
  border-color: transparent #b14468 transparent transparent; }

.ribbon {
  position: absolute;
  right: 10px;
  top: -5px;
  z-index: 9999;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right; }

.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 19px;
  right: -21px; }

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A; }

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A; }

.pricingTable9 p.promo {
  font-size: 1em;
  color: #fff;
  position: absolute;
  top: 4px;
  left: 8px;
  z-index: 9000;
  width: 94%;
  margin: 0;
  padding: 0.225em 8px 0.225em;
  text-align: center;
  background: #c00;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid #900; }

.pricingTable9 p.promo:before {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7px 7px 0;
  border-color: transparent #900 transparent transparent;
  bottom: -7px;
  left: 0; }

.pricingTable9 p.promo:after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 7px 0 0;
  border-color: #900 transparent transparent transparent;
  bottom: -7px;
  right: 0; }

@media only screen and (max-width: 990px) {
  .pricingTable9 {
    margin-bottom: 30px; } }
@media only screen and (max-width: 767px) {
  .pricingTable9 .pricingTable-header:before {
    height: 300%;
    top: -267%; }

  .pricingTable9 .pricingTable-header:after {
    height: 270%;
    top: -106%; }

  .pricingTable9 .title {
    text-align: center; } }
@media only screen and (max-width: 480px) {
  .pricingTable9 .pricingTable-header:after {
    top: -146%; } }
@media only screen and (max-width: 479px) {
  .pricingTable9 .pricingTable-header:before {
    height: 200%;
    top: -120%;
    left: -20%; } }
.pricingTable9 .price-value2, .pricingTable9 .title2 {
  width: 80%;
  padding: 30px 0;
  color: #fff;
  line-height: 20px; }

.pricingTable9 .title2 {
  margin: -10px 30px 10px 30px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  top: 10px;
  right: 7px; }

.caricon {
  width: 128px; }

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