/* FAQ component - Opt1 */
.nx-faq-opt1 {
    padding: 25px 0;
}
.nx-nomination-opt1 .section-heading {
    display: inline-block;
    margin-top: 0;
}
.nx-faq-opt1 ul {
    margin: 0;
    padding: 0;
}
.nx-faq-opt1 ul li {
    width: 100%;
    display: block;
    position: relative;
    padding: 25px 30px 25px 0;
    background: #fff;
    border-bottom: 1px solid #BEBEBE;
    cursor: pointer;
}
.nx-faq-opt1 ul li:last-child {
    border-bottom: none;
}
.nx-faq-opt1 ul li .title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000;
    text-align: left;
    margin: 0px;
}
.nx-faq-opt1 ul li .desc {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
/*    color: var(--nx-primary-color);*/
    text-align: left;
    margin: 0px;
    line-height: 20px;
    display: none;
}
.nx-faq-opt1 ul li.active .desc {
    display: block;
}
.nx-faq-opt1 ul li .fa.fa-plus{
    content: "\f067";
    position: absolute;
    right: 10px;
    top: 30px;
    font-size: 18px;
/*    color: var(--nx-primary-color);;*/
}
.nx-faq-opt1 ul li.active .fa.fa-plus:before {
    content: "\f068";
}
.nx-faq-opt1 ul li.active img {
    transform: rotate(180deg);
    transition: .5s all;
}
.nx-faq-opt1 ul li img {
    width: 20px;
    position: absolute;
    top: 35px;
    right: 30px;
}