/* Error Message CSS Begins Here*/
.errMsgWrp{position:fixed;bottom:0;left:0;z-index:15000;width:100%;padding:15px 3%;display:none;background-color:#ea2c2c}
.sucMsg{background-color:#4b9339}
.clseErrMsg{position:absolute;right:0;top:0;margin-top:0;height:100%;width:80px;background-color:rgba(0,0,0,0.2);line-height:56px;text-align:center;font-family:sans-serif;font-size:20px;color:#fff;cursor:pointer}
.errMsgWrp span{font-size:15px;color:#fff}

@media screen and (max-width:1000px) {
.clseErrMsg{width:70px;font-size:17px}
}
@media screen and (max-width:768px) {
.errMsgWrp span{font-size:14px}
.errMsgWrp{padding:10px 5%}
.clseErrMsg{width:60px;font-size:16px;line-height:46px}
}
@media screen and (max-width:650px) {
.errMsgWrp span{font-size:13px}
.errMsgWrp{padding:8px 4%}
.clseErrMsg{width:50px;line-height:42px}
}
/* Error Message CSS Ends Here*/