:root{
	--menubar-dropdown-title-color: #00668d;
	--menubar-dropdown-text-color:#607d8b;
	--menubar-dropdown-hover-text-color: #00668d;
	--menubar-sub-dropdown-hover-bg-color: #add8e6;
	--menubar-dropdown-list-h-bg-color:  lightblue;
}
body{
	/*font-family: "Poppins", sans-serif;*/
}
.active_property_type_chip{
	background-color:#ffeeee;
}

.modal_search_btn > a{
	text-decoration: none;
	color:white;
}
.dashboard_wrapper{
	/*flex: 1;
	padding-left: 20px;
	line-height: 35px;*/

}
.dashboard_wrapper > a{
	transition: 0.3s;
	text-decoration: none;
	color: var(--disable-text);
	display: block;
	flex: 1;
	padding-left: 20px;
	line-height: 35px;
}
.dashboard_wrapper:hover > a{
	background-color:#b2c2c9 ;
	cursor: pointer;
	transition: 0.3s ease;
	color:black;
}


#scrolling-image {
  width: 100%;
  height: 450px;
}
.splide__slide img {
  width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.blur-bg-section {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.bg-image {
  background-image: url('../images/plots-12.png'); /* Replace with actual image */
  background-size: cover;
  background-position: center;
  filter: blur(1px);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* Change to 'center' or 'flex-end' if needed */
  padding-left: 80px;
}

.content-box {
  background-color: rgba(10, 29, 55, 0.7);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(5px);
  height: 450px;
  width: 29%;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 60px;
  border-radius: 8px;
  font-family: 'Lato', sans-serif;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.content-box h2 {
  margin-bottom: 15px;
  font-size: 25px; /* increased from 24px */
  color: white;
  font-weight: 700;
  width: 100%;
}

.content-box p {
  margin: 12px 0;
  font-size: 18px; /* increased from 14px */
  font-weight: 600;
  color: white;
  display: flex;
  align-items: center;
  gap: 10px; /* space between icon and text */
}

.content-box p i {
  font-size: 18px;
  color: #00d8ff; /* accent color */
}

.explore-btn {
  display: inline-block;
  margin-top: 20px;
  background-color: white;
  color: black;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.explore-btn:hover {
  background-color: #f0f0f0;
}




.user_notification_icon a > img{
    width: 30px;
    height: 30px;
    margin-right: 12px;
    margin-top: -2px;
}
.notification-box{
	background: #eee;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 470px;
	/*height: 60vh;*/	    
    display: none;
    z-index: 999999999;
    position: absolute;
    top:97px;
    right:79px;
    overflow: visible;
}
.notificationtitle{
	border-bottom: 1px solid #ddd;
	line-height: 33px;
	padding-left: 10px;
	background: white !important;
	border-radius: 4px 4px 0px 0px;
	position: sticky;
	top:0px;
}
.each-notification{
	border-radius: 6px;
	/* width: 20%; */
	margin: 10px;
	background: white;
	border: 1px solid #bab7b6;
	padding: 8px;
}
.user-image > img{
	width: 100%;
    /* line-height: 91px; */
  /*  paddin-top: 3px;
    padding-left: 5px;*/
    border-radius: 5px;
}
.each-notification-detail{
	font-size: 12px;
}
.notificationMessage{
	color:#4caae3;
}
.notification_date{
	color:#999;
}
.notification_section{
	color:#999;
}
.all-notification{
	display: flex;
	position: sticky;
	bottom:0px;
	line-height: 35px;
	background: white;
	z-index: 9999;
	color:#2a9cc6;
	border-bottom: 1px solid white;
}
.cancel-notification{
	margin-left: auto;
	padding-right: 14px;
	cursor: pointer;
	color:#2a9cc6;
	border-bottom: 1px solid white;
}
.allNotification{
	padding-left: 12px;
	cursor: pointer;
}
.allNotification > a{
	color:#2a9cc6;
}
.allNotification:hover{
	text-decoration: underline;
}
.cancel-notification:hover{
	text-decoration: underline;
}
.notification-top{
	width: 15px;
    height: 15px;
    background: white;
    border: 1px solid #dddddd;
    border-left: none;
    transform: translate(-58);
    border-bottom: none;
    position: absolute;
    top: -8px;
    right: 35px;
    transform: rotate(-45deg);
    /* z-index: 99999999999999999999999999999; */
    overflow: hidden;
}
.notification-arraow{
	position: relative;
}
.notification-main-container{
/*	height: 55vh;*/
	overflow-y: scroll;
	overflow-x: hidden;
}



.header{
	box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.11);
}

.header_top_container{
	/*background-color: #13265c;*/
}

.image_container{	
	text-align: center;
	background:white;
	width:40%;
	margin: auto;
	border-radius: 20px;
	padding-bottom: 20px;
	margin-top: 7%;
}
.loader_container{
	position: fixed;
	width:100%;
	height:100%;
	z-index: 9999;	
	background-color: rgba(0, 0, 0, .8);	
	display: none;
}
.loading_text{
	font-size: 19px;
	margin-bottom: 20px;
}
.image_container > img{
	width:45%;
}

.main_container{

}
.modal-dialog{
	z-index: 99999999999999;
}

/*search modal starts*/

#headerModal.modal{
	--bs-modal-width: 1000px !important;
	z-index: 99999999999999999 !important;
}
#headerModal > .modal-dialog{
	width: auto;
	margin-top: 7%;
}
#headerModal .modal-content{
	height: 500px;
	border-radius: 20px;
}
#headerModal .modal-body{
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 0;
	overflow: hidden;
}
.modal_top_section{
	flex: 0.7;
	height: 100%;
	background-size: cover;
	background-position: center;
	border-radius: 20px 20px 0px 0px;
	background-image: url('../images/search_back.jpg');
}
.modal_bottom_section{
	flex: 1;
}

.search_modal_container{
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 30%;
	left: 6%;
	width: 88%;
	background-color: white;
	/*border: 1px solid silver;*/
	border-radius: 10px;
	z-index: 999;
	box-shadow: 0 0 10px 1px rgba(21,28,34,0.5);
}
.district_option_wrapper{
	line-height: 54px !important;
/*	position: relative;*/
/*	border-right:1px solid lightgray ;*/
}
.search_modal_tabs_container{
	/*padding: 10px;*/
	/*border-bottom: 1px solid #f4f5f7;*/
	border-bottom: 1px solid rgba(192,192,192,0.4);
	display: flex;
}
.search_modal_tabs_container > a{
	text-decoration: none;
}
.search_modal_tabs{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: auto;
}
.active_search_tab{
	position: relative;
	/*border-bottom: 3px solid #0078db !important;*/
	/*border-radius: 2px;*/
	/*border-top-left-radius: 15px;*/
	/*border-top-right-radius: 15px;*/
}
.active_search_tab > .search_tab_anim{
	background-color: #0078db !important;
	/*opacity: 1 !important;*/
}
.active_search_tab > span{
	color: rgba(31,37,51,1.0) !important;
}
.each_search_tab{
	/*flex: 1;*/
	/*border-bottom: 3px solid white;*/
	position: relative;
	text-align: center;
	padding: 0px 20px;
	/*margin: 0px 10px;*/
	line-height: 50px;
	transition: 0.3s;
	cursor: pointer;
}
.each_search_tab > .search_tab_anim{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	transition: all 0.3s ease;
	background-color: white;
	height: 3px;
	/*opacity: 0;*/
}
.each_search_tab > span{
	font-size: 15px;
	font-weight: 600;
	color: rgba(31,37,51,0.6);
	transition: 0.3s;
}
.search_option_container{
	padding: 0px 15px;
	height: 55px;
}
.search_option{
	position: relative;
	/*height: 33px;*/
}
.each_search_option.active_search_option{
	opacity: 1;
	display: flex;
}
.each_search_option{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	display: none;
	transition: 0.3s;
}
.each_search_input{
	display: inline-block;
}
.each_search_input .line{
	top: 0 !important;
	left: unset;
	right: 0;
	height: 35px;
}
.search_input{
	font-weight: 500;
	font-size: 13px;
	border-radius: 8px;
	padding:0px 10px;
	padding-left: 1px;
	outline: none;
	border: none;
	line-height: 5px;
	text-overflow: ellipsis;
}


.search_location_option input{
	/*border-radius: 20px;*/
	width: 312px;
}
.developer_search_option > .search_location_option input{
	width: 600px;
}
.line_wrapper{
	position: relative;
}
.line_wrapper > .line{
	position: absolute;
	left: 0;
	margin-right: 5px;
	height: 55px;
	top: 0px !important;
	background-color: rgba(192,192,192,0.4);
}


.property_type_option{
	/*position: relative;*/
	line-height: 55px;
}
.location_option_wrapper{
	position: relative;
	line-height: 54px;
	padding-left: 11px;
/*	border-left:1px solid lightgray;*/
}
.district_option_wrapper > select{
	border:none;
	font-size: 14px;
	font-weight: 400;
	color:var(--disable-text);
	padding-right: 19px;
	outline: none;
}
.property_type_option_wrapper{
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}
.search_filter_wrapper{
	margin-bottom: 20px;
}

.property_type_selection{
	position: absolute;
	top: 50%;
	left: 10%;
	width: 84%;
	border-radius: 0px 0px 10px 10px;
	/*border: 0.2px solid #d7d7d7;*/
	border-top: none;
	background-color: white;
	color: #606060;
	padding-bottom: 15px;
	padding-top: 35px;
	padding-left: 19px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 1px 4px 0 rgba(0,106,194,0.3);
}
.each_property_type_option > label{
	width: max-content;
	border-radius: 32px;
	background-color: var(--inactive-chip-bg);
	color: var(--inactive-chip-color);
	border: 1px solid white;
	text-align: center;
	padding: 5px 15px;
	font-size: 14px;
	cursor: pointer;
	margin-right: 10px;
	transition: 0.3s;
	margin-bottom: 8px;
}
.plus_check_wrapper{
	display: inline-block;
	position: relative;
	height: 10px;
	width: 10px;
	margin-right: 10px;
}
.plus_check_wrapper > .line_one{
	position: absolute;
	top: 0;
	left: 5px;
	height: 10px;
	width: 1px;
	background-color: silver;
	transition: 0.3s;
}
.plus_check_wrapper > .line_two{
	position: absolute;
	top: 4px;
	left: 0;
	width: 10px;
	height: 1px;
	background-color: silver;
	transition: 0.3s;
}
.each_property_type_option > input:checked ~ label > .plus_check_wrapper > .line_one{
	transform: rotate(45deg);
	height: 14px;
	left: 8px;
	top: -2px;
	background-color: #593a3a ;
}
.each_property_type_option > input:checked ~ label > .plus_check_wrapper > .line_two{
	width: 7px;
	top: 7px;
	left: -2px;
	transform: rotate(45deg);
	background-color:#593a3a ;
}

