.wpcf7-form .step {
    display: none;
}
.wpcf7-form .step[data-step="1"] {
    display: block;
}
.cf7-multistep-buttons {
    text-align: center;
    margin-top: 20px;
}
.wpcf7-form .step label{
	color:white;
	display: block;
    width: 100%;
	margin-top: 15px;
}
.wpcf7-form .step label span.small_print{
	font-size: 13px;
    display: block;
    color: #bababa;
    line-height: 1.2;
}
.wpcf7 .step input, .wpcf7 .step textarea{
	background-color: rgb(255 255 255 / 9%);
	display:block;
	width:100%;
	margin-top: 5px;
}
.wpcf7 .step input[type="file"]{
	height:100px;	
}
.wpcf7 .step .step_input_splitter{
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
	gap: 20px;
}
.wpcf7 .step button{
	background-color: #dbf911;
    border: none;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 14px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
}
.wpcf7 .step button:hover{
	cursor:pointer;
}
.wpcf7 .step[data-step="1"] .nav_holder{
	justify-content: flex-end;
}
.wpcf7 .step .nav_holder{
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 45px;
}
.wpcf7 .step .spinner_holder{
	margin-top: 10px;
    margin-right: 10px;
    display: flex;
    justify-content: flex-end;
}
.wpcf7 .step .wpcf7-spinner{
	background-color: #dbf911;
}
.wpcf7 .step .wpcf7-spinner::before{
	background-color: #252525;
}