    :root{
        --primary-color: #00bf63;
        --secondary-color: #004aad;
        --light-color: #fdd9e2e9;
        --light-pink-color: #f9ced8e9;
        --dark-color: #333;
    }

    @media only screen and (max-width: 1300px){
        .container{
            max-width: 96% !important;
        }
    }

    .main_header{
        background: linear-gradient(#fdd9e2e9, #f9ced8e9);
        padding: 5px 0;
        position: relative;
        z-index: 1;
    }
    .main_header img{
        width: 220px;
    }
    .main_header .portfolio_btn{
        background: linear-gradient(to right, #00bf63, #01a154fc);
        /* color: var(--secondary-color); */
        color: #fff;
        border: 0;
        padding: 11px 25px 12px;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1px;
        letter-spacing: 1px;
        font-weight: 600;
        border-radius: 5px;
        transition: transform 0.5s ease-in-out;
    }
    .main_header .portfolio_btn:hover{
        transform: scale(0.96);
        background: linear-gradient(to left, #00bf63, #01a154fc);
    }

    @media only screen and (max-width: 600px) {
        .main_header img{
            width: 160px;
        }
        .main_header .portfolio_btn{
            font-size: 12px;
            padding: 11.5px 20px;
        }
    }

    .hero_section .img_fluid{
        width: 550px;
        margin-top: -30px;
    }
    .hero_section .sip_calculator{
        width: 600px;
        justify-content: end;
        margin: 35px 0 0 auto;
        padding: 40px 50px;
        background: linear-gradient(#e6ecff, #e6ecff);
        border-radius: 30px;
    }
    .hero_section .sip_calculator h2{
        color: var(--primary-color);
        font-size: 35px;
        text-shadow: 0 0 1px #333;
        font-weight: 600;
        margin-bottom: 2px;
        letter-spacing: 0.8px;
    }
    .hero_section .sip_calculator p{
        color: var(--dark-color);
        font-size: 15px;
        font-weight: 500;
    }
    .hero_section .sip_calculator .sip_lumsum button{
        border: 0;
        background-color: #04b4882e;
        color: #1f7810;
        padding: 7px 15px;
        border-radius: 10px;
        font-size: 13px;
        letter-spacing: 1px;
        font-weight: 700;
        transition: transform 0.5s ease-in-out;
        margin-right: 10px;
    }
    .hero_section .sip_calculator form label{
        color: var(--secondary-color);
        font-size: 15px;
        font-weight: 500;
        margin: 15px 0 5px;
    }
    .hero_section .sip_calculator form i{
        background-color: var(--primary-color);
        height: 38px;
        width: 35px;
        text-align: center;
        padding: 12.5px;
        font-size: 13px;
        color: #000;
        border-radius: 5px 0 0 5px;
        margin-right: -5px;
        position: relative;
        z-index: 1;
    }
    .hero_section .sip_calculator form input{
        border: 0;
        height: 38px;
        padding: 10px 25px;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 600;
        color: var(--secondary-color);
        width: 100%;
    }
    .hero_section .sip_calculator form input:focus{
        outline: 0;
    }
    .hero_section .sip_calculator form .d-flex p{
        background-color: var(--primary-color);
        height: 38px;
        text-align: center;
        padding: 8px 10px;
        font-size: 14px;
        color: #000;
        border-radius: 0 5px 5px 0;
        position: relative;
        z-index: 1;
        margin: 0;
    }
    .hero_section .sip_calculator form button{
        margin-top: 42px;
        background: linear-gradient(to right, #00bf63, #01a154fc);
        /* color: var(--secondary-color); */
        color: #fff;
        border: 0;
        padding: 9px 25px 10px;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1px;
        letter-spacing: 1px;
        font-weight: 600;
        border-radius: 5px;
        transition: transform 0.5s ease-in-out;
        width: 70%;
    }
    .hero_section .sip_calculator form button:hover{
        transform: scale(0.96);
        background: linear-gradient(to left, #00bf63, #01a154fc);
    }
    .hero_section .sip_calculator .result{
        margin-top: 15px;
    }
    .hero_section .sip_calculator .result h6{
        color: var(--secondary-color);
        font-size: 15px;
        font-weight: 600;
    }
    .hero_section .sip_calculator .result h6 span{
        color: var(--primary-color);
        font-size: 15px;
        font-weight: 400;
        margin-left: 10px;
    }

    .hero_section .sip_calculator .active{
        background: linear-gradient(to right, #00bf63, #01a154fc);
        color: aliceblue;
    }

    .sip_top_bank{
        background: linear-gradient(#ffd9c0ea, #f9ced8e9);
        padding: 40px 40px 15px;
        border-radius: 12px;
    }
    .sip_top_bank p{
        color: #464646;
        font-size: 13.5px;
        font-weight: 500;
        margin-bottom: 7px;
    }
    .sip_top_bank p strong{
        color: var(--secondary-color);
        font-weight: 700;
    }
    .sip_top_bank p span{
        color: var(--primary-color);
        font-weight: 600;
        cursor: pointer;
    }

    .our_services{
        margin: 50px 0;
    }
    .our_services h3{
        color: var(--secondary-color);
        font-size: 30px;
        font-weight: 700;
    }
    .our_services p{
        color: var(--dark-color);
        font-size: 15px;
        font-weight: 500;
    }
    .our_services .left_service_box{
        width: 40%;
    }
    .our_services .right_service_box{
        width: 60%;
    }
    .our_services .service_box{
        padding: 30px 25px 20px;
        border-radius: 12px;
        transition: all 0.5s ease-in-out;
        cursor: pointer;
    }
    .our_services .service_box:hover{
        margin-top: -20px;
    }
    .our_services .service_box img{
        width: 60px;
        margin-bottom: 10px;
    }
    .our_services .service_box h4{
        color: var(--primary-color);
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .our_services .service_box p{
        color: var(--dark-color);
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 8px;
    }
    .our_services .service_box h6{
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: var(--secondary-color);
    }
    .our_services .credit_box{
        /* width: 250px; */
        margin: 15px auto;
        background: linear-gradient(#ffd9c0ea, #f9ced8e9);
    }
    .our_services .credit_box:hover{
        width: 100% !important;
        margin-top: 0px !important;
        margin-right: 10px;
    }

    .our_services .service_one{
        background: linear-gradient(#ffd9c0ea, #f9ced8e9);
    }
    .our_services .service_two{
        background: linear-gradient(#fdd9e2e9, #f9ced8e9);
    }
    .our_services .service_three{
        background: linear-gradient(#04b4882e, #ffd9c0ea);
    }
    .our_services .service_four{
        background: linear-gradient(#c8ecf9b1, #f9ced8e9);
    }
    .our_services .service_five{
        background: linear-gradient(#c8ecf9b1, #d0d9f7);
    }

    @media only screen and (max-width: 1050px) {
        .hero_section .img_fluid {
            width: 100%;
            margin-top: 0;
        }
        .hero_section .sip_calculator{
            width: 100%;
            padding: 30px 25px 20px;
            border-radius: 12px;
        }
        .hero_section .sip_calculator h2{
            font-size: 27px;
        }
        .hero_section .sip_calculator p{
            font-size: 13.5px;
        }
        .hero_section .sip_calculator form label{
            font-size: 14px;
        }
        .hero_section .sip_calculator form button{
            width: 120%;
            margin-left: -15px;
            padding: 9px 10px;
        }
        .hero_section .sip_calculator .result h6{
            font-size: 14px;
        }
        .our_services .left_service_box,
        .our_services .right_service_box{
            width: 100%;
        }
        .our_services .service_box{
            margin-bottom: 20px;
        }
        .our_services .credit_box{
            width: 300px;
        }
    }


    @media only screen and (max-width: 600px) {
        .hero_section .sip_calculator form button {
            width: 100%;
            margin: 15px 0 0;
            padding: 9px 10px 10px;
        }
        .hero_section .sip_calculator form label {
            margin-right: -10px;
        }
        .our_services .credit_box{
            width: 100%;
            margin: 0px 0 15px;
        }
    }

/* ==============About Section============== */
.about_section{
    margin: 70px 0 40px;
}
.about_section h6{
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: 700;
}
.about_section .content_text p{
    font-weight: 400;
}
.about_section .about_gif{
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .about_section{
        margin: -15px 0 30px;
        overflow: hidden;
    }
    .about_section .about_gif{
        width: 120%;
        margin-left: -33px;
    }
}


/* ===============why_choose_us=============== */
.why_choose_us .according_services{
    margin-top: 20px;
}
.why_choose_us .according_services img{
    width: 500px;
}
.why_choose_us .according_services .accordion-item {
    margin: 15px 0;
    border: 1px solid #ffc107;
    border-radius: 3px;
}
.why_choose_us .according_services .accordion-button {
    padding: 15px;
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    background-color: transparent;
}
.why_choose_us .according_services .accordion-button:focus{
    outline: 0;
}
.why_choose_us .according_services .accordion-body {
    font-size: 14px;
    font-weight: 500;
}
.why_choose_us .according_services .accordion-body strong {
    font-weight: 600;
    color: #01c649;
    letter-spacing: 0.5px;
}
.accordion-button::after {
    content: '\002B' !important; /* Unicode for '+' */
    font-size: 18px;
    font-weight: bold;
    transition: transform 0.3s ease-in-out;
    background-image:none !important;
    color: var(--secondary-color);
}

/* Expanded state: Change '+' to '-' */
.accordion-button:not(.collapsed)::after {
    content: '\002B' !important;
    rotate: 47deg;
    font-weight: 700;
    background-image: none !important;
    margin-right: 8px;
}

@media only screen and (max-width: 1050px) {
    .why_choose_us .according_services img {
        width: 85%;
        margin-bottom: 15px;
    }
}

/* =============Contact us=============  */
.contact_us{
    margin: 70px 0 30px;
}
.contact_us h3{
    font-size: 27px;
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--secondary-color);
    margin: 15px 0 0;
}
.contact_us p{
    font-size: 15.5px;
    line-height: 1.3em;
    margin: 5px 0 15px;
    color: var(--primary-color);
}
.contact_us .contact-form{
    padding: 40px 50px;
    width: 450px;
    background: linear-gradient(#e6ecff, #e6ecff);
    border-radius: 10px;
}
.contact_us .contact-form label{
    font-size: 12.5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--secondary-color);
    font-weight: 700;
}
.contact_us .contact-form input,
.contact_us .contact-form textarea{
    border: 1px solid #f0f0f0;
    padding: 6.5px 12px;
    border-radius: 0px;
    font-size: 13.5px;
    /* color: var(--secondary-color); */
    margin-bottom: 15px;
}
.contact_us .contact-form button{
    background: linear-gradient(to right, #00bf63, #01a154fc);
    color: aliceblue;
    border: 0;
    padding: 11px 25px 10px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    letter-spacing: 1px;
    font-weight: 700;
    border-radius: 5px;
    transition: transform 0.5s ease-in-out;
    margin-bottom: -10px;
}
.contact_us .contact-form button:hover{
    transform: scale(0.95);
}
.contact_us .contact-form button img{
    width: 20px;
}

.contact_us .contact-section img{
    width: 45px;
}
.contact_us .contact-section h4{
    font-size: 20px;
    color: var(--secondary-color);
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
}
.contact_us .contact-section a,
.contact_us .contact-section p{
    font-size: 14px;
    line-height: 1.3em;
    margin: 5px 0 15px;
    text-decoration: none;
    color: var(--dark-color);
    font-weight: 500;
}
.contact_us .contact-section .col-10{
    padding-left: 0;
    margin-left: -40px;
}

@media only screen and (max-width: 1050px){
    .contact_us .contact-form{
        width: 100%;
        padding: 30px 25px 40px;
    }
    .contact_us .contact-section .col-10{
        margin-left: 0;
    }
}
@media only screen and (max-width: 600px){
    .contact_us{
        margin: -50px 0 50px;
    }
    .contact_us .contact-section{
        margin-top: 50px;
    }
    .contact_us .contact-section .col-10{
        margin-left: 0px;
        /* padding-left: 10px; */
    }
    .contact_us .contact-section img {
        width: 40px;
    }
    .contact_us .contact-section h4 {
        font-size: 18px;
    }
    .contact_us .contact-section p,
    .contact_us .contact-section a {
        font-size: 13px;
    }
}

.footer_box{
    background: linear-gradient(#ffd9c0ea, #f9ced8e9);
    padding: 15px 0;
}
.footer_box p a,
.footer_box p{
    font-size: 13.5px;
    line-height: 1.3em;
    margin: 5px 0 0px;
    color: #333;
    font-weight: 700;
    text-decoration: none;
}
.footer_box p img{
    width: 25px;
    margin-right: 5px;
}
.footer_box p a:hover{
    color: var(--secondary-color);
}
.footer_box p a img:hover{
    rotate: 360deg;
}
@media screen and (max-width: 600px){
    .footer_box,
    .footer_box .col-md-5{
        text-align: center !important;
    }
    .footer_box span{
        display: block;
    }
    .footer_box .mobile_none{
        display: none;
    }
    .footer_box img{
        margin-bottom: 10px;
    }
    .footer_box p{
        line-height: 1.4em;
    }
}

.app_download img{
    width: 150px;
    position: fixed;
    left: 50px;
    bottom: 30px;
    animation: grow 1s infinite alternate;
}
@keyframes grow {
    0% {
      transform: scale(0.9);
    }
    100% {
      transform: scale(1.2);
    }
}
@media only screen and (max-width: 1050px){
    .app_download img{
        width: 130px;
        left: 20px;
        bottom: 30px;
    }
}
@media only screen and (max-width: 600px){
    .app_download img {
        width: 120px;
        left: 10px;
        bottom: 10px;
    }
}

/* ================Policy================= */
.content-section h1,
.content-section h2,
.content-section h3{
    color: var(--secondary-color);
    letter-spacing: 1px;
    font-weight: 500;
    margin: 30px 0 0;
    font-size: 25px;
}
.content-section p{
    font-size: 14px;
    line-height: 1.3em;
    margin: 5px 0 15px;
    color: var(--dark-color);
    font-weight: 500;
}


/* ============Modal Style========== */
.modal_style{
    border-radius: 0 !important;
    padding: 30px;
}
.modal_style .modal_header{
    border-bottom: 1px solid #f0f0f0;
}
.modal_style .modal_header h3{
    font-weight: 700;
    font-size: 22px;
    line-height: 1.6em;
    letter-spacing: 0.5px;
    color: var(--secondary-color);
    margin-bottom: 0;
}
.modal_style .modal_header img{
    width: 22px;
    cursor: pointer;
    transition: transform 0.5s;
}
.modal_style .modal_header img:hover{
    transform: rotate(180deg);
}
.modal_style .modal_body{
    margin: 15px 0;
}
.modal_style .modal_body .row{
    align-items: center !important;
    margin: 15px 0;
    padding: 15px 0;
    box-shadow: 0 0 10px #f0f0f0;
}
.modal_style .modal_body img{
    width: 130%;
}
.modal_style .modal_body h5{
    font-weight: 700;
    font-size: 17px;
    line-height: 1.2em;
    letter-spacing: 0.5px;
    /* color: var(--secondary-color); */
    margin-bottom: 0;
}
.modal_style .modal_body p{
    font-size: 13px;
    line-height: 1.3em;
    margin: 2px 0 5px;
    color: #333;
}
.modal_style .modal_body button{
    background-color: var(--secondary-color);
    color: #fff;
    border-radius: 0px;
    padding: 7px 15px;
    border: none;
    font-weight: 600;
    font-size: 12px;
    font-family: nunito;
    transition: transform 0.5s;
    letter-spacing: 0.5px;
}
.modal_style .modal_body button:hover{
    transform: scale(0.95);
}
.modal_style .modal_body form .row{
    padding: 0;
    box-shadow: none;
    margin: 10px -12px;
}
.modal_style .modal_body form label{
    font-size: 12.5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--secondary-color);
    font-weight: 700;
}
.modal_style .modal_body form label span{
    font-weight: 14px;
    color: var(--secondary-color);
}
.modal_style .modal_body form input,
.modal_style .modal_body form select{
    border: 1px solid #f0f0f0;
    padding: 6.5px 12px;
    border-radius: 0px;
    font-size: 13.5px;
    /* color: var(--secondary-color); */
    margin-bottom: 10px;
}
.modal_style .modal_body form button{
    padding: 8px 25px;
    margin-top: 0px;
    margin-right: 0;
}
.modal_style .form_body h5{
    margin-left: 0;
}
@media only screen and (max-width: 600px){
    .modal_style {
        padding: 30px 15px;
    }
    .modal_style .modal_body img {
        width: 65px;
    }
    .modal_style .modal_body h5{
        font-size: 14px;
        line-height: 1.1em;
        margin-left: 10px;
        margin-bottom: 0;
    }
    .modal_style .modal_body p {
        font-size: 12px;
        line-height: 1.3em;
        margin: 2px -10px 5px 10px;
        color: #333;
    }
    .modal_style .modal_body button{
        margin-left: -10px;
        padding: 7px 12px;
    }
    .modal_style .modal_body .row{
        padding: 5px 0;
    }
    .modal_style .modal_body img{
        margin-left: -5px;
    }
    .modal_style .modal_body button{
        margin-right: -5px;
    }
    .modal_style .modal_body form button{
        margin-left: 0;
    }
    .modal_style .form_body h5{
        margin-left: 0;
    }
}
