body,
html {
    font-family: Mulish, sans-serif !important;
    font-size: 62.5%;
    overflow-x: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.health-shield-wrap {
    background: linear-gradient(90deg, rgb(252 218 215 / 20%) 30%, rgba(252, 218, 215, 1) 70%) !important;
}

.healthshield-block-wrap {
    display: flex;
    justify-content: space-around;
    gap: 0;
    /* padding: 4rem 0 6rem 0; */
}

.bannerTitle {
    font-size: 20px;

    font-weight: 500;
    line-height: 30px;
}

.banner-content-left {
    width: 60%;
}

.banner-content-right {
    width: 100%;
    max-width: 471px;
}

.block-img-left-wrap {
    display: flex;
    gap: 23px;

    align-items: stretch;
    margin-top: 3.2rem;
}

.blocktext {
    text-align: center;

    font-size: 14px;

    font-weight: 500;
}

.block-img-cont {
    text-align: center;
    padding: 2rem 1rem;

    width: 200px;
    border-radius: 20px;
    border: 1px solid #FCDAD7;
    background: linear-gradient(149deg, #FFF 46.8%, #FCDAD7 97.4%);
    box-shadow: 1px 1px 0px #AF2F31;
}

sup {
    line-height: 10px;
}

.il-input-block {
    margin-bottom: 2.5rem;
}

.banner-content-left h1 {
    font-size: 4.8rem;
    font-weight: 900;
}

.banner-content-left h1 span {
    color: #ec6625;
}

.health-shield-wrap .bannerFormblock {
    background: #fff;
    width: 100%;
    max-width: 471px;
    border: 1px solid #cbcdce;
    box-shadow: 0px 4px 23px rgb(0 0 0 / 10%);
    border-radius: 10px;
    z-index: 1;
    padding: 35px 30px 10px;
}

.mt-20 {
    margin-top: 2rem;
}

.fullWidth-btn {
    width: 100%;
}



/* new */
.section-content {
    padding: 4rem 0 4rem 0;
}

.bg-gray {
    background: #f8f6f6;
}

.bg-pink {
    background: #F8F6E4;
}

.bg-lightpink {
    background-color: #FFF9F6;
}

.bg-lightblue {
    background-color: #EDF6FF;
}

#why .sec-head {
    font-size: 3.6rem;
    line-height: 45px;
    font-weight: 700;
}

.ui-card-wrap {
    display: inline-flex;
    width: 100%;
    margin: 0 auto;
    padding: 5rem 0 0;
}

.ui-card-wrap .card-block {
    background: #F8F6F6;
    border: none;
    display: flex;
    text-align: left;
    width: 30%;
    margin: 0 auto;
    padding: 2.5rem 3rem;
    /* border: 1px solid #eaeaea; */
    border-radius: 1rem;
}


.flexclass {
    display: flex;
    align-items: center;
}

.img_section {
    margin-right: 2rem;
}

.ui-card-wrap .card-block span {
    padding-bottom: .6rem;
    font-size: 2rem;
    line-height: 25px;
    font-weight: 700;
    color: #f26624;
    text-align: left;
    display: inline-block;
}

.ui-card-wrap p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: left;
    position: relative;
}

.ui-card-wrap .card-block p span {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #282828;
    padding: 0 0.6rem;
    position: relative;
    font-weight: 500;
}

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.heading2 {
    color: #282828;

    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}



.img-block_wrapper {
    display: flex
}

.img-block_wrapper .block-left {
    width: 45%;
}

.block-left img {
    margin: 0 auto;
}

.img-block_wrapper .block-right {
    width: 55%;
}

.mt-5 {
    margin-top: 0.5rem;
}

.mt-10 {
    margin-top: 1rem !important;
}

.mt-15 {
    margin-top: 1.5rem;
}

.heading2 span {
    color: #EC6625;
}



/* inclusion start */
.bg-darkGray {
    background: #F8F6F6;
}

