#dbs-enq-modal{
 position:fixed; left:0; top:0; width:100%; height:100%; 
 background:rgba(0,0,0,0.7); display:none; 
 z-index:2147483000 !important;
}
.dbs-enq-popup{
 background:#fff; width:90%; max-width:600px;
 margin:5% auto; padding:20px; border-radius:8px;
}
#dbs-enq-close{ float:right; cursor:pointer; font-size:22px; }
.dbs-enq-btn{ background:#cc0000; color:white; padding:10px 18px; border:none; cursor:pointer; }
