html,body{
    font-size: 14px;
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
}
@font-face {
    font-family: Sahel;

    src: url('../sahel-font/Farsi-Digits-Without-Latin/Sahel-FD-WOL.eot');
    src: url('../sahel-font/Farsi-Digits-Without-Latin/Sahel-FD-WOL.eot?#iefix') format('embedded-opentype'),
    url('../sahel-font/Farsi-Digits-Without-Latin/Sahel-FD-WOL.woff') format('woff'),
    url('../sahel-font/Farsi-Digits-Without-Latin/Sahel-FD-WOL.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Sahel;
    src: url('../sahel-font/Farsi-Digits-Without-Latin/Sahel-Bold-FD-WOL.eot');
    src: url('../sahel-font/Farsi-Digits-Without-Latin/Sahel-Bold-FD-WOL.eot?#iefix') format('embedded-opentype'),
    url('../sahel-font/Farsi-Digits-Without-Latin/Sahel-Bold-FD-WOL.woff') format('woff'),
    url('../sahel-font/Farsi-Digits-Without-Latin/Sahel-Bold-FD-WOL.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: Sahel;
    src: url('../sahel-font/Farsi-Digits-Without-Latin/Sahel-Black-FD-WOL.eot');
    src: url('../sahel-font/Farsi-Digits-Without-Latin/Sahel-Black-FD-WOL.eot?#iefix') format('embedded-opentype'),
    url('../sahel-font/Farsi-Digits-Without-Latin/Sahel-Black-FD-WOL.woff') format('woff'),
    url('../sahel-font/Farsi-Digits-Without-Latin/Sahel-Black-FD-WOL.ttf') format('truetype');
    font-weight: 900;
}
.accordion-button::after {
    margin-left: 0px ;!important;

    padding-right: 25px;
}
.accordion-button:not(.collapsed) {
    background-color: #dfe0e1;
    color:black ;
    outline: none;

}
ul{
    list-style: none;
}