.serviceCategory li{
    display: inline-block;
}
.serviceTabList li{
    background: url('../images/tick.svg') no-repeat;
    background-position: 15px 12px;
    padding-left: 45px;
}
.active-tab {
    background-color: #FF911B !important;
    color: white !important;
}
.servicesList::-webkit-scrollbar {
  display: none;
}
