
.price-card {
  padding: 30px;
  border: 1px solid #dee2e6;
}


.price-card .price-card-title {
  font-size: 30px;
  margin-bottom: 20px;
  opacity: .8;
}

.price-card .price-card-cost {
  position: relative;
  margin-bottom: 30px;
  opacity: .8;
}

.price-card .price-card-cost sup {
  font-size: 18px;
  position: relative;
  top: -35px;
}

.price-card .price-card-cost .num {
  font-size: 55px;
  font-weight: bold;
  margin: 0 -2px 0 -7px;
}

.price-card .price-card-cost .date {
  font-size: 12px;
}

.price-card .price-card-cost .date:before {
  content: '/';
  padding-right: 2px;
}

.price-card .list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 50px;
}

.price-card .list .list-item {
  margin: 12px 0;
}

.price-card.price-card-requried {
  position: relative;
  overflow: hidden;
  padding: 50px 30px;
}

.price-card.price-card-requried:after {
  content: 'BEST';
  position: absolute;
  right: -25px;
  top: 10px;
  padding: 6px 10px;
  width: 100px;
  /* background: #F85C70; */
  color: #222121;
  font-weight: 400;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}

/* .price-card.price-card-requried .num {
  color: #F85C70;
} */

/* Pricing Color Effect */
.team-colocmy {
  color: #747474;
  font-size: 14px;
}

.theme-red .team-colocmy {
  /* background-color: rgba(239, 56, 36, 0.15); */
  color: #EF3724;
}


.theme-blue .team-colocmy  {
  /* background-color: rgba(41, 96, 247, 0.15); */
  color: #2960f7;
}


.theme-purple .team-colocmy  {
  /* background-color: rgba(110, 66, 193, 0.15); */
  color: #6f42c1;
}

.theme-orange .team-colocmy  {
  /* background-color: rgba(253, 125, 20, 0.15); */
  color: #fd7e14;
}

.theme-green .team-colocmy  {
  /* background-color: rgba(139, 198, 63, 0.15); */
  color: #8cc63f;
}



.theme-red .price-card.price-card-requried:after {
  background: #EF3724;
}

.theme-blue .price-card.price-card-requried:after {
  background: #2960f7;
}

.theme-purple .price-card.price-card-requried:after {
  background: #6f42c1;
}

.theme-orange .price-card.price-card-requried:after {
  background: #fd7e14;
}

.theme-green .price-card.price-card-requried:after {
  background: #8cc63f;
}
