li,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.section-wrap-factory_ins {
    padding: 6rem 0;
    width: 100%;
}

.container-factory_ins {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
}


.heading1 {
    font-size: 4.8rem;
    line-height: 60px;
    font-weight: 900;
}

.heading2-factory_ins {
    margin: 0 0 1.5rem 0;
    font-size: 3.6rem;
    line-height: 45px;
    font-weight: 700;
    text-align: left;
    color: #282828;
}

.heading3-factory_ins {
    margin: 0 0 1rem 0;
    font-size: 1.8rem;
    line-height: 26px;
    font-weight: 700;
    text-align: left;
    color: #282828;
}

.heading4 {
    font-size: 1.6rem;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 4px;
}

.text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
    color: #282828;
}


.sub-txt-factory_ins {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 400;
}


.bg-blue {
    background: #00305B;
}


.bg-darkGray {
    background: #F8F6F6;
}


.bg-white {
    background: white;
}

.bg-pink {
    background: #FFF9F6;
}

.align-center {
    text-align: center;
}

.mt-5 {
    margin-top: 0.5rem;
}

.mt-10 {
    margin-top: 1rem !important;
}

.mt-15 {
    margin-top: 1.5rem;
}

.mt-20 {
    margin-top: 2rem;
}

.mt-30 {
    margin-top: 3rem;
}

.mt-40 {
    margin-top: 4rem;
}


.incl-excl-list-block .flex {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    margin-top: 2.5rem;
}


.width-100 {
    width: 100%;
}

.width-50 {
    width: 50%;
}


.img-cont-block,
.cont-img-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    justify-content: space-around;
}

.img-block {
    text-align: center;
}

.cont-block {
    width: 50%;
}


/***FAQ Start***/
.faq-sec {
    margin: 0 auto;
    max-width: 910px;
    width: 100%;
    position: relative;
}

.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;
}

.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;
}

.quest-answ-block {
    margin-top: 3rem;
}

.question-block {
    margin-bottom: 2.4rem;
}

.question-block:last-child {
    margin-bottom: 0;
}

.answer {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
    display: block;
}

/***FAQ End***/
.inclu-excl-block .slide-tab-content-body {
    /*border-bottom: 1px solid #D8D4D3;*/
    margin-bottom: 4rem;
}

.incl-excl-list-block {
    display: flex;
    justify-content: space-between;
}

.incl-excl-list-block ul {
    /*display: flex;
flex-wrap: wrap;
justify-content: space-between;*/
    /* margin: 5rem 0 3rem; */
    width: 48%;
}

.incl-excl-list-block ul li {
    width: 100%;
    margin-bottom: 1.8rem;
    padding-left: 2.5rem;
    padding-bottom: 0;
    position: relative;
}

.incl-excl-list-block ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 17px;
    height: 20px;
    background: url('/docs/default-source/assets/marketing/images/green_ticks.svg') no-repeat;
}

.incl-excl-list-block .excl-list li:before {
    width: 17px;
    height: 20px;
    top: 0;
    background: url('/docs/default-source/assets/marketing/images/cross-tick.svg') no-repeat;
}


.key-block {
    display: flex;
    justify-content: space-between;
    gap: 7rem;
}

.key-item {
    width: 32%;
}

.key-block.key-block2 {
    justify-content: center;
}

.key-block.key-block2 .key-item {
    width: 45%;
}


a.link {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 700;
    color: #EC6625;
    text-decoration: underline;
    display: inline-block;
}

a.link:active,
a.link:focus,
a.link:visible,
a.link:hover,
a.link:focus-visible,
a.link:target {
    color: #EC6625 !important;
    text-decoration: underline !important;
}


li.hidden {
    display: none !important;
}

.img-cont-block.align-flex-left,
.cont-img-block.align-flex-left {
    align-items: flex-start;
}

.img-cont-block.align-flex-left .step-name,
.img-cont-block.align-flex-left .sub-listing {
    border: none;
}


