@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Home Search
7. Properties
9. Newsletter
10. Footer



******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family='Manrope':300,400,400i,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC&display=swap');

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'Manrope', serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Manrope', serif;
	font-size: 15px;
	line-height: 1.8666;
	font-weight: 500;
	color: #838383;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: #32f996;
	color: #FFFFFF;
}
p::selection
{
	
}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Manrope', serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.nopadding
{
	padding: 0px !important;
}
.button
{
	width: 193px;
	height: 72px;
	background: linear-gradient(to right, var(--secondary-color), #32fa95);
	text-align: center;
	border-radius: 36px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button:hover
{
	box-shadow: 0px 10px 10px rgba(0,0,0,0.25);
}
.button a
{
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	line-height: 72px;
}
.section_title
{
	font-size: 30px;
	font-weight: 600;
	color: #282828;
	line-height: 0.75;
}
.section_subtitle
{
	font-size: 14px;
	font-weight: 500;
	color: #828282;
	line-height: 0.75;
	margin-top: 15px;
}

/*********************************
3. Header
*********************************/

.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #3f6fce;
	z-index: 200;
	border-bottom: solid 1px transparent;
    border-image: linear-gradient(to right, var(--secondary-color), #32fa95);
    border-image-slice: 1;
    -webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header_content
{
	height: 101px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header.scrolled
{
	background: rgba(63,111,206,0.85);
}
.header.scrolled .header_content
{
	height: 80px;
}
.logo
{
	width: 110px;
}
.logo img
{
	max-width: 100%;
}
.main_nav
{
	margin-left: 157px;
}
.main_nav ul li
{
	display: inline-block;
}
.main_nav ul li:not(:last-child)
{
	margin-right: 60px;
}
.main_nav ul li a
{
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_nav ul li.active a,
.main_nav ul li a:hover
{
	color: #00B4D8;
}
.phone_num
{
	height: 43px;
    border-radius: 22px;
    background: linear-gradient(to right, var(--secondary-color), #32fa95);
    padding: 2px;
    overflow: hidden;
}
.phone_num_inner
{
	width: 100%;
	height: 100%;
	padding-left: 16px;
	padding-right: 18px;
	background: #3f6fce;
	border-radius: 20px;
}
.phone_num span
{
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	margin-left: 11px;
	line-height: 39px;
}
.hamburger
{
	display: none;
	cursor: pointer;
}
.hamburger i
{
	font-size: 18px;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger i:hover
{
	color: #00B4D8;
}

/*********************************
4. Menu
*********************************/

.menu
{
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: linear-gradient(to right, var(--secondary-color), #32fa95);
	z-index: 201;
	opacity: 0;
	visibility: hidden;
}
.menu.active
{
	opacity: 0.98;
	visibility: visible;
}
.menu_content
{
	width: 100%;
	height: 100%;
}
.menu_item
{
	position: relative;
	margin-bottom: 3px;
}
.menu_item:last-child
{
	margin-bottom: 0px;
}
.menu_logo
{
	margin-bottom: 38px;
}
.menu_logo a img
{
	
}
.menu_logo .logo_text,
.menu_logo .logo_sub
{
	color: #FFFFFF;
}
.menu_item a
{
	display: inline-block;
	position: relative;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 500;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_item a:hover
{
	color: #00B4D8;
}
.menu_close_container
{
	position: absolute;
	top: 94px;
	right: 122px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu_close
{
	top: 9px;
	width: 21px;
	height: 3px;
	background: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close::after
{
	display: block;
	position: absolute;
	top: -9px;
	left: 9px;
	content: '';
	width: 3px;
	height: 21px;
	background: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after
{
	background: #3f6fce;
}
.menu_phone
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 15px;
	font-size: 14px;
	color: #828282;
	font-weight: 500;
	color: #FFFFFF;
}
.menu_phone span
{
	text-transform: uppercase;
	font-weight: 600;
}

/*********************************
5. Home
*********************************/

.home
{
	width: 100%;
	height:441px;
}
.home_container
{
	position: absolute;
	left: 0;
	bottom: 173px;
	width: 100%;
}
.home_title
{
	font-size: 30px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 0.75;
}
.breadcrumbs ul
{
	line-height: 0.75;
}
.breadcrumbs ul li
{
	display: inline-block;
	position: relative;
	font-size: 12px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 0.75;
}
.breadcrumbs ul li:not(:last-child)::after
{
	display: inline-block;
	content: '/';
	margin-left: 3px;
	margin-right: 3px;
}
.breadcrumbs ul li a
{
	font-size: 12px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 0.75;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.breadcrumbs ul li a:hover
{
	color: #00B4D8;
}

/*********************************
6. Home Search
*********************************/

.home_search
{
	width: 100%;
	z-index: 100;
	background: #FFFFFF;
}
.home_search_container
{
	position: absolute;
	top: -112px;
	left: 15px;
	width: calc(100% - 30px);
	height: 90px;
	border-radius: 45px;
	padding: 10px;
	background: rgba(255,255,255,0.33);
}
.home_search_content
{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border-radius: 35px;
}
.search_form
{
	position: relative;
	height: 100%;
}
.search_form_content
{
	width: 100%;
	height: 100%;
	padding-left: 14px;
	padding-right: 11px;
}
.search_form_content > div
{
	width: 20%;
	height: 100%;
	padding-left: 18px;
	padding-right: 2px;
}
.search_form_content > div:not(:last-child)
{
	border-right: solid 2px #d1d1d1;
}
.search_form_select
{
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    background-image: url(../images/down.png);
    background-position: center right;
    background-repeat: no-repeat;
    border: none;
    outline: none;
    font-size: 13px;
    font-weight: 400;
    color: #6b6b6b;
    cursor: pointer;
}
.search_form_button
{
	width: 193px;
	height: 100%;
	border-radius: 35px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	background: linear-gradient(to right, var(--secondary-color), #32fa95);
}

/*********************************
7. Properties
*********************************/

.properties
{
	padding-top: 94px;
	padding-bottom: 99px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.properties_row
{
	margin-top: 60px;
}
.property
{
	width: 100%;
	margin-bottom: 59px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.property_image
{
	width: 100%;
}
.property_image img
{
	display: block;
	max-width: 100%;
	max-height: 240px;
	margin-left: auto;
	margin-right: auto;
}
.property_tag
{
	position: absolute;
	top: 20px;
	left: 22px;
	height: 33px;
	text-align: center;
}
.property_tag a
{
	display: block;
	padding-left: 15px;
	padding-right: 13px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 33px;
}
.tag_featured
{
	background: #ff2d6d;
}
.tag_offer
{
	background: #f3b715;
}
.tag_new
{
	width: 87px;
	background: #34e69d;
}
.property_body
{
	padding-top: 33px;
	padding-bottom: 35px;
	background: #eff2f6;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.property:hover .property_body
{
	background: #FFFFFF;
}
.property_location
{
	font-size: 12px;
	font-weight: 400;
	color: #8c8c8c;
	line-height: 0.75;
}
.property_title
{
	margin-top: 11px;
}
.property_title a
{
	font-size: 22px;
	font-weight: 500;
	color: #252525;
	line-height: 1.2;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.property_title a:hover
{
	color: #3f6fce;
}
.property_price
{
	font-size: 16px;
	font-weight: 600;
	color: #3f6fce;
	line-height: 0.75;
	margin-top: 21px;
}
.property_footer
{
	width: 100%;
	height: 52px;
	background: #282828;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 5px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.property_footer > div:not(:last-child)
{
	margin-right: 20px;
}
.property_icon
{
	display: inline-block;
	width: 23px;
	height: 14px;
	margin-right: 8px;
}
.property_icon img
{
	max-width: 100%;
}
.property_footer span
{
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
}
.property:hover .property_footer
{
	background: #3f6fce;
}
.pagination
{
	
}
.pagination ul li
{
	display: inline-block;
}
.pagination ul li a
{
	font-size: 14px;
	font-weight: 600;
	color: #282828;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.pagination ul li a:hover,
.pagination ul li.active a
{
	color: #3f6fce;
}

/*********************************
9. Newsletter
*********************************/

.newsletter
{
	width: 100%;
	padding-top: 107px;
	padding-bottom: 105px;
}
.newsletter_title
{
	font-size: 30px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 0.75;
	white-space: nowrap;
}
.newsletter_subtitle
{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.75;
	margin-top: 15px;
}
.newsletter_content
{
	
}
.newsletter_form_container
{
	margin-left: 30px;
	width: 100%;
}
.newsletter_form
{
	display: block;
	position: relative;
	width: 100%;
}
.newsletter_input
{
	width: 100%;
	height: 72px;
	border-radius: 36px;
	background: #FFFFFF;
	border: none;
	outline: none;
	padding-left: 45px;
}
.newsletter_input::-webkit-input-placeholder
{
	font-size: 11px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #828282 !important;
}
.newsletter_input:-moz-placeholder
{
	font-size: 11px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #828282 !important;
}
.newsletter_input::-moz-placeholder
{
	font-size: 11px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #828282 !important;
} 
.newsletter_input:-ms-input-placeholder
{ 
	font-size: 11px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #828282 !important;
}
.newsletter_input::input-placeholder
{
	font-size: 11px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #828282 !important;
}
.newsletter_button
{
	position: absolute;
	top: 0;
	right: 0;
	width: 193px;
	height: 72px;
	color: #FFFFFF;
	border-radius: 36px;
	border: none;
	outline: none;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase;
	background: linear-gradient(to right, var(--secondary-color), #32fa95);
}
.newsletter_button:active
{
	outline: none;
	border: none;
}

/*********************************
10. Footer
*********************************/

.footer
{
	width: 100%;
}
.footer_main
{
	width: 100%;
	background: #3f6fce;
	padding-top: 80px;
	padding-bottom: 72px;
}
.footer_about_text
{
	font-size: 12px;
	font-weight: 500;
	font-style: italic;
	color: #FFFFFF;
	margin-top: 39px;
}
.footer_title
{
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
}
.footer_latest
{
	padding-top: 40px;
}
.footer_latest_image
{
	width: 86px;
	height: 86px;
}
.footer_latest_image img
{
	max-width: 100%;
}
.footer_latest_content
{
	padding-left: 17px;
}
.footer_latest_location
{
	font-size: 11px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.75;
}
.footer_latest_name
{
	margin-top: 8px;
}
.footer_latest_name a
{
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_latest_name a:hover
{
	color: #32f996;
}
.footer_latest_price
{
	font-size: 14px;
	font-weight: 600;
	color: #32f996;
	margin-top: 7px;
}
.footer_bar
{
	width: 100%;
	background: #FFFFFF;
}
.footer_bar_content
{
	height: 97px;
}
.cr
{
	font-size: 14px;
	font-weight: 500;
	color: #828282;
}
.footer_nav
{
	margin-left: 170px;
}
.footer_nav ul li
{
	display: inline-block;
}
.footer_nav ul li:not(:last-child)
{
	margin-right: 47px;
}
.footer_nav ul li a
{
	font-size: 14px;
	font-weight: 500;
	color: #828282;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_nav ul li a:hover
{
	color: #32f996;
}
.footer_phone
{
	font-size: 14px;
	color: #828282;
	font-weight: 500;
}
.footer_phone span
{
	text-transform: uppercase;
	font-weight: 600;
}
.properties-list {
    width: 68%;
}
@media screen and (min-width:1100px)
{
#main_container
{
	display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1280px;
    justify-content: center;
}
.property-container
{
	width: 100%;
	display: flex;
	position: relative;
	background-color: #f8f8fa;
	margin-bottom: 12px;
	border-radius: 10px;
	font-size: 12px;
	transition-duration: 0.2s;
	border: 1px solid #f4f4f4;
}
.property-container:hover
{
	box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
	background-color: white;
}
.property-container .img-container
{
	width: 260px;
	height: 180px;
	object-fit: cover;
}
.property-container .img-container  img
{
	width: 100%;
	height: 100%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.property-container .info-container
{
	padding: 10px;
	margin-left: 20px;
	width: 100%;
}
.property-container .info-container h4 {
    width: 100%;
    max-width: 320px;
    text-transform: uppercase;
    font-family: 'Manrope', sans-serif;
    color: #3f6fce;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}
.property-container .icons-container
{
	display: flex;
}
.property-container .icons-container div
{
	display: flex;
	align-items: center;
	margin-right: 20px;
	font-size: 16px;
}
.icons-container div i
{
	color: lightgray;
}
.icons-container div p
{
	color: #4F5D75;
}
.property-container .info-container .price
{
	font-size: 24px;
	color:black
}
.property-container .status-tag
{
	position: absolute;
	right: 0px;
	top: 20px;
	width: 161px;
    height: 25px;
	background: var(--main-color);
	background: linear-gradient(125deg, var(--main-color) 0%, var(--secondary-color) 58%, var(--hover-color) 100%);
	color: white;
	font-size: 16px;
	text-align: center;
	align-items: center;
}
.property-container .status-tag::after {
    position: absolute;
    content: '';
    background-color: #366089;
    right: 90%;
    width: 25px;
    height: 17px;
    transform: skew(25deg);
}
.property-container .status-tag::before {
    position: absolute;
    content: '';
    background-color: #34628f;
    right: 88%;
    top: 51%;
    width: 25px;
    height: 12px;
    transform: skew(-25deg);
}
.property-container .sold-tag
{
	position: absolute;
    right: 0px;
    top: 20px;
    width: 161px;
    height: 25px;
    background: rgb(6,53,103);
    background: linear-gradient(125deg, rgb(86, 96, 107) 0%, rgb(123, 136, 148) 58%, rgb(111, 111, 112) 100%);
    color: white;
    font-size: 16px;
    text-align: center;
    align-items: center;
}
.property-container .sold-tag::after
{
	position: absolute;
	content: '';
	background-color: rgb(100, 111, 122);
	right: 90%;
	width: 25px;
	height: 17px;
	transform: skew(25deg);
}
.property-container .sold-tag::before
{
	position: absolute;
    content: '';
    background-color: rgb(100, 111, 122);
    right: 90%;
    top: 50%;
    width: 25px;
    height: 12px;
    transform: skew(-25deg);
}

.property-container .recent_item_location
{
	text-align: unset;
	font-size: 18px;
}
.properties .sidebar_search
{
	width: 20%;
	padding-bottom: 20px; 
	position:fixed; 
	right: 10px; 
	margin:10px;
	margin-right:5%;
	margin-top:50px;
}
}
@media screen and (max-width:1100px)
{
#main_container
{
	width: 100%;
}
.properties
{
	padding-top: 20px;
}
.properties .sidebar_search
{
	margin-top: 10vw;
	padding-top: 0px;
	width: 95%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.property-container
{
	position: relative;
	background-color: #f8f8fa;
	width: 95%;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	border-radius: 10px;
	font-size: 12px;
}
.property-container .img-container
{
	width: 100%;
	height: auto;
	max-height: 300px;
	object-fit: cover;
	overflow: hidden;
}
.property-container .img-container  img
{
	width: 100%;
	height: 100%;
	border-radius: 10px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.property-container .info-container
{
	display: block;
	padding: 10px;
}
.property-container .info-container h4
{
	width: 100%;
	text-transform: uppercase;
	font-family: 'Manrope', sans-serif;
	color: #3f6fce;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
.property-container .icons-container
{
	display: flex;
}
.property-container .icons-container div
{
	display: flex;
	align-items: center;
	margin-right: 20px;
	font-size: 16px;
}
.icons-container div i
{
	color: lightgray;
}
.icons-container div p
{
	color: #4F5D75;
}
.property-container .recent_item_location
{
	position: unset;
	text-align: unset;
	font-size: 18px;
}
.property-container .price
{
	font-size: 22px;
	color:gray;
}
.property-container .status-tag
{
	position: absolute;
	right: 0px;
	top: 18px;
	width: 150px;
	height: 30px;
	background: rgb(6,53,103);
	background: linear-gradient(125deg, rgba(6,53,103,1) 0%, rgba(18,126,218,1) 58%, rgba(73,81,221,1) 100%);
	color: white;
	font-size: 18px;
	text-align: center;
	align-items: center;
}
.property-container .status-tag::after
{
	position: absolute;
	content: '';
	background-color: rgb(8, 72, 141);
	right: 90%;
	width: 25px;
	height: 15px;
	transform: skew(25deg);
}
.property-container .status-tag::before
{
	position: absolute;
	content: '';
	background-color:rgb(8, 72, 141);
	right: 90%;
	top:50%;
	width: 25px;
	height: 15px;
	transform: skew(-25deg);
}
.property-container .sold-tag
{
	position: absolute;
	right: 0px;
	top: 18px;
	width: 150px;
	height: 30px;
	background: rgb(6,53,103);
	background: linear-gradient(125deg, rgb(86, 96, 107) 0%, rgb(123, 136, 148) 58%, rgb(111, 111, 112) 100%);
	color: white;
	font-size: 18px;
	text-align: center;
	align-items: center;
}
.property-container .sold-tag::after
{
	position: absolute;
	content: '';
	background-color: rgb(100, 111, 122);
	right: 90%;
	width: 25px;
	height: 15px;
	transform: skew(25deg);
}
.property-container .sold-tag::before
{
	position: absolute;
	content: '';
	background-color: rgb(100, 111, 122);
	right: 90%;
	top:50%;
	width: 25px;
	height: 15px;
	transform: skew(-25deg);
}
}
.property-container.sold .info-container h4
{
	color: gray;
}
.property-container.sold .info-container .price
{
	text-decoration: line-through;
	color:lightgray;
}
.property-container.sold .img-container::after
{
	content: '';
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-color: white;
	opacity: 0.75;
}
.pagination.ch
{
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
}
.pagination.ch .active 
{
	background-color: #3f6fce;
}
.container.ch
{
	width: unset;
}
.property-filters-container
{
	width: 30%;
    max-width: 360px;
    min-width: 320px;
}

.property-filters-container .filters {
    width: 95%;
    max-width: 800px;
    border-radius: 10px;
    background-color: #f8f8fa;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
    transition-duration: 0.25s;
    max-height: 740px;
    overflow: hidden;
}

.property-filters-container .filters form
{
	width: 100%;
}
.filter-field select, .filter-field input, .filter-field textarea
{
	width: 100%;
	position: unset;
	margin-bottom: 20px;;
	text-align-last: left;
	background-color: white;
	height: 32px;
	border-radius: 5px;
	box-shadow: 0px 8px 10px -8px rgba(0,0,0,0.1);
}
.filter-field input
{
	width: 50%!important;
	margin-bottom: 0px;
	height: 32px!important;
	background-color: white!important;
	border: 1px solid #c8e3f5!important;
	border-radius: 5px!important;
	box-shadow: 0px 8px 10px -8px rgba(0,0,0,0.1);
}
.filter-field input.small
{
	width: 64px!important;
	text-align-last: center;
}
.filter-field label
{	
	font-size: 16px;
	color: #333;
}
.bold
{
	font-weight: 700;
}
.filter-field 
{
	min-width: 140px;
    padding: 0px 15px 0px 15px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items:center;
    flex-wrap: wrap;
}
.filter-field select option
{
	direction: ltr!important;
}
input.sidebar_search_button_2.search_form_button_2 {
    margin-top: 20px;
	margin-bottom: 20px;
    height: 32px;
    border-radius: 5px;
    width: 80%;
    background: var(--secondary-color);
	transition-duration: 0.25s;
	box-shadow: 0px 2px 4px rgba(0,0,0,0);
}
input.sidebar_search_button_2.search_form_button_2:hover {
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
	background-color: var(--hover-color);
}
form#sidebar_search_form {
    padding: 32px 4px 32px 4px;
}
.property-attribute
{
	width: 50%;
	display: flex;
	align-items: center;
	margin-bottom: 32px;
}
.property-attribute input
{
	height: unset!important;
}
.property-attribute span
{
	padding-left: 22px;
}
.filter-field.space-between
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 448px)
{
	.properties-list
	{
		width: 100%;
		margin-top: 20px;
	}
	.property-filters-container {
		width: 100%;
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
	}
	.property-filters-container .filters
	{
		width: 100%;
		margin: 0;
	}
	.expand-filters
	{
		width: 100%!important;
	}
}
[type="checkbox"]:checked+span:not(.lever):before
{
	border-right: 2px solid var(--hover-color)!important;
    border-bottom: 2px solid var(--hover-color)!important;
}
.filter-field option {
    text-align: left;
    background-color: white;
}
.filter-field option:checked
{
	background-color: var(--hover-color);
	color: white;
}
[type="checkbox"]+span:not(.lever):before, [type="checkbox"]:not(.filled-in)+span:not(.lever):after
{
	background-color: white;
}
#main_container [type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after {
    background-color: var(--secondary-color);
}
#main_container [type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:before, [type="radio"].with-gap:checked+span:after {
    border: 5px solid var(--secondary-color);
}
.expand-filters {
    background-color: var(--secondary-color);
    color: var(--font-color);
    padding: 5px 10px;
    border-radius: 4px;
    margin-top: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    text-align: center;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	cursor: pointer;
	width: 96%;
	position: relative;
	top: -18px;
}
.filters.active
{
	max-height: unset;
}
.expand-filters i
{
	transition-duration: 0.25s;
	transform: rotate(0deg);
}
.expand-filters:hover
{
	background-color: var(--hover-color);
}
.expand-filters.active i
{
	transform: rotate(180deg);
}