	.home_search{ 
		margin-top:10px;
	}
	.home_search .tab1{ 
		display:block;
		border:1px solid #CCC; 
		border-right:0;
		border-radius: 4px 0 0 4px;
		padding:8px;
		width:70px;
		height:40px;
		background-image:url(svg/home_search_list.svg);
		background-position:right 5px center;
		background-size:18px;
		background-repeat:no-repeat;
	}
	.home_search .tab1 span,.home_search .tab1 svg{
		float:left; 
		font-size: 14px;
		line-height: 22px;
		color: #ad8c08;
	}
	.home_search .tab1 img{
		float:left; 
		width:18px;
		height:18px;  
		color: #555555;
		margin-left:3px;
	}
	
	.home_search .tab2{ 
		border: 1px solid #CCC;
		padding-top: 0 !important;
		border-radius: 5px 0 0 5px;
		padding-left: 5px; 
	}
	.home_search .tab2 input{ 
		height:36px;
		border:none;
		width:95%;	
		font-size:17px;
		padding-left:5px;
		color:#767676
	}
	 
	.home_search .tab3{  
		border-radius: 0px 4px 4px 0;
		width:40px;
		background-color:#baa746;
		text-align:center;
	}
	.home_search .tab3 img{
		width:20px;
		height:20px;
		margin:10px;
	}
	.bnamedelete {
		position: absolute;
		right: 0;
		width: 28px;
		margin: 5px;
		cursor: hand;
		cursor: pointer;
	}
	.resetallbtn{ 
		background-image:url(svg/x-gray.svg);
		background-position:right center;
		background-size:20px;
		background-repeat:no-repeat;
		padding-right:20px !important;
		
	}
	.resetallbtn:hover{ 
		background-image:url(svg/x-white.svg);
		background-color:#111111
	}
	.search-type{
		padding:0
	}
	.search-type a{
		padding: 12px 20px;
		font-size: 16px;
		color:#000000
	}
	.search-type a.active{
		border-bottom:3px solid #baa746
	}
 .btn-outline-secondary::after{
	 right: 3px;
	 color: #a1a1a1; 
 } 
 
 .flow-menu{
	 display:none;
	 position:absolute; 
	 border-top:1px solid #CCC;
	 width:100%;
	 max-width:350px;
	 background-color:#ffffff;
	 padding:10px;
	 margin:5px;
	 transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	 box-shadow: rgb(0 0 0 / 20%) 0px 2px 4px -1px, rgb(0 0 0 / 14%) 0px 4px 5px 0px, rgb(0 0 0 / 12%) 0px 1px 10px 0px;
	 z-index:99
 }
 .accordion-item{
	 display:inline-block;
	 width:100%; 
 }
 
 .accordion-button{
	 padding-left:10px; 
 }
 .accordion-button:not(.collapsed) {
    color: #93772f;
     background-color: #FFF; 
    box-shadow:none;
}
.accordion-button:not(.collapsed)::after{
	background-image:var(--bs-accordion-btn-icon)
}
.accordion-button:focus{
	border:none;
	box-shadow:none;
}
.flow_title{
	font-size: 16px; 
    padding-bottom: 6px;
    color: #a1a1a1; 
}
.flow_title img{
	float:right;
	width:24px;
	height:24px;
}
.flow_foot{
	padding:10px 0;
}
.flow_foot button{
	width:50%; 
}
.flow_foot .btn-secondary{
	margin-right:5px;
}
.flow_foot .btn-primary{
	margin-left:5px;
} 
/*
.searchboxitem .btn-check:focus+.btn, .btn:focus{
	background-color:#ffffff !important;
	color:#bda76e !important;
	border-color:#DEDEDE !important;
	box-shadow:none !important
}

.searchboxitem .btn:hover,.searchboxitem .btn:focus{
	color: #bda76e;
    background-color: #ffffff;
	border-color:#b7b7b7 !important;
}

#searchsortdiv .btn-check:focus+.btn{
	background-color:#ffffff !important;
	color:#ffffff !important;
	border-color:#DEDEDE !important;
	box-shadow:none !important
}

#searchsortdiv .btn:hover,#searchsortdiv .btn:focus{
	color: #bda76e !important;
    background-color: #ffffff !important;
	border-color:#b7b7b7 !important;
}
 .btn-outline-secondary:not(:disabled):not(.disabled):active {
	color: #bda76e;
    background-color: #ffffff;
	border-color:#b7b7b7 !important;	 
 }

#searchsortdiv .show>.btn-outline-secondary.dropdown-toggle:focus{
	background-color:#FFF !important
}
.searchboxitem .btn-outline-secondary:not(:disabled):not(.disabled):active{
	 background-color:#cf1c1c !important;
	color:#ffffff !important;
}
 */
