table#resultTable thead th {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    vertical-align: middle;
    background: #1E58B8;
    color: #fff;
}
table#resultTable{
    margin-top:40px;
}
.input-main-div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 20px;
    margin-bottom: 15px;
}
.tenure-container {
    display: flex;
    gap: 20px;
}
.tenure-container input, .tenure-container select {
    width: 100% !important;
}
@media  (max-width: 767px) {
    table#resultTable thead th {
        font-size: 14px;
    }
    table#resultTable td {
        font-size: 12px;
    }
}

@media(max-width:525px){
    .input-main-div {
    grid-template-columns: repeat(1, 1fr);
}
}

.table-div {
    max-height: 400px;
    overflow: auto;
}