.rp-banner-bg {
    background-color: #143f66;
    padding: 22px 0 10px 18px;
    background-image: url('../images/footerbg-img.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 100%;
}

.rp-banner-bg h1 {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 500;
    font-style: normal;
    font-variant: normal;
}

.rp-content-list .content-box h2 {
    font-size: 1rem;
    font-weight: 600;
    text-align: justify;
    font-style: normal;
    font-variant: normal;
}

.rp-content-list .content-box .rp-list-btm {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.rp-content-list .content-box .rp-list-btm small {
    font-size: 80%;
    font-weight: 400;
}

.rp-content-list .content-box .rp-list-btm .list-btns {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.rp-content-list .content-box .rp-list-btm .list-btns .rqst-btn {
    background-color: #143f66;
    border-color: #143f66;
    color: #ffffff;
    padding: 6px 12px;
}

.rp-content-list .content-box .rp-list-btm .list-btns .buynw-btn {
    background-color: #8cc641;
    border-color: #8cc641;
    padding: 6px 12px;
    color: #ffffff;
}

.rp-content-list .content-box .filter-sec .heading {
    font-size: 19px;
    color: #000;
    font-weight: 700;
    line-height: 1.8;
}

.rp-content-list .content-box .filter-sec .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: unset;
    background-color: unset;
}

.rp-content-list .content-box .filter-sec .accordion-button {
    font-size: 0.85rem;
}

.rp-content-list .content-box .filter-sec .accordion-body {
    background-color: #f8f9fa;
}

.rp-content-list .content-box .filter-sec ul li {
    list-style: none;
    color: #555454;
    font-size: 0.85rem;
}

.rp-content-list .content-box .filter-sec .accordion-button:focus {
    box-shadow: none;
}

.rp-content-details {
    background-image: url('../assets/images/reports-tr-bg.svg');
    background-size: contain;
    background-position: fixed;
    background-repeat: no-repeat;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}

.report-content .nav-tabs .nav-link {
    color: #000;
}

.report-content h1 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 1rem;
    text-align: justify;
}

.report-content h2 {
    font-size: 16px;
    color: #1e64a9;
    text-transform: uppercase;
}

.report-content h3 {
    font-size: 14px;
    color: #1e64a9;
    text-transform: uppercase;
}

.report-content ol li {
    font-size: 14px;
    line-height: 1.8;
}
