
.swal2-popup h2,#swal2-html-container{
	padding:0px;
}
.swal2-popup h2,#swal2-html-container{
	margin:0 auto 0 auto;
	width:90%;
}
#swal2-html-container{
	text-align:left;
}
.swal2-popup img{
	height:auto !important;
	width:90% !important;
	margin-top:40px;

}
.swal2-popup h2{
	text-align:left;
	color:#000;
    margin-bottom: 20px;
}
.swal2-popup{
	z-index:999;
}
.swal2-container{
	display:flex;
	align-items:center;
	justify-content:center;
	padding-top:2vh;	
}
.mercy-relief-banner {
    background: #1a90d7;
    box-sizing: border-box;
    text-align: center;
    padding: 14px 20px;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}
.swal2-confirm{
	background:#009DD6 !important;
	font-weight:700;
	border-radius:18px;
	
}
#main-header{
	z-index:99 !important;
}
@media(max-width:1300px){
.swal2-popup {
	max-height:90vh;
	overflow-y: auto;
}
}

@media(max-width:1024px){
.swal2-popup {
	max-height:70vh;
	overflow-y: auto;
}

}
@media(max-width:520px){
.swal2-popup h2 {
    font-size: 25px;
}
#swal2-html-container {
font-size: 16px;
}

}
