/* white you custom css code here. only css code will work */
.client-area .single-brand img{
    -webkit-filter: none !important;
    filter: none !important;
}
.industry-top-right-list{
display:none !important;
}
.codeless-add-purchase-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 70px;
    border: none;
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
    box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    padding: 0;
    padding-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
    font-size: 0;
    font-weight: bold;
    color: #fff !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.codeless-add-purchase-button i.icon svg {
    height: 31px;
    position: relative;
    bottom: 1px;
    fill: #e71819;
}
.codeless-add-purchase-button i.icon {
height: 35px;
width: 35px;
}
.codeless-add-purchase-button i.icon:after {
content: "";
position: fixed;
display: block;
height: 50px;
width: 50px;
}
.codeless-add-purchase-button{
height: 55px;
}