/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section-bg {
    background-color: var(--white-color);
}

.section-title {
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 20px;
        padding-bottom: 10px;
        position: relative;
        font-family: 'Poppins', sans-serif;
        color: var(--black-color);
    }

    .section-title p {
        margin-bottom: 0px;
        font-weight: 500;
        font-size: 20px;
    }

section.main {
    width: 100%;
    background-color: #f7f7f7;
    /* background: #fff url(../../../Images/GINTEJA/bg-banner.svg) top no-repeat;*/
    background-size: 100%;
    padding-top: 115px;
}

.app-content .main {
    padding-top: 0;
    margin-top: -20px;
}

.app-content #banner h1 {
    font-size: 2.5rem;
}

.app-content .banner .square-box {
    width: 135px;
    height: 135px;
}

@media (max-width:991px) {
    .section-title h2 {
        font-size: 28px;
    }

    .section-title p {
        font-size: 16px;
    }

    section.main {
        padding-top: 85px;
        padding-bottom: 10px;
    }
    .app-content .main {
        margin-top: 0px;
    }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    z-index: 997;
    transition: all 0.5s;
    background: var(--white-color);
}
#header .navbar-nav {
    margin-left:auto ;margin-right: auto;
}
#header .navbar-collapse{
    gap: 10px;
}
    #header .navbar-brand img {
        width: 175px;
    }

    #header .navbar-brand .wealthbuddy-logo {
        width: 275px;
    }

    #header .nav-link {
        color: var(--black-color);
        font-weight: 600;
    }

        #header .nav-link:hover {
            color: var(--secondary-color);
        }

        #header .nav-link .svg {
            transition: all 0.3s;
        }

    #header .dropdown:hover .nav-link .svg {
        transform: rotate(180deg);
    }

    #header.header-pos {
        box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
        z-index: 997;
        transition: all 0.5s;
        background: var(--white-color);
    }

    #header .dropdown-menu {
        transition: all 0s;
        transform: translateY(32px);
        visibility: hidden;
        opacity: 0;
        top: 70px;
        border: 0;
        overflow: hidden;
    }

    #header .dropdown:hover .dropdown-menu {
        margin-top: 0px;
        box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
        border: 0;
        border-radius: 0px 0px 20px 20px;
        padding: 0;
        transform: translateY(0px);
        visibility: visible;
        opacity: 1;
        min-width: 100%;
        display: block;
    }

    #header .dropdown:hover .nav-link:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 6px;
        background-color: var(--secondary-color);
        bottom: 0px;
        border-radius: 20px 20px 0px 0px;
    }

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

    #header .dropdown-item {
        padding: 1.2rem 2rem;
        border-bottom: 1px solid var(--border-color);
        cursor: pointer;
    }

    #header .dropdown-box .dropdown-menu {
        top: 40px;
    }
    /* .login-modal-body{
        padding: 2rem 3rem;
    } */
@media (min-width:992px) {
    #header .navbar {
        padding: 0px;
    }

    #header .nav-link {
        padding: 24px 0px;
        margin: 0px 20px;
        position: relative;
    }


}

