@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;400;500;600;700;800;900&display=swap');

a,
article,
blockquote,
body,
div,
f,
figcaption,
figure,
form,
h1,
h2,
h3,
h4, @import url(https://fonts.googleapis.com/css2?family=Mulish:wght@400;700&display=swap);@charset "utf-8";a, article,
blockquote,
body,
div,
f,
figcaption,
figure,
form,
h1,
h2,
h3,
h4,
header,
html,
img,
label,
p,
section,
table,
td,
th,
tr,
video {
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    margin: 0;
    padding: 0
}

body {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
blockquote,
f,
figure,
header,
section {
    display: block
}

li,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

button,
input,
select {
    margin: 0;
    padding: 0
}

a img,
input,
select {
    vertical-align: middle
}

html {
    background: #fff;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 20px;
    color: #414042;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: graysacle
}

.row {
    max-width: 1170px;
    margin: 0 auto
}

.s12 {
    width: 100%
}

.s11 {
    width: 91.53%
}

.s10 {
    width: 83.06%
}

.s9 {
    width: 76.6% !important
}

.s8 {
    width: 66.13%
}

.s7 {
    width: 57.66%
}

.s6 {
    width: 49.2%
}

.s5 {
    width: 40.73%
}

.s4 {
    width: 32.26%
}

.s3 {
    width: 23.8%
}

.s2 {
    width: 15.33%
}

.s1 {
    width: 6.866%
}

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%
}

    .col:first-child {
        margin-left: 0
    }

.clr:after,
.clr:before {
    content: "";
    display: table
}

.clr:after {
    clear: both
}

.tc {
    text-align: center
}

.tl {
    text-align: left
}

.tr {
    text-align: right
}

.cursor {
    cursor: pointer
}

footer,
header,
section {
    width: 100%;
    float: left
}

.outerdiv {
    display: none
}

.innerdiv {
    display: none
}

body {
    font-family: 'Mulish', sans-serif
}

.a-logo {
    text-align: left
}

.fb {
    width: 132px;
    margin: 0 auto
}

    .fb img {
        max-width: 100%
    }

.banner {
    background-color: #f6f6f6;
    padding: 2rem 0 5rem 0;
    position: relative
}

.h1class {
    color: #014a81;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Mulish'
}

.h2class {
    font-size: 30px;
    color: #043d6d;
    font-weight: 400;
    line-height: 1.1;
}

.h1class span {
    color: #014a81;
    font-size: 24px;
    font-weight: lighter;
    font-family: 'Mulish', sans-serif
}

.ban-p {
    text-align: center;
    font-size: 16px;
    color: #646466
}

    .ban-p span {
        text-align: center;
        color: #f6821f;
        font-size: 40px;
        font-weight: 700
    }

.fixed {
    position: fixed;
    right: 0;
    z-index: 999;
    top: 0
}

.form-box {
    background-color: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    width: 22%;
    height: 100%
}

.form-title {
    font-size: 22px;
    color: #014a81;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Mulish'
}

.form-group {
    margin-bottom: 15px
}

.form-control1 {
    border: 1px solid #7d7d7d;
    border-radius: 20px;
    height: 37px;
    width: 100%;
    padding: 5px 5px 5px 17px;
    background-color: #f6f6f6;
    font-size: 16px;
    display: block
}

    .form-control1:focus {
        outline: 0
    }

.submit-div {
    text-align: center
}

.btn-sub {
    background-color: #014a81;
    width: 100%;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 20px;
    padding: 10px 0;
    text-transform: uppercase;
    cursor: pointer
}

    .btn-sub:focus {
        outline: 0;
        border: none
    }

.errormsg {
    color: red;
    font-size: 14px;
    display: none;
    padding: 0 !important;
    margin: 0 !important
}

.resume-wrap {
    background: #fff;
    margin: 28px 0 0 !important;
    padding: 5px 0 0;
    position: relative
}

#resume-btn {
    text-align: center;
    padding: 10px 10px;
    width: 100%;
    background: #f0f0f0 !important;
    cursor: pointer;
    color: #e77817 !important;
    font-weight: 400;
    margin: 15px auto !important;
    font-size: 15px !important;
    border-radius: 10px;
    border: none
}

.or {
    position: absolute;
    top: 0;
    width: 25px;
    height: 25px;
    background: #fff;
    line-height: 25px;
    border: 1px solid #e77817;
    font-size: 14px !important;
    border-radius: 50%;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) box-shadow:0 1px 3px 0 rgba(63, 63, 68, .15), 0 0 0 1px rgba(63, 63, 68, .05);
    background-color: #fff
}

.nri-btn {
    color: #8a8a8a;
    font-size: 16px;
    padding: 6px 0;
    background: #f6f6f6;
    width: 100%;
    border-radius: 6px;
    margin: 15px auto 0 auto !important;
    text-align: center;
    text-decoration: none;
    display: block;
    box-sizing: border-box
}

.div-shadow {
    box-shadow: 0 10px 10px #d4d3d8
}

.prime-outer-box {
    background-color: #fff;
    border-radius: 10px;
    display: block;
    padding: 10px 15px 15px 15px;
    position: absolute;
    width: 60%;
    top: 85%
}

.prime-table {
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: center;
    border: 1px solid #e77817;
    padding: 30px 0 20px 0;
    position: relative;
    box-sizing: border-box
}

.prime-table1 {
    width: 33%;
    float: left
}

.prime-table2 {
    width: 33%;
    float: left;
    border-right: 1px solid #ef6622;
    border-left: 1px solid #ef6622
}

