@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#cautionmain { width: 100%;
	height: auto;
}
#caution {
	width: 100%;
	height: 50px;
	font-family: Gotham;
	margin-top: 80px;
	font-weight: 700;
	margin-left: 0px;
	text-align: center;
	margin-bottom: -4px;
}
#caution span {
	font-size: 35px;
	margin-left: 0%
}
#cautionsub {
	width: 100%;
	height: 20px;
	font-family: Gotham;
	font-size: 10px;
	text-align: center;
}
.cautioncontent {
	width: 100%;
	height: auto;
	font-family: Gotham;
	font-size: 14px;
	color: #000;
	text-align: justify;
	margin-top: 24px;
}
.cautionconclusion {
	width: 85%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	font-family: Gotham;
	font-size: 11.5px;
	color: #666;
	text-align: center;
}
.cautionbutton {
	width: 19%;
	border: none;
	color: white;
	text-decoration: none;
	display: inline-block;
	font-size: 10px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	cursor: pointer;
	margin-left: 21%;
	margin-top: 50px;
	text-align: center;
	margin-bottom: 4px;
	margin-right: 0%;
}

.buttonenter {
  background-color: white; 
  color: black; 
  border: 2px solid #4CAF50;
}

.buttonenter:hover {
  background-color: #4CAF50;
  color: white;
}
.buttonexit {
  background-color: white; 
  color: black; 
  border: 2px solid #f44336;
}

.buttonexit:hover {
  background-color: #f44336;
  color: white;
}

.loginmlicon {
	width: 100%;
	height: 25px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0%;
}
.loginml {
	width: 48%;
	height: 25px;
	color: #FFF;
	font-family: ML-TTpooram;
	font-weight: bold;
	font-size: 11px;
	height: 25px;
	float:left;
	margin-top: 3px;

}
.loginicon {
	width: 15%;
	height: 25px;
	float:left;
	margin-top: -5px;
	margin-left: 0%;

}
#topbar	{
	width: 100%;
	height: 21px;
	background-color: #FFF;
	color: #000;
	text-align: center;
	font-size: 11px;
	font-family: Gotham;
	padding-top: 4px;
}
.menubox {
	width: 70%;
	height: 40px;
	float: left;
}
.logobox {
	width: 30%;
	height: 31px;
	font-family: Gotham;
	font-weight: bold;
	font-size: 19px;
	color: #FFF;
	float: left;
	padding-top: 19px;
}
.logobox a {
	color: #FFF;
}
.loginbox {
	width: 100%;
	height: 15px;
	margin-left: 0%;
}

#thinkhome {
	width: 100%;
	height: 50px;
	font-family: Gotham;
	color: #960606;
	text-align: center;
	margin-top: 18px;
}
#logform {
	width: 100%;
	height: auto;
	margin-top: -15px;
}
.loginnew {
	width: 100%;
	height: auto;
	color: #666;
	font-size: 13px;
	background-color: #fff;
}
.log {
	width: 100%;
	height: 20px;
	background-color: #fff;
	color: #000;
	font-family: Gotham;
	font-weight: 600;
	margin-top: 10px;
	text-align: center;
}
.loginwithmain {
	width: 80%;
	height: auto;
	margin-left: 12%;
	margin-top: 10px;
	font-family: Gotham;
	font-weight: bold;
}
.logor {
	width: 100%;
	height: 20px;
	text-align: center;
	color: #7C7C7C;
}
.loginwith {
	width: 100%;
	height: 20px;
	margin-top: 15px;
	color: #7C7C7C;
}
.loginwithg {
	width: 49%;
	height: 20px;
	font-size: 10px;
	margin-top: 0px;
	float: left;
}
.loginwithf {
	width: 51%;
	height: 20px;
	font-size: 10px;
	margin-top: 0px;
	float: left;
	text-align: right;
}
font {
	color: #3b5998;
}
a {
	text-decoration: none;
}
h1 a {
	text-decoration: none;
	color: #680707;
	font-size: 18px;
}
html {
  scroll-behavior: smooth;
}
input[type=text], input[type=password] {
	width: 100%;
	padding: 12px 20px;


  margin-right:: auto;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-left: auto;
	margin-top: 2%;
	font-size: 13px;
}
input[type=date]{
	width: 50%;
	margin: 8px 0;
	color: #666;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-left: 0%;
	margin-top: 5%;
	font-size: 13px;
	padding-bottom: 12px;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 12px;
}
span {
	margin-left: 15%;
	font-family: Gotham;
	font-size: 12px
	
}
.container {
	width: 100%;
	height: 20px;
	margin-top: 0px;
}