.check_mark{
  	display: inline-block;

}
.check_mark > i{
	margin-right: 5px;
}
.each_property_type_option > label > .check_mark > .la-check{
	opacity: 0;
	display: none;

}
.each_property_type_option > label > .check_mark > .la-plus{
	opacity: 1;
	display: inline-block;
}
.each_property_type_option > input{
	display: none;
}
.default_search_modal_label{
	color: var(--disable-text) !important;
}
.active_search_modal_label{
	color: black !important;
}
.each_property_type_option > input:checked ~ label{
	background-color: #ffeeee;
	color: #947a7a;
	border: 1px solid var(--active-chip-color);
}
.each-project-type{
	margin-left: -20px;
}
.each-project-type-value{
	margin-left: -51;
}
.project_type_option{
	padding-left: 6px !important;
}


.each_property_type_option > input ~ label > .check_mark > .la-plus{
	animation: rotate 0.5s ease forwards;
}
.each_property_type_option > input:checked ~ label > .check_mark > .la-check{
	display: inline-block;
	animation: rotate 0.5s ease forwards;
}
.each_property_type_option > input:checked ~ label > .check_mark > .la-plus{
	opacity: 0;
	display: none;
}
@keyframes rotate{
	0%{
		transform: rotate(90deg);
	}
	100%{
		opacity: 1;
		transform: rotate(0deg);
	}
}
.active_search_input_option > i{
	transform: rotate(-180deg);
}
.search_option_label{
	color: var(--disable-text);
	font-size: 14px;
	/*font-weight: 600;*/
	padding-left: 10px;
	padding-right: 5px;
	cursor: pointer;
	transition: 0.3s;
}
.search_option_label > span{
	display: inline-block;
/*	width: 104px;*/
	line-height: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.search_option_label > i{
	font-size: 14px;
	margin-left: 5px;
	transition: 0.3s;
	position: relative;
	top: -2px;
}

select option[value="None"]{
	display: none;
}
.budget_range{
	display: flex;
	flex-direction: column;
	line-height: 55px;
}
.budget_input_option_wrapper{
	position: absolute;
	top: 50%;
	left: 10%;
	width: 80%;
	background-color: white;
	border-radius: 0px 0px 10px 10px;
	display: flex;
	flex-direction: column;
	padding: 10px;
	padding-top: 35px;
	box-shadow: 0 1px 4px 0 rgba(0,106,194,0.3);
}
.budget_input_wrapper{
	display: flex;
	flex-direction: row;
	margin: 10px 0px;
}
.budget_input_wrapper input{
	height: 32px;
	line-height: 32px;
	width: 96px;
	border-radius: 32px;
	background-color: white;
	border: 1px solid #d7d7d7;
	outline: none;
	padding-left: 14px;
	font-size: 14px;
	color: #606060;
	cursor: pointer;
}
.min_range_input_wrapper{
	padding: 0px 10px;
}
.max_range_input_wrapper{
	padding: 0px 10px;
}

.budget_option_wrapper{
	display: flex;
	flex-direction: row;
}
.min_range_option_wrapper{
	flex: 1;
}
.max_range_option_wrapper{
	flex: 1;
	margin-left: 120px;
}
.each_range_input_value{
	font-size: 14px;
	padding: 0px 15px;
	line-height: 32px;
	color: #606060;
	cursor: pointer;
}
.each_range_input_value_label{
	font-size: 14px;
	padding: 0px 15px;
	font-weight: 600;
	line-height: 32px;
	color: #212529;
}
.each_range_value{
	width: 70px;
	display: inline-block;
	padding: 3px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	box-shadow: -1px 1px 3px rgba(0,0,0,0.3);
	/*border: 1px solid rgba(192,192,192,0.3);*/
	/*background-color: var(--light-color);*/
	margin-bottom: 5px;
}
.each_range_value > span{
	font-size: 12px;
	height: auto;
	display: inline-block;
	color:black;
}

.budget_value_option_wrapper input[type="radio"]:checked + label {
    background-color: var(--active-chip-bg);
    /*border-color: var(--active-chip-color);*/
    color: var(--active-chip-color);
}

.budget_value_input_option_wrapper{
/*	display: flex;*/
	flex-direction: column;
	position: absolute;
	top: 50%;
	left: 10%;
	width: 80%;
	background-color: white;
	border-radius: 0px 0px 10px 10px;
	padding: 10px;
	padding-top: 45px;
	box-shadow: 0 1px 4px 0 rgba(0,106,194,0.3);
}
.budget_value_input_wrapper{
	display: flex;
	flex-direction: row;
	margin: 0px auto;
}
.separate_line{
	margin: 0px 15px;
	line-height: 33px;
}
.min_value_input_wrapper{
	position: relative;
}
.max_value_input_wrapper{
	position: relative;
}
.each_range_label{
	position: absolute;
	top: -8px;
	font-size: 12px;
	color: var(--disable-text);
	transform: translateX(-50%);
	left: 50%;
	background-color: white;
	/*z-index: 9999;*/
	opacity: 0;
	transition: 0.3s;
}
.selected_value_label > .each_range_label{
	opacity: 1;
} 
.budget_value_option_wrapper{
	display: flex;
	flex-direction: row;
	margin-top: 25px;
}
.min_value_option_wrapper{
	flex: 1;
	margin-right: 10px;
	height: 110px;
	overflow-y: scroll;
}
.min_value_option_wrapper::-webkit-scrollbar{
	width: 3px;
}
.min_value_option_wrapper::-webkit-scrollbar-track{
	background-color: transparent;
}
.min_value_option_wrapper::-webkit-scrollbar-thumb{
	background-color: silver;
	border-radius: 5px;
}
.max_value_option_wrapper{
	margin-right: 10px;
	flex: 1;
	height: 110px;
	overflow-y: scroll;
}
.max_value_option_wrapper::-webkit-scrollbar{
	width: 3px;
}
.max_value_option_wrapper::-webkit-scrollbar-track{
	background-color: transparent;
}
.max_value_option_wrapper::-webkit-scrollbar-thumb{
	background-color: silver;
	border-radius: 5px;
}
.range_value_input{
	outline: none;
	height: 36px;
	line-height: 36px;
	width: 140px;
	border-radius: 8px;
	border: 1px solid silver;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: var(--disable-text);
}
.selected_price_value{
	color: black !important;
}
.range_value_input:focus{
	outline: none;
}
.value_end_line{
	height: 6px;
	vertical-align: middle;
	width: 1px;
	margin: 0px 8px;
	background-color: silver;
	/*display: inline-block;*/
	display: none;
}
.each_min_value{
	display: inline-block;
	border: 1px solid rgb(192 192 192 / 30%);
	border-radius: 3px;
	background-color: var(--light-color);
	padding: 2px;
	margin-bottom: 5px;
	width: 45px;
	text-align: center;
}
.each_min_value > span{
	font-size: 10px;
	height: auto;
	display: inline-block;
}
.each_min_value > span > p{
	font-size: 10px;
	display: inline-block;
	margin: 0px;
}
.budget_value_option_wrapper input{
	display: none;
}


.search_option_chip{
	padding: 5px 15px;
	color: var(--inactive-chip-color);
	margin-right: 10px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	background-color: var(--inactive-chip-bg);
	border-radius: 20px;
	border: 0.2px solid silver;
}
.posted_by_label{
	position: relative;
}
.posted_by_option{
	display: flex;
	flex-direction: row;
	padding: 0px 15px;
}
.each_posted_by_option{
	margin-right: 18px;
}
.each_posted_by_option > input{
	cursor: pointer;
}
.each_posted_by_option > label{
	padding-left: 5px;
	cursor: pointer;
	font-size: 14px;
}
.ready_to_move_label{
	position: relative;
}
.ready_to_move_option{
	display: flex;
	flex-direction: row;
	padding: 0px 15px;
}
.each_ready_to_move_option{
	margin-right: 30px;
}
.each_ready_to_move_option > label{
	padding-left: 5px;
	font-size: 14px;
}
.area_label{
	position: relative;
}
.area_option{
	display: flex;
	flex-direction: row;
	padding: 0px 15px;
}
.project_status_label{
	position: relative;
}
.project_status_option{
	display: flex;
	flex-direction: row;
	padding: 0px 15px;
	
}
.possession_status_option{
	display: flex;
	flex-direction: row;
	padding: 0px 25px;
	flex-wrap: wrap;
}
.each_project_status_option,.each_possession_status_option{
	margin-right: 30px;
}
.each_project_status_option > input{
	cursor: pointer;
}
.each_project_status_option > label,.each_possession_status_option > label{
	padding-left: 5px;
	cursor: pointer;
	font-size: 14px;
}
.modal_search_btn_wrapper{
	position: absolute;
	top: 0;
	right: 0;
	margin: 12px 0px;
}
.modal_search_btn{
	background-color: #0078db;
	color: white;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 5px;
	transition: 0.3s;
	cursor: pointer;
}
.modal_search_btn:hover{
	background-color: #0a58ca;
}


/*search modal ends*/

.header_top_container{
	/*background-color:#032946;*/
	background-color: #0a1d37;
	/*background-color: var(--primary-color);*/
	color:white;
	box-sizing: border-box;
}
.header_bottom_container{
	height: 41px;
    box-sizing: border-box;
    /*background-color:#032946;*/
    background-color: #0a1d37;
    margin-bottom: 20px;
   
}
.logo_container{
	padding: 7px;
	padding-top: 10px;
}
.logo_img > a  > img{
	height: 28px;	
	margin-left: 20%;
	transform: translateY(20px )scale(1.5);
}
.logo_img > a{
	text-decoration: none;
	font-size: 20px;
	color: white;
}

.header_option_container{
	padding: 7px;
	display: flex;
}
.search_wrapper{
	flex: 2.5;
	/*line-height: 20px;*/
}
.header_wrapper{
	/*flex: 2;*/
	display: flex;
	padding: 2px 0px;
	text-align: right;
	margin-right: 22px;
}
.header_wrapper > a{
	color:white;
	text-decoration: none;
}
.header_option{
	line-height: 22px;
	border-radius: 15px;
	padding: 5px 12px;
	font-size: 12px;
	display: inline-block;
	margin-left: 5px;
}
.header_option > a{
	text-decoration: none;
	color: black;
	font-size: 13px;
	font-family: "Nunito",sans-serif;
}
.header_option > span.lable{
	line-height: 10px;
}
.search_box{
	margin: auto;
	margin-left: 13%;
	height: 37px;
	border-radius: 31px;
	padding: 0px 15px;
	font-size: 13px;
	display: flex;
	transition: 0.3s;
	background-color: white;
	color: black;
	width: 62%;
	box-shadow: 0px 1px 6px 0px #20212447;
}
.search_box > .search_icon {
	padding-top: 10px;
}
.search_box > .search_text{
	flex: 2;
	line-height: 38px;
	text-align: left;
	font-size: 13px;
}
.search_box > .search_icon{
	   flex: 1;
	    text-align: right;
	    line-height: 14px;
	    /* padding-top: 9px; */
	    font-size: 17px;
	    color:#021638;
	    /*padding-top: 10px;*/
}
.search_box > .search_icon > i{
	padding-left: 10px;
	color: dimgray;
}
.search_box:hover > .search_icon > i{
	/*transform: scale(1.20);*/
	color: black;
}
#search_fade_text{
	width: 140px;
	text-align: left;
}
.each_fade_item{
	display: none;
}
.post{
	background-color:#fff;
	color: black;
}
.menu_container{
	position: relative;
	/*display: flex;*/
	/*justify-content: center;*/
	margin-left: 16%;
}
.menu_container > .option {
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 17px;
	border-radius: 8px 8px 0px 0px;
	font-size: 14px;
	font-weight: inherit;
	transition: 0.3s;
	color:#fff;
	text-decoration: none;
	cursor: pointer;
}
.option:hover{
	background-color: white;
	box-shadow: 0px -7px 10px rgba(0, 0, 0, 0.2);
	color: black;
	cursor: pointer;
	/*box-shadow: 0px -7px 10px rgba(0,0,0,0.2);
	cursor: pointer;
	background-color: white;
	color: black;*/
}
.option:hover > a{
	/*background-color: white;*/
	/*box-shadow: 0px -7px 10px rgba(0, 0, 0, 0.2);*/
	color: black !important;
	cursor: pointer;
}
.menu_container > .option > a{
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px;
	border-radius: 8px 8px 0px 0px;
	font-size: 14px;
	font-weight: inherit;
	transition: 0.3s;
	color:#fff;
	text-decoration: none;
	cursor: pointer;
}
.menu_container > .option  > i{
	/*font-size: 15px;
	color: black;*/
}
.each_detail_wrapper{
	display: none;
	border-radius: 20px;
}
.option:hover .each_detail_wrapper{
	/*display: block;*/
}
.menu_section_three{
	margin-left: 97px;
}
.company_menu_img_section > img{
	width:269px !important;
	margin-top: 47px !important;
}
.menu_container > .option > .each_detail_wrapper > .company-detail{
	position: absolute;
	left: 39% !important;
	right: 0%;
	display: flex;
	box-shadow: 0px 7px 8px rgba(0,0,0,0.2);
	border-radius: 20px;
	box-sizing: border-box;
	background-color: white;
	line-height:35px;
	z-index: 999999;
	width:60% !important;
}
.menu_container > .option > .each_detail_wrapper > .detail{
	/*opacity: 0;*/
	/*visibility: hidden;*/
	position: absolute;
	left: 0%;
	right: 0%;
	display: flex;
	box-shadow: 0px 7px 8px rgba(0,0,0,0.2);
	border-radius: 20px;
	box-sizing: border-box;
	background-color: white;
	line-height:43px;
	z-index: 999999;
	width: 76% ;
}
.project_detail{
	width: 121% !important;
}
.company_detail{
	width: 80% !important;
	left: 20% !important;
}

