﻿body {
    margin: 0;
    padding: 0px;
    font-family: Arial, sans-serif;
}

section {
    margin-bottom: 50px;
}

.layout-full-width{
    width :100%;
}
/* Navbar/header */
.flex-btn {
    display: flex;
    justify-content: flex-end;
}

.verify-btn {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    height: 46px;
    width: 200px;
    border-radius: 8px;
    background-color: #2947A3;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.ndlm-btn {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    height: 46px;
    width: 200px;
    border-radius: 8px;
    background-color: #2947A3;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.save-btn {
    font-size: 16px;
    font-weight: 700;
    color: #2947A3;
    height: 46px;
    width: 200px;
    border-radius: 8px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #2947A3;
    margin-right: 24px;
}

.registration-modal .modal-title {
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    text-align: center;
}

.flex-regi {
    display: flex;
    align-items: center;
}

.form-control-info {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #767575;
    background-color: #F3F3F3;
    width: 100%;
    padding: 0 16px;
}


.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #2947A3;
    margin-bottom: 0px;
    padding: 10px 20px;
}

.top-bar-hompage {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
    padding: 10px 20px;
}

.social-icons img {
    width: 20px;
    margin-right: 20px;
}

.logo-text p {
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
}

.last-update {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #555;
}

    .last-update p {
        margin-bottom: 0px;
        cursor: pointer;
        font-size: 12px;
        font-weight: 600;
        color: #ffffff;
    }

    .last-update img {
        margin-left: 16px;
    }

.language-icon {
    font-size: 18px;
    margin-left: 10px;
}

.auth-buttons {
    display: flex;
    gap: 12px;
}

