html {

    background: none;

}



body {

    font-family: "Cabin", sans-serif !important;
}

input {
    font-family: "Cabin", sans-serif !important;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fs-title label {
    color: #f1494a;
    line-height: 25px;
}



#progress-bar {
    background-color: #f1494a;
    color: #FFFFFF;
    width: 0%;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
}

#progress-div {
    border: 1px solid #f1494a;
    padding: 5px 0px;
    margin: 0px;
    border-radius: 4px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
}

/* #progress-text {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 35%;
    font-size: 20px;
    color: #000;
} */

ul.share-buttons {
    list-style: none;
    padding: 0;
    width: 178px;
    margin: 5px auto;
}

ul.share-buttons li {
    display: inline;
}

ul.share-buttons .sr-only {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;

    border: 0;

    height: 1px;

    width: 1px;

    overflow: hidden;

}


.steps fieldset:not(:first-of-type) {
    display: none;
}

.steps {

    margin: 0px auto;

    height: 100%;

}



.steps {

    position: inherit;

}



.steps fieldset {
    /* background-image: url('../images/newVersion/BG@2x.png'); */
    background-image: url('../images/newVersion/Bg1@2x.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
    background-color: #fff;
    padding: 0;
    /* text-align: center; */
    left: 0;
    right: 0;
    margin: auto;
    height: 100vh !important;
    max-width: 550px;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: absolute;
}

::-webkit-scrollbar {
    width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* .steps .step_bg {
    background-image: url('../images/bg@2x.png');
    background-size: cover;
     
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 5px 0px;
    border-top: 0px solid #75b9ff;
    border-radius: 0px;
    margin: auto;
    max-width: 500px;
    position: absolute;
    left: 0;
    right: 0;
    height: -webkit-fill-available;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 0;
} */

.steps .action-button,
.action-button {
    box-shadow: none;
    background: linear-gradient(45deg, #da2031, #da2031);
    border-radius: 35px;
}

.steps .action-button:hover,
.action-button {
    background: linear-gradient(45deg, #da2031, #da2031);
}

.steps .action-button:focus,
.action-button:hover,
.action-button:focus {
    color: white;
    background: #0d2a50;
}

@media (orientation: portrait) {
    .steps fieldset {
        max-width: 100% !important;
        width: 100% !important;
    }

    .radio-container {
        width: 100%;
    }
}

#progressbar {
    width: 50%;
    margin: 20px auto 20px auto;
}

#progressbar li {
    width: 25% !important;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #0d2a50;
    color: #0d2a50;
}

.fs-title {
    color: #0d2a50;
    font-size: 25px;
}


#progressbar li:before {
    width: 20px !important;
    line-height: 20px !important;
    color: #7c97be;
    background: #7c97be;
}

#progressbar li:after {
    top: 9px;
    background: #7c97be;
}

::placeholder {
    color: #000;
}

.navbar {
    padding: 22px !important;
}

.loader-round {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}

