body {
	margin: 0px 0px;
	padding: 0px 55px;
	background-color: #fff;
}


/*Hidden contents*/
#paymentform,
#step8,
#step9,
#step2,
#step3,
#step4,
#step5,
#step6,
#step7 {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
p,
a,
ul,
	{
	margin: 0px;
	padding: 0px;
}

.head_icon_and_text {
	background-color: transparent;
	width: 100%;
	height: auto;
	font-family: 'Kanit', sans-serif;
	color: #262626;
	display: inline-flex;
	margin: 10px 0px 0px 0px;
}

.head_icon_and_text img {
	height: 56px;
	width: auto;
}

.head_icon_and_text h1 {
	font-size: 26px;
	margin: 10px 0px 0px 0px;
}

/*Form Design*/
.main_container {
	margin: 0px 0px 0px 56px;
}

.main_container p {
	margin: 5px 0px 0px 0px;
	font-family: sans-serif;
	color: #404040;
	font-size: 14px;
}


.main_container h3 {
	margin: 5px 0px 0px 0px;
	font-size: 22px;
	font-family: 'Kanit', sans-serif;
}

.input_data {
	background-color: transparent;
	padding: 4px 20px;
}

.input_data input {
	padding: 6px 10px;
	border: 1.5px solid #ccc;
	font-size: 15px;
	width: 96%;
	border-radius: 5px;
	margin: 5px 0px 5px 0px;
}

.input_data label {
	margin: 0px 0px 0px 0px;
	font-family: 'Kanit', sans-serif;
	color: #404040;
	font-size: 16px;
	font-weight: 500;
}

.input_data button {
	padding: 5px 45px;
	float: right;
	margin: 15px 30px 0px 0px;
	border: 1.5px solid #0066cc;
	background-color: #0066cc;
	color: #fff;
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	cursor: pointer;
	border-radius: 5px;
}

.input_data button:hover {
	transition: 0.3s;
	background-color: #fff;
	color: #0066cc;
}


#backbtn {
	background-color: #fff;
	color: #0066cc;
}

#backbtn:hover {
	background-color: #0066cc;
	color: #fff;
}


.footerarea {
	width: 100%;
	background-color: transparent;
	margin: 65px 0px 50px 0px;
	text-align: center;
	font-size: 12px;
	font-family: sans-serif;
}

/*Check box UI*/
/* The container */
.container {
	display: block;
	position: relative;
	padding-left: 35px;
	padding-top: 4px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 17px;
	font-family: sans-serif;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #b3d9ff;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*Scroll Bar*/
::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background: #0059b3;
}

::-webkit-scrollbar-thumb:hover {
	background: #0073e6;
}

/*Album*/
.ouralbum {
	width: 100%;
	background-color: transparent;
	overflow: auto;
	margin: 130px 0px 10px 0px;
	text-align: center;
	font-size: 22px;
	font-family: 'Kanit', sans-serif;
}

.imgContaier {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.imgContaier img {
	margin: 5px 10px;
	width: auto;
	height: 150px;
	cursor: pointer;
}

/*PopUp*/
#outPopUp {
	position: absolute;
	width: 500px;
	height: auto;
	z-index: 15;
	top: 30%;
	left: 45%;
	margin: -100px 0 0 -150px;
	background-color: transparent;
	opacity: 1;
	display: none;
}

#outPopUp img {
	width: 100%;
	height: auto;
}

#popupit {
	background-color: #ccc;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	display: none;
}

/*Thanks Page*/
.thanks_part {
	margin: 20px 0px 20px 0px;
	background-color: transparent;
	text-align: center;
}

.thanks_part img {
	margin: 0px 0px 10px 0px;
	height: 92px;
}

.thanks_part p {
	margin: 15px 0px 0px 0px;
	font-family: sans-serif;
}

.thanks_part h1 {
	margin: 0px 0px 0px 0px;
	font-family: 'Kanit', sans-serif;
	color: #3366cc;
	font-size: 32px;
}

#done_btn {
	padding: 5px 45px;
	margin: 25px 0px 0px 0px;
	border: 1.5px solid #0066cc;
	background-color: #fff;
	color: #0066cc;
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	cursor: pointer;
	border-radius: 5px;
}

#done_btn:hover {
	background-color: #0066cc;
	color: #fff;
}

/*Responsive set*/
@media only screen and (max-width: 600px) {
	body {
		padding: 0px 5px;
	}

	.input_data button {
		margin: 15px 0px 0px 0px;
	}

	#outPopUp {
		width: 300px;
		height: auto;
		left: 52%;
	}
}
