html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
body {
    background-color: #f9f9fb;
    color: #4f5b67;
    font-family: 'Open Sans';
}
header {
    background-image: linear-gradient(97deg, #2727c0, #01a8eb);
    padding: 57px 0px;
    color: #fff;
    margin-bottom: 20px;
}
a {
    color: #01a8eb;
}

.row-welcome {
    padding-top: 35px;
    padding-bottom: 60px;
    background: #fff;
}
.row-welcome h1 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 0;
}
.row-welcome h2 {
    margin-top: 4px;
    font-weight: 300;
    margin-bottom: 20px;
}

.row-welcome ol {
    padding: 0 0 0 20px;
}
.row-welcome ol li {
    font-size: 18px;
}

.btn.btn-primary.btn-start {
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 20px;
}
#video-healthtype {
    height: 266px;
    margin-top: 35px;
}

@media (max-width : 1200px) {  
    #video-healthtype {
        height: 220px;
        margin-top: 39px;
    }
}
@media (max-width : 992px) {  
    .row-welcome {
        text-align: center;
    }
    .row-welcome ol {
        width: 350px;
        margin: 0 auto;
    }
}


.row-bonus {
    background: #69cdc3;
    color: #fff;
    text-align: center;
    font-size: 27px;
    padding-top: 40px;
    padding-bottom: 50px;
}
.row-bonus .bonus-title strong {
    color: #146c63;
}
.row-bonus ul {
    width: 800px;
    text-align: left;
    margin: 30px auto 0 auto;
}

@media (max-width : 992px) {  
    .row-bonus ul {
        width: auto;
        font-size: 20px;
    }
}


.row-start {
    padding-top: 40px;
    padding-bottom: 40px;
}
.row-start {
    text-align: center;
    font-weight: 600;
}



