*,
html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.section {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 17px;
}

.section .title {
    color: #C0282C;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px;
    border-left: 2px solid #C0282C;
    height: 100%;
    padding-left: 10px;
    margin-bottom: 0 !important;
}

.ques_row label {
    color: #212529;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.5px;
}

.ques_row span {
    color: #F00;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.5px;
}

.radio_btn_section {
    display: flex;
    gap: 35px;
}

.radio_btn {
    display: flex;
    opacity: 0.5;
    flex-wrap: wrap;
    gap: 40px;
}

.radio_btn p {
    color: #212529;
    font-family: "Segoe UI";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
}

.ques_row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
}

.ques_row_odd {
    background-color: #d9d9d933;
}

.ques_section {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.active {
    opacity: 1 !important;
}

.pull-right {
    float: right;
}

.error+label,
label.error {
    font-size: 90%;
    color: #CC0033 !important;
    width: 100%;
    font-size: 11px;
}

img {
    max-width: 100%;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}


.formBox100 ul {
    display: flex;
    list-style: none;
    margin-block-start: 0px;
    margin-block-end: 30px;
    padding-left: 0px;
    margin: 5px 0 5px 0;
}

.formBox100 ul li {
    display: inline !important;
    margin: 0 10px 0 10px;
}

.formBox100 ul li label {
    float: left;
    clear: none;
    padding: 0px 1em 0px 1em;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
}

.formBox100 input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: 100%;
}

.required {
    color: red;
}

.container {
    margin-top: 50px;
}

.form_heading {
    margin-top: 15px;
    font-weight: bold;
    font-size: 26px;
}

.form_subheading {
    margin-top: 5px;
    font-weight: bold;
    font-size: 20px;
    color: #c0282c;
}

.form_subheading p {
    margin-top: 5px;
    font-weight: normal;
    font-size: 15px;
}

.form_section_heading {
    margin: 35px 0 15px 0;
    font-weight: bold;
    font-size: 15px;
}

.logo_css{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event_field {}

.event_field_label {
    font-weight: 500;
    font-size: 13px;
}

.btn-primary {
    color: #fff;
    background-color: #cd2429 !important;
    border-color: #cd2429 !important;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f11a21 !important;
    border-color: #c0282c !important;
}

