.contact-page-main-div {width: 100%; float: left; margin-top: 10px;}
.contact-section {width: 100%; max-width: 950px; position: relative; display: table; margin: 0 auto; float: none; background-color: #fff; box-shadow: 1px 15px 30px rgba(0,0,0,.2);}
.no-resize {resize: none !important;}
.contactform {width: 100%; float: left; padding: 20px;}
.contactform-sub {width: 100%; float: left;}
.contact-section-left-sub {width: 50%; float: left;}
.contact-section-right-sub {width: 50%; float: left; position: absolute; top: 0; right: 0; height: 100%;}
.contactform-sub .contactform-sub-left {padding-right: 8px !important;}
.contactform-sub .contactform-sub-right {padding-left: 7px !important;}
.contact-logo {width: 180px; float: left; margin-bottom: 15px;}
.form-group {width: 100%; float: left;}
.contact-address-section {height: 100%; display: block;}
button.contact {background-color: #AA2222; font-size: 14px; color: #ffffff; padding: 10px 20px 8px 20px; border-radius: 0px; text-align: center; border: #AA2222;}
button.contact:hover {color: #fff;}
.contact-map {display: contents;}
.contact-map iframe {height: 100%;}
.captcha-main {width: 100%; float: left;}
textarea.form-control.contact-textarea {height: 100px; background-color: #f1f1f1;}
.contact-btn-main {width: 100%; float: left; margin-top: 10px;}
.contact-form-label {margin-bottom: 3px;}

@media screen and (max-width: 1199px) and (min-width: 992px) {
	.contact-section {max-width: 900px;}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.contact-section {max-width: 720px;}
	.contactform-sub .contactform-sub-left {padding-right: 15px !important;}
    .contactform-sub .contactform-sub-right {padding-left: 15px !important;}
}

@media screen and (max-width: 767.5px) {
	.contact-section {width: 100%; display: block; float: left;}
	.contact-section-left-sub {width: 100%;}
	.contact-section-right-sub {width: 100%; height: 200px; position: relative;}
	.contactform-sub .contactform-sub-left {padding-right: 15px !important;}
    .contactform-sub .contactform-sub-right {padding-left: 15px !important;}
}