.insurance-choice{position:relative}
.insurance-choice .banner-box{background:#c21b17 url(clientlib/images/banner-bg.svg) no-repeat right top;padding:55px 0 1px;position:relative}
.insurance-choice .banner-box .banner-heading{margin-bottom:40px}
.insurance-choice .banner-box .banner-heading .banner-chips p{color:#fff;font-family:"Roboto-Bold";display:flex;justify-content:center;align-items:center;gap:4px}
.insurance-choice .banner-box .banner-heading .banner-title{color:#fff}
.insurance-choice .banner-box .banner-heading .banner-title h2{color:#fff;font-family:"Roboto-Light";font-size:48px}
.insurance-choice .banner-box .banner-slider-wrapper{position:relative}
.insurance-choice .banner-box .banner-slider-wrapper .banner-inner{padding-bottom:55px;margin:0 auto}
.insurance-choice .banner-box .banner-slider-wrapper .banner-inner .banner-row{overflow:visible}
.insurance-choice .banner-box .banner-slider-wrapper .banner-inner .banner-row .swiper-wrapper .swiper-slide.swiper-slide-active{transform:scale(1);z-index:3}
.insurance-choice .banner-box .banner-slider-wrapper .banner-inner .banner-row .swiper-wrapper .swiper-slide.swiper-slide-prev,.insurance-choice .banner-box .banner-slider-wrapper .banner-inner .banner-row .swiper-wrapper .swiper-slide.swiper-slide-next{z-index:2}
.insurance-choice .banner-box .banner-slider-wrapper .swiper-button-next{right:-34px;max-width:12px}
.insurance-choice .banner-box .banner-slider-wrapper .swiper-button-next::after{content:"" !important}
.insurance-choice .banner-box .banner-slider-wrapper .swiper-button-prev{max-width:12px;left:-34px}
.insurance-choice .banner-box .banner-slider-wrapper .swiper-button-prev::after{content:"" !important}
.insurance-choice .banner-box:before{content:"";height:187px;background-color:#fff;position:absolute;left:0;right:0;bottom:0}
.insurance-choice .wing-img-1{position:absolute;top:40px;right:0}
.insurance-choice .wing-img-2{position:absolute;top:236px;left:0}
.insurance-choice .wing-img-1 img,.insurance-choice .wing-img-2 img{width:100%;height:100%}
@media(max-width:991px){.insurance-choice .wing-img-1{max-width:140px;top:0}
.insurance-choice .wing-img-2{max-width:100px;top:120px}
.insurance-choice .banner-box .banner-heading .banner-title h2{font-size:28px}
}
@media(max-width:767px){.insurance-choice{overflow:hidden}
.banner-box .banner-heading{margin-bottom:34px}
.banner-box .banner-heading .banner-chips p{font-size:10px}
.banner-box .banner-slider-wrapper .overflow-hidden{overflow:visible !important}
.insurance-choice .banner-box .banner-slider-wrapper .swiper-button-next,.insurance-choice .banner-box .banner-slider-wrapper .swiper-button-prev{display:none}
}
.blog-card{display:flex;flex-direction:column;gap:15px;min-height:411px;border:1px solid transparent;border-radius:4px;background:#fff;box-shadow:0 0 22.04px 0 rgba(0,0,0,0.1019607843);padding:16px}
.blog-card .blog-card-top{border-radius:4px;overflow:hidden}
.blog-card .blog-card-top img{height:100%;width:100%;object-fit:cover}
.blog-card .blog-card-bottom{display:flex;flex-direction:column;flex-grow:1}
.blog-card .bottom-content{position:relative;flex-grow:1}
.blog-card .bottom-content h4{font-family:"Roboto-Medium";margin-bottom:8px;color:var(--fgDark)}
.blog-card .bottom-content p{color:var(--fgDark);line-height:140%;font-family:"Roboto-Light"}
.blog-card .bottom-content .read-more{background:0;border:0;position:static;font-family:"Roboto-Bold";cursor:pointer;display:none;line-height:140%;margin-left:4px;vertical-align:baseline}
.blog-card .views-wrapper{display:flex;align-items:center;justify-content:space-between;margin-top:24px}
.blog-card .views-wrapper .date p,.blog-card .views-wrapper .date span,.blog-card .views-wrapper .views p{color:var(--defaultShadeGray);line-height:130%;font-family:"Roboto-Regular"}
.blog-card .views-wrapper .views{display:flex;align-items:center;gap:5px}
.blog-card:not(.banner-card):hover{border:1px solid var(--primaryColor);background-color:var(--cardhoverbg)}
.blog-card:not(.banner-card):hover .bottom-content .read-more{display:inline-block}
.blog-card.banner-card{min-height:408px;gap:unset;box-shadow:0 7px 14.62px 0 rgba(0,0,0,0.1019607843);position:relative}
.blog-card.banner-card .blog-card-bottom{margin-top:13px}
.blog-card.banner-card .blog-card-bottom .bottom-content h4{line-height:25px}
.blog-card.banner-card .blog-card-bottom .bottom-content .card-chips{margin-bottom:8px;min-width:49px;display:inline-flex;border:1px solid var(--defaultRed);border-radius:5px;padding:6px 11px}
.blog-card.banner-card .blog-card-bottom .bottom-content .card-chips p{font-family:"Roboto-Bold";padding-bottom:0}
.blog-card.banner-card::before{position:absolute;content:none;left:0;right:0;top:0;bottom:0;width:100%;height:100%;border-radius:5px;background-color:rgba(var(--lightColor-rgba),0.7);z-index:1}
.swiper-slide:not(.swiper-slide-active) .blog-card.banner-card::before{content:""}
@media(max-width:767px){.blog-card:not(.banner-card):hover{border:1px solid transparent;background-color:#fff}
.blog-card:not(.banner-card):hover .bottom-content .read-more{display:inline-block}
.blog-card.banner-card{min-height:300px}
.blog-card.banner-card .blog-card-bottom .bottom-content h4{line-height:18px;font-size:16px}
.blog-card-container.discover-blogs-container .blog-card-list .blog-card-item .banner-card .blog-card-bottom .bottom-content h4{line-height:18px}
}