/* more */
.input-group-text-prakun {
    background-color: #ffffff !important;
    padding-left: 10px;
    padding-right: 10px;
}

.txt-sub-head-title-prakun-template {
    font-weight: normal;
    font-size: 40px;
    line-height: 60px;
    color: #03256C;
}

.margin-txt-title-QandA {
    margin-bottom: 30px;
}

.margin-txt-title-articles {
    margin-bottom: 25px;
}

.bg-video-landing {
    background: rgba(222, 227, 243, 0.8);
    border-radius: 0px 10px 0px 10px;
    padding: 25px;
    position: relative;
    height: 100%;
}

.bg-video-landing iframe {
    min-height: 280px;
}

.bg-video-landing::before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    border: 5px solid #2541B2;
    top: -3px;
    left: -3px;
    border-bottom: 0;
    border-right: 0;
}

.bg-video-landing::after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    border: 5px solid #2541B2;
    bottom: -3px;
    right: -3px;
    border-top: 0;
    border-left: 0;
}

.box-step-buy {
    border: 2px solid #2541B2;
    border-radius: 16px;
    background: #FFFFFF;
    padding: 13px 20px;
}

.box-step-buy .step-buy-circle {
    width: 60px;
    height: 60px;
    background: #2541B2;
    border-radius: 50%;
    font-weight: 500;
    font-size: 25px;
    line-height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    margin-right: 40px;
    min-width: 60px;
}

.box-step-buy .txt-step-buy {
    font-weight: normal;
    font-size: 22px;
    line-height: 33px;
    color: #373737;
    margin-left: 20px;
}

.line-step-buy {
    width: 4px;
    height: 40px;
    background: #2541B2;
    margin-left: 50px;
}

.h4.txt-sub-title-step {
    line-height: 60px;
    color: #373737;
    margin-bottom: 40px;
}

/* End more */

/* banner head and box checkbia  */
.banner-checkbia-landing {
    /* background-image test*/
    background-image: url('../imgs/prakun-template-landing/banner-demo.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 590px;
    width: 100%;
    padding-top: 82px;
    padding-left: 149px;
}

.banner-checkbia-landing-sm {
    display: none;
}

.box-checkbia-landing {
    width: 100%;
    max-width: 437px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid var(--main02);
    box-sizing: border-box;
    padding: 19px 35px 30px;
}

.text-title-box-checkbia-landing {
    font-weight: normal;
    font-size: 22px;
    line-height: 50px;
    color: #03256C;
}

.box-checkbia-landing .form-control {
    border: 1px solid var(--main-dis-01);
    border-radius: 5px;
}

.bt-calender-box-checkbia-landing {
    padding: 0 11px;
    border-radius: 0 .25rem .25rem 0;
    border: 1px solid #03256C;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}


/*  end banner head and box checkbia  */

/* btn prakun template */

.btn-checkbia {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    width: 100%;
    max-width: 351px;
    padding: 13px 12px;
}

.btn-see-plan-prakun {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    width: 100%;
    max-width: 190.78px;
    padding: 6px 12px;
    margin-top: 20px;
}

.btn-all-articles {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    width: 100%;
    max-width: 351px;
    padding: 13px 12px;
    margin-top: 40px;
}


/* end btn prakun template */
.container-section {
    width: 90% !important;
}

/* articlesCarouselCards */
.carousel#articlesCarouselCards {
    padding: 0 30px 5px;
}

#articlesCarouselCards,
.cards-wrapper {
    display: flex;
    justify-content: space-around;
}

#articles .container {
    width: 90%;
}

#articlesCarouselCards .card {
    border-radius: 16px;
    overflow: hidden;
    max-width: 370px;
    /* height: 588px; */
    z-index: 2;
    margin: auto 2px;
}

/* #articlesCarouselCards .card:nth-child(1){
    margin-left: 0;
}
#articlesCarouselCards .card:nth-last-child(1){
    margin-right: 0;
} */
#articlesCarouselCards .card>img {
    width: 100%;
    height: 182px;
    object-fit: cover;
}

