div.form-pop {
    position: fixed;
    left: 0;
    top: 6%;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}
div.form-pop.active {
    display: block;
}
div.form-pop .form-container {
    margin: 0 auto;
    max-width: 850px;
    position: relative;
}
div.form-pop div.vt_overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}
div.form-pop .form-header {
    color: #fff;
    text-transform: unset;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    background-color: #ffffff;
    /* padding: 12px 50px; */
    text-align: center;
    /* padding: 15px; */
    border-radius: 4px 4px 0 0;
    font-size: 20px;
}
div.form-pop .form-header span.close {
    position: absolute;
    right: 0px;
    padding: 10px 15px;
    top: 0;
    /* background: #a0211e; */
    cursor: pointer;
}
div.form-pop .hlp_form_con p {
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    font-size: 16px;
}
div.form-pop .hlp_fdemo_fd {
    border: 0;
    width: calc(100% - 20px);
    height: 35px;
    border-radius: 7px;
    padding-left: 20px;
    margin-top: 13px;
    font-weight: 400;
    color: #282828;
    font-size: 16px;
    outline: 0;
}
div.form-pop .hlp_demo_btn {
    background-color: #ee4a3e;
    color: #fff;
    border: 0;
    width: 100%;
    margin: 13px 0 0 0;
    border-radius: 12px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    padding: 11px 0;
}
div.form-pop .hlp_demo_btn:hover {
    background-color: #b61b10;
}
div.form-pop .form-body {
    background-color: rgba(253, 253, 253, 0.66);
    padding: 13px 25px 28px 25px;
}
div.form-pop .form-body {
    background-color: rgba(226, 226, 226, 0.85);
}
div.form-pop .form-header {
    /* padding: 15px; */
    font-size: 20px;
}
div.form-pop .form-header span.close {
    border-radius: 0 8px  0 0;
    background: #f1f1f1;
    color: #3c3c3c;
    font-family: sans-serif;
    opacity: 1;
}
div.form-pop .form-body {
    background: #fff;
    padding: 10px;
    border-radius-bottom: 8px;
}
div.form-pop .form-body table tr, div.form-pop .form-body table td,div.form-pop .form-body table {
    border: none;
    padding: 12px; 
}
div.form-pop .form-body table tr {
    border-bottom: 1px dashed #e0e0e0;
}
div.form-pop .form-header span.close:hover {
    /* background: #2b818c; */
    color: #333;
}
div.form-pop .form-body table tr td:first-child {
    font-weight: bold;     background: whitesmoke;text-align: right;
    width:25%; 
}
div.form-pop input[type=text],div.form-pop select,div.form-pop textarea{
    background-color: #e8e8e8;    
    border-radius: 3px;    
    border: #ccc thin solid;    
    padding: 5px 10px;
}
.poping_btn {
    cursor: pointer;
}