/* RECALLING BOOTSTRAP CSS */
.benef-term-insu-plans .h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h3 {
    margin-bottom: 0.5rem;
}

.buyingtermplan .benef-term-insu-plans {
    padding: 50px 0px;
}

.benef-term-insu-plans p:nth-child(1) {
    margin-top: 0;
    margin-bottom: 1rem;
}

.benef-term-insu-plans p {
    font-size: 16px;
    line-height: 20px;
    color: #454545;
    font-weight: 300;
}

.buyingtermplan .img-fluid {
    width: auto;
}

/* *********************************************************************** */

/* Benefits of Buying Term Plan start */

.buyingtermplan .benefits h3 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 22px;
}

.note {
    color: #8a93a5;
    font-size: 12px;
    margin-top: 20px;
}

.benefits .row {
    margin-bottom: 30px;
}



@media screen and (max-width:480px) {
    .benefits .row {
        text-align: center;
    }

    .benefits .col-lg-10 {
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .buyingtermplan .benef-term-insu-plans.sec-spc-btm {
        padding-bottom: 20px;
    }

    .buyingtermplan .benef-term-insu-plans.sec-spc-top {
        padding-top: 20px;
    }

    .buyingtermplan .sec-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .buyingtermplan .listbulletElibility {
        padding-left: 10px;
    }
}

/* Benefits of Buying Term Plan end */
.termSectionCommon .addAccordion .buyingtermplan section {
    padding-block: 20px;
}

.buyingtermplan .content {
    margin-bottom: 20px;
}

.buyingtermplan .benefits {
    display: flex;
    flex-direction: column;
    gap: 30px;

}

.buyingtermplan .benefits-item {
    display: flex;
    gap: 2%;
}

.buyingtermplan .benefits-item-img {
    width: 18%;
}

.buyingtermplan .benefits-item-content {
    width: 80%;
}

@media screen and (max-width: 768px) {
    .buyingtermplan .benef-term-insu-plans {
        padding: 20px 0px;
    }

    .buyingtermplan .benefits-item {
        flex-direction: column;
        gap: 20px;
    }

    .buyingtermplan .benefits-item-img {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .buyingtermplan .benefits-item-content {
        width: 100%;
        text-align: center;
    }
}

/* version 2 css */
.buyingtermplan .version-2 .content p {
    margin-bottom: 10px;
}

.buyingtermplan .version-2 .benefits {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.buyingtermplan .version-2 .benefits-item {
    width: 48%;
    max-height: 1000px;
    flex: none;
    align-items: center;
    gap: 30px;
    transition: all 0.3s ease;
}

.buyingtermplan .version-2 .benefits-item-img {
    position: relative;
    flex: none;
    width: 145px;
    height: 145px;
    background: #D3FEFF;
    border: 10px solid #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px #00000040;
}

.buyingtermplan .version-2 .benefits-item-img img {
    width: 125px;
    height: auto;
}

.buyingtermplan .version-2 .benefits-item-img .count {
    color: #FFFFFF;
    background-color: #0463A5;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -15px;
    left: 0px;
}

.buyingtermplan .version-2 .benefits-item-content {
    width: 70%;
}

.buyingtermplan .version-2 .benefits-item-content h3,
.buyingtermplan .version-2 .benefits-item-content .title {
    color: #454545;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.buyingtermplan .version-2 .benefits-item-content p,
.buyingtermplan .version-2 .benefits-item-content .sub-title {
    color: #454545;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}

.buyingtermplan .cta-button {
    display: block;
    width: fit-content;
    font-size: 16px;
    font-weight: 600;
    background: #ed1c24;
    border: 1px solid #ed1c24;
    color: #fff;
    padding: 12px 20px;
    text-transform: uppercase;
    margin: 50px auto 0px auto;
    transition: all .3s ease;
    border-radius: .25rem;
    text-align: center;
}

.buyingtermplan .cta-button:hover {
    box-shadow: 0 8px 12px rgba(237, 28, 36, 0.2);
}

.buyingtermplan .viewMoreLessButton {
    border: none;
    background: transparent;
    color: #0056A5;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    width: max-content;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .buyingtermplan .viewMoreLessButton {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .buyingtermplan .version-2 .benefits {
        flex-direction: column;
        gap: 0px;
    }
    
    .buyingtermplan .version-2 .benefits-item.hid {
        overflow: hidden;
        max-height: 0px;
        margin-bottom: 0px;
    }

    .buyingtermplan .version-2 .benefits-item {
        width: 100%;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .buyingtermplan .version-2 .benefits-item:last-child {
        margin-bottom: 0px;
    }

    .buyingtermplan .version-2 .benefits-item-content {
        width: 100%;
        text-align: center;
    }
}