.faq-category .first-title {
    margin: 15px 0;
    font-size: 18px;
    font-weight: 600;
}
.faq-custom-header-manage {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px 50px;
}
.faq-custom-header-logo-section {
    display: flex;
    gap: 20px;
}
.faq-page-title {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
}
.faq-page-title-menu {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: end;
    font-size: 16px;
    font-weight: 500;
}
main#maincontent {
    max-width: 1440px;
    margin: auto;
}
.wrapper-breadcrums {
    position: absolute;
    left: -9999px;
    top: -9999px;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.faq-main-title-section {
    display: flex;
    flex-direction: column;
    background: #fee088;
    height: 240px;
}
.faq-title-info {
    font-size: 36px;
    margin: 30px;
    text-align: center;
    font-weight: 600;
    color: #333;
}
.faq-search-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
}
.faq-search-control {
    display: flex;
    width: 100%;
    max-width: 800px;
    position: relative;
    gap: 0;
}
.faq-search-text-search-box {
    border-radius: 26px;
    border: 1px solid #666666;
    border-right: none;
    width: 100%;
    height: 42px;
    padding: 0 15px;
    font-size: 16px;
    box-sizing: border-box;
}
.faq-search-text-search-box:focus {
    border: 2px solid #f60;
    box-shadow: inset 0 1px 1px #ff781400, 0 0 2px 0px #ff5501;
    outline: 0;
}
.faq-search-control .faq-search-btn {
    background-color: #f60;
    font-weight: 600;
    color: #fff;
    padding: 0 20px;
    cursor: pointer;
    white-space: nowrap;
    position: absolute;
    right: -2px;
    top: 0;
    border-radius: 26px;
    height: 42px;
}
.faq-search-control .faq-search-btn:hover {
    background-color: #f60;
    color: #fff;
}
.faq-category {
    display: flex;
    flex-direction: column;
}
ul.category-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    justify-content: center;
}
@media (min-width: 768px) {
    .category-list .category.col-md-2 {
        flex: 0 0 18%;
        max-width: 18%;
        padding: 0;
        height: 150px;
    }
}
.faq-category-img {
    max-height: 100px;
    max-width: 100px;
}
.faq-category .category-list .category .block > a {
    padding: initial;
    line-height: 112px;
    min-height: 112px;
    max-height: 112px;
}
.faq-category-title {
    text-transform: capitalize;
    line-height: 1.5;
    font-size: 14.5px;
    margin: 0px;
    font-weight: 500;
}
.faq-category-title a {
    color: #000;
}
.faq-category .category-list .category .block > a:hover {
    border: 1px solid #f60 !important;
}
.faq-category .category-list .category .block a:hover {
    color: #f60 !important;
}
.faq-category-answer-main-section {
    display: flex;
    flex-direction: row;
    column-gap: 25px;
}
.faq-category-answer-main-section .block.block-faq-category {
    width: 25%;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
}
.faq-category-answer-main-section .block-faq-category ol.items li.item {
    padding-bottom: 10px;
}
.frequently-asked-questions h2.frequently {
    font-size: 24px;
    font-weight: 600;
}
.faq-category-answer-main-section .block-faq-category .block-title {
    margin-bottom: 10px;
}
.faq-category-answer-main-section .frequently-asked-questions-main-section{
    width: 75%;
}
.faqs-list .faq-question-item  .faq-question-title::after {
    content: "\e93c";
    position: absolute;
    right: 24px;
    font-family: 'mbicon';
    font-size: 15px;
    font-weight: 600;
}
.faqs-list .faq-question-item.active  .faq-question-title::after {
    content: "\e93a";
    position: absolute;
    right: 24px;
    font-family: 'mbicon';
    font-size: 15px;
    font-weight: 600;
}
.faqs-list .faq-question-item.active {
    border-color: #FF6026FF;
    border-width: 1.5px;
}
.faqs-list .faq-question-item  .faq-question-title{
    background: transparent;
    font-size: 16px;
    color: #000;
}
li.item.faq-question-item.active a.faq-question-title {
    color: #f60;
}
.frequently-asked-questions-main-section .faqs-list .faq-question-item {
    background: transparent;
    border-radius: 8px;
}
.faq-category-answer-main-section .faqs-list .item .read-more { 
    color: #198dd3;
    background: transparent;
}
.faq-answer-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 2.8s ease-in-out;
}
.faq-question-item.active .faq-answer-wrapper {
    max-height: 800px;
}
.frequently-asked-questions .asked-question {
    margin-bottom: 10px;
    font-weight: 500;
}
/* faq category css */
.faq-category-view .page-title-wrapper {
    display: none;
}
.faq-category-view .columns.row {
    margin-top: 10px;
}
.sidebar-wrap.col-12.col-lg-4.col-xl-3.order-1.order-md-2 {
    margin-top: 20px;
}
.sidebar-wrap .block.block-faq-category .block-title {
    margin-bottom: 10px;
}
.sidebar-wrap .block-faq-category ol.items li.item {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
.faq-category-view .column.main.main-wrap .faq-category .first-title {
    margin: 15px 0;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    padding-bottom: inherit;
    border: none;
}
.column.main.main-wrap .faqcat-title.first-title img {
    display: none;
}
.faq-category-view .faqs-list .faq-question-item  .faq-question-title::after , .faq-search-index .faqs-list .faq-question-item  .faq-question-title::after {
    right: 40px;
}
.faq-category-view .faqs-list .faq-question-item.active  .faq-question-title::after , .faq-search-index .faqs-list .faq-question-item.active  .faq-question-title::after {
    right: 40px;
}
.faq-category-answer-main-section .faqs-list .item .read-more {
    color: #198dd3;
    background: transparent;
}

/* faq search page css */
.faq-search-index .page-title-wrapper {
    display: none;
}
.faq-search-index .column.main.main-wrap .faq-content .first-title {
    margin: 15px 0;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    padding-bottom: inherit;
    border: none;
}
.faq-search-index .loading-mask .loader, .ajax-widget:after , .faq-faq-view .loading-mask .loader , .faq-category-view .loading-mask .loader {
    width: 90px;
    height: 90px;
}
.item.no-question.no-faq-found{
    border: none;
}

.no-faq-title-info {
    font-size: 30px;
    font-weight: 600;
    color: #999;
}
.faq-no-item-cell {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin-top: 30px;
}

.feedback.feedback-section-manage {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    margin-right: 15px;
    margin-top: 20px;
}
.feedback-article-title {
    font-weight: 600;
}
.feedback.feedback-section-manage.green {
    color: #209205f2;
    font-weight: 600;
}
.feedback-section-manage .btn {
    padding: 1px;
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #FFFFFF), color-stop(0.02, #F3F3F3), color-stop(1, #E6E6E6));
    border: solid 1px #B6B6B6;
    border-radius: 6px;
    color: #474747;
    font-weight: 500;
}