.survey-label-answer{
    margin-top: 8px;
    margin-left: 5px;
}
.strat-content{
    text-align: left;
    margin: 10px;
}
.strat-content h4{
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 30px;
}
.strat-content u {
    font-weight: 600;
}
.content-ighlight{
    color: #007fbd;
    font-weight: 600;
}
.number-width{
    display: flex;
}

.backToHome-row{
    display: none;
}
.keyvisual{
    background-color: #141660;
}
.visible-lg-block{
    margin: auto;
    max-width: 1600px;
}

@media (max-width: 550px) {
    .hkjcLogo img {
        width: 143px!important;
    }
    .container {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }    
}


.extra-container {
	padding: 25px 15px;
    background-color: #d7ffff;
    border: 1px solid #ccc;
    margin-top: 30px;
    margin-bottom: 30px;
}


.extra-container-title {
	    text-align: center;
    font-size: 20px;
    color: #141660 !important;
    margin-bottom: 20px;
    font-weight: 600;
}


h1 {
    color: #141660;
}

.h1-en {
    color: #141660;
}

.blue-btn {
    background: #141660!important;
    white-space: normal!important;
}

button.normal-btn {
    white-space: normal;
}

.btn.clickButton.blue-btn:hover {
    color: #fff;
    background: #0048ac!important;
}

#loading {
    background-color: #141660!important;
}


/*==== overwrite form.css ====*/

.reload-btn {
    font-size: 1.3em;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    color: #fff;
    background: #26484D!important;
    width: 42px;
    height: 42px;
    padding: 8px;
    text-decoration: none !important;
    text-align: center;
    margin-bottom: 15px;
}

.reload-btn:hover {
    background: #0246a5;
    text-decoration: none !important;
}

a {
    color: #141660;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #0246a5;
}

h2 {
    text-align: left;
    font-size: 1em;
    color: #000;
    font-weight: normal;
}

.h1-btm-line {
    margin: 20px 0px;
    text-align: left;
    font-size: 1em;
}

.btn-primary {
    background-color: #0081b4;
    color: #fff !important;
    border-radius: 5px!important;
    border: 0px;
}

.btn {
    border-radius: 30px!important;
    padding: 5px 40px;
}

.formDescription-date {
    color: #0081b4;
    margin: 0px 20px 0px 20px;
    font-weight: bold;
    font-size: 1.2em;
}

.bulebold {
    color: #0081b4;
    font-weight: bold;
}

#formDesc {
    color: #000;
    background: #f5f5f5;
    width: 100%;
    padding-bottom: 15px;
}

button.normal-btn:hover,
button.normal-btn:focus {
    color: #ffffff!important;
}

.thankyou-title {
    margin: 0px 0px;
    text-align: center;
    font-size: 1.5em;
    color: #141660;
    FONT-WEIGHT: 600;
}

.thankyou-text {
    margin: 0px 0px;
    font-size: 1em;
    color: #141660;
    FONT-WEIGHT: 600;
}

.coupontnc-title {
    font-weight: bold;
    margin-bottom: 15px;
}

.coupontnc {
    margin-left: -15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

.coupontnc ol {
    margin-left: -25px;
}

@media only screen and (max-width: 550px) {
    .coupontnc ol {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .rgp-container ul li {
        margin-bottom: 8px!important;
    }
    .rgp-container .no-gutter ul {
        padding: 0px;
        margin-top: 10px;
    }
}

.error {
	padding-left:0px!important;
}

.form-control.error {
	padding-left:15px!important;
}


input[type=checkbox]{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    display: inline;
}
input[type=radio] {
        -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    padding: 2px;
    border: 2px solid #141660;
    border-radius: 50%;
    margin-top: 12px;
}
input[type="radio"]:checked {
    background-color: #141660;
}

input[type=radio]:focus {
    outline: 5px auto #141660;
}

/********* Survey CSS START ****************/

.survey_border label.custom-control-label {
    color: #555;
    font-size: 0.95em;
    font-weight: 500;
}

.survey_border span {
    font-weight: 700;
}

.survey_border label.custom-control-label span.engtext{
    font-weight: 500;
}

.refnumber {
    color: #141660!important;
}


.radio-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 10px 0;
}

.radio-row span {
    flex: 1;
    text-align: center;
    padding: 0 5px;
}

.radio-row input {
    display: block;
    margin: 0 auto 5px auto;
}

.radio-row  label.custom-control-label {
    font-size: 0.75em;
    font-weight: normal;
    line-height: 1.2;
}

.radio-row input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    padding: 2px;
    border: 2px solid #141660;
    border-radius: 50%;
}

.radio-row input[type="radio"]:checked {
    background-color: #141660;
}

.radio-row input[type=radio]:focus {
    outline: 5px auto #141660;
}

#surveyForm span.custom-control-label p {
    word-break: break-word;
}

#surveyForm .custom-control table tr td {
    padding-bottom: 15px;
}

/********* Survey CSS END ****************/