#mysearch .logo_div{
	width: 100%;
    display: table;
    text-align: center;
    padding-bottom: 20px;
}
.logo_div img{
	width:100%;
    max-width: 150px;
    
}
#sear-form .col-sm-6 {
    margin-bottom: 20px;
}
#landlord_properties .navbar li a{
	color:#fff!important;
}
.button_valuation {

    color: #fff;
    border: none;
    animation-name: flash;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
}
.ribbon_text_glow{
	position:absolute;
	    z-index: 1;
	        width: 110px;
}
.ribbon_text_glow .glow{ background: rgb(255,255,255); 
	width:40px; 
	height:100%; 
	z-index:2; 
	position:absolute;
	-webkit-animation: flow 1.5s linear infinite;
	-moz-animation: flow 1.5s linear infinite;
	-webkit-transform: skew(20deg);
   -moz-transform: skew(20deg);
   -o-transform: skew(20deg);background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	
}
/*sidebar start*/
@-webkit-keyframes flow {
	0% { left:-20px;opacity: 0;}
	50% {left:50%;opacity: 0.3;}
    100%{ left:60%;opacity: 0;}
}
@keyframes flow {
	0% { left:-20px;opacity: 0;}
	50% {left:50%;opacity: 0.3;}
    100%{ left:60%;opacity: 0;}
}
.menu_fly_button {
    position: fixed;
    color: var(--font-color);
    top: 0;
    right: -280px;
    width: 280px;
    height: 100%;
    box-shadow: -2px 0px 3px rgba(0, 0, 0, 0.1);
    z-index: 99559;
    overflow-y: scroll;
    padding: 30px 25px 30px 20px;
}
.ten_temp_close {
    height: 40px;
    width: 50px;
    float: right;
    position: absolute;
    right: 270px;
    z-index: 500;
    cursor: pointer;
    display: none;
    margin-top: 15px;
    color: #fff;
    padding: 10px 13px;
    font-size: 20px;
    
}

.ten_temp_open_menu{
	width:50px;
	height:30px;
	float:right;
	margin-top: 50px;
	position:relative;
	color:#1a1a1a;
	text-align:center;
	cursor:pointer;
}
.menu-fly ul{
	float:none;
	padding:0px;
}
.menu-fly ul li{
	list-style:none;
	padding:10px 0;
	font-style: normal;
    font-weight: 300;
}
.menu-fly ul li a{
	color:#fff;
	width: 100%;
    display: block;
    font-size:16px;
}
.menu-fly ul li i{
	float:right;
	color: #fff;
    padding-top: 7px;
    cursor:pointer;
}
.ten_temp_drop li a i{
	padding-right: 10px;
    position: relative;
    top: 2px;
}
/*.ten_temp_drop li a span{
	 padding-left:10px;
}*/
.menu-fly .child_level1 li a{
	padding:10px;
}
.menu-fly ul li .sub-menu-ch{
	padding-left:20px;
	display:none;
}
.menu-fly .base_level li{
	padding:0px;
}
.menu-fly .child_level1 li a{
	color:var(--font-color) !important;
}
.menu-fly .child_level2{
	padding-left:10px;
}

.clock_and_feather{
    display:block;
    padding:40px 0 0 0; 
    margin:0;
	padding:0; 
    bottom: 40px;
    position: absolute;
}
.clock_and_feather span{
	font-size:24px;
}
.clock_and_feather i{
	font-size:48px;	                	
}
.clock_and_feather .box_b{
	width:80px;
	display:table;
	margin:0 0 0 5px;
	padding:0;
	text-align:center;
}
.clock_and_feather .box_b .icon_box{
	text-align:center;
	margin:0 auto;
	width:100%;
}
.clock_and_feather .box_b .icon_box .icon{
	margin:10px auto;
	height: 40px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #f8f8f8;
    display: table;
    width:65px;
}
.clock_and_feather .feather .icon_box .icon{
	margin: 0px auto 10px auto;
    font-size: 65px;
    padding: 0 0 8px 0;
}
.clock_and_feather .clock{
	float:left;
}
.clock_and_feather .feather{
	float:right;
	padding-left:50px;
}
    
