.breadcrumb-container {
    position:sticky;
    top: 82px;
    background-color: var(--bs-body-bg);
    z-index: 2;
    padding: 5px 10px;
    height: 34px;
}
.breadcrumb {
    margin: 0 0 0 0;
}
 .breadcrumb-item {
    color:var(--bs-body-color);
    font-size:12px;   
 }
 .breadcrumb-item a {
    color:var(--bs-body-color);
    font-size:12px; 
 }
@media screen and (max-width:1200px) {
  .breadcrumb-container {
      top: 79px;
  }
}
@media screen and (max-width:992px) {
    .breadcrumb-nav {
     position: fixed;
     bottom: 50px;
     left:0;
     z-index: 10;
     background-color: var(--bs-body-bg);
    }
    .breadcrumb {
     margin: 10px 0;
    }

        
    }
}
   
}
