#myModal{margin-top:0px;}
.modal-header button{
display: block;
margin: 5px 18px 20px auto;
background-color: transparent;
font-size: 30px;
color: #ffffff;
background: #03549a;
border-radius: 100%;
width: 45px;
height: 40px;
border: none;
outline: none;
cursor: pointer;
}
@media only screen and (max-width: 600px) {
.modal-content{
left:10% !important;
}
#pban img{
width: 286px !important;
}
}
/sites/mudkechulamun.gov.np/files/u51/%E0%A4%A0%E0%A5%87%E0%A4%95%E0%A5%8D%E0%A4%95%E0%A4%BE%20%E0%A4%86%E0%A4%B9%E0%A5%8D%E0%A4%B5%E0%A4%BE%E0%A4%A8%20%21%21.jpg×
$(window).on('load',function(){
$('#myModal').modal('show');
});
document.querySelector("#close").addEventListener("click", function(){
document.querySelector(".modal-body").style.display = "none";
});