.np-header{position:fixed;left:0;top:0;z-index:999;}
.np-comSec{margin-bottom:130px;}
.np-comSec.topSell{position:relative;background:var(--bg-clr);padding:100px 0;isolation:isolate; margin-bottom:0 !important;}
.np-comSec.topSell::before{position:absolute;content:'';background:url('../images/lines1.png');top:0;left:0;width:100%;height:100%;z-index:-1;}
.np-comSec__titles h2{font-size:25px;font-weight:var(--fw-regular);color:var(--top-text-clr);margin-bottom:15px;}
.np-comSec__titles h3{ font-size: 50px; font-weight: var(--fw-medium); font-family: Intelo-Medium; color: var(--color-primary);margin-bottom: 0.3em;}
.np-comSec__titles h3 span {
    font-weight: var(--fw-bold);
    font-family: Intelo-Bold;
    color: var(--color-secondary);
}
.np-comSec__titles > p{font-size:18px;font-weight:var(--fw-regular); font-family:'AvenirLTPro-Book';line-height: 1.4;}
.np-topSell__cards{margin-top:35px;}
.np-topSell__cards .slick-list{padding-bottom:15px;}
.np-topSell__cards li{float:left;margin:0.5em 15px; line-height:1.5;color: var(--text-clr);}
.slick-dots{bottom:-35px;}
.slick-dots li{margin:0 2.5px;width:auto;float:none;display:inline-block;}
.slick-dots li button{border:none;background:rgba(76,76,76,.2);width:5px;height:5px;}
.slick-dots li.slick-active button{background:var(--clr-secondary);border:none;width:10px;height:5px;border-radius:3px;}
.np-topSell__card{background:var(--clr-white);padding:36px 30px 30px 30px;border-radius:20px;box-shadow:0px 4px 20px 0px rgba(0,0,0,0.05);position:relative;overflow:hidden;}
.np-topSell__cardf{position:absolute;top:0;right:0;background:var(--color-primary);padding:10px 25px;font-size:16px;color:var(--clr-white);font-weight:var(--fw-medium);}
.np-topSell__card-top{padding-bottom:15px;margin-top:15px;margin-bottom:15px;border-bottom:1px dashed rgba(0,0,0,0.10);}
.np-topSell__card-top h2{font-family:'AvenirLTPro-Black';
 font-weight:var(--fw-regular);font-size:20px;color:var(--top-text-clr);margin-bottom:10px;}
.np-topSell__card-top p{font-family:'AvenirLTPro-Book';font-size:16px;line-height:1.4;color:var(--clr-accent);margin-bottom:6px;}
.np-topSell__card-mid-txt>li{float:left;width:100%;}
.np-topSell__card-mid-txt>li:not(:last-child){margin-bottom:8px;}
.np-topSell__card-mid-txtB{display:flex;align-items:flex-start;}
.np-topSell__card-mid-txtBImg{flex:0 0 20px;max-width:20px;margin-right:10px;}
.np-topSell__card-mid-txtBImg img{display: inline-block;margin-bottom: -6px;}
.np-topSell__card-mid-txtBP p{font-family:'AvenirLTPro-Roman';font-size:16px;color:var(--text-clr);line-height:2.4;}
.np-topSell__card-mid-txtBP p span{color:var(--top-text-clr);}
.bulletIMG ul { list-style-image: url('../images/securityIcon.png'); }
  
