/************************* popup  ***********************************/
.modal { top: 0%; background: #000000de; }
.modal-dialog { max-width: 500px; margin: 180px auto 0; }
.pop_heading { width: 100%; padding: 20px; }
.pop_heading h5 { font-size: 19px; font-weight: 700; margin: 0 0 15px; border-left: 4px solid #005893; padding: 0 20px; line-height: 29px; text-transform: uppercase; }
.pop_heading h4 { font-size: 23px; font-weight: 700; color: #fc5739; padding: 0 0 0 30px; }
.field { width: 100%; position: relative; margin: 0 0 10px; }
span.pop_icon { position: absolute; color: #005893; left: 13px; top: 7px; }
.field .form-control { width: 100%; border-radius: 0; padding: 8px 0 6px 37px; resize: none; border: 1px solid #bfbfbf; }
.modal-content { box-shadow: none; border-radius: 0; }
#popupform p { text-align: center; font-size: 14px; color: #f10e0e; margin: 19px 0 0; }
.modal-header { padding: 0; border: none; }
button.pop_btn { font-size: 18px; color: #fff; background: #005893; padding: 10px 0; border: none; width: 100%; border-radius: 0; }
button.close { background: url(css/cross.png) no-repeat 0 0; width: 20px; height: 20px; position: absolute; top: 9px; right: 15px; display: block; opacity: 1; border: none; }
.fade.in { overflow: hidden; }

/************************** popup  ***********************************/