.ServiceCategory {
        margin: 0 0 10px;
}
.ServiceCategory .Title {
        background: #0f5bb7 url(images/bar2.png) no-repeat scroll right center;
        /* border-radius: 3px 3px 0 0; */
        height: 35px;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        padding-left: 20px;
        line-height: 30px;
        color: #ffffff;
        text-align: left;
}
.ServiceCategory ul li:hover {
        background: #c3c3c3;
}
.ServiceCategory ul {
        border: 1px solid #e0e0e0;
        list-style: outside none none;
        margin: 0;
        padding: 10px;
        overflow-y: auto;
}
.ServiceCategory ul::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
}
.ServiceCategory ul::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius:5px;
}
.ServiceCategory ul li {
        background: rgba(0, 0, 0, 0) url("images/icon.png") no-repeat scroll left center;
        padding: 5px 5px 5px 13px;
        margin: 0 !important;
}
.ServiceCategory ul li a {
        color: #212529;
        font-size: 13px;
        text-decoration: none;
}
.ServiceCategory ul li a:hover {
        color: #004f9c;
}
.ServiceCategory .Title span {
        width: 90%;
        display: inline-block;
        overflow: hidden;
        line-height: 30px;
}
div.ServiceCategory .Content {
        padding: 0;
}
.ServiceCategory ul li a .border{
        border:none!important;
}
@media only screen and (max-width: 768px){
        .ServiceCategory .Content {
                padding: 0 !important;
        }
        div.ServiceCategory {
                padding: 0 15px;
                margin-bottom: 15px;
        }
        div.ServiceCategory .Content {
                padding: 0;
        }
        div.ServiceCategory .Title {
                height: 30px !important;
        }
        div.ServiceCategory {
                padding: 0 15px !important;
                margin-bottom: 15px;
        }
        div.ServiceCategory .Title {
                height: 30px !important;
        }
        div.ServiceCategory .Content {
                padding: 0;
        }
}
