#formWrap {
	max-width:980px;
	margin:0 auto;
	color:#333;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border-bottom:1px solid #ccc;

}
table.formTable th{
	width:23%;
	font-weight:normal;
	text-align:left;
  font-size: 15px;
}
textarea,
input[type="text"] {
  width: 100%;
  border: none;
  background: #e9eaec;
}
input[type="text"] {
  height: 50px;
  padding: 10px 10px 10px;
  font-size: 20px;
}
.business_title h3 {

  text-align: center;
  margin: 53px 0 16px;
}
textarea{
  min-height: 270px;
  margin: 50px 0;
  resize: vertical;
  padding: 10px 10px 10px;
  font-size: 20px;
}
table.formTable th span {
  width: 46px;
  display: inline-block;
  text-align: center;
  padding: 3px;
  border-radius: 13px;
  margin-right: 12px;
}
table.formTable th span.mandatory {
  background: #333;
  color: #fff;
}
table.formTable th span.any{
  background: #e9eaec;
}
table.formTable tr {
  height: 150px;
}
table.formTable tr:last-child{
  height: 350px;
}
input[type="submit"] {
  width: 245px;
  height: 70px;
  border-radius: 33px;
  background: #333;
  color: #fff;
  font-size: 19px;
  margin: 80px 0;
  padding: 7px 10px 8px;
}
input[type="submit"]:hover{
  width: 245px;
  height: 70px;
  border-radius: 33px;
  background: #efefef;
  color: #333;
  font-size: 19px;
  margin: 80px 0;
  padding: 7px 10px 8px;
  transition: .5s;
  border: 1px solid;
}
.back_btn a {
  width: 245px;
  height: 70px;
  border-radius: 33px;
  background: #efefef;
  color: #333;
  font-size: 15px;
  margin: 80px 0;
  transition: .5s;
  border: 1px solid;
  display: block;
  line-height: 4.6;
}
input[type="submit"]:hover{
  cursor: pointer;
}
@media screen and (max-width:1200px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
  margin-bottom: 3%;
}
input[type="text"], textarea {
	width:97%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:auto;
}
table.formTable td, table.formTable th {
  border-bottom: none;
}
table.formTable tr {
  height: auto;
  margin-bottom: 8%;
  display: block;
}
textarea {
  min-height: 200px;
  margin: 0;
  resize: vertical;
  padding: 10px 10px 10px;
  font-size: 20px;
  width: 94.5%;

}
#formWrap p {
  width: 80%;
  margin: 0 auto;
}
input[type="submit"] {
  padding: 5% 0;
  margin: 5% 0 15%;
}
table.formTable tr:last-child {
  height: auto;
}

}
input[type="button"] {
  width: 245px;
  height: 70px;
  border-radius: 33px;
  border: 1px solid #333;
  color: #333;
  font-size: 19px;
  margin: 80px 0;
  padding: 6px 6px 7px;
}
input[type="button"]:hover{
  width: 245px;
  height: 70px;
  border-radius: 33px;
  border: 1px solid #333;
  background: #333;
  color: #fff;
  font-size: 19px;
  margin: 80px 0;
  padding: 6px 6px 7px;
  transition: .5s;
  cursor: pointer;
}