.prime-table3 {
    width: 33%;
    float: left
}

.p-txt2 {
    color: #004a81;
    font-weight: 700;
    font-size: 22px !important;
    text-align: center;
    position: relative;
    top: 16px;
    background-color: #fff;
    z-index: 1;
    width: 50%;
    margin: 0 auto;
    font-family: 'Mulish'
}

.p-txt3 {
    color: #646466;
    padding: 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    text-align: center
}

.sec-1 {
    padding: 10rem 0 3rem 0;
    background-color: #fff
}

.d-box1 {
    padding: 20px
}

.d-box3 {
    padding: 20px;
    border-left: 1px solid #646466
}

.d-box2 {
    padding: 20px;
    border-left: 1px solid #646466;
    border-right: 1px solid #646466
}

.sec-p {
    text-align: center;
    font-size: 15px;
    color: #646466
}

    .sec-p span {
        text-align: center;
        color: #f6821f;
        font-size: 16px;
        font-weight: 700
    }

.knw-mre {
    background-color: #ee8323;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    cursor: pointer
}

    .knw-mre:focus {
        border: none;
        outline: 0
    }

.icon111,
.icon1,
.icon2,
.icon3,
.icon4,
.icon5,
.icon6,
.icon7,
.icon8,
.icon9,
.icon10,
.icon11,
.icon12,
.icon13,
.icon14,
.icon15,
.icon16,
.icon17,
.icon18,
.icon19,
.icon20,
.icon21,
.icon22,
.icon23 {
    background: url(../img/css_sprites.png) no-repeat
}

.icon111 {
    background-position: -305px -121px;
    width: 38px;
    height: 55px;
    margin: 0 auto
}

.icon1 {
    background-position: -191px 0;
    width: 38px;
    height: 55px;
    margin: 0 auto
}

.icon2 {
    background-position: -191px -61px;
    width: 38px;
    height: 55px;
    margin: 0 auto
}

.icon3 {
    background-position: -191px -121px;
    width: 38px;
    height: 55px;
    margin: 0 auto
}

.icon4 {
    background-position: -11px -181px;
    width: 38px;
    height: 55px;
    margin: 0 auto
}

.icon5 {
    background-position: -70px -181px;
    width: 40px;
    height: 55px;
    margin: 0 auto
}

.icon6 {
    background-position: -131px -181px;
    width: 38px;
    height: 55px;
    margin: 0 auto
}

.icon7 {
    background-position: -251px -61px;
    width: 38px;
    height: 55px;
    margin: 0 auto
}

.icon8 {
    background-position: -246px 0;
    width: 50px;
    height: 55px;
    margin: 0 auto
}

.icon9 {
    background-position: -185px -181px;
    width: 50px;
    height: 55px;
    margin: 0 auto
}

.icon10 {
    background-position: -252px -121px;
    width: 38px;
    height: 55px;
    margin: 0 auto
}

.icon11 {
    background-position: -246px -182px;
    width: 50px;
    height: 55px;
    margin: 0 auto
}

.icon12 {
    background-position: -185px -181px;
    width: 50px;
    height: 55px;
    margin: 0 auto
}

.icon13 {
    background-position: -5px -61px;
    width: 50px;
    height: 55px;
    margin: 0 auto
}

.icon14 {
    background-position: -65px 0;
    width: 50px;
    height: 55px;
    margin: 0 auto
}

.icon15 {
    background-position: 0 0;
    width: 50px;
    height: 55px;
    margin: 0 auto
}

.icon16 {
    background-position: -71px -61px;
    width: 38px;
    height: 55px;
    margin: 0 auto
}

.icon17 {
    background-position: -125px -4px;
    width: 50px;
    height: 55px;
    margin: 0 auto
}

.icon18 {
    background-position: -5px -121px;
    width: 50px;
    height: 55px;
    margin: 0 auto
}

.icon19 {
    background-position: -125px -60px;
    width: 50px;
    height: 55px;
    margin: 0 auto
}

.icon20 {
    background-position: -307px 0;
    width: 38px;
    height: 55px;
    margin: 0 auto
}

.icon23 {
    background-position: -305px -62px;
    width: 38px;
    height: 55px;
    margin: 0 auto
}

.icon21 {
    background-position: -67px -125px;
    width: 50px;
    height: 55px;
    margin: 0 auto
}

.icon22 {
    background-position: -125px -125px;
    width: 50px;
    height: 55px;
    margin: 0 auto
}

.sec-offer {
    background-color: #fff;
    padding: 3rem 0
}

.offers-div {
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 6px
}

.offers-item {
    border: 1px solid #949494;
    border-radius: 0;
    padding: 20px;
    width: 26%;
    margin: 10px 10px 10px 10px !important
}

.offers-title {
    color: #004a81;
    font-weight: 700;
    font-size: 22px !important;
    font-family: 'Mulish'
}

.offers-title2 {
    color: #646466;
    font-weight: 400;
    font-size: 16px !important
}

