.asd__close-button{
    display:inline-block;
    font-family:"iconfont" !important;
    speak:none;
    font-style:normal;
    font-weight:normal;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
.asd__close-button:before{
        content:"\e904";
        color:#999999;
        font-size:18px;
    }
.asd__close-button{
    font-weight:700;
    padding:8px;
    width:35px;
    height:35px;
    text-align:center;
    border-radius:50%;
}
.sqhv-grid__img .playbtn{
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%, -50%);
            transform:translate(-50%, -50%);
}
.social-rating-widget{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
    width:280px;
}
.social-rating-widget__item{
        -webkit-flex:1;
            -ms-flex:1;
                flex:1;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-direction:column;
            -ms-flex-direction:column;
                flex-direction:column;
        -webkit-align-items:flex-start;
            -ms-flex-align:start;
                align-items:flex-start;
        -webkit-justify-content:center;
            -ms-flex-pack:center;
                justify-content:center;
        min-height:46px;
        padding-left:50px;
        font-weight:600;
        font-size:18px;
        color:rgba(3, 3, 3, 0.6);
    }
.social-rating-widget__item--f{
            background:url("https://assets.online.oneinsure.com/static/img/icons/sc-f.99659a362c30.svg") no-repeat left center;
            margin-right:8px;
            background-size:40px;
        }
.social-rating-widget__item--g{
            background:url("https://assets.online.oneinsure.com/static/img/icons/sc-g.f7da03d7b539.svg") no-repeat left center;
            background-size:40px;
        }
.social-rating-widget__item img{
            margin-right:8px;
        }
.social-rating-widget__stars{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
    }
.social-rating-widget__stars img{
            width:12px;
            height:12px;
            margin-right:0;
        }
.all-insurer__logo-container{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:row;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    -webkit-justify-content:flex-start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    -webkit-align-content:flex-start;
        -ms-flex-line-pack:start;
            align-content:flex-start;
    -webkit-align-items:flex-start;
        -ms-flex-align:start;
            align-items:flex-start;
    margin:0px -12px;
}
.ailc__blocks{
    width:calc(100% / 3);
    max-width:194.94px;
    margin-bottom:20px;
}
.ailc__blocks__logo{
        border:1px solid rgba(3, 3, 3, 0.2);
        margin:0px 10px;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-justify-content:center;
            -ms-flex-pack:center;
                justify-content:center;
        -webkit-align-items:center;
            -ms-flex-align:center;
                align-items:center;
        min-height:120px;
        padding:10px;
    }
.ailc__blocks__logo img{
            min-width:100%;
        }
.advantages-sidebar-drawer{
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:300;
    opacity:0;
    pointer-events:none;
    transition:0.45s;
    transition-delay:0.3s;
}
.advantages-sidebar-drawer .asd__wrapper{
        -webkit-transform:translateX(100%);
                transform:translateX(100%);
        transition:0.45s;
        transition-delay:0s;
    }
.advantages-sidebar-drawer.reveal{
        z-index:300;
        background-color:rgba(3, 3, 3, 0.9);
        opacity:1;
        pointer-events:all;
        -webkit-perspective-origin:left;
                perspective-origin:left;
        -webkit-perspective:1000px;
                perspective:1000px;
        transition-delay:0s;
    }
.advantages-sidebar-drawer.reveal .asd__wrapper{
            -webkit-transform:translateX(0px);
                    transform:translateX(0px);
            transition-delay:0.2s;
        }
.asd__wrapper{
        width:970px;
        background:#fff;
        float:right;
        min-height:100vh;
        max-height:100vh;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        position:relative;
    }
.asd__content{
        display:none;
    }
.asd__content.active{
            display:block;
        }
.asd__content .lcra__timeline-list{
            margin-bottom:32px;
        }
.asd__content .lcra__timeline-list strong{
                font-weight:bold;
            }
.asd__close-button{
        position:absolute;
        left:-40px;
        top:10px;
        border:2px solid #fff;
        cursor:pointer;
        width:30px;
        height:30px;
        line-height:10px;
        opacity:0.8;
    }
.asd__close-button:before{
            font-size:11px;
            color:#fff;
        }
.asd__close-button:hover{
            opacity:1;
        }
.asd__close-button small{
            display:block;
            font-size:13px;
            color:white;
            width:40px;
            margin-top:14px;
            margin-left:-15px;
            border-bottom:1px dashed;
            padding-bottom:5px;
            font-family:"Nunito", Helvetica, Tahoma, Arial, sans-serif;
        }
.asd__column{
        display:inline-block;
    }
.asd__column--left{
            -webkit-flex:0 0 36%;
                -ms-flex:0 0 36%;
                    flex:0 0 36%;
            max-width:36%;
            background-color:rgba(107, 122, 254, 0.1);
            padding:46px 24px 46px;
        }
.asd__column--right{
            -webkit-flex-grow:1;
                -ms-flex-positive:1;
                    flex-grow:1;
            padding:20px 28px;
            overflow-y:auto;
            height:100vh;
        }
.asd__column--right .social-rating-widget{
                margin-top:30px;
                margin-bottom:115px;
            }
.asd__advantage-title{
        font-size:28px;
        font-weight:bold;
        line-height:38px;
        margin-bottom:40px;
    }
.asd__advantage-list{
        list-style-type:none;
        padding-left:0;
    }
.asd__advantage-list-item{
        padding-top:16px;
        padding-bottom:16px;
        padding-left:8px;
        border-bottom:1px solid rgba(3, 3, 3, 0.1);
        background:url("https://assets.online.oneinsure.com/static/img/icons/side-arrow.dcd76be94747.svg") no-repeat 98% center;
        cursor:pointer;
        transition:all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    }
.asd__advantage-list-item.active{
            background-color:rgba(107, 122, 254, 0.1);
            border-left:3px solid #6b7afe;
        }
.asd__advantage-list-item:last-child{
            border-bottom:none;
        }
.asd__advantage-list-item > span{
            display:block;
        }
.asd__advantage-list-label{
        color:#6b7afe;
        text-transform:uppercase;
        letter-spacing:1px;
        font-size:13px;
        font-weight:bold;
        margin-bottom:8px;
    }
.asd__advantage-list-desc{
        font-size:18px;
        padding-right:20px;
        line-height:24px;
    }
.asdc__avatar-wrapper{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-justify-content:flex-end;
            -ms-flex-pack:end;
                justify-content:flex-end;
        position:relative;
    }
.asdc__avatar-wrapper:before{
            content:"";
            border:1px solid #6b7afe;
            position:absolute;
            left:-28px;
            right:0;
            top:50%;
            z-index:1;
        }
.asdc__avatar{
        border-radius:50%;
        border:4px solid #6b7afe;
        height:145px;
        width:145px;
        z-index:2;
        position:relative;
        background-color:#fff;
        padding:12px;
    }
.asdc__title{
        font-size:40px;
        font-weight:bold;
        line-height:52px;
        margin-top:-30px;
        margin-bottom:16px;
    }
.asdc__customer-love{
        opacity:0.6;
        font-size:16px;
    }
.asdc__number-box{
        margin-bottom:60px;
    }
.asdc__number-title{
        font-weight:100;
        font-size:14px;
        font-weight:700;
        padding-bottom:10px;
    }
.asdc__numbers-wrapper{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        margin-top:24px;
    }
.asdc__number-item{
        -webkit-flex:1;
            -ms-flex:1;
                flex:1;
    }
.asdc__number-amount{
        font-size:24px;
        font-weight:bold;
        line-height:1;
        color:#fc5846;
    }
.asdc__number-amount-desc{
        margin-top:5px;
    }
.asdc__number-list{
        opacity:0.7;
    }
.asdc__number-list li{
            margin-bottom:10px;
        }
.asd-testimonial{
    margin-bottom:50px;
    width:530px;
}
.asd-testimonial__item{
        margin-bottom:24px;
    }
