body {
	color:#0C0C0C !important;
}
footer{
	border-top:0px !important;
}
.avi_date{
    padding: 8px 25px 0px 25px;
    height:30px;
    line-height:20px;
    position:relative;
}
.avi_date_all{
	display:none;
	position:absolute;
	top:30px;
	left:25px;
	background-color: #f5f5f5;
	padding:5px 10px;
	width:calc(100% - 50px);
	box-shadow: 0 1px 5px rgba(0,0,0,.2);
	z-index:44444;
	border-radius:3px;
}
.show_price_butt{
	background-color:var(--main-color);
	color:#fff;
	padding:5px 15px;
	border-radius:3px;
}
.tem4_wrapper_bottom_50{
	margin-bottom:50px;
}
.tem4_bottom_wrap{
	padding-bottom:60px;
}
.tem4_bottom_wrap_notices{
	margin-bottom:60px;
}
.estate_wrapper_page_additional .site_page_header, .estate_wrapper_page_additional .simplelink{
    display:none;
}
.estate_wrapper_page_additional .estate_plugin_page{
	width:100%;
}

.estate_badge1{
	z-index:998;
	top:0px;
	width:100%;
	color:#fff;
	position: absolute;
    padding: 5px;
    text-align:center;
    font-size: 16px;
    text-transform: uppercase;
   
}
.estate_badge{
	background-color:var(--main-color);
	z-index:999 !important;
	top:auto;
	right:auto;
}
.estate_badge_detail
{
	background-color:var(--main-color);
	top:5px;
	left:5px;
	border-radius:3px;
	
}
.map{
	background-color:#fff;	
	padding:15px;
}
.home_pro_strip{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color:var(--main-color);
    color: #FFF;
    padding: 5px 8px;
    z-index:9999;
}
.tem_wrapper_holder{
	background-color:#fff;
}
.tem_wrapper{
	width:100%;
	display:table;
} 
.tem_wrapper_bot_50{
	padding-bottom:50px;
}
.home_property_tem4_white{
	background-color:#fff;
}
.home_social_holder{
	width:100%;
	text-align:center;
	display:table;
	padding:10px 10px;
}


