.cti-dealer-form .col-xs-6 {
    box-sizing: border-box;
    /* width: 33.33% !important; */
    float: left;
    padding-left: 8px;
    padding-right: 8px
}

@media screen and (max-width:1000px) {
    .cti-dealer-form .col-xs-6 {
        width: 100% !important;
    }
}