.ServiceCategory {
        margin: 0 0 30px;
}
.ServiceCategory .Title {
        color: #fff;
        padding: 0;
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 10px;
}
.ServiceCategory ul {
        /* border: 1px solid #ddd; */
        /* border-radius: 0 0 5px 5px; */
        list-style: none;
        margin: 0;
        padding: 0;
        /* background:#F0F0F0; */
}
.ServiceCategory ul li {
        /* background: rgba(0, 0, 0, 0) url("images/i.gif") no-repeat scroll left center; */
        padding: 0;
}
.ServiceCategory ul li a {
        color: #dee2e6;
        font-size: 14px;
        transition: 300ms;
        text-decoration: none;
}
.ServiceCategory ul li a:hover{
        color: #ff720a !important;
        transition: .1s;
        text-shadow: -1px 1px 20px white;
}
.ServiceCategory ul li a:hover {
        color: #004f9c;
}
.ServiceCategory ul li a img{
        display: none;
}
div.ServiceCategory .Content {
        padding: 0;
}
div.ServiceCategory ul li {
        margin: 0;
        padding: 0;
        margin-bottom: 5px;
}
@media only screen and (max-width: 768px){
        div.ServiceCategory .Title {
                margin-bottom: 10px !important;
                margin-top: 5px !important;
        }
        div.ServiceCategory {
                padding: 0 20px !important;
        }
        div.ServiceCategory ul li a img:after {
                display: none !important;
        }
        div.ServiceCategory .ViewMore {
                display: none !important;
        }
        .FooterBanner div.ServiceCategory ul li a img {
                min-height: 0;
                display: none !important;
        }
        .FooterBanner div.ServiceCategory .Title span{
                align-items: flex-start;
        }
        div.ServiceCategory ul li a span {
                align-items: flex-start;
        }
}