/* Home social media with animations */
.home_social_icon{
	width:100px;
	height:100px;
	display:inline-block;
	margin:10px ;
}
.fill_icon{
	font-size:2em;
	position:absolute;
	left: 33px;
	top: 33px;
}
.socialicon:hover .fill_icon{
	-webkit-animation:fill 2s infinite;
	-moz-animation:fill 2s infinite;
	animation:fill 2s infinite;	
}
.socialicon{
	width:100px;
	height:100px;
	border-radius:50%;
	overflow:hidden;
	background:#e4e4e4;
	position:relative;
	float:left;
	margin:0px 0px 10px 10px ;
} 
.socialiconcircle1{
	width:100px;
	height:100px;
	position:absolute;
	left:0px;
	top:100px;
	-webkit-animation:fill 2s infinite;
	-moz-animation:fill 2s infinite;
	animation:fill 2s infinite;	
}
.socialiconcircle2{
	width:94px;
	height:94px;
	border-radius:50%;
	background:#fff;
	position:absolute;
	left:3px;
	top:3px;
}
/* fill color */  
.socialicon:hover .twitter_back_color{background:#00aced;}
.socialicon:hover .facebook_back_color{background:#3b5998;} 
.socialicon:hover .linkedin_back_color{background:#007bb6;}  
.socialicon:hover .instagram_back_color{background:#bc2a8d;} 
.socialicon:hover .googleplus_back_color{background:#dd4b39;} 
.socialicon:hover .pinterest_back_color{background:#cb2027;} 
/* icons color */  
.twitter_icon_color{color:#00aced !important;}
.facebook_icon_color{color:#3b5998 !important;} 
.linkedin_icon_color{color:#007bb6 !important;}
.instagram_icon_color{color:#bc2a8d !important;}
.googleplus_icon_color{color:#dd4b39 !important;} 
.pinterest_icon_color{color:#cb2027 !important;}
/* fill background */      
@-webkit-keyframes fill{
	0%{top:100px;}
	100%{top:0px;}
}

@-moz-keyframes fill{
	0%{top:100px;}
	100%{top:0px;}
}

@keyframes fill{
	0%{top:100px;}
	100%{top:0px;}
}

/* jump social icons */
@-webkit-keyframes iconjump{
	0%{top:33px;}
	10%{top:70px;}
	20%{top:33px;}
	50%{top:33px;}
	90%{top:33px;} 
	100%{top:33px;}
}

@-moz-keyframes iconjump{
	0%{top:33px;}
	10%{top:70px;}
	20%{top:33px;}
	50%{top:33px;}
	90%{top:33px;} 
	100%{top:33px;}
}

@keyframes iconjump{
	0%{top:33px;}
	10%{top:70px;}
	20%{top:33px;}
	50%{top:33px;}
	90%{top:33px;} 
	100%{top:33px;}
}



/*Additional pages drop down start*/
.base_level{
	position:relative;
}
.base_level li a{
	display:inline-block;
}
.child_level1 li:hover{
	background-color:var(--main-color);
	color:var(--font-color);
}
.child_level1 li a:hover{
	color: #fff !important;
}

.child_level1{
	display:none;
	width:170px;
	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_level1 li{
	width:170px;
	/*border-bottom:1px solid var(--font-color);*/
		
}
.child_level1 li a{
	width:170px;
    line-height: 22px !important;
    font-size: 14px !important;
    text-transform: none !important;
}
.base_level ul{
	position:absolute;
	left:0px;
	top:30px;
	z-index:9999;
}
.base_level:hover ul.child_level1{
	display:block;	
}
.base_level li ul{
	position:absolute;
	left:-170px;
	top:0px;
	z-index:9999;
}
.child_level2{
	display:none;
	width:170px;
	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);
	
}
.base_level li:hover{}
.base_level li:hover ul.child_level2{
	display:block;
}


/* room offer style*/
.prop-list-cnt{
	padding:10px 25px 5px 25px;
}
.offer-button{ float:right;}
.offer-button a { 
	padding:5px 12px;
	background-color:green;
	color:#fff;
}

/*Additional pages drop down end*/

.table-condensed{
	color:#999999 !important;
}
.no_properties{
	margin-left:15px;
	/*background-color:#0C0C0C;*/
	background-color:var(--main-color);
	padding:15px;
	text-align:center;
	color:var(--font-color);
}
.tem4_list_search_open_button i{
	display:none;
	color:var(--font-color);
}
.tem4_list_search_open_button b{
	color:var(--font-color);
}
.tem4_list_search_holder{
	width:25%;
	float:left;
}
.tem4_list_holder{
	width:75%;
	float:right;
}
.tem4_list_page_list{
	width:calc(33.3% - 15px);
	float:left;
	margin-left:15px;
	margin-bottom:15px;
}
.valuation_submit{
	padding-left:15px !important;
}
.home_list_feat_holder{
	height:60px;
	/*background-color:#fff;*/
}
#searchResults #results .resultProp footer{
	border-top:1px solid var(--main-color);
}
#homepage .featured .featuredProp footer{
	border-top:1px solid var(--main-color) !important;
	background-color: var(--main-color);
}
.home_list_feat{
	width:33.3%;
	text-align:center;
	color:#fff;
	float:left;
}
.home_list_feat i{
	padding-right:3px;
	position:relative;
	top:-2px;
	font-size: 20px;
}
.tem4_full_width_container{
	max-width:100%;
}
.carousel-control {
	background: none;
	height: 40px;
	margin: auto;
	width: 40px;
}
.carousel-control.left {
	left: 15px;
	background: none;
}
.carousel-control.right {
	right: 15px;
	background: none;
}
.carousel-control span{
	opacity:0.5;
}
#myCarousel{
	/*border-bottom: 10px solid #fcbe7b;*/
	border-bottom: 10px solid var(--main-color);
}
.carousel-caption{
  padding-bottom:100px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.home_slider_caption h1{
	/*background-color: rgba(0, 0, 0, 0.8);*/

    /*color: white;*/
    color:var(--font-color);
    /*opacity: 0.8;*/
    display: inline-block;
    font-size: 45px;
    font-weight: 400;
    line-height: 50px;
    padding: 20px;
}
.tem4_wrapper_slider{
	position:absolute;
	bottom:100px;
}


.filter_attribute_value .datepicker{
	border-radius:0px;
}
.tem4_container{
	width: 1170px;
	margin:auto;
}
.tem4_header{
	height:120px;
	width:100%;
	background-color: #fff;
}
.tem4_header_top_strip{
	background-color: var(--main-color);
	height:50px;
}
.tem4_header_phone{
	width:auto;
	float:left;
	height:50px;
	line-height:50px;
	font-size:18px;
}
.tem4_header_phone a{
	color: #fff;
}
.tem4_header_social{
	width:auto;
	float:right;
	height:50px;
	line-height:50px;
}
.tem4_header_social a i{
	font-size:16px;
	padding-left:20px;
	color: #fff;
	line-height:50px;
}

.tem4_estate_logo{
	float:left;
	height:100px;
	width:200px;
	vertical-align:middle;
	position:relative;
	margin-top:10px;
}
.tem4_estate_logo img{
	max-width:100%;
	max-height:100%;
	position:absolute;
    top:0;
    bottom:0;
    margin:auto;
}
.tem4_estate_company_name{
	color: #f89021;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 500;
    height: 30px;
    margin-top: 70px;
    width: auto;
    text-transform: uppercase;
    margin-left:20px;
}

.tem4_right{
	float:right;
	width:auto;
	position:relative;
}
.thm4_head_menu{
	padding-top:50px;
	width:100%;
	float:right;
	text-align:center;
	cursor:pointer;
}
.thm4_head_menu i{
	color:#0C0C0C;
	font-size:20px;
}
.thm4_head_menu small{
	color:#F89021;
}
.thm4_head_menu2{
	display:none;
}

.tem4_header_login{
	float:right;
	/*height:50px;*/
	margin-top:50px;
	width:auto;
	padding-right:15px;
}
.tem4_header_login a{
	font-size:15px;
}
.tem4_header_login .login_menu{
	color: #0C0C0C;
	font-weight:300;
	font-size:15px;
	text-transform:uppercase;
} 
.tem4_header_login span{
	color: #fcbe7b;
}

.tem4_detail_left{
	width:calc(100% - 370px);
	float:left;
}
.tem4_detail_right{
	width:350px;
	margin-left:20px;
	float:right;
}
.description_in_left{
	width:180px;
	float:left;
}
.description_in_right{
	width:calc(100% - 200px);
	float:left;
}
.tem4-feat-detal{
	color:var(--main-color);
}
.tem4-feat-detal i{
	padding-right:3px;
}
/*.tem4-feat-detail-list ul li{
	color:var(--button-color);
}*/
.slide_holder{
	width:100%;
	position:relative;
}
.tem4_row{
	width:100%;
}
.tem4_bg_padd{
	padding:15px;
}
.tem4_bg_bottom{
	margin-bottom:20px;
}

.tem4_notices_image{
	width: 100%;
	height: 189px;
	background-position: center center;
    background-size: cover;
}
.tem4_headings_home{
	
}
.tem4_headings_home h2{
	padding-bottom:10px;
    text-align:left;
    width:100%;
    /*color: white;*/
    color:var(--main-color);
    font-size: 20px;
    font-weight: 600;
    margin:0px
}

.tem4_home_left{
	width:48%;
	margin-right:40px;
	margin-bottom:50px;
	float:left;
}

.tem4_home_left:nth-child(2) {
	margin-right:0px;
}


.tem4_home_left p{
	padding-bottom:20px;
	color:#0c0c0c;
}

.tem4_home_right{
	width:100%;
	float:left;
}
.tem4_wrapper{
	width:100%;
}
.tem4_wrapper_holder{
	padding:50px 0px;
	display:table;
}
.tem4_wrapper_holder_home{
	padding-top:50px;
	display:table;
	width:100%;
}
.tem4_app_mar_bott{
	margin-bottom:50px;
}
.tem4_wrapper_back_5C5353{
	background-color:#e3e3e3;
	display:table;
}
.tem4_bg_black{
	/*background-color:#0C0C0C;*/
	background-color:#fff;
}

.sm-full-tem4{
	width:100%;
	font-size:14px;
	text-align:justify;
	line-height:180%;
	margin-left: 0px !important;
	color:#0C0C0C;
}


.other_buttons_direction a{
	width: calc(50% - 1px);
    border-radius: 0px;
    background-color: var(--main-color);
}

.map_right_button {
    float: right;
}

.social{ text-align:left;}
.social span.title{ display:none;}

.property_location,.static_map_holder{
	height:213px;
	background-color: #0c0c0c;
	background-size:cover;
	background-position:center center;
    /*margin: 0 0 25px;
    padding: 25px;*/
}

#freeValuation{
	background-image: url('images/freeValuation.jpg');
}
	
.searchForm input[type="text"], .searchForm select {
	background-color:#FFF;
    /*background-color: white !important;*/
    border: 1px solid #CCC !important;;
    color:#000;
    /*color: #333 !important;*/
    font-family: "Karla",sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: 32px;
    letter-spacing: 0;
   /* line-height: 32px;*/
    margin: 14px 0 0;
    text-indent: 8px;
    width: 100%;
}

.prop_searchForm input[type="text"], .prop_searchForm select {
	background-color:#FFF;
    /*background-color: white !important;*/
    border: 1px solid #CCC;
    /*color: #333 !important;*/
    color:#000;
    font-family: "Karla",sans-serif;
    font-size: 13px;
    font-weight: 400;
    height: 32px;
    letter-spacing: 0;
   
   /* margin: 14px 0 0;*/
    text-indent: 8px;
margin-bottom:15px;
}	
.prop_searchForm select {
	    width: 100%;
	    
}
.temp4-half-sear{
	width:calc(50% - 5px);
	float:left;
}
.temp4-half-sear-space{
	margin-right:10px;
}
.template_search_text{
	width: 100%;
}

.thm4_header_menu_holder{
	width:50px;
	padding-top:5px;
}
.searchForm i:before{
	font-size:36px !important;
	line-height:75px !important;
}

.royalSlider{
	width:100% !important;
	max-width:100% !important;
}

.tem4_user{
	min-width:50px;
	max-width:225px;
	float:left;
	margin-right:15px;
	position:relative;
	padding-top:40px;
}
.tem4_user .login_menu{
	padding:15px 0px 0px 0px;
	display:block;
	color:#f89021;
} 
.tem4_user_dropdown_menu{
	display:none;
}
.tem4_user_avatar{
	background-position: center center;
    background-size: cover;
    height: 45px;
    overflow: hidden;
    width: 45px;
    border-radius:50%;
    float:left;
    
}
.tem4_login_name{
	float:left;
	max-width:150px;
	color:#0C0C0C;
	padding:8px 0px 0px 10px;
	font-size:15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight:normal;
	height:35px;
	display:block;
}
.tem4_user_button{
	float:left;
	width:30px;
	color:#0C0C0C;
	padding-top:14px;
	text-align:center;
	display:block;
}
.tem4_user_dropdown_menu{
	width:250px;
	position:absolute;
	top:90px;
	z-index:10000;
	right:0px;
}
.tem4_user_dropdown_menu li{
	height:40px;
	line-height:40px;
	list-style:none;
	background-color:var(--main-color);
	border-bottom:1px solid #fff;
	text-align:left;
}
.tem4_user_dropdown_menu li:hover{
	color:var(--main-color) !important;
	background-color:var(--font-color);
}
.tem4_user_dropdown_menu li:hover a{
	color:var(--main-color) !important;
}
.tem4_user_dropdown_menu li a{
	color:var(--font-color);
	width:100%;
	font-size:14px;
}
.tem4_user_dropdown_menu li a i{
	padding-left:15px;
	font-size:14px !important;
	display:inline;
}
.tem4_user_dropdown_menu li a span{
	padding-left:10px;
}
.login_name{
	font-size:16px;
}

.prop_title_tem4 h2{
	overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 7px;
    text-align:left;
    padding-left:25px;
}

.home_property_tem4{
	width: 100% !important;
}

.featured_theme4{
	width: 32% !important;
}

.estate_info_detail{
	width:100% !important;
}

.dashboard_properties {
    float: right !important;
    padding: 50px 20px;
    width: 100%;
    text-align: center;
}

.download_store {
    display: table;
    float: left;
    margin-bottom: 15px;
    margin-top: 0px;
    text-align: center;
    width: 100%;
    margin-top:20px;
}

.joining_passcode {
    border-bottom: medium none;
    padding-top: 15px;
    text-align: center;
}

.joining_passcode small {
    line-height: 100%;
    margin-top: 0;
    padding-bottom: 5px;
}
.joining_passcode small {
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.joining_passcode h1{
	font-size: 22px;
    line-height: 180%;
    margin: 0;
    text-align: center;
}

.joining_passcode h3 {
    font-size: 36px;
    line-height: 180%;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.scan_code {
    font-size: 14px;
}

.qrshow {
    margin: 10px 0;
}

.watch_install_app {
    text-align: center;
    float:none !important;
    margin-left: 0px !important;
}

.watch_video.estae_user {
    font-size: 16px;
}

.headingTwo{
	width:auto;
}

.tem4_qrcode_image{
	width:100%;
	text-align:center;
	padding:40px 0px 40px 0px;
	margin-left: 0px !important;
}
.tem4_qrcode_image img{
	width:100px;
}

.common_button {
    /*background-color: #F89021;*/
    background-color:var(--main-color);
}

#fullDetails #arrangeViewingSmall{
	background-image: url("images/arrangeViewingSmall.jpg");
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#fullDetails #assets {
    border-radius: 3px;
    /*margin: 25px 0 0;*/
    padding: 5px;
}
#homepage .featured .featuredProp{
	background-color: #fff;
}
.tem4_home_pro_list{
	/*width:calc(33% - 110px);*/
	width:calc(25% - 12px);
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.tem4_home_pro_list:nth-child(4n){
	margin-right:0px;
}
.tem4_home_pro_list footer{
	background-color: var(--main-color);
}
#fullDetails #description .lg-threeWide i {
    font-size: 18px;
    padding-right: 5px;
    position: relative;
    top: 3px;
}
#fullDetails #description h3{
	color:#0C0C0C;
}
#fullDetails #description ul li{
	line-height:25px !important;
	color:var(--main-color) !important;
}
#fullDetails #description ul li i{
	padding-right:3px;
}
.searchSubmit button {
    /*background-color: #f89021;*/
    background-color: var(--font-color);
    border: 0 none;
    color: var(--main-color);
    font-family: "Karla",sans-serif;
    font-size: 13px;
    line-height: 30px;
    margin: 14px 0 0;
    text-align: center;
    width: 100%;
}
.searchContainer{
	top:0px;
}
.searchContainer .searchForm{
	background-color: #fff;
}
.searchContainer .searchForm .lg-oneWide:first-child{
	color: var(--main-color);
	border-right:1px solid var(--main-color);
}
.searchContainer .searchForm label{
	color: var(--main-color);
}
.searchContainer .searchForm input[type="button"] {
    /*background-color: #f89021;*/
    background-color:var(--main-color)!important;
    border: 0 none;
    color: var(--font-color);
    cursor: pointer;
    font-family: "Karla",sans-serif;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    margin: 40px 0 0 !important;
    width: 59px;
}


#searchResults #newSearch i{
	font-size:16px !important;
}
/*#searchResults #newSearch{
	background-color:var(--main-color) !important;
}*/

#searchResults #results .resultProp{
	background-color:#fff;
	position:relative;
}
.tem4_list_location{
width:100%;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
padding:5px 25px 20px 25px;
}
.tem4_list_location a{
	color:#0C0C0C;
}
.tem4_home_list_price{
	color:#0C0C0C;
}
.contact_detail{
	margin-bottom:30px;
}

.contact_detail_head h2{
	margin-bottom:15px;
}

.property_tem4 h2{
	text-transform:uppercase;
	color:var(--button-color);
}
.list-page-list-price{
	color:#0C0C0C;
}
.rsDefault .rsGCaption{
	top:6px !important;
	bottom:auto !important;
}

.app_title{
	float:none !important;
	text-align:center;
	font-size:36px;
	padding-bottom:20px;
}
.signup_holder button{
	background-color:var(--main-color);
	color:#FFF;
	border:0px;
}
.signup_holder{
	/*background-color:#0C0C0C;*/
	background-color:#FFF;
	border-radius:5px;
	color:#000;
	border:1px solid #CCC;
}
.signup_holder input[type="text"], .signup_holder input[type="password"]{
	background-color:#FFF;
	color:#000;
	border:1px solid #CCC;
}
.signup_holder a{
	color:var(--main-color);
}
#user_remember_me{
	float:left;
}
.signup_holder h2 {
    font-size: 26px !important;
    margin-bottom: 20px !important;
}
#login_form input[type="checkbox"]{
 	margin:0px;
 	margin-right:7px;
 }
#login_form #button{
	display:block;
	width: 100%;
}
.login_remember_span{
	display:block;
	width:80%;
	font-size:16px;
}
.signup_left{
	padding-top:20px;
	display:table;
	font-size:16px;
}
.signup_right{
	display:table;
	padding-top:15px;
	float:left !important;
	font-size:16px;
}
.signup_holder{
	display:table;
}
#login_status{
	padding-bottom:15px;
	color:#FF0000;
}
#forgot_password_status{
	color:#FF0000;
}
#forgot_password_status button{
	color:#fff;
}
#signup_form label{
	font-size:16px;
}
#app_req_test{
	margin:50px 0px !important;
}
#signup_status{
	padding-top:15px;
	color:#FF0000;
	display:table;
}

