@charset "utf-8";
/*====CSS Document====*/

body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    background: #ffffff;
    color: #000000;
    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;
}

img {
    border: none;
    max-width: 100%;
    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;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*-----------------------
FONTS
------------------------*/
@font-face {
    font-family: 'Inter';
    src: url('Inter-Light.woff2') format('woff2'), url('Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'), url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Medium.woff2') format('woff2'), url('Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'), url('Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'), url('Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-ExtraBold.woff2') format('woff2'), url('Inter-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Inter';
    src: url('Inter-Black.woff2') format('woff2'), url('Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/

.container {
    width: 1170px;
    margin: 0 auto;
    padding: 0;
}
/*GRX Start*/
#grx .grx-title {
    font-size: 22px;
}

#grx #btnContinue, #btnSelectAll {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    padding-top: 13px;
    padding-bottom: 13px;
    background: #F7B32B !important;
    width: 90%;
    border: 0;
}

#grx a {
    color: #0a58ca;
    text-decoration: underline;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}
/*hnp offer*/
#hnp .hnp-title {
    font-size: 18px;
}

#hnp .hnp-subheading {
    font-size: 17px;
}

#hnp .btn-red {
    background-color: #FF0000 !important;
    color: #fff !important;
}

#hnp .yes-btn, #hnpModal .yes-btn {
    float: right;
    border-radius: 5px;
    border: none;
    color: #fff;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-align: center;
    background: #f84100 !important;
    position: relative;
    font-size: 22px !important;
    line-height: 1;
    padding: 12px 30px;
    width: 100% !important;
    background: #198754;
    font-weight: 700;
}

#hnpModal input:not([type="checkbox"]):not([type="button"]):not([type="submit"]) {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 20px 16px;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

#hnp .btn-grey,
#hnpModal .btn-grey {
    background-color: grey !important;
    color: #fff !important;
}

#hnp .no-btn,
#hnpModal .no-btn {
    border-radius: 5px;
    color: #F7B32B;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-align: center;
    background: #fff;
    position: relative;
    font-size: 22px !important;
    line-height: 20px;
    padding: 12px 30px;
    width: 100%;
    border: 1px solid #F7B32B;
    font-weight: 600;
}

.v1Form #autocomplete-container {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

    .v1Form #autocomplete-container lable {
        position: absolute;
        left: 15px;
        top: -27px;
        color: #000;
        font-size: 15px;
        letter-spacing: 0.5px;
        font-family: 'Inter';
        background: #fff;
        padding: 0 7px;
    }

    .v1Form #autocomplete-container input {
        float: left;
        width: 100%;
        height: 60px;
        border: 1px solid #bcbcbc;
        color: #000;
        font-size: 16px;
        font-family: 'Inter';
        border-radius: 8px;
        letter-spacing: 0.5px;
        background: #fff;
        font-weight: 400;
        padding: 10px 20px;
        -webkit-appearance: none;
        outline: none;
    }

    .v1Form #autocomplete-container .clear-button {
        margin-top: 18px;
        position: absolute;
        right: 15px;
    }
/*-------Top-Caption-------*/
.top-caption {
    float: left;
    width: 100%;
    background: #8af8b1;
    padding: 8px 0 8px;
}

.caption-txt {
    float: left;
    width: 100%;
    color: #000;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
    letter-spacing: 0.3px;
}

    .caption-txt span {
        color: #f21818;
    }

/*========Banner========*/
.bnr-sec {
    float: left;
    width: 100%;
    background: #000 url(../images/banner.jpg) no-repeat center top;
    padding: 35px 0 45px;
}

.bnr-contnt {
    float: left;
    width: 100%;
    position: relative;
}

.bnr-img {
    position: absolute;
    top: 108px;
    right: 178px;
}

.bnr-left {
    float: left;
    width: 50%;
    text-align: left;
    padding: 30px 0;
    z-index: 1;
    position: relative;
}

