body{
    background-color: #f4f3e1;
}
.property_search_title{}
.property_search_title>h1{
    color: #a06305;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 500;
}
.property_search_title>h1:before{
    content: "\f03e";
    font-size: 16px;
    font-family: 'harry-icon';
    color: #c69b00;
    margin-right: 5px;
    font-weight: normal;
}
.purchase-search{
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.purchase-search-con{}
.purchase-search-con>ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.purchase-search-con>ul>li{
    margin: 0 5px 10px 5px;
    width: calc(20% - 10px);
}
.item2{
    width: calc(80% - 10px)!important;
}
.purchase-search-con>ul>li label{
    color: #532603;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}
.purchase-search-con>ul>li>select,.purchase-search-con>ul>li>input{
    background-color: #ffffff;
    border: 1px solid #d7c71f;
    font-size: 13px;
    padding: 3px;
    width: calc(100% - 6px);
    line-height: 20px;
    color: #242323;
}
.prod_edit_but{
    display: flex;
    justify-content: flex-end;
}
.search_btn{
    padding: 3px 4px;
    font-size: 15px;
    line-height: 28px;
    border: unset;
    border-radius: 18px;
    color: #fff;
    width: calc(100px - 8px);
    background-color: #c69b00;
    margin-top: 10px;
}
.reset_btn{
    padding: 3px 4px;
    font-size: 15px;
    line-height: 28px;
    border: unset;
    border-radius: 18px;
    color: #fff;
    width: calc(100px - 8px);
    background-color: #656161;
    margin-top: 10px;
    margin-left: 10px;
}
.property{
    padding: 20px;
}
.property>ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.property>ul>li{
    background-color: #fff;
    margin: 0.5% 0.5%;
    padding: 1%;
    width: calc(33.3% - 3%);
    border-radius: 5px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
}
.property>ul>li:nth-child(1){
    width: calc(66.6% - 3%);
    background-color: #fff996;
}
.property>ul>li>div{

}
.property_title{
    display: flex;
    align-items: center;
    flex-direction: row;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    justify-content: space-between;
}
.property_title h2{
    color: #444444;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.property_title h2:before{
    content: "\eaa2";
    font-size: 16px;
    font-family: 'harry-icon';
    color: #c69b00;
    margin-right: 5px;
    font-weight: normal;
}
.property_title>p{
    color: #c69b00;
    font-size: 12px;
    font-weight: bold;
}
.property_title>p>span{
    color: #c69b00;
    font-size: 17px;
    font-weight: bold;
}
.property_content{}
.property_content h2{
    color: #606060;
    font-size: 13px;
    font-weight: normal;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    margin: 5px 0;
}
.property_content h2:before{
    content: "\f023";
    font-size: 14px;
    font-family: 'harry-icon';
    color: #9E9E9E;
    margin-right: 5px;
}
.property_content>ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 6px;
    background-color: #F5F5F5;
    margin-bottom: 5px;
}
.property_content>ul>li{
    margin: 0.5% 0.5%;
    padding: 1%;
    width: calc(33.3% - 3%);
}
.property_content>ul>li>h3{
    color: #767676;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
}
.property_content>ul>li>span{
    color: #c69b00;
    font-size: 13px;
    font-weight: normal;
    height: 17px;
    display: block;
}
.property_booking{
    display: flex;
    justify-content: flex-end;
    padding-top: 5px;
}
.property_booking button{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 28px;
    border-radius: 6px;
    color: #fff000;
    background-color: #c69b00;
    width: 100%;
    letter-spacing: 2px;
}
.property_booking button:before{
    content: "\eacc";
    font-size: 15px;
    font-family: 'harry-icon';
    color: #fff000;
    margin-right: 5px;
}