.breadcrumb_background {
    align-items: center;
    background: #f6f8fb;
    background-image: none !important;
    border-bottom: 1px solid #e6edf5;
    border-top: 1px solid #eef3f8;
    isolation: isolate;
    justify-content: center;
    margin-bottom: 0;
    min-height: auto;
    overflow: visible;
    padding: 26px 0 16px;
    position: relative;
    text-align: left;
}

.breadcrumb_background:before,
.breadcrumb_background:after {
    content: none;
    display: none;
}

.breadcrumb_background .crumb-border {
    display: none;
}

.breadcrumb_background .bread-crumb {
    padding: 0;
    width: 100%;
}

.breadcrumb_background .container,
.breadcrumb_background .row,
.breadcrumb_background .a-left {
    position: relative;
}

.breadcrumb_background .breadcrumb {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: inline-flex;
    flex-wrap: wrap;
    font-family: inherit;
    font-size: 14px;
    gap: 0;
    line-height: 1.45;
    margin: 0;
    max-width: 100%;
    padding: 0;
    text-align: left;
    width: auto;
}

.breadcrumb_background .breadcrumb li {
    align-items: center;
    color: #475569;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    min-width: 0;
}

.breadcrumb_background .breadcrumb li.home a:before {
    background: #0f7cc2;
    border-radius: 6px;
    color: #0f7cc2;
    content: "\f015";
    display: inline-flex;
    font-family: "Font Awesome 6 Free";
    font-size: 11px;
    font-weight: 900;
    height: 22px;
    justify-content: center;
    margin-right: 8px;
    width: 22px;
}

.breadcrumb_background .breadcrumb li.home a:before {
    color: #fff;
}

.breadcrumb_background .breadcrumb li > a,
.breadcrumb_background .breadcrumb li > a > span,
.breadcrumb_background .breadcrumb li span {
    color: #334155;
    display: inline-flex;
    text-decoration: none;
}

.breadcrumb_background .breadcrumb li > a {
    align-items: center;
    transition: color .2s ease;
}

.breadcrumb_background .breadcrumb li > a:hover,
.breadcrumb_background .breadcrumb li > a:hover span {
    color: #0f7cc2;
    font-size: 14px;
}

.breadcrumb_background .breadcrumb li .mr_lr {
    align-items: center;
    color: transparent;
    display: inline-flex;
    height: 22px;
    justify-content: center;
    margin: 0 10px;
    padding: 0;
    position: relative;
    width: 10px;
}

.breadcrumb_background .breadcrumb li .mr_lr:before {
    color: #94a3b8;
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-size: 13px;
    font-weight: 900;
}

.breadcrumb_background .breadcrumb li strong {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #0f7cc2;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    max-width: 100%;
    padding: 0;
}

.breadcrumb_background .breadcrumb li a:hover,
.breadcrumb_background .breadcrumb li.active,
.breadcrumb_background .breadcrumb li strong,
.breadcrumb_background .breadcrumb li a:hover span,
.breadcrumb_background .breadcrumb li.active span,
.breadcrumb_background .breadcrumb li strong span {
    font-size: 14px;
}

.breadcrumb_background .breadcrumb li strong span {
    color: #0f7cc2;
}

.breadcrumb_background .breadcrumb > li + li:before {
    display: none;
}

@media (min-width: 992px) {
    .breadcrumb_background .breadcrumb {
        margin-left: 175px;
    }
}

@media (max-width: 991px) {
    .breadcrumb_background {
        min-height: auto;
        padding: 18px 0 14px;
    }
}

@media (max-width: 767px) {
    .breadcrumb_background {
        min-height: auto;
        padding: 14px 0 12px;
    }

    .breadcrumb_background .breadcrumb {
        font-size: 13px;
        gap: 0;
        padding: 0;
    }

    .breadcrumb_background .breadcrumb li,
    .breadcrumb_background .breadcrumb li strong {
        font-size: 13px;
    }

    .breadcrumb_background .breadcrumb li a:hover,
    .breadcrumb_background .breadcrumb li.active,
    .breadcrumb_background .breadcrumb li strong,
    .breadcrumb_background .breadcrumb li a:hover span,
    .breadcrumb_background .breadcrumb li.active span,
    .breadcrumb_background .breadcrumb li strong span {
        font-size: 13px;
    }

    .breadcrumb_background .breadcrumb li strong {
        padding: 0;
    }

    .breadcrumb_background .breadcrumb li.home a:before {
        height: 22px;
        margin-right: 6px;
        width: 22px;
    }
}