.bnr-title {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.bnr-title-tick {
    display: inline-block;
    vertical-align: middle;
    margin: -6px 14px 0 2px;
    width: 16px;
}

.bnr-hdg {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0.5px;
    font-weight: 800;
    margin-top: 10px;
}

.bnrStrip {
    float: left;
    width: 85%;
    background: #fff1af;
    border-radius: 100px;
    text-align: left;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 7px 15px 7px 25px;
    margin-top: 30px;
    position: relative;
}

.bnrStrip-col-1 {
    width: calc(100% - 77px);
    text-align: left;
    padding-right: 46px;
    position: relative;
}

.bnr-strip-icn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.strip-txt {
    color: #000000;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}

.bnrStrip-col-2 {
    width: 65px;
}

.free-col-inr {
    display: inline-block;
    vertical-align: middle;
    width: 64px;
    height: 64px;
    text-align: center;
    padding: 23px 0 0;
    position: relative;
}

    .free-col-inr p {
        color: #fff;
        font-size: 17px;
        line-height: 20px;
        text-transform: uppercase;
        position: relative;
        z-index: 1;
    }

.free-seal {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.bnr-para {
    float: left;
    width: 95%;
    color: #fff;
    font-size: 19px;
    line-height: 28px;
    margin-top: 30px;
}

.bnr-revw-bx {
    float: left;
    width: 88%;
    text-align: left;
    border: 1px solid #c0cfe1;
    border-radius: 8px;
    background: #fff;
    padding: 28px 25px 20px;
    margin-top: 40px;
    position: relative;
}

.bnr-revw-quote {
    position: absolute;
    bottom: 22px;
    right: 25px;
    width: 40px;
}

.bnr-revw-star {
    display: block;
    width: 87px;
}

.bnr-revw-para {
    color: #000;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 10px;
}

.bnr-revw-user {
    float: left;
    width: 70%;
    padding-left: 58px;
    margin-top: 20px;
    position: relative;
}

.bnr-revw-img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.bnr-revw-txt {
    color: #0e6398;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.8px;
    font-weight: 600;
}

    .bnr-revw-txt span {
        color: #0ab83f;
        font-size: 13px;
        letter-spacing: normal;
        font-weight: normal;
    }

.bnr-verify-tick {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
    width: 11px;
}

.bnr-rgt {
    float: right;
    width: 35%;
}

.formBox {
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    border: 2px solid #08538c;
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
    padding: 0 0 20px;
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.frm-top {
    float: left;
    width: 100%;
    background: #08538c;
    text-align: left;
    position: relative;
    padding: 12px 50px 12px 15px;
}

    .frm-top h3 {
        font-size: 28px;
        line-height: 32px;
        color: #ffffff;
        font-weight: bold;
        position: relative;
        z-index: 2;
    }

        .frm-top h3 span {
            color: #ffde5b;
        }

.discount-ic {
    position: absolute;
    right: 0px;
    top: 12px;
}

.form-hdg {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 0 0 60px;
    position: relative;
}

    .form-hdg p {
        color: #000;
        font-size: 18px;
        line-height: 24px;
    }

        .form-hdg p span {
            color: #000;
            font-weight: bold;
            font-size: 20px;
        }

.frm-hdg-icn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.discount-strip {
    float: left;
    width: 100%;
    color: #000;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    border-radius: 6px;
    background: #d3f8ad;
    text-align: center;
    padding: 8px 10px;
    margin: 15px 0 25px 0;
}

.black-tick {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    margin: -2px 8px 0 0;
}

.form-mid {
    float: left;
    width: 100%;
    padding: 15px 18px 0;
}

.frmElement {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

    .frmElement label {
        position: absolute;
        left: 15px;
        top: -10px;
        color: #000;
        font-size: 15px;
        letter-spacing: 0.5px;
        font-family: 'Inter';
        background: #fff;
        padding: 0 7px;
    }

.disclaimer-label {
    color: #fff !important;
    background: #FF0000 !important;
}

.input-flds {
    float: left;
    width: 100%;
    height: 60px;
    border: 1px solid #bcbcbc;
    color: #000;
    font-size: 16px;
    font-family: 'Inter';
    border-radius: 8px;
    letter-spacing: 0.5px;
    background: #fff;
    font-weight: 400;
    padding: 10px 20px;
    -webkit-appearance: none;
    outline: none;
}

    .input-flds::placeholder {
        color: #b4b8c6;
    }

    .input-flds:focus {
        border: 1px solid #4aa3d3;
        transition: all ease .5s;
        box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.1);
        -webkit-box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.1);
    }

.fld-half {
    width: 48%;
}

.gender_field {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.gender-text {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    padding-right: 20px;
}

.gender-col {
    display: inline-block;
    vertical-align: middle;
}

.label-radio {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    text-align: left;
    cursor: pointer;
    font-size: 17px;
    line-height: 26px;
    color: #000;
}

.all-radio {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #3185c5;
    border-radius: 50%;
    background: #fff;
    outline: none;
    position: relative;
    margin-right: 3px;
    margin-top: -3px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 0 #000000 inset;
    box-shadow: 0 0 0 0 #000000 inset;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .all-radio:checked {
        border: 2px solid #3185c5;
    }

    .all-radio:after {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        left: 4px;
        top: 4px;
        background: #3185c5;
        border-radius: 50%;
        opacity: 0;
        z-index: 1;
        -webkit-transition: all 0.1s ease-in-out 0.1s;
        transition: all 0.1s ease-in-out 0.1s;
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }

    .all-radio:checked:after {
        -webkit-transition: all 0.2s ease-in-out 0.1s;
        transition: all 0.2s ease-in-out 0.1s;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

.dob-field {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #bcbcbc;
    border-radius: 8px;
    position: relative;
}

    .dob-field label {
        position: absolute;
        left: 15px;
        top: -10px;
        color: #000;
        font-size: 15px;
        letter-spacing: 0.5px;
        font-family: 'Inter';
        background: #fff;
        padding: 0 7px;
        z-index: 2;
    }

.dob-row {
    float: left;
    width: 100%;
}

.dob-col {
    float: left;
    width: 35%;
    position: relative;
    padding-top: 5px;
}

    .dob-col.year {
        width: 30%;
    }

    .dob-col:after {
        position: absolute;
        right: 0;
        top: 20px;
        height: 28px;
        border-right: 1px solid #ccc;
        content: "";
    }

    .dob-col:last-child:after {
        display: none;
    }

    .dob-col .input-flds {
        border: none;
        padding: 10px 15px;
        height: 55px;
    }

        .dob-col .input-flds:focus {
            border: none;
            box-shadow: none;
        }

    .dob-col select {
        background: url(../images/down-arw.png) no-repeat right 12px center #fff;
    }

    .dob-col .input-flds::placeholder {
        color: #000;
    }

.frm-timer-bx {
    float: left;
    width: 100%;
    background: #00355e;
    padding: 10px 10px 9px;
}

    .frm-timer-bx p {
        color: #fff;
        font-size: 18px;
        line-height: 18px;
        font-weight: 600;
    }

        .frm-timer-bx p span {
            font-weight: bold;
            display: inline-block;
            width: 65px;
        }

.timer-icn {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 2px 0 4px;
}

.btn-bx {
    display: inline-block;
    vertical-align: middle;
    max-width: 355px;
    width: 100%;
    margin-top: 18px;
}

.frm-btn {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 65px;
    color: #fff;
    font-size: 24px;
    line-height: 63px;
    text-align: center;
    border-radius: 5px;
    letter-spacing: 0.5px;
    font-family: 'Inter';
    font-weight: 800;
    background: #1fb634;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.3);
    margin-top: 5px;
    overflow: hidden;
    cursor: pointer;
    border: none;
    outline: none;
    -webkit-appearance: none;
    position: relative;
}

    .frm-btn img {
        display: inline-block;
        vertical-align: middle;
        margin: -2px 0 0 10px;
        width: 29px;
        border-radius: 6px;
    }

.btn-txt {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.3px;
    text-align: center;
}

    .btn-txt img {
        display: inline-block;
        vertical-align: middle;
        margin: -5px 8px 0 0;
        width: 13px;
    }

.frm-note-txt {
    float: left;
    width: 100%;
    color: #000;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.3px;
    text-align: left;
    padding: 0 10px 0 20px;
    margin-top: 15px;
}

.frm-link-txt {
    text-decoration: underline;
}

.rating-star-img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    margin-top: 15px;
}

/*=====Banner-Bottom=====*/
.bnr-btm {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dedede;
    padding: 20px 0;
}

.bnr-btm-hdg {
    color: #000;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.3px;
    font-weight: bold;
}

.scroller_strip {
    float: left;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-top: 30px;
    position: relative;
}

.marquee {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.scroll__img_box {
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal 35s linear infinite;
}

@keyframes marquee-horizontal {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.scroll__img_box li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

    .scroll__img_box li img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: 50px;
        width: auto;
    }
/*===Start-Of-Common-CSS===*/

.commn-hdg {
    color: #000;
    font-size: 45px;
    line-height: 55px;
    font-weight: 900;
}

    .commn-hdg.red-txt {
        color: #f10000;
    }

.commn-para {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.3px;
    margin-top: 15px;
}

a.commn-btn {
    display: inline-block;
    vertical-align: middle;
    max-width: 380px;
    width: 100%;
    height: 70px;
    color: #fff;
    font-size: 25px;
    line-height: 70px;
    text-align: center;
    border-radius: 5px;
    letter-spacing: 0.5px;
    font-weight: 900;
    background: #1fb634;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3);
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.3);
    margin-top: 50px;
}

.btn-arw {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 15px;
    width: 29px;
    border-radius: 8px;
}
/*====End-Of-Common-CSS====*/

/*========Section-1========*/
.sec1 {
    float: left;
    width: 100%;
    padding: 55px 0 110px;
    position: relative;
}

.alert-icn {
    display: inline-block;
    vertical-align: middle;
    width: 51px;
    margin: 0 auto 12px;
}

.s1-row {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.s1-col {
    float: left;
    width: 23%;
    border: 2px solid #f10000;
    border-radius: 8px;
    background: #fff;
    padding: 4px 4px;
    margin: 25px 30px 0 0;
}

    .s1-col:last-child {
        margin-right: 0;
    }

.s1-col-top {
    float: left;
    width: 100%;
    background: #f10000;
    border-radius: 5px 5px 0 0;
    padding: 20px 30px;
}

.s1-col-para {
    color: #fffefe;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.3px;
    font-weight: bold;
}

.s1-col-btm {
    float: left;
    width: 100%;
    border-radius: 0 0 5px 5px;
}

.s1-col-img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border-radius: 0 0 5px 5px;
}

.s1-txt1 {
    float: left;
    width: 100%;
    color: #000;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 50px;
}

    .s1-txt1 span {
        color: #f10000;
    }

.s1-txt2 {
    float: left;
    width: 100%;
    color: #1967b6;
    font-size: 40px;
    line-height: 32px;
    font-weight: 900;
    margin-top: 25px;
}

/*========Section-2========*/
.sec2 {
    float: left;
    width: 100%;
    background: #e7f5ff;
    padding: 45px 0 65px;
    position: relative;
}

    .sec2:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: -80px;
        height: 80px;
        background: #e7f5ff;
        clip-path: polygon(50% 70%, 100% 0, 100% 100%, 0 100%, 0 0);
    }

.s2-line {
    position: absolute;
    top: -98px;
    left: 50%;
    transform: translateX(-50%);
}

.s2-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 25px;
}

.s2-col {
    width: 31.5%;
    border-radius: 5px;
    margin-top: 25px;
    overflow: hidden;
}

.s2-col-top {
    float: left;
    width: 100%;
}

.s2-col-img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.s2-col-btm {
    float: left;
    width: 100%;
    text-align: left;
    background: #fff;
    padding: 25px 20px;
}

.s2-col-hdg {
    color: #000;
    font-size: 27px;
    line-height: 34px;
    font-weight: 800;
}

.s2-col-para {
    color: #000;
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
}

ul.s2-list {
    float: left;
    width: 100%;
    margin-top: 12px;
}

    ul.s2-list li {
        float: left;
        width: 100%;
        color: #000;
        font-size: 18px;
        line-height: 26px;
        padding-left: 20px;
        margin-top: 5px;
        position: relative;
    }

        ul.s2-list li:before {
            content: '';
            position: absolute;
            top: 9px;
            left: 0;
            width: 7px;
            height: 7px;
            border: 1px solid #000;
            border-radius: 50%;
            background: #fff;
        }

/*========Section-3========*/
.sec3 {
    float: left;
    width: 100%;
    padding: 65px 0;
}

.s3-inr {
    float: left;
    width: 100%;
}

.s3-left {
    float: left;
    width: 43%;
    text-align: left;
    position: relative;
}

.s3-frm-bx {
    float: left;
    width: 85%;
    margin-top: 30px;
}

/*===Sticky==*/
.sticky {
    top: 25px;
    position: -webkit-sticky;
    position: sticky;
}

.s3-rgt {
    float: right;
    width: 48%;
}

ul.s3-list {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    ul.s3-list li {
        float: left;
        width: 100%;
        text-align: left;
        padding-left: 80px;
        margin-bottom: 45px;
        position: relative;
    }

        ul.s3-list li:last-child {
            margin-bottom: 0;
        }

        ul.s3-list li:before {
            content: '';
            position: absolute;
            top: 0;
            left: 19px;
            bottom: -45px;
            border-left: 2px dotted #378eb1;
        }

        ul.s3-list li:last-child:before {
            display: none;
        }

.s3-list-num {
    position: absolute;
    top: -5px;
    left: 0;
    width: 38px;
    height: 38px;
    background: #08538c;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
    padding-top: 7px;
}

.s3-list-hdg {
    float: left;
    width: 100%;
    color: #000;
    font-size: 28px;
    line-height: 26px;
    font-weight: bold;
}

.s3-list-img {
    float: left;
    border-radius: 15px;
    margin-top: 25px;
}

.s3-list-para {
    float: left;
    width: 100%;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    margin-top: 25px;
}

/*========Section-4========*/
.sec4 {
    float: left;
    width: 100%;
    background: #e7f5ff;
    padding: 65px 0;
}

.s4-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px
}

.s4-col {
    width: 31.5%;
    background: #fff;
    text-align: left;
    border: 1px solid #006f9b;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    padding: 30px 20px;
    margin-top: 20px;
}

.s4-col-hdg {
    color: #000;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}

.s4-col-star {
    display: block;
    margin-top: 15px;
    width: 81px;
}

.s4-col-para {
    color: #000;
    font-size: 17px;
    line-height: 25px;
    margin-top: 15px;
}

.s4-revw-user {
    float: left;
    width: 70%;
    padding-left: 58px;
    margin-top: 20px;
    position: relative;
}

.s4-revw-img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.s4-revw-txt {
    color: #000;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
}

    .s4-revw-txt span {
        color: #0ab83f;
        font-size: 13px;
        font-weight: normal;
    }

.s4-verify-tick {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 5px 0 0;
    width: 11px;
}

/*========Section-5========*/
.sec5 {
    float: left;
    width: 100%;
    padding: 65px 0;
}

.faq-container {
    display: inline-block;
    vertical-align: top;
    max-width: 830px;
    width: 100%;
    margin-top: 10px;
}

.up-slide-dwn {
    float: left;
    width: 100%;
    border-bottom: 1px solid #cacaca;
}

    .up-slide-dwn:last-child {
        border-bottom: none;
    }

.accordion {
    float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close-btn.png) no-repeat right 15px center;
    padding: 30px 40px 27px 0;
    color: #000;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.acdn-heading.accordion-open {
    background: url(../images/open-btn.png) no-repeat right 15px center;
}

.acdn-content {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 15px 0 0;
}

.acdn-para {
    float: left;
    width: 100%;
    color: #000;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.sec5 a.commn-btn {
    margin-top: 35px;
}

/*========footer==========*/
.footer {
    float: left;
    width: 100%;
    text-align: center;
    border-top: 1px solid #e9e9e9;
    padding: 55px 0 40px;
}

.ftr-txt {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

    .ftr-txt.margin-top {
        margin-top: 10px;
    }

    .ftr-txt a {
        padding: 0 5px;
    }

/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab {
    display: none;
}

@media only screen and (max-width: 1200px) {
    .container {
        width: 1004px;
    }

    .commn-hdg {
        font-size: 39px;
        line-height: 49px;
    }

    .commn-para {
        font-size: 18px;
        line-height: 28px;
    }

    .bnr-img {
        top: 91px;
        right: 220px;
        width: 400px;
    }

    .bnr-left {
        width: 55%;
    }

    .bnr-hdg {
        font-size: 45px;
        line-height: 55px;
    }

    .bnrStrip {
        width: 82%;
        padding: 7px 15px 7px 28px;
    }

    .strip-txt {
        font-size: 18px;
    }

    .bnr-para {
        font-size: 18px;
    }

    .bnr-rgt {
        width: 40%;
    }

    .discount-strip {
        padding: 8px 10px;
    }

    .input-flds {
        height: 55px;
    }

    .dob-col .input-flds {
        height: 50px;
    }

    .dob-col:after {
        height: 20px;
    }

    .frm-saving-bx {
        padding: 14px 30px 13px 98px;
    }

        .frm-saving-bx p {
            font-size: 18px;
        }

    .frm-saving-icn {
        left: 40px;
    }

    .btn-bx {
        max-width: 330px;
    }

    .btn-txt {
        font-size: 13px;
        line-height: 16px;
    }

    .frm-btn {
        font-size: 22px;
    }

        .frm-btn img {
            margin: -2px 0 0 8px;
            width: 24px;
        }



    .s1-row {
        margin-top: 5px;
    }

    .s1-col {
        width: 24%;
        margin: 25px 13px 0 0;
    }

    .s1-col-top {
        padding: 20px 14px;
    }

    .s2-row {
        margin-top: 10px;
    }

    .s2-col {
        width: 32%;
    }

    .s2-col-hdg {
        font-size: 25px;
        line-height: 31px;
    }

    .s3-frm-bx {
        width: 100%;
    }

    .s4-col {
        width: 32.5%;
    }

    .s4-col-para {
        min-height: 325px;
    }
}

@media only screen and (max-width:1021px) {
    .container {
        width: 750px;
    }

    .show-tab {
        display: block;
    }

    .show-desk {
        display: none;
    }

    .commn-hdg {
        font-size: 30px;
        line-height: 40px;
    }

    .commn-para {
        font-size: 18px;
        line-height: 28px;
    }

    a.commn-btn {
        height: 65px;
        font-size: 23px;
        line-height: 65px;
        margin-top: 35px;
    }

    .btn-arw {
        margin: -2px 0 0 10px;
        width: 25px;
    }

    .caption-txt {
        font-size: 15px;
    }

    .bnr-sec {
        padding: 35px 0 40px;
    }

    .bnr-left {
        width: 52%;
        padding: 20px 0;
    }

    .bnr-title {
        font-size: 18px;
        line-height: 26px;
    }

    .bnr-title-tick {
        margin: -5px 8px 0 0;
        width: 14px;
    }

    .bnr-hdg {
        font-size: 34px;
        line-height: 45px;
        margin-top: 10px;
    }

    .bnrStrip {
        width: 100%;
        padding: 6px 20px 6px;
        margin-top: 15px;
    }

    .bnrStrip-col-1 {
        padding-right: 40px;
    }

    .bnr-strip-icn {
        width: 25px;
        right: 5px;
    }

    .strip-txt {
        font-size: 16px;
        line-height: 23px;
    }

    .bnr-para {
        width: 100%;
        margin-top: 15px;
    }

    .bnr-revw-bx {
        width: 100%;
        padding: 25px 27px 20px;
        padding: 25px 25px 20px;
        margin-top: 25px;
    }

    .bnr-revw-para {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.5px;
    }

    .bnr-revw-quote {
        bottom: 40px;
    }

    .bnr-rgt {
        width: 45%;
    }

    .frm-top h3 {
        font-size: 22px;
        line-height: 27px;
    }

    .form-hdg p {
        font-size: 16px;
        line-height: 22px;
    }

    .frm-saving-bx {
        padding: 14px 25px 13px 80px;
    }

    .frm-saving-icn {
        left: 32px;
        width: 40px;
    }

    .btn-bx {
        max-width: 300px;
    }

    .frm-btn {
        font-size: 22px;
    }

        .frm-btn img {
            margin: -3px 0 0 5px;
            width: 20px;
        }



    ul.bnr-btm-list li {
        padding: 0 15px;
    }

    .bnr-btm-logo1 {
        width: 112px;
    }

    .bnr-btm-logo2 {
        width: 200px;
    }

    .bnr-btm-logo3 {
        width: 100px;
    }

    .sec1 {
        padding: 40px 0 90px;
    }

    .s1-col {
        width: 24%;
        margin: 20px 10px 0 0;
    }

    .s1-col-top {
        padding: 20px 10px;
    }

    .s1-col-para {
        font-size: 15px;
        line-height: 23px;
    }

    .s1-txt1 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 35px;
    }

    .s1-txt2 {
        font-size: 32px;
        line-height: 30px;
        margin-top: 20px;
    }

    .sec2 {
        padding: 40px 0 45px;
    }

    .sec2 {
        padding: 40px 0 45px;
    }

    .s2-col {
        width: 49%;
        margin-top: 25px;
    }

    .s2-col-btm {
        padding: 20px 15px 25px;
    }

    .sec3 {
        padding: 40px 0 45px;
    }

    .s3-left {
        width: 50%;
    }

    .s3-frm-bx {
        width: 92%;
    }

    .s3-rgt {
        width: 50%;
    }

    ul.s3-list li {
        padding-left: 60px;
        margin-bottom: 40px;
    }

        ul.s3-list li:before {
            bottom: -40px;
        }

    .s3-list-num {
        font-size: 20px;
    }

    .s3-list-hdg {
        font-size: 25px;
    }

    .s3-list-img {
        margin-top: 20px;
    }

    .s3-list-para {
        margin-top: 15px;
    }

    .sec4 {
        padding: 40px 0 45px;
    }

    .s4-row {
        margin-top: 5px;
    }

    .s4-col {
        padding: 22px 15px 25px;
        margin-top: 20px;
    }

    .s4-col-hdg {
        font-size: 18px;
        line-height: 26px;
    }

    .s4-col-star {
        margin-top: 10px;
    }

    .s4-col-para {
        font-size: 16px;
        line-height: 24px;
    }

    .s4-revw-user {
        width: 100%;
        padding-left: 55px;
    }

    .s4-col-para {
        min-height: 408px;
        letter-spacing: 0.3px;
    }

    .s4-revw-img {
        width: 45px;
    }

    .s4-revw-txt {
        font-size: 16px;
    }

    .sec5 {
        padding: 40px 0 45px;
    }

    .accordion {
        padding: 20px 50px 20px 0;
        font-size: 20px;
        line-height: 28px;
    }

    .acdn-content {
        padding: 0 50px 0 0;
    }

    .acdn-para {
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .sec5 a.commn-btn {
        margin-top: 25px;
    }

    .footer {
        padding: 40px 0;
    }

    .ftr-txt {
        font-size: 16px;
        line-height: 26px;
    }
}

@media only screen and (max-width:767px) {
    #grx .grx-title {
        font-size: 18px;
    }

    #hnp .hnp-title {
        font-size: 20px;
    }

    .container {
        max-width: 600px;
        width: 100%;
        padding: 0px 15px;
        box-sizing: border-box;
    }

    .show-mob {
        display: block;
    }

    .hide-mob {
        display: none;
    }

    .commn-hdg {
        line-height: 38px;
    }

    .commn-para {
        font-size: 17px;
        line-height: 25px;
        margin-top: 10px;
    }

    a.commn-btn {
        height: 60px;
        font-size: 21px;
        line-height: 60px;
        margin-top: 25px;
    }

    .caption-txt {
        font-size: 14px;
    }

    .bnr-sec {
        background: #ffffff;
        padding: 0 0 0;
    }

    .bnr-left {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 20px 0 120px;
        position: relative;
        background: url(../images/banner-m.jpg) no-repeat center top;
        background-size: cover;
    }

    .bnr-title {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }

    .bnr-hdg {
        font-size: 30px;
        line-height: 37px;
        margin-top: 6px;
        text-align: center;
        letter-spacing: 0.5px;
    }

    .bnrStrip {
        padding: 10px 22px 10px;
        width: calc(100% + 30px);
        margin: 0 0 0 -15px;
        text-align: center;
        border-radius: 0;
    }

    .bnrStrip-col-1 {
        width: calc(100% - 50px);
        padding-left: 0;
    }

    .strip-txt {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.3px;
    }

    .bnrStrip-col-2 {
        width: 50px;
    }

    .free-col-inr {
        width: 50px;
        height: 50px;
        padding: 18px 0 0;
    }

    .free-seal {
        width: 50px;
        height: 50px;
    }

    .free-col-inr p {
        font-size: 13px;
        line-height: 15px;
    }

    .bnr-rgt.bnr-rgt {
        float: left;
        width: 100%;
        margin-top: -100px;
    }

    .formBox {
        border: none;
    }

    .frm-timer-txt1 {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.5px;
    }

    .frm-timer-txt2 span {
        width: 50px;
    }

    .frm-timer-txt2 {
        font-size: 17px;
        line-height: 25px;
    }

    .discount-ic {
        width: 55px;
        right: 5px;
    }

    .discount-strip {
        font-size: 14px;
        line-height: 19px;
    }

    .form-mid {
        padding: 15px 15px 5px;
    }

    .frm-saving-bx {
        padding: 9px 25px 9px 70px;
        float: left;
        width: 100%;
        background: #eaf2fb;
        text-align: left;
        position: relative;
    }

        .frm-saving-bx p {
            font-size: 13px;
        }

    .frm-saving-icn {
        left: 45px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 15px;
        border-radius: 50%;
        height: 40px;
    }

    .frm-timer-bx p {
        font-size: 13px;
        line-height: 17px;
    }

    .btn-bx {
        max-width: 320px;
    }

    .btn-txt img {
        margin: -4px 6px 0 0;
        width: 10px;
    }

    .frm-btn {
        font-size: 20px;
    }

        .frm-btn img {
            margin: -5px -5px 0 10px;
            width: 24px;
        }

    .gender-text {
        font-size: 17px;
        padding-right: 5px;
    }

    .label-radio {
        font-size: 13px;
    }

    .bnr-revw-bx {
        float: none;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        background: #ffffff;
        -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
        padding: 20px 20px;
        margin: 0 0;
        margin: 15px 0 20px;
    }

    .bnr-revw-para {
        font-size: 16px;
        line-height: 24px;
    }

    .bnr-revw-txt {
        font-size: 17px;
        line-height: 22px;
        letter-spacing: 0.3px;
    }

    .bnr-revw-user {
        width: 100%;
        margin-top: 15px;
    }

    .bnr-btm {
        background: #f7f9fc;
        border-bottom: none;
    }

    .bnr-btm-hdg {
        font-size: 16px;
        line-height: 24px;
    }

    ul.bnr-btm-list {
        margin-top: 8px;
    }

        ul.bnr-btm-list li {
            padding: 0 10px;
        }

    .bnr-btm-logo1 {
        width: 70px;
    }

    .bnr-btm-logo2 {
        width: 125px;
    }

    .bnr-btm-logo3 {
        width: 70px;
    }

    .scroller_strip {
        margin-top: 15px;
    }

    .scroll__img_box li {
        margin: 0 15px;
    }

        .scroll__img_box li img {
            height: 40px;
        }

    .sec1 {
        padding: 30px 0 70px;
        overflow: hidden;
    }

    .alert-icn {
        width: 35px;
        margin: 0 auto 10px;
    }

    .s1-txt1 {
        font-size: 22px;
        line-height: 28px;
        margin-top: 25px;
    }

    .s1-txt2 {
        font-size: 32px;
        line-height: 32px;
        margin-top: 10px;
    }

    .s1-col {
        margin: 15px 10px 0 0;
        width: 100%;
    }

    .s1-col-top {
        padding: 14px 10px;
    }

    .s1-col-para {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: normal;
    }

    .sec2 {
        padding: 25px 0 35px;
    }

        .sec2:before {
            top: -50px;
            height: 50px;
            clip-path: polygon(50% 50%, 100% 0, 100% 100%, 0 100%, 0 0);
        }

    .s2-line {
        top: -78px;
    }

    .s2-row {
        margin-top: 0;
        padding: 0 5px;
    }

    .s2-col {
        width: 100%;
        margin-top: 20px;
    }

    .s2-col-btm {
        padding: 20px 15px 25px;
    }

    .s2-col-para {
        font-size: 17px;
        line-height: 25px;
        letter-spacing: 0.5px;
    }

    ul.s2-list li {
        font-size: 17px;
        line-height: 25px;
    }

    .sec3 {
        padding: 30px 0 35px;
    }

    .s3-rgt {
        width: 100%;
    }

    ul.s3-list {
        margin-top: 0;
    }

        ul.s3-list li {
            padding-left: 45px;
            margin-bottom: 35px;
        }

            ul.s3-list li:before {
                left: 15px;
                bottom: -35px;
            }

    .s3-list-num {
        top: -2px;
        left: 0;
        width: 30px;
        height: 30px;
        font-size: 17px;
        line-height: 17px;
        padding-top: 7px;
    }

    .s3-list-hdg {
        font-size: 24px;
    }

    .s3-list-para {
        font-size: 17px;
        line-height: 25px;
        letter-spacing: 0.5px;
    }

    .s3-list-img {
        margin-top: 15px;
    }

    .sec4 {
        padding: 30px 0 35px;
    }

    .s4-row {
        margin-top: 0;
    }

    .s4-col {
        width: 100%;
        padding: 20px 20px 25px;
        margin-top: 20px;
    }

    .s4-col-para {
        font-size: 17px;
        line-height: 25px;
        min-height: auto;
    }

    .s4-revw-txt {
        font-size: 18px;
        line-height: 22px;
    }

        .s4-revw-txt span {
            font-size: 12px;
        }

    .sec5 {
        padding: 30px 0 35px;
    }

    .faq-container {
        margin-top: 5px;
    }

    .accordion {
        padding: 16px 35px 16px 0;
        font-size: 18px;
        line-height: 26px;
    }

    .acdn-content {
        padding: 0 0;
    }

    .sec5 a.commn-btn {
        margin-top: 15px;
    }



    .footer {
        padding: 30px 0 25px;
    }

    .ftr-txt {
        font-size: 13px;
        line-height: 21px;
    }
}

#loading {
    position: absolute;
    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;
}

