@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bebas+Neue&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Liter&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

body {
    font-family: "Source Sans 3", sans-serif;
}

.mr-3 {
    width: 2em;
}

.h-6 {
    font-weight: 500;
    font-size: 14px;

}

.f-7 {
    font-weight: 700;
}

.mw-50 {
    max-width: 50%;
}

label {
    font-weight: 700;
    margin: 8px 0;
}

.customcolor {
    color: #004fb6;
    font-weight: 600;
    font-size: 27px;
}

.mart-r{
filter: invert(26%) sepia(14%) saturate(2980%) hue-rotate(195deg);
}

.customStep{
    padding: 0.5em 1em;
    background: #ffd900;
    border-radius: 100%;
}
.customBorder2{
    width: 2px;
    height: 20px;
    background: #004fb6;
    margin-left: 1.2em;
}
.wellness360 {
    background-image: url(https://www.avivaindia.com/sites/default/files/wellness-final.png);
    background-size: cover;
    padding-top: 2em;
    padding-bottom: 5em;
}

.wellness360 h3 {
    font-size: 28px;
    font-weight: 700;
    -webkit-text-fill-color: #005a6c;
    margin-bottom: 2em;
}

.well_icon {
    margin-right: 1em;
    max-width: 3%;
    
}

.download_app img {
    margin-right: 3em;
}
.customBorder {
    width: 70px;
    height: 4px;
    background: #004fb6;
    border-radius: 3px;
    margin-bottom: 0.5em;
}

.contact-aera a {
    font-size: 12px;
}

.header {
    background-color: #ffd900;
    font-size: 18px;
}

.custom-pills {
    border-radius: 5px;
    border: 1px solid #3f51b5 !important;
}

.custom-pills .nav-link.active {
    background-color: #3f51b5 !important;
    border-radius: 0%;
    padding: 0.6em !important;
}

.custom-pills .nav-link {
    border-radius: 0%;
    padding: 0.6em !important;
    color: #000;
}

.custom-input {
    padding: 0.6em !important;
}

.custom-btn {
    background-color: #3f51b5 !important;
    color: white;
    padding: 8px 20px;
    border-radius: 4px;
}

.custom-btn:hover {
    color: #000 !important;
    background-color: #ccc !important;
}

.sreachBox h3 {
    font-size: 20px;
    color: #004fb6;
}

.sreachBox hr {
    margin: 0.5em 0;
}

.badge {
    background-color: green;
    padding: 4px 8px !important;
    font-size: 12px;
    font-weight: 500;
    border: navajowhite;
}

.aviva-card {

    background: #80808026;
}

.aviva-card p {
    /*display: flex;*/
    /* align-items: center; */
}

.aviva-card-content {
    height: 82%;
}

.custom-fa {
    color: #004fb6;
    font-size: 20px;
    /*width: 35px;*/
    padding-top: 3px
}

.aviva-btn {
    background-color: #ffd900;
    padding: 10px;
    color: #000;
    font-weight: 500;
    text-align: center;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
}

.aviva-btn:hover {
    background-color: #3f51b5 !important;
    color: #fff !important;
}





.search-box {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
}

#searchInput {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 5px;
}

.suggestion-box {
    position: absolute;
    background: #fff;
    /*border: 1px solid #ddd;*/
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 999;
    overflow-y: auto;
    width: 20%;
}

.suggestion-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.suggestion-box li {
    padding: 17px 12px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.suggestion-box li:hover {
    background-color: #f0f0f0;
}

.search-btn {
    margin-top: 10px;
    width: 100%;
    padding: 10px;
    background-color: #3e51b5;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.nav-pills {
    font-size: 1.1em;
    font-weight: 400;

}

.nav-pills .nav-link.active {
    font-size: 1.1em;
    font-weight: 400;
    color: #fff !important;
    border-radius: 4px !important;
    background-color: #004fb6 !important;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 1em !important;
    border-bottom: 1px solid #ccc !important;
}




.search-container {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 2rem 0;
    overflow: hidden;
}

.filter-header {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: white;
    padding: 1.5rem;
    text-align: center;
    position: relative;
}

.filter-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.filter-header h3 {
    margin: 0;
    font-weight: 600;
    font-size: 1.25rem;
    position: relative;
    z-index: 1;
}

.filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 1.5rem;
    background: #f1f5f9;
    border-bottom: 1px solid #e2e8f0;
}

