body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #004fac;
    font-weight: 700;
    font-family: 'poppins', sans-serif;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 13px;
    color: #666;
    font-weight: 400;
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    color: #FF9A4E
}

main {
    overflow: hidden;
    margin-top:-60px;
}

.main-header {
    margin-bottom: 0 !important;
}

header {
    background: #fff;
    margin-top: 0px !important;
    clear: both;
    padding: 5px 0px;
    align-items: center;
    box-shadow: 0px 5px 5px #0000001A;
    position: relative;
    z-index: 9;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 12px;
}

.max-width-ab {
    max-width: 1240px;
    margin: auto;
}

.header-logo img {
    max-height: 60px;
}

.join-fastest-growing {
    background-color: #f5f7ff;
    position: relative;
    margin: 4px 0;
    padding-bottom: 128px;
    width: 100%;
    display: inline-block;
    padding-bottom: 40px
}

    .join-fastest-growing h1 {
        text-align: center;
        color: #00AEEF;
        font-weight: 800;
        padding-top: 30px;
        padding-bottom: 10px;
        font-size: 30px;
    }

section.main-slider p {
    color: #333232;
}

section.main-slider img {
    border-radius: 5px;
}

.join-fastest-growing p {
    text-align: center;
    color: #333232;
    font-weight: 600;
    padding: 0 24%;
}

    .join-fastest-growing p span {
        color: #00AEEF
    }


.job-seaction-btn a {
    background: #f8ae1d;
    cursor: pointer;
    color: #fff;
    width: 300px;
    box-shadow: 0px 3px 21px 5px rgb(243 143 70 / 18%);
    margin: auto;
    border-radius: 15px;
    font-size: 18px;
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 243px;
    margin-top: 30px;
}

/* .value-core img.commitment-img.innovation-img-plus {
    margin-top: 17px;
} */
.form-section {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .form-section label {
        color: #333232;
    }

    .form-section select {
        color: gray;
    }

    .form-section .form-group.me-3 {
        width: 235px;
    }


    .form-section .btn-submit {
        background-color: #F2984C;
        border-color: #F2984C;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 13px;
        letter-spacing: 0.5px;
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 26px;
    }

    .form-section::before {
        content: "";
        position: absolute;
        width: 104px;
        height: 98px;
        bottom: 20px;
        left: 13%;
        background: url('../images/job1.png');
    }

    .form-section::after {
        content: "";
        position: absolute;
        width: 160px;
        height: 116px;
        bottom: 13px;
        right: 13%;
        background: url('../images/job2.png');
    }

.about-section {
    display: flex;
    margin-top: 40px;
}

.about-images {
    display: flex;
    align-items: flex-end;
    margin-right: 30px;
}

.about-item {
    padding: 10px;
}

    .about-item img {
        border-radius: 5px;
    }

.container.about-container {
    width: 900px;
}

.about-us h3 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    color: #333232;
    line-height: 30px;
}

.about-us p {
    color: #333232;
}

.about-us {
    padding-top: 10px;
}

    .about-us h4 {
        text-transform: uppercase;
        font-size: 1rem;
        color: #00AEEF;
        font-weight: 600;
    }

.about-section .about-us .read-more {
    display: block;
    margin-top: 15px;
    color: #00AEEF;
    font-weight: 600;
    cursor: pointer;
}

.about-group-content {
    display: flex;
    justify-content: center;
}

    .about-group-content .about-img img {
        height: auto;
        margin-right: 15px;
        width: 300px;
        border: transparent;
    }

.niva-bupa-core-value h3 {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 20px;
    color: #333232;
}

.niva-bupa-core-value .owl-carousel .owl-item img {
    width: inherit;
}

.niva-bupa-core-value .owl-carousel .owl-item .box-inner {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    min-height: 245px;
}

    .niva-bupa-core-value .owl-carousel .owl-item .box-inner h5 {
        font-weight: 600;
        color: #333232;
    }

    .niva-bupa-core-value .owl-carousel .owl-item .box-inner img {
        width: auto;
        display: inline-block;
        padding: 40px;
        box-sizing: border-box;
    }

#plus {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 15px;
    cursor: pointer;
    margin-top: 5px;
}

section.main-slider {
    margin-top: 80px;
    margin-bottom: 75px;
}

    section.main-slider h2 {
        text-align: center;
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 20px;
        color: #333232;
        line-height: 30px;
    }

    section.main-slider h3 {
        text-align: center;
        margin-bottom: 15px;
        font-weight: 600;
        font-size: 20px;
        color: #333232;
        line-height: 30px;
    }