@media (max-width:991px) {
    .navbar-light .navbar-toggler {
        border: none !important;color: #fff !important;
    }
    #header .navbar-brand img {
        width: 150px;
    }

    #header .dropdown:hover .nav-link:before {
        display: none;
    }

    #header .dropdown:hover .dropdown-menu {
        box-shadow: none;border-radius: 0;
    }
    #header .dropdown-item {
        background: #f8f8f8;
    }
    #header .navbar-brand .wealthbuddy-logo {
        width: 215px;
    }
    #header .navbar-nav {
        border-bottom: 1px dashed #cdcdcd;
        margin-bottom: 1rem !important;
        padding-bottom: 0.3rem;
    }
    .posp-login-btn{
        margin: 0 0 1rem;
    }
}
/*--------------------------------------------------------------
# Home Banner Section
--------------------------------------------------------------*/
#banner {
    width: 100%;
    background-color: var(--bg-color);
    /* background: #fff url('../../../Images/GINTEJA/bg-banner.svg') top no-repeat;*/
    background-size: 100%;
    padding: 1rem 0;
    margin-top: 4rem;
}

    #banner h1 {
        font-size: 2.6rem;
        font-weight: 800;
        line-height: 1.2;
        color: var(--black-color);
    }

    #banner p {
        color: var(--black-color);
        font-weight: 500;
    }


    .banner .square-box {
        background-color: var(--white-color);
        box-shadow: 0px 4px 1px 0px rgb(0 0 0 / 11%);
        width: 127px;
        border-radius: 20px;
        height: 145px;
        display: inline-block;
        margin: 0px 5px 25px 0px;
        transition: all 0.3s;
    }

    .banner .square-box:hover {
        background-color: var(--white-color);
        transform: scale(0.9);
    }

    .banner .square-box a {
        text-decoration: none;
        padding: 5px;
    }

        .banner .square-box a:hover {
            color: var(--secondary-color);
        }

    .banner .square-box .ins-img {
        height: 85px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner .square-box h6 {
        font-weight: 500;
        font-size: 1rem;
        color: var(--black-color);
    }

.banner h4 {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 1.5rem;
}

.banner .contact-ginteja {
    background-color: var(--white-color);
    box-shadow: 0px 4px 1px 0px rgb(0 0 0 / 11%);
    border-radius: 20px;
    max-width: 320px;
    margin: 15px 0px 50px 0px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

    .banner .contact-ginteja a {
        color: var(--black-color);
    }

    .banner .contact-ginteja .contact-img {
        border-right: 1px solid var(--border-color);
        padding: 15px;
        margin-right: 15px;
    }

.car-banner .contact-ginteja, .life-banner .contact-ginteja {
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    background-color: var(--bg-color);
}

.car-banner .view-plans {
    background-color: var(--secondary-color);
    box-shadow: 0px 4px 1px 0px rgb(0 0 0 / 11%);
    border-radius: 10px;
    padding: 15px;
    max-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.pos-banner {
    position: relative;
}

    /*.pos-banner::after {
    content: "";
    background-image: url(../../../Images/GINTEJA/bg-signup.png);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: bottom left;
    right: 25px;
    background-size: auto 80%;
}*/


    .pos-banner h1 {
        font-size: 2.1rem !important;
    }

    .pos-banner .pos-box {
        background-color: var(--white-color);
        box-shadow: 0px 4px 1px 0px rgb(0 0 0 / 11%);
        border-radius: 20px;
        padding: 30px;
        margin-top: 64px;
    }

        .pos-banner .pos-box a {
            color: var(--black-color);
        }

        .pos-banner .pos-box h3 {
            font-weight: 600;
        }

        .pos-banner .pos-box label, .contact-wealthBuddy-box label {
            font-weight: 500;
            margin-bottom: 5px;
        }

        .pos-banner .pos-box .form-control-lg, .contact-wealthBuddy-box .form-control-lg {
            border: 2px solid var(--border-color);
            min-height: calc(1.5em + 1.5rem + 2px);
            border-radius: 10px;
            font-size: 1rem;
        }

        .pos-banner .pos-box .input-group-text {
            border-radius: 0px 10px 10px 0px;
            border: none;
            min-height: calc(1.5em + 1.5rem + 2px);
            color: var(--secondary-color);
        }

.claim-banner {
    max-width: 1920px;
    margin: auto;
}

    .claim-banner:after {
        content: "";
        background-image: url(../../../Images/GINTEJA/claim-person.png);
        position: absolute;
        height: 100%;
        width: 100%;
        bottom: 0px;
        background-repeat: no-repeat;
        background-position: bottom right;
        z-index: 0;
        right: 0px;
        background-size: 50%;
    }

    .claim-banner .contact-ginteja:hover {
        background-color: var(--secondary-color);
        color: var(--white-color);
    }


/*.life-banner {
    max-width: 1920px;
    margin: auto;
}

    .life-banner:after {
        content: "";
        background-image: url(../../../Images/GINTEJA/life-banner.png);
        position: absolute;
        height: 100%;
        width: 100%;
        bottom: 0px;
        background-repeat: no-repeat;
        background-position: bottom right;
        z-index: 0;
        right: 0px;
    }*/

.life-banner .square-box {
    position: relative;
    z-index: 1;
    width: 145px;
    background-color: var(--bg-color);
    margin: 0px 10px 25px 0px;
}

    .life-banner .square-box:hover {
        background-color: var(--bg-color);
    }

.life-banner p {
    position: relative;
    z-index: 1;
}

.term-banner {
    max-width: 1920px;
    margin: auto;
}

    .term-banner:after {
        content: "";
        background-image: url(../../../Images/GINTEJA/term-banner.png);
        position: absolute;
        height: 100%;
        width: 100%;
        bottom: 0px;
        background-repeat: no-repeat;
        background-position: bottom right;
        z-index: 0;
        right: 0px;
        background-size: 50%;
    }


@media (max-width:1199px) {
    .life-banner:after {
        background-image: none;
    }

    .term-banner:after {
        background-image: none;
    }

    .claim-banner:after {
        background-image: none;
    }
}

@media (max-width:991px) {
    #banner {
        padding-top: 60px;
    }

        #banner h1 {
            font-size: 2rem;
            text-align: center;
            padding-top: 30px;
        }

        #banner p {
            text-align: center;
        }

    .banner .square-box {
        width: 145px;
        height: 135px;
        margin: 10px;
    }

    .banner .contact-ginteja {
        margin: 20px auto;
    }

    .pos-banner h1 {
        font-size: 1.8rem !important;
    }
}

