.banner {
	text-align: center;
    height: 650px;
    background-image: url(img/banner3.jpg?id=1);
    background-repeat: no-repeat;
    background-position: top -160px center;
    background-color: #3e3a39;
    background-size: cover;
}
.banner .searchbox {
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto; 
	display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
} 

.banner .searchbox .searchitem { 
	width: 100%;
	height: 160px; 
	border-radius: 10px !important;
}

.banner .searchbox .search_inner {
	width: 100%;
	display:flex;
	background-color:#ffffff
}
  
.banner .searchbox .others {
	margin-top: 15px;
	width: 100%;
}
.banner .searchbox .others td{
	width:33%
}

.banner .searchbox #rent {
	display: none;
}

.banner .searchbox .others select {
	width: 100%;
	height: 42px;
	border: 1px solid #ffffff;
	color: #404040;
	padding: 5px;
}

.banner .searchbox .search_inner .buy { 
	white-space: nowrap;
	width:10%;
}

.banner .searchbox .search_inner .rent {
	white-space: nowrap;
	width:10%;
}

.banner .searchbox .search_inner .buy a, .banner .searchbox .search_inner .rent a {
	display: block; 
	color: #585858;
	padding-left: 5px;
	padding-right: 5px; 
	line-height: 40px;
    margin: 7px;
	margin-right:0px;
}
.banner .searchbox .search_inner a{
	font-size:19px;
}
.banner .searchbox .search_inner a.active {
	color: #ffffff;
	background-color: #000000;
	border-radius: 10px !important;
}

.banner .searchbox .search_inner .bname {
	width:100%
}
.banner .searchbox .search_inner #bname {
	width:100%;
	height:54px;
	border:none;
	padding:5px 15px;
	margin-left:5px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc
}

.banner .searchbox .search_inner select {
	width: 100%;
	height: 44px;
	border: 1px solid #d7d7d7;
	color: #909090;
	font-size: 17px;
	padding: 5px;
}

.banner .searchbox .searchbtn {
	width: 15%;  
	white-space:nowrap;
	background-color: #fce235;
	text-align: center;
	vertical-align: middle;
} 
.banner .searchbox .searchbtn a{
	display:block;
	line-height:52px;
	width:100%;
	color:#000000
}
.banner .searchbox .searchbtn:hover{
	background-color: #000000; 
	transition:0.5s
}
.banner .searchbox .searchbtn:hover a{
	color:#ffffff;
}
.banner .searchbox .spacing {
	padding-right: 12px
} 
 
#findForm, #findForm1, #findForm2 {
	padding-top: 0px !important;
	margin-left:10px;
	margin-right:10px;
}

 
 .message{
		font-size: 3.4375rem; 
		color: #ffffff;  
		font: 400 !important;
		margin: 0 0 1rem;
		text-align: center;
		width: 100%;  
		text-shadow: 0px 0px 6px #0000006b;
 } 
 
 .proptypesearch{ 
	position:relative;
	 height:300px;
	 background-color:#000000;
	 margin:5px;
	 color: #ffffff;
    text-align: center; 
 }
.proptypesearch .sitem{
		font-size:13px;
		color:#ffff00
}
.proptypesearch .typename{
		font-size:35px; 
}
.proptypesearch .typedesc{
	margin-top:35px;
	font-size:13px;
}
 .proptypesearch .data{ 
	 padding:25px;
	 position:absolute;
	z-index:99;
		top:0;
		left:0;
		right:0;
		bottom:0;
		cursor:hand;
		cursor:pointer;
 }
	
.prop_r{
	position:absolute;
	z-index:1;
	width:100%;
		top:0;
		left:0;
		right:0;
		bottom:0;
	background-image:url(img/prop_r.png);
	background-size:cover;
	opacity: 0.2;
}

.prop_c{
	position:absolute;
	z-index:1;
	width:100%;
		top:0;
		left:0;
		right:0;
		bottom:0;
	background-image:url(img/prop_c.png);
	background-size:cover;
	opacity: 0.2;
}
.prop_p{
	position:absolute;
	z-index:1;
	width:100%;
		top:0;
		left:0;
		right:0;
		bottom:0;
	background-image:url(img/prop_p.png);
	background-size:cover;
	opacity: 0.2;
}
.prop_m{
	position:absolute;
	z-index:1;
	width:100%;
		top:0;
		left:0;
		right:0;
		bottom:0;
	background-image:url(img/prop_m.png);
	background-size:cover;
	opacity: 0.2;
}
.prop_i{
	position:absolute;
	z-index:1;
	width:100%;
		top:0;
		left:0;
		right:0;
		bottom:0;
	background-image:url(img/prop_i.png);
	background-size:cover;
	opacity: 0.2;
}
.prop_o{
	position:absolute;
	z-index:1;
	width:100%;
		top:0;
		left:0;
		right:0;
		bottom:0;
	background-image:url(img/prop_o.png);
	background-size:cover;
	opacity: 0.2;
}
.ourservice{
	text-align:center; font-size:3em
}
.servicedesc{
	text-align:center; font-size:1.1em
}
.ourservicediv{
	padding:50px 30px;
}
    @media(max-width:991px) {
		 .banner {  
				height: 600px;
				background-image: url(img/banner3.jpg);
				background-repeat: no-repeat;
				background-position: top 0px center;
				background-color: #3e3a39;
				background-size: cover;
		}
					  
		 
    }


	@media (max-width: 767px) { 
		 .proptypesearch{  
			 height:250px; 
		 }
 
		.ourservice{
			text-align:center; font-size:2.1em
		}
		.servicedesc{
			text-align:center; font-size:1.1em
		}

		
		.message{
				font-size: 2rem; 
		} 
		 .banner .searchbox .searchitem{
			 height:120px;
		 }
		 .banner .searchbox .searchbtn{
			 width:35%;
		 }
		 .banner .searchbox .search_inner .buy{
			 width:25%
		 }
		 .banner .searchbox .search_inner .rent {  
			 width:25%
		 }
	} 

    @media (max-width:500px) {
		.banner{
			height:450px
		} 
		.ourservicediv{
			padding:10px 10px;
		}

    }  
	
	