.banner-checkbia-landing {
    background-image: url('../img/sec_banner_new.png');
    background-position: center;
    height: 574px;
    padding-top: 0 !important;
    background-size: 100% 100%;
    padding-left: 7.85%;
}

.custom-video-width {
    width: 100%;
    max-width: 624px;
}

.banner-checkbia-landing .txt-head-title {
    font-weight: 400;
    font-size: 35px;
    line-height: 43px;
    color: #2541B2;
    width: 100%;
    max-width: 495px;
}

.banner-checkbia-landing .txt-sub-title {
    font-weight: 400;
    font-size: 25px;
    line-height: 33px;
    color: #5F5F5F;
    width: 100%;
    max-width: 495px;
    margin-top: 12px;
    margin-bottom: 36px;
}

.banner-checkbia-landing .btn-outline-blue-prakun.see-plan {
    background-color: #E5E9FB;
    width: 100%;
    max-width: 323px;
}

.banner-checkbia-landing .btn-outline-blue-prakun.see-plan:hover {
    color: var(--main02);
    opacity: 0.8;
}

.banner-checkbia-landing .bg-absolute {
    position: absolute;
    right: 0;
    top: 118px;
    width: 50%;
    max-width: 756px;
    height: 575px;
    object-fit: contain;
}

@media (max-width: 1200px) {
    .banner-checkbia-landing {
        background-image: url('../img/sec_banner_new.png') !important;
        background-position: center left !important;
        background-size: cover;
        padding-top: 68px !important;
        padding-left: 40px !important;
        padding-bottom: 80px !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .banner-checkbia-landing .bg-absolute {
        max-width: 477px;
        height: 362px;
    }
}

@media (max-width: 991px) {
    .banner-checkbia-landing {
        padding-left: 20px !important;
    }

    .banner-checkbia-landing .txt-head-title {
        font-size: 28px;
        line-height: 38px;
        max-width: 392px;
    }

    .banner-checkbia-landing .txt-sub-title {
        font-size: 16px;
        line-height: 24px;
        max-width: 320px;
        margin-top: 8px;
        margin-bottom: 12px;
    }

    .banner-checkbia-landing .bg-absolute {
        top: 100px;
    }
}

@media (max-width: 767px) {
    .banner-checkbia-landing {
        padding-top: 24px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 54px !important;
        background-image: url('../img/sec_banner_new_mb.png') !important;
        background-position: top !important;
        background-size: 100% 100%;
    }

    .banner-checkbia-landing .bg-absolute {
        display: none;
    }

    .banner-checkbia-landing .txt-head-title {
        max-width: 215px;
        margin: auto;
        text-align: center;
    }

    .banner-checkbia-landing .txt-sub-title {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .banner-checkbia-landing .btn-outline-blue-prakun.see-plan {
        max-width: 302px;
        margin: auto;
        display: block;
    }

    .banner-checkbia-landing .bg-mb {
        width: 100%;
        max-width: 332px;
        margin-top: 16px;
    }

    .banner-checkbia-landing .col-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .custom-video-width {
        max-width: 100%;
    }
}