/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 04 2024 | 07:08:53 */
section.faq-sec {
    margin: 0 0 5rem;
}


section.faq-sec .card {
    border: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d5d4d4 !important;
}

section.faq-sec .card-header {
    padding: 0;
    background-color: transparent;
    color: #000;
    border: 0;
}

section.faq-sec .card-header h2 button{
    color: #e1002c;
    font-size: 24px;
    font-family: universltstd-bold;
    padding: 0;
    padding-right:25px
}
section.faq-sec .card-header h2 button::before {
    position:absolute;
    content: "\f077";
    font-family: "font awesome 5 pro";
    font-weight: 400;
    color:#e1002c;
    right:0;
    top:0
}
section.faq-sec .card-header h2 button.collapsed::before  {
    content: "\f078";
    color:#000
}

section.faq-sec .card-header h2 button.collapsed {
    color:#000
}

section.faq-sec .card-body {
    padding: 15px 0;
}
section.faq-sec {
    margin: 5rem 0 0;
}