.menu_container .option:hover > .each_detail_wrapper > .detail{
	opacity: 1;
	visibility: visible;
	border: solid 1px #adb5bd4f;
	border-top: none;
	border-radius: 0px 0px 8px 8px;
}
.menu_container .menu_section_one{
	/*background-color: white;*/
	padding: 10px 20px;
	padding-right: 0px;
	/*border-radius: 8px;*/
}
.sub_menu_wrapper{
	/*font-size: 14px;*/
}
.sub_menu_wrapper > .each_sub_menu{
	color: #084298a6;
	transition: 0.3s ease;
	padding: 5px 10px;
	border-radius: 5px;
	/*font-weight: ;*/
}
.sub_menu_wrapper > .each_sub_menu:hover{
	color: var(--menubar-dropdown-title-color);
	font-weight: 500;
	background-color: #e0f0fe;
	border-radius: 5px;
}
.each_sub_menu > i{
	opacity: 0;
	transform: translateX(-25px);
	transition: 0.3s ease;
}
.each_sub_menu_link{
	display: flex;
}
.each_sub_menu_link:hover{
	background-color: transparent !important;
}
.each_sub_menu_link:hover a{
	color: var(--menubar-dropdown-title-color) !important;
}
.each_sub_menu_link:hover .each_sub_menu_link-icon{
	color: var(--menubar-dropdown-title-color) !important;
}
.each_sub_menu_link > a{
	color: #084298 !important;
	text-decoration: none;
	font-weight: 500 !important;
	
}
.each_sub_menu_link-icon{
	margin: 1px 0px 0px 3px;
	transition: 0.3s;
}
.each_sub_menu:hover .each_sub_menu_link-icon{
	margin-left: 10px;
}
.each_sub_menu:hover > i{
	opacity: 1;
	transform: translateX(0px);
	color: #084298;
}
.menu_container .menu_section_two{
	flex: 1;			
	padding: 10px;
	padding-left: 0px;
}
.menu_container .menu_body_wrapper{
	position: relative;
	height: 100%;
/*	overflow: hidden;*/
}
.menu_container .each_menu_body_container{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 10%;
	width: 100%;
	/*height: 100%;*/
	background-color: white;
	color: black;
	transition: 0.3s ease;
	opacity: 0;
	visibility: hidden;
	border-radius: 30px;
	padding-left: 10px;
	display: flex;
	/*justify-content: space-evenly;*/
}
.each_submenu_type
{
	margin-left: 20px;
	margin-right: 10px;
	/*border-radius: 5px;	*/
	transition: 0.3s;
	/*width: 33%;*/
	text-align: left;
	border-left: 1px solid transparent;
}
.each_submenu_type:hover .each_submenu_heading_strip{
	width: 100%;
}
.each_submenu_heading_strip{
	height: 1px;
	width: 0%;
	background-color: var(--menubar-dropdown-title-color);
	padding: 1px 0px 0px 0px !important;
	transition: 0.3s;
	transition-property: width;
	transition-duration: 0.5s;
}
#each_subtype
{
	list-style: none;
	padding-left: 5px;
	margin: 0px;
	line-height: 25px;
}
#each_subtype > li > a
{
	text-decoration: none;
	font-size: 12px;
	display: block;
	/*color: #27272a;*/
	transition: 0.3s;
	color: var(--menubar-dropdown-text-color);
	/*text-align: left;*/
}
#each_subtype > li{
	transition: 0.3s;
}
#each_subtype > li:hover  a
{
	/*color: #b71540;*/
	/*color: var(--menubar-dropdown-hover-text-color);*/
	color: #00668d;
	padding-left: 3px;
}
.each_submenu_heading > div
{
	border-bottom: 1px solid transparent;
	font-size: 13px;
	color: #084298;
	/*color: black;*/
	font-weight: 500;
	padding: 5px 0px 0px 0px;
	margin-bottom: 5px;
	border-radius: 5px;
	/*text-align: left;*/
}
.each_submenu_type:hover > .each_submenu_heading > div
{
	/*border-bottom: 1px solid #084298;*/
	color:  #00668d;
	font-weight: 600;
	/*background-color: var(--menubar-dropdown-title-color);*/
}
.each_submenu_type:hover{
	/*border-left: 1px solid var(--menubar-dropdown-title-color);*/
}
.menu_img_section > img
{
	height: 200px;
	width:200px;
	margin: 10px;
	border-radius: 8px;
}
.each_menu_body_container.active_body{
	opacity: 1;
	left: 0;
	visibility: visible;
	background: linear-gradient(87deg, #e0f0fe, transparent);
	border-radius: 20px;
}
.active_body1{
	border-radius: 0px 20px !important;
}
.active_body2{
	border-radius: 20px 0px !important;
}
.active_menu1{
	border-radius: 5px 0px 1px 5px !important;
}

.active_first_menu{
	background-color: #e0f0fe;
	color: #084298;
	font-weight: 500;
	border-radius: 5px 0px 0px 5px !important;
	width: 100%;
}
.active_first_menu > i{
	opacity: 1;
	padding-left: 20px;
}
/*.each_sub_menu.active_menu{
	opacity: 1;
	visibility: visible;
	background-color: #e0f0fe;
	color: #084298;
	font-weight: 500;
	border-radius: 8px;
}
*/


.login_user_profile_dropdown_container1{
    border-radius: 12px;
    box-shadow: 0px 0px 5px 1px #f9e7e7;
    background: white;
    width: 210px;
    z-index: 99999999;
    position: absolute;
    top: 52px;
    right: 5px;
    display: none;
}
.login_user_email_box_container {
    display: flex;
    padding: 17px;
    height: 58px;
}
.login_user_email_box_container > img {
    width: 28px;
    height: 28px;
}
.login_user_email_box_container > span {
    font-size: 12px;
    color: #6d6565;
    margin-left: 12px;
    margin-top: 4px;
    font-weight: 500;
}
.email_bottom_line_container{
	/*margin-top: -13px;*/
    border-bottom: 0.5px solid #ebe8e8;
}
.login_user_email_box_container > img{
	width: 28px;
	height: 28px;
	/*margin-bottom: 9px;*/
}
.login_user_email_box_container > span{
	font-size: 12px;
	color: #6d6565;
    margin-left: 12px;
    margin-top: -1px;
    font-weight: 500;
}
.each_email{
	position: relative;
}
.each_email > span{
  font-size: 13px;
  color: #6d6565;
  margin-left: 12px;
  margin-top: 4px;
  font-weight: 500;
  position: absolute;
  top: -30px;
  left: 43px;
  width: 68%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.login_user_profile_content{
    margin-top: 4px;
    margin-bottom: 8px;
}
.login_user_profile_content > ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.login_user_profile_content > ul > li{
	/*display: flex;*/
	width: 210px;
	height: 45px;
	transition: 0.3s ease;
	position: relative;
}
.login_user_profile_content > ul > li:hover{
	background: #ebedfc;
	border-radius: 5px;
    /*width: 215px;
    margin-left: 7px;*/
    padding: 0px;
}
.login_user_profile_content > ul > .login_user_profile_dropdown_option_container:hover{
	/*background: #f0f8ffb8;*/
}
.login_user_profile_content > ul > .login_user_profile_dropdown_option_container:hover > i{
	display: none;
}
.login_user_profile_dropdown_option_container{
	margin-top: 9px;
	margin-bottom: 7px;
	border-top: 0.5px solid #ebe8e8;
}

.login_user_profile_content > ul > li:hover > i{
	display: block;
}
.login_user_profile_content > ul > li > a{
	text-decoration: none;
	/*padding-left: 15px;*/
	font-size: 12px;
	color: #615a5a;
	line-height: 50px;
	display: block;
	font-weight: 500;
	/*padding-left: 5px;*/
	transition: 0.8s ease;
	margin-left: 20px;
	/*margin-top: 6px;*/
}
.login_user_profile_content > ul > li > i{
	/*margin-top: 13px;*/
    /*margin-left: 80px;*/
    color: #7e8cf7;
    display: none;
    position: absolute;
    top: 15px;
    right: 13px;
    transition: 0.3s ease;
}
.login_user_profile_content > ul > li > a > i{
	font-size: 18px;
	color: #a5a2a2;
	vertical-align: middle;
	margin-right: 13px;
}




.option > i{
	font-size: 10px;
}
.menu_container .option > i{
	transition: 0.2s;
	color: #fff;
}
.menu_container .option:hover > i{
	transition: 0.2s;
	transform: rotate(-180deg);
}
.dashboard_header_part{
	display: flex;
	position: relative;
	justify-content: end;
	padding: 7px;
	margin-right: 21px;
}
.dashboard_header_part > .create_profile_wrapper{
	/*flex: 1;*/
	margin-right: 10px;

}
.create_profile{
	background-color:#fff;
    border-radius: 5px;
    text-align: center;
    /*padding: 0px 15px 0px 15px;*/
    width: 80px !important;
    font-size: 14px;
    width: fit-content;
    margin: auto;
    line-height: 32px;
    cursor: pointer;
    transition: 0.3s;
    cursor: pointer;
    margin-top: 4px;
}
.create_profile >a {
	display: block;
	text-decoration: none;
	color:black;
}
.register-profile-container{
	display: flex;
}
.dashboard_header_part > .login_user_wrapper{
}

.login_user_detail_wrapper{
	position: absolute;
	background-color: white;
	right: 7px;
	top: 33px;
	/*padding: 10px 20px;*/
	box-shadow: 0px 7px 8px rgba(0,0,0,0.2);
	/*border: 1px solid rgba(192,192,192,0.5);*/
	transition: 0.3s;
	border-radius: 0px 0px 10px 10px;
}
.horizontal_line{
	position: relative;
	width: 100%;
	height: 1px;
	background-color: rgba(192,192,192,0.5);
	margin: 13px 0px;
}
.my_activity_wrapper{
	position: absolute;
	top: -12px;
	left: 10px;
	z-index: 9999;
	background-color: white;
}
.my_activity_wrapper > span{
	font-size: 12px;
	color: silver;
}
.login_user_detail{
	display: flex;
	flex-direction: column;
	font-size: 14px;
	font-weight: 500;
}
.user_profile_wrapper{
	/*flex: 1;
	
	padding-left: 20px;
	line-height: 35px;
	margin-top: 20px;
	*/
}
.user_profile_wrapper > a{
	transition: 0.3s;
	text-decoration: none;
	color: var(--disable-text);
	flex: 1;
	display: block;
	padding-left: 20px;
	line-height: 35px;
	margin-top: 10px;
	
}

.user_profile_wrapper:hover > a{
	cursor: pointer;
	background-color:#b2c2c9;
	transition: 0.3s ease;
	color:black;
}

.notification_wrapper:hover > a{
	background-color: #b2c2c9;
/*	color:white !important;*/
	transition: 0.3s ease;
	color: black;
}
.notification_wrapper > a{
	text-decoration: none;
	color: var(--disable-text);
	transition: 0.3s;
	flex: 1;
	padding-left: 20px;	
	cursor: pointer;
	line-height: 35px;
	display: block;
}

.logout_wrapper{
	flex: 1;
	/*height: 40px;*/
	/*line-height: 40px;*/
	/*padding: 0px 8px;*/
	margin: 0px 50px;
	margin-bottom: 20px;
}
.logout_wrapper > a{
	text-decoration: none;
	color: white;
	font-size: 14px;
	cursor: pointer;
	background-color:red;
	padding: 4px 20px;
	transition: 0.3s;
	border-radius: 8px;
}
.logout_wrapper > a:hover{
	background-color: #333;
}


.login_user{
	background-color:#fff;
	color: black;
	border-radius: 5px;
	text-align: center;
	padding: 0px 15px 0px 15px;
	font-size: 14px;
	width: fit-content;
	margin: auto;
	/*line-height: 26px;*/
	transition: 0.3s ease;
	cursor: pointer;
	height: 23px;
}
.login_user > i{
	padding-top: 4px;
}

.login_user:hover{
	background-color: #d3d3d387;
}
.click_login_user{
	background-color: #d3d3d387;
}
/*.active_user_activity{
	background-color: #e7e7e7 !important;
	color: black !important;
	border-radius: 5px 5px 0px 0px !important;
	margin-top: 0px !important;
	line-height: 33px !important;
}
.login_user > i{
	vertical-align: middle;
	font-size: 18px;
	padding-right: 2px;
	transition: 0.3s ease;
}
.active_user_activity > i{
	transform: rotate(180deg) !important;
}
.active_user_activity ~ .login_user_detail_wrapper{
	opacity: 1 !important;
	display: block;
}*/
.login_user_detail_wrapper{
	opacity: 0;
	transition: 0.3s;
	display: none;
	
}
.login_user > span{
	margin-right: 5px;
}
.dashboard_header_part > .dashboard_wrapper{
	height: 40px;
	line-height: 40px;
	padding: 0px 8px;
	border-radius: 8px;
	font-size: 15px;
	cursor: pointer;
}
.dashboard_header_part > .dashboard_wrapper > span{
	color: white;
	font-size: 15px;
	background-color: #333;
	padding: 6px 25px;
	border-radius: 5px;
}

.login_container_header_file{
	display: flex;
 	position: relative;
 	justify-content: flex-end;
}
.login_container_header_file > .login_wrapper{
	text-decoration: none;
    color: black;
    font-size: 14px;
    background-color: #fff;
    line-height: 32px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 4px;
    width: 80px;
    /* background: linear-gradient(to right, #d81159, #d20040); */
    /* padding: 6px 25px; */
    border-radius: 5px;
    text-align: center;
    margin-left: 9px;
    margin-right: 10px;
}
.login_container_header_file > .login_wrapper:hover{
	cursor: pointer;
}
.login_container_header_file > .login_wrapper > a{
	text-decoration: none;
    color: black;
    display: block;
    /*font-size: 14px;
    background-color: #fff;
    line-height: 32px;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 4px;
    width: 80px;
    /* background: linear-gradient(to right, #d81159, #d20040); */
    /* padding: 6px 25px; 
    border-radius: 5px;
    text-align: center;*/
}
.login_container_header_file i{
	transition: 0.3s;
}
.login_container_header_file > .login_wrapper > .login_detail{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top:40px;
	left:105px;
	text-align: center;
	width: 90px;
}
.login_container_header_file:hover > .login_wrapper > .login_detail{
	opacity: 1;
	visibility: visible;
	border: solid 1px #adb5bd4f;
	border-top: none;
	border-radius: 0px 0px 8px 8px;
}
.user_icon{
	padding: 2px;
	font-size: 16px;
	border-radius: 30px;
	background-color: white;
	color: var(--primary-color);
}
.welcome{
	padding: 90px ;
}
.section_view{
	width: 100%;
	margin-bottom: 20px;
}
.section_view img{
	height: 400px;
}
.section_view .view_five{
	display: flex;
	overflow: hidden;
	border-radius: 8px;
	width: 100%;
	height: 430px;
	flex-direction: column;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}
.view_five > .section_top{
	flex: 3;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.view_five > .section_top > .property_img{
	height: 100%;
	overflow: hidden;
	background-position: center;
	background-image: url('../images/property.jpeg');
	background-size: cover;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	transition: 0.3s;
}
.view_five:hover > .section_top > .property_img{
	transform: scale(1.10);
}
.view_five > .section_top > .property_img > img{
	height: 100%;
}
.view_six_like_icon_wrapper > .like_icon > i{
	left: 10px !important;
	right: unset;
}
.like_icon > i{
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 30px;
	background-color: white;
	color: rgba(128,128,128,0.4);
	font-size: 20px;
	padding: 5px;
	z-index: 999;
}
.view_five > .section_bottom{
	flex: 2;
	position: relative;
}
.property_detail{
	position: absolute;
	top: -10%;
	background-color: white;
	border-radius: 8px;
	width: 90%;
	height: 100%;
	transform: translateX(5%);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	padding: 10px 20px 10px 20px;
}
.property_detail > .property_title{
	font-size: 15px;
	text-align: center;
	font-weight: 700;
	color: black;
}
.detail_center{
	display: flex;
	text-align: center;
}
.detail_center > .area_detail{
	flex: 1;
	padding: 10px;
}
.detail_center > .price_detail{
	padding: 10px;
	flex: 1;
	position: relative;
}
.detail_label{
	font-size: 13px;
	font-weight: 500;
	color: rgba(128,128,128,0.7);
	display: block;
	margin-bottom: 5px;
}
.unit{
	padding-left: 5px;
	font-size: 12px;
	font-weight: 600;
	color: rgba(128,128,128,0.7);
}
.value{
	font-size: 20px;
	color: black;
	font-weight: 700;
	display: block;
	margin-top: -7px;
}
.value_per_unit{
	font-size: 11px;
	color: rgba(128,128,128,0.7);
	display: block;
	margin-top: -5px;
}
.date_by{
	font-size: 11px;
	color: rgba(128,128,128,0.7);
	display: block;
}
.owner_name{
	font-size: 13px;
	color: black;
	display: block;
	font-weight: 600;
}
.line{
	height: 25px;
	position: absolute;
	width: 1px;
	background-color: rgba(128,128,128,0.5);
	left: 0;
	top: 30px;
}
.property_view_six_detail_bottom{
	margin-top: 20px;
}
.detail_bottom{
	display: flex;
}
.bottom_text{
	flex: 2;
}
.bottom_btn{
	flex: 1;
}
.explore_btn{
	background-color: #218380;
	text-align: center;
	color: white;
	font-weight: 600;
	position: relative;
	cursor: pointer;
}
.explore_btn > i{
	position: absolute;
	transform: translateX(-10px);
	top: 10px;
	opacity: 0;
	transition: 0.3s;
}
.explore_btn:hover > i{
	transform: translateX(10px);
	opacity: 1;
}
.view_five:hover{
	cursor: pointer;
}


.property_back_view{
	display: flex;
	overflow: hidden;
	border-radius: 8px;
	width: 100%;
	height: 430px;
	flex-direction: column;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}
.back_top_section{
	flex: 1;
	width: 100%;
	position: relative;
}
.back_top_section > .property_back_img{
	height: 100%;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.3);	
}
.back_top_section > .property_back_img > img{
	height: 150px;
	width: 100%;
	border-radius: 8px;
}
.top_section_wrapper{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 8px;
}
.section_top_detail{
	position: absolute;
	top: 88px;
	color: white;
	font-weight: 700;
	display: flex;
	flex-direction: row;
	padding: 10px;
}
.map_mark{
	flex: 1;
}
.location_area{
	flex: 10;
	font-size: 12px;
}
.permission_label_wrapper{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.permission_label{
	background-color: rgba(255, 159, 245, 0.30);
	padding: 5px 14px;
	margin: 5px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 700;
}
.ready_to_move_permission{
	display: inline-block;
}
.na_permission{
	display: inline-block;
}
.noc_permission{
	display: inline-block;
}
.property_info{
	text-align: center;
	margin-top: 10px;
}
.property_info > span{
	display: block;
	font-size: 10px;
	font-weight: 600;
	margin-bottom: -5px;
}
.more_about_property_wrapper{
	text-align: center;
	display: flex;
}
.possession_info{
	display: inline-block;
	flex: 1;
	padding: 10px;
	margin-top: 15px;
}
.direction_info{
	display: inline-block;
	flex: 1;
	padding: 10px;
	margin-top: 15px;
	position: relative;
}
.road_area_info{
	display: inline-block;
	flex: 1;
	padding: 10px;
	margin-top: 15px;
	position: relative;
}
.info_title{
	display: block;
	color: grey;
	font-size: 11px;
	font-weight: 600;
}
.info_detail{
	display: block;
	font-size: 11px;
	font-weight: 700;
}
.info_line{
	height: 20px;
	position: absolute;
	width: 1px;
	background-color: rgba(128,128,128,0.5);
	left: 0;
	top: 15px;
}
.button_wrapper{
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-weight: 500;
	margin-top: 15px;
}
.contact_btn{
	background-color: white;
	color: var(--primary-color);
	display: inline-block;
	border: 2px solid var(--primary-color);
	margin-right: 20px;
	transition: 0.3s;
}
.contact_btn:hover{
	color: white;
	background-color: var(--primary-color);
	cursor: pointer;
}
.detail_btn{
	background-color: var(--primary-color);
	color: white;
	display: inline-block;
}
.detail_btn:hover{
	cursor: pointer;
}

.section_top_detail > .map_mark > i{
	font-size: 20px;
}
.section_top_detail > .location_area > span{
	font-size: 9px;
	display: block;
}
.back_bottom_section{
	flex: 2;
	position: relative;
}

.view_one{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.view_one > .property_data > .data_bottom{
	position: relative;
}
.view_one > .property_data > .data_bottom > i{
	position: absolute;
	left: 30%;
	top: 20%;
	transition: 0.3s;
}
.view_one:hover > .property_data > .data_bottom > i{
	left: 34%;
}
.view_one > .property_img{
	overflow: hidden;
}
.view_one > .property_img > img{
	width: 100%;
	height:350px;
	transition: 0.3s;
}
.view_one:hover{
	cursor: pointer;
}
.view_one:hover > .property_img > img{
	transform: scale(1.10);
}
.view_one > .property_data{
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	top:0;
	width: 100%;
	height: 100%;
	padding: 10px;
	padding-top: 150px;
	color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0px 2px 6px rgba(0,0,0,0.5);
}
/*view_one ends*/

.new_property{
	margin-top: 30px;
}
.view_two{
	font-size: 15px;
	border-radius: 8px;
	border:solid 1px #0652d90f;
	padding: 5px;
	background-color: #0652d90f;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}
.view_two > .data_header{
	display: flex;
}
.view_two > .data_header > .property_img{
	overflow: hidden;
	height: ;
} 
.view_two > .data_header > .property_img > img{
	width:170px;
	height: 100%;
	flex: 1;
	transition: 0.3s;
}
.view_two:hover img{
	transform: scale(1.10);
}
.view_two > .data_header > .property_data{
	flex: 2;
	padding: 10px;
	padding-left: 20px;
}
.view_two > .data_footer{
	display: flex;
} 
.view_two .footer_one{
	flex: 2;
	padding: 5px;
}
.view_two .footer_two{
	flex: 1;
	padding: 5px;
}
.view_two > .data_footer > .footer_one > span{
	font-weight: 700;
}
.view_two .property_location{
	font-size: 13px;
	margin-top: -8px;
}
.lable{
	display: inline-block;
	padding: 2px 8px;
	color: white;
	border-radius: 7px;
	font-size: 9px;
}
.view_two .lable_top{
	position: absolute;
 	top: 10px;
 	left: -30px;
  	transform:rotate(-45deg);
	padding: 1px 6px;
	color: white;
	border-radius: 7px;
	font-size: 10px;
	width: 100px;
	text-align: center;
}
.view_two:hover .lable_top{
	color: yellow;
}
.danger{
	background-color: var(--success);
	color: white;
}
.warning{
	background-color: #ffc107;
	color: black !important;
	font-weight: 700;
	padding: 4px 9px;
	margin-left: 4px;
}
.info{
	background-color: var(--info);
	color: black !important;
}
.default{
	background-color: black;
}
.view_two #contact_btn{
	border-radius: 8px;
	background-color: var(--primary-color);
	font-size: 15px;
	border: none;
	color: white;
	border:solid 1px var(--primary-color);
	margin: 10px 0px;
	padding: 5px 7px;
	margin-right: 5px;
}
.view_two #view_btn{
	border-radius: 8px;
	background-color: white;
	font-size: 15px;
	border: none;
	color: var(--primary-color);
	border:solid 1px var(--primary-color);
	margin: 10px 0px;
	padding: 5px 7px;
	transition: 0.3s;
}
.view_two #view_btn:hover{
	background-color: var(--primary-color);
	color: white;
}
h6{
	font-weight: bold;
}
/*view_two ends*/

.project_area_rotate{
	transform: rotate(-180deg);
}
.view_three{
	display: flex;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.view_three > .property_img{
	overflow: hidden;
}
.view_three > .property_img > img{
	width:132px;
	height: 100%;
	flex: 1;
	transition: 0.3s;
}
.view_three:hover > .property_img > img{
	transform: scale(1.10);
	cursor: pointer;
}
.view_three > .property_data{
	flex: 2;
	font-size: 13PX;
	padding: 10px;
	background-color: #0652d90f;
}
.view_three > .property_data > #contact_btn{
	border-radius: 8px;
	background-color: var(--primary-color);
	font-size: 15px;
	border: none;
	color: white;
	border:solid 1px var(--primary-color);
	margin: 10px 0px;
	padding: 5px 7px;
	margin-right: 5px;
}
.view_three > .property_data > #view_btn{
	border-radius: 8px;
	background-color: white;
	font-size: 15px;
	border: none;
	color: var(--primary-color);
	border:solid 1px var(--primary-color);
	margin: 10px 0px;
	padding: 5px 7px;
	transition: 0.3s;
}
.view_three > .property_data > #view_btn:hover{
	background-color: var(--primary-color);
	color: white;
}
.view_three > .property_data > span{
	font-size: 15px;
}
/*view_three ends*/

