.con-right {
    background: #063f95; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#02275d, #063f95); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#02275d, #063f95); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#02275d, #063f95); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#02275d, #063f95); /* Standard syntax */
}
.con-form .form-row {
    margin-bottom: 25px;
}
.con-form label {
    width: 18%;
    padding: 4px 0 0 0;
    float: left;
}
.con-form input[type="text"], .con-form textarea {
    display: inline-block;
    width: 82%;
    border: 1px solid #b1b1b1;
    padding: 5px;
}
.con-form textarea {
    height: 270px;
}
.con-form .text {
    float: right;
    padding: 10px 40px 0 0;
}
.con-form input[type="submit"] {
    float: right;
    background-color: #00beb7;
    padding: 7px 60px;
    font-size: 25px;
}
.con-form input[type="submit"]:hover {
    background-color: #606060;
}





@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
	.con-form label {
	    width: 22%;
	}
	.con-form input[type="text"], .con-form textarea {
	    width: 77% !important;
	}
	.con-form textarea {
	    height: 160px;
	}
}
@media screen and (max-width: 479px) {
	.con-form label, .con-form input[type="text"], .con-form textarea {
	    width: 100% !important;
	}
}