/*side end*/
.contact-agent-chat .alert-warning{
	text-align:center;
}
.affialiated_section .slick-slide img{
	margin:auto;
}
.affialiated_section{
	padding-bottom:100px;
	width: 100%;
    display: inline-block;
}
#team{
	padding-top:50px!important;
}
.pulse:hover {
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(92, 158, 67, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(92, 158, 67, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(92, 158, 67, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(92, 158, 67, 0.4);
    box-shadow: 0 0 0 0 rgba(92, 158, 67, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(92, 158, 67, 0);
      box-shadow: 0 0 0 10px rgba(92, 158, 67, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(92, 158, 67, 0);
      box-shadow: 0 0 0 0 rgba(92, 158, 67, 0);
  }
}
.top-wrapper {
	width:100%;
	display:block;
	margin:0px;
	background-color:#fff;
	padding-top:118px;
}
.signup_left, .signup_right {
    font-size: 13px;
}
.default_social_share .default_social_ul{
	width:auto!important;
	margin:auto!important;
}
.bb_user .bb_drop li a span:hover{
	border-bottom:0px!important;
	color:#000!important;
}
.featured_img img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.featured_img:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.featured_img {
		  position: relative;
		  overflow: hidden;
	}
.menu_block{
	float:right;
	display:table;
}
.main-menu{
	float:left;
	margin:0;
}
.slick-next {
    right: -8px!important;
}
.slick-prev {
    left: -6px!important;
}
.header_logo{
	display:flex;
	align-items:center;
	height:117px;
	float:left;
	padding:5px 0;
}
.header_logo img{
	max-height:115px;
	
}
.large-bb span, .small-bb span{
	color:#fbbc0d;
}
.slick-slider, .fp-bb{
	background-color:#fff;
}

.carousel-showmanymoveone .carousel-control.left, .carousel-showmanymoveone .carousel-control.right{
	    top: 45%!important;
   
    
}
.other_buttons span{
	cursor:pointer;
}
.hand {
    /*cursor:url(../img/bee-2.png);*/
}
.carousel-control{
	left:-35px;
}
.carousel-control:last-child{
	right: -35px;
}

.list-group li{
	border-left:none!important;
	display:block;
}
.slick-next:before{

}

.slick-prev:before, .slick-next:before{
	color:#fecb02!important;
	font-size:20px!important;
}

.tab-content{
	background-color:#fff;
	padding:0;
}
.estate-image-360-item{
	width:250px;
	background-size:cover;
	background-position:center;
}
.padding{
	margin-top:85px;
}
.local_info_wrapper_mobile_holder ul{
	padding-left:0px;
}
.ad-search label{
	text-transform:uppercase;
}

.nbs-flexisel-item{
	width:280px;
}


/*logo slider*/
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
margin:0 0 20px 0;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;

}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;

}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
   
    position:relative;
    line-height:0px;
   
}
.nbs-flexisel-item img {
   
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:170px;
    max-height:85px;
	vertical-align: text-bottom;
	
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px; 
    position: absolute;
   
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url("https://gnb-user-uploads.s3.amazonaws.com/cnb/website/jscea/2a8a1be2187acd509e0facaf1c10ec57.png") no-repeat;
}

.nbs-flexisel-nav-right {
    right: -10px;
    background: url("https://gnb-user-uploads.s3.amazonaws.com/cnb/website/jscea/c3ad1db49dc70d4cc1c2305cf9d3ce07.png") no-repeat;
}
.first-line{
text-align:center;
}
.bold-line{
	text-align:center;
}
.footer_logo{
		width:200px;
		height:auto;
		position:absolute;
		right: 174px;
	}
	#social {
		padding: 15px 0 10px 10px;
		text-align:center;
		color:#000;
		display:table;
	}

	#social a{
		color: #fff;
	    display: table;
	    float: left;
	    margin-right: 20px;
	}
	#social i{
		font-size:30px;
		border-radius:50%;
	}