.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle{
	margin-left:-15px
	
}
a.btn-outline-secondary{
	font-size:15px;
}
.activetag{
	position:relative;
}
.activetag a.btn-outline-secondary{
	background-color:#baa746;
	color:#ffffff;
	padding-right:25px;
}
.activetag a.btn-outline-secondary:hover{
	background-color:#baa746;
	color:#ffffff;	
} 
.activetag a.close{
	position:absolute;
	right:6px;
	top:6px;		
}
.sortdiv{
	padding-right: 30px;
    float: left;
    background-image: url(svg/sort-down.svg);
    background-repeat: no-repeat;
    background-position: right center; 
    line-height: 30px;
	font-size:15px;
    background-size: 25px;
}
	a.dropdown-item{
			color:#646464;
	}
.dropdown-item.active, .dropdown-item:active{
	background-color:#cf1c1c
}

	.propertyitem {
        width: 100%;
		padding-bottom:20px;
	}
	
	.propertyitem .prop_border{
		 margin:10px;
		 overflow:hidden;
		 transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
		border-radius: 4px; 
 position: relative;
  z-index: 0;
		box-shadow: 0px 3px 3px -2px rgb(0 0 0 / 20%), 0px 3px 4px 0px rgb(0 0 0 / 14%), 0px 1px 8px 0px rgb(0 0 0 / 12%);
		
	  }
	  .propertyitem .propertyinner{ 
		  width:100%;
		  text-align:left;
	  }
	  .propertyitem .propertyinner .bname{
		  text-align:left;
	  }
	 .propertyitem .propertyinner .photo{
		   width:100%;
		   height:230px;
		   background-repeat:no-repeat;
		   background-size:cover;
		   background-position:center
	   }
	   
	 .propertyitem  .propertyinner .detail{
			padding:10px; 
			height:220px;
			overflow:hidden;
			position: relative;
	  }	   
	  
 .propertyitem .propertyinner .bname{
		margin: 0;
		margin-top:5px;
		margin-bottom:10px;  
		font-size: 18px;  
		color: #938345;
	}
 .propertyitem .propertyinner .cbname{
		margin: 0; 
		margin-bottom:10px;  
		font-size: 15px;  
		color: #938345;
		height:20px;
	}	
	.propertyitem .propertyinner .dist{
		margin-bottom:5px;  
		font-size:14px;  
		color: #707070;
	}
	.propertyitem .propertyinner .area{
		height:40px;
	}
 .propertyitem .propertyinner .price{
		width:100%;
		margin: 0; 
		font-size: 22px;
		color: #323232;
		height:25px;
	}
	.propertyitem .price span{
		font-size:14px; color:#707070
	}
	.propertyitem .swiper-button-prev{
	 
	}
	.propertyitem .agent{
		display:block;
		width:60px;
		height:60px;
		border-radius:60px;
		background-repeat:no-repeat;
		background-size:cover;
		background-position:center 0;
		position: absolute;
		right: 5px;
		bottom: 5px;
	}
	.propertyitem .photo span.icon{
		position:absolute;
		z-index:99;
		display:block;
		margin:5px;
		float:left;
		border-radius:3px;
		font-size:11px;
		border:1px solid #ddd7c2;
		padding:3px 6px;
		color:#ffffff;
		background-color:#bba967;
	}
	.propertyitem .swiper-pagination{
		padding:3px;
	}
	.propertyitem .swiper-pagination-bullet{
		background-color:#ffffff;
		opacity:1; 
	}
	.propertyitem .swiper-pagination-bullet-active{
		background-color:#F90
	}
	.propertyitem .swiper-wrapper{
		cursor:hand;
		cursor:pointer;
	}
	.propertyitem .swiper-slide img {
        display: block;
        width: 100%;
        height: 230px;
        object-fit: cover;
	}
	
	.propertyitem .playicon{
		 left:0
	} 
	.propertyitem .detail .align-items-end{
		height:55px;
	}
	
	.propnav{
		padding:10px;
		text-align:center; 
		font-size:21px;
	}
	.propnav a{
		display:block;
		padding:5px 10px;
		color:#666666		
	}
	.propnav a.active{
		border-bottom:3px solid #baa746
	}
	.total{
		font-size:21px; 
		padding-left:10px !important
	}
	
