.faq-con {
    background-color: var(--secondary--color);
}
.faq-con .faq-box {
    display: block;
}
.faq-con .faq-item .card{
    border: 0;
    border-radius: 0;
    margin-bottom: 20px;
    background: transparent;
}
.faq-con .faq-item .card-header {
    border: 0;
    padding: 0;
    border-radius: 0;
    background: no-repeat;
}
.faq-con .faq-item .card-header button {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    line-height: 20px;
    border-radius: 0;
    text-decoration: none;
    padding: 22px 40px 23px 20px;
    color: var(--primary--color);
    background: var(--secondary--color);
    border: 1px solid rgb(8 33 19 / 20%);
    white-space: normal;
    position: relative;
}
.faq-con .faq-item .card-body{
    padding: 30px 20px 10px;
}
.faq-con .faq-box .card-header h5 button:after {
    top: 35%;
    right: 20px;
    font-size: 18px;
    content: "\f107";
    position: absolute;
    color: var(--accent--color);
    font-family: "Font Awesome 6 Free";
}
.faq-con .faq-box .card-header h5 button:not(.collapsed):after {
    top: 32%;
    transform: rotate(180deg);
    color: var(--secondary--color);
}
.faq-con .faq-box .card-header h5 button:not(.collapsed) {
    color: var(--secondary--color);
    background: var(--accent--color);
    border: 1px solid var(--accent--color);
}
.faq-con .faq-box #accordion .card:last-child{
    margin-bottom: 0;
}

/* Reseller Page Faq */

.resellerfaq-con .generic-title2 p {
    margin-bottom: 35px;
}
.resellerfaq-con .faq-item .card{
    border: 0;
    border-radius: 0;
    padding: 25px 0;
    background: transparent;
    border-bottom: 1px solid rgb(8 33 19 / 20%);
}
.resellerfaq-con .faq-item .card-header {
    border: 0;
    padding: 0;
    border-radius: 0;
    background: no-repeat;
}
.resellerfaq-con .faq-item .card-header button {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    padding: 0 50px 0 0;
    color: var(--primary--color);
    white-space: normal;
    position: relative;
}
.resellerfaq-con .faq-item .card-body{
    padding: 0 115px 0 0;
}
.resellerfaq-con .faq-box .card-header h5 button:after {
    content: "\2b";
    font-size: 16px;
    top: -8px !important;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    position: absolute;
    font-family: 'FontAwesome';
    color: var(--accent--color);
    border-radius: 0;
    background-color: transparent;
    border: 1px solid var(--accent--color);
}
.resellerfaq-con .faq-box .card-header h5 button:not(.collapsed):after {
    content: "\f068";
    color: var(--secondary--color);
    background-color: var(--accent--color);
    border: 1px solid var(--accent--color);
}
.resellerfaq-con .faq-box .card-header h5 button:not(.collapsed) {
    margin-bottom: 20px;
    color: var(--accent--color);
}
.resellerfaq-con .faq-box #accordion .card:last-child{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

@media only screen and (max-width: 1199px) {
    .faq-con .faq-item .card-body {
        padding: 20px 20px 10px;
    }

    /* Reseller Page Faq */
    
    .resellerfaq-con .generic-title2 p {
        margin-bottom: 25px;
    }
    .resellerfaq-con .faq-item .card{
        padding: 22px 0;
    }
}
@media only screen and (max-width: 991px) {
    .faq-con .faq-item{
        order: 2;
    }
    .faq-con .faq-item .card {
        margin-bottom: 15px !important;
    }

    /* Reseller Page Faq */

    .resellerfaq-con .generic-title2 p {
        margin-bottom: 20px;
    }
    .resellerfaq-con .faq-item .card{
        padding: 20px 0;
    }
    .resellerfaq-con .faq-item .card-header button {
        line-height: 22px;
    }
    .resellerfaq-con .faq-item .card-body {
        padding-right: 65px;
    }
}
@media only screen and (max-width: 767px) {
    .faq-con .faq-item .card-header button {
        padding: 19px 40px 20px 20px;
    }

    /* Reseller Page Faq */

    .resellerfaq-con .generic-title2 p {
        margin-bottom: 10px;
    }
    .resellerfaq-con .faq-item .card{
        padding: 15px 0;
    }
    .resellerfaq-con .faq-box .card-header h5 button::after {
        top: -7px !important;
    }
    .resellerfaq-con .faq-item .card-body {
        padding-right: 0;
    }
}
@media only screen and (max-width: 575px) {
    .faq-con .faq-item .card-header button {
        font-size: 16px;
        line-height: 18px;
        padding: 16px 40px 17px 20px;
    }

    /* Reseller Page Faq */
    
    .resellerfaq-con .faq-item .card-header button {
        font-size: 16px;
        line-height: 22px;
        padding-right: 40px;
    }
    .resellerfaq-con .faq-box .card-header h5 button::after {
        font-size: 14px;
        top: -4px !important;
        width: 30px;
        height: 30px;
        line-height: 28px;
    }
    .resellerfaq-con .faq-box .card-header h5 button:not(.collapsed) {
        margin-bottom: 14px;
    }
}