.right-panel {
    background-color: #e8e8e8;
}
.ask-form .row {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}
.ask-form label {
    color: #0357a8;
    float: left;
    width: 20%;
    padding: 3px 0 0 0;
    font-weight: bold;
}
.ask-form input[type="text"], .ask-form textarea {
    font-size: 18px;
    padding: 5px;
    width: 80%;
}
.ask-form textarea {
    height: 280px;
}
.ask-form .btn.row label {
    float: right;
    text-align: right;
    width: auto;
}
.ask-form .btn.row input[type="Submit"] {
    float: right;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 11px 50px;
    background-color: #015385;
    margin: 0 0 0 30px;
}
.ask-form .btn.row input[type="Submit"]:hover {
    background-color: #232323;
}




.ask-form tr {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}
.ask-form th {
    color: #0357a8;
    float: left;
    width: 20% !important;
    padding: 3px 0 0 0;
    font-weight: bold;
}
.ask-form td {
    width: 80%;
    padding: 0;
    float: left;
}
.ask-form input[type="text"], .ask-form textarea {
    font-size: 18px;
    padding: 5px;
    width: 80%;
}
.ask-form input[type="text"], .ask-form textarea {
    width: 100% !important;
    max-width: 100%;
}
.ask-form tr.znewslettercheckbox label {
    width: auto !important;
}
.ask-form button {
    float: right;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 11px 50px;
    background-color: #015385;
    margin: 0 0 0 30px;
}



@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
	.right-panel {
	    max-width: 350px !important;
	}
}
@media screen and (max-width: 767px) {
	.ask-form label, .ask-form th {
	    width: 30%;
	}
	.ask-form input[type="text"], .ask-form textarea {
	    width: 70% !important;
	}
	.ask-form textarea {
	    height: 180px;
	}
}
@media screen and (max-width: 479px) {
	.ask-form label, .ask-form input[type="text"], .ask-form textarea {
	    width: 100% !important;
	}
    .ask-form th, .ask-form td {
        width: 100% !important;
    }
}