.ServiceCategory {
        margin: 0 0 10px;
}
.ServiceCategory .Title {
        background: #4c6baf url(images/bar2.png) no-repeat scroll right center;
        border-radius: 3px 3px 0 0;
        height: 25px;
        font: 10pt/30px arial;
        text-transform: uppercase;
        padding-left: 15px;
        line-height: 30px;
        color: #ffffff;
        text-align: left;
}
.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;
        font: bold 10pt/25px arial;
}
div.ServiceCategory .Content {
        padding: 0;
}
@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;
        }
}
