@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/*----------------
RESET CSS
-----------------*/
body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    background: #fff;
    color: #000000;
    text-align: center;
    font-family: 'Inter', sans-serif;
    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;
}

img {
    border: none;
    height: auto
}

li {
    list-style: none;
}

* {
    box-sizing: border-box;
}

.img-full {
    max-width: 100%;
    height: auto;
}

.clearall {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

.forMob,
.forTab {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*-----------------------
	MAIN CSS font
------------------------*/

@font-face {
    font-family: 'Poppins';
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
        url('Poppins-SemiBold.woff2') format('woff2'),
        url('Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: local('Poppins Medium'), local('Poppins-Medium'),
        url('Poppins-Medium.woff2') format('woff2'),
        url('Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/*-----------------------
	MAIN CSS START
------------------------*/
.container {
    width: 1170px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.top {
    float: left;
    width: 100%;
    background: #06618a;
    padding: 10px 0;
}

.logo {
    float: left;
    margin: 0 0 0 0;
}

.phone {
    border: 1px solid #2d7a9d;
    float: right;
    margin: 0 0 0 0;
    text-align: left;
    position: relative;
    padding: 10px 10px 5px 66px;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
}

.phone:hover {
    background: #007db5;
    transition: all 0.2s ease-in-out;
}

.phone img {
    position: absolute;
    top: 8px;
    left: 15px;
    max-width: 100%;
}

.phone-text {
    font-size: 13px;
    line-height: 12px;
    letter-spacing: 0.3px;
    color: #fff;
    padding-bottom: 8px;
}

.phone-text2 {
    font-size: 21px;
    line-height: 20px;
    color: #00e360;
    font-weight: 700;
}

.hero-section {
    float: left;
    width: 100%;
    height: 165px;
    background: url(../images/step-bg.jpg) no-repeat center top;
    background-size: cover;
}

.step-title {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 36px;
    letter-spacing: 0.5px;
    line-height: 45px;
    margin-top: 35px;
    font-family: 'Poppins';
    font-weight: 600;
}

.step-title2 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-top: 10px;
}

.step-title2 span {
    padding: 0 5px;
}

/*-----------------------
CSS FOR MID CONTENT
------------------------*/
.mid-box {
    float: left;
    width: 100%;
    padding: 0 35px 30px;
}

/*CSS FOR PROGRESS*/
.reading-progress {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 120px;
    width: 120px;
    z-index: 999;
    overflow: hidden;
    margin-top: -70px;
    border-radius: 50%;
    background: #fff;
}

.reading-progress svg path {
    fill: none
}

.reading-progress svg.progress-circle {
    overflow: visible;
    fill: #cdcdcd;
    z-index: 999
}

.reading-progress svg.progress-circle-background {
    overflow: visible;
    fill: #fff;
    position: relative;
    top: -124px;
    z-index: -1
}

.reading-progress svg.progress-circle path {
    stroke: #007cc2;
    stroke-width: 8
}

.reading-progress svg.progress-circle-background path {
    stroke: #cdcdcd;
    stroke-width: 8;
    stroke-dashoffset: 0
}

.progress-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.progress-content p.start {
    float: left;
    width: 100%;
    color: #000;
    font-size: 21px;
    line-height: 21px;
    margin-top: 38px;
    font-weight: 500;
    text-transform: uppercase;
}

.progress-arw {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    margin-top: 10px;
}

.progress-txt {
    float: left;
    width: 100%;
    color: #6b6b6b;
    font-size: 14px;
    line-height: 20px;
    margin-top: 35px;
    font-weight: 300;
    text-transform: uppercase;
}

.progress-txt span {
    font-size: 30px;
}


.box-inner {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    min-height: 350px;
}

.question-box {
    float: left;
    width: 100%;
}

.question {
    float: left;
    width: 100%;
    color: #000;
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.ques-tx2 {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #464646;
    margin-top: 10px;
}

.q-hint {
    float: left;
    width: 100%;
    color: #595959;
    font-size: 14px;
    letter-spacing: 0.3px;
    margin-top: 20px;
    position: relative;
}

.tool-tips .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 282px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    padding: 12px;
    border-radius: 4px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
    bottom: -113px;
    left: 50%;
    margin-left: -141px;
    -webkit-box-shadow: 0 3px 10px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 6px rgba(0, 0, 0, 0.1);
}

.tooltiptext::after {
    content: "";
    position: absolute;
    top: -17px;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: #dcd6d6 transparent transparent transparent;
    transform: rotate(180deg);
}

.tool-tips:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


.ans-box {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    margin-top: 20px;
}

.ans-box.small {
    width: 30%;
}

.pg-btn {
    width: 100%;
    max-width: 530px;
    height: 60px;
    margin-top: 15px;
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    line-height: 60px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    border-radius: 6px;
    -webkit-appearance: none;
    background: #00aa48;
    position: relative;
    border: none;
    box-shadow: 0px 3px 0 0 #027934;
}

.btn-arw {
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
}

.pg-btn:hover {
    background: #04ba51;
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
}

.phn-tx {
    font-size: 18px;
    line-height: 23px;
    margin-top: 30px;
    color: #004784;
}

.phn-tx a {
    font-weight: bold;
    color: #004784;
}

.skip-tx {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 24px;
    color: #257fbb;
    text-decoration: underline;
    margin-top: 35px;
    font-weight: 500;
}

.skip-tx:hover {
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
}

.form-control {
    float: left;
    background: #fff;
    height: 60px;
    border: 1px solid #ccc;
    color: #000;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    padding: 8px 10px;
    border-radius: 4px;
    -webkit-appearance: none;
    margin-top: 15px;
}

.dwn-arw {
    background: url(../images/drop-arw.jpg) no-repeat 96% center;
}

.month-fld {
    width: calc(33.333% - 15px);
    margin-right: 15px;
}

.day-fld {
    width: calc(33.33% - 15px);
    margin-right: 15px;
}

.yr-fld {
    width: 33.333%;
}

.full-fld {
    width: 100%;
}

.mt-top {
    margin-top: 15px;
}

.lbs {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-top: -5px;
    cursor: pointer;
}

.form-control:focus {
    border-color: #017ead;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(1, 126, 173, 0.6)
}

.clk-terms {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    display: inline-block;
    color: #595959;
    font-weight: 300;
    outline: none;
    margin-top: 15px;
}

.select_row {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
}

.select_col {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 0 10px;
    margin-top: 35px;
    position: relative;
}

.select_col input {
    position: absolute;
    opacity: 0;
}

.select_col-opt {
    float: left;
    width: 100%;
    background: #f2f5f7;
    border-radius: 7px;
    cursor: pointer;
    padding: 32px 10px;
    border-bottom: 1px solid #e0e6ea;
    box-shadow: 0px 4px 0px #e0e6ea;
}

.select_col-opt img {
    display: block;
    margin: 0 auto 15px;
    width: 50px;
}

.select_col-opt p {
    font-size: 22px;
    line-height: 26px;
    color: #464646;
    font-weight: 600;
}

.trust-footnote {
    font-size: 13px;
    line-height: 22px;
    color: #333;
    margin-top: 15px;
    text-align: left;
}

/* --------------- Thankyou -------------*/
.thnk-inr {
    max-width: 460px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.thnk-hd {
    font-size: 19px;
    line-height: 26px;
}

.thnk-hd span {
    font-size: 40px;
    line-height: 26px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}

.thnk-lst-hd {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 20px;
}

ul.thnk-lst {
    margin: 15px auto 0;
    max-width: 320px;
    width: 100%;
}

ul.thnk-lst li {
    font-size: 18px;
    line-height: 24px;
    margin-top: 12px;
    text-align: left;
    background: url(../images/round-tick.svg) left 3px no-repeat;
    background-size: 18px;
    padding-left: 32px;
}

.thnk-btn-bx {
    margin-top: 30px;
}

.btn-tp-tx {
    font-size: 14px;
    line-height: 18px;
    position: relative;
}

.btn-tp-tx:before {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 7px 0 0;
    width: 9px;
    height: 9px;
    background: #00aa48;
    border-radius: 50%;
    content: "";
    animation: fade 1s ease-in-out infinite;
}

.btn-btm-tx {
    font-size: 19px;
    line-height: 26px;
    margin-top: 15px;
}

.btn-btm-tx span {
    font-size: 25px;
    font-weight: 700;
}

@keyframes fade {
    0% {
        opacity: 100%;
    }

    50% {
        opacity: 30%;
    }

    70% {
        opacity: 100%;
    }

    100% {
        opacity: 100%;
    }
}

/*-----------------------
		Footer
------------------------*/
.footer {
    float: left;
    width: 100%;
    text-align: center;
    padding: 50px 0;
    background: #edf7fc;
}

.ftr-logo {
    display: block;
    margin: 0 auto 25px;
    max-width: 100%;
}

.ftr-txt {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-top: 10px;
}

.footer .ftr-txt a {
    padding: 0 8px;
    color: #000000;
}

.ftr-txt2 {
    margin-top: 30px;
}


/*---------Media Querry---------*/

@media only screen and (max-width:1187px) {
    .container {
        width: 1004px;
    }

    .step-title {
        font-size: 28px;
        line-height: 40px;
    }

    .box-inner {
        padding: 30px 0 0;
    }

    .mid-box {
        padding: 0 0 40px;
    }

}

@media only screen and (max-width:1021px) {
    .container {
        width: 750px;
    }

    .forDesk {
        display: none;
    }

    .forTab {
        display: block;
    }

    .hideTab {
        display: none;
    }


    .ans-box {
        width: 50%;
    }

}

@media only screen and (max-width:767px) {
    .container {
        width: 100%;
        max-width: 600px;
        padding: 0 15px;
    }

    .forMob {
        display: block;
    }

    .hide-mob {
        display: none;
    }


    .top {
        padding: 5px 0;
    }

    .logo {
        margin: 3px 0 0 0;
        width: 100px;
    }

    .phone {
        padding: 4px 5px 3px 42px;
    }

    .phone-text {
        font-size: 9px;
        line-height: 15px;
        padding-bottom: 0px;
        letter-spacing: 0.3px;
    }

    .phone-text2 {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.3px;
    }

    .phone img {
        top: 7px;
        left: 7px;
        width: 28px;
    }


    .hero-section {
        height: 120px;
        background-position: 60% top;
    }

    .step-title {
        font-size: 23px;
        line-height: 28px;
        margin-top: 25px;
    }

    .step-title2 {
        font-size: 13px;
        line-height: 22px;
        margin-top: 5px;
    }

    .step-title2 span {
        padding: 0 2px;
    }

    .reading-progress {
        height: 100px;
        width: 100px;
        margin-top: -50px;
    }

    .reading-progress svg.progress-circle-background {
        top: -104px;
    }

    .progress-content p.start {
        margin-top: 30px;
    }

    .progress-txt {
        font-size: 12px;
        line-height: 18px;
        margin-top: 30px;
    }

    .progress-txt span {
        font-size: 25px;
    }

    .progress-arw {
        margin-top: 4px;
    }


    .mid-box {
        padding: 0;
    }

    .box-inner {
        padding: 15px 5px 35px;
    }

    .ans-box {
        width: 100%;
        margin-top: 5px;
    }

    .question {
        font-size: 22px;
        line-height: 30px;
    }

    .ques-tx2 {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0.3px;
    }

    .phn-tx {
        font-size: 15px;
    }

    .q-hint {
        margin-top: 15px;
    }

    .select_col {
        padding: 0 6px;
        margin-top: 25px;
    }

    .select_col-opt {
        padding: 20px 10px;
    }

    .select_col-opt img {
        width: 35px;
    }

    .footer {
        padding: 25px 0;
    }

    .ftr-logo {
        margin: 0 auto 20px;
        width: 121px;
    }

    .ftr-txt {
        font-size: 14px;
        line-height: 22px;
    }

    .footer .ftr-txt a {
        padding: 0 4px;
    }

    .ftr-txt2 {
        margin-top: 16px;
    }

    .thnk-hd span {
        font-size: 22px;
    }

    .thnk-hd {
        font-size: 17px;
        line-height: 25px;
    }

    ul.thnk-lst li {
        font-size: 17px;
        line-height: 24px;
        padding-left: 30px;
    }

}

@media only screen and (max-width:364px) {
    .step-title {
        font-size: 21px;
    }

    .question {
        font-size: 20px;
        line-height: 28px;
    }

    .ques-tx2 {
        font-size: 14px;
        line-height: 20px;
    }

}