.filter-tab {
    background: white;
    border: 2px solid #e2e8f0;
    color: #1e293b;
    padding: 0.75rem 1.25rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    min-width: fit-content;
    text-align: center;
}

.filter-tab::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease;
}

.custom-header-btn {
    margin-right: 2em;
}

.modal-xl {
    --bs-modal-width: 100% !important;
}

.model-p {
    font-weight: 600;
    font-size: 17px;
    color: #004fb6;
    margin-bottom: 10px;
}

.custom-model-col {
    padding: 0 80px;
}

.model-ul {
    list-style: none;
    padding-left: 0;
}

.model-ul li {
    margin-bottom: 10px;
}

.model-ul li a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-size: 14px;
}

.modal-backdrop.fade.show {
    display: none;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    height: 50%;
    overflow-y: scroll;
    overflow-x: hidden;
}


.filter-tab:hover::before {
    left: 100%;
}

.filter-tab:hover {
    border-color: #2563eb;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.filter-tab.active {
    background: #2563eb;
    border-color: #2563eb;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.filter-tab i {
    margin-right: 0.5rem;
    font-size: 0.875rem;
}

.search-content {
    padding: 2rem;
}

.search-input-wrapper {
    position: relative;
    margin: 0 auto;
}

.search-input {
    width: 100%;
    padding: 0.7rem;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    font-size: 1.1rem;
    background: white;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.search-input:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
    transform: translateY(-1px);
}

.search-icon {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.25rem;
    color: #64748b;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.search-input:focus+.search-icon {
    color: #2563eb;
}

.search-button {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    border: none;
    color: white;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    margin-top: 1rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.search-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.filter-stats {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2563eb;
    display: block;
}

.stat-label {
    font-size: 0.875rem;
    color: #64748b;
    margin-top: 0.25rem;
}

.placeholder-content {
    text-align: center;
    padding: 3rem 2rem;
    color: #64748b;
}

.placeholder-content i {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.3;
}

.contactmodelcustom {
    margin: 0;
    position: absolute;
    right: 22%;
    top: 68px;
}

.contactmodelcustom .modal-content {
    border-radius: 0;
    box-shadow: 0 0px 10px #eee;
    border: none;
    width: 500px;
}

.contactmodelcustom .modal-content h3 {
    font-weight: 600;
    font-size: 17px;
    color: #004fb6;
    margin-bottom: 10px;
    margin-top: 8px;
}

.contactmodelcustom .modal-content p {
    font-weight: 600;
    font-size: 14px;
}

.contactmodelcustom .modal-content a {
    color: #004fb6;
    text-decoration: none;
    cursor: pointer;
}

.contactmodelcustom .modal-content .callHead,
.emailHead {
    margin-bottom: 6px;

}

.contactusercustom {
    margin: 0;
    position: absolute;
    right: 19%;
    top: 68px;
}

.contactusercustom .modal-content {
    border-radius: 0;
    box-shadow: 0 0px 10px #eee;
    border: none;
    width: 10rem;

}

.contactusercustom .modal-content ul {
    padding-left: 0;
    list-style: none;
}

.contactusercustom .modal-content .block {
    background-color: #f5f5f5;
    padding: 12px;
    color: #004fb6;
    display: flex;
    align-items: flex-start;
    margin: 10px 0px;
    border-radius: 6px;
}

.contactusercustom a {
    color: #004fb6;
    text-decoration: none;
    padding: 0 10px;
    cursor: pointer;
}

.header-top {
    background: #ffd900;
    padding: 0;
    position: relative;
    overflow: visible;
    /* FIXED: was hidden */
}

.mobileShow {
    display: none;
}

.footer p {
    transition: 1s;
    border: 1px solid #333;
    padding: 0.5%;
    font-size: 0.8em;
    text-align: left;
    margin-bottom: 5px;
}

.footer p:hover {
    border: 1px solid #ccc;
}

.navbar {
    position: relative;
    z-index: 20;
    /* FIXED: above ::before */
    background: transparent !important;
    padding: 0;
}

.navbar-brand {
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    width: 164px;
}

.navbar-brand .brand-square {
    display: inline-block;
    width: 8px;
    height: 20px;
    background-color: var(--aviva-blue);
    margin-right: 8px;
    vertical-align: middle;
}

.navbar-nav .nav-link {
    color: #004fb6 !important;
    font-weight: 500;
    font-size: 13px;
    padding: 25px 16px 23px 0 !important;
    position: relative;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #004fb6 !important;
}

.navbar-nav .nav-link::after {
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: 5px;
    font-size: 12px;
}

.navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
    border-radius: 0;
}

