.brands_table .txt_clr{
    color:  #4b4b4b !important;
    font-size: 12px;
}
p{
    font-weight:  lighter !important;
}
p:hover{
    text-decoration: underline !important;
   
}
hr{
    opacity: 0.1 !important;
}
h5{
    font-size: 14px;
}
.item{
    cursor: pointer;
}

.bg_i2{
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px #6d6d6d solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#000;
}
.parent_owl{
    position: relative;
}
.owl-nav{
    position: absolute;
    top: 40%;
    left: 0%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    box-sizing: border-box;
    font-size: 20px;
    color:#fff;
    outline: none !important;
    z-index: 1;
  }
button.owl-prev, button.owl-next{
    outline: none !important;
    border: none !important;
    border-radius:50% ;
}
.owl-carousel.second img {
    width: 100%; 
    transition: transform 0.3s ease; 
    cursor: pointer;
}
.owl-carousel.second img {
    width: 100%; 
    transition: transform 0.3s ease; 
    cursor: pointer;
}