﻿
@import url("fonts.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

html,
body {
    height: 100%;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

    q:before, q:after, blockquote:before, blockquote:after {
        content: "";
        content: none;
    }

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

p {
    line-height: normal;
}


* {
    outline: none;
}

body {
    font-size: 17px;
    line-height: normal;
    font-weight: 400;
    font-family: 'Neue Kabel';
    color: #123B59;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    padding: 0px;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    display: block;
}

input, textarea, button, select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Neue Kabel';
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #123B59;
}


/*input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    box-shadow: 0 0 0 30px white inset!important;
}*/

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

input, textarea, select {
    border: #d5d5d5 solid 1px;
    outline: none;
    color: #222;
}

button {
    overflow: visible;
}


button,
select {
    text-transform: none;
}


button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }


    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box; /* 1 */
        padding: 0; /* 2 */
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield; /* 1 */
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box; /* 2 */
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}


textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}



a {
    background-color: transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    a:active,
    a:hover {
        outline: 0;
    }

b,
strong {
    font-weight: bold;
}


textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
}


.clear {
    clear: both;
}

.container {
    width: 100%;
    min-width: 1590px;
}

.wrap {
    width: 1590px;
    margin: 0 auto;
}

.header {
    padding: 70px 0px 50px 0px;
}

.logo {
    float: left;
    width: 248px;
}

.header-rhs {
    float: right;
    width: 1265px;
    margin-top: 33px;
}

.social-icons {
    float: right;
    overflow: hidden;
    margin-top: 6px;
}

    .social-icons ul li {
        float: left;
        margin-left: 14px;
        font-size: 25px;
    }

.fa {
    text-align: center;
    text-decoration: none;
    color: #123B59;
}

    .fa:hover {
        color: #12A5C9;
    }

.main-section {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 70px;
    justify-content: space-between;
}

.left-nav {
    flex: 0 0 264px;
    width: 264px;
    padding-left: 12px;
    padding-right: 20px;
    background-color: #fff;
    min-height: 740px;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: space-between;
}

    .left-nav .navigation ul li {
        padding-bottom: 17px;
    }

        .left-nav .navigation ul li a {
            font-size: 20px;
            line-height: 20px;
            color: #123B59;
            text-decoration: none;
            padding: 8px 10px 12px 40px;
            display: block;
            background-position: 15px center;
            background-repeat: no-repeat;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
        }


            .left-nav .navigation ul li a:hover {
                background-color: #12A5C9;
                color: #fff;
                text-decoration: none;
            }

            .left-nav .navigation ul li a.active {
                background-color: #12A5C9;
                color: #fff;
                text-decoration: none;
            }

            .left-nav .navigation ul li a:after {
                content: '.';
                color: #12A5C9;
            }

            .left-nav .navigation ul li a:hover:after {
                color: #6DD0E8;
            }

.navigation .dashboard a {
    background-image: url("../images/dashboard.svg");
}

    .navigation .dashboard a:hover, .navigation .dashboard a.active {
        background-image: url("../images/dashboard-hover.svg");
    }

.navigation .questionnaire a {
    background-image: url("../images/questionnaire.svg");
}

    .navigation .questionnaire a:hover, .navigation .questionnaire a.active {
        background-image: url("../images/questionnaire-hover.svg");
    }

.navigation .health-reco a {
    background-image: url("../images/health.svg");
}

    .navigation .health-reco a:hover, .navigation .health-reco a.active {
        background-image: url("../images/health-hover.svg");
    }

.navigation .ln-reading a {
    background-image: url("../images/ln-reading.svg");
}

    .navigation .ln-reading a:hover, .navigation .ln-reading a.active {
        background-image: url("../images/ln-reading-hover.svg");
    }

.navigation .test-results a {
    background-image: url("../images/test-results.svg");
    background-position: 12px center !important;
}

    .navigation .test-results a:hover, .navigation .test-results a.active {
        background-image: url("../images/test-results-hover.svg");
    }

.navigation .bio-info a {
    background-image: url("../images/bio-info.svg");
    background-position: 12px center !important;
}

    .navigation .bio-info a:hover, .navigation .bio-info a.active {
        background-image: url("../images/bio-info-hover.svg");
    }

.navigation .medi-info a {
    background-image: url("../images/medi-info.svg");
}

    .navigation .medi-info a:hover, .navigation .medi-info a.active {
        background-image: url("../images/medi-info-hover.svg");
    }

.account-nav {
    margin-bottom: 20px;
}

.navigation .account a {
    background-image: url("../images/account.svg");
}

    .navigation .account a:hover, .navigation .account a.active {
        background-image: url("../images/account-hover.svg");
    }

.navigation .logout a {
    background-image: url("../images/logout.svg");
}

    .navigation .logout a:hover, .navigation .logout a.active {
        background-image: url("../images/logout-hover.svg");
    }

.right-section {
    flex: 0 0 1251px;
    width: 1251px;
}

.questionnaire-tab {
    margin-bottom: 45px;
    max-width: 1152px;
}

    .questionnaire-tab ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
    }

        .questionnaire-tab ul li {
            border: #123B59 solid 1px;
            border-right: none;
            text-align: left;
            width: 20%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 9px 8px 9px 13px;
            font-size: 14px;
            line-height: 16px;
            font-weight: bold;
            position: relative;
            min-height: 36px;
            color: #123B59;
            background-color: #fff;
            align-self: stretch;
        }

            .questionnaire-tab ul li a {
                color: #123B59;
                text-decoration: none;
            }

            .questionnaire-tab ul li:first-child {
                -webkit-border-top-left-radius: 15px;
                -webkit-border-bottom-left-radius: 15px;
                -moz-border-radius-topleft: 15px;
                -moz-border-radius-bottomleft: 15px;
                border-top-left-radius: 15px;
                border-bottom-left-radius: 15px;
            }

            .questionnaire-tab ul li:last-child {
                border-right: #123B59 solid 1px;
                -webkit-border-top-right-radius: 15px;
                -webkit-border-bottom-right-radius: 15px;
                -moz-border-radius-topright: 15px;
                -moz-border-radius-bottomright: 15px;
                border-top-right-radius: 15px;
                border-bottom-right-radius: 15px;
            }

.qt-check {
    position: absolute;
    right: 8px;
    top: 6px;
    width: 22px;
    height: 24px;
    background-image: url("../images/check.svg");
    background-repeat: no-repeat;
    background-position: center top;
}

.questionnaire-tab ul li.active {
    background-color: #123B59;
    color: #fff;
}

.questionnaire-wrap {
    border-bottom: #123B59 solid 1px;
    padding-bottom: 32px;
    min-height: 570px;
    position: relative;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow-y: scroll;
    height: 580px;
    justify-content: space-between;
}

    .questionnaire-wrap::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for IE, Edge and Firefox */
