FAQs Complain Problems

दिपक कुमार आचार्य

ईमेल: 
dpkach.2024@gmail.com
फोन: 
९८५११६११९०
Section: 
प्रशासन

Notice

#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;
}
}

×

 

$(window).on('load',function(){
$('#myModal').modal('show');
});

document.querySelector("#close").addEventListener("click", function(){
document.querySelector(".modal-body").style.display = "none";
});