.content_section .welcome_section::before {
	top: 0;
}
.top_header_cont ul li form {
	width: 100% !important;
}
.top_header_cont ul li form input.search-field {
	border: transparent !important;
}
.top_header_cont ul li form input[type="submit"] {
	width: 21px !important;
    height: 21px !important;
    background-color: initial !important;
    border: transparent !important;
}
.available_leasing_img_box img {
	height: 222px;
}
@media only screen and (max-width: 991px) {
	.content_section .welcome_section::before {
	    top: 240px;
	    left: 0;
	    bottom: initial;
	}
	.content_section .left_part_welcome {
		background-color: #fff;
		padding: 20px;
	}
	.navTrigger, .navTrigger svg {
    	top: 50%;
    	transform: translate(0, -50%);
	}
}
@media only screen and (max-width: 790px) {
	.content_section .welcome_section::before {
	    left: -40px;
	}
}