.divtable{max-width:525px;width:98%;margin:0 auto;padding:50px 30px 30px;border: 1px solid #efefef;box-shadow: 0 0 4px rgba(0,0,0,0.3);border-radius: 5px;box-sizing: border-box}
.divrow{display: flex;flex-flow: row wrap}
.divrow .divcol{width:100%}
.divrow .divcol:first-child{font-size: 16px;font-weight: 600;padding-bottom:8px}
.secmandatory{color:#df2121;padding-left:3px}
.divrow .divcol:last-child{padding-bottom: 20px}
.divrow .divcol:last-child input,
.divrow .divcol:last-child select,
.zselectbox{width:100%!important;padding:10px;height:45px;border-radius: 5px;border:2px solid #e3e3e3;transition: all ease 300ms}
.zselectbox:hover{border:2px solid #e3e3e3!important;background-color: #fff!important}
/*.divrow .divcol:last-child select{appearance: none}*/
.divrow .divcol:last-child input:focus,
.divrow .divcol:last-child select:focus{border-color:#ade6fb}
.divrow:last-child .divcol{padding-bottom: 10px!important}
#dwn-form-alert,#dwn-form-alert1 {
    display:none;
    position: absolute;
    color:#df2121;
   font-size: 11px;
   line-height: 16px;
   font-weight: 600
}
.ztextbox{
    width: 100%;
    padding: 7px 10px 7px 10px;
    font-size: 13px;
    line-height: normal;
    color: #111;
    background-color: #fff;
    border: 1px solid #AAAAAA;
    border-radius: 3px 3px 3px 3px;
    box-sizing: border-box;
    margin: 0px 0px 0px 0px;
    outline: none;
    font-family: inherit;
    height: 32px;
    width: 297px;
}
.pdip{
    margin-left: 15%;
    display: none;
    width: 100%;
}
.popcnt h2.form_header{text-align: center;font-size: 20px;font-weight: 600;padding-top: 25px}
.state{
    display: none;
}
.subtitle{
    font-size: 18px;
    font-weight: bolder;
    text-decoration: underline;
}
.subparent{
    padding: 10px 0 10px 0;
}
.dwn-form-alert {
    display:none;
    position: absolute;
    color: red;
    font-size: 12px;
    line-height: 16px; 
    max-width: 265px;
}