
/* Pricing Table 2
-------------------------------------------------- */

.w-pricing-table.pt-type2 {
    background: #fcfcfc;
    border-radius: 5px;
    border: 1px solid #ebeef0;
    box-shadow: 0 3px 4px -1px rgba(0, 0, 0, 0.05);
    padding: 38px 0;
    transition: .3s;
    -webkit-transition: .3s;
}

.w-pricing-table.pt-type2.featured {
    border-color: #437df9;
    padding-top: 45px;
    margin-top: -11px;
    padding-bottom: 52px;
    background: #fff;
    box-shadow: 0 2px 19px -7px #437df9;
}

.w-pricing-table.pt-type2:hover {
    border-color: #437df9;
    background: #fff;
}

.w-pricing-table.pt-type2>span {
    transition: .3s;
    -webkit-transition: .3s;
    font-size: 40px;
    width: 98px;
    height: 98px;
    text-align: center;
    color: #437df9;
    background: #fff;
    padding: 26px;
    border: 1px solid #f4f3f3;
    border-radius: 50%;
    margin-bottom: 19px;
    display: inline-block;
    box-shadow: 0 2px 0 0px rgba(0, 0, 0, 0.018);
}

.w-pricing-table.pt-type2:hover>span {
    border-color: #437df9;
}

.w-pricing-table.pt-type2.featured>span {
    border: 3px solid #437df9;
}

.w-pricing-table.pt-type2 h3,
.w-pricing-table.pt-type2.featured h3 {
    font-size: 21px;
    font-weight: 300;
    color: #111;
    text-transform: capitalize;
    margin-bottom: 31px;
    background: none;
    padding: 0 12px;
}

.w-pricing-table.pt-type2 ul li {
    list-style: none;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    color: #898d90;
    margin-bottom: 4px;
}

.w-pricing-table.pt-type2 h4.pt-price {
    padding: 14px 0;
}

.w-pricing-table.pt-type2 h4 span {
    font-size: 33px;
    font-weight: 700;
    color: #111;
}

.w-pricing-table.pt-type2 h4 small {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    text-transform: lowercase;
    vertical-align: middle;
}

.w-pricing-table.pt-type2 h5 {
    font-size: 22px;
    font-weight: 300;
    color: #a9a9a9;
    text-decoration: line-through;
    margin: 0;
}

.w-pricing-table.pt-type2 .pt-footer a,
.w-pricing-table.pt-type2 .pt-footer a {
    letter-spacing: 0;
    display: inline-block;
    color: #437df9;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 60px;
    padding: 0 20px;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.02);
}

.w-pricing-table.pt-type2.featured .pt-footer a {
    background: #437df9;
    color: #fff !important;
    border-color: #437df9;
}

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

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

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

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

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