﻿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;
}

li,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.section-wrap-fire_ins {
    padding: 6rem 0;
    width: 100%;

}

.container-fire_ins {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;

}

.heading2-fire_ins {
    margin: 0 0 1.5rem 0;
    font-size: 3.6rem;
    line-height: 45px;
    font-weight: 700;
    text-align: left;
    color: #282828;
}

.heading3-fire_ins {
    margin: 0 0 1rem 0;
    font-size: 1.8rem;
    line-height: 26px;
    font-weight: 700;
    text-align: left;
    color: #282828;
}



.text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px;
    color: #282828;
}


.sub-txt-fire_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: left;
}

/* Apply center alignment for tablets and up */
@media (min-width: 768px) {
    .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;
}


.flex {
    display: flex;

    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;
}

.list-block {
    display: flex;
}


.img-block {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
}

.img-block img.responsive-img {

    height: auto;
    border-radius: 8px;
}

.list-sec {
    display: flex;

}

.doc-number {
    color: #EC6625;
    font-weight: 800;
    margin-right: 8px;
    display: inline-block;
    font-size: 1.8rem;
    /*margin-top: 2px;*/
}

.half {
    width: 50%
}


.cont-block {
    flex: 1;

    justify-content: center;
    align-items: center;
}


/***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;
    padding-top: 30px;
}

.slide-tab-content {

    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}

.slide-tab-content.active {

    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 {

    margin-bottom: 4rem;
}

.incl-excl-list-block {
    display: flex;
    justify-content: space-between;
}

.incl-excl-list-block ul {
    margin: 2rem 0 2rem;
    width: 47%;
}

.incl-excl-list-block ul li {
    width: 100%;
    margin-bottom: 2.8rem;
    padding-left: 2.5rem;
    position: relative;
}

    .incl-excl-list-block ul li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 5px;
        width: 17px;
        height: 20px;
        background: url('../../images/fire/green_ticks.svg') no-repeat
    }

    .incl-excl-list-block .excl-list li:before {
        width: 17px;
        height: 20px;
        top: 0;
        background: url('../../images/fire/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(../../images/ui-arrow-icon.png) !important;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 7px;
    margin-right: 1rem;
}



ul.arrow-tab-list li {
    position: relative;
    width:100%
}

/*importance of fire 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;
}



.buy-block .list-item {
    /* padding-bottom: 1.5rem; */
    margin-bottom: 1rem;
}


/*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****/
.incl-list {
    width: 100%;

    border-radius: 10px;
    overflow: hidden;

    padding: 0;
    list-style: none;
    box-sizing: border-box;
}


.incl-list li strong {
    width: 50%;
    font-weight: 600;
    color: #282828;
    padding-right: 2rem;
    flex-shrink: 0;
}

.incl-list li span {
    width: 50%;
    font-weight: 400;
    line-height: 20px;
    color: #282828;
}

.incl-list {
    width: 100%;

    border-radius: 10px;
    overflow: hidden;

    padding: 0;
    list-style: none;
    box-sizing: border-box;
}



.excl-list li strong {
    width: 50%;
    font-weight: 600;
    color: #282828;
    padding-right: 2rem;
    flex-shrink: 0;
}

.excl-list li span {
    width: 50%;
    font-weight: 400;
    line-height: 20px;
    color: #282828;
}

/****product table end****/

.cover-list-item::before {
    content: "";
    display: inline-block;
    background-image: url('https://www.icicilombard.com/docs/default-source/assets/freshlook/images/tick_inclusion.svg');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
}


.cover-list-item {
    position: relative;
    padding-left: 26px;
    margin-bottom: 1.5rem;
}


.bg-darkGray {
    background: #F8F6F6;
}

.incl-excl-list-block {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}




/*****Responsive*****/

@media (min-width: 768px) {
    .container-fire_ins {
        width: 100%;
    }
}

@media (min-width: 820px) {
    .section-wrap-fire_ins .flex {
        flex-wrap: nowrap;

    }
}


@media (min-width: 992px) {
    .container-fire_ins {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container-fire_ins {
        width: 100%;
    }
}

@media (min-width: 1360px) {
    .container-fire_ins {
        width: 1360px;
    }
}

@media (min-width: 1200px) {

    .container-fire_ins,
    .container-fire_ins-lg,
    .container-fire_ins-md,
    .container-fire_ins-sm,
    .container-fire_ins-xl {
        max-width: 1330px;
    }
}

@media (max-width: 1024px) {


    .key-block {
        gap: 40px;
    }

    .section-wrap-fire_ins .flex .flex-align {
        width: 32.33%;
    }

    .section-wrap-fire_ins .flex {
        gap: 0rem;
    }
}


@media (max-width: 820px) {
    .left-block {
        width: 100%;
    }


    .sub-txt-fire_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,
    .step-list-block {
        width: 100%;
    }

    .heading2-fire_ins,
    .sub-heading {
        text-align: left;
    }

    @media (max-width: 768px) {
        .cont-block {
            display: block;
        }
    }


    .list-block {
        flex-direction: column;

    }


    .flex {
        flex-direction: column;
        margin-top: 2rem;
        gap: 15px;
    }

    /* .doc-list {
        list-style-position: inside;
        padding-left: 10px;
        margin: 0;
        width: fit-content;
        text-align: left;
    } */

  


    .list-item {
        align-items: self-start;
        position: relative;
        list-style: none;

    }

    .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%;
    }


    .flex {
        margin: 0;
    }

    .key-item {
        width: 100%;
    }

    .sub-txt-fire_ins br {
        display: none;
    }

    .section-wrap-fire_ins .flex .flex-align {
        width: 100%;
    }

    .section-wrap-fire_ins .flex {
        gap: 2rem;
    }
}

@media (max-width: 768px) {

    .mb-left {
        text-align: left;
    }
    .incl-excl-list-block {
        gap: 0;
        flex-direction: column;
    }


    .plan-block,
    .key-block {
        flex-wrap: wrap;
    }

    .key-block .key-item {
        width: 100%;
    }


    .half {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .section-wrap-fire_ins {
        padding: 4rem 0.8rem;
    }

    .container-fire_ins {
        padding-right: 10px;
        padding-left: 10px;
    }

    .heading1 {
        font-size: 2.8rem;
    }

    .heading2-fire_ins {
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 1.5rem;
        text-align: left;

    }

    .sub-txt-fire_ins {
        text-align: left;
    }

    .img-mob {
        width: 100%;
    }

    .img-cont-block {
        flex-direction: column-reverse;
    }


    .quest-answ-block {
        margin-top: 2rem;
    }

    .list-sec p{
        margin-bottom:0
    }

    .more-cont {
        display: none;
    }

}

/*****Responsive*****/