policeVerifnFile.btn-back,
.btn-search {
    color: #ffffff;
    background-color: #063b6d;
    border: 1px solid #063b6d;
    font-size: 1em;
    width: 7.5% !important;
    height: 35px;
    margin-bottom: 0;
    padding: 0;
    text-decoration: none;
    text-align: center;
    display: block;
    /*If you use anchor tag for button then add display property and line-height*/
    float: left;
}

.btn-back:hover,
.btn-search:hover {
    background-color: #0a4d8c;
}

.btn_download {
    background-color: #e2574c;
    float: right;
    font-size: 0.9em;
    color: white;
    padding: 0.5% 1%;
    text-decoration: none;
}

.btn_download:hover {
    background-color: #d6493e;
    text-decoration: none;
}

button.dt-button {
    background: #ffffff;
    border: 1px solid #063b6d;
    padding: 0.5% 2%;
    font-size: 0.95em;
    font-weight: 500;
    color: #063b6d;
    margin-bottom: 1.5%;
}

button.dt-button:hover:not(.disabled) {
    background-color: #f2f9ff;
    background-image: none;
}

.error {
    color: #ff0000;
    font-size: 0.9em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding-top: 1%;
    display: inline-block;
    line-height: 1.4;
}

@media only screen and (max-width:1024px) {
    .btn-back {
        width: 10% !important;
    }
    .btn-search {
        font-size: 0.95em;
        width: 10% !important;
        height: 32px;
    }
    .btn_download {
        padding: 0.7% 1.5%;
    }
    button.dt-button {
        padding: 0.5% 3%;
    }
}

@media only screen and (max-width:767px) {
    .btn-back {
        width: 12% !important;
        font-size: 0.95em;
        margin-bottom: 2%;
        height: 30px;
    }
    .btn-search {
        width: 15% !important;
    }
    .btn_download {
        float: left;
        margin: 2% 0 0 0;
    }
    button.dt-button {
        padding: 0.7% 5%;
        margin: 1% 0 0 0;
    }
}

@media only screen and (max-width:641px) {
    .btn-back {
        width: 16% !important;
    }
    div.dt-buttons {
        float: left !important;
        display: contents;
    }
    button.dt-button {
        padding: 1% 6%;
        margin-top: 4.5%;
    }
    .btn_download {
        padding: 1% 1.5%;
    }
}

@media only screen and (max-width:480px) {
    .btn-back {
        width: 20% !important;
    }
    .btn-search {
        width: 21% !important;
        font-size: 0.9em;
    }
    button.dt-button {
        margin-top: 2.5%;
        padding: 1.2% 4%;
    }
    .btn_download {
        margin: 3% 0;
        padding: 1.5% 3%;
    }
}