.inclu-excl-block .slide-tab-content-body {

    margin-bottom: 4rem;
    padding: 0 3rem;
}

.incl-excl-list-block {
    display: flex;
    justify-content: space-between;
    gap: 75px;
}


.incl-excl-list-block ul {
    width: 100%;

}

.disclimer {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.incl-excl-list-block ul {
    /*display: flex;
      flex-wrap: wrap;
      justify-content: space-between;*/
    margin: 0rem 0 2rem;
    width: 100%;
}

.incl-excl-list-block ul li {
    width: 100%;
    margin-bottom: 1rem;
    padding-left: 2.5rem;
    position: relative;
    font-size: 16px;
    margin-top: 1rem;
    line-height: 24px;
}

.incl-excl-list-block ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 17px;
    height: 20px;
    background: url("/docs/default-source/assets/freshlook/images/tick_inclusion.png") no-repeat;
}

.incl-excl-list-block .excl-list li:before {
    width: 17px;
    height: 20px;
    top: 0;
    background: url("/docs/default-source/assets/travel/travel-support/images/cross-tick.svg") no-repeat;
}

.slide-tab-head {
    border-bottom: 1px solid #C9C9C9;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.slide-tab-head li {
    width: 20%;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 700;
    padding: 2rem 0;
    color: #838383;
    cursor: pointer;
}

.slide-tab-head li.active {
    color: #f16623;
    z-index: 5;
}

.img-responsive {

    margin: 0 auto;
}

.content-block {
    width: 70%;
}

.img-block {
    width: 30%;
}

.slide-tab-head li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    top: 100%;
    left: 0;
}

.slide-tab-head li.bar {
    position: absolute;
    height: 3px;
    padding: 0;
    background: #f16623;
    top: 100%;
    z-index: 4;
    left: 0;
}

.slide-tab-content-body {
    position: relative;
}

.slide-tab-content {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}

.slide-tab-content.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    position: relative;
    -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease, 0.8s -webkit-transform ease;
    transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
    z-index: 1;
}


/* enclusion end */

.strong-txt {
    font-size: 1.8rem;

    font-weight: 600;
}

.flex {
    display: flex;

    gap: 15px;
}

.list-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E0DDBD;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    gap: 3rem;
}

.cont-block {
    width: 50%;
}

ul.arrow-tab-list.green_tick li {
    position: relative;
    padding-left: 3rem;
    font-size: 1.6rem;


    font-weight: 400;
    line-height: 24px;
}


ul.arrow-tab-list.green_tick li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 21px;
    height: 21px;
    background-image: url("/docs/default-source/apps/health-shield/images/green-tick.svg") !important;
}

























/*whats app pop up */

.overlayN {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    visibility: hidden;
    opacity: 0;
    z-index: 10
}

.overlayN.active {
    visibility: visible;
    opacity: 1;
    overflow: auto;
    z-index: 100000;
    height: 100%;
    width: 100%
}

.overlayN .cancel {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: default
}

.overlayN.showMsg,
.overlayN:target {
    visibility: visible;
    opacity: 1
}

.overlayNew.active {
    z-index: 1000000
}


a.btn-primary:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff69;
    -webkit-transform: translateX(-100%) rotate(45deg);
    transform: translateX(-100%) rotate(45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}

a.btn-white {
    min-width: 160px;
    padding: 15px 20px;
    border-radius: 50px;
    font-size: 17px;
    margin-top: 40px;
    color: #fe6625 !important;
    border: 1px solid #fe6625;
    text-decoration: none;
    position: relative;
}

a.btn-link {
    display: inline-block;
    vertical-align: top;
    padding: 20px 15px;
    color: #282828;
    text-decoration: none;
}

/* .content-new.text-left.whatsapp-popup-block a:first-child {
    margin-top: 0;
} */

/* .js-popup-close::after, .js-popup-close::before{
   background-color:transparent!important
} */