.asd-testimonial__persona{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-justify-content:flex-start;
            -ms-flex-pack:start;
                justify-content:flex-start;
        -webkit-align-items:flex-start;
            -ms-flex-align:start;
                align-items:flex-start;
        position:relative;
    }
.asd-testimonial__persona:after{
            content:"";
            border-bottom:1px solid rgba(3, 3, 3, 0.4);
            position:absolute;
            left:72px;
            right:0;
            bottom:34px;
        }
.asd-testimonial__avatar{
        width:72px;
        height:72px;
        margin-right:13px;
        border-radius:50%;
        border:1px solid rgba(3, 3, 3, 0.4);
    }
.asd-testimonial__name{
        color:#465acf;
        font-size:20px;
        line-height:27px;
        font-weight:bold;
        margin-right:10px;
        margin-top:8px;
    }
.asd-testimonial__ratings{
        background-color:#465acf;
        width:50px;
        color:#fff;
        font-size:13px;
        border-radius:10px;
        font-weight:bold;
        text-align:center;
        margin-top:10px;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-justify-content:center;
            -ms-flex-pack:center;
                justify-content:center;
        -webkit-align-items:center;
            -ms-flex-align:center;
                align-items:center;
    }
.asd-testimonial__ratings img{
            width:10px;
            height:10px;
            margin-left:4px;
        }
.asd-testimonial__content{
        opacity:0.45;
        margin-left:84px;
        margin-top:-15px;
    }
.asdc-four-block-container{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:row;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-align-content:flex-start;
        -ms-flex-line-pack:start;
            align-content:flex-start;
    -webkit-align-items:flex-start;
        -ms-flex-align:start;
            align-items:flex-start;
    position:relative;
}
.asdc__blocks{
    width:50%;
}
.asdc__blocks__img{
        width:50px;
        height:50px;
        position:absolute;
    }
.asdc__blocks__info{
        margin-left:50px;
        margin-bottom:56px;
    }
.asdc__blocks__title{
        font-weight:700;
        margin-bottom:6px;
    }
.asdc__subinfo-text{
    font-size:16px;
    line-height:25px;
    margin-bottom:35px;
}
.asd-saf-content{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:row;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-align-content:flex-start;
        -ms-flex-line-pack:start;
            align-content:flex-start;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    border-radius:4px;
}
.asd-saf-content.red{
        background-color:#fff0ef;
        margin-bottom:20px;
    }
.asd-saf-content.red .asd-saf-fb__free{
            color:#fc5846;
        }
.asd-saf-content.red .saf-fb__features__list li:before{
                border-color:#fc5846;
            }
.asd-saf-content.yellow{
        background-color:#fef6e8;
    }
.asd-saf-content.yellow .asd-saf-fb__free{
            color:#f8bf5f;
        }
.asd-saf-content.yellow .saf-fb__features__list li:before{
                border-color:#f8bf5f;
            }
.asd-saf-fb{
    width:100%;
    padding:30px;
    position:relative;
}
.asd-saf-fb__free{
        color:#000;
        text-transform:uppercase;
        font-size:16px;
        margin-left:15px;
        margin-top:3px;
        font-weight:500;
    }
.asd-saf-fb__heading{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-direction:row;
            -ms-flex-direction:row;
                flex-direction:row;
        -webkit-flex-wrap:wrap;
            -ms-flex-wrap:wrap;
                flex-wrap:wrap;
        -webkit-justify-content:flex-start;
            -ms-flex-pack:start;
                justify-content:flex-start;
        -webkit-align-content:flex-start;
            -ms-flex-line-pack:start;
                align-content:flex-start;
        -webkit-align-items:flex-start;
            -ms-flex-align:start;
                align-items:flex-start;
    }
.asd-saf-fb__heading__icon{
            width:45px;
            height:45px;
            margin-right:15px;
            border-radius:50px;
            display:-webkit-flex;
            display:-ms-flexbox;
            display:flex;
            -webkit-justify-content:center;
                -ms-flex-pack:center;
                    justify-content:center;
            -webkit-align-items:center;
                -ms-flex-align:center;
                    align-items:center;
        }
.asd-saf-fb__heading__icon img{
                width:45px;
            }
.asd-saf-fb__heading__text__title{
                font-size:22px;
                line-height:26px;
                font-weight:500;
            }
.asd-saf-fb__heading__text__subtitle{
                font-size:14px;
                color:rgba(3, 3, 3, 0.6);
                line-height:20px;
                font-weight:400;
            }
.asd-saf-fb__features{
        margin:20px 0px 0px 60px;
    }
.asd-saf-fb__features__list{
            margin:0px 0px 0px;
            padding:0px;
        }
.asd-saf-fb__features__list li{
                list-style:none;
                font-size:18px;
                line-height:30px;
                position:relative;
            }
.asd-saf-fb__features__list li:before{
                    position:absolute;
                    content:"";
                    height:8px;
                    width:18px;
                    left:-45px;
                    top:11px;
                    border:3px solid #fc5846;
                    border-top:none;
                    border-right:none;
                    -webkit-transform:rotate(-45deg);
                            transform:rotate(-45deg);
                }
.hero-widget__inner-wrapper{
        width:1170px;
        padding-left:15px;
        padding-right:15px;
        margin-left:auto;
        margin-right:auto;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        margin-bottom:24px;
    }
.hero-widget__inner-wrapper.just_center{
            display:-webkit-flex;
            display:-ms-flexbox;
            display:flex;
            -webkit-justify-content:center;
                -ms-flex-pack:center;
                    justify-content:center;
        }
.hero-widget__header{
        font-size:54px;
        line-height:1;
        text-align:center;
        font-weight:bold;
        margin-top:40px;
        margin-bottom:48px;
    }
@media (min-width: 768px) and (max-width: 1367px){
.hero-widget__header{
            font-size:48px;
            margin-top:24px;
            margin-bottom:32px
    }
        }
.hero-widget__form-wrapper{
        -webkit-flex-basis:848px;
            -ms-flex-preferred-size:848px;
                flex-basis:848px;
        min-width:848px;
        max-width:848px;
        min-height:507px;
        box-shadow:20px 24px 108px -20px rgba(0, 0, 0, 0.07), 0 0px 34px -10px rgba(195, 197, 212, 0.57),
            0 2px 64px 0 rgba(70, 90, 207, 0.16);
        border-radius:6px;
        padding:20px;
        position:relative;
        border:1px solid rgba(107, 122, 254, 0.15);
    }
.hero-widget__form-wrapper ul.widget-nav{
            display:-webkit-flex;
            display:-ms-flexbox;
            display:flex;
            padding:0;
            list-style:none;
            margin-left:-20px;
            margin-right:-20px;
            margin-top:-20px;
            margin-bottom:0px;
            -webkit-justify-content:space-evenly;
                -ms-flex-pack:space-evenly;
                    justify-content:space-evenly;
            border-bottom:1px solid rgba(151, 151, 151, 0.3);
        }
.hero-widget__form-wrapper ul.widget-nav.fade-disappear{
                display:none;
            }
.hero-widget__form-wrapper ul.widget-nav li{
                height:68px;
                line-height:68px;
                cursor:pointer;
                text-align:center;
                position:relative;
                padding-left:12px;
                padding-right:12px;
                transition:all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
                font-weight:400;
                font-size:16px;
                -webkit-flex:1;
                    -ms-flex:1;
                        flex:1;
                color:rgba(3, 3, 3, 0.5);
            }
.hero-widget__form-wrapper ul.widget-nav li:before{
                    position:absolute;
                    content:"";
                    height:4px;
                    width:0%;
                    left:50%;
                    transition:all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
                    -webkit-transform-origin:center;
                            transform-origin:center;
                    bottom:-2px;
                    -webkit-transform:translate(-50%);
                            transform:translate(-50%);
                    border-radius:4px;
                    background-color:transparent;
                }