#prop_list #list{
	clear:both;
	width: 100%;
	height: 200px;
	overflow:hidden;
}
#prop_list #list_left{
	float:left;
	width:480px;
	text-align:left;
	margin-left:10px;
}
#prop_list #list_right{
	float:left;
	width: 180px;	
	text-align:right;
}
#prop_list .bname{
	margin-right:30px
}
#prop_list .bname a{
	font-size: 25px; 
	color:#000000;
	font-weight: bold;	
}
 
#prop_list .bname a:hover{
	color: #c70000;
}
#prop_list .dist{
	font-size:17px; 
	display:table;
	margin-bottom:5px;
	color:#000000;
} 
#prop_list .dist span{
	display:table-cell; 
	padding-right:10px;
}
#prop_list .others{
	font-size:14px;
	line-height:14px;
	color:#666;
	display:table;
} 
#prop_list .others span{
	display:table-cell; 
	padding-right:10px;
}
 
#prop_list .input{
	font-size:13px;
	color:#a6a6a6
}
#prop_list .refnoheight{
	height:25px;
}
#prop_list .refno{
	font-size:12px;
	color:#a6a6a6;
	margin-top:5px;
	position:absolute;
	bottom:0;
}

#prop_list .icon div{ 
	margin-bottom:5px;
}
#prop_list .icon div img{
	width:25px;
}
#prop_list .info{ 
	margin-right:30px;
}
#prop_list .info_bold{
	font-size:15px;
	color:#666
}

.info_list_detail{
	font-size: 19px; 
}

#prop_list .btns{
	cursor:pointer;	
}
#prop_list .igallery{
	width: 180px;
	text-align:center; 
	height: 20px;
	padding-top: 6px;
	padding-left:1px
}
#prop_list .rentprice{
	font-size:21px;
	color:#fd7500
}
#prop_list .saleprice{
	font-size:21px;
	color:#cb0000
}

#prop_list .picbr{
	 
}
#prop_list .picbr a{
	display:block;
	margin-right:8px;
	width: 250px;
	height:180px;  
	overflow:hidden; 
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat
}

#prop_list .pp{
	cursor: pointer;
	margin-left: 2px;
	margin-right: 2px;	
} 
 
#prop_list .fp .detail_table {
	border: 1px solid #dfdfdf;
}

#prop_list .fp .detail_table .header{
	background-color:#666;
	color:#FFF;
	font-size:15px;
	padding:8px;
}

