body{
    background: #fff !important;
    counter-reset: my-sec-counter;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
}
.midWrappHAP .h1, .midWrappHAP .h2, .midWrappHAP .h3, .midWrappHAP h1, .midWrappHAP h2, .midWrappHAP h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
section {
    padding: 5rem 0;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}

.section-content {
    padding: 6rem 0 6rem 0;
}
.section-content h2 {
    padding-bottom: 2rem;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    color: #2d2d2d;
}
/******************** MILLIONS OF INDIANS LOVE US SECTION STARTS HERE **********************/
.ui-card-wrap {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 0rem 0 0;
}
.bf_customer_love_us .ui-card-wrap {
    padding-top: 0;
}
.ui-card-wrap .card-block {
    display: inline-block;
    width: 32%;
    text-align: center;
    padding: 25px;
    vertical-align: top;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    margin-right: 10px;
}
.flexclass {
    display: flex;
}
.flexclass .img_section {
    padding: 18px 22px 0px 0px;
}
.bf_customer_love_us .img_section {
    padding-top: 0;
}
.flexclass .content_section {
    text-align: left;
}
.bf_customer_love_us .ui-card-wrap h3 {
    margin-bottom: 0px;
    margin-top: 0;
}
.ui-card-wrap .card-block h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #f26624;
    text-align: left;
    padding-bottom: 0;
    display: inline-block;
    margin-bottom: 0px;
}
sup {
    font-size: 10px;
    font-weight: 400;
    color: #282828;
    top: -8px;
}
.ui-card-wrap p {
    font-size: 1.4rem;
    position: relative;
    text-align: left;
    line-height: 2rem;
}
@media (max-width: 991px) {
    .ui-card-wrap .card-block {
        width: 100%;
        padding-bottom: 2rem;
    }
    .container, .il-container {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    #hapinfo .ui-card-wrap .card-block {
        margin-top: 2rem;
    }
}
/******************** MILLIONS OF INDIANS LOVE US SECTION ENDS HERE **********************/

/******************** WHAT IS ICICI LOMBARD CSS STARTS HERE ***********************/
.leftImgWrap .centerImg, .centerImg {
    display: flex;
    align-items: center;
}
.img-responsive {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.midWrappHAP .leftImgWrap h2 {
    font-size: 3.6rem;
    color: #282828;
    font-weight: 700;
    text-align: left;
    margin: 0;
    padding-bottom: 2rem;
    padding-right: 35px;
}
.midWrappHAP p {
    font-size: 1.6rem;
    line-height: 24px;
    margin: 0 0 10px;
    font-weight: 400;
}
.leftImgWrap p {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 400;
    /* margin-bottom: 1rem; */
}
@media (max-width: 767px) {
    .section-content {
        padding: 4rem 1rem;
    }   
    #sc_healthinsurance {
        padding: 40px 0px 60px 0px;
    }
    .leftImgWrap .centerImg, .centerImg {
        flex-direction: column-reverse;
        /*display: block !important;*/
    }
    .who_needs_elevate .centerImg, .top_reasion_top_buy .centerImg {
        flex-direction: column;
    }
    .section-content p {
        text-align: left;
        line-height: 2.5rem;
    }
    .section-content h2 {
        padding-bottom: 1rem;
        margin: 0;
        font-size: 3rem;
        text-align: left;
    }
    .midWrappHAP .section-content h2 {
        font-size: 24px;
        line-height: 30px;
        text-align: left !important;
    }
}
/******************** WHAT IS ICICI LOMBARD CSS STARTS HERE ***********************/