.questionnaire-wrap {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.general-health {
    width: 1152px;
}

.progress-box {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    order: 2;
    align-self: flex-start;
    right: 0px;
    tab-size: 0px;
    flex: 0 0 331px;
    width: 331px;
    border: #123B59 solid 1px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 12px 12px 12px;
    background-color: #fff;
}


.questionnaire-wrap h2 {
    font-size: 30px;
    line-height: 37px;
    padding-bottom: 20px;
    font-weight: bold;
}

    .questionnaire-wrap h2 strong {
        color: #12A5C9;
    }

.progress-box h2 {
    text-align: center;
}

.progress-box p {
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
}

.pb-percentage {
    padding: 50px 0px 50px 0px;
    text-align: center;
}

.general-health-lhs {
    flex: 0 0 790px;
}

.question-item {
    padding-bottom: 34px;
}

.question {
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
    padding-bottom: 24px;
}

.option-select {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    .option-select li {
        min-width: 117px;
        height: 25px;
        line-height: 23px;
        text-align: center;
        margin-right: 10px;
        font-size: 16px;
        font-weight: bold;
        border: #123B59 solid 1px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        padding: 0px 10px 0px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .option-select li:hover {
            background-color: #123B59;
            color: #fff;
        }

        .option-select li.active {
            background-color: #123B59;
            color: #fff;
        }

.question span {
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #FF0000;
    font-weight: normal;
    padding-top: 5px;
}

.activity-row {
    padding-bottom: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 18px;
    line-height: 23px;
    padding-left: 18px;
}

    .activity-row .col1 {
        align-self: center;
        font-weight: bold;
        width: 160px;
    }

    .activity-row .col2 {
        width: 62px;
        padding-right: 10px;
    }

        .activity-row .col2 input {
            width: 100%;
            text-align: right;
            border: #123B59 solid 1px;
            padding: 0px 13px 0px 10px;
            font-size: 16px;
            font-weight: bold;
            height: 30px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

    .activity-row .col3 {
        align-self: center;
        width: 160px;
    }

    .activity-row .col4 {
        align-self: center;
    }

.last-row {
    padding-bottom: 0px;
}

.option-select-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-right: 10px;
    overflow: hidden;
    justify-content: flex-start;
}

    .option-select-two li {
        min-width: 60px;
        height: 25px;
        line-height: 21px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        padding: 0px 10px 0px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        border: #123B59 solid 1px;
        border-right: none;
    }

        .option-select-two li:hover {
            background-color: #123B59;
            color: #fff;
        }

        .option-select-two li.active {
            background-color: #123B59;
            color: #fff;
        }

        .option-select-two li:first-child {
            -webkit-border-top-left-radius: 15px;
            -webkit-border-bottom-left-radius: 15px;
            -moz-border-radius-topleft: 15px;
            -moz-border-radius-bottomleft: 15px;
            border-top-left-radius: 15px;
            border-bottom-left-radius: 15px;
        }

        .option-select-two li:last-child {
            border-right: #123B59 solid 1px;
            -webkit-border-top-right-radius: 15px;
            -webkit-border-bottom-right-radius: 15px;
            -moz-border-radius-topright: 15px;
            -moz-border-radius-bottomright: 15px;
            border-top-right-radius: 15px;
            border-bottom-right-radius: 15px;
        }

.buttons input {
    margin-right: 20px;
    border: #123B59 solid 1px;
    background-color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    min-width: 117px;
    padding: 5px 10px 7px 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #123B59;
}

    .buttons input:hover {
        border: #123B59 solid 1px;
        background-color: #123B59;
        color: #fff;
    }

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

.right-section-wrap {
    border-bottom: #123B59 solid 1px;
    padding-bottom: 32px;
    min-height: 600px;
    position: relative;
    margin-bottom: 25px;
    overflow-y: scroll;
    height: 600px;
}

    .right-section-wrap::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for IE, Edge and Firefox */
.right-section-wrap {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.form-section {
    max-width: 1154px;
}

.right-section-wrap h2 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 20px;
    font-weight: 500;
}

    .right-section-wrap h2 strong {
        color: #12A5C9;
        font-weight: 500;
    }

.right-section-wrap h3 {
    font-size: 30px;
    line-height: 37px;
    padding-bottom: 20px;
    font-weight: 500;
}

    .right-section-wrap h3 strong {
        color: #12A5C9;
        font-weight: 500;
    }

.details-form {
    max-width: 555px;
    padding-top: 10px;
}

.df-row {
    overflow: hidden;
    padding-bottom: 5px;
}

.df-box {
    padding-bottom: 19px;
}

    .df-box label {
        display: block;
        font-size: 18px;
        line-height: 23px;
        color: #123B59;
    }

    .df-box input {
        width: 100%;
        height: 34px;
        -webkit-border-radius: 33px;
        -moz-border-radius: 33px;
        border-radius: 33px;
        border: #123B59 solid 1px;
        padding: 0px 16px 0px 16px;
        font-size: 16px;
        color: #123B59;
    }

        .df-box input:focus {
            border: #12A5C9 solid 1px;
        }

.df-row .lhs {
    float: left;
    width: 48%;
}

.df-row .rhs {
    float: right;
    width: 48%;
}

.dob {
    display: flex;
    justify-content: space-between;
}

    .dob .col1 {
        width: 67px;
    }

    .dob .col2 {
        width: 102px;
    }

    .dob input {
        text-align: center;
    }

.df-row2 {
    overflow: hidden;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
}

    .df-row2 .df-box {
        margin-left: 39px;
    }

        .df-row2 .df-box label {
            display: inline-block;
            padding-right: 8px;
        }

.df-box .country {
    width: 165px;
}

.df-box .postcode {
    width: 115px;
    text-align: center;
}

.df-box .fa {
    color: #12A5C9;
}

/*Dashboard*/

.rs-title {
    max-width: 720px;
    padding-bottom: 18px;
}

    .rs-title h2 {
        font-size: 40px;
        line-height: 45px;
        padding-bottom: 17px;
        font-weight: 500;
    }

        .rs-title h2 strong {
            color: #12A5C9;
            font-weight: 500;
        }

    .rs-title h3 {
        font-size: 30px;
        line-height: 37px;
        padding-bottom: 20px;
        font-weight: 400;
    }

        .rs-title h3 strong {
            color: #12A5C9;
            font-weight: 500;
        }

.dashboard-wrap {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dash-box {
    width: 48%;
    border: #B4B4B4 solid 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 11px 15px 20px 15px;
    margin-bottom: 12px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.dash-title {
    max-width: 440px;
}

    .dash-title h5 {
        font-size: 30px;
        line-height: 35px;
        font-weight: 600;
        padding-bottom: 5px;
    }

        .dash-title h5 strong {
            color: #12A5C9;
        }

    .dash-title p {
        font-size: 18px;
        line-height: 23px;
        padding-bottom: 20px;
    }

.score-graph {
    margin-left: 20px;
    margin-top: 50px;
    padding-bottom: 20px;
    float: left;
    width: 48%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    height: 150px;
}

.sg-item {
    width: 42px;
    text-align: center;
    align-self: flex-end;
    margin-right: 8px;
}

.sg-month {
    font-size: 14px;
    line-height: 14px;
    padding-top: 10px;
}

.sg-level-container {
    position: relative;
    height: 150px;
    width: 42px;
}

.sg-level {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #123B59;
    color: #fff;
    font-size: 12px;
    width: 100%;
}

    .sg-level span {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        bottom: 8px;
    }

.dark-blue {
    background-color: #123B59;
}

.light-blue {
    background-color: #12A5C9;
}

.score-percent {
    position: absolute;
    right: 30px;
    bottom: 35px;
    text-align: right;
    max-width: 50%;
}

.sp-value {
    font-size: 40px;
    color: #123B59;
    font-weight: 500;
    line-height: 40px;
}

    .sp-value strong {
        font-size: 150px;
        line-height: 150px;
        color: #12A5C9;
        font-weight: 500;
    }

.score-percent p {
    font-size: 22px;
    line-height: 28px;
    padding-top: 20px;
}

.effort-list {
    max-width: 524px;
}

    .effort-list ul li {
        position: relative;
        margin-bottom: 15px;
        padding: 8px 40px 0px 77px;
        background-image: url("../images/arrow.svg");
        background-repeat: no-repeat;
        background-position: right center;
        min-height: 68px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .effort-list ul li:last-child {
            margin-bottom: 11px;
        }

        .effort-list ul li:hover {
            opacity: 0.7;
        }

        .effort-list ul li figure {
            position: absolute;
            left: 0px;
            top: 0px;
        }

        .effort-list ul li div {
            font-size: 22px;
            line-height: 25px;
            padding-bottom: 3px;
            font-weight: bold;
        }

        .effort-list ul li p {
            font-size: 22px;
            line-height: 26px;
        }


.link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.read-more {
    text-align: right;
    font-size: 20px;
    max-width: 524px;
}

    .read-more a {
        color: #12A5C9;
        text-decoration: underline;
    }

        .read-more a:hover {
            color: #D81111;
            text-decoration: underline;
        }

.check-list {
    padding-top: 15px;
    font-size: 18px;
    line-height: 23px;
}

    .check-list ul li {
        padding: 0px 0px 5px 30px;
        background-image: url("../images/icon-uncheck.svg");
        background-repeat: no-repeat;
        background-position: left 1px;
    }

    .check-list li.checked {
        background-image: url("../images/icon-check.svg");
    }

.status-percent {
    position: absolute;
    right: 10px;
    bottom: 20px;
}

    .status-percent .progressdiv:after {
        top: 45%;
        left: 50%;
        font-size: 50px;
    }

    .status-percent .in-progress {
        position: absolute;
        bottom: 42px;
        left: 30px;
        font-size: 18px;
    }

.cs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comming-soon {
    text-align: center;
    padding: 10px 45px 10px 45px;
}

    .comming-soon h2 {
        font-size: 50px;
        line-height: 55px;
        font-weight: bold;
        padding-bottom: 20px;
    }

        .comming-soon h2 strong {
            color: #12A5C9;
        }

    .comming-soon p {
        font-size: 18px;
        line-height: 23px;
    }

/*Login Page*/

.login-page {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    height: 100%;
    justify-content: center;
    min-height: 700px;
}

.lp-lhs {
    width: 38%;
    background-color: #123B59;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-logo {
    width: 80%;
    max-width: 323px;
    margin: 0 auto;
}

.lp-rhs {
    width: 62%;
    background-color: #FFF;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form {
    width: 457px;
    margin: 0 auto;
    color: #123B59;
}

.login-title {
    padding-bottom: 40px;
}

    .login-title h2 {
        padding-bottom: 18px;
        font-size: 70px;
        line-height: 70px;
        color: #123B59;
        font-weight: bold;
    }

        .login-title h2 strong {
            color: #12A5C9;
            font-weight: 500;
        }

.lp-box {
    padding-bottom: 30px;
    text-align: left;
}

    .lp-box label {
        display: block;
        font-size: 33px;
        line-height: 36px;
        padding-bottom: 10px;
        color: #123B59;
    }

        .lp-box label span {
            color: #12A5C9;
        }

    .lp-box input {
        width: 100%;
        height: 55px;
        -webkit-border-radius: 33px;
        -moz-border-radius: 33px;
        border-radius: 33px;
        background-color: transparent;
        border: #123B59 solid 1px;
        padding: 0px 30px 0px 30px;
        font-size: 25px;
        color: #123B59;
    }

        .lp-box input:focus {
            border: #12A5C9 solid 1px;
        }


.check-wrap {
    text-align: left;
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 30px;
    cursor: pointer;
    font-size: 25px;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #123B59;
    padding-top: 2px;
}

    .check-wrap span {
        color: #12A5C9;
    }

    /* Hide the browser's default checkbox */
    .check-wrap input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: #123B59 solid 1px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/* On mouse-over, add a grey background color */
.check-wrap:hover input ~ .checkmark {
    background-color: #12A5C9;
    border: #12A5C9 solid 1px;
}

/* When the checkbox is checked, add a blue background */
.check-wrap input:checked ~ .checkmark {
    background-color: #12A5C9;
    border: #12A5C9 solid 1px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-wrap input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-wrap .checkmark:after {
    left: 11px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.submit-button {
    padding-top: 10px;
    padding-bottom: 38px;
    text-align: center;
}

    .submit-button input {
        width: 100%;
        max-width: 457px;
        height: 65px;
        color: #fff;
        background-color: #123B59;
        border: none;
        outline: none;
        cursor: pointer;
        -webkit-border-radius: 33px;
        -moz-border-radius: 33px;
        border-radius: 33px;
        font-size: 33px;
        margin-bottom: 25px;
    }

        .submit-button input:hover {
            color: #fff;
            background-color: #12A5C9;
        }

.signup {
    font-size: 30px;
    line-height: 35px;
}

    .signup a {
        color: #12A5C9;
        text-decoration: none;
    }

        .signup a:hover {
            color: #66C8E0;
            text-decoration: none;
        }


/*Register Page*/

.register-page {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    height: 100%;
    justify-content: center;
    min-height: 900px;
}


.register-page-rhs {
    width: 62%;
    background-color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.register-form {
    width: 700px;
    margin: 0 auto;
}

.register-title {
    padding-bottom: 60px;
    text-align: center;
}

    .register-title h2 {
        padding-bottom: 18px;
        font-size: 70px;
        line-height: 70px;
        color: #123B59;
        font-weight: bold;
    }

        .register-title h2 strong {
            color: #12A5C9;
            font-weight: 500;
        }

    .register-title p {
        font-size: 26px;
        line-height: 33px;
        padding-bottom: 20px;
        max-width: 600px;
        margin: 0 auto;
    }

.rf-row {
    overflow: hidden;
}

    .rf-row .lhs {
        float: left;
        width: 48%;
    }

    .rf-row .rhs {
        float: right;
        width: 48%;
    }

.register-form .lp-box {
    padding-bottom: 18px;
}

.dob-reg {
    display: flex;
    justify-content: space-between;
}

    .dob-reg .col1 {
        width: 85px;
    }

    .dob-reg .col2 {
        width: 125px;
    }

    .dob-reg input {
        text-align: center;
        font-size: 22px !important;
        padding: 0px 10px 0px 10px;
    }

    .dob-reg ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #ccc;
    }

    .dob-reg ::-moz-placeholder { /* Firefox 19+ */
        color: #ccc;
    }

    .dob-reg :-ms-input-placeholder { /* IE 10+ */
        color: #ccc;
    }

    .dob-reg :-moz-placeholder { /* Firefox 18- */
        color: #ccc;
    }

    .dob-reg :-moz-placeholder,
    .dob-reg ::-moz-placeholder {
        color: #ccc;
        opacity: 1;
    }

.rf-note {
    font-size: 16px;
    line-height: 19px;
    padding-top: 10px;
}

.rf-note2 {
    font-size: 22px;
    line-height: 28px;
    padding: 60px 0px 20px 0px;
    max-width: 556px;
    margin: 0 auto;
}

@media screen and (max-width: 1610px) {

    .container {
        width: 100%;
        min-width: 1440px;
    }

    .wrap {
        width: 1440px;
    }

    .header {
        padding: 60px 0px 50px 0px;
    }

    .logo {
        width: 248px;
    }

    .header-rhs {
        width: 1160px;
        margin-top: 33px;
    }

    .social-icons {
        margin-top: 7px;
    }

        .social-icons ul li {
            font-size: 24px;
        }

    .left-nav {
        flex: 0 0 260px;
        width: 260px;
        padding-left: 0px;
    }

        .left-nav .navigation ul li {
            padding-bottom: 17px;
        }

            .left-nav .navigation ul li a {
                font-size: 19px;
                line-height: 20px;
            }

    .right-section {
        flex: 0 0 1140px;
        width: 1140px;
    }

    .questionnaire-tab {
        max-width: 1140px;
    }

    .general-health {
        width: 100%;
    }

    .progress-box {
        flex: 0 0 320px;
        width: 320px;
    }


    /*Dashboard*/


    .score-graph {
        margin-left: 10px;
    }

    .score-percent {
        right: 20px;
    }

        .score-percent p {
            font-size: 21px;
            line-height: 26px;
        }

    .effort-list {
        max-width: 500px;
    }

        .effort-list ul li {
            padding: 8px 40px 0px 75px;
        }

            .effort-list ul li div {
                font-size: 21px;
            }

            .effort-list ul li p {
                font-size: 21px;
                line-height: 25px;
            }

    .read-more {
        max-width: 500px;
    }

    .comming-soon {
        padding: 10px 30px 10px 30px;
    }

        .comming-soon h2 {
            font-size: 48px;
            line-height: 54px;
        }

        .comming-soon p {
            font-size: 17px;
            line-height: 23px;
        }


    /*Login Page*/

    .login-title {
        padding-bottom: 30px;
    }

        .login-title h2 {
            font-size: 68px;
        }

    .lp-box {
        padding-bottom: 28px;
    }

        .lp-box label {
            font-size: 32px;
            line-height: 35px;
        }

        .lp-box input {
            font-size: 24px;
        }


    .check-wrap {
        font-size: 24px;
    }


    .submit-button {
        padding-top: 10px;
        padding-bottom: 38px;
        text-align: center;
    }

        .submit-button input {
            height: 60px;
            font-size: 31px;
        }

    .signup {
        font-size: 28px;
        line-height: 34px;
    }


    /*Register Page*/


    .register-title {
        padding-bottom: 50px;
    }

        .register-title h2 {
            font-size: 68px;
            line-height: 68px;
        }


        .register-title p {
            font-size: 25px;
            line-height: 32px;
        }

    .rf-note2 {
        font-size: 22px;
        line-height: 28px;
        padding: 50px 0px 15px 0px;
    }
}


@media screen and (max-width: 1470px) {

    .container {
        min-width: 1370px;
    }

    .wrap {
        width: 1370px;
    }

    .header {
        padding: 50px 0px 40px 0px;
    }

    .logo {
        width: 220px;
    }

    .header-rhs {
        width: 1100px;
        margin-top: 33px;
    }

    .social-icons {
        margin-top: 6px;
    }

        .social-icons ul li {
            margin-left: 14px;
            font-size: 22px;
        }

    .main-section {
        padding-bottom: 60px;
    }

    .left-nav {
        flex: 0 0 250px;
        width: 250px;
        padding-left: 0px;
    }

        .left-nav .navigation ul li {
            padding-bottom: 16px;
        }

            .left-nav .navigation ul li a {
                font-size: 18px;
                line-height: 19px;
            }

    .right-section {
        flex: 0 0 1080px;
        width: 1080px;
    }

    .questionnaire-tab {
        margin-bottom: 40px;
        max-width: 100%;
    }

    .general-health {
        width: 100%;
    }

    .questionnaire-wrap {
        min-height: 590px;
        height: 590px;
    }


    .progress-box {
        flex: 0 0 310px;
        width: 310px;
    }

    .questionnaire-wrap h2 {
        font-size: 28px;
        line-height: 35px;
    }

    .general-health-lhs {
        flex: 0 0 750px;
    }

    .activity-row .col1 {
        width: 150px;
    }

    .activity-row .col3 {
        width: 150px;
    }


    /*Dashboard*/

    .rs-title {
        max-width: 700px;
    }

        .rs-title h2 {
            font-size: 39px;
            line-height: 44px;
        }

        .rs-title h3 {
            font-size: 28px;
            line-height: 36px;
        }

    .dash-title h5 {
        font-size: 28px;
        line-height: 34px;
    }

    .score-graph {
        margin-left: 0px;
    }

    .sg-item {
        width: 40px;
    }


    .score-percent {
        right: 30px;
        bottom: 30px;
    }

    .sp-value {
        font-size: 35px;
        line-height: 35px;
    }

        .sp-value strong {
            font-size: 140px;
            line-height: 140px;
        }

    .score-percent p {
        font-size: 20px;
        line-height: 26px;
    }

    .effort-list ul li {
        margin-bottom: 15px;
        padding: 8px 40px 0px 75px;
    }

        .effort-list ul li div {
            font-size: 20px;
            line-height: 24px;
        }

        .effort-list ul li p {
            font-size: 20px;
            line-height: 25px;
        }

    .read-more {
        font-size: 19px;
    }

    .comming-soon {
        padding: 10px 25px 10px 25px;
    }

        .comming-soon h2 {
            font-size: 45px;
            line-height: 50px;
        }


    /*Login Page*/


    .login-form {
        width: 440px;
    }

    .login-title {
        padding-bottom: 25px;
    }

        .login-title h2 {
            font-size: 60px;
            line-height: 60px;
        }


    .lp-box {
        padding-bottom: 25px;
    }

        .lp-box label {
            font-size: 28px;
            line-height: 32px;
        }

        .lp-box input {
            font-size: 23px;
            height: 50px;
        }

    .check-wrap {
        font-size: 22px;
        line-height: 22px;
    }

        .check-wrap span {
            color: #12A5C9;
        }

    .submit-button {
        padding-bottom: 28px;
    }

        .submit-button input {
            height: 58px;
            font-size: 28px;
        }

    .signup {
        font-size: 27px;
        line-height: 33px;
    }


    /*Register Page*/

    .register-page {
        min-height: 850px;
    }

    .register-title {
        padding-bottom: 40px;
    }

        .register-title h2 {
            font-size: 60px;
            line-height: 60px;
        }

            .register-title h2 strong {
                color: #12A5C9;
                font-weight: 500;
            }

        .register-title p {
            font-size: 24px;
            line-height: 30px;
        }

    .dob-reg input {
        font-size: 21px !important;
    }

    .rf-note2 {
        font-size: 22px;
        line-height: 26px;
        padding: 40px 0px 20px 0px;
    }
}


@media screen and (max-width: 1399px) {


    .container {
        min-width: 1250px;
    }

    .wrap {
        width: 1250px;
    }

    .header {
        padding: 40px 0px 40px 0px;
    }

    .logo {
        width: 200px;
    }

    .header-rhs {
        width: 1000px;
        margin-top: 30px;
    }

    .social-icons {
        margin-top: 7px;
    }

        .social-icons ul li {
            font-size: 21px;
        }

    .main-section {
        padding-bottom: 50px;
    }

    .left-nav {
        flex: 0 0 230px;
        width: 230px;
        padding-left: 0px;
        padding-right: 0px;
    }

        .left-nav .navigation ul li {
            padding-bottom: 17px;
        }

            .left-nav .navigation ul li a {
                font-size: 17px;
                line-height: 19px;
                padding: 8px 10px 12px 35px;
                background-position: 12px center;
            }

    .navigation .test-results a {
        background-position: 8px center !important;
    }

    .navigation .bio-info a {
        background-position: 8px center !important;
    }

    .right-section {
        flex: 0 0 990px;
        width: 990px;
    }

    .questionnaire-tab {
        margin-bottom: 40px;
        max-width: 100%;
    }

    .general-health {
        width: 100%;
    }

    .progress-box {
        flex: 0 0 270px;
        width: 270px;
    }


    .questionnaire-wrap h2 {
        font-size: 27px;
        line-height: 34px;
    }


    .progress-box p {
        font-size: 17px;
        line-height: 21px;
    }

    .pb-percentage {
        padding: 30px 0px 30px 0px;
    }

    .general-health-lhs {
        flex: 0 0 700px;
    }

    .question-item {
        padding-bottom: 34px;
    }

    .question {
        font-size: 17px;
        line-height: 22px;
        padding-bottom: 20px;
    }


    .activity-row {
        font-size: 17px;
        padding-left: 0px;
    }

        .activity-row .col1 {
            width: 140px;
        }

        .activity-row .col3 {
            width: 140px;
        }

    .last-row {
        padding-bottom: 0px;
    }


    .right-section-wrap h2 {
        font-size: 38px;
        line-height: 45px;
    }

    .right-section-wrap h3 {
        font-size: 28px;
        line-height: 35px;
    }

    /*Dashboard*/

    .rs-title h2 {
        font-size: 38px;
        line-height: 44px;
    }

    .rs-title h3 {
        font-size: 28px;
        line-height: 35px;
    }

    .dash-title h5 {
        font-size: 27px;
        line-height: 33px;
    }

    .dash-title p {
        font-size: 17px;
        line-height: 22px;
    }

    .score-graph {
        margin-left: 0px;
    }

    .sg-item {
        width: 37px;
        margin-right: 8px;
    }

    .sg-level-container {
        width: 37px;
    }

    .score-percent {
        right: 20px;
        bottom: 30px;
    }

    .sp-value {
        font-size: 35px;
        line-height: 35px;
    }

        .sp-value strong {
            font-size: 130px;
            line-height: 130px;
        }

    .score-percent p {
        font-size: 19px;
        line-height: 24px;
        padding-top: 10px;
    }

    .effort-list ul li {
        padding: 4px 40px 0px 65px;
        min-height: 65px;
    }

        .effort-list ul li figure {
            width: 50px;
        }

        .effort-list ul li div {
            font-size: 20px;
            line-height: 24px;
        }

        .effort-list ul li p {
            font-size: 19px;
            line-height: 24px;
        }

    .read-more {
        font-size: 18px;
    }

    .comming-soon {
        padding: 10px 15px 10px 15px;
    }


    /*Login Page*/


    .lp-logo {
        max-width: 300px;
    }

    .login-form {
        width: 420px;
    }


    .lp-box {
        padding-bottom: 20px;
    }

        .lp-box label {
            font-size: 26px;
            line-height: 30px;
        }

        .lp-box input {
            font-size: 22px;
        }


    .check-wrap {
        font-size: 21px;
        line-height: 21px;
        padding-top: 3px;
        padding-left: 40px;
    }

    .checkmark {
        height: 27px;
        width: 27px;
    }

    .check-wrap .checkmark:after {
        left: 10px;
        top: 6px;
    }

    .submit-button {
        padding-bottom: 25px;
    }

        .submit-button input {
            height: 55px;
            font-size: 27px;
        }

    .signup {
        font-size: 25px;
        line-height: 30px;
    }


    /*Register Page*/

    .register-page {
        min-height: 800px;
    }

    .register-form {
        width: 650px;
    }

    .register-title {
        padding-bottom: 30px;
    }


        .register-title p {
            font-size: 22px;
            line-height: 28px;
            max-width: 550px;
        }


    .dob-reg .col1 {
        width: 80px;
    }

    .dob-reg .col2 {
        width: 120px;
    }

    .dob-reg input {
        font-size: 20px !important;
    }

    .rf-note2 {
        font-size: 20px;
        line-height: 26px;
        padding: 40px 0px 20px 0px;
        max-width: 520px;
    }
}

@media screen and (max-width: 1279px) {

    .container {
        min-width: 1100px;
    }

    .wrap {
        width: 1100px;
    }

    .header {
        padding: 40px 0px 30px 0px;
    }

    .logo {
        width: 200px;
    }

    .header-rhs {
        width: 860px;
        margin-top: 26px;
    }

    .social-icons {
        margin-top: 5px;
    }

        .social-icons ul li {
            margin-left: 12px;
            font-size: 20px;
        }

    .main-section {
        padding-bottom: 50px;
    }

    .left-nav {
        flex: 0 0 230px;
        width: 230px;
        padding-left: 0px;
        padding-right: 0px;
    }

        .left-nav .navigation ul li {
            padding-bottom: 15px;
        }

            .left-nav .navigation ul li a {
                font-size: 17px;
                line-height: 18px;
                padding: 8px 10px 12px 33px;
                background-position: 10px center;
            }

    .navigation .test-results a {
        background-position: 6px center !important;
    }

    .navigation .bio-info a {
        background-position: 6px center !important;
    }

    .right-section {
        flex: 0 0 840px;
        width: 840px;
    }

    .questionnaire-tab {
        margin-bottom: 40px;
        max-width: 100%;
    }

    .questionnaire-wrap {
        min-height: 550px;
        height: 560px;
    }

    .general-health {
        width: 100%;
    }

    .progress-box {
        flex: 0 0 250px;
        width: 250px;
    }

    .questionnaire-wrap h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .progress-box p {
        font-size: 16px;
        line-height: 20px;
    }

    .pb-percentage {
        padding: 30px 0px 30px 0px;
    }

    .general-health-lhs {
        flex: 0 0 570px;
    }

    .question-item {
        padding-bottom: 30px;
    }

    .question {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 20px;
    }

    .option-select li {
        min-width: 115px;
        font-size: 15px;
    }

    .activity-row {
        font-size: 16px;
        line-height: 20px;
        padding-left: 0px;
        padding-bottom: 14px;
    }

        .activity-row .col1 {
            width: 130px;
        }

        .activity-row .col2 input {
            font-size: 15px;
        }

        .activity-row .col3 {
            width: 130px;
        }

    .option-select-two li {
        font-size: 15px;
    }

    .buttons input {
        font-size: 15px;
    }


    /*Dashboard*/


    .sg-item {
        width: 35px;
        margin-right: 6px;
    }

    .sg-level-container {
        width: 35px;
    }

    .sp-value {
        font-size: 30px;
        line-height: 30px;
    }

        .sp-value strong {
            font-size: 100px;
            line-height: 100px;
        }

    .score-percent p {
        font-size: 15px;
        line-height: 20px;
        padding-top: 10px;
    }

    .effort-list ul li div {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 2px;
    }

    .effort-list ul li p {
        font-size: 18px;
        line-height: 20px;
    }

    .check-list {
        font-size: 17px;
        line-height: 22px;
    }

    .comming-soon {
        padding: 10px;
    }


    /*Register Page*/

    .register-form {
        width: 600px;
    }

    .dob-reg .col1 {
        width: 75px;
    }

    .dob-reg .col2 {
        width: 110px;
    }

    .dob-reg input {
        font-size: 18px !important;
    }
}



@media screen and (max-width: 1130px) {


    .container {
        min-width: 95%;
    }

    .wrap {
        width: 95%;
        min-width: 940px;
    }

    .header {
        padding: 30px 0px 30px 0px;
    }

    .logo {
        width: 200px;
    }

    .header-rhs {
        width: 70%;
        margin-top: 13px;
    }

    .social-icons {
        margin-top: 10px;
    }

        .social-icons ul li {
            font-size: 23px;
        }

    .main-section {
        padding-bottom: 50px;
    }

    .left-nav {
        flex: 0 0 50px;
        width: 50px;
        padding-left: 0px;
        padding-right: 0px;
        min-height: 760px;
        height: auto;
        display: flex;
        flex-shrink: 0;
        flex-direction: column;
        justify-content: space-between;
    }

        .left-nav .navigation ul li {
            padding-bottom: 10px;
        }

            .left-nav .navigation ul li a {
                font-size: 16px;
                line-height: 18px;
                padding: 8px 10px 12px 40px;
                background-position: center center;
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                border-radius: 50px;
                text-indent: -9999px;
                height: 50px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

    .navigation .test-results a {
        background-position: center center !important;
    }

    .navigation .bio-info a {
        background-position: center center !important;
    }

    .account-nav {
        margin-bottom: 20px;
    }

    .right-section {
        flex: 0 0 91%;
        width: 91%;
    }

    .questionnaire-tab {
        margin-bottom: 30px;
        max-width: 100%;
    }

    .questionnaire-wrap {
        min-height: 570px;
        margin-bottom: 25px;
        height: 580px;
        padding-bottom: 20px;
    }

    .general-health {
        width: 100%;
    }

    .progress-box {
        flex: 0 0 25%;
        width: 30%;
    }

    .questionnaire-wrap h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .progress-box p {
        font-size: 16px;
        line-height: 20px;
    }

    .pb-percentage {
        padding: 20px 0px 20px 0px;
    }

    .general-health-lhs {
        flex: 0 0 69%;
    }

    .question-item {
        padding-bottom: 30px;
    }

    .question {
        font-size: 17px;
        line-height: 22px;
        padding-bottom: 20px;
    }

    .option-select li {
        min-width: 110px;
        font-size: 15px;
    }

        .option-select li:hover {
            background-color: #123B59;
            color: #fff;
        }

    .question span {
        font-size: 13px;
        line-height: 15px;
    }

    .activity-row {
        padding-bottom: 20px;
        display: flex;
        font-size: 16px;
        line-height: 20px;
        padding-left: 0px;
    }

        .activity-row .col1 {
            width: 120px;
        }

        .activity-row .col2 input {
            font-size: 15px;
        }

        .activity-row .col3 {
            width: 120px;
        }


    /*Login Page*/


    .lp-logo {
        max-width: 280px;
    }

    .login-form {
        width: 400px;
    }

    .login-title {
        padding-bottom: 10px;
    }

        .login-title h2 {
            font-size: 50px;
            line-height: 50px;
        }

    .lp-box {
        padding-bottom: 20px;
    }

        .lp-box label {
            font-size: 25px;
            line-height: 30px;
        }

        .lp-box input {
            height: 50px;
            font-size: 21px;
        }

    .submit-button {
        padding-top: 0px;
        padding-bottom: 20px;
    }

        .submit-button input {
            height: 55px;
            font-size: 25px;
        }

    .signup {
        font-size: 23px;
        line-height: 30px;
    }

    /*Register Page*/

    .register-page {
        min-height: 1000px;
    }

    .register-form {
        width: 80%;
        margin: 0 auto;
    }

    .register-title {
        padding-bottom: 30px;
    }

        .register-title h2 {
            font-size: 50px;
            line-height: 50px;
        }

        .register-title p {
            font-size: 22px;
            line-height: 30px;
            max-width: 500px;
        }

    .rf-row .lhs {
        float: none;
        width: auto;
    }

    .rf-row .rhs {
        float: none;
        width: auto;
    }

    .register-form .lp-box {
        padding-bottom: 15px;
    }

    .dob-reg .col1 {
        width: 25%;
    }

    .dob-reg .col2 {
        width: 45%;
    }

    .dob-reg input {
        font-size: 21px !important;
    }


    .rf-note2 {
        font-size: 20px;
        line-height: 26px;
        padding: 40px 0px 20px 0px;
        max-width: 500px;
    }
}


@media screen and (max-width: 960px) {

    .container {
        min-width: 740px;
    }

    .wrap {
        width: 95%;
        min-width: 740px;
    }

    .header {
        padding: 30px 0px 30px 0px;
    }

    .logo {
        width: 180px;
    }

    .header-rhs {
        width: 60%;
        margin-top: 11px;
    }

    .main-section {
        padding-bottom: 40px;
    }

    .right-section {
        flex: 0 0 90%;
        width: 90%;
    }

    .questionnaire-tab {
        margin-bottom: 40px;
        max-width: 100%;
    }

    .questionnaire-wrap {
        min-height: inherit;
        display: inherit;
        overflow-y: scroll;
        height: auto;
        padding-bottom: 10px;
    }

    .general-health {
        width: 100%;
    }

    .progress-box {
        position: static;
        order: 1;
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 30px;
    }

    .questionnaire-wrap h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .progress-box p {
        font-size: 17px;
        line-height: 21px;
        text-align: center;
    }

    .pb-percentage {
        padding: 10px 0px 10px 0px;
    }

    .general-health-lhs {
        flex: 0 0 100%;
    }


    /*Dashboard*/

    .rs-title h2 {
        font-size: 33px;
        line-height: 38px;
        padding-bottom: 15px;
    }

    .rs-title h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .dash-box {
        width: 100%;
        margin-bottom: 20px;
    }

    .dash-title h5 {
        font-size: 29px;
        line-height: 33px;
    }

    .dash-title p {
        font-size: 18px;
        line-height: 23px;
    }

    .score-graph {
        margin-left: 20px;
    }

    .sg-item {
        width: 42px;
        margin-right: 8px;
    }

    .sg-level-container {
        width: 42px;
    }

    .score-percent {
        right: 30px;
        bottom: 35px;
    }

    .sp-value {
        font-size: 40px;
        line-height: 40px;
    }

        .sp-value strong {
            font-size: 150px;
            line-height: 150px;
        }

    .score-percent p {
        font-size: 21px;
        line-height: 26px;
        padding-top: 10px;
    }

    .effort-list {
        max-width: 524px;
    }

        .effort-list ul li {
            margin-bottom: 15px;
            padding: 4px 40px 0px 70px;
            min-height: 68px;
        }


            .effort-list ul li div {
                font-size: 22px;
                line-height: 25px;
            }

            .effort-list ul li p {
                font-size: 20px;
                line-height: 24px;
            }

    .read-more {
        font-size: 18px;
        max-width: 524px;
    }

    .check-list {
        padding-top: 15px;
        font-size: 18px;
        line-height: 23px;
    }


    .comming-soon {
        padding: 10px 45px 10px 45px;
    }

        .comming-soon h2 {
            font-size: 45px;
            line-height: 50px;
        }

        .comming-soon p {
            font-size: 18px;
            line-height: 23px;
        }


    /*Login Page*/


    .lp-logo {
        max-width: 240px;
    }


    .login-form {
        width: 380px;
    }

    .login-title {
        padding-bottom: 10px;
    }

    .lp-box label {
        font-size: 24px;
        line-height: 26px;
    }

    .lp-box input {
        height: 48px;
        font-size: 21px;
    }

    .check-wrap {
        font-size: 20px;
        line-height: 20px;
    }

    .submit-button {
        padding-top: 0px;
        padding-bottom: 20px;
    }

        .submit-button input {
            height: 50px;
            font-size: 23px;
        }

    .signup {
        font-size: 21px;
        line-height: 25px;
    }


    /*Register Page*/

    .register-page {
        min-height: 900px;
    }

    .register-form {
        width: 80%;
        margin: 0 auto;
    }

    .register-title {
        padding-bottom: 20px;
    }

        .register-title p {
            font-size: 20px;
            line-height: 26px;
        }

    .dob-reg input {
        font-size: 20px !important;
    }


    .rf-note2 {
        font-size: 18px;
        line-height: 24px;
        padding: 30px 0px 20px 0px;
    }
}


@media only screen and (max-width: 767px) {

    .container {
        width: 100%;
        min-width: 420px;
    }

    .wrap {
        width: 95%;
        min-width: 420px;
    }

    .logo {
        width: 160px;
    }

    .header-rhs {
        width: 55%;
        margin-top: 1%;
    }

    .social-icons {
        margin-top: 15px;
    }

        .social-icons ul li {
            margin-left: 10px;
            font-size: 20px;
        }

    .main-section {
        padding-bottom: 40px;
    }

    .right-section {
        flex: 0 0 85%;
        width: 85%;
    }

    .questionnaire-tab {
        margin-bottom: 10px;
    }

        .questionnaire-tab ul {
            flex-wrap: wrap;
            justify-content: space-between;
        }

            .questionnaire-tab ul li {
                border: #123B59 solid 1px;
                border-right: #123B59 solid 1px;
                width: 49%;
                padding: 9px 8px 9px 13px;
                margin-bottom: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
            }

                .questionnaire-tab ul li:first-child {
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                }

                .questionnaire-tab ul li:last-child {
                    -webkit-border-radius: 5px;
                    -moz-border-radius: 5px;
                    border-radius: 5px;
                }


    .questionnaire-wrap {
        min-height: inherit;
        position: relative;
        display: inherit;
        height: auto;
    }

    .progress-box {
        padding: 15px 10px 10px 10px;
    }

    .option-select {
        display: flex;
        flex-wrap: wrap;
    }

        .option-select li {
            font-size: 16px;
            margin: 0px 8px 8px 0px;
        }

    .activity-row .col1 {
        width: 50px;
    }

    .activity-row .col2 {
        width: 50px;
        padding-right: 5px;
    }

    .activity-row .col3 {
        width: 90px;
        font-size: 13px;
    }

    .activity-row .col4 {
        font-size: 13px;
    }


    .right-section-wrap {
        padding-bottom: 20px;
        min-height: 500px;
        height: auto;
    }

        .right-section-wrap h2 {
            font-size: 30px;
            line-height: 35px;
        }


        .right-section-wrap h3 {
            font-size: 25px;
            line-height: 30px;
        }

    .details-form {
        max-width: 100%;
    }

    .df-row {
        padding-bottom: 0px;
    }

    .df-box {
        padding-bottom: 19px;
    }

        .df-box label {
            padding-bottom: 2px;
        }

        .df-box input {
            font-size: 16px;
        }

    .df-row .lhs {
        float: none;
        width: auto;
    }

    .df-row .rhs {
        float: none;
        width: auto;
    }

    .dob .col1 {
        width: 25%;
    }

    .dob .col2 {
        width: 42%;
    }


    .df-row2 {
        padding-bottom: 0px;
        display: inherit;
    }

        .df-row2 .df-box {
            margin-left: 0px;
        }

            .df-row2 .df-box label {
                display: block;
                padding-right: 0px;
            }

    .df-box .country {
        width: 100%;
    }

    .df-box .postcode {
        width: 100%;
        text-align: left;
    }

    /*Dashboard*/

    .rs-title {
        padding-bottom: 10px;
    }

        .rs-title h2 {
            font-size: 32px;
            line-height: 38px;
            padding-bottom: 10px;
        }


        .rs-title h3 {
            font-size: 22px;
            line-height: 28px;
        }

    .dashboard-wrap {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .dash-title h5 {
        font-size: 25px;
        line-height: 30px;
    }

    .dash-title p {
        font-size: 17px;
        line-height: 22px;
    }

    .score-graph {
        margin-left: 0px;
        margin-top: 30px;
        padding-bottom: 20px;
        float: none;
        width: auto;
    }

    .sg-item {
        width: 42px;
        margin-right: 8px;
    }

    .sg-level-container {
        width: 42px;
    }

    .score-percent {
        text-align: right;
    }

    .sp-value {
        font-size: 30px;
        line-height: 30px;
    }

        .sp-value strong {
            font-size: 100px;
            line-height: 100px;
        }

    .score-percent p {
        font-size: 20px;
        line-height: 25px;
        padding-top: 10px;
    }

    .effort-list ul li {
        margin-bottom: 15px;
        padding: 0px 40px 0px 52px;
        min-height: 60px;
    }

        .effort-list ul li figure {
            width: 40px;
        }

        .effort-list ul li div {
            font-size: 18px;
            line-height: 21px;
            padding-bottom: 2px;
        }

        .effort-list ul li p {
            font-size: 18px;
            line-height: 21px;
        }

    .read-more {
        font-size: 17px;
    }

    .check-list {
        padding-top: 15px;
        font-size: 18px;
        line-height: 23px;
    }

        .check-list ul li {
            padding: 0px 0px 5px 30px;
        }

    .status-percent {
        right: 10px;
        bottom: 20px;
    }

        .status-percent .progressdiv:after {
            font-size: 45px;
        }

        .status-percent .in-progress {
            position: absolute;
            bottom: 42px;
            left: 30px;
            font-size: 18px;
        }

    .comming-soon {
        padding: 10px;
    }

        .comming-soon h2 {
            font-size: 40px;
            line-height: 45px;
            padding-bottom: 10px;
        }

        .comming-soon p {
            font-size: 17px;
            line-height: 22px;
        }

    /*Login Page*/

    .login-page {
        display: inherit;
    }

    .lp-lhs {
        width: auto;
        display: inherit;
        padding: 30px 0px 20px 0px;
        min-width: 420px;
    }

    .lp-logo {
        width: 80%;
        max-width: 250px;
    }

    .lp-rhs {
        width: auto;
        display: inherit;
        padding: 30px 0px 70px 0px;
        min-width: 420px;
    }

    .login-form {
        width: 80%;
    }

    .login-title {
        padding-bottom: 20px;
    }

    .lp-box label {
        font-size: 23px;
        line-height: 26px;
    }

    .lp-box input {
        height: 50px;
        padding: 0px 20px 0px 20px;
        font-size: 22px;
    }

    .check-wrap {
        padding-left: 40px;
        font-size: 21px;
        line-height: 21px;
        padding-top: 2px;
    }


    .submit-button input {
        height: 50px;
        font-size: 23px;
    }

    .signup {
        font-size: 20px;
        line-height: 25px;
    }


    /*Register Page*/

    .register-page {
        display: inherit;
        min-height: inherit;
    }


    .register-page-rhs {
        width: 100%;
        display: inherit;
        padding: 30px 0px 50px 0px;
    }

    .register-form {
        width: 90%;
        margin: 0 auto;
    }

    .register-title {
        padding-bottom: 30px;
    }

        .register-title p {
            font-size: 19px;
            line-height: 25px;
        }

    .rf-row .lhs {
        float: none;
        width: auto;
    }

    .rf-row .rhs {
        float: none;
        width: auto;
    }

    .dob-reg input {
        font-size: 18px !important;
    }

    .rf-note2 {
        font-size: 18px;
        line-height: 24px;
        padding: 30px 0px 20px 0px;
    }
}


@media only screen and (max-width: 660px) {

    .score-percent {
        max-width: 40%;
    }

        .score-percent p {
            font-size: 18px;
            line-height: 22px;
        }
}

@media only screen and (max-width: 560px) {

    .score-percent {
        position: static;
        max-width: inherit;
    }
}


@media only screen and (max-width: 480px) {

    .container {
        width: 100%;
        min-width: 300px;
    }

    .wrap {
        width: 95%;
        min-width: 300px;
    }

    .logo {
        width: 150px;
    }

    .header-rhs {
        width: 50%;
        margin-top: 1%;
    }

    .social-icons {
        clear: both;
        float: right;
        margin-top: 10px;
    }

        .social-icons ul li {
            font-size: 20px;
        }

    .right-section {
        flex: 0 0 81%;
        width: 81%;
    }

    .questionnaire-tab ul li {
        width: 99%;
    }

    .questionnaire-wrap h2 {
        padding-bottom: 10px;
    }

    .option-select {
        display: flex;
    }

    .activity-row {
        font-size: 15px;
        line-height: 16px;
    }

    .buttons input {
        margin: 0px 10px 10px 0px;
        min-width: 110px;
        font-size: 15px;
    }

    /*Dashboard*/

    .rs-title {
        padding-bottom: 10px;
    }

        .rs-title h2 {
            font-size: 28px;
            line-height: 34px;
            padding-bottom: 10px;
        }


        .rs-title h3 {
            font-size: 20px;
            line-height: 24px;
        }

    .dashboard-wrap {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .dash-title h5 {
        font-size: 25px;
        line-height: 30px;
    }

    .dash-title p {
        font-size: 17px;
        line-height: 22px;
    }

    .score-graph {
        margin-left: 0px;
        margin-top: 20px;
        padding-bottom: 20px;
        float: none;
        width: auto;
    }

    .sg-item {
        width: 42px;
        margin-right: 8px;
    }

    .sg-level-container {
        width: 42px;
    }

    .score-percent {
        position: static;
        text-align: right;
        max-width: inherit;
    }

    .sp-value {
        font-size: 30px;
        line-height: 30px;
    }

        .sp-value strong {
            font-size: 100px;
            line-height: 100px;
        }

    .score-percent p {
        font-size: 17px;
        line-height: 22px;
        padding-top: 10px;
    }

    .effort-list ul li {
        margin-bottom: 15px;
        padding: 0px 0px 0px 52px;
        min-height: 60px;
        background-image: none;
    }

        .effort-list ul li p {
            line-height: 20px;
        }

    .status-percent {
        position: static;
        width: 150px;
        margin: 0 auto;
    }

    .comming-soon {
        padding: 10px;
    }

        .comming-soon h2 {
            line-height: 42px;
        }

    .login-page {
        display: inherit;
    }

    .lp-lhs {
        width: 100%;
        display: inherit;
        padding: 30px 0px 20px 0px;
        min-width: 300px;
    }

    .lp-logo {
        width: 80%;
        max-width: 250px;
    }

    .lp-rhs {
        width: auto;
        display: inherit;
        padding: 30px 0px 70px 0px;
        min-width: 300px;
    }

    .login-form {
        width: 90%;
    }

    .login-title {
        padding-bottom: 10px;
    }

        .login-title h2 {
            font-size: 45px;
            line-height: 50px;
        }

    .lp-box label {
        font-size: 21px;
        line-height: 24px;
    }


    .lp-box input {
        height: 47px;
        font-size: 21px;
        pading: 0px 20px 0px 20px;
    }

    .signup a {
        display: block;
    }


    /*Register Page*/


    .register-title {
        padding-bottom: 20px;
    }

        .register-title h2 {
            font-size: 45px;
            line-height: 50px;
        }

        .register-title p {
            font-size: 18px;
            line-height: 22px;
        }

    .register-form .lp-box {
        padding-bottom: 15px;
    }

    .dob-reg input {
        font-size: 17px !important;
    }

    .rf-note2 {
        font-size: 18px;
        line-height: 22px;
        padding: 20px 0px 15px 0px;
    }
}

.logoutiframe {
    height: 10px !important;
    width: 10px !important;
}
