.banner-checkbia-landing-custom {
    position: relative;
    background-image: url("../img/bg-car-ins.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 35px 125px;
}

.logo-outside {
    position: absolute;
    left: 55%;
    transform: translateX(-55%);
}

.txt-sub-head-title-prakun-template {
    margin-top: 56px;
}

.box-table-car-ins {
    margin-top: 40px;
}

.table.table-car-ins thead tr th {
    vertical-align: middle;
    text-align: center;
    padding: 21.5px 5px;
}

.table.table-car-ins thead tr:nth-child(1) th {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    background: #03256c;
    border: 1px solid #ffffff;
}

.table.table-car-ins thead tr:nth-child(1) th:nth-child(1) {
    width: 45%;
    font-size: 30px;
}

.table.table-car-ins thead tr:nth-child(2) th {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    background: #2541b2;
    border: 1px solid #ffffff;
    width: 13.75%;
}

.table.table-car-ins tbody tr td {
    padding: 17.5px 5px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #c4c4c4;
    background: #ffffff;
}

.table.table-car-ins tbody tr td:nth-child(1) {
    text-align: left;
    padding-left: 76px;
}

.table.table-car-ins tbody tr td.bg-gray {
    background: #dee3f3;
    padding-left: 32px;
    font-weight: 500;
}

.table.table-car-ins tbody tr td.bg-gray img {
    margin-right: 14px;
}

.table.table-car-ins tbody tr td.bg-gray:nth-child(1) {
    border-right: 0;
}

.table.table-car-ins tbody tr td.bg-gray:nth-child(2) {
    border-left: 0;
}

.text-note-in-bottom-table .txt-title {
    font-size: 25px;
    line-height: 37px;
    color: #373737;
    margin-bottom: 20px;
}

.text-note-in-bottom-table .txt-detail {
    font-size: 17px;
    line-height: 25px;
    color: #373737;
    margin-bottom: 40px;
}

/* @media (max-width: 1200px) {
    .banner-checkbia-landing {
        background-image: url("../img/bg-car-ins.jpg") !important; 
        padding-top: 55px ;
        padding-bottom: 55px;
        background-position: center top;
        height: auto;
    }
} */

@media (max-width: 1300px) {
    .logo-outside {
        position: absolute;
        left: 75%;
        transform: translateX(-75%);
    }
}

@media (max-width: 767px) {
    .box-table-car-ins {
        position: relative;
        overflow: auto;
        border: 1px solid #dee2e6;
        white-space: nowrap;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .table.table-car-ins {
        min-width: 700px;
        margin-bottom: 0;
    }

    .table.table-car-ins .sticky-col {
        position: -webkit-sticky;
        position: sticky;
    }

    .table.table-car-ins .first-col {
        left: 0;
    }

    .box-table-car-ins::-webkit-scrollbar {
        height: 0px;
    }

    /* Track */
    .box-table-car-ins::-webkit-scrollbar-track {
        background: #ffffff;
    }

    /* Handle */
    .box-table-car-ins::-webkit-scrollbar-thumb {
        background: #ffffff;
    }

    /* Handle on hover */
    .box-table-car-ins::-webkit-scrollbar-thumb:hover {
        background: #ffffff;
    }

    .banner-checkbia-landing-custom {
        background-image: unset;
        padding: 0;
    }

    .box-checkbia-landing {
        width: 95%;
        margin: 34px auto;
        padding: 20px;
    }
}

@media (max-width: 500px) {
    .table.table-car-ins {
        min-width: 581px;
    }

    .txt-sub-head-title-prakun-template {
        margin-top: 40px;
    }

    .text-note-in-bottom-table .txt-title {
        font-size: 16px;
        line-height: 24px;
        color: #373737;
        margin-bottom: 8px;
    }

    .text-note-in-bottom-table .txt-detail {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 15px;
    }

    .table.table-car-ins thead tr:nth-child(1) th:nth-child(1) {
        font-size: 25px;
    }
}

@media (max-width: 424px) {
    .table.table-car-ins {
        min-width: 425px;
    }

    .table.table-car-ins tbody tr td {
        font-size: 16px;
    }

    .table.table-car-ins tbody tr td:nth-child(1) {
        text-align: left;
        padding-left: 61px;
    }

    .table.table-car-ins tbody tr td.bg-gray {
        background: #dee3f3;
        padding-left: 15px;
    }
}

@media (max-width: 374px) {}