/* Done by sanjay(25//11/25) */




/* Table wrapper */
.custom-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin-top: 30px;
}

/* Base table styling */
.custom-table-wrap table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
    font-size: 16px;
}

/* Table headings */
.custom-table-wrap thead th {
    padding: 16px;
    background: #f7f7f7;
    border: 1px solid #000;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    font-size: 24px;
}

/* Table cells */
.custom-table-wrap tbody td {
    padding: 16px;
    border: 1px solid #000;
    vertical-align: top;
    font-size: 24px;
}

/* First column (Feature items) */
.custom-table-wrap tbody td strong {
    font-weight: 600;

}


/* Home table starts here */

.home-table {
    padding: 50px 0;
}

.home-table .home-table-wrap table tbody td .flex-td {
    display: flex;
    flex-direction: column;
}

.soli-logo {
    width: 40px;
    height: 40px;
    display: flex;
    background: #fff;
    border-radius: 100px;
    padding: 5px;
    /* box-shadow: 0px 1px 16px 3px rgba(221, 213, 213, 0.75); */
}

.soli-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-table .home-table-wrap table thead tr th:nth-child(2) {
    text-align: left;
    padding-left: 20px;
    width: 60%;
}

.home-table .home-table-wrap table thead tr th:last-child {
    min-width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.home-table .home-table-wrap table tbody td .flex-td span {
    padding: 16px;
    color: #084987;
    font-size: 24px;
    line-height: normal;
    margin: 0;
    font-weight: 400;
    border-bottom: 1px solid #595959;
    min-height: 75px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    border-left: 1px solid #595959;
}

.home-table .home-table-wrap table tbody tr.Business-Value td:first-child {
    color: #131e37;
}

.home-table .home-table-wrap table tbody td .flex-td span:last-child {
    border-bottom: none;
}

.home-table .home-table-wrap table .flex-td span img {
    width: 38px;
    height: 32px;
    object-fit: contain;
    display: block;
    margin: 0px auto;
}

.home-table .home-table-wrap table tbody tr.Business-Value {
    background-color: #ededed;
}

.home-table .home-table-wrap table tbody tr.technical td:first-child {
    color: #084987;
    font-size: 26px;
    line-height: normal;
    margin: 0;
    font-weight: 700;
    text-align: center;
    min-width: 300px;
}

.home-table .home-table-wrap table tbody tr.technical {
    border: 2px solid #0B568F;
}

.home-table .home-table-wrap table {
    border: 3px solid #0B568F;
}

.home-table .home-table-wrap table tbody tr.Business-Value td {
    color: #447A7C;
    font-size: 24px;
    line-height: normal;
    margin: 0;
    font-weight: 700;
    text-align: center;
}

.home-table .home-table-wrap table tbody tr.Business-Value td:first-child {
    color: #447A7C;
    font-size: 26px;
    line-height: normal;
    margin: 0;
    font-weight: 700;
    text-align: center;
}

.home-table .home-table-wrap table tbody tr.Business-Value td .flex-td span {
    color: #131e37;
    font-size: 24px;
    line-height: normal;
    margin: 0;
    font-weight: 400;
    text-align: left;
}

.home-table .home-table-wrap table thead tr {
    background-color: #0B568F;
}

.home-table .home-table-wrap table thead tr th {
    padding: 16px;
}

.home-table .home-table-wrap table thead tr th {
    font-size: 24px;
    line-height: normal;
    color: #ffffff;
    margin: 0;
    font-weight: 700;
    min-width: 250px;
    text-align: center;
}

.global-table.home-table .home-table-wrap table thead tr th {
    text-align: left;
}

.global-table.home-table .home-table-wrap {
    padding: 20px 0;
}

.global-table.home-table .home-table-wrap table thead tr th{
    width: 33.33%!important;
}

.global-table.home-table .home-table-wrap table tbody tr td {
    padding: 12px;
    color: #084987;
    font-size: 22px;
    line-height: normal;
    margin: 0;
    font-weight: 400;
    border-bottom: 1px solid #595959;
    border-left: 1px solid #595959;
}

.global-table.home-table .home-table-wrap table thead tr th:last-child {
    justify-content: flex-start;
}

.global-table.home-table .home-table-wrap table thead tr th:nth-child(2) {
    text-align: left;
    padding-left: 20px;
    width: 40%;
}

.global-table.home-table .home-table-wrap table {
    margin: 0;
}


@Media(max-width:1540px) {

    .home-table .home-table-wrap table tbody td .flex-td span {
        font-size: 22px;
        line-height: normal;
    }

    .home-table .home-table-wrap table tbody tr.Business-Value td .flex-td span {
        font-size: 22px;
        line-height: normal;
    }

    .home-table .home-table-wrap table tbody tr.Business-Value td {
        font-size: 22px;
        line-height: normal;
    }

    .home-table .home-table-wrap table tbody tr.technical td:first-child {
        font-size: 22px;
        line-height: normal;
    }

    .home-table .home-table-wrap table thead tr th {
        font-size: 22px;
        line-height: normal;
    }

    .home-table .home-table-wrap {
        overflow: auto;
    }

    .home-table .home-table-wrap::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .home-table .home-table-wrap::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .home-table .home-table-wrap::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

    .home-table .home-table-wrap::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .home-table .home-table-wrap table thead tr th:nth-child(2) {
        min-width: 600px;
    }
}

@Media(max-width:1280px) {

    .home-table .home-table-wrap table thead tr th {
        min-width: 150px;
    }

    .home-table .home-table-wrap table tbody tr.technical td:first-child {
        min-width: 150px;
    }
}

@Media(max-width:1024px) {

    .home-table .home-table-wrap table thead tr th {
        min-width: 150px;
        font-size: 20px;
    }

    .home-table .home-table-wrap table tbody tr.technical td:first-child {
        min-width: 100px;
        font-size: 20px;
    }

    .home-table .home-table-wrap table tbody td .flex-td span {
        font-size: 20px;
    }

    .home-table .home-table-wrap table tbody tr.Business-Value td {
        font-size: 20px;
    }

    .home-table .home-table-wrap table tbody tr.Business-Value td .flex-td span {
        font-size: 20px;
    }

    .home-table .home-table-wrap table tbody tr.technical td:first-child {
        padding: 0 10px;
    }

    .home-table .home-table-wrap table tbody tr.Business-Value td:first-child {
        padding: 0 10px;
    }

    .home-table .home-table-wrap table .flex-td span img {
        width: 35px;
        height: 38px;
    }

    .home-table .home-table-wrap table tbody tr.Business-Value td:first-child {
        font-size: 20px;
    }
}

@media(max-width:767px) {

    .home-table {
        padding: 25px 0;
    }
}


/* Home table ends here */