@charset "utf-8";

.ant-form {
	position: relative;
	background-image: url(../images/form-bg.jpg);
	background-size: 100%;
}

.ant-form .con {
	background-color: #fff;
}

.ant-form fieldset {
	border: 1px solid #0072bb;
	margin: 0 2px;
	padding: 1em 2em 2em;
}

.ant-form legend {
	border: 0;
	padding: 0 14px;
	text-transform: capitalize;
	font-size: 1.1em;
	display: inline;
	width: auto;
}

.agile_form input[type=text],
.agile_form input[type=email],
.agile_form input[type=password],
.agile_form select {
	color: #000;
	font-size: 1em;
	background: transparent;
	outline: none;
	border: 1px solid #120f0e;
	-webkit-appearance: none;
	border-radius: 0;
}

input:focus,
textarea:focus,
select:focus,
.form-control:focus {
	outline: none !important;
	box-shadow: none;
	border-color: #000;
}

.agile_form textarea {
	border: none;
	background: transparent;
	outline: none;
	border: 1px solid #120f0e;
	outline: none;
	font-size: 1em;
	color: #000;
	padding: 10px 12px;
	resize: none;
	height: 100%;
	border-radius: 0;
}

.agileits-left.check h2,
.agileits-left.check h3 {
	color: #fff;
	font-size: 1em;
	display: inline-block;
	background: #0072bb;
	padding: 10px;
	text-transform: capitalize;

}

.checkbox {
	position: relative;
	padding-left: 30px !important;
	cursor: pointer;
}

.checkbox i {
	position: absolute;
	bottom: 3px;
	left: 0;
	display: block;
	width: 13px;
	height: 13px;
	outline: none;
	border: 1px solid #000;
	background: transparent;
}

.check label {
	margin: 0.8em 0em 0.8em 2em;
	font-size: 1em;
	color: #000;
	display: block;
	width: 85%;
	text-transform: capitalize;
}

.checkbox input+i:after,
.radio input+i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}

.checkbox input:checked+i:after,
.radio input:checked+i:after {
	opacity: 1;
}

.checkbox input,
.radio input {
	position: absolute;
	left: -9999px;
}

.checkbox input+i:after {
	content: '';
	background: url(../images/check.png) no-repeat 1px -2px;
	width: 11px;
	height: 11px;
	font: normal 12px/16px FontAwesome;
	text-align: center;
}

.submit input[type=submit] {
	color: #fff;
	padding: 0.8em;
	font-size: 0.9em;
	letter-spacing: 1px;
	cursor: pointer;
	border: none;
	background: #0072bb;
	outline: none;
	margin: 1.5em 0 0;
	font-weight: 400;
	text-transform: uppercase;
	width: 25%;
	border: none;
	font-family: 'Lato', sans-serif;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}

.required {
	position: relative;
}

.required::after {
	content: '*';
	color: #f00;
	position: absolute;
	right: 1em;
	top: 0px;
	line-height: calc(1.5em + .75rem + 2px);
}



.form1 h2{ color:#fff; text-align: center;}
.form1 .product-table td,
.form1 .product-table th{border:1px solid #000; vertical-align: middle;text-align: center;}