.img-30-mins1,
.img-8-9,
.winning {
    background: url(../img/lz-icons1.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left
}

.img-30-mins1 {
    background-position: -10px 0;
    width: 36px;
    height: 36px;
    margin: 5px auto
}

.img-8-9 {
    background-position: -10px -46px;
    width: 36px;
    height: 36px;
    margin: 5px auto
}

.winning {
    background-position: -10px -92px;
    width: 36px;
    height: 36px;
    margin: 5px auto
}

.img-30-mins,
.img-365-days,
.img-50l-customers {
    background: url(../img/lz-icons.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: center
}

.img-30-mins {
    background-position: -10px 0;
    width: 36px;
    height: 36px;
    margin: 0 auto 10px auto
}

.img-365-days {
    background-position: -10px -46px;
    width: 36px;
    height: 36px;
    margin: 0 auto 10px auto
}

.img-50l-customers {
    background-position: -10px -92px;
    width: 36px;
    height: 36px;
    margin: 0 auto 10px auto
}

.mfi,
.wi,
.et,
.icfl,
.mc {
    background: url(../img/icons-offers-mob.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left
}

.mfi {
    background-position: -10px 0;
    width: 100px;
    height: 30px;
    margin: 0 auto
}

.wi {
    background-position: -120px 0;
    width: 100px;
    height: 30px;
    margin: 0 auto
}

.et {
    background-position: -10px -40px;
    width: 100px;
    height: 30px;
    margin: 0 auto
}

.icfl {
    background-position: -120px -40px;
    width: 100px;
    height: 30px;
    margin: 0 auto
}

.mc {
    background-position: -10px -80px;
    width: 100px;
    height: 30px;
    margin: 0 auto
}

.offer-line1 {
    color: #646466;
    font-size: 16px;
    text-align: center
}

.amt {
    text-align: center;
    color: #f6821f;
    font-size: 24px;
    font-weight: 700
}

.sec-awd {
    background: #fff;
    padding: 0 0 3rem 0
}

.awards li {
    padding: 10px 0;
    border-bottom: 1px solid #cacaca;
    margin: 10px 0
}

    .awards li:last-child {
        border-bottom: 0 !important
    }

    .awards li h4 {
        font-size: 18px;
        margin-bottom: 10px;
        color: #f6821f
    }

    .awards li p {
        font-size: 16px;
        margin-bottom: 5px !important
    }

.sec-faq {
    padding: 0 0 3rem 0;
    background-color: #fff
}

.ques {
    border-bottom: 1px solid #cacaca;
    font-size: 80%;
    text-align: left;
    padding: 10px 32px 10px 0;
    cursor: pointer;
    background: url(../img/plus.png) no-repeat 98% center !important
}

.ans {
    margin: 0;
    padding: 10px 0;
    font-size: 75%;
    border-bottom: 1px solid #cacaca
}

    .ans p {
        padding: 0;
        text-align: justify
    }

.active {
    background: url(../img/minus.png) no-repeat 98% center !important
}

.ans ul li {
    margin: 5px 30px;
    list-style: disc
}

.footer p {
    font-size: 10px;
    text-align: justify
}

.isec {
    height: 38px;
    background: url(../img/iSEC.png) no-repeat right bottom;
    margin: 0;
    padding: 0
}

.rows4 {
    display: inline-block;
    width: 100%
}

.cols4 {
    width: 33%;
    float: left
}

.disp-inline {
    display: inline-block;
    width: 100%
}

.disp-inline1 {
    width: 20%;
    float: left
}

.disp-inline2 {
    width: 80%;
    float: left
}

.otp-to {
    font-size: 12px;
    font-weight: 500;
    color: #09b94f;
    margin-top: 5px;
    margin-bottom: 10px
}

.lbl-text {
    color: #737375;
    font-size: 11px;
    font-weight: 300
}

.inline-input {
    display: inline-block;
    width: 100%
}

    .inline-input input {
        width: 13%;
        float: left;
        margin: 10px 3px;
        border-radius: 10px;
        padding: 1px;
        text-align: center;
        border: 1px solid #646466;
        height: 22px
    }

        .inline-input input:focus {
            outline: 0
        }

.resend {
    font-size: 10px;
    color: #183e6d;
    text-decoration: underline;
    margin: 10px 8px 0 8px
}

.btn-get {
    background-color: #183e6b;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 20px;
    padding: 7px 25px;
    text-transform: uppercase;
    border: none;
    cursor: pointer
}

    .btn-get:focus {
        outline: 0
    }

.timer {
    text-align: right;
    margin: -10px 32px;
    font-size: 12px
}

.form-wrapper-fixed {
    background: #fff;
    position: fixed;
    right: 0;
    width: 330px;
    height: 100%;
    box-shadow: -5px 2px 10px rgba(0, 0, 0, .1);
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    top: 0;
    z-index: 10;
    overflow-y: auto !important;
    overflow-x: hidden
}

.btn1 {
    width: 100%
}

.form-wrapper-fixed form {
    margin-top: 10px
}

.form-wrapper-fixed h2 {
    text-align: center !important;
    padding: 8px 0 5px;
    font-size: 80% !important;
    color: #414042 !important;
    font-weight: 400
}

.form-wrapper-fixed form li {
    margin: 8px 0 !important
}

.form-wrapper-fixed .divform li {
    margin: 12px 0 !important
}

.form-wrapper-fixed form li span {
    margin: 0 !important
}

form li .span {
    margin: 0 0 5px !important
}

form li .errormsg {
    color: red;
    font-size: 55%;
    display: none;
    padding: 0 !important;
    margin: 0 !important
}

.divform li .errormsg {
    color: red;
    font-size: 55%;
    display: none;
    padding: 0 !important;
    margin: 0 !important
}

input,
textarea {
    padding: 8px;
    margin: 0;
    font-size: 75%
}

input,
select,
textarea {
    width: 100%;
    border: none;
    box-sizing: border-box;
    background: #f0f0f0;
    color: #989898;
    outline: 0;
    border-radius: 10px;
    height: 40px
}

select {
    padding: 10px 8px !important;
    font-size: 75% !important
}

input[type=submit] {
    background: #e77817 !important;
    text-align: center;
    color: #fff !important;
    border: 0 !important;
    height: 35px;
    font-weight: 700;
    cursor: pointer;
    font-size: 75%;
    text-transform: uppercase
}

.green {
    color: #090 !important;
    padding: 5px 0 !important;
    font-size: 70% !important;
    float: left;
    margin: 0;
    padding: 0
}

.resend-otp a {
    font-size: 75% !important;
    float: right;
    margin: 0;
    color: #808285 !important
}

.userid [type=radio]:checked,
.userid [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

    .userid [type=radio]:checked + label,
    .userid [type=radio]:not(:checked) + label {
        position: relative;
        padding-left: 24px;
        cursor: pointer;
        line-height: 15px;
        display: inline-block;
        color: #666
    }

        .userid [type=radio]:checked + label:before,
        .userid [type=radio]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 12px;
            height: 12px;
            border: 1px solid #e77817;
            border-radius: 100%;
            background: #fff
        }

        .userid [type=radio]:checked + label:after,
        .userid [type=radio]:not(:checked) + label:after {
            content: '';
            width: 6px;
            height: 6px;
            background: #e77817;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all .2s ease;
            transition: all .2s ease
        }

        .userid [type=radio]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0)
        }

        .userid [type=radio]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1)
        }

