.list-search-area .btn, .list-search-area .form-select, .list-search-area .search input {
    height: 40px
}

.list-search-area .search input {
    width: 100%;
    color: #212529
}

.list-box-area .result-total {
    color: #626262;
    font-family: "EuclidCircularBRegular"
}

.card-body .add-compare, .card-body .add-favourite {
    background: #fff;
   /* width: 30px;
    height: 30px;*/
    border-radius: 5px;
    display: flex;
    justify-content: center;
    box-shadow: 1px 1px 5px #000;
    color: green;
    margin-right: 5px;
    padding:5px;
}

.add-compare.active, .add-favourite.active, .list-options .card-text:hover, .list-options .card-title:hover {
    color: #da0922
}

.property-img-slide .add-favourite {
    left: 10px;
    width: 30px;
    height: 30px;
    color: #5a5a5a
}

.property-img-slide .add-compare, .property-img-slide .add-favourite, .property-img-slide .youtube-modal-button {
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 10px #000;
    position: absolute;
    bottom: 10px;
    background: #fff;
    border-radius: 5px
}

.property-img-slide .add-compare {
    width: 30px;
    height: 30px;
    color: #5a5a5a
}

.property-img-slide .youtube-modal-button {
    right: 5px;
    padding: 3px 5px;
    color: #000
}

.property-img-slide .add-favourite.active i:before {
    content: "";
    color: #da0922
}

.list-options .card {
    padding: 20px 15px
}

.list-options .card-body {
    padding: 10px 0 0
}

.list-options .card-title {
    font-family: "EuclidCircularBSemiBold";
    transition: all .25s ease
}

.list-options .card-text {
    color: #8b8b8b;
    font-family: "EuclidCircularBRegular";
    transition: all .25s ease
}

.head-title h3 {
    color: #8b8b8b
}

.head-title a {
    color: #dc3545;
    line-height: 22px
}

.list-options textarea.form-control {
    height: 100px
}

.select-items .dropdown {
    width: 100% !important;
    border: 1px solid #dfdfdf
}

.property-img-slide .add-compare {
    left: 45px
}

.select-items .bootstrap-select > .dropdown-toggle.bs-placeholder {
    padding: 10px;
    outline: 0 !important;
    outline-offset: 0;
    box-shadow: none;
    background: 0 0
}

.select-items .bootstrap-select .dropdown-toggle {
    outline: 0 !important
}

.select-items {
    top: 100px !important
}

.property-img-slide .add-compare.active {
    color: #da0922
}

.property-img-slide .add-compare i, .property-img-slide .add-favourite i {
    position: absolute;
    pointer-events: none;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%
}

.property-img-slide .add-compare span, .property-img-slide .add-favourite span {
    width: 100%;
    display: block;
    height: 100%
}

.property-img-slide .add-compare.active span, .property-img-slide .add-favourite.active span {
    display: none
}

@media (min-width:768px) {
    .list-options .card {
        height: calc(100% - 1rem);
        padding: 20px 30px 10px
    }

    .list-options .card-text, .list-options .card-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden
    }
}

@media (min-width:992px) {
    .list-search-area .search input {
        width: auto
    }

    .list-search-area {
        position: -webkit-sticky;
        position: sticky;
        top: 54px;
        z-index: 999999;
        box-shadow: 0 4px 2px -2px rgb(128 128 128/16%)
    }
}

@media (min-width:1400px) {
    .list-search-area {
        top: 73px
    }
}

.property-img-slide .citizenship {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 9;
    background: #fff;
    height: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000
}

.property-img-slide .residence-permit {
    left: 10px;
    bottom: 10px;
    background: #fff;
    color: #000
}

.property-img-slide .last-property-warning, .property-img-slide .property-id, .property-img-slide .residence-permit {
    position: absolute;
    z-index: 9;
    height: 30px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.property-img-slide .last-property-warning {
    right: 5px;
    bottom: 10px;
    background: #da0721;
    color: #fff;
    padding: 3px 5px
}

.property-img-slide .property-id {
    right: 10px;
    top: 10px;
    background: #fff;
    color: #000
}
