/* Tablet (Portrait) */
/* Width of 768px */

@media only screen and (min-width: 768px) and (max-width: 1030px) {


}
 @media screen and (min-width: 1024px) {



}


/* Mobile landscape width 320 */
@media only screen and (max-width: 767px) {
.errer_cantent h1 {
	color: #fff;
	font-size:130px!important;
	text-align:center!important;
}
.deshboard_btn {
	margin:10px auto 20px auto!important;
	}
	


}
 @media only screen and (min-width: 480px) and (max-width: 767px) {

}