.register-btn,
.login-btn {
    padding: 5px 15px;
    border: 1px solid #003B9A;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

.register-btn {
    background-color: #fff;
    color: #003B9A;
    height: 40px;
    width: 126px;
    font-size: 16px;
    font-weight: 600;
}

.login-btn {
    background-color: #003B9A;
    height: 40px;
    width: 126px;
    color: #fff;
}


.nav-bar {
    margin-bottom: 50px;
}

    .nav-bar .bg {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        background-color: #d6ebc6;
        padding: 10px 0;
        text-align: center;
        border-radius: 50px;
        padding: 10px 30px;
    }

        .nav-bar .bg li a {
            cursor: pointer;
            font-size: 14px;
            color: #000;
        }

        .nav-bar .bg li .active {
            color: #003B9A;
            font-weight: 600;
        }


        .nav-bar .bg li.active {
            font-weight: bold;
            color: #003B9A;
        }

        .nav-bar .bg a {
            text-decoration: none !important;
        }

.banner-container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* Navbar/header */



/* Banner Section */
.cards-container {
    column-count: 3;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-gap: 1rem;
    width: 50%;
}

.card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.cards-container .card img {
    width: 320px;
    height: 330px;
    object-fit: cover;
}

.note-heading-news {
    display: flex;
    align-items: center;
}

.card1 {
    height: 299px;
}

.card2 {
    height: 240px;
}

.card3 {
    height: 202px;
}

.card4 {
    height: 262px;
}

.card5 {
    height: 322px;
}

.card6 {
    height: 360px;
}

.text-card {
    padding: 20px;
}

    .text-card h3 {
        margin-top: 0;
        font-size: 18px;
        font-weight: bold;
    }

    .text-card p {
        margin: 10px 0 0;
        font-size: 14px;
    }

.green {
    background-color: #e4fce7;
}

.purple {
    background-color: #eee9fd;
}

.peach {
    background-color: #ffece6;
}

.hero-section {
    max-width: 500px;
}

    .hero-section h1 {
        font-size: 52px;
        font-weight: 400;
        line-height: 1.4;
        color: #000;
    }

    .hero-section .highlight {
        font-weight: 600;
        background: linear-gradient(95.38deg, #497831 0%, #2947A3 155.61%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .hero-section p {
        font-size: 16px;
        color: #333;
        margin: 20px 0;
    }

.hero-button {
    padding: 10px 20px;
    background-color: #1a3d9c;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
}
/* Banner Section */

.lineslide-wrapper {
    height: 70px;
    background-color: #FBF4EE;
    display: flex;
    align-items: center;
    padding: 12px 24px;
}

    .lineslide-wrapper h5 {
        margin-bottom: 0px;
        margin-right: 20px;
        font-size: 20px;
        font-weight: 700;
        color: #000000;
    }

    .lineslide-wrapper .martext {
        font-size: 14px;
        font-weight: 400;
        color: #000000;
    }

    .lineslide-wrapper h6 {
        margin-bottom: 0px;
        margin-left: 20px;
    }


/* Insurance Step */
.insurance-steps {
    text-align: center;
    padding: 4rem 1rem;
    background-color: #fff;
}

    .insurance-steps h2 {
        font-size: 40px;
        font-weight: 700;
        color: #000000;
        margin-bottom: 30px;
    }

    .insurance-steps p {
        font-size: 20px;
        font-weight: 400;
        color: #555;
        margin-bottom: 50px;
    }

.steps-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.step-card {
    background-color: #F8F8F8;
    padding: 2rem;
    border-radius: 1rem;
    max-width: 300px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    text-align: center;
    transition: transform 0.3s ease;
}

    .step-card:hover {
        transform: translateY(-5px);
    }

    .step-card img {
        width: 100px;
        margin-bottom: 40px;
    }

    .step-card h3 {
        font-size: 24px;
        font-weight: 600;
        color: #000000;
        margin-bottom: 40px
    }

    .step-card p {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0px;
        color: #444;
    }

/* Insurance Step */

/* Primimum Calculate */

.calculator {
    position: relative;
    flex: 1;
    padding: 0 120px 104px 155px;
    background: #F8F8F8;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

    .calculator .calculate-headding-wrap h2 {
        padding-top: 100px;
        text-align: center;
        font-size: 40px;
        font-weight: 700;
        color: #000000;
        margin-bottom: 30px;
    }

    .calculator .calculate-headding-wrap p {
        margin: 0 0 2rem;
        color: #555;
        text-align: center;
        margin-bottom: 50px;
        font-size: 20px;
        font-weight: 400;
    }

.form-section label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #000000B2;
}

.primium-calculte-wrap {
    padding-left: 50px;
}

.form-range-slider {
    width: 100%;
    margin: 24px auto;
    position: relative;
}

    .form-range-slider .slider-labels {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.slider-ticks {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 8px;
    pointer-events: none;
}

    .slider-ticks span {
        position: absolute;
        width: 1px;
        height: 10px;
        background: #999;
        top: 13px;
        transform: translateX(-24%);
    }

.slider-labels {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    font-size: 14px;
    color: #999;
}

.form-range-slider .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: linear-gradient(to right, #4caf50 0%, #1e3c72 0%, #eee 0%, #eee 100%);
    outline: none;
}

    .form-range-slider .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #fff;
        border: 2px solid #999;
        cursor: pointer;
        margin-top: -5px;
        box-shadow: 0 0 2px #999;
    }

    .form-range-slider .slider::-moz-range-thumb {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #fff;
        border: 2px solid #999;
        cursor: pointer;
        box-shadow: 0 0 2px #999;
    }

.form-section label:last-child {
    margin-bottom: 0px;
}

.form-feild-section {
    padding: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 24px;
    height: 73px;
}

.form-section select,
.form-section input {
    width: 100%;
    padding: 0;
    margin-top: 3px;
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 700;
}

    .form-section select option {
        padding: 10px !important;
    }

    .form-section select:focus-visible {
        border: none;
        outline: none;
    }

.premium-card {
    flex: 1;
}

.premium-box {
    width: 370px;
    height: 563px;
    background: white;
    margin-left: 100px;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

    .premium-box h3 {
        font-size: 24px;
        font-weight: 400;
        margin-top: 0;
        color: #373737;
    }

.price {
    font-size: 48px;
    margin: 0.5rem 0;
    font-weight: 700;
    background: linear-gradient(95.38deg, #497831 0%, #2947A3 155.61%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.info {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.details p {
    margin: 0.3rem 0;
    color: #444;
}

.note {
    margin-top: 1.5rem;
    padding: 1rem;
    background: #fff7e6;
    color: #a67c00;
    border-radius: 6px;
    font-size: 0.9rem;
}

.calculator::before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -545px;
    height: 950px;
    width: 932px;
    background: #C5E0B8;
    border-radius: 50%;
    z-index: 1;
}

.z-in-2 {
    z-index: 2;
}

.w10000 {
    width: 1000px;
    margin: auto;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/arrow_select.svg) no-repeat right 1rem center;
    background-color: #fff;
    padding-right: 3rem;
    border: 1px solid #ccc;
    border-radius: 6px;
}
/* Primimum Calculate */


/* Our Mission */
.our-section h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
}

.our-section p {
    margin-bottom: 50px;
    color: #555;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

.target-section {
    padding: 4rem 1rem 0 1rem;
    position: relative;
}

.target-wrapper {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}

.target-section {
    background-image: url(../images/bacground-target.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 80px;
}

.target-image {
    width: 100%;
    max-width: 450px;
    display: block;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}


/* Goals */
.goal {
    position: absolute;
    max-width: 250px;
    background-color: #fff;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    height: 80px;
    z-index: 2;
}

    .goal .dot1 {
        width: 32px;
        height: 32px;
        background-color: #02b293;
        border-radius: 50%;
        position: absolute;
        left: -15px;
        top: 25px;
        flex-shrink: 0;
    }

    .goal .dot2 {
        width: 32px;
        height: 32px;
        background-color: #02b293;
        border-radius: 50%;
        position: absolute;
        left: -15px;
        top: 25px;
        flex-shrink: 0;
    }

    .goal .dot3 {
        width: 32px;
        height: 32px;
        background-color: #02b293;
        border-radius: 50%;
        position: absolute;
        right: -15px;
        top: 25px;
        flex-shrink: 0;
    }

    .goal .dot4 {
        width: 32px;
        height: 32px;
        background-color: #02b293;
        border-radius: 50%;
        position: absolute;
        right: -15px;
        top: 25px;
        flex-shrink: 0;
    }

/* Positioning */
.top-right {
    top: 40px;
    right: 100px;
    transform: translate(50%, -50%);
}

    .top-right p {
        text-align: left;
        padding-left: 15px;
        margin-bottom: 0px;
    }

.right-center {
    bottom: 100px;
    right: 76px;
    transform: translate(50%, -50%);
}

.left-center {
    top: 30%;
    left: 90px;
    transform: translate(-50%, -50%);
}

    .left-center p {
        text-align: right;
        padding-right: 15px;
        margin-bottom: 0px;
    }

.right-center p {
    text-align: left;
    padding-left: 15px;
    margin-bottom: 0px;
}

.bottom-left {
    bottom: 104px;
    left: 113px;
    transform: translate(-50%, 50%);
}

    .bottom-left p {
        text-align: right;
        margin-right: 15px;
        margin-bottom: 0px;
    }

/* Our Mission */


/* Footer Section */

.insurance-footer {
    background-color: #f7fcf9;
    text-align: center;
    padding: 120px 0 0 0;
    font-family: Arial, sans-serif;
}

.footer-top img.footer-logo {
    height: 50px;
    margin-bottom: 60px;
}

.footer-dept {
    font-size: 0.9rem;
    font-weight: 500;
    margin: 0.5rem 0 1.2rem;
    color: #333;
}

.footer-heading {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #000;
}

.footer-btn {
    background-color: #2947A3;
    color: #fff;
    padding: 0.5rem 1.5rem;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    height: 40px;
    width: 160px;
    margin-bottom: 60px;
}

    .footer-btn:hover {
        background-color: #1528b5;
    }

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px;
    margin-bottom: 60px;
    font-size: 0.9rem;
}

    .footer-links a {
        font-size: 14px;
        font-weight: 400;
        color: #2947A3;
        text-decoration: none;
    }

        .footer-links a:hover {
            text-decoration: underline;
        }

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #666;
    padding: 20px 20px;
    border-top: 1px solid #FDE3CC;
    margin-top: 60px;
}

    .footer-bottom a {
        color: #2947A3;
        font-size: 12px;
        font-weight: 600;
        text-decoration: none;
    }

    .footer-bottom p {
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        margin-bottom: 0px;
    }

/* Footer Section */












/* Scheme-Instructions */

.introduction-box {
    margin-bottom: 30px;
}

    .introduction-box h5 {
        font-size: 20px;
        font-weight: 700;
        color: #000000;
        margin-bottom: 24px;
    }

    .introduction-box p {
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        line-height: 27px;
        text-align: justify;
        padding-right: 40px;
    }

    .introduction-box li {
        margin-bottom: 10px;
        line-height: 27px;
        padding-right: 40px;
        font-weight: 400;
        font-size: 14px;
        text-align: justify;
        color: #000000;
    }

    .introduction-box ol {
        margin-bottom: 0px;
        padding-left: 15px;
    }

    .introduction-box li span {
        font-weight: 700;
        margin-right: 5px;
        font-size: 14px;
    }

    .introduction-box li:last-child {
        margin-bottom: 0px;
    }

.sidebar-scheme-intruction {
    background-color: #F8F8F8;
    padding: 30px 30px 30px 0px;
}

    .sidebar-scheme-intruction ul {
        list-style: none;
        padding-left: 0;
    }

        .sidebar-scheme-intruction ul li {
            font-size: 16px;
            font-weight: 500;
            color: #000000;
            padding: 10px 0px 10px 30px;
            cursor: pointer;
        }

            .sidebar-scheme-intruction ul li.active {
                color: #1a3d9c;
                position: relative;
                font-weight: 600;
            }

                .sidebar-scheme-intruction ul li.active::before {
                    content: "";
                    background-color: #1a3d9c;
                    left: 0;
                    top: 0;
                    position: absolute;
                    height: 100%;
                    width: 3px;
                }

.content {
    width: 75%;
    padding-left: 30px;
}

    .content h1 {
        margin-bottom: 20px;
        text-align: center;
    }

    .content section {
        margin-bottom: 30px;
    }

    .content h2 {
        margin-bottom: 10px;
        color: #444;
    }

    .content p,
    .content li {
        line-height: 1.7;
        margin-bottom: 10px;
    }

.read-more {
    display: inline-block;
    margin-top: 20px;
    color: green;
    text-decoration: none;
}

.footer-links2 {
    text-align: center;
    background: #f1f1f1;
    margin-top: 40px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
    height: 40px;
    gap: 32px;
}



    .footer-links2 a {
        margin: 0 10px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        color: #2947A3;
    }

.copyright-text {
    background-color: #C5E0B8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 0 30px;
}

    .copyright-text p {
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        margin-bottom: 0;
    }

        .copyright-text p > span {
            font-weight: 600;
            color: #000000;
            cursor: pointer;
        }
/* Scheme-Instructions */






/* INSURANCE COMPANY */
.filters {
    margin-bottom: 32px;
}

    .filters select,
    .filters input {
        padding: 10px;
        border-radius: 8px;
        border: 1px solid #ccc;
        font-size: 14px;
        width: 100%;
    }

    .filters button {
        padding: 10px 20px;
        width: 100%;
        background-color: #2947A3;
        color: white;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

.insurace-company-section h1 {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 50px;
    text-align: center;
}

.filters button:hover {
    background-color: #183bbf;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

    table thead {
        background-color: #f2f2f2;
    }

    table th, table td {
        padding: 12px 16px;
        border: 1px solid #ddd;
        text-align: left;
        font-size: 14px;
        background-color: #ffffff;
        white-space: nowrap;
    }

.pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

    .pagination button {
        width: 98px;
        padding: 8px 16px;
        background-color: white;
        border: 1px solid #ccc;
        border-radius: 6px;
        cursor: pointer;
        font-size: 14px;
        transition: background-color 0.2s ease;
    }

        .pagination button:hover {
            background-color: #e6e6e6;
        }

    .pagination span {
        width: 98px;
        font-size: 14px;
        font-weight: 400;
        padding: 8px 16px;
        background-color: white;
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 6px;
        cursor: pointer;
        font-size: 14px;
        transition: background-color 0.2s ease;
    }
/* INSURANCE COMPANY */





/* Event-Media */
.event-media-section h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 50px;
    text-align: center;
}

.event-media-section .tabs {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 400;
}

.event-media-section .tab {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.2s ease;
    border-bottom: 2px solid transparent;
    padding-bottom: 7px;
}

    .event-media-section .tab.active {
        border-bottom: 2px solid #8C4200;
        color: #8C4200;
        font-weight: 700;
        background-color: transparent;
    }

.event-media-section .grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(382px, 1fr));
    gap: 20px;
}

    .event-media-section .grid img {
        width: 100%;
        height: 272px;
        border-radius: 10px;
        object-fit: cover;
        box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    }

