.wpcf7c-elm-step2 {}
.wpcf7c-elm-step3 {}
.wpcf7 .ajax-loader{}

.wpcf7c-hide {display: none;}
.wpcf7c-force-hide {display: none !important;}
.wpcf7c-conf {background-color:transparent !important; color: black; border: none !important; padding: 0 !important; }

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #fff inset;
}

.custom-wpcf7c-confirmed input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #fff inset;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
  cursor: pointer;
}


#sub.form .submit .wpcf7c-btn-confirm {
    width: 500px;
    margin: 40px auto;
    background: #e9a73d;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 20px;
    border-radius: 8px;
    font-size: 1.6rem;
    box-sizing: border-box;
    cursor: pointer;
    justify-content: center;
}


#sub.form .wpcf7-submit {
    width: 100%;
    max-width: 460px;
    margin: 40px 0;
    background: #ea4646;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 20px;
    border-radius: 8px;
    font-size: 1.6rem;
    cursor: pointer;
    box-sizing: border-box;
    justify-content: center;
}

#sub.form .wpcf7c-btn-back {
    width: 100%;
    max-width: 460px;
    margin: 40px 0;
    box-sizing: border-box;
    background: #b2b2b2;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 20px;
    border-radius: 8px;
    font-size: 1.6rem;
    cursor: pointer;
    justify-content: center;
}

.wpcf7-spinner{
    display: none;
}
.wpcf7-response-output{
    display: none;
}

.mb20{
    margin-bottom: 20px;
}

.custom-wpcf7c-confirmed .submit{
   display: flex;
   justify-content: space-between;
}

@media only screen and (max-width: 767px){
    #sub.form .wpcf7c-btn-back {
        background: #b2b2b2;
        margin-top: 10%;
        margin-bottom: 4%;
    }
    #sub.form .wpcf7-submit {
        background: #ea4646;
        margin-bottom: 10%;
    }
    .custom-wpcf7c-confirmed .submit{
        display: block;
     }
     
}
