/* CSS File 
*/
@media only screen and (max-width: 767px) {
  .plan-style-1 {
    max-width: 400px;
  }
  .plan-style-1 .plan-price .price {
    font-size: 50px;
  }
  .plan-style-1 .plan-header .plan-title {
    margin: -14px 0 2px 0;
  }
  .plan-style-2 {
    max-width: 400px;
  }
  .plan-style-2 .plan-price .price {
    font-size: 50px;
  }
  .plan-style-3 {
    max-width: 400px;
  }
  .plan-style-3 .plan-price .price {
    font-size: 50px;
  }
  .plan-style-3 .plan-header .plan-title {
    margin: -14px 0 5px 0;
  }
  .plan-style-4 {
    max-width: 400px;
  }
  .plan-style-4 .plan-price .price {
    font-size: 50px;
    padding: 20px 0 10px 0;
  }
  .plan-style-5 {
    max-width: 400px;
  }
  .plan-style-5 .plan-price .price {
    font-size: 50px;
    padding: 20px 0 10px 0;
  }
}
@media only screen and (max-width: 576px) {
  .plan-style-1 {
    max-width: 350px;
  }
  .plan-style-1 .plan-price .price {
    font-size: 48px;
  }
  .plan-style-2 {
    max-width: 350px;
  }
  .plan-style-2 .plan-price .price {
    font-size: 48px;
  }
  .plan-style-3 {
    max-width: 350px;
  }
  .plan-style-3 .plan-price .price {
    font-size: 48px;
  }
  .plan-style-4 {
    max-width: 350px;
  }
  .plan-style-4 .plan-price .price {
    font-size: 48px;
  }
  .plan-style-5 {
    max-width: 350px;
  }
  .plan-style-5 .plan-price .price {
    font-size: 48px;
  }
}
@media only screen and (max-width: 400px) {
  .plan-style-1 {
    max-width: 265px;
  }
  .plan-style-2 {
    max-width: 265px;
  }
  .plan-style-3 {
    max-width: 265px;
  }
  .plan-style-4 {
    max-width: 265px;
  }
  .plan-style-5 {
    max-width: 265px;
  }
}
/*# sourceMappingURL=pricing-tables-responsive.css.map */