.tem4_login_page{
	color:#333;
}

.tem4-message-holder {
    color: #fff ;
    display: table;
    font-weight: bold;
    height: auto;
    padding: 10px 0 0;
}

.mobile_tem4{
	display:none;
	z-index:11 !important;
}

/*.search-filter-form input {
    border: 2px solid #e4e9ed;
    color: #5f6e82;
    font-family: "Karla",sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 45px;
    margin-bottom: 15px;
    padding: 13px;
    text-align: center;
    width: 100%;
}*/

.estate_template_need_content .col1{
	width:32%;
}
.estate_template_need_content .box{
	height:300px;
}

.estate_template_need_content .order_description{
	border-bottom:2px solid #e5eaed;
	border-right:2px solid #e5eaed;
	border-left:2px solid #e5eaed;
}

.estate_template_need_content .profile_form_holder form{
	width:340px;
	margin:auto;
	background-color:#fff;
	padding:30px 30px 0px 30px;
	border: 1px solid #ccc;
    border-radius: 5px;
}
.estate_template_need_content .profile_form_holder label{
	color:#333;
}

.estate_template_need_content .col1 .notice_info_holder{
	width:100%;
}
.estate_template_need_content .col1 .notice_info_holder .notice_image_wrapper .estate_my_property_image{
	height: 220px;
	border:1px solid #e5eaed;
}
.estate_template_need_content .col1 .notice_info_holder .notice_image_wrapper{
 	height: 220px;
}

