/* Section */
.section .section-title .title {
    line-height: 1.4;
    font-size: 20px;
    font-weight: 500;
}

/* Footer */
.footer {
    background: #e64b38;
}

.footer .footer-border, .footer .footer-bar {
    border-top: 1px solid #e64b38;
}

.footer p, .bg-footer {
    color: #ffffff !important;
    background-color: #e64b38 !important;
}

.footer .text-foot {
    color: #ffffff !important;
    font-size: 18px !important;
}

/* FAQs Section */
.accordion .accordion-item .accordion-button.collapsed:before {
    color: #e64b38 !important;
}

.accordion .accordion-item .accordion-button:before {
    color: #e64b38 !important;
}

/* Benefits Section */
#benefits .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #e64b38;
}

#benefits .nav-pills h6 {
    font-size: 20px;
    font-weight: normal;
}

#benefits .text-muted {
    color: rgb(25, 25, 25) !important;
    font-size: 20px;
    font-weight: 400;
}

/* Accordion */
.accordion .accordion-header .accordion-button {
    font-size: 20px;
    font-weight: 400;
}

.accordion .accordion-item .accordion-button:not(.collapsed) {
    color: #e64b38;
}

.accordion .text-muted {
    color: rgb(25, 25, 25) !important;
    font-size: 20px;
}

#request-button .btn, #subscribe-cta.btn {
    background-color: #e64b38;
    border: 0;
}

#subscribe-cta.btn h6 {
    font-size: 20px;
    font-weight: normal;
}

.btn-pills span {
    font-size: 20px;
    font-weight: 400;
}

.red_required {
    color: red;
}