/* 
==========================================================
 Application: Responsive Feedback Form
 Copyright 2012 - 2015, All Rights Reserved
 Developer: Palkesh Chaudhari | mipl.co.in
 ==========================================================
 File: form.css
 File Date: 17-01-2015
 Description:
 Responsive Feedback Form
 ==========================================================
*/

#FeedbackForm * {
	margin:0;
	/*! padding:0; */
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#FeedbackForm p {
	font-size:16px;
	line-height:24px;
	text-align:left;
	/* text-transform:uppercase; */
	margin-bottom: 17px;
}
#FeedbackForm .inputField {
	display:block;
	width:100%;
	height:37px;
	padding:5px 5px 5px 10px;
	margin-bottom:15px;
	border:1px solid #B9B9B9;
	resize:none;
	font-size: 13px;
	
}
#FeedbackForm textarea {
	display:block;
	width:100%;
	margin-bottom:10px;
	line-height:20px;
	padding-left:5px;
	border:1px solid #B9B9B9
}
#FeedbackForm textarea:last-of-type {
	height:89px
}
#FeedbackForm .capchaImage {
	width:100%;
	margin:10px auto
}
#FeedbackForm .formButton {
	padding: 8px 20px;
    background-color: #2782a4;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    margin-top: 20px;
	border-radius: 3px;
}
#FeedbackForm .otp-status {
	display: none;
	margin-top: 12px;
	padding: 12px 14px;
	border-radius: 6px;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}
#FeedbackForm .otp-status.is-visible {
	display: block;
}
#FeedbackForm .otp-status--loading {
	background: #f5f5f5;
	border: 1px solid #d0d0d0;
	color: #333;
}
#FeedbackForm .otp-status--success {
	background: #e8f5e9;
	border: 1px solid #c8e6c9;
	color: #c62828;
}
#FeedbackForm .otp-status--error {
	background: #ffebee;
	border: 1px solid #ffcdd2;
	color: #b71c1c;
}
#FeedbackForm .otp-status__line {
	display: block;
	line-height: 1.5;
	margin: 0;
}
#FeedbackForm .otp-status__email {
	font-weight: 700;
	color: #c62828;
}
#FeedbackForm .otp-status .otp-resend-link {
	display: none;
	margin-top: 10px;
	color: #1565c0;
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
	cursor: pointer;
}
#FeedbackForm .otp-status .otp-resend-link:hover {
	color: #0d47a1;
}
#FeedbackForm .otp-status .otp-resend-link.is-disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}
#FeedbackForm #otp_input.otp-input-hidden {
	display: none;
}
#FeedbackForm .otp-submit-row {
	margin-top: 12px;
}
#FeedbackForm .otp-submit-row .formButton {
	margin-top: 0;
}
.clear {
	clear:both
}

.radius {
    border-radius: 5px;
    border: 1px solid #e4e3e3;
    padding: 15px;
    text-align: justify;
	min-height: 190px;
}
.radius:hover {
    -webkit-box-shadow: 0 8px 8px 0 rgba(11,37,71,.2),0 0 1px 0 rgba(10,37,70,.2);
    box-shadow: 0 8px 8px 0 rgba(11,37,71,.2),0 0 1px 0 rgba(10,37,70,.2);
}

.radius .hd {
    border-bottom: 1px dashed #ccc;
    display: block;
	font-size: 21px;
color: #0397dd;
	margin-bottom: 10px;
padding-bottom: 10px;
	
}

@media screen and (min-width:481px) {
#FeedbackForm .LeftForm {
	float:left;
	width:50%;
	padding-right:10px
}
#FeedbackForm .RightForm {
	float:left;
	width:50%;
}
}
@media screen and (max-width:480px) {
#FeedbackForm .LeftForm, #FeedbackForm .RightForm {
	float:none;
	width:99%;
	padding-right:0;
	margin:0px auto
}
#FeedbackForm .inputField {
	margin:5px 0
}
#FeedbackForm .capchaImage {
	text-align:center
}
#FeedbackForm .buttonWrapper {
	width:220px;
	margin:auto
}
#FeedbackForm p {
	font-size:12px;
	line-height:22px;
	text-align:center;
}
}
.enq-form .w3l-adrs {
    padding: 12px;
    background-color: #333;
    margin-top: 0px;
    color: #fff;
}