@media only screen and (max-width: 600px) {
.coaches-container-content {
    overflow: unset;
    overflow-x: hidden;
}
    .engg {
    padding: 20px;
}
    .btnnn {
    margin: 0 auto;
}
    .tab-content table {
    width: 335px;
}
    .coach_profile .tab-add-app input {
    width: 100%;
}
    .accept-reject-app{
        width: 300px;
    }
    .coach_profile .tab-add-app input {
    height: 44px;
    width: 80%;
    margin: 0px;
}
    .tab-content table {
    width: 100%;
    margin-bottom: 25px;
}
    .coach_profile .tab-add-app select{
        width: 75px;
    }
    .new-qua-grid{
        margin: 10px;
        margin-top: 40px;
    }
}