.ServiceCategory {
        margin-top: 20px;
        box-shadow: var(--box-category);
        padding: 5px;
        border-radius: 4px;
}
.ServiceCategory .Title span {
        font-family: 'Merriweather';
        font-size: 15px;
        font-weight: 700;
        line-height: 40px;
        text-align: left;
        color: #031739;
        text-transform: uppercase;
        /* padding-left: 30px; */
        /* background: url(images/logo.png) no-repeat left; */
        background-size: 20px;
        background-position-x: 5px;
        white-space: nowrap;
        display: inline-block;
        position: relative;
}
.ServiceCategory .Title i.toggle{
        float: right;
        font-size: 19px;
        line-height: 25px;
        color: var(--color-primary);
}
.ServiceCategory .Title {
        width: 100%;
        height: 40px;
        position: relative;
        padding-right: 10px;
}
.UIServiceCategory_default .ServiceCategory .Title span:before{
        content: '';
        position:absolute;
        width: 120px;
        height: 1.5px;
        background-color: var(--color-primary);
        bottom: 5px;
        left: 2px;
}
.ServiceCategory .Content {
        padding: 0 !important;
        height: auto;
        /* max-height: 322px; */
        overflow: hidden;
        overflow-y: auto;
}
.ServiceCategory ul li {
        padding: 5px;
        width: 100%;
        margin-left: 0 !important;
        padding-left: 0;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
}
.ServiceCategory ul li a {
        color: #444444;
        font-size: 14px;
        display: flex;
        align-items: flex-start;
        text-decoration: none;
        padding: 8px;
        border: 1px solid #e2e2e2;
        border-radius: 4px;
        box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.ServiceCategory ul li a:hover{
        background-color: var(--color-primary);
        opacity: 0.8;
}
.ServiceCategory ul li a:hover>div>span{
        color: #fff;
        font-weight: 600;
}
.ServiceCategory ul li img {
        max-width: 20px;
        margin-bottom: 5px;
        object-fit: contain;
        margin-right: 5px;
}
.ServiceCategory .border {
        border: none !important;
        /* text-align: center; */
}
.ServiceCategory ul li a span {
        flex-grow: 1;
        font-family: 'Merriweather';
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
        text-align: left;
        color: #0074D7;
}
.ServiceCategory .show-more{
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 10px;
        align-items: center;
        padding: 7px;
        position: relative;
        /* padding-top: 10px; */
        /* margin-top: 10px; */
}
.ServiceCategory .show-more>i{
        /* border: 1px solid #031739; */
        /* padding: 2px 8px; */
        font-size: 14px;
        border-radius: 50%;
        background: #fff;
        color: #031739;
        /* clip-path: circle(); */
        /* display: inline-block; */
        /* width: 10px; */
        /* height: 10px; */
        flex-shrink: 0;
}
.ServiceCategory .show-more>p{
        margin: 0;
        padding: 0;
        font-size: 14px;
        font-weight: 600;
        font-family: 'Inter';
        z-index: 1;
        background: #fff;
        color: #031739;
}
@media only screen and (max-width: 1024px){
        .ServiceCategory .Title span { 
                font-size: 12px; 
        }
}
@media only screen and (max-width: 768px) {
        .ServiceCategory {
                padding: var(--padding-res);
                max-width: 100vw;
                margin: 20px 0 0;
                border: 0;
        }
        .ServiceCategory .Title span{
                /* color: var(--color-primary); */
                /* font-family: Merriweather; */
                font-size: 16px;
                font-weight: 600;
                line-height: 23px;
                text-align: left;
                text-transform: math-auto;
                /* white-space: normal; */
                text-overflow: ellipsis;
                overflow: hidden;
                max-width: calc(100vw - 32px);
        }
        .ServiceCategory .Title{
                border: 0;
                position: relative;
                margin-bottom: 10px;
                border-radius: 0;
                padding: 10px 0;
                overflow: hidden;
                text-overflow: ellipsis;
        }
        .UIServiceCategory_default .ServiceCategory .Title span:before{
                bottom: -5px;
        }
}