.dropdown-menu {
    display: none;
    position: absolute;
    /* FIXED: Ensure it positions correctly */
    z-index: 1050;
    /* FIXED: above background overlays */
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background-color: white;
    top: 67px;
}

.dropdown-item:hover {
    background-color: var(--aviva-yellow);
    color: var(--aviva-dark-blue);
}

.pay-premium-btn {
    background-color: #004fb6;
    border: none;
    color: white !important;
    padding: 4px 10px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.custom-mega-menu {
    width: 68%;
    position: absolute;
    right: 0;
    margin: 0 16%;
    padding: 1rem;
}

.custom-mega-menu ul li {
    list-style: none;
}

.custom-mega-menu .sub-menu-h a {
    text-decoration: none;
    color: #004fb6;
    padding: 0 10px;
    cursor: pointer;
    font-weight: 600;
    padding: 0;
}

.custom-mega-menu .sub-menu {
    padding-left: 0;
}

.custom-mega-menu ul li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.custom-mega-menu .newLaunch {
    border: 1px solid red;
    padding: 1px 5px;
    line-height: 1;
    color: red;
    font-size: 0.7em;
    border-radius: 10px;
    margin-left: 5px;
}

.custom-mega-menu .viewAllPlanBtn {
    font-weight: 600 !important;
}

.custom-mega-menu .row .col-3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}


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

.action-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #004fb6;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.action-btn:hover {
    background-color: #004fb6;

    color: white;
}

ul.navbar-nav {
    margin-left: 12px !important;
}


.decorative-elements {
    position: absolute;
    top: 20px;
    right: 50px;
    width: 200px;
    height: 100px;
    z-index: 3;
}


.navbar-toggler {
    border: none;
    padding: 4px 8px;
    color: var(--aviva-blue);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: none;
    width: 20px;
    height: 2px;
    background-color: var(--aviva-blue);
    position: relative;
    transition: all 0.3s ease;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: var(--aviva-blue);
    transition: all 0.3s ease;
}

.navbar-toggler-icon::before {
    top: -6px;
}

.navbar-toggler-icon::after {
    top: 6px;
}

/* Mobile responsive */
@media (max-width: 991.98px) {
    .navbar-nav {
        background-color: rgba(255, 255, 255, 0.95);
        border-radius: 8px;
        padding: 20px;
        margin-top: 15px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 20px;
    }

    .decorative-elements {
        display: none;
    }

    .header-actions {
        margin-top: 10px;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 28px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .navbar-brand {
        font-size: 24px;
    }

    .header-actions {
        gap: 8px;
    }

    .action-btn {
        width: 35px;
        height: 35px;
    }
}

.custom-view {
    margin-left: 1em;
}

.footer {
    background-color: #333;
    color: #ffffff;
    padding: 50px 0 30px;
}

.custom-container {
    width: 90%;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section {
    padding: 0px 40px 0 0;
}

.footer-section h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}

.footer-section ul {
    list-style: none;
    padding-left: 0;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #ffffff;
}

.social-section {
    text-align: right;
}

.social-section h3 {
    margin-bottom: 15px;
}

.social-icons {
    display: flex;
    justify-content: start;
    gap: 15px;
}

.social-icons a {
    color: #fff;
    font-size: 20px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #ffffff;
}

.footer-bottom {

    padding-top: 20px;
    margin-top: 40px;
}

.footer-links {
    padding: 16px 0;
    color: #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-text {
    font-size: 12px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 20px;
}

.fraud-warning {
    border: 1px solid #fff;
    padding: 15px;
    margin: 20px 0;
    color: #fff;
}

.fraud-warning p {
    font-size: 12px;
    color: #fff;
    line-height: 1.5;
}

.company-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 30px;
}

.office-info h4 {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 10px;
}

.office-info p {
    font-size: 12px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 5px;
}


.quick-links {
    background: #eaf1f8;
    padding: 20px;
}

.mobile-menu-btn .dropdown-toggle {
    display: none;
}

@media (min-width: 1367px) and (max-width: 1920px) {
    img.img1 {
        bottom: 0 !important;
        width: 35% !important;
    }

}

@media screen and (width: 1366px) {
    .gifSection .customHeight {
        height: 27em;
    }
}