.userid input[type=radio] {
    display: none
}

.userid .choose {
    text-align: left !important;
    padding: 5px 0 10px !important;
    font-size: 75% !important
}

.userid label {
    font-size: 75%;
    margin-bottom: 15px !important
}

.rm-use-txt {
    margin-bottom: 0 !important;
    background: url(../img/minus1.png) no-repeat left 50%
}

.rm-minus {
    margin-bottom: 2px !important;
    background: url(../img/plus1.png) no-repeat left 50% !important
}

.rm-use p {
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 70%
}

.rm-use input {
    padding: 8px !important;
    margin-bottom: 8px !important;
    font-size: 75% !important;
    box-sizing: border-box
}

.details li {
    font-size: 55% !important;
    text-align: left;
    margin-bottom: 0 !important;
    list-style: disc;
    margin-left: 20px
}

.rm-details {
    display: block;
    padding-top: 5px;
    padding-bottom: 0 !important
}

.resume-wrap1 {
    background: #f4f4f4;
    border: 1px solid #e77817;
    text-align: center;
    margin: 28px 0 0 !important;
    padding: 5px 0 0;
    position: relative
}

#resume-btn1 {
    text-align: center;
    padding: 6px 0;
    width: 100%;
    background: #f6f6f6 !important;
    cursor: pointer;
    color: #e77817 !important;
    font-weight: 400;
    margin: 12px auto !important;
    font-size: 16px !important;
    border-radius: 4px
}

.or1 {
    position: absolute;
    top: 0;
    width: 25px;
    height: 25px;
    background: #fff;
    line-height: 25px;
    border: 1px solid #e77817;
    font-size: 60% !important;
    border-radius: 50%;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) box-shadow:0 1px 3px 0 rgba(63, 63, 68, .15), 0 0 0 1px rgba(63, 63, 68, .05);
    background-color: #fff
}

.ui-draggable,
.ui-droppable {
    background-position: top
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    width: 21% !important;
    z-index: 99999 !important
}

.ui-datepicker table {
    width: 100%;
    font-size: .8em !important;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker .ui-datepicker-title select {
    font-size: .8em !important;
    margin: 1px 0;
    outline: 0 !important
}

.nri-btn1 {
    color: #414042;
    font-size: 70%;
    padding: 6px 0;
    border: 1px solid #ccc;
    background: #f4f4f4;
    width: 100%;
    margin: 15px 0 !important;
    text-align: center;
    text-decoration: none;
    display: block;
    box-sizing: border-box
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 6px
}

::-webkit-scrollbar-thumb {
    background: #d4d4d4;
    border-radius: 6px
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555
    }

#more {
    display: none
}

#more1 {
    display: none
}

#more2 {
    display: none
}

#more3 {
    display: none
}

#more4 {
    display: none
}

.more {
    font-size: 12px;
    color: #00f;
    text-decoration: underline
}

#owl-carousel1 {
    display: none
}

#moreless-btn1 {
    display: none
}

#moreless-btn2 {
    display: none
}

#moreless-btn3 {
    display: none
}

#moreless-btn4 {
    display: none
}

#moreless-btn5 {
    display: none
}

#moreless-btn6 {
    display: none
}

.docs-link {
    margin: 0 0 20px 0
}

    .docs-link a {
        text-decoration: none;
        color: #0282cb;
        font-size: 16px
    }

.MultiCarousel {
    display: none
}

button:focus {
    outline: 0 !important
}

.form-sub-title {
    font-size: 24px;
    margin-bottom: 10px;
    color: #014a81
}

.form-sub-title1 {
    font-size: 16px;
    margin-bottom: 10px
}

.form-sub-title2 {
    font-size: 12px;
    margin-bottom: 10px
}

.resume-wrap a {
    color: #014a81;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700
}

.sticky-btn {
    display: none
}

