.ServiceCategory {
        margin: 0;
        /* padding: 50px; */
        background: var(--bs-gray-100);
        /* width: 100%; */
        margin-bottom: 30px;
        border: 1px solid #e9ecef;
        border-top: none;
        height: 38px;
}
.ServiceCategory .Title {
        text-align: center;
        display: none;
        position: relative;
}
.ServiceCategory .Title:before{
        content: '';
        display: none;
        height: 2px;
        background: #343a40;
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        /* z-index: 0; */
        left: 50%;
}
.ServiceCategory .Title span{
        color: #343a40;
        font-size: 1.8rem;
        text-transform: uppercase;
        padding: 0;
        display: inline-block;
        font-weight: 600;
        text-decoration: none;
        /* background: #eeeeee; */
        position: relative;
        margin-bottom: 30px;
}
.ServiceCategory ul {
        /* background: #f0f0f0 none repeat scroll 0 0; */
        /* border: 1px solid #e0e0e0; */
        list-style: outside none none;
        margin: 0;
        padding: 3px;
        border-top: none;
}
.ServiceCategory ul li:last-child {
}
.ServiceCategory ul li a {
        color: #444444;
        /* font: 15px arial; */
}
.Content .nav {
        display: inline-flex !important;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 0;
        column-count: unset !important;
        padding: 0;
        left: 0;
        border-collapse: collapse;
        border-right: 1px solid #e9ecef;
}
div.ServiceCategory ul li {
        display: inline-block;
}
div.ServiceCategory ul li+li{
        border-left: 1px solid #e9ecef;
}
.ServiceCategory ul li .item {
        display: flex;
        flex-direction: column;
        text-decoration: none;
        align-items: center;
        height: 100%;
}
.ServiceCategory ul li .item img {
        width: 110px;
        display: none;
}
.ServiceCategory ul li .item span {
        font-size: 12px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 550;
        color: #212529;
}
.ServiceCategory p.summary {
        text-align: center;
        font-size: 15px;
        border-top: 1px solid #e4e4e4;
        padding-top: 20px;
        margin-bottom: 0;
}
.ServiceCategory .Content {
        overflow: hidden;
        /* padding-bottom: 20px; */
}
.ServiceCategory .PreButton {
        height: 30px;
        left: 10px;
        opacity: 0.5;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        z-index: 2;
        /* background: rgba(0, 0, 0, 0) url("Images/arrows.png") no-repeat scroll left top; */
}
.ServiceCategory .PreButton:before{
        content: 'â®';
        color: #9f9c9c;
        font-size: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}
.ServiceCategory .NextButton {
        height: 30px;
        opacity: 0.5;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        z-index: 2;
}
.ServiceCategory .NextButton:before{
        content: 'â¯';
        color: #9f9c9c;
        font-size: 50px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}
.ServiceCategory ul li .item .border {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        padding: 10px;
        gap: 0;
        border: none !important;
        height: 100%;
}
@media only screen and (max-width: 768px){
        div.ServiceCategory {
                width: 100vw;
                padding: 0 10px;
                /* padding-bottom: 20px; */
                overflow: auto;
                height: auto;
                margin-bottom: 0;
        }
        div.ServiceCategory ul li {
                /* width: calc(50vw - 20px); */
                margin: 0;
                padding: 0;
                flex-grow: 1;
        }
        div.ServiceCategory .Content{
                max-width: unset;
                margin: 0;
                overflow: auto;
        }
        div.ServiceCategory .Content .nav {
                /* flex-wrap: wrap; */
                white-space: nowrap;
        }
}
