body {
    font-family: Mulish, sans-serif !important;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 16px;
}

.needHelpForm .innerHelpform .il-input-block.focus label {
    top: -11px;
}

#GHI_form1 {
    background-color: #fff;
}

.right-top-menu.float-right li:last-child a:after {
    display: none;
}

.il-input-block span.errormsgfont {
    font-size: 13px;
}

.section-content.rules-document .row {
    display: flex;
    align-items: center;
}

.section-content.group-health .moreellipses {
    display: none;
}

.section-content.why-renewing-your-car {
    background-color: #FFF9F6;
}

.lists-rules h1, .lists-rules {
    font-size: 48px;
    font-weight: 900;
    text-align: left;
    color: #282828;
    font: 900 48px "Muli",sans-serif;
}

    .lists-rules h2, .lists-rules {
        font-size: 48px;
        font-weight: 900;
        text-align: left;
        color: #282828;
    }

.health-banners {
    padding: 60px 0;
}

.health-rules > ul > li > span {
    font-size: 14px;
    font-weight: 600;
}

.policy-issue {
    width: 100%;
    float: left;
}

.health-rules .policy-issue ul {
    display: flex;
    gap: 15px;
    padding-top: 0px
}


.bg-bluegray.cover-under {
    background-color: #E1F4FD;
}

.policy-issue ul li {
    padding-right: 15px;
    position: relative;
}

.Faq .readMore {
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    color: #EC6625;
}

.policy-issue ul li p {
    font-size: 14px;
    font-weight: 300;
    line-height: 5px;
}

.policy-issue ul li:after {
    content: "";
    position: absolute;
    top: 22px;
    right: 0px;
    width: 1px;
    height: 70px;
    background-color: #dfdfdf;
}

.policy-issue ul li:last-child:after {
    display: none;
}

.notes {
    font-size: 12px;
    font-weight: 500;
    color: #838383;
}