/************************* TOP REASONS ****************************/
.top_reasion_top_buy,
.bg-pink {
    background: #fff9f6;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.top_reasion_top_buy table {
    width: 100%;
}
.top_reason_ul_div{
    display: flex;
    justify-content: space-between;
}
.top_reason_ul_div ul{
    width: 48%;
}
.top_reasion_top_buy table tr td, .top_reasion_top_buy ul li {
    padding: 7px 0px;
    font-size: 16px;
    font-weight: 600;
    padding-left: 25px;
    width: 100%;
    position: relative;
}
.top_reasion_top_buy table tr td::before, .top_reasion_top_buy ul li:before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjgiIHN0cm9rZT0iIzBEQTUyNiIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik01LjgwMDI5IDkuMTE5ODFMNy44MjIwNyAxMS4zOTkzTDEyLjExMTEgNi43Nzc4MyIgc3Ryb2tlPSIjMERBNTI2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
    width: 18px;
    height: 18px;
    position: absolute;
    top: 9px;
    left: 0;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .top_reason_ul_div{
        flex-direction: column;
    }
    .top_reason_ul_div ul{
        width: 100%;
    }
    .top_reasion_top_buy table tr td, .top_reasion_top_buy ul li {
        display: block;
        padding-left: 25px;
        width: 100%;
    }
    .top_reasion_top_buy table tr td::before, .top_reasion_top_buy ul li:before{
        margin-top: 2px;
    }
}
/******************** WHY SHOULD YOU BUY HEALTH INSURANCE POLICY ***********************/
.bg-lightgray {
    background-color: #f8f6f6;
}
.common-insurance-blocks {
    width: 100%;
    display: inline-block;
    position: relative;
}
.pad-block1 {
    padding: 5rem 1.5rem 0 5rem;
}
.pad-block2 {
    padding: 5rem 0 0 2rem;
}
.common-insurance-blocks em {
    font-size: 4.5rem;
    font-style: normal;
    position: absolute;
    left: 0;
    top: 40px;
    color: #f4824c;
}
.common-insurance-blocks h4 {
    font-size: 1.7rem;
    color: #282828;
    font-weight: 600;
    padding-bottom: 1rem;
}
.common-insurance-blocks p {
    font-size: 1.5rem;
    line-height: 2.5rem;
}
.morelink {
    display: inline-block;
}
.morelink::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 16px;
    margin-top: -12px;
    background: url(/docs/default-source/assets/freshlook/images/readmore.png?sfvrsn=39fd6dd2_2);
}
.morelink.less::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg) !important;
}
.morecontent span {
    font-size: 1.5rem;
    display: none;
    font-weight: 400;
}

/********************** Why should you buy health policy online from ICICI Lombard? ************************/
.ui-onlineimg-dth .img-responsive {
    margin: 0 auto;
}
.midWrappHAP .text-left {
    text-align: left;
}
.f-15 {
    font-size: 15px;
}
.pad-top2 {
    padding-top: 2rem;
}
.section-content.p_tg_font p {
    font-size: 16px;
    line-height: 24px;
}
.pad-top1 {
    padding-top: 1rem;
}

