﻿* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Mulish", sans-serif !important;
    font-size: 62.5%;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    margin: 0;
}

.section-wrap {
    padding: 6rem 0;
    width: 100%;
}

.heading2 {
    margin: 0;
    padding-bottom: 1rem;
    font-size: 3.6rem;
    line-height: normal;
    font-weight: 700;
    text-align: left;
    color: #2d2d2d;
}

.text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
    color: #282828;
}

.sub-txt {
    font-size: 1.6rem;
    line-height: 20px;
    font-weight: 400;
}

.note-txt {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 1rem;
}

.clr-white {
    color: #fff;
}

.bg-blue {
    background: var(--Blue-Gradient, linear-gradient(180deg, #004A80 0.49%, #00305B 100%));
}

.bg-lightblue {
    background: #E1F4FD
}

.bg-gray {
    background: #F8F6F6;
}

.bg-pink {
    background: #F8F6E4;
}

.lightpink {
    background: #FFF9F6;
}

.align-center {
    text-align: center;
}

.no-margin {
    margin: 0 !important;
}

.mt-15 {
    margin-top: 1.5rem;
}

.form-group.mb-20 {
    margin-bottom: 2rem;
}

.img-cont-block, .cont-img-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 180px;
}

.img-block {
    width: 40%;
    text-align: center;
}

.cont-block {
    width: 60%;
}

.img {
    width: 100%;
}

.no-txt {
    font-size: 3rem;
    line-height: 38px;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background: linear-gradient(180deg, #F58820 0%, #B02A30 100%);
    -webkit-background-clip: text;
    text-fill-color: transparent;
    margin-right: 8px;
    position: relative;
    top: -9px;
}

.strong {
    font-size: 1.8rem;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.sub-heading {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 3rem;
}

.heading-txt {
    font-size: 1.8rem;
    line-height: 24px;
    font-weight: 700;
    /*margin-bottom: 1rem;*/
    display: flex;
}


.key-features-list .key-item {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 1.5rem;
    padding-left: 2rem;
    position: relative;
}

    .key-features-list .key-item:last-child {
        margin-bottom: 0;
    }

    .key-features-list .key-item:before {
        content: '';
        position: absolute;
        background: url('../images/SupportingPageImg/bullet.svg') no-repeat;
        width: 10px;
        height: 12px;
        left: 0;
        top: 5px;
    }

.group-insure-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px;
}

.insure-block {
    width: 32%;
}

    .insure-block img {
        height: 6rem;
        margin-bottom: 2rem;
    }

.plan-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.plan-item {
    width: 49%;
    background: #F5F6F6;
    border-radius: 15px;
    padding: 3rem 1.5rem;
    display: flex;
}

    .plan-item .para {
        padding-left: 1.5rem;
    }

.benefits-block {
    margin: 0 auto;
    max-width: 1106px;
    width: 100%;
}

.left-right-block, .right-left-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 3rem;
}

.key-wrap .morecontent span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #282828;
    display: none;
}

.morelink {
    display: inline-block;
}

.key-wrap .morelnk::after {
        content: "";
    position: relative;
    top: 5px;
        width: 20px;
        height: 16px;
        margin-top: -12px;
    background: url('../images/SupportingPageImg/readmore.svg');
    display: inline-block;
    }

.read-more {
    display: none;
}

.more-cont {
    display: block;
}
/***FAQ Start***/
.faq-sec {
    margin: 0 auto;
    max-width: 878px;
    width: 100%;
}

.quest-answ-block {
    margin-top: 3rem;
}

.question-block {
    margin-bottom: 2.4rem;
}

    .question-block:last-child {
        margin-bottom: 0;
    }

.question {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1rem;
    display: block;
}

.answer {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
    display: block;
}
/***FAQ End***/

/****Breadcrumbs/Disclaimer****/
.breadcrumbs-block {
    border-top: 1px solid #EAEAEA;
    padding: 1.4rem 0;
}

.breadcrumbs-sec {
    display: flex;
    justify-content: space-between;
}

ul.breadcrumbs {
    display: flex;
}

    ul.breadcrumbs li {
        font-size: 1.4rem;
        font-weight: 600;
        line-height: normal;
        margin-right: 15px;
    }

        ul.breadcrumbs li:last-child {
            margin: 0;
        }

        ul.breadcrumbs li a {
            position: relative;
        }

            ul.breadcrumbs li a.subtitle {
                color: #6C6C6C;
            }

            ul.breadcrumbs li a:after {
                content: "";
                position: absolute;
                border: solid #282828;
                border-width: 0 1.2px 1.2px 0;
                display: inline-block;
                padding: 3px;
                vertical-align: top;
                transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                margin-top: 6px;
                margin-left: 10px;
            }

        ul.breadcrumbs li:last-child a:after {
            display: none;
        }

.disclaimer-link {
    color: #EC6625;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
}

    .disclaimer-link a {
        color: #EC6625;
    }
/****Breadcrumbs/Disclaimer****/


