#chairnavcontainer{
    background-color: #f82249 !important;
}
.bg-light-new{
    background-color: antiquewhite;
}
.custom-error{
    min-height: 300px;
    margin-top: 100px;
}
/*#footer {*/
/*    background: #101522;*/
/*    padding: 0 0 25px 0;*/
/*    color: #eee;*/
/*    font-size: 14px;*/
/*     left: 0;*/
/*    width: 100%;*/
/*    bottom: 0;*/
/*    position: fixed;*/
/*}*/


/* crousel style*/
.owl-nav i {
    font-size: 40px;
}

.owl-nav .owl-prev {
    left: -30px !important;
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav .owl-next {
    right: -30px !important;
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}
.divhoover{
    padding: 10px 10px;
    border-left: 1px solid #ededed;
}

.divhoover:hover{
    box-shadow: 0 3px 16px 0 rgb(0 0 0 / 11%);
}


@media screen and (max-width: 992px) {

    .owl-nav i {
        font-size: 30px;
    }

    .owl-nav .owl-prev {
        left: 1px !important;
        margin-top: -26px;
        position: absolute;
        top: 50%;
        color: #cdcbcd;
    }

    .owl-nav .owl-next {
        right: 1px !important;
        margin-top: -26px;
        position: absolute;
        top: 50%;
        color: #cdcbcd;
    }
    
}