.alert_m h1{
	font-size:22px;
	text-align: center;
	padding-top:3%;
}
.alert_m p{
	/*text-indent: 2em;*/
	font-size:18px;
	line-height:35px;
}
.alert_m p font{
	color:#c70000;
	font-weight: bold;
}

.btn_c{
    width: 100%;
    margin: 0px auto;
    /* max-width: 220px; */
    display: block;
    position: relative;
    border-radius: 5px;
    margin-top: 11%;
    margin-bottom: 7%;
	background:#d69191;
	/* background:#c70000; */
	color:white !important;
	border: none !important;
	
	position: absolute;
	bottom: 0px;
	right: 5%;
	left: 5%;
	width: 90%;
}
.btn_c.on{
	 background:#c70000;
}
.alert_m>div{
	position: relative;
	height:100%;
}

.texm {
    /* height: 100%; */
    position: absolute;
    top: 10%;
    left: 5%;
    right:3.8%;
    bottom: 15%;
    overflow-y: auto;
}
.alert_m {
	    height: 100%;
}
@mediaall and (max-width:1100px) {
	.alert_m p{
		font-size:17px;
		line-height:32px;
	}
	.alert_m h1{
		font-size:21px;
	}
}

@media all and (max-width:768px) {
	.alert_m p{
		font-size:16px;
		line-height:30px;
	}
	.alert_m h1{
		font-size:18px;
		padding-top:7%;
	}
}