ul.arrow-tab-list li:before {
    content: "";
    display: inline-block;
    background-image: url('/docs/default-source/assets/marketing/images/list-arrow.png');
    background-repeat: no-repeat;
    width: 13px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 7px;
    margin-right: 1rem;
}

ul.arrow-tab-list li {
    position: relative;
    width: 100%;
}

.right-policy-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.right-policy-holder {
    background: #00305b;
    border: 1px solid #065e9e;
    border-radius: 15px;
    padding: 3rem 3rem 3rem 2rem;
    width: 32%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 25px;
}

.num-holder {
    font-weight: 700;
    font-size: 45px;
    line-height: 47px;
    color: #f26624;
    padding-right: 2rem;
}

.factory-ins-head {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    padding-bottom: 1rem;
    padding-right: 2.4rem;
}

.factory-ins-p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.bg-blue a,
.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5,
.bg-blue h6,
.bg-blue p,
.bg-blue span {
    color: #fff;
}


/*importance of factory insurance start*/

.bg-gray {
    background: #f8f6f6;
}

.common-insurance-blocks.flex_class {
    display: flex;
    margin: 15px 0;
    background: #fff;
    padding: 30px 40px 30px 30px;
    border-radius: 15px;
    min-height: 200px;
}


.svg_content {
    padding-right: 30px;
}


/*importance of factory insurance end*/

.sub-txt {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 400;
}

.strong-txt {
    font-size: 1.8rem;
    line-height: 23px;
    font-weight: 700;
}

.list-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E0DDBD;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    gap: 3rem;
}

.buy-block .list-item {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}


/*key features*/

.bg-lightblue {
    background: #E1F4FD;
}

.heading3 {
    margin: 0 0 1rem 0;
    font-size: 1.8rem;
    line-height: 26px;
    font-weight: 700;
    text-align: left;
    color: #282828;
}

.key-block {
    justify-content: safe flex-start;
    /*flex-wrap: wrap;*/
    gap: 5rem;
}

.key-block .key-item {
    width: 30%;
}


/****product table start****/
.product-table .container {
    margin: 0 auto;
    max-width: 930px;
    width: 100%;
}

.table_wrapper {
    width: 100%;
    margin: 4rem auto 0;
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #ddd;
}

.tableWrapp {
    border-collapse: collapse;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    border-spacing: 2px;
    border-color: #dddccb;
    display: table;
}

.tableWrapp tr:nth-child(odd) {
    background-color: #f5f6f6;
}

.tableWrapp tr:first-child {
    border-radius: 10px;
    border-bottom: none;
}

.tableWrapp th {
    background-color: #dddccb;
    padding: 2rem 4rem;
    border-right: 1px solid #ece9e9;
    font-weight: 600;
    color: #282828;
}

.tableWrapp td,
.tableWrapp th {
    font-size: 1.6rem;
    text-align: left;
    width: 50%;
}

.tableWrapp td {
    width: 50%;
    border-right: 1px solid #ECE9E9 !important;
    padding: 2rem 4rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 20px;
    position: relative;
}

.tableWrapp td:first-child {
    text-align: left;
}

.table2 .tableWrapp td,
.table2 .tableWrapp th {
    width: 25%;
}

.table2 a {
    color: #282828;
    text-decoration: underline;
}

/****product table end****/


.cover-list-item:before {
    content: '';
    position: absolute;
    background: url("https://www.icicilombard.com/docs/default-source/assets/travel/travel-support/images/org-tick.svg") no-repeat;
    width: 12px;
    height: 24px;
    top: 0px;
    left: 0;
}


.cover-list-item {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 1.5rem;
}


.plan-block {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    gap: 20px;
    margin-top: 3rem;
}

.plan-item {
    width: 49%;
    background: #fff;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    padding: 3rem;
    display: flex;
}

.plan-block.plan-block2 {
    justify-content: center;
}

.plan-block.plan-block2 .plan-item {
    width: 45%;
}

.plan-half-block .plan-item {
    width: 49%;
}