.data {
    background-color: #00AEEF;
    text-align: center;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    display: none;
    border-radius: 5px;
    font-size: 13px;
    height: 100%;
}

    .data.innovation-section {
        background-color: #f8ae1d;
    }

    .data h5 {
        font-weight: 600;
        color: #fff !important;
        text-align: center;
        padding-top: 60px;
        font-size: 1rem;
        font-size: 1rem;
        text-transform: uppercase;
    }

    .data p {
        color: #fff !important;
        text-align: center;
    }

.value-core {
    position: relative;
    display: inline-block;
    margin: 5px;
    box-sizing: border-box;
    text-align: center;
}

    .value-core .commitment {
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 10px;
        width: 100%;
    }

    .value-core h6 {
        font-weight: 600;
        color: #fff;
        text-align: center;
        font-size: 1rem;
        text-transform: uppercase;
        padding: 35px 0;
        background-color: #00AEEF;
        margin-top: -70px;
    }

    .value-core p {
        color: #333232;
        text-align: center;
        font-size: 0.9rem;
        margin: 0;
    }

    .value-core .commitment-img {
        margin-top: 40px;
        display: inline-block;
    }

    .value-core .innovation-text {
        background-color: #f8ae1d;
    }

    .value-core .plus {
        padding: 0;
        margin: 0;
        position: absolute;
        right: 15px;
        cursor: pointer;
        margin-top: 5px;
    }

.regular .slick-dots li button:before {
    display: none;
}

.regular .slick-dots li button {
    /* background-color: #00AEEF; */
    background-color: #E1E6F3;
    height: 5px;
    padding: 0;
}

.regular li.slick-active button {
    background-color: #00AEEF;
}

.regular .slick-dots {
    bottom: -35px;
    display: none !important;
}


.main-slider .slick-dots li button:before {
    display: none;
}

.main-slider .slick-dots li button {
    /* background-color: #00AEEF; */
    background-color: #E1E6F3;
    height: 5px;
    padding: 0;
}

.main-slider li.slick-active button {
    background-color: #00AEEF;
}

.main-slider .slick-dots {
    bottom: -42px;
}

.box-plus h5 {
    padding-top: 70px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 18px;
}

.container.niva-bupa-core {
    margin-bottom: 45px;
}

.close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 15px;
    cursor: pointer;
    margin-top: 5px;
}

.box-plus p {
    color: #fff;
}

.niva-bupa-core-value .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 5px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}

.niva-bupa-core-value .owl-theme .owl-dots .owl-dot.active span {
    background: #00AEEF;
}


.niva-bupa-core-value .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}

.about-images.our-brand-philosophy.gap-3 {
    align-items: center;
    margin-right: 0;
}

.message-ceo-section {
    display: flex;
}

.message-ceo-industry {
    width: 30%;
}

    .message-ceo-industry h5 {
        font-size: 1rem;
        font-weight: 600;
        margin-top: 15px;
        margin-bottom: 5px;
    }

.message-ceo-section {
    display: flex;
    margin-top: 50px;
    justify-content: center;
}

.ceo-message-text {
    width: 52%;
    position: relative;
}

    .ceo-message-text::before {
        background-image: url(../images/quote-alt.png);
        background-repeat: no-repeat;
        background-size: 52%;
        background-position-y: 37px;
        background-size: 45%;
        content: "";
        width: 451px;
        height: 451px;
        position: absolute;
        left: -25px;
        z-index: -1;
    }

.message-ceo-industry p {
    font-size: 12px;
}

.message-ceo-industry img {
    background-color: #000;
    padding: 5px;
    border-radius: 50%;
}

.ceo-message-text h3 {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 20px;
    color: #333232;
}

.ceo-message-text p {
    color: #333232;
}

.ceo-message-text .read-more {
    display: block;
    margin-top: 15px;
    color: #00AEEF;
    font-weight: 600;
}

.our-culture-section h2 {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 24px;
    color: #333232;
}

.our-culture-reward {
    display: flex;
    position: relative;
    justify-content: center;
}

.our-culture-section p {
    text-align: center;
}

