@charset "utf-8";
/* CSS Document */

/*----------------
RESET CSS
-----------------*/

body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    background: #fff;
    color: #0d3d3d;
    text-align: center;
    font-family: 'Inter';
    font-weight: normal;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
    margin: 0;
    padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

table,
tr,
td {
    border: 0;
}

a {
    outline: none;
    color: inherit;
    text-decoration: none;
}

a:hover {}

img {
    border: none;
    height: auto;
}

li {
    list-style: none;
}

* {
    box-sizing: border-box;
}

.img-full {
    max-width: 100%;
}

.clearall {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

.forMob,
.forTab {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*-----------------------
MAIN CSS START
------------------------*/

.container {
    width: 1170px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

/*======STEP_PAGE==================*/

.quiz_section {
    background: #f9f9f9;
    float: left;
    width: 100%;
    padding: 40px 0;
    min-height: calc(100vh - 300px);
}

.quiz-header {
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px 0;
    position: relative;
    box-shadow: 0 1px 9px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 1px 9px 1px rgb(0 0 0 / 10%);
}

.quiz-logo {
    float: left;
    width: 150px;
}

.head-rgt {
    float: right;
    text-align: right;
}

a.phn-txt {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #0d3d3d;
    letter-spacing: 0.5px;
    margin-top: 12px;
}

a.phn-txt img {
    display: inline-block;
    vertical-align: middle;
    margin: -7px 5px 0 0;
    width: 25px;
}

.quiz-inr-box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 600px;
    overflow: hidden;
    position: relative;
    padding: 20px 0 0;
}

.progress-container {
    display: inline-block;
    vertical-align: top;
    max-width: 450px;
    width: 100%;
    position: relative;
}

ul.progress-list {
    float: left;
    width: 164%;
    position: relative;
    z-index: 11;
    margin-top: -31px;
}

ul.progress-list li {
    float: left;
    width: 16.66%;
    text-align: center;
    position: relative;
}

ul.progress-list li span {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background: #d4f0a3;
    border-radius: 50%;
    position: relative;
    z-index: 3;
}

ul.progress-list li.active span {
    background: #a3e635;
}

.progressbar {
    display: inline-block;
    vertical-align: top;
    width: 85%;
    background: #d4f0a3;
    height: 4px;
    margin-left: 40px;
    position: relative;
}

.prgress-1 {
    float: left;
    height: 100%;
    background: #a3e635;
    position: relative;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
}

.question-Box {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.step-inrBox {
    float: left;
    width: 100%;
}

.step-hdng {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.3px;
    font-weight: bold;
    color: #0d3d3d;
}

.option-box1 {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 515px;
    margin-top: 10px;
}

.option-box2 {
    max-width: 440px;
    margin-top: 20px;
}

.range-row {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 650px;
    margin: 40px 0 20px;
}

.rangeSliderbox {
    float: left;
    width: 94%;
    margin-top: 10px;
    margin: 10px 3% 0;
}

.range-row #stopvalue {
    float: left;
    width: 100%;
    font-size: 23px;
    line-height: 26px;
    color: #0d3d3d;
    font-weight: 500;
}

.range-pricebox {
    float: left;
    width: 100%;
    margin-top: 20px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.range-prc-txt {
    font-size: 16px;
    color: #0d3d3d;
}

.option-col {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.desc-opt {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #a1a1a1;
    border-radius: 7px;
    position: relative;
    height: 68px;
    font-size: 19px;
    line-height: 28px;
    cursor: pointer;
    color: #3b3b3b;
    text-align: left;
    padding: 10px 20px 10px 50px;
    transition: all .15s ease-in-out;
    font-family: 'Inter';
    font-weight: 500;
    letter-spacing: 0.3px;
    display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.option-col:hover .desc-opt {
    background-color: #0d3d3d;
    border-color: #0d3d3d;
    transform: scale(1.01);
    color: #fff;
}

.option-col input[type="radio"]:checked+span+.desc-opt {
    background-color: #0d3d3d;
    border-color: #0d3d3d;
    transform: scale(1.01);
    color: #fff;
}

.option-col input[type="radio"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.option-col input[type="radio"]+span {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -10px;
    border-radius: 50%;
    z-index: 1;
    background: url(../images/tik.svg) center center no-repeat #c9c9c9;
    background-size: 14px;
}

.option-col:hover input[type="radio"]+span {
    background: url(../images/hover-tik.svg) center center no-repeat #fff;
    background-size: 14px;
    transform: scale(1.01);
}

.option-col input[type="radio"]:checked+span {
    background: url(../images/hover-tik.svg) center center no-repeat #fff;
    background-size: 14px;
}

.fld-box {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.frm-box {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 530px;
    margin-top: 10px;
}

.plnfrmfield {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.plnfrmfield.hlf {
    width: 49%;
}

.plnfrmfield.dob-field {
    width: 32%;
}

.plnfrmfield label {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    color: #0d3d3d;
    text-align: left;
    font-weight: 500;
}

.plninput {
    float: left;
    width: 100%;
    height: 66px;
    border: 1px solid #a1a1a1;
    padding: 0 20px 5px;
    font-size: 19px;
    line-height: 20px;
    font-family: 'Inter';
    color: #0d3d3d;
    border-radius: 7px;
    outline: none;
    -webkit-appearance: none;
}

.dwn-arw {
    background: url(../images/drop-arw.png) no-repeat right 10px center #fff;
}

.pg-btn {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 75px;
    margin-top: 25px;
    cursor: pointer;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    font-family: 'Inter';
    -webkit-appearance: none;
    position: relative;
    border: none;
    background: #0d3d3d;
    border-radius: 10px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    outline: none;
    padding-bottom: 5px;
}

.pg-btn img {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0 0 15px;
}

ul.logo-list {
    float: left;
    width: 100%;
    margin-top: 22px;
}

ul.logo-list li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

ul.logo-list li img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-height: 35px;
}

.btn-back {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 17px;
    line-height: 17px;
    text-transform: uppercase;
    color: #0d3d3d;
    cursor: pointer;
    font-weight: 600;
    margin-top: 40px;
}

.btn-back img {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 8px 0 0;
}

.lock-txt {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 21px;
    color: #0d3d3d;
    text-align: center;
    margin-top: 14px;
}

.lock-txt img {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
}

/*========Section2=======*/

.quiz_section2 {
    float: left;
    width: 100%;
    background: #f9f9f9;
    padding: 40px 0 60px;
}

.sec2-block {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 950px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    padding: 30px;
    background: #fff;
}

.s2-content {
    width: 52%;
    text-align: left;
}

.s2-content.fr {
    width: 41%;
    position: relative;
}

.s2-content.fr:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    background: #d6d6d6;
    width: 1px;
}

.s2-cont-head {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #0d3d3d;
    font-weight: 500;
}

.s2-cont-head img {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 8px 0 0;
    width: 26px;
}

.s2-cont-list {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.s2-cont-list li {
    background: url(../images/s2-list-tk.png) no-repeat left 6px;
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.3px;
    color: #0d3d3d;
    padding-left: 25px;
    margin-top: 8px;
}

.s2-cont-para {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.3px;
    color: #0d3d3d;
    margin-top: 10px;
}

/*========Sticky=======*/

.contact-sticky {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0d3d3d;
    text-align: center;
    border-top: 1px solid #ddd;
    padding: 16px 0;
}

.sticky-phn-txt {
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: bold;
}

.sticky-phn {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 7px 0 0;
    width: 20px;
    filter: invert(1) brightness(10.5);
}

/*-======footer======*/

.footer {
    float: left;
    width: 100%;
    padding: 30px 0 40px;
}

.footer p {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #0d3d3d;
    margin: 15px 0 0;
}

.footer p a {
    padding: 0 5px;
    color: #0d3d3d;
}

/*========CONGRATS_PAGE==============*/

.loader_box {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.loader-img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

ul.loader_list {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 380px;
    min-height: 290px;
    margin-top: 10px;
}

ul.loader_list li {
    text-align: left;
    margin-top: 30px;
}

ul.loader_list li h3 {
    font-size: 20px;
    line-height: 28px;
    color: #0d3d3d;
    font-weight: bold;
}

ul.loader_list li p {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.3px;
    color: #0d3d3d;
    margin-top: 8px;
}

ul.loader_list li p img {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 10px 0 0;
}

.congrs_box {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
    padding: 40px 40px 50px;
    box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.congrts-hdng {
    font-size: 36px;
    font-weight: bold;
    line-height: 42px;
    color: #0d3d3d;
    text-transform: uppercase;
}

.congrts-text1 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: 10px;
    color: #0d3d3d;
}

.congrts-text2 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-top: 25px;
    color: #0d3d3d;
}

.congrts-text3 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-top: 30px;
    color: #0d3d3d;
}

.get-btn {
    display: inline-block;
    vertical-align: middle;
    background: #0d3d3d;
    width: 100%;
    height: 75px;
    border-radius: 0.25rem;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    margin-top: 15px;
    font-size: 30px;
    line-height: 75px;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: bold;
    -webkit-appearance: none;
    outline: none;
}

.get-btn img {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    filter: invert(1) brightness(10.5);
    margin: -3px 5px 0 0;
}

/*==============Media=============*/

@media only screen and (max-width:1200px) {
    .container {
        width: 1004px;
    }
}

@media only screen and (max-width:1021px) {
    .container {
        width: 750px;
    }

    .forDesk {
        display: none;
    }

    .forTab {
        display: block;
    }
}

@media only screen and (max-width:767px) {
    .container {
        width: 100%;
        max-width: 600px;
        padding: 0 15px;
    }

    .forMob {
        display: block;
    }

    .hide-mob {
        display: none;
    }

    /*======STEP_PAGE==================*/
    .quiz-header {
        box-shadow: 0 1px 9px 1px rgb(0 0 0 / 10%);
        -webkit-box-shadow: 0 1px 9px 1px rgb(0 0 0 / 10%);
        position: relative;
        padding: 10px 0;
    }

    .quiz_section {
        padding: 20px 0;
        min-height: auto;
    }

    .quiz-logo {
        float: none;
        display: block;
        margin: 0 auto;
    }

    .head-rgt {
        display: none;
    }

    .quiz-inr-box {
        padding: 20px 0;
        box-shadow: none;
        border-radius: 0;
    }

    .progress-container {
        margin-bottom: 0px;
    }

    .progressbar {
        height: 3px;
    }

    ul.progress-list {
        margin-top: -31px;
    }

    ul.progress-list li span {
        width: 12px;
        height: 12px;
    }

    .question-Box {
        margin-top: 15px;
    }

    .step-hdng {
        font-size: 24px;
        line-height: 30px;
    }

    .option-box2 {
        margin-top: 10px;
    }

    .option-col {
        margin-top: 15px;
    }

    .option-col input[type="radio"]+span {
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }

    .desc-opt {
        height: 55px;
        font-size: 18px;
        line-height: 24px;
        padding: 5px 20px 5px 45px;
    }

    .range-row {
        margin: 25px 0 5px;
    }

    .rangeSliderbox {
        margin-top: 3px;
    }

    .range-row #stopvalue {
        font-size: 22px;
        line-height: 24px;
    }

    .range-prc-txt {
        font-size: 16px;
    }

    .plnfrmfield {
        margin-top: 15px;
    }

    .fld-box {
        margin-top: 0;
    }

    .plnfrmfield label {
        font-size: 18px;
        line-height: 24px;
    }

    .plninput {
        height: 55px;
        font-size: 17px;
    }

    .pg-btn {
        height: 65px;
        font-size: 25px;
    }

    .pg-btn img {
        margin: -0px -15px 0 15px;
        width: 25px;
    }

    .lock-txt {
        font-size: 10px;
        line-height: 15px;
        margin-top: 10px;
    }

    .lock-txt img {
        margin: -3px 5px 0 0;
        width: 8px;
    }

    .btn-back {
        font-size: 14px;
        margin: 30px 0 0;
    }

    ul.logo-list li {
        padding: 0 3px;
    }

    ul.logo-list li img {
        max-height: 23px;
    }

    /*======Section2=======*/
    .quiz_section2 {
        padding: 0 0 30px;
    }

    .sec2-block {
        box-shadow: none;
        padding: 0;
        background: none;
    }

    .s2-content {
        width: 100%;
    }

    .s2-content.fr {
        width: 100%;
        margin-top: 25px;
    }

    .s2-content.fr:before {
        display: none;
    }

    .s2-cont-head {
        font-size: 18px;
    }

    .s2-cont-head img {
        width: 20px;
        margin: -5px 8px 0 0;
    }

    .s2-cont-list li {
        font-size: 15px;
        line-height: 20px;
    }

    .s2-cont-para {
        font-size: 15px;
        line-height: 23px;
    }

    .footer {
        padding: 10px 0 70px;
        border-top: 1px solid #f2f2f2;
    }

    .footer p {
        font-size: 14px;
        line-height: 20px;
    }

    .footer p a {
        padding: 0 3px;
    }

    /*========CONGRATS_PAGE==============*/
    .loader_box {
        margin-top: 10px;
    }

    ul.loader_list {
        max-width: 330px;
    }

    ul.loader_list li h3 {
        font-size: 17px;
        line-height: 26px;
    }

    ul.loader_list li p {
        font-size: 15px;
        line-height: 26px;
    }

    .congrs_box {
        margin: 0;
        padding: 0px;
        box-shadow: none;
    }

    .congrts-hdng {
        font-size: 24px;
        line-height: 30px;
    }

    .congrts-text1 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 10px;
    }

    .congrts-text2 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 18px;
    }

    .congrts-text3 {
        font-size: 17px;
        line-height: 24px;
        margin-top: 25px;
    }

    .get-btn {
        height: 65px;
        font-size: 25px;
        line-height: 65px;
    }

    .get-btn img {
        width: 20px;
    }
}
@media only screen and (max-width:460px) {
    .step-hdng {
        font-size: 22px;
    }
    .pg-btn{
        margin-top: 10px !important;
    }
    .form-input {
        margin-bottom: 5px !important;
    }
    .short-form,
    .congrts-text3,
    .congrts-text2 {
        margin-top: 10px !important;
    }
    .get-btn{
        height: 50px;
        font-size: 22px;
        line-height: 50px;
    }
    .short-form .pg-btn {
        height: 50px;
        font-size: 22px;
        line-height: 35px;
    }
}
@media only screen and (max-width:360px) {
    .lock-txt {
        font-size: 10px;
        line-height: 14px;
    }
}

#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background-color: #00000045;
    z-index: 99;
}

#loading {
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
    border: 0.5rem solid transparent;
    border-top: 0.5rem solid #a3e635;
    /* Lime green from the Lemon Group logo */
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.spinner-border span.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* Custom CSS to replicate Bootstrap form-control styling */
.form-input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 1rem;
    /* Add spacing between inputs */
}

.form-input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.pg-btn {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    background-color: #0d3d3d;
    /* Lime green from the Lemon Group logo */
    border: 1px solid transparent;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
}

.pg-btn:hover, .get-btn:hover {
    background-color: #8bc62a;
    /* Slightly darker lime green on hover */
}

.short-form {
    margin-top: 25px;
}

.invalid {
    border: 2px solid #dc3545 !important;
}