table#cagr-table thead th {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    vertical-align: middle;
    background: #1E58B8;
    color: #fff;
}
table#cagr-table{
    margin-top:20px;
}

.table-div {
    max-height: 400px;
    overflow: auto;
}
@media  (max-width: 767px) {
    table#cagr-table thead th {
        font-size: 14px;
    }
    table#cagr-table td {
        font-size: 12px;
    }
}
p.table-heading {
    font-weight: 700;
    padding-top: 30px;
    margin-bottom: 0 !important;
}

@media(max-width:520px){
.input-main-div {
    flex-direction: column;
    gap:10px;
}
    }