.template1_ck_tick{
display: inline-block;
  
   
    border-radius: 2px;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    float: left;
    margin-right: 15px;
    
}
.bb-rooms{
	margin-top:40px;
}
/*blog start*/
.home_feat_holder{
	margin-top:30px;
	width:100%;
	background-color:#fff;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.home_feat_img{
	width: 100%;
    height: 250px;
    background-position: center center;
    background-size: cover;
    position:relative;
}
.home_feat_detail_holder{
	padding:24px;
	border-radius: 0px 0px 2px 2px;
	min-height: 250px;
}
.home_feat_title {
    display: block;
    line-height: 24px;
    margin-bottom: 8px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
	font-weight: 300;
	color:#777;
}
.home_feat_price{
	font-size: 14px;
	padding-bottom:10px;
	display:block;
	color:#777;
}
.home_feat_type{
    padding: 5px 6px;
    line-height: 22px;
    height: 22px;
    font-weight: 300;
    font-size: 12px;
    color: #60694d;
    background-color: #eaeaea;
    border-radius: 2px;
}
.home_feat_button {
    position: absolute;
    right: 24px;
    bottom: -22px;
    height: 50px;
    display: inline-block;
    width: 50px;
    line-height: 50px;
    border-radius: 25px;
    color: var(--font-color);
    text-align: center;
    background:var(--main-color);
    font-size: 20px;
}
.home_feat_button i{
	padding-top: 15px;
}

.blog_content_template{
	padding-top:15px;
	padding-bottom:30px;
	font-family:inherit;
	font-size:18px;

	font-weight:normal;
}

.blog-posts a {
	color:#777;
}