.hero-widget__form-wrapper ul.widget-nav li.active{
                    font-size:18px;
                    font-weight:500;
                    color:#6b7afe;
                }
.hero-widget__form-wrapper ul.widget-nav li.active:before{
                        position:absolute;
                        content:"";
                        height:4px;
                        width:100%;
                        background-color:#6b7afe;
                        -webkit-transform-origin:center;
                                transform-origin:center;
                    }
.hero-widget__form-wrapper ul.widget-nav li:hover{
                    color:#6b7afe;
                }
.hero-widget__form-wrapper ul.widget-nav li:after{
                    position:absolute;
                    content:"";
                    height:24px;
                    width:1px;
                    right:0px;
                    top:22px;
                    background-color:rgba(151, 151, 151, 0.4);
                }
.hero-widget__form-wrapper ul.widget-nav li:last-child::after{
                    background-color:transparent;
                }
.hero-widget__form-wrapper .widget_space{
            margin-top:24px;
        }
.hero-widget__form-wrapper .widget_space .otp-wrapper .w--spinner{
                    left:36%;
                    position:relative;
                    margin:30px 0px 15px 0px;
                }
.hero-widget__form-wrapper .widget_space .w--spinner{
                position:absolute;
                left:50%;
                -webkit-transform:translate(-50%, -50%);
                        transform:translate(-50%, -50%);
            }
.hero-widget__form-wrapper__renew-block{
            height:40px;
            min-width:222px;
            position:absolute;
            right:20px;
            bottom:20px;
            text-align:right;
        }
.hero-widget__form-wrapper__nri-block{
            height:40px;
            min-width:222px;
            position:absolute;
            right:20px;
            bottom:20px;
            text-align:right;
        }
.hero-widget__side-drawer{
        width:320px;
    }
.hero-widget__sd-title{
        font-size:21px;
        line-height:68px;
        color:#6b7afe;
        font-weight:bold;
    }
.hfr__title-text{
    font-size:15px;
    color:var(--black_textColor);
    font-weight:400;
}
.hfr__link{
    font-size:16px;
    color:var(--black_textColor);
    cursor:pointer;
}
.hfr__link span{
        color:#0076ff;
        border-bottom:1px solid #0076ff;
    }
a.hfn__link{
    font-size:16px;
    font-weight:600;
    color:#0076ff;
    text-decoration:none;
}
body.modal-open .hero-widget__form-wrapper__renew-block{
        opacity:0;
    }
.side-drawer{
    margin-top:10px;
}
.side-drawer__handel{
        padding:22px 0 22px 24px;
        border-bottom:1px solid rgba(151, 151, 151, 0.3);
        color:rgba(3, 3, 3, 0.6);
        cursor:pointer;
        position:relative;
        transition:all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        overflow:hidden;
    }
.side-drawer__handel:last-child{
            border-bottom:0;
        }
.side-drawer__handel--tapsee{
            display:-webkit-flex;
            display:-ms-flexbox;
            display:flex;
        }
.side-drawer__handel--claim-assist{
            display:-webkit-flex;
            display:-ms-flexbox;
            display:flex;
        }
.side-drawer__handel--social:hover .sdh__sub-title{
                color:#6b7afe;
            }
.side-drawer__handel .social-rating-widget{
            width:90%;
            margin-bottom:8px;
        }
.side-drawer__handel:hover:after{
                width:100%;
            }
.side-drawer__handel:hover:before{
                right:10px;
                opacity:1;
                transition-delay:0.4s;
                border-color:#6b7afe;
            }
.side-drawer__handel:hover .sdh__social-item{
                transition:0.5s;
                color:rgba(3, 3, 3, 0.5);
            }
.side-drawer__handel:hover .sdh__title{
                color:#6b7afe;
            }
.side-drawer .side-drawer__handel--tapsee{
        height:180px;
        padding-left:88px;
        background:url("https://assets.online.oneinsure.com/static/homepage/tapsee.fb272d651efc.png") no-repeat -23px -24px;
        background-size:135px;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-direction:column;
            -ms-flex-direction:column;
                flex-direction:column;
        -webkit-align-items:flex-end;
            -ms-flex-align:end;
                align-items:flex-end;
        -webkit-justify-content:center;
            -ms-flex-pack:center;
                justify-content:center;
    }
.side-drawer .side-drawer__handel--tapsee:before{
            display:none;
        }
.side-drawer .side-drawer__handel--tapsee .sdh__title--punch-line{
            font-weight:bold;
            transition:all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            color:var(--black_textColor);
            font-size:26px;
            line-height:32px;
        }
.side-drawer .side-drawer__handel--tapsee .sdh__title--name{
            font-size:18px;
            color:#fc5846;
            margin-top:8px;
            line-height:25px;
        }
.side-drawer .side-drawer__handel--claim-assist{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-direction:column;
            -ms-flex-direction:column;
                flex-direction:column;
        -webkit-align-items:flex-start;
            -ms-flex-align:start;
                align-items:flex-start;
        -webkit-justify-content:center;
            -ms-flex-pack:center;
                justify-content:center;
    }
.side-drawer .side-drawer__handel--claim-assist:before{
            display:none;
        }
.side-drawer .side-drawer__handel--claim-assist .sdh__title{
            font-weight:700;
            color:rgba(3, 3, 3, 0.8);
        }
.side-drawer .side-drawer__handel--claim-assist:hover .sdh__title{
                color:#6b7afe;
                transition:0.5s;
            }
.tax-side-drawer{
    position:absolute;
    top:42px;
    right:auto;
    bottom:auto;
    left:0px;
    padding:5px 0 10px 130px;
    width:100%;
    background:#6b7afe url("https://assets.online.oneinsure.com/static/img/icons/right-arrow-white.0cb7a1fbc614.png") no-repeat 95% center;
    background-size:8px;
    z-index:-1;
    color:#fff;
}
.tax-side-drawer span{
        display:block;
    }
.tax-side-drawer .rupee_icon{
        display:inline-block;
    }
.tax-side-drawer .rupee_icon strong{
            font-family:"Nunito", Helvetica, Tahoma, Arial, sans-serif;
        }
.tax-side-drawer .tax-head{
        font-size:40px;
        line-height:40px;
    }
.tax-side-drawer .tax-amt{
        font-size:20px;
    }
.sdh__title{
        font-size:24px;
        line-height:33px;
        font-weight:400;
        color:rgba(3, 3, 3, 0.6);
        position:relative;
    }
.sdh__free{
        position:absolute;
        right:-70px;
        font-size:14px;
        color:#fc5846;
        background-color:#fff0b9;
        height:24px;
        line-height:25px;
        padding:0px 15px;
        border-radius:25px;
        font-weight:700;
        top:3px;
    }
.sdh__sub-title{
        font-size:16px;
        color:rgba(3, 3, 3, 0.4);
        font-weight:400;
        padding-right:30px;
    }
.cf-section--alter{
        background-color:#f7f8ff;
    }
.cf-section--8{
        padding-top:32px;
        padding-bottom:32px;
    }
.cf-section--10{
        padding-top:40px;
        padding-bottom:40px;
    }
.cf-section--15{
        padding-top:60px;
        padding-bottom:60px;
    }
.cf-section--26{
        padding-top:104px;
        padding-bottom:104px;
    }
.cf-section--20{
        padding-top:80px;
        padding-bottom:80px;
    }
.cf-section--22-5{
        padding-top:90px;
        padding-bottom:90px;
    }
.cf-section--24{
        padding-top:96px;
        padding-bottom:96px;
    }
.cf-section--30{
        padding-top:120px;
        padding-bottom:120px;
    }
.cf-section__label{
        color:#6b7afe;
        text-transform:uppercase;
        letter-spacing:1px;
        font-size:18px;
        line-height:25px;
        font-weight:600;
        max-width:100%;
        margin-bottom:10px;
    }
.cf-section__heading{
        font-family:"Merriweather", serif !important;
        font-size:34px;
        max-width:100%;
        font-weight:bold;
    }