.event-media-section .tab-content {
    display: none;
}

    .event-media-section .tab-content.active {
        display: block;
    }


.event-listing-container {
    display: flex;
    align-items: self-start;
    background-color: #F8F8F8;
    padding: 24px;
    border-radius: 16px;
    margin-bottom: 24px;
}

.event-listing-content {
    display: flex;
    flex-direction: column;
    height: 267px;
}

.flex-1-text {
    flex: 1;
}

.event-listing-content h5 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}

.event-listing-content p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

.event-listing-content span {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 32px;
    display: block;
}

.event-listing-content button {
    border: none;
    background-color: transparent;
    font-size: 20px;
    font-weight: 600;
    color: #285412;
    cursor: pointer;
}

.event-listing-image img {
    margin-right: 30px;
    border-radius: 16px;
}

/* Event-Media */


/* FAQ */
.accordion-button {
    border: none;
    background-color: #F8F8F8;
    font-size: 16px;
    font-weight: 600;
    color: #1F1F1F;
    border-radius: 10px;
}

    .accordion-button::after {
        content: "+";
        font-size: 14px;
        font-weight: 700;
        color: #7d7d7d;
        background-image: none;
        transform: rotate(0deg);
        border: 2px solid #2947A3;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
        color: #2947A3;
    }

    .accordion-button:not(.collapsed)::after {
        content: "−";
        transform: rotate(0deg);
        background-image: none;
        border: 2px solid #2947A3;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
        color: #2947A3;
        box-shadow: none;
        font-size: 14px;
        font-weight: 700;
    }

