.container-1600 {
    max-width: 1600px;
}.banner-checkbia-landing {
    background-image: url("../img/bg_part1.png");
    padding-top: 55px;
    background-position: right top;
    min-height: 590px;
}
/* .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;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    background: #03256c;
    border: 2px solid #C4C4C4;
    font-weight: 500;

}
.table.table-car-ins thead tr.footer-tb th {
    padding: 13.5px 10px;
}
/* .table.table-car-ins thead tr:nth-child(1) th {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #ffffff;
    background: #03256c;
} */
.table.table-car-ins thead tr:nth-child(1) th:nth-child(1) {
    width: 24%;
}
.table.table-car-ins tbody tr td {
    padding: 14px 10px;
    vertical-align: middle;
    text-align: left;
    border: 2px solid #c4c4c4;
    background: #ffffff;
    font-size: 15px;
    line-height: 22px;
}
.table.table-car-ins tbody tr td.bg-gray {
    background: #F2F5F6;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #2541B2;
}
.table.table-car-ins tbody tr:nth-child(1) td:nth-child(1) {
    width: 24%;
    text-align: center;
}
.table.table-car-ins tbody tr td:nth-child(1) {
    width: 38%;
}
.table.table-car-ins tbody tr td:nth-child(2) {
    width: 38%;
    text-align: center;
}
.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: 19px;
    line-height: 28px;
    color: #2541B2;
    font-weight: 500;
    margin-bottom: 5px;
}
.text-note-in-bottom-table .txt-detail {
    font-size: 17px;
    line-height: 25px;
    color: #373737;
}

/* box-checkbia-center */
.top-for-box-checkbia-center{
    top: -65px;
}
.box-checkbia-center{
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 12px #DEE3F3;
    border-radius: 8px;
}
.box-in-checkbia-center{
    padding: 17.5px 70px 27.5px;
}
.text-title-checkbia-center{
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    color: #03256C;
}
.border_danger {
    border: 1px solid red !important;
}
.border_normal {
    border: 1px solid #ced4da !important;
}
.btn.btn-danger.btn-buy-now{
    width: 100%;
    max-width: 268px;
    padding: 8px 5px;
    border-radius: 5px; 
}
i.bg-box-checkbia-l{
    content: url(../svg/bg-in-chcekbia01.svg);
    position: absolute;
    top: 0;
    left: 0;
}
i.bg-box-checkbia-r{
    content: url(../svg/bg-in-chcekbia02.svg);
    position: absolute;
    bottom: 0;
    right: 0;
}
.img-bg-part2{
    width: 100%;
    max-width: 450px;
}
.img-bg-part3{
    width: 100%;
    max-width: 500px;
}

@media (min-width: 1200px) {
    .box-checkbia-landing {
        max-width: 500px;
    }
}
@media (max-width: 1280px) {
    .banner-checkbia-landing {
        background-image: url("../img/bg_part1.png") !important;
        background-position: center top;
    }
}
@media (max-width: 1200px) {
    .banner-checkbia-landing {
        padding-bottom: 30px !important;
    }
}
@media (max-width: 991px) {
    i.bg-box-checkbia-l , i.bg-box-checkbia-r{
        width: 140px;
    }
}
@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;
    }
    .box-in-checkbia-center {
        padding: 15px 30px 30px;
    }
    i.bg-box-checkbia-l , i.bg-box-checkbia-r{
        width: 120px;
    }
}
@media (max-width: 575px) {
    .top-for-box-checkbia-center {
        top: -40px;
    }
}
@media (max-width: 500px) {
    .table.table-car-ins {
        min-width: 581px;
    }
    /* .text-note-in-bottom-table .txt-detail {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 15px;
    } */
    .text-title-checkbia-center{
        font-size: 20px;
        line-height: 30px;
    }
    /* .table.table-car-ins .sticky-col {
        display: none;
    } */
}
@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) {
    .txt-sub-head-title-prakun-template {
        font-size: 27px;
        line-height: 35px;
    }
}