.loader-spin {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 16px solid #e9e9e9;
    border-radius: 50%;
    border-top: 16px solid #329f6f;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: -60px;
    margin-top: -60px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.steps label {
    padding-top: 0 !important;
    font-size: 15px !important;
    text-align: center !important;
}

.inputGroup {
    background-color: transparent;
    display: block;
    margin: 0;
    position: relative;
}

.inputGroup label {
    padding: 0px 22px;
    width: 100%;
    text-align: center !important;
    display: block;
    text-align: left;
    color: #fff;
    /* background: #006999; */
    font-size: 17px;
    cursor: pointer;
    letter-spacing: 0.5px;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    border-radius: 8px;
    font-weight: bold !important;
    /* box-shadow: 0 19px 38px rgb(0 0 0 / 0%), 0 15px 12px rgb(0 0 0 / 12%); */
}

.condition-years {
    text-decoration: underline !important;
}

.inputGroup label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    /* content: "\f111"; */
    /* background-color: #006999; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    font-weight: bold !important;
    z-index: -1;
}

.inputGroup label:after {
    width: 23px;
    height: 23px;
    content: "";
    border: 2px solid #46964b;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 3px 3px;
    border-radius: 50%;
    background-size: 14px;
    z-index: 2;
    position: absolute;
    left: 0px;
    top: 30%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}

.h1-header {
    background-color: #0a570a;
    border-radius: 5px;
    color: white;
    margin-top: -30px;
}

.inputGroup input:checked~label {
    color: #000000;
}

.inputGroup input:checked~label:before {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}

.inputGroup input:checked~label:after {
    background-color: #299f8c;
    border-color: #b2dcc3;
    border-width: 4px;
}

.form-control {
    height: 56px;
}

.inputGroup input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    letter-spacing: 0.5px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
    opacity: ;
}

.container-div {
    max-width: 560px;
    margin: auto;
    margin-bottom: 45px;
}

.container-div2 {
    max-width: 560px;
    margin: auto;
    margin-bottom: 33px;
    padding: 0px 45px 0 45px;
}

.container-div3 {
    max-width: 560px;
    margin: auto;
    margin-bottom: 10px;
    padding: 0px 45px 0 45px;
}

.text-start {
    text-align: center !important;
    line-height: 1.5;
    border: 1px #1f155e solid !important;
    border-radius: 60px 0 61px 65px;
    outline: #1f155e 5px solid;
    outline-offset: 3.2px;
    background-color: #fff;

}

.tq {
    width: 500px;
    height: 500px;
}

@media (orientation: portrait) {
    .tq {
        width: 100%;
    }
}

.checkbox-container .checkmark {
    top: 0%;
}

.checkbox-container input:checked~.checkmark {
    background-color: #854a2c;
}

.checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 2px solid #854a2c;
    border-radius: 10px;
}

.img-head {
    position: relative;
    top: -45%;
}

.footer {
    position: absolute;
    bottom: 0%;
}



.t-head {
    color: #d92031;
    font-size: 15px;
    margin-top: 32px;
    text-align: center;
}



.grid-container {
    display: grid;
    grid-template-columns: 60px 60px;
    grid-auto-rows: 40px;
    background-color: lightgreen;
    grid-gap: 15px;
    padding: 10px;
}

.grid-container>div {
    background-color: lightyellow;
    font-size: 12px;
    padding: 10px 0;
}


legend {
    padding: 10px;
    background: #5c0b02;
    color: white;
}

input[type="submit"] {
    background: #0de281;
}

input[type="checkbox"] {
    outline: 3px solid black;
}

.checkbox {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.checkbox>input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.checkbox__icon {
    display: inline-block;
    /* Default State */
    color: #999;
    /* Active State */
}

input[type="checkbox"]:checked~.checkbox__icon {
    color: #ea2a2c;
}

/* IE6-8 Fallback */
@media \0screen\,screen\9 {
    .checkbox__icon {
        display: none;
    }

    .checkbox>input[type="checkbox"] {
        position: static;
    }
}

