

@font-face {
    font-family: 'azo_sansregular';
    src:url("fonts/azosans-regular-webfont.eot");
    src:url("fonts/azosans-regular-webfont.eot") format("embedded-opentype"),
    url("fonts/azosans-regular-webfont.woff") format("woff"),
    url("fonts/azosans-regular-webfont.ttf") format("truetype"),
    url("fonts/azosans-regular-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'azo_sansbold';
    src:url("fonts/azosans-bold-webfont.eot");
    src:url("fonts/azosans-bold-webfont.eot") format("embedded-opentype"),
    url("fonts/azosans-bold-webfont.woff") format("woff"),
    url("fonts/azosans-bold-webfont.ttf") format("truetype"),
    url("fonts/azosans-bold-webfont.svg") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'azo_sansthin';
    src:url("fonts/azosans-thin-webfont.eot");
    src:url("fonts/azosans-thin-webfont.eot") format("embedded-opentype"),
    url("fonts/azosans-thin-webfont.woff") format("woff"),
    url("fonts/azosans-thin-webfont.ttf") format("truetype"),
    url("fonts/azosans-thin-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}


body{
	background-color:#fff;
	font-family: 'azo_sansregular';
}

.estate_user_settings{
	padding-top:50px;
}
/* login   */
.signup_holder button{
	display:block;
}
.signup_holder{
 border-radius: 5px;

 width: 320px !important;
 margin-bottom:80px !important;
}
.signup_holder h2{
 color:#fff;
 font-weight:600 !important;
}
.signup_holder a:hover{
 text-decoration:underline;
 color:#fff;
 font-size:12px;
}
#signup_form label
{
	color:#fff;
}
#forgot_password_status
{
			color:#fb0606;	
}
#forgot_password_status button
{
	color:#fff;	
}
#forgot_password_status button
{
	color:#fff;	
}

/****privacy policy***/

.gnb-overall-privacy-policy {
	padding-top: 20px;
}

.gnb-overall-privacy-policy p{
	margin: 0 0 10px ! important;
}

.gnb-overall-privacy-policy ul,.gnb-overall-privacy-policy li{
	list-style-type: disc;
	list-style-position: inside;
	margin: 0px 20px 5px;
}


/*Other pages*/
.estate_fav_container, .estate_container{
	max-width:1580px;
	margin:auto;
	padding-right: 50px;
  	padding-left: 50px;
}

.estate_fav_container .site_page_title span{
	font-size: 30px;
	padding-top:30px;
	display:block;
}
.fav_properties .col1.five .notice_image_wrapper{
	height:180px;
}
.fav_properties .col1.five{
	width:calc(25% - 10px);
	background-color:#f5f5f5;
}
.fav_properties .col1.five .order_description b{
	padding-bottom:10px;
	height:30px;
    overflow: hidden;
}
.fav_properties .col1 .order_description div.notice_info{
	height:auto;
}
.notice_info_holder .order_badge{
	width:100%;
}
.estate_my_load_properties .col1.five .notice_image_wrapper{
	height:180px;
}
.estate_my_load_properties .col1.five{
	width:calc(25% - 10px);
	background-color:#f5f5f5;
}
.estate_my_load_properties .col1.five .order_description b{
	padding-bottom:10px;
	height:30px;
    overflow: hidden;
}
.estate_my_load_properties .col1 .order_description div.notice_info{
	height:auto;
}

.estate_user_settings .site_page_title, .estate_user_password .site_page_title, .estate_my_properties .site_page_title{
	font-size: 30px;
	padding-top:30px;
}
.estate_my_properties .site_page_title{
	font-size: 30px;
	padding-top:30px;
	float:left;
}
.estate_my_properties .total_property_count{
	padding:30px 0px 0px 0px;
}
/*Home page start*/
.common_button{
	border-radius: 2px;
}

.city_header{
	width:100%;
	height:120px;
	border-bottom:1px solid #e5e5e5;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
	-o-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
	-ms-box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
}
.city_container{
	max-width:1580px;
	margin:auto;
	padding-right: 50px;
  	padding-left: 50px;
}
.page_container{
	max-width:1580px;
	margin:auto;
	padding-right: 50px;
  	padding-left: 50px;
}
.city_logo{
	margin-top:10px;
	height:100px;
	float:left;
	/*display: flex;
    align-items: center;*/
    vertical-align: middle;
    position:relative;
    width:250px;
}
.city_logo img{
    max-height: 100px;
    position: absolute;
    top: 0px;
    bottom: 0px;
}
.city_header_right{
	float:right;
}
.city_header_right_top{
	width:100%;
	height:50px;
}

.user_avatar {
    background-position: center center;
    background-size: cover;
    height: 40px;
    width: 40px;
    overflow: hidden;
    border-radius: 50%;
    float: left;
}

.city_login_name {
    font-size: 14px;
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 150px;
}
.city_user{
    display: inline-block;
    position: relative;
    float: right;
    margin-right: 0px;
    color:#000;
    /*height:50px;*/
}
.city_user a{
	 color:#000;
}
.city_user ul li a i{
	padding-right:10px;
	position:relative;
	top:2px;
}
.city_user .dropdown-menu{
	margin:0px;

}
.city_user .dropdown-menu > li > a{
	padding:7px 20px;
}
.city_user_yes_login{
	margin-top: 5px;
}
.city_user_no_login{
	margin-top: 15px;
}
.city_social_link{
	float:right;
	padding-right:20px;
}
.city_social_link a{
}
.city_social_link i {
    margin-right: 1px;
    font-size: 16px;
    color: #000;
    padding:15px 10px;
}

.city_drop_button{
	float:left;
	margin-left:10px;
	padding-top: 13px;
	color:#000;
}
.city_nav .navbar{
	border:0px;
	margin-bottom:0px;
	margin-top:16px;
}
.city_nav ul{
	float:right;
}
.city_nav ul li a { 
	cursor: pointer; 
	color: #000; 
	text-transform: uppercase; 
	font-size:15px;
	letter-spacing:0.5px;
	padding: 15px; 
 }
 .city_nav ul li a.hover {
 	background-color:#fff;
 }
  .city_nav ul li a:hover {
 	background-color:#fff;
 }
.city_nav .collapse{
	overflow:visible;
	display:block;
}
 
.city_nav .navbar-nav{
	float:right;
}
.city_nav ul li a{
	display:block;
}

.base_level li a{
	display:inline-block;
}
.base_level li{
	border-bottom:1px solid #F7F7F7;
	position:relative;
	padding:0px !important;
}
.base_level li:last-child{
	border-bottom:0px solid #F7F7F7;
}

.base_level.active .child_level1 li a{
	text-decoration:none !important;
	color:#727272 !important;
}

.child_level1{

	display:none;
	width:250px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.35);
		-moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.35);
		box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.35);
	background-color:#fff;
}
.child_level1 li{
	width:250px;
}