.np-topSell__card-mid-cal{margin:15px 0;padding:14px 16px;border:1px solid var(--clr-primary);background:rgba(105,148,165,0.10);}
.np-topSell__card-mid-cal h3{font-family:'Intelo-Medium';font-weight:var(--fw-medium);font-size:14px;color:var(--clr-primary);margin-bottom:9px;}
.np-topSell__card-mid-cal h3 span{font-weight:var(--fw-bold);}
.np-topSell__card-mid-cal h3:last-child{margin-bottom:0;}
.np-topSell__card-mid-cond p{font-family:'AvenirLTPro-Roman';font-size:14px;font-weight:var(--fw-regular);color:var(--text-clr);}
.np-comSec.topSell .np-topSell__card-btn a{float:left;padding:12px 8px;border:1px solid var(--top-text-clr);border-radius:10px;color:var(--top-text-clr);transition:all .3s ease-in-out;overflow:hidden;width:42%;text-align:center;}
.np-comSec.topSell .np-topSell__card-btn a:hover{background:var(--top-text-clr);color:var(--clr-white);box-shadow:0px 10px 10px 0px #F17B2133;}
.np-topSell__card-btn{margin-top:17px;display:flex;justify-content:center;}
.np-topSell__card-btn h2{float:left;padding:12px 38px;border:1px solid var(--top-text-clr);border-radius:10px;color:var(--top-text-clr);transition:all .3s ease-in-out;overflow:hidden;}
.typeIns__list{margin-top:30px;}
.typeIns__cards{display:flex;justify-content:center;flex-flow:row wrap;}
.typeIns__cards li{float:left;width:calc(33.3% - 30px);margin:0 15px;display:flex;margin-bottom:30px;}
.typeIns__cards li a{padding:40px 30px;border-radius:20px;border:1.5px solid rgba(22,22,22,0.05);transition:all .3s ease-in-out;}
.typeIns__cards li a:hover{box-shadow:0px 4px 20px 0px rgba(0,0,0,0.05);}
.typeIns__cards li a:hover .typeIns__card-top{background:#FFF;}
.typeIns__cards li a:hover .np-topSell__card-btn h2{background:var(--top-text-clr);color:var(--clr-white);}
.typeIns__card-top{display:flex;justify-content:center;flex-direction:column;align-items:center;}
.typeIns__card-top h3{font-size:20px;font-weight:var(--fw-bold);color:var(--clr-black);margin:15px 0;font-family:'Intelo-Bold';}
.typeIns__card-mid{margin-bottom:28px;}
.typeIns__card-mid p{font-size:18px;line-height:22px;color:var(--sub-text-clr);font-family:'AvenirLTPro-Book';}
.typeIns__card .np-topSell__card-btn{margin-top:0;text-align: center;}
.Dneeds__inner{display:flex;align-items:center;}
.Dneeds__inner .np-comSec__titles{flex:0 0 422px;max-width:422px;margin-right:35px;}
.Dneeds__form{border-radius:20px;border:1.5px solid rgba(22,22,22,0.05);background:#FFF;padding:35px 40px;}
.Dneeds__form h3{font-family:'Intelo-Bold';font-size:20px;font-weight:var(--fw-bold);color:var(--Mid-text-clr);}
.Dneeds__form-inputs{display:flex;margin-top:25px;gap:25px 30px;flex-flow:row wrap;}
.Dneeds__form-inputs li{float:left;width:calc(33.3% - 20px);}
.Dneeds__form-input input{padding:18px 20px;border-radius:10px;border:1px solid #F3F3F3;background:#FFF;color:var(--textT-clr);font-size:16px;width:100%;}
.Dneeds__form-input input::placeholder{font-family:'AvenirLTPro-Book';font-size:16px;color:rgba(147,149,152,.8);}
.Dneeds__form-input.sel{position:relative;}
.Dneeds__form-input.sel::before{position:absolute;content:' ';right:12px;top:50%;transform:translateY(-50%);pointer-events:none;background:url('../images/arrow-down.png') no-repeat center;width:12px;height:7px;z-index:1;}
.Dneeds__form-input select{padding:18px 30px 18px 20px;border-radius:10px;border:1px solid #F3F3F3;background:#FFF;color:var(--textT-clr);font-size:16px;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;position:relative;}
.Dneeds__formB:not(:last-child){margin-bottom:35px;}
.Dneeds__form-text{margin:25px 0 40px 0;}
.Dneeds__form-check label{font-family:'AvenirLTPro-Roman';font-size:14px;font-weight:var(--fw-regular);line-height:26px;color:var(--sub-text-clr);}
.Dneeds__form-check input[type="checkbox"]{position:absolute;left:-9999px;}
.Dneeds__form-check input[type="checkbox"]:checked+label,.Dneeds__form-check input[type="checkbox"]:not(:checked)+label{position:relative;padding-left:28px;cursor:pointer;line-height:26px;display:inline-block;color:var(--sub-text-clr);}
.Dneeds__form-check input[type="checkbox"]:checked+label:before,.Dneeds__form-check input[type="checkbox"]:not(:checked)+label:before{content:'';position:absolute;left:0;top:3px;width:18px;height:18px;border:1px solid var(--sub-text-clr);border-radius:5px;background:#fff;}
.Dneeds__form-check input[type="checkbox"]:checked+label:after,.Dneeds__form-check input[type="checkbox"]:not(:checked)+label:after{content:'';width:6px;height:10px;position:absolute;top:5px;left:5px;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;border:solid var(--top-text-clr);border-width:0 2px 2px 0;}
.Dneeds__form-check input[type="checkbox"]:not(:checked)+label:after{opacity:0;transform:rotate(0deg);}
.Dneeds__form-check input[type="checkbox"]:checked+label:after{opacity:1;transform:rotate(45deg);}
.Dneeds__form-btn{margin-top:1em;}
.Dneeds__form-btn a{float:left;padding:12px 38px;font-size:16px;font-weight:var(--fw-regular);color:var(--clr-secondary);border-radius:10px;border:1px solid #F47B20;transition:all .3s ease-in-out;}
.Dneeds__form-btn a:hover{background:var(--clr-secondary);color:var(--clr-white);}
.np-comSec.talkAdv{background:var(--bg-clr);padding:100px 0; margin-bottom:0 !important;}
.talkAdv__inner{display:flex;align-items:center;}
.talkAdv__img{flex:0 0 540px;max-width:540px;margin-right:50px;}
.whyChoose__list{margin-top:40px;}
.whyChoose__list li{float:left;width:100%;}
.whyChoose__list li:nth-child(even){margin:-25px 0;}
.whyChoose__block{width:48%;display:flex;align-items:center;max-width:687px;gap:25px;}
.whyChoose__block span{border-radius:189px;border:1px solid rgba(0,0,0,0.05);background:#FFF;box-shadow:0px 4px 10px 0px rgba(0,0,0,0.10);display:flex;justify-content:center;align-items:center;width:189px;height:189px;flex:0 0 189px;max-width:189px;transition:all .3s ease-in-out;}
.whyChoose__block a{transition:all .3s ease-in-out;}
.whyChoose__block a:hover span{background:var(--color-secondary);}
.whyChoose__block a:hover span svg path{fill:var(--clr-white);}
.whyChoose__block-txt h3{font-family:'Intelo-Bold';font-weight:var(--fw-bold);font-size:25px;color:#000;margin-bottom:5px;}
.whyChoose__block-txt p{font-family:'AvenirLTPro-Book';font-size:18px;line-height:30px;color:var(--sub-text-clr);}
.np-comSec.lifeIns{background:var(--bg-clr);padding:70px 0 472px 0;margin-bottom:0;}
.lifeIns__inner .np-comSec__titles{margin-bottom:42px;}
.lifeIns__img{margin-top:-434px;margin-bottom:100px;} 
.lifeIns__img img{overflow:hidden;border-radius:20px;}
.faqs__flex{display:flex;justify-content:space-between;align-items:flex-start;;margin-top:62px;}
.faqs__flex__in{/*flex:0 0 900px;max-width:900px;*/
 width:calc(60% - 20px);margin-right:60px;}
.faqs__img{width:calc(40% - 20px);float:left;}
.faqs__img img{width:100%;}
.faqs__lists li{float:left;width:100%;text-align:left;}
.faqs__lists li:not(:last-child){margin-bottom:15px;}
.faqs__list{border-radius:10px;border:1.5px solid rgba(22,22,22,0.05);background:#FFF;padding:28px 30px;}
.faqs__list-link{display:flex;align-items:center;cursor: pointer;}
/* 11/2/25 */
.faqs__list-link a, .psList-link a, .st-faq-title a{font-family:'AvenirLTPro-Black';font-weight:var(--fw-regular);font-size:20px;color:var(--textT-clr);float:left;width:100%;}
.faqs__list-cont{display:none;}
.faqs__list-cont > p, .st-faq-smlTxt{width:100%;font-size:18px;font-weight:var(--fw-regular);color:var(--sub-text-clr);line-height:28px;margin-top:20px;float:left;position:relative;}
.faqs__list-cont > ul > li{width:100%;font-size:18px;font-weight:var(--fw-regular);color:var(--sub-text-clr);line-height:28px;float:left;position:relative;}
.faqs__list-link span i{font-size:25px;transition:all .3s ease-in-out;}
.faqs__list-link.active span i{transform:rotate(180deg);}
.np-comSec.knowInsu{background:var(--bg-clr);padding:100px 0;position:relative;isolation:isolate;margin-bottom:0;padding-bottom: 10em !important;}
.np-comSec.knowInsu::before{position:absolute;content:'';background:url('../images/lines2.png') no-repeat;background-position:top right;top:0;right:0;width:100%;height:100%;z-index:-1;}
.knowInsu__lists{margin-top:40px;}
.knowInsu__cards .slick-dots{bottom:-35px;}
.knowInsu__cards .slick-dots li{margin:0 2.5px;width:auto;float:none;display:inline-block;}
.knowInsu__cards .slick-dots li button{border:none;background:rgba(76,76,76,.2);width:5px;height:5px;}
.knowInsu__cards .slick-dots li.slick-active button{background:var(--clr-secondary);border:none;width:10px;height:5px;border-radius:3px;}
.knowInsu__cards li{float:left;margin:0 15px;}
.knowInsu__card img{border-radius:20px;overflow:hidden;margin-bottom:20px;}
/*.knowInsu__card h3{font-size:24px;line-height:30px;color:var(--top-text-clr);margin-bottom:15px;font-weight:var(--fw-regular);}*/
.knowInsu__card p{font-family:'AvenirLTPro-Book';font-size:16px;line-height:28px;color:var(--sub-text-clr);margin-bottom:30px;}
.knowInsu__card a{font-size:16px;font-weight:var(--fw-regular);color:var(--top-text-clr);}
.knowInsu__card a span{margin-left:5px;color:var(--Mid-text-clr);}
.np-comSec.savePlan{margin-top:100px;}
.savePlan__inner{display:flex;align-items:center;}
.savePlan__img{flex:0 0 600px;max-width:600px;margin-right:55px;}
.savePlan__img img{max-width:100%;width:100%;}
.fsavePlan__list{margin-top:58px;}
.fsavePlan__cards{display:flex;flex-flow:row wrap;gap:20px;}
.fsavePlan__cards li{border-radius:20px;border:1.5px solid rgba(22,22,22,0.05);background:#FFF;float:left;width:calc(50% - 10px);display:flex;}
.fsavePlan__cards li a{border-radius:20px;width: 100%;float: left;}
.fsavePlan__cards li a:hover{box-shadow:0px 4px 20px 0px rgba(0,0,0,0.05);} 
.fsavePlan__card{padding:30px;}
.fsavePlan__card h3{font-family:'Intelo-Bold';font-weight:var(--fw-regular);font-size:22px;color:var(--textT-clr);margin-bottom:10px;}
.fsavePlan__card p{font-family:'AvenirLTPro-Book';font-size:18px;line-height:28px;color:var(--sub-text-clr);}
/*.np-lifeSan{background:linear-gradient(0deg,rgba(0,0,0,0.50) 0%,rgba(0,0,0,0.50) 100%),url('../images/lifeImg1.png') no-repeat center center/cover,lightgray 50% / cover no-repeat;padding:163px 0 115px 0;position:relative;}*/
.np-lifeSan{background-color: rgba(0,0,0,0.4); background-repeat: no-repeat; background-size: cover; background-position: center; background-blend-mode: overlay; padding:60px 0 60px 0;position:relative;
margin-top:0;}
.np-lifeSan__inner{display:flex;align-items:center;justify-content:space-between;}
/* .np-lifeSan__box{flex:0 0 491px;max-width:491px;}
*/
.insuCampBan .np-lifeSan__inner {
    align-items: flex-start;
}
.ap-bannerBox{background-color: rgba(22,22,22,0.6);padding: 25px;}
.np-lifeSan__box{max-width:650px;}
.np-lifeSan__box h3,.np-lifeSan__box h1{font-family:'Intelo-Bold';font-weight:var(--fw-bold);font-size:50px;line-height:1.4;color:var(--clr-white);margin-bottom:5px;}
.np-lifeSan__box p{font-family:'AvenirLTPro-Book';font-weight:var(--fw-regular);font-size:20px;line-height:1.4;color:var(--clr-white);}
.ap-marBot{margin-bottom: 15px;}
.np-lifeSan__box-lists{margin-top:26px;display: flex;justify-content: space-between;align-items: flex-start;flex-flow: row wrap;}
.np-lifeSan__box-lists li{display: inline-block;width: calc(50% - 10px);background-color: #fff;padding: 10px 16px;border-radius: 10px;}
.np-lifeSan__box-lists li:not(:last-child){margin-bottom:20px;}
.np-lifeSan__box-list{display:flex;gap:6px;align-items:center;height: 70px;}
.np-lifeSan__box-list>p{font-family:'AvenirLTPro-Book';font-weight:var(--fw-regular);font-size:16px;line-height:1.3;color:#161616;}
.np-lifeSan__btn{margin-top:30px;}
.ap-inPartner h2{color: #fff;font-size: 20px;margin: 20px 0 15px;}
.ap-partnerLogo{text-align: center;background-color: #fff;border-radius: 10px;padding: 10px 45px;}
.np-lifeSan__btn a{float:left;font-size:18px;color:var(--clr-white);font-weight:var(--fw-bold);padding:16px 30px;background:var(--clr-secondary);border-radius:10px;}
.np-lifeSan__form{border-radius:20px;border:2px solid rgba(22,22,22,0.05);background:#FFF;box-shadow:0px 4px 20px 0px rgba(0,0,0,0.05);max-width:483px;flex:0 0 483px;padding:36px;}
.np-lifeSan__form>h2{font-family:'Intelo-Regular';font-weight:var(--fw-regular);font-size:20px;color:var(--textT-clr);}
.np-lifeSan__form>h3{font-family:'Intelo-Bold';font-weight:var(--fw-bold);font-size:28px;color:#000;}
.np-lifeSan__form-lists{margin-top:8px;}
.np-lifeSan__form-lists .Dneeds__form-check{margin:20px 0 25px 0;}
.np-lifeSan__form-list li{float:left;width:100%;}
.np-lifeSan__form-list li:not(:last-child){margin-bottom:20px;}
.np-lifeSan__form-input h3{font-size:16px;font-weight:var(--fw-semi-bold);color:var(--textT-clr);}
.np-lifeSan__form-in{margin-top:13px;position:relative;}
.np-lifeSan__form-in{display:flex;gap:13px;}
.np-lifeSan__form-in-txt{border-radius:10px;border:1px solid #F3F3F3;background:#FFF;padding:15px 0;}
.np-lifeSan__form-in-txt p{font-size:16px;font-weight:var(--fw-regular);color:var(--text-clr);}
.np-lifeSan__form-in label{width:100%;float:left;text-align:center;cursor:pointer;}
.np-lifeSan__form-in input[type="radio"]{position:absolute;opacity:0;}
.np-lifeSan__form-in input[type="radio"]:checked+.np-lifeSan__form-in-txt{border-radius:10px;border:1px solid #F47B20;background:rgba(244,123,32,0.10);}
.np-lifeSan__form-input input[type="text"]{width:100%;border-radius:10px;border:1px solid #F3F3F3;background:#FFF;padding:16px 16px 16px 56px;font-size:14px;color:var(--text-clr);font-weight:var(--fw-regular);}
.np-lifeSan__form-input select{border-radius:10px;border:1px solid #F3F3F3;background:#FFF;padding:16px 16px 16px 16px;font-size:14px;color:var(--text-clr);font-weight:var(--fw-regular);appearance: none;-webkit-appearance: none;}
.np-lifeSan__form-input.selectDiv:before{content: '';position: absolute;top: 50%;transform: translateY(-50%);right: 15px;background: url(../images/dropdown.png) center center/cover;width: 12px;height: 7px;pointer-events: none;}
.np-lifeSan__form-input input[type="text"]::placeholder{color:rgba(147,149,152,.8);}
.np-lifeSan__form-input span{position:absolute;left:16px;top:50%;transform:translateY(-50%);}
.np-lifeSan__form-btn a{float:left;width:100%;padding:15px 0;text-align:center;border-radius:10px;background:var(--clr-secondary);box-shadow:0px 10px 10px 0px rgba(241,123,33,0.20);color:var(--clr-white);font-weight:var(--fw-bold);font-size:18px;}
.np-comSec.savePlan.whyLife .np-comSec__titles p{font-size:18px;font-weight:var(--fw-semi-bold);line-height:28px;color:var(--text-clr);}
.whyLife__lists{margin-top:28px;}
.whyLife__lists li{width:100%;float:left;} 
.whyLife__lists li:not(:last-child){margin-bottom:15px;}
.whyLife__list span{flex:0 0 20px;}
.whyLife__list p{font-family:'AvenirLTPro-Book';font-size:16px;font-weight:var(--fw-regular);color:var(--text-clr);}
.np-comSec.yourBen{background:var(--bg-clr);padding:100px 0;}
.yourBen__list{margin-top:54px;}
.yourBen__list .slick-list{padding-bottom:10px;}
.yourBen__list li{margin:0 15px;border-radius:20px;background:#FFF;box-shadow:0px 4px 20px 0px rgba(0,0,0,0.05);}
.yourBen__card{padding:30px;text-align:center;}
.yourBen__card h3{font-family:'Intelo-Bold';font-weight:var(--fw-bold);font-size:20px;color:var(--clr-secondary);margin-bottom:17px;}
.yourBen__card p{font-size:14px;line-height:22px;color:var(--text-clr);font-weight:var(--fw-regular);height:82px;}
.yourBen__list .slick-dots{bottom:-35px;}
.yourBen__list .slick-dots li{margin:0 2.5px;width:auto;float:none;display:inline-block;}
.yourBen__list .slick-dots li button{border:none;background:rgba(76,76,76,.2);width:5px;height:5px;}
.yourBen__list .slick-dots li.slick-active button{background:var(--clr-secondary);border:none;width:10px;height:5px;border-radius:3px;}
.np-comSec.talkAdv.lifeSan{padding:0;background:transparent;}
.np-topSell__cards.yourCov .np-topSell__card-top{border:none;}
.np-topSell__cards.yourCov .np-topSell__card-top p{font-family:'AvenirLTPro-Book';font-size:18px;font-weight:var(--fw-regular);line-height:28px;color:var(--sub-text-clr);}
.mm-float-btn {
    display:none;
    position: fixed;
    z-index: 9997;
    right: -70px;
    top: 70%;
    transform: translateY(-50%) rotate(-90deg);
}
.mm-float-btn a{padding:12px 35px;border-radius:10px 10px 0px 0px;background:#F47B20;box-shadow:0px 10px 10px 0px rgba(241,123,33,0.20);font-size:18px;font-weight:var(--fw-regular);color:var(--clr-white);}
/* 14-2-24 */
.marg-bott{margin-bottom:10px;}
.link-color{font-size:18px;font-weight:var(--fw-regular);color:var(--sub-text-clr);font-family:'AvenirLTPro-Book';line-height:24px;}
.sub-ban-sec{width:100%;float:left;display:flex;justify-content:center;flex-wrap:wrap;position:relative;}
.sub-ban-cont{width:100%;max-width:1500px;float:left;}
/*.sub-ban-cont h2{font-family:'Intelo-Bold';
 /*font-weight:var(--fw-regular);font-size:70px;color:#161616;margin-bottom:15px;}*/
.sub-ban-cont ul{width:100%;float:left;display:flex;}
.sub-ban-cont ul li{padding:0 15px;border-right:solid 1px #000;}
.sub-ban-cont ul li:first-child{padding-left:0;}
.sub-ban-cont ul li:last-child{border-right:solid 0px #000;}
.sub-ban-cont ul li a{color:#161616;font-size:16px;text-decoration:none;}
a.tow-btn-l{margin-right:18px;}
p.talk-color{color:#000;font-weight:700;margin-bottom:10px;}
p.talk-color a{color:#000;font-weight:400;text-decoration:none;}
.disclamer-sec .faqs__lists{width:100%;max-width:100%;margin-top:2%;}
.disclamer-box{padding:0;border:solid 0px;border-radius:0;padding-bottom:40px;}
.disclamer-list{margin-top:30px;}
.disclamer-list ul{width:100%;}
.disclamer-list ul li{font-size:18px;font-weight:var(--fw-regular);color:var(--sub-text-clr);line-height:24px;margin-top:0px;float:left;}
.vai-btn{width:100%;float:left;margin-top:5%;}
.vai-btn-in{width:100%;float:left;display:flex;justify-content:center;flex-wrap:wrap;}
.vai-btn-in a{width:100%;float:left;padding:12px 8px;border:0px solid var(--top-text-clr);border-radius:10px;color:var(--top-text-clr);transition:all .3s ease-in-out;overflow:hidden;text-align:center;}
.wrapper-1500.s-wrap{max-width:1250px;}
a.terms-btn{color:#f47b20;}
.bott-spec{margin-bottom:0px;}
.wc-sec{width:100%;float:left;margin-top:20px;}
.wc-sec ul{width:100%;float:left;padding-left:5px;}
.wc-sec ul li{width:100%;font-size:16px !important;font-weight:var(--fw-regular);color:var(--sub-text-clr);line-height:26px;margin-top:0px;float:left;font-family:'AvenirLTPro-Roman';}
.wc-sec h2{width:100%;font-size:16px !important;font-weight:var(--fw-regular);color:var(--sub-text-clr);line-height:26px;margin-bottom:5px;margin-top:0px;float:left;font-family:'AvenirLTPro-Roman';}
ul.listul{margin-top:20px;}
ul.listul li{font-size:16px;font-weight:var(--fw-regular);color:var(--sub-text-clr);line-height:24px;float:left;}
.text-top{margin-bottom:20px;}
.disc-text-size{font-size:14px;}
.disc-text-size{font-size:19px !important;}
ul.life-p-sec{margin-top:18px;}
.disc-list{list-style:disc;padding-left:21px;}
ul.life-p-sec li{font-size:18px;font-weight:var(--fw-regular);color:var(--sub-text-clr);line-height:27px;float:left;margin-bottom:10px;}
ul.life-p-sec li a{color:#F47B20;text-decoration:underline;}
.w-color{color:#fff !important;}
.img-right-s{margin-right:0;}
.left-pad{width:100%;float:left;padding-left:15px;margin-top:12px;}
.why-slid .slick-dots li.slick-active button{background:var(--clr-secondary);border:none;width:10px;height:5px;border-radius:3px;}
.why-slid .slick-dots li button{border:none;background:rgba(76,76,76,.2);width:5px;height:5px;}
.marg-r{margin-right:55px;}
.bold{font-weight:600;}
.why-slid button.slick-disabled{opacity:0.5;}
.np-topSell__cards button.slick-disabled{opacity:0.5;}
.coming-sec{width:100%;float:left;padding:5% 0;margin-top:5%;background-color:#f5f5f5;}
.coming-sec img{width:100%;max-width:100%;float:left;}
.footer-sec{width:100%;float:left;background-color:#588695;padding:3% 0;display:flex;justify-content:center;position:relative;}
.footer-in{width:100%;float:left;max-width:900px;z-index:1;}
.foot-logo{width:100%;float:left;display:flex;justify-content:center;}
.foot-s-icons{width:100%;float:left;display:flex;justify-content:center;margin-top:40px;flex-wrap:wrap;}
.foot-s-icons ul{width:100%;float:left;display:flex;justify-content:center;}
.foot-s-icons ul li{padding:0px 9px;}
.foot-text{width:100%;float:left;margin-top:20px;}
.foot-text-in{width:100%;float:left;display:flex;justify-content:center;flex-wrap:wrap;}
.foot-text-in p{font-size:16px;font-weight:var(--fw-regular);color:#fff;line-height:24px;margin-top:0px;float:left;text-align:center;font-family: 'AvenirLTPro-Book';}
.foot-text-in p:not(:last-child){margin-bottom: 10px;}
.foot-text-inPara{text-align: center;}
.foot-text-inPara p{margin-bottom: 0 !important;width: 100%;}
.foot-text-in p a{font-size:16px;color:#fff;text-align:center;font-family: 'AvenirLTPro-Book';}
.foot-bg{position:absolute;left:30px;width:43%;}
.foot-bg img{width:100%;float:left;max-width:100%;}
.sub-btn{float:left;font-size:18px;color:var(--clr-white);font-weight:var(--fw-bold);padding:12px 45px;background:var(--clr-secondary);width:100% !important;border-radius:10px;border:none;cursor: pointer;}
.f-link-list{margin-top:20px;}
.f-link-list li{padding:0px 10px;}
.f-link-list li a{color:#fff;}
.down-sec{width:100%;float:left;display:flex;justify-content:center;flex-wrap:wrap;margin-top:30px;}
.down-sec h2{width:100%;font-size:16px;font-weight:var(--fw-regular);color:#fff;line-height:24px;float:left;text-align:center;}
.ga-btn{width:100%;float:left;display:flex;justify-content:center;margin-top:10px;}
.gp-btn{padding:0px 5px;}
.as-btn{padding:0px 5px;}
.top-head{width:100%;float:left;display:flex;justify-content:center;padding:20px 0;position:fixed;z-index:999;background-color:#fff;}
.top-head.sticky{box-shadow:0px 4px 20px 0px rgba(0,0,0,0.05);}
.top-head-in{width:100%;max-width:1700px;display:flex;justify-content:space-between;align-items:center;}
.cont-sec{width:calc(33.33% - 20px);float:left;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction: column;gap: 10px;}
.top-logo{width:calc(33.33% - 20px);float:left;display:flex;justify-content:center;}
.top-menu{width:calc(33.33% - 20px);float:left;display:flex;justify-content:flex-end}
.login-sec{width:100%;display:flex;justify-content:flex-end;align-items:center;margin-right:100px;}
.login-sec a{display:flex;justify-content:flex-end;align-items:center;margin-right:0px;color:#1f1f99;font-size:18px;padding-left:10px;font-weight:var(--fw-bold);line-height:22px;font-family:'AvenirLTPro-Book';}
.login-sec a img{margin-right:10px;}
.cont-sec a{float:left;display:flex;justify-content:flex-start;align-items:center;color:#1f1f99;font-size:18px;padding-left:10px;font-weight:var(--fw-bold);line-height:22px;font-family:'AvenirLTPro-Book';}
.cont-sec img{padding-right:15px;}
/* .hidden{display:none;}
*/
/* menu */
.hamburger-menu{position:fixed;top:32px;right:0;padding-top:20px;padding-left:15px;width:10%;height:43px;cursor:pointer;z-index:9998;-webkit-tap-highlight-color:rgba(255,255,255,0);}
.bar,.bar:after,.bar:before{width:30px;height:3px;}
.bar{position:relative;transform:translateY(10px);background:black;transition:all 0ms 300ms;}
.bar.animate{background:rgba(255,255,255,0);}
.bar:before{content:"";position:absolute;left:0;bottom:10px;background:black;transition:bottom 300ms 300ms cubic-bezier(0.23,1,0.32,1),transform 300ms cubic-bezier(0.23,1,0.32,1);}
.bar:after{content:"";position:absolute;left:0;top:10px;background:black;transition:top 300ms 300ms cubic-bezier(0.23,1,0.32,1),transform 300ms cubic-bezier(0.23,1,0.32,1);}
.bar.animate:after{top:0;transform:rotate(45deg);transition:top 300ms cubic-bezier(0.23,1,0.32,1),transform 300ms 300ms cubic-bezier(0.23,1,0.32,1);}
.bar.animate:before{bottom:0;transform:rotate(-45deg);transition:bottom 300ms cubic-bezier(0.23,1,0.32,1),transform 300ms 300ms cubic-bezier(0.23,1,0.32,1);}
/*--------------------- Mobiles Menu ----------------------*/
/*--------------------- Mobiles Menu - Design ----------------------*/
.mobile-menu > ul{margin:0;padding: 10px}
.mobile-menu > ul > li:not(:last-child){border-bottom: 1px solid #437180;}
.mobile-menu li{font-size:18px;line-height:30px;margin:0;overflow:hidden;padding:10px;position:relative;text-align:left;}
.mobile-menu li a{padding-left:33px;}
ul.children{width:100%;float:left;background-color:#fff;padding: 10px}
ul.children li:not(:last-child){border-bottom: 1px solid #ccc;}
ul.children li{width:100%;}
ul.children li a{color:#666;float: left;}
/* .mobile-menu li:last-child{margin-top:0px;border-bottom: 1px solid #ccc;} */
/* .mobile-menu li:hover{background:#437180;}
*/
.mobile-menu li a{text-decoration:none;color:#fff;}
/*--------------------- Mobiles Menu - Slide IN ----------------------*/
.mobile-menu{top:124px;max-width:330px; right:230px;width:100%;background:#538697;color:#fff;height:auto;position:fixed;z-index:9997;overflow-y:auto;-webkit-transform:translate3d(0,0,205px);-moz-transform:translate3d(0,0,205px);transform:translate3d(0,0,205px);-webkit-transition:all 500ms ease-in-out;-moz-transition:all 500ms ease-in-out;transition:all 500ms ease-in-out;display:none;max-width: 360px}
.mobile-menu.active{right:0;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:all 500ms ease-in-out;-moz-transition:all 500ms ease-in-out;transition:all 500ms ease-in-out;display:block;}
/*--------------------- Mobiles Menu - Dropdown Submenu ----------------------*/
.has-children{cursor:hand;}
.has-children:hover{cursor:hand;}
.children{display:none;}
.mobile-menu .children li:first-child{margin-top:0px;}
.icon-arrow{position:absolute;display:block;font-size:0.7em;color:#fff;top:5px;right:10px;transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transition:.6s;-webkit-transition:.6s;-moz-transition:.6s;}
.icon-arrow:after{content:"+";font-size:15px !important;color:#fff ;}
.icon-arrow.wht:after{content:"+";font-size:15px !important;color:#000 ;}
.icon-arrow.open{transform:rotate(-180deg);-webkit-transform:rotate(-180deg);-moz-transform:rotate(-180deg);transition:.6s;-webkit-transition:.6s;-moz-transition:.6s;}
.dote-list p::before{content:"•";position:absolute;left:-15px;}
.dote-list p a{color:#f47b20;}
.bolg-sec{width:100%;float:left;margin-top:10%;padding-bottom:5%;display:flex;justify-content:center;}
.bolg-in{width:100%;float:left;max-width:1140px;}
.title-list{width:100%;float:left;display:flex;justify-content:space-between;margin:20px 0;border-bottom:solid 1px #7A7A7A;}
.title-list li{font-size:18px !important;font-weight:var(--fw-regular);color:var(--sub-text-clr);font-family:'AvenirLTPro-Book';line-height:27px;}
ul.title-list li{padding-bottom:15px;}
ul.title-list li a{color:#EC802F;border-bottom:solid 1px #EC802F;}
.m-title{font-weight:var(--fw-regular);font-size:34px;color:#000;margin-bottom:15px;}
.bolg-in img{width:100%;max-width:100%;float:left;margin-bottom:20px;}
.bolg-in p{font-size:18px !important;font-weight:var(--fw-regular);color:var(--sub-text-clr);font-family:'AvenirLTPro-Book';line-height:27px;margin-bottom:20px;}
.sub-title{font-size:20px !important;font-weight:var(--fw-bold);color:#000;font-family:'AvenirLTPro-Book';line-height:27px;margin-bottom:15px;}
.step-list{width:100%;float:left;margin-top:30px;}
.step-list1{width:100%;float:left;}
.step-list1 h2{font-size:18px !important;font-weight:var(--fw-regular);color:var(--sub-text-clr);font-family:'AvenirLTPro-Book';line-height:27px;margin-bottom:20px;}
.step-list1 p{font-size:18px !important;font-weight:var(--fw-regular);color:var(--sub-text-clr);font-family:'AvenirLTPro-Book';line-height:27px;margin:0;padding-left:20px;}
.plan-sec-list{width:100%;float:left;padding-left:20px;margin-top:10px;}
.plan-sec-list li{width:100%;float:left;font-family:'AvenirLTPro-Roman';font-size:18px;color:var(--text-clr);line-height:27px;padding:5px 0;}
.step-list1-bot{margin-bottom:15px;}
.np-topSell__card-mid-txt{width:90%;}
.savePlan__txt{padding-right:25px;}
.np-lifeSan__box-list span{max-width:22px;width:100%;float:left;}
.faq-list1{padding-left:20px;}
.disclamer-sec.home h3{margin-top:5%;width:100%;float:left;font-family:'AvenirLTPro-Black';font-weight:var(--fw-regular);font-size:20px;color:var(--textT-clr);float:left;width:100%;}
.disclamer-sec.home .faqs__lists{margin-top: 20px;}
.disclamer-secP{margin-top: 4%;}
.discLinkL{padding-bottom:15px;border:solid 0px;border-radius:0;}
.discLink{display:flex;align-items:center;cursor: pointer;}
.discLink a{font-family:'AvenirLTPro-Black';font-weight:var(--fw-regular);font-size:20px;color:var(--textT-clr);float:left;width:100%;}
.discLink span i{font-size:25px;transition:all .3s ease-in-out; display:none;} /* 10/2/25 */
.disclamer-sec.home{display: block !important;}  /* 10/2/25 */
.discLink.active span i{transform:rotate(180deg);} 
.disclamer-secP .faqs__lists li:last-child .disclamer-box{border: none;}
.np-comSec__titles p.np-discWhy{font-size: 14px !important;}
.wc-sec{font-size: 14px;}


.coming-sec.thank-you{display: flex;align-items: center;justify-content: center;flex-direction: column;background: transparent;padding: 10% 0;}
.coming-sec.thank-you h3{font-size:20px;margin-top:20px;font-weight:600;color: var(--top-text-clr);}
.coming-sec.thank-you h3 span{font-size:65px;margin-top:20px;font-weight:800;text-transform: uppercase;padding-bottom: 10px;float: left;width: 100%;color: #232424;}

#responseMsg{font-size:22px;font-weight:600;color:green;text-align:center;margin-top:10px;float:left;width:100%;}
#responseMsg .error{font-size:18px;font-weight:500;color:red;text-align:center;margin-top:10px;float:left;width:100%;}

.ap-getStartedClick{float:left;font-size:18px;color:var(--clr-white);font-weight:var(--fw-bold);padding:14px 25px;background:var(--clr-secondary);border-radius:10px;margin-top: 25px;box-shadow: 0px 10px 10px 0 rgba(241, 123, 33, 0.2);}

.ap-newsList{display: flex;justify-content: space-between;align-items: flex-start;flex-flow: row wrap;margin-top: 25px;}
.ap-newsList li{width: calc(33.33% - 30px);margin-bottom: 45px;} 
.ap-newsItem{padding: 25px;border-radius: 10px;border: 1px solid rgba(22,22,22,0.08);}
.ap-newsItem h2{color: #161616;font-size: 18px;margin: 10px 0;font-family:'AvenirLTPro-Black';}
.ap-newsItem span{display: inline-block;color: #939598;font-size: 14px;}
.ap-newsItem span img{display: inline-block;vertical-align: middle;margin-top: -4px;margin-right: 4px;}
.ap-newsItem h3{color: #6994A5;font-size: 18px;font-family:'AvenirLTPro-Black';margin: 12px 0;height: 95px;line-height: 1.4;}
.ap-newsItem p{font-size: 16px;color: #161616;line-height: 1.5;}
i.fa.fa-caret-right {color: var(--color-primary);}
.np-main {margin-top: 0px;}
.np-expSec__cardBot {cursor: pointer;}
.typeIns__cards .slick-dots {display: flex;align-items: center;justify-content: center;gap: 0;width: fit-content;}
.typeIns__cards .slick-dots li{margin:0 2.5px;}

/*.mm-float-btn.sticky{*/
/*    display:none;*/ 
/*}*/



ul.np-lifeSanBox-lists li {padding: 0.5em 0;float: left;clear: both;}
ul.np-lifeSanBox-lists {padding: 1.5em;}
.np-topSell__card-mid-txt .np-topSell__card-mid-txtBP p,.np-lifeSanBox-lists .np-lifeSan__box p{line-height: 1.5;}
.np-comSec__titles h3{font-size: 34px;}


.np-lifeSan__box > ul > li{color:#fff;}
.bulletIMG .np-lifeSan_box-list {margin-top: -10px;}
.life-p-sec {color: var(--sub-text-color);margin-top: 1em;}


.psDiscBox{border-bottom:0;}
.psList-link, .psList-link .active{display:block;}
.psDisclamerList{display:block; margin-top: 15px;}
.psList-link a{pointer-event:none; cursor:default;}
.psList-link span{display:none;}



/* 13/2/25 */
.ap-bannerBox ul{width: 100%; float: left; margin-top:26px;display: flex;justify-content: space-between;align-items: flex-start;flex-flow: row wrap;}
.ap-bannerBox ul li{display: inline-block;width: calc(50% - 10px);background-color: #fff;padding: 10px 16px;border-radius: 10px;}
.ap-bannerBox ul li:not(:last-child){margin-bottom:20px;}
.ap-bannerBox ul li div{width: 100%; float: left; display:flex;gap:6px;align-items:center;height: 70px;}
.ap-bannerBox ul li div>p{font-family:'AvenirLTPro-Book';font-weight:var(--fw-regular);font-size:16px;line-height:1.3;color:#161616;}
section.np-comSec.faqs .np-comSec__titles {margin-top: 1.5em;}