/* The stylying for faq collapsable cards */
.answer-body{
    background-color: inherit;
    border: 0px !important;
    border-width: 0px !important;
    border-color: black;
}
.faq-link{
    color: black;
    border: 0px !important;
    border-width: 0px !important;
    border-color: black;
}
.faq-header{
    background-image: none;
    color:inherit;
    font-size:10px;
    text-transform: capitalize;
    letter-spacing:1px;
    text-decoration:none;
    background-color: inherit;
    border-bottom: none !important; 
}

.borderless-faq-card{
    margin-top: 10px;
    border: 0px !important;
    border-width: 0px !important;
    border-color: black;
}

.faq-header-h.collapsed::after {
    font-family: "Font Awesome 5 Free";
    content: '\f078';
    font-weight: bold;
    float: right;
}

.faq-header-h::after {
    font-family: "Font Awesome 5 Free";
    content: '\f077';
    font-weight: bold;
    float: right;
}

.collapsable-header{
    border-radius: 25px !important;
    background-color: #f7f7f7;
}
.collapsable-header-h{
    font-weight: bold;
    color: #13274c;
}
.collapsable-body{
    border-radius: 25px !important;
    background-color: #f7f7f7;
    margin-top: 5px;
}

.collapsable-main{
    border-radius: 25px !important;
    border: 0px !important;
    border-width: 0px !important;
}