.view_four{
	border-radius: 10px;
/*	overflow: hidden;*/
	background-color: #0652d90f;
 	position: relative;
 	box-sizing: border-box;
 	padding: 10px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.view_four > .property_img{
	overflow: hidden;
}
.view_four > .property_img > img{
	width: 100%;
	height:230px;
	transition: 0.3s;
}
.view_four:hover > .property_img > img{
	transform: scale(1.10);
}
.view_four > .property_data{
	height: 80px;
	font-size: 14px;
	margin-left:10px;
	display: flex;
	margin-top: 15px;
}
.view_four:hover{
	cursor: pointer;
}
.view_four:hover #view_four_btn1{
	opacity: 1;
} 
.view_four > .property_data > .data_botttom_one  > span{
	margin-top: -20px;
}
.view_four > .property_data > .data_botttom_one{
	flex: 2;
}
.view_four > .property_data > .data_botttom_two{
	flex: 1;
}
.view_four #view_four_btn1{
	background-color: var(--primary-color);
	font-size: 15px;
	color: white;
	margin: 10px;
	margin-left: 25px;
	border-radius: 8px;
	border: none;
	opacity: 0;
	transition: 0.3s;
}

/*mobile view*/
.header_main{
	background-color: var(--primary-color);
	color: white;
	padding: 10px;
	display: flex;
}
.menu_img > img{
	height: 20px;
}
.search_img{
	flex: 1;
	text-align: right;
	font-size: 25px;
}
.side_menu{
	position: fixed;
	height: 100%;
	width: 100%;
	top:0;
	left: -100%;
	z-index: 999;
	transition: 0.3s ease;
	background-color: rgba(0, 0, 0, 0.2);
	display: flex;
	box-sizing: border-box;
	opacity: 0;
}
.show{	
	left: 0;
	opacity: 1;
}
.side_container{
	padding: 20px;
	background-color: white;
	color: black;
	width: 70%;
	height: 100%;

}
.side_icon{
	padding-left: 10px;
	padding-top: 20px;
	font-size: 30px;
}