.cf-section__heading--3{
            margin-bottom:12px;
        }
.cf-section__heading--20{
            margin-bottom:80px;
        }
.cf-section__heading--lg{
            font-size:54px;
            line-height:1;
        }
.cf-section__info{
        color:rgba(3, 3, 3, 0.8);
        font-size:20px;
        line-height:30px;
        max-width:100%;
        margin:0 auto;
    }
.cf-section__info > p, .cf-section__info > h1, .cf-section__info > h2, .cf-section__info > h3{
        color:inherit;
        font-size:inherit;
        font-weight:inherit;
        line-height:inherit;
        margin:0;
    }
.cf-card--white{
        background-color:#ffffff;
    }
.cf-card--bordered{
        padding:50px 30px;
        border:1px solid #dbdef4;
        border-radius:2px;
    }
.cf-card__icon{
        max-width:44px;
        margin-bottom:30px;
    }
.cf-card__title{
        height:33px;
        line-height:1;
        font-size:24px;
        font-weight:600;
        margin-bottom:18px;
    }
.cf-card__sub-title{
        font-size:18px;
        line-height:25px;
        font-weight:600;
        color:#6b7afe;
        margin-bottom:6px;
    }
.cf-card__desc{
        opacity:0.7;
        font-size:18px;
        line-height:25px;
        font-weight:500;
    }
.cf-card__desc > p, .cf-card__desc > h1, .cf-card__desc > h2, .cf-card__desc > h3{
        color:inherit;
        font-size:inherit;
        font-weight:inherit;
        line-height:inherit;
        margin:0;
    }
.lined-title{
    text-align:center;
    padding-top:44px;
}
.lined-title hr{
        margin:0px;
        color:#979797;
    }
.lined-title__text{
        color:#6b7afe;
        font-size:22px;
        line-height:30px;
        background-color:#fff;
        min-width:380px;
        height:30px;
        margin:0px;
        font-weight:bold;
        display:inline-block;
        -webkit-transform:translateY(-16px);
                transform:translateY(-16px);
        padding:0px 56px;
        text-transform:uppercase;
        letter-spacing:1px;
    }
.lined-title__bg-color__text{
            background-color:#f9f9fe;
        }