@media(min-width:320px) and (max-width:767px) {
    .MultiCarousel {
        display: block;
        float: left;
        overflow: hidden;
        padding: 15px;
        width: 100%;
        position: relative;
        height: auto;
        box-sizing: border-box
    }

        .MultiCarousel .MultiCarousel-inner {
            transition: 1s ease all;
            float: left;
            box-sizing: border-box
        }

            .MultiCarousel .MultiCarousel-inner .item {
                float: left
            }

                .MultiCarousel .MultiCarousel-inner .item > div {
                    text-align: center;
                    background: #fff;
                    color: #666
                }

        .MultiCarousel .leftLst,
        .MultiCarousel .rightLst {
            position: absolute;
            border-radius: 0;
            top: calc(50% - 20px);
            border: 0
        }

        .MultiCarousel .leftLst {
            left: 30px;
            background: url(../img/prev.png) no-repeat !important;
            height: 33px;
            width: 15px
        }

        .MultiCarousel .rightLst {
            right: 30px;
            background: url(../img/next.png) no-repeat;
            height: 33px;
            width: 15px
        }

            .MultiCarousel .leftLst.over,
            .MultiCarousel .rightLst.over {
                pointer-events: none
            }

    .mob-owl-box {
        background-color: #fff;
        width: 60%;
        margin: 0 auto 10px auto;
        padding: 20px;
        box-shadow: 0 5px 8px #a7a7a7;
        border-radius: 15px;
        box-sizing: border-box
    }

    #desk-rtbs {
        display: none
    }

    .nri-btn {
        background: #fff;
        color: #0282cb;
        margin-top: 0px !important
    }

    #mob-view1 {
        display: none
    }

    #moreless-btn1 {
        display: block
    }

    #mob-view2 {
        display: none
    }

    #moreless-btn2 {
        display: block
    }

    #mob-view3 {
        display: none
    }

    #moreless-btn3 {
        display: block
    }

    #mob-view4 {
        display: none
    }

    #moreless-btn4 {
        display: block;
        font-size: 15px;
        text-align: right
    }

    #mob-view5 {
        display: none
    }

    #moreless-btn5 {
        display: block;
        font-size: 15px;
        text-align: right
    }

    #mob-view6 {
        display: none
    }

    #moreless-btn6 {
        display: block;
        font-size: 15px;
        text-align: right
    }

    .offers-title {
        font-size: 18px !important
    }

    .a-logo .logo {
        width: 100%
    }

    .a-logo {
        text-align: center;
        width: 40%;
        margin: 10px auto
    }

    .col {
        float: unset;
        width: 100%;
        margin: 0
    }

    .h1class {
        font-size: 24px;
        margin: 0 10px 10px 10px;
        text-align: center
    }

        .h1class span {
            font-size: 17px
        }

    .form-title {
        font-size: 18px;
        text-align: center
    }

    .fixed {
        position: relative
    }

    .form-box {
        width: 84%
    }

    .prime-outer-box {
        position: relative;
        width: 90%;
        box-sizing: border-box;
        margin: 40px auto 0 auto;
        top: 65%
    }

    .prime-table1 {
        width: 50%
    }

    .prime-table2 {
        width: 49%;
        border-right: 0
    }

    .prime-table3 {
        width: 100%;
        margin-top: 20px
    }

    .p-txt2 {
        font-size: 15px !important;
        width: 80%;
        top: 9px
    }

    .p-txt3 {
        padding: 0 0;
        font-size: 14px
    }

    .s9 {
        width: 100% !important
    }

    .row {
        margin: 0 auto
    }

    .offers-s12 {
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .offers-item {
        width: 41% !important;
        margin: 5px 5px !important;
        padding: 5px 5px !important
    }

    .offers-div {
        width: 90%;
        border-radius: 10px;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 20px 10px
    }

    .d-box1 {
        border-bottom: 1px solid #646466;
        margin: 0 10px
    }

    .d-box2 {
        border-bottom: 1px solid #646466;
        border-left: 0;
        border-right: 0;
        margin: 0 10px
    }

    .knw-mre {
        margin-top: 20px
    }

    .sec-1 {
        padding: 2rem 10px 0rem 10px;
        box-sizing: border-box
    }

    .ques {
        padding-right: 25px
    }

    .footer p {
        margin: 0 10px
    }

    .ban-p {
        font-size: 14px
    }

    .d-box3 {
        border-left: 0
    }

    .banner {
        padding: 1rem 0 3rem 0
    }

    .mobbr {
        display: none
    }

    .form-wrapper-fixed {
        position: relative;
        width: 90%;
        padding: 20px;
        margin: 20px auto;
        border-radius: 10px
    }

    .form-control1 {
        width: 100%
    }

    .ban-p span {
        font-size: 24px
    }

    .awards li {
        text-align: center
    }

    .offer-line1 {
        font-size: 14px;
        line-height: 1.2;
        min-height: 65px;
        margin-top: 10px
    }

    .offers-title2 {
        font-size: 14px !important
    }

    .sticky-btn {
        position: fixed;
        top: 20%;
        right: -45px;
        z-index: 11;
        transform: rotate(-90deg);
        display: block
    }

    .sticky-btn-a a {
        color: #fff;
        text-decoration: none;
        background-color: #f6821f;
        padding: 10px;
        font-size: 14px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px
    }
}

header,
html,
img,
label,
p,
section,
table,
td,
th,
tr,
video {
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    margin: 0;
    padding: 0
}