#hnploading {
    position: absolute;
    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-image {
    z-index: 100;
}


#hnpForm .invalid {
    position: relative !important;
}

.invalid {
    position: absolute;
    visibility: visible !important;
    font-size: 10px;
    color: red;
}

.valid {
    visibility: hidden;
    position: absolute;
}

.autocomplete-container {
    margin-bottom: 20px;
}

.input-container {
    display: flex;
}

    .input-container input {
        flex: 1;
        outline: none;
        border: 1px solid rgba(0, 0, 0, 0.2);
        padding: 10px;
        padding-right: 31px;
        font-size: 16px;
    }

.autocomplete-items {
    text-align: left;
    cursor: pointer;
}

.collapse {
    font-size: 10px;
    text-align: justify;
}

.long-disclaimer {
    font-size: 12px !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
    text-align: justify !important;
}

.form-disclaimer {
    border: 1px solid;
    border-radius: 5px;
    padding-bottom: 10px;
}

    .form-disclaimer svg {
        position: absolute;
        height: 26px;
        left: -46px;
        top: 25px;
    }

.form-check-input {
    position: absolute;
    left: 5px;
    top: 25px;
    height: 20px;
    width: 20px;
}

#firstDisclosurePara {
    position: relative;
    padding-left: 30px;
}

@media only screen and (max-width:767px) {
    .form-disclaimer {
    }

    #firstDisclosurePara {
        padding-left: 50px;
        font-size: 10px;
    }

    .form-check-input {
        left: 28px;
        top: 25px;
        height: 17px;
        width: 17px;
    }

    .form-disclaimer svg {
        position: absolute;
        height: 26px;
        left: -20px;
        top: 25px;
    }
}
/*===========Footer Styling=============*/
footer {
    font-size: 12px;
    text-align: justify;
    margin-bottom: 20px;
}

    footer a {
        cursor: pointer;
    }
