.hero .slick-slider{
	position: relative;
}
.hero {
	height: calc( 100vh - 159px)!important;
	max-height: calc( 100vh - 159px);
}
.hero .eedee-background-div:after {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	display: block;
	z-index: 1;
	left: 0;
	background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0.9), rgba(255,255,255,0.5), rgba(255,255,255,0.1), rgba(255,255,255,0));
}

.hero .slide-content{
	z-index: 999;

	position: relative;
}

.hero h2 {
	text-align: left;
	justify-content: flex-start;
	padding: 0;
	font-weight: bold;
	margin-bottom: 0;
	font-size: 38px;
}
.hero h2:after {
	display: none;
}

.hero p {
	max-width: 730px;
	font-size: 14px;
}

.hero .slick-arrow {
	padding: 50px 0;
	background-color: #0A5A88;
	display: flex;
	align-items: center;
	border-radius: 10px;
	min-width: unset;
	opacity: 0.7;
	transition: 0.3s ease all;
}
.hero .slick-arrow:hover {
	opacity: 1;
}
.hero .slick-arrow:before {
	position: absolute;
	opacity: 1;
}
.sub-page-hero {
	height: calc(100vh - 151px)!important;
	background-size: 70%!important;
	position: relative!important;
	
}

 .sub-page-hero:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: block;
	z-index: 11
	left: unset;
	right: 0;
	background-image: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0.7), rgba(255,255,255,0.1), rgba(255,255,255,0), rgba(255,255,255,0));
}

@media (max-width: 992px) {
	.sub-page-hero {
		background-size: cover!important;
	}
	.sub-page-hero:after  {
		display: none;
	}
}
@media (max-width: 768px),  (max-height: 450px)  { 
	.hero .slide-content{
		padding: 70px 40px!important;
	}
	.hero .eedee-background-div:after {
		background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0.9), rgba(255,255,255,0.7), rgba(255,255,255,0.5), rgba(255,255,255,0.1));
	}
	
	.hero p {
		max-width: 280px;
		font-size: 12px;
	}
	.hero h1 {
		font-size: 22px;
	}
	.hero h2 {
		font-size: 18px;
		margin-bottom:15px;
	}
	.hero {
		height: 100%!important;
		max-height:100%;
	}
}