.biotype-result {
    background: #564f9f;
    max-width: 400px;
    color: #fff;
    font-size: 34px;
    padding: 20px;
    font-weight: 600;
    margin: 0 auto;
    border-radius: 40px;
    text-align: center;
}
.biotype-desc {
    text-align: left;
    max-width: 600px;
    margin: 40px auto 0 auto;
}
.note {
    color: #ccc;
    font-style: italic;
    font-size: 12px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.row-report {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 50px;
}
.report-intro {
    font-size: 25px;
    margin-bottom: 20px;
}

.gender-options {
    text-align: center;
    margin: 30px 0;
}
.gender-options .btn-option {
    margin-right: 30px;
    width: 180px;
}

@media (max-width : 992px) {  
    .gender-options .btn-option {
        margin-right: 0;
        margin-bottom: 20px;
    }

}

.questions .question-box:first-child {
    margin-top: 40px;
}
.question-box {
    background: #fff;
    border-radius: 14px;
    padding: 30px 40px;
    max-width: 900px;
    margin: 0 auto 30px auto;
    -webkit-box-shadow: 0 10px 30px 0 rgba(47, 78, 110, 0.06);
    -moz-box-shadow: 0 10px 30px 0 rgba(47, 78, 110, 0.06);   
    box-shadow: 0 10px 30px 0 rgba(47, 78, 110, 0.06);
}
.question-box .error-msg {
    display: none;
    background-color: #d13c40;
    float: right;
    font-size: 11px;
    padding: 5px 12px;
    border-radius: 20px;
    margin-left: 10px;
}
.question-box.has-error {
    border: 1px solid #d13c40;
}
.question-box.has-error .error-msg {
    display: block
}
.question-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
}
.has-error .question-title {
    color: #d13c40;
}
.question-options {
    margin-top: 20px;
}
.question-note {
    margin-top: 15px;
    background-color: #dee1e6;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    padding: 6px 21px;
    margin-left: -40px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.question-box.has-error .question-note {
    background-color: #d13c40;
    color: #fff;
}
.question-options .btn-option {
    margin-right: 15px;
}
.questions-action {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 100px;
}
.answer-option-image {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 22px;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-transition : background 200ms ease-out;
     -moz-transition : background 200ms ease-out;
     -o-transition : background 200ms ease-out;
     transition : background 200ms ease-out;
}
.form-control {
    border: 1px solid #e3e3e3;
}
.answer-option-image:hover {
    border-color: #bdb7b7;
}
.answer-option-image.selected {
    border: 3px solid #69cdc3;
    padding: 20px;
    background: #eefdfb;
    margin-bottom: 14px;
}
.answer-img {
    display: table-cell;
    width: 120px;
    padding-right: 20px;
}
.thumbnail {
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin-bottom: 0;
}
.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.answer-text {
    display: table-cell;
    vertical-align: middle;
}


.btn {
    border-radius: 20px;
    transition: all 0.3s;
}
.btn-primary {
    background: #69cdc3;
    border-color: #69cdc3;
}
.btn-primary:hover {
    background: #6de1d5;
    border-color: #6de1d5;
}
.btn-outline.btn-primary {
    background: #fff;
    color: #69cdc3;
}
.btn-outline.btn-primary:hover {
    background: #69cdc3;
    color: #fff;
}
.btn-option {

    border-radius: 14px;
    padding: 21px;
    background: #fff;
    text-align: center;
    color: #1a2c3c;
    -webkit-box-shadow: 0 10px 30px 0 rgba(47, 78, 110, 0.06);
    -moz-box-shadow: 0 10px 30px 0 rgba(47, 78, 110, 0.06);   
    box-shadow: 0 10px 30px 0 rgba(47, 78, 110, 0.06);
    transition: none;
    height: 318px;
}
.btn-option:hover {
    border: 2px solid #01a8eb;
    color: #1a2c3c;
    padding: 20px;
}
.btn-option img {
    display: block;
    margin: 0 auto 5px auto;
}



footer {
    background: #fff;
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
footer a {
    font-size: 12px;
}


.shake {
    border: 1px solid #d13c40 !important;
    -webkit-transition : border 500ms ease-out;
     -moz-transition : border 500ms ease-out;
     -o-transition : border 500ms ease-out;
     transition : border 500ms ease-out;
}


.alert-message {
    background: #d13c40;
    color: #FFF;
    position: fixed;
    top: -250px;
    left: 0;
    text-align: center;
    width: 100px;
    min-width: 300px;
    right: 0;
    max-width: 500px;
    margin: 0 auto;
    z-index: 999;
    padding: 10px 20px;
    transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.10);
}
.alert-message.show {
    top: 25px;
}

.help-icon {
    float: right;
    padding: 20px;
    margin-left: -20px;
    margin-top: -20px;
    margin-right: -20px;
    cursor: pointer;
    color: #b8bbbf;
    font-size: 12px;
}
.hicon {
    border: 2px solid #b8bbbf;
    padding-right: 2px;
    border-radius: 50%;
    width: 23px;
    height: 22px;
    font-size: 12px;
    color: #b8bbbf;
    margin-left: 10px;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}   

.help-icon:hover, .help-icon:hover .hicon, .help-icon.active .hicon {
    border-color: #64666a;
    color: #64666a;
}
.help-content {
    margin-left: -40px;
    margin-right: -40px;
    padding: 20px;
    border-top: 1px solid #d1d1d1;
    display: none;
    background-color: #f6f6f6;
}
.help-content-answer {
    margin-top: 25px;
    padding: 20px 20px 20px 20px;
    border-top: 1px solid #ccc;
    display: none;
    -webkit-box-shadow: inset 0px 3px 16px -10px rgba(0,0,0,0.67);
    -moz-box-shadow: inset 0px 3px 16px -10px rgba(0,0,0,0.67);
    box-shadow: inset 0px 3px 16px -10px rgba(0,0,0,0.67);
    margin-left: -22px;
    margin-right: -22px;
    margin-bottom: -22px;
    background-color: #f6f6f6;
}
.selected .help-content-answer {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    border-color: #69cdc3;
}
.help-answer-title {
    background: #e7e9ec;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
    padding: 5px 20px;
    font-size: 11px;
    text-transform: uppercase;
}
.help-answer-title i {
    margin-right: 3px;
    font-size: 13px;
    vertical-align: -1px;
}
.selected .help-answer-title {
    background: #d6efeb;
    margin-left: -18px;
    margin-right: -18px;
    padding-right: 18px;
    padding-left: 18px;
}
.help-answer-img {
    display: table-cell;
    width: 120px;
    padding-right: 20px;
}
.help-answer-text {
    display: table-cell;
  
    vertical-align: middle;
}

.help-content .images {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    text-align: center;
}
.help-content .images figure {
    display: inline-block;
}
.help-content .images img {
    border-radius: 4px;
    border: 1px solid #ccc;
    max-width: 200px;
    margin-right: 10px;
}


.btn-submit {
    height: 48px;
    border-radius: 24px;
    box-shadow: 0 5px 20px 0 rgba(1, 168, 235, 0.2);
    background-image: linear-gradient(97deg, #2727c0, #01a8eb);
    text-align: center;
    font-size: 15px;
    padding: 15px 0;
    width: 100%;
    max-width: 200px;
    display: inline-block;
    color: #fff;
    border: none;
    cursor: pointer;
    line-height: 15px;
}
.btn-submit:hover, .btn-submit:focus {
    color: #fff;
    box-shadow: 0 5px 20px 0 rgba(1, 168, 235, 0.8);
    text-decoration: none;
    transition: all 0.3s;
    transform: translateZ(10px);
}

.checkbox-healthlounge {
    display: block;
    color: #b9b9b9;
    font-weight: normal;
    margin-bottom: 40px;
}
.checkbox-healthlounge input {
    margin-right: 5px;
}