/* FAQ styles */
.faq {
    margin-top: 18px !important;
}

.faq .panel-title a span {
    margin-right: 26px;
    font-weight: 600;
    padding-left: 40px;
}

.faq .panel-title a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 46px;
    background: #f2f2f2;
}

.faq .panel-title.active a::before {
    background: #1990ea;
}

.faq .panel-group .panel.wpb_accordion_section {
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    margin-bottom: 10px;
}

.faq .panel-title.active {
    background: #fff;
}

.faq .panel-title.active > a {
    color: #000 !important;
}

.faq .panel-title > a {
    padding: 12px 18px;
}

.faq .panel-body {
    background: #fff;
    padding: 18px;
}

.faq .panel-title > a span::after {
    font-size: 18px;
    margin-right: 18px;
}

.faq .panel-title > a::before {
    content: "\f128";
    font-family: uncodeicon;
    font-weight: normal;
    font-size: 18px;
    color: #1990ea;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq .panel-title.active > a::before {
    color: white;
}

@media (max-width: 569px) {
    .faq .panel-title a span {
        display: block;
    }
}