.popup .close {
    position: absolute;
    right: 3rem;
    top: 2rem;
    width: 3rem;
    height: 3rem;
    z-index: 2;
    -webkit-transition: .5s;
    transition: .5s;
    border: none;
    background: transparent;

}

/* .js-popup-close:after,
.js-popup-close:before {
    position: relative;
} */


.popup .close:after,
.popup .close:before {
    position: absolute;
    left: 1.5rem;
    content: " ";
    height: 3rem;
    width: .1rem;
    background-color: #333
}

.popup .close:hover {
    opacity: 1
}


#whatsapp-popup {
    overflow: auto
}

.popup.light.js-popup-body.commonpop-pad {
    max-width: 700px;
    padding: 3rem 4rem 5rem
}



.whatsapp-popup-block {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0 0
}

figure.alert-img {
    display: inline-block;
    vertical-align: top
}

.whatsapp-popup-block h2 {
    font-size: 20px;
    padding-bottom: 20px;
    text-align: left;
    font-weight: 700;
    color: #e71a1a;
    display: inline-block;
    padding-left: 15px
}

.whatsapp-popup-block h3 {
    font-size: 17px;
    font-weight: 600;

    padding-bottom: 28px;
    padding-top: 7px;
}

.whatsapp-popup-block ul {
    padding-bottom: 20px
}

.whatsapp-popup-block ul li {
    font-size: 15px;
    padding-bottom: 10px;
    color: #6c6c6c;
    font-weight: 600;
    position: relative;
    padding-left: 2rem
}

.whatsapp-popup-block ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background-image: url("https://echannel.insurancearticlez.com/docs/default-source/assets/freshlook/images/error-list-arrow.png");
    background-repeat: no-repeat;
    width: 10px;
    height: 9px;
    display: inline-block
}


/* .js-popup-close {
    position: relative;
} */

/*whatsapp popup css end */


/* thank you pop up */

.lead-overlay.activeOverlay {
    visibility: visible;
    opacity: 1;
}

.lead-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    /* transition: opacity 500ms; */
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    overflow: auto;
    height: 100%;
}

.lead-popup-sec {
    background: #ffffff;
    border-radius: 15px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 426px;
}

.leadpopup-content {
    padding: 4rem;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 4rem 3rem 3rem;
}

#super-saver-pop img {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.lead-popup-sec .lead_thanks_register {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin: 4rem 0 0.5rem;
    text-align: left;
    color: #282828;
}

.lead-popup-sec .lead_get_back {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    margin-bottom: 4rem;
    color: #282828;
}

.lead-thanks-ok-btn {
    width: 100%;
    text-align: right;
}


/* custom */

ul.arrow-tab-list.green_tick.two-cols {
    /* display: grid;
    grid-template-columns: repeat(2, 1fr); */
    gap: 10px;
    padding: 2rem 0;
}

ul.arrow-tab-list.green_tick {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    padding: 2rem 0;
}

ul.arrow-tab-list.green_tick li:before {
    top: 3px;
}

.sub-text {
    font-size: 1.4rem;
    font-weight: 400;
}

.section-content h2 {
    text-align: left;
    font-weight: 800 !important;
    line-height: 50px;
}

.img-responsive {
    width: auto;
}

.incl-excl-para {
    font-size: 18px;

    font-weight: 700;
    line-height: 24px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

h2.heading2.why-cust-love,
.incl-exclu-sec h2 {
    text-align: center;
}

.flexclass .img_section {
    padding: 0;
}

/* .js-popup-close {
    height: auto !important;
    top: 0 !important;
} */

.popup.light.js-popup-body.commonpop-pad {
    max-width: 700px !important;
    width: 100% !important;
}

#dontSendupdate {
    color: #000 !important;
    text-decoration: none !important;
    font-size: 1.4rem !important;
    font-weight: 700 !important;
}

