
/* Pricing Table 4
-------------------------------------------------- */

.w-pricing-table.pt-type4.featured,
.w-pricing-table.pt-type4 {
    background: #fff;
}

.w-pricing-table.pt-type4,
.w-pricing-table.pt-type4.featured {
    position: relative;
    border: 5px solid #e1e1e1;
    border-radius: 6px;
    box-shadow: 0 15px 46px -20px rgba(0, 0, 0, 0.2);
}

.w-pricing-table.pt-type4.featured {
    box-shadow: 0 15px 46px -23px #39c36e;
    border-color: #acdea8;
}

.w-pricing-table.pt-type4 *,
.w-pricing-table.pt-type4.featured * {
    text-align: left;
    padding: 0;
}

.w-pricing-table.pt-type4 .pt-header {
    background: #f9f9f9;
    padding: 45px;
    border-bottom: 1px solid #e4e4e4;
}

.w-pricing-table.pt-type3.featured {
    box-shadow: 0 12px 24px -10px #acdea8;
}

.w-pricing-table.pt-type4.featured .pt-header {
    background: #ebf9e7;
    border-color: #acdea8;
}

.w-pricing-table.pt-type3.featured .pt-header h4 {
    box-shadow: 0 10px 30px -15px #acdea8;
}

.w-pricing-table.pt-type4 h3,
.w-pricing-table.pt-type4.featured h3 {
    background: none;
    color: #51c1e9;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

.w-pricing-table.pt-type3.featured span.plan-label {
    border-color: #39c36e;
    box-shadow: 0 12px 22px -13px #39c36e;
}

.w-pricing-table.pt-type4 h6,
.w-pricing-table.pt-type4.featured h6 {
    color: #6a6a6a;
    font-size: 17px;
}

.w-pricing-table.pt-type4 ul li,
.w-pricing-table.pt-type4.featured ul li {
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    color: #444;
    padding-bottom: 20px;
}

.w-pricing-table.pt-type4 ul li:last-child,
.w-pricing-table.pt-type4.featured ul li:last-child {
    padding-bottom: 0;
}

.w-pricing-table.pt-type4 ul li:before,
.w-pricing-table.pt-type4.featured ul li:before {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding-top: 30px;
    left: 0;
    right: auto;
}

.w-pricing-table.pt-type4 ul li:last-child:before,
.w-pricing-table.pt-type4.featured ul li:last-child:before {
    display: none;
}

.w-pricing-table.pt-type4 ul,
.w-pricing-table.pt-type4.featured ul {
    padding: 20px 30px 8px;
    margin: 0;
}

.w-pricing-table.pt-type4.featured .feature-icon,
.w-pricing-table.pt-type4 .feature-icon {
    padding-right: 8px;
    color: #616161;
    font-family: 'WnFontAwesome';
}

.w-pricing-table.pt-type4.featured,
.w-pricing-table.pt-type4 .feature-icon:before {
    content: "\f057";
    color: #8dd889;
}

.w-pricing-table.pt-type4.featured,
.w-pricing-table.pt-type4 .available-icon:before {
    content: "\f058";
    color: #8dd889;
}

.w-pricing-table.pt-type4.featured,
.w-pricing-table.pt-type4 .not-available-icon:before {
    color: #cc8383;
}

.w-pricing-table.pt-type4 .pt-footer,
.w-pricing-table.pt-type4.featured .pt-footer {
    background: #a0d9f1;
    padding: 20px 35px;
}

.w-pricing-table.pt-type4 .pt-price h4 span,
.w-pricing-table.pt-type4 .pt-price h4 small {
    color: #51c1e9;
    font-size: 29px;
    text-transform: lowercase;
    font-weight: 700;
}

.w-pricing-table.pt-type4 .pt-price h4 {
    background: none;
    border: none;
    margin-bottom: 0;
    padding: 23px 35px 20px;
}

.w-pricing-table.pt-type4 .pt-footer a:after {
    display: none;
}

.w-pricing-table.pt-type4.featured h3,
.w-pricing-table.pt-type4.featured .pt-price h4 span,
.w-pricing-table.pt-type4.featured .pt-price h4 small {
    color: #39c36e;
}

.w-pricing-table.pt-type4 .pt-footer,
.w-pricing-table.pt-type4.featured .pt-footer {
    text-align: center;
    background: #f9f9f9;
    border-top: 1px solid #e4e4e4;
    padding: 40px;
}

.w-pricing-table.pt-type4 .pt-footer p {
    text-align: center;
}

.w-pricing-table.pt-type4 .pt-footer a,
.w-pricing-table.pt-type4.featured .pt-footer a {
    color: #fff;
    background: #39c36e;
    border-radius: 60px;
    padding: 7px 40px;
    letter-spacing: 0;
}

.w-pricing-table.pt-type4 .pt-footer a.magicmore {
    border-radius: 3px;
    padding: 12px 20px;
    letter-spacing: 2px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 12px;
    box-shadow: 0 5px 16px -6px #39c36e;
}

.w-pricing-table.pt-type4 .pt-footer a.magicmore:hover {
    background: #222 !important;
    box-shadow: 0 5px 16px -6px #333;
}

@media (max-width: 991px) {
    .w-pricing-table.pt-type4 ul,
    .w-pricing-table.pt-type4.featured ul {
        padding: 20px 15px 8px;
    }
    .w-pricing-table.pt-type4 ul li,
    .w-pricing-table.pt-type4.featured ul li {
        font-size: 12px;
    }
}