/* form widget css*/
.il-container, .container {
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.section-content {
    color: #282828;
    padding: 50px 0;
}

    .section-content .more {
        display: block;
    }

.bgblue.health-banners {
    padding-top: 100px;
}

.policy-issue ul li span:first-child {
    font-size: 25px;
    font-weight: 800;
    color: #EC6608;
}

.policy-issue ul li span {
    font-size: 14px;
    font-weight: 300;
}

.health-banners {
    background: url(../images/GhiImg/group-health-banner.svg);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.corporate-form {
    border-radius: 15px 15px 0px 0px;
    border: 1px solid #CBCDCE;
    background: #FFF;
    box-shadow: 3px 4px 23px 0px rgba(0, 0, 0, 0.06);
    padding: 30px 20px 15px;
}

.il-input-block {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

    .il-input-block label {
        font-size: 16px;
        font-weight: 500;
        color: #838383;
        position: absolute;
        left: 17px;
        top: 14px;
        background-color: #fff;
        transition: .3s all ease;
        pointer-events: none;
    }

    .il-input-block input {
        border: 1px solid #C9C9C9;
        border-radius: 5px;
        background: #ffff;
        padding: 12px;
        width: 100%;
        font-size: 16px;
        line-height: 2rem;
        font-weight: 500;
        color: #282828;
    }

        .il-input-block input:hover {
            border: 1px solid #282828;
        }

    .il-input-block.focus label {
        font-size: 12px;
        line-height: 1.5rem;
        font-weight: 600;
        top: -7px;
        left: 11px;
        padding: 0 7px;
        z-index: 2;
        transition: .3s all ease;
    }

    .il-input-block.onFocused label {
        color: #ec6625;
    }

    .il-input-block.onFocused label {
        top: -11px;
    }

    .il-input-block.onFocused input {
        outline: 2px solid #EC6625 !important;
        border: none;
    }


.get-quotes .primary-btn {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    padding: 12px 25px;
    font-size: 16px;
    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;
    text-decoration: none;
}

.primary-btn:focus {
    background: #E26123;
    box-shadow: none;
}

.corporate-form a.link-btn {
    font-size: 14px;
    text-decoration: underline;
    font-weight: 700;
    color: #EC6625;
    position: relative;
    display: inline-block;
    outline: none;
    margin-bottom: 20px;
    padding: 1px 4px;
    border: 1px solid transparent;
    padding-top: 15px;
}

.small-linkBtn {
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.link-btn-disabled {
    color: #C9C9C9;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 18px;
    text-decoration: underline;
    position: relative;
    display: inline-block;
    outline: none;
    pointer-events: none;
    cursor: not-allowed;
}

.link-btn:hover {
    color: #FD7B20;
}

.link-btn:focus-visible {
    box-shadow: 0 0 0 1px;
    border-radius: 3px;
    color: #FD7B20;
}

.link-btn:active {
    color: #BB5106;
}

.form-group {
    display: block;
    margin-bottom: 15px;
    text-align: left;
}

    .form-group input {
        padding: 0;
        height: 0;
        width: 0;
        margin-bottom: 0;
        cursor: pointer;
        display: none;
    }

    .form-group label {
        position: relative;
        cursor: pointer;
        display: flex;
        font-size: 14px;
        font-weight: 400;
        color: #282828;
        margin-bottom: 0px;
    }

        .form-group label:before {
            content: "";
            -webkit-appearance: none;
            background-color: transparent;
            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;
        }

    .form-group input:hover + label:before {
        background-color: #eaeaea;
    }

    .form-group input:checked + label:before {
        background-color: #EC6625;
        border: 2px solid #EC6625;
    }

    .form-group 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);
        .transition: .3s all ease;
    }

    /*Checkbox Unselected focus*/
    .form-group input:focus-visible + label::before {
        border-color: #F58820;
    }
    /*Checkbox Unselected Pressed*/
    .form-group input:active + label::before {
        border-color: #F58820;
        background-color: #CBCDCE;
    }
    /*Checkbox Checked Pressed*/
    .form-group input:checked:active + label:before {
        background-color: #fff;
        border-color: #FFF2EB;
    }
    /*Checkbox Checked focus*/
    .form-group input:checked:focus-visible + label:before {
        background: #EC6625;
        box-shadow: 0 0 0px 2px #EC6625;
        border: 2px solid #fff;
    }
    /*Checkbox Checked tickmark pressed*/
    .form-group input:checked:active + label:after {
        border-color: #EC6608;
    }

.policy-issue p.dates {
    font-weight: 500;
    font-size: 12px;
    color: #838383;
}

.bgblue.health-banners {
    background-color: #00305B;
    color: #fff;
}

.form-two {
    display: flex;
    gap: 20px;
}

.bgblue.health-banners .health-rules h1 {
    font-size: 48px;
    font-weight: 900;
    line-height: 60px;
}

.rules-document img {
    width: 60%;
}

.group-health img, .section-content.why-renewing-your-car .img-center {
    margin: 0px auto;
    display: block;
}

.health-rules ul {
    list-style: none;
    padding-left: 0px;
    padding-top: 20px;
}

    .health-rules ul li img {
        float: left;
        margin-right: 12px;
    }

.health-rules > ul > li {
    border: 1px solid #C9C9C9;
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 0px;
    border-radius: 10px;
    padding: 15px;
    width: 311px;
    float: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
}

.corporate-form {
    background-color: #fff;
    width: 100%;
    float: left;
    border-top-left-radius: 15px;
    padding: 30px 30px 0px 30px;
    border-top-right-radius: 15px;
}

a.primary-btn {
    margin-top: 0px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.form-group a {
    font-size: 14px;
    font-weight: 400;
    padding-left: 5px;
    color: #282828;
    text-decoration: underline;
}

.section-content.bg-lightgray.whyHealthPolicy .common-insurance-blocks.pad-block1.media {
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    padding: 30px 20px 30px;
}

.section-content.for-employess {
    background-color: #F8F6F6;
}

.form-group img {
    padding-left: 10px;
    padding-top: 2px;
}

.query-customer img {
    padding-top: 0px;
}

a.form-bot {
    background-color: #CEEFFF;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 10px 10px 10px 20px;
    display: flex;
    color: #282828;
    float: left;
    width: 100%;
    border: 1px solid #AACDDE;
    border-top: none;
}

.morelinks {
    display: none;
}

.morelink::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 16px;
    margin-top: 3px;
    background: url(../images/GhiImg/up-arrow.svg);
}

.morecontent span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: none;
}

/*.section-content.group-health .morelink::after, .corpo-form h2 {
    opacity: 0;
    display: none;
}*/
.section-content.group-health .morelink::after, .corpo-form h1 {
    opacity: 0;
    display: none;
}

.morelink::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 16px;
    margin-top: 3px;
    background: url(../images/GhiImg/down-arrow.svg);
}

.morelink.less::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg) !important;
}

a.form-bot:hover {
    text-decoration: none;
}

.exiciting {
    padding-top: 4px;
    padding-left: 10px;
}

    .exiciting h5 {
        font-weight: 700;
        font-size: 16px;
        color: #282828;
        margin-bottom: 0px;
    }

    .exiciting p {
        font-weight: 400;
        font-size: 16px;
        color: #000;
    }

        .exiciting p strong {
            color: #EC6625;
            font-weight: 700;
            text-decoration: underline;
        }

.error {
    color: red;
    font-size: 13px;
    font-weight: 500;
    display: none;
}

.moretexts, .moretexts1, .moretexts2, .moretexts3 {
    display: none;
}

.section-content.group-health .morelink::after, .section-content.Faq .morelink::after,
.section-content.Faq .accordion-card .morelink::after {
    display: none;
}