.featured-blocks-container{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:row;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-align-content:flex-start;
        -ms-flex-line-pack:start;
            align-content:flex-start;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
}
.orange-empty-btn{
    padding:18px 20px;
    color:#fc5846;
    background-color:transparent;
    border:2px solid #fc5846;
    border-radius:4px;
    outline:none;
    font-size:18px;
    font-weight:600;
    line-height:25px;
    transition:all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.orange-empty-btn:hover{
        box-shadow:0 4px 14px 0 rgba(237, 91, 75, 0.5);
    }
.grid-boxes{
    padding:40px 36px;
    margin-bottom:40px;
    border:1px solid #dbdef4;
    border-radius:2px;
    background-color:#fff;
    color:#030303;
}
.grid-boxes__title{
        position:relative;
        font-size:26px;
        font-weight:bold;
    }
.grid-boxes__title:after{
            position:absolute;
            content:"";
            height:2px;
            width:30px;
            background-color:#fc5846;
            left:0;
            border-radius:3px;
            bottom:-10px;
        }
.grid-boxes__info{
        margin-top:20px;
        font-size:18px;
        line-height:25px;
        opacity:0.7;
    }
.cf-faq__item{
        padding:40px 120px 0px 40px;
        margin-bottom:18px;
        border:1px solid #dbdef4;
        background-color:#ffffff;
        color:#030303;
        position:relative;
    }
.cf-faq__item.active .cf-faq__question{
                color:#fc5846;
            }
.cf-faq__item.active .cf-faq__answer{
                max-height:none;
                min-height:20px;
                padding-bottom:40px;
            }
.cf-faq__item.active .cf-faq__icon:before{
                content:"\002D";
            }
.cf-faq__icon{
        border:2px solid #fc5846;
        width:48px;
        height:48px;
        position:absolute;
        right:48px;
        top:34px;
    }
.cf-faq__icon:before{
            content:"\002B";
            display:block;
            color:#fc5846;
            text-align:center;
            font-size:32px;
            line-height:44px;
        }
.cf-faq__question > p, .cf-faq__question > h1, .cf-faq__question > h2, .cf-faq__question > h3{
        color:inherit;
        font-size:inherit;
        font-weight:inherit;
        line-height:inherit;
        margin:0;
    }
.cf-faq__question{
        transition:all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        font-size:26px;
        font-weight:500;
        line-height:36px;
        padding-bottom:40px;
        cursor:pointer;
}
.cf-faq__answer{
        transition:all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        overflow:hidden;
        font-size:18px;
        line-height:25px;
        max-height:0;
        min-height:0;
    }
.cf-faq__answer p, .cf-faq__answer ul li, .cf-faq__answer ol li{
            font-size:inherit;
            line-height:inherit;
        }
.icons-cards-wrapper{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
}
.icw__card{
        -webkit-flex:0 0 561px;
            -ms-flex:0 0 561px;
                flex:0 0 561px;
        max-width:561px;
        padding:40px 50px;
        border:1px solid #dbdef4;
        border-radius:2px;
        background-color:#ffffff;
        margin-bottom:18px;
    }
.icw__card .cf-card__title{
            margin-bottom:10px;
        }
.section-four-boxes .sfb-content{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-direction:row;
            -ms-flex-direction:row;
                flex-direction:row;
        -webkit-flex-wrap:wrap;
            -ms-flex-wrap:wrap;
                flex-wrap:wrap;
        -webkit-justify-content:space-between;
            -ms-flex-pack:justify;
                justify-content:space-between;
        -webkit-align-content:flex-start;
            -ms-flex-line-pack:start;
                align-content:flex-start;
        -webkit-align-items:flex-start;
            -ms-flex-align:start;
                align-items:flex-start;
    }
.section-four-boxes .sfb-content .sfb__left{
            width:280px;
            height:450px;
            display:-webkit-flex;
            display:-ms-flexbox;
            display:flex;
            -webkit-flex-direction:column;
                -ms-flex-direction:column;
                    flex-direction:column;
            -webkit-flex-wrap:wrap;
                -ms-flex-wrap:wrap;
                    flex-wrap:wrap;
            -webkit-justify-content:center;
                -ms-flex-pack:center;
                    justify-content:center;
            -webkit-align-content:flex-start;
                -ms-flex-line-pack:start;
                    align-content:flex-start;
            -webkit-align-items:flex-start;
                -ms-flex-align:start;
                    align-items:flex-start;
        }
.section-four-boxes .sfb-content .sfb__right{
            width:670px;
            display:-webkit-flex;
            display:-ms-flexbox;
            display:flex;
            -webkit-flex-flow:row wrap;
                -ms-flex-flow:row wrap;
                    flex-flow:row wrap;
        }
.section-four-boxes .sfb-content .sfb__right .grid-boxes{
                width:294px;
                margin:20px;
            }
.section-how-it-works{
    width:1140px;
    margin:120px auto;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
}
.shiw--left{
    width:642px;
    height:482px;
    margin-right:70px;
    box-shadow:0px 0px 35px 10px rgba(0, 0, 0, 0.1);
    border:6px solid #fff;
}
.shiw--right{
    width:414px;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-align-content:flex-start;
        -ms-flex-line-pack:start;
            align-content:flex-start;
    -webkit-align-items:flex-start;
        -ms-flex-align:start;
            align-items:flex-start;
}
.shiw--right__steps{
        border:1px solid #dbdef4;
        border-radius:4px;
        margin:20px 0px 0px;
        padding:24px 33px;
    }
.shiw--right__steps li{
            list-style:none;
            font-size:18px;
            line-height:35px;
            position:relative;
            margin-bottom:30px;
            margin-left:30px;
            color:rgba(3, 3, 3, 0.7);
        }
.shiw--right__steps li:before{
                position:absolute;
                content:"";
                height:8px;
                width:18px;
                border:3px solid #030303;
                border-top:none;
                border-right:none;
                -webkit-transform:rotate(-45deg);
                        transform:rotate(-45deg);
                left:-35px;
                top:11px;
            }
.shiw--right__steps li.active{
                color:rgb(252, 88, 70);
                font-weight:bold;
            }
.shiw--right__steps li.active:before{
                    border-color:rgb(252, 88, 70);
                }
.shiw--right__steps li:last-child{
                margin-bottom:0px;
            }
.shiw--left__video video{
        width:100%;
        height:100%;
        margin-top:-2px;
    }
.section-two-boxes{
    padding:80px 0px;
}
.section-two-boxes .stb__title-container{
        text-align:center;
        max-width:700px;
        margin:0 auto;
    }
.section-two-boxes .stb-box-container{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-direction:row;
            -ms-flex-direction:row;
                flex-direction:row;
        -webkit-flex-wrap:wrap;
            -ms-flex-wrap:wrap;
                flex-wrap:wrap;
        -webkit-justify-content:space-between;
            -ms-flex-pack:justify;
                justify-content:space-between;
        -webkit-align-content:flex-start;
            -ms-flex-line-pack:start;
                align-content:flex-start;
        -webkit-align-items:stretch;
            -ms-flex-align:stretch;
                align-items:stretch;
    }
.section-two-boxes .stb-box-container .grid-boxes{
            width:550px;
            box-shadow:2px 2px 22px 0 rgba(217, 219, 231, 0.8);
        }
.section-quick-help-videos a{
        text-decoration:none;
        color:#030303;
    }
.section-quick-help-videos .orange-empty-btn{
        color:#fc5846;
    }
.section-quick-help-videos .orange-empty-btn:hover{
            color:#fc5846;
            text-decoration:none;
        }
.sqhv-grid{
    padding:16px;
    border:1px solid #dbdef4;
    border-radius:2px;
    background-color:#fff;
    width:100%;
    box-shadow:2px 2px 22px 0 rgba(217, 219, 231, 0.8);
}
.sqhv-grid__img{
        max-height:393px;
        overflow:hidden;
        position:relative;
    }
.sqhv-grid__img img{
            width:100%;
        }
.sqhv-grid__img .playbtn{
            width:75px;
        }
.sqhv-grid__text{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-direction:row;
            -ms-flex-direction:row;
                flex-direction:row;
        -webkit-flex-wrap:wrap;
            -ms-flex-wrap:wrap;
                flex-wrap:wrap;
        -webkit-justify-content:flex-start;
            -ms-flex-pack:start;
                justify-content:flex-start;
        -webkit-align-content:flex-start;
            -ms-flex-line-pack:start;
                align-content:flex-start;
        -webkit-align-items:center;
            -ms-flex-align:center;
                align-items:center;
    }
.sqhv-grid.bottom{
        margin-top:35px;
    }
.sqhv-content{
    height:522px;
    margin:64px 0px;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:row;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-align-content:flex-start;
        -ms-flex-line-pack:start;
            align-content:flex-start;
    -webkit-align-items:flex-start;
        -ms-flex-align:start;
            align-items:flex-start;
}
.sqhv-content__1x{
        width:323px;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-direction:column;
            -ms-flex-direction:column;
                flex-direction:column;
        -webkit-flex-wrap:wrap;
            -ms-flex-wrap:wrap;
                flex-wrap:wrap;
        -webkit-justify-content:space-between;
            -ms-flex-pack:justify;
                justify-content:space-between;
        -webkit-align-content:flex-start;
            -ms-flex-line-pack:start;
                align-content:flex-start;
        -webkit-align-items:flex-start;
            -ms-flex-align:start;
                align-items:flex-start;
    }
.sqhv-content__1x .sqhv-grid{
            height:242px;
        }
.sqhv-content__1x .sqhv-grid__img{
                max-height:140px;
            }
.sqhv-content__1x .sqhv-grid__text{
                height:90px;
                font-size:18px;
                font-weight:500;
            }
.sqhv-content__2x{
        width:731px;
    }
.sqhv-content__2x .sqhv-grid{
            height:519px;
        }
.sqhv-content__2x .sqhv-grid__img{
                max-height:393px;
            }
.sqhv-content__2x .sqhv-grid__text{
                height:110px;
                font-size:24px;
                font-weight:bold;
            }
.section-trusted-logos{
    padding:40px 0px;
}
.section-trusted-logos .stl__logos{
        height:65px;
        margin-top:20px;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-direction:row;
            -ms-flex-direction:row;
                flex-direction:row;
        -webkit-flex-wrap:wrap;
            -ms-flex-wrap:wrap;
                flex-wrap:wrap;
        -webkit-justify-content:center;
            -ms-flex-pack:center;
                justify-content:center;
        -webkit-align-content:flex-start;
            -ms-flex-line-pack:start;
                align-content:flex-start;
        -webkit-align-items:center;
            -ms-flex-align:center;
                align-items:center;
    }
.section-trusted-logos .stl__logos__img{
            margin:0px 21px;
            max-height:65px;
            max-width:100%;
        }
.section-trusted-logos .stl__logos__img:first-child{
                margin-left:0px;
            }
.section-trusted-logos .stl__logos__img:last-child{
                margin-right:0px;
            }
.section-new-insurer-logos{
    padding:48px 0px;
}
.section-new-insurer-logos .snil-content{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        min-height:110px;
        -webkit-flex-direction:row-reverse;
            -ms-flex-direction:row-reverse;
                flex-direction:row-reverse;
    }
.section-new-insurer-logos .snil-content__irdai{
            -webkit-flex:2;
                -ms-flex:2;
                    flex:2;
            padding-right:15px;
            margin-right:26px;
            text-align:center;
            border-right:1px solid rgba(3, 3, 3, 0.1);
            display:-webkit-flex;
            display:-ms-flexbox;
            display:flex;
            -webkit-flex-direction:column;
                -ms-flex-direction:column;
                    flex-direction:column;
            -webkit-flex-wrap:wrap;
                -ms-flex-wrap:wrap;
                    flex-wrap:wrap;
            -webkit-justify-content:space-between;
                -ms-flex-pack:justify;
                    justify-content:space-between;
            -webkit-align-content:stretch;
                -ms-flex-line-pack:stretch;
                    align-content:stretch;
            -webkit-align-items:center;
                -ms-flex-align:center;
                    align-items:center;
        }
.snil-content__title{
    font-size:18px;
    color:rgba(3, 3, 3, 0.4);
    margin-bottom:15px;
}
.snil-content__logos{
    -webkit-flex:10;
        -ms-flex:10;
            flex:10;
    padding-right:30px;
}
.snil-content__irdai__bottom-text{
        font-size:16px;
        margin-top:10px;
        color:rgba(3, 3, 3, 0.4);
    }
.section-advantage-featured{
    padding:100px 0px;
}
.saf-content{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:row;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-align-content:flex-start;
        -ms-flex-line-pack:start;
            align-content:flex-start;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
}
.saf-content__right{
        max-width:540px;
        background-color:#fff;
        border-radius:4px;
        border:1px solid #fc5846;
        box-shadow:2px 2px 22px 0 rgba(217, 219, 231, 0.8);
    }
.saf-content__note{
        padding:18px 40px 18px;
        font-size:16px;
        min-height:80px;
        background-color:#fbf2f1;
        border-radius:0px 0px 4px 4px;
    }
.saf-content__note span{
            margin-left:2px;
        }
.saf-content__note span.light{
                opacity:0.7;
            }
.saf-content__note strong{
            opacity:1;
        }
.saf-content--yellow .saf-content__right{
        border:1px solid #f8bf5f;
    }
.saf-content--yellow .saf-content__right .saf-fb__free{
            background-color:#f8bf5f;
        }
.saf-content--yellow .saf-content__right .saf-fb__features__title{
            color:#f8bf5f;
        }
.saf-content--yellow .saf-content__right .saf-fb__features__list li:before{
                    border-color:#f8bf5f;
                }
.saf-content--yellow .saf-content__right .saf-content__note{
            background-color:#faedc5;
        }
.saf-fb{
    padding:40px;
    position:relative;
}
.saf-fb__free{
        background-color:#fc5846;
        color:#fff;
        position:absolute;
        right:15px;
        top:-24px;
        text-transform:uppercase;
        font-size:19px;
        padding:9px 42px;
        border-radius:25px;
    }
.saf-fb__heading{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-direction:row;
            -ms-flex-direction:row;
                flex-direction:row;
        -webkit-flex-wrap:wrap;
            -ms-flex-wrap:wrap;
                flex-wrap:wrap;
        -webkit-justify-content:flex-start;
            -ms-flex-pack:start;
                justify-content:flex-start;
        -webkit-align-content:flex-start;
            -ms-flex-line-pack:start;
                align-content:flex-start;
        -webkit-align-items:flex-start;
            -ms-flex-align:start;
                align-items:flex-start;
    }
.saf-fb__heading__icon{
            width:70px;
            height:70px;
            margin-right:15px;
            border-radius:50px;
            display:-webkit-flex;
            display:-ms-flexbox;
            display:flex;
            -webkit-justify-content:center;
                -ms-flex-pack:center;
                    justify-content:center;
            -webkit-align-items:center;
                -ms-flex-align:center;
                    align-items:center;
        }
.saf-fb__heading__text{
            padding-bottom:20px;
            border-bottom:1px solid rgba(3, 3, 3, 0.3);
        }
.saf-fb__heading__text__title{
                font-size:24px;
                line-height:26px;
                font-weight:500;
            }
.saf-fb__heading__text__subtitle{
                font-size:16px;
                color:rgba(3, 3, 3, 0.42);
                line-height:22px;
                margin-top:8px;
            }
.saf-fb__features{
        margin:28px 0px 0px 65px;
    }
.saf-fb__features__title{
            font-size:14px;
            text-transform:uppercase;
            color:rgba(252, 88, 70, 0.9);
            margin-left:-36px;
        }
.saf-fb__features__list{
            margin:20px 0px 0px;
            padding:0px;
        }
.saf-fb__features__list li{
                list-style:none;
                font-size:18px;
                line-height:35px;
                position:relative;
            }
.saf-fb__features__list li:before{
                    position:absolute;
                    content:"";
                    height:8px;
                    width:18px;
                    left:-35px;
                    top:11px;
                    border:3px solid #fc5846;
                    border-top:none;
                    border-right:none;
                    -webkit-transform:rotate(-45deg);
                            transform:rotate(-45deg);
                }
.lcrt__wrapper{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-align-items:center;
            -ms-flex-align:center;
                align-items:center;
    }
.lcrt__left-column, .lcrt__right-column{
        -webkit-flex:1;
            -ms-flex:1;
                flex:1;
    }
.tcc__row{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
    }
.tcc__column{
        -webkit-flex:1;
            -ms-flex:1;
                flex:1;
    }
.tcc__column:first-child{
            margin-right:20px;
        }
.tcc__column:last-child{
            margin-left:20px;
        }
.section-card-testimonial{
    overflow-x:hidden;
}
.section-card-testimonial .sct-content{
        height:450px;
        position:relative;
    }
.section-card-testimonial .sct-content__card{
            border:1px solid #dbdef4;
            background-color:#fff;
            padding:58px 38px;
            width:560px;
            height:348px;
            border-radius:4px;
            transition:all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            display:inline-block;
            white-space:normal;
            margin:0px 15px;
            opacity:0.4;
        }
.section-card-testimonial .sct-content__card__text{
                font-size:23px;
                font-weight:600;
                line-height:38px;
                overflow:hidden;
                max-height:160px;
                color:rgba(3, 3, 3, 0.7);
            }
.section-card-testimonial .sct-content .slick-arrow{
            position:absolute;
            text-indent:-100px;
            height:45px;
            bottom:0px;
            left:50%;
            overflow:hidden;
            width:45px;
            z-index:1;
            border:2px solid #fc5846;
            background-color:white;
            outline:none;
        }
.section-card-testimonial .sct-content .slick-arrow.slick-prev{
                -webkit-transform:translateX(-160px);
                        transform:translateX(-160px);
            }
.section-card-testimonial .sct-content .slick-arrow.slick-prev:before{
                    position:absolute;
                    content:"";
                    height:2px;
                    width:20px;
                    -webkit-transform:translate(-50%, -50%);
                            transform:translate(-50%, -50%);
                    top:50%;
                    background-color:#fc5846;
                    left:50%;
                }
.section-card-testimonial .sct-content .slick-arrow.slick-prev:after{
                    position:absolute;
                    content:"";
                    height:12px;
                    width:12px;
                    -webkit-transform:translateY(-50%) rotate(45deg);
                            transform:translateY(-50%) rotate(45deg);
                    top:50%;
                    border:2px solid #fc5846;
                    left:12px;
                    border-right:none;
                    border-top:none;
                }
.section-card-testimonial .sct-content .slick-arrow.slick-next{
                -webkit-transform:translateX(110px);
                        transform:translateX(110px);
            }
.section-card-testimonial .sct-content .slick-arrow.slick-next:before{
                    position:absolute;
                    content:"";
                    height:2px;
                    width:20px;
                    -webkit-transform:translate(-50%, -50%);
                            transform:translate(-50%, -50%);
                    top:50%;
                    background-color:#fc5846;
                    left:50%;
                }
.section-card-testimonial .sct-content .slick-arrow.slick-next:after{
                    position:absolute;
                    content:"";
                    height:12px;
                    width:12px;
                    -webkit-transform:translateY(-50%) rotate(225deg);
                            transform:translateY(-50%) rotate(225deg);
                    top:50%;
                    border:2px solid #fc5846;
                    left:18px;
                    border-right:none;
                    border-top:none;
                }
.section-card-testimonial .sct-content .slick-track{
            display:-webkit-flex;
            display:-ms-flexbox;
            display:flex;
        }
.section-card-testimonial .glide-btn-section{
        text-align:center;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-align-items:center;
            -ms-flex-align:center;
                align-items:center;
        -webkit-justify-content:center;
            -ms-flex-pack:center;
                justify-content:center;
    }
.section-card-testimonial .glide__bullets{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-align-items:center;
            -ms-flex-align:center;
                align-items:center;
        -webkit-justify-content:center;
            -ms-flex-pack:center;
                justify-content:center;
    }
.section-card-testimonial .glide__bullet{
        font-size:0;
        line-height:0;
        width:10px;
        height:10px;
        padding:5px;
        margin:0 10px;
        cursor:pointer;
        color:transparent;
        border:0;
        outline:none;
        background-color:gray;
        border-radius:100%;
        opacity:0.25;
        transition:all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    }
.section-card-testimonial .glide__arrow{
        margin:0 20px;
        text-indent:-100px;
        height:45px;
        overflow:hidden;
        width:45px;
        z-index:1;
        border:2px solid #fc5846;
        background-color:#fff;
        outline:0;
    }
.section-card-testimonial .glide__arrow--left{
        -webkit-transform:translateX(-50px);
                transform:translateX(-50px);
    }
.section-card-testimonial .glide__arrow--left:before{
            position:absolute;
            content:"";
            height:2px;
            width:20px;
            -webkit-transform:translate(-50%, -50%);
                    transform:translate(-50%, -50%);
            top:50%;
            background-color:#fc5846;
            left:50%;
        }
.section-card-testimonial .glide__arrow--left:after{
            position:absolute;
            content:"";
            height:12px;
            width:12px;
            -webkit-transform:translateY(-50%) rotate(45deg);
                    transform:translateY(-50%) rotate(45deg);
            top:50%;
            border:2px solid #fc5846;
            left:12px;
            border-right:none;
            border-top:none;
        }
.section-card-testimonial .glide__arrow--right{
        -webkit-transform:translateX(50px);
                transform:translateX(50px);
    }
.section-card-testimonial .glide__arrow--right:before{
            position:absolute;
            content:"";
            height:2px;
            width:20px;
            -webkit-transform:translate(-50%, -50%);
                    transform:translate(-50%, -50%);
            top:50%;
            background-color:#fc5846;
            left:50%;
        }
.section-card-testimonial .glide__arrow--right:after{
            position:absolute;
            content:"";
            height:12px;
            width:12px;
            -webkit-transform:translateY(-50%) rotate(225deg);
                    transform:translateY(-50%) rotate(225deg);
            top:50%;
            border:2px solid #fc5846;
            left:18px;
            border-right:none;
            border-top:none;
        }
.section-card-testimonial .glide__bullet--active{
        opacity:1;
        background-color:#fc5846;
    }
.section-card-testimonial .slick-dots{
        position:absolute;
        bottom:8px;
        display:block;
        width:auto;
        padding:0;
        margin:0;
        z-index:1;
        list-style:none;
        text-align:center;
        -webkit-transform:translateX(-50%);
                transform:translateX(-50%);
        left:50%;
    }
.section-card-testimonial .slick-dots li{
            position:relative;
            display:inline-block;
            width:20px;
            height:20px;
            margin:0 5px;
            padding:0;
            cursor:pointer;
        }
.section-card-testimonial .slick-dots li button{
                font-size:0;
                line-height:0;
                display:block;
                width:20px;
                height:20px;
                padding:5px;
                cursor:pointer;
                color:transparent;
                border:0;
                outline:none;
                background:transparent;
            }
.section-card-testimonial .slick-dots li button:before{
                    position:absolute;
                    top:0;
                    left:0;
                    width:10px;
                    height:10px;
                    content:"•";
                    text-align:center;
                    border-radius:100%;
                    opacity:0.25;
                    transition:all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
                    background-color:gray;
                }
.section-card-testimonial .slick-dots li.slick-active button:before{
                        opacity:1;
                        background-color:#fc5846;
                    }
.section-card-testimonial .lined-title{
        margin-top:-65px;
    }
.sct-container{
    width:100%;
    overflow:hidden;
}
.sct-content__card__author{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    margin-top:20px;
}
.sct-content__card__author .author-pic{
        width:60px;
        height:60px;
        border-radius:100%;
        border:1px solid #dbdef4;
        margin-top:8px;
        margin-right:20px;
    }
.sct-content__card__author .author-pic img{
            border-radius:100%;
        }
.sct-content__card__author .author-info{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-direction:column;
            -ms-flex-direction:column;
                flex-direction:column;
        -webkit-justify-content:center;
            -ms-flex-pack:center;
                justify-content:center;
    }
.sct-content__card__author .author-info__name{
            font-size:16px;
            font-weight:600;
            color:#fc5846;
        }
.sct-content__card__author .author-info__company{
            font-size:16px;
            line-height:20px;
            color:rgba(3, 3, 3, 0.6);
        }
.sct-content__card{
    outline:none;
    box-shadow:none;
    -webkit-transform:scale(0.95);
            transform:scale(0.95);
}
.sct-content__card.slick-active{
        outline:none;
        box-shadow:none;
        transition:all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    }
.sct-content__card.slick-current.slick-active{
        border:1px solid #fc5846;
        opacity:1;
        box-shadow:2px 2px 22px 0 rgba(217, 219, 231, 0.8);
        -webkit-transform:scale(1);
                transform:scale(1);
    }
.sct-content__card.slick-current.slick-active .sct-content__card__text{
            color:rgb(3, 3, 3);
        }
.sct-content__card.slick-current.slick-active .author-pic{
            border-color:#fc5846;
        }
.sct-content__card.glide__slide--active{
        border:1px solid #fc5846;
        opacity:1;
        box-shadow:2px 2px 22px 0 rgba(217, 219, 231, 0.8);
        -webkit-transform:scale(1);
                transform:scale(1);
    }
.sct-content__card.glide__slide--active .sct-content__card__text{
            color:rgb(3, 3, 3);
        }
.sct-content__card.glide__slide--active .author-pic{
            border-color:#fc5846;
        }
.lcra__timeline-list{
        margin:auto;
        list-style-type:none;
        color:#6b7afe;
        font-weight:700;
        width:564px;
        background-color:rgba(107, 122, 254, 0.1);
        border-radius:50px;
        padding:0 8px;
        text-align:center;
        margin-bottom:120px;
    }
.lcra__timeline-list li{
            display:inline-block;
            padding:0 30px;
            font-size:18px;
            line-height:36px;
            height:36px;
            text-align:center;
            position:relative;
            text-transform:uppercase;
            letter-spacing:1px;
        }
.lcra__timeline-list li:after{
                content:"•";
                position:absolute;
                color:inherit;
                right:-8px;
                font-size:19px;
            }
.lcra__timeline-list li:last-child:after{
                display:none;
            }
.lcra__features-list{
        padding-left:32px;
        list-style-type:none;
    }
.lcra__features-list li{
            position:relative;
            margin-bottom:18px;
            font-weight:700;
            font-size:18px;
            line-height:25px;
            opacity:0;
            -webkit-transform:translateX(-33px);
                    transform:translateX(-33px);
            transition:all 300ms ease;
        }
.lcra__features-list li:before{
                position:absolute;
                content:"";
                height:8px;
                width:18px;
                border:3px solid #6b7afe;
                border-top:none;
                border-right:none;
                -webkit-transform:rotate(-45deg);
                        transform:rotate(-45deg);
                left:-32px;
                top:7px;
            }
.lcra__img{
        -webkit-transform:scale(0.8);
                transform:scale(0.8);
        opacity:0;
        transition:all 300ms ease;
    }
.comparequotes.animate .lcra__features-list li{
            -webkit-transform:translateX(0px);
                    transform:translateX(0px);
            transition-delay:0.2s;
            opacity:1;
        }
.comparequotes.animate .lcra__features-list li:nth-child(2n){
                transition-delay:0.4s;
            }
.comparequotes.animate .lcra__features-list li:nth-child(3n){
                transition-delay:0.6s;
            }
.comparequotes.animate .lcra__img{
        opacity:1;
        -webkit-transform:scale(1);
                transform:scale(1);
        transition-delay:0.7s;
    }
.claimsassistance .video-article img{
            -webkit-transform:scale(0.8);
                    transform:scale(0.8);
            opacity:0;
            transition:all 300ms ease;
        }
.claimsassistance.animate .video-article img{
                box-shadow:0px 0px 35px 10px rgba(0, 0, 0, 0.1);
                -webkit-transform:scale(1);
                        transform:scale(1);
                opacity:1;
                transition-delay:0.1s;
            }
.rcla__features-list{
        padding-left:32px;
        list-style-type:none;
    }
.rcla__features-list li{
            position:relative;
            margin-bottom:18px;
            font-weight:700;
            font-size:18px;
            line-height:25px;
            opacity:0;
            -webkit-transform:translateX(-33px);
                    transform:translateX(-33px);
            transition:all 300ms ease;
        }
.rcla__features-list li:before{
                position:absolute;
                content:"";
                height:8px;
                width:18px;
                border:3px solid #6b7afe;
                border-top:none;
                border-right:none;
                -webkit-transform:rotate(-45deg);
                        transform:rotate(-45deg);
                left:-32px;
                top:7px;
            }
.rcla__img{
        opacity:0;
        transition:all 300ms ease;
        -webkit-transform:scale(0.7);
                transform:scale(0.7);
        transition-delay:0.1s;
    }
.instantpayment.animate .rcla__features-list li{
            -webkit-transform:translateX(0px);
                    transform:translateX(0px);
            transition-delay:0.2s;
            opacity:1;
        }
.instantpayment.animate .rcla__features-list li:nth-child(2n){
                transition-delay:0.4s;
            }
.instantpayment.animate .rcla__features-list li:nth-child(3n){
                transition-delay:0.6s;
            }
.instantpayment.animate .rcla__img{
        opacity:1;
        -webkit-transform:scale(1);
                transform:scale(1);
        transition-delay:0.1s;
    }
.securedata img{
        -webkit-transform:scale(0.7);
                transform:scale(0.7);
        opacity:0;
        transition:all 300ms ease;
    }
.securedata .rcla__features-list li{
            opacity:0;
            -webkit-transform:translateX(-33px);
                    transform:translateX(-33px);
            transition:all 300ms ease;
        }
.securedata.animate img{
            -webkit-transform:scale(1);
                    transform:scale(1);
            opacity:1;
            transition-delay:0.1s;
        }
.securedata.animate .rcla__features-list li{
                -webkit-transform:translateX(0px);
                        transform:translateX(0px);
                transition-delay:0.2s;
                opacity:1;
            }
.securedata.animate .rcla__features-list li:nth-child(2n){
                    transition-delay:0.4s;
                }
.securedata.animate .rcla__features-list li:nth-child(3n){
                    transition-delay:0.6s;
                }
.video-thumbnail-testimonial__title{
        height:22px;
        opacity:0.7;
        font-size:16px;
        font-weight:600;
        letter-spacing:0.8px;
        line-height:22px;
        margin-bottom:8px;
        padding-left:80px;
        background:url("https://assets.online.oneinsure.com/static/img/icons/ic_quotes.31a5db4411f1.svg") no-repeat left center;
        text-transform:uppercase;
        letter-spacing:1px;
    }
.video-thumbnail-testimonial__persona{
        color:#39c881;
        font-size:20px;
        font-weight:600;
        line-height:27px;
        margin-top:16px;
        margin-bottom:8px;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-align-items:center;
            -ms-flex-align:center;
                align-items:center;
    }
.video-thumbnail-testimonial__testimony{
        opacity:0.4;
        font-size:15px;
        line-height:29px;
        margin-bottom:16px;
    }
.video-thumbnail-testimonial__star-img{
        width:16px;
    }
.video-thumbnail-testimonial__star-img:first-child{
            margin-left:16px;
        }
.video-thumbnail-testimonial > hr{
        margin:0;
        width:450px;
    }
.ckka__img-wrapper{
        padding:12px;
        box-shadow:0 2px 35px 0 rgba(0, 0, 0, 0.34);
    }
.ckka__info-text{
        margin-top:24px;
        margin-bottom:24px;
        color:rgba(3, 3, 3, 0.6);
        font-size:16px;
        font-weight:500;
        line-height:25px;
    }
.ckka__right-image{
        border:1px solid rgba(151, 151, 151, 0.15);
        border-radius:4px;
        box-shadow:0 2px 35px 0 rgba(0, 0, 0, 0.24);
        padding:12px;
        margin-bottom:32px;
        cursor:pointer;
    }
.ckka__tvc-list{
        list-style-type:none;
        padding-left:0;
    }
.ckka__tvc-list > li{
            background:url("https://assets.online.oneinsure.com/static/img/icons/ic_blue-play.0993264acc71.svg") no-repeat left center;
            background-size:20px;
            padding-left:34px;
            display:block;
            margin-bottom:8px;
        }
.ckka__tvc-list > li > a{
                color:#0076ff;
            }
.ckka .cf-section{
        padding-left:60px;
    }
.ckka .cf-section__heading{
        font-size:48px;
    }
.irdai-divider-container{
    margin:60px auto;
}
.irdai-divider-container .idc-desc{
        max-width:430px;
        margin:0 auto;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-justify-content:space-between;
            -ms-flex-pack:justify;
                justify-content:space-between;
    }
.idc-desc__info{
    margin-left:14px;
    font-size:13px;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    color:rgba(3, 3, 3, 0.8);
    font-weight:500;
}
.idc-desc__info span{
        color:rgba(3, 3, 3, 0.5);
    }
.saw{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
}
.saw__block{
        -webkit-flex:1;
            -ms-flex:1;
                flex:1;
        text-align:center;
        padding:25px;
    }
.saw__block__img{
            height:160px;
            width:160px;
            border:1px solid rgba(3, 3, 3, 0.2);
            margin-bottom:16px;
            transition:all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            border-radius:100%;
            display:-webkit-flex;
            display:-ms-flexbox;
            display:flex;
            -webkit-justify-content:center;
                -ms-flex-pack:center;
                    justify-content:center;
            -webkit-align-items:center;
                -ms-flex-align:center;
                    align-items:center;
            position:relative;
        }
.saw__block__img img{
                opacity:0.4;
                transition:all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            }
.saw__block__img:hover{
                box-shadow:0 2px 75px 0 rgba(107, 122, 254, 0.3);
            }
.saw__block__img:hover img{
                    opacity:1;
                }
.saw__block .cf-section__label{
            font-size:24px;
        }
.saw__block__text{
            font-size:16px;
            font-weight:bold;
            color:#030303;
            line-height:22px;
        }
.hero_modal_overlay{
    display:none;
    z-index:1001;
    top:0;
    left:0;
    bottom:0;
    right:0;
    position:fixed;
    background-color:rgba(0, 0, 0, 0.8);
    overflow-x:hidden;
    overflow-y:auto;
}
.hero_modal_overlay.active{
        display:block;
    }
.hero_modal_overlay .hero_modal_content{
        position:relative;
        margin:auto;
        top:-200%;
        max-width:767px;
        width:90%;
    }
.hero_modal_overlay .hero_modal_content.description-container{
            max-width:700px;
            background-color:#fff;
            padding:20px;
        }
.hero_modal_overlay.active .hero_modal_content{
        top:80px;
    }
.hero_modal_overlay .close-overlay{
        width:90px;
        height:30px;
        color:#fff;
        position:absolute;
        z-index:1;
        background:url("https://assets.online.oneinsure.com/static/img/global/ic_close.7cdc3079078b.png") no-repeat -15px center transparent;
        right:20px;
        top:20px;
        padding-left:35px;
        padding-top:4px;
        text-transform:uppercase;
        letter-spacing:1px;
        cursor:pointer;
    }
.hero_modal_overlay .close-overlay:hover{
            background-color:rgba(255, 255, 255, 0.3);
        }
#video-frame iframe, #video-frame-component iframe{
        margin:auto;
        width:767px;
        height:431px;
        display:none;
    }