@media (max-width:359px) {
    .banner .square-box {
        width: 125px;
        height: 135px;
        margin: 10px;
    }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.whyus {
    padding: 60px 0px;
}

    .whyus .content p {
        line-height: 1.8;
        font-size: 14px;
    }

    .whyus .whyus-box {
        padding: 20px;
        margin-bottom: 10px;
        text-align: center;
    }

        .whyus .whyus-box h3 {
            font-size: 1.4rem;
        }

    .whyus .whyus-img {
        width: 225px;
        margin: 10px auto 20px;
    }

.pos-whyus {
    padding: 90px 0px;
}

    .pos-whyus .whyus-box .img-box {
        height: 70px;
    }

    .pos-whyus h6 {
        font-weight: 500;
        line-height: 1.5;
    }

@media (max-width:991px) {
    .whyus .whyus-box {
        padding: 10px 20px;
        margin-bottom: 0px;
    }

    .pos-whyus {
        padding: 60px 0px;
    }
}

/*--------------------------------------------------------------
# Dedicated Team Section
--------------------------------------------------------------*/
.team {
    padding: 200px 0px;
    background-image: url(../img/dedicated-team.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .team h2 {
        font-size: 3rem;
        color: var(--white-color);
        font-weight: 600;
    }

    .team p {
        color: var(--white-color);
        font-size: 18px;
        line-height: 1.8;
    }

@media (max-width:991px) {
    .team {
        padding: 60px 0px;
    }

        .team h2 {
            font-size: 2rem;
        }

        .team p {
            font-size: 16px;
        }
}


/*--------------------------------------------------------------
# Customer
--------------------------------------------------------------*/

.customer {
    background-color: var(--bg-color);
    padding: 80px 0px;
    margin-top: 80px;
}

    .customer .media-box {
        width: 100%;
        padding: 15px 25px;
        border-radius: 10px;
        color: var(--black-color);
        text-align: center;
    }

    .customer .media-img {
        height: 160px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .customer .num-box {
        background-color: #d5d5d7;
        border-radius: 8px;
        display: inline-flex;
        font-weight: bold;
        font-size: 20px;
        height: 40px;
        width: 40px;
        align-items: center;
        justify-content: center;
        margin: 25px 0px;
    }

@media (min-width:1200px) {
    .customer .table-style .table {
        table-layout: fixed;
    }
}


.customer .table-style {
    border-radius: 10px;
    background-color: var(--white-color);
}

    .customer .table-style .table td, .customer .table-style .table th {
        padding: 20px;
        font-weight: 600;
        text-align: center;
    }

    .customer .table-style .bg-light-grey {
        background-color: #f3f3f3;
    }

    .customer .table-style .bg-dark-grey {
        background-color: #d7d7d7;
    }

.customer .table-grey .table td, .customer .table-grey .table th {
    border-color: var(--white-color);
    border-style: solid;
    border-width: 3px;
}

.customer ul {
    padding-left: 10px;
    margin-bottom: 15px;
}

    .customer ul li {
        list-style: circle;
        margin: 10px;
        text-align: left;
    }


@media (max-width:991px) {
    .customer {
        padding: 60px 0px;
        margin-top: 0px;
    }

    .car-banner .view-plans {
        margin: auto;
    }
}


/*--------------------------------------------------------------
# Become a Ginteja POSP
--------------------------------------------------------------*/
.becomeposp {
    padding: 90px 0px;
}

    .becomeposp .becomeposp-box {
        padding: 0px 50px 50px 50px;
        margin-bottom: 10px;
        border-radius: 20px;
        height: 100%;
        text-align: center;
        background-color: var(--bg-color);
    }

        .becomeposp .becomeposp-box:hover {
            background-color: var(--secondary-color);
            color: var(--white-color);
        }

        .becomeposp .becomeposp-box .icon-box {
            background-color: var(--secondary-color);
            border: 8px solid var(--bg-color);
            width: 120px;
            height: 120px;
            margin: auto;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            top: -55px;
            margin-bottom: -40px;
        }

        .becomeposp .becomeposp-box p {
            font-weight: 500;
        }

@media (max-width:991px) {
    .becomeposp {
        padding: 60px 0px;
    }
}



/*--------------------------------------------------------------
# Our app
--------------------------------------------------------------*/
.apps {
    padding: 80px 0px;
}

    .apps h2 {
        font-size: 1.7rem;
    }

    .apps .content ul {
        list-style: none;
        padding: 0;
    }

        .apps .content ul li {
            padding-bottom: 25px;
        }

            .apps .content ul li span {
                margin-left: 30px;
                display: inline-block;
                font-weight: 500;
            }

        .apps .content ul i {
            font-size: 20px;
            padding-right: 4px;
            color: var(--secondary-color);
            position: absolute;
            margin-top: 4px;
        }


@media (max-width:991px) {
    .apps {
        padding: 60px 0px;
    }

        .apps .btn-lg {
            font-size: 1rem;
            padding: 0.375rem 0.5rem;
        }

            .apps .btn-lg img {
                width: 22px;
            }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
    padding: 80px 0px 140px 0px;
    background-color: var(--bg-color);
}

    .testimonials .testimonial-item {
        box-sizing: content-box;
        padding: 40px 20px;
        position: relative;
        background: var(--white-color);
        min-height: 250px;
        border-radius: 15px;
        text-align: center;
    }

        .testimonials .testimonial-item .testimonial-img {
            width: 100px;
            border-radius: 50px;
            border: 6px solid var(--bg-color);
            position: absolute;
            top: -50px;
            left: 0;
            right: 0;
            margin: auto;
        }

        .testimonials .testimonial-item .testimonial-name {
            width: 100px;
            border-radius: 50px;
            border: 6px solid var(--bg-color);
            position: absolute;
            top: -50px;
            left: 0;
            right: 0;
            margin: auto;
            height: 100px;
            color: #fff;
            font-weight: 600;
            font-size: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .testimonials .testimonial-item .testimonial-name.bg-green {
                background-color: #95a53a;
            }

            .testimonials .testimonial-item .testimonial-name.bg-yellow {
                background-color: #f9b233;
            }

            .testimonials .testimonial-item .testimonial-name.bg-purple {
                background-color: #ae9dcb;
            }

        .testimonials .testimonial-item h3 {
            font-size: 24px;
            margin: 30px 0 5px 0;
            font-weight: bold;
        }

        .testimonials .testimonial-item h4 {
            font-size: 18px;
            color: var(--secondary-color);
            margin: 0;
            text-transform: uppercase;
            font-family: 'Calibri';
        }

        .testimonials .testimonial-item p {
            margin: 15px 0;
            padding: 0;
            color: var(--black-color);
            font-weight: 500;
        }

    .testimonials .owl-carousel .owl-stage-outer {
        padding-top: 50px;
    }

    .testimonials .owl-dots .owl-dot.active {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 2px solid var(--secondary-color);
        background-color: transparent;
        margin-top: 0;
    }

    .testimonials .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: var(--secondary-color);
        border: none;
        opacity: 1;
        margin-top: 2px;
        margin-right: 7px;
        margin-left: 7px;
    }

    .testimonials .owl-dots {
        bottom: -50px;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
    }

    .testimonials .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        top: 0;
        bottom: 0;
        color: var(--secondary-color);
        text-align: center;
        transition: opacity .15s ease;
        font-size: 62px;
        outline: none;
    }

    .testimonials .owl-carousel .owl-nav button.owl-prev {
        left: -40px;
    }

    .testimonials .owl-carousel .owl-nav button.owl-next {
        right: -40px;
    }

    .testimonials .testimonial-item:hover {
        background: var(--secondary-color);
    }

        .testimonials .testimonial-item:hover h3,
        .testimonials .testimonial-item:hover h4,
        .testimonials .testimonial-item:hover p {
            color: var(--white-color);
        }

@media (max-width:991px) {
    .testimonials {
        padding: 60px 0px 80px 0px;
    }

        .testimonials .owl-carousel .owl-nav button.owl-prev {
            left: 0px;
        }

        .testimonials .owl-carousel .owl-nav button.owl-next {
            right: 0px;
        }
}


/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients {
    padding: 80px 0px 120px 0px;
}

    .clients .img-box {
        background-color: var(--white-color);
        box-shadow: 0px 4px 1px 0px rgb(0 0 0 / 11%);
        border: 1px solid var(--border-color);
        border-radius: 20px;
        padding: 10px;
        margin-bottom: 25px;
        transition: all 0.3s;
        width: 100%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .clients .img-box:hover {
            transform: scale(0.9);
        }

        .clients .img-box img {
            max-width: 150px;
        }

    .clients .carousel-indicators {
        bottom: -60px;
    }

        .clients .carousel-indicators [data-bs-target] {
            background: var(--secondary-color);
            background-clip: padding-box !important;
            width: 15px;
            height: 15px;
            border-radius: 50%;
        }

@media (max-width:991px) {
    .clients {
        padding: 60px 0px 100px 0px;
    }

        .clients .img-box img {
            max-width: 130px;
        }
}



/*--------------------------------------------------------------
# faq
--------------------------------------------------------------*/
#faq {
    padding: 60px 0px;
    background-color: var(--bg-color);
}

    #faq .nav-pills .nav-link {
        background-color: var(--white-color);
        box-shadow: 5px 6px 5px 2px rgb(0 0 0 / 20%);
        border: 0;
        border-radius: 15px;
        padding: 1.5rem;
        font-weight: 500;
        font-size: 18px;
    }

    #faq .nav-justified .nav-item {
        margin: 0px 15px;
    }

    #faq .nav-pills .nav-link.active {
        background-color: #cecbcb;
        color: var(--primary-color);
    }

    #faq .accordion-container {
        position: relative;
        height: auto;
    }

        #faq .accordion-container > h2 {
            text-align: center;
            color: var(--white-color);
            padding-bottom: 5px;
            margin-bottom: 20px;
            padding-bottom: 15px;
            border-bottom: 1px solid var(--bg-color);
        }

    #faq .set {
        position: relative;
        width: 100%;
        height: auto;
        background-color: var(--white-color);
        margin-bottom: 30px;
        box-shadow: 0px 4px 1px 0px rgb(0 0 0 / 11%);
        border-radius: 20px;
    }

        #faq .set > a {
            background-color: var(--white-color);
            color: var(--secondary-color);
            cursor: pointer;
            padding: 25px 30px 25px 30px;
            width: 100%;
            border: none;
            text-align: left;
            outline: none;
            font-size: 20px;
            border-radius: 20px;
            display: block;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            transition: all 0.2s linear;
            font-weight: 600;
        }

            #faq .set > a i {
                float: right;
                margin-top: 0px;
                color: var(--secondary-color);
                font-size: 30px;
            }

            #faq .set > a.active {
                background-color: var(--white-color);
                outline: none;
            }

    #faq .panalnew {
        color: var(--black-color);
        width: 100%;
        display: none;
        padding: 10px 15px;
        box-shadow: var(--box-shadow);
        background-color: var(--white-color);
        border-top: 1px solid var(--border-color);
        border-radius: 0px 0px 20px 20px;
    }


        #faq .panalnew p {
            margin-bottom: 10px;
        }

        #faq .panalnew ul {
            margin-bottom: 0px;
        }

            #faq .panalnew ul li {
                margin-bottom: 10px;
            }

    #faq.pos-faq .set {
        background-color: var(--bg-color);
    }

        #faq.pos-faq .set > a {
            background-color: var(--bg-color);
        }

            #faq.pos-faq .set > a.active {
                background-color: var(--bg-color);
            }

    #faq .panalnew ul.circle {
        padding-left: 20px;
    }

        #faq .panalnew ul.circle li {
            list-style: circle;
        }