.step-count {
    font-size: 7.3rem;
    line-height: 49px;
    font-weight: 300;
    background: linear-gradient(180deg, #F58820 0%, #B02A30 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 2rem;
}

.bg-darkGray {
    background: #F8F6F6;
}


/*****Responsive*****/


@media (min-width: 768px) {
    .container-factory_ins {
        width: 100%;
    }
}

@media (min-width: 820px) {
    .section-wrap-factory_ins .flex {
        flex-wrap: nowrap;
    }


}


@media (min-width: 992px) {
    .container-factory_ins {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container-factory_ins {
        width: 100%;
    }
}

@media (min-width: 1360px) {
    .container-factory_ins {
        width: 1360px;
    }
}

@media (min-width: 1200px) {

    .container-factory_ins,
    .container-factory_ins-lg,
    .container-factory_ins-md,
    .container-factory_ins-sm,
    .container-factory_ins-xl {
        max-width: 1330px;
    }
}

@media (max-width: 1024px) {
    .img-block img {
        width: 100%;
    }

    .key-block {
        gap: 40px;
    }

    .section-wrap-factory_ins .flex .flex-align {
        width: 32.33%;
    }

    .section-wrap-factory_ins .flex {
        gap: 0rem;
    }

}


@media (max-width: 820px) {
    .left-block {
        width: 100%;
    }


    .sub-txt-factory_ins {
        font-size: 1.4rem;
        line-height: 21px;
        text-align: left;
    }

    .img-cont-block,
    .cont-img-block {
        flex-direction: column;
        gap: 25px;
    }


    .img-cont-block {
        flex-direction: column-reverse;
    }

    .img-block,
    .cont-block,
    .step-list-block {
        width: 100%;
    }

    .heading2-factory_ins,
    .sub-heading {
        text-align: left;
    }


    .list-block {
        flex-direction: column;
    }


    .flex {
        flex-direction: column;
        margin-top: 2rem;
        gap: 15px;
    }


    .list-item {
        align-items: self-start;
    }

    .incl-exclu-sec .slide-tab-head li {
        width: 50%;
    }

    .incl-excl-list-block {
        flex-direction: column;
        margin-top: 3rem;
    }

    .incl-excl-list-block ul {
        margin: 0;
        width: 100%;
    }

    .incl-excl-list-block ul li {
        width: 100%;
    }


    .incl-excl-list-block .flex {
        margin: 0;
    }

    .key-item {
        width: 100%;
    }

    .sub-txt-factory_ins br {
        display: none;
    }

    .section-wrap-factory_ins .flex .flex-align {
        width: 100%;
    }

    .section-wrap-factory_ins .flex {
        gap: 2rem;
    }

}

@media (max-width: 480px) {
    .section-wrap-factory_ins {
        padding: 4rem 0;
    }

    .container-factory_ins {
        padding-right: 10px;
        padding-left: 10px;
    }

    .heading1 {
        font-size: 2.8rem;
    }

    .heading2-factory_ins {
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 1.5rem;
        text-align: left;
    }

    .sub-txt-factory_ins {
        text-align: left;
    }

    .img-mob {
        width: 100%;
    }

    .img-cont-block {
        flex-direction: column-reverse;
    }


    .quest-answ-block {
        margin-top: 2rem;
    }


    .more-cont {
        display: none;
    }

    .plan-item {
        padding: 1.5rem;
    }


}


@media (max-width: 768px) {
    .right-policy-container {
        flex-direction: column;
    }

    .right-policy-holder {
        width: 100% !important;
    }

    .mb-left {
        text-align: left;
    }

    .plan-item {
        width: 100%;
    }

    .plan-block,
    .key-block {

        flex-wrap: wrap;

    }

    .key-block .key-item {
        width: 100%;
    }
}


/*****Responsive*****/

.no-list-block {
    margin-top: 2.8rem;
}

.no-list span.no {
    font-size: 2rem;
    line-height: 25px;
    font-weight: 800;
    color: #EC6625;
    margin-right: 1.5rem;
    position: relative;

}

.no-list {
    margin-bottom: 2.8rem;
}

.no-list.no-padd .text {
    display: flex;
    gap: 0
}


ul.excl-list {
    margin: 2rem 0 1rem;
}