    .orange-button {
        background-color: #e96225; /* orange */
        border: none;
        border-radius: 8px;
        color: white;
        padding: 15px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 18px;
        margin: 4px 2px;
        cursor: pointer;
    }

    .blue-button {
        background-color: #1b7cef;
        border: none;
        border-radius: 8px;
        color: white;
        padding: 15px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 18px;
        margin: 4px 2px;
        cursor: pointer;
    }


li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}

li{
    color:black;
}


.clear {
    clear: both;
}

.homepage-categories-box {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
    margin-bottom: 30px;
}


.homepage-category-item {
    box-shadow: 1px 5px 10px rgba(0, 0, 0, .2);
}

.homepage-category-item-header {
    height: 90px;
    font-size: 19px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    background-color: #EF6331;
    color: #fff !important;
    font-weight: 600;
}

.homepage-category-item-body {
    padding: 20px 20px 20px 0;
}

/*#abmNavbar>ul>li>a:hover{*/
    /*color: #ef6331!important;*/
/*}*/