/* ------------------ General CSS ------------------ */

.pricing-table-title {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 60px 0 15px 0;
}

.pricing-table-title:first-child {
  margin-top: 30px;
}

.pricing-table-title h2 {
  font-size: 35px;
  font-weight: 900;
  color: #2a293e;
  letter-spacing: 2px;
}

/* -------------- Pricing Table Style -------------- */
.pricing-table {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.pricing-table .ptable-item {
  width: 33.33%;
  padding: 15px;
}

@media (max-width: 992px) {
  .pricing-table .ptable-item {
    width: 33.33%;
  }
}

@media (max-width: 768px) {
  .pricing-table .ptable-item {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .pricing-table .ptable-item {
    width: 100%;
  }
}

.pricing-table .ptable-single {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 1px #999999;
}

.pricing-table .ptable-header,
.pricing-table .ptable-body,
.pricing-table .ptable-footer {
  position: relative;
  width: 100%;
  text-align: center;
  background: #ffffff;
  overflow: hidden;
}

.pricing-table .ptable-status,
.pricing-table .ptable-title,
.pricing-table .ptable-price,
.pricing-table .ptable-description,
.pricing-table .ptable-action {
  position: relative;
  width: 100%;
  text-align: center;
}

/* --- Pricing Table 2 --- */
.pricing-table.table-2 .ptable-single:hover {
  box-shadow: 0 0 10px #999999;
}

.pricing-table.table-2 .ptable-status span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 60px;
  right: 0;
  padding: 23px 0;
  text-align: center;
  color: #ff6f61;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  background: #2a293e;
  z-index: 1;
}

.pricing-table.table-2 .ptable-status span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  left: -60px;
  border: 30px solid;
  border-color: transparent #2a293e transparent transparent;
  z-index: 2;
}

.pricing-table.table-2 .ptable-title {
  height: 60px;
  padding: 15px;
  background: #6a6a6a;
}

.pricing-table.table-2 .ptable-item.featured-item .ptable-title {
  background: #37a8b2;
}

.pricing-table.table-2 .ptable-title h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
}

.pricing-table.table-2 .ptable-price {
  padding: 15px;
  /* background: #f2f2f2; */
}

.pricing-table.table-2 .ptable-price h2 {
  color: #2a293e;
  font-size: 60px;
  font-weight: 900;
  margin-left: 15px;
}

.pricing-table.table-2 .ptable-price h2 small {
  position: absolute;
  font-size: 18px;
  font-weight: 900;
  margin-top: 16px;
  margin-left: -15px;
}

.pricing-table.table-2 .ptable-price h2 span {
  margin-left: 3px;
  font-size: 16px;
  font-weight: 300;
}

.pricing-table.table-2 .ptable-item.featured-item .ptable-price h2 {
  color: #ed5d74;
}

.pricing-table.table-2 .ptable-body {
  background: #ffffff;
  /* border-left: 15px solid #f2f2f2;
    border-right: 15px solid #f2f2f2; */
}

.pricing-table.table-2 .ptable-description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-table.table-2 .ptable-description ul li {
  color: #2a293e;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 10px;
  border-bottom: 1px solid #f2f2f2;
}

.pricing-table.table-2 .ptable-description ul li:last-child {
  border: none;
}

.pricing-table.table-2 .ptable-footer {
  padding: 15px;
  /* border: 15px solid #f2f2f2; */
}

.pricing-table.table-2 .ptable-action a {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  background: #2a293e;
}

.pricing-table.table-2 .ptable-action a i {
  margin-right: 5px;
}

.pricing-table.table-2 .ptable-action a:hover {
  color: #2a293e;
  background: #ff6f61;
}

.pricing-table.table-2 .ptable-item.featured-item .ptable-action a {
  color: #fff;
  background: #ff6f61;
}

.pricing-table.table-2 .ptable-item.featured-item .ptable-action a:hover {
  color: #ff6f61;
  background: #2a293e;
}
