.breadcrum-section {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #F6F6F6;
    font-family: 'Averta', Arial, Helvetica, sans-serif;
}
    .breadcrum-section .row {
        padding: 0px 0 !important;
        clear: both;
    }
.breadcrum-content {
    margin: 0px !important;
    list-style-type: none;
    padding: 12px 20px 12px 20px !important;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

    .breadcrum-content li {
        padding: 0px;
        margin: 0px;
        list-style-type: none;
        padding-right: 23px;
        line-height: 1.25;
    }

.parent-page {
    position: relative;
}

    .parent-page > a {
        font-family: 'Averta', Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: 0em;
        text-align: left;
        color: #131E29;
    }

        .parent-page > a:hover {
            text-decoration: underline;
        }

        .parent-page > a:active {
            font-weight: 700 !important;
        }

.current-page {
    font-family: 'Averta', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
    text-align: left;
    color: #131E29;
}

.parent-page::after {
    content: '/';
    position: absolute;
    right: 10px;
    top: 2px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #C5CFD9;
}

.breadcrum-content .inactive {
    color: #667980 !important;
    cursor: default;
    pointer-events: none;
}

    .breadcrum-content .inactive:hover {
        text-decoration: none !important;
    }
@media(max-width:1024px) {
    .breadcrum-section {
        display: none
    }
}