@media only screen and (min-width: 1000px) {
    ul.form li.formtwo1 {
        width: 45%;
        float: left;
        clear: left !important;
    }

    ul.form li.formtwo2 {
        width: 45%;
        float: left;
        clear: none !important;
    }

    ul.form li.formthree1 {
        width: 30%;
        float: left;
        clear: left !important;
    }

    ul.form li.formthree2 {
        width: 30%;
        float: left;
        clear: none !important;
    }

    ul.form li.formthree3 {
        width: 30%;
        float: left;
        clear: none !important;
    }

    ul.form li.textboxlarge textarea {
        width: 600px;
        /*max-width: 100%;*/
        height: 200px;
    }

    ul.form li.textboxmedium textarea {
        width: 400px;
        /*width:100%;*/
        height: 150px;
    }

}
