/*your custom css goes here*/
@supports ((position:-webkit-sticky) or (position:sticky)){
    .sticky-top {
        top: -2px!important;
    }
}


.top-navbar{
    background: #262626!important;

}
.top-navbar .list-inline-item a {
    color: white!important;
}
.search-input-box,
.logo-bar-area{
    background: #C11F05!important;
}

.logo-bar-area path{
    fill: white!important;
}
.logo-bar-area .nav-user-info a{
    color: white!important;
    opacity: 1!important;
}

.header-marquee{
    background: #4F0700!important;
    color: white;
}
.header-marquee marquee{
    margin-top: 6px;
}
.home-slider{
    padding: 10px 0;
}
.slider-below-company-logs-container{
    background: #F2F2F2;
    padding: 20px 40px;
    width: 100%;
    border-radius: 10px;
}
.slider-below-company-logs{
   display: flex;
    justify-content: space-evenly;
}
.custom-btn{
    background: #E62E04; color: white; border-radius: 0 0 10px 10px
}
.aiz-card-box .disc-amount {
    opacity: 1!important;
}
.home-banner-area .slick-slide img{
    border-radius: 10px;
}
#nav-user-info h4{
    color: white!important;
}
.nav-user-img{
    border: 1px solid #dadada !important;
}
.individualProduct img{
    border-radius: 10px 10px 0 0;
}
.full-table{
    display: inline-table;
}
@media (max-width: 769px) {
    .slider-below-company-logs-container {
        display: none;
    }
    .home-slider .carousel-box img{
        object-fit: unset;
        padding: 10px;
    }
    .search-input-box{
        background: white!important;
    }
    .text-truncate-2{
        height: 70px!important;
        overflow: hidden;
    }
    .full-table{
        display: block;
    }
}