.estate_template_need_content .col1 .notice_info_holder .order_badge {
    width: 100%;
}
.estate_template_need_content .col1 .order_description{
	height: 80px;
}

.estate_template_need_head_tem4 .site_page_title {
    font-size: 24px;
    font-weight: 500;
    padding-top:20px;
}

.total_property_count{
	font-size: 14px !important;
	color:#333;
}

.load_more_btn{
	color: #333;
}

.tem4_fav_container{
	max-width:1210px !important;
	 margin: 0 auto;
    padding: 0;
    position: relative;
}

.setting_holder{
	color:#333;
}

.tem4_fav_container .profile_form_holder{
	padding:25px;
	background-color:#e3e3e3 !important;
}

.property_contact_form{
	background-color:#fff !important;
	color:#000 !important;
}

.message_form_box{
	padding:10px !important;
}

.message_subject_text_holder span{
	display:table-cell !important;
}

.message_content_box textarea{
	width:100% !important;
}

.response_title p{
	padding:0px !important;
	color:#333 !important;
}

.response_title b{
	padding-left:8px;
	color:#333 !important;
}

.tem4-message-holder{
	color:#333 !important;
}

.tem4_response button{
	margin:0px !important;
}



.note-editor button{
	margin:0px !important;
}

button.close{
margin:0px !important;	
}