#articlesCarouselCards .card .topic {
    font-weight: 500;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#articlesCarouselCards .card .description {
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px 0px 20px 0px;
}

#articlesCarouselCards .card .tag,
#articlesCarouselCards .card .dateTime {
    font-weight: 400;
    font-size: 16px;
    height: 50px !important;
    overflow: hidden;

}

#articlesCarouselCards .card .tag a {
    color: #2541B2;
}

#articlesCarouselCards .card .tag img,
#articlesCarouselCards .card .dateTime img {
    width: 15px;
    display: inline;
}

#articlesCarouselCards.carousel a.carousel-control-prev {
    justify-content: flex-start;
    width: 20px;
}

#articlesCarouselCards.carousel a.carousel-control-next {
    justify-content: flex-end;
    width: 20px;
}

#articlesCarouselCards .carousel-control-prev-icon {
    background-image: url('../imgs/prakun-template-landing/carousel-left.svg');
    height: 40px;
}

#articlesCarouselCards .carousel-control-next-icon {
    background-image: url('../imgs/prakun-template-landing/carousel-right.svg');
    height: 40px;
}

#articlesCarouselCards .carousel-control-next,
#articlesCarouselCards .carousel-control-prev {
    opacity: 1 !important;
}

#articlesCarouselCards .txt-articles-title {
    color: #2541B2;
    font-weight: 500;
}

#articlesCarouselCards .txt-articles-detail {
    color: #959595;
}

#articlesCarouselCards .txt-read-more {
    color: #2541B2;
}

#articlesCarouselCards .txt-articles-date {
    color: #959595;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
}

#articlesCarouselCards .padding-box-articles {
    padding: 16px 20px 20px;
}

/* end articlesCarouselCards */

/* Table Card */

table.table-compare {
    background-color: #fff;
}

/* table.table-compare{
    border: 1px solid #A7A7A7;
} */
table.table-compare thead th {
    border: 1px solid #A7A7A7;
}

table.table-compare tbody td {
    border: 1px solid #A7A7A7;
}

table.table-compare col:nth-child(2) {
    background: #03256C
}

table.table-compare col:nth-child(2n+4) {
    background: #F4F4F4
}

table.table-compare thead th {
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    background-color: #03256C;
}

table.table-compare tbody p {
    font-weight: 400;
    font-size: 17px;
    color: #373737;
}

table.table-compare tbody span {
    font-weight: 400;
    font-size: 12px;
    color: #373737;
}

table.table-compare tbody p.text-large {
    font-weight: 400;
    font-size: 25px;
    color: #fff;
}

table.table-compare tbody p.text-large span {
    font-weight: 400;
    font-size: 17px;
    color: inherit;
}

table.table-compare .sticky-col {
    position: -webkit-sticky;
    position: sticky;
}

table.table-compare .first-head-col {
    width: 100%;
    min-width: 130px !important;
    max-width: 130px;
    left: 0px;
    background-color: #03256C;
}

table.table-compare .first-col {
    width: 100%;
    min-width: 130px !important;
    max-width: 130px;
    left: 0px;
    background-color: #fff;
}

table.table-compare .second-col {
    width: 100%;
    min-width: 141px !important;
    max-width: 141px;
    left: 130px;
    background-color: #03256C;
}

table.table-compare .col-head {
    min-width: 10rem;
}

/* Table Card */

.btn.btn-danger-2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    height: 35px;
    color: #FFFFFF;
    background: #ED3C53;
    border-radius: 8px;
    width: 100%;
}



.btn.btn-danger-2:hover {
    background: #cf3549;
}

.profile-review {
    width: 50px !important;
    height: 50px;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 50%;
}

.btn.btn-prakun-primary {
    color: #fff;
    background-color: #2541B2;
    border-color: #2541B2;
}

