.banner {
	position: relative;
	height: 100vh
}
.testmonia{
    color: var(--primary_color)!important;
}
.testmonia-sub{
    color: #000!important;
}
.banner:before {
    position: absolute;
    height: 48%;
	background-image: linear-gradient(rgb(255 255 255), rgba(255, 255, 255, 0)) !important;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.banner .banner-video {
	position: relative
}

.banner video {
	height: 100vh;
	object-fit: cover
}

.banner .banner-content {
	background: transparent;
	position: absolute;
	width: 100%;
	right: 0;
	bottom: 7px;
	text-align: right;
	padding: 0 15px;
	max-height: calc(100vh - 200px)
}

.banner .banner-content img.client-image {
	max-height: calc(100vh - 200px)
}

.banner .banner-caption {
	padding-bottom: 30px;
	color: #fff
}

.banner .banner-caption h2 {
	text-transform: uppercase;
	font-size: 43px;
	font-weight: 600;
	color: #000;
    margin-bottom: 0;
}

.banner .banner-caption h2 span {
	font-weight: 500;
}

.banner .banner-caption h4 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 500;
	color: #000;
}

.banner .banner-form-block {
	z-index: 99;
	position: absolute;
	bottom: 40px;
	left: 50%;
	max-width: 1038px;
	width: 100%;
	transform: translateX(-50%)
}

.banner .find-property {
	background-image: none !important;
	background-color: #fff;
	padding: 10px 50px 5px 50px;
	border-radius: 6px
}

.banner .find-property h2 {
	font-size: 22px;
	color: #4a4a4a
}

.banner .find-property .search-by-top {
	margin: 15px auto 5px auto
}

.banner .find-property .search-by-top input {
	background-color: rgba(0, 0, 0, 0)
}

.banner .find-property .search-by .search-by-bottom {
	margin-top: 30px
}

.banner .find-property .search-by a.advanced-search {
	margin-bottom: 0
}

.find-property h3 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 27px;
	margin-bottom: 15px
}

.find-property .search-by .search-by-top {
	position: relative;
	height: 61px;
	border: 2px solid var(--primary_color);
	max-width: 1000px;
	margin: 10px auto 30px auto;
	width: 100%;
	display: flex
}

.find-property .search-by .search-by-top form {
	width: 100%
}

.find-property .search-by .search-by-top input[type=text] {
	display: inline-block;
	border: none;
	height: 57px;
	left: 31px !important;
	width: calc(100% - 200px);
	background: #fff
}

.find-property .search-by .search-by-top input[type=text]:focus {
	box-shadow: none;
	outline: none
}

.find-property .search-by .search-by-top select {
	height: 57px;
	float: left;
	display: inline-block;
	width: 20%;
	border-right: 2px solid var(--primary_color);
	border-radius: 0
}

.find-property .search-by .search-by-top select:focus {
	outline: none;
	box-shadow: none
}

.find-property .search-by .search-by-top button {
	position: absolute;
	width: 200px;
	height: 57px;
	right: 0;
	background: var(--primary_color);
	color: var(--secondary_color);
	outline: none;
	border: none;
	font-weight: 700;
	font-size: 17px;
	padding: 0 25px;
	text-transform: uppercase;
	display: inline-block
}

.find-property .search-by .search-by-top button img {
	position: relative;
	bottom: 5px;
	margin-right: 10px
}