.note-editor .note-editable, .doc_upload_holder{
	color:#333 !important;
}

.app_store h2{
	text-align:center !important;
}

.price_show{
	width:100% !important;
	float:left !important;
}
.template_1_estate{
	width:1170px;
	margin:0 auto !important;
}

/*.tem4_header_menu{
	float:right;
	width:40px;
}*/

.tem4_header_menu {
    display: inline;
    float: left;
    padding-top: 45px;
    padding-right:20px;
}
.tem4_header_menu ul li {
    display: inline-block;
    line-height: 35px;
    position:relative;
}
.tem4_header_menu ul li a {
    color: #0C0C0C;
    font-size: 15px;
    line-height: 35px;
    padding: 10px 10px;
     text-transform: uppercase;
}

.tem4_header_menu ul li.active a {
   
    border-bottom: 1px solid;
    border-top: 1px solid;
    color: var(--main-color);
    padding: 10px;
}
.tem4_header_menu ul li.active ul li a{
    border-bottom: 0px;
    border-top: 0px;
}

/*.tem4_header_menu ul li.active a .child_level1 li a{
	border-bottom: 0px solid !important;
    border-top: 0px solid !important;
}*/
.homepage_featured{
	max-width:100% !important;
}

.tem4_bg_white{
	/*background-color: #0C0C0C;
	color:#fff;*/
	background-color:#fff;
	color:var(--font-color);
}


.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li{
	margin-bottom:35px;
}

.section-description {
    /*color: #fff;*/
    color:#0C0C0C;
    font-size: 14px;
    font-weight: 100;
}

.vc_empty_home_title h1{
	margin-bottom: 10px !important;
    margin-top: 20px !important;
   /* color:#fff !important;*/
    color:var(--main-color)!important;
}



.our_pro_div_center i::before {
    left: -0px;
    position: relative;
    top: 23px;
}

.our_pro_div_center i {
   /* color: #fff ;*/
    color:var(--main-color);
    font-size: 36px;
}

.life-changing-features-2 .media-body {
    display: inline-block;
    padding: 0;
    width: 100%;
     vertical-align: top;
}

.life-changing-features .media-body {
	padding: 0px 25px;
}
.life-changing-features .media {
	margin-bottom: 50px;
}
.life-changing-features .media-body .media-heading {
	color: #425a6c;
	font-weight: 500;
	margin-bottom: 15px;
}
.life-changing-features .media-body .media-detail {
	font-size: 14px;
	columns: #5f6e82;
	line-height: 1.5;
}
.life-changing-features-2 .media {
	display: unset;
}
.life-changing-features-2 .media-left {
	width: 100%;
	padding: 0px;
	display: inline-block;
	margin-bottom: 30px;
	width: 90px;
	height: 90px;
	/*border: 1px solid #fff;*/
	border: 1px solid var(--main-color);
	border-radius: 50%;
	text-align: center;
	line-height: 90px;
	vertical-align:top;
}
.life-changing-features-2 .media-left img.media-object {
	height: 40px;
	width: auto;
	display: inline-block;
}
.life-changing-features-2 .media-body {
	padding: 0px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.life-changing-features-2 .media {
	margin-bottom: 50px;
}
.life-changing-features-2 .media-body .media-heading {
	/*color: #fff;*/
	color:var(--main-color);
	font-weight: 500;
	margin-bottom: 15px;
}
.life-changing-features-2 .media-body .media-detail {
	/*font-size: 14px;*/
	/*columns: #5f6e82 !important;*/
	line-height: 1.5;
	/*color: #fff;*/
	color:#0C0C0C;
	/*text-align: justify;*/
}

.vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.media-body-image-top {
    padding-top: 20px;
    text-align:center;
}
.media-heading-code {
    font-size: 24px;
    letter-spacing: 4px;
    padding-top: 35px;
    text-transform: uppercase;
}
.pro-media-detail-no-bottom {
    margin-bottom: 0;
}
.pro-border-right {
    border-right: 1px solid #eff2f4;
}

.media-body-image img {
    width: 60%;
    max-width: 100%;
     vertical-align: middle;
}

.qrcode_img{
	text-align:center;
	padding-top: 20px;
	padding-bottom: 30px;
}

.qrcode_img img{
	width:90px;
}

.our_pro_div_center {
    text-align: center;
}
.our_pro_div_center i {
    font-size: 36px;
    height: 75px;
    line-height: 75px;
}

.tem4_header_mobile_menu{
	display:none;
}

.property_tem4{
		display:block !important;
		padding-bottom:20px;
	}
	

.prop_img_container{
	background-position: center center;
    background-size: cover;
    height: 189px;
    overflow: hidden;
    width:100%;
}	

#contact{
	margin:auto !important;
	background-color:#fff;
}
#contact b{
	color:#0C0C0C;
}

