body {
  background-color: #fff;
  color: #343434;
 font-size: 13px;
  font-family: Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
  margin: 0;
  padding: 0;
  line-height:normal;
  font-weight: 400; 
}
a {
  color: #d10000;
  text-decoration: none;
}
a:hover {
  color: #606060;
  text-decoration: none;
}
*:focus{
	outline:none;
}
img {
    vertical-align: baseline;
} 

.container-fluid,.col{
	padding-left:0px !important;
	padding-right:0px !important;
}
.row {
	margin-left:0px !important;
	margin-right:0px !important;
}
.row>*{
	padding-left:0px !important;
	padding-right:0px !important;
}
.btn-check:checked+.btn{ 
    background-color:#baa746;
    border-color:#baa746
}

	.menu-button{
		left:0px;
		position:absolute !important;
	}
	.menu-button img{
		width:50px;
		height:50px;
		padding:10px;
	}
	.right-button{
		right:0px;
		position:absolute !important;
	}
	.right-button:hover{
		 background-color: #e5e5e5;
	}
	.right-button img{
		width:50px;
		height:50px;
		padding:10px;
	}	

.header{
	padding-top: 5px;
	padding-bottom:2px;
    background-color: #ffffff;
    text-align: center; 
    position: fixed;
    width: 100%;
	border-bottom:3px solid #baa746;
	z-index:99;
	box-shadow: 0px 0px 5px #00000080;
}
.header img{
	height:50px;
	
}
.header-type{
	display:flex;
	width:100%;
	border-top:1px solid #686868;
	border-bottom:1px solid #686868;
	justify-content: space-evenly;
	background-color:#414042; 
	
}
.header-type a{
	display: inline-block;
	text-align:center;
	color:#ffffff;
	padding:8px 0; 
}
.myfav{
	background-image:url(svg/icon_star.svg);
	background-position:5px;
	background-repeat:no-repeat;
	background-size:15px;
	padding-left:25px;
}
.top{
	position:fixed;
	width:100%;
	top:0;
	z-index:999;
	border-top:5px solid #baa746;
	background-color:#ffffff;
	border-bottom: 1px solid #d7d7d7;
	box-shadow: 0px 0px 5px #00000080;
}  
	
	.top .topmenu{
		width:100%;  
		background: linear-gradient(0deg, rgba(221,221,221,1) 0%, rgba(242,242,242,1) 100%);
		border-bottom:1px solid #cfcfcf;
	}
	.top .topmenu .inner{
		width:100%;
		max-width:1400px;
		margin:auto;
	}
	.top .toplogo{ 		
		width:100%;
		max-width:1400px;
		margin:auto;
		padding:8px 15px;
		padding-right:0
	}
	.top .toplogo .logo{ 		
		max-width:300px;
		width:100%
	}
	.top .toplogo .slogan{
		font-size:21px;
		font-weight:bold;
		color:#555555;
	}
	.top .toplogo .slogan span{
		display: block;
		height: 36px;
		line-height: 36px;
		border-left: 2px solid #555555;
		padding-left: 15px;
		margin-left: 15px;
		margin-top: 27px;
	}	
	.top .toplogo .real{
		height: 40px;
		margin-top: 25px;
		margin-left: 25px;
 
	}
	.top .topright{
		line-height:40px;
		font-size:15px;
		color:#5b5b5b;
	}
	.top .topright a{
		margin-left:5px;
		margin-right:5px;
		color:#666666
	}
	.top .btnlogin{
		padding-left:20px;
		background-image:url(svg/person-circle.svg);
		background-repeat:no-repeat;
		background-position:left;
		padding-right:15px;
	}
	 
	 .topmenu .item{
		 padding-left:12px;
		 padding-right:12px;
		 text-align:center;
	 }
	.topmenu .item span{
		display:block; 
		width:100%; 
		cursor:hand;
		cursor:pointer;
		font-size:15px;	 
		color: #343434;
		font-weight: bold;
		margin-top:9px;
	}
	.topmenu .item span a{
		color:#ffffff;
	}
	.topmenu .submenu{
		display:none;
		background-color: #414042;
		padding: 10px;
		position: absolute; 
		width: 170px;
		z-index: 9999; 
		border-radius: 0px 0px 4px 4px;
		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;
	}
	
	.topmenu .item:hover .submenu{
		display:block; 
	}
	
	.topmenu .item:hover span{ 
		 
	}
	.topmenu .submenu a{
		display:block;
		color:#ffffff;
		padding:10px; 
		text-align:left;
		font-size:15px;
	}
	.topmenu .submenu a:hover{
		color:#ffc800
	}
	.toprighticon{
		width:45px;
		margin:5px;
		margin-top:15px;
	}
	.branchsliding{
		height:34px;
		line-height:34px;
		background-color:#baa746;
		color:#ffffff;
		font-size:17px; 
		width:100%
	}
	.branchsliding a{
		color:#ffffff;
	}