@media screen and (min-width: 0px) and (max-width: 499px){
#video-frame iframe, #video-frame-component iframe{
            width:auto;
            height:auto
    }
        }
#video-frame iframe.reveal, #video-frame-component iframe.reveal{
            display:block;
        }
.hero-modal-content__iframe{
    position:relative;
    width:100%;
    padding-top:56.2%;
}
.hero-modal-content__iframe > iframe{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
    }
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, button{
    color:var(--font-color);
    font-family:"Nunito", Helvetica, Tahoma, Arial, sans-serif;
}
strong, b, .strong{
    font-weight:bold;
}
.adjust-covid-card .side-drawer__handel{
    padding-top:22px;
    padding-bottom:22px;
}
.adjust-covid-card .covid-slim-card{
    margin-left:10px;
    margin-right:10px;
}
.posr-banner{
    border:1px solid var(--font-color-12);
    border-radius:8px;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    padding:20px 24px;
    margin-left:10px;
}
.posr-title{
    color:var(--font-color-6);
    font-size:18px;
}
.posr-sub{
    color:var(--font-color-5);
    font-size:14px;
}
.no-bord-bot{
    border-bottom:none;
}
.posr-url{
    text-decoration:none !important;
}
.posr-flex{
    margin-right:12px;
}
.just_center{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
}
