.navbar {
    background-color: #d5f0f700 !important;
}

.be-agent_main_section .content .info h1:lang(ar), .be-agent_main_section .content .info h1:lang(fa) {
    line-height: 0.9;
    font-size: 44px;
}
.faq-sec::after {
    content: '';
    position: absolute;
    width: 9%;
    height: 60%;
    background-image: url(../png/ri_8.png);
    background-repeat: no-repeat;
    top: 0%;
    left: 0%;
}
.why::before {
    content: '';
    position: absolute;
    width: 9%;
    height: 60%;
    background-image: url(../png/ri_7.png);
    background-repeat: no-repeat;
    top: 0%;
    right: 0%;
}
p.h2::after {
    margin: 16px auto;
    width: 100px;
    content: "";
    display: block;
    border-bottom: 3px solid #1a66a3;
}
.be-agent_main_section .content .info p {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.6;
    margin: 20px 0 30px;
    color: #0b0e18;
}
.be-agent_main_section .content .content_container {
    padding: 200px 80px;
}
.title h2 {
    font-size: 32px;
    margin-bottom: 60px;
    line-height: 1.4;
    color: #3c77ae;
}
.sec-title .h2, .sec-title h2 {
    margin-bottom: 30px;
    color: #878585;
    font-weight: 500;
}
a.action-agent, button.action-agent {
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 35px;
    /* border: 1px solid #ffffff; */
    color: #ffffff;
    background-color: #25d366;
    border-radius: 25px;
    transition: all 0.15s ease;
}
/*.faq-container {*/
/*    padding: 15px;*/
/*    border: 1px solid #e9e9e9;*/
/*    border-radius: 40px;*/
/*    background: #fff;*/
/*}*/
.faq-container .accordion {
    padding: 15px 30px;
}
/*.accordion-item {*/
/*    border: none;*/
/*    border-bottom: 1px solid #e9e9e9;*/
/*}*/
.accordion-item {
    padding: 0 15px 0 15px;
}
.accordion-header {
    border: none;
}
.accordion-button {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    color: #000 !important;
    font-weight: 700;
    font-size: 17px;
}
.accordion-button:lang(ar),
.accordion-button:lang(fa) {
    text-align: right;
}
.accordion-button[aria-expanded="true"] span {
    background: #e8eff6 !important;
    color: #1966a2 !important;
    transform: rotate(180deg);
}
.accordion-button::after {
    display: none !important;
}
.accordion-button span.icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f7f7f7;
    color: #afafaf;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    transition: all 0.15s ease;
}
.accordion-body {
    padding: 0 5px 22px 0;
    font-size: 14px;
    font-weight: 500;
}
.accordion-body:lang(ar),
.accordion-body:lang(fa) {
    padding: 0 0 22px 5px;
    font-size: 16px;
}
h5 {
    color: #e43f37;
}