/***** Employers Start Here *****/
.employer-list .dotts-lists li {
    color: var(--cod-grey);
    font-size: var(--fs15);
    line-height: normal;
    padding: 0 0 0 15px;
    position: relative;
    font-weight: var(--fwn);
    font-family: var(--lt);
}

.employer-list .dotts-lists li a {
    color: var(--cod-grey);
    font-size: var(--fs15);
    line-height: normal;
    font-weight: var(--fwn);
    font-family: var(--lt);
}
.employer-list .dotts-lists li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background: var(--jungle-green);
    border-radius: 50%;
}
.nav-lists-data .wide a {
    word-break: break-word;
}
/*.employer-list .dotts-lists li:after{
    display: none;
}*/
.employer-list .dotts-lists li a:hover {
    color: var(--blue);;
}

.employer-list .dotts-lists li:last-child {
    margin-bottom: 0;
}

.employer-data .divide:last-child {
    display: none;
}

.nav-lists-data {
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
    padding: 50px 35px;
    background-color: var(--body-bg);
    border: 1px solid var(--light-border-color);
    border-radius: 5px;
    margin-bottom: 30px;
}

.nav-lists-data:last-child {
    margin-bottom: 0;
}

.nav-lists-data .narrow img {
    max-width: 100%;
}

/***** Employers END Here *****/