#contact h2{
		color:#0C0C0C;
}
.contact_detail a{
	color:var(--main-color);
}
.topRow{
	padding:10px 0px !important;
}
.property_tem4_page_headings{
	color:var(--main-color);
}
#lookup_field button{
	margin:0px;
}
.tem4_detail_description{
	font-size:14px;
	text-align:justify;
	font-weight:normal;
	line-height:180%;
	color:#0C0C0C;
}	
.tem4_detail_description h1, .tem4_detail_description h2, .tem4_detail_description h3, .tem4_detail_description h4, .tem4_detail_description h5, .tem4_detail_description h6{
	font-size:14px;
	text-align:justify;
	font-weight:normal;
	line-height:180%;
}
 .tem4_detail_description span,  .tem4_detail_description label, .tem4_detail_description a, .tem4_detail_description b{
	font-size:14px;
	text-align:justify;
	font-weight:normal;
	line-height:180%;
}
/*.vc_empty_home_title_holder {
    padding-bottom: 40px;
    padding-top: 60px;
}
.vc_empty_home_content_space {
    padding-bottom: 60px;
}*/

.template4_search_check_box_holder{
	color:var(--font-color);
}
.date_fee{
	color:#0C0C0C
}
#fullDetails .topRow {
  color:var(--main-color);
}


.loading_holder span{
	color:#000;
}

.bootstrap-switch-handle-on.bootstrap-switch-primary{
	background-color:var(--main-color) !important;
}

#pwd_btn{
	padding-left:0px;
}

#pwd_btn .common_button{
	margin: 10px 0 0;
}

#pwd_status{
	 padding:0px 15px 15px 0px;
}

.theme3_template{
	float:left;
}

.total_properties_theme3{
	float:right;
}

.address_block label{
	display:none;
}


#notice_address_1, #notice_address_2, #notice_city, #notice_country, #notice_county, #notice_postcode {
	width:100% !important;
	height:35px;
}


#notice_country{
	border: 1px solid #e4e9ed;
	color:#7b7575;
}

/*==============================
	WIDGET DESIGN COMMON STYLE
================================*/
.contact-agent-chat,
.template1_property_interaction,
.enquiry-wpr,
#report_holder{
	width: 100%;
    background-color: #fff;
    padding: 10px 15px;
    margin-bottom:20px;
    border:unset;
}



.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: #0C0C0C;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	line-height:30px;
	margin:0px;
}

.tenant_replay_content,
.tenant_replay_time{padding-top:0px; color:#333;}

.enquiry-wpr .template1_respond_property_view{padding:0px;}

/*===================================================
Chat to agent 
====================================================*/
.contact-agent-chat .cnt-agt-cht-title{border-bottom:unset; padding:0px;}
.cnt-agt-cht-cnt{padding:0px;}
.contact-agent-chat .common_button{margin:0px;}
.common_button i{
	float:initial;
}


/****************************************************************************
	Tenant and Landlord login
****************************************************************************/
.property-account-details .reply_message_holder.right .reply_message::before{
	border-color: #fff transparent transparent #fff;
}

.property-account-details #replies_holder .left .reply_message::before{
	border-color: #fff #fff transparent transparent;
}
.property-account-details .acount-prop-cnt-container{
	background-color:#fff;
	padding:20px;
	margin-bottom:20px;
}

.property-account-details .rental-log-title,
#landlord_properties .property-account-details .subtext_info,
.property-account-details .inventory-count{
	color:#212121;
}

#landlord_properties .property-account-details .subtext_info{
	background-color:#fff;
	padding:20px;
	
}
.property-account-details .inventory-count{
	background-color:#fff;
	margin-left:0px;
	padding:0px 20px;
}
.property-account-details .prop_account_holder{
	background-color:#fff;
	line-height:24px;
}

.property-account-details button{
	margin:0px;
}

.property-account-details .common_btn{
	float:right;
}

.property-account-details h2,
.property-account-details h3{
	font-size:30px;
	margin-bottom:10px;
}

.property-account-details .landlord_ten i{
	margin-right:5px;
}

.property-account-details .prop_infor_holder{
	font-size:14px;
}
.property-account-details  .letting-ref-no,
.property-account-details .prop_infor_holder p{
	margin-bottom:10px;
}

.room_size_cls {
    margin-bottom: 10px;
}

/****privacy policy***/

.gnb-overall-privacy-policy {
	padding-top: 50px;
}

.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;
}

