.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;
}


.search-result1 {
    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-result1 p {
    padding : 5px 100px 5px 10px;
    position: relative;
}

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

.search-result1 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;
}

.search-result1 {
    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-result1 ul.country-list {
    margin-bottom: 0;
    list-style   : none;
    margin-top   : -1px;
    padding      : 0;
}

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

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

.search-result1 ul.country-list li .stype {
    float    : right;
    color    : #9c9a9a;
    font-size: 14px;
}
.property-popup-two {
    min-height: 250px;
    max-width: 500px;
    width: 100%;
    position: relative;
    background-color: #FFFFFF;
    border: 5px solid #FFFFFF;
  }
  .property-popup-two .carousel .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 300px;
  }
  .property-popup-two .carousel .carousel-control-next, .property-popup-two .carousel .carousel-control-prev {
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 50%;
    opacity: 1 !important;
  }
  .property-popup-two .carousel .carousel-control-next-icon, .property-popup-two .carousel .carousel-control-prev-icon {
    width: 12px;
    height: 12px;
  }
  .property-popup-two .modal-details {
    display: flex;
    width: 100%;
    padding: 5px;
  }
  .property-popup-two .modal-details .details {
    display: inline-block;
    width: calc(100% - 132px);
  }
  .property-popup-two .modal-details .details ul {
    margin-bottom: 0;
  }
  .property-popup-two .modal-details .details ul li h3 {
    margin-bottom: 0;
    font-size: 20px;
  }
  .property-popup-two .modal-details .details ul li img {
    max-height: 15px;
    vertical-align: baseline;
    margin-right: 5px;
  }
  .property-popup-two .modal-details .details ul li span {
    color: #6c6d71;
    font-weight: 500;
    font-size: 15px;
  }
  .property-popup-two .modal-details .details a.name {
    color: #212529;
    text-decoration: none;
    font-size: 14px;
  }
  .property-popup-two .modal-details .more {
    display: inline-block;
    width: 132px;
    position: relative;
  }
  .property-popup-two .modal-details .more a {
    padding: 5px 10px;
    display: block;
    border: none !important;
    text-transform: uppercase;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #003B68

  ;
    color: #CDAC4C!important;
    text-align: center;
    margin: -17px auto 0 auto;
  }
/* .container-fluid {
    padding: 0 50px;
} */

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

.quick-search .search-result {
    position: absolute;
    top: 42px !important;
    z-index: 99;
    background: #fff;
    width: 503px;
    border: 1px solid #e7ecf5;
    max-height: 248px;
    overflow: auto;
    border-radius: 3px;
    left: 0px;
    max-width:500px;
}

.quick-search .search-result1 {
    position: absolute;
    top: 42px;
    z-index: 99;
    background: #fff;
    width: 503px;
    border: 1px solid #e7ecf5;
    max-height: 248px;
    overflow: auto;
    border-radius: 3px;
    left: 0px;
    max-width:500px;
}
.search-result2 {
    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-result2 ul.country-list {
    margin-bottom: 0;
    list-style   : none;
    margin-top   : -1px;
    padding      : 0;
}

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

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

.search-result2 ul.country-list li .stype {
    float    : right;
    color    : #9c9a9a;
    font-size: 14px;
}
.search-result2 {
    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-result2 p {
    padding : 5px 100px 5px 10px;
    position: relative;
}

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

.search-result2 p span.tag {
    position : absolute;
    right    : 5px;
    top      : 5px;
    color    : #9c9a9a;
    font-size: 14px;
}
.search-result2 {
    position     : absolute;
    top          : 65%;
    z-index      : 99;
    background   : #fff;
    max-width    : calc(100% /9);
    width        : 100%;
    border       : 1px solid #e7ecf5;
    max-height   : 248px;
    overflow     : auto;
    border-radius: 3px;
    left         : 60%;
}

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    : -15px;
}

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;
    line-break: anywhere;

}

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            : 35px;
    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  : 55px !important;
}

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

    
@media(max-width:1023px){
    .search-result2 {
        position: absolute;
        left: 15px;
        margin-top: 108px;
        width: 250px;
        min-width: 250px;
        z-index:9999;
        left:35%;
        
    }
    .search-result {
        max-width: 78%;
        margin-left: 4%;
        top:175px !important;
    }
    .search-result1 {
        max-width: 78%;
        margin-left: 4%;
        top:175px !important;
    }
    
}

@media(max-width:767px){
    .search-result2 {
        position: absolute;
        left: 15px;
        margin-top: 272px;
        width: 100%;
        min-width: calc(100% - 30px);
        z-index:9999;
    }
    .quick-search .search-result {
        position     : absolute;
        top          : 42px !important;
        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         : 0px !important;
    }
    .quick-search .search-result1 {
        position     : absolute;
        top          : 39px !important;
        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         : 0px !important;
    }
    .search-result {
        max-width: 76%;
        margin-left: 4%;
        top: 124px !important;
    }
    .search-result1 {
        max-width: 76%;
        margin-left: 4%;
        top: 123px !important;
    }

}