@media (max-width: 1366px) {
    .aviva-card p {
        font-size: 11px;
    }

    .navbar-nav .nav-link {
        font-size: 13px;
    }

    .contactusercustom {
        right: 11% !important;

    }

    .contactusercustom .modal-content {
        width: 9rem;
    }

    .contactusercustom a {
        font-size: 13px;
    }

    .custom-mega-menu {
        width: 88%;
        margin: 0 6%;
    }

    .modal-body {
        padding: 0rem 1rem !important;
    }

    .model-ul li a {
        font-size: 13px;
    }

    .contactmodelcustom {

        right: 15%;

    }

    .contactmodelcustom .modal-content p {
        font-size: 10px;
    }

    .contactmodelcustom .modal-content h3 {
        font-size: 13px;
    }

    .custom-view {
        margin-left: 1.6em;
    }

    .sreachBox h3 {
        font-size: 14px;
    }

    label {
        font-size: 10px;
        margin: 13px 0;
    }

    .search-input {
        padding: 8px;
        font-size: 13px;
    }

    .sreachBox p {
        font-size: 10px;
    }

    .aviva-heading {
        margin-bottom: 1em !important;
    }

    .aviva-heading h2 {
        font-size: 15px;
    }

    .ui-menu .ui-menu-item-wrapper {
        padding: 10px !important;
        font-size: 11px;
    }

    .footer-section ul li a {
        font-size: 12px;
    }

    .footer-text {
        font-size: 11px;
        letter-spacing: .5px;
        line-height: 13px;
    }

    .office-info h4 {
        font-size: 10px;
        font-weight: 700;
    }

    .office-info p {
        font-size: 11px;
        font-weight: 100;

    }

    .custom-col {
        width: 30%;
    }

    .custom-col2 {
        width: 45%;
    }

    .custom-col p {
        font-weight: unset !important;
    }

    .custom-footer-p p {
        font-weight: 500 !important;
    }

    .custom-footer-p span {
        font-weight: 100;

    }

    .footer-heading {
        line-height: 1;
        font-size: 1.4em !important;
        text-transform: uppercase;
        font-weight: 600 !important;
        margin-bottom: 10px;

    }

    .footer-title {
        font-size: 14px !important;
        font-weight: 400 !important;

    }
}

@media (max-width: 768px) {
    .filter-tabs {
        justify-content: center;
    }

.icon-img img{
height: unset!important;
}

.customBorder2{
background: transparent;

}


    .filter-tab {
        flex: 1 1 calc(50% - 0.25rem);
        min-width: 140px;
    }

    .filter-stats {
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 576px) {
    .filter-tab {
        flex: 1 1 100%;
    }

    .navbar>.container {
        flex-wrap: unset;
        padding: 10px;
    }

    .contactmodelcustom .modal-content {
        margin-top: 4em;
    }

    .custom-model-col {
        padding: 0px !important;
    }

    .modal-body {
        overflow-y: scroll;
    }

    .model-p {}

    .contactmodelcustom {
        right: 0% !important;
        position: unset !important;
    }

    .mobileView {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .mobile-menu-btn {
        border-bottom: 1px solid #cdcdcd;
        display: flex;
        justify-content: space-between;

    }

    .mobile-menu-btn .dropdown-toggle {
        display: block;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .mobileShow {
        display: block;
    }

    .mobileHide {
        display: none;
    }
}

/* Animation for tab content */
.tab-pane {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tab-pane.show.active {
    opacity: 1;
    transform: translateY(0);
}


table.custom-style th {
    background-color: #004fb6 !important;
    color: #fff;
}

.customColFooter p {
    border: none;
    margin-bottom: 0;
    padding-bottom: 4px;
    font-size: 16px;
    font-weight: 600;
}

.footer-section h3 {
    margin-bottom: 10px !important;
}

.mainSection h1 {
    font-weight: 700;
}

.customCard p {
    font-size: 1.1em
}

/* new css  */
.msform {
    text-align: center;
    position: relative;
    background-color: #d9d9d9;
    padding: 1em;
    border-radius: 25px;
    box-shadow: 0px 5px 15px #d7d7d7;
    zoom: 77%
}

#msform fieldset {
    background: #d9d9d9;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

/* #msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0 */
/* } */

.msform .action-button {
    width: 114px;
    background: #004fb6;
    border: 0;
    cursor: pointer;
    padding: 8px;
    margin: 10px 0px 10px 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
}


.msform .action-button:hover,
.msform .action-button:focus {
    background-color: #56b230
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: #000;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 2px;
}

.cp {
    font-size: 13px;
    border: 1px solid #000;
    color: #000;
}

.cp:hover {
    border: 1px solid #000;
    color: #000;
}

.btn-check+.btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border: 1px solid #000;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: #004fb6;
    border-color: #004fb6;
}

#progressbar {
    margin-bottom: 0px;
    overflow: hidden;
    color: lightgrey;
    padding-left: 0;
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 33%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "1"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "2"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "3"
}


#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 45px;
    display: block;
    font-size: 12px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    padding: 0px
}

#progressbar #account:before {
    margin: 0;
}

