
ul.ae-ftrlist li {
    background-image: url(https://www.manageengine.com/latam/asset-explorer/images/lite-green-tick.png);
    background-position: 0px 5px;
    padding-left: 30px;
    color: #000;
    line-height: 20px;
    margin-top: 15px;
    margin-left: 0px;
    font-size: 14px;
    font-weight: 500;
    background-repeat: no-repeat;
}
.heading-menu {
    padding: 20px 0;
    color: #fff;
    border-bottom: 1px solid #c4e8f2;
    font-weight: 400;
    letter-spacing: -1px;
    position: relative;
    overflow: hidden;
    clear: both;
    height: auto;
    font-weight: 500;
    border-top: 1px solid #c4e8f2;
}
.breadcrumb a {
    color: #333 !important;
}
.breadcrumb {
    color: #333 !important;
}
 .ftrmnhdr{padding:10px 0;}
 .breadcrumb {
    color: #333 !important;
}

ul.clearfix.custspan{display: flex;  animation: scroll 30s linear infinite;}
@keyframes scroll {
    0% {transform: translateX(0px);}
    100% {    transform: translateX(-1200px);}
    /* 0% { transform: translateX(100%); } */
    /* 80% { transform: translateX(-100%); } */
}
 