button {
	width: 32%;
	background-color: #960606;
	color: white;
	font-size: 12px;
	margin-left: 37%;
	margin-top: 10%;
	border: none;
	cursor: pointer;
	font-family: Gotham;
	font-weight: bold;
	padding-bottom: 14px;
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 14px;
  

}
spandob {color: red;}
button:hover {
  opacity: 0.8;
}

.bottomredbox	{
	width: 100%;
	height: 60px;
	margin-top: 0px;
	background-color: #960606;
}
.appmainbox {
	width: 40%;
	height: 100px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;


	background-color: ;
}
.gettheapp {
	width: 100%;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	font-family: Gotham;
	font-weight: 600;
	text-align: center;
	font-size: 12px;
	background-color: ;
}
.appbox {
	width: 40%;
	height: 70px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.terms {
	width: 80%;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: gotham;
	font-size: 9px;
	color: #5D5D5D;
}
.menutitleh {
	width: 19%;
	height: 40px;
	margin-left: 6%;
	float: left;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
	font-size: 10px;
	margin-right: 0;
}
.menutitlea {
	width: 19%;
	height: 40px;
	margin-left: .1%;
	float: left;
	text-align: center;
	padding-top: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 10px;
}
.menutitlesc {
	width: 25%;
	height: 40px;
	margin-left: .1%;
	float: left;
	text-align: center;
	padding-top: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 10px;
}
.menutitleh a {
	color: #FFF;
}
.menutitlea a {
	color: #FFF;
}
.menutitlesc a {
	color: #FFF;
}
.temp {
	width: 100%;
	height: auto;
}
.subpagespace {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#aboutus {
	width: 100%;
	height: 30px;
	color: #000;
	margin-top: 60px;
	font-family: Gotham;
	text-align: center;
}
#aboutus h2 {
	font-size: 20px;
}
#welcomabt {
	width: 100%;
	height: 20px;
	font-family: Gotham;
	font-size: 14px;
	text-align: center;
	margin-top: 50px;
}
#aboutcontent {
	width: 100%;
	height: auto;
	font-family: Gotham;
	font-size: 14px;
	color: #000;
	text-align: justify ;
}
#feelfree {
	width: 100%;
	height: 30px;
	text-align: center;
	font-family: Gotham;
	font-size: 14px;
	color: #000;
	margin-top: 100px;
}
#cntnueapp {
	width: 100%;
	height: 30px;
	text-align: center;
	font-family: Gotham;
	font-size: 14px;
	color: #000;
	margin-top: 100px;
	margin-bottom: 8px;
}
.popular {
	width: 100%;
	height: 30px;
	font-family: Gotham;
	font-weight: 600;
	color: #000;
	font-size: 12px;
	margin-top: 50px;
}

