/* RTE STYLING START */

.cardswithnumbersextended .custom-blue-bold{
    color: #233253;
    font-weight: bold;
}

.cardswithnumbersextended .custom-grey-bold{
    color: #666;
    font-weight: bold;
}

.cardswithnumbersextended .custom-flex{
    display: flex;
    align-items: center;
    gap: 30px;
}

/* RTE STYLING END */



.cardswithnumbersextended .flex{
    display: flex;
    align-items: center;
    gap: 10px;
}

.cardswithnumbersextended .flex-wrap{
    flex-wrap: wrap;
}

.cardswithnumbersextended .jc-space-between{
    justify-content: space-between;
}

.cardswithnumbersextended .lightgrey{
    background: #f9f9f9;
}

.cardswithnumbersextended .skyblue{
    background: #f2fbff ;
}

.cardswithnumbersextended .custom-input{
    border: 1px solid #005e9e;
    font-size: 20px;
    background-color: white;
    box-sizing: border-box;
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: 700;
    color: #005e9e;
}

.cardswithnumbersextended .custom-width{
    width: 48%;
}

.cardswithnumbersextended .footnote{
    margin-top: 10px;
}

 
@media screen and (min-width:768px) {
    .when-should-buy-term .no-left-padding{
        padding-left: 0;
    }
}

.sec-title {
    font-size: 32px;
    font-weight: 700;
    color: #233253;
    margin-bottom: 26px;
    text-align: center;
}

.cardswithnumbersextended .sec-title{
    padding-inline: 50px;
}

.subheading{
    margin-bottom: 10px;
}

.cardswithnumbersextended .when-should-buy-term{
    padding-block: 50px;
}

.when-should-buy-term p{
    font-size: 16px;
    color: #8f8f8f;
    line-height: 22px;
    font-weight: 500;
}

/* .when-should-buy-term .footnote p{
    font-weight: 500;
    color: #8f8f8f;
    font-size: 14px;
} */


.when-should-buy-term h3{
    margin-bottom: 0.5rem;
}


.when-should-buy-term .circle-number {
    width: 45px;
    height: 45px;
    background: #bddcf8;
    text-align: center;
    padding: 0 4px;
    border-radius: 50px;
    border: 10px solid #d6e9fa;
    font-size: 18px;
    font-weight: 700;
}

.when-should-buy-term .col-2 {padding-right: 0;}
.when-should-buy-term .custom-margin p {margin-bottom: 0px;}
.when-should-buy-term .subheading p{
    margin-bottom: 5px;
}
.when-should-buy-term .col-lg-10{padding-left: 0;}



.custom-card-margin{
    margin-block: 1rem;
}

.custom-bottom-margin{
    margin-top: 0;
    margin-bottom: 1rem;
}

.cardswithnumbersextended .custom-bottom-margin > h3{
    font-size: 22px;
    font-weight: 600;
}

.when-should-buy-term .custom-card-margin p{
    color: #233253;
    font-weight: 500;
}

.when-should-buy-term .light-font p{
    line-height: 20px;
    color: #8f8f8f;
    font-weight: 400;
}

@media screen and (min-width:767px){
    .when-should-buy-term .Extramargin{
        margin-top: 1rem;
    }
}

@media screen and (max-width:768px){
    .cardswithnumbersextended .when-should-buy-term{
        padding-block: 25px;
    }
    .when-should-buy-term .col-lg-2 {padding-right: 15px;margin-top: 15px;}
    .when-should-buy-term h3, .when-should-buy-term .col-lg-10{text-align: center;}
    .custom-bottom-margin > h3{margin-top: 10px; font-size: 1.2rem;}
    .cardswithnumbersextended .flex.numbercards{flex-direction: row; gap: 10px; align-items: center;}
    .cardswithnumbersextended .sec-title{font-size: 24px; padding-inline: unset;}
    .subheading{margin-bottom: 30px;}

    .cardswithnumbersextended .when-should-buy-term .custom-card-margin p{
        text-align: unset;
    }
    .cardswithnumbersextended .when-should-buy-term .numbercards .mobileAlign{
        width: 83%;
    }

    .cardswithnumbersextended .flex{
        gap: 0;
    }

    .cardswithnumbersextended .footnote{
        margin-top: unset;
    }

    .cardswithnumbersextended .custom-input{
        font-size: 16px;
        padding: 5px 11px;
    }

    .cardswithnumbersextended .custom-flex{
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .cardswithnumbersextended .custom-width{
        width: 100%;
    }

}
.cardswithnumbersextended .footnote p {
    color: #233253;
}
.cardswithnumbersextended .marginBtm {
    margin-bottom: 16px;
}
.cardswithnumbersextended .when-should-buy-term .custom-card-margin p {
    line-height: 20px;
    color: #454545;
    font-weight: 400;
}