.design_expert_banner {
	position: relative;
}

a.design_expert_banner {
	display: block;
}

a[href].design_expert_banner {
	cursor: pointer;
}

.design_expert_banner .design_expert_banner_image {
	height: 407px;
}

.design_expert_banner img {
	width: 100%;
	height: 100%;
	object-fit: unset;
}

.design_expert_banner .expertbanner-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

.design_expert_banner .expertbanner-wrapper .expertbanner-wrapper-container {
	/* position: relative; */
	padding: 4px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	overflow: hidden;
}

.design_expert_banner h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 42.192px;
	text-transform: capitalize;
	color: #323232;
	font-family: BioRhyme;
}

.design_expert_banner .expertbanner-text {
	position: relative;
	min-width: 292px;
	max-width: 100%;
	min-height: 42px;
	text-align: left;
	/* overflow: hidden; */
}

.design_expert_banner .expertbanner-text span {
	color: #FEAA06;
	font-family: BioRhyme;
	line-height: 42.192px;
	font-size: 36px;
	text-transform: capitalize;
	font-style: normal;
	font-weight: 700;
	position: absolute;
	left: 0;
	text-wrap: nowrap;
	opacity: 0;
}

.expertbanner-btn {
	text-align: center;
}

.expertbanner-btn .btn {
	margin-top: 38px;
	border-radius: 30px;
	background: #7345B2;
	outline: none;
	font-family: Lato;
	font-weight: 700;
	line-height: 23.4px;
	border: none;
	padding: 12px 39px;
	color: #fff;
	text-transform: capitalize;
	cursor: pointer;
}

.expertbanner-btn .btn:hover {
	background-color: #472b6f;
	border-color: #472b6f;
	color: #fff;
}

@keyframes rollUp {
	0.1% {
		bottom: -30px;
		opacity: 0;
	}

	50% {
		bottom: 0px;
		opacity: 1;
	}

	100% {
		bottom: 30px;
		opacity: 0;
	}
}


.still_fence .heading-design {
	width: 466px;
	font-size: 42px;
	font-weight: 700;
	line-height: 49.224px;
	text-transform: unset
}

.still_fence .expertbanner-btn .btn {
	font-size: 18px
}

.design_banner-padding {
	padding: 200px 0 200px;
}

/* WTHI page slider */
.wthi-banner-slider div.design_expert_banner_image {
	height: 100%;
}

@media (max-width: 768px) {
	.design_banner-padding {
		padding: 64px 0 80px;
	}

	.design_expert_banner .design_expert_banner_image {
		height: 463px;
	}

	.design_expert_banner .expertbanner-wrapper .expertbanner-wrapper-container {
		gap: 5px;
		flex-direction: column;
		align-items: center;
		overflow: unset;
	}

	.design_expert_banner .expertbanner-wrapper {
		min-width: 275px;
	}

	.design_expert_banner h2 {
		color: #202020;
		font-size: 30px;
		line-height: 35.16px;
	}

	.design_expert_banner .expertbanner-text span {
		font-size: 30px;
		line-height: 35.16px;
		width: 100%;
		text-align: center;
		text-wrap: wrap;
	}

	.design_expert_banner .expertbanner-text {
		width: 100%;
		text-align: center;
		overflow: hidden;
	}

	.expertbanner-btn .btn {
		margin-top: 24px;
	}

	.still_fence .heading-design {
		width: unset;
		color: #323232;
		font-family: BioRhyme;
		font-size: 26px;
		margin-inline: 15px;
		padding-inline: 10px;
		font-weight: 700;
		line-height: 33.8px;
	}

	/* WTHI page slider */
	.wthi-banner-slider section {
		padding-top: 51px;
	}
	
}