/* 
==========================================================
 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
 ==========================================================
*/
@import url('../css2');
#FeedbackForm * {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-family: 'Castoro', serif !important;
	/*font-family:Arial, Helvetica, sans-serif*/
}
#FeedbackForm p {
	font-size:14px;
	line-height:25px;
	text-align:left;
	/*! text-transform:uppercase; */
}
#FeedbackForm .inputField {
	display:block;
	width:100%;
	height:39px;
	padding:6px 5px 6px 50px;
	margin-bottom:15px;
	border:1px solid #C9A376;
	resize:none;
	margin-top: 2px;
}
#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:81px;
}
#FeedbackForm .capchaImage {
	width:100%;
	margin:10px auto
}
#FeedbackForm .formButton {
	padding:5px 10px;
	background-color:#714630;
	cursor:pointer;
	display:inline-block;
	margin-right:5px;
	color: #fff;
}
.clear {
	clear:both
}
@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:150px;
	margin:auto
}
#FeedbackForm p {
	font-size:12px;
	line-height:22px;
	text-align:center;
}
}




.form-group {
  margin-bottom: 25px;
}

.input-group {
  width: 100%;
}

.inquiry-form .input-group-addon {
  border-width: 0 0 1px;
    border-bottom-width: 1px;
  font-size: 18px;
  padding: 9px 0 3px;
  vertical-align: top;
  border-bottom: 1px solid #e1e6eb;
}


.dk-cnt span::before {
  font: normal normal normal 14px/1 FontAwesome;
  /*! display: inline-block; */
  position: absolute;
  /*! left: 16px; */
  /*! top: 0; */
  padding: 12px 12px;
  color: #fff;
  background-color: #4b2753;
}

.dk-cnt span.company-name::before {
  content: "\f124";
  min-height: 39px;
}

.dk-cnt span.your-name::before {
  content: "\f2c0";
  min-height: 39px;
}

.dk-cnt span.contact-no::before {
  content: "\f095";
  min-height: 39px;
}

.dk-cnt span.email::before {
  content: "\f2b7";
  min-height: 39px;
}

.dk-cnt span.your-message::before {
  content: "\f041";
  min-height: 81px;
}

.dk-cnt span.requirement-details::before {
  content: "\f040";
  min-height: 81px;
}

.dk-cnt span.veryfaction-no::before {
  content: "\f0a4";

  min-height: 39px;
}


.dk-cnt span.globe::before {
  content: "\f0ac";

  min-height: 39px;
}

.dk-cnt span.product::before {
  content: "\f064";

}


.dk-cnt input[type="text"], .dk-cnt input[type="telNo"], .dk-cnt input[type="form"], .dk-cnt input[type="Address"], .dk-cnt input[type="requirement_details"], .dk-cnt input[type="text"], .dk-cnt input[type="country"], .dk-cnt input[type="product"], .dk-cnt textarea {
  padding-left: 50px;
  box-shadow: 0 0 transparent;
  border: 1px solid #ffdb01;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
  display: block !important;
}