@media only screen and (max-width: 767px) {
 .formbold-steps li{
    display:inline;
    font-size:13px;
    padding: 0 3px;
}
.formbold-main-wrapper{
    padding:15px 0px;
}
.formbold-steps{
    text-align:center;
}
.formbold-steps ul{
    gap:10px;
}
.formbold-steps li span{
   width: 10px;
        height: 10px;
        padding: 12px;
        margin: 0 auto;
        font-size: 15px;
}
.icens{
   width: 100% !important;
        height: 60px !important;
        background-color: #eaeaea !important;
        border: 0 !important;
        border-radius: 5px !important;
        color: #000000 !important;
        font-size: 14px !important;
        font-weight: 500 !important;
}
.icetes{
     width: 100% !important;
        background-color: #eaeaea !important;
        border: 0 !important;
        border-radius: 5px !important;
        color: #000000 !important;
        font-size: 14px !important;
        font-weight: 500 !important;
}
.formbold-form-label{
    font-size: 13px;
}
}