/*  property_view_six starts  */

.property_view_six{
	display: flex;
	flex-direction: row;
	border-radius: 15px;
	overflow: hidden;
	height: 350px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.view_six_img_container{
	height: 100%;
	flex: 1;
}
.view_six_detail_container{
	flex: 1;
	height: 100%;
	position: relative;
}
.view_six_img{
	background-image: url('../images/property.jpeg');
	height: 100%;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	position: relative;
}
.view_six_detail{
	position: absolute;
	left: -8%;
	top: 5%;
	height: 90%;
	border-radius: 15px;
	width: 104%;
	padding: 10px 20px;
	background-color: white;
	box-shadow: 2px 0px 8px rgba(0,0,0,0.2);
}
.view_six_detail_header > span{
	font-size: 22px;
	font-weight: 700;
}
.view_six_location{
	margin-top: -10px;
}
.view_six_location > i{
	display: inline-block;
}
.view_six_location > span{
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	color: #495057;
}
.login_user_detail_wrapper{
	z-index: 999999;
}
.hide_view_property{
	display: none;
}

/*----------------- index pg pending alert box css  -----------------------*/
.pending_img_container{
	/*border-bottom: 1px dotted black;*/
}
.pending_img_container > img{
    height: 16%;
    margin: auto;
    display: block;
    margin-top: 20px;
    /*width: 20%;*/
}
.text{
	text-align: center;
	font-size: 13px;
	color: #2e2525;	
	font-family: "Ubuntu", sans-serif;
}
.btn_container{
	border: 1px solid red;
	border-radius: 5px;
	/*height: 4%;*/
	width: 40%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 15px;
	background-color: red;
	cursor: pointer;
}
.continue_btn{
	color: white;
	padding: 5px;
	text-align: center;
	padding-top: 7px;
}
.btn_container:hover{
	background-color: #ff5757;
}
.main_box_container{
	box-shadow: 0px 1px 3px 3px rgba(0, 0, 0, 0.05);
	/*border: 1px solid lightgrey;*/
	border-radius: 15px;
	width: 23%;
	background-color: white;
	margin: auto;
	margin-top: 10px;
	padding-bottom: 5px;
}
.serch_value_location_container{
	position: absolute;
    top: 50%;
    left: 10%;
    width: 84%;
    border-radius: 0px 0px 10px 10px;
    /* border: 0.2px solid #d7d7d7; */
    border-top: none;
    background-color: white;
    color: #606060;
    padding-bottom: 15px;
    padding-top: 35px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 4px 0 rgba(0, 106, 194, 0.3);
    display: none;
}

/*  property_view_six ends  */

/*------------------------------ header responsive --------------------------------*/


@media only screen and (max-width: 600px){		
	.sale_property_area_box{
		flex: 1;
		text-align: center;
	}
	.sale_property_area_box1{
		flex:1;
		text-align: center;
	} 
	.platformimg-container{
		text-align-last: center;
	}
	.platform-title{
		font-size: 31px;
		text-align: center;
	}
	
	.property-title-container-v2 > h3{
		padding-top: 22px !important;
		padding-bottom: 0px !important;
	}
	.latest-property-title-container-v2 > h3{
	    padding-top: 25px !important;
		padding-bottom: 7px !important;
	}
	.recent-section-title-container{
	  	padding-top: 30px !important;
	  	padding-bottom: 40px !important;
	  }
	h3{
	  	font-size: 20px;
	}
	.property-item-info{
  		font-size: 10px;
	}
	.city-section-title-container{
	  	padding-top: 50px !important;
	  	padding-bottom: 20px !important;
	}
	.each-city{
	  	padding-top: 0px !important;
	}
	.city-icon > img{
	  	height: 40px;
	  	margin-top: 15px;
	}
	.profile-background{
	  	display: none;
	}
	section{
	  	/*padding-top: 30px !important;*/
	}
	.each-latest-properties{
	  	height: 600px;
	  	width: 100%;
	  	display: block !important;
	}
	.latest-property-container-img{
	  	height: 300px;
	  	width: 100% !important;
	  	position: relative;
	  	overflow: hidden;
	}
	.latest-property-container{
	  	width: 100% !important;
	}
	.sub-latest-property-container{
	  	width: 97% !important;
	    margin-left: -7px !important;
	    margin-top: -45px !important;
	    position: absolute;
	}
	.latest-property-name{
		font-size: 15px !important;
	}
	.latest-property-area{
		font-size: 12px !important;
	}
	.property-item-container-v2{
		margin-top: 12px !important;
    	margin-bottom: 12px !important;
	}
	.more-about-title-latest-property{
		font-size: 11px !important;
	}
	.more-about-item-latest-property{
		font-size: 10px !important;
		margin-top: 0px !important;
	}
	.property-main-content-v2 > span{
		font-size: 12px !important;
		font-weight: 600 !important;
	}
	.property-update-time-v2{
		display: flex !important;
	}
	.property-owner-v2{
		font-size: 14px !important;
		font-weight: 400 !important;
		margin-top: 15px !important;
	}
	.property-explore-btn-v2{
		
	}
	.property-explore-btn-v2 > a{
		width: 88% !important;
    	margin-left: -4% !important;
    	position: unset !important;
    	top: 0px !important;
	}



	/*header option responsive*/
	.dashboard_header_part{
		justify-content: left;
		padding-top: 0px;
	}
	.side_nav_menu{
		height: 15px;
	}
	.show_side_menu{
		right: 41px !important;
		top: 0px !important;
		/*display: block !important;*/
	}
	.side_menu_click_icon{
	    border-radius: 5px;
	    box-shadow: 0px 0px 4px 1px lightgray;
	    margin-right: 18px;
	    margin-top: 15px;
	    margin-bottom: 10px;
	}
	.side_menu_click_icon > i{
        font-size: 20px;
        line-height: 22px;
        padding: 5px;
        color: white;
	}
	.dashboard_header_part > .login_user_wrapper{
		margin-left: auto;
	}
	.side_nav_main_box_container{
		width: 90%;
	    height: 100vh;
        position: fixed;
        top: 0px;
        right: 105%;
        /*left: 0px;*/
        background-color: #000000;
	    /*background-color: #e3e3e5;*/
	    transition: all 0.3s ease;
	    z-index: 9999999;
	    /*display: none;*/
	}
	.side_menu_close_icon_container{
		/*border: 0.5px solid #414162;*/
	    border-radius: 16px;
	    width: 30px;
	    height: 30px;
	    text-align: center;
	    /*background-color: rgba(255, 255, 255, 0.1);*/
	    cursor: pointer;
	    position: absolute;
	    right: 23px;
	    top: 20px;
	}
	.side_menu_close_icon_container > i{
	    font-size: 18px;
	    color: white;
	    vertical-align: middle;
	    line-height: 27px;
	}
	.side_nav_box_container{
		margin-top: 70px;
	}
	.side_nav_each_box{

	}
	.side_nav_each_box > ul{
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	.side_nav_each_box > ul > li{

	}
	.side_nav_each_box > ul > li > a{
        text-decoration: none;
        color: white;
        font-size: 14px;
        font-weight: 600;
        padding: 20px 20px 20px 36px;
        display: block;
        border-top: 1px solid #fff;
	}
	.side_nav_each_box > ul > li > a > i{
		font-size: 12px;
		padding-left: 7px;
		color: white;
	}
	.side_nav_each_dropdown_box_container{
        border-top: 1px solid #fff;
        padding: 5px;
        display: none;
	}
	.side_nav_each_dropdown_box_container > ul{
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	.side_nav_each_dropdown_box_container > ul > li{

	}
	.side_nav_each_dropdown_box_container > ul > li > a{
		text-decoration: none;
		font-size: 13px;
		font-weight: 500;
		color: white;
		padding: 6px 10px 6px 43px;
		display: block;
	}


}
	@media screen and (max-width: 600px) {
	  .budget-range-inputs {
	    /*flex-direction: column;*/
	  }
	}
	@media only screen and (max-width: 600px){
		.logo_container{
			padding: 0px !important;
			padding-top: 0px !important;
		}
		.logo_img > a > img{
	        height: 20px;
        	margin-top: -17px;
        	margin-left: 22px;
		}
		.search_box{
			width: 100%;
			margin-top: 30px;
			margin-left: 0%;
			display: none;
		}
		.header_option_container{
			display: block;
			padding: 5px;
		}
		.header_option{
			margin-left: 11px;
		}
		.header_wrapper{
			padding: 10px 5px 5px 5px;
			text-align: left;
			margin-top: 17px;
		}
		.header_bottom_container{
			height: auto;
			background: none;
		}
		.menu_container{
			display: none;
		}
		.menu_container > .option{
			height: auto;
			line-height: normal;
			padding: 15px 9px;
			font-size: 14px;
		}
		.option > i{
			margin-left: 15px;
		}
		.menu_container{
			background-color: #e8f4ff;
		}
		.container_fluid_active_class{
			padding: 0;
		}
		.login_user{
			background: black;
			color: white;
			margin-right: 13px;
			margin-top: 15px;
		}
		.active_user_activity{
			background: black !important;
			color: white !important;
		} 

		.search_location_option input{
			width:264px;
		    border-bottom: 1px solid lightgray;
	        border-radius: 1px;
	        line-height: 20px;
		}
		.property_type_selection{
			top: 44%;
			left: 29px;
			width:330px;
			padding-bottom: 15px;
			padding-top: 5px;
			z-index: 999999999999;
		}
		.search_filter_wrapper{
			margin-bottom: 10px;
			margin-left: 8px;
			color:black;
		}
		.posted_by_option{
			display: block;
		}
		#headerModal .modal-content {
/*			height: 690px !important;*/
		}
		.ready_to_move_option{
			display: block;
		}

		.header_main_box_container{
			margin-bottom: 30px;
			display: flex;
			background: #0a1d37;
			height: 63px;
		}
		.header_logo_img{

		}
		.header_logo_img > a > img{
	        height: 30px;
	        width: 150px;
	        margin-left: 25px;
	        margin-top: 15px;
		}
		.header_option_box_container{
			margin-left: auto;
			display: flex;
		}
		.header_post_btn_container{
            display: flex;
	        /*margin-bottom: 20px;*/
	         /*margin-left: 25px; */
	        /*margin-top: 18px;*/
	        position: fixed;
	        bottom: 0px;
	        left: 0;
	        z-index: 2;
	        background: #/*f9d3d3*/;
	        background: #13265c;
	        width: 100%;
	        height: 65px;
	        padding-top: 15px;
		}	
		.header_post_btn > a{
	       	text-decoration: none;
	        color: black;
	        font-size: 12px;
	        display: inline-block;
	        height: 28px;
	        border: 1px solid #fff;
	        background: #fff;
	        padding-top: 4px;
	        padding-left: 7px;
	        padding-right: 7px;
	        border-radius: 6px;
		}
		.header_post_btn{
           	/*border: 0.5px solid #fff;*/
	        /*background: #fff;*/
	        text-align: center;
	        margin-left: 27px;
	        /*height: 28px;*/
	        /*border-radius: 6px;*/
	        /*padding: 0px 8px 0px 8px;*/
		}
		.post_requirement_btn{
	        margin-left: 15px;
		}

		/*.side_menu_search_icon > i{
			font-size: 20px;
			color:white;
		}*/
		.side_menu_user_icon{
	        margin-top: 1px;
        	margin-left: 18px;
        	background: white;
		}
		.login_user_responsive_dropdown_container{
		    border-radius: 12px;
		    box-shadow: 0px 0px 5px 1px #f9e7e7;
		    background: white;
		    width: 160px;
		    z-index: 1;
		    position: absolute;
		    top: -183px;
		    right: 41px;
		    display: none;
		}
		.login_user_profile_content > ul > li{
			width: 167px;
		}
		/*.scrollbar{
			bottom: 73px;
	        width: 30px;
	        height: 30px;
	        /*background: red;
	        line-height: 34px;
		}
		.scrollbar > i{
			font-size: 15px;
		    color: white;
		    line-height: 20px;
		    margin-top: -4px;
		}*/
		.warning{
			padding: 2px 7px;
		}
		/*.side_menu_click_icon > i{
			font-size: 17px;
        	line-height: 16px;
		}*/
		.login_user_email_box_container{
		    padding: 10px;
    		height: 43px;
		}
		.login_user_email_box_container > img{
			height: 23px;
			width: 23px;
			margin-left: 9px;
		}
		.login_user_profile_content{
			margin-top: 0px;
		}
		.login_user_profile_content > ul > li{
			height: 40px;
		}

	}

	@media only screen and (min-width: 1400px) and (max-width: 1200px){
		.menu_container > .option{
			font-size: 13px !important;
			padding: 0px 13px;
		}
	}

	@media only screen and (min-width: 1200px) and (max-width: 1400px){
		.menu_container > .option{
			font-size: 13px !important;
			padding: 0px 12px;
		}
		.menu_container{
			margin-left: 30px;
		}
	}

	@media only screen and (min-width: 992px) and (max-width: 1200px){
		.menu_container > .option{
			font-size: 12px !important;
			padding: 0px 11px;
		}
	}

	@media only screen and (min-width: 768px) and (max-width: 992px){
		.menu_container > .option{
			font-size: 12px !important;
			padding: 0px 11px;
		}
	}

	@media only screen and (min-width: 576px) and (max-width: 768px){
		.menu_container > .option{
			font-size: 12px !important;
			padding: 0px 10px;
		}

		.header_main_box_container{
			margin-bottom: 30px;
			display: flex;
			background: #0a1d37;
			height: 63px;
		}
		.header_logo_img{

		}
		.header_logo_img > a > img{
	        height: 30px;
	        width: 150px;
	        margin-left: 25px;
	        margin-top: 15px;
		}
		.header_option_box_container{
			margin-left: auto;
			display: flex;
		}
		.header_post_btn_container{
            display: flex;
	        /*margin-bottom: 20px;*/
	         /*margin-left: 25px; */
	        /*margin-top: 18px;*/
	        position: fixed;
	        bottom: 0px;
	        left: 0;
	        z-index: 2;
	        background: #/*f9d3d3*/;
	        background: #13265c;
	        width: 100%;
	        height: 65px;
	        padding-top: 15px;
		}	
		.header_post_btn > a{
	       	text-decoration: none;
	        color: black;
	        font-size: 12px;
	        display: inline-block;
	        height: 28px;
	        border: 1px solid #fff;
	        background: #fff;
	        padding-top: 4px;
	        padding-left: 7px;
	        padding-right: 7px;
	        border-radius: 6px;
		}
		.header_post_btn{
           	/*border: 0.5px solid #fff;*/
	        /*background: #fff;*/
	        text-align: center;
	        margin-left: 35px;
	        /*height: 28px;*/
	        /*border-radius: 6px;*/
	        /*padding: 0px 8px 0px 8px;*/
		}
		.post_requirement_btn{
	        margin-left: 15px;
		}

		/*.side_menu_search_icon > i{
			font-size: 20px;
			color:white;
		}*/
		.side_menu_user_icon{
	        margin-top: -3px !important;
        	margin-left: 18px;
        	background: white;
		}
		.login_user_responsive_dropdown_container{
		    border-radius: 12px;
		    box-shadow: 0px 0px 5px 1px #f9e7e7;
		    background: white;
		    width: 160px;
		    z-index: 1;
		    position: absolute;
		    top: -183px;
		    right: 41px;
		    display: none;
		}
		.login_user_profile_content > ul > li{
			width: 167px;
		}
		.scrollbar{
			bottom: 73px;
	        width: 30px;
	        height: 30px;
	        /*background: red;*/
	        line-height: 34px;
		}
		.scrollbar > i{
			font-size: 15px;
		    color: white;
		    line-height: 20px;
		    margin-top: -4px;
		}
		.warning{
			padding: 2px 7px;
		}
		/*.side_menu_click_icon > i{
			font-size: 17px;
        	line-height: 16px;
		}*/
		.login_user_email_box_container{
		    padding: 10px;
    		height: 43px;
		}
		.login_user_email_box_container > img{
			height: 23px;
			width: 23px;
			margin-left: 9px;
		}
		.login_user_profile_content{
			margin-top: 0px;
		}
		.login_user_profile_content > ul > li{
			height: 40px;
		}

		.dashboard_header_part{
			justify-content: left;
			padding-top: 0px;
		}
		.side_nav_menu{
			height: 15px;
		}
		.show_side_menu{
			right: 41px !important;
			top: 0px !important;
			/*display: block !important;*/
		}
		.side_menu_click_icon{
		    border-radius: 5px;
		    box-shadow: 0px 0px 4px 1px lightgray;
		    margin-right: 18px;
		    margin-top: 15px;
		    margin-bottom: 10px;
		}
		.side_menu_click_icon > i{
	        font-size: 20px;
	        line-height: 22px;
	        padding: 5px;
	        color: white;
		}
		.user_icon{
			color: black !important;
			margin-top: -3px !important;
		}
		.dashboard_header_part > .login_user_wrapper{
			margin-left: auto;
		}
		.side_nav_main_box_container{
			width: 90%;
		    height: 100vh;
	        position: fixed;
	        top: 0px;
	        right: 105%;
	        /*left: 0px;*/
	        background-color: #000000;
		    /*background-color: #e3e3e5;*/
		    transition: all 0.3s ease;
		    z-index: 9999999;
		    /*display: none;*/
		}
		.side_menu_close_icon_container{
			/*border: 0.5px solid #414162;*/
		    border-radius: 16px;
		    width: 30px;
		    height: 30px;
		    text-align: center;
		    /*background-color: rgba(255, 255, 255, 0.1);*/
		    cursor: pointer;
		    position: absolute;
		    right: 23px;
		    top: 20px;
		}
		.side_menu_close_icon_container > i{
		    font-size: 18px;
		    color: white;
		    vertical-align: middle;
		    line-height: 27px;
		}
		.side_nav_box_container{
			margin-top: 70px;
		}
		.side_nav_each_box{

		}
		.side_nav_each_box > ul{
			list-style: none;
			margin: 0px;
			padding: 0px;
		}
		.side_nav_each_box > ul > li{

		}
		.side_nav_each_box > ul > li > a{
	        text-decoration: none;
	        color: white;
	        font-size: 14px;
	        font-weight: 600;
	        padding: 20px 20px 20px 36px;
	        display: block;
	        border-top: 1px solid #fff;
		}
		.side_nav_each_box > ul > li > a > i{
			font-size: 12px;
			padding-left: 7px;
			color: white;
		}
		.side_nav_each_dropdown_box_container{
	        border-top: 1px solid #fff;
	        padding: 5px;
	        display: none;
		}
		.side_nav_each_dropdown_box_container > ul{
			list-style: none;
			margin: 0px;
			padding: 0px;
		}
		.side_nav_each_dropdown_box_container > ul > li{

		}
		.side_nav_each_dropdown_box_container > ul > li > a{
			text-decoration: none;
			font-size: 13px;
			font-weight: 500;
			color: white;
			padding: 6px 10px 6px 43px;
			display: block;
		}
	}


/*	/trusted platform css*/

.platformimg-container > img{
		border-radius: 19px;
		    width: 470px;
		    height: 450px;
}
.platform-title{
/*   font-family: 'Rajdhani', sans-serif;*/
    font-weight: 400;
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 50px;
    color: #4c77c8;
}
.platform-sub-title{
	font-family: system-ui;
  font-weight: bold;
  font-size: 45px;
  line-height: 50px;
  width: 687px;
  color: #00205b;
  padding-top: 14px;
}
.platform-feature{
	display: flex;
	padding-top: 32px;
}
.each-plateform-advantage{
	display: flex;
}
.feature-detail{
/*	width: 161px;*/
/*	    padding-left: 17px;*/
	font-weight: bold;
	font-size: 20px;
}
.indimg{
/*	padding-top:8px;*/
}
.platformadvanture{
	padding-left: 35px;
}
.platformadvanture1{
/*	padding-left: 20px;*/
}
.feature1{
	width:189px;
	padding-left: 10px;
}
.feature3{
	width:226px;   
	padding-left: 30px;    
	/*height: 54px;       
	line-height: 100%;*/
}
.feature2{
	width:212px;
}
.grow-img{
	width:20%;
}
.grow-img > img{
	width: 59px;
	height: 57px;
}
.grow-img {
	width: 20%;
	margin-left: 49px;
}
.growthimg{
	margin-left: 90px;
}
.grow-img2  >img{
	width:100%;
}
.platformfeature{
	padding-top: 50px;
}
.platformsubTitle{
	padding-top:57px;
}
.explorebtn{
	background-color: #00205b;
  color: white;
  width: 360px;
  margin-top: 100px;
  font-size: 20px; 
  text-align: center;
  cursor: pointer;
  line-height: 70px;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.corridor_title{
	width:634px;
	font-size: 45px;
	font-weight: 700;
	line-height: 50px;
	color:#00205B;
/*	font-family: system-ui;*/
	padding-top: 35px;
}

.explorebtn:hover{
	background-color:#1f355d;
}
.explorebtn >img{
	width:6%;
}
.explorebtn >span{
	padding-left:10px;
}

..platformimg-wrapper {
  position: relative; /* parent for absolute positioning */
}

.platformimage-container {
  position: absolute;
  top: 243px;
  left: 140px;
  padding-top: 10px;      /* top border */
  padding-left: 10px;     /* left border */
  border-radius: 15px;
  background-color: white; /* white border effect */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.corridoes-img{
	left:-105px !important;
	padding-right: 10px !important;   
	padding-left: 0px !important;     /* left border */	
}
.growthimg >img{
/*	height: 280px !important;*/
height: 450px !important;
    width: 470px;
}

.platformimage-container img {
	height: 306px;
	    width: 406px;
	    display: block;
	    border-radius: 14px;
}
.platformimg-container{
	position: relative;
}
.list-property{
	background-image:url('../images/indu.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 13px;
	height: 350px;
}
.listproperty-container{
	margin-top: 100px;
	position: relative;
}
.list-property-content{
	position: absolute;
	top:0px;
/*	background-color:#343a40c2;*/
background: rgba(0, 0, 0, 0.6);
	color:white;
	height: 350px;
	border-radius: 13px;
	width:100%;
}
.listproperty-title{
	text-align: center;
	    font-size: 24px;
	    font-weight: 800;
}
.listproperty-subtitle{
	text-align: center;
	padding-bottom: 15px;
	font-size: 14px;
	padding-top: 5px;
	text-align: center;
	margin:auto;
	width:50%;
}
.property-listed{
/*	width: 50%;*/
	margin: auto;
	padding-top: 49px;

}
.listproperty-btn{
	background: #ff0000;
  width: 18%;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 7px;
  margin: auto;
  margin-top: 47px;
  cursor: pointer;
  transition: 0.3s ease;
}
.listproperty-btn:hover{
	background-color:#f45b5b;
}
.key-benifits{
	display: flex;
text-align: center;
justify-content: center;
margin-top: 8px;
}
.each-benifits{
	background: #ffffffa1;
	    color: black;
	    font-size: 13px;
	    line-height: 32px;
	    border-radius: 6px;
	    margin-left: 31px;
	    font-weight: 600;
	    padding: 0px 14px;
}
.a_listproperty{
	text-decoration: none;
	color:white;
}
.a_listproperty:hover{
	color:white;
}
.account-create-estate{
	background-image: url('../images/estate.jpeg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 350px;
	border-radius: 15px;
}
.createprofile-estate{
	 position: absolute;
	 top: 0px;
	 background-color: #020203b8;
	 COLOR: WHITE;
	 WIDTH: 100%;
	 HEIGHT: 350PX;
	 BORDER-RADIUS: 15PX;
}
.estate-section{
	position: relative;
}
.createprofile-title{
	font-size: 20px;
    font-weight: 800;
    text-align: center;
}
.createprofile-subtitle{
	text-align: center;
	font-size: 15px;
	padding-top: 7px;
}
.createprofile-detais{
		width: 74%;
    margin: auto;
    padding-top: 69px;
  }
  .listproperty-feature{
  	padding-top: 20px;
  	margin: auto;
  	width: 72%;
  }
  .each-feature > span{
  	padding-left: 10px;
  }
  .listpropertyBtn{
  	background: #00b569;
    width: 60%;
    text-align: center;
    line-height: 41px;
    font-size: 14px;
    border-radius: 12px;
    vertical-align: middle;
    font-weight: 700;
    margin-top: 162px;
    cursor: pointer;
    transition: 0.3s ease;
  }
  .listpropertyBtn:hover{
  	background-color: #359d71;
  }
  .each-feature{
  	font-size: 15px;
  }


.property-highlight-section {
  padding: 60px 0;
  background: #f5f5f5;
}

.property-highlight-section .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.left-image {
  flex: 1 1 45%;
  position: relative;
}

.left-image img {
  width: 80%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;   
    
}

.review-box {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 15px;
  border-radius: 15px;
  text-align: center;
}

.review-box .stars {
  font-size: 16px;
  color: gold;
}

.review-box .faces img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 4px;
}

.right-content {
  flex: 1 1 50%;
}

.tag {
  font-size: 14px;
  color: #555;
  background: #eee;
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 12px;
}

.right-content h2 {
  font-size: 32px;
  margin-bottom: 12px;
}

.intro-text {
  margin-bottom: 30px;
  color: #666;
}

.feature {
  display: flex;
  gap: 15px;
  margin-bottom: 24px;
  align-items: flex-start;
}

.icon-box {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  flex-shrink: 0;
}

.bg-orange { background-color: #f77e23; }
.bg-blue { background-color: #007bff; }
.bg-yellow { background-color: #ffc107; }

.feature h4 {
  margin: 0;
  font-size: 18px;
  text-align: left;
}

.feature p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #555;
}
.listproperty-plotbtn{
	background: #0a1d37;
	    color: white;
	    width: 50%;
	    text-align: center;
	    line-height: 40px;
	    border-radius: 9px;
	    font-weight: 600;
	    margin-left: 9px;
	    margin-top: 30px;
}




.xtrayards_highlight{
	margin-top: 16%;
	position: relative !important;
	background-color: #f1f1f1;
	padding: 45px 0px;
}
.xtrayards_highlight_img_container > img{
	width: 98%;
	height: 530px;
	border-radius: 6px;
}
.xtrayards_highlight_each_box_container{
	display: flex;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  padding-left: 1%;
  width: 40%;
  position: absolute;
  left: 45%;
  top: 60%;
}
.xtrayards_highlight_each_box{
	padding: 31px 20px;
	text-align: center;
}
.xtrayards_highlight_each_box > i{
	font-size: 28px;
  color: #00205B;
  margin-bottom: 10px;
  padding: 10px;
}
.xtrayards_highlight_each_box > p{
	margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #00205B;
}



/* NEW DESIGN */
.highlight_wrap{
	max-width:1200px;
	margin:auto;
	background:#ffffff;
	border-radius:28px;
	padding:60px;
	display:grid;
	grid-template-columns:1.1fr 0.9fr;
	gap:60px;
	box-shadow:0 30px 80px rgba(0,0,0,.08)
}


.highlight_image{
	position:relative
}
.highlight_image img{
	width:100%;
	border-radius:22px;
	height:100%;
	object-fit:cover
}
.highlight_content h2{
	font-size:34px;
	line-height:1.3;
	margin-bottom:30px;
	color:#0f172a
}
.feature_grid{
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:22px
}
.feature_box{
	display:flex;
	align-items:center;
	gap:16px;
	padding:20px 22px;
	border-radius:18px;
	background:#f8fafc;
	transition:.3s
}
.feature_box i{
	font-size:28px;
	color:#4f46e5
}
.feature_box p{
	margin:0;
	font-weight:600;
	color:#1e293b
}
.feature_box:hover{
	background:#eef2ff;
	transform:translateY(-4px)
}



/*new project tab last design*/
/* isolation */
.xy-fix,
.xy-fix * {
  box-sizing: border-box;
}

/* section */
.section-wrap {
  width: 100%;
  padding: 80px 60px;
}

.section-inner {
  display: flex;
  align-items: center;
  gap: 70px;
}

/* left */
.left-content {
  flex: 1;
}

.left-content h6 {
  letter-spacing: 2px;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 12px;
}

.left-content h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.left-content p {
  font-size: 16px;
  color: #555;
  max-width: 520px;
}

/* features */
.feature-row {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}

.feature span {
  font-size: 26px;
  font-weight: 700;
  color: #1f3cff;
}

.feature p {
  margin-top: 4px;
  font-size: 14px;
  color: #555;
}

/* right image */
.right-visual {
  flex: 1;
  position: relative;
}

.image-wrap {
  height: 460px;
  border-radius: 28px;
  overflow: hidden;
}

.image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* floating card */
.floating-card {
  position: absolute;
  bottom: -40px;
  left: 40px;
  background: #fff;
  padding: 22px 26px;
  border-radius: 18px;
  box-shadow: 0 30
}




/*industrial plot tab last design*/
.xy-band {
  position: relative;
  width: 100%;
  margin: 100px 0;
  overflow: hidden;   /* 🔥 ye line key hai */
}
.xy-band-inner {
  position: relative;
  height: 520px;      /* fixed */
  border-radius: 40px;
  overflow: hidden;
}
.xy-band-inner img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}
.xy-band-overlay{
	position:absolute;
	inset:0;
	background:linear-gradient(90deg,rgba(0,0,0,.65) 0%,rgba(0,0,0,.35) 40%,rgba(0,0,0,.1) 100%);
}
.xy-band-content{
	position:absolute;
	left:70px;
	bottom:70px;
	max-width:520px;
	color:#fff;
}
.xy-band-content h2{
	font-size:42px;
	line-height:1.25;
	margin-bottom:18px;
}
.xy-band-content p{
	font-size:16px;
	opacity:.9;
}
.xy-band-stats{
	position:absolute;
	right:60px;
	top:50%;
	transform:translateY(-50%);
	background:#fff;
	padding:30px 34px;
	border-radius:26px;
	display:grid;
	gap:26px;
	box-shadow:0 30px 80px rgba(0,0,0,.25);
}
.xy-band-stat span{
	font-size:30px;
	font-weight:700;
	color:#1e40af;
}
.xy-band-stat p{
	margin-top:6px;
	font-size:14px;
	color:#475569;
}
@media(max-width:991px){
	.xy-band-inner{height:auto}
	.xy-band-content{position:static;padding:40px}
	.xy-band-stats{position:static;transform:none;margin:30px}
}



/*industrial sheds last section design*/
/* ===== FINAL WOW SECTION ===== */
.xy-final{
position:relative;
padding:80px 20px;
background:#020617;
overflow:hidden;
}


/* angled accent */
.xy-final::before{
content:"";
position:absolute;
top:0;
right:-20%;
width:60%;
height:100%;
background:linear-gradient(135deg,#0ea5e9,#22d3ee);
clip-path:polygon(30% 0,100% 0,100% 100%,0 100%);
opacity:0.08;
}


.xy-final-inner{
position:relative;
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:1.2fr 0.8fr;
gap:60px;
align-items:center;
}


.xy-final h2{
font-size:42px;
line-height:1.25;
color:#f8fafc;
margin:0;
}


.xy-final-points{
display:flex;
flex-direction:column;
gap:18px;
}


.xy-point{
padding:20px 26px;
border-radius:14px;
background:rgba(255,255,255,0.06);
border-left:4px solid #38bdf8;
color:#e5e7eb;
font-size:16px;
backdrop-filter:blur(8px);
}


.xy-point:nth-child(2){ border-color:#22d3ee; }
.xy-point:nth-child(3){ border-color:#60a5fa; }
.xy-point:nth-child(4){ border-color:#818cf8; }


@media(max-width:900px){
.xy-final-inner{
grid-template-columns:1fr;
gap:40px;
}
.xy-final h2{
font-size:30px;
}
}