.plan-table .db-pricing-eleven .pricing-footer {
    display: block !important;
}

.plan-table .db-pricing-eleven .pricing-footer .single_add_to_cart_button.click_from_popup {
    display: none !important;
}

.plan-table .db-pricing-eleven .pricing-footer-all {
    display: none !important;
}

.select-customer-wrapper {
    margin-top: 50px;
    margin-bottom: 30px;
}

.customer-title {
    text-align: center;
    display: block;
    font-family: 'Baloo Thambi', "rubrik-edge-new";
    font-size: 15px;
    color: #56504D;
    margin-bottom: 15px;
}

#select_customer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.customer-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Baloo Thambi', "rubrik-edge-new";
    width: 150px;
    height: 50px;
    font-size: 16px;
    line-height: 20px;
    color: #56504D;
    background: #f0e3dd;
    text-decoration: none !important;
    padding: 15px;
}

.customer-btn.active {
    background-color: #f27b05;
    background: linear-gradient(to right, rgba(242, 123, 5, 0.8), rgba(242, 123, 5, 1));
    color: #fff;
}

.customer-btn:first-child {
    border-radius: 15px 0 0 15px;
}

.customer-btn:last-child {
    border-radius: 0 15px 15px 0;
}

#homeowner_plans:not(.active-customer-plan) {
    display: none;
}

#landlord_plans:not(.active-customer-plan) {
    display: none;
}


@media (min-width: 768px) {
    .pricing-box.col-md-3 {
        width: 33.33%;
        margin: 0 2%;
    }
}

@media (max-width: 1024px) {
    .select-customer-wrapper {
        margin-bottom: 0;
    }

    .plan-table .pricing-main-sec {
        margin-top: 50px;
    }
}