.content{ 
	width:100%;
	max-width:1500px; 
	padding-left:70px;
	padding-right:80px;
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
	min-height:500px;
	padding-top:10px;
	padding-bottom:10px;
}

.content a{
	
}

.bottom{
	min-height:48px; background-color:#333; position:fixed; bottom:0; width:100%;
	padding-top:4px; padding-bottom:4px; z-index:999
}
.bottom td{
	text-align:center;
	vertical-align:middle;
	color:#ffffff !important;
	border-right:1px solid #999;
	height:37px;
}
.bottom td a{
	color:#ffffff !important;
}
.bottom svg, .bottom img{
	width:20px;
	height:20px;
	margin-right:10px;
	color:#ffffff !important;
}
.bottom .icon_div{
	display:block; 
	padding:8px;  
	height:33px;
	line-height:20px;
	margin-left:auto;
	margin-right:auto;
}
.bottom .icon_div span{
	display:block;
	float:left;
} 

.rightbar{
	width: 70px;
    min-height: 100vh;
    position: fixed;
    background-color: #ffffffed;
    z-index: 998;
    right: 0;
    top: 0; 
	box-shadow: 0 0 5px #0000007a;	 
}
.rightbar .item{
	display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
}
.rightbar .item a{
	display: block;
    width: 100%; 
	padding:6px 0;
	text-align:center; 
	margin-bottom:10px;
	color:#3b3b3b;
	line-height:16px
}
.rightbar .item a span{
	display:block;
	margin-bottom:7px
}
.rightbar .item a img{
	width:28px;
	height:28px; 
}
.rightbar .item a:hover{
	background-color:#e3e3e3
}
.rightbar .favicon{
	background-image:url(svg/suit-heart.svg);
	background-position:center;
	background-repeat:no-repeat;
	width:28px;
	height:28px;
	background-size: 100%;
    margin: auto;
}
.rightbar .redpoint{  
    color: #ff0000;
	text-align: right;
    padding-right: 4px;
	height:30px;
	font-size:11px;
}
.rightbar .redpoint img{
	width: 6px !important;
    height: 6px !important;
    margin-top: 5px;
	visibility:hidden;
}
	   
#searchModal .modal-footer{
	justify-content: center;
}
#searchModal .modal-footer button{
	width:45%
}
 .modal-footer--sticky {
  position: sticky;
  bottom: 0;
  background-color: inherit;
  z-index: 1055;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #606060;
}
 
 a.btn-outline-secondary{
	 position:relative;
	 padding-right:15px;
	 margin-right:5px;
	 color:#000000;
	 white-space:nowrap;
	 transition:none;
	 min-width:70px;
	 line-height:25px;
 }  