body {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
blockquote,
f,
figure,
header,
section {
    display: block
}

li,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

button,
input,
select {
    margin: 0;
    padding: 0
}

a img,
input,
select {
    vertical-align: middle
}

html {
    background: #fff;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 20px;
    color: #414042;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: graysacle
}

.row {
    max-width: 1170px;
    margin: 0 auto
}

.s12 {
    width: 100%
}

.s11 {
    width: 91.53%
}

.s10 {
    width: 83.06%
}

.s9 {
    width: 76.6% !important
}

.s8 {
    width: 66.13%
}

.s7 {
    width: 57.66%
}

.s6 {
    width: 49.2%
}

.s5 {
    width: 40.73%
}

.s4 {
    width: 32.26%
}

.s3 {
    width: 23.8%
}

.s2 {
    width: 15.33%
}

.s1 {
    width: 6.866%
}

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%
}

    .col:first-child {
        margin-left: 0
    }

.clr:after,
.clr:before {
    content: "";
    display: table
}

.clr:after {
    clear: both
}

.tc {
    text-align: center
}

.tl {
    text-align: left
}

.tr {
    text-align: right
}

.cursor {
    cursor: pointer
}

footer,
header,
section {
    width: 100%;
    float: left
}

.outerdiv {
    display: none
}

.innerdiv {
    display: none
}

body {
    background-color: #fcfcfc;
    font-family: 'Mulish', sans-serif;
}

.a-logo1 {
    float: right;
}

.a-logo2 {
    float: left;
}

.banner {
    background-color: #fefefe;
    box-shadow: rgb(33 35 38 / 10%) 0 2px 3px 2px;
    padding: 1rem 0;
    margin: 3rem 0;
    position: relative
}

.h1class {
    font-size: 40px;
    color: #043d6d;
    line-height: 1.6em;
    font-weight: lighter;
}

    .h1class span {
        font-weight: 700;
    }


.form-box {
    background-color: #FBEEE9;
    color: #000;
    padding: 10px;
    border-radius: 24px;
    border: 8px solid #fff;
    box-shadow: 0 0 5px #ddd;
    position: relative;
    top: 0;
    width: 100%;
    margin: 0 auto 0;
}

.txt2 {
    color: #4a4a4a;
    font-size: 20px;
    font-weight: 400;
    text-align: center
}

.txt3 {
    color: #4a4a4a;
    font-size: 20px;
    text-align: center;
    font-style: italic;
    line-height: 2
}

.txt8 {
    color: #4a4a4a;
    font-size: 30px;
    text-align: center;
    font-style: italic;
    font-weight: 700
}

.form-control {
    width: 100%;
    color: #eaebeb;
    border: 1px solid rgba(5,61,110,0.4);
    background-color: #fff;
    outline: 0;
    padding: 8px 12px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 15px;
}