@media (max-width:991px) {
    #faq .set > a {
        padding: 25px 15px 25px 15px;
        font-size: 18px;
    }

        #faq .set > a i {
            font-size: 20px;
        }

    #faq .nav-justified .nav-item {
        margin: 0px 5px;
    }
}

@media (max-width:767px) {
    #faq .nav-justified .nav-item {
        margin: 15px;
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer .footer-top {
    padding: 60px 0 60px 0;
    background-color: var(--white-color);
    color: var(--black-color);
}

    #footer .footer-top h6 {
        font-weight: 600;
    }

        #footer .footer-top h6.disc::before {
            content: ' \25CF';
            position: absolute;
            left: -20px;
            color: var(--secondary-color);
            font-size: 20px;
            margin-top: -5px;
        }

    #footer .footer-top .social-links a {
        font-size: 16px;
        display: inline-block;
        background: var(--secondary-color);
        line-height: 1;
        padding: 9px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 33px;
        height: 33px;
        transition: 0.3s;
        color: var(--white-color);
    }

        #footer .footer-top .social-links a:hover {
            background: var(--primary-color);
            color: var(--white-color);
            text-decoration: none;
        }

    #footer .footer-top .footer-links h3 {
        font-weight: 600;
        margin-bottom: 20px;
    }

    #footer .footer-top .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #footer .footer-top .footer-links ul i {
            padding-right: 2px;
            color: var(--secondary-color);
            font-size: 18px;
            line-height: 1;
        }

        #footer .footer-top .footer-links ul li {
            padding: 5px 0;
            display: flex;
            align-items: center;
        }

            #footer .footer-top .footer-links ul li:first-child {
                padding-top: 0;
            }

        #footer .footer-top .footer-links ul a {
            transition: 0.3s;
            display: inline-block;
            color: var(--black-color);
        }

            #footer .footer-top .footer-links ul a:hover {
                color: var(--secondary-color);
            }

    #footer .footer-top .footer-links p a {
        color: var(--white-color);
    }

    #footer .footer-top .footer-contact i {
        position: absolute;
        margin-top: 3px;
    }

    #footer .footer-top .footer-contact span {
        display: inline-block;
        padding-left: 30px;
    }