.subpageimg {
	width: 70%;
	height: 280px;
	margin-left: auto;
	margin-right: auto;
}
.contactmail {
	width: 100%;
	height: 30px;
	text-align: center;
	font-family: Gotham;
	font-size: 13px;
	margin-top: 30px;
	margin-bottom: 8px;
}
.contactimg {
	width: 60%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.forgotpwtitle {
	width: 100%;
	height: 35px;
	margin-top: 50px;
	text-align: center;
	color: #F9A806;
	font-family: ML-TTpooram;\
}
.forgotpwtitle h1 {
	font-size: 15px;
}
.forgotimg {
	width: 8%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
.resettitle {
	width: 100%;
	height: 50px;
	text-align: center;
	font-family: Gotham;
	margin-top: 60px;
	font-size: 18px;
}
.subpagespace input[type=text] {
	width: 100%;
	margin-left: 0%;
}
.subpagespace button {
	width: 30%;
	margin-left: 35%;
	margin-top: 20px;
	margin-bottom: 50px;
}
.rmbrpsw {
	width: 100%;
	height: auto;
}
.container label {
	width: 40%;
	height: 20px;
	font-size: 10px;
	margin-left: 0%;
	font-family: Gotham;
	margin-top: 0px;
	float: left;
}
.psw {
	width: 50%;
	height: 20px;
	font-size: 10px;
	margin-top: 5px;
	margin-left: 1%;
	font-family: gotham;
	float: right;
	text-align: right;
}

hr {
	margin-top: -30px;
	margin-bottom: 10px;
	;
}
.clear {
	clear:both;
}

.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#cautionmain { width: 100%;
	height: auto;
}
#caution {
	width: 100%;
	height: 50px;
	font-family: Gotham;
	margin-top: 50px;
	font-weight: 700;
	margin-left: 0px;
	text-align: center;
	margin-bottom: -4px;
}
#caution span {
	font-size: 38px;
	margin-left: 0%
}
#cautionsub {
	width: 100%;
	height: 20px;
	font-family: Gotham;
	font-size: 12px;
	text-align: center;
}
.cautioncontent {
	width: 100%;
	height: auto;
	font-family: Gotham;
	font-size: 15px;
	color: #000;
	text-align: justify;
	margin-top: 80px;
}
.cautionconclusion {
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	font-family: Gotham;
	font-size: 12px;
	color: #666;
	text-align: center;
}
.cautionbutton {
	width: 10%;
	border: none;
	color: white;
	text-decoration: none;
	display: inline-block;
	font-size: 11px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	cursor: pointer;
	margin-left: 26%;
	margin-top: 50px;
	text-align: center;
	margin-bottom: 4px;
	margin-right: 0%;
}

.buttonenter {
  background-color: white; 
  color: black; 
  border: 2px solid #4CAF50;
}

.buttonenter:hover {
  background-color: #4CAF50;
  color: white;
}
.buttonexit {
  background-color: white; 
  color: black; 
  border: 2px solid #f44336;
}

.buttonexit:hover {
  background-color: #f44336;
  color: white;
}

#topbar	{
	width: 100%;
	height: 22px;
	background-color: #FFF;
	color: #000;
	text-align: center;
	font-size: 13px;
	font-family: Gotham;
	padding-top: 3px;
}
.menubox {
	width: 60%;
	height: 60px;
	float: left;
}
.logobox {
	width: 40%;
	height: 45px;
	font-family: Gotham;
	font-weight: bold;
	font-size: 22px;
	color: #FFF;
	float: left;
	padding-top: 15px;
}
.logobox a {
	color: #FFF;
}
.loginbox {
	width: 100%;
	height: 15px;
	margin-left: 0%;
}

#thinkhome {
	width: 100%;
	height: 50px;
	font-family: Gotham;
	color: #960606;
	text-align: center;
	margin-top: 30px;
}
#logform {
	width: 100%;
	height: auto;
	margin-top: 0px;
}
.loginnew {
	width: 100%;
	height: auto;
	color: #666;
	font-size: 16px;
	background-color: #fff;
}
.log {
	width: 100%;
	height: 20px;
	background-color: #fff;
	color: #000;
	font-family: Gotham;
	font-weight: 600;
	margin-top: 25px;
	text-align: center;
}
.loginwithmain {
	width: 80%;
	height: auto;
	margin-left: 12%;
	margin-top: 20px;
	font-family: Gotham;
	font-weight: bold;
}
.logor {
	width: 100%;
	height: 20px;
	text-align: center;
	color: #7C7C7C;
}
.loginwith {
	width: 100%;
	height: 20px;
	margin-top: 15px;
	color: #7C7C7C;
}
.loginwithg {
	width: 49%;
	height: 20px;
	font-size: 12px;
	margin-top: -5px;
	float: left;
}
.loginwithf {
	width: 51%;
	height: 20px;
	font-size: 12px;
	margin-top: -5px;
	float: left;
	text-align: right;
}
font {
	color: #3b5998;
}
a {
	text-decoration: none;
}
h1 a {
	text-decoration: none;
	color: #680707;
	font-size: 25px;
}
html {
  scroll-behavior: smooth;
}
input[type=text], input[type=password] {
  width: 70%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-left: 15%;
  margin-top: 5%;
  font-size: 13px;
}
input[type=date]{
  width: 35%;
  padding: 12px 20px;
  margin: 8px 0;
  color: #666;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-left: 15%;
  margin-top: 5%;
  font-size: 13px;
}
span {
	margin-left: 15%;
	font-family: Gotham;
	font-size: 12px
	
}
.container {
	width: 100%;
	height: 20px;
	margin-top: 0px;
}


