/* Section Hosting Pricing Tables */
.box-whplan {
    border: 1px solid #f2f2f2;
    border-radius: 20px;
    padding: 25px 20px;
    background-color: #fff;
}
.header__badge {
    border-radius: 10px;
    padding: 8px 18px;
    font-weight: 700;
    font-size: 15px;
}
.header__badge-orange{
    background: #ffc79d;
    color: #d17142;
}
.header__title > h2 {
    font-weight: 800;
    font-size: 28px;
}
.header__subtitle > p {
    font-size: 15px;
}
.header__price > h2 {
    font-size: 45px;
    font-weight: 900;
}
.span-price {
    font-size: 30px;
    font-weight: 900;
    color: #D9D9D9;
    margin-left: 5px;
}
@media (max-width: 1024px) {
    .header__price > h2 {
        font-size: 35px;
    }
}
.header__pricepromo > p {
    font-weight: 300;
    font-size: 15px;
}
.span-oldprice {
    text-decoration: line-through;
    font-weight: 700;
}
.span-renewprice {
    font-weight: 700;
}
.badge-moneysave {
    font-weight: 600;
    background-color: #F7523D !important;
    font-size: 15px;
    border-radius: 10px;
}
.content__setting, .content__features {
    font-size: 15px;
}
.whplan-section-title {
    font-weight: 700;
}
.content__features > ul {
    margin: 0px 0px 15px 0px;
    padding: 0px;
}
.content__features > ul > li {
    list-style: none;
}
.span-specialfeature {
    font-weight: 700;
    color: #ff8e19;
}
.span-disablefeature {
    color: #D9D9D9;
}