#dontSendupdate:hover {
    color: #fe6625 !important;
    text-decoration: underline !important;
}

.bannerTitle.mt-20 {
    margin-top: 0
}


p.sub-txt-fire_ins {
    margin-top: 4rem;
    text-align: center;
}

/*-------------css for policy document start here-------------*/

.ui-policy-documents p a {

    padding: 0 3rem;
    border-right: 1px solid #c9c9c9;
    margin-right: 3rem;
    line-height: 18px;
    font-weight: 700;
    color: #F26624;
    text-decoration: underline;
}

.ui-policy-documents p a:last-child {

    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

@media screen and (min-width:768px) {

    .ui-policy-documents .policy-doc-block {
        background: #004A80;
        color: #ffffff;
        padding: 2.4rem;
        border-radius: 100px 0 0 100px;
        position: relative;
        margin-right: 5rem;
        font-weight: 700;
    }

    .ui-policy-documents .policy-doc-block:after {
        content: '';
        position: absolute;
        width: 0;
        height: 100%;
        border-top: 34px solid transparent;
        border-bottom: 34px solid transparent;
        border-left: 20px solid #004A80;
        top: 0;
        right: -20px;
    }

    .ui-policy-documents a:before {

        content: '';
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzIzNjNfMTIwMDgpIj4KPHBhdGggZD0iTTcuNSA5LjQzNzVIMTUuOTM3NSIgc3Ryb2tlPSIjRUM2NjI1IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNy41IDEyLjgxMjVIMTUuOTM3NSIgc3Ryb2tlPSIjRUM2NjI1IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNNy41IDE2LjE4NzVIMTUuOTM3NSIgc3Ryb2tlPSIjRUM2NjI1IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTUuMzc1IDEuNTYyNUg1LjM5MDYyQzQuMzc4MTIgMS41NjI1IDMuNTYyNSAyLjM4Mzc1IDMuNTYyNSAzLjM5MDYyVjIwLjU0MTJDMy41NjI1IDIxLjU1MzcgNC4zODM3NSAyMi4zNjk0IDUuMzkwNjIgMjIuMzY5NEgxOC42MDM3QzE5LjYxNjIgMjIuMzY5NCAyMC40MzE5IDIxLjU0ODEgMjAuNDMxOSAyMC41NDEyVjYuNjI1TDE1LjM3NSAxLjU2MjVaIiBzdHJva2U9IiMwMDRBODAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNS4zNzUgMS41NjI1VjUuNTM5MzdDMTUuMzc1IDYuMTc1IDE1Ljg5MjUgNi42OTI1IDE2LjUyODEgNi42OTI1SDIwLjQzNzUiIHN0cm9rZT0iIzAwNEE4MCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yMzYzXzEyMDA4Ij4KPHJlY3Qgd2lkdGg9IjE4IiBoZWlnaHQ9IjIxLjkzNzUiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzIDEpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);

        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }

    .ui-policy-documents a {
        position: relative;
    }

    .ui-policy-documents {
        border-top: none;
        /* padding: 2rem 0rem 2rem; */
        position: relative;
        background: #FFFFFF;
        border-radius: 100px;
        /* margin-bottom: 6rem; */
    }


    /* custom */
    .healthshield-block-wrap {
        padding: 6rem 0 6rem !important;
    }

    .bannerTitle {
        font-size: 18px !important;
    }

    .block-img-cont {
        padding: 16px !important;
    }

    .health-shield-wrap .bannerFormblock {
        border: none !important;
        border-radius: 24px !important;
        background: #FFF !important;
        box-shadow: 3px 4px 23px 0px rgba(0, 0, 0, 0.06) !important;
    }

    .blocktext {
        font-size: 14px !important;
        font-weight: 600 !important;
    }


    p.text-left-mb {
        color: #575757 !important;
        font-size: 16px !important;
    }

    .ui-card-wrap .card-block {
        width: 31%;
    }

    .ui-card-wrap span sup {
        color: #f26624;
        font-weight: 800 ;
    }

    .ui-card-wrap p {
        font-size: 15px !important;
        font-weight: 600;
        line-height: 21px !important;
    }

}

