
/* Pricing Table 9
-------------------------------------------------- */

.w-pricing-table.pt-type9 {
    background-color: #437df9;
    padding: 55px 52px 72px;
}

.w-pricing-table.pt-type9 .plan-title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    line-height: 33px;
    padding-bottom: 53px;
    margin-bottom: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.w-pricing-table.pt-type9 h4.pt-price {
    margin-bottom: 28px;
    padding-bottom: 52px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.w-pricing-table.pt-type9 h4 span {
    color: #ffffff;
    display: block;
    font-size: 79px;
    font-weight: 700;
    margin-bottom: 3px;
}

.w-pricing-table.pt-type9 h4 small {
    font-size: 20px;
    font-weight: 200;
    color: #ffffff;
    text-transform: none;
    vertical-align: middle;
}

.w-pricing-table.pt-type9 .pt-footer a {
    color: #ffffff;
    font-size: 17px;
    margin-top: 30px;
    font-weight: 200;
    padding: 18px 41px;
    display: inline-block;
    border: 1px solid #eee;
}

.w-pricing-table.pt-type9 .pt-footer a:hover {
    color: #ffffff !important;
}

.w-pricing-table.pt-type9.featured .pt-footer a {
    background: #437df9;
    color: #ffffff;
    border-color: #437df9;
}
.w-pricing-table.pt-type9 .pt-footer a.magicmore:after {
    display: none;
}

@media (min-width: 1281px) and (max-width: 1500px) {
    .w-pricing-table.pt-type9 h4 span {
        font-size: 60px;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
    .w-pricing-table.pt-type9 {
        padding: 30px 25px;
    }
    .w-pricing-table.pt-type9 h4 span {
        font-size: 50px;
    }
    .w-pricing-table.pt-type9 .pt-price small {
        font-size: 17px;
        letter-spacing: 0.6px;
    }
}

@media (max-width: 991px) {
    .w-pricing-table.pt-type9 {
        padding: 30px 50px;
    }
    .w-pricing-table.pt-type9 h4 span {
        font-size: 40px;
    }
    .w-pricing-table.pt-type9 .pt-price small {
        font-size: 20px;
        letter-spacing: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .w-pricing-table.pt-type9 {
        padding: 30px 12px;
    }
    .w-pricing-table.pt-type9 h4 span {
        font-size: 40px;
    }
    .w-pricing-table.pt-type9 .plan-title {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .w-pricing-table.pt-type9 .pt-footer a.magicmore {
        font-size: 15px;
        padding: 6px 15px;
    }
}

@media (max-width:767px) {
    .w-pricing-table.pt-type9 {
        padding: 30px 25px;
    }
}