#progressbar #payment:before {
    margin: 0;
    float: right
}

#progressbar #personal:before {
    margin-left: 37px;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: -1
}

#progressbar #account:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #004fb6;
    position: absolute;
    left: 38px;
    top: 20px;
    z-index: 1
}

#progressbar li.active#personal:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #004fb6;
    position: absolute;
    left: 68px;
    top: 20px;
    z-index: 1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #004fb6
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.feature-card {
    background: #ffffffbf;
    box-shadow: 13px 13px 51px 0px rgb(10 51 80 / 16%) !important;
    width: 80%;
    float: left;
    margin: 3%;
    padding: 3%;
    height: 133px;
    position: relative;
    z-index: 999;
    transition: 0.2s all;
    border: 2px solid transparent;
    border-radius: 12px;
    background: linear-gradient(#fff, #fff) padding-box,
        linear-gradient(to right, #004fb5, #ffd900) border-box;


}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.feature-card img {
    max-width: 60px;
    height: auto;
    background: #ffd900;
    padding: 5px;
    border-radius: 5px;
}

.third_right {
    width: 40%;
    float: left;
}

img.img1 {
    position: absolute;
    right: 3%;
    bottom: 13%;
    width: 40%;
}

img.ab {
    position: absolute;
    z-index: 1;
    bottom: 10%;
    left: 50%;
}

.benefit h2 {
    color: #004fb6;
}

.benefit h2 span {
    color: #004fb6;
    font-weight: 700;
    font-size: 33px;
}

.faqs h2 {
    color: #004fb6;
    font-size: 32px;
}

.feature-card p {
    color: #004fb6;
}

.bgCustom {
    background: #f0f5fb;
}

.accordion-button:not(.collapsed) {
    border: none !important;
    background: #1841aa !important;
    color: white !important;
}

.accordion-button {
    border-radius: 50px;
    border: 1px solid;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 50px;
}

.accordion-item {
    border: none !important;
    margin-bottom: 10px;
    background: transparent;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    padding-left: 0;
}

.mobile-banner {
    display: none !important;

}

.gif {
    max-height: 90%;
    width: 100%;
    margin-top: -2.6em;

}



/* For mobile and tablet screens (≤1024px) */
@media screen and (max-width: 1024px) {
    .desktop-banner {
        display: none !important;
    }

    .mobile-banner {
        display: block !important;

    }

    .gif {
        margin-top: 0;
    }

    .heading__lineblock::before,
    .heading__lineblock::after {
        display: none;
    }
}


@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;

    }
.feature-card {
height: 96%;
}

    .social-section {
        text-align: left;
    }

    .social-icons {
        justify-content: flex-start;
    }

    .company-info {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .footer-links {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .ddvd {
        display: grid;
        grid-template-columns: 1fr;
    }

    .mobileShow {
        order: -1;
    }
}

.highlight-card {
    background-color: #FFD700;
    border-radius: 10px;
    text-align: center;
    padding: 40px 8px 20px;
    border: 1px solid #ccc;
    position: relative;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.highlight-card img {
    position: absolute;
    top: -54px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.highlight-title {
    min-height: 25px;
    font-size: 20px;
    color: #5c596d;
    font-weight: 700;
    margin: 57px 0 52px 0;
}

.highlight-subtitle {
    background: white;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}

.highlight-subtitle small {
    font-size: 12px;
    color: #555;
}

.heading__lineblock {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    color: #5c596d;
}

.heading__lineblock::before,
.heading__lineblock::after {
    position: absolute;
    top: 50%;
    width: 75px;
    border-bottom: 3px solid #004fb6;
    content: "";
}

.heading__lineblock::before {
    left: -85px;
    /* line to the left */
}

.heading__lineblock::after {
    right: -85px;
    /* line to the right */
}
