body,
h1,
h2,
h3,
h4,
strong {
    font-family: Lato-Regular !important;
}
.inline-links {
    color: #004a8f;
    text-decoration: underline;
}
#popularLifeCover,
#termInsurancePlan,
#reasonToBuy,
#howInsuranceWork,
#kotakVsOther,
#whoShouldBuy,
#benefitsOfTerm,
#lifeExpectancy,
#onlineKotakPlan,
#influenceTerm,
#keySection,
#chooseBestTerm,
#whyWeNeedTerm,
#howToBuyTerm,
#top3Term,
#rightTimeTerm,
#termPolicy,
#basicTerm {
    margin: 30px 0 20px;
}
.termTitle {
    font-size: 26px !important;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #000000 !important;
    margin: 0 !important;
    padding: 0;
    text-align: left;
}
.termDesc {
    /* color: #404040 !important; */
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.termSubtitle {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color:#000;
    /* color: #404040 !important; */
    
}
.firstFold-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5%;
}
.firstFold-card {
    border: 1px solid #ab2020;
    border-radius: 8px;
    padding: 15px;
    margin-top: 25px;
}
.data{
    text-align: center;
    font-size: 15px;
    color: #000;
}
.discountFlex {
    display: flex;
    align-items: center;
    background-color: #ffecec;
    border-radius: 15px;
    justify-content: start;
    padding-left: 10px;
    padding-right: 6px;
    gap: 10px;
    width: fit-content;
}
.discountFlex img {
    width: 16px;
    height: 16px;
}
.discountFlex span {
    background-color: #fff;
    border-radius: 15px;
    color: #ab2020;
    font-weight: 600;
    margin: 3px 0;
}
.cardTitle {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.3px;
    margin: 10px 0;
}
.cardTitle span {
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.termBenefits {
    margin: 10px 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #000;
}
.buttonFlex {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}
.termFirstCta {
    /* background-color: #ed3237; */
    background-color:#C41425 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 25px;
    padding: 5px 10px 5px 15px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.3px;
    gap: 10px;
    margin-top: 8px;
}
.termBrochure {
    color: #000;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.whyKotakBenefits {
    margin: 25px 0 10px;
}
.whyKotakBenefits-title {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #000 !important;
}
.whyKotakBenefits .benefitsSection {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.benefitsTitle {
    font-size: 17px;
    font-weight: 700 !important;
    letter-spacing: 0.3px;
    color: #000 !important;
}
.benefitsTitle span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #000;
}
.bright {
    border-right: 1px solid #333;
    height: 25px;
}
.p20 {
    padding: 20px 0;
}
.lifeCover-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hide-desktop {
    display: none;
}
.lifeCover-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}
.lifeCover-cards {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    padding: 30px 15px 0 15px;
    text-align: center;
    position: relative;
    min-height: 150px;
    min-width: 185px;
}
.lifeCover-cards:nth-child(2) {
    padding: 30px 3px 5px 3px;
}
.lifeCover-cards:nth-child(2) .lifecover-arrow {
    text-align: right;
    margin: 15px 8px 0 0;
}
#popularLifeCover .lifecoverAmt {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
#popularLifeCover .lifecoverAmt sup {
    font-size: 24px;
    color: #000;
}
#popularLifeCover .lifeCover-cards:nth-child(2) .lifecoverAmt span {
    font-size: 34px;
    font-weight: 500;
    color: #000;
}
#popularLifeCover .lifecoverAmt span {
    font-size: 36px;
    font-weight: 500;
    color: #000;
}
#popularLifeCover .lifecoverValue {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
#popularLifeCover .lifecoverValue span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.lifecover-arrow {
    text-align: right;
    margin: 15px 0 0 5px;
}
#popularLifeCover .bestSeller {
    position: absolute;
    background-color: #ffecec;
    color: #ab2020 !important;
    font-size: 11px;
    top: 5px;
    right: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-height: 17px;
    padding: 0 5px;
}
#popularLifeCover .trending {
    position: absolute;
    background-color: #f1f0d4;
    /* color: #857b2d !important; */
    color:#574F1E!important;
    font-size: 11px;
    top: 5px;
    right: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-height: 17px;
    padding: 0 5px;
}
.lifeCover-cta,
.kotakVsOther-cta,
.lifeExpectancy-cta {
    display: flex;
    justify-content: center;
    margin: 15px auto 5px;
}
.lifeCover-cta a,
.howInsuranceWork-sec a,
.kotakVsOther-cta a,
.lifeExpectancy-cta a,
.onlineKotakPlan-cta a,
.termInsuranceCalc-cta a,
.chooseBestTermbox-cta a,
.whyBuyTermbox-cta a {
    /* background-color: #ed3237; */
    background-color:#C41425 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 25px;
    padding: 5px 10px 5px 15px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.3px;
    gap: 10px;
    margin-top: 8px;
    max-width: 230px;
    position: relative;
    overflow: hidden;
}
.lifeCover-cta a::before,
.howInsuranceWork-sec a::before,
.kotakVsOther-cta a::before,
.lifeExpectancy-cta a::before,
.onlineKotakPlan-cta a::before,
.chooseBestTermbox-cta a::before,
.whyBuyTermbox-cta a::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 15px;
    height: 100%;
    background-color: #fff;
    animation: 4s ease-in-out infinite shiny-btn1;
}
.lifeExpectancy-cta a {
    max-width: 100%;
}
.termInsurancePlanImg {
    text-align: center;
}
.termInsurancePlanImg .howInsuranceWorkImg {
    width: 100%;
    height: auto;
}
.termInsurancePlanCTA {
    background-color: #ed1c24;
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 100px;
    padding: 5px 15px;
}
#termInsurancePlan .termInsurancePlanCTA p {
    font-size: 30px;
    font-weight: 600;
    color: #fff !important;
}
.termInsurancePlan-cta a {
    background-color: #fff;
    color: #036;
    font-size: 16px;
    font-weight: 700;
    border-radius: 25px;
    padding: 5px 10px 5px 15px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.3px;
    gap: 10px;
    margin-top: 8px;
    max-width: 230px;
    position: relative;
    overflow: hidden;
}
.reasonToBuyCards,
.typesOfTermCards,
.whyWeNeedTermCards {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    margin: 20px 0;
}
.typesOfTermCards {
    justify-content: start !important;
    gap: 20px;
}
.reasonToBuyCard {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    max-width: 375px;
    min-height: 330px;
    border:1px solid #DBDBDB;
    /* text-align: center; */
    margin-bottom: 15px;
}
.howInsuranceWork-grid {
    display: grid;
    grid-template-columns: 30% 68%;
    gap: 2%;
}
.howInsuranceWorkCards {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 18px;
}
.howInsuranceWork {
    margin: 5% 0 15px;
}
.kotakVsOther-table {
    width: 100%;
    overflow-x: auto;
}
.kotakVsOther-table table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}
.kotakVsOther-table table th {
    padding: 12px;
    text-align: center;
    font-size: 20px;
    color: #000 !important;
    border: 1px solid #000 !important;
}
.kotakVsOther-table table td {
    font-size: 18px;
    padding: 10px !important;
    color: #000 !important;
    background-color: #fff !important;
    border: 1px solid #000 !important;
}
.kotakVsOther-table table th {
    background: #fff !important;
    font-weight: 700;
}
.kotakVsOther-table .highlight {
    color: #0078d7;
    font-weight: 700;
}
.kotakVsOther-table .primary {
    background-color: #002060 !important;
    color: #fff !important;
}
.whoShouldBuyAccordion {
    width: 100%;
    margin: 5px auto;
    transition: background-color 0.3s ease-out;
}
.whoShouldBuyAccordionImg,
.typesOfTermCard-img {
    background-color: #f5f5f5;
    border-radius: 50%;
    width: 50px;
    padding: 12px;
}
.whoShouldBuyAccordion-item {
    color: #111;
    margin: 1rem 0;
    border-radius: 0.5rem;
    border-bottom: 1px solid #d8d8d8;
}
.whoShouldBuyAccordion-item-header {
    padding: 20px 15px;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    cursor: pointer;
}
.whoShouldBuyAccordion-item-header::after {
    content: "\002B";
    font-size: 3rem;
    position: absolute;
    right: 2rem;
}
.whoShouldBuyAccordion-item-header.active::after {
    content: "\2212";
}
.whoShouldBuyAccordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, background-color 0.3s ease-out;
}
.whoShouldBuyAccordion-item-body-content {
    padding: 5px 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.benefitsOfTermFlex,
.featuresTermFlex,
.influenceTermFlex,
.whyIsSumAssuredFlex,
.whyBuyTermFlex,
.termPolicyFlex,
.basicTermFlex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    margin: 10px 0;
}
.featuresTermFlex {
    min-height: 180px;
}
.featuresTerm-grid,
.influenceTerm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 20px;
    margin-top: 10px;
}
.typesOfTermCard {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    max-width: 370px;
    min-height: 307px;
    margin: 10px 0;
    text-align: start;
}
.onlineEterm-card {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    padding: 20px 30px 0;
    display: grid;
    grid-template-columns: 60% 38%;
    gap: 2%;
    margin: 25px 0 10px 0;
}
.onlinePlanList {
    /* display: grid; */
    gap: 15px;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    padding: 20px 0;
}
.onlinePlanList li {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 5px 0;
}
.onlinePlanList li img {
    padding-right: 5px;
}
.onlinePlan-text a {
    text-decoration: underline;
    color: #036;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.onlinePlanImg {
    max-width: 325px;
    margin: 0 auto;
    max-height: 300px;
}
.rediectionArrow {
    padding-left: 10px;
    width: 35px;
    height: 35px;
    vertical-align: bottom;
}
.design-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.design {
    display: flex;
    align-items: center;
    justify-content: center;
}
.keySectiontl {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.keySectiontl-content {
    padding: 20px;
    background: #f5f5f5;
    border-radius: 5px;
    color: #000;
    padding: 1.75rem;
    transition: 0.4s ease;
    overflow-wrap: break-word !important;
    margin: 1rem;
    margin-bottom: 20px;
    border-radius: 6px;
}
.keySectiontl-component {
    margin: 0 20px 20px 20px;
}
.keySectiontl {
    display: grid;
    grid-template-columns: 1fr 3px 1fr;
}
.keySectiontl-middle {
    position: relative;
    background-color: #003974;
    width: 3px;
    height: 100%;
}
.main-middle {
    opacity: 0;
}
.keySectiontl-circle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-image: linear-gradient(45deg, #f27121, #e94057, #8a2387);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.chooseBestTermFlex {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 15px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #d8d8d8;
    padding: 20px;
}
.chooseBestTermbox {
    background-color: #eff8ff;
    border: 1px solid #a2b3c1;
    border-radius: 8px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 25px;
    margin: 15px 0 10px;
    padding: 15px;
}
.chooseBesttitle {
    font-size: 24px;
    font-weight: 600;
    color: #036;
    letter-spacing: 0.3px;
}
.whyWeNeedTermCard {
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #e5e5e5;
    min-height: 200px;
    max-width: 370px;
    margin: 10px 0;
}
.whyBuyTermBox {
    background-color: #fff3f3;
    border: 1px solid #ceb0ac;
    border-radius: 8px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 25px;
    margin: 15px 0 10px;
    padding: 15px;
}
.whyBuyTermtitle {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.3px;
}
.howToBuyTermCards {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.howToBuyTerm-num {
    border: 1px solid #003974;
    color: #ed1c24;
    border-radius: 50%;
    padding: 14px 18px;
    width: 46px;
    height: 46px;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 10px;
}
.howToBuyTermCard {
    background-color: #f5f5f5;
    border-radius: 21px;
    padding: 20px;
    max-width: 560px;
    min-height: 285px;
    margin: 10px 0;
}
.top3TermFlex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin: 10px 0;
}
.top3TermCard {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 20px;
    text-align: start;
    min-height: 400px;
}
.top3TermCard img {
    margin: 10px 0;
}
.rightTimeTerm-grid {
    display: grid;
    grid-template-columns: 36% 62%;
    align-items: center;
    gap: 20px;
}
.customPadding {
    padding: 15px 5px 15px 10px !important;
    line-height: 3rem !important;
}
.commonMisconceptFlex {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 20px;
    margin: 20px 0 10px;
}
.basicTermImg {
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    width: 61px;
    height: 61px;
}
#myBtn {
    color: #ed3237;
    cursor: pointer;
    font-weight: 600;
}
#dots {
    display: inline;
}
#more {
    display: none;
}
@media only screen and (max-width: 480px) {
    #popularLifeCover,
    #reasonToBuy,
    #kotakVsOther,
    #typesOfTerm,
    #commonMisconcept {
        background-color: #f5f5f5;
        padding: 20px 0;
    }
    .fullBg {
        background-color: #fff0;
    }
    .howInsuranceWork-grid,
    .featuresTerm-grid,
    .typesOfTermCard,
    .influenceTerm-grid {
        grid-template-columns: 100%;
    }
    .buttonFlex,
    .lifeCover-flex,
    .termInsurancePlanCTA,
    .howInsuranceWorkCards,
    .top3TermFlex {
        flex-direction: column;
    }
    .firstFold-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
    }
    .hide-mobile {
        display: none;
    }
    .termBenefits {
        display: flex;
        flex-wrap: wrap;
    }
    .kotakVsOther-table {
        overflow-x: auto;
    }
    .kotakVsOther-table .table {
        width: 100%;
    }
    .discountFlex {
        padding: 5px 5px;
        width: 100%;
    }
    .lifeCover-options {
        gap: 10px;
        overflow-x: scroll;
    }
    .lifeCover-options::-webkit-scrollbar {
        display: none;
    }
    .lifeCover-cards {
        padding: 30px 13px 15px;
    }
    .termInsurancePlanCTA {
        padding-bottom: 10px;
    }
    .reasonToBuyCard,
    .typesOfTermCard {
        min-height: 100%;
    }
    .typesOfTermCards {
        gap: 5px;
    }
    .kotakVsOther-table table th,
    .kotakVsOther-table table td {
        font-size: 15px;
    }
    .onlineEterm-card,
    .onlinePlanList {
        /* display: grid; */
        grid-template-columns: 100%;
    }
    .onlineEterm-card {
        padding: 20px;
    }
    .onlinePlanImg {
        display: none;
    }
    .onlineKotakPlan-cta {
        margin: 5px auto;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .keySectiontl {
        display: grid;
        grid-template-columns: 100%;
    }
    .keySectiontl-middle {
        display: none;
    }
    .keySectiontl-component {
        margin: 10px;
    }
    .chooseBestTermbox,
    .whyBuyTermBox {
        flex-direction: column;
        gap: 10px;
    }
}
@keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
.remove.active::after {
    content: none !important;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 100px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    right: 33px;
    top: -2px;
    position: absolute;
    z-index: 1;
}
.aterm {
    padding: 10px 0;
}
.howToChooseBestLIC-card {
    padding: 20px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    max-width: 254px;
    min-height: 388px;
    width: 352px;
    height: 408px;
    background: #fff 0% 0% no-repeat padding-box;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    opacity: 1;
    margin: 0 27px;
}
.howz {
    background: #f9f9f9 0% 0% no-repeat padding-box;
    padding: 27px 0 68px;
    z-index: 1;
}
.howz .pagingInfo-facslick {
    display: none !important;
}
.accelcard .gspview {
    padding: 10px 40px;
}
@media (max-width: 480px) {
    .rightTimeTerm-grid {
        display: inline;
    }
}
.termCalculator {
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
    margin: 20px 0;
}
.termCalculator h2 {
    color: #404040;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-align: center;
}
.form-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6%;
}
.termForm-control {
    border: 1px solid #d2d2d2 !important;
    border-radius: 4px !important;
    width: 100% !important;
    float: left !important;
    height: 42px !important;
    line-height: 50px !important;
    padding: 0 16px 0 21px !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
    color: #000 !important;
    font-size: 14px !important;
    transition: all ease 0.3s !important;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    background: 0 0;
}
.termForm-control::-ms-input-placeholder {
    font-family: Lato;
    color: #333;
}
.termForm-control::placeholder {
    color: #333;
    font-family: Lato !important;
}
.termInsuranceCalc-cta {
    margin: 20px 0 10px;
}
.termForm-disp {
    background-color: #eef6ff;
    border-radius: 16px;
    padding: 25px;
    text-align: center;
}
.termForm-disp p {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
}
.termForm-disp span {
    font-size: 30px;
    font-weight: 600;
    margin: 5px 0;
    color: #036;
}
.gen_label1 {
    border-radius: 4px !important;
}
.gen_label1 {
    padding: 10px 33px;
}
.termInsuranceCalc-list {
    min-height: 151px;
}
@media only screen and (max-width: 1366px) {
    .termInsuranceCalc-list {
        min-height: 182px;
    }
}
.mobile-flex {
    display: flex;
    gap: 71px;
}
@media only screen and (max-width: 480px) {
    .mobile-flex {
        display: flex;
        gap: 10px;
        justify-content: space-between;
    }
    .form-flex {
        display: unset;
    }
    .gen_label1 {
        padding: 12px 9px;
    }
    .gen_switch1 {
        width: 145px;
        display: flex;
    }
    .mobile-space {
        margin-bottom: 15px;
    }
}
.slick-next {
    position: absolute;
    background-image: url(../img/whiteleftarrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 98px;
    height: 98px;
    transform: rotate(359deg) !important;
}
.middle {
    vertical-align: middle;
}
.whoShouldBuyAccordionImg {
    width: 75px !important;
}
.spacingsection {
    padding: 25px;
}
.titleDownload {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 167%;
}
/* css for new changes */
/* .upsapce{margin-top:65px !important;} */
.doc{height:207px;}
.ul-list{margin-left: 26px;}
.ul-list li{color: #404040;
    font-size: 15px;list-style:disc;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .3px;}
    .terms  p {
        font-size: 16px; 
        font-weight: 400; 
        line-height: 26px;
        letter-spacing: .32px;
        color: #000;
    }

    .factorsslickterm button.slick-prev {
        background-image: url(/images/newtermimg/btnslickprev.svg) !important;
        background-size: auto;
        left: unset;
        z-index: 1000;
        right: 67px;
        top: unset;
        bottom: 1px;
        background-color: transparent;
        border: 0;
        font-size: 0;
        height: 25px;
        width: 25px;
        position: absolute;
        padding: 0;
        margin: 0;
    }

    /* today */
    @media only screen and (max-width: 480px) {
   
    .titleDownload {
      justify-content:flex-start !important;
      width:unset !important;
      align-items: flex-start !important;

    }
    .rightTimeTerm{display:none}
    .earlier{font-size:16px;}
    .testimonial-bg { height: auto !important;}
    .payoutCard {
        /* max-width: 316px; */
        min-height: 329px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .whyWeNeedTermCard{width:100%;max-width:100%}
    .whyWeNeedTermCards{justify-content:center !important;}
    .paddingc{padding: 5px 29px 5px 29px !important;}
}

.tradition{margin-bottom:25px !important;}
.upsapcebutton{margin-top:56px !important;}
.save-offline .accelcard {
    height: auto;
}
.accelcard {
   
    padding: 35px 10px 35px 50px;
}
.life{width: 1014px;
    height: 473px;}
    .topspace{margin-top:75px !important;}
    .online-card {
      
        margin-top: 29px;}
        .acc-div-mob h3{border:0 !important}
        .death{border:0 !important}
        .differ .accelcard{margin-top:0 !important;}
        /* #more { display: none !important; } */

        .termInsurancePlanCTA p {
            font-size: 30px;
            font-weight: 600;
            color: #fff !important;
        }

        .termcal{background: #F5F5F5 0% 0% no-repeat padding-box;
            opacity: 1;padding:25px 0;}

            /* new css */
            .kotakvs{margin-bottom: 0 !important;}
            .newinsurance{margin:0 0 15px 0 !important;}
           
            .factorsslickterm1 {
                display: flex;
                flex-wrap: wrap;
                gap: 20px;
                justify-content: center;
            }
    
            .reasonToBuyCard {
                background: white;
                border-radius: 8px;
                padding: 20px;
                max-width: 350px;
                min-height: 240px;
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
                text-align: start !important;
                /* text-align: center; */
            }
            /* @media only screen and (max-width: 480px) {
                .reasonToBuyCard
            }
    */
    @media (max-width: 480px) {
        .factorsslickterm1 {
            display: flex !important;
            gap: 20px !important;
        }

        .reasonToBuyCard {
            margin: 0 10px;
			min-height: 275px;
        }
        .slick-list{overflow: visible !important;}
    }

    .factorsslickterm1 button.slick-prev {
        background-image: url(../images/btnslickprev.svg) !important;
        background-size: auto;
        left: unset;
        z-index: 1000;
        right: 67px;
        top: unset;
        bottom: 1px;
        background-color: transparent;
        border: 0;
        font-size: 0;
        height: 25px;
        width: 25px;
        position: absolute;
        padding: 0;
        margin: 0;
    }
    .factorsslickterm1 button.slick-next {
        background-image: url(../images/btnslicknext.svg) !important;
        background-size: auto;
        left: unset;
        z-index: 1000;
        right: 30px;
        top: unset;
        bottom: 1px;
        background-color: transparent;
        border: 0;
        font-size: 0;
        height: 25px;
        width: 25px;
        position: absolute;
        padding: 0;
        margin: 0;
    }
    .factorsslickterm1 button.slick-prev {
        bottom: -36px !important;
    } .factorsslickterm1 button.slick-next {
        bottom: -36px !important;
    }

    .top3TermFlex{flex-wrap: wrap;}
    .top3TermCard{min-height: unset !important;}
    .benefitsContainer {
        display: flex;
        flex-wrap: wrap;
      
      }
      
      .benefitsOfTermFlex {
        flex: 0 0 48%; /* two columns with small gap */
        display: flex;
        align-items: center;margin: 0 !important;
        gap: 10px; /* space between image and text */
       
      }
      .cancer{text-align: left;}


      /* aaaaa */
      .life-cover-banner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 16px;
        background-color: #28323c !important;
        color: #fff;
        max-width: 480px;
        width: 100%;
        box-sizing: border-box;
      }
      
      .text-part {
        font-size: 18px !important;
    color: #fff !important;
    font-weight: 400;
    display: inline-block;
  max-width: 166px; /* Adjust as needed */
  white-space: normal;    line-height: 1.5rem;
    align-items: center;
        flex: 1;
    font-family: 'Lato-Regular';
      }
      
      
      
      .check-prices-btn {
        background: transparent linear-gradient(90deg, #82772D 0%, #C1CD23 100%) 0% 0% no-repeat padding-box;
        color: #fff;
       
        font-weight: bold;font-family: 'Lato-Regular';
        border: none;
        border-radius: 6px;padding: 10px 35px;
       
        letter-spacing: 0.6px;font-size: 14px;
        cursor: pointer;
        white-space: nowrap;padding: 10px 20px;
        flex-shrink: 0;
      }
      
      .life-cover-banner {
        display: none;
      }
      
      @media (max-width: 480px) {
        .life-cover-banner {
          display: flex;
          position: fixed;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%;
          box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
        }
      }
      
      .onlineKotakPlan-cta a{
        margin-bottom: 20px;
      }
      .payoutCard {
    max-width: 370px;
}