/*----------------------------------------*/
/*  7.24 pricing
/*----------------------------------------*/
.tp-pricing-subtitle {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--tp-common-black);
}
.tp-pricing-price {
  font-size: 66px;
  letter-spacing: -0.05em;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
  .tp-pricing-price {
    font-size: 42px;
  }
}
.tp-pricing-meta {
  font-weight: 500;
  font-size: 15px;
  color: var(--tp-common-black);
}
.tp-pricing-item {
  background: var(--tp-common-white);
  padding: 45px 40px 44px 40px;
  border: 1px solid rgba(255, 253, 225, 0.1);
  border-radius: 16px;
  height: 100%;
}
.tp-pricing-header {
  padding-bottom: 4px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(7, 21, 22, 0.1);
}
.tp-pricing-badge {
  font-weight: 500;
  font-size: 16px;
  color: var(--tp-common-white);
  border-radius: 30px;
  display: inline-block;
  padding: 7px 17px;
  line-height: 1;
  background: var(--tp-theme-1);
}
.tp-pricing-feature {
  margin-bottom: 43px;
}
.tp-pricing-feature ul li {
  list-style: none;
  font-weight: 400;
  font-size: 15px;
  color: var(--tp-grey-1);
  margin-bottom: 14px;
  padding-left: 13px;
  position: relative;
}
.tp-pricing-feature ul li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: var(--tp-grey-1);
  left: 0;
  top: 10px;
  border-radius: 100px;
}
