.nav-dwn a {
    background: #5BBB2A;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding: 4px 10px;
    display: inline-block;
    width: 148px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
}
.sec-pTB {
    padding: 0px 0;
}
.dlbtwrap {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.dwn-form-cont {
    width: 42%;
    float: left; 
    margin-left: 250px;
    min-height: 400px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
 background: #ffffff;
    margin-left: 250px;
}
#downloadReset {
    font-size: 18px;
    line-height: 24px;
    width: 80%;
    margin-top: 10px;
    border-radius: 5px;
    cursor: pointer;
    background: #dfdfe0;
    border: none;
}
 
#quickNav {
    right: 30px;
}