.no_properties{
	background-color:var(--main-color);
	color:var(--font-color);
	text-align:center;
	padding:15px 35px;
	margin:0px 15px;
}
.child_level1 li a{
	color:#727272;
}
.base_level li{
	list-style:none;
/*	padding:15px;*/
}
.base_level ul{
	position:absolute;
	left:0px;
	top:53px;
	z-index:9999;
	padding-left:0px;
}
.base_level:hover ul.child_level1{
	display:block;	
	color:#727272;
}
.base_level li ul{
	position:absolute;
	left:-250px;
	top:0px;
	z-index:9999;
}
.child_level2{
/*	border-top:2px solid var(--main-color);*/
	left:-250px !important;
	display:none;
	width:250px;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.35);
	box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.35);
	
}
.child_level2 li{
	color:#727272;
}
.child_level2 li a{
	color:#727272 !important;
}
.child_level2 li:hover{
	background-color:var(--main-color);
}
.child_level2 li:hover a{
	color:var(--font-color) !important;
}
.base_level li:hover ul.child_level2{
	display:block;
	color:#727272;
}
.navbar-nav li:hover ul.child_level1::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 30px;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent var(--main-color) transparent;
}
.child_level1 li:hover ul.child_level2::after{
    content: "";
    position: absolute;
    top: 15px;
    right: -16px;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
/*Additional pages drop down menu end*/



.wrapper_full{
	width:100%;
}
.wrapper_padd_50{
	padding-top:50px;
	padding-bottom:50px;
}
.wrapper_padd_40{
	padding-top:40px;
	padding-bottom:40px;
}
.wrapper_padd_30{
	padding-top:30px;
	padding-bottom:30px;
}
.wrapper_padd_20{
	padding-top:20px;
	padding-bottom:20px;
}
.wrapper_padd_22{
	padding-top:22px;
	padding-bottom:22px;
}
.wrapper_back_eee{
	background-color:#eeeeee;
}
.wrapper_back_F5F5F5{
	background-color: #F5F5F5;
}
.box_shadow_1{
	box-shadow: 0 1px rgba(0,0,0,0.07);
}
.wrapper_border_bott_1_ddd{
	border-bottom:1px solid #ddd;
}
.city_container_slider_search_adjust{
	height:100%;
	display: flex;
    align-items: center;
}
.slider_search_holder{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	
}


.page_full_width{
	width:100%;
	background-color:#f7f7f7;
} 
.page_wrap_60{
	padding:60px 0px;
}
.page_sub_title_size{
	font-size:24px;
}
.page-title-bold{
	font-weight:bold;
}
.page-title-font{
	font-family:'azo_sansthin';
	font-weight:bold;
}
.page-title-center{
	text-align:center;
}
.page-title-city{
	margin:0px;
}
.page-title-bott-10{
	padding-bottom:10px;
}
.page-title-bott-15{
	padding-bottom:15px;
}
.page-title-bott-20{
	padding-bottom:20px;
}
.page-title-bott-25{
	padding-bottom:25px;
}
.city_wrapper{
	width:100%;
}
.city_wrapper_table{
	display:table;
}
.city_wrapper_back_image{
	background-position: center center;
    background-size: cover;
}
.city_opa{
	background: rgba(23,41,131,0.95);
}
.city_wrapper_back_fff{
	background-color:#fff;
}
.city_wrapper_back_f5f5f5{
	background-color:#f5f5f5;
}
.city_wrapper_back_f1f1f1{
	background-color:#f1f1f1;
}
.city_wrapper_back_e5e5e5{
	background-color:#e5e5e5;
}
.city_wrapper_back_172983{
	background-color:#172983;
}


.city_wrapper_padd_60{
	padding:60px 0px;
}
.city_wrapper_padd_30{
	padding:30px 0px;
}
.city_wrapper_padd_20{
	padding:20px 0px;
}
.city_wrapper_padd_30{
	padding:20px 0px;
}
.city_wrapper_half{
	width:50%;
	float:left;
}
.city_wrapper_half_right{
	float:right;
}
.city_wrapper_half_in{
	width:790px;
	padding:50px;
}
.city_about{
	text-align:center;
}
.city_about h2{
	
}
.city_about p{
	font-size:16px;
	line-height:180%;
}
.city_app{
	text-align:center;
}
.page-line-height-130{
	line-height:150%;
}
.home_app_holder{
	padding-bottom:20px;
}
.qr_show_image{
	padding-bottom:35px;
}
.common_button_city{
	padding:10px 35px;
	text-transform:uppercase;
	font-size:15px;
}
.page-title-uppercase{
	text-transform:uppercase;
}
.page-title-code{
	letter-spacing:3px;	
}

.home_property_holder{
	width:100%;
	height: 280px;
	margin-top:20px;
}
.home_property_holder_image{
	width:100%;
    height: 280px;
    background-position: center center;
    background-size: cover;
    position:relative;
    border-radius:2px;
}
.home_property_holder_content{
	position: absolute;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.80);
      overflow: hidden;
      width: 100%;
      height: 0%;
      transition: .5s ease;
      
      color:#fff;
}
.home_property_holder_image:hover .home_property_holder_content {
      height: 100%;
      padding:15px;
    }
.home_property_holder_content h4{
	margin:0px;
	padding-bottom:25px;
	font-size:20px;
	line-height:150%;
}
.home_property_holder_content h3{
	margin:0px;
	padding-bottom:25px;
	font-size:28px;
}
.home_property_holder_content h5{
	margin:0px;
	padding-bottom:25px;
	font-size:24px;
}
.home_list_feat{
	width:50px;
	float:left;
}

