.index-page .latest-news .news .details p {
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blur {
    color      : transparent;
    text-shadow: 0 0 8px #000;
    user-select: none;
}

.blur {
    -webkit-filter: blur(10px);
    filter        : blur(10px);
}

.search-form {
    width  : calc(100% - 200px);
    display: inline-block;
}

.search-form {
    position: relative;
}

.search-result {
    position  : absolute;
    color     : rgb(23, 24, 24);
    left      : 0;
    top       : 100%;
    width     : 100%;
    max-height: 200px;
    overflow  : auto;
    background: #fff;
    text-align: left;
    z-index   : 1;
    border    : 1px solid #ececec;
}

.search-result p {
    padding : 5px 100px 5px 10px;
    position: relative;
}

.search-result p span {
    display    : inline-block;
    font-weight: 500;
    color      : #0195fc;
}

.search-result p span.tag {
    position : absolute;
    right    : 5px;
    top      : 5px;
    color    : #9c9a9a;
    font-size: 14px;
}

.result-item {
    margin : 0;
    padding: 5px;
    cursor : pointer;
}

.result-item__hover {
    background: #eee;
}

.search-result {
    position  : absolute;
    top       : 60px;
    z-index   : 99;
    background: #fff;
    max-width : calc(100% - 200px);
    width     : 100%;
    border    : 2px solid #e7ecf5;
    max-height: 248px;
    overflow  : auto;
}

.search-result ul.country-list {
    margin-bottom: 0;
    list-style   : none;
    margin-top   : -1px;
    padding      : 0;
}

.search-result ul.country-list li {
    padding   : 5px;
    background: #fff;
    cursor    : pointer;
    width     : 100%;
}

.search-result ul.country-list li:hover {
    background: #e6e4e4 !important;
    cursor    : pointer;
}

.search-result ul.country-list li .stype {
    float    : right;
    color    : #9c9a9a;
    font-size: 14px;
}

/* .container-fluid {
    padding: 0 50px;
} */

.owl-carousel {
    z-index: 0 !important;
}

.quick-search .search-result {
    position     : absolute;
    top          : 42px;
    z-index      : 99;
    background   : #fff;
    max-width    : calc(100% - 30px);
    width        : 100%;
    border       : 1px solid #e7ecf5;
    max-height   : 248px;
    overflow     : auto;
    border-radius: 3px;
    left         : 15px;
}


p.heart {
    cursor    : pointer;
    position  : relative;
    transition: ease-in .2s;
}

p.heart:hover {
    transform: scale(1.2);
    color    : #f03 !important;
}

p.heart i.fa {
    position: absolute;
    left    : -12px;
}

ul.filter-items {
    display         : block;
    margin-bottom   : 20px;
    padding         : 20px;
    /* border-bottom:1px solid #dce2e9 */
}

ul.filter-items li {
    display      : inline-block;
    border       : 1px solid #bec0c4;
    padding      : 5px 15px;
    margin       : 2.5px 0;
    font-size    : 14px;
    font-weight  : 500;
    color        : #4e5054;
    position     : relative;
    padding-right: 20px;
    border-radius: 2px;

}

ul.filter-items .close {
    font-size  : 16px;
    font-weight: 500;
    color      : #f00;
    position   : absolute;
    right      : 5px;
    top        : 7px;
    cursor     : pointer;
}

.saved-properties .close {
    position   : absolute;
    right      : 25px;
    top        : 15px;
    font-weight: normal;
}

a.whatsappfixed {
    position          : fixed;
    right             : 15px;
    bottom            : 15px;
    background-color  : #FFFFFF;
    border-radius     : 50%;
    display           : block;
    text-align        : center;
    z-index           : 1;
    -moz-box-shadow   : 0 0px 13px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 13px 0 rgb(0 0 0 / 20%);
    box-shadow        : 0 0px 13px 0 rgb(0 0 0 / 20%);
    top               : inherit !important;
}

a.whatsappfixed img {
    padding: 7px;
    width  : 40px;
}

.navbar .navbar-nav .nav-item:not(:last-child) {
    margin-right: 5px !important;
    margin-left : 5px !important;
}