.accordion-item {
    margin-bottom: 16px;
    border: none;
}

.faq-section h1 {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 50px;
    text-align: center;
}

.down-faq {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}

    .down-faq button {
        padding: 10px 20px;
        width: 240px;
        background-color: #2947A3;
        color: white;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

.accordion-button:not(.collapsed) {
    background-color: #F8F8F8;
    box-shadow: none;
    color: #000000;
    padding-bottom: 0px;
    border-radius: 0px;
}

.accordion-body {
    background-color: #F8F8F8;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #000000CC;
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
/* FAQ */

/* Conatct-Us */
.conatct-us-section .clr-ex {
    background-color: #FBF4EE;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    margin-bottom: 24px;
}

.conatct-us-section h1 {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 50px;
    text-align: center;
}

.conatct-us-section h6 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #000000;
}

.mailing-add-wrapper {
    border: 1px solid #C7C7C7;
    padding: 18px 16px;
    border-radius: 16px;
    margin-bottom: 40px;
}

.address-text {
    max-width: 375px;
    font-size: 14px;
    font-weight: 400;
    color: #1F1F1F;
    margin-bottom: 0px;
}

.conatct-us-section table {
    margin-bottom: 0px;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 16px;
    overflow: hidden;
    border-spacing: 0;
    overflow: hidden;
}

    .conatct-us-section table th:first-child {
        border-top-left-radius: 16px;
    }

    .conatct-us-section table th:last-child {
        border-top-right-radius: 16px;
    }

    .conatct-us-section table tr:last-child td:first-child {
        border-bottom-left-radius: 16px;
    }

    .conatct-us-section table tr:last-child td:last-child {
        border-bottom-right-radius: 16px;
    }

    .conatct-us-section table tr td {
        border-block-end: none;
        border-inline-end: none;
    }

    .conatct-us-section table tr th {
        border-block-start: none;
        border-block: none;
        border-inline-end: none;
    }

.conatct-us-sectio th, td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}