/*********************** What is covered in ICICI Lombard Health AdvantEdge policy? ***********************/
section.what_include_what_not{
    padding-bottom: 0;
}
.pad-bottom2 {
    padding-bottom: 2rem;
}
.tab-head {
    width: 100%;
    border-bottom: 2px solid #eeeff1;
    position: relative;
    margin-bottom: 2rem;
}
.tab-head li {
    float: left;
    padding: 1.4rem 3rem;
    text-align: center;
    font-size: 1.7rem;
    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;
}
.inc-exc-tab .tab-head li{
    min-width: 15rem;
}
.tab-head li.active {
    color: #f16623;
    z-index: 5;
}
.tab-head li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 100%;
    left: 0;
}
.tab-head li.bar {
    position: absolute;
    height: 3px;
    padding: 0;
    background: #f16623;
    top: 100%;
    z-index: 4;
    left: 0;
}
.tab-content-body {
    position: relative;
}
.tab-content {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}
.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;
}
.inc_exc_heading{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #282828;
    padding: 0;
    margin: 0 0 1.4rem;
}
.ui-check-list {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}
.inc-exc-tab .ui-check-list {
    display: grid;
}
.ui-check-list li {
    width: 50%;
    float: left;
    margin-bottom: 2.5rem;
    margin-top: 1.5rem;
    padding: 0 2.5rem;
    text-align: left;
    position: relative;
    color: #282828;
}
.inc-exc-tab .ui-check-list li {
    width: 100%;
}
.ui-check-list.exclusion-tabs li {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}
.inc-exc-tab .ui-check-list.exclusion-tabs li {
    font-size: 17px;
    font-weight: normal;
    margin: 0;
    margin-bottom: 10px;
}
.ui-check-list.exclusion-tabs li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.7rem;
    background-image: url(/docs/default-source/assets/freshlook/images/ui-close-ico.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 2rem;
    width: 2rem;
}
.midWrappHAP .inc-exc-tab .include_div .ui-check-list.exclusion-tabs.green_tick li:before {
    background-image: url(/docs/default-source/assets/freshlook/images/tick_inclusion.png);
    width: 30px;
    height: 30px;
    top: 3px;
}
.inc-exc-tab p {
    font-size: 17px;
    font-weight: 500;
    line-height: 2rem;
}
.ui-check-list p {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    padding-bottom: 0;
    margin: 0;
}
.inc-exc-tab .ui-check-list.exclusion-tabs .disease_sub_ul{
    margin: 1.5rem 0 0;
}
.inc-exc-tab .ui-check-list.exclusion-tabs .disease_sub_ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    color: #282828;
}
.exclusion-tabs li h5 {
    font-weight: 600;
    font-size: 1.7rem;
    margin-top: 0px;
}
.inc-exc-tab .green_tick h5 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
}
.midWrappHAP .inc-exc-tab .ui-check-list.exclusion-tabs li:before {
    background-image: url(/docs/default-source/assets/freshlook/images/error_exclusion.png);
    top: 3px;
}
.midWrappHAP .inc-exc-tab .ui-check-list.exclusion-tabs .disease_sub_ul li:before{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuODQyMTEgMUwxMSA1LjIxMDUzTTExIDUuMjEwNTNMNy44NDIxMSA5LjQyMTA1TTExIDUuMjEwNTNIMSIgc3Ryb2tlPSIjMjgyODI4IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);

}
.bf_exclude_note table td {
    font-size: 14px;
    font-weight: 400;
    padding: 15px;
}
.common-insurance-blocks h3,
.tab-content-body h3 {
    font-size: 1.6rem;
    color: #282828;
    font-weight: 700;
}
.what_include_what_not .inc-exc-tab h3 {
    margin-top: 5px;
    margin-bottom: 20px;
}
/*.inc-exc-tab .ui-check-list.exclusion-tabs.ExclusionValidList li {
    margin-bottom: 0;
}*/
.ui-policy-documents {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    border-top: 1px solid #dcd8d8;
    padding: 4rem 0rem 4rem;
    position: relative;
}
.ui-policy-documents p {
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.ui-policy-documents p a {
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: underline;
/*    padding-left: 3rem;*/
    color: #fe6625;
}
.inc-exc-tab .in_ex_collapse_expland {
    font-size: 16px;
    font-weight: 700;
    color: #ec6625;
    text-decoration: underline;
    position: relative;
    cursor: pointer;
    padding: 0px 0px 40px 25px;
}
.inc-exc-tab .in_ex_collapse_expland::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_expland.active::after {
    transform: rotate(0deg);
}
.desk_hide{
    display: none;
}
 .inc-exc-tab .toggle_covered.hide{
        display: block !important;
}
.exclusive_div .toggle_covered.hide{
    display: none !important;
}
@media (min-width: 992px) {
    .inc-exc-tab .tab-content.active {
        padding-left: 30px;
    }
    .inc-exc-tab ul.ui-check-list.exclusion-tabs.green_tick {
        padding: 0 0 6rem 0;
    }
    .mb-20 {
        margin-bottom: 20px;
    }
    .pad-block2 {
        padding: 3rem 0 3rem 0 !important;
    }
}
@media (max-width: 767px) {
    .tab-head li {
        min-width: 50%;
    }
    .ui-policy-documents p a{
        padding: 0;
    }
    .inc-exc-tab .toggle_covered.hide{
        display: none !important;
    }
    .desk_hide{
        display: block;
    }
    .inc-exc-tab .in_ex_collapse_expland{
        padding: 0;
        text-align: center;
    }
}
/********************** ICICI Lombard Health AdvantEdge Insurance policy add-on benefits ************************/
.svg_icon_chi {
    width: 42px;
    height: 42px;
    position: relative;
    display: block;
}
/********************* What is the difference between mediclaim insurance and health insurance policy? *************************/
ul.arrow-tab-list li {
    font-size: 1.6rem;
    font-weight: 400;
    padding-bottom: 1rem;
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    padding-left: 2.5rem;
    margin-right: 3rem;
    color: #282828;
    line-height: 21px;
}
ul.arrow-tab-list li:before {
    content: "";
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuODQyMTEgMUwxMSA1LjIxMDUzTTExIDUuMjEwNTNMNy44NDIxMSA5LjQyMTA1TTExIDUuMjEwNTNIMSIgc3Ryb2tlPSIjMjgyODI4IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    width: 13px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 6px;
}
ul.arrow-tab-list {
    display: inline-block;
    text-align: left;
    width: 100%;
    padding: 0rem 2rem 2rem 0;
}
/**************************** Mediclaim vs Health insurance *****************************/
.table_wrapper.pro-code-wrap {
    width: 70%;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.tableWrapp {
    border-collapse: collapse;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    /* margin-top: 5rem; */
}
.tableWrapp tr:nth-child(odd) {
    background-color: #f5f6f6;
}
.tableWrapp td,
.tableWrapp th {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 1.2rem 2rem;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 300;
}
.tableWrapp td:first-child {
    text-align: left;
    border: none;
}
.tableWrapp td:last-child {
    border: none;
}
.tableWrapp tr:nth-child(odd) {
    background-color: #f5f6f6;
}
.tableWrapp th {
    text-align: left;
    background-color: #dddccb;
    font-size: 1.5rem;
    color: #000;
    padding: 1.5rem 2rem;
    border-right: 1px solid #ece9e9;
    font-weight: 700;
}
@media (max-width: 767px){
    .table_wrapper.pro-code-wrap {
        width: 100%;
        overflow: auto;
        display: inline-block;
    }
}
/******************* Claim calmly ************************/

.bg-blue {
    background-color: #00305a;
}
.calmy-wrapper {
    background-color: #00305b;
}
.il-container {
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.claim-wrapper {
    /* margin: 6.6rem 0; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.claim-img {
    width: 40%;
}
.claim-cont {
    width: 60%;
}
.section-head {
    color: #fff;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin-bottom: 1.5rem;
}
.claim-inline-cont {
    display: flex;
    align-items: center;
}
.claim-txt {
    color: #fff;
    font-size: 1.7rem;
    line-height: 2rem;
    /* width: 17%; */
    padding-right: 2rem;
    padding-top: 10px;
}
.claim-list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    width: 12%;
}
.claim-list-item {
    color: #fff;
    display: inline-block;
    font-size: 1.5rem;
    width: 22px;
    height: 22px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 1rem;
    position: relative;
    border: 1px solid;
}
.claim-box-wrapper {
    margin: 4rem 0;
    display: flex;
}
.claim-box {
    max-width: 150px;
    width: 100%;
    background-color: #004a80;
    border-radius: 20px;
    margin-right: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2.9rem 1rem;
    position: relative;
}
.claim-box-num {
    color: #fff;
    font-size: 2rem;
    line-height: 2.5rem;
    position: absolute;
    top: 10px;
    left: 20px;
}
.box-img {
    margin-bottom: 1rem;
}
.claim-box-head {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.7rem;
    font-weight: 700;
    text-align: center;
}
.claim-box:last-child {
    margin-right: 0;
}
.dot {
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 10px;
    right: 105%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dot em {
    font-size: 3.8rem;
    background: #8097ac;
    width: 5px;
    height: 5px;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 0.7rem;
}
@media (max-width: 767px){
    .claim-wrapper {
        display: flex;
        align-items: unset;
        flex-direction: column-reverse;
        margin: 0;
    }
    .claim-img {
        width: 100%;
    }
    .calm-image {
        width: 100%;
    }
    .claim-cont {
        width: 100%;
    }
    .claim-list {
        width: 60%;
        display: inline-block;
    }
    .claim-box-wrapper {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .claim-box {
        margin-right: 0;
        margin-bottom: 1.2rem;
        width: 30%;
        max-width: 100%;
    }
}

/********************* Benefits of buying health insurance plans for the family ***************************/
.insurance-benefit-wrap {
    background: #f8f6e4;
}
.heading-content-block {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    /* margin: 6rem 0; */
}
.heading-content-block .heading-sec {
    width: 40%;
}
.heading-content-block .content-sec {
    width: 60%;
}
.content-sec .content-details {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #CBCDCE;
}
.content-sec .content-details:last-child {
    border: none;
}
.content-details .content-img {
    width: 10%;
}
.content-details .content-text {
    width: 90%;
}
h3.heading-3 {
    font-size: 1.8rem;
    color: #282828;
    font-weight: 600;
    margin: 0;
}
.content-details .content-text p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #282828;
    font-weight: 400;
}
.click-link {
    font-size: 1.7rem;
    font-weight: 400;
    color: #ec6608;
    display: inline-block;
    text-decoration: underline;
}
@media (max-width: 767px){
    .midWrappHAP .heading-content-block {
        flex-direction: column !important;
        margin: 2rem 0;
    }
    .midWrappHAP .heading-content-block .heading-sec, .midWrappHAP .heading-content-block .content-sec {
        width: 100%;
    }
    .midWrappHAP .heading-content-block .heading-sec h2.pr-60 {
        padding-right: 0;
    }
    .midWrappHAP .content-details .content-img {
        width: 20%;
    }
}
/****************** Save tax with family insurance plans ********************/
.img-content-block {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    /* margin: 6rem 0; */
    display: flex;
}
.img-content-block .img-block {
    width: 37%;
    margin-right: 3%;
}
.img-content-block .content-block {
    width: 60%;
}
.list .list-item {
    padding-left: 3.5rem;
    position: relative;
    margin-bottom: 3rem;
}
.list2 .list-item {
    padding-left: 3rem;
}
.list2 .list-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2rem;
    background: url("../images/arrow.png") no-repeat;
    width: 1.5rem;
    height: 1.9rem;
}
h3.heading-3 {
    font-size: 1.7rem;
    color: #282828;
    font-weight: 600;
    margin: 0;
}
.img-content-block p {
    font-size: 1.7rem;
    line-height: 1.76;
    font-weight: 300;
}
.img-block img {
    width: 100%;
}
@media (max-width: 767px){
    .midWrappHAP .img-content-block .img-block {
        width: 100%;
        margin-right: 0;
        margin-top: 2rem;
    }
    .midWrappHAP .img-content-block .content-block {
        width: 100%;
        padding: 0;
    }
    .list2 .list-item {
        padding-left: 0;
    }
}
/************************* Reviews and Ratings ***************************/
.container-small {
    max-width: 120rem;
    margin: 0 auto;
}
.pad-top5 {
    padding-top: 5rem;
}
.owl-next.disabled, .owl-prev.disabled {
    opacity: 0.4;
    cursor: default !important;
}
.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;
}
.ui-reviews-slider .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 15rem;
    font-size: 0;
    border: 1px solid #adadad;
    height: 5rem;
    width: 5rem;
    border-radius: 50px;
    cursor: pointer;
    margin-left: 0;
}
.ui-reviews-slider .owl-nav .owl-prev:before {
    border-color: #282828;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    vertical-align: text-top;
    transform: rotate(228deg);
    box-sizing: inherit;
    margin: 0;
    position: absolute;
    left: 21px;
    top: 18px;
}
.ui-reviews-slider .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 15rem;
    font-size: 0;
    border: 1px solid #adadad;
    height: 5rem;
    width: 5rem;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 0;
}
.ui-reviews-slider .owl-nav .owl-next:before {
    border-color: #282828;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    vertical-align: text-top;
    transform: rotate(47deg);
    box-sizing: inherit;
    margin: 0;
    position: absolute;
    left: 18px;
    top: 19px;
}
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}
.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-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
}
.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 {
    background: transparent;
    border: 0;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.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 span {
    background: #eaeaea;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #f58220;
    width: 25px;
    margin: 5px 0;
}
.ui-reviews-slider .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.7rem;
    color: #282828;
    font-weight: 500;
    border-right: 2px solid #b2b2b2;
    padding-right: 1rem;
    display: inline-block;
}
.ui-reviews-slider .rating-fl {
    display: inline-block;
    width: 45%;
    margin-left: 1rem;
}
span.star-fill {
    background-image: url(/docs/default-source/assets/freshlook/images/ui-orangestar-ico.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 12px;
    display: inline-block;
}
.ui-reviews-slider .rating-fl span {
    margin-right: 0.5rem;
}
.ui-reviews-slider .rating-topbar:after {
    content: "";
    background-image: url(/docs/default-source/assets/freshlook/images/ui-exl-ico.png);
    background-repeat: no-repeat;
    width: 4.9rem;
    height: 4.2rem;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 5rem;
}
.ui-reviews-slider .reviews-rating-content p {
    font-size: 1.5rem;
    line-height: 3rem;
}
@media (max-width: 991px){
    .owl-nav {
        display: none;
    }
}
@media (max-width: 767px){
    .ui-reviews-slider .item {
        padding: 2rem 2rem;
        border: 1px solid #cbcdce;
        border-radius: 1rem;
        min-height: 38rem;
        margin: 3rem 1rem 2rem;
    }
    .ui-reviews-slider .rating-topbar h3 {
        border-right: none;
    }
    .ui-reviews-slider .rating-fl {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-bottom: 1rem;
    }
    .ui-reviews-slider .rating-topbar:after {
        top: 31px;
        right: 30px;
    }
} 

/***************** Frequently asked questions on Health AdvantEdge policy for family ********************/
.ui-tabs-modify {
    overflow: hidden;
}
.ui-tabs-modify .tab-head {
    width: 71%;
    border-bottom: 2px solid #eeeff1;
    padding-top: 2rem;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
.ui-tabs-modify .tab-head li {
    min-width: 17.3rem;
    float: left;
    text-align: center;
    font-size: 1.9rem;
}
.tab-head li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 100%;
    left: 0;
}
.ui-tabs-modify .tab-content-body {
    position: relative;
    width: 70%;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}
.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;
}
.tab-content .accordion-card {
    cursor: pointer;
    border-top: solid 1px #eaeaea;
    padding: 0;
}
.tab-content .accordion-title {
    position: relative;
    cursor: pointer;
    padding: 1px 0;
}
.tab-content .accordion-title:hover{
    background: #f8f6f6;
}
.tab-content .accordion-title h3 {
    font-size: 18px;
    font-weight: 700;
    width: 90%;
    color: #282828;
    line-height: 30px;
    margin-bottom: 20px;
}
.tab-content .accordion-panel {
    display: none;
    padding: 0 0 20px 0px;
    margin-bottom: -2px;
    cursor: default;
    transition: none;
}
.tab-content .accordion-panel span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
@media (max-width: 1360px){
    .ui-tabs-modify .tab-head li {
        min-width: 13.7rem;
    }
}
@media (max-width: 1199px){
    .ui-tabs-modify .tab-content-body, .ui-tabs-modify .tab-head {
        width: 100%;
    }
}
@media (max-width: 767px){
    .ui-tabs-modify .tab-head {
    white-space: nowrap;
    display: -webkit-flex;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}
}
/****************** Popular Searches **********************/
.section-content.search-bg  {background: #F8F6F6;}
.section-content .flexs {display: flex;align-items: center;}
.section-content .popular-search {padding-left: 40px;}
.section-content .popular-search h2 {font-weight: 500;padding-bottom: 3rem;line-height: 44px;text-align: left;}
.section-content .popular-search a {background-color: #fff;color: #000;font-weight: 500;font-size: 12px;line-height: 15px;border-radius: 100px;padding: 8px 15px;display: inline-block;margin-right: 5px;margin-bottom: 10px;text-decoration: none;}
.section-content .popular-search a:hover {background: #FFF2EB;box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);}

@media (max-width: 991px) {
.section-content.search-bg .row.flexs img { max-width: 100%;}
.landing-widget .subs-block a {
    width: 3rem;
    height: 3rem;
    font-size: 2.4rem;
    line-height: 2.6rem;
    font-weight: 700;
}
}

@media (max-width: 767px) {
.section-content .flexs {display: flex;flex-direction: column-reverse;}
.section-content .popular-search {margin-bottom: 30px;padding-left: 15px;}
}


.garages-search-block sup {
    color: #fff;
}

.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;
    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;
}
ul.breadcrumbs li:last-child a:after {
    display: none;
}
.link {
    font-size: 14px;
    font-weight: 700;
    color: #f26624 !important;
    text-decoration: underline !important;
    cursor: pointer;
}
ul.breadcrumbs li a {
    color: #282828;
    padding-right: 1.5rem;
    text-decoration: none;
    font-weight: 600;
}

.section-content .text-center h2{
    text-align: center;
}

.section-content .claim-block h2{
    color: #fff;
}
@media (max-width: 767px){
    .disclaimer{
        margin-top: 1rem;
    }
}

/************* SEO h1 changes **************/

.section-content.family-health-insurance h1{
    padding-bottom: 2rem;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    color: #2d2d2d;
}
.healthFreshlook .zeroHassleWrapp h2 {
    font-size: 4.5rem;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    margin-bottom: 1rem;
}

@media (max-width: 767px){
    .section-content.family-health-insurance h1{
        font-size: 24px;
        line-height: 30px;
        text-align: left;
    }
    .healthFreshlook .zeroHassleWrapp h2 {
        padding-bottom: 1.2rem;
        font-size: 2.8rem;
    }
}

.key_feat_ol{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2.5rem 0 0;
}
.key_feat_ol li {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
    width: 49%;
    padding-left: 3rem;
    position: relative;
}
.key_feat_ol li:before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter) ".";
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 767px){
    .key_feat_ol li{
        width: 100%;
    }
    #PublicWrapper #Faq ::-webkit-scrollbar, #PublicWrapper .table_wrapper.pro-code-wrap::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
}



