.ServiceMenu-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.ServiceMenu-listLink {
    color: #000;
    text-decoration: none
}

.ServiceMenu-listLink:hover {
    text-decoration: underline
}
.top-wel{
    float: left;
    line-height: 36.66px;
}


@media(min-width:1200px) {
    .ServiceMenu {
        background-color: #f1f0eb
    }

    .ServiceMenu-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative
    }

    .ServiceMenu-listItem {
        margin-right: 20px
    }
}

@media(max-width:1199.98px) {
    .ServiceMenu .container-fluid {
        padding-left: 0;
        padding-right: 0
    }

    .ServiceMenu .nav-link {
        display: block
    }

    .ServiceMenu .dropdown-menu.is-visible {
        position: static;
        width: 100%
    }

    .ServiceMenu-list {
        margin-top: 15px;
        line-height: 2
    }

    .ServiceMenu-list .nav-link {
        padding-left: 0
    }
}