input,textarea, button{outline:none;}
input:active ,textarea:active , button:active  {outline:none;}




.center {
    position: absolute;
	 
}
.center img {
	width: 100%;
	height: 100%;
}
.center center {
	margin-top: 200px;
}
.bod {
	position: fixed;
	left: 0px;
	top: 00px;
	 width: 100%;
	height: 100%;
	overflow: hidden;
	
	min-width: 980px;
}
#wrap {
	z-index: 1999;
}
.alerts {
	position: absolute;
	width: 302px;
	height: 125px;
	background-image: url(../boximghome/ALER.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
   left: 40%;
	margin-left: -320px;
	display: none;
	z-index: 99999;
}

.aler1 {
   display: block;
	text-align: center;
	position: absolute;
	width: 110px;
	height: 90px;
	font-size: 60px;
	line-height: 35px;
	margin-left: 0px;
	margin-top: 26px;
	color: white;
}
.aler1 u {
	font-size: 16px;
	text-decoration: none;
	line-height: 15px;
	padding:0px;
}
.aler2 {
	 display: block;
	text-align: center;
	position: absolute;
	width: 110px;
	height: 90px;
	font-size: 60px;
	line-height: 35px;
	margin-left: 110px;
	margin-top: 26px;
	color: white;
}
.aler2 u {
	font-size: 16px;
	text-decoration: none;
	line-height: 15px;
	padding:0px;
}


.messeg {
	position: fixed;
	width: 266px;
	height: 110px;
	padding-top:26px;
	right: 3%;
	top: 51%;
	margin-top: -185px;
	background-image: url(../boximghome/MESSEG_NEW.png);
	background-position: center;
	background-repeat: no-repeat;
   text-align: center;
	font-size: 30px;
	padding-left: 30px;
	color: white;
	-webkit-animation: pulsating2 1.5s ease-in-out;
   -webkit-animation-iteration-count: infinite; 
}
@-webkit-keyframes pulsating2 {
 0% { right: 2%;}
 50% { right: 4%; }
 100% { right: 2%;}
}
.header {
    z-index:900;
    
}
.mobmesseg2 {
    text-align:center;
    color:#FFFFFF;
    font-size:32px;
    line-height:45px;
}

.messeg-out {
	position: fixed;
	width: 266px;
	height: 110px;
	padding-top:26px;
	left: 3%;
	top: 51%;
	margin-top: -185px;
	background-image: url(../boximghome/MESSEG_NEW.png);
	background-position: center;
	background-repeat: no-repeat;
   text-align: center;
	font-size: 30px;
	padding-left: 30px;
	color: white;
	-webkit-animation: pulsating3 1.5s ease-in-out;
   -webkit-animation-iteration-count: infinite; 
   z-index:9999;
}
.messeg-out a {
    
    color:#FFFFFF;
    text-decoration:none;
    line-height:40px;
}
@-webkit-keyframes pulsating3 {
 0% { left: 4%;}
 50% { left: 2%; }
 100% { left: 4%;}
}