.afeb-breadcrumb {
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.07);
    border: 1px solid #e7ecf0;
    padding: 3px 19px;
    position: relative;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: clip;
    text-align: left;
}

.afeb-breadcrumb a {
    line-height: 50px;
    padding: 0 25px;
    position: relative;
}

.afeb-breadcrumb .afeb-current-crumb {
    line-height: 50px;
    padding: 0 25px;
    position: relative;
}

.afeb-breadcrumb a::after,
.afeb-breadcrumb a::before {
    border-bottom: 2em solid transparent;
    border-top: 2em solid transparent;
    border-left: 1.1em solid;
    content: "";
    margin-top: -2em;
    right: -1em;
    position: absolute;
    top: 50%;
}

.afeb-breadcrumb a::before {
    border-left-color: #e7ecf0;
    right: -1.1em;
    z-index: 1;
}

.afeb-breadcrumb a::after {
    border-left-color: #fff;
    z-index: 1;
}

.afeb-breadcrumb a[href*="http"]:hover {
    color: #5222d0;
}

.afeb-breadcrumb a,
.afeb-breadcrumb span {
    font-size: 15px;
    font-weight: 400;
}