#page404 {
	position:relative;
	top:0px;
	left:0px;
	display:block;
	text-align:center;
}
#page404 .page404bg{
	background-image:url('../img/common/innerbg.png');
	background-repeat: no-repeat;
	background-size:100% 100%;
	position:absolute;
	z-index:490;
	width:100%;
	height:100vh;
}
#page404 .page404Content{
	background-image:url('../img/common/404.png');
	background-repeat: no-repeat;
	background-size:80% auto;
	background-position: center center; 
	position:absolute;
	left:5%;
	top:80px;
	z-index:520;
	width:95%;
	min-height:80vh;
}
#page404 .page404Title{
	font-size:100px;
	font-weight:900;
	text-align:center;
	top:20px;
	color:#4167b0;
	font-weight:900;
	margin-top:10%;
}
/*==================================================================================*/
/*Disable Mobile-----------------------------------*/
.mobilePage404{
	display:none;
}

/*End of Disable Mobile----------------------------*/
/*==================================================================================*/
@media only screen and (max-width: 575px) {	
	#page404{
		display:none;
	}
	.mobilePage404{
		display:block;
		text-align:center;
	}
	.page404TopSpace{
		height:70px;
		position:relative;
	}
	.mobilePage404 .scrollContent{
		background-color:#ffffff;
		border: 3px solid #4167b0;
		margin:10px 10px;
		padding:10px;
		border-radius:25px;
		position:relative;
		z-index:700;
	}
	.mobilePage404 .page404Title{
		font-size:100px;
		text-align:center;
		font-weight:900;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	#page404{
		display:none;
	}
	.mobilePage404{
		display:block;
		text-align:center;
	}
	.page404TopSpace{
		height:70px;
		position:relative;
	}
	.mobilePage404 .scrollContent{
		background-color:#ffffff;
		border: 3px solid #4167b0;
		margin:10px 10px;
		padding:10px;
		border-radius:25px;
		position:relative;
		z-index:700;
	}
	.mobilePage404 .page404Title{
		font-size:100px;
		text-align:center;
		font-weight:900;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	#page404{
		display:none;
	}
	.mobilePage404{
		display:block;
		text-align:center;
	}
	.page404TopSpace{
		height:80px;
		position:relative;
	}
	.mobilePage404 .scrollContent{
		background-color:#ffffff;
		border: 3px solid #4167b0;
		margin:10px 10px;
		padding:10px;
		border-radius:25px;
		position:relative;
		z-index:700;
	}
	.mobilePage404 .page404Title{
		font-size:100px;
		text-align:center;
		font-weight:900;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	#page404 .page404Content{
		background-image:url('../img/common/404.png');
		background-repeat: no-repeat;
		background-size:100% auto;
		background-position: center center; 
		position:absolute;
		left:5%;
		top:80px;
		z-index:520;
		width:95%;
		min-height:80vh;
	}
	#page404 .page404Title{
		font-size:60px;
		font-weight:900;
		text-align:center;
		top:20px;
		color:#4167b0;
		font-weight:900;
		margin-top:15%;
	}
	#page404 h3{
		font-size:18px;
	}
	#page404 p{
		font-size:12px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
	#page404 .page404Content{
		background-image:url('../img/common/404.png');
		background-repeat: no-repeat;
		background-size:100% auto;
		background-position: center center; 
		position:absolute;
		left:5%;
		top:80px;
		z-index:520;
		width:95%;
		min-height:80vh;
	}
	#page404 .page404Title{
		font-size:100px;
		font-weight:900;
		text-align:center;
		top:20px;
		color:#4167b0;
		font-weight:900;
		margin-top:10%;
	}
}