@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
.UIServiceCategory_tracuu .ServiceCategory {
    margin: 30px 0;
}
.UIServiceCategory_tracuu .ServiceCategory .Title:before {
    content: "\f0c9";
    color: #fff;
    font-family: 'FontAwesome';
    margin-right: 8px;
    DISPLAY: NONE;
}
.UIServiceCategory_tracuu .ServiceCategory .Title{
        margin: 0 0 35px 0;
}
.UIServiceCategory_tracuu .ServiceCategory ul {
      list-style: outside none none;
      margin: 0;
}
.UIServiceCategory_tracuu .ServiceCategory ul li {
   padding: 10px 0;
   box-shadow: 1px 1px 5px 0px #c2c2c2ab;
   position: relative;
   margin-bottom: 25px;
   display: block;
   margin-left: unset !important;
   background: #ffffff85;
}


.UIServiceCategory_tracuu .ServiceCategory ul li:before
{
 content: "";
 position: absolute;
 width: 2px;
 height: 14px;
 background: #cd1c1c;
 right: 0px;
 bottom: 30px;
}
.UIServiceCategory_tracuu .ServiceCategory ul li:after{
  content: "";
  position: absolute;
  width: 2px;
  height: 18px;
  background: #372c2c;
  right: 0;
  bottom: 8px;
}
.UIServiceCategory_tracuu .ServiceCategory ul li a {
    color: #424242;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    position: relative;
    padding-left: 10px;
    display: flex;
    align-items: center;
}
.UIServiceCategory_tracuu .ServiceCategory ul li a:before{
         position: absolute;
         display: block;
         color: #de2020;
         font-family: 'FontAwesome';
         font-size: 28px;
         line-height: 28px;
         left: 30px;
         font-weight: 500;
}
/*******
.UIServiceCategory_tracuu .ServiceCategory ul li:nth-child(2) a:before{
         content: "\f0f5";
}
.UIServiceCategory_tracuu .ServiceCategory ul li:nth-child(1) a:before{
         content: "\f073";
}
.UIServiceCategory_tracuu .ServiceCategory ul li:nth-child(3) a:before{
         content: "\f15b";
}
.UIServiceCategory_tracuu .ServiceCategory ul li:nth-child(4) a:before{
         content: "\f238";
}
.UIServiceCategory_tracuu .ServiceCategory ul li:nth-child(6) a:before{
         content: "\f080";
}
.UIServiceCategory_tracuu .ServiceCategory ul li:nth-child(5) a:before, .UIServiceCategory_tracuu .ServiceCategory ul li:nth-child(8) a:before,.UIServiceCategory_tracuu .ServiceCategory ul li:nth-child(11) a:before {
         content: "\f29c";
}
.UIServiceCategory_tracuu .ServiceCategory ul li:nth-child(10) a:before{
         content: "\f283";
}
.UIServiceCategory_tracuu .ServiceCategory ul li:nth-child(7) a:before{
         content: "\f201";
}
.UIServiceCategory_tracuu .ServiceCategory ul li:nth-child(10) a:before{
         content: "\f1c6";
}
.UIServiceCategory_tracuu .ServiceCategory ul li:nth-child(9) a:before{
         content: "\f0f5";
}
**************/
.UIServiceCategory_tracuu .ServiceCategory ul li a span{/* text-align: center !important; */}
.UIServiceCategory_tracuu .ServiceCategory ul li a:hover {
    color: #fff;
}
.UIServiceCategory_tracuu .ServiceCategory ul li:hover{background-color: #f5f5f5;cursor: pointer;}
.UIServiceCategory_tracuu .ServiceCategory ul li:hover a span{
color: #ed0e18;
}
.UIServiceCategory_tracuu .ServiceCategory ul li a span:before {
    content: "\f0c9";
    color: #e5080f;
    font-family: 'FontAwesome';
    margin-right: 8px;
    font-size: 8px;
    line-height: 22px;
    vertical-align: middle;
    display: none;
}
.UIServiceCategory_tracuu .ServiceCategory ul li a img {
    width: 50px;
    height: 50px;
    margin: 0 12px;
    display: block!important;
}
.UIServiceCategory_tracuu .ServiceCategory .Title span {
    text-transform: uppercase;
    white-space-collapse: collapse;
    text-wrap: nowrap;
    font-size: 17px;
    font-family: Merriweather;
    color: rgb(230, 8, 8);
    font-weight: 700;
    display: inline-block;
    line-height: unset;
    height: 26px;
    position: relative;
    text-decoration: none;
    border-radius: 0px 10px 0px 0px;
}
.UIServiceCategory_tracuu .ServiceCategory .Title span:before {
    content: "";
    position: absolute;
    left: 60px;
    width: 60px;
    height: 2px;
    background: #cd1c1c;
    display: block;
    bottom: -5px;
}
.UIServiceCategory_tracuu .ServiceCategory .Title span:after {
    content: "";
    position: absolute;
    left: 125px;
    width: 20px;
    height: 2px;
    background: #372c2c;
    display: block;
    bottom: -5px;
}
@media only screen and (max-width: 768px) {
    .UIServiceCategory_tracuu .ServiceCategory ul {
        display: flex !important;
    }
 .UIServiceCategory_tracuu .ServiceCategory ul li a {
    font-weight: 700;
    position: relative;
    padding-left: 10px;
    color: #424242;
    font-size: 14px;
    font-family: arial;
    display: flex;
    align-items: center;
}
}