html, body{
    height: 100%;
}

body{
	font-size: 16px;
	background: url(../images/ER24-bg.jpg);
	background-repeat: no-repeat;
    background-size: cover;
}

.mob-bg{
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;;
	color: #ffffff;
}

.realhelp{
	background-color: #003876;
	padding: 10px;
	color: #ffffff;
	font-size: 36px;
}

.realhelp h2{
    margin-top: 10px;
}

.realhelp span{
	color: rgb(255,0,0);
}

.msg{
    font-size: 20px;
}

.sub-msg{
	font-size: 12px;
}

.save-btn{
	border: 1px solid #ffffff;
}

.sv-btn{
	margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.top-30{
    margin-top: 30px;
}