.ui-reviews-slider .owl-nav .owl-prev:before {
    border-color: transparent;
    border-style: none;
    border-width: 0;
    background-image: url(/docs/default-source/assets/images/review_arrow.png);
    height: 16px;
    width: 18px;
    vertical-align: text-top;
    transform: rotate(180deg);
    left: 16px;
    top: 16px;
}

.ui-reviews-slider .owl-nav .owl-next:before {
    border-color: transparent;
    border-style: none;
    border-width: 0;
    background-image: url(/docs/default-source/assets/images/review_arrow.png);
    height: 16px;
    width: 18px;
    transform: rotate(360deg);
    left: 16px;
    top: 17px;
}
/*-------------css for policy document start here-------------*/

.ui-policy-documents p a{

    padding: 0 3rem;
    border-right: 1px solid #c9c9c9;
    margin-right: 3rem;
}

.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;
}

}

@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-------------*/


/*--------CSS for Active Booster start here--------*/


.midWrappHAP .boldTxt{
    font-weight: 700;
}

.midWrappHAP .heading-content-block{
    gap: 30px;
}

.high-sum-wrap {
    background: #f8f6e4;
}

.activate-booster-faq .faq-wrap{
    margin-top:3rem;
}

.midWrappHAP p span{
    font-size: 1.6rem;
}