.checkbox__icon:before {
    font-family: "icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    margin-right: 15px;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon--check:before,
input[type="checkbox"]:checked~.checkbox__icon:before {
    content: "\e601";
}

.icon--check-empty:before,
.checkbox__icon:before {
    content: "\e600";
}

@font-face {
    font-family: "icons";
    font-weight: normal;
    font-style: normal;
    src: url("data:application/x-font-woff;charset=utf-8;base64,d09GRk9UVE8AAAR4AAoAAAAABDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAPgAAAD4fZUAVE9TLzIAAAHsAAAAYAAAAGAIIvy3Y21hcAAAAkwAAABMAAAATBpVzFhnYXNwAAACmAAAAAgAAAAIAAAAEGhlYWQAAAKgAAAANgAAADYAeswzaGhlYQAAAtgAAAAkAAAAJAPiAedobXR4AAAC/AAAABgAAAAYBQAAAG1heHAAAAMUAAAABgAAAAYABlAAbmFtZQAAAxwAAAE5AAABOUQYtNZwb3N0AAAEWAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAAB8Dx0AAACBER0AAAAJHQAAAO8SAAcBAQgPERMWGyBpY29tb29uaWNvbW9vbnUwdTF1MjB1RTYwMHVFNjAxAAACAYkABAAGAQEEBwoNL2X8lA78lA78lA77lA6L+HQVi/yU+JSLi/iU/JSLBd83Fffsi4v77Pvsi4v37AUOi/h0FYv8lPiUi4v33zc3i/s3++yLi/fs9zeL398F9wCFFftN+05JzUdI9xr7GveR95FHzwUO+JQU+JQViwwKAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gEB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmAf/9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAACkYCfgXw889QALAgAAAAAAz65FuwAAAADPrkW7AAD/4AIAAeAAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAAgAAAQAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAABAAAAAgAAAAIAAAAAAFAAAAYAAAAAAA4ArgABAAAAAAABAA4AAAABAAAAAAACAA4ARwABAAAAAAADAA4AJAABAAAAAAAEAA4AVQABAAAAAAAFABYADgABAAAAAAAGAAcAMgABAAAAAAAKACgAYwADAAEECQABAA4AAAADAAEECQACAA4ARwADAAEECQADAA4AJAADAAEECQAEAA4AVQADAAEECQAFABYADgADAAEECQAGAA4AOQADAAEECQAKACgAYwBpAGMAbwBtAG8AbwBuAFYAZQByAHMAaQBvAG4AIAAxAC4AMABpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuAFIAZQBnAHUAbABhAHIAaQBjAG8AbQBvAG8AbgBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4AAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("woff");
}

.head-name {
    color: #006999;
    padding: 4px;
    font-weight: 700;
    margin-top: 30px;
    margin-left: 18px;

}

.border_h {
    border-bottom: 2px solid #da2031;
}

.q_head {
    padding: 18px;
    color: #4d4d4f;
    font-weight: bolder;
    letter-spacing: -0.2px;
}

.thank-top {
    top: 14%;
}

.thank-text {
    color: #006999;
    text-align: center;
    margin-top: 26%;
}

@media (orientation: portrait) {
    .container-div2 {
        max-width: 560px;
        margin: auto;
        margin-bottom: 45px;
        padding: 0px 35px 0 35px;
    }
}


/* GOOPI */

.page1 {
    position: relative !important;
    top: 36px !important;

}

.h1_text {
    color: #0f6936;
    font-size: 40px;
    font-weight: 900;
}

.steps #gender {
    padding: 11px 15px !important;
}

.steps #state {
    padding: 11px 15px !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;

}

.video-container iframe {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    background: #fff;
    height: 100%;
    box-shadow: 0 10px 20px -5px rgb(139 139 139);
}

.home-page {
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    z-index: 11;
}

.modal-footer .btn-modal-footer {
    background: #ffffff00;
    border: none;
    margin-bottom: -34px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

    .home-page {

        top: 45%;

    }
}

.m-header {
    display: block;
    background-image: linear-gradient(141deg, #20aa5f, 53%, #81ba69 100%);
    color: white;
    text-align: center;
    width: 62%;
    font-size: 16px;
    border-radius: 45px !important;
    /* height: 50px; */
    padding: 8px;
    position: relative;
    margin: auto;
    /* top: 0px; */
    bottom: 22px;
}

.pdf-btn {
    background: aliceblue;
    border-radius: 42px;
    padding: 10px;
    background: #57b158;
    color: #fff !important;
    text-align: center;
    font-weight: bold;
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 130px;
}

.pdf-btn button {
    color: white !important
}

.btn-gap-10 {
    gap: 10%;
}

.header-line {
    position: absolute;
    top: 0;
}

.third-block {
    display: flex;
    flex-direction: column;
    gap: 8%;
    flex-wrap: nowrap;
    height: 100%;
    margin-top: 80px;
}

.loader-div {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    background: white;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid green;
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-bottom: 4px solid #49aa8e;
    border-left: 4px solid transparent;
}


@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.steps input.bmi-inputs {
    border: 1px solid #ced4da;
    border-left: 0;
    border-right: 0;
    background: #e9ecef;
}

#basic-addon2 {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-weight: 900;
    font-size: 25px;
}

#result {
    font-weight: 800;
    text-align: center;
    font-size: 25px;
    color: #000;
}

.bmi-result {
    font-weight: 800;
    text-align: center;
    font-size: 25px;
    margin-top: 10px;
}

.enter-btnn{
    position: relative;
    top: -15px;
}