.btn-outline-secondary{
	border-color: #b7b7b7;
	--bs-btn-focus-shadow-rgb: none;
}
.searchresetbtn .btn-primary {
    color: #fff;
    background-color: #baa746;
    border-color: #baa746;
	--bs-btn-color: #fff;
    --bs-btn-bg: #baa746;
    --bs-btn-border-color: #baa746;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #baa746;
    --bs-btn-hover-border-color: #baa746;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #baa746;
    --bs-btn-active-border-color: #baa746;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #baa746;
    --bs-btn-disabled-border-color: #baa746;
} 
  
a.dropdown-toggle:hover,a.dropdown-toggle:focus {
    color:#000000;
    background-color: #ffffff;
    border-color: #b7b7b7;
	box-shadow:none !important
}
	#district .disttitle{
		padding:10px;
		padding-left:0px;
		display:block; 		
	}
	 
	.collapse-item{
		display:inline-block;
		width:100%;
		margin-bottom:10px;
		padding-bottom:10px;
		border-bottom:1px solid #CCC;			  
	} 	 
		   
	.district-item a{
		width: 100%;
		cursor: hand;
		cursor: pointer;
		display: inline-block;
		padding: 8px 7px;
		float: left; 
		font-size: 15px;
		color: #000000;
		border-bottom: 1px solid #d3d3d3;
	}
	.district-item a:hover{
		background-color:#f1f1f1;		
	}
	.district-item a.active{ 
		background-color:#f1f1f1; 			
		color:#ffffff !important;   
	}
	.form-check-input{
		 display:none;
	}
	   
	.otherselect{
			   padding:10px 0px;
			   display:inline-block;
			   width:100%;
	}
		   
	.otherselect label{
			   display:block;
			   margin:5px;
			   float:left;
			   width:45%
			   
	}
	.otherselect label input{
			   float:left;
			   width:22px;
			   height:22px;
	}
 input[type=checkbox]:after {
	  content: " ";
	 background-color: #baa746;
    display: inline-block;
    width: 22px;
    height: 22px;
    visibility: visible;
    color: #ffffff;
    text-align: center; 
 }

 input[type=checkbox]:checked:after {
   content: "\2714";
 }
.otherselect label span{
	display:block;
	float:left;
	margin-left:5px
}
.gf_active{
	background-image: url(svg/check.svg);
    background-position: right 5px center;
    background-size: 13px;
    background-repeat: no-repeat;
    padding-right: 24px !important;
    color: #14af02 !important;
	font-weight: bold;
    font-size: 15px;
}
.gf_active:hover{
	background-image: url(svg/close_white.svg);
    background-position: right 5px center;
    background-size: 13px;
    background-repeat: no-repeat;
    padding-right: 24px !important;
    color: #ffffff !important;
}
 
.popular_district{
	background-color:#202228;
	padding:5px 5px;
} 

.footer { 
	min-height:500px; 
	width:100%;  
	padding-bottom:10px;
	text-align:center;
}
.footer .footer_inner {   
	max-width:1400px; 
	padding:8px;
	width:100%; 
	text-align:left;
	margin:auto;
	color:#ffffff;
}
   
.footer .item{ 
	float:left;	
	font-size:14px;
	text-align:left;
	line-height:22px;
	width:13%;
	color:#ffffff;
}
.footer .branch{
	width:45%; 
}
.footer .item ul{
	list-style:none;
	margin-left:0;
	padding-left:0
}
.footer .item b{
	font-size:16px;
	margin-bottom:5px;
	color:#f7d019
}

.footer .email{
	margin-bottom:25px;
	margin-top:25px;
}
.footer .app img{
	width:100%;
	 max-width:100%;
}

.footer .app td{
	padding-right:15px;
}

.footer .visitcount,.footer .powerby{
	 
}
 
.footer a{
	color:#ffffff;
}

.footer a:hover{
	color:#FF0;
}
.footer .copyright{
	display:inline-block;
}
.footer .copyright div{
	float:left;
	margin-right:15px;
}

.bottom2{
	padding:5px 10px !important; 
}

