.third-title.faq-category{
    font-size: 24px;
    margin-bottom: 24px;
    margin-top: 40px;
    color: #14375B;
    font-weight: bold;
    padding: 4px 0px 4px 14px;
    line-height: 24px;
    position: relative;
}
.third-title.faq-category:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 2px;
    background: #14375B;
    width: 6px;
}
#accordionFaq .faq-category:first-child{
    margin-top: 0;
}
.card .card-header {
    background: #14375B;
    color: #fff;
    border-radius: 10px;
    padding: 12.5px 16px;
    border-bottom: none;
    background-image: url('../../../imgs/down-arrow-white.svg');
    background-size: 21px 32px;
    background-repeat: no-repeat;
    background-position: 97% center;
    /* transition: all ease .5s; */
    border-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
}
.card .card-header[aria-expanded="false"] {
    background: #E9E9E9;
    color: #333333;
    background-image: url('../../../imgs/right-arrow.svg');
    background-size: 21px 32px;
    background-repeat: no-repeat;
    background-position: 97% center;
    border: none;
    border-color: transparent;
}
#accordionFaq .card:last-child{
    margin-bottom: 0 !important;
}
.card{
    border: none;
}
.card-body {
    padding: 16px;
    background: #F7F7F7;
    border-radius: 10px;
    font-size: 14px;
    color: #333333;
}
.card .card-header i {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 32px;
    transform: rotate(90deg);
    transition: .5s ease;
}
.card>div[aria-expanded="false"] i{
    transform: rotate(0);
}
@media (max-width: 767px){
    #faq-content{
        padding-top: 46px !important;
    }
    .button01{
        min-width: 1px;
        max-width: 225px;
        width: 100%;
    }
}
@media (max-width:575px) {
}