*{
		font-family: 'Droid Arabic Kufi', sans-serif;
		text-transform: capitalize!important;
	}
	a{
		font-family: 'Droid Arabic Kufi', sans-serif;
	}
	body, h1, h2, h3, h4, h5, h6 {
		font-family: 'Droid Arabic Kufi', sans-serif;
	}
	.footer_link li {
		margin-bottom: 5px;
	}
	 /* start color one */

	 .wsus__topbar_login,
	 .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
	 .read_btn,
	 .wsus__heading_area h2::before,
	 .wsus__heading_area h2::after,
	 .scroll_btn,
	 .wsus__counter_top_video a,
	 .wsus__category_text_center i,
	 #wsus__featured_listing .slick-dots li button,
	 .member_price h4,
	 .single_blog:hover,
	 .subs_form form button:hover,
	 .listing_det_header_text .rating b,
	 .wsus__listing_review h4 span,
	 .wsus__total_rating h4,
	 .about_img .venobox i,
	 #wsus__login_popup .nav-pills .nav-link.active,
	 .blog_search button,
	 .wsus__single_comment_heading span,
	 .active_inactive h6 span,
	 .razorpay-payment-button {
		background: #0980dd !important;
	}
	#wsus__topbar,
	#wsus__login_popup .nav-pills .nav-link{
		background: {{ $setting->theme_one."40" }} !important;
	}
	.blog_search input {
		border: 1px solid {{ $setting->theme_one }} !important;
	}

	.wsus__single_comment_img img{
		border: 2px solid {{ $setting->theme_one }} !important;
	}
	.listing_det_side_address ul li a:hover {
		background: {{ $setting->theme_one }} !important;
		color: #D5DEFF !important;
	}
	.listing_det_header_text ul li:last-child a:hover,
	.listing_det_header_text ul li:last-child a {
		background: {{ $setting->theme_one }} !important;
	}
	#pagination .page-item .page-link:hover {
		color: #fff;
		background-color: {{ $setting->theme_one }} !important;
	}
	#pagination .page-item .page-link {
		border:1px solid {{ $setting->theme_one }} !important;
	}
	#pagination .page-item.active .page-link {
		color: #fff;
		background: {{ $setting->theme_one }} !important;
	}
	.map_popup_text .call:hover,
	.map_popup_text .mail:hover {
		color: {{ $setting->theme_one }} !important;
	}
	.wsus__featured_single .love:hover a{
		color: #fff !important;
	}
	.form-check-input:checked {
		background-color: {{ $setting->theme_one }} !important;
	}
	.footer_icon li a:hover {
		color: #fff;
		background: {{ $setting->theme_one }} !important;
		border-color: {{ $setting->theme_one }} !important;
	}
	.single_blog:hover .read_btn {
		background: #fff !important;
		color: {{ $setting->theme_one }} !important;
	}
	.single_blog .read_btn:hover {
		background: {{ $setting->theme_two }} !important;
		color: #fff !important;
	}
	#wsus__featured_listing .slick-dots li.slick-active button{
		background: {{ $setting->theme_one }} !important;
		opacity:0.6;
	}

	.wsus__location_filter button.active,
	.wsus__location_filter button:hover {
		background: {{ $setting->theme_one }} !important;
		color: #fff;
	}

	.member_price{
		/* border-bottom: 5px solid {{ $setting->theme_one }} !important; */
	}

	.member_price a {
		color: #fff !important;
		background: #0980dd;
		border: 0;
	}
	.member_price a:hover {
		background: #000975;
	}

	.member_price:hover h4 {
		border-color: {{ $setting->theme_one }} !important;
		color: {{ $setting->theme_one }} !important;
		;
		background: #fff !important;
	}


	@keyframes animate {
		0% {
			box-shadow: 0 0 0 0 {{ $setting->theme_one }};
		}
		40% {
			box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
		}
		80% {
			box-shadow: 0 0 0 50px rgba(255, 193, 7, 0);
		}
		100% {
			box-shadow: 0 0 0 rgba(255, 193, 7, 0);
		}
	}


	.wsus__feature_single {
		background: {{ $setting->theme_one }} !important;
		opacity: 0.8;
	}

	.wsus__feature_single:hover {
		background: {{ $setting->theme_one }} !important;
		opacity: 10;
	}

	.wsus__feature_single span {
		color: {{ $setting->theme_one }} !important;
		border: 5px solid {{ $setting->theme_one }} !important;
	}

	.wsus__feature_single:hover span {
		color: #fff !important;
		border-color: #fff !important;
		background: {{ $setting->theme_one }} !important;
	}


	.wsus__topbar_left li a,
	.wsus__topbar_right li a,
	.menu_droapdown li a:hover,
	.menu_droapdown li a.droap_active,
	.wsus__featured_single_text h6:hover a,
	.member_price h5,
	.member_price span,
	.footer_bottom_link li a:hover,
	.wsus__property_topbar_left ul li a.wsus_active_bar,
	.wsus__featured_single .map,
	.wsus__featured_single .love,
	.listing_det_video_img .venobox i,
	.sidebar_blog_single:hover .sidebar_blog_text h5,
	.listing_det_side_address a,
	.listing_det_side_address p,
	.listing_det_side_address p i,
	.listing_det_side_address a i,
	.contact_box_icon i,
	.contact_box_text a,
	.contact_box_text p,
	.main_blog_header li a:hover {
		color:  #000975 !important
	}
	.wsus__payment .nav-tabs .nav-link.active,
	.wsus__payment .nav-tabs .nav-link:hover {
		color: #fff !important;
		background: {{ $setting->theme_one }} !important;
		border-color: {{ $setting->theme_one }} !important;
	}
	.wsus__payment .nav-link {
		color: {{  $setting->theme_one  }} !important;
		border-color: {{ $setting->theme_one }} !important;
	}
	.wsus__payment .nav-tabs {
		border-bottom: 1px solid {{ $setting->theme_one }} !important;
	}
	.wsus__featured_single .love:hover,
	.wsus__featured_single .map:hover {
		background: {{ $setting->theme_one }} !important;
		color: #fff !important;
	}

	.main_menu .nav-item:hover>a, .main_menu li a.active,
	.wsus__featured_single .love a {
		color: #eee !important;
	}

	.menu_droapdown{
		border-top: 1px solid {{ $setting->theme_one }} !important;
	}

	/* end color one */

	/* start color two */
	.wsus__topbar_login:hover,
	.subs_form form button {
		background: #0980dd !important;
	}
	.wsus__topbar_left li a:hover,
	.wsus__topbar_right li a:hover {
		color: {{ $setting->theme_two }} !important;
	}

	/* end color two */

	.wsus__topbar_right li:last-child a {
		color: #fff !important;
	}

	 @media only screen and (max-width: 768px) {
		 .logohead{
			 width: 55px;
			 margin-top: -10px;
		 }
		 section.header {
			display: none;
		}
	 }

	.list_images > img{
		height: 300px;
	}
	.wsus__featured_single > a > img{
		height: 300px;
		width: 333px!important;
	}

	/* 22 22 22 */
	.cards-wrapper {
		display: flex;
		justify-content: center;
	}
	.card img {
		max-width: 100%;
		max-height: 100%;
	}
	.card {
		margin: 0 0.5em;
		box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
		border: none;
		border-radius: 0;
	}
	.carousel-inner {
		padding: 1em;
	}
	.carousel-control-prev,
	.carousel-control-next {
		background-color: #e1e1e1;
		width: 5vh;
		height: 5vh;
		border-radius: 50%;
		top: 50%;
		transform: translateY(-50%);
	}
	@media (min-width: 768px) {
		.card img {
			height: 11em;
		}
	}

	.footer_bottom_link {
		display: flex!important;
		justify-content: center;
	}


	/*--------------------*/
	.my_listing_single.mar_bottom{
		/*display: none;*/
	}

	.PostPropertyPromoBanner_promoBanner__mCr3y {
		background:#d2e1ff;
		padding: 40px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
	}
	.PostPropertyPromoBanner_promoBanner__mCr3y .PostPropertyPromoBanner_containerInner__1SFj5 {
		display: -moz-box;
		display: flex;
		max-width: 1200px;
		margin: auto;
		padding: 0 50px;
		position: relative;
	}
	.PostPropertyPromoBanner_promoBanner__mCr3y .PostPropertyPromoBanner_containerInner__1SFj5 .PostPropertyPromoBanner_content__SdKou {
		width: 75%;
	}
	.PostPropertyPromoBanner_promoBanner__mCr3y h2 {
		font-size: 36px;
		color: #010975;
		font-weight: 700;
	}
	.PostPropertyPromoBanner_promoBanner__mCr3y .PostPropertyPromoBanner_content__SdKou p {
		font-size: 20px;
		color: black;
		line-height: 32px;
		font-weight: 500;
	}
	.PostPropertyPromoBanner_promoBanner__mCr3y .PostPropertyPromoBanner_buttonCTA__3bD7s {
		text-decoration: none;
		font-size: 20px;
		padding: 16px 48px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-radius: 12px;
		display: -moz-inline-box;
		display: inline-flex;
		font-weight: 700;
		color: #fff;
		background: #0980dd;
	}
	.PostPropertyPromoBanner_promoBanner__mCr3y .PostPropertyPromoBanner_containerInner__1SFj5 p {
		margin: 24px 0;
	}
	
	
	.main_menu {
		height: 115px;
	}
	div#menu-toggle {
		height: auto !important;
		width: 100%;
		background: #fff;
		display: none;
		flex-wrap: wrap;
		min-height: 200px;
		z-index: 90;
		position: absolute;
		left: 0;
		overflow: visible;
		border-top: 1px solid #b0afaf;
	}
	.haf-menu> li:hover div#menu-toggle{
		display: flex !important;
	}
	.haf-menu> li:hover span {
		margin-bottom: 10px;
		display: block;
	}
	ul.haf-menu {
		display: flex;
		justify-content: flex-start;
	}
	.left ul.haf-menu {
		justify-content: flex-end;
	}
	.saparatoer {
		height: 1px;
		width: 100%;
		background: #010d25;
		margin: 10px 0;
	}
	.need-help a span {
		color: #8e9cac!important;
		font-weight: 700;
		font-size: 14px;
	}
	i.fal.fa-question-circle {
		color: #010d25 !important;
		font-size: 18px;
	}
	section.header {
    padding: 10px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16078);
}
	#menu-toggle .sub-m {
		border-left: 1px solid hsla(0,0%,43.9%,.3);
		margin-top: 7px;
		height: 100%;
	}
	h2.sub-nav-header {
		font-size: 15px !important;
		line-height: 28px !important;
		letter-spacing: 0 !important;
		font-weight: 700;
		color: #001324;
	}
	li.sub-nav-item {
		padding: 5px 0 5px 20px;
	}
	#menu-toggle li.sub-nav-item a {
		font-size: 14px;
		line-height: 27px;
		font-weight: 500;
		color: #19b1f2;
	}
	#menu-toggle  .col-sm-3:last-child .sub-m {
		border: 0;
	}
	section.header .container {
		max-width: 1140px;
	}
	.haf-menu li span {
		font-size: 14px;
		color: #000 !important;
		font-weight: 700;
	}
	#menu-toggle li.sub-nav-item a.is-soon-link {
		position: relative;
		display: block;
		color: grey !important;
		cursor: default;
	}
	.haf-menu li span.soon-text {
		position: absolute;
		line-height: 1;
		font-size: 10px;
		top: 0;
		right: auto;
		transform: translateX(-30%);
		color: red !important;
		display: unset;
	}
	ul.sub-nav-list {
		margin-bottom: 13px;
	}
	.toptop {
		display: flex;
		justify-content: flex-end;
	}
	a.nav-link {
		background: #010d25;
		padding: 2px;
		border-radius: 7px;
		height: 27px;
		font-size: 13px;
		color: #fff;
		font-weight: 700;
		margin-left: 10px;
	}
	a.login span {
		font-size: 16px;
		color: #000 !important;
		font-weight: 700;
		cursor: default;
	}
	.main-logo .logohead {
		width: 100%;
	}
	ul.haf-menu > li {
		padding-left: 15px;
	}
	.left ul.haf-menu > li {
		padding-left: 0;
		padding-right: 15px;
	}
	a.nav-link-mobil {
		width: 25px;
		height: 25px;
		border-radius: 4px;
		background: #010d25;
		cursor: pointer;
		color: white;
		text-align: center;
		font-size: 25px;
		line-height: 25px;
		display: inline-block;
	}
	.left-mobil a.login {
		text-align: center;
		width: 50px;
		border-radius: 4px;
		border: 1px solid #fff;
	}
	.left-mobil a.login span {
		color: #fff !important;
		font-size: 11px;
		font-weight: 400;
		line-height: 25px;
	}
	section.header-mobil {
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 90;
		background: transparent;
		border-color: transparent;
		padding: 10px 0;
	}
	.left-mobil {
		display: flex;
		justify-content: space-between;
	}
	.header-mobil .modal-dialog {
		width: 240px !important;
		margin: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		height: 100%;
		background: white;
	}
	 .header-mobil .modal-body {
		padding: 0;
		border: 0;
	}
	.header-mobil .modal-header .btn-close {
		cursor: pointer;
		top: 10px;
		left: -40px;
		position: absolute;
		font-size: 22px;
		border: 0;
		background: white url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
	}
	.modal-backdrop.show {
	   display:none !important;
	}
	ul.dropdown-menu.show {
		width: 100%;
		transform: none !important;
		margin-top: 30px !important;
	}
	.header-mobil #navbarDropdown:hover {
		color: black;
	}
	.mobil-menu-ul > li {
		width: 100%;
		border-top: 1px solid #bababa;
		padding-right: 10px;
		position: relative;
	}
	.header-mobil a#navbarDropdown, .header-mobil a span {
		background: transparent;
		color: #010d25 !important;
		font-size: 13px;
		font-weight: 400;
		line-height: 35px;
		height: 35px;
	}
	.center {
		text-align: center;
	}
	.center h2 {
        text-align: center !important;
    }
    form#contactForm {
        width: 70%;
        margin: 0 auto;
        padding: 20px;
    }
    ul.footer_link {
        z-index: 20;
        position: relative;
    }
	ul#myTab {
		display: inline-flex;
		margin-bottom: 20px;
			border: 0;
	}
	#myTab li.nav-item {
		width: 90px;
		margin-left: 5px;
		margin-right: 5px;
		line-height: 24px;
	}
	#myTab button.nav-link {
		width: 90px !important;
		font-size: 13px;
		letter-spacing: -.25px;
		text-align: center;
		background: #fff;
		margin: 0;
		color: #818c95;
		position: relative;
		border: 0;
		border-radius: .25rem;
		display: block;
		padding: .5rem 1rem;
	}
	#myTab .nav-link.active {
		background-color: #007bff !important;
		color: #fff;
		font-weight: 700;
	}
	#myTab .nav-link.active:after {
		width: 0;
		height: 0;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 9px solid #007bff;
		content: "";
		position: absolute;
		bottom: -8px;
		left: 50%;
		transform: translateX(-50%);
	}
	#myTabContent .wsus__search_area {
		position: relative;
		margin-left: 8px;
	}
	#myTabContent .wsus__search_area:before {
		font: normal normal 700 11px / 14px "Font Awesome 5 Free";
		color: #010d25;
		position: absolute;
		left: 6px;
		top:28%;
		content: "\f002";
	}
	#myTabContent .wsus__search_area input {
		width: 100%;
		padding: 7px;
		border-radius: 4px;
		border: 1px solid #ddd;
		font-size: 13px;
	}
	button.btn.morey, button.btn.morey i.fa.fa-sliders {
		color: #818c95;
		font-size: 15px;
		padding: 0;
		line-height: 35px;
	}
	.tab-pane .col-xl-1,.tab-pane .col-xl-9 {
		padding: 0;
	}
	#wsus__banner form {
		padding: 0px;
		background: transparent;
	}
	div#myTabContent,  div#myTabContent .card.card-body {
		border-radius: 4px;
		box-shadow: 0 0 0 7px hsla(0, 0%, 100%, .12);
		padding: 6px 0px;
		background-color: #fff;
	}
	button.read_btn {
		padding: 5px 10px;
		height: 32px;
		background: #0089fe !important;
		width: 100%;
		color: #fff;
		text-align: center;
	}
	div#collapseExample {
		position: absolute;
		width: 100% !important;
		left: 0px;
		top: 20px;
	}
	.form-control.d-flex.text-truncate, .mx-input-search input[type="search"] {
		padding: 3px 5px;
		border-radius: 4px;
		border: 1px solid #ddd;
		font-size: 13px;
		height: 34px;
		width: 100%;
	}
	button#buyRealestateType {
		padding: 0;
		border-radius: 0;
		border: 1px solid #ddd;
		font-size: 13px;
	}
	div#collapseExample label {
		color: #000;
		font-size: 12px;
		line-height: 22px;
		letter-spacing: -.23px;
		font-weight: 700;
	}
	div#myTabContent .card.card-body{
		 padding: 6px 10px;
	}
	.select-multi-columns {
		position: relative;
	}
	.popup-buy,.popup-price,.popup-rooms {
		display: none;
	}
	.popup-buy.show ,.popup-price.show,.popup-rooms.show{
		display: flex;
		justify-content: space-between;
		position: absolute;
		background: white;
		width: 100%;
		top: 54px;
		border-radius: 4px;
		padding: 5px;
	}
   .list-f {
		width: 50%;
		padding: 0 8px;
	}
	.list-f.border-left {
		border-left: 1px solid #e3e3e3;
	}
	.list-f h2 {
		text-align: center;
		font-size: 15px;
		color: #007bff;
		border-bottom: 1px solid #e3e3e3;
		padding-bottom: 5px;
	}
	.list-f li {
		text-align: center;
		margin: 3px 0;
		background: #e3e3e3;
	}
	select {
		width: 100%;
		padding: 4px;
		border-radius: 4px;
		border: 1px solid #ddd;
		font-size: 13px;
	}
	.wsus__banner_text h1 {
		font-family: 'Droid Arabic Kufi', sans-serif;
		font-size: 40px;
		text-align: center;
		margin-bottom: 20px;
	}
	.swiper-pagination-bullet{border: 1px solid #1da1f2;}.swiper-pagination-bullet-active{background:#1da1f2}
		img:not([draggable]), embed, object, video {
			max-width: 100%;
			height: auto;
		}
		
		.swiper-container {
			margin-left: auto;
			margin-right: auto;
			position: relative;
			overflow: hidden;
			z-index: 1
		}
		
		.swiper-container-no-flexbox .swiper-slide {
			float: left
		}
		
		.swiper-container-vertical>.swiper-wrapper {
			-webkit-box-orient: vertical;
			-ms-flex-direction: column;
			flex-direction: column
		}
		
		.swiper-wrapper {
			position: relative;
			width: 100%;
			height: 100%;
			z-index: 1;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-transition-property: -webkit-transform;
			transition-property: -webkit-transform;
			transition-property: transform;
			transition-property: transform, -webkit-transform;
			box-sizing: content-box
		}
		
		.swiper-container-android .swiper-slide,
		.swiper-wrapper {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0)
		}
		
		.swiper-container-multirow>.swiper-wrapper {
			-webkit-box-lines: multiple;
			-moz-box-lines: multiple;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap
		}
		
		.swiper-container-free-mode>.swiper-wrapper {
			-webkit-transition-timing-function: ease-out;
			transition-timing-function: ease-out;
			margin: 0 auto
		}
		
		.swiper-slide {
			-webkit-flex-shrink: 0;
			-ms-flex: 0 0 auto;
			-ms-flex-negative: 0;
			flex-shrink: 0;
			width: 100%;
			height: 100%;
			position: relative
		}
		
		.swiper-container-autoheight,
		.swiper-container-autoheight .swiper-slide {
			height: auto
		}
		
		.swiper-container-autoheight .swiper-wrapper {
			-webkit-box-align: start;
			-ms-flex-align: start;
			align-items: flex-start;
			-webkit-transition-property: -webkit-transform, height;
			-webkit-transition-property: height, -webkit-transform;
			transition-property: height, -webkit-transform;
			transition-property: transform, height;
			transition-property: transform, height, -webkit-transform
		}
		
		.swiper-container .swiper-notification {
			position: absolute;
			left: 0;
			top: 0;
			pointer-events: none;
			opacity: 0;
			z-index: -1000
		}
		
		.swiper-wp8-horizontal {
			-ms-touch-action: pan-y;
			touch-action: pan-y
		}
		
		.swiper-wp8-vertical {
			-ms-touch-action: pan-x;
			touch-action: pan-x
		}
		
		.swiper-button-next,
		.swiper-button-prev {
			position: absolute;
			top: 50%;
			width: 27px;
			height: 44px;
			margin-top: -22px;
			z-index: 10;
			cursor: pointer;
			background-size: 27px 44px;
			background-position: center;
			background-repeat: no-repeat
		}
		
		.swiper-button-next.swiper-button-disabled,
		.swiper-button-prev.swiper-button-disabled {
			opacity: .35;
			cursor: auto;
			pointer-events: none
		}
		
		.swiper-button-prev,
		.swiper-container-rtl .swiper-button-next {
			background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
			left: 10px;
			right: auto
		}
		
		.swiper-button-prev.swiper-button-black,
		.swiper-container-rtl .swiper-button-next.swiper-button-black {
			background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
		}
		
		.swiper-button-prev.swiper-button-white,
		.swiper-container-rtl .swiper-button-next.swiper-button-white {
			background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
		}
		
		.swiper-button-next,
		.swiper-container-rtl .swiper-button-prev {
			background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
			right: 10px;
			left: auto
		}
		
		.swiper-button-next.swiper-button-black,
		.swiper-container-rtl .swiper-button-prev.swiper-button-black {
			background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
		}
		
		.swiper-button-next.swiper-button-white,
		.swiper-container-rtl .swiper-button-prev.swiper-button-white {
			background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
		}
		
		.swiper-pagination {
			position: absolute;
			text-align: center;
			-webkit-transition: .3s;
			transition: .3s;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			z-index: 10
		}
		
		.swiper-pagination.swiper-pagination-hidden {
			opacity: 0
		}
		
		.swiper-container-horizontal>.swiper-pagination-bullets,
		.swiper-pagination-custom,
		.swiper-pagination-fraction {
			bottom: 10px;
			left: 0;
			width: 100%
		}
		
		.swiper-pagination-bullet {
			width: 8px;
			height: 8px;
			display: inline-block;
			border-radius: 100%;
			background: #000;
			opacity: .2
		}
		
		button.swiper-pagination-bullet {
			border: none;
			margin: 0;
			padding: 0;
			box-shadow: none;
			-moz-appearance: none;
			-ms-appearance: none;
			-webkit-appearance: none;
			appearance: none
		}
		
		.swiper-pagination-clickable .swiper-pagination-bullet {
			cursor: pointer
		}
		
		.swiper-pagination-white .swiper-pagination-bullet {
			background: #fff
		}
		
		.swiper-pagination-bullet-active {
			opacity: 1;
			background: #007aff
		}
		
		.swiper-pagination-white .swiper-pagination-bullet-active {
			background: #fff
		}
		
		.swiper-pagination-black .swiper-pagination-bullet-active {
			background: #000
		}
		
		.swiper-container-vertical>.swiper-pagination-bullets {
			right: 10px;
			top: 50%;
			-webkit-transform: translate3d(0, -50%, 0);
			transform: translate3d(0, -50%, 0)
		}
		
		.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
			margin: 5px 0;
			display: block
		}
		
		.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
			margin: 0 5px
		}
		
		.swiper-pagination-progress {
			background: rgba(0, 0, 0, .25);
			position: absolute
		}
		
		.swiper-pagination-progress .swiper-pagination-progressbar {
			background: #007aff;
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			-webkit-transform: scale(0);
			transform: scale(0);
			-webkit-transform-origin: left top;
			transform-origin: left top
		}
		
		.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
			-webkit-transform-origin: right top;
			transform-origin: right top
		}
		
		.swiper-container-horizontal>.swiper-pagination-progress {
			width: 100%;
			height: 4px;
			left: 0;
			top: 0
		}
		
		.swiper-container-vertical>.swiper-pagination-progress {
			width: 4px;
			height: 100%;
			left: 0;
			top: 0
		}
		
		.swiper-pagination-progress.swiper-pagination-white {
			background: rgba(255, 255, 255, .5)
		}
		
		.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
			background: #fff
		}
		
		.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
			background: #000
		}
		
		.swiper-container-3d {
			-webkit-perspective: 1200px;
			-o-perspective: 1200px;
			perspective: 1200px
		}
		
		.swiper-container-3d .swiper-cube-shadow,
		.swiper-container-3d .swiper-slide,
		.swiper-container-3d .swiper-slide-shadow-bottom,
		.swiper-container-3d .swiper-slide-shadow-left,
		.swiper-container-3d .swiper-slide-shadow-right,
		.swiper-container-3d .swiper-slide-shadow-top,
		.swiper-container-3d .swiper-wrapper {
			-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d
		}
		
		.swiper-container-3d .swiper-slide-shadow-bottom,
		.swiper-container-3d .swiper-slide-shadow-left,
		.swiper-container-3d .swiper-slide-shadow-right,
		.swiper-container-3d .swiper-slide-shadow-top {
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			pointer-events: none;
			z-index: 10
		}
		
		.swiper-container-3d .swiper-slide-shadow-left {
			background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
			background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
			background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
		}
		
		.swiper-container-3d .swiper-slide-shadow-right {
			background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
			background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
			background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
		}
		
		.swiper-container-3d .swiper-slide-shadow-top {
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
			background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
			background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
		}
		
		.swiper-container-3d .swiper-slide-shadow-bottom {
			background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
			background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
			background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
		}
		
		.swiper-container-coverflow .swiper-wrapper,
		.swiper-container-flip .swiper-wrapper {
			-ms-perspective: 1200px
		}
		
		.swiper-container-cube,
		.swiper-container-flip {
			overflow: visible
		}
		
		.swiper-container-cube .swiper-slide,
		.swiper-container-flip .swiper-slide {
			pointer-events: none;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			z-index: 1
		}
		
		.swiper-container-cube .swiper-slide .swiper-slide,
		.swiper-container-flip .swiper-slide .swiper-slide {
			pointer-events: none
		}
		
		.swiper-container-cube .swiper-slide-active,
		.swiper-container-cube .swiper-slide-active .swiper-slide-active,
		.swiper-container-flip .swiper-slide-active,
		.swiper-container-flip .swiper-slide-active .swiper-slide-active {
			pointer-events: auto
		}
		
		.swiper-container-cube .swiper-slide-shadow-bottom,
		.swiper-container-cube .swiper-slide-shadow-left,
		.swiper-container-cube .swiper-slide-shadow-right,
		.swiper-container-cube .swiper-slide-shadow-top,
		.swiper-container-flip .swiper-slide-shadow-bottom,
		.swiper-container-flip .swiper-slide-shadow-left,
		.swiper-container-flip .swiper-slide-shadow-right,
		.swiper-container-flip .swiper-slide-shadow-top {
			z-index: 0;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden
		}
		
		.swiper-container-cube .swiper-slide {
			visibility: hidden;
			-webkit-transform-origin: 0 0;
			transform-origin: 0 0;
			width: 100%;
			height: 100%
		}
		
		.swiper-container-cube.swiper-container-rtl .swiper-slide {
			-webkit-transform-origin: 100% 0;
			transform-origin: 100% 0
		}
		
		.swiper-container-cube .swiper-slide-active,
		.swiper-container-cube .swiper-slide-next,
		.swiper-container-cube .swiper-slide-next+.swiper-slide,
		.swiper-container-cube .swiper-slide-prev {
			pointer-events: auto;
			visibility: visible
		}
		
		.swiper-container-cube .swiper-cube-shadow {
			position: absolute;
			left: 0;
			bottom: 0;
			width: 100%;
			height: 100%;
			background: #000;
			opacity: .6;
			-webkit-filter: blur(50px);
			filter: blur(50px);
			z-index: 0
		}
		
		.swiper-container-fade.swiper-container-free-mode .swiper-slide {
			-webkit-transition-timing-function: ease-out;
			transition-timing-function: ease-out
		}
		
		.swiper-container-fade .swiper-slide {
			pointer-events: none;
			-webkit-transition-property: opacity;
			transition-property: opacity
		}
		
		.swiper-container-fade .swiper-slide .swiper-slide {
			pointer-events: none
		}
		
		.swiper-container-fade .swiper-slide-active,
		.swiper-container-fade .swiper-slide-active .swiper-slide-active {
			pointer-events: auto
		}
		
		.swiper-zoom-container {
			width: 100%;
			height: 100%;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			text-align: center
		}
		
		.swiper-zoom-container>canvas,
		.swiper-zoom-container>img,
		.swiper-zoom-container>svg {
			max-width: 100%;
			max-height: 100%;
			-o-object-fit: contain;
			object-fit: contain
		}
		
		.swiper-scrollbar {
			border-radius: 10px;
			position: relative;
			-ms-touch-action: none;
			background: rgba(0, 0, 0, .1)
		}
		
		.swiper-container-horizontal>.swiper-scrollbar {
			position: absolute;
			left: 1%;
			bottom: 3px;
			z-index: 50;
			height: 5px;
			width: 98%
		}
		
		.swiper-container-vertical>.swiper-scrollbar {
			position: absolute;
			right: 3px;
			top: 1%;
			z-index: 50;
			width: 5px;
			height: 98%
		}
		
		.swiper-scrollbar-drag {
			height: 100%;
			width: 100%;
			position: relative;
			background: rgba(0, 0, 0, .5);
			border-radius: 10px;
			left: 0;
			top: 0
		}
		
		.swiper-scrollbar-cursor-drag {
			cursor: move
		}
		
		.swiper-lazy-preloader {
			width: 42px;
			height: 42px;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-left: -21px;
			margin-top: -21px;
			z-index: 10;
			-webkit-transform-origin: 50%;
			transform-origin: 50%;
			-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
			animation: swiper-preloader-spin 1s steps(12, end) infinite
		}
		
		.swiper-lazy-preloader:after {
			display: block;
			content: "";
			width: 100%;
			height: 100%;
			background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
			background-position: 50%;
			background-size: 100%;
			background-repeat: no-repeat
		}
		
		.swiper-lazy-preloader-white:after {
			background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
		}
		
		@-webkit-keyframes swiper-preloader-spin {
			100% {
				-webkit-transform: rotate(360deg)
			}
		}
		
		@keyframes swiper-preloader-spin {
			100% {
				-webkit-transform: rotate(360deg);
				transform: rotate(360deg)
			}
		}
		
		.swiper-container.one {
			padding-top: 40px;
			text-align: center;
		}
		
		.swiper-container.one .swiper-slide {
			padding: 0 43px;
		}
		
		.swiper-container {
			width: 100%;
			padding-bottom: 60px;
		}
		
		.swiper-slide img {
			display: block;
			margin: auto;
			width: 100%;
		}
		.wsus__banner_overlay {
			padding: 100px 0;
			background: rgba(0, 0, 0, 0.3);
			height: 500px;
		}
		.swiper-slide {
			width: 390px;
			height: auto;
			padding: 0 15px;
		}
		.two .swiper-slide {
			width: 300px;
		}
		.swiper-slide img {
			box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
		}
		
		.swiper-slide .slider-image .preview-icon {
			z-index: -1;
			width: calc(100% - 30px);
		}
		
		.swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
			opacity: 1;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			z-index: 1;
		}
		
		.swiper-container-horizontal > .swiper-pagination-bullets,
		.swiper-pagination-custom,
		.swiper-pagination-fraction {
			bottom: 0;
		}
		
		.swiper-pagination-bullet {
			background: transparent none repeat scroll 0 0;
			border: 1px solid #0980dd;
			border-radius: 10px;
			display: inline-block;
			height: 10px;
			opacity: 1;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			width: 26px;
			-webkit-transition: 0.2s;
			transition: 0.2s;
		}
		
		.swiper-pagination-bullet-active {
			background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #0980dd 0%, #097ee1 100%) repeat scroll 0 0;
			background: rgba(0, 0, 0, 0) linear-gradient(to right, #0980dd 0%, #097ee1 100%) repeat scroll 0 0;
			border: medium none;
			height: 12px;
			opacity: 1;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			width: 12px;
		}
		.services-content {
			position: absolute;
			bottom: 11px;
			width: 100%;
			text-align: center;
		}
		.slider-image {
			text-align: center;
			background-color: #fff;
			height: 100%;
			margin: 0;
			position: relative;
		}
		.services-content h4 {
			color: #fff;
			font-size: 20px;
			line-height: 38px;
			margin-bottom: 0;
			text-align: center;
			letter-spacing: -.38px;
			text-shadow: 0 0 5px rgba(0, 0, 0, .50196);
			opacity: 1;
		}
		.services-content p {
			margin-bottom: 0;
			font-size: 12px;
			line-height: 23px;
			text-align: center;
			letter-spacing: -.34px;
			color: #fff;
			opacity: 1;
		}
		.services-content button {
			border: none;
			color: #000;
			min-width: 94px !important;
			height: 28px;
			background: #fff;
			border-radius: 21px;
			font-size: 12px;
			text-align: center;
		}
		.slider-3d .h2{
			margin-bottom: 13px;
			font-size: 20px;
			color: #0089fe;
			font-weight: 700;
			line-height: 38px;
			letter-spacing: -.84px;
			text-align: center;
		}
		section.slider-3d {
			padding: 35px 0;
		}
		.felex {
            display: flex;
            flex-wrap: wrap;
            justify-content: center !important;
        }
        .main-menus ul.dropdown-menu.show {
            position: unset !important;
            margin: 0 !important;
            width: 101%;
            background: white;
            border: 0;
        }
        .main-menus ul.dropdown-menu li a.dropdown-item {
            font-size: 14px;
            color: #0181fe !important;
        }
        a#dropdownMenuButton1, a#dropdownMenuButton2, a#dropdownMenuButton3 {
            color: #046cc7 !important;
        }
        .main-menus ul.dropdown-menu li a.dropdown-item:hover {
            background: #fff;
        }
        .main-menus .dropdown {
            text-align: center;
        }
        .downlode-logos img {
            width: auto;
            height: 32px;
        }
        .downlode-logos {
            text-align: left;
        }
        .top-footer {
            background: transparent linear-gradient(0deg, #19b1f0, #097fdf) 0 0 no-repeat padding-box;
            height: 56px;
            padding: 10px 0;
        }  
        .top-footer h4 {
            font-size: 16px;
            font-weight: 700;
            color: #fff;
            padding-top: 7px;
        }
        .center-footer {
            padding-top: 25px;
        }
        .center-footer:before {
            content: "";
            background-image: url(/user/images/Saudi_Buildings.webp);
            background-size: 930px 160px;
            background-position: bottom;
            background-repeat: no-repeat;
            margin-top: auto;
            position: absolute;
            width: 817px;
            height: 160px;
            filter: opacity(.5);
            bottom: 0;
            left: calc(50vw - 408.5px);
        }
        .center-footer .main-logo {
            text-align: center;
            margin-bottom: 20px;
        }
        .center-footer img.logohead {
            width: 150px;
        }
        .fal img {
            width: 210px;
                margin-bottom: 40px;
        }
        .copy-wright-footer p,.copy-wright-footer p span {
            color: #0089fe;
            font-size: 14px;
        }
        section.main-menus {
            padding: 40px 0;
        }
        .form-flex {
            display: flex;
        }
        .form-flex .wsus__search_area {
            width: 250px;
        }
        .form-flex .wsus__search_area input {
            padding: 7px;
            font-size: 13px;
        }
        .RealestateType, .pricelist {
            width: 200px;
            padding: 0 6px;
        }
        .rooms {
            width: 150px;
            padding: 0 5px;
        }
        .dealType {
            width: 100px;
            margin: 0 5px;
        }
       .felx-seach {
            display: flex;
            justify-content: space-between;
            padding-top: 20px;
        }
        .felx-seach p {
            width: 100%;
        }
        .felx-seach select {
            margin-right: auto;
            width: 125px;
        }
        .fliter-box {
            background-color: #e7ecf2 !important;
            box-shadow: none !important;
            position: relative;
            overflow: hidden;
            padding-bottom: 5px;
            padding-right: 5px;
        }
        .fliter-flex {
            display: flex;
            flex: 0 0 91.666667%;
            max-width: 91.666667%;
            flex-wrap: wrap !important;
        }
        .result-item {
            padding: 5px 0 0 5px;
            flex-shrink: 0;
            width: 200px;
        }
        .more-less {
            color: #fff;
            cursor: pointer;
            width: 35px;
            height: 35px;
            position: absolute;
            left: 0rem;
            bottom: 0px;
        }
        .more-less i.fa.fa-arrow-circle-up {
            font-size: 28px;
        }
        .fliter-box {
           max-height: 40px;
    margin: 10px 0;
        }
        .fliter-box.boo {
            max-height: max-content;
        }
        .result-item span.name {
            color: #010d25;
        }
        .result-item label.dist.d-flex.justify-content-between.align-items-center {
            cursor: pointer;
            display: flex!important;
            height: 30px;
            width: 100%;
            margin: 0 !important;
            background: #fff !important;
            border-radius: 17px;
            text-decoration: none;
            position: relative;
            padding: 0 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #010d25;
        }
        .card-header .pic img {
            height: 180px;
            width: 100%;
            object-fit: cover;
        }
        .card-header {
            padding: 0;
            height: 180px;
            position: relative;
        }
        .add-to-favorite {
            padding: 4px 10px;
            font-size: 28px;
            color: #fff;
            position: absolute !important;
            left: 0;
            top: 0;
        }
        h4.real-estate-date.position-absolute {
            padding: 4px 10px !important;
            height: 30px;
            top: 0;
            right: 0;
            background: rgba(0, 0, 0, .5);
            color: #fff;
            font-size: 12px;
            font-weight: 400;
            position: absolute !important;
        }
        h4.real-estate-date.position-absolute span {
            color: white;
            font-size: 12px;
            font-weight: 700;
            line-height: 22px;
        }
        h4.real-estate-date  i.fa.fa-calendar {
            color: white;
        }
        h2.price.text-red.d-flex.align-items-end.order-0 {
            margin-bottom: 0;
            height: 28px;
            font: normal normal normal 25px / 28px "Microsoft Sans Serif";
            color: #d92228;
        }
        span.mr-1 ,span.price-in-map{
            font: normal normal normal 12px / 22px "Droid Arabic Kufi";
            color: #d92228;
        }
        h1.title.text-truncate.order-1 {
            font: normal normal 700 14px / 27px "Droid Arabic Kufi";
            color: #1d96fd;
        }
        .location li:not(:last-child):after {
            content: ">";
            margin: 0 5px;
            font-size: 10px;
            font-weight: 700;
        }
        ul.location.d-flex li {
            font-size: 12px;
        }
        .card-result {
            background: #fff;
            box-shadow: 0 0 0 1px #dcdcdc;
            overflow: hidden;
            transition: all .2s ease;
            text-decoration: none;
        }
        .card-body {
            border-top: 1px solid #e3e3e3;
            padding: 8px 10px;
            position: relative;
        }
        li.spec-item {
            margin-left: 20px;
            font: normal normal normal 12px / 22px "Droid Arabic Kufi";
            display: flex;
            align-items: center;
        }
        .real-estate-type.text-black {
            color: black;
            font-size: 12px;
        }
        .card-footer {
            background: #fff;
            padding: 0;
            margin: 0;
            position: absolute !important;
            bottom: 7px;
            left: 5px;
            border-top: 1px solid rgba(0, 0, 0, .06);
            width: 75px;
        }
        .card-result {
            margin-bottom: 15px;
        }
        section.search-reslut-sec {
            padding-top: 20px;
        }
        .dealType {
            width: 100%;
        }
        input[type="text"] {
            padding: 7px;
            font-size: 13px;
        }
        section.projects-page {
            margin-top: 10px;
        }
        .wsus__search_area:before {
            font: normal normal 700 11px / 14px "Font Awesome 5 Free";
            color: #0089fe;
            position: absolute;
            left: 6px;
            top: 28%;
            content: "\f002";
        }
        .wsus__search_area {
            position: relative;
            margin-left: 8px;
        }
        form.agencies {
            box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
            padding: 10px 0;
        }
        .new-card {
            width: 70%;
            padding: 15px 8px;
        }
        .new-card .card.text-center.rounded-0.border-0 {
            box-shadow: 3px 3px 7px rgba(0, 0, 0, .5);
        }
        .new-card .card img {
            padding: 10px 15px;
            height: 176px;
        }
        .new-card .card-body {
            display: grid ;
            align-items: center;
            padding: 8px 5px !important;
        }
        .card-body .card-title {
            font-size: .9375rem;
            min-height: 35px;
            max-height: 40px;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 46px;
            line-height: 1.42;
            text-align: center;
            font-weight: 700;
        }
        .new-card .card .card-body .card-text .title {
            font-size: .75rem;
            font-weight: 700;
            color: #7c8388;
            text-align: center;
        }
        .new-card .card .card-body .card-text .special.realEstate {
            max-height: 3.15rem;
            font-size: .625rem;
            font-weight: 400;
            line-height: 17px;
            min-height: 3.25rem;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-bottom: .158475rem;
        }
        .agencies .location li {
            color: #777;
        }
        .new-card .card .card-footer {
            border-top: 1.5px solid #dee2e6;
            overflow: hidden;
        }
        .new-card .card .card-footer div>div:not(:last-of-type) {
            border-left: 1.5px solid #dee2e6;
        }
        .new-card .card .card-footer .special {
            max-height: 55px;
        }
        .new-card .card .card-footer .special .name span {
            font-size: .625rem;
            color: #001324;
        }
        .new-card .card .card-footer .special .number span {
            font-size: 1rem;
            font-weight: 700;
            color: #001324;
            position: relative;
            bottom: 4px;
        }
        .new-card .card .card-body .card-text .special.realEstate ul.location.d-flex li {
            font-size: 10px;
            color: #777;
        }
        .new-card .card .card-footer {
            border-top: 1.5px solid #dee2e6;
            overflow: hidden;
            position: unset !important;
            width: 100%;
        }
        .rw-kare-code {
            box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
            margin-bottom: 30px;
            margin-top: 35px;
            border: 1px solid #C8D3FF;
            padding: 25px;
            border-radius: 5px;
        }
        .cl-kare-code {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
        }
        .ad-licence-info {
            display: grid;
            grid-row-gap: 8px;
            row-gap: 8px;
            margin-top: 5px;
        }
        span.t-label {
            font-size: 14px;
            color: #001324;
            font-weight: 700;
        }
        span.ad-licence-t {
            display: grid;
            align-items: center;
            grid-column-gap: 6px;
            -moz-column-gap: 6px;
            column-gap: 6px;
            grid-auto-flow: column;
            justify-content: flex-start;
            line-height: 27px;
        }
        span.ad-licence-t.big {
            row-gap: 3px;
            grid-auto-flow: unset;
        }
        @media (min-width: 960px) {
           .main-menus .dropdown {
                flex: 0 0 16.66667%;
                max-width: 16.66667%;
            }
        }
    	@media (min-width: 992px){
    	    .header-mobil{
        		display:none;
        	}
    		
    	}
    	@media only screen and (max-width: 768px){
    	    .top-footer h4 {
                display: none;
            }
            section.projects-page {
                padding-top: 50px;
                background: #010d25;
                margin-top: 0;
            }
            .dealType,.wsus__search_area {
                margin: 10px 0;
            }
    	}
        @media (min-width: 1400px){
            .width-1140{
                max-width: 1140px !important;
            }
        }
        .no-pad{
            padding:0 !important;
        }
        @media (min-width: 35.5rem) {
            .new-card {
                width: 50%;
            }
        }
        @media (min-width: 53.125rem) {
            .new-card {
                width: 33.33%;
            }
        }
        @media (min-width: 72.5rem){
         .new-card{
                width: 25%;
            }
        }