.butt_font_icon{
	padding-top:7px;
}
.butt_font_icon_space{
	padding-right:7px;
}
.blog_header_block{
	margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-top:30px;
}
.story_comments{
	padding-bottom:40px;
}
.blog_theme1_image{
	float: left;
    height: 394px;
    overflow: hidden;
    width: 198px;
    background-position: center center;
    background-size: cover;
}
.blog_theme1_image a{
	width:100%;
	height:100%;
	display: block;
}
.pagination > li{
	display:inline-block;
}
.blog_list .pagination { text-align: center; display: block; margin: 30px 0 60px; overflow: hidden; }
.blog_list .pagination li a{
	border:0px;
}
.blog_list .pagination li a, .blog_list .pagination span { padding: 0 10px; line-height: 29px; height: 30px; min-width: 30px; text-align: center; background: #b6b6b6; border-radius: 2px; display: inline-block; margin: 7px; font-size: 14px; color: #fff; text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_list .pagination a.prev { float: left; }
.blog_list .pagination a.prev i { margin-right: 7px; }
.blog_list .pagination a.next i { margin-left: 7px; }
.blog_list .pagination a.next { float: right; }
.blog_list .pagination li a:hover, .blog_list .pagination li a.active, .pagination span { background: #f44336; }	
	



.blog_list .pagination li.active a{
	background: #f44336 !important;
}



.blog-img-text,
.blog-img-text-hv{
	margin-top:50px;
}

.blog-img-text,
.blog-img-text-hv{
	font-size: 18px ;
    line-height: 20px ;
    color: #ffffff ;
    font-weight: 700 ;
    display: inline-block ;
    float: none ;
    clear: both ;
    padding: 0px 10px 0px 10px ;
    border-radius: 0px 0px 0px 0px ;
    background: transparent ;
    font-family: 'Century Gothic' ;
    text-transform: uppercase ;
    text-align:center;
    width:100%;
}

.blog-img-text a,
.blog-img-text-hv a{
    
     color: #ffffff ;
}

.blog-overlay-text
{


    line-height:24px;
    
    
  -webkit-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: perspective(350px) rotateX(-90deg);
  -o-transform: perspective(350px) rotateX(-90deg);
  transform: perspective(350px) rotateX(-90deg);
  
  -webkit-transition:0.2s linear 0.2s;
  -o-transition:0.2s linear 0.2s;
  transition:0.2s linear 0.2s;
  
}    




.dh-overlay:hover .blog-overlay-text,
.dh-overlay:active .blog-overlay-text{
   -webkit-transform: perspective(350px) rotateX(0deg);
  -o-transform: perspective(350px) rotateX(0deg);
  transform: perspective(350px) rotateX(0deg);
  -webkit-transition:0.2s linear 0s;
  -o-transition:0.2s linear 0s;
  transition:0.2s linear 0s;
}

.common_button_t10{
	padding: 7px 30px;
	font-size: 15px;
}

.right_space{
	margin-right:15px;
}
.button_shake:hover {
  animation: shake 1.5s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.blog-posts{
	padding:70px 0px!important;
}
.additional_details{
	background-color:#2b2b2b;
	margin-bottom:25px;
}
.additional_details p, .contact-agent-chat h3, .template1_detail_heading h1, .bookview-title, .appointent_reschdule_date h3, .template1_detail_heading h4, .column_subhead_title{
	font-size:20px;
	color:#fff;
	text-align:center;
	padding-top:10px;
	margin-bottom:0;
	letter-spacing:0px;
	background-color:#2b2b2b;

}
.back_tenent_list{
	margin-top:20px;
	color:#fbbd0a!important;
}
.save_property{
	padding:20px;
	text-align:center;
}
.contact-agent-chat{
	background-color:#2b2b2b;
	border:none;
}
.other_buttons {
	text-align:center;
	    margin-top: 20px;

}
.report_button_holder{
	text-align:center;
	    margin-top: 20px;
}
.results_holder{
	margin-top:20px;
}
.results_holder th{
 background-color:#f9f9f9;
 margin-top:20px;
}
.estate-box-container{
	padding:10px 20px 20px 20px;
}
.message_box{
	background-color:#fff!important;
}
.accept_status, .appoint_stat, .appoint_date, .appoint_date, .other_buttons i{
	color:#fff;
	text-align:center;
}
.cnt-agt-cht-title{
	border-bottom:none;
}
.cnt-agt-cht-cnt h5, .note_info_day, .note_info_time, #app_fix_status, .estate_report_content span{
	color:#fff;
}
.tenant_reply_holder_box:first-child{
	margin-top:20px;
}
.date_slot{
background-color: var(--main-color)!important;
    color: #fff!important;
}
.logmod__footer__button button{
	background-color:#2b2b2b;
	color: #fff;
}
.common_button{
	background-color:#fbbd0a ;
	color: #000;
}
.alert-warning{
	margin-bottom:0;
	margin-top:20px;
}
.story_comments .title{
	letter-spacing:0px;
}
.no_properties{
	margin-bottom:70px;
}

.box-content{
	text-align:center;
	margin-top:20px;
}

.signup_holder input:focus, .signup_holder input:hover{
	border:none!important;
}
.tem4_user_button{
	border-bottom:none!important;
	position: relative;
    top: -5px;
}

.valuation_container textarea:focus, .valuation_container textarea:hover, .valuation_container textarea{
	border:none!important;
}
#valuation_form .site_page_title{
	    padding-top: 50px;
    font-size: 30px;
}
#property .site_page_title{
	padding-top: 50px;
    font-size: 30px;
        width: 100%;
}
#property .site_page_header{
	position:relative;
}
#property .site_page_button_holder button{
	    position: absolute;
    bottom: 0;
    border: none;
    right: 22px;
    padding: 5px 28px;
    background:var(--main-color) !important;
    color:#fff;
}
#valuation_form .btn:hover, #valuation_form .btn:focus{
	color:#fff;
}
#valuation_form .valuation_submit{
	text-align:left;
	padding:0;
}
#instant_valuation_form .form-group {
    width: 100%;
    display: table;
}
#instant_valuation_form .co_col_cus .box_cus{
	color:#fff;
}
.valuation_container{
		background-color:#fbbd0a !important;

	}