@media(max-width: 576px) {
	.banner .find-property h2{
		color: #000;
	}
	.banner {
		height: 325px
	}

	.banner video {
		height: 325px
	}

	.banner .banner-video {
		position: initial
	}

	.banner .banner-content {
		height: auto;
		padding: 0;
		bottom: 0
	}

	.banner .banner-content img.client-image {
		max-height: 225px;
		height: auto
	}

	.banner .banner-caption h2 {
		font-size: 20px
	}

	.banner .banner-caption h4 {
		font-size: 15px
	}

	.banner .banner-form-block {
		position: initial;
		transform: none;
        margin-top: -8px;
	}

	.banner .banner-form-block .find-property {
		padding: 15px 0
	}

	.find-property h3 {
		font-size: 20px
	}

	.find-property h2 {
		font-size: 20px
	}

	.find-property .search-by .search-by-top {
		border: none;
		height: auto;
		position: relative;
		display: block
	}

	.find-property .search-by .search-by-top select {
		display: block;
		width: 100%;
		border: 2px solid var(--primary_color);
		margin-bottom: 10px;
		border-radius: 0;
		float: none
	}

	.find-property .search-by .search-by-top input[type=text] {
		display: block;
		width: 100%;
		border: 2px solid var(--primary_color);
		margin-bottom: 10px;
		border-radius: 0
	}

	.find-property .search-by .search-by-top button {
		position: initial;
		display: block;
		width: 100%;
		margin-bottom: 10px;
		border-radius: 0
	}

	.index-page .featured-services {
		padding: 235px 0 10px 0;
	}
}
@media (min-width: 577px) and (max-width: 767px) {
	.banner .banner-content {
		margin-bottom: 1px!important;
	}
    .banner .banner-content{
        max-height: calc(100vh - 120px)!important;
    }
    .banner .banner-content img.client-image{
        max-height: calc(100vh - 120px)!important;
    }
}
@media(min-width: 577px)and (max-width: 991px) {
    .banner .banner-caption h2{
        font-size: 32px;
    }
    .banner .banner-caption h2 span{
        font-size: 25px;
    }
    .banner .banner-caption h4{
        font-size: 25px;
    }
    .banner .banner-content{
        max-height: calc(100vh - 120px);
        margin-bottom: 0px;
    }
	.banner {
		height: 415px
	}

	.banner video {
        height: 100%;
	}

	.banner .banner-content {
		/* height: 350px; */
		padding: 0
	}

	.banner .banner-content img.client-image {
		/* max-height: calc(100vh - 120px); */
        max-width: 237px;
        margin-bottom: 1px;
        height: auto!important;
	}

	.banner .banner-form-block {
		position: initial;
		transform: none;
        margin-top: -7px;
        
	}

	.banner .banner-form-block .find-property {
		padding: 15px 0
	}

	.index-page .featured-services {
		padding: 160px 0 0 0;
	}
}

@media(min-width: 992px)and (max-width: 1199px) {
	.banner .banner-content{
		bottom: 6px;
	}
    .index-page .featured-services{
        padding: 160px 0 0 0;
    }
	.banner {
		height: 600px
	}

	.banner video {
		height: 600px
	}

	.banner .banner-content {
		height: 450px;
		padding: 0
	}

	.banner .banner-content img.client-image {
		height: 448px
	}

	.banner .banner-form-block {
		position: initial;
		transform: none;
        max-width: 100%;
        margin-top: -7px;
	}

	.banner .banner-form-block .find-property {
		padding: 15px 0
	}
}
.video-search{
    padding-top:26px!important;
}
@media (min-width: 1200px) and (max-width: 1599px) {
    .banner .banner-caption h2 span {
        font-weight: 500;
        font-size: 30px;
    }
    .banner .banner-caption h2{
        font-size: 35px;
        margin-bottom: 0;
    }
    .banner .banner-caption h4{
        font-size: 25px;
    }
	.find-property .search-by .search-by-top button{
		width: 186px;
	}
	.find-property .search-by .search-by-top input[type=text]{
		width: calc(100% - 166px);
	}
	.search-result{
		max-width: calc(100% - 186px);
	}
	.banner .find-property {
		padding: 0px 30px 0px 30px;
		max-width: 830px;
		margin: auto;
	}
}
@media(min-width:1200px)and (max-width: 1399px) {
	.find-property .search-by .search-by-top button{
		width: 178px;
	}
	.find-property .search-by .search-by-top input[type=text]{
		width: calc(100% - 166px);
	}
	.search-result{
		max-width: calc(100% - 178px);
	}
	.banner .find-property {
		padding: 0px 30px 0px 30px;
		max-width: 830px;
		margin: auto;
	}
    .video-search{
    padding-top:12px!important;
        
    }
}

/*# sourceMappingURL=style.min.css.map */