@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);

.phone,
.phone:hover {
    transition: .2s ease-in-out
}

.container,
.phone,
.reading-progress {
    position: relative
}

.lbs,
.pg-btn {
    cursor: pointer
}

body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    background: #fff;
    color: #000;
    text-align: center;
    font-family: Inter, sans-serif;
    font-weight: 400
}

div,
form,
h1,
h2,
h3,
h4,
h5,
img,
input,
li,
p,
textarea,
ul {
    margin: 0;
    padding: 0
}

article,
aside,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

table,
td,
tr {
    border: 0
}

a {
    outline: 0;
    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
}

.ans-box,
.btn-arw,
.clk-terms,
.progress-arw,
.reading-progress,
.skip-tx {
    display: inline-block
}

.fl {
    float: left
}

.fr {
    float: right
}

.logo,
.top {
    float: left
}

@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
}

.container {
    width: 1170px;
    margin: 0 auto;
    padding: 0
}

.top {
    width: 100%;
    background: #06618a;
    padding: 10px 0
}

.logo {
    margin: 0
}

.phone {
    border: 1px solid #2d7a9d;
    float: right;
    margin: 0;
    text-align: left;
    padding: 10px 10px 5px 66px;
    border-radius: 8px
}

.phone:hover {
    background: #007db5
}

.phone img {
    position: absolute;
    top: 8px;
    left: 15px;
    max-width: 100%
}

.phone-text {
    font-size: 13px;
    line-height: 12px;
    letter-spacing: .3px;
    color: #fff;
    padding-bottom: 8px
}

.phone-text2 {
    font-size: 21px;
    line-height: 20px;
    color: #00e360;
    font-weight: 700
}

.step-title,
.step-title2 {
    color: #fff;
    width: 100%;
    float: left;
    letter-spacing: .5px
}

.hero-section {
    float: left;
    width: 100%;
    height: 165px;
    background: url(../images/step-bg.jpg) center top/cover no-repeat
}

.step-title {
    font-size: 36px;
    line-height: 45px;
    margin-top: 35px;
    font-family: Poppins;
    font-weight: 600
}

.step-title2 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    margin-top: 10px
}

.step-title2 span {
    padding: 0 5px
}

.mid-box {
    float: left;
    width: 100%;
    padding: 0 35px 30px
}

.reading-progress {
    vertical-align: top;
    height: 120px;
    width: 120px;
    z-index: 999;
    overflow: hidden;
    margin-top: -70px;
    border-radius: 50%;
    background: #fff
}

.ans-box,
.btn-arw,
.btn-tp-tx:before,
.progress-arw {
    vertical-align: middle
}

.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%
}

.pg-btn,
.q-hint {
    position: relative
}

.form-control,
.pg-btn {
    height: 60px;
    font-family: Inter, sans-serif;
    -webkit-appearance: none
}

.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 {
    width: 15px;
    margin-top: 10px
}

.box-inner,
.progress-txt,
.q-hint,
.ques-tx2,
.question,
.question-box {
    width: 100%;
    float: left
}

.progress-txt {
    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 {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    min-height: 350px
}

.question {
    color: #000;
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    letter-spacing: .5px
}

.ques-tx2 {
    font-size: 16px;
    line-height: 24px;
    color: #464646;
    margin-top: 10px
}

.q-hint {
    color: #595959;
    font-size: 14px;
    letter-spacing: .3px;
    margin-top: 20px
}

.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, .1);
    box-shadow: 0 3px 10px 6px rgba(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;
    transform: rotate(180deg)
}

.tool-tips:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}

.ans-box {
    width: 40%;
    margin-top: 20px
}

.ans-box.small {
    width: 30%
}

.pg-btn {
    width: 100%;
    max-width: 530px;
    margin-top: 15px;
    color: #fff;
    font-size: 22px;
    line-height: 60px;
    font-weight: 700;
    border-radius: 6px;
    background: #00aa48;
    border: none;
    box-shadow: 0 3px 0 0 #027934
}

.btn-arw {
    width: 16px;
    margin: -2px 0 0 10px
}

.skip-tx,
.thnk-inr {
    vertical-align: top
}

.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: 700;
    color: #004784
}

.skip-tx {
    font-size: 18px;
    line-height: 24px;
    color: #257fbb;
    text-decoration: underline;
    margin-top: 35px;
    font-weight: 500
}

.form-control,
.mt-top {
    margin-top: 15px
}

.skip-tx:hover {
    transform: translateY(2px);
    -webkit-transform: translateY(2px)
}

.form-control {
    float: left;
    background: #fff;
    border: 1px solid #ccc;
    color: #000;
    font-size: 17px;
    padding: 8px 10px;
    border-radius: 4px
}

.dwn-arw {
    background: url(../images/drop-arw.jpg) 96% center no-repeat
}

.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%
}

.lbs {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-top: -5px
}

.form-control:focus {
    border-color: #017ead;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(1, 126, 173, .6)
}

.clk-terms {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: #595959;
    font-weight: 300;
    outline: 0;
    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: 0 4px 0 #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
}

.thnk-inr {
    max-width: 460px;
    width: 100%;
    display: inline-block
}

.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/18px no-repeat;
    padding-left: 32px
}

.ftr-txt2,
.thnk-btn-bx {
    margin-top: 30px
}

.btn-tp-tx {
    font-size: 14px;
    line-height: 18px;
    position: relative
}

.btn-tp-tx:before {
    display: inline-block;
    margin: -4px 7px 0 0;
    width: 9px;
    height: 9px;
    background: #00aa48;
    border-radius: 50%;
    content: "";
    animation: 1s ease-in-out infinite fade
}

.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%,
    100%,
    70% {
        opacity: 100%
    }

    50% {
        opacity: 30%
    }
}

.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: #000;
    margin-top: 10px
}

.footer .ftr-txt a {
    padding: 0 8px;
    color: #000
}

@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,
    .hideTab {
        display: none
    }

    .forTab {
        display: block
    }

    .ans-box {
        width: 50%
    }
}

@media only screen and (max-width:767px) {

    .phone-text,
    .phone-text2,
    .ques-tx2 {
        letter-spacing: .3px
    }

    .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;
        width: 100px
    }

    .phone {
        padding: 4px 5px 3px 42px
    }

    .phone-text {
        font-size: 9px;
        line-height: 15px;
        padding-bottom: 0
    }

    .phone-text2 {
        font-size: 14px;
        line-height: 18px
    }

    .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
    }

    .progress-content p.start,
    .progress-txt {
        margin-top: 30px
    }

    .reading-progress svg.progress-circle-background {
        top: -104px
    }

    .progress-txt {
        font-size: 12px;
        line-height: 18px
    }

    .progress-txt span {
        font-size: 25px
    }

    .question,
    .thnk-hd span {
        font-size: 22px
    }

    .progress-arw {
        margin-top: 4px
    }

    .mid-box {
        padding: 0
    }

    .box-inner {
        padding: 15px 5px 35px
    }

    .ans-box {
        width: 100%;
        margin-top: 5px
    }

    .question {
        line-height: 30px
    }

    .phn-tx,
    .ques-tx2 {
        font-size: 15px
    }

    .ques-tx2 {
        line-height: 22px
    }

    .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 {
        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
    }
}