#footer .ginteja-Logo {
    width: 240px
}

@media (max-width:991px) {
    #footer .footer-top {
        text-align: center;
    }

    #footer .ginteja-Logo {
        width: 160px
    }

    #footer .footer-top .footer-links h3 {
        margin: 30px 0px 20px 0px;
    }

    #footer .footer-top .footer-links ul li {
        justify-content: center;
    }

    #footer .footer-top h6 {
        margin: 15px 0px;
    }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

    .back-to-top i {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        background: var(--secondary-color);
        color: var(--white-color);
        transition: all 0.4s;
    }

        .back-to-top i:hover {
            background: var(--primary-color);
            color: var(--white-color);
        }

.form-invalid-text {
    position: absolute;
    font-size: 10px;
    font-weight: 500;
    color: #cf343e;
}

.form-group .btn {
    margin: 0px 5px;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    margin-bottom: 40px;
}

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 14px;
    }

        .breadcrumbs ol li + li {
            padding-left: 10px;
            color: #a29fa0;
        }

            .breadcrumbs ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                content: ">";
            }

@media (max-width: 992px) {

    .breadcrumbs ol {
        display: block;
    }

        .breadcrumbs ol li {
            display: inline-block;
        }
}


/*--------------------------------------------------------------
# WealthBuddy Pages
--------------------------------------------------------------*/
.wealthbuddy-content {
    background-color: var(--white-color);
    padding-top: 110px;
    padding-bottom: 60px;
}

    .wealthbuddy-content h1 {
        font-size: 32px;
    }

    .wealthbuddy-content h3 {
        font-size: 24px;
    }

    .wealthbuddy-content ul {
        padding-left: 10px;
        margin-bottom: 15px;
    }

        .wealthbuddy-content ul li {
            list-style: circle;
            margin: 10px;
            text-align: left;
        }

    .wealthbuddy-content .img-box img {
        border-radius: 2rem;
    }

    .wealthbuddy-content .earning-box {
        background-color: var(--bg-color);
        box-shadow: 0px 4px 1px 0px rgb(0 0 0 / 11%);
        border-radius: 20px;
        padding: 30px;
        position: sticky;
        top: 155px;
    }

        .wealthbuddy-content .earning-box ul {
            padding: 0;
        }

            .wealthbuddy-content .earning-box ul li {
                list-style: none;
                margin: 10px 0px;
            }

                .wealthbuddy-content .earning-box ul li span {
                    margin-left: 18px;
                    display: inline-block;
                    font-weight: 500;
                    font-size: 12px;
                }

            .wealthbuddy-content .earning-box ul i {
                font-size: 15px;
                color: var(--secondary-color);
                position: absolute;
                margin-top: 4px;
            }

    .wealthbuddy-content .article-box {
        box-shadow: 0 4px 12px hsl(0deg 1% 79% / 75%);
        height: 100%;
        padding: 30px;
        text-align: center;
        transition: 0.3s;
        border-radius: 25px 0px 25px 25px;
        background: var(--white-color);
        border-bottom: 3px solid var(--secondary-color);
    }


