.form input[type=date],
.form input[type=tel],
.form input[type=number] {
    font-size: 16px;
    color: #333;
    width: 100%;
    line-height: 34px;
    padding: 3px 10px;
    border: 1px solid #BABABA;
    border-radius: 5px;
    background-color: #FFF;
    font-family: 'Poppins', sans-serif;
}

.a2-step1 input[type=tel],
.a2-step1 input[type=number],
.a2-step1 input[type=date],
.a2-step1 select {
    float: right;
    width: calc(100% - 420px);
}

@media screen and (max-width:1060px) {

    .a2-step1 input[type=tel],
    .a2-step1 input[type=number],
    .a2-step1 input[type=date],
    .a2-step1 select {
        width: calc(100% - 340px);
    }
}

@media screen and (max-width:760px) {

    .a2-step1 input[type=tel],
    .a2-step1 input[type=number],
    .a2-step1 input[type=date],
    .a2-step1 select {
        width: 100%;
        float: none;
    }
}

.a2-step2 input[type=tel],
.a2-step2 input[type=number],
.a2-step2 input[type=date] {
    float: right;
    width: calc(100% - 220px);
}

@media screen and (max-width:1060px) {

    .a2-step2 input[type=tel],
    .a2-step2 input[type=number],
    .a2-step2 input[type=date] {
        width: calc(100% - 200px);
    }
}

@media screen and (max-width:760px) {

    .a2-step2 input[type=tel],
    .a2-step2 input[type=number],
    .a2-step2 input[type=date] {
        width: 100%;
        float: none;
    }
}

.sc-step input[type=date] {
    float: right;
    width: calc(100% - 340px);
}

@media screen and (max-width:760px) {

    .sc-step input[type=date] {
        width: 100%;
        float: none;
    }
}