/*--------CSS for Active Booster end here--------*/


/********* nishant css changes ************/
@media(max-width: 767px){
    .landing-widget .input-block.mobWrapp {
        margin-top: 0 !important;
    }
    #sc_healthinsurance {
        padding: 4rem 1rem;
    }
}
/********* nishant css changes ************/

/* CSS for Cashless Hospital widget revamp start */



.locate-hospital-sec{
	background: linear-gradient(90deg, #FFF 7.46%, #EEE 99.17%);
	padding: 6rem 2rem 4rem;
	position: relative;
}

.locate-hospital-sec::after{
	content: '';
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTc5IiBoZWlnaHQ9IjQ3MCIgdmlld0JveD0iMCAwIDU3OSA0NzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMjIuNDAyIDExNS42OTZDMTk2LjcyMiAyNS4yNjE1IDI5MS4yOSAtMzQuMDY1IDM4NC4wMTQgLTU2Ljk1NDJDNDc2LjczNyAtNzkuODQzNCA1NjcuNDQ1IC02Ni4yNzYyIDYzNC40MzMgLTExLjIyNTFDNzAxLjQyIDQzLjgyNjEgNzMyLjMwNSAxMzAuMTg3IDcyNy44MTYgMjI1LjU4OEM3MjMuMzI3IDMyMC45ODkgNjgzLjQ0OCA0MjUuMjYgNjA5LjEyNyA1MTUuNjk0QzUzNC44MDYgNjA2LjEyOSA0NDAuMjM5IDY2NS40NTYgMzQ3LjUxNSA2ODguMzQ1QzI1NC43OTIgNzExLjIzNCAxNjQuMDg0IDY5Ny42NjcgOTcuMDk2MiA2NDIuNjE2QzMwLjEwODkgNTg3LjU2NSAtMC43NzY2ODUgNTAxLjIwNCAzLjcxMjY5IDQwNS44MDNDOC4yMDIxNiAzMTAuNDAyIDQ4LjA4MTEgMjA2LjEzMSAxMjIuNDAyIDExNS42OTZaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTYwOTdfNDA5NzEpIiBzdHJva2U9IiNGQUZBRkEiIHN0cm9rZS13aWR0aD0iNSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzE2MDk3XzQwOTcxIiB4MT0iNzc0Ljg1MyIgeTE9IjEwMC45MzkiIHgyPSI0MTMuMDkxIiB5Mj0iNjQ2Ljg0NSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRjVGNUY1Ii8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZCRkJGQiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=);
	position: absolute;
	top: 0;
	right: 0
}