.conatct-us-sectio tr:last-child td {
    border-bottom: none;
}


.line-table {
    background-color: #FBF4EE;
    font-size: 14px;
    font-weight: 400;
    color: #1F1F1F;
    margin-bottom: 0px;
    height: 40px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    display: flex;
    align-items: center;
    padding: 20px;
}

    .line-table span {
        color: #285412;
        margin-left: 6px;
        font-weight: 500;
        cursor: pointer;
    }
/* Conatct-Us */





@media (max-width: 1991px) {
    .hero-section h1 {
        font-size: 38px;
    }

    .target-main {
        margin-bottom: 0px !important;
    }

    section {
        margin-bottom: 20px;
    }

    .insurance-steps {
        padding: 20px 0;
    }

        .insurance-steps h2 {
            font-size: 30px;
            margin-bottom: 6px;
        }

        .insurance-steps p, .calculator .calculate-headding-wrap p, .our-section p {
            font-size: 16px;
            line-height: 28px;
        }

        .insurance-steps p {
            margin-bottom: 30px;
        }

    .calculator .calculate-headding-wrap h2, .our-section h2, .footer-heading {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .calculator .calculate-headding-wrap h2 {
        padding-top: 40px;
    }

    .calculator {
        padding: 0 20px 40px 20px;
    }

    .premium-box {
        width: 440px;
        padding: 24px;
    }

    .footer-btn {
        margin: 30px 0;
    }

    .footer-links {
        gap: 30px;
    }

    .footer-bottom {
        margin-top: 30px;
    }

    .footer-links {
        margin-bottom: 30px;
    }

    .goal {
        font-size: 13px;
        max-width: 200px;
    }

    .insurance-footer {
        padding: 50px 0 0 0;
    }

    .step-card p {
        margin-bottom: 0px !important;
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .step-card img {
        width: 80px;
    }

    .step-card h3 {
        font-size: 20px;
    }
}

@media (max-width: 1399px) {
    .event-media-section .grid {
        grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    }

    .premium-box {
        width: 370px;
    }
}

@media (max-width: 1199px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 5px 8px;
    }

    .nav-bar .bg li a {
        font-size: 13px;
    }

    .register-btn, .login-btn {
        width: 80px;
        font-size: 14px;
        padding: 5px 11px;
    }

    .nav-bar .bg {
        padding: 10px 10px;
    }

        .nav-bar .bg li {
            font-size: 12px;
        }

    .nav-bar ul {
        padding: 10px;
    }

    .premium-box {
        margin-left: 0px;
    }

    .calculator::before {
        right: -670px;
    }

    .calculator {
        padding: 0 0px 40px 0px;
    }

        .calculator .calculate-headding-wrap h2 {
            padding-top: 70px;
        }

    .cards-container {
        -webkit-column-count: 2;
    }

    .card6 {
        height: 275px;
    }

    .step-card {
        width: 290px;
    }

    .premium-box {
        width: 380px;
    }
}

@media (max-width: 991px) {
    .premium-box {
        width: 300px;
    }

    .navbar-brand {
        margin-right: auto;
    }

    button:focus:not(:focus-visible) {
        outline: 0;
        box-shadow: none;
    }

    .nav-buttons {
        display: flex;
        flex-direction: row;
    }

    .top-bar {
        margin-bottom: 0px;
    }

    .nav-bar {
        margin-bottom: 20px;
    }

    .navbar-toggler {
        border: none !important;
        padding: 0px;
    }

    .nav-bar .bg {
        border-radius: 0px;
        text-align: left;
        font-size: 16px;
        background-color: transparent;
    }

    .navbar-nav .nav-link {
        font-size: 14px;
        color: #000000;
    }

    /* Scheme-Instructions */
    .introduction-box p {
        padding-right: 0px;
    }

    .sidebar ul {
        margin-bottom: 0px;
    }

    .introduction-box h5 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .footer-links2 {
        gap: 0px;
        display: block;
        padding: 10px 0;
        height: auto;
    }

    .event-listing-content {
        display: flex;
        flex-direction: column;
        height: 201px;
    }

        .event-listing-content span {
            font-size: 18px;
            margin-bottom: 5px;
        }

        .event-listing-content h5 {
            font-size: 20px;
            margin-bottom: 4px;
        }

    .event-listing-content {
        height: 200px;
    }

    .event-listing-image img {
        width: 275px;
    }

    .event-listing-content p {
        line-height: 24px;
        margin-bottom: 0px;
    }

    .event-listing-content button {
        font-size: 18px;
        padding: 0px;
    }

    .event-media-section h2 {
        font-size: 28px;
        margin-bottom: 26px;
    }
    /* Scheme-Instructions */

    /* Insurance-Company  */
    .insurace-company-section h1 {
        font-size: 28px;
        margin-bottom: 26px;
    }

    .pagination {
        margin-top: 20px;
    }

        .pagination button {
            width: 82px;
        }
    /* Insurance-Company  */

    /* FAQ */
    .faq-section h1 {
        font-size: 28px;
        margin-bottom: 26px;
    }
    /* FAQ */

    /* Contact-Us */
    .conatct-us-section h1 {
        font-size: 28px;
        margin-bottom: 26px;
    }
    /* Contact-Us */
}

@media (max-width: 768px) {
    .filters .col-md-3 {
        margin-bottom: 24px;
    }

    .primium-calculte-wrap {
        padding-left: 0px;
    }

    .banner-container-flex {
        display: block;
    }

    .cards-container {
        width: 100%;
    }

    .hero-section {
        max-width: 100%;
    }

    .hero-button {
        margin-bottom: 24px;
    }

    .cards-container .card img {
        align-self: normal;
        width: 100%;
    }

    .card6 {
        height: 278px;
    }

    .hero-section p, .our-section p br {
        display: none;
    }

    .step-card {
        max-width: 235px;
        padding: 24px 8px;
    }

    .premium-box {
        width: 100%;
        height: auto;
    }

    .calculator {
        padding: 0 30px 30px 30px;
    }

    .target-image {
        max-width: 330px;
    }

    .calculator .calculate-headding-wrap h2, .insurance-steps h2, .our-section h2, .footer-heading {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 34px;
    }

    .calculator::before {
        display: none;
    }

    .footer-links {
        gap: 20px;
    }

    .right-center {
        bottom: 33px;
        right: 76px;
    }

    .bottom-left {
        bottom: 79px;
        left: 93px;
    }

    .footer-top img.footer-logo {
        height: 50px;
        margin-bottom: 30px;
    }

    .form-feild-section {
        padding: 6px 12px;
        margin-bottom: 18px;
        height: 58px;
    }

    .insurance-steps h2 br {
        display: none;
    }

    /* Scheme-Instructions */
    .event-listing-container {
        display: block;
    }

    .event-listing-image img {
        width: 100%;
        margin-bottom: 20px;
    }

    .event-listing-content {
        height: auto;
    }

        .event-listing-content h5 {
            margin-bottom: 10px;
            font-size: 18px;
            line-height: 26px;
        }
    /* Scheme-Instructions */

    /* FAQ */
    .accordion-button {
        font-size: 14px;
        line-height: 22px;
    }
    /* FAQ */

    /* Contact-Us */
    .line-table {
        margin-bottom: 0px;
        display: block;
        height: auto;
    }

    .conatct-us-section h6 {
        margin-top: 20px;
    }
    /* Contact-Us */

}

@media (max-width: 576px) {
    .button-flex-wrapper {
        margin-left: 10px;
    }

    .footer-top h3 {
        padding: 0 10px;
    }

    .logo-text img {
        width: 200px;
    }

    .nav-bar ul {
        padding: 0px;
    }

    .top-right {
        top: 0;
        right: 0;
        transform: matrix(1, 0, 0, 1, 0, 0);
    }

    .right-center {
        bottom: 0;
        right: 0;
        transform: matrix(1, 0, 0, 1, 0, 0);
    }

    .bottom-left {
        bottom: 0;
        left: 0;
        transform: matrix(1, 0, 0, 1, 0, 0);
    }

    .left-center {
        bottom: 0;
        left: 0;
        transform: matrix(1, 0, 0, 1, 0, 0);
    }

    .goal {
        position: relative;
        max-width: 100%;
        margin-bottom: 20px;
    }

        .goal .dot3 {
            left: -10px;
        }

        .goal .dot4 {
            left: -10px;
        }

    .target-image {
        margin-bottom: 20px;
        max-width: 160px;
    }

    .goal:last-child {
        margin-bottom: 0;
    }

    .target-section {
        padding: 10px 10px;
    }

    .insurance-footer {
        margin-top: 30px;
        padding: 30px 0 0 0;
    }

    .price {
        font-size: 28px;
    }

    .premium-box h3 {
        font-size: 18px;
    }

    details p {
        font-size: 14px;
    }

    .lineslide-wrapper h5 {
        font-size: 16px;
    }

    .cards-container {
        -webkit-column-count: 1;
    }

    .form-section select, .form-section input {
        font-size: 13px;
    }

    .card1, .card2, .card3, .card4, .card5, .card6 {
        height: auto;
    }

    .lineslide-wrapper {
        height: auto;
        padding: 12px 0px;
    }

    .calculator .calculate-headding-wrap h2 {
        padding-top: 30px;
    }

    .step-card {
        max-width: 100%;
        padding: 24px;
    }

    .hero-section h1 {
        font-size: 28px;
        line-height: 36px;
        margin: 15px 0;
    }

    .calculator {
        padding: 0 10px 10px 10px;
    }

    .footer-links {
        gap: 10px;
    }

    .footer-bottom {
        display: block;
    }

    .calculator .calculate-headding-wrap h2, .insurance-steps h2, .our-section h2, .footer-heading {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 25px;
    }

    .bottom-left p, .left-center p {
        text-align: left;
        padding-left: 15px;
    }

    .our-section p {
        margin-bottom: 20px;
    }

    .social-icons img {
        width: 14px;
        margin-right: 4px;
    }

    .last-update p {
        font-size: 10px;
    }

    .last-update img {
        margin-left: 5px;
    }

    .step-card img {
        margin-bottom: 10px;
    }

    .step-card h3 {
        margin-bottom: 20px;
    }

    /* FAQ */
    .down-faq button {
        width: 100%;
    }
    /* FAQ */

    /* Contact-Us */
    .conatct-us-section h6 {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
    }

    .conatct-us-section table th, table td {
        padding: 6px 10px;
    }
    /* Contact-Us */
}

@media (max-width: 480px) {
    .button-flex-wrapper {
        margin-left: 0px;
    }

    .copyright-text p {
        font-size: 13px;
    }

    .copyright-text {
        display: block;
        text-align: center;
        height: auto;
        padding: 15px 10px;
    }

    .footer-links2 a {
        margin: 0 5px
    }

    .goal {
        height: auto;
        padding: 15px;
        border-radius: 0px;
    }

        .goal .dot1 {
            width: 22px;
            height: 22px;
            left: -9px;
            top: 15px;
        }

        .goal .dot2 {
            width: 22px;
            height: 22px;
            left: -9px;
            top: 15px;
        }

        .goal .dot3 {
            width: 22px;
            height: 22px;
            left: -9px;
            top: 15px;
        }

        .goal .dot4 {
            width: 22px;
            height: 22px;
            left: -9px;
            top: 15px;
        }

    .register-btn {
        width: auto;
        font-size: 14px;
        padding: 0;
        color: #003B9A;
        height: 32px;
        border: none;
        background-color: transparent;
        position: relative;
    }

        .register-btn::after {
            content: "";
            background-color: #bbbbbb;
            height: 13px;
            width: 2px;
            position: absolute;
            margin: 0 7px;
            top: 9px;
        }

    .login-btn {
        width: auto;
        font-size: 14px;
        padding: 5px 9px;
        height: 32px;
        color: #003B9A;
        height: 32px;
        border: none;
        background-color: transparent;
    }

    .button-flex-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 10px;
    }
}
