@charset "utf-8";
/* CSS Document - LP7 Home Page Styles */

body {
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    padding:0;
    background:#fff;
    color:#000;
    text-align:center;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: 'Montserrat';
}
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:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
    clear:both;
    font-size:1px;
    line-height:1px;
    height:1px;
}
/*-----------------------
MAIN CSS START
------------------------*/
.container{
    width:960px;
    margin:0 auto;
    padding:0;
    position:relative;
}
.fl{float:left;}
.fr{float:right;}

.hide-desk{display:none;}

/* LOGO SECTION */
.logo-sec{
    float:left;
    width:100%;
    padding:20px 0;
}
.logo{
    display:block;
    margin:0 auto;
}

/* CONTENT SECTION */
.cont-sec{
    float:left;
    width:100%;
    position:relative;
}
.cont-sec:before{
    content:'';
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:290px;
    background:#0c4c92;
}
.cont-hd{
    font-size:45px;
    line-height:56px;
    font-weight:bold;
    color:#fff;
    margin-top:30px;
}
.cont-tx{
    font-size:24px;
    line-height:31px;
    color:#fff;
    margin-top:10px;
}
.cont-bx{
    float:left;
    width:100%;
    border-radius:5px;
    background:#fff;
    box-shadow:2px 2px 10px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow:2px 2px 10px 1px rgba(0,0,0,0.1);
    margin-top:25px;
    padding:30px;
}
.stp-tx{
    font-size:22px;
    line-height:26px;
}

.progressbar{
    display:inline-block;
    vertical-align:middle;
    width:100%;
    max-width:800px;
    background:#e4f0fc;
    height:7px;
    position:relative;
    margin-top:20px;
    border-radius:15px;
    overflow:hidden;
}
.prgress-1{
    background:#0c4c92;
    float:left;
    height:100%;
    border-radius:15px;
    transition:all ease 1s;
    -webkit-transition:all ease 1s;
}