.locate-hospital-block{
	display: flex;
	align-items: center;
}

.locate-hospital-block .locate-hospital-img{
	width: 40%;
	text-align: center;
}

.locate-hospital-block .locate-hospital-widget{
	width: 60%;
}

.locate-hospital-block .locate-hospital-widget h3{

	margin: 0;
	color: #282828;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: normal;
	padding-bottom: 2rem;

}

.locate-hospital-block .locate-hospital-widget p,
.locate-hospital-block .locate-hospital-widget p span{
	color: #EC6625;
	font-size: 3.6rem;
	font-weight: 900;
	font-style: italic;
}


.locate-hospital-sec .network-hospital-block {
    padding: 2.4rem 3rem 4rem;
    border-radius: 14px;
    border: 1px solid #E0E0E0;
    background: #FFF;
	width: 100%;
    max-width: 705px;
	margin-top: 4rem;
}

.locate-hospital-sec p.search-input-txt {
    color: #282828;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: normal;
    margin-top: 0.8rem;
	font-style: normal;
}

.locate-hospital-block p.locate-tnc{
	color: #575757;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: normal;
	margin-top: 1.3rem;
	font-style: normal;
}


.locate-hospital-popup .popup.light{
	max-width: 720px;
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 0;
    margin: 0;
	overflow-y: auto;
	height: 100%;
    padding: 0;
    text-align: left;
}