.our-culture-business-section {
    background-color: #00AEEF;
    height: 200px;
    position: relative;
    margin-top: -120px;
    z-index: -1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

    .our-culture-business-section p {
        color: #fff;
    }

.our-culture-section-programs {
    display: flex;
    justify-content: center;
}

.our-culture {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.our-culture-box {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    color: #fff;
    height: 100%;
}

.our-culture-item {
    display: flex;
    align-items: center;
    padding: 0 15px;
    height: 100%;
}

.our-culture-box p {
    width: 100%;
    color: #fff !important
}

.our-culture-reward .our-culture img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.our-culture-reward .plus {
    height: inherit;
    width: inherit;
}



.our-culture-reward .plus {
    position: absolute;
    height: 32px !important;
    width: 32px !important;
    right: 10px;
    cursor: pointer;
    margin-top: 10px;
    top: 0;
}

.testimonial-team {
    display: flex;
    flex-wrap: wrap;
}

.testimonial-section {
    margin-top: 50px;
}

.testimonial-say {
    width: 33%;
}

    .testimonial-say h5 {
        color: #00AEEF;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-size: 1rem;
        font-weight: 600;
    }

    .testimonial-say h3 {
        margin-bottom: 20px;
        text-transform: capitalize;
        font-weight: 600;
        font-size: 20px;
        color: #333232;
    }

    .testimonial-say .slick-dots li button:before {
        display: none;
    }

    .testimonial-say .slick-dots li button {
        /* background-color: #00AEEF; */
        background-color: #E1E6F3;
        height: 5px;
        padding: 0;
    }

    .testimonial-say li.slick-active button {
        background-color: #00AEEF;
    }

    .testimonial-say .slick-dots {
        text-align: left;
    }

.carousel-section li.slick-active button {
    background-color: #00AEEF;
}

.carousel-section .slick-dots li button:before {
    display: none;
}

.carousel-section .slick-dots li button {
    /* background-color: #00AEEF; */
    background-color: #E1E6F3;
    height: 5px;
    padding: 0;
}

.our-culture.our-culture-rewards .our-culture-item {
    padding-top: 30px;
}

.carousel-section li.slick-active button {
    background-color: #00AEEF;
}

.testimonial-say.youtube-play-secton {
    border: solid 1px #eee;
    border-radius: 5px;
    display: flex;
    padding: 20px;
    width: 75%;
}

.box {
    border: solid 1px #eee;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
}

.carousel-section .slick-dots {
    text-align: left;
}

.box img {
    margin-right: 10px;
}

.box-inner-youtube ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-bottom: 20px;
}

.testimonial-say.youtube-play-secton .youtube-play {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-youtube {
    margin-right: 20px;
}

.box-inner-youtube p span {
    color: #00000029;
    display: block;
}

.box-carousel {
    display: flex;
}

.carousel-section {
    width: 67%;
}

.main-box {
    position: relative;
}

    .main-box a.box-carousel-section {
        display: none;
    }

    .main-box:hover a.box-carousel-section {
        display: block;
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        height: 100%;
        top: 0;
        width: 96%;
    }

.box-carousel-section img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.youtube-play-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

    .youtube-play-text ul li {
        margin: 3px;
        cursor: pointer;
    }

        .youtube-play-text ul li:first-child {
            margin-left: 0;
        }

.youtube-play-text p {
    font-size: 14px;
}

    .youtube-play-text p span {
        color: #00000029;
        display: block;
    }

.social-media-section {
    border-top: dotted 1px #ada5a5;
    margin-top: 50px;
}

    .social-media-section .social-list {
        display: flex;
        justify-content: center;
        padding-top: 40px
    }

        .social-media-section .social-list ul {
            margin: 0;
            padding: 0;
            list-style: none;
            display: flex;
            align-items: center;
        }

.download-the-niva-bupa-now {
    display: flex;
    justify-content: center;
    margin: 35px 0;
}

.download-the-niva {
    width: 480px;
    height: 146px;
    background-color: #F9F9F9;
}

    .download-the-niva h5 {
        color: #777E8D;
        text-align: center;
        padding: 20px 0;
        padding-bottom: 14px;
    }

    .download-the-niva ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
    }

        .download-the-niva ul li {
            margin: 0 3px;
        }

.subject-insurance p {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: center;
    margin-bottom: 30px;
}

.copyright-section {
    background-color: #00A5EF;
}

    .copyright-section p {
        color: #fff;
        font-size: 1rem;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 0;
    }

.about-us-modal .modal-header {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

    .about-us-modal .modal-header .modal-title {
        text-transform: uppercase;
        font-size: 1rem;
        color: #00AEEF;
        margin-bottom: 10px;
        margin-top: 12px;
    }

.about-us-modal .modal-body {
    padding-top: 0;
    margin-top: 0;
}

    .about-us-modal .modal-body h3 {
        font-weight: 600;
        font-size: 24px;
        color: #333232;
        margin-bottom: 15px;
    }

    .about-us-modal .modal-body p {
        color: #333232;
        font-size: 14px;
    }

.about-us-modal .btn-close {
    background-image: url('../images/close-circle-modal.png');
    background-size: 40px 40px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

.modal-content.about-us-modal {
    border-radius: 0;
}


.download-app {
    background: #f2f2f2;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 420px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 45px 0px;
}

    .download-app a {
        flex-basis: 33%;
    }

        .download-app a img {
            width: 100%;
        }



.download-app {
    background: #f2f2f2;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 45px 0px;
}

    .download-app h5 {
        flex-basis: 100%;
        font-size: 21px;
        color: #303030
    }

    .download-app a {
        flex-basis: 33%;
    }

        .download-app a img {
            width: 100%
        }

.socailTags.mt-1.d-flex {
    align-items: center;
}

.copyright-row {
    background-color: #01aef0;
    font-weight: 500;
    color: #ffffff;
}


.footer-menu-ab {
    padding-top: 40px;
}

.fm-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.menu-list-wrap {
    flex-grow: 1;
    flex-basis: 0;
    padding: 0px 10px 0px 0px;
}

    .menu-list-wrap h6 {
        color: #2c2c2c;
        font-weight: 600;
        text-transform: uppercase;
    }

    .menu-list-wrap ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .menu-list-wrap ul li {
            list-style: none;
            margin: 10px 0px 0px 0px;
            display: block
        }

            .menu-list-wrap ul li a {
                line-height: 19px;
                font-size: 1rem;
                color: #2c2c2c;
                font-weight: 400;
            }

                .menu-list-wrap ul li a:hover {
                    color: #fcae13;
                }

.hdr-menu-ab {
    position: relative;
}

.socailTags img {
    width: 40px
}

.hide-ab {
    display: none;
}

.testimonial-slider-section h3 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 24px;
    color: #333232;
}

.testimonial-slider-section p {
    text-align: center;
    margin-bottom: 40px;
    font-size: 14px;
    color: #333232;
}

.star__ratings.fill {
    color: #ff9a4e;
}

h6.text-center.customer__review__cta--container a {
    font-size: 20px;
    color: #333232;
    border-bottom: 2px solid #2c2c2c;
    display: inline-block;
    font-weight: 500;
    line-height: 12px;
}

.download-app-niva-pupa {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.modal-content.modal-vdo-popup .modal-body {
    padding: 0;
}

    .modal-content.modal-vdo-popup .modal-body button.btn-close {
        position: absolute;
        top: 3px;
        right: 3px;
        width: 20px;
        height: 20px;
        opacity: 1;
        border: 1px solid #fff;
        border-radius: 4px;
        z-index: 9999;
        color: #fff;
        background: none;
    }









.clsoldleftsidebar {
    width: 72%;
    margin-right: 20px;
}
/* 9 may 2024 start here css */
.renew-family-tensure-page {
    padding: 25px 15px;
}

.plan-name-section {
    display: flex;
    justify-content: space-between;
}

    .plan-name-section .plan-name h5 {
        color: #333232;
        font-size: 20px;
    }

    .plan-name-section .plan-name p {
        color: #7A7A7A;
        font-size: 14px;
    }

.plan-name-policy-number {
    display: flex;
}

    .plan-name-policy-number .planto-icon span {
        width: 40px;
        height: 40px;
        background-color: rgba(170, 169, 169, 0.2);
        border-radius: 6px;
        display: inline-block;
        line-height: 40px;
        text-align: center;
    }

    .plan-name-policy-number .policy-number p {
        margin: 0;
        font-size: 14px;
        color: #4C4C4C;
    }

        .plan-name-policy-number .policy-number p span {
            letter-spacing: 0px;
            color: #3376F6;
            font-size: 14px;
            font-weight: 600;
        }

    .plan-name-policy-number .planto-icon {
        margin-right: 15px;
    }

.health-companion-section {
    display: flex;
    margin-top: 10px;
}

.health-companion-leftsidbar {
    width: 72%;
    margin-right: 20px;
}

.health-companion-rightsidbar {
    width: 28%;
    position:relative;
}

.health-companion-sum-assured {
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0px 8px 24px #00000029;
    opacity: 1;
    margin-bottom: 10px;
}

    .health-companion-sum-assured .user-name p {
        color: #7A7A7A;
        font-size: 14px;
        margin: 0;
    }

.health-policy.years-total {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.health-companion-sum-assured .user-name p span {
    color: #333232;
    display: inline-block;
    margin-top: 3px;
    font-weight: 600;
}



.health-companion-rightsidbar .health-policy-custom-checkbox ul li p {
    margin-bottom: 0;
    padding-left: 30px;
}

.health-companion-rightsidbar .health-companion-sum-inner {
    margin-bottom: 14px;
}

.health-companion-sum-inner .health-policy p {
    color: #4C4C4C;
    font-weight: 300;
    font-size: 14px;
}

    .health-companion-sum-inner .health-policy p span {
        font-size: 12px;
        font-weight: 600;
    }
.clstotalprem {
    color: #4C4C4C !important;
    font-weight: 600 !important;
    font-size: 17px !important;
}
.health-companion-sum-inner .health-policy {
    width: 33.333333%;
}

.health-companion-sum-assured.eligible-reAssure-members {
    padding: 0;
}

    .health-companion-sum-assured.eligible-reAssure-members .health-companion {
        background-color: #FF9A4E33;
        width: 220px;
        padding: 10px;
        position: relative;
        border-top-left-radius: 10px;
        margin-bottom: 5px;
    }

        .health-companion-sum-assured.eligible-reAssure-members .health-companion::after {
            content: "";
            width: 0;
            height: 0;
            border-top: 19px solid transparent;
            border-right: 30px solid #fff;
            border-bottom: 19px solid transparent;
            position: absolute;
            right: 0;
            top: 0;
        }

        .health-companion-sum-assured.eligible-reAssure-members .health-companion p {
            margin-bottom: 0;
            color: #FF9A4E;
            font-size: 12px;
            font-weight: 600;
        }
.health-companion-sum-inner {
    border: 1px solid #F2EFEF;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    position: relative;
}
.migdownmsgdiv {
    padding: 0px;
}
.migdowninnerdiv {
    padding: 10px;
}
.migdownmsg {
    background-color: #eecdcd;
    padding: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    /* border: 1px solid #f68d8d; */
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    justify-content: center;
}

    .migdownmsg p {
        font-size: 11px;
        color: #7A7A7A;
        margin-bottom: 0;
        padding-right: 10px;
    }
.health-companion-sum-assured.eligible-reAssure-members .reduce-your-medical-expense {
    background-color: #26C78926;
    border-radius: 5px;
    padding: 8px;
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

        .health-companion-sum-assured.eligible-reAssure-members .reduce-your-medical-expense img {
            margin-right: 15px;
        }

        .health-companion-sum-assured.eligible-reAssure-members .reduce-your-medical-expense p {
            font-size: 12px;
            color: #26C789;
            margin-bottom: 0;
            padding-right: 10px;
        }

    .health-companion-sum-assured.eligible-reAssure-members .reduce-your-medical-style ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-left: 5px;
    }

        .health-companion-sum-assured.eligible-reAssure-members .reduce-your-medical-style ul li {
            background-image: url("../images/check.svg");
            background-repeat: no-repeat;
            list-style-type: none;
            width: 50%;
            padding-left: 35px;
            font-size: 12px;
            color: #4C4C4C;
            margin-bottom: 10px;
            background-position: left;
        }

    .health-companion-sum-assured.eligible-reAssure-members .reduce-your-medical-style {
        padding: 0 10px;
        padding-bottom: 10px;
    }



.health-policy-custom-checkbox ul li.checked {
    background: #888;
    color: #fff;
    text-decoration: line-through;
}

    .health-policy-custom-checkbox ul li.checked::before {
        content: '';
        position: absolute;
        border-color: #fff;
        border-style: solid;
        border-width: 0 2px 2px 0;
        top: 10px;
        left: 16px;
        transform: rotate(45deg);
        height: 15px;
        width: 7px;
    }

.health-policy-custom-checkbox .container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .health-policy-custom-checkbox .container-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.health-policy-custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: solid 2px #AAA9A9;
    background-color: #fff;
    border-radius: 50%
}

.health-policy-custom-checkbox .container-checkbox:hover input ~ .checkmark {
    background-color: transparent;
}

.health-policy-custom-checkbox .container-checkbox input:checked ~ .checkmark {
    border-color: #FF9A4E;    
}

.health-policy-custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.health-policy-custom-checkbox .container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.health-policy-custom-checkbox .container-checkbox .checkmark:after {
    left: 6px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid #FF9A4E;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.health-policy-custom-checkbox ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.health-policy-custom-checkbox {
    position: absolute;
    right: 0;
    top: 0;
}

.health-companion-sum-inner-section {
    padding: 10px;
}

.health-companion-rightsidbar {
    background-color: #fff;
}

    .health-companion-rightsidbar .health-policy-custom-checkbox {
        position: inherit;
    }

    .health-companion-rightsidbar .health-companion-sum-inner .health-policy {
        width: 50%;
    }

    .health-companion-rightsidbar .health-policy-custom-checkbox .container-checkbox {
        font-size: 12px;
        color: #4C4C4C;
        padding-top: 5px;
    }

.paybtn-pay-now {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .paybtn-pay-now .btn.btn-primary {
        background-color: #FFAF14;
        border-color: #FFAF14;
        border-radius: 5px;
        font-size: 16px;
        font-weight: 600;
        width: 100%;
    }

.congratulation-section .gift-logo {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}

.congratulation-section .congratulation-base {
    background-color: #FFF7CB;
    border-left: solid 4px #FFBD8B;
    border-right: solid 4px #FFBD8B;
    margin-bottom: 15px;
}

    .congratulation-section .congratulation-base p {
        font-size: 12px;
        margin-bottom: 0;
        color: #7A7A7A;
        padding: 15px;
        text-align: center;
	padding-left: 0px;
    }

        .congratulation-section .congratulation-base p span {
            font-weight: 600;
        }

.policy-sum-assured-pop {
    display: flex;
    border: 1px solid #F2EFEF;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;
    padding-bottom: 5px;
}

    .policy-sum-assured-pop p {
        margin-bottom: 0;
    }

    .policy-sum-assured-pop .policy-sum {
        width: 33.33333%;
    }

        .policy-sum-assured-pop .policy-sum p {
            color: #7A7A7A;
            padding-bottom: 10px;
        }

            .policy-sum-assured-pop .policy-sum p span {
                font-weight: 600;
            }

.congratulation-section .yes-agree-btn {
    display: flex;
    margin-bottom: 15px;
}

    .congratulation-section .yes-agree-btn .want-btn {
        width: 47%;
        margin-right: 15px;
        border: 1px solid #EFEFEF;
        color: #0F1419;
        font-size: 16px;
        font-weight: 600;
        background-color: #F8F8F8;
        border-radius: 10px;
    }

    .congratulation-section .yes-agree-btn .yes-btn {
        width: 50%;
        border: 1px solid #FEAE19;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 600;
        background-color: #FEAE19;
        border-radius: 10px;
    }

        .congratulation-section .yes-agree-btn .yes-btn .btn-check:focus + .btn-secondary, .btn-secondary:focus {
            box-shadow: none;
        }

    .congratulation-section .yes-agree-btn .want-btn .btn-check:focus + .btn-secondary, .btn-secondary:focus {
        box-shadow: none;
    }

.congratulation-section .close-btnpop {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    top: 0;
    right: 0;
}

    .congratulation-section .close-btnpop .btn-close {
        border-radius: 50%;
        opacity: .5;
        background-color: #e7e0e0;
        font-size: 12px;
        padding: 8px;
        margin: 10px;
    }

.congratulation-section .modal-content {
    border-radius: 16px;
}

.seure-well-being {
    background-color: #04aced;
    border: solid 1px #4ac7f5;
}

    .seure-well-being .seure-well-inner {
        display: flex;
        align-items: center;
        padding-left: 55px;
    }

        .seure-well-being .seure-well-inner p {
            margin-bottom: 0;
            color: #fff;
            margin-left: 15px;
        }

            .seure-well-being .seure-well-inner p span {
                color: #f6e710;
                font-weight: 600;
            }

;

.recommended {
    display: none;
}

.save-mb {
    color: #06AEF0 !important;
    font-size: 12px !important;
    margin-bottom: 0px !important;
}
.choose-grtPrem {
    background-color: #26C78926;
    padding: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}
.choose-lessPrem {
    background-color: #26C78926;
    padding: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

.health-companion-rightsidbar .health-companion-sum-inner.active {
    border-color: #FEAE19;
}

    /*.health-companion-rightsidbar .health-companion-sum-inner.active::after {
        
        position: absolute;
        width: 118px;
        top: -13px;
        height: 24px;
        color: #26C789;
        font-size: 12px;
        border-radius: 7px;
        background-color: #D5F6EE;
        text-align: center;
        line-height: 24px;
    }*/

.recomicon {
    
    position: absolute;
    width: 118px;
    top: -10px;
    height: 20px;
    color: #26C789;
    font-size: 11px;
    border-radius: 7px;
    background-color: #D5F6EE;
    text-align: center;
    line-height: 21px;
}
.congiconG {
    width: 98px;
    top: 87px;
    height: 20px;
    color: #26C789;
    font-size: 11px;
    border-radius: 7px;
    background-color: #D5F6EE;
    text-align: center;
    line-height: 21px;
    position: absolute;
    right: 16px;
}
.congiconE {
    width: 114px;
    top: 187px;
    height: 20px;
    color: #26C789;
    font-size: 11px;
    border-radius: 7px;
    background-color: #D5F6EE;
    text-align: center;
    line-height: 21px;
    position: absolute;
    right: 16px;
}

/*.view-breakup-mobile {
    display: none;
}*/

.health-companion-leftsidbar .health-companion-sum-inner.active {
    border-color: #FEAE19;
}

.health-companion-rightsidbar .yearbtn-select {
    /*border: solid 1px #C5C3C3;*/
    padding: 10px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    margin-bottom: -10px;
    margin-top: -10px;
    padding-left: 0;
}
.health-companion-rightsidbar .yearbtn-select span {   
    padding-left: 12px;
}
.health-companion-rightsidbar .view-break-years p {
    margin: 0;
    color: #4C4C4C;
    font-size: 10px;
}

.health-companion-rightsidbar .view-break-years span {
    color: #06AEF0 !important;
    font-size: 12px !important;
    font-weight: 600;
    cursor: pointer;
}

.premium-show-inclusive p {
    font-size: 10px;
    color: #7A7A7A;
    padding-top: 5px;
}

.health-companion-sum-assured-members {
    display: flex;
    justify-content: space-between;
}
.health-companion-sum-assured-membersinner {
    display: flex;
    justify-content: space-between;
}
.summary-modal-dialog-content {
    padding: 10px;
    border-top: solid 1px #CECECE;
    padding-left: 0;
    padding-right: 0;
}

    .summary-modal-dialog-content .summary-modal {
        display: flex;
        justify-content: space-between;
        padding: 1px 0;
    }

        .summary-modal-dialog-content .summary-modal p {
            margin: 0;
            color: #4C4C4C;
            font-size: 11px;
            font-weight: 600;
        }

            .summary-modal-dialog-content .summary-modal p span {
                color: #7A7A7A;
                font-weight: 400;
            }

.summary-header h5 {
    color: #333232;
    font-size: 14px;
}

.summary-modal-dialog-total {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    background-color: #06AEF029;
    padding: 13px;
}

    .summary-modal-dialog-total .summary-modal-dialog-text p {
        margin: 0;
        color: #06AEF0;
        font-size: 12px;
    }
    .clsddldeductibllenew{
        width:30%!important;
    }
@media only screen and (max-width: 768px) {
    .clsddldeductibllenew{
        width:100%!important;
    }
    .seure-well-being .seure-well-inner {
        display: flex;
        align-items: center;
	padding-left: 0px;
    }
    .clsoldleftsidebar {
        width: 100%;
        margin-right: 20px;
    }
    .congiconG {
        width: 98px;
        top: 85px;
        height: 20px;
        color: #26C789;
        font-size: 11px;
        border-radius: 7px;
        background-color: #D5F6EE;
        text-align: center;
        line-height: 21px;
        position: absolute;
        right: 16px;
    }

    .congiconE {
        width: 114px;
        top: 180px;
        height: 20px;
        color: #26C789;
        font-size: 11px;
        border-radius: 7px;
        background-color: #D5F6EE;
        text-align: center;
        line-height: 21px;
        position: absolute;
        right: 16px;
    }
    
    .health-companion-sum-assured.health-companion-sum-assured-members {
        display: flex;
        justify-content: space-between;
        flex-basis: 50%;
        flex-wrap: wrap;
    }

    .user-name {
        flex-basis: 100%;
        margin-bottom: 20px;
    }

    .seure-well-being .seure-well-inner p {
        font-size: 12px;
    }

    .plan-name-section {
        flex-wrap: wrap;
    }

        .plan-name-section .plan-name {
            margin-bottom: 15px;
        }

    .health-companion-rightsidbar {
        width: 100%;
        padding-bottom: 100px;
    }

    .health-companion-leftsidbar {
        width: 100%;
    }

    .health-companion-section {
        flex-direction: column;
    }

    .health-companion-sum-assured.eligible-reAssure-members .reduce-your-medical-style ul li {
        width: 100%;
    }

    .health-companion-sum-assured.eligible-reAssure-members .reduce-your-medical-style {
        margin-top: 10px;
    }

    .health-companion-sum-inner .health-policy {
        width: 50%;
    }

    .health-companion-sum-inner {
        flex-wrap: wrap;
    }

    p.save-mb {
        color: #06AEF0 !important;
        display: block;
        font-weight: 600 !important;
    }

    /*.paybtn-pay-now {
        display: none;
    }*/

    .view-breakup-mobile {
        box-shadow: 0px 8px 24px #00000029;
        border: 1px solid #F2EFEF;
        border-radius: 10px;
        /* display: flex; */
        /* justify-content: space-between; */
        position: fixed;
        width: 96%;
        padding: 5px;
        bottom: 0px;
        background-color: #fff;
        left: 10px;
        right: 0px;
    }

        .view-breakup-mobile .view-break button.btn.btn-secondary.next-btn {
            background-color: #FFAF15;
            border-color: #FFAF15;
            display: flex;
            width: 149px;
            padding: 7px;
            justify-content: center;
            align-items: center;
            gap: 16px;
            font-size: 13px;
            font-style: normal;
            font-weight: 500;
            line-height: 24px;
            letter-spacing: 0.24px;
        }

    .congratulation-section .yes-agree-btn .want-btn {
        margin-bottom: 15px;
        width: 100%;
    }

    .congratulation-section .yes-agree-btn {
        flex-direction: column;
    }

        .congratulation-section .yes-agree-btn .want-btn {
            width: 100%;
        }

        .congratulation-section .yes-agree-btn .yes-btn {
            width: 100%;
        }

    .policy-sum-assured-pop {
        flex-wrap: wrap;
    }

        .policy-sum-assured-pop .policy-sum {
            width: 50%;
        }

    .policy-sum.policy-sum1 {
        display: flex;
        justify-content: space-between;
        width: 100%;
        background-color: #F8F8F8;
        padding: 15px;
        align-items: center;
        margin-bottom: 10px;
    }

        .policy-sum.policy-sum1 p {
            margin-bottom: 0;
            padding-bottom: 0;
        }
}

@media only screen and (max-width: 514px) {
    .plan-name-policy-number {
        margin-bottom: 20px;
    }

    .plan-name-section {
        flex-direction: column;
    }

    .health-policy.health-policy-mb {
        width: 100%;
        display: flex;
        justify-content: space-between;
        background-color: #F8F8F8;
        padding: 15px;
        align-items: center;
    }

        .health-policy.health-policy-mb p {
            margin-bottom: 0;
        }

    .health-companion-sum-inner .health-policy p {
        font-size: 12px;
        color: #7A7A7A;
        font-weight: 300;
    }    

        .health-companion-sum-inner .health-policy p span {
            font-size: 12px;
            color: #333232;
            font-weight: 600;
        }
    .save-mb span {
        color: #06AEF0 !important;
        font-size: 12px !important;
        margin-bottom: 0px !important;
    }
    .choose-grtPrem {
        background-color: #26C78926;
        padding: 10px;
        display: flex;
        align-items: center;
        margin-bottom: 2px;
    }
    .choose-lessPrem {
        background-color: #26C78926;
        padding: 10px;
        display: flex;
        align-items: center;
        margin-bottom: 2px;
    }
    .clstotalprem {
        color: #4C4C4C !important;
        font-weight: 600 !important;
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 390px) {
    .seure-well-being .seure-well-inner p {
        font-size: 11px;
    }
}

/***********START 05-09-2024**************/
.renewal_g-ab {
    position: relative;
    margin-top: 30px;
}

.nomneeDtl-ab {
    font-size: 12px;
    /*position: absolute;*/
    right: 15px;
    display: flex;
    top: -28px;
    gap: 6px;
    font-weight: bold;
    justify-content: right;
    align-items: center;
    color: #666;
}

    .nomneeDtl-ab p {
        margin-bottom: 0;
    }



.eycFldWrap-ab {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 30px;
    margin-top: 30px;
}

.eycFld {
    flex-basis: 48%;
    display: flex;
    flex-direction: column;
}

    .eycFld label {
        font-size: 12px;
    }

.eycinptFld-ab {
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 9px;
    font-size: 14px;
    height: 40px;
}



@media (max-width:480px) {

    .eycFldWrap-ab {
        flex-direction: column;
        gap: 15px;
    }
}
/***********END 05-09-2024**************/



/* 26 sep */
.congratulation-gift-section .sum-insure {
    display: flex;
    align-items: center;
}

.congratulation-section.congratulation-gift-section .congratulation-header-section .sum-insure .insured h5 {
    color: #303030;
    margin-bottom: 3px;
}

.congratulation-section.congratulation-gift-section .congratulation-header-section .sum-insure .insured p {
    color: #7A7A7A;
}

.congratulation-section.congratulation-gift-section .current-sum-insured h6 {
    color: #303030;
    font-size: 16px;
    margin-top: 15px;
}

.congratulation-section.congratulation-gift-section .current-sum-insured .policy-sum-assured-pop {
    border: 1px solid #48484890;
    background-color: #F1F2F3;
    font-family: "Rubik", sans-serif;
}

    .congratulation-section.congratulation-gift-section .current-sum-insured .policy-sum-assured-pop .policy-sum p {
        font-weight: 600;
    }

        .congratulation-section.congratulation-gift-section .current-sum-insured .policy-sum-assured-pop .policy-sum p span {
            font-weight: 600;
            color: #333232;
        }

.congratulation-section.congratulation-gift-section .congratulation-base {
    background-color: #FCEFEA;
    display: flex;
    align-items: center;
}

    .congratulation-section.congratulation-gift-section .congratulation-base img {
        margin-left: 0px;
    }

.congratulation-section.congratulation-gift-section .suggested-sum-insured h6 {
    color: #303030;
    font-size: 16px;
    margin-top: 15px;
}

.congratulation-section.congratulation-gift-section .congratulation-base p {
    text-align: left;
}

    .congratulation-section.congratulation-gift-section .congratulation-base p span {
        color: #F47920;
    }
.gift {
    padding-right:10px;
}
.health-companion-leftsidbar.newleftsidebar .clsoldleftsidebar {
    width: initial;
    margin-right: initial;
}



/*Date 20-10-2025*/

.health-companion-sum-assured.eligible-reAssure-members .reduce-your-medical-expense {
    margin-left: 10px;
    margin-right: 10px;
}

.health-companion-sum-assured.eligible-reAssure-members .reduce-your-medical-style ul {
    gap: 10px;
    justify-content: space-between;
}

    .health-companion-sum-assured.eligible-reAssure-members .reduce-your-medical-style ul li {
        width: 48%;
    }

.declaration-text .container3 .checkmark3mig:after {
    left: 5px !important;
    top: 1px !important;
    width: 5px !important;
    height: 9px !important;
}

.congratulation-section .yes-agree-btn {
    justify-content: center;
}