.btn-sub {
    background-color: #DB620A;
    border: none;
    outline: 0;
    font-weight: 600;
    padding: 11px 36px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.hr2 {
    width: 60px;
    border-top: 5px solid #e87817;
    margin: 0 auto
}


.h1class2 {
    font-size: 36px;
    font-weight: 400;
    color: #043d6d;
    text-align: center;
    text-transform: uppercase;
}

.hr1 {
    width: 6%;
    float: left;
    border-top: 5px solid #053D6E;
}


.feature-box {
    display: inline-block;
    width: 100%;
}

.feature-box1 {
    float: left;
    width: 20%;
    margin: 20px 9px 0px 9px;
    padding: 20px 20px;
    font-size: 16px;
    color: #000;
    height: 370px;
}

    .feature-box1 div {
        height: 125px;
    }

.feature-box1-txt1 {
    font-weight: 900;
    font-size: 18px;
    color: #97291e;
}

.feature-box1-txt2 {
    font-size: 14px;
    font-weight: 900;
    color: #000000;
}

.feature-box1-list1 {
    margin-top: 10px;
}

    .feature-box1-list1 li {
        font-size: 14px;
        font-weight: 400;
        color: #000000;
    }

.section1 {
    padding: 4rem 0px 2rem 0px;
    background-color: #FCFCFC;
}



.section5 {
    padding: 2rem 0 2rem 0
}

.ques {
    cursor: pointer;
    background: url(../img/plus.png) no-repeat 98% center !important;
    border: 1px solid #d1d1d1;
    padding: 15px 25px 15px 20px;
    margin: 10px 0 0 0;
    border-radius: 5px;
    color: #212529;
    font-size: 18px;
    font-weight: 700
}

.ans {
    padding: 15px 20px;
    color: #727272;
    font-size: 18px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion .active {
    background: url(../img/minus.png) no-repeat 98% center !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.ans ul li {
    list-style: disc;
    margin-left: 20px
}

.footer {
    background-color: #fff;
    padding: 2rem 0
}

    .footer p {
        color: #a3a3a3;
        font-size: 12px
    }

        .footer p strong {
            color: #e87817
        }

.section7 {
    background-color: #3D3D3D;
}

.copy-right {
    color: #fff;
    font-size: 14px
}

.sticky-btn {
    position: fixed;
    text-align: center;
    bottom: 0
}

.sticky-btn-a a {
    background-color: #e87817;
    padding: 6px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    border-radius: 20px
}

.input-field {
    padding: 10px 0;
    background-color: #fcf1e7
}

.form-control1 {
    color: #eaebeb;
    border: 1px solid #ddd;
    background-color: transparent;
    outline: 0;
    padding: 12px 12px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    color: #4a4a4a
}

.close {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background-color: #e87817;
    color: #fff;
    border-radius: 10px;
    height: 20px;
    width: 20px;
    font-weight: 700;
    cursor: pointer;
    padding-bottom: 3px
}


.otp-to {
    font-size: 12px;
    color: #4a4a4a;
}

.lbl-text {
    font-size: 12px;
    color: #000
}

.disp-inline {
    display: inline-block;
    width: 100%
}

.disp-inline1 {
    float: left;
    width: 30%
}

.disp-inline2 {
    float: left;
    width: 70%
}

.inline-input {
    display: inline-block;
    width: 100%
}

    .inline-input input {
        float: left;
        width: 22%;
        margin: 0 2px
    }

.timer {
    font-size: 12px;
    text-align: center
}

.resend {
    font-size: 11px
}


.owl-carousel .owl-item img {
    margin: 0px auto;
}

.owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -6rem;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #D75D26 !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 25px !important;
    height: 6px !important;
}

.section3 {
    background: linear-gradient(180deg, #FBEEE9 50%, #FCFCFC 60%, #FCFCFC 40%);
    box-shadow: 0px 20px 40px rgba(14, 31, 53, 0.2);
    border-radius: 0px 120px 0px 120px;
    padding: 2rem 0px;
}

.basket-box {
    border-radius: 16px;
    background-color: #FFFFFF;
    padding: 20px 20px;
    margin: 2px 20px;
    border: 1px solid rgba(14, 31, 53, 0.2);
    text-align: center;
}

#owl-carousel2 .owl-item img {
    width: auto;
    margin: 0px;
}

.basket-txt2 {
    color: #043C6D;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 24px;
    padding: 10px 20px;
    box-sizing: border-box;
}

.basket-txt3 li {
    color: #000;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}

.mid-cap {
    border-radius: 4px;
    background-color: #EBEFF6;
    color: #4A4A4A;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    width: 56px;
    padding: 15px;
    margin-bottom: 15px;
}

.basket-txt4 {
    color: #043C6D;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
    margin-bottom: 15px;
}

.basket-txt5 {
    color: #043C6D;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
    margin-bottom: 15px;
}

.basket-box2 {
    border-radius: 16px;
    background-color: #FEF2E3;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    padding: 20px 20px;
}

.basket-txt6 {
    color: #4A4A4A;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 16px;
    cursor: pointer;
}

.basket-txt7 {
    color: #4A4A4A;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
    margin-top: 15px;
}

.down-arrow {
    position: relative;
    top: 3px;
    display: inline-block !important;
    width: auto !important;
}

.down-arrow1 {
    transform: rotate(180deg);
}

.graph {
    width: 100% !important;
}


.thank-you-div {
    border-radius: 32px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    padding: 2rem 2rem;
}

.thank-you-txt1 {
    color: #97291F;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 60px;
    text-align: center;
}

.thank-you-txt2 {
    color: #043C6D;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 38px;
    text-align: center;
}


.key-box {
    display: inline-block;
    width: 100%;
    display:flex
    
}

.key-box1 {
    float: left;
    width: 22%;
    text-align: center;
    padding: 0px 16px 0px 16px;
    margin-top: 30px;
    color: #272727;
    font-size: 14px;
    flex:1;
}

    .key-box1 p {
        margin-top: 10px;
    }

.section4 {
    background: linear-gradient(180deg, #FBEEE9 0%, #FCFCFC 28.65%, #FCFCFC 100%);
    border: 1px solid #FBEEE9;
    box-shadow: 0px 20px 40px rgba(14, 31, 53, 0.2);
    border-radius: 0px 0px 120px 0px;
    padding: 2rem 0px;
}

.why-txt1 {
    color: #DB620A;
    font-weight: 400;
    font-size: 18px;
}

    .why-txt1 span {
        font-weight: 900;
        font-size: 30px;
    }

.section2 {
    padding: 2rem 0px;
    background: #FFFFFF;
    border: 1px solid #FBEEE9;
    box-shadow: 0px 20px 40px rgba(14, 31, 53, 0.2);
    border-radius: 120px 0px 0px 0px;
}
/*.phone-box{background-image: url(../img/store-bg.svg);}
*/
.phone-box {
    display: inline-block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left center;
}
.phone-box1 {
    float: left;
    width: 45%;
    text-align: left;
}
.phone-box2 {
    float: left;
    width: 54%;
    text-align: left;
}

    .phone-box1 .phone1 {
        width: 100%;
    }

.market-logo img {
    width: 100%;
}

.market-logo {
    width: 60%;
    margin: 10px auto;
}

.phone-box-txt1 {
    font-size: 15px;
    font-weight: 900;
    color: #053D6E;
    margin-top: 10px;
}

.qr1 {
    margin-top: 10px;
}

.idirectapp {
    color: #D75D26;
    font-weight: 900;
    font-size: 22px;
    text-transform: uppercase;
}

.phone-box-list {
    margin-left: 20px;
}

    .phone-box-list li {
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        text-align: left;
        margin-top: 5px;
    }
._mob {
    display: flex;
    border: 1px solid rgba(5,61,110,0.4);
    background-color: #fff;
    font-size: 14px;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 15px;
    padding: 5px 10px;
}
._mob .form-control {
    margin-bottom: 0;
    border: none;
    border-left: 1px solid rgba(5,61,110,0.4);
    border-radius: 0;
    margin-left: 10px;
}

@media(min-width:320px) and (max-width:767px) {
    .row {
        margin: 0 15px
    }

    .col {
        width: 100%;
        margin: auto
    }

    .a-logo {
        width: 100%;
        margin: 10px auto 0px auto;
    }

    .a-logo2 {
        width: 100%;
    }

    .h1class {
        text-align: center;
        margin-bottom: 20px;
        font-size:33px;
        margin-top: 0;
        line-height: 1.2;
    }

        .h1class span {
            font-size: 30px
        }

    .txt2 {
        font-size: 20px
    }

    .txt3 {
        font-size: 20px
    }


    .txt8 {
        font-style: normal
    }


    .h1class2 {
        font-size: 26px;
        padding-left: 10px
    }

    .footer {
        padding: 2rem 0
    }

    .input-field {
        display: block;
        width: 100%;
        background-color: #e87817
    }


    .close {
        display: none
    }

    .form-box {
        position: relative;
        width: 100%;
        box-sizing: border-box
    }

    .banner {
        padding: 2rem 0;
        margin: 0 0
    }

    .ques h3 {
        font-weight: 400 !important
    }

    .mobbr {
        display: none
    }

    .section7 {
        padding: 2rem 0;
    }

    .feature-box1 div {
        height: auto;
        text-align: center;
    }

    .feature-box1 {
        width: 100%;
        box-sizing: border-box;
        height: auto;
    }

    .key-box1 {
        box-sizing: border-box;
        width: 100%;
    }

    .phone-box1 {
        box-sizing: border-box;
        width: 100%;
    }

    .phone-border {
        border-top: 1px solid #bbb;
        margin-top: 20px;
    }

    .phone-box-list {
        margin-left: 0px;
    }

    .section4, .section2 {
        box-sizing: border-box;
    }

 .header-pnl {
        min-height: 30px;
    }

   
}

@media(min-width:768px) and (max-width:1024px) {
    .row {
        margin: 0 15px
    }

    .section4, .section2 {
        box-sizing: border-box;
    }

    .phone-box1 {
        width: 100%;
        box-sizing: border-box;
    }

    .h1class {
        font-size: 32px;
    }

    .form-box {
        padding: 25px 32px;
        top: -40%;
        
        margin: 0 auto 0;
        right: 3%;
    }

    .feature-box1 {
        width: 42%;
    }

    .owl-theme .owl-nav {
        top: -4rem;
    }

    .key-box1 {
        width: 45%;
    }
}

.form-group {
    font-size: 14px;
}

.slick-slider {
    padding-top:40px;
}
.slick-arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
}
.slick-prev:before {
    content: '';
    background: url(../img/owl-prev.svg) no-repeat center !important;
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
}
.slick-next:before {
    content: '';
    background: url(../img/owl-next.svg) no-repeat center !important;
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
}
.slick-prev {
    right: 80px;
    left: auto;
}
.slick-dots li {
    width: 30px;
}
.slick-dots li button:before {
    content: '';
    background: #D6D6D6;
    margin: 5px 7px;
    transition: opacity .2s ease;
    border-radius: 30px;
    width: 25px !important;
    height: 6px !important;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    background: #D75D26 !important;
    opacity:1;
}
.header-pnl {
    background: linear-gradient(0deg, #BE2A2A 5.9%, #EF7F1A 94.28%);
    min-height: 52px;
}
.form-wrapper-fixed {
    background: #fff;
    position: fixed;
    right: 0;
    width: 412px;
    height: 52%;
    box-shadow: -4px 3px 5px rgba(0, 0, 0, .1);
    padding-left: 17px;
    padding-right: 11px;
    box-sizing: border-box;
    top: 60px;
    z-index: 19;
    overflow-y: auto !important;
    overflow-x: hidden;
    margin: 96px;
}

.btn1 {
    width: 100%
}

.form-wrapper-fixed form {
    margin-top: 10px
}

.form-wrapper-fixed h2 {
    text-align: center !important;
    padding: 8px 0 5px;
    font-size: 80% !important;
    color: #414042 !important;
    font-weight: 400
}

.form-wrapper-fixed form li {
    margin: 8px 0 !important
}

.form-wrapper-fixed .divform li {
    margin: 12px 0 !important
}

.form-wrapper-fixed form li span {
    margin: 0 !important
}

.header-pnl {
    background: linear-gradient(0deg, #BE2A2A 5.9%, #EF7F1A 94.28%);
    min-height: 52px;
}


.sipstep {
    line-height: 16px;
    margin-bottom: 23px;
}
.sipstep>div:first-child {
    position: static;
    height: 0;
}
.sipstep>div:not(:first-child) {
    margin-left: 1.5em;
    padding-left: 8px;
}
.title-h5 {
    font-size: 12px;
}
.circle {
    background: #E7E8E9;
    border: 1.5px solid #fff;
    position: relative;
    width: 16px;
    height: 16px;
    line-height: 14px;
    border-radius: 100%;
}
.circle:after {
    content: " ";
    display: block;
    height: 21px;
    width: 2px;
    margin: 16px auto 0;
    background-color: #e7e8e9;
    border-radius: 8px;
}
.circle.no:after {
   content:none;
} 
.sipstep.active .circle:after {
    background-color: #008f52;
}
.sipstep.active .check:before {
    content: "";
    position: absolute;
    background: #FFF url(../images/circular-tick.svg) no-repeat center !important;
    width: 16px;
    height: 16px;
    left: -1px;
}
.close-btn {
    position: relative;
    color: #CECECE;
    opacity: 1;
    padding: 0px 0px;
    left: -10px;

}

.btn.btn-custom {
    background: var(--orange);
    color: var(--white);
    padding: 15px 24px;
    border-radius: 4px;
    line-height: 16px;
    font-weight: 600;
    overflow: hidden;
    position: relative;
}