/* .locate-hospital-popup .hospital-list-block .total-hospital-count{
	position: relative;
    left: 0;
    margin: 0 0 3rem;
    top: 0;
	padding: 0;
	font-size: 1.8rem;
} */

.locate-hospital-popup .hospital-list-block,
.locate-hospital-popup .network-hospital-block {
    padding: 0 0;
}

.locate-hospital-popup .hospital-list-block{
	padding: 3rem 0;
}

.locate-hospital-popup .network-hospital-block{
	padding-bottom: 3rem;
}

.locate-hospital-popup .popup-content{
	padding:3rem 4rem 3rem 5rem;
}

.locate-hospital-block .hospital-list-block .hospital-details p {
    color: #575757;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 0.8rem;
}

.search-radiobtn-block .il-radio-block span{
    line-height: 22px;
    font-weight: 600;
    font-size: 1.6rem;
}

.locate-hospital-popup .popup .close1:after, 
.locate-hospital-popup .popup .close1:before,
.locate-hospital-popup .popup .close:after, 
.locate-hospital-popup .popup .close:before {
    /* position: absolute;
    left: 1.5rem;
    content: " ";
    height: 3rem;
    width: 0.1rem;
    background-color: #333; */

    position: absolute;
    content: " ";
    height: 1.5rem;
    width: 0.1rem;
    background-color: #333;
}

