.afeb-price .afeb-discount,
.afeb-price div,
.afeb-price-box .afeb-buttons a {
    color: #fff;
    display: inline-block
}

.afeb-price-box {
    border-radius: 15px;
    overflow: hidden;
    position: relative
}

.afeb-price {
    background-color: #3559e0;
    padding: 10px;
    text-align: center
}

.afeb-price .afeb-p {
    font-size: 27px;
    font-weight: 700
}

.afeb-price .afeb-c,
.afeb-price .afeb-discount {
    font-size: 15px;
    font-weight: 300
}

.afeb-price-box .afeb-title {
    background-color: #0f2167;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 25px;
    position: relative;
    text-align: center
}

.afeb-price-box .afeb-buttons a {
    background-color: #0f2167;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
    padding: 13px;
    text-align: center;
    width: 100%
}

.afeb-price-box .afeb-content {
    background-color: #fff;
    padding: 15px
}

.afeb-price-box .afeb-features ul {
    list-style: none;
    padding: 0
}

.afeb-price-box .afeb-features .afeb-item {
    background-color: #ecf2ff;
    border-radius: 10px;
    color: #000;
    font-size: 17px;
    font-weight: 300;
    margin: 10px 0;
    padding: 12px;
    text-align: center
}