.categoriesbannerholder{
    
    position: relative;
    height: 200px;
    overflow: hidden;
    
}
 
 

.catbanner-one{
    position: absolute;
    width: 100%; 
    bottom: 0;
    left: 0; 
}

.catbanner-title{
    font-size: 2rem;
    font-weight: 700;
    background-color: rgba(255,255,255,0.8);
    color: #121212;
}
 
.breadcrumptitles{
    color: #ffdd77;
    font-weight: 700;
    font-size: 0.9rem;
} 
 

.breadcrumptitlesactive{
    color: #fff!important;
    font-weight: 700;
    font-size: 0.9rem;
}


    .breadcrumb-item + .breadcrumb-item::before {
        content: "|";
        color: #fff!important;
        margin: 0 7px;
        padding: 0;
    }