.valuation_content{
		padding-bottom:50px!important;
}
.estate_container, .estate_fav_container {
    max-width: 1170px;
    margin: auto;
    padding: 20px 20px;
}
.estate_container label{
	font-weight:800;
}
.estate_container  .site_page_title, .site_page_title span{
	font-size:40px;
}
.load_more_btn{
	padding:5px!important;
}
	.col1.five {
    width: 32.3%;
    height: 296px;
}
.box{
	z-index:0;
}
.valuation_submit{
	text-align:center;
}
.valuation_submit input{
	background-color:#2b2b2b;
	color:#fff;
	font-size: 1.6em;
		height:auto!important;
		padding: 10px 25px;
}
	.privacy_policy{
		height:auto!important;
		display:unset;
	}
#menu5 img{
	width:100%;
}

/*login start*/
.bb_user{
	width:auto;
	float:right;

	position:relative;
	
}
.bb_user .user a{
	line-height: 90px;
	
	
}
.bb_user label{
	margin-bottom:0px;
}
.dropdown-menu {
    top: 115px;
    right:0px;
    width:250px;
    left:auto;
    background-color:#fbbc0d;
}
.dropdown-menu li a {
    line-height: 20px !important;
}
.dropdown-menu > li > a {
	line-height: 40px;
	padding: 10px 15px;
}

.user .dropdown-menu > li > a:hover, .user .dropdown-menu > .active > a, .user .dropdown-menu > .active > a:hover, .user .dropdown-menu > .active > a:focus{
	background-color:unset!important;
}
.bb_drop li a span{
	 padding-left:10px;
}
.user_avatar{
	width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position: center;

}
.inner_menu_name{
	display:none;
}
/*login end*/
.setting_holder span{
	font-size:18px;
}
.setting_holder h4{

	letter-spacing:0;
	color:#000!important;
	text-align:left;
	font-size: 24px!important;
	  background: #fff;
}
.setting_holder:hover {
    background: #fff;
}
.bootstrap-switch-handle-on.bootstrap-switch-primary{
	
}
.signup_holder button {
    display: table;
}
#landlord_properties .navbar.navbar-color li.menu-active, #tenant_properties .navbar.navbar-color li.menu-active{
	background-color:#fbbc0d;
}
#landlord_properties .navbar.navbar-color li.menu-active, #tenant_properties .navbar.navbar-color li.menu-active{
	background-color:#fbbc0d!important;
}
#landlord_properties .site_page_title h3,#tenant_properties .site_page_title h3{
	letter-spacing:0px;
	padding: 0px 20px;
}
#tenant_properties .maintenance-container h4{
	text-align: left;
	font-size: 14px;
	color: #000 ! important;
	background: #fff;
	letter-spacing: 0px;
	margin: 0px;
}
#landlord_properties .container,#tenant_properties .container {
    max-width: 1580px;
    width:100%;
    margin: auto;
    padding-right: 50px;
    padding-left: 50px;
}

#landlord_properties .navbar-toggle,#tenant_properties .navbar-toggle{
	background-color:#fff;
	border-radius:0px;
}

#landlord_properties .navbar-toggle .icon-bar,#tenant_properties .navbar-toggle .icon-bar{
	background-color:#000;
}

#landlord_properties #contents,#tenant_properties #contents{
	padding-top:0px;
}

#landlord_properties .site_page_title.theme3_template.my_properties_head p {
    padding: 0 20px;
}
.footer-strip #social{
	text-align:center;
}
.footer-strip #social a {
    color: #000;
}

.footer-strip #social i {
    font-size: 30px;
    border-radius: 50%;
}

.popup-title h3{
	letter-spacing:0px;
}
/**privacy policy*/

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

.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;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(0, -1px, 0);
  }
  
  20%, 80% {
    transform: translate3d(0, 2px, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(0, -4px, 0);
  }

  40%, 60% {
    transform: translate3d(0, 4px, 0);
  }
}
/*blog end*/
/*login theme style*/

.estate_template_need_content{
	padding:0px!important;
}
 .col1.five {
	    width: calc(25% - 10px);
	    margin-bottom:20px;
	    background: #fff none repeat scroll 0 0;
		box-shadow: 0 0 40px 3px #b7b7b7;
	}
 .order_badge {
	width:100%;
}
.tem4_fav_container .site_page_title{
	color:#1a1a1a;
	padding:40px 0px 20px 0px !important;
}
.estate_user_settings, .estate_user_password, .estate_template_need_head_left {
	padding-top:0px!important;
}
.valuation_content .site_page_header{
	padding-top:0px!important;
}
.site_page_header{
	padding-top:150px;
	text-align:center;
}