.locate-hospital-popup .popup .close, 
.locate-hospital-popup .popup .close1{
    padding: 7px 14px;
    background: #fff;
    border: 1px solid #f0efee;
    border-radius: 5px;
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 3rem;
    height: 3rem;
    z-index: 2;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

section#locate-hospital{
    padding: 0;
}

.section-content#Faq{
    margin-top: 0;
}



@media screen and (max-width:767px){

	.locate-hospital-popup .popup-content {
		padding: 3rem 2rem 3rem 2rem;
	}

	.locate-hospital-block {
		flex-direction: column-reverse;
	}

	.locate-hospital-block .locate-hospital-img,
	.locate-hospital-block .locate-hospital-widget{
		width: 100%;
	}

	.locate-hospital-block .locate-hospital-img img{
		width: 100%;
	}

    .locate-hospital-block .locate-hospital-widget h3{
        font-size: 2.4rem;
    }

    .locate-hospital-block .locate-hospital-widget p span{
        font-size: 3rem;
    }

    .locate-hospital-block .locate-hospital-widget p{
        font-size: 1.8rem;
    }

    .locate-hospital-sec{
        padding: 4rem 2rem 4rem;
    }
    .search-radiobtn-block .il-radio-block span{
        font-size: 1.4rem;
    }
    .locate-hospital-sec .network-hospital-block{
        padding: 2.4rem 1rem 4rem;
    }
    .network-hospital-block .search-radiobtn-block{
        gap: 10px;
        justify-content: space-between;
    }
    .locate-hospital-block p.locate-tnc{
        font-size: 1.3rem;
        margin-bottom: 2.4rem;
    }

}


/* CSS for Cashless Hospital widget revamp end */