.btn.btn-prakun-primary:hover {
    background-color: #0a2cb3;
    border-color: #0a2cb3;
}

.input-group-append.disabled {
    background-color: #e9ecef;
}

/* text */
.text-sub-1 {
    font-size: 16px;
    font-weight: 300;
}

.thank-content {
    background: #FFFFFF;
    border: 1px solid var(--main-dis-01);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

/* position */

.position-absolute.position-middle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}


@media (min-width: 1200px) {
    table.table-compare .col-head {
        min-width: 9rem !important;
    }
}

@media (min-width: 992px) {
    table.table-compare .second-col {
        left: 129px !important;
    }
}

@media (min-width: 768px) {}

@media (min-width: 576px) {}

/* Max Media */
@media (max-width: 1200px) {
    .banner-checkbia-landing {
        background-image: none !important;
        height: auto !important;
        padding-top: 0 !important;
        padding-left: 0 !important;
        padding-bottom: 80px !important;
    }

    .banner-checkbia-landing-sm {
        display: block;
    }

    .box-checkbia-landing {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }

    .h4.txt-sub-title-step {
        line-height: 42px;
    }
}

@media (max-width: 991px) {
    table.table-compare col:nth-child(2) {
        background: #F4F4F4 !important;
    }

    table.table-compare .first-head-col {
        /* display: none; */
        left: 0px !important;
    }

    table.table-compare .first-col {
        left: 0px !important;
        /* display: none; */
    }

    table.table-compare .second-col {
        left: 129px !important;
    }

    #articlesCarouselCards .card:nth-last-child(2) {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    /* #articlesCarouselCards .card > img{
    } */
}

@media (max-width: 500px) {
    .banner-checkbia-landing {
        padding-bottom: 20px !important;
    }

    .box-checkbia-landing {
        max-width: 100%;
        margin-top: 20px;
        padding: 14px 20px 30px;
    }

    .btn-see-plan-prakun {
        margin-top: 16px;
        max-width: 100%;
        padding: 10px 12px;
    }

    .btn-checkbia {
        padding: 8px 12px;
        margin-top: 15px;
        max-width: 100%;
    }

    .btn-all-articles {
        max-width: 85%;
        padding: 8px 12px;
        margin-top: 32px;
    }

    #articlesCarouselCards .carousel-control-prev-icon {
        height: 16px;
    }

    #articlesCarouselCards .carousel-control-next-icon {
        height: 16px;
    }

    /* #articlesCarouselCards .card{
        margin-left: 0;
        margin-right: 0;
    } */

    .txt-sub-head-title-prakun-template {
        font-size: 32px;
        line-height: 43px;
    }

    .margin-txt-title-QandA {
        margin-bottom: 20px;
    }

    .bg-video-landing {
        padding: 18px 14px;
    }

    .bg-video-landing iframe {
        min-height: 203px;
    }

    .box-step-buy .step-buy-circle {
        width: 40px;
        height: 40px;
        min-width: 40px;
        margin-right: 26px;
    }

    .box-step-buy i {
        width: 40px;
    }

    .box-step-buy .txt-step-buy {
        font-size: 20px;
        line-height: 30px;
    }

    .h4.txt-sub-title-step {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .text-title-box-checkbia-landing {
        font-size: 21px;
        line-height: 29px;
    }
}

@media (max-width: 374px) {
    .box-step-buy .step-buy-circle {
        width: 30px;
        height: 30px;
        min-width: 30px;
    }

    .box-step-buy i {
        width: 30px;
    }

    .box-step-buy .txt-step-buy {
        font-size: 12px;
        line-height: 20px;
    }

    .h4.txt-sub-title-step {
        font-size: 15px;
    }

    #articlesCarouselCards .card {
        max-width: 302px;
    }


    /* #articlesCarouselCards .card > img{
        height: 177px;
    } */
    #articlesCarouselCards .padding-box-articles {
        padding: 16px 10px 40px;
    }

}