.wealthbuddy-testimonials .testimonial-item {
    background: var(--bg-color);
}




/*--------------------------------------------------------------
# WealthBuddy More Info
--------------------------------------------------------------*/
.more-info {
    background-color: var(--bg-color);
    padding: 80px 0px;
}

    .more-info .info-box {
        padding: 10px;
    }

        .more-info .info-box img {
            border-radius: 60px;
            box-shadow: 0px 7px 15.2px 0.8px rgba(0, 0, 0, 0.49);
        }


/*--------------------------------------------------------------
# WealthBuddy App
--------------------------------------------------------------*/
.wealthbuddy-app {
    background-color: var(--bg-color);
    padding: 80px 0px 0px;
}

    .wealthbuddy-app .app-box {
        background-color: var(--white-color);
        box-shadow: 0px 11px 17.64px 0.36px rgba(0, 0, 0, 0.27);
        padding: 30px;
        border-radius: 30px;
        margin-bottom: 50px;
    }

    .wealthbuddy-app h2 {
        font-size: 1.7rem;
    }

    .wealthbuddy-app .content ul {
        list-style: none;
        padding: 0;
    }

        .wealthbuddy-app .content ul li {
            padding-bottom: 25px;
        }

            .wealthbuddy-app .content ul li span {
                margin-left: 30px;
                display: inline-block;
                font-weight: 500;
            }

        .wealthbuddy-app .content ul i {
            font-size: 20px;
            padding-right: 4px;
            color: var(--secondary-color);
            position: absolute;
            margin-top: 4px;
        }



