.collapse.in {
    display: block;
}
 .panel-body {
    padding: 15px;
    font-size: 1.375rem;
    color: #2D3542;
}
.card-header a {
    font-size: 2rem;
    color: #2D3542;
    font-weight: 500;
}
  
.panel,
.panel-body {
    box-shadow: none;
}

.panel-group .panel-heading {
    padding: 0;
}

    .panel-group .panel-heading a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
        position: relative;
    }

.faq_section .card { 
    background-color: #ffffff00; 
    border: 0px;
    border-bottom: 0.5px solid #000000;
    border-radius: 0rem;
}
.faq_section .card-header {
    padding: 2.5rem 0.25rem;
    margin-bottom: 0;
    background-color: rgb(0 0 0 / 0%);
    border-bottom: 0px solid rgba(0, 0, 0, .125);
}
.accordion-title:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
    content: ""; /* Required to display the pseudo-element */
    display: inline-block; /* Allows setting width and height */
    width: 50px; /* Width of your image container */
    height: 50px; /* Height of your image container */
    background-image: url('../images/minus.png');
    background-size: 22px;
    background-repeat: no-repeat; /* Prevents the image from tiling */
    font-size: 0rem;
    background-position: center;
}

.accordion-title.collapsed:before {
    float: right !important;
    content: "\f067";
    display: inline-block; /* Allows setting width and height */
    width: 50px; /* Width of your image container */
    height: 50px; /* Height of your image container */
    background-image: url('../images/plus.png');
    background-size: 22px;
    background-repeat: no-repeat; /* Prevents the image from tiling */
    font-size: 0rem;
    background-position: center;
}


.solution_section .card-header a {
    font-size: 2rem;
    color: #ffffff;
    font-weight: 500;
}
.solution_section .accordion-title:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
    content: "";
    display: inline-block;
    width: 145px;
    height: 145px;
    background: #fff;
    background-image: url(../images/solutions_arrow.png);
    background-size: 44px;
    background-repeat: no-repeat;
    font-size: 0rem;
    background-position: center;
}




@media(max-width:991px) {
    .faq_section .card-header {
        padding: 1.5rem 0rem;
    }
    .panel-body {
        font-size: 0.75rem;
        padding: 0px 0px 15px 0px;
    }
    .card-header a {
        font-size: 1.5rem; 
    }

    .accordion-title:before {
        width: 20px;
        height:20px;
        background-size: 20px;
    }

    .accordion-title.collapsed:before {
        width: 20px;
        height: 20px;
        background-size: 20px;
    }
}

@media(max-width:768px) {
    .card-header a {
        font-size: 1.2rem;
    }

    .accordion-title:before {
        width: 18px;
        height: 18px;
        background-size: 18px;
        margin-top: 3px;
    }

    .accordion-title.collapsed:before {
        width: 18px;
        height: 18px;
        background-size: 18px;
        margin-top: 3px;
    }
    .panel-body {
        font-size: 0.75rem;
        padding: 0px 0px 15px 0px;
    }
}

    @media(max-width:480px) {
        .faq_section .card-header {
            padding: 1rem 0rem;
        }

        .card-header a {
            font-size: 1rem;
        }

        .panel-body {
            font-size: 0.875rem;
            padding: 0px 0px 15px 0px;
        }

        .accordion-title:before {
            width: 15px;
            height: 15px;
            background-size: 15px;
            margin-top: 3px;
        }

        .accordion-title.collapsed:before {
            width: 15px;
            height: 15px;
            background-size: 15px;
            margin-top: 3px;
        }
    }


