.text-decoration-lt {
  text-decoration: line-through;
}
.memebership-price-box-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}

.memebership-price-box-wrap.memebership-setting-price-box-wrap {
  margin-top: 20px;
}

.memebership-price-box-wrap .wrapper {
  padding: 15px;
}

.memebership-price-box-wrap .wrapper-xs {
  padding: 5px !important;
}

.memebership-price-box-wrap .bg-primary {
  color: #f4f3f9;
  background-color: #7266ba !important;
}

.memebership-price-box-wrap .bg-primary.dker, .memebership-price-box-wrap .bg-primary .dker {
  background-color: #5244a9 !important;
}

.memebership-price-box-wrap .bg-warning {
  color: #ffffff;
  background-color: #fad733!important;
}

.memebership-price-box-wrap .bg-warning.dker, .memebership-price-box-wrap .bg-warning .dker {
  background-color: #face00!important;
}

.memebership-price-box-wrap .btn-primary {
  color: #ffffff !important;
  background-color: #7266ba;
  border-color: #7266ba;
}

.memebership-price-box-wrap .btn-primary:hover, .memebership-price-box-wrap .btn-primary:focus, .memebership-price-box-wrap .btn-primary:active, .memebership-price-box-wrap .btn-primary.active {
  color: #ffffff !important;
  background-color: #6254b2;
  border-color: #5a4daa;
}

.memebership-price-box-wrap .btn-warning {
  color: #ffffff !important;
  background-color: #fad733;
  border-color: #fad733;
}

.memebership-price-box-wrap .btn-warning:hover, .memebership-price-box-wrap .btn-warning:focus, .memebership-price-box-wrap .btn-warning:active, .memebership-price-box-wrap .btn-warning.active {
  color: #ffffff !important;
  background-color: #f9d21a;
  border-color: #f9cf0b;
}

.memebership-price-box-wrap h4 {
  font-size: 22px;
  font-weight: 600;
}

.memebership-price-box-wrap h2 {
  font-size: 30px;
  font-weight: 600;
  text-transform: none;
}

.memebership-price-box-wrap .bg-primary h2, .memebership-price-box-wrap .bg-warning h2 {
  color: #ffffff;
}

.memebership-price-box-wrap h2 .text-2x {
  font-size: 2em;
}

.memebership-price-box-wrap h2 .text-xs {
  font-size: 14px;
}

@media (max-width: 575px) {
  .memebership-price-box-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .memebership-price-box-wrap .mt-n4 {
    margin-top: 0rem !important;
  }

  .memebership-price-box-wrap .card-membership-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .memebership-price-box-wrap.memebership-setting-price-box-wrap .card-membership-box {
    margin-top: 0px;
  }
}