h3.title_text.mb-50 {
    display: none;
}
ul.faqcatgroup::-webkit-scrollbar-track {
    background-color: transparent;
    padding: 0;
    width: 0;
    height: 0;
}
.faq_section .accordion-body p a {
    color: #00B9E3;
    text-decoration: none;
}
ul.faqcatgroup:empty {
    margin-bottom: 0px;
}
ul.faqcatgroup::-webkit-scrollbar {
    background-color: transparent;
    width: 0;
    padding: 0;
    height: 0;
}
ul.faqcatgroup::-webkit-scrollbar-thumb {
    background-color: transparent;
}
h3.title_text.mb-50.no-result {
    display: block;
}
.faq_section .accordion-item {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    border: none;
    margin-bottom: 16px;
}
.faq_section .accordion-item:last-child {
    margin-bottom: 0;
}
.faq_section button.accordion-button {
    color: #1C2327;
    font-weight: 600;
    padding: 0;
    background: #fff;
    box-shadow: none;
    white-space: inherit;
}
.faq_section .accordion-body {
    padding: 0;
}
.faq_section .accordion-body p{
    margin-bottom: 0;
    color: #000;
}
.faq_section .accordion-button:not(.collapsed) {
    margin-bottom: 12px;
}

div#tab_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff45;
    z-index: 9;
    display: none;
}
#tab_loader svg {
    margin: 0 auto;
    display: block;
    width: 80px;
}
.faq_section .tab-content .highlight {
    color: #00B9E3;
    font-weight: bold;
    background: transparent;
    display: contents;
}
span#search_term {
    color: #9759CB;
}
.search_result_msg {
    display: none !important;
    margin: 25px 0;
    align-items: center;
    justify-content: space-between;
}
a.btn.btn-custom.btn-dark {
    font-size: 16px;
    background: #000;
    padding: 15px 25px;
    box-shadow: none !important;
}
.search_result_nav {
    display: none;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

p.search_form_count {
    font-size: 13px;
    margin: 0;
    color: #525252;
}

.result_nav_arr button {
    color: #878787;
    font-weight: 300;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 2px;
    color: #000;
}
.result_nav_arr button i {
    font-weight: 300;
    font-size: 18px;
}
.result_nav_arr {
    margin-right: -10px;
}
ul.faqcatgroup {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    position: relative;
    -webkit-overflow-scrolling: touch;
    
    scrollbar-width: none;
    -ms-overflow-style: none;

    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}
ul.faqcatgroup::-webkit-scrollbar {
    display: none;
}

ul.faqcatgroup {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

ul.faqcatgroup li {
    display: inline-block;
    flex: 0 0 auto;
    scroll-snap-align: start;
}
ul.faqcatgroup li a.tab-link.active {
    font-weight: 700;
    position: relative;
}
ul.faqcatgroup li a.tab-link.active:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #00B9E3;
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    right: 0;
}
ul.faqcatgroup:after {
    content: '';
    width: 145%;
    height: 1px;
    background: #d9d8d6;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
}
ul.faqcatgroup li a.tab-link {
    text-decoration: none;
    font-size: 14px;
    color: #1c2327;
    padding: 21px 16px;
    display: block;
}
.accordion-button::after {
    width: 24px!important;
    height: 24px!important;
}
section#faq_section {
    background-color: #F7F7F7;
    padding: 100px 0;
}
input.wp-block-search__input {
    padding-left: 16px;
    border: none;
    height: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius:12px;
    border-bottom-right-radius:12px;
}
html[lang="ar"] input.wp-block-search__input {
    font-family: "Noto Sans Arabic";
    padding-right: 16px;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    border-top-left-radius:12px;
    border-bottom-left-radius:12px;
}
input.wp-block-search__input:focus-visible {
    outline: none;
}
button.wp-block-search__button.wp-element-button {
    height: 50px;
    padding: 16px 0 16px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    border: none;
    background-color: #fff;
    border-top-left-radius:12px;
    border-bottom-left-radius:12px;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    line-height: normal;
}
html[lang="ar"] button.wp-block-search__button.wp-element-button {
    padding: 16px 16px 16px 0;
    margin-right: 0;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    border-top-right-radius:12px;
    border-bottom-right-radius:12px;
}
#faq_section button.accordion-button
    font-family: "Noto Sans Arabic";
#faq_search{
    margin-bottom: 30px;
}
.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
}
.wp-block-search__button svg {
    height: 1.25em;
    min-height: 24px;
    min-width: 24px;
    width: 1.25em;
    fill: currentColor;
    vertical-align: text-bottom;
}
#faq_search input:-webkit-autofill {
    -webkit-text-fill-color: #1c2327 !important;
    background: transparent !important;
}
rect {
    fill:#1c2327!important;
}

.custom-faq-sec ul#faqTab {
    border-bottom: 1px solid #d9d8d6;
    margin-bottom: 40px;
}
.custom-faq-sec ul#faqTab li .nav-link {
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    color: #1c2327;
    font-size: 14px;
    font-weight: 400;
    padding: 20px;
}
.custom-faq-sec ul#faqTab li .nav-link.active {
    font-weight: 700;
    border-color: #b48324;
}
.custom-faq-sec ul#faqTab li .nav-link:hover {
    border-color: #b48324;
    font-weight: 700;
}
.custom-faq-sec .accordion-item {
    margin-bottom: 20px;
    border-radius: 20px !important;
    padding: 30px;
    border: none;
}
.custom-faq-sec .accordion-item .accordion-header .accordion-button {
    background: transparent;
    box-shadow: none;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    color: #1c2327;
}
.custom-faq-sec .accordion-item .accordion-header {
    border: none !important;
}
.custom-faq-sec .accordion-item .accordion-body {
    padding: 24px 0 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.custom-faq-sec .accordion-item .accordion-body p:last-child {
    margin-bottom: 0;
}
.accordion-button::after {
    background-image: url('../images/plus-icon.svg') !important;
    background-position: left;
}
.accordion-button:not(.collapsed)::after {
    background-image: url('../images/minus-icon.svg') !important;
    height: 5px !important;
}
#faq_section button.accordion-button {
    font-size: 18px;
}
html[lang="ar"] #faq_section button.accordion-button,
html[lang="ar"] .faq_section .accordion-body,
html[lang="ar"] h3.title_text.mb-50.no-result {
    font-family: "Noto Sans Arabic";
}
html[lang="ar"] .accordion-button::after {
    background-position: left;
    margin-left: 0;
    margin-right: auto;
}
@media screen and (max-width:767px){
    ul.faqcatgroup {
        border-bottom: 1px solid #d9d8d6;
    }
    ul.faqcatgroup:after {
        display: none;
    }
    .accordion-button::after {
        background-position: center;
    }
    .faq_section .accordion-item {
        padding: 24px;
    }
    .faq_section .accordion-item h2 button {
        font-size: 18px;
    }
    .tab-pane>h3.title_text {
        display: none;
    }
    .faq-banner-desc {
        font-size: 14px;
        font-weight: 500;
        color: #666c6c;
        line-height: 1.3;
    }
    section#faq_section {
        padding: 30px 10px;
    }
}
@media (min-width: 1400px) {
    #faq_section .container {
        max-width: 1200px;
    }
}
@media screen and (max-width: 992px) {
    #faq_section .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 767px) {
    section#faq_section {
        padding: 60px 0px !important;
    }
}