
/* Pricing Table 3
-------------------------------------------------- */

.w-pricing-table.pt-type3,
.w-pricing-table.pt-type3.featured {
    position: relative;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 12px 24px -10px #437df9;
}

.w-pricing-table.pt-type3 .pt-header {
    background: #437df9;
    padding-top: 42px;
    margin: -1px -1px 80px;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.w-pricing-table.pt-type3.featured .pt-header {
    background: #39c36e;
}

.w-pricing-table.pt-type3 span.plan-label strong {
    display: block;
}

.w-pricing-table.pt-type3 .pt-header .plan-title,
.w-pricing-table.pt-type3 .pt-header .plan-price,
.w-pricing-table.pt-type3 .pt-header small {
    color: #fff;
}

.w-pricing-table.pt-type3 .pt-header h3,
.w-pricing-table.pt-type3 .pt-header h4,
.w-pricing-table.pt-type3 .pt-header h3,
.w-pricing-table.pt-type3 .pt-header h4 {
    background: none;
    border: none;
}

.w-pricing-table.pt-type3 .pt-header h3,
.w-pricing-table.pt-type3 .pt-header h3 {
    font-size: 25px;
    padding: 0;
    line-height: 1.1;
}

.w-pricing-table.pt-type3 .pt-header h4,
.w-pricing-table.pt-type3 .pt-header h4 {
    padding: 0 0 80px;
    box-shadow: 0 12px 22px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -15px #437df9;
}

.w-pricing-table.pt-type3 .pt-header h4 span,
.w-pricing-table.pt-type3 .pt-header h4 {
    font-size: 22px;
    font-weight: 400;
}

.w-pricing-table.pt-type3 .pt-header h4 small {
    font-size: 20px;
    font-weight: 200;
}

.w-pricing-table.pt-type3>span:before,
.w-pricing-table.pt-type3.featured>span:before {
    content: '';
    position: absolute;
    border: 3px solid rgba(255, 255, 255, .20);
    border-radius: 50%;
    padding: 55px 58px;
    bottom: -3px;
    right: 50%;
    transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
}

.w-pricing-table.pt-type3 span.plan-label,
.w-pricing-table.pt-type3.featured span.plan-label {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    width: 115px;
    height: 115px;
    max-width: 115px;
    font-weight: 500;
    border: 3px solid #437df9;
    display: block;
    border-radius: 100%;
    padding: 29px 18px;
    position: absolute;
    background: #fff;
    bottom: -50px;
    color: #62627a;
    right: 50%;
    transform: translate(50%, 0);
    -webkit-transform: translate(50%, 0);
    box-shadow: 0 12px 22px -13px #437df9;
}

.w-pricing-table.pt-type3.featured>span {
    border-color: #39c36e;
    color: #616161;
}

.w-pricing-table.pt-type3>span strong {
    font-size: 24px;
    display: block;
}

.w-pricing-table.pt-type3 .pt-features {
    padding-top: 25px;
}

.w-pricing-table.pt-type3 ul li,
.w-pricing-table.pt-type3.featured ul li {
    list-style: none;
    font-size: 13px;
    font-weight: 400;
    color: #888;
    padding-bottom: 12px;
}

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

.w-pricing-table.pt-type2 .feature-icon.not-available-icon:before,
.w-pricing-table.pt-type3 .feature-icon.not-available-icon:before {
    content: "\e646";
    color: #cc0000;
}

.w-pricing-table.pt-type2 .available-icon:before,
.w-pricing-table.pt-type3 .available-icon:before {
    content: "\e64c";
    color: #39c36e;
}

.w-pricing-table.pt-type3 .pt-footer,
.w-pricing-table.pt-type3.featured .pt-footer {
    background: #437df9;
    padding: 20px 35px 40px;
    margin: -1px;
    border-radius: 0 0 10px 10px;
}

.w-pricing-table.pt-type3.featured .pt-footer {
    background: #39c36e;
}

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

.w-pricing-table.pt-type3 .pt-footer a:before,
.w-pricing-table.pt-type3.featured .pt-footer a:before {
    content: '';
    position: absolute;
    border: 3px solid rgba(255, 255, 255, 0.20);
    border-radius: 60px;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
}

.w-pricing-table.pt-type3 .pt-footer a,
.w-pricing-table.pt-type3.featured .pt-footer a {
    color: #437df9;
    background: #fff;
    border-radius: 60px;
    padding: 8px 16px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
}

.w-pricing-table.pt-type3.featured .pt-footer a {
    color: #39c36e;
    border-color: #39c36e;
}

.w-pricing-table.pt-type3 .pt-footer a:hover,
.w-pricing-table.pt-type3.featured .pt-footer a:hover {
    color: #fff !important;
    background: #393939;
}

.w-pricing-table.pt-type3 .pt-footer p {
    color: #fff;
    font-size: 13px;
    padding-top: 15px;
}