/*Additional page Tab Concept code Start here*/
.grid {
    list-style: none;
    margin-left: -40px;
}
.gc {
    padding-left: 40px;
}
.naccs {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}
.naccs .menu .sub-menu {
    padding: 15px 0px 15px 40px;
    margin-bottom: 10px;
    color: #002266;
    background: #0077cc;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    font-weight: 700;
    font-size: 16px;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.naccs .menu .sub-menu:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.naccs .menu .sub-menu span.light {
    height: 10px;
    width: 10px;
    position: absolute;
    top: 24px;
    left: 15px;
    background-color: #fff;
    border-radius: 100%;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.naccs .menu .sub-menu.active span.light {
    background-color: #002266;
    left: 0;
    height: 100%;
    width: 5px;
    top: 0;
    border-radius: 0;
}
.naccs .menu .sub-menu.active {
    color: #fff;
    padding: 15px 20px 15px 20px;
}
ul.nacc {
    position: relative;
    height: 500px;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
ul.nacc li {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    position: absolute;
    list-style: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    display:none;
}
ul.nacc li.active {
    transition-delay: .3s;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    display:table;
    width: 100%;
}
ul.nacc li p {
    margin: 0;
}
/*Additional page Tab Concept code End here*/

@media (max-width:1200px){
 /*	.estate_wrapper_page_additional{
		padding:0px 30px;
		width:100%;
	}*/
	.linkedin{
		top:0px !important;
	}
	.tem4_container{
		width:100%;
		padding:0px 30px;
	}
	.tem4_fav_container{
		padding:0px 30px;
	}
	
	.home_slider_caption h1{
		font-size:24px;
		font-weight:100;
		line-height:30px;
	}
	.tem4_wrapper_slider{
		bottom:30px;
	}
	
	.tem4_list_page_list{
		width:calc(50% - 15px);
	}
	
	
/*	Rechanges*/
	.tem4_header_mobile_menu{
		display:block;
		position:absolute;
		right:0px;
		float:right;
	}
	
	.tem4_header_menu{
		display:none;
		background-color:#fff;
		width:200px;
		position:absolute;
		right:0px;
		top:90px;
		z-index:10000;
		float:right;
		-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);
		border-radius:3px;
		padding-right: 0px;
	    padding-top: 0px;	
	}
	
	.tem4_header_menu ul{
		padding-left:0px;
		padding-top:0px;
	}
	.tem4_header_menu ul li{
		display:block;
		padding-right:0px;
		border-bottom:1px solid #fff;
	}
	.tem4_header_menu ul li a{
		display:block;
		padding-right:0px;
		padding-left:20px;
		/*color:#fff !important;*/
		
	}
	.tem4_header_menu ul li:last-child{
		border-bottom:0px solid #fff;
	}
	.tem4_header_menu ul li:hover{
			background-color:var(--main-color);
			color: #fff !important;
	}
	.tem4_header_menu ul li a:hover{
		color: #fff !important;
	}
	.tem4_header_menu ul li.active a{
		/*background-color:var(--font-color);
		color:var(--main-color) !important;*/
		border-top:0px;
		border-bottom:0px;
		padding:0px 0px 0px 20px;
	}
	
	.tem4_header_menu i{
		font-size:20px;
		color:#8696AB;
	}
	
	.tem4_header_menu .submit-property{
		border: 0px solid #fd7f59;
    border-radius: 0px;
    padding: 0px;
	}
	
	
	
	.tem4_right{
		width:100px;
	}
	
	.tem4_header_mobile_menu{
		float: right;
    	width: 50px;
   	}
	
	.thm4_head_menu{
		float:right;
		width:100%;
	}
	
/*	.tem4_header_login{
	  margin-top:-25px;
	}*/
	
	.thm4_head_menu{
		width:100%;
	}
	
	.tem4_header_login {
    float: right;
    margin-top: 45px;
    width: 100px;
	}
	
	.login_menu{
		margin-right:40px;
	}
	
	.tem4_header_login .login_menu{
		float: right;
	}
	
	.tem4_login_name{
		display:none;
	}
	
	.tem4_user_button{
		display:none;
	}
	
	
	
/*	.tem4_user{
		float:right;
		width:auto;
	}
	
	.tem4_header_mobile_menu{
		float:left;
	}*/
	/*Additional pages responsive start*/
	.base_level ul{
		left:-170px;
		top:0px;
	}
	.base_level li{
		border-bottom:0px !important;
	}
	.base_level li ul{
		left:170px;
	}
	/*Additional pages responsive end*/
	.tem4_header_menu ul li a{
        padding: 10px 10px;
    }
    .tem4_header_menu ul li.active a{
        padding: 10px 10px;
    }
	
	
	
	
	
	
}	

@media (max-width:1060px){
	.tem4_home_left{
		width:100%;
		margin-bottom:40px;
	}
	
	.tem4_home_right{
		width:100%;
	}

}

@media (max-width:1024px){
	.tem4_home_pro_list figure{
		height:189px !important;
	}
	.template_1_estate{
		width:100%;
	}
	#app_req_test{
		margin:30px auto auto !important;
	}
	.searchContainer{
		position:relative !important;
		padding:50px 0px 0px 0px !important;
	}
	.slider_image{
		height:400px !important;
	}
}	
	

@media (max-width:950px){
	.slider_image{
		height:300px !important;
	}
	
	.tem4_home_pro_list{
		width:calc(50% - 10px);
		margin-right:20px;
	}
	.tem4_home_pro_list:nth-child(3n){
		margin-right:20px;
	}
	.tem4_home_pro_list:nth-child(2n){
		margin-right:0px;
	}
	
	.tem4_estate_company_name{
		display:none;
	}
	.description_in_left{
		width:100%;
	}
	.description_in_right{
		width:100%;
	}
	
	
}
@media (max-width:800px){
	.no_properties{
		margin-left:0px;
	}
	.tem4_list_page_list{
		margin-left:0px;
		width:calc(50% - 8px);
	}
	.tem4_list_page_list:nth-child(2n){
		margin-left:16px;
	}
	.template_search_text{
		/*width:48% !important;*/
		float:left;
		/*margin-right:2% !important;*/
	}
	.tem4_list_search_holder .number_range{
		float:left;
	}
	.tem4_list_search_holder select{
/*		width:48% !important;*/
		float:left;
	/*	margin-right:2% !important;*/
	}
	.tem4_list_search_holder .template4_search_check_box_holder{
		width:50% !important;
		float:left;
	}
	.tem4_list_search_open_button i{
		display:block;
		float:right;
		padding-left:15px;
		padding-top:5px;
	}
	.tem4_list_search_open_button b{
	/*	margin-bottom:0px;*/
		float:left;
	}
	.tem4_list_search_holder{
		width:100%;
		margin-bottom:20px;
	}
	.tem4_list_search_open_button{
		cursor:pointer;
		height:20px;
	}
	.tem4_list_search_open{
			display:none;
	}
	.tem4_list_holder{
		width:100%;
	}
	.tem4_detail_left{
		width:100%;
	}
	.tem4_detail_right{
		width:100%;
	}
	.home_slider_caption h1{
		font-size:16px;
		font-weight:100;
		line-height:20px;
		padding:10px;
	}
	.tem4_wrapper_slider{
		bottom:20px;
	}
}


@media (max-width:768px){
.media-body-image img {
	    width: 150px;
	}
	.our_pro_div_center{
		padding-bottom:30px;
	}
	.life-changing-features-2 .media-left{
		margin-bottom:15px !important;
	}
	
	.media-heading-code {
	    padding-top: 10px;
	}
	
	.pro-border-right{
		border-right:none;
	}
	
	.property_tem4{
		display:block !important;
	}

}



@media (max-width:600px){
/*	.estate_wrapper_page_additional{
		padding:0px 20px;
	}*/
	.tem4_list_page_list{
		margin-left:0px;
		width:100%;
	}
	.tem4_list_page_list:nth-child(2n){
		margin-left:0px;
	}

	.tem4_header{
		height:70px;
	}
	.tem4_estate_logo{
		margin-top:5px;
		height:60px;
	}
	.tem4_user{
		padding-top:15px;
		margin-right:5px;
	}
	.thm4_head_menu{
		padding-top:18px;
	}
/*	.tem4_right{
		width:95px;
	}*/
	
	.tem4_home_pro_list{
		width:100%;
		margin-right:0px;
	}
	.tem4_home_pro_list:nth-child(3n){
		margin-right:0px;
	}
	.tem4_home_pro_list:nth-child(2n){
		margin-right:0px;
	}
	.tem4_header_login span{
		display:none;
	}
	
	
	

	
	.tem4_user_dropdown_menu{
		top:80px;
	}
	
	.pro-vc-addproperty-holder{
		margin-left:0px !important;
		width:100% !important;
	}
	
	.tem4_header_login{
		 margin-top: 25px;
	}
	
	.thm4_head_menu
	{
		padding-top: 30px;
	}
	
	.tem4_header_menu{
		top:70px;
	}
	

	
}
@media (max-width:480px){
	.tem4_estate_logo{
		width:180px;
	}
/*	.estate_wrapper_page_additional{
		padding:0px 15px;
	}*/
	.home_slider_caption{
		display:none;
	}
	.tem4_container{
		padding:0px 20px;
	}
	.tem4_fav_container{
		padding:0px 20px;
	}
	.estate_template_need_content .profile_form_holder form{
		width:100% !important;
	}
	#change_password_form .textbox{
		width:100% !important;
	}
	
	.tem4_user{
		margin-left:10px;
	}
	
	.short_page{
		padding:15px !important;
	}
	
	.template_search_text{
		width:100% !important;
		margin-right:0% !important;
	}
	.tem4_list_search_holder .number_range{
		width:100% !important;
		margin-right:0% !important;
	}
	.tem4_list_search_holder select{
		width:100% !important;
		margin-right:0% !important;
	}
	.tem4_list_search_holder .template4_search_check_box_holder{
		width:100% !important;
	}
	.tem4_header_top_strip{
		display:none;
	}
	.tem4_right {
        width: 100%;
        position: relative;
        float: none;
    }
    .tem4_header_menu{
        width: 109%;
        left: -14px;
    }
    .base_level ul{
        left:0;
        position: relative;
        display:block;
    }
    .child_level1{
        width:100%;
        webkit-box-shadow: unset;
        -moz-box-shadow: unset;
        box-shadow: unset;
    }
    .child_level1 li{
        width:100%;
    }
    .child_level1 li a{
        width:100%;
        padding-left: 30px !important;
    }
    .tem4_header_menu ul li a{
        padding: 10px 10px;
    }
    .tem4_header_menu ul li.active a{
        padding: 10px 10px;
    }
	.slider_image{
		height:200px !important;
	}
}	


@media (max-width:380px){	
	.tem4_container{
		padding:0px 15px;
	}	
	.tem4_fav_container{
		padding:0px 15px;
	}
	
	.tem4_header_mobile_menu{
		width:20px;
	}
	
	.tem4_header_login{
		width: 75px;
	}
}	

@media (max-width:360px){
	.searchContainer fieldset{
		width:100%;
	}
}
@media (max-width:320px){
	.linkedin{
		top:-16px !important;
	}
	
}		
footer ul li {
    border-left: none !important;
    padding: 0px 10px !important;
}
footer  {
    letter-spacing:0.5px !important;
}