.footer_quote_section{
    background-position: center;
    background-size: cover;
    margin: 0 !important;
    min-height: 480px;
}

.footer_quote_section .nav-item{
    width: 50%;
}
.footer_quote_section .nav-pills .nav-item:first-child .nav-link {
    border-radius: 5px 0 0 0 !important;
}

.footer_quote_section .nav-pills .nav-item .nav-link {
    text-align: center;
    border-radius: 0 5px 0 0 !important;
}
.footer_quote_section .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #bf1212;
}
.footer_quote_section .nav-link{
    color: #bf1212 !important;
    font-size: 22px;
    font-weight: 600;
}
.footer_quote_section .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #ffffff !important;
    background-color: #bf1212;
}
.footer_quote_section .card-body{
    border-radius: 0 0 5px 5px !important;
    opacity: 85%;
    background: linear-gradient(90deg, rgba(124,58,237,1) 0%, rgba(57,129,247,1) 50%, rgba(124,58,237,1) 100%);
}
.footer_quote_section label{
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 700;
}
.required{
    color: #bf1212 !important;
}
.footer_quote_section h5{
    color: #ffffff !important;
}