button {
	width: 25%;
	background-color: #960606;
	color: white;
	margin-left: 39%;
	margin-top: 10%;
	border: none;
	cursor: pointer;
	font-family: Gotham;
	font-weight: bold;
	padding-bottom: 14px;
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 14px;
  

}
spandob {color: red;}
button:hover {
  opacity: 0.8;
}

.bottomredbox	{
	width: 100%;
	height: 60px;
	margin-top: 0px;
	background-color: #960606;
}
.appmainbox {
	width: 100%;
	height: 100px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;


	background-color: ;
}
.gettheapp {
	width: 100%;
	height: 20px;
	/* [disabled]margin-left: auto; */
	/* [disabled]margin-right: auto; */
	font-family: Gotham;
	font-weight: 600;
	font-size: 14px;






	background-color: ;
	text-align: center;
}
.appbox {
	width: 10%;
	height: 70px;
	/* [disabled]margin-top: 10px; */
	margin-left: auto;
	margin-right: auto;
}
.terms {
	width: 80%;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: gotham;
	font-size: 13px;
	color: #5D5D5D;
	margin-top: 30px;
}
.menutitleh {
	width: 13%;
	height: 40px;
	margin-left: 22%;
	float: left;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
	font-size: 12px;
}
.menutitlea {
	width: 13%;
	height: 40px;
	margin-left: .1%;
	float: left;
	text-align: center;
	padding-top: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 12px;
}
.menutitlesc {
	width: 16%;
	height: 40px;
	margin-left: .1%;
	float: left;
	text-align: center;
	padding-top: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 12px;
}
.menutitleh a {
	color: #FFF;
}
.menutitlea a {
	color: #FFF;
}
.menutitlesc a {
	color: #FFF;
}
.temp {
	width: 100%;
	height: auto;
}
.subpagespace {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#aboutus {
	width: 100%;
	height: 30px;
	color: #000;
	margin-top: 60px;
	font-family: Gotham;
	text-align: center;
}
#welcomabt {
	width: 100%;
	height: 20px;
	font-family: Gotham;
	font-size: 14px;
	text-align: center;
	margin-top: 50px;
}
#aboutcontent {
	width: 100%;
	height: auto;
	font-family: Gotham;
	font-size: 14px;
	color: #000;
	text-align: justify ;
}
#feelfree {
	width: 100%;
	height: 30px;
	text-align: center;
	font-family: Gotham;
	font-size: 17px;
	color: #000;
	margin-top: 100px;
}
#cntnueapp {
	width: 100%;
	height: 30px;
	text-align: center;
	font-family: Gotham;
	font-size: 14px;
	color: #000;
	margin-top: 95px;
}
.popular {
	width: 100%;
	height: 30px;
	font-family: Gotham;
	font-weight: 600;
	color: #000;
	margin-top: 50px;
	font-size: 100%;
}

