
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    /* margin-right: .2em; */
    text-align: center;

    font-variant: normal;
    text-transform: none;

    line-height: 1em;

    

}
    .icon-bath:before {
        content: '\e800';
    }

    /* '' */
    .icon-size:before {
        content: '\e801';
    }

    /* '' */
    .icon-bed:before {
        content: '\e802';
    }

    /* '' */
    .icon-location:before {
        content: '\e803';
    }

    /* '' */
    .icon-search:before {
        content: '\e804';
    }

    /* '' */
    .icon-heart:before {
        content: '\e806';
    }

    /* '' */
    .icon-sort:before {
        content: '\e807';
    }

    /* '' */
    .icon-menu:before {
        content: '\e808';
    }

    /* '' */

/*==========menu & sidenav css==========*/
.main-menu .menu-lang span {
    text-transform: capitalize; font-size: 14px;
}

.main-menu .menu-lang .navbar-toggler {
    border-color: transparent;
}
.main-menu .menu-lang .navbar-toggler span{
   font-size: 25px;
}

.sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 2;
    top: 0;
    left: -250px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, .1);
}

.sidenav h6 {
    color: #666c73;
    font-size: 16px;
    line-height: 26px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}
/*==========menu & sidenav css==========*/

/*==========search css==========*/
.search-loc{position: relative;}
.search-loc .form-control {position: relative; padding: 0 36px ;}
.search-loc .map {
    position: absolute;
    content: "";
    top: 0px;
    left: 10px;
    z-index: 1;
    font-size: 24px;
    color: #9395A1;
}
.search-loc .search {
    position: absolute;
    content: "";
    top: 7px;
    right: 10px;
    z-index: 1;
    font-size: 24px;
    color: #636781;
}
/*==========search css==========*/
/*==========option buttons css==========*/
.option-btn{
    overflow: scroll;
    white-space: nowrap;
    width: auto;
}
/* .option-btn .btn-outline-secondary:not(:disabled):not(.disabled).active {
    background-color: #0091EA;
}
.option-btn .btn-outline-secondary:hover {
    background-color: #0091EA;
    border-color: #0091EA;
} */
.option-btn .btn-outline-secondary.selectedCont {
    background-color: #037bc5;
    border-color: #037bc5;
    color: #ffffff;
}

.option-btn .btn{margin-right: 10px;font-size: 14px;
    padding: 5px 10px;}
.option-btn .btn.btn-outline-secondary{
    border-color: rgb(110 117 123 / 21%);
}
.btn-outline-primary.selectedBuyRent{
    background: #037bc5; 
    color: #ffffff;
}
/*==========option buttons css==========*/
/*==========sort by css==========*/
.sortby .sicon {
    position: relative;
}

.sortby .sicon i {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    font-size: 24px;
    color: #353A5B;
}
.sortby .sicon .sortopt
{
 border: 0;
  appearance: none;
  padding: 5px 10px 5px 30px;
  font-size: 14px;
  color: #353A5B;
}
.sortby .sicon .sortopt:option{text-align: right;}
.sortby p {
    font-weight: 400;
    color: #353A5B;
    font-size: 14px;
}
.sort-button button{
    font-size: 14px;
    color: #353A5B;
}
.sort-button button:after{
    display: none;
}
.sort-button .dropdown-menu{
    padding: 0;
    left: auto !important;
    right: 0px !important;
    transform: translate3d(0, 33px, 0px) !important;
}
.sort-button .dropdown-menu a{
    font-size: 14px;
    padding: 0.25rem 0.5rem;
}
/*==========sort by css==========*/
/*==========propinfo css==========*/
/* .propinfo{background-color: #eff2f9;} */
.propinfo .property {
    background-color: #fff;
    border-radius: 5px 0  0 5px;
    max-height: 150px;
    margin-bottom: 10px;
}
.propinfo .property .img-bx {
    width: 120px;
   height: 150px;
}
.propinfo .property .img-bx img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px 0 0 5px;
}
.propinfo .property .prop-info {
    width: calc(100% - 120px);
    padding: 5px 10px;
    
}
.propinfo .property .prop-info .priceaed p{
 font-size: 16px; 
 font-weight: 700; 
 margin: 0;
}
.propinfo .property .prop-info .priceaed i{
    font-size: 24px;
    color: #353A5B;
}
.propinfo .property .prop-info .priceaed .iactive{color: #f01;}

.propinfo .property .prop-info .type-prop ul{
 padding: 0; 
 list-style-type: none;
 margin: 0;
}
.propinfo .property .prop-info .type-prop ul li{
    display: inline-block; 
    position: relative; 
    padding-right: 5px; 
    font-weight: 500; 
    font-size: 13px; 
    text-transform: capitalize;
    color: #353A5B;
}
.propinfo .property .prop-info .type-prop ul li:before{
  position: absolute;
  content: ""; 
  height: 12px;
  width: 1px; 
  background-color: #000; 
  right: 0; 
  top:5px;
}
.propinfo .property .prop-info .type-prop ul li:last-child:before{
    display:none;
}
.propinfo .property .prop-info .type-prop .propName {
    font-size: 14px;
    text-transform: capitalize;
    color: #077abf;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
    overflow: hidden;
    font-weight: 500;
}
.prop-location span {
    font-size: 13px;
    color: rgb(0 0 0 / 95%);
    display: block;
}
.propinfo .property .prop-info .aprtment p{
 font-size: 13px;
 color: #353A5B;
 margin: 0;
 font-weight: 500;
 text-transform: uppercase;
}
.propinfo .property .prop-info .aprtment ul{
    padding: 0; list-style-type: none;
}
.propinfo .property .prop-info .aprtment ul li i{
 margin-right: 5px; font-size: 20px;
}
.propinfo .property .prop-info .aprtment ul li{
    font-size: 15px; display: inline-block; margin-right: 10px;
}
@media (max-width: 767px){
    .paginationPanel {
        background: #ffffff;
    }
}
/*==========propinfo css==========*/
.bg-white{
    background: #ffffff;
}

html[dir="rtl"] .propinfo .property .prop-info .aprtment ul li{
    margin-right: 0;margin-left: 10px;
}
html[dir="rtl"] .propinfo .property .prop-info .aprtment ul li i{
    margin-right: 0;margin-left: 5px !important;
}
html[dir="rtl"] .search-loc .search{
    right: auto;left: 10px;
}
html[dir="rtl"] .search-loc .map{
    right: 10px;left: auto;
}
html[dir="rtl"] .sort-button .dropdown-menu{
    padding: 0;
    left: 0px !important;
    right: auto !important;
    transform: translate3d(0, 33px, 0px) !important;
}