
.UIServiceCategory_default2 .ServiceCategory {
    margin: 0 0 10px;
    /* border: solid 1px #e3393c; */
}
.UIServiceCategory_default2 .ServiceCategory .Title {
   /* background: #e3393c !important; */
   /* border-bottom: none !important; */
   /* border-left: solid 10px #ca1619 !important; */
   border-top-right-radius:0;
   border-top-left-radius:0;
   padding: 12px 0;
   border-bottom: 1px solid #d5d5d5;
}
.UIServiceCategory_default2 .ServiceCategory .Title span{
  color: #b70100;
   font-size: 17px;
       font-weight: bold;
}
.UIServiceCategory_default2 #scctintuc{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.UIServiceCategory_default2 .ServiceCategory ul {
    list-style: outside none none;
    margin: 0;
    padding: 0px;
    height: 186px;
    overflow: auto;
    column-count: revert !important;
}
.UIServiceCategory_default2 .ServiceCategory ul::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.UIServiceCategory_default2 .ServiceCategory ul::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.UIServiceCategory_default2 .ServiceCategory ul::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #a8a8a8;
}
.UIServiceCategory_default2 .ServiceCategory ul li {
    background: #f5f5f5;
    padding: 10px;
    /* border-top: 1px solid #ebccd1; */
    /* margin: 0 !important; */
    border-left: 3px solid #b70100;
    margin: 8px 0 0 0 !important;
}
.UIServiceCategory_default2 .ServiceCategory ul li a {
    color: #444444;
    font: 13px arial;
}
.UIServiceCategory_default2 .ServiceCategory ul li a .border{
	border: none !important;
}
.UIServiceCategory_default2 .ServiceCategory ul li a:hover {
    color: #bb0e0d;
}
.UIServiceCategory_default2 .ServiceCategory .Content {
    padding: 0;
}