/*================================================================================================*/
/*contact us =========================================================================================*/
/*================================================================================================*/
body#contactus main div {
	border: 0px solid gray;
}
body#contactus main > div > div {
	margin-bottom: 40px;
	padding-bottom: 30px;	
}
@media all and (max-width: 768px) {
body#contactus main > div > div:nth-child(1) {
	padding-bottom: 0px;	
	margin-bottom: 30px;
}
}
@media all and (max-width: 768px) {
body#contactus main > div > div {
	margin-bottom: 20px;
}
}
body#contactus main > div > div:nth-child(1) > p {
	line-height: 1.7em;
}
body#contactus main > div > div:nth-child(2) {
	padding-bottom: 20px;	
}
@media all and (max-width: 768px) {
body#contactus main > div > div:nth-child(2) {
	padding-bottom: 30px;	
}
}
body#contactus main > div > div > p span:nth-child(1) {
	color: #86C0D3;
}
body#contactus main > div > div > p span:nth-child(2) {
	padding-left: 30px;
	font-size: 1em;
	font-weight: bold;
}
@media all and (max-width: 768px) {
body#contactus main > div > div > p span:nth-child(2) {
	padding-top: 20px;
	padding-left: 20px;
	display: block;
}
}
body#contactus main > div > div:nth-child(2) {
	border-bottom: 1px solid #000;
}
body#contactus main > div > div table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 30px;
}
body#contactus main > div > div table tr {
	width: 100%;
}
@media all and (max-width: 768px) {
body#contactus main > div > div table tr {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
}
body#contactus main > div > div table tr:nth-child(8) {
	height: 200px;
}
@media all and (max-width: 768px) {
body#contactus main > div > div table tr:nth-child(8) {
	height: 250px;
}
}
body#contactus main > div > div table tr:nth-child(8) td:nth-child(2) {
	height: 200px;
}
@media all and (max-width: 768px) {
body#contactus main > div > div table tr:nth-child(8) td:nth-child(2) {
	height: 200px;
}
}
body#contactus main > div > div table tr td {
	height: 50px;
	border: 1px solid #000;
}
@media all and (max-width: 768px) {
body#contactus main > div > div table tr td {
	width: 100%;
	height: 50px;
	display: block;
}
}
body#contactus main > div > div table tr td:nth-child(1) {
	width: 200px;
	text-align: center;
	line-height: 50px;
	font-size: 0.9em;
	font-weight: bold;
}
@media all and (max-width: 768px) {
body#contactus main > div > div table tr td:nth-child(1) {
	width: 100%;
	text-align: left;
	border: 0px solid gray; 
}
}
body#contactus main > div > div table tr td:nth-child(2) {
	padding: 5px 10px 5px 10px;
}
@media all and (max-width: 768px) {
body#contactus main > div > div table tr td:nth-child(2) {
	padding: 5px 5px 5px 5px;
	border: 1px solid gray;
}
}
body#contactus main > div > div table tr td input,
body#contactus main > div > div table tr td textarea {
	width: 100%;
	background-color: #F5F3F2;
	padding: 5px 10px 5px 10px;
	font-size: 1.2em;
}
body#contactus main > div > div table tr td input {
	height: 40px;;
	border: 0px solid #000;
}
body#contactus main > div > div table tr td textarea {
	height: 190px;
}
@media all and (max-width: 768px) {
body#contactus main > div > div table tr td textarea {
	height: 190px;
}
}
body#contactus main > div > div > form > div {
	width: 100%;
	height: 40px;
	margin-top: 30px;
}
body#contactus main > div > div > form > div > div {
	width: calc(100% / 2);
	float: left;
}
@media all and (max-width: 768px) {
body#contactus main > div > div > form > div > div {
	width: calc(100%);
	float: none;
}
}
body#contactus main > div > div > form > div > div:nth-child(1) {
	text-align: right;
}
@media all and (max-width: 768px) {
body#contactus main > div > div > form > div > div:nth-child(1) {
	text-align: center;
}
}
body#contactus main > div > div > form > div > div:nth-child(2) {
	text-align: left;
}
@media all and (max-width: 768px) {
body#contactus main > div > div > form > div > div:nth-child(2) {
	text-align: center;
}
}
body#contactus main > div > div > form > div > div:nth-child(1) > input {
	width: 200px;
	height: 40px;
	background-color: #86C0D3;
	border-radius: 7px;
	font-size: 1.2em;
	font-weight: bold;
}
@media all and (max-width: 768px) {
body#contactus main > div > div > form > div > div:nth-child(1) > input {
}
}
body#contactus main > div > div > form > div > div:nth-child(2) > input {
	width: 80px;
	height: 30px;
	background-color: #D4E5EF;
	border-radius: 7px;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 0px;
	margin-top: 4px;
	margin-left: 30px;
}
@media all and (max-width: 768px) {
body#contactus main > div > div > form > div > div:nth-child(2) > input {
	margin-top: 20px;
	margin-left: 0px;
}
}

