.ServiceCategory {
        margin: 20px 0 5px;
        padding-right: 0;
        /* background: #f0f1f5; */
}
div.ServiceCategory .Content{
        padding: 0;
        /* padding-left: 5px; */
}
.ServiceCategory .Title {
        color: #af0000;
        font-weight: 600;
        text-transform: uppercase;
        white-space: nowrap;
        padding-left: 0;
        line-height: 30px;
        margin-bottom: 5px;
                    background: url(images/ic-title.png) no-repeat left 3px;
    padding-left: 30px;
            border-bottom: 1px solid #d65a01;
}
.ServiceCategory .Title span{
        font-size: 16px;
}
.ServiceCategory ul {
        /* border: 1px solid #ddd; */
        /* border-radius: 0 0 5px 5px; */
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
div.ServiceCategory ul li {
        padding: 0;
        margin: 0;
            background: #f6984e;
        margin-bottom: 5px;
}
.ServiceCategory ul li a {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 5px;
        display: block;
        font-family: 'Roboto';
}
.ServiceCategory ul li a .border{
        border: none !important;
        display: flex;
        align-items: center;
        gap: 15px;
}
.ServiceCategory ul li .summary{
	display: none;
}
.ServiceCategory ul li a .border span{
        display: flex;
        align-items: center;
        gap: 15px;
        text-transform: none;
            color: #fff;
        font-size: 15px;
        font-family: Roboto;
}
.ServiceCategory ul li a:hover {
        color: #0580bd;
}
div.ServiceCategory ul li img{
        width: 35px;
        height: 35px;
        display: inline-block;
        background: #fff;
        position: relative;
        padding: 5px;
        border-radius: 3px;
        min-width: 35px;
}
div.ServiceCategory ul li img:after{
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
}
@media only screen and (max-width: 768px){
        div.ServiceCategory .Content{
                padding: 0;
        }
        div.ServiceCategory{
                margin-bottom: 10px;
        }
}