.subpageimg {
	width: 70%;
	height: 400px;
	margin-left: auto;
}
.contactmail {
	width: 100%;
	height: 30px;
	text-align: center;
	font-family: Gotham;
	font-size: 18px;
	margin-top: 50px
}
.contactimg {
	width: 60%;
	height: 350px;
	margin-left: 23%;
}
.forgotpwtitle {
	width: 100%;
	height: 35px;
	margin-top: 50px;
	text-align: center;
	color: #F9A806;
	font-family: ML-TTpooram;
	
}
.forgotimg {
	width: 8%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
.forgotpwtitle h1 {
	font-size: 23px;
}
.resettitle {
	width: 100%;
	height: 50px;
	text-align: center;
	font-family: Gotham;
	margin-top: 40px;
	font-size: 24px;
}
.subpagespace input[type=text] {
	width: 100%;
	margin-left: 0%;
}
.subpagespace button {
	width: 20%;
	margin-left: 40%;
	margin-top: 20px;
	margin-bottom: 50px;
}
.rmbrpsw {
	width: 100%;
	height: auto;
}
.container label {
	width: 40%;
	height: 20px;
	font-size: 12px;
	margin-left: 12%;
	font-family: Gotham;
	margin-top: 0px;
	float: left;
}
.psw {
	width: 36%;
	height: 20px;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 1%;
	font-family: gotham;
	float: left;
	text-align: right;
}

hr {
	margin-top: -10px;
	margin-bottom: 10px;
}
.clear {
	clear:both;
}

.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

#caution {
	width: 100%;
	height: 50px;
	font-family: Gotham;
	margin-top: 50px;
	font-weight:700;
	margin-left: 0px;
	text-align: center;
}
#caution span {font-size: 40px; margin-left: 0%}
#cautionsub {
	width: 100%;
	height: 20px;
	font-family: Gotham;
	font-size: 13px;
	text-align: center;
}
.cautioncontent {
	width: 100%;
	height: auto;
	font-family: Gotham;
	font-size: 18px;
	color: #000;
	text-align: justify; 
	margin-top: 80px;
}
.cautionconclusion {
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	font-family: Gotham;
	font-size: 14px;
	color: #666;
	text-align: center;
}
.cautionbutton {
	width: 10%;
	border: none;
	color: white;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	cursor: pointer;
	margin-left: 26%;
	margin-top: 50px;
	text-align: center;
	margin-bottom: 4px;
	margin-right: 0%;
}

.buttonenter {
  background-color: white; 
  color: black; 
  border: 2px solid #4CAF50;
}

.buttonenter:hover {
  background-color: #4CAF50;
  color: white;
}
.buttonexit {
  background-color: white; 
  color: black; 
  border: 2px solid #f44336;
}

.buttonexit:hover {
  background-color: #f44336;
  color: white;
}

#topbar	{
	width: 100%;
	height: 25px;
	background-color: #FFF;
	color: #000;
	text-align: center;
	font-size: 15px;
	font-family: Gotham;
}
.logobox {
	width: 15%;
	height: 49px;
	font-family: Gotham;
	font-weight: bold;
	font-size: 25px;
	color: #FFF;
	float:left;
	padding-top: 11px;
}
.menubox {
	width: 85%;
	height: 60px;
	float: left;
}

#thinkhome {
	width: 100%;
	height: 50px;
	font-family: Gotham;
	color: #960606;
	text-align: center;
	margin-top: 30px;
}
#logform {
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.loginnew {
	width: 50%;
	height: auto;
	float: left;
	color: #666;
	font-size: 16px;
	background-color: #fff;
}
.log {
	width: 100%;
	height: 20px;
	background-color: #fff;
	color: #000;
	font-family: Gotham;
	font-weight: 600;
	text-align: center;
}
.loginwithmain {
	width: 80%;
	height: auto;
	margin-left: 12%;
	margin-top: 20px;
	font-family: Gotham;
	font-weight: bold;
}
.logor {
	width: 100%;
	height: 20px;
	text-align: center;
	color: #7C7C7C;
}
.loginwith {
	width: 100%;
	height: 20px;
	margin-top: 15px;
	color: #7C7C7C;
}
.loginwithg {
	width: 49%;
	height: 20px;
	font-size: 12px;
	margin-top: -5px;
	float: left;
}
.loginwithf {
	width: 51%;
	height: 20px;
	font-size: 12px;
	margin-top: -5px;
	float: left;
	text-align: right;
}
font {
	color: #3b5998;
}
a {
	text-decoration: none;
}
h1 a {
	text-decoration: none;
	color: #680707;
	font-size: 32px;
}
html {
  scroll-behavior: smooth;
}
input[type=text], input[type=password] {
  width: 70%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-left: 15%;
  margin-top: 5%;
  font-size: 13px;
}
input[type=date]{
  width: 35%;
  padding: 12px 20px;
  margin: 8px 0;
  color: #666;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-left: 15%;
  margin-top: 5%;
  font-size: 13px;
}
span {
	margin-left: 15%;
	font-family: Gotham;
	font-size: 12px
	
}
.container {
	width: 100%;
	height: 20px;
	margin-top: 0px;
}