#prop_list .item{ 
	border-bottom:1px solid #dcdcdc;
	padding: 10px 10px 10px 0
} 
#prop_list .rightitem{
	text-align:right;
	float:right;
}
#prop_list .icon{ 
	 
}
#prop_list .pricearea{ 
	margin-top:10px;
	position: absolute;
    right: 0;
    bottom: 0;
	text-align:right;
	 
} 
#prop_list .pricearea .info_list_detail{
 
}
#prop_list .pricearea img{
	height: 30px;
	margin-top:5px;
}

#prop_list .sizearea{  
	margin-top:10px;
	color:#000000
}
#prop_list .remark{
	border-radius:3px !important;
	width:fit-content;
    max-width: 90%;
	margin-top:5px; 
	padding:2px;
	color:#fff;
	background-color:#c7b172;
	font-size:14px; 
}
.gbt{
	cursor:hand;
	cursor:pointer;
}
 
.green{
	color:#090;
	font-size: 13px;
    display: inline !important;
}

.playicon{
	display:block;
	position: absolute;
	margin-left:125px;
	margin-top:90px;
	z-index:99
}
.playicon img{   
    width: 36px;
    height: 36px; 
    transform: translate(-50%, -50%);
	opacity:0.8;
}
.unit_sqft{
	width:180px;
	color: #767676;
	font-size:13px;
}

.mortgagecal{
	display: block;
	width: 34px;
	height: 34px;
	text-align: right;
	margin-left: auto;
	background-color: #9d9d9d;
	border-radius: 50px !important;
	background-image: url(img/cal.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
}
.mortgagecal:hover{
	background-color:#baa746
}
@media (max-width: 767px) {
	.playicon{ 
		 margin-left:95px; 
	}
	#prop_list .picbr a{
		 margin-right:5px;
		width: 180px;
	 
	}
	.speciallbl{
		width:180px;
	}
	 
	
}
@media (max-width: 550px) {
	#prop_list .rightitem{
		position: absolute;
    	right: 0;
		background-color:#ffffff
	}
	#prop_list .bname{ 
		margin-bottom:5px;
	}
	
	#prop_list .item{  
		margin: 0;
		padding: 5px 0px 5px 0;
	}
	
	
#prop_list .dist span{ 
	line-height:17px; 
}
#prop_list .others{
	 
}
#prop_list .others span{
	padding-right:3px; 
}
	.playicon{ 
		margin-left:75px;
		margin-top:75px;
	}
	#prop_list .info{
		float:none;  
	}
	#prop_list .picbr a{
		margin-right:3px;
		width: 150px;
		height:150px;   
	}
	#prop_list .sizearea {  
	}
	#prop_list .pricearea img{
		 
	}
	#prop_list .pricearea{
	 
	}
	.info_list_detail{
		font-size:17px !important;
	}
	
	.speciallbl{
		width:150px;
	}
}
 
@media (max-width: 400px) { 
	#prop_list .refno{
		 
	}
	.unit_sqft{
		 
	}
	.playicon{ 
		margin-left:48px;
		margin-top:75px;
	}
	#prop_list .picbr a{ 
		width: 100px;
		height:150px;   
	}
	.speciallbl{
		width:90px;
	
	}
	.speciallbl span{
		font-size:13px;
		line-height:20px;
		margin-right:2px;
	}
}	
	
	@media (max-width: 1000px){
		 .propertyitem .prop_border{
			 margin:5px
		 }
		 .propertyitem .agent{ 
			bottom: 53px;
			width:53px;
			height:53px;
		}
	 }
	@media (max-width: 575px){
		  .propertyitem .agent{ 
				bottom: 5px;
			}
	}
 @media (max-width: 500px){
	 .propertyitem .agent{ 
			bottom: 5px;
		}
	.search-type a{
		padding: 8px 8px;
	}
	 a.btn-outline-secondary{
		 font-size:13px;
	 }
	 .total{
		 font-size:19px; 
	 }
	 
	 .flow-menu{ 
		 max-width:100% !important;  
		 margin:0px; 
		 margin-top:10px;
		 position: absolute;
		left: 0px;
		right: 0px;
	 }	 
 }
 