.section-content.Faq {
    background-color: #F8F6F6;
}

.section-content.group-health h2, .section-content.WhyICICILombard h2,
.section-content.why-renewing-your-car h2 {
    text-align: left;
}
/* form widget css*/
.more.mar-spe, .mores.mar-spe, .mores1.mar-spe, .mores2.mar-spe {
    display: none;
}

.section-content h2 {
    font-weight: 700;
    font-size: 36px;
    color: #282828;
    padding-bottom: 10px;
}

.group-health p, .section-content p.more, p, ul.arrow-tab-list li {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.group-health .readMore {
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    color: #EC6625;
}

.for-employess p, #whyHealthPolicy h2 {
    text-align: center;
}

.group-health p {
    margin-bottom: 10px;
}

.for-employess .tab-head {
    width: 100%;
    border-bottom: 1px solid #c9c9c9;
    position: relative;
    margin-bottom: 2rem;
}

.whyHealthPolicy h4 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px;
}

.for-employess .tab-head li.active {
    color: #f16623;
    z-index: 5;
}

.ratingsec .ratingSlider .innerdiv ul li {
    padding-left: 0;
    color: #282828;
    font: 500 17px "Muli",sans-serif;
}

.cover-under h3 {
    font-size: 18px;
    font-weight: 700;
}

.section-content.features {
    background-color: #FFF9F6;
}

.cover-under em {
    font-size: 45px;
    font-weight: 700;
    color: #F26624;
    font-style: normal;
}

.features h4 {
    font-size: 16px;
    font-weight: 700;
}

.for-employess .tab-head li {
    min-width: 16rem;
    padding-left: 30px;
    float: left;
    padding: 1.6rem;
    text-align: center;
    font-size: 1.8rem;
    line-height: 23px;
    font-weight: 700;
    letter-spacing: normal;
    color: #6c6c6c;
    position: relative;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.for-employess .tab-content-body {
    position: relative;
}

.for-employess .tab-head li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 100%;
    left: 0;
}

.for-employess .tab-head li img {
    display: block;
    margin: 0px auto;
    margin-bottom: 10px;
}

.for-employess .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;
}

.for-employess .tab-content {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}

.for-employess .tab-head li.bar {
    position: absolute;
    height: 3px;
    padding: 0;
    background: #f16623;
    top: 100%;
    z-index: 4;
    left: 0;
}

.for-employess .inc-exc-tab ul.ui-check-list.exclusion-tabs.green_tick {
    padding: 0 0 2rem 0;
}

.for-employess .inc-exc-tab .ui-check-list.exclusion-tabs li {
    font-size: 17px;
    font-weight: normal;
    margin: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}

.for-employess .midWrappHAP .inc-exc-tab .include_div .ui-check-list.exclusion-tabs.green_tick li:before {
    background-image: url(/docs/default-source/assets/freshlook/images/GhiImg/tick_inclusion.png);
    width: 30px;
    height: 30px;
    top: 5px;
}

.for-employess .ui-check-list.exclusion-tabs li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 7px;
    font-size: 1.7rem;
    background-image: url(../images/GhiImg/list-arrow.svg);
    background-repeat: no-repeat;
    display: inline-block;
    height: 2rem;
    width: 2rem;
}

.for-employess .ui-check-list p {
    font-weight: 700;
    font-size: 1.6rem;
    margin: 0;
    padding-bottom: 0.5rem;
    text-align: left;
}

.WhyICICILombard ul.arrow-tab-list li a {
    font-weight: 700;
    font-size: 1.6rem;
    text-decoration: underline;
    color: #fe6625;
}

.for-employess .inc-exc-tab .green_tick h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.table-default {
    border-collapse: collapse;
    width: 100%;
}

.table_wrapper .table-default th {
    padding: 2rem;
    text-align: left;
    background-color: #E1E0D1;
    color: #000000;
    font-weight: 700;
    font-size: 16px;
}

.table-default td, .table-default th {
    padding: 2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    border-right: 1px solid #ece9e9;
    position: relative;
    font-weight: 400;
    display: table-cell;
}

    .table-default td:first-child {
        text-align: left;
    }

    .table-default th:nth-child(3), .table-default th:nth-child(2) {
        text-align: center;
    }

.table-default tr:nth-child(odd) {
    background-color: #f5f6f6;
}

.table_wrapper {
    border: 1px solid #e4e3e3;
    border-radius: 10px;
    overflow: hidden;
    /* margin: 3rem; */
    /*    width: fit-content;*/ width: 72%;
    margin: 0 auto;
}

.bg-lightblue {
    background-color: #00305B;
}

.section-content.WhyICICILombard, .section-content.WhyICICILombard h2 {
    color: #fff;
}

