.card.custom-question {
    border-radius: 7px 7px 0px 0px;
}

.card.custom-question .card-header {
    padding: 26px 40px;
    background: #DEE3F3;
    border-radius: 7px 7px 0px 0px;
}

.card.custom-question .card-header .txt-main-header {
    font-weight: normal;
    font-size: 25px;
    line-height: 37px;
    color: #03256C;
}

.card.custom-question .card-body {
    padding: 24px 30px 40px;
}

.card.custom-question.custom-life .card-body {
    padding: 50px 0px 40px 0px;
}

.card.custom-question .card-body .txt-title-question {
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #373737;
}

.card.custom-question .card-body .form-label {
    color: #373737;
}

.card.custom-question .card-body .form-control {
    height: calc(1.5em + 0.75rem + 11px);
    font-size: 16px;
}

.card.custom-question .card-body .form-control::placeholder {
    color: #CCCCCC;
    font-weight: 300;
}

.card.custom-question .card-body .form-control::-ms-input-placeholder {
    color: #CCCCCC;
    font-weight: 300;
}

.card.custom-question .card-body .col-for-box-check-input {
    padding-left: 45px;
}

.card.custom-question .card-body .txt-sub-title-radio {
    font-weight: normal;
    font-size: 17px;
    line-height: 25px;
    color: #03256C;
}

.card.custom-question .card-body .txt-condition-question {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #373737;
}

.card.custom-question .card-body .box-form-input-txt {
    width: 100%;
    max-width: 540px;
}

.card.custom-question .card-body .box-form-input-txt .form-label {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #373737;
}

.btn-continue-question {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    width: 100%;
    max-width: 351px;
    padding: 13px 12px;
}

.box-count-number-ins div.box-count {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.box-count-number-ins div.box-count .form-control {
    width: 50px;
}

.btn-outline-blue-prakun.btn-addon {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    width: 100%;
    max-width: 230px;
    padding: 10px 12px;
}

.btn-outline-blue-prakun.btn-addon:hover {
    color: #FFFFFF;
    border-color: #2541B2;
    background-color: #2541B2;
    border: 1px solid #2541B2;
}

.btn-question-custom {
    width: 296px;
    height: 55px;
}

@media (max-width: 991px) {
    .card.custom-question .card-body .col-for-box-check-input .form-control {
        width: 41.666667%;
    }
}

@media (max-width: 767px) {
    .card.custom-question .card-body .col-for-box-check-input .form-control {
        width: 100%;
    }

    .btn-question-custom {
        width: 100%;
    }

    .card.custom-question.custom-life .card-body {
        padding: 20px 20px 40px 20px;
    }

}

@media (max-width: 500px) {
    .btn-continue-question {
        padding: 8px 12px;
        max-width: 100%;
    }

    .card.custom-question .card-header {
        padding: 15px 20px;
    }

    .card.custom-question .card-header .txt-main-header {
        font-size: 20px;
        line-height: 27px;
    }
}