.stp-1{
    float:left;
    width:100%;
}
.qustn-hdng {
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 38px;
    color: #000000;
    font-weight: 600;
    margin-top: 30px;
}
.stp-bx{
    float:left;
    width:100%;
}
.stp-1 .stp-bx{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
.stp-1 .lbl{
    float:none;
}
.lbl{
    width:18%;
    margin:15px 1%;
    float:left;
    position:relative;
    cursor:pointer;
}
.stp-rad-btn{
    position:absolute;
    left:0;
    top:0;
    opacity:0;
}
.stp-rad-btn:checked + .stp-bx-inr{
    background:#eff7ff;
    box-shadow:0px 0px 5px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.1);
    transition:all ease 0.3s;
    -webkit-transition:all ease 0.3s;
}
.stp-rad-btn:checked + .stp-bx-inr + .stp-bx-tx{color:#0c4c92;}
@media (hover: hover) {
    .stp-bx-inr:hover{
        background:#f0f7ff;
        border-color:#0c4c92;
        box-shadow:0px 0px 8px 0px rgba(12, 76, 146, 0.15);
    }
}
.stp-bx-inr{
    float:left;
    width:100%;
    border:1px solid #e1e1e1;
    padding:40px 30px;
    border-radius:5px;
    margin:15px 0;
    transition:all ease 0.2s;
}
.stp-icn{
    fill: #4a4a4a;
    width:74px;
    height:74px;
}
.stp-rad-btn:checked + .stp-bx-inr > .stp-icn{fill:#0c4c92;}
.stp-bx-tx{
    font-size:18px;
    line-height:25px;
    float:left;
    width:100%;
}
.stp-btn{
    display:block;
    margin:20px auto 0;
    max-width:365px;
    width:100%;
    background:#1fa70c;
    border:none;
    border-radius:50px;
    height:65px;
    font-size:28px;
    line-height:65px;
    color:#fff;
    font-weight:600;
    margin-top:20px;
    cursor:pointer;
    transition: all 0.2s ease;
}
.stp-btn:hover{
    background:#1c9509;
    box-shadow:0 4px 12px rgba(31, 167, 12, 0.4);
}

/* Back Button - Home Page */
.btn-back-home {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #7d7d7d;
    cursor: pointer;
    margin-top: 15px;
}
.btn-back-home img {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 6px 0 0;
    width: 10px;
}
.btn-back-home:hover {
    color: #0c4c92;
}

.trst-img{
    display:block;
    margin:20px auto 0;
}

/* AS-SEEN SECTION */
.as-seen{
    float:left;
    width:100%;
    background:#edf1f4;
    padding:25px 0;
    position:relative;
}
.as-seen-tx{
    font-size:24px;
    line-height:28px;
}
.as-seen-img{
    display:block;
    margin:5px auto 0;
}

/* FOOTER */
.footer{
    float:left;
    width:100%;
    padding:30px 0;
}
.ftr-txt{
    font-size:16px;
    line-height:20px;
    color:#000;
    margin:10px 0;
}
.ftr-txt span{margin:0 10px;}
.ftr-txt a{color:#000;}


.stp-2 .stp-bx{display:inline-block; padding:0 8%;}
.stp-2 .lbl{margin:15px 4%; width:25%;}
.stp-2 .stp-icn{width:90px; height:96px;}

.prc-vary{font-size:21px; line-height:25px;}
.stp-3 .stp-bx{padding:0 2%; margin:15px 0;}
.stp-3 .stp-bx-inr{padding:25px; margin-bottom:0;}
.stp-3 .stp-rad-btn:checked + .stp-bx-inr{background:#0c4c92}
.stp-3 .stp-rad-btn:checked + .stp-bx-inr .prc-vary{color:#fff;}
.stp-3 .lbl{margin:0 1%; width:48%;}

.stp-4 .stp-bx{padding:0 2%; margin:15px 0; display:flex; flex-wrap:wrap;}
.stp-4 .stp-bx-inr{padding:25px; margin-bottom:0; flex:1; display:flex; align-items:center; justify-content:center;}
.stp-4 .stp-rad-btn:checked + .stp-bx-inr{background:#0c4c92}
.stp-4 .stp-rad-btn:checked + .stp-bx-inr .prc-vary{color:#fff;}
.stp-4 .lbl{margin:0 1%; width:48%; float:none; display:flex; flex-direction:column;}

.stp-5 .stp-bx{padding:0 2%; margin:15px 0;}
.stp-5 .stp-bx-inr{padding:25px; margin-bottom:0;}
.stp-5 .stp-rad-btn:checked + .stp-bx-inr{background:#0c4c92}
.stp-5 .stp-rad-btn:checked + .stp-bx-inr .prc-vary{color:#fff;}
.stp-5 .lbl{margin:0 1%; width:48%;}

.stp-9 .stp-bx{padding:0 2%; margin:15px 0; display:flex; flex-wrap:wrap;}
.stp-9 .stp-bx-inr{padding:25px; margin-bottom:0; flex:1; display:flex; align-items:center; justify-content:center;}
.stp-9 .stp-rad-btn:checked + .stp-bx-inr{background:#0c4c92}
.stp-9 .stp-rad-btn:checked + .stp-bx-inr .prc-vary{color:#fff;}
.stp-9 .lbl{margin:0 1%; width:48%; float:none; display:flex; flex-direction:column;}


.select-wrap {
    max-width: 365px;
    width:100%;
    height: 56px;
    background: #fff;
    border: 1px solid #0c4c92;
    padding: 0 25px;
    -webkit-box-shadow: 0px 0px 12px #aba8a8;
    -moz-box-shadow: 0px 0px 12px #aba8a8;
    box-shadow: 0px 0px 12px #aba8a8;
    position: relative;
    margin-bottom: 15px;
    border-radius: 10px;
    margin:30px auto 15px;
}
.select-wrap select{
    background: none;
    width: 100%;
    height: 54px;
    position: absolute;
    z-index: 10;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 18px;
    color: #141414;
    padding-left: 0px;
    line-height: 48px;
    margin-top: 0px;
    padding: 0 30px;
    left: 0px;
    margin-left: 0px;
    border: none;
    outline:none;
    font-family: 'Montserrat';
}
.select-wrap:after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 7px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3.5px;
    background: url(/images/lp7/selectq.png) no-repeat;
}

.stp-7 .stp-bx{padding:0 30px;}
.stp-7 .stp-bx .lbl{width:23%;}
.stp-7 .stp-bx .stp-bx-tx span{font-weight:600;}


.inp-txt {
    max-width: 365px;
    width:100%;
    height: 56px;
    background: #fff;
    border: 1px solid #0c4c92;
    padding: 0 25px;
    -webkit-box-shadow: 0px 0px 12px #aba8a8;
    -moz-box-shadow: 0px 0px 12px #aba8a8;
    box-shadow: 0px 0px 12px #aba8a8;
    position: relative;
    margin-bottom: 15px;
    border-radius: 10px;
    margin:30px auto 15px;
    font-family: 'Montserrat';
    font-size:18px;
    outline:none;
    display:block;
}
.mt-0{margin-top:0;}

/* Error State */
.errorBorder{
    border-color: #ff0000 !important;
    box-shadow: 0px 0px 12px rgba(255, 0, 0, 0.4) !important;
}

/* Error Message */
.error-message {
    color: #ff0000;
    font-size: 14px;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 10px;
    display: none;
    width: 100%;
}
.error-message.show {
    display: block;
}

/* Question Box Visibility */
.question-Box{
    float:left;
    width:100%;
}

/* MEDIA START */

@media only screen and (max-width:970px){
.container{width:750px;}

.logo-sec{padding:20px 0;}


.cont-hd{font-size:32px; line-height:40px;}
.cont-tx{font-size:19px; line-height:27px;}

.qustn-hdng{font-size:24px; line-height:30px;}

.stp-icn{max-width:100%;}
.stp-bx-tx{font-size:15px; line-height:20px;}
}

@media only screen and (max-width:767px){
.hide-mob{display:none;}
.hide-desk{display:block;}
.container{width:100%; padding:0 10px; max-width:600px; box-sizing:border-box;}

.logo-sec{padding:10px 0;}
.logo{width:220px;}

.cont-hd{font-size:26px; line-height:30px; margin-top:12px;}
.cont-tx{font-size:16px; line-height:24px; margin-top:5px;}
.cont-bx{padding:15px 10px 25px; margin-top:17px;}
.stp-tx{font-size:17px; line-height:22px;}
.progressbar{margin-top:10px;}
.qustn-hdng{font-size:20px; line-height:26px; margin-top:18px;}

.lbl{width:48%; margin:5px 1%;}
.stp-bx-inr{margin:8px 0; padding:20px 5px;}
.stp-bx-tx{font-size:14px; line-height:18px;}
.stp-btn{margin-top:15px; font-size:22px; height:60px; line-height:56px;}

.stp-2 .stp-bx{padding:0;}
.stp-2 .lbl{margin:5px 1%; width:31.3%;}
.stp-2 .stp-icn{width:70px; height:80px;}

.stp-3 .stp-bx{padding:0; margin:5px 0;}
.stp-3 .stp-bx-inr{padding:12px 5px;}
.prc-vary{font-size:13px;}

.stp-4 .stp-bx{padding:0; margin:5px 0;}
.stp-4 .stp-bx-inr{padding:12px 5px;}

.stp-5 .stp-bx{padding:0; margin:5px 0;}
.stp-5 .stp-bx-inr{padding:12px 5px;}

.stp-9 .stp-bx{padding:0; margin:5px 0;}
.stp-9 .stp-bx-inr{padding:12px 5px;}
.stp-9 .lbl{width:48%;}

.select-wrap{margin:15px auto 5px;}

.stp-7 .stp-bx{padding:0;}
.stp-7 .stp-bx .lbl{width:48%;}
.score-icn{width:80px;}

.inp-txt{margin:15px auto 5px;}
.error-message{margin-top: 5px;}

.btn-back-home {
    font-size: 12px;
    margin-top: 12px;
}

.trst-img{max-width:280px; margin:10px auto 0;}
.as-seen{padding:20px 0;}
.as-seen-tx{font-size:19px; line-height:26px;}
.as-seen-img{max-width:300px;}

.footer{padding:10px 0;}
.ftr-txt{font-size:14px; line-height:18px;}
.ftr-txt span{margin:0 3px;}
}

/*======loader css=======*/
.loader_wrap{
    display:none;
}
.loader_wrap .loader_inner{
    background:rgba(255, 255, 255, 0.7);
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:9999;
    display:flex;
}
.loader_wrap .loader_inner .loader{
    border:6px solid #dddddd;
    border-top:6px solid #3498db;
    border-radius:50%;
    width:60px;
    height:60px;
    animation:spin 1s linear infinite;
    margin:auto;
}
@keyframes spin{
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*======loader css=======*/
/*====promise_sec====*/
.promise_sec{
    float:left;
    width:100%;
    padding:30px 0 50px;
    }
.promise_head{
    float:left;
    width:100%;
    font-size:20px;
    line-height:26px;
    color:#16355f;
    font-weight:bold;
    }
ul.promise_row{
    float:left;
    width:100%;
    margin-top:25px;

    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    justify-content: space-between;
    align-items: center;
    }
ul.promise_row li{
    float:left;
    margin:0 0;
    }
ul.promise_row li img{
    display:block;
    margin:0 auto;
    }
