.hero-section-landing{position: relative;}
.hero-section-landing .item{height: 680px; background-size: cover; background-repeat: no-repeat; background-position: top; display: flex; }
.hero-section-landing .et_pb_row{padding: 0;}
.hero-section-landing .form-col{position: absolute; z-index: 9; top: 50%; display: flex; flex-direction: column; justify-content: center; transform: translateY(-50%);}
.team-card-wrap{position: absolute; bottom: 35px; right: 35px;}
.team-card-wrap .member-img{border-radius: 50%; width: 40px; height: 40px; margin-right: 12px; overflow: hidden;}
.team-card{display: flex; align-items: center; border-radius: 100px; -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: hsla(0,0%,100%,.14);
    border: 1px solid hsla(0,0%,100%,.4); padding: 12px 24px 12px 12px;}
.team-card .member-name{font-size: 12px; color: #fff; font-weight: 600; line-height: 12px;}
.team-card .member-designation{font-size: 16px; color: #fff; font-weight: 400; line-height: 24px;}
/* .form-col{position: absolute; top: 50%; transform: translateY(-50%); max-width: 650px;} */
.form-col{max-width: 650px;}
.hero-section-landing .et_pb_row{position: unset;}
.hero-section-landing .form-col input[type="text"]{height: 48px; border-radius: 4px 0 0 4px; font-size: 16px; width: 100%; padding: 10px 2px 10px 16px; border: none;}
.hero-section-landing .form-col input[type="submit"]{height: 48px; background: #1dbf73; border-radius: 0 4px 4px 0; padding: 12px 32px; border: none; cursor: pointer; background-image: url(../images/search-icon.svg); background-repeat: no-repeat; background-size: 16px; background-position: center; font-size: 0;}
.hero-section-landing .form-col form{display: flex; }
.hero-section-landing h1{font-weight: 700; font-size: 62px; color: #fff!important; line-height: 1.1em; padding-bottom: 25px;}
.hero-section-landing .owl-nav{display: none;}
.hero-section-landing .owl-dots{display: none;}
.owl-stage .owl-item:nth-child(1) .item{background-color: #7D3D0E;}
.owl-stage .owl-item:nth-child(2) .item{background-color: #5A1526;}
.owl-stage .owl-item:nth-child(3) .item{background-color: #0C4429;}



@media(max-width: 900px){
	.hero-section-landing h1{font-size: 44px;}
	/* .hero-section-landing .item{height: 450px; background-image: none;} */
	.hero-section-landing{background-color: #0A4226; height: 450px;}
	#slick-home-banner{display: none;}
	.form-col{max-width: 100%; margin: auto;}
	.hero-section-landing .form-col input[type="submit"]{padding: 12px 25px; width: 100%; margin-top: 12px; background-position: left 25px center; border-radius: 4px;}
	.hero-section-landing .form-col form{flex-direction: column;}
	.hero-section-landing .form-col{position: unset;}
	.hero-section-landing .form-col input[type="text"]{border-radius: 4px;}
	.hero-section-landing .et_pb_row { position: absolute; left: 50%; transform: translateX(-50%); top: 50%; }
}
@media(max-width: 767px){
	.hero-section-landing h1{font-size: 32px;}
	.team-card-wrap{right: 15px; bottom: 20px;}
}