section {
	position: relative;
	width: 100%;
	height: auto;
}
#main {
	position: relative;
	width: 100%;
	max-width: 1920px;
	left: 50%;
	overflow: hidden;
	transform: translate(-50%, 0);
}
picture {
	max-width: 100%;
}
body {
	font: 14px Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	line-height: 1.4;
	margin: 0;
	min-height: 100%;
	position: relative;
	font-weight: 100;
	letter-spacing: 1px;
}
p, ul {
	font-size: 18px;
	text-align: justify;
}
img {
	padding: 1px;
}
.margin {
	margin-bottom: 45px;
}
.title {
	width: 40%;
}
a:hover {
	text-decoration: none;
}
.form_title {
	text-align: center;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.5;
}
.subtitle {
	font-size: 24px;
	font-weight: 800;
	text-decoration: underline;
	text-align: left;
	margin-bottom: 10px;
}
.sub-subtitle {
	font-size: 24px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 10px;
}
#termscondition {
	padding: 100px 0px 100px 0px;
	background-color: #FFFFFF;
	background-position: center;
	background-repeat: no-repeat;
	color: black;
	max-width: 100%;
}
.autowidth {
	width: auto;
}
.tnc {
	text-align: justify;
}
table {
	color: black;
}
table td, th {
	padding: .625em;
	vertical-align: top;
	border: 1px solid black;
}
tabel th{
	font-weight: 700;
}

@media only screen and (max-width: 640px) {
.form_title {
	font-size: 14px;
}
.subtitle, .sub-subtitle {
	font-size: 12px;
}
p, ul {
	font-size: 12px;
}
#termscondition {
	padding: 50px 30px 50px 30px;
}
body {
	font-size: 12px;
}
ul {
	padding-left: 10px;
}
.smallfont {
	font-size: 10px;
}
}