@media screen and (max-width:767px) {

    .ui-policy-documents p a {
        padding: 1rem 0 0;
        display: block;
        border-right: none;
        margin-right: 0;
    }


}

/*-------------css for policy document end here-------------*/


@media (max-width: 1024px) {
    .block-img-left-wrap {
        gap: 10px;
    }

    ul.arrow-tab-list.green_tick.two-cols {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 820px) {
    .block-img-left-wrap {
        gap: 5px !important;
        /* flex-direction: column; */
    }

    .block-img-cont {
        width: 400px;
        /* display: flex; */
        text-align: center;
        height: 150px;
        margin-bottom: 21px;
    }

    .block-img-cont img {
        width: 50px;
        height: 50px;
    }

    .block-img-cont p {
        margin: 0;
        text-align: center;
        color: #282828;
        font-size: 10px !important;
        font-style: normal;
        font-weight: 500;
        line-height: 15px;
        margin-top: 1rem;
    }

    .desk {
        display: none;
    }

    .block-img-left-wrap {
        margin-top: 2rem;
    }

    .health-shield-wrap .bannerFormblock {
        height: 100%;
    }

    /* .healthshield-block-wrap {
        gap: 20px;
    } */

    .ui-card-wrap {
        gap: 10px;
    }

    .ui-card-wrap .card-block {
        width: 35%;
        padding: 1.5rem 1rem;

    }

    .incl-exclu-sec .slide-tab-head li {
        width: 50%;
    }

}

@media (max-width: 768px) {

    .healthshield-block-wrap,
    .ui-card-wrap,
    .img-block_wrapper,
    .flex {
        flex-direction: column;
    }

    .banner-content-left,
    .card-block,
    .block-left,
    .block-right,
    .cont-block {
        width: 100% !important;
    }

    .banner-content-left,
    .card-block,
    .block-left,
    .block-right,
    .cont-block,
    .content-block,
    .img-block {
        width: 100% !important;
        padding: 0;
    }

    .ui-policy-documents p {
        padding: 0
    }

    .content-block {
        padding: 0 !important
    }

    .ui-policy-documents p a {
        margin-top: 1rem;
    }

    .ui-card-wrap .card-block {
        width: 100% !important;
    }

    span.policy-doc-block {

        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .healthshield-block-wrap {
        padding: 2rem 0 2rem !important;
    }

}

@media (max-width: 428px) {
    p.sub-txt-fire_ins {
        text-align: left !important;
    }

    .healthshield-block-wrap,
    .ui-card-wrap,
    .img-block_wrapper,
    .flex {
        flex-direction: column;

    }

    .banner-content-left,
    .card-block,
    .block-left,
    .block-right,
    .cont-block,
    .content-block,
    .img-block {
        width: 100% !important;
        padding: 0;
    }

    ul.arrow-tab-list.green_tick {
        grid-template-columns: repeat(1, 1fr);
    }

    .banner-content-left h1 {
        font-size: 24px !important;
        text-align: center;
    }

    .section-content h2 {

        line-height: 32px;
    }

    .block-img-left-wrap {
        margin-top: 1.2rem !important;
        margin-bottom: 1.2rem !important;
    }

    .bannerTitle.mt-20 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .health-shield-wrap .bannerFormblock {
        z-index: 1;
        padding: 30px 15px;
    }

    .ui-card-wrap {
        padding: 2rem 0 0;
    }

    .ui-card-wrap .card-block span {
        font-size: 1.8rem;
    }

    h2.heading2.why-cust-love {
        text-align: left;
    }

    .block-left img,
    .img-block img {
        margin-top: 2rem !important;
        margin-bottom: 4rem !important;
        max-width: 300px !important;
        width: 100%;
    }

    ul.arrow-tab-list.green_tick.two-cols {
        padding: 0;
    }

    .bg-lightpink .flex {
        padding: 2rem 0;
    }

    .bg-lightpink h2.heading2 span {
        display: block;
    }

    ul.arrow-tab-list.green_tick {
        padding-bottom: 0;
    }

    .incl-excl-list-block {
        margin: 0rem 0 4rem;
    }

    .incl-excl-list-block ul {
        margin: 0;
    }

    .incl-excl-list-block ul li {
        margin-top: 0;
    }

    .sub-txt-fire_ins {
        font-size: 12px;
        line-height: 18px;
    }

    .slide-tab-content.active {
        border-bottom: 1px solid #D8D4D3;
        padding-bottom: 2rem;
    }

    .inclu-excl-block .slide-tab-content-body {
        margin-bottom: 1rem;
        padding: 0 0rem;
    }

    .inclu-excl-block h2.heading2 {
        text-align: left;
    }

    .inclu-excl-block h2.heading2 span {
        display: block;
    }

    .heading2,
    h2 p {
        text-align: left;
        font-size: 20px;
    }

    p.bannerTitle {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        text-align: center;
        line-height: 21px;

    }

    .img-block_wrapper {
        flex-direction: column-reverse;
    }

    .section-content {
        padding: 3rem 1rem 2rem 1rem;
    }

    .content-block {
        padding: 0;
    }

    .block-left img {

        margin-top: 2rem;
    }

    ul.arrow-tab-list.green_tick.two-cols {
        grid-template-columns: repeat(1, 1fr);
    }

    ul.arrow-tab-list.green_tick li {
        font-size: 1.4rem;
        font-weight: 600;
    }

    .sub-text {
        font-size: 1.4rem;
    }

    .list-sec.flex {
        flex-direction: row;
    }

    .how-to-buy-img {
        width: 40px;
        height: 40px;
    }

    .text-left-mb {
        text-align: left;
    }

    .incl-excl-list-block {
        flex-direction: column;
        gap: 0;
    }

    .incl-excl-list-block ul {
        width: 100%;
    }

    ul.incl-list.mt-20 {
        margin-top: 0;
    }


}

.ui-card-wrap .card-block p span {
    padding: 0 7px;
}

.ui-card-wrap .card-block p span:after {
    content: "";
    background: #656565;
    display: inline-block;
    height: 0.4rem;
    width: 0.4rem;
    border-radius: 50px;
    position: absolute;
    top: 7px;
    left: 100%;
    right: auto;
    margin-left: -2px;
}

.ui-card-wrap .card-block p span:last-child:after {
    display: none
}

.sf_colsOut.section-content.ishield-bg {
    display: none !important;
}








/* custom */

.block-left img,
.img-block img {
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
}

.block-img-cont .mt-15 {
    margin-top: 0
}


.breadcrumb-main-block {
    width: 100%;
    padding: 2rem 0;
    border-top: 1px solid #ece9e9;
    background: #fff;
}

.breadcrumb-main-block ul.breadcrumbs {
    width: auto;
}

ul.breadcrumbs li {
    display: inline-block;
    font-size: 1.4rem;
}

ul.breadcrumbs li a {
    color: #282828;
    padding-right: 1.5rem;
    text-decoration: none;
    font-weight: 600;
}

ul.breadcrumbs li a:after {
    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);
    content: "";
    margin-top: 6px;
    margin-left: 10px;
}


.ui-policy-documents {
    padding: 2.2rem 0;
}

.il-input-block.focus label {
    color: rgb(236, 102, 37);
}

.disclaimer a {
    font-size: 13px;
    font-weight: 600;
    color: #ec6608 !important;
    line-height: 21px;
    text-decoration: underline;
    margin-right: 15px;
    position: relative;
}
.disclaimer a:hover{
      text-decoration: underline;
}
ul.breadcrumbs li:last-child {
    color: #6C6C6C;
}

ul.arrow-tab-list.green_tick li sup{
        color: #282828;
    font-size: 5px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

label[for="checkbox2"] span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hidden {
    display: none;
}

/* Hide right side content only on mobile */
@media (max-width: 767px) {
    /* .incl-excl-list-block>div:nth-child(2) {
        display: none;
    } */

    /* .incl-excl-list-block>div:nth-child(2).show-on-mobile {
        display: block;
    } */

    #toggle-btn {
        display: inline-flex;
        width: 100%;
        justify-content: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        color: #EC6625;
        padding: 2rem 0;
    }
}

/* By default, hide Read More button on desktop */
@media (min-width: 768px) {
    #toggle-btn {
        display: none;
    }
}