.form-full-colmn{
	width:100%; float:left;
}

.form-two-colmn-left{
	width:50%; float:left; padding-right:5px;
}
.form-two-colmn-right{
	width:50%; float:left; padding-right:5px;
}

/*Slider start*/
.carousel-control.right, .carousel-control.left{
	background-image:none;
}
.city_slide .carousel-control{
	width:30px;
	z-index:9999;
	
	opacity:1;
	display: flex;
    align-items: center;
}
.city_slide .carousel-control span{
	width:30px;
	height:30%;
	background-color:var(--main-color);
	display: flex;
    align-items: center;
}
.city_slide .carousel-control span i{
	padding:5px;
}
.slider_image{
	width:100%;
	/*height: calc(100vh - 170px);*/
	height: 700px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.tem4_wrapper_holder{
	width:100%;
}

/*Slider end*/
.home_about{
	width:100%;
	font-size: 16px;
    line-height: 220%;
}
/*Home page end*/
/** Properties page start **/
.pro_heading{
	color:#fff;
	margin:0px;
	font-size:20px;
	text-transform:uppercase;
	line-height:100%;
	height:100%;
}
.type_round{
	width:42px;
	height:42px;
	line-height:42px;
	text-align:center;
	border-radius:50%;
	border:1px solid #733f5b;
	display:inline-block;
	float:right;
	margin-left:10px;
	color:#733f5b;
}
.type_round i{
	font-size:16px;
	position: relative;
    top: 11px;
}
.type_round:hover{
	background-color: #733f5b;
	color:#fff;
}
.active_type{
	background-color: #733f5b;
	color:#fff;
}
.page_round{
	width:42px;
	height:42px;
	line-height:42px;
	text-align:center;
	color:#733f5b;
	border-radius:50%;
	border:1px solid #733f5b;
	display:inline-block;
}
.page_left{
	float:left;
}
.page_right{
	float:right;
}
.page_icon i{
	position:relative;
	top: 13px;
    left: -1px;
}
.pagi_holder{
	text-align:center;
	padding-bottom:40px;
}
.pagi_holder a{
}
.page_list{
	margin:auto;
}
.page_active{
	background-color: #733f5b;
	color:#fff;
}
.page_round:hover{
	background-color: #733f5b;
	color:#fff;
}
/** Properties page end **/
/** Properties Grid  type view  **/
.home_grid_feat_holder{
	width:100%;
	height:30px;
}
.home_grid_feat_holder{
	text-align:center;
	padding-top:10px;
}
.home_grid_feat_holder .home_grid_feat{
	width:calc(33.3% - 4px);
	display:inline-block;
	color:#727272;
	font-size:18px;
}
.home_grid_feat i{
	padding-right:5px;
	font-size:20px;
	color:var(--main-color);
}
.template1_property_holder_grid { background: #fff; border-radius: 3px; margin-bottom: 30px; }
.template1_property_holder_grid .template1_property_header {     padding: 40px 20px;
    line-height: 22px;
    height: 100px;
    background: #fff;
    text-align: center; }
.template1_property_holder_grid .template1_property_header h3 {
	letter-spacing:0.5px; 
	font-weight: 400; 
	float: left; 
	font-size: 16px; 
	color: #727272; 
	text-transform: uppercase; 
	margin: 0; 
	width:100%; 
	white-space: nowrap; 
	text-overflow: ellipsis; 
	overflow: hidden;
}
.template1_property_holder_grid .grid_info { overflow: hidden; height:auto;    position: relative;}

.template1_property_holder_grid .grid_info .info_header{
    padding:30px 20px;
}

.template1_property_holder_grid .grid_info .grid_info_location { 
	width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #727272;
    text-transform: uppercase;
    position: relative;
    line-height: 1.6em;
  /*  max-height: 45px;
    min-height: 45px; */ 
    text-align: center;
    white-space: nowrap; 
	text-overflow: ellipsis; 
	overflow: hidden;
}

.template1_property_holder_grid .grid_info .info_header .grid_info_location i { margin-right: 10px; }


.template1_property_holder_grid .grid_info .grid_info_price { 
	text-align: center;
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: block;
    text-transform: uppercase;
    background-color:var(--main-color);
     padding: 20px 20px;
}
.template_notices_image{
	width: 100%;
	height: 240px;
	background-position: center center;
    background-size: cover;
}



/** Properties list  page filter start **/
.sear_form_holder{
	font-size:13px;
}
.form_gr_loc{
	width:15%;
	margin-right:2px;
}
.form_gr_dis{
	width:10%;
	margin-right:15px;
}
.form_gr_pro_type{
	width:14%;
	margin-right:15px;
}
.form_gr_bed_room{
	width:14%;
	margin-right:15px;
}
.form_gr_price_dummy{
	width:14%;
	margin-right:15px;
}
.form_gr_l_s{
	width:9%;
	float:left;
	padding-top: 10px;
}
.ip_box_holder{
	background-color: #fff;
	height:40px;
	border-radius:3px;
	position:relative;
	display:inline-block;
	float:left;
}
.ip_box_i{
	width:30px;
	height:40px;
	padding-left:8px;
	padding-top:13px;
	color:#9d7c8f;
	position:absolute;
}
.ip_box_i_down{
	width:30px;
	height:40px;
	padding-left:8px;
	padding-top:15px;
	color:#9d7c8f;
	position:absolute;
}
.ip_box_i_font_12 i{
	font-size:12px;
}
.ip_box_i_font_10 i{
	font-size:8px;
}
.ip_box_i_left{
	left:0px;
	z-index: 2;
}
.ip_box_i_right{
	right:0px;
	z-index: 3;
}
.ip_box_i_right_clear{
	right:0px;
	z-index: 7;
}
.ip_box_i .gnbicon-close-line{
	padding-top:20px;
}
.ip_pound{
	font-size:15px;
	font-weight:bold;
	padding-top: 9px;
}
.ip_box_drop{
	position: absolute;
    right: 10px;
    top: 15px;
    z-index: 1;
}
.ip_box_drop i{
	font-size:8px;
	color:#9d7c8f;
}
.ip_box_mar_15{
	margin-right:15px;
}
.ip_box_mar_10{
	margin-right:10px;
}
.ip_box{
	border:0px;
	border-radius:3px;
	background-color: none;
	background: none;
	width:100%;
	height:40px;
	line-height:40px;
	float:left;
	position:absolute;
	padding:0px 30px;
	outline: none !important;
	z-index:5;
}
.ip_box_div{
	border:0px;
	border-radius:3px;
	background-color: none;
	background: none;
	width:100%;
	height:40px;
	line-height:40px;
	float:left;
	position:absolute;
	padding:0px 30px;
	outline: none !important;
	z-index:5;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ip_select{
	border:0px;
	border-radius:3px;
	background-color: none;
	background: none;
	width:100%;
	height:40px;
	line-height:40px;
	float:left;
	position:absolute;
	padding:0px 30px;
	outline: none !important;
	z-index:5;
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none 
}
.ip_select::-ms-expand {
    display: none;
}
.ip_select_price{
	border:0px;
	border-radius:3px;
	background-color: none;
	background: none;
	width:100%;
	height:40px;
	line-height:40px;
	float:left;
	position:absolute;
	padding:0px 30px 0px 10px;
	outline: none !important;
	z-index:5;
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
	
	-webkit-box-shadow:0 1px rgba(0,0,0,0.05);
	-moz-box-shadow:0 1px rgba(0,0,0,0.05);
	box-shadow:0 1px rgba(0,0,0,0.05);
}
.ip_select_price::-ms-expand {
    display: none;
}
.choose_price{
	width:250px;
	position:absolute;
	top:50px;
	background-color:#f5f5f5;
	padding:20px;
	border-radius:3px;
	box-shadow:0 1px 5px rgba(0,0,0,.2);
	z-index:55;
}
.form_gr_drop_in_price{
	width:calc(50% - 7px);
}

.choose_price:after {
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid #f5f5f5;
    position: absolute;
    top: -8px;
    left: 20px;
    content: "";
    display: block;
    z-index: 100;
}
.choose_price:before {
    z-index: 100;
    border-top: 8px solid transparent;
    border-right: 8px solid #f5f5f5;
    border-left: 8px solid transparent;
    position: absolute;
    top: -8px;
    left: 4px;
    content: "";
    display: block;
}
.button_submit_right{
	float:right;
}
.button_submit{
	position: static;
    display: inline-block;
    border-radius: 30px;
    box-shadow: none;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
    border: 0px;
    font-size:14px;
}
.form_gr_button{
	float:right;
}
.form_radio{
	width:20px;
	height:20px;
	background-color: #fff;
	border:2px solid #fff;
	border-radius:50%;
}
.form_radio_active{
	background-color: #733f5b;
}
.sold_status{
	font-size:12px;
	color:#fff;
}
.rent-sale-toggle-holder{
	display: inline-block;
    width: 7%;
    height: 40px;
    float:left;
}
.rent-sale-toggle{
	float:left;
	width: 100%;
	padding-bottom: 10px;
}
.toggle-lbl{
	width: 20px;
	height: 20px;
    float: left;
	color:#fff;
	cursor:pointer;
	background-color:#fff;
	border:2px solid #fff;
	border-radius:50%;
	margin-right: 5px;
}
.rent-sale-toggle label{
	color:#fff;
	margin:0px;
	padding-top:2px;
	font-size:12px;
	letter-spacing:0.2px;
}
.toggle-lbl.active{
	background-color:#733f5b;
	color:#333;
}
.toggle-let-sold{
	width: 20px;
	height: 20px;
    float: left;
	color:#fff;
	cursor:pointer;
	background-color:#fff;
	border:2px solid #fff;
	border-radius:50%;
	margin-right: 5px;
}
.toggle-let-sold.active{
	background-color:#733f5b;
	color:#333;
}
.form_beow_holder{
	
	font-size:16px;
	float:left;
}
.form_beow_holder_1{
	width:220px;
}
.form_beow_holder_2{
	width:140px;
}
.form_beow_holder label{
	float:left;
	margin:0px;
	padding-top:10px;
	padding-right:10px;
}
.form_gr_sort_holder{
	float:left;
	position:relative;
}
.form_beow_holder .form_gr_sort{
	width:140px;
}
.form_beow_holder .form_gr_page{
	width:60px;
}

.ip_select_sort{
	-moz-box-shadow: inset 0 0 0 1px #ccc, 0 1px rgba(0,0,0,0.05);
	-webkit-box-shadow: inset 0 0 0 1px #ccc, 0 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 0 0 1px #ccc, 0 1px rgba(0,0,0,0.05);
	border:0px;
	border-radius:3px;
	background-color: none;
	background: none;
	width:100%;
	height:40px;
	line-height:40px;
	float:left;
	position:absolute;
	padding:0px 30px 0px 10px;
	outline: none !important;
	z-index:5;
	-webkit-appearance: none !important;
    -moz-appearance: none !important;
	appearance: none !important;
	
}
.ip_select_sort::-ms-expand {
    display: none;
}
/** Properties list  page filter end **/

/** Properties list  type view **/

.estate_badge {
    right: 30px;
    z-index: 2;
}
.home_list_feat_holder{
	width:100%;
	height:40px;
}
.home_list_feat_holder{
	padding-top: 10px;
    display: inline-block;
	margin:15px 0;
}
.home_list_feat_holder .home_list_feat{
	width:60px;
	display:inline-block;
	color:#727272;
	font-size:18px;
}
.home_lst_feat i{
	padding-right:5px;
	font-size:20px;
	color:var(--main-color);
}

.pro_list_holder{
	background: #fff none repeat scroll 0 0;
	padding:30px;
	width: 100%;
	margin-bottom:30px;
	border-radius: 2px;
    box-shadow: 0 1px rgba(0,0,0,0.05)
}
.pro_list_img_holder{
	width: 33.33333%;
	height:290px;
	float:left;
	padding-right:30px;
	position:relative;
}
.pro_list_img_holder_out{
	overflow:hidden;
}
.pro_list_img_holder_in{
	width: 100%;
	height:290px;
    background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
	transition:0.6s;
	overflow:hidden;
}
.pro_list_img_holder_in:hover{
	transform: scale(1.1);
}
.pro_list_center_holder{
	width: 41.66667%;
	float:left;
	padding-right:30px;
}
.pro_list_right_holder{
	width: 25%;
	float:left;
}
.template1_list_holder{
	background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    margin-bottom: 30px;
    width:100%;
}

.button_back_9d7c8f{
	background: #9d7c8f;
	border: 1px solid #9d7c8f;
}
.button_back_9d7c8f:hover{
	background: #fff;
	color: #9d7c8f;
}

.button_back_818286{
	background: #818286;
	border: 1px solid #818286;
}
.button_back_818286:hover{
	background: #fff;
	color: #818286;
}
.button_back_733f5b{
	background: #733f5b;
	border: 1px solid #733f5b;
}
.button_back_733f5b:hover{
	background: #fff;
	color: #733f5b;
}

.list_button{
	position: static;
    display: inline-block;
    border-radius: 30px;
    box-shadow: none;
    color: #fff;
    width:100%;
    text-align:center;
    padding: 0.625rem 2.5625rem;
    cursor:pointer;
}

.list_button_bott_20{
	margin-bottom: 1.25rem;
}
.template1_list_info_holder { float: left; width:calc(100% - 355px); padding:20px; height:200px; position: relative;}

.list_pro_title h3 { 
	padding-top:10px;
	font-weight: 600;
	margin: 0px; 
	font-size: 16px;
	width:100%; 
	white-space: nowrap; 
	text-overflow: ellipsis; 
	overflow: hidden;
}
.template1_property_header_list span{
}
.list_info_location { 
	float: left;
	width:100%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px; 
    padding-top:10px;
}
.list_info_price { 
	width:100%;
    font-size: 1.375rem;
    line-height: 1.75rem;
    font-weight:700;
}
.template_list_picture{
	width:355px;
	background-position: center center;
    background-size: cover;
    height:200px;
    display: inline-block;
    float: left;
}
.list_pro_des{
	font-size: 16px;
	font-weight:normal;
	padding-top:10px;
}
.pro_list_contact{
	width:100%;
	padding-top:20px;
}
.pro_list_contact h4{
	margin:0px;
	font-weight:bold;
	font-size:18px;
}
/*Filter*/
.template_filter_mobile_toggle{
	display:none;
}

.sort_property_label{
	display:none;
}

.template_filter_button i{
	padding-right:5px;
}
.template_filter_button{
	background: #000000 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 5px 10px;
    text-transform: uppercase;
    border: medium none;
}
.template_filter_holder{
		padding:10px;
	}
	.template_filter_holder .range{
		margin:10px;
	}
	.template_filter_holder .range p {
	    margin-bottom: 15px;
	}
	.template_filter_holder hr {
	    margin: 0 0 20px;
	}
	
.template_filter_holder input::-webkit-input-placeholder {
		color:#727272 !important; 
	}
	
.template_filter_holder input:-moz-placeholder { /* Firefox 18- */
		color:#727272 !important; 
	}
	
.template_filter_holder input::-moz-placeholder {  
		color:#727272 !important; 
	}
	
.template_filter_holder input:-ms-input-placeholder {  
		color:#727272 !important; 
	}
.template_search_holder .template_search_button_box{
	display: block;
    float: right;
    margin-left: 10px;
    width: 120px;
}
.template_search_button_box button{
	float: right;
}

	.properties-page .page-title { margin-bottom: 18px; }
.property-views { text-align: right; margin-bottom: 60px; }
.property-views a { font-size: 14px; background: #000; display: inline-block; border-radius: 2px; color: #fff; text-transform: uppercase; padding: 5px 10px; margin-left: 20px; }
.property-views a.active { background: var(--main-color); color: #fff; }
.property-views a i { margin-right: 10px; }

.template_filter_holder { padding: 35px 10px 35px 35px; background: #ededed; border-radius: 2px; margin-bottom:30px;}
.template_filter_holder .selectBox { outline: none; background: #fff; cursor: pointer; margin-bottom: 20px; padding: 9px  10px 9px 10px; font-size: 14px; color: #b3b3b3; text-transform: uppercase; border: 0; }
.template_filter_holder .selectBox { 
	width:calc(33.3% - 25px) !important;
	margin-right:25px;
}

.template_filter_holder .selectBox-dropdown .selectBox-label { 
	padding: 0; 
	vertical-align: middle;
	width:calc(100% - 25px)!important;
}
.template_filter_holder hr { display: block; clear: both; height: 1px; width: 100%; background: #d1d1d1; margin: 0px 0 20px; }

.template_filter_holder .range { margin-top: 20px; margin-right:20px; }
.template_filter_holder .range p { margin-bottom: 20px; font-size: 14px; color: #727272; text-transform: uppercase; }
.template_filter_holder .range p span { float: right; }
.template_filter_holder .range p input { width: 100px; background: none; border: 0; color:var(--main-color); font-size: 14px; font-weight: 700; text-align: right; }

.template_filter_holder .ui-widget-content { background: #c6c6c6; border: 0; height: 6px; }
.template_filter_holder .ui-widget-header { background:var(--main-color); height: 6px; }
.template_filter_holder .ui-state-default,
.template_filter_holder .ui-widget-content .ui-state-default,
.template_filter_holder .ui-widget-header .ui-state-default { height: 15px; width: 15px; border: 0; border-radius: 50%; background:var(--main-color); }
.template_filter_holder .ui-slider-horizontal .ui-slider-handle { top: -5px; }

/*.template_filter_holder .check-box label { text-transform: uppercase; display: block; width: 100%; margin-bottom: 20px; }
.template_filter_holder .check-box label:last-child { margin-bottom: 30px; }
.template_filter_holder .check-box label > div { margin-right: 5px; }*/

.template_filter_holder .gnbicon-sort{
	padding-left:10px;
	position:absolute;
	top:13px;
	color:#b6b6b6;
}
.template_text_full{
	width:100%;
	margin-bottom:20px;
}
.template_text_4{
	width:calc(33.3% - 25px);
	margin-bottom:20px;
	float:left;
	margin-right:24px;
}
.template_text_half_first{
	width:calc(50% - 7px);
	margin-bottom:20px;
	margin-right:5px;
	float:left;
}
.template_text_half_second{
	width:calc(50% - 5px);
	margin-bottom:20px;
	margin-left:5px;
	float:left;
}
.template_filter_area_full{
	width:100%;
	text-align:center;
	margin-top:30px;
}
.template_filter_area_need{
	width:120px;
	float:left;
	/*display:none;*/
}

.template_search_text{
	 outline: none; background: #fff; 
	 cursor: pointer; 
	 padding: 10px  10px 10px 10px;
	 font-size: 13px; 
	 color: #727272; text-transform: uppercase; border: 0;   
	 -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
	 -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
     -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
     box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
}
.template_search_button{
	 text-transform: uppercase; 
	 padding: 10px 18px; 
	 background:var(--main-color);
	 border-radius: 4px; 
	 color: #fff; 
	 font-size: 14px; 
	 /*font-weight: 600; */
	 border:none;
	 letter-spacing:0.5px;
}

/* Dropdown control */
.selectBox-dropdown {
    /*min-width: 150px;*/
    position: relative;
    border: solid 1px #BBB;
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    color: #000;
    outline: none;
    vertical-align: middle;
    background: #F2F2F2;
    background: -moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    cursor: default;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #666;
}

.selectBox-dropdown.selectBox-menuShowing {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#sear-form .selectBox-dropdown .selectBox-label{
	display:initial;
}

#sear-form  .gnbicon-sort{
	float:right;
}
#sear-form  .prop_rent_lbl,
#sear-form  .prop_sale_lbl{
	font-size:18px;
}

#sear-form  .prop_rent_lbl input,
#sear-form  .prop_sale_lbl input{
	margin-right:5px;
}

.selectBox-dropdown .selectBox-label {
    padding: 2px 8px;
     display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 100%;
    border-left: solid 1px #BBB;
}


/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    border: solid 0 #BBB; /* should be the same border width as .selectBox-dropdown */
    background: #FFF;
    -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .2);

    box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* Inline control */
.selectBox-inline {
   /* min-width: 150px;*/
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}

.selectBox-inline:focus {
    border-color: #666;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

.selectBox-options LI A {
    line-height: 1.5;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
    font-size: 14px;
    color: #727272;
}

.selectBox-options LI.selectBox-hover A {
    background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
    background-color: var(--main-color);
    color: #fff;
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}

/* Search Area */
.template1_search_check_box_holder{
	height: 50px;
/*    width: 100%;*/
    font-size:14px;
    line-height: 180%;
    margin-right: 25px;
    width: calc(33% - 25px);
    float:left;
    margin-bottom:10px;
}
.template1_search_check_box_holder label{
	width:100%;
}
.template1_search_check_box_holder input[type="checkbox"] {
  display: none;
}
.template1_search_check_box_holder .template1_ck_tick {
  display: inline-block;
  background-color: #fff;
  cursor: pointer;
  border-radius:2px;
  height:25px;
  width:25px;
  text-align:center;
  line-height:20px;
  font-size:14px;
  color:#fff;
  float: left;
  margin-right: 15px;
}
.template1_search_check_box_holder i{
	color: #fff;
    left: 1px;
    position: relative;
    top: 5px;
}
.template1_search_check_box_holder input[type="checkbox"]:checked+.template1_ck_tick{
  background-color: var(--main-color);
}


/*Detail page start*/

.hmo_full_holder ul li.active{
	background-color: var(--main-color);
	padding:10px;
	
}

.page-wrap-city-wrapper{
	background-color:#f7f7f7;
}
.template1_property_feature_area{ 
	background-color:#fff;
	padding:20px;
}	
.template1_property_feature_area{ 
	background-color:#fff;
	padding:20px;
}


.template1_property_feature_area { margin-bottom: 30px; margin-top:30px; }
.template1_property_feature_area .prop-price { overflow: hidden; margin-bottom: 22px; }
.template1_property_feature_area .prop-price .price { color: #000; font-size:30px; font-weight:700; line-height: 39px;font-family: inherit; }
.template1_property_feature_area .prop-features { margin-bottom: 15px; overflow: hidden; width:25%; float:left;}
.template1_property_feature_area .prop-features span { display: block; font-size: 14px; color: #727272; text-transform: uppercase; }
.template1_property_feature_area .prop-features span:last-child { margin: 0; }
.template1_property_feature_area .prop-features span i { margin-right: 10px; }
.template1_property_feature_area .prop-features.prop-before span { float: none; width: 100%; }

.template1_property_feature_area > ul { overflow: hidden; }
.template1_property_feature_area > ul li { 
	font-weight: 300; 
	color: #727272; 
	text-transform: uppercase; 
	margin-bottom: 15px; 
	width: 25%; 
	float: left; 
}
/*.template1_property_feature_area > ul li i{
	color:#fff;
	background-color:var(--main-color);
	font-size:9px;
	border-radius:50%;
	height:14px;
	line-height:14px;
	width:14px;
	text-align:center;
	position:relative;
	top:-2px;
	margin-right:10px;
}*/
.template1_property_feature_area ul{
	margin-top:20px;
	padding:0px;
	list-style:none;
}
.featuresinfolist{
	width:120px;
	float:left;
	height:120px;
}
.feature-icon{
	text-align:center;
	height:60px;
	width:60px;
	margin:auto;
		border-radius:50%;
		position:relative;
		border:1px solid #eee;
		margin-bottom:10px;
}	
.feature-icon i{
	color: #323a45;
    font-size: 25px;
    line-height:60px;
    color:#727272;
    /*padding-top:20px;*/
}
.feature-icon i:before{
	line-height:60px;
}
.feature-info{
	text-align:center;
}

.template1_property_feature_area > ul li:last-child { margin: 0; }
.template1_property_feature_area .prop-features .template_place_detail{ padding-left: 0px;}
.template1_property_feature_area .prop-features .template_place_detail i{ font-size:14px;}

.template1_notice_description{
	padding:20px;
	background-color:#fff;
	margin-top:30px;
}
.template1_property_interaction{
	padding:10px;
	background-color:#fff;
	margin-bottom:30px;
	display:table;
	width:100%;
}
.template1_detail_heading_bottom {
    padding-bottom: 10px;
}
.estate_admin_all_images{
	background: #fff none repeat scroll 0 0;
	display: table;
    height: auto;
    padding: 0px 0px 10px 0px;
    width: 100%;
}
.template1_detail_location{
	padding-top:10px;
	padding-bottom:15px;
	font-size:15px;
}
.template1_detail_location i{
	padding-right:5px;
	font-size:16px;
}
.template1_property_interaction .template1_detail_heading h4,
.enquiry-wpr .template1_detail_heading h1,
.template1_property_interaction .related_results .column_subhead_title,
.cnt-agt-cht-title h3,
#report_holder .template1_detail_heading h1{
	 color: #727272;
	 font-size: 18px;
	 margin: 0px;
	 text-transform: uppercase;
	 border-bottom: 1px solid #c0c6ce;padding-bottom: 7px;
	 font-weight: 400;
	 letter-spacing: 0.6px;
}
.key-legend div {
    background: var(--main-color) none repeat scroll 0 0;
    border-radius: 0px 0px 0px 0px;
}
/*==============================
	WIDGET DESIGN COMMON STYLE
================================*/
.contact-agent-chat,
.template1_property_interaction,
.enquiry-wpr,
#report_holder{
	width: 100%;
    background-color: #fff;
    padding: 10px 20px;
    margin-bottom:20px;
    border:unset;
}
/*Detail page end*/

/*Contact page start*/

.map_container{
	width:100%;
}
.add_holder_border{
	border-right:1px solid #aaa;
}

.city_contact{
	padding:10px;
}
.city_contact h3 {
	text-align:center;
	padding-top:10px;
	color:#022a3b;
}
.city_contact p{
	text-align:center;
	color:#022a3b;
	padding-top:20px;
	margin-bottom:0px;
	line-height:180%;
	font-size:18px;
} 
.city_contact p a{
	color:#022a3b;
}
.city_contact p a:hover{
	color:#616161;
}
.city_contact p:hover{
	color:#616161;
}
.icon_tot{
	position:relative;
	width: 136px;
    height: 136px;
    overflow:hidden;
    margin:auto;
}
.ciy_icon{
	text-align: center;
    font-size: 3.8em;
    padding: 30px;
    color: #616161;
    background: #eaeaea;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: auto;
    position:absolute;
    top:0px;
    transition:background 0.1s ease-in;
}
.ciy_icon i{
	position:relative;
	top:10px;
}
.ciy_icon_hov{
	text-align: center;
    font-size: 3.8em;
    padding: 30px;
    margin: auto;
    background-position: center;
	position:absolute;
	transition: .4s ease;
	top:130px;
    width: 130px;
    height: 130px;
}
.city_contact:hover .ciy_icon_hov{
	top:10px;
}
.city_contact:hover .ciy_icon{
	background-color: #fff;
	border:3px solid #eaeaea;
	overflow:hidden;
	transition: 0.4s ease;
}
.city_contact:hover .ciy_icon i{
	display:none;
}
.city_border{
	border-right:2px solid #ededed;
	border-left:2px solid #ededed;
}
/*Contact page end*/


/*footer START*/

.foot_menu{
	text-align:center;
}
.foot_menu ul{
	margin:0px;
	padding:0px;
}
.foot_menu ul li{
	display:inline-block;
}
.foot_menu ul li a{
	color: #aeaeae;
	padding:10px;
}

.footer-2-holder p{
	text-align:center !important;
	color:#aeaeae;
}
.footer-2-holder p a{
	color:#fff;
}
.para_mar_0{
	margin:0px;
}
/*footer END*/

#report_holder .back_tenent_list, #report_detail_view .back_tenent_list, #response_detail_holder .back_to_inbox, #response_detail_holder .message_subject_holder{
	padding:15px 0px;
}

@media (max-width:1800px){
	.city_wrapper_half_in{
		width:100%;
	}
}


@media (max-width:1300px){
	.pro_list_img_holder{
		height:256px;
	}
	.pro_list_img_holder_in{
		height:256px;
	}
}
@media (max-width:1200px){
	.city_container{
		padding-right: 30px;
	  	padding-left: 30px;
	}
	.page_container{
		padding-right: 30px;
	  	padding-left: 30px;
	}
	.estate_fav_container, .estate_container{
		padding-right: 30px;
	  	padding-left: 30px;
	}
	.fav_properties .col1.five{
		width:calc(33.3% - 10px);
	}
	.estate_my_load_properties .col1.five{
		width:calc(33.3% - 10px);
	}
	
	/*List page filter seaction start*/
	.rent-sale-toggle-holder{
		width:100%;
	}
	.rent-sale-toggle {
	    width: 80px;
	}
	.form_gr_l_s {
    	width: 16%;
	}
	/*List page filter seaction end*/
}


@media (max-width:1100px){
	
	.city_nav .collapse{
		display:none;
	}
	.city_nav .navbar-nav ul{
		width:100%;
	}
	.city_nav .collapse.in{
		display:block;
	}
	.city_nav .navbar-toggle{
		display:block;
		margin-right:0px;
	}
	.city_nav .navbar-toggle span{
		color:#000;
	}
	.city_nav .navbar-toggle .icon-bar{
		background-color:var(--main-color);
	}
	
	.city_nav .navbar {
	    position: absolute;
	    top: 100px;
	    left: 0;
	    background: #fff;
	    width: 100%;
	    z-index: 99999999;
	    border-radius:0px;
	    border:0px;
	}
	
	.navbar-nav > li{
		width:100%;
	}
	.city_nav .navbar-nav-ul{
		width: 100%;
	}
	
	.city_nav .dropdown-menu{
		padding-left: 15px;
	    
	    display:block;
	    display: block;
	    position: relative;
	    border: none;
	    box-shadow: none;
	    float: left;
	    background:transparent
	}
	
	.city_nav ul li a{
		font-size:14px;
		color:rgb(116, 119, 124);
		text-transform:uppercase;
	}
	.city_nav ul li a:hover{
		color: #333 !important;
	}
	
	.city_nav .navbar-nav{
		float:left;
	}
	
	.city_nav .dropdown-menu li{
		border-left: 1px solid rgba(0, 0, 0, 0.08);
	}
	.city_nav .dropdown-menu li:hover{
		border-left:3px solid #272980;
	}
	
	#mobile-menu{
		background-color:#fff;
		box-shadow: 2px 5px 5px rgba(0,0,0,0.5);
	}
	#mobile-menu .navbar-nav li:hover a{
		background:transparent;
	}
	.city_nav .navbar-nav-ul li{
		width: 100%;
		border-top: 1px solid #EDEDED;
	}
	.base_level ul{
		padding-left:20px;
		
	}
	.base_level li{
		border-bottom:0px;
	/*	padding:10px !important;*/
	}
	.child_level1{
		display:block;
		box-shadow:none;
		border-top:0px;
		padding-left:30px;
		
	}
	.child_level2{
		display:block;
		border-top:0px;
		left:0px !important;
		box-shadow:none;
	/*	padding-top:20px*/
	}
	.child_level1 li{
		border-left:1px solid #dedede;
		width:100%;
	/*	border-left:1px solid rgba(0, 0, 0, 0.08);*/
	}
	.child_level1 li:hover{
		border-left:3px solid var(--main-color);
	}
	.child_level2 li{
		width:100%;
	}
	.base_level ul{
		position:relative;
		top:0px;
	}
	.navbar-nav li:hover ul.child_level1::after {
	    border-style: none;
	}
	.child_level1 li:hover ul.child_level2::after{
	    border-style: none;
	}
	.child_level1 li:hover{
		background-color:#fff;
	}
	.child_level1 li:hover a{
		color:#727272 !important;
	}
	
	.base_level.active .child_level1 li:hover{
		background-color:#fff;
	}
	.base_level.active .child_level1 li:hover a{
		color:#727272 !important;
	}
	.base_level li ul{
		position:relative;
	}
	.city_nav .nav > li > a{
		padding:10px !important;
	}
	/*.city_nav li a{
		padding:10px 15px !important;
	}*/
}

@media (max-width:1024px){
	.site_page_header{
		width:100% !important;
	}
	.short_page{
		width:100% !important;
	}
	.valuation_container{
		width:100% !important;
	}
	.pro_list_img_holder{
		width:100%;
		padding-right: 0px;
		height:550px;
	}
	.pro_list_img_holder_in{
		height:550px;
	}
	.pro_list_center_holder{
		width:100%;
		padding-right: 0px;
		padding-top:20px;
	}
	.pro_list_right_holder{
		width:100%;
		padding-top:20px;
	}
	/*List page filter seaction start*/
	.form_gr_loc, .form_gr_dis, .form_gr_pro_type, .form_gr_price_dummy, .form_gr_bed_room, .button_submit_res, .form_gr_l_s{
	    width: 100%;
	    margin-bottom: 15px;
	}

	/*List page filter seaction end*/
}	
	
@media (max-width:992px){
	.city_border{
		border-right: 0px solid #ededed;
    	border-left: 0px solid #ededed;
	}
	.fav_properties .col1.five{
		width:calc(50% - 20px);
	}
	.estate_my_load_properties .col1.five{
		width:calc(33.3% - 10px);
	}
	.template_text_4{
		 width: calc(50% - 25px);
	}
	.template_filter_holder .selectBox{
		width: calc(50% - 25px) !important; 
	}
	.template1_search_check_box_holder{
		width: calc(50% - 25px) !important; 
	}
	
	
	
	.city_social_link{
		display:none;
	}
	.content_res{
		padding-bottom:30px;
	}
	.footer-menus-res{
		padding-bottom:15px;
	}
	.city_container{
		padding-right: 15px;
	  	padding-left: 15px;
	}
	.page_container{
		padding-right: 15px;
	  	padding-left: 15px;
	}
	.estate_fav_container, .estate_container{
		padding-right: 15px;
	  	padding-left: 15px;
	}
	.city_wrapper_half{
		width:100%;
	}
	.city_wrapper_half_in{
		padding:50px 15px;
	}
	.slider_search{
		margin-left:30px;
	}
	.slider_image{
		height:500px;
	}
}
@media (max-width:990px){
	.template_list_picture{
		width:50%;
	}
	.template1_list_info_holder{
		width:50%;
	}
	
}
@media (max-width:768px){
	.pro_list_img_holder{
		height:350px;
	}
	.pro_list_img_holder_in{
		height:350px;
	}
	.city_nav .navbar-nav{
		margin:0px;
	}
	.city_login_name, .city_drop_button{
		display:none;
	}
	.login_menu .login_name{
		display:none;
	}
	.city_user_no_login{
		margin-top:25px;
	}
}
@media (max-width:600px){
	.form_beow_holder{
		margin-bottom:30px;
	}
	.pro_list_img_holder{
		height:260px;
	}
	.pro_list_img_holder_in{
		height:260px;
	}
	.pro_list_holder {
	    padding: 20px;
	    margin-bottom: 20px;
	}
	.fav_properties .col1.five{
		width:100%;
	}
	.estate_my_load_properties .col1.five{
		width:100%;
	}
}
@media (max-width:520px){
	.valuation_content {
    	padding: 30px 5px !important;
	}
	.city_nav .navbar{
		top:70px;
	}
	.template1_list_info_holder{
		width:100%; 
		height: 150px;
	}
	.template_list_picture{
		width:100%;
	}
	.city_nav .navbar-toggle{
		margin-right:10px;
		margin-top:15px;
		margin-bottom:0px;
	}
	.city_logo{
		height:50px;
		margin-top: 10px;
		width:calc(100% - 100px);
	}
	.city_header{
		height:70px;
	}
	.city_header_right{
		width:100px;
	}
	.city_user{
		width:auto;
	}
	.city_header_right_top{
		width:auto;
		float:right;
	}
	.user_avatar{
		margin-top:10px;
	}
	.city_user_no_login i{
		float:right;
	}
	
	.slider_search{
		width:calc(100% - 40px) !important;
		margin:0px 20px;
	}
	.slider_image{
		height:400px;
	}
	.city_logo img{
		max-height:50px;
	}
}
@media (max-width:480px){
	.pro_list_img_holder{
		height:200px;
	}
	.pro_list_img_holder_in{
		height:200px;
	}
}
@media (max-width:360px){
	.slider_search_holder{
		display:none;
	}
}
	