/*--------------------------------------------------------------
# Custom CSS
--------------------------------------------------------------*/
.page-content {
    margin-top: 114px;
    padding-top: 40px;
}

    .page-content .section-title {
        padding-bottom: 15px;
    }

        .page-content .section-title h2 {
            font-size: 30px;
            font-weight: 600;
            margin-bottom: 0;
            padding-bottom: 0;
            color: var(--black-color);
        }

    .page-content h3 {
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .page-content p {
        margin-bottom: 1rem;
    }

    .page-content ul {
        padding-left: 20px;
        margin-bottom: 15px;
    }

        .page-content ul li {
            list-style: disc;
        }

@media (max-width: 992px) {

    .page-content {
        margin-top: 75px;
    }
}

.modal-title{
    margin: 0 !important;
}

/*--------------------------------------------------------------
# Hompage Customer Login Modal
--------------------------------------------------------------*/

.LoginForCustPolicyDetails .modal-header{
    border: none;
    padding: 1rem 1rem 0;
    width: 100%;
}
.LoginForCustPolicyDetails .modal-body{
    padding: 0 6rem 2rem;    text-align: center;    width: 100%;
}
.LoginForCustPolicyDetails .modal-body h5{
    margin: 0;    text-align: center;     width: 100%;
}
.login-form input
{
    border-radius: 10px;
    padding: 1rem;
    margin: 1rem 0;    text-align: center;
}
.LoginForCustPolicyDetails .login-form .form-group {
    margin: 0;
}
.LoginForCustPolicyDetails .login-form .btn-secondary {
    padding: 15px 20px;
}
.login-user{
    padding: 2rem 0 0;
    width: 150px;
}
.button-div{grid-template-columns: 1fr 1fr;padding: 1rem 0 !important;}
.otp-label{margin: 1rem 0 0;}

.button-div button{
    padding: 15px 20px !important;
    font-size: 14px !important;
    font-weight: 500 !important;

}
.register-form input{
    text-align: left !important;
}
/*--------------------------------------------------------------
# Hompage Customer Login Modal
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About Us Css
--------------------------------------------------------------*/
.blockquote {
  font-style: italic;
  margin: 20px;
  padding: 15px;
  border-left: 5px solid #ccc;
  background: #f9f9f9;
}

.aboutus {
    padding: 0px 0px;
}

    .aboutus .content p {
        line-height: 1.8;
        font-size: 14px;
    }
/*--------------------------------------------------------------
# About Us Css
--------------------------------------------------------------*/