.bottom2 .bottomsubtitle{
	margin-top:15px;
	font-size:16px;
	margin-bottom:10px;
	color:#767676
}
.bottom2 .bottomitem div{
	margin-bottom:10px; 
}
.bottom2 .bottomitem div,.bottom2 .bottomitem a{
	line-height:28px;
	font-size:16px;
	color:#333
	
}
.bottom2 .sec1 div a{
	 display:block;
	 margin-right:10px;
}
#myfav{
	color:#ffffff;
	margin-left:0;
}
#favnum,#favnum2{
	color:#f9ca46
}
a.mortgagebtn{
		color:#c59221
} 

.property_special{
	position: absolute;
    right: 20px;
	margin-top:20px;
    font-size: 14px; 
    text-align: right;
    
}
.property_special div{
	margin-bottom:3px;
	line-height:24px; 
	 width: 35px;
	 background-position:left center;
	background-repeat:no-repeat;
	background-size:24px; 
}
.property_special .bedroom{
	background-image:url(img/bed_black_24dp.svg); 
}
.property_special .bathroom{
	background-image:url(img/hot_tub_black_24dp.svg); 
}
.property_special .carpark{
	background-image:url(img/directions_car_black_24dp.svg); 
}

 	.topnav{
		padding-top:10px;
		padding-bottom:10px;
		font-size:16px;
		background-color:#efefef
	}
 	.topnav ol{
		display: flex;
		flex-wrap: wrap;
		lign-items: center;
		padding: 0;
		margin: auto;
		list-style: none;
		max-width:1400px;
		padding-left:15px;
	}
 	.topnav li a{
		color:#545454
	}
	.topnav .arrow{
		display: flex;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		margin-left: 8px;
		margin-right: 8px;
	}
	.bottomheight{
		height:40px;
	}
	.bigtitle{
		font-size:39px;
		padding:25px 0; 
		text-align:center;
		color:#4e4a3e
	}
	.img-responsive{ 
		max-width:100%;
		
	}
	a.navnoactive{
		color:#cccccc
	}
	ul.dropdown-menu{
		padding-top:0;
		padding-bottom:0;
	}

.showimportant{
	display:block !important;
}	
@media (max-width: 1400px){  
	.content{  
		padding-left:10px
	}
}
@media (max-width: 900px){  

	.content{  
		padding-left:10px; 
	}
	.topmenu .item{
		 padding-left:5px;
		 padding-right:5px;
	 }
	 .slogan{
		font-size:14px;
	}
}	
@media (max-width: 767px){
	.rightbar{
		display:none;
		top: 60px !important;
		width: 100% !important;
		box-shadow: 0px 3px 5px #6464647a  !important;
		min-height: 110px !important;
		height: 110px !important;
		padding-top: 20px !important;
	}
	.rightbar .item {
		display: flex; 
		flex-direction: row !important;
		min-height: 80px !important;
		height: 80px !important; 
	}
	.footer .branch{
		width:100% !important; 
	}
	.footer .item{
		width:30%; 
	}	
	.slogan{
		display:none;
	}
	.content{  
		padding-left:5px;
		padding-right:5px; 
	}

	.search-type{
		padding:0px
	}
	
	.btn-primary {
		font-size:14px
	}
	.btn-secondary{
		font-size:14px
	}
	.bigtitle{
		font-size:26px;
		padding:15px 0;  
	}
	.topnav ol{
		padding-left:0;
	}
	.topnav{
		padding-left:5px;
		padding-right:5px;
		border-bottom:1px solid #e9e9e9
	} 
}
@media (max-width: 500px) {
	.footer{
		 
	}
	 .footer .item{
		  
	 }
	 .footer .item b{ 
		margin-bottom:5px;
		color:#f7d019
	}
	.footer .app td{
		padding-right:5px
	}
	
}

 .closeback{
	 display:block;
	 text-align:center;
	 padding:10px;
	 font-size:15px;
	 margin:10px
 }
  .propno{
	 font-size:11px
 }