/****Button Start****/
.primary-btn {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    padding: 1.1rem 2.4rem;
    font-size: 1.6rem;
    background: #EC6625;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
    border: 3px solid transparent;
    font-weight: 700;
    text-align: center;
}

    .primary-btn:hover {
        background: #FD7B20;
        color: #fff;
    }

    .primary-btn:focus {
        background: #E26123;
        box-shadow: 0 0 0px 3px #e26123;
        border: 3px solid #fff;
    }
/****Button End****/


/****Widget Start****/
.banner-bg {
    background: url('../images/SupportingPageImg/banner-bg.svg') no-repeat;
    background-size: 100%;
    background-position: left bottom;
    width: 100%;
    padding-bottom: 180px;
}

.form-wrap {
    display: flex;
    justify-content: space-between;
    /* gap: 100px;*/
}

.lists-rules h1 {
    font-size: 4.8rem;
    line-height: 60px;
    font-weight: 900;
    font: 900 48px "Mulish", sans-serif !important;
    margin-bottom: 1rem;
}

.sub-txt {
    font-size: 1.8rem;
    line-height: 23px;
    font-weight: 500;
}

.form-block {
    border-radius: 15px;
    border: 1px solid #CBCDCE;
    box-shadow: 3px 4px 23px 0 rgb(0 0 0 / .06);
    padding: 3rem;
    max-width: 427px;
    width: 100%;
    background: #fff;
}

.title-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.form-title {
    font-size: 1.8rem;
    line-height: 23px;
    font-weight: 700;
}

.step-block {
    width: 73px;
    height: 28px;
    border-radius: 25px;
    background: #E1F4FD;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 15px;
    font-weight: 600;
}

.step {
    font-size: 1.4rem;
    line-height: 18px;
    font-weight: 700;
    margin-left: 5px;
}

.corpo-form {
    top: 0;
}

/*.left-block {
    width: 60%;
}*/
.banner-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 2rem;
}

.ban-list-item {
    display: flex;
    align-items: center;
    width: 300px;
    background: #FFF2EB;
    border: 1px solid #FFD9C2;
    border-radius: 10px;
    padding: 1rem;
}

.pic-sec {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
}

.ban-list-item p {
    font-size: 1.4rem;
    line-height: 18px;
    font-weight: 500;
    margin-left: 10px;
}

.il-input-block {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 3rem;
}

    .il-input-block input {
        border: 1px solid #C9C9C9;
        border-radius: 5px;
        background: #fff;
        padding: 1.2rem;
        width: 100%;
        font-size: 1.6rem;
        line-height: 2rem;
        font-weight: 500;
        color: #282828;
    }

    .il-input-block span.errormsgfont {
        font-size: 1.3rem;
        color: red;
        display: none;
    }

    .il-input-block label {
        font-size: 1.6rem;
        color: #838383;
        font-weight: 500;
        position: absolute;
        left: 17px;
        top: 14px;
        background: #fff;
        transition: 0.3s all ease;
        pointer-events: none;
    }

.shop-get-popup .btn-block {
    display: block;
    width: 100%;
}

    .shop-get-popup .btn-block .primary-btn {
        width: 100%;
    }

.check-list-block {
    margin-top: 2.5rem;
}

#terms_cond, #whatsapp {
    padding: 0;
    height: 0;
    width: 0;
    margin: 0;
    cursor: pointer;
    display: none;
}

.inline-cont a {
    text-decoration: underline;
}

.terms-cond-check {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 400;
    color: #282828;
    margin-bottom: 1rem;
}

.check-list-block label {
    position: relative;
    cursor: pointer;
    display: flex;
    font-size: 1.4rem;
    font-weight: 400;
    color: #282828;
    margin-bottom: 0;
}

    .check-list-block label:before {
        content: "";
        -webkit-appearance: none;
        background-color: #fff0;
        border: 2px solid #838383;
        padding: 8px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 10px;
        border-radius: 3px;
        height: -moz-fit-content;
        height: fit-content;
        transition: .3s all ease;
    }

.check-list-block input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.check-list-block input:checked + label:before {
    background-color: #EC6625;
    border: 2px solid #EC6625;
}

.inline-cont {
    margin-left: 3px;
}

/****Widget End****/

.plan-item .more {
    display: block;
}
/*****thank You Popup*****/
.shop-get-popup {
    position: absolute;
    padding: 3rem;
}

    .shop-get-popup .close span {
        font-size: 3rem;
    }

    .shop-get-popup .griha-proceed {
        text-align: left;
    }

    .shop-get-popup .popup-title {
        font-size: 2rem !important;
        font-weight: 700 !important;
        color: #282828 !important;
        margin-bottom: 1.6rem !important;
    }

    .shop-get-popup .griha-proceed p.text {
        font-size: 1.6rem;
        line-height: 20px;
        font-weight: 400;
    }

        .shop-get-popup .griha-proceed p.text label {
            font-weight: 700;
        }

    .shop-get-popup .griha-proceed h5 {
        margin-top: 2rem;
        font-size: 1.6rem;
        line-height: 20px;
        font-weight: 400;
        text-align: left;
    }

        .shop-get-popup .griha-proceed h5 a {
            color: #EC6625;
            font-weight: 700;
            text-decoration: underline;
        }

    .shop-get-popup .btn-block {
    float: right;
    text-align: right;
    width: auto;
    margin-top: 2rem;
}

