body{
	overflow-y:scroll;
}
/* body::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

body::-webkit-scrollbar-track {
   border-radius: 10px;
	background-color: #dedbdb;
}

body::-webkit-scrollbar-thumb{
  border-radius:10px;
  background-color: #565454;
  outline: 1px solid slategrey;
}

body::-webkit-scrollbar:horizontal {
   display: none;
}
 */
[data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.blinking{
    animation:blinkingText 0.7s infinite;
}
@keyframes blinkingText{
    0%{     color: #FFF; }
    49%{    color: red; }
    60%{    color: red; }
    99%{    color: red;  }
    100%{   color: red; }
}
.w-10{
	width:10% !important;
}
.w-20{
	width:20% !important;
}
.w-30{
	width:30% !important;
}
.w-40{
	width:40% !important;
}
.w-50{
	width:50% !important;
}
.w-60{
	width:60% !important;
}
.w-70{
	width:70% !important;
}
.w-80{
	width:80% !important;
}
.w-90{
	width:90% !important;
}
.w-100{
	width:100% !important;
}
/* ADVANCE SEARCH BAR CLASSIC */
.advance-search-form-bar-desktop-classic{
    position: relative;
    z-index: 100;
    background-color: #efeaea;
    padding: 5px 12px 5px 12px;
	height: 95px;
}

.advance-search-form-bar-desktop-classic.sticky{
	position: fixed;
    width: 100%;
    left: 0;
    top: 60px;
    height: 95px;
    z-index: 10003;
    -webkit-box-shadow: 0px 5px 14.25px 0.75px rgba(137, 140, 137, 0.3);
    box-shadow: 0px 5px 14.25px 0.75px rgba(6, 6, 28, 0.1);
	border-bottom : 1px solid rgba(137, 140, 137, 0.3);
}
.advance-search-form-bar-desktop-classic .search-form{
	position: relative;
    width: 100%;
	
}
.advance-search-form-bar-desktop-classic .search-form .PropertyTypeCheckBoxes{
	padding-top:10px;
	
}
.advance-search-form-bar-desktop-classic .search-form .form-control{
	width: 100%;
    margin-bottom:5px;
    height: 40px;
    border: 1px solid #e6eae7;
    font-size: 14px;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2a303b;
	min-width:100px;

}
.advance-search-form-bar-desktop-classic .search-form .typeahead__field input[type=search]{
	border-radius: 0;
	border-left: 0;
    border-right: 0;
    border-top: 0;
   
    border-bottom: 3px solid #ddb325;
	background:#324268;
	color: #ddb325;
}
.advance-search-form-bar-desktop-classic .search-form .typeahead__field input[type=search]::placeholder { 
	color: #ddb325;
}

.advance-search-form-bar-desktop-classic .search-form .typeahead__container.loading .typeahead__query:after{
	border-color: #ddb325 transparent transparent;
}
.advance-search-form-bar-desktop-classic .search-form .typeahead__result ul li{
	list-style-type: none;
}
.advance-search-form-bar-desktop-classic .search-form .form-control:focus{
	outline:0px;
	box-shadow:none;
}
.advance-search-form-bar-desktop-classic .search-form .rehomes-search-btn{
	-webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    height: 40px;
    width: 100%;
    background-color: #324268;
    color: #ffffff;
    line-height: 40px;
    border: none;
    display: inline-block;
    text-align: center;
    padding: 0;
    border-radius: 2px;
    font-size: 24px;
}
.advance-search-form-bar-desktop-classic .search-form .field, .advance-search-form-bar-desktop-classic .tags-bar{
	padding:0px;
	margin-bottom:0px;
}
.advance-search-form-bar-desktop-classic .search-form .field{
	padding-left:3px;
	padding-right:3px;
}
.advance-search-form-bar-desktop-classic .tags-bar{
	max-width:100%;
	width:100%;
	overflow:scroll hidden;
	height:40px;
	white-space: nowrap;

}
.advance-search-form-bar-desktop-classic .tags-bar .search-tags{
	height:25px;
	line-height:25px;
	padding:0px 0px 0px 5px;
	margin-right:5px;
	display: inline-block;
	color: #333;
	background:#d0cccc;
	border-radius:3px;
	text-align: center;
}
.advance-search-form-bar-desktop-classic .tags-bar .search-tags .badge{
	padding:3px !important;
}
.advance-search-form-bar-desktop-classic .tags-bar .search-tags  span{
	cursor:pointer;
	color: #333;
}


.advance-search-form-bar-desktop-classic .tags-bar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.advance-search-form-bar-desktop-classic .tags-bar::-webkit-scrollbar-track {
   border-radius: 10px;
    background-color: #a09f9f;
}

.advance-search-form-bar-desktop-classic .tags-bar::-webkit-scrollbar-thumb {
  border-radius:10px;
  background-color: #333;
  outline: 1px solid slategrey;
}

.advance-search-form-bar-desktop-classic .tags-bar::-webkit-scrollbar:vertical {
   display: none;
}



.advance-search-form-bar-desktop-classic  .form-nav-item{
	margin-left: 5px;
	display:block;
    font-size: 14px;
    border-radius: 0px;
	height: 40px;
	z-index: 10002;
	position:relative;
}



.advance-search-form-bar-desktop-classic  .form-nav-item .form-nav-dropdown-toggle{
	line-height:40px;
	display:block;
	height: 40px;
	z-index: 10002;
	position:relative;
	padding:0px 15px;
	-webkit-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms;
	font-weight:600;
	border-bottom: 3px solid #ddb325;
	background:#324268;
	color: #ddb325;
}
.typeahead__label-container .typeahead__label {
	background: #ddb325;
    border: solid 1px #ddb325;
    color: #324268;
}
.advance-search-form-bar-desktop-classic  .form-nav-item .form-nav-dropdown-toggle.dark{
	background:#2a303b;
	border: 1px solid #2a303b;
	color:#FFF;
	font-weight:700;
	letter-spacing:1px;
}
@media only screen and (min-width: 1024px) {
	/* .advance-search-form-bar-desktop-classic  .form-nav-item:not(:last-child) .form-nav-dropdown-toggle{
		border-right: 0px;
	} */
	/* .advance-search-form-bar-desktop-classic  .form-nav-item .form-nav-dropdown-toggle{
		border-left: 0px;
	} */
}
.w-px-80{
	width:80px !important;
	min-width:80px !important;
}
.w-px-90{
	width:90px !important;
	min-width:90px !important;
}
.w-px-100{
	width:100px !important;
	min-width:100px !important;
}
.w-px-135{
	width:135px !important;
	min-width:135px !important;
}
.w-px-150{
	width:150px !important;
	min-width:150px !important;
}
.w-px-230{
	width:230px !important;
	min-width:230px !important;
}
.w-px-250{
	width:250px !important;
	min-width:250px !important;
}
.w-px-260{
	width:260px !important;
	min-width:260px !important;
}
.w-px-600{
	width:600px !important;
	min-width:600px !important;
}
.w-px-730{
	width:730px !important;
	min-width:730px !important;
}
.w-px-705{
	width:705px !important;
	min-width:705px !important;
}
.lh-40{
	line-height:40px;
}
.form-nav-dropdown-toggle span.modified-point{
	display:none;
}
.form-nav-dropdown-toggle.modified span.modified-point{
	display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    color: #d92228;
    line-height: 0;
    font-size: 7px;
}

.maxh-500{
	padding-top: 0px;
    padding-bottom: 0px;
	max-height:500px;
	height:500px;
	overflow: hidden scroll;
}
.maxh-400{
	padding-top: 0px;
    padding-bottom: 0px;
	max-height:400px;
	height:400px;
	overflow: hidden scroll;
}
.maxh-380{
	padding-top: 0px;
    padding-bottom: 0px;
	max-height:380px;
	height:380px;
	overflow: hidden scroll;
}
.maxh-350{
	padding-top: 0px;
    padding-bottom: 0px;
	max-height:350px;
	height:350px;
	overflow: hidden scroll;
}
.maxh-380{
	padding-top: 0px;
    padding-bottom: 0px;
	max-height:380;
	height:380;
	overflow: hidden scroll;
}
.maxh-300{
	padding-top: 0px;
    padding-bottom: 0px;
	max-height:300px;
	height:300px;
	overflow: hidden scroll;
}
.maxh-scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.maxh-scroll::-webkit-scrollbar-track{
   border-radius: 10px;
    background-color: #dedbdb;
}

.maxh-scroll::-webkit-scrollbar-thumb{
  border-radius:10px;
  background-color: #565454;
  outline: 1px solid slategrey;
}

.maxh-scroll::-webkit-scrollbar:horizontal{
   display: none;
}
.maxh-400 .form-check:last-child{
	margin-bottom:0px;
}
.advance-search-form-bar-desktop-classic  .form-nav-item .form-nav-item-dropdown{
	border-radius: 0px;
	padding:0px;
	z-index: 10001;
	border: 0px;
	position:absolute;
    -webkit-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms;
	min-width:350px;
	box-shadow: rgba(144, 142, 142, 0.69) 0px 3px 4px;
}

.advance-search-form-bar-desktop-classic  .form-nav-item .form-nav-item-dropdown.right{
	right:0px;
	left:auto;
}
.advance-search-form-bar-desktop-classic  .form-nav-item .form-nav-item-dropdown.left{
	right:auto;
	left:0px;
}



.advance-search-form-bar-desktop-classic  .form-nav-item .form-nav-item-dropdown .card{
	border: 0px;
}
.advance-search-form-bar-desktop-classic  .form-nav-item .form-nav-item-dropdown .card-footer{
	padding: 0px;
	height:25px;
}
.advance-search-form-bar-desktop-classic  .form-nav-item .form-nav-item-dropdown .card-footer button{
	padding: 0px;
	width:100%;
	line-height:25px;
	height:25px;
	border:0px;
	outline:0px;
	font-size:12px;
	border-radius:0px;
	background:#333;
	color:#FFF;
}
.advance-search-form-bar-desktop-classic  .form-nav-item .form-nav-item-dropdown.show{
	z-index: 10001;
	border-top: 0px;
	border: 1px solid #ddb325;
	border-bottom:0px;
	
}
.advance-search-form-bar-desktop-classic  .form-nav-item .form-nav-item-dropdown.show.dark{
	border: 1px solid #2a303b;
	
}
.advance-search-form-bar-desktop-classic  .form-nav-item .radio-lable-btn{
	box-shadow: none;
    margin-right: 6px;
    background-color: #fff;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 35px;
    border: 1px solid #e6eae7;
    border-radius: 0;
    padding: 1px 15px 1px 15px;
 
}
.advance-search-form-bar-desktop-classic  .form-nav-item .radio-lable-btn.active {
    border: 1px solid #324268;
    color: #324268;
}
.advance-search-form-bar-desktop-classic .form-nav .form-nav-item .radio-lable-btn:last-child{
	margin-right: 0px;
}
.advance-search-form-bar-desktop-classic .form-nav .form-nav-item .form-check{	
	margin-bottom:10px;
}
.advance-search-form-bar-desktop-classic .form-nav .form-nav-item .form-check:last-child{
	margin-bottom:0px;
}
.advance-search-form-bar-desktop-classic button{
    color: #ddb325 !important;
    background: #324268 !important;
    border: 1px solid #ddb325 !important;
    border-radius: 0px !important;
	height:40px ;	
    box-shadow: rgba(154, 146, 146, 0.39) 0px -3px 5px !important;
}
.advance-search-form-bar-desktop-classic ul.PriceList li{
	padding:4px;
	display:block;
	cursor:pointer;
	margin-bottom:2px;
	font-size:14px;
	font-weight:500;
	color:#333;
	letter-spacing:1px;
}
.advance-search-form-bar-desktop-classic ul.PriceList:last-child{
	margin-bottom:0px;
}
.checkbox-col-5{
  /* Prevent vertical gaps */
  -webkit-column-count: 5;
  -webkit-column-gap:   0px;
  -moz-column-count:    5;
  -moz-column-gap:      0px;
  column-count:         5;
  column-gap:           0px;  
}
.checkbox-col-4{
  /* Prevent vertical gaps */
  -webkit-column-count: 4;
  -webkit-column-gap:   0px;
  -moz-column-count:    4;
  -moz-column-gap:      0px;
  column-count:         4;
  column-gap:           0px;  
}
.checkbox-col-3{
  /* Prevent vertical gaps */
  -webkit-column-count: 3;
  -webkit-column-gap:   0px;
  -moz-column-count:    3;
  -moz-column-gap:      0px;
  column-count:         3;
  column-gap:           0px;  
}



@media only screen and (max-width: 1024px) {
	.advance-search-form-bar-desktop-classic{
		padding: 5px 0px 5px 0px;
	}
	.advance-search-form-bar-desktop-classic .search-form .typeahead__field input[type=search],.advance-search-form-bar-desktop-classic .search-form .form-control , button.mob-advance-form-trigger{
		height: 30px ;
		min-height: 30px;
		line-height:20px;
	}
	.advanceSearch-mega-popup .modal-dialog,.advanceSearch-mini-popup .modal-dialog{
		margin:0px;
		width: 100%;
		border-radius: 0px;
		border: 0px;
	}
	.advanceSearch-mega-popup .modal-footer {
		padding: 0px;
		height: 40px;
		z-index: 1;
		border-radius:0px;
		border-top: 1px solid #324268;
	}
	.advanceSearch-mega-popup .modal-footer button{
		padding: 0px;
		margin:0px;
		height: 100%;
		border-radius:0px;
		background:#324268;
		color:#FFF;
	}
	.advanceSearch-mega-popup .modal-footer button:first-child{
		background:#333;
	}
	.advanceSearch-mega-popup .modal-content.advanceSearch-mega-popup-content, .advanceSearch-mini-popup .modal-content.advanceSearch-mini-popup-content{
		margin:0px;
		width: 100%;
		border-radius: 0px;
		border: 0px;
	}
	.advanceSearch-mini-popup.bottom{
		bottom:0px !important;
		top:auto !important;
	}
	.advanceSearch-mini-popup-header{
		display:inline-block;
		text-align:center;
		border-top-right-radius: 30px;
		border-top-left-radius: 30px;
	}
	.advanceSearch-mini-popup .modal-content{
		border-top-right-radius: 30px !important;
		border-top-left-radius: 30px !important;
		box-shadow: 0 -3px 6px #5d5a5a73;
	}
	
	.advanceSearch-mega-popup .CloseButton{
		position: absolute;
		top: 10px;
		right: 10px;
		background: #324268;
		color: #FFF;
		padding: 5px 5px;
		height: 30px;
		width: 30px;
		font-size: 30px;
		line-height: 10px;
		border: 0px;
		border-radius: 50%;
		z-index:1;
	}
	.advanceSearch-mini-popup .CloseButton{
		position: absolute;
		top: 16px;
		right: 16px;
		background: #324268;
		color: #FFF;
		padding: 5px 5px;
		height: 20px;
		font-size: 20px;
		line-height: 12px;
		border: 0px;
		border-radius: 50%;
	}
	.advanceSearch-mini-popup-body a{
		display:block;
		padding : 0px 10px;
	}
	.advanceSearch-mini-popup-body .single-property-area-mini{
		box-shadow:0 0 5px #CCC;
		margin:5px 0px;
		width:100%;
		max-height:140px;
		overflow:hidden;
	}
	.advanceSearch-mini-popup-body .single-property-area-mini .single-property-info{
		font-size: 13px;
		line-height: 18px;
		padding: 5px;
		height:100px;
	}
	.advanceSearch-mini-popup-body .single-property-area-mini .property-thumb {
		font-size: 13px;
		line-height: 18px;
		height:100px;
		border: 1px solid #ccc0c05c;
	}
	.advanceSearch-mini-popup-body .single-property-area-mini .property-thumb img{
		width:100%;
		height:100px;
		object-fit: cover;
		object-position: center;
	}
	
	.advanceSearch-mini-popup-body .single-property-area-mini .single-property-info ul li:nth-child(1){
		height: 20px;
		font-size: 13px;
		line-height: 20px;
		color:#999;
	}
	.advanceSearch-mini-popup-body .single-property-area-mini .single-property-info ul li:nth-child(2){
		font-size: 13px;
		color: #a7a5a5;
		height: 15px;
		line-height: 15px;
	}
	.advanceSearch-mini-popup-body .single-property-area-mini .single-property-info ul li:nth-child(3){
		font-size: 23px;
		color: #324268;
		height: 30px;
		letter-spacing: 2px;
		line-height: 30px;
		margin: 5px 0px;
	}
	.advanceSearch-mini-popup-body .single-property-area-mini .single-property-info ul li:nth-child(4){
		font-size: 13px;
		color: #a7a5a5;
		height: 15px;
		line-height: 15px;
	}
	
	.advanceSearch-mini-popup-body .single-property-area-mini .property-counts{
		height: 40px;
		line-height: 40px;
		color: #FFF;
		background: #324268;
		width:100%;
		overflow:hidden;
	}
	.advanceSearch-mini-popup-body .single-property-area-mini .property-counts div{
		height: 40px;
		line-height: 40px;
		color: #FFF;
		background: #324268;
		width:100%;
		overflow:hidden;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.advanceSearch-mini-popup-body .single-property-area-mini .property-counts div:first-child{
		border-right:0px;
	}
	.advanceSearch-mini-popup-body .single-property-area-mini .property-counts div:last-child{
		border-left:0px;
		background: #333;
	}
	
	.mob-search-fields a.form-nav-dropdown-toggle{
		display:block;
		width:100%!important;
		padding: 10px;
		border:1px solid #324268;
		margin: 10px 0px 0px 0px;
		position:relative;
	}
	
	.mob-search-fields .form-nav-item-dropdown.show{
		z-index: auto;
		border: 0px;
		padding:0px;
		border: 1px solid #324268;
		border-radius: 0px;
		border-top:0px;
		width:100%;
	}
	.mob-search-fields .form-nav-dropdown-toggle.modified span.modified-point {
		display: block;
		position: absolute;
		top: 18px;
		right: 45px;
		color: #d92228;
		line-height: 0;
		font-size: 12px;
	}
	
	.mob-search-fields .form-nav-item .radio-lable-btn{
		box-shadow: none;
		margin-right: 6px;
		background-color: #fff;
		color: #333;
		font-size: 15px;
		font-weight: 400;
		text-align: center;
		line-height: 35px;
		border: 1px solid #e6eae7;
		border-radius: 0;
		padding: 1px 10px 1px 10px;
	 
	}
	.mob-search-fields .form-nav-item .radio-lable-btn.active {
		border: 1px solid #324268;
		color: #324268;
	}
	.mob-search-fields .form-nav-item .radio-lable-btn:last-child{
		margin-right: 0px;
	}
	.mob-search-fields .form-nav-item .form-check{	
		margin-bottom:10px;
	}
	.mob-search-fields .form-nav-item .form-check:last-child{
		margin-bottom:0px;
	}
	
	.mob-search-fields .nice-select{
		font-size: 15px;
		font-weight: 500;
		height: 40px;
		line-height: 25px;
	}
}

/*MODALs : START */


/*MODALs : END */

.collapse:not(.show) {
    display: none;
}

.typeahead__dropdown, 
.typeahead__list {
	max-height: 350px;
    overflow: auto;
}