.faq-card-results {
    /*margin-top: -33.7%;*/
    margin-top: -33.3%;
    margin-bottom: 120px;
}

/**
faq publish
*/
.faq-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.faq-bg > div{
    padding-top: 46%;
    background-image: url("/public/images/blue-circle-faqs-publish.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right top;
    z-index: -1;
}
.faq-publish-container {
    padding: 30px 35px 30px 35px;
    background-color: #F1F1F2;
    border-radius: 31px;
}
.faq-publish-toggle.arrow img {
    width: 14px;
    transition: all .5s ease;
    transform: rotate(0);
}
.faq-publish-toggle.arrow.active img {
    transform: rotate(180deg);
}
.faq-publish-container .faq-publish-toggle-main {
    padding-top: 25px;
    padding-bottom: 30px;
}
.faq-publish-container > :first-child .faq-publish-toggle-main{
    padding-top: 0 !important;
}
.faq-publish-container > :last-child .faq-publish-toggle-main{
    padding-bottom: 0 !important;
}
.faq-publish-container > :last-child .faq-publish-answer{
    padding-top: 25px !important;
}
.faq-publish-toggle-main:not(.faq-publish-container > :last-child .faq-publish-toggle-main):before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(46, 48, 53, .2);
    transition: all .8s ease;
}
.faq-publish-toggle-main.active:before {
    width: 0 !important;
}
.faq-subcat-main {
    margin-bottom: 125px;
}
.faq-publish-cat {
    margin-top: 220px;
    margin-bottom: 168px;

}
.faqs-container {
    margin-bottom: 188px;
}
@media(max-width: 1499.98px) {
    .faq-publish-cat {
        margin-top: 160px;
        margin-bottom: 108px;
    }
}
@media(max-width: 1199.98px) {
    .faq-card-results {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .faq-top-links-res {
        padding: 16px 0 16px 15px;
    }
    .faq-top-links-swiper .swiper-slide{
        width: auto !important;
    }
    .faq-publish-toggle:not(.arrow) {
        max-width: 92%;
        line-height: 1.4;
    }
}
@media(max-width: 991.98px) {
    .faq-card-results {
        margin-top: 35px;
        margin-bottom: 24px;
    }

    .faq-publish-cat {
        margin-top: 80px;
        margin-bottom: 45px;
    }
    .faq-publish-container {
        padding: 10px 13px 10px 13px;
        border-radius: 14px;
    }
    .faq-publish-toggle:not(.arrow) {
        max-width: 91%;
        line-height: 1.4;
    }
    .faq-publish-container .faq-publish-toggle-main {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .faq-publish-container > :last-child .faq-publish-answer {
        padding-top: 15px !important;
    }
    .faq-subcat-main {
        margin-bottom: 48px;
    }
}
@media(max-width: 767px){
    .faq-publish-toggle.arrow img {
        width: 10px;
    }
}
@media(max-width: 575px) {
    .faq-bg > div {
        padding-top: 73%;
    }
}
@media(max-width: 390px) {
    .faq-top-links-swiper:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 30px;
        height: 100%;
        background: linear-gradient(90deg, transparent, var(--secondary-color));
        z-index: 100;
    }
}


/*.faq-res-toggle {*/
/*    padding: 10px 30px 10px 0;*/
/*    border-bottom: 1px solid #d3d3d3;*/
/*    cursor: pointer;*/
/*    -webkit-transition: 0.3s ease;*/
/*    transition: 0.3s ease;*/
/*    position: relative;*/
/*}*/
/*.faq-res-item.last-item .faq-res-toggle {*/
/*    border-bottom: none;*/
/*}*/
/*.faq-res-toggle::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: -2px;*/
/*    height: 5px;*/
/*    width: 0;*/
/*    -webkit-transition: 0.3s ease;*/
/*    transition: 0.5s ease;*/
/*}*/
/*.faq-res-item , .faq-button-box{*/
/*    max-width: 1070px;*/
/*    width: 100%;*/
/*}*/
/*.faq-res-title{*/
/*    color:var(--default-black)*/
/*}*/
/*.faq-res-item .faq-res-toggle::after {*/
/*    background-color: var(--default-blue);*/
/*}*/
/*.faq-res-item.last-item .faq-res-toggle {*/
/*    border-bottom: none;*/
/*}*/
/*.faq-res-toggle::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: -2px;*/
/*    height: 3px;*/
/*    width: 0;*/
/*    -webkit-transition: 0.3s ease;*/
/*    transition: 0.5s ease;*/
/*}*/
/*.faq-res-toggle .toggle-icon {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*    font-size: 7px;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    border: none;*/
/*    border-radius: 50%;*/
/*    background-color: var(--default-blue);*/
/*}*/
/*.faq-res-toggle .toggle-icon::before,*/
/*.faq-res-toggle .toggle-icon::after {*/
/*    content: "";*/
/*    width: 1em;*/
/*    height: 0;*/
/*    !*border-top: 2px solid;*!*/
/*    border-top: 1px solid;*/
/*    color: white;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    left: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*    transition: 0.5s ease;*/
/*}*/
/*.faq-res-toggle .toggle-icon::after {*/
/*    -ms-transform: rotate(90deg);*/
/*    transform: rotate(90deg);*/

/*}*/
/*.faq-res-toggle.active::after {*/
/*    width: 20%;*/
/*}*/
/*.faq-res-toggle.active .toggle-icon {*/
/*    border-width: 1px;*/
/*}*/
/*.faq-res-toggle.active .toggle-icon::before,*/
/*.faq-res-toggle.active .toggle-icon::after {*/
/*    border-width: 1px;*/
/*}*/
/*.faq-res-toggle.active .toggle-icon::after  {*/
/*    -ms-transform: rotate(135deg);*/
/*    transform: rotate(135deg);*/
/*}*/
/* .faq-res-toggle.active .toggle-icon::before {*/
/*    -ms-transform: rotate(45deg);*/
/*    transform: rotate(45deg);*/

/*}*/
/*.faq-res-item.last-item .faq-res-toggle.active {*/
/*    border-bottom: 1px solid #d3d3d3;*/
/*}*/
/*.faq-res-dropdown {*/
/*    padding: 15px 0;*/
/*    color:var(--default-black);*/
/*}*/
/*.faq-res-item:not(:last-child) .faq-res-dropdown {*/
/*    !*border-bottom: 1px solid;*!*/
/*}*/
/*.faq-res-toggle:not(.active) + .faq-res-dropdown {*/
/*    display: none;*/
/*}*/
/*!*Responsive - Mobile First*!*/
/*!* md *!*/
/*@media (min-width: 768px) {*/
/*    .faq-res-toggle {*/
/*        padding: 13px 50px 13px 0;*/
/*    }*/
/*    .faq-res-toggle .toggle-icon {*/
/*        font-size: 10px;*/
/*        width: 24px;*/
/*        height: 24px;*/
/*    }*/
/*    .faq-res-dropdown {*/
/*        padding: 20px 0;*/
/*    }*/
/*    .faq-res-toggle .toggle-icon {*/
/*        font-size: 11px;*/
/*    }*/

/*    .faq-res-toggle .toggle-icon::before, .faq-res-toggle .toggle-icon::after {*/
/*        border-top: 2px solid;*/
/*    }*/

/*    .faq-res-toggle.active .toggle-icon::before,*/
/*    .faq-res-toggle.active .toggle-icon::after {*/
/*        border-width: 2px;*/
/*    }*/
/*}*/
/*!* xl *!*/
/*@media (min-width: 1200px) {*/
/*    .faq-res-toggle {*/
/*        padding: 20px 50px 20px 0;*/
/*    }*/
/*    .faq-res-dropdown {*/
/*        padding: 25px 0;*/
/*    }*/
/*}*/
/*!* xxl *!*/
/*@media (min-width: 1500px) {*/
/*    .faq-res-toggle {*/
/*        padding: 20px 50px 20px 0;*/
/*    }*/
/*    .faq-res-dropdown {*/
/*        padding: 13px 0 16px 0;*/
/*    }*/
/*}*/