.pageHeader {
  background: radial-gradient(149.44% 733.46% at 50% 50%, #FFFFFF 0%, #CFDEFF 100%) !important;	
}
.mutual-new-banner {
  position: relative;
  height: calc(100vh - 60px);
  display: flex;
  align-items: center;
  background: radial-gradient(149.44% 733.46% at 50% 50%, #FFFFFF 0%, #CFDEFF 100%) !important;
}
.mutual-new-banner h1 {
  color: #000 !important;
  font-weight: 500 !important;
}
.mutual-new-banner p {
  font-size: 1.25em !important;
  line-height: 1 !important;
  font-weight: 500 !important;
}
@media (max-width: 991px) {
/*   .mutual-new-banner .button {
    margin: 0 auto;
    text-align: center;
  } */
	.mutual-new-banner .content h1 {
		text-align:left !important;
	}
	.mutual-new-banner .content p {
		text-align:left !important;
	}
}

#three-blocks-component {
  position: relative;
}
#three-blocks-component .row {
  gap: 0;
  --bs-gutter-x:0;
}
#three-blocks-component .each-block {
  background-color: #065ab1;
  min-height: 180px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  transition: 0.5s all ease-in-out;
  padding: 0 10px;
  text-align: center;
}
#three-blocks-component .each-block img {
  margin-bottom: 8px;
}
/* #three-blocks-component .each-block:hover {
  background-color: #003c7a;
} */
#three-blocks-component .1-block {
  background-color: #003c7a;
}
/* #three-blocks-component .1-block:hover {
  background-color: #065ab1;
} */

#quick-cash {
  position: relative;
  padding: 4em 0;
  background-color: #fff;
}
#quick-cash h1 {
  font-weight: 500 !important;
  color: #000;
}
@media (min-width: 1200px) {
  #quick-cash .blocks {
    margin-right: 2em;
  }
}
#quick-cash .blocks .each-item {
  background-color: #f1f1f1;
  padding: 10px 10px;
  display: flex;
  gap: 1em;
  align-items: center;
  margin-bottom: 1em;
}
#quick-cash .blocks .each-item .img {
  min-width: 100px;
}
#quick-cash .blocks .each-item p {
  font-size: clamp(1em, 1vw, 2em);
  margin-bottom: 0;
}
@media (max-width:991px){
	#quick-cash {
  position: relative;
		padding: 2em 0;
	}
	#quick-cash .row {
		flex-direction:column-reverse;
	}
}
#clear-terms-zero-surprises {
  position: relative;
  padding: 1em 0 3em;
  background-color: #fff;
}
#clear-terms-zero-surprises .strip {
  margin-top: 1em;
  background-color: #EF4246;
  padding: 2em 0;
}
#clear-terms-zero-surprises .strip .col-lg-3:not(:last-child) {
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  #clear-terms-zero-surprises .strip .col-lg-3:nth-child(1) {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  }
  #clear-terms-zero-surprises .strip .col-lg-3:nth-child(2) {
    border-right: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  }
  #clear-terms-zero-surprises .strip .col-lg-3:nth-child(3) {
    padding-top: 1em;
  }
  #clear-terms-zero-surprises .strip .col-lg-3:nth-child(4) {
    padding-top: 1em;
  }
}
#clear-terms-zero-surprises .strip .content {
  padding: 0;
}
#clear-terms-zero-surprises .strip .content h1 {
  margin-bottom: 0;
  line-height: 1.25;
}
#clear-terms-zero-surprises .strip .content h1 span {
  font-size: 18px !important;
  font-weight: 400 !important;
}

#loan-against {
  position: relative;
  padding: 0.5em 0 4em;
  background-color: #fff;
}
#loan-against .row {
  --bs-gutter-x: 2rem;
}
#loan-against .each-card {
  border: 1px solid #064D91;
  padding: 1.5em;
  height: 100%;
  position: relative;
}
#loan-against .each-card::after {
  content: url(/wp-content/uploads/2025/05/line-dot.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -28px;
}
@media (max-width: 991px) {
  #loan-against .each-card::after {
    right: 0;
    bottom: -28px;
    top: inherit;
    left: 0;
    margin: 0 auto;
    text-align: center;
    transform: rotate(90deg);
  }
}
#loan-against .each-card h1 {
  color: #E9E9E9;
  font-weight: 800;
}
#loan-against .each-card p {
  color: #064D91;
  font-size: clamp(1.25em, 1.38vw, 2.5em);
  line-height: 1.3;
  font-weight: 500 !important;
}
@media (max-width: 991px) {
  #loan-against .col-lg-3 {
    margin-bottom: 2em;
  }
}
#loan-against .col-lg-3:last-child .each-card::after {
  content: none;
}
@media (min-width:768px) and (max-width:991px){
	#loan-against .col-lg-3:nth-child(3) .each-card::after {
  content: none;
}
}
#the-right-choice {
  position: relative;
  background: radial-gradient(149.44% 733.46% at 50% 50%, #FFFFFF 0%, #CFDEFF 100%);
}
@media (min-width: 991px) {
  #the-right-choice {
    background-image: url(/wp-content/uploads/2025/05/Banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
#the-right-choice ul {
  list-style: decimal;
  padding-left: 1em;
}
#the-right-choice ul li {
  margin-bottom: 1em;
  padding-left: 10px;
}
#the-right-choice ul li::marker {
  content: url(/wp-content/uploads/2025/05/Check-2.svg);
}
#the-right-choice .content {
  padding: 3em 0;
}
@media (max-width: 991px) {
  #the-right-choice .content {
    padding: 2em;
  }
}

#faqs-landing-home .accordion .accordion-item {
  box-shadow: inherit !important;
}

.loan-faqs {
  background-color: #fff;
}
.loan-faqs .accordion {
  background-color: #FFFFFF;
  box-shadow: none !important;
}
.loan-faqs .accordion .accordion-item {
  border-radius: 0 !important;
}
.loan-faqs .accordion .accordion-item .accordion-body {
  border-radius: 0 !important;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.0392156863) !important;
}
.loan-faqs .accordion .accordion-item .accordion-header {
  border-radius: 0px !important;
}
.loan-faqs .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #f8f8f8 !important;
}

#faqs-landing-home .accordion .accordion-header {
  border-radius: 0px !important;
}

#faqs-landing-home .accordion .accordion-button:not(.collapsed) {
  border-radius: 0px !important;
}

#faqs-landing-home .accordion .accordion-header button {
  border-radius: 0px !important;
}/*# sourceMappingURL=loan-mutual-fund.css.map */