.box {
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 16px;
}

.box:hover {
  -webkit-transform: translateY(-0.15rem);
          transform: translateY(-0.15rem);
  -webkit-box-shadow: 0 0.5em 5em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
          box-shadow: 0 0.5em 5em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
}

.box-deal {
  border: 3px solid #5d8aff;
}

@media (max-width: 767px) {
  .columns {
    margin-left: 0rem;
    margin-right: 0rem;
  }
}

.deal {
  display: table;
  padding: 6px 20px;
  border-radius: 25px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  font-size: 12px;
  line-height: 1.42857;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
}

.deal.blue {
  background-color: #4687ff;
}

.deal.red {
  background-color: #ff5d5d;
}

.pricing-head-sub {
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
}

.pricing-dollar {
  font-size: 20px;
  vertical-align: super;
  font-weight: 500;
}

.pricing-tag {
  margin: 1rem 0;
}

.pricing-content {
  margin: 1rem 0 2rem;
}

.pricing-desc {
  font-size: 12px;
  min-height: 20px;
  color: #b9babd;
}

.price-red {
  text-decoration: line-through;
  color: red;
}

.about-pricing {
  background-color: #f5faff;
}

.about-pricing-desc {
  color: #999;
  font-size: 13px;
}

.testimonial-img-outer {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1rem;
}

.testimonial-text {
  font-size: 13px;
  min-height: 20px;
  color: #999;
  margin-bottom: 0.5rem;
}

.testimonial-source {
  font-size: 13px;
  font-weight: 600;
}

.testimonial-company {
  font-size: 13px;
  font-weight: 600;
  color: #999;
}

.faq-text {
  width: 80%;
  margin: auto;
}

@media (max-width: 767px) {
  .faq-text {
    width: 100%;
    margin: auto;
  }
}

.menu-label {
  color: #7a7a7a;
  font-size: 0.85em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
/*# sourceMappingURL=pricing.css.map */