.module-020form-area {
	/*padding: 101px 0;*/
	/*padding: 101px 0;*/
}

.module-020form-area .row {
	--bs-gutter-x: 29px;
}

.module-020form-inner {
	padding: 45px 107px;
	background: #E8644D;
}

.module-020item .headline020 {
	font-size: 36px;
	font-weight: 800;
	color: #000;
	line-height: 42px;
	margin-bottom: 14px;
	text-transform: none;
	line-height:1;
}

.module-020item p{
	font-size: 14px;
	font-weight: 300;
	color: #000;
	margin-bottom: 22px;
}

.module-020item2-inner {
	position: relative;
	margin-bottom: 12px;
}

.module-020item2-inner label {
	font-family: 'Prompt', sans-serif;
	/*font-size: 8px;*/
	font-size: 12px;
	color: #000;
	font-weight: 300;
	position: absolute;
	/*top: 50%;*/
	/*transform: translateY(-50%);*/
	top: 0;
	transform: translateY(0);
	left: 18px;
	pointer-events: none;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.module-020item2-inner input,
.module-020item2-inner textarea {
	font-family: 'Prompt', sans-serif;
	/*font-size: 12px;*/
	font-size: 14px !important;

	color: #000;
	font-weight: 300;
	padding: 0 18px;
	height: 30px;
	display: flex;
	align-items: center;
	width: 100%;
	border: none;
	background: #F9F9F9;
}

.module-020item2-inner textarea {
	resize: none;
	height: 114px;
	padding: 9px 18px;
}

.module-020item2-inner input:focus + label,
.module-020item2-inner textarea:focus + label {
	top: 0;
	transform: translateY(0);
}


/*.isnotempty{*/
/*	top: 0;*/
/*	transform: translateY(0);*/
/*}*/

.module-020item2-inner p:focus-within label {
	top: 0;
	transform: translateY(0);
}


.module-020item2-inner2 label {
	top: 9px;
	transform: translateY(0);
}


.module-020item3 {
	text-align: right;
}

.module-020item3 button {
	font-size: 12px;
	font-weight: 800;
	color: #000;
	border: none;
	background: transparent;
	border-bottom: 4px solid #000;
	padding: 0 3px 2px;
	text-transform: uppercase;
	margin-top: 4px;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.module-020item3 button:hover {
	opacity: .8;
}

.module-020item3 input[type="submit"] {
	font-size: 12px;
	font-weight: 800;
	color: #000;
	border: none;
	background: transparent;
	border-bottom: 4px solid #000;
	padding: 0 3px 2px;
	text-transform: uppercase;
	margin-top: 4px;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	transition: 0.2s all ease;
}

.module-020item3 input[type="submit"]:hover {
	opacity: .8;
}

/* ==================== Medium Screen - Others ===================== */
@media screen and (min-width: 992px) and (max-width: 1199px) {

	.module-020item .headline020 {
		font-size: 30px;
	}
	
	.module-020form-inner {
		padding: 45px 60px;
	}

}

/* ======================= Small Screen - Tablate ====================== */
@media screen and (min-width: 768px) and (max-width: 991px) {

    .module-020form-area {
		padding: 80px 0;
	}

	.module-020form-inner {
		padding: 45px 20px;
	}

	.module-020item .headline020 {
		font-size: 30px;
		line-height: 36px;
	}


}

/* ==================== Small Screen - Mobile ===================== */
@media screen and (max-width: 767px) {
    
	.module-020form-area {
		padding: 60px 0;
	}

	.module-020form-inner {
		padding: 40px 20px;
	}

	.module-020item .headline020 {
		font-size: 28px;
		line-height: 34px;
	}

	.module-020item .headline020 br {
		display: none;
	}


}

@media screen and (max-width: 575px) {

	.module-020item .headline020 {
		font-size: 21px;
		line-height: 26px;
	}

}