/* Hide all steps initially */
.form-step {
    display: none;
}

/* Show only the active step */
.form-step.active {
    display: block;
}
.back-button {
	background: #038383;
	padding: 10px 20px;
	width: 140px;
	border-radius: 10px;
	font-weight: 500;
	margin-top: 20px;
}
.back-button:hover{
    background: #000;
    color: #fff;
}

.submit-button2 {
    border: 2px solid #f6af04;
    background: #f6af04;
    padding: 10px 20px;
    width: 200px;
    border-radius: 10px;
    font-weight: 500;
    margin-top: 20px;
    color: #fff;
}

.submit-button2:hover{
    border: 2px solid #f6af04;
    background: transparent;
color: #fff;}