.tem4_fav_container .notice_image_wrapper{
	height:186px !important;
}
.template1_estate {
    padding: 130px 0px 50px 0px;
}
/*login theme style*/
@media (max-width: 1200px){
 .col1.five {
    width: calc(33.3% - 10px);
}
.estate_user_settings {
    margin: 0 auto;
    width: auto!important;
}
}
@media (max-width: 992px){
	.top-wrapper{
		padding-top:74px;
	}
	.prop_account_holder{
	width:100%;
	float:none;
}
.template1_estate {
    padding: 75px 0px 50px 0px;
}
.menu_block .main-menu{
	display:none;
}
#myTopnav_bb .header_logo img{
	max-height:80px;
}
#myTopnav_bb .login_menu_a, #myTopnav_bb .estate1_login_name{
	line-height:45px;
}
#myTopnav_bb .ten_temp_open_menu {
    margin-top: 30px;
}
#myTopnav_bb .header_logo {
    height: 74px;
}
}
@media (max-width: 798px){
 .col1.five {
    width: calc(50% - 11px) !important;
}
	
}
@media (max-width: 480px){
#myTopnav_bb .header_logo {
    padding-left:15px;
}
 .col1.five {
    width: 100% !important;
}
	.prop_img_holder{
	width:100%;
}	
.prop_infor_holder{
	width:100%;
	display:inline-block;
}
.estate_container .site_page_title, .site_page_title span{
	font-size:26px;
}
}
@media (max-width: 370px){
.valuation_container {
    padding: 30px 15px;
}}
@media (max-width: 430px){
	.valuation_content{
		padding-right:0px !important;
		padding-left:0px !important;
	}
}

@media (max-width: 767px){
	#social {
		text-align:left;
	}
}
@media (max-width: 380px) {
.bb-logo-div{
	padding-right:5px!important;
	padding-left:5px!important;
}
	.logo_in_bounce_div{
		    transform: translate(-58%, -50%)!important;
	}
}
@media (max-width: 480px) {
		#social {
		text-align:center;
		}.tem4_user_button
		.bumble_png{
			width:80%;
		}
	.bootbox-body #map{
	height:400px!important;
}
.bumble_png{
	width:80%;
}
.caption p{
	font-size:22px;
}
#properties{
	padding:20px!important;
	margin:0px!important;
}
.footer_img_overlay .office_loc p, .footer_img_overlay .office_loc p a {
    font-size: 14px;
}
}
@media (max-width: 1200px) {
	.login_area_holder{
		right:60px;
	}
	#landlord_properties .container,#tenant_properties .container {
	    padding-right: 30px;
	    padding-left: 30px;
	}
}
@media (max-width: 992px) {
	.clock_and_feather{
		display:none;
	}
	.valuation_container{
		width:auto!important;
	}
	.tem4_header_login{
		margin-top:12px;
	}
	div#contact{
	margin-top:64px!important;
	}
	.modal-dialog{
		margin-top:100px;
	}
	.bb_user .bb_login_user{
		line-height: 46px!important;
	}
	.dropdown-menu {
		top:69px;
	}

	#landlord_properties .prop_account_holder{
		width:100%;
	}
	#landlord_properties .navbar .left-menu,#landlord_properties .navbar .right-menu,#tenant_properties .navbar .left-menu,#tenant_properties .navbar .right-menu{
		width:50%
	}
}
@media (max-width: 580px){
/*	.user_avatar{
		display:block;
		
	}*/
	
	.bb_user .bb_login_user{
		display:flex;
	}
	.bb_user{
	     right: -20px;
	top: 7px;
}
.user_drop_button{
	padding-top: 6px;
	
}
.inner_menu_name{
	display:block;
}
.page-contents p img{
	width:100%;
}
.gnb-overall-privacy-policy p{
	text-align:left;
}
.gnb-overall-privacy-policy ul{
	padding:0;
}
}
