body {
    margin: 0;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    background-color: var(--white-color);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.carousel-control-next {
    background: #1f2441;
}

.carousel-control-prev {
    background: #1f2441;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: var(--primary-color);
    color: var(--white-color);
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: var(--primary-color);
    color: var(--white-color);
}

.carousel-indicators li {
    list-style: none;
    /* Remove numbering */
}

#carouselId .carousel-indicators li {

    width: 10px;
    height: 10px;
    background: var(--white-color);
    margin: 5px;
}

.carousel-indicators [data-bs-target] {
    border-top: 0;
    border-bottom: 0;
}

.carousel-indicators .active {
    background: var(--button-color) !important;
}

.homesliderback {
    background: var(--primary-color);
}

.homeCalRet {
    background-color: #ebf6ff;
    border-radius: 25px;
}

.homeCalRetText {
    color: #fff;
    font-weight: 600;
    background: #1f2441;
    border-radius: 50px;
    font-size: 13px;
}


.slider-selection {
    background: var(--primary-color) !important;
}

.slider-handle {
    background-color: #fff;
    border: 2px solid var(--primary-color);
    opacity: 1;
}

.hide {
    display: none !important;
}

.steps {
    border-color: rgba(0, 0, 0, 0);
    border-style: none solid;
    border-width: 0 1px;
    margin: 0px 0px 35px !important;
    position: relative;
    width: 100%;
}

.tick {
    color: #000000;
    font-size: 9px;
    height: 11px;
    left: 0;
    line-height: 11px;
    margin-left: -24px;
    position: absolute;
    text-align: center;
    letter-spacing: 0px;
    width: 50px;
}

#emipiechart {
    height: 300px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.highcharts-button {
    display: none;
}

.list-group-flush>.list-group-item {
    padding: 20px 10px;
}


@keyframes infiniteslide16775885016091e8c {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0, -1139px, 0);
    }
}

.bg-card-about {
    background-color: #e8f8ff !important;
}




/* Steps Markers */
.steps {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.steps .tick {
    font-size: 10px;
    text-align: center;
    position: absolute;
    transform: translateX(7%);
}

.marker {
    display: block;
    margin-top: 5px;
    color: #333;
    font-weight: bold;
}


#schemeTable {
    font-size: 13px;
}

.table tfoot {
    --bs-table-bg: #d5f3ff;
}

.table thead {
    --bs-table-bg: #1f2441;
    --bs-table-color: var(--white-color);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;

}

.hidden {
    display: none;
}

/* Style for the slider track */
.slider-track {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 10px;
    background: #e5e5e5;
    /* Light gray background */
    outline: none;
    transition: background 0.15s ease-in-out;
}

/* Style for the filled portion of the slider */
.slider-track::-webkit-slider-runnable-track {
    height: 10px;
    border-radius: 10px;
    background: linear-gradient(to right, #28a745 0%, #28a745 var(--progress), #e5e5e5 var(--progress), #e5e5e5 100%);
}

/* Style for the slider thumb (pointer) */
.slider-track::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: white;
    border: 3px solid var(--secondary-color);
    cursor: pointer;
    margin-top: -6px;
    /* Adjust to align properly */
}

.slider-track::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    border: 3px solid var(--secondary-color);
    cursor: pointer;
}

.btn-primary {
    background-color: #1f2441;
    border-color: #1f2441;
}

.text-primary {
    color: var(--text-color) !important;
}

footer h3 {
    color: var(--text-color) !important;
}

.blog-item {
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.blog-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.blog-content h5 {
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}


.blog-coment a {
    color: var(--secondary-color);
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: transform 0.3s ease-in-out;
}

.blog-coment a:hover {
    transform: translateX(5px);
}

.blog-coment i {
    font-size: 14px;
    transition: transform 0.3s ease-in-out;
}

.blog-coment a:hover i {
    transform: translateX(3px);
}

.fund-heading {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 5px 25px;
    font-size: 24px;
}
#mfResearch{
    background: #f3f3ff;
}
#suggestionContainer{
    background-color: #fff;
    border: 1px solid #e5e5e5;
    margin-top: 10px;
    border-radius: 5px;
}
#suggestionContainer ul{
    list-style: none;
    margin-bottom: 0px;
    padding: 10px;
}
.navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    margin-right: 15px;
    transition: color 0.3sease-in-out;
}
.navbar-nav .nav-link.active {
    color: #009743;
}
.btn-login {
    background-color: #009743;
    color: #fff;
    font-weight: 400;
}
.btn-signup {
    background-color: transparent;
    color: #fff;
    border: 2px solid #009743;
    font-weight: 400;
}
.home-banner{
    background-image: url('/images/home/banner2.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.home-stats{
    background-color: #1f2441b8;
}
.btn-banner{
    background-color: #009743;
    color: #1f2441;
    font-weight: 400;
}
.home-services{
    background-image: url('/images/home/home-service-back.png');
    background-repeat: no-repeat;
    background-size: cover;   
}
.home-calc-back{
    background-image: url('/images/home/home-calc-back.png');
    background-repeat: no-repeat;
    background-size: cover;   
}
/* For WebKit browsers (Chrome, Safari, Edge) */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px; /* Adjust thumb size */
    height: 20px;
    background: #009743; /* Thumb color */
    border-radius: 50%; /* Circular thumb */
    cursor: pointer;
    border: 2px solid #009743;
    position: relative;
    top: -8px;
}

