input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
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-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-size: 13px;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.onboarding:active,
.onboarding:focus,
.onboarding:hover,
.onboarding:focus-visible {
    border: 2px solid #25aae2;
    outline: 0;
}
/*Hide all except first fieldset*/

#msform fieldset {
    display: none;
}

#msform {
    margin: 40px auto;
}

#genderSec .head {
    text-align: center;
}

.fs-title {
    font-size: 1.3rem;
    color: #2C3E50;
    margin-bottom: 40px;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

.btn-gender {
    display: flex;
    width: 100%;
    justify-content: center;
}

.gender-selection {
    display: block;
    width: 220px;
    height: 325px;
    padding: 45px 0 0;
    border: none;
    margin: 0 12px;
    background: transparent;
    cursor: pointer;
    outline: none;
}

.gender-img {
    position: relative;
    display: block;
    height: 280px;
    border: 2px solid #25aae2;
    background: #fff;
    border-radius: 8px;
}

.gender-img img {
    position: relative;
    z-index: 1;
    bottom: 40px;
    display: block;
    max-width: 148px;
    margin: 0 auto;
}

.showselect {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #25aae2;
    border-radius: 0 0 5px 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 47px;
    text-align: center;
}

.showselect label {
    display: block;
    background: #25aae2;
    color: #444;
    cursor: pointer;
    border-radius: 0 0 8px 8px;
    padding-right: 25px;
}

.showselect label:after,
.showselect label:before {
    content: "";
    position: absolute;
    right: 75px;
    top: 12px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #036b97;
}

.showselect label:before {
    background: transparent;
    transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
    z-index: 2;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center;
    width: 0;
    height: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}

.showselect input[type=radio] {
    display: none;
    position: absolute;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.showselect input[type=radio]:checked+label {
    background: #25aae2;
    -webkit-animation-name: blink;
    animation-name: blink;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    border-color: #25bbe2;
}

.showselect input[type=radio]:checked+label:after {
    background: #25bbe2;
}

.showselect input[type=radio]:checked+label:before {
    width: 23px;
    height: 23px;
}

.regietypes {
    position: relative;
    color: #222;
    cursor: pointer;
    padding: 40px 30px;
    margin-bottom: 30px;
    width: 100%;
    background: transparent;
    outline: 0;
    border: 1px solid #1db369;
    border-radius: 8px;
}

.regietypes .showselect,
.regietypes .showselect label,
.regietypes .showselect input[type=radio]:checked+label {
    background: transparent;
    padding-bottom: 9px;
}

.regietypes .showselect label {
    display: flex;
}

.regietypes .showselect label:after,
.regietypes .showselect label:before {
    right: auto;
    left: 25px;
    top: 14px;
}

.regietypes .showselect input[type=radio]:checked+label {
    background: transparent;
    -webkit-animation-name: unset;
    animation-name: unset;
    -webkit-animation-duration: 0;
    animation-duration: 0;
    border-color: transparent;
}

@-webkit-keyframes blink {
    0% {
        background-color: #25aae2;
    }
    10% {
        background-color: #25aae2;
    }
    11% {
        background-color: #25cce2;
    }
    29% {
        background-color: #25cce2;
    }
    30% {
        background-color: #25aae2;
    }
    50% {
        background-color: #25cce2;
    }
    45% {
        background-color: #25aae2;
    }
    50% {
        background-color: #25cce2;
    }
    100% {
        background-color: #25aae2;
    }
}

@keyframes blink {
    0% {
        background-color: #25aae2;
    }
    10% {
        background-color: #25aae2;
    }
    11% {
        background-color: #25cce2;
    }
    29% {
        background-color: #25cce2;
    }
    30% {
        background-color: #25aae2;
    }
    50% {
        background-color: #25cce2;
    }
    45% {
        background-color: #25aae2;
    }
    50% {
        background-color: #25cce2;
    }
    100% {
        background-color: #25aae2;
    }
}

.image_container {
    display: flex;
    height: 100%;
}

.image_imageContainer {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 57%;
    height: 100vh;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(37.78%, #f7f7f8), to(#eaeef2));
    background: -webkit-linear-gradient(top, #f7f7f8 37.78%, #eaeef2 100%);
    background: linear-gradient(180deg, #f7f7f8 37.78%, #eaeef2 100%);
}

.image_imageContainer img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    max-width: 100%;
    max-height: 85%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.image_contentContainer {
    width: 43%;
    padding-top: 32px;
    margin-left: auto;
    background-color: #fff;
}

.quiz_quizContainer {
    position: relative;
    min-height: 100%;
    background: #fff;
}

.quiz_indicator {
    margin-top: -20px;
    margin-bottom: -20px;
}

.quiz-indicator_container {
    max-width: 500px;
    padding: 20px 20px 16px;
    margin: 0 auto;
}

.quiz-indicator_bar {
    position: relative;
    width: 100%;
    height: 4px;
    background: #bbb;
    border-radius: 2px;
}

.quiz-indicator_barFilled {
    position: absolute;
    background: #1db369;
    -webkit-transition: width .1s ease-in;
    transition: width .1s ease-in;
    height: 4px;
}

.quiz_progressContainer {
    display: flex;
    width: 100%;
    max-width: 500px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    margin: 18px auto;
    direction: ltr;
}

.rotateimg180 {
    -webkit-transform:rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btn-back-img {
    border: 0;
    background: transparent url(img/perv-back.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
}

.btn-back-img:hover {
    cursor: pointer;
    opacity: .9;
}

span.header_progress {
    color: #222;
    font-size: 16px;
    font-weight: 600;
}

span.header_currentProgress {
    color: #1db369;
}

.quiz_quizContent {
    max-width: 500px;
    height: 100%;
    padding: 20px 0;
    margin: 0 auto;
    color: #222;
}

.img-preload_container {
    position: absolute;
    top: -9999px;
    left: -9999px;
    overflow: hidden;
    width: 1px;
    height: 1px;
}

.generated-single-select-question_header {
    margin: 8px 10px 20px;
}

h1.generated-single-select-question_headerTitle {
    z-index: 1;
    margin-bottom: 16px;
    color: #222;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
}

section.quiz_questionsSection.quiz_advanced {
    display: inline-block;
    width: 100%;
}

.quiz_quizCardContent {
    flex-grow: 1;
    padding: 16px 16px 16px 0;
    text-align: right
}

article.quiz_quizCard {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    z-index: 1;
    min-height: 72px;
}

.quiz_quizCardHeader {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.quiz_quizCardHeader {}

.quiz_quizCardDescription {
    color: #999;
    font-size: 14px;
    line-height: 20px;
}

.quiz_heightInputs {
    position: relative;
}

.labelInputContainer {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.onboarding {
    padding: 1rem 0.75rem;
    border: 2px solid #ccc;
    margin: 0;
    color: #222;
    font-size: 14px;
    line-height: 1.37;
    border-radius: 5px;
    margin-bottom: 1px;
}

.onboarding:focus,
.onboarding:not(:placeholder-shown) {
    padding-top: 1.6rem;
    padding-bottom: 0.4rem;
}

.onboarding-input_label {
    position: absolute;
    top: -2px;
    color: #8490a1;
    font-size: 14px;
    line-height: 1.37;
    pointer-events: none;
    -webkit-transform: translateY(20px) scale(1);
    transform: translateY(20px) scale(1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    right: 11px;
}

.onboarding:focus~label,
.onboarding:not(:placeholder-shown)~label {
    opacity: .65;
    transform: scale(.8) translateY(.7rem) translateX(.8rem);
}

.onboarding::-webkit-input-placeholder {
    /* Edge */
    opacity: 0;
}

.onboarding:-ms-input-placeholder {
    /* Internet Explorer */
    opacity: 0;
}

.onboarding::placeholder {
    opacity: 0;
}
/* date of birth */

#DateOfBirth {
    flex-direction: row;
    display: flex;
}

#DateOfBirth input {
    display: inline-block;
    width: 70px;
}

#DateOfBirth div:nth-child(1) input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#DateOfBirth div:nth-child(2) input {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}

#DateOfBirth div:nth-child(3) input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/* date of birth */

.quiz_formBtnContainer {
    display: block;
    margin: 32px auto 0;
}

.utilities_uButton {
    background: #25aae2;
    padding: 15px 40px;
    border: 0;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.utilities_uButton:hover {
    background: #25bbe2;
    cursor: pointer;
}
/* login form */

header.login-header svg {
    position: relative;
    width: 100%;
    height: 40px;
    z-index: 0;
    margin-top: -4px;
}

header.login-header {
    position: relative;
    text-align: center;
}

.login-header-inner {
    padding: 30px 0;
    background-color: #f5f5f5;
    position: relative;
    z-index: 1;
}

.avatar {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    width: 110px;
    height: 110px;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 0 #f5f5f5;
    box-shadow: 0 5px 0 #f5f5f5;
    z-index: 2;
    background-color: #fff;
}

.login-header-inner {
    /* padding-top: 50px; */
    /* padding-bottom: 30px; */
}

h1.app-name.mt-3.mb-4 {
    padding-top: 50px;
    padding-bottom: 30px;
    font-weight: bolder;
    color: #8a8a8a;
    font-size: 1.4rem;
}

.login-content {
    padding: 80px 15px 20px;
}

.login-content form {
    margin: auto;
    max-width: 360px;
}

.login-content form {
    display: flex;
    flex-direction: column;
}

.login-content .inputstyle {
    padding: 0 10px;
    border: 1px solid #1db369;
    border-radius: 6px;
    height: 46px;
    margin-bottom: 20px;
    outline: 0;
    background: #eceef3;
    text-align: center;
}

.login-content .btn-register {
    background: #1db369;
    border: 0;
    outline: 0;
    padding: 12px 0;
    border-radius: 7px;
    font-weight: 700;
    color: #fff;
}

.login-content .btn-register:hover {
    background: #1db3ff;
    cursor: pointer;
}
/* progressbar */

.progressbar {
    display: inline-block;
    width: 100px;
    margin: 25px;
}

.circle {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
}

.circle:after {
    width: 120px;
    height: 120px;
    content: "";
    border: 2px solid #1db369;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
}

.circle canvas {
    vertical-align: middle;
    border: 2px solid #1db369;
    border-radius: 50%;
}

.circle div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -86px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 31px;
}

.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}

.circle span {
    display: block;
    color: white;
    margin-top: 12px;
}
/* BMI BPF */

#indexSec h1 {
    text-align: center;
    font-size: 2.5rem;
    margin: 12px 0 60px;
}

.indexsec {
    display: flex;
    max-width: 900px;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

.indexsec .bmi,
.indexsec .dfp {
    width: 50%;
}

.bmi-progress-bar,
.bfp-progress-bar {
    margin: 0 auto;
    position: relative;
}

.indexsec .progress-percentage,
.indexsec .progress-text {
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
}

.indexsec .progress-text {
    top: 58%;
    color: #25aae2;
}

.indexsec .progress-percentage {
    color: #424040;
}

.indexsec h2 {
    font-size: 2rem;
}

#indexSec .quiz_formBtnContainer {
    text-align: center;
}
/* BMI BPF */
/* end login form */
/* login with mobile and verify code */

.avatar img {
    position: absolute;
    width: 70px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* login with mobile and verify code */

#mobileNo {
    text-align: center;
    font-size: 21px;
    letter-spacing: 7px;
}

#autoSelect {
    display: flex;
    direction: rtl !important;
}

#autoSelect input {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    text-align: center;
    margin-left: 3px;
    margin-right: 3px;
}

.indexsec .bmi,
.indexsec .bfp {
    width: 50%;
    text-align: center;
    justify-content: center;
    display: grid;
}

.gauge {
    width: 300px;
    height: 300px;
}
span.plan_time {
    position: absolute;
    color: #707070;
    top: 1px;
    left: 82px;
    font-size: 1.1rem;
    background: #e5e5e5;
    padding: 0 13px;
    border-radius: 0 10px 10px 0;
}
span.plan_time:after {
    content: "";
    position: absolute;
    border-top: 24px solid transparent;
    border-right: 24px solid #e5e5e5;
    border-bottom: 24px solid transparent;
    left: -24px;
}
/* responsive */

@media only screen and (max-width: 600px) {
    .regietypes {
        /*width: 90%;*/
    }
    .showselect label {
        padding-right: 15px;
    }
    .showselect {
        font-size: 16px;
    }
    .regietypes .showselect label:after, .regietypes .showselect label:before {
        left: 20px;
    }
    #regimeTypeSec {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left bottom;
        height: 96vh;
    }
    #regimePlanSec {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left bottom;
        height: 96vh;
    }
    #otherDetailsSec {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left bottom;
        height: 96vh;
    }
    #otherDetailsSec .quiz_heightInputs {
        width: 50%;
    }
    .image_imageContainer {
        display: none;
    }
    .fs-title {
        font-size: .8rem;
        color: #2C3E50;
        margin-bottom: 15px;
    }
    .fs-subtitle {
        font-weight: normal;
        font-size: 13px;
        color: #666;
        margin-bottom: 10px;
    }
    .showselect label:after,
    .showselect label:before {
        right: 48px;
    }
    .quiz_progressContainer {
        max-width: 300px;
    }
    .image_contentContainer {
        width: 100%;
        background-color: #fff0;
    }
    .quiz_quizContainer {
        background: #fff0;
    }
    .quiz_quizContent {
        padding: 20px;
    }
    h1.generated-single-select-question_headerTitle {
        font-size: 18px;
    }
    #indexSec h1 {
        font-size: 1.5rem;
    }
    .indexsec {
        flex-direction: column;
    }
    .indexsec h2 {
        font-size: 1.3rem;
    }
    .indexsec .bmi,
    .indexsec .bfp {
        width: 100% !important;
        margin-bottom: 28px;
    }
    .indexsec .bfp {
        margin-top: 75px;
    }
}
