.payment-flds-box label {
    display: none;
}

.frm-flds {
    position: relative;
}

.frm-flds > svg,
.frm-flds > a {
    position: absolute;
    height: 20px;
    width: 20px;
    right: 15px;
    top: 15px;
}

.frm-flds {
    float: left;
    width: 100%;
    position: relative;
    margin: 7px 0;
}

.frm-flds.fl {
    float: left;
}

.frm-flds.fr {
    float: right;
}

.frm-flds.half-fld {
    width: 49%;
}

.frm-flds.drop-fld {
    width: 28%;
    margin-left: 2%;
}

.frm-flds.drop-fld-1 {
    width: 33%;
    margin-right: 2%;
}

.frm-flds.zip-fld {
    width: 30%;
}

.frm-flds.exp-flds {
    width: 40%;
}

.frm-flds.cvv-flds {
    width: 28%;
}

.frm-flds .fl-is-active .input-flds {
    padding-top: 20px;
}

.frm-flds .fl-is-active .selcet-fld {
    padding-top: 20px;
}

@media only screen and (max-width: 767px) {
    .frm-flds.half-fld,
    .frm-flds.drop-fld,
    .frm-flds.zip-fld,
    .frm-flds.cvv-flds,
    .frm-flds.exp-flds {
        width: 100%;
        margin-right: 0;
    }
    .frm-flds.drop-fld {
        margin-left: 0;
    }
}