.shop-get-popup .alrightBtn {
    width: 101px;
    height: 48px;
    border-radius: 5px;
    background: #EC6625;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 20px;
    font-weight: 700;
    display: flex;
    justify-content: flex-end;
}
/*****thank You Popup*****/

.gi-banner {
    background: url(../images/SupportingPageImg/banner-bg.svg);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 175px;
}

.img-pos {
    position: relative;
    top: -4px;
}

.form-group {
    margin-bottom: 5px;
}


.form-group a, .form-group img {
    padding-left: 0;
}

    .form-group label:before {
    padding: 7px;
}

.form-group input:checked + label:after {
        top: 6px;
    left: 6px;
    width: 5px;
    height: 8px;
}

.benefits-block .content-block {
    padding: 0px;
}

.group-insure-plan .plan-item a {
    color: #282828;
    text-decoration: underline;
}

/*****Responsive*****/
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1330px;
    }
}

@media (max-width: 1024px) {
    .img-cont-block, .cont-img-block {
        gap: 40px;
    }

    .img-block img {
        width: 100%;
    }

    .plan-block {
        gap: 10px;
    }

    .group-insure-block {
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .form-wrap {
        flex-direction: column;
        gap: 10px;
    }

    .health-banners {
        background: none;
        padding-bottom: 0;
    }

    .left-block {
        width: 100%;
    }

    .form-block {
        padding: 2rem;
    }

    .banner-list {
        gap: 15px;
        justify-content: center;
    }

    .title-block {
        display: none;
    }

    .lists-rules h1 {
        font-size: 2.4rem;
        line-height: 30px;
        text-align: center;
        font: 900 24px "Mulish", sans-serif !important;
    }

    .sub-txt {
        font-size: 1.4rem;
        line-height: 21px;
        text-align: center;
    }

    .ban-list-item {
        width: 93%;
    }

    .img-cont-block, .cont-img-block {
        flex-direction: column;
    }

    .img-block, .cont-block {
        width: 100%;
    }

    .heading2, .sub-heading {
        text-align: left;
    }

    .plan-block {
        flex-direction: column;
    }

    .plan-item {
        width: 100%;
    }

    .insure-block {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .left-right-block, .right-left-block {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .right-left-block {
        flex-direction: column;
    }

    .content-block .text {
        padding-left: 24px;
    }

    .left-right-block, .right-left-block {
        margin-bottom: 6rem;
    }

    .more-cont {
        display: none;
    }

    .read-more {
        display: block;
        margin-top: 3rem;
        text-align: center;
        text-decoration: underline;
        font-size: 1.4rem;
        line-height: 18px;
        font-weight: 700;
        color: #EC6625;
    }

    a.read-more, a.read-less {
        color: #fe6625;
        text-decoration: underline;
    }

    .lists-rules, .right-block {
        max-width: 100%;
        width: 100%;
    }

    .shop-get-popup {
        margin-right: 0;
    }

        .shop-get-popup.otp_popup .modal-content .modal-body {
            padding: 2rem;
        }


        .shop-get-popup .ty-popup-griha {
            width: 100%;
        }

        .shop-get-popup .popup-title br {
            display: none;
        }

        .shop-get-popup .griha-proceed h5 {
            font-size: 1.5rem;
        }

        .shop-get-popup .alrightBtn {
            margin-top: 2rem;
        }
}

@media (max-width: 480px) {
    .section-wrap {
        padding: 4rem 0;
    }

    .container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .heading2 br {
        display: none;
    }

    .heading2 {
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 36px;
        padding-bottom: 1.5rem;
    }

    .img-mob {
        width: 100%;
    }

    .img-cont-block {
        flex-direction: column-reverse;
    }

    .breadcrumbs-block {
        padding: 1.5rem 0;
        margin: 0;
    }

    .breadcrumbs-sec {
        flex-direction: column;
    }

    .disclaimer-link {
        margin: 2rem 0 2rem 0;
        padding-top: 2rem;
        border-top: 1px solid #dfdfdf;
    }

    .shop-insure-article .container {
        border-radius: 0;
        padding: 4rem 2rem;
    }

    .img-article-block {
        flex-direction: column-reverse;
        justify-content: center;
    }

    .quest-answ-block {
        margin-top: 2rem;
    }

    ul.breadcrumbs li {
        margin-right: 12px;
    }

        ul.breadcrumbs li a:after {
            margin-left: 6px;
        }

        ul.breadcrumbs li a {
            font-size: 1.2rem;
        }
}
/*****Responsive*****/