div#toggle-btn:after {
    content: '';
    position: absolute;
    /* top: 6px; */
    /* right: -10px; */
    border: solid #EC6625;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(92deg);
    -webkit-transform: rotate(45deg);
    display: inline-block;
    margin-right: -101px;
    margin-top: 5px;
}


/* notification popup */
.now_this_is_rare_popup_wrap .il-popup-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    overflow: auto;
    height: 100%;
}

.now_this_is_rare_popup_wrap .il-popup-sec {
    position: relative;
    top: 0;
    background: #ffffff;
    width: 100%;
    max-width: 500px;
    left: 0;
    z-index: 999;
    right: 0;
    margin: 6.5rem auto 10rem;
    border-radius: 15px;
    padding: 3rem 3rem;
}

.now_this_is_rare_popup_wrap .il-popup-sec h2 {
    font-size: 20px;
    padding-bottom: 20px;
    text-align: left;
}

.now_this_is_rare_popup_wrap .il-popup-sec p {
    font-size: 16px;
    padding-bottom: 2rem;
    text-align: left;
    margin: 0;
}

.now_this_is_rare_popup_wrap .il-popup-sec ul {
    padding: 0;
}

.now_this_is_rare_popup_wrap .il-popup-sec ul li {
    font-size: 16px;
    color: #004a80;
    position: relative;
    list-style: none;
    padding-left: 20px;
    padding-bottom: 10px;
}

