.ServiceCategory {
        margin: 0 0 15px;
}
.ServiceCategory .Title {
        background-color: #0A6AC6;
        position: relative;
        padding-left: 0;
        padding-right: 0;
        border-bottom: none;
        border-radius: 0px !important;
        color: #fff;
        text-align: left;
        height: 30px;
}
.ServiceCategory .Title span{
        position: relative;
        display: inline-block;
        z-index: 100;
        font-weight: bold;
        font-size: 14px;
        padding: 4px 0 4px 10px;
}
.ServiceCategory .Title span::before{
        content: "\f03a";
        font-family: 'Font Awesome 5 Pro';
        margin-right:10px;
}
.ServiceCategory .Title span:hover{
        color: #F00;
}
.ServiceCategory ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.ServiceCategory ul li {
        margin: 0 0 10px 0;
        border-radius: 5px;
        cursor: pointer;
        border-bottom: dotted thin #c3c3c3;
        padding: 5px 0px !important;
        text-align: justify;
}
.ServiceCategory ul li a {
        text-transform: uppercase;
        font-size: 13px;
        font-family: inherit;
        color: black;
        padding-left: 10px;
}
.ServiceCategory .Content {
        border: solid 1px #0A6AC6;
}