button {
	width: 28%;
	background-color: #960606;
	color: white;
	margin-left: 39%;
	margin-top: 10%;
	border: none;
	cursor: pointer;
	font-family: Gotham;
	font-weight: bold;
	padding-bottom: 14px;
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 14px;
  

}
spandob {color: red;}
button:hover {
  opacity: 0.8;
}

.bottomredbox	{
	width: 100%;
	height: 60px;
	margin-top: 0px;
	background-color: #960606;
}
.appmainbox {
	width: 30%;
	height: 100px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: ;
}
.gettheapp {
	width: 50%;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	font-family: Gotham;
	font-weight: 600;
	text-align: center;
	font-size:14px;
	background-color: ;
}
.appbox {
	width: 20%;
	height: 70px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.terms {
	width: 50%;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: gotham;
	font-size: 13px;
	color: #5D5D5D;
}
.menutitleh {
	width: 9.5%;
	height: 40px;
	margin-left: 30%;
	float:left;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	text-align:center;
	padding-top:20px;
	font-size: 12px;
}
.menutitlea {
	width: 9.5%;
	height: 40px;
	margin-left:.1%;
	float:left;
	text-align:center;
	padding-top:20px;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 12px;
}
.menutitlesc {
	width: 11.5%;
	height: 40px;
	margin-left:.1%;
	float:left;
	text-align:center;
	padding-top:20px;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 12px;
}
.menutitleh a {
	color: #FFF;
}
.menutitlea a {
	color: #FFF;
}
.menutitlesc a {
	color: #FFF;
}
.temp {
	width: 100%;
	height: auto;
}
.subpagespace {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#aboutus {
	width: 100%;
	height: 30px;
	color: #000;
	margin-top: 60px;
	font-family: Gotham;
	text-align: center;
}
#welcomabt {
	width: 100%;
	height: 20px;
	font-family: Gotham;
	font-size: 14px;
	text-align: center;
	margin-top: 50px;
}
#aboutcontent {
	width: 100%;
	height: auto;
	font-family: Gotham;
	font-size: 14px;
	color: #000;
	text-align: justify ;
}
#feelfree {
	width: 100%;
	height: 30px;
	text-align: center;
	font-family: Gotham;
	font-size: 15px;
	color: #000;
	margin-top: 100px;
}
#cntnueapp {
	width: 100%;
	height: 30px;
	text-align: center;
	font-family: Gotham;
	font-size: 14px;
	color: #000;
	margin-top: 100px;
}
.popular {
	width: 100%;
	height: 30px;
	font-family: Gotham;
	font-weight: 600;
	color: #000;
	margin-top: 50px;
	font-size: 15px;
}

.subpageimg {
	width: 70%;
	height: 700px;
	margin-left: auto;
}
.contactmail {
	width: 100%;
	height: 30px;
	text-align: center;
	font-family: Gotham;
	font-size: 18px;
	margin-top: 50px
}
.contactimg {
	width: 50%;
	height: 550px;
	margin-left: auto;
}
.forgotpwtitle h1 {
	font-size: 29px;
}
.forgotpwtitle {
	width: 100%;
	height: 35px;
	margin-top: 50px;
	text-align: center;
	color: #F9A806;
	font-family: ML-TTpooram;
	
}
.forgotimg {
	width: 8%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
.resettitle {
	width: 100%;
	height: 50px;
	text-align: center;
	font-family: Gotham;
	margin-top: 60px;
	font-size: 24px;
}
.subpagespace input[type=text] {
	width: 40%;
	margin-left: 30%;
}
.subpagespace button {
	width: 10%;
	margin-left: 45%;
	margin-top: 20px;
	margin-bottom: 50px;
}
.rmbrpsw {
	width: 100%;
	height: auto;
}
.container label {
	width: 40%;
	height: 20px;
	font-size: 12px;
	margin-left: 12%;
	font-family: Gotham;
	margin-top: 0px;
	float: left;
}
.psw {
	width: 36%;
	height: 20px;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 1%;
	font-family: gotham;
	float: left;
	text-align: right;
}

hr {
	margin-top: -8px;
	margin-bottom: -2px;
}

.clear {
	clear:both;
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
}