.now_this_is_rare_popup_wrap .il-popup-sec ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    background-image: url(/docs/default-source/assets/freshlook/images/error-list-arrow.png);
    background-repeat: no-repeat;
    width: 10px;
    height: 9px;
    display: inline-block;
}


#keepMeposted:before {
    display: none
}

.agr-txt a {
    text-decoration: underline
}

.ui-card-wrap .content_section p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

sup.cust-blocksup {
    color: #282828 !important;

    font-size: 12px;

    font-weight: 400 !important;
}


.il-input-block.focus label{
        top: -7px!important;
}

@media (max-width: 767px) {
  .mobile-hidden-content {
    display: none;
  }

  .mobile-hidden-content.show-on-mobile {
    display: block;
  }
}

#toggle-btn.rotated::after {
  transform: translateY(-50%) rotate(-135deg);
       margin-top: 13px;

}


.blocktext{
    line-height: 21px;
}


.proctuct-uan-main {
    padding: 20px 0;
    
    display: flex;
    gap: 3px;
}

.proctuct-uan-main p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 428px) {
    .proctuct-uan-main{
        display: block;
    }
}

sup.cust-blocksup {
    font-weight: 400 !important;
    font-size:12px!important
    
}




@media (max-width: 767px) {
    .popup.light.js-popup-body.commonpop-pad {
       
        padding: 2rem 3rem;
    }
        .whatsapp-popup-block {
        padding-top: 5rem;
    }
        .btn-flex {
        flex-direction: column;
    }
        a.btn-link {
        margin-top: 44px;
    }
    a.btn-white{
        right: 0 !important;
    }
}

.excl-list li sup{
    color:#282828
}