/*
* Pricing Table
*/
.pricing-table.custom-pricing-table-style-1 .plan {
    border-radius: 10px;
}

.pricing-table.custom-pricing-table-style-1 .plan .plan-header {
    border-radius: 10px;
}

.pricing-table.custom-pricing-table-style-1 .plan .plan-features {
    border: 0;
}

.pricing-table.custom-pricing-table-style-1 .plan .plan-features ul li {
    font-size: 1em;
}

.pricing-table.custom-pricing-table-style-1 .plan .plan-footer {
    border: 0;
}

.pricing-table.custom-pricing-table-style-1 .plan.plan-featured {
    overflow: hidden;
    transform: scale(1);
}

.pricing-table.custom-pricing-table-style-1 .plan.plan-featured .plan-features ul li {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.pricing-table.custom-pricing-table-style-1 .plan.plan-featured .plan-popular-tag {
    position: absolute;
    line-height: 2.3;
    top: 20px;
    right: -55px;
    background: #CCC;
    width: 55%;
    transform: rotate(36deg);
}

.pricing-table.custom-pricing-table-style-1 .plan.plan-featured .plan-popular-tag {
    background: #183f72;
}