﻿.user-owner-list .ava-user {
    max-height: 65px;
    object-fit: contain;
}

.user-owner-list br {
    display: none;
}



.home-cnb-filter {
    position: relative;
    z-index: 999;
}

.home .cnb-filter-close {
    top: 80px;
    right: 20px;
}

.home-section-filter {
    position: relative;
    z-index: 999;
}

@media screen and (min-width: 992px) {
    .home .cnb-filter {
        position: relative;
        top: unset;
        left: unset;
        width: auto;
        background: transparent;
        height: auto;
        margin: auto;
        max-width: 700px;
    }

    .mh-section-style-1 {
        overflow: hidden;
    }

    .home .cnb-filter .filter-item {
        background: transparent;
        width: 20%;
        padding: 0;
    }

    .home .cnb-filter .filter-item.filter-item-search {
        padding: 0;
        background: transparent;
    }

    .home .cnb-filter .filter-item-search input {
        padding: 10px 20px;
        height: auto !important;
        border: 1px solid #375e96 !important;
        border-radius: 0;
        background: #375e96;
        color: #fff !important;
    }

    .home .cnb-filter .filter-item .label .icon {
        right: 10px;
    }

    .home .cnb-filter .filter-item .label {
        padding: 10px;
        background: #375e96;
        margin: 5px;
    }

    .home .cnb-filter .filter-item-search input::placeholder {
        color: #fff !important;
    }

    .home .cnb-filter .filter-item-search {
        width: calc(100% - 56px);
        border: 1px solid #c9c9c9 !important;
        border-radius: 5px 0px 0px 5px;
    }

    .style1 {
    padding: 30px 30px 30px 30px;
    box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 15%);
    margin-top: -90px;
    background-color: rgb(255 251 251 / 93%);
    border-radius: 0 4px 4px 4px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    }

    .filter-search:-ms-input-placeholder {
        color: red;
    }

    span.label-txt {
        font-size: 14px;
        font-weight: 600;
    }

    .home .cnb-filter .filter-submit button[type="submit"] {
        border-radius: 0;
        color: #ffffff;
        background: #dba613;
    }
}


@media screen and (max-width: 991px){
    .home .cnb-filter{
        padding: 0 10px;
    }
}