#otpmodal,#otpmodal_two{display: none;}
.wf_modal{position: fixed;top: 0;bottom: 0;display: flex;align-items: center;justify-content: center;background-color:rgba(0, 0, 0, 0.7);width: 100%;height: 100vh;z-index: 9999999999999999999999999;}
.wf_box{width:300px;text-align: center;border:2px solid #000000;padding: 20px;background-color: #fff;}
.wf_box h5{margin-bottom: 10px;}
.wf_box button{color:white;}
#wf_close{background-color: #265d39;padding: 5px 9px;font-size:24px;border-radius: 16px;}
#wf_close:target{display:none;}