ul.arrow-tab-list li:before {
    content: "";
    display: inline-block;
    background-image: url(../images/GhiImg/list-arrow.svg);
    background-repeat: no-repeat;
    width: 9px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 6px;
    cursor: pointer;
}

.WhyICICILombard ul.arrow-tab-list li {
    padding-bottom: 10px;
    padding-left: 20px;
}

.WhyICICILombard h5 {
    font-size: 18px;
    font-weight: 700;
}

.num_holder {
    color: #EC6625;
    font-weight: 800;
    font-size: 20px;
}

.section-content.rules-document, .section-content.rules-document h2 {
    color: #282828;
}

    .section-content.rules-document a.download-brochure {
        font-size: 14px;
        font-weight: 700;
        color: #EC6625;
        text-decoration: underline !important;
    }

.Faq ul.list-disc li {
    list-style-type: disc;
    margin-bottom: 8px;
}

.Faq ul.list-disc {
    padding-left: 17px;
}

.Faq .ui-tabs-modify {
    overflow: hidden;
    width: 70%;
}

.accordion-panel h5 {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-weight: 600;
}

.Faq .accordion-title:hover {
    background: transparent;
}

.Faq .ui-tabs-modify .tab-head {
    width: 100%;
    border-bottom: 1px solid #c9c9c9;
    padding-top: 2rem;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: flex;
}

    .Faq .ui-tabs-modify .tab-head li {
        min-width: 12rem;
        float: left;
        text-align: center;
        font-size: 1.6rem;
    }

.Faq .tab-head li.active {
    color: #f16623;
    z-index: 5;
}

.tab-head li {
    float: left;
    padding: 1.6rem;
    text-align: center;
    font-size: 1.8rem;
    line-height: 23px;
    font-weight: 700;
    letter-spacing: normal;
    color: #6c6c6c;
    position: relative;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.Faq .accordion-title::after {
    display: none;
}

.Faq .tab-head li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 100%;
    left: 0;
}

.Faq .tab-head li.bar {
    position: absolute;
    height: 3px;
    padding: 0;
    background: #f16623;
    top: 100%;
    z-index: 4;
    left: 0;
}

.Faq .ui-tabs-modify .tab-content-body {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    padding-top: 30px;
}

.Faq .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;
}

.Faq .tab-content .accordion-card {
    cursor: pointer;
    border-top: none;
    padding: 0;
    border-bottom: none;
}

.Faq .tab-content .accordion-title {
    position: relative;
    cursor: pointer;
    padding: 1px 0;
}

    .Faq .tab-content .accordion-title h3 {
        font-size: 16px;
        font-weight: 700;
        width: 97%;
        color: #282828;
        line-height: 24px;
        padding: 0px;
    }

.Faq .tab-content .accordion-panel {
    display: block;
    padding: 0 0 20px 0px;
    margin-bottom: -2px;
    cursor: default;
    transition: none;
}

    .Faq .tab-content .accordion-panel span {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }

.Faq .tab-content {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}

#caruiSlider {
    margin-bottom: 3rem;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

    .owl-carousel, .owl-carousel .owl-item {
        -webkit-tap-highlight-color: transparent;
        position: relative;
    }

        .owl-carousel .owl-stage-outer {
            position: relative;
            overflow: hidden;
            -webkit-transform: translate3d(0,0,0);
        }

        .owl-carousel .owl-stage {
            position: relative;
            -ms-touch-action: pan-Y;
            -moz-backface-visibility: hidden;
        }

        .owl-carousel.owl-drag .owl-item {
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .owl-carousel .owl-item {
            min-height: 1px;
            float: left;
            -webkit-backface-visibility: hidden;
            -webkit-touch-callout: none;
        }

        .owl-carousel, .owl-carousel .owl-item {
            -webkit-tap-highlight-color: transparent;
            position: relative;
        }

.ui-reviews-slider .item, #news_update .item, #awards_recognize .item {
    text-align: center;
    margin: 2rem 0;
}

.ui-reviews-slider .reviews-rating-content {
    display: inline-block;
    text-align: left;
    margin: 0 auto;
    width: 100%;
    max-width: 432px;
    direction: ltr;
}

.ui-reviews-slider .rating-topbar {
    margin: 0 auto;
}

    .ui-reviews-slider .rating-topbar h3 {
        text-align: left;
        font-size: 1.8rem;
        color: #282828;
        font-weight: 700;
        border-right: 2px solid #b2b2b2;
        padding-right: 1rem;
        display: inline-block;
    }

.ui-reviews-slider .rating-fl {
    display: inline-block;
    width: 45%;
    margin-left: 1rem;
}

    .ui-reviews-slider .rating-fl span {
        margin-right: 0.5rem;
    }

