/*css for faq */
.card-header a {
    text-decoration: none !important;
}
i.fas.fa-angle-down.rotate-icon {
    float: right!important ;
}


.blacktheme .card {
    background-color: #000 !important;
    border: 1px solid #fff !important;
}
.blacktheme .card-body {
    border-top: 1px solid #fff !important;
}
.blacktheme .card-header {
    background-color: #000 !important;    
}
.blacktheme h5{
    color: #fff;
}
.blacktheme p {
    color: #fff;
}

.whitetheme .card {
    background-color: #fff !important;
    border: 1px solid #000 !important;
}
.whitetheme card-body {
    border-top: 1px solid #000 !important;
}
.whitetheme .card-header {
    background-color: #fff !important;    
}
.whitetheme h5{
    color: #000;
}
.whitetheme p {
    color: #000;
}