/* For Mozilla Firefox */
input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #009743;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #009743;
    position: relative;
    top: -8px;
}

/* For Microsoft Edge */
input[type="range"]::-ms-thumb {
    width: 20px;
    height: 20px;
    background: #009743;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #009743;
    position: relative;
    top: -8px;
}
.carousel img {
    width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
  }
  .carousel-inner {
    padding: 1em;
  }
  
  @media screen and (min-width: 576px) {
    .carousel-inner {
      display: flex;
      width: 90%;
      margin-inline: auto;
      padding: 1em 0;
      overflow: hidden;
    }
    .carousel-item {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 2);
    }
  }
  @media screen and (min-width: 768px) {
    .carousel-item {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 3);
    }
  }
  .carousel .card {
    margin: 0 0.5em;
    border: 0;
  }
  
  .carousel-control-prev,
  .carousel-control-next {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    bottom: -25%;
    top: auto;
    transform: translateY(-50%);
}
.carousel-item::after{
    background: none;
}
.carousel-control-prev{
    left: 45%;
}
.carousel-control-next{
    right: 45%;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover{
    background: #009743;
    color: #1f2441;
}
.carousel-item .card{
    border-radius: 25px;
}
.footer{
    background-color: #1f2441;
}
footer h4{
    color: #009743 !important;    
}
.footer ul li{
    padding-left: 0px;
}
.footer a{
    color: #009743;
}
.footer .contact-info i {
    color: #009743;
}
.footer-bottom .copyright {
    color: #009743;
}
.btn-banner:hover{
    background-color: #1f2441;
    color: #fff;
    font-weight: 400;
}
.btn-custom {
    font-size: 14px;
    font-weight: bold;
    border-radius: 40px;
    border-color: none;
    transition: all 0.3s ease-in-out;
}
.blog-coment a {
    color: var(--secondary-color);
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: transform 0.3s ease-in-out;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.2;
    color: #000;
}
.page-header .breadcrumb-item, .page-header .breadcrumb-item a {
    font-size: 16px !important;
    color: #000;
}
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #000;
}
.table thead{
	background: #1f2441;
	color:#fff;
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    color: #000;
}
table > thead > tr > th{
	color:#fff !important;
}
.dt-start label{
	display:none !important;
}
.table thead tr th {
    border: 1px solid #eee;
    background-color: #1f2441 !important;
    color: #fff;
}
/* Make sure the dropdown doesn't overflow */
.mega-menu {
    width: 100%; /* Ensure it takes up the full width of the container */
    max-width: 100%; /* Prevent it from exceeding the container width */
    padding: 20px 0; /* Adjust padding as necessary */
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000; /* Ensure it appears above other elements */
}

/* Make sure the dropdown content fits inside */
.mega-menu .mega-menu-content {
    width: 100%;
}

/* Set the maximum width to be within the container */
.mega-menu .mega-menu-content .row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

/* Ensure each column takes up 1/3rd of the space (adjust this as necessary) */
.mega-menu .mega-menu-content .col-lg-4 {
    padding: 0 15px;
}

/* Optional: Handle overflow in case the menu is too large for the container */
.mega-menu .mega-menu-content {
    overflow: hidden; /* Hide anything that overflows */
}

/* Additional media query for responsiveness */
@media (max-width: 1200px) {
    .mega-menu .mega-menu-content .col-lg-4 {
        width: 100%; /* Make columns stack on smaller screens */
    }
}
.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
    left: 0px;
}
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
        left: 0px;
    }
}
.testimonial-item {
    background: #ffffff;
}
.owl-carousel .owl-item img{
   	width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
}
.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: #009743;
}
.owl-carousel .owl-stage-outer{
	padding-bottom:15px;
}