span.star-fill {
    background-image: url(../images/GhiImg/ui-orangestar-ico.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 12px;
    display: inline-block;
}

.ui-reviews-slider .rating-topbar:after {
    content: "";
    background-image: url(../images/GhiImg/ui-exl-ico.png);
    background-repeat: no-repeat;
    width: 4.9rem;
    height: 4.2rem;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 5rem;
}

#pkg_policy_slider .owl-nav .owl-prev.disabled, #pkg_policy_slider .owl-nav .owl-next.disabled, .ui-reviews-slider .owl-nav .owl-next.disabled, .ui-reviews-slider .owl-nav .owl-prev.disabled {
    background: #fff;
    border: 1px solid #cbcdce;
    cursor: not-allowed !important;
}

    #pkg_policy_slider .owl-nav .owl-prev.disabled:before, #pkg_policy_slider .owl-nav .owl-next.disabled:before, .ui-reviews-slider .owl-nav .owl-next.disabled:before, .ui-reviews-slider .owl-nav .owl-prev.disabled:before {
        background-image: url(../images/GhiImg/review_arrow.png);
        opacity: .5;
    }

#pkg_policy_slider .owl-nav .owl-next, .ui-reviews-slider .owl-nav .owl-next {
    position: absolute;
    right: -6rem;
    top: 48%;
    font-size: 0;
    height: 5rem;
    width: 5rem;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 0;
    box-shadow: 5px 0 10px 0 rgba(0,0,0,.1);
    background: #ec6625;
    border: 1px solid #eaeaea;
}

    #pkg_policy_slider .owl-nav .owl-next:before, .ui-reviews-slider .owl-nav .owl-next:before {
        border-color: transparent;
        border-style: none;
        border-width: 0;
        background-image: url(/docs/default-source/assets/freshlook/images/GhiImg/arrow_pointer_review.svg);
        height: 16px;
        width: 18px;
        transform: rotate(360deg);
        left: 16px;
        top: 17px;
        content: "";
        display: inline-block;
        vertical-align: text-top;
        box-sizing: inherit;
        margin: 0;
        position: absolute;
    }

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #f58220;
    width: 25px;
    margin: 5px 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}





.breadcrumb-main-block {
    width: 100%;
    padding: 2rem 0;
    border-top: 1px solid #ece9e9;
}

ul.breadcrumbs {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}

    ul.breadcrumbs li {
        display: inline-block;
    }

        ul.breadcrumbs li a {
            color: #282828;
            padding-right: 1.5rem;
            font-weight: 400;
            font-size: 14px;
        }

        ul.breadcrumbs li.active a {
            color: #707070;
        }

            ul.breadcrumbs li.active a:hover {
                color: #707070;
            }

        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: 10px;
            margin-left: 10px;
        }

        ul.breadcrumbs li:last-child a:after {
            display: none;
        }

.container-fluid.ratingsec {
    padding: 120px 15px 70px;
    background-color: #fff;
    padding-top: 0;
}

    .container-fluid.ratingsec h2 {
        margin: 0 0 50px;
        color: #282828;
        font: 700 36px "Muli",sans-serif;
        text-align: center;
        padding-top: 50px;
    }

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.ratingsec .ratingSlider .slick-prev {
    left: -70px;
}

.ratingsec .ratingSlider .slick-prev, .ratingsec .ratingSlider .slick-next {
    width: 52px;
    height: 52px;
    z-index: 1;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.ratingsec .ratingSlider .innerdiv {
    width: 400px;
    margin: 0 auto;
}

    .ratingsec .ratingSlider .innerdiv ul {
        padding: 18px 0 6px;
        margin-bottom: 15px;
        background: url(../images/GhiImg/quotes.png) no-repeat 95% bottom;
    }

.container-fluid.ratingsec .ratingSlider .innerdiv ul li:first-child {
    padding-left: 0;
    border-right: solid 1px #b2b2b2;
    color: #282828;
    font: 700 18px "Muli",sans-serif;
}

.ratingsec .ratingSlider .innerdiv ul li {
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
}

.container-fluid.ratingsec .ratingSlider .slick-prev:before {
    content: '';
    width: 62px;
    height: 51px;
    opacity: 1;
    display: block;
    background: url(../images/GhiImg/arrow-white.svg) no-repeat center center;
    top: 1px;
    right: -7px;
    position: absolute;
}


.container-fluid.ratingsec .ratingSlider .slick-prev.slick-disabled:before {
    background-image: url(../images/GhiImg/gray_arrow.svg);
    opacity: .5;
    box-shadow: 0px 0 10px #00;
}


.container-fluid.ratingsec .ratingSlider .slick-next.slick-disabled:before {
    background-image: url(../images/GhiImg/review_arrow.png);
    opacity: .5;
    box-shadow: 0px 0 10px #00;
}

.container-fluid.ratingsec .ratingSlider .slick-next:before {
    content: '';
    width: 51px;
    height: 51px;
    display: block;
    background: url(../images/GhiImg/next.svg) no-repeat center center;
    opacity: 1;
}

.container-fluid.ratingsec .ratingSlider .innerdiv ul {
    background: url(../images/GhiImg/quotes.svg) no-repeat 95% bottom;
}

.slick-prev.slick-arrow.slick-disabled,
.slick-next.slick-arrow.disabled {
    background: #fff;
    border: 1px solid #cbcdce;
}

.container-fluid.ratingsec .ratingSlider .slick-prev {
    left: -70px;
    background-color: #EC6625;
}

.container-fluid.ratingsec .ratingSlider .slick-next {
    background-color: #EC6625;
}

.container-fluid.ratingsec .slick-next.slick-disabled, .container-fluid.ratingsec .slick-prev.slick-disabled {
    background-color: #fff;
}

.container-fluid.ratingsec .ratingSlider .innerdiv {
    width: 450px;
    margin: 0 auto;
}

.slick-prev.slick-arrow, .slick-next.slick-arrow {
    position: absolute;
    font-size: 0;
    height: 5rem;
    width: 5rem;
    border-radius: 50px;
    cursor: pointer;
    margin-left: 0;
    box-shadow: 5px 0 10px 0 rgba(0,0,0,.1);
    background: #ec6625;
    border: 1px solid #eaeaea;
}

.toggle_covered0.hide, .toggle_covered1.hide, .toggle_covered2.hide {
    display: block;
}

.features .in_ex_collapse_expland2, .cover-under .in_ex_collapse_expland1 {
    font-size: 16px;
    font-weight: 700;
    color: #EC6625;
    text-decoration: underline;
    position: relative;
    cursor: pointer;
    padding: 0px 0px 40px 0px;
    display: none;
}

.WhyICICILombard ul.arrow-tab-list.pt-4 li a {
    font-size: 1.6rem;
    color: #ec6625;
    font-weight: 700;
    text-decoration: underline;
}

.uin .table-default th, .uin .table-default td {
    text-align: center;
}

.disclaimer {
    border-top: 1px solid #dfdfdf;
    padding: 15px 0;
}

    .disclaimer h4 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 5px;
    }

.why-renewing-your-car .row {
    display: flex;
    align-items: center;
}

.corporate-form .form-group label {
    display: inline-block;
}


@media (max-width: 992px) and (min-width: 768px) {
    /* form widget css*/
    .bgblue.health-banners .lists-rules {
        max-width: 44%;
    }

    .bgblue.health-banners .corpo-form {
        max-width: 58%;
    }

    .corporate-form {
        width: 100%;
    }

    .bgblue.health-banners .row.group-healths {
        justify-content: center;
    }
    /* form widget css*/
}

@media (min-width: 768px) {
    .container {
        width: auto;
    }
}

@media (max-width: 992px) {
    .health-banners, .section-content {
        background-color: #fff;
    }

        .section-content.bg-lightblue.WhyICICILombard {
            background-color: #00305B;
        }

    .Faq .ui-tabs-modify {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .health-rules h1 {
        display: none;
    }

    .corporate-form .form-group label {
        display: inline-block;
    }

    .ui-tabs-modify .tab-head li.active {
        border-bottom: 2px solid;
        margin-bottom: 5px;
    }
    /* form widget css*/
    .bgblue.health-banners .health-rules h1 {
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        line-height: inherit;
    }

    .table-default th:nth-child(3), .table-default th:nth-child(2), .table-default td, .table-default th {
        text-align: left;
        padding: 10px;
    }

    .table-center {
        padding-left: 15px;
        margin-right: 12px;
    }

    .rules-document img {
        width: 100%;
    }

    .banner-img img {
        display: none;
    }

    .health-rules ul {
        margin: 0px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .sticky-middle {
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: #fff;
        z-index: 999;
        width: 100%;
        padding: 10px;
        box-shadow: 0 0 1px #000;
    }

    .bgblue.health-banners .row.group-healths {
        justify-content: center;
    }

    .lists-rules, .corpo-form {
        max-width: 100%;
    }
        /* form widget css*/

        .lists-rules h2 {
            font-size: 20px;
            font-weight: 800;
            text-align: center;
            display: none;
        }

    .health-rules > ul > li:first-child {
        padding: 15px 10px 15px 10px;
        margin-bottom: 15px;
    }

    .group-healths {
        display: flex;
        flex-direction: column-reverse;
    }

    .policy-issue ul li span:first-child {
        font-size: 20px;
    }

    .health-banners {
        background: url(../images/GhiImg/group-banner-mobile.svg);
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
        background-color: #fff;
    }

    .policy-issue {
        padding-bottom: 100px;
    }

    .section-content h2 {
        font-size: 24px;
        text-align: left;
    }

    .group-health .readMore {
        text-align: left;
        display: block;
        margin-bottom: 30px;
    }

    .section-content.group-health h2 {
        padding-left: 0px;
    }

    .section-content {
        color: #282828;
        padding: 30px 0;
    }

        .for-employess p, #whyHealthPolicy h2,
        .section-content.bg-lightgray.whyHealthPolicy h2, .section-content.bg-lightgray.whyHealthPolicy p,
        .section-content.bg-lightgray.features h2,
        .section-content.bg-lightgray.features p, .section-content.bg-bluegray.cover-under p,
        .section-content.key-features p {
            text-align: left;
        }

        .section-content.bg-lightgray.whyHealthPolicy .common-insurance-blocks.pad-block1.media {
            margin-bottom: 30px;
        }

    .Faq .ui-tabs-modify {
        width: 100%;
    }

    .section-content.bg-lightgray.whyHealthPolicy p.more,
    .section-content.bg-lightgray.features p.more {
        padding-left: 0px;
    }

    .whyHealthPolicy h4 {
        margin-bottom: 5px;
    }

    .breadcrumb-main-block {
        background-color: #fff;
    }

    .more.pt-2 {
        padding-top: 0px !important;
    }

    .features h4 {
        padding-top: 15px !important;
    }

    .section-content.bg-lightblue.WhyICICILombard .row,
    .section-content.WhyICICILombard.rules-document .row {
        flex-direction: column-reverse;
    }

    .section-content.bg-lightblue.WhyICICILombard img, .section-content.why-renewing-your-car img {
        padding-top: 30px;
    }

    .why-renewing-your-car row {
        display: flex;
        align-items: center;
    }

    .table_wrapper {
        width: 102%;
        overflow: hidden;
        margin: 0px auto;
        overflow-x: auto;
    }

    .ui-tabs-modify .tab-head {
        white-space: nowrap;
        display: -webkit-flex;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .mr-0 {
        padding-right: 0px;
    }

    .corpo-form h2 {
        font-size: 20px;
        font-weight: 800;
        text-align: center;
        display: block;
        opacity: 1;
        color: #282828;
    }

    .corpo-form h1 {
        font-size: 20px;
        font-weight: 800;
        text-align: center;
        display: block;
        opacity: 1;
        color: #282828;
        font: 800 20px "Muli", sans-serif;
    }

    .ui-tabs-modify .tab-head li.active {
        border-bottom: 2px solid;
    }

    .section-content .toggle_covered0.hide, .section-content .toggle_covered1.hide,
    .section-content .toggle_covered2.hide {
        display: none !important;
    }

    .inc-exc-tab .in_ex_collapse_expland0, .inc-exc-tab .in_ex_collapse_expland1, .inc-exc-tab .in_ex_collapse_expland2 {
        display: block;
    }


    .cover-under .in_ex_collapse_expland1, .features .in_ex_collapse_expland2 {
        display: block;
    }

    .slick-list {
        border: 1px solid #CBCDCE;
        border-radius: 15px;
    }

    .container-fluid.ratingsec .ratingSlider .innerdiv {
        width: 100%;
        padding: 15px;
    }

    .container-fluid.ratingsec .ratingSlider .slick-dots {
        bottom: -60px;
    }
    /* .in_ex_collapse_expland0::after,  .in_ex_collapse_expland1::after,  .in_ex_collapse_expland2::after {
    content: '';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNSA3LjI1TDggMi43NUwxMi41IDcuMjUiIHN0cm9rZT0iI0VDNjYyNSIgc3Ryb2tlLXdpZHRoPSIyLjUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat, repeat;
    background-position: right 10px top 50%, 0 0;
    background-size: 1.2em auto, 100%;
    transition: all 0.2s ease-in-out;
    position: absolute;
    padding-left: 40px;
    z-index: 999;
    width: 37px;
    height: 24px;
    text-align: justify;
    margin: 0 auto;
    transform: rotate(180deg);
}

.inc-exc-tab .in_ex_collapse_expland0.active::after, .inc-exc-tab .in_ex_collapse_expland1.active::after, .inc-exc-tab .in_ex_collapse_expland2.active::after {
    transform: rotate(0deg);
}*/
    .toggle_covered2, .toggle_covered1 {
        padding-bottom: 20px;
    }

    .corporate-form a.link-btn {
        padding-top: 20px;
    }
}

#GHINeedHelp_dvCallBackReqeust .dropdown label {
    position: static;
    pointer-events: auto;
}

@media (max-width: 767px) {
    /* form widget css*/
    .corporate-form {
        padding: 30px 12px 0px 12px;
        margin-top: 20px;
    }

    .for-employess .tab-head li {
        padding: 1.2rem;
        font-size: 1.6rem;
    }

    .for-employess .tab-head {
        display: flex;
    }

    .section-content.for-employess .tab-wrap.js-tab-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .form-group img {
        padding-left: 5px;
    }

    .health-rules ul li {
        margin-right: 0px;
        width: auto;
    }

    .exiciting {
        padding-left: 2px;
    }

    .il-input-block label {
        font-size: 14px;
    }

    .error {
        font-size: 12px;
    }

    .query-customer {
        padding: 0px 0px 0px 6px;
    }

    a.primary-btn {
        margin-bottom: 0px;
    }

    a.form-bot {
        padding: 10px 10px 10px 0px;
    }

    a.link-btn {
        padding-top: 15px;
    }

    .form-group label:before {
        margin-right: 5px;
    }
    /* form widget css*/
    .health-rules .policy-issue ul {
        gap: 10px;
        justify-content: flex-start;
    }

    .health-rules ul {
        display: block;
    }

    .policy-issue ul li {
        padding-right: 10px;
    }

    .container-fluid.ratingsec .ratingSlider .innerdiv ul li:first-child {
        border-right: none;
        display: block;
    }

    .container-fluid.ratingsec .ratingSlider .innerdiv ul li {
        padding: 10px 0px 0px 0px;
    }

    .container-fluid.ratingsec .ratingSlider .innerdiv ul {
        top: -15px;
        background: url(../images/GhiImg/quotes.svg) no-repeat 97% top;
        position: relative;
        margin-bottom: 0px;
    }

    .container-fluid.ratingsec h2 {
        margin: 0 0 25px;
    }

    .policy-issue ul li:last-child {
        padding-right: 0px;
    }
}
/*dt- 2 july 2024*/
@media (max-width: 1199px) {
    .corporate-form {
        padding: 30px 20px 0px 20px;
    }
}
/*END*/

/*Blog Articles Section*/

.section-content h2 {
    padding-bottom: 1rem;
    margin: 0;
}
.img-responsive {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: 426px;
    height: 251px;
}
.bg-white.insurance-madeeasy-block h2 {
    margin-bottom: 30px;
}

h2.heading-h2 {
    font-size: 3.5rem;
    color: #282828;
    font-weight: 700;
    margin-bottom: 30px;
}

.flex-columns a.btn-white {
    background: 0 0;
    color: #fe6625 !important;
    border: 1px solid #fe6625;
    background-position: 50% 99%;
    -webkit-transition: all .6s ease-out;
    transition: all .3s ease-out;
    font-weight: 700;
    text-decoration: none !important;
    margin-top: 40px;
    min-width: 160px;
    padding: 15px 20px;
    border-radius: 50px;
}

    .flex-columns a.btn-white:hover {
        background: #fe6625;
        color: #fff !important;
    }

.flex-columns {
    display: flex;
    flex-wrap: wrap;
}

.row.flex .flex-align {
    display: flex;
}

.row.flex .covid-pandemic-block.thumbnailBox {
    flex: 1;
    cursor: pointer;
}

.covid-pandemic-block.thumbnailBox:hover {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 13%);
}

.covid-pandemic-block {
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    border: solid 1px #eaeaea;
    overflow: hidden;
}

.thumbnailBox img {
    overflow: hidden;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.cp-contentblock {
    display: inline-block;
    width: 100%;
    padding: 3rem 2rem;
}

    .cp-contentblock h6 {
        font-size: 1.8rem;
        font-weight: 600;
        padding: 0;
        margin-bottom: 10px;
    }

    .cp-contentblock p {
        display: inline-block;
        font-size: 1.6rem;
        padding: 0;
        line-height: 3rem;
        margin-bottom: 15px;
        margin-right: 1rem;
        font-weight: 400;
        line-height: 24px;
    }

    .cp-contentblock .date {
        font-size: 14px;
        padding-bottom: 0px;
        float: left;
        width: 100%;
        color: #6c6c6c;
    }

a.read-mr {
    font-size: 1.4rem;
    color: #ec6608;
    text-decoration: underline;
    font-weight: 600;
}

.cp-contentblock p,
.flex-columns .covid-pandemic-block .cp-contentblock h6 {
    color: #282828;
}

.read-morebtn {
    margin: 3rem 0 0;
}

    .read-morebtn .secondary-btn {
        border: 1px solid #ec6625
    }

.col-xs-12 {
    width: 100%;
}
@media (max-width:767px) {
    .row.flex .flex-align {
        margin-bottom: 30px;
    }

    .covid-pandemic-block {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .read-morebtn {
        padding-top: 25px;
        float: none;
        padding-bottom: 30px;
    }

    .p-made-easy {
        margin-bottom: 30px;
    }

    .bg-white.insurance-madeeasy-block a.btn-white {
        margin-right: 0px;
        margin-top: 0px;
    }
}

/*Blog Articles Section*/