.testform {
	padding: 80px 40px;
}
.testform1 {
	padding: 0 0 60px 0;
}
.testform2 {
	float: left;
	width: 33.333%;
	box-sizing: border-box;
	padding: 0 20px 20px 0;
}
.testform2 label, .testform4 label, .testform7 label, .testform8 label, .testform9 label {
	display: block;
	padding: 0 0 10px 20px;
}
.testform3 {
	clear: both;
	height: 50px;
}
input.inputmidi, textarea.inputmidi {
	background-color: #fff;
	border-radius: 40px;
	border: 1px solid #14313B;
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 8px 20px;
	font-size: 16px;
	line-height: 20px;
	color: #14313B;
	font-family: "Open Sans", sans-serif;
	resize: none;
}
textarea.inputmidi {
	border-radius: 14px;
}
.testform4 {
	box-sizing: border-box;
	padding: 0 20px 30px 0;
}
.testform5 {
	margin: 0 0 0 20px;
	padding: 0 0 10px 20px;
	position: relative;
}
.testform5 input.testform51 {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 40px;
	border: 1px solid #3D42B6;
}
.testform6 {
	text-align: right;
	padding: 20px 0 0 0;
}
.testform7 {
	float: left;
	width: 48%;
	box-sizing: border-box;
	padding: 0 0 20px 0;
	clear: both;
}	
.testform8 {
	float: right;
	width: 48%;
	box-sizing: border-box;
	padding: 0 0 20px 0;
}
.testform9 {
	clear: both;
	box-sizing: border-box;
	padding: 0 0 20px 0;	
}
.testform10 {
	clear: both;
	height: 100px;
}
.testform11 {
  margin: 0 40px 80px 40px;
	color: #32A4A1;
	border: 1px solid #32A4A1;
	border-radius: 14px;
	padding: 60px 40px;
}
.testform11 p {
  padding: 0 0 20px 0;
}
.testform11 p:last-child {
  padding: 0 0 0 0;
}
.testform12 {
	padding: 0 80px 80px 80px;
}
.testform12 label {
	display: block;
	position: relative;
	padding: 0 0 20px 30px;
}
.testform12 label input {
	position: absolute;
	top: 3px;
	left: 0;
}
.testform13 {
	padding: 0 40px 80px 40px;
	text-align: right;
}

.testform13 input.inputsubmit {
	display: inline-block;
	border: 1px solid #14303B;
	color: #fff;
	background-color: #14303B;
	cursor: pointer;
	font-size: 19px;
	line-height: 25px;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	border-radius: 40px;
	padding: 10px 15px;
	transition: all 0.2s ease-out;
}

.testform13 .inputsubmit:hover {
	color: #14303B;
	background-color: #fff;	

}

.testformtab {
	width: 100%;
}
.testformtab th {
	border-bottom: 1px dashed #3D42B6;
	font-size: 12px;
	line-height: 15px;
	padding: 5px 0;
	text-align: left;
}
.testformtab td {
  border-bottom: 1px dashed #3D42B6;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 10px 10px 0;
}
.testformtab td label {
	font-weight: 700;
	cursor: pointer;
}
.testformtab td label:hover {
	color: #32A4A1;
}
.testformtab td:nth-child(3), .testformtab td:nth-child(4) {
	min-width: 100px;
}
.testformtab td:nth-child(5), .testformtab td:nth-child(6) {
	min-width: 110px;
}
.select-style {
	height: 40px;
}


@media screen and (min-width: 1px) and (max-width: 1024px) {
.testform {
  padding: 80px 0;
}
.testform2, .testform7, .testform8 {
  float: none;
  width: auto;
  padding: 0 0 20px 0;
}

.testformtabcon {
	width: 100%;
	min-height: 100px;
	overflow-x: auto;
}
.testform11 {
  margin: 0 0 80px 0;
}
.testform12 {
  padding: 0 0 80px 0;
}
.testform13 {
  padding: 0 0 80px 0;
}
.exams {
	width: 100%;
	min-height: 100px;
	overflow: hidden;
}
}
