@import url("../../css2");

* {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

html,
body {
  overflow-x: hidden !important;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: rgba(3, 3, 3, 0.719);
  background-color: #fff !important;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

button:focus,
.form-control:focus,
.btn-primary:focus,
input:focus,
.form-select:focus {
  outline: none !important;
  box-shadow: none !important;
}

.text-muted {
  color: #07085e !important;
}

.btn.btn-primary {
  background: #e6191a;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  padding: 10px 24px;
  font-size: 16px;
  border-color: #ad1111;
}

.blackbtn {
  background-color: #07085e !important;
}

.blackbtn:hover {
  border-color: #0a0c62 !important;
}

.btn.btn-primary:hover,
.btn-outline-primary:hover {
  transition: all 0.1s ease-in-out;
  background: #eb8000 !important;
  border-color: #eb692d;
}

.btn-primary-outline {
  border: 1px solid #07085e;
  color: #07085e !important;
}

/* header css */
/* Base Navbar Styling */
.custom-navbar {
  z-index: 9999;
  box-shadow: 0 4px 4px 0 rgb(154 154 154 / 10%);
}

/* Logo */
.logo-img {
  height: 68px;
  width: auto;
}

/* Navigation Links */
.nav-link-custom {
  /* font-family: "Poppins" !important; */
  font-size: 16px;
  color: #07085e;
  padding: 0 12px !important;
}

.nav-link-custom:hover {
  color: #07085e;
  font-weight: 500;
}

.nav-link-custom.active {
  /* font-family: "Poppins" !important; */
  color: #eb692d;
  font-weight: 700;
}

/* ======= Hearder End=============== */

.container-fluid {
  width: 90%;
}

.page-wrapper {
  /* margin-top: 96px; */
  margin-top: 60px;
}

.bg-lightBody {
  background-color: #fff9f2;
}

.rounded_12 {
  border-radius: 12px;
}

.homeBanner {
  background-image: url("../images/home-Banner.svg");
  background-repeat: no-repeat;
  /* background-size: contain; */
  background-position: bottom;
  background-color: #eb692d;
}

.homeBanner h1,
.heading2 {
  font-size: 60px;
}

.mainColor {
  color: #1d69a8;
}

.border_new {
  border: 1px solid #eb692d;
}

.custombtn svg path {
  stroke: #eb692d;
}

.custombtn:hover svg path {
  stroke: #fff;
}

.textBlack {
  color: #07085e !important;
}

.productLoan {
  background-color: #ffe9cf;
}

.page-wrapper h2 {
  font-size: 48px;
  letter-spacing: -2px;
}

.bg-responsible {
  background-color: #ffe9cf;
}

.bg-content1 {
  background-color: #e61814;
}

.bg-content1 h3 {
  font-weight: bold !important;
  font-size: 24px;
  margin-top: 0px;
}

.bg-content1 h5.mainColor {
  color: #07085e;
}

.blog-div {
  border-bottom: 12px solid #eb692d;
}

.bgNews {
  background-color: #fbecda;
}

.container {
  width: 90%;
  max-width: 90%;
}

.footer a:hover {
  color: #07085e !important;
  font-weight: 500;
}

.faq_bloans {
  height: 450px;
}

.accordion-button::after {
  background-image: url("../images/plus-icon.svg");
  background-size: 40px;
  height: 34px;
  width: 34px;
  position: absolute;
  left: -28px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/minus-icon.svg");
  background-size: 100%;
}

.accordion-button:not(.collapsed) {
  color: #07085e;
  font-weight: 600;
}

.accordion-item {
  border: 2px solid #e7e7ef !important;
  padding-left: 40px;
  color: #07085e !important;
}

.accordion-item,
.accordion-item:first-of-type,
.accordion-item:last-of-type {
  border-radius: 24px;
}

.footer {
  background: linear-gradient(0deg, #1d69a8 16%, #3887c9 63%);
}

.bg-brand-color {
  background-color: #eb692d;
}

.contact-box input::placeholder {
  color: #fff !important;
}

.copy-box {
  border-top: 2px solid #e61814;
}

.formContactus input {
  border-radius: 8px;
  border: 0.5px solid var(--Slate-500, #94a3b8);
  background: var(--White, #fff);
  padding: 14px;
}

.blog-div img {
  max-width: 180px;
}

.missionSection {
  border-radius: 0px 0px 60px 60px;
}

.repayDiv {
  background-color: #eb692d;
}

.num {
  font-weight: 700;
  font-size: 40px;
  color: #9e9e9e;
  text-shadow: -10px 7px 6px rgba(104, 104, 103, 0.4);
}

.imgNum::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #d9d9d9;
  position: absolute;
  left: 10px;
  top: 14px;
  z-index: -9;
}

.features_sectionbox {
  box-shadow: 0px 1px 19px rgba(89, 113, 201, 0.16);
}

.divcontrol {
  width: 62%;
  margin: 0 auto;
}

.border-lightNew {
  border: 1px solid #fbead6;
}

.stepsBorrowing .rounded_12 {
  border: 1px solid #07085e;
}

.contact-box .custombtn:hover {
  background-color: #fff !important;
  color: #eb692d;
}

.btn.blackbtn:hover {
  background: #0a0c62 !important;
}

button.btn.btn-primary.custombtn:hover svg path {
  stroke: #eb692d !important;
}

.productLoan .rounded_12 p {
  height: 70px;
  text-align: justify;
  color: #07085e !important;
}

.accordion-body.text-body,
.accordion-button {
  color: #07085e !important;
}

.btn-primary-outline {
  padding: 10px 24px;
  font-size: 16px;
}

.text-justify {
  text-align: justify !important;
}

/* apply now page css  */
.applyDiv {
  background: linear-gradient(
    180deg,
    rgba(247, 148, 29, 0.2) 50%,
    rgba(234, 160, 71, 0.09) 79%
  );
}

.textBlue {
  color: #07085e;
}

.box-for-img {
  border: 1px solid #07085e;
}

.backline {
  background-color: #07085e;
  z-index: -9;
}

.table > :not(:first-child) {
  border-top: none;
}

.table {
  white-space: nowrap;
}

/* dashboard css start  */
.contentDashboard {
  border: 1px solid #e0e0e0;
  background: #fff9f2;
  cursor: pointer;
}

.progress {
  background-color: #fde5c8;
  height: 25px;
}

.progress-bar {
  background-color: #eb692d;
  height: 25px;
  font-size: 16px;
  font-weight: 700;
}

/* journey css start */

/* footer */

.journey-footer {
  background: #ffe0bb;
}

.journey-heading {
  display: flex;
  align-items: center;
  gap: 35px;
}

.journey-heading img {
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
}

.journey-heading h3 {
  color: #07085e;
  font-size: 25px;
  font-weight: 600;
}

.otp-box {
  width: 65px !important;
  background-color: rgba(252, 252, 252, 1);
  border: 1px solid rgba(211, 211, 211, 1);
}

.journey-heading p {
  color: #616161;
  font-size: 16px;
  font-weight: 400;
}

.main-content-journey {
  display: flex;
  padding: 26px 10px;
  flex-direction: column;
  /* align-items: flex-start; */
  /* gap: 31px; */
  align-self: stretch;
}

.journey-form label {
  font-size: 16px;
  font-weight: 600;
  line-height: 28.8px;
}

.journey-form input,
.journey-form select {
  background-color: #fcfcfc;
  border: 1px solid rgba(211, 211, 211, 1);
  border-radius: 10px;
  padding: 12px 16px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #07085e;
  line-height: 24px;
  margin-bottom: 16px;
}

/* .journey-form input::placeholder{
  color: #07085E;
} */
.radio-btn {
  border: 1px solid rgba(247, 148, 29, 1);
  border-radius: 10px;
  padding: 8px 16px;
}

.check-button {
  width: 300px;
  border-radius: 12px;
  color: #fff;
  background-color: rgba(247, 148, 29, 1);
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
}

.check-button:hover {
  color: #fff;
  background-color: rgb(200, 116, 14);
}

.journey-header {
  border-bottom: 6px solid #e0e0e0;
  box-shadow: 0 4px 4px 0 rgba(255, 235, 210, 0.5);
  width: 100%;
}

.zero {
  color: #eaa047;
  font-size: 24px;
  font-weight: 700;
  vertical-align: middle;
}

.need-help {
  border-radius: 12px;
  border: 1px solid #07085e;
  background: #fff;
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #07085e;
  font-size: 14px;
  font-weight: 600;
}

.count-journey {
  color: #212121;
  font-size: 18px;
  font-weight: 500;
  vertical-align: middle;
}

.eligibility-section {
  height: 585px;
  /* width: 350px; */
  position: relative;
  background-color: #fff9f2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 30px;
  box-sizing: border-box;
  gap: 113px;
  text-align: left;
  align-self: stretch;
}

.eligibility-section h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
}

.eligibility-section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
}

.employment-card {
  display: block;
  cursor: pointer;
}

.card-content {
  border: 2px solid #ddd;
  border-radius: 12px;
  padding: 2px 6px;
  text-align: center;
  position: relative;
  transition: 0.3s;
}

.card-content img {
  width: 60px;
  margin-bottom: 10px;
}

.card-content .title {
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  color: #07085e;
  padding-left: 30px;
}

.card-content .radio-circle {
  position: absolute;
  top: 8px;
  left: 10px;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
}

.employment-card input:checked + .card-content {
  border-color: #ff7a00;
  /* orange */
  background-color: #fff;
}

.employment-card input:checked + .card-content .radio-circle {
  border-color: #ff7a00;
  background-color: #ff7a00;
  box-shadow: inset 0 0 0 4px #fff;
}

.employment-card input:checked + .card-content .title {
  color: #ff7a00;
}

/* selfie - bank statement - css start  */
.check-button-retake {
  width: 170px;
  border-radius: 12px;
  border: 1px solid rgba(247, 148, 29, 1);
  color: rgba(247, 148, 29, 1);
  background-color: #fff6ea;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
}

.check-button-selfie {
  width: 170px;
  border-radius: 12px;
  color: #fff;
  background-color: rgba(247, 148, 29, 1);
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
}

.recommended {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 0px 12px;
  white-space: nowrap;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.option-text {
  margin-top: 8px;
  font-size: 16px;
  color: #333;
}

/* bank upload */
.journey-form-upload {
  display: flex;
  /* width: 816px; */
  height: 300px;
  flex-direction: column;
  align-items: center;
  /* gap: var(--Gap-and-Padding-Positive-GapPadding-24, 24px); */
  /* overflow-x: hidden;
  overflow-y: auto; */
}

.upload-card {
  border: 1px solid #ffebd2;
  background-color: #fafafa;
}

.active-step h5 {
  color: #f7931e;
}

.stepBlock p {
  font-size: 12px;
}

.principleBlock {
  border: 1px solid #eaa047;
}

.maxdiv {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

input[type="range"] {
  accent-color: #f7931e;
}

.bkStatement {
  min-height: 430px;
}

.coverDiv h3 {
  font-weight: 600;
}

.timer {
  border: 1px solid #eb692d;
  height: 145px;
  width: 145px;
}

.timer h2 {
  font-size: 34px;
}

.bankBlock h4 {
  font-weight: 400;
  font-size: 14px !important;
  margin-top: 0 !important;
}

.card-bankBlock {
  border-top: 4px solid #000;
  position: relative;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 0px 20px 0px;
  box-shadow: 0 0 5px 0 #d1eaff, 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}

.cardLine {
  border-bottom: 1px solid #d1eaff;
  padding-bottom: 6px;
  margin-bottom: 6px;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.card-bankBlock::after {
  content: "Recommended for higher loan amount ";
  position: absolute;
  width: 50%;
  background-color: #000;
  top: -32px;
  right: 35px;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 14px;
  padding: 3px;
}

.upload-icon img {
  width: 34px;
  margin-bottom: 14px;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #fff9f2;
}

.completed-step {
  background-color: #f7931e;
  color: #fff;
}

.blockSlider {
  background-image: url("../images/bg-apply.png");
  background-size: 100% 100%;
}

.securitySection {
  background-image: url(../images/bg-security.png);
  background-size: 100% 100%;
  height: 370px;
}

.loanCalculator {
  border-radius: 117px 117px 0px 0px;
}

.feature-item1 {
  background-color: #0a6075;
}

.cardProcess10 {
  background-color: #169dbd;
}

.input-group1 {
  position: absolute;
  top: 0;
  right: 0;
}

.input-group1::before {
  content: "";
  position: absolute;
  background-image: url(../images/rupee-line.svg);
  height: 70%;
  width: 27%;
  background-repeat: no-repeat;
  left: 8px;
  border-right: 1px solid #e0e0e0;
  padding-right: 10px;
  border-left: 0;
}

.input-groupDate::before {
  background-image: url(../images/font-date.svg);
}

.input-group {
  width: 134px;
  border-radius: 12px !important;
  border: 1px solid #e0e0e0 !important;
  background-color: #fff;
}

.input-group input {
  width: 60px;
}

.codeList {
  min-height: 45px;
  max-height: 200px;
  overflow: auto;
  margin-top: -11px;
  z-index: 99;
  width: 98%;
  padding: 0;
}

.codeList li {
  list-style: none;
  padding: 10px;
}

.codeList li:hover {
  background-color: #f7931e;
  color: #fff;
}

.hidden {
  display: none;
}

/* .cut-text {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 160px;
  height: 1.2em;
  white-space: nowrap;
} */

/* updated css */
.cut-text {
  text-overflow: ellipsis;
  /* overflow: hidden; */
  width: 160px;
  height: 1.2em;
  /* white-space: nowrap; */
  word-break: break-word;
  overflow-wrap: break-word;
  margin-bottom: 40px;
}

.contentDashboard h5.fw-bold {
  margin-bottom: 0;
}

/*
* journey header image 
*/

#journey-header-profile-pic {
  border-radius: 20px;
}

#profile-information-pic {
  border-radius: 60px;
}

.journey-header .logo-img {
  height: 42px;
}

.journey-wrapper {
  margin-top: 75px;
}

.bkStatement .card-content .title {
  padding-left: 0px;
}

select {
  -webkit-appearance: none;
}

.minHeight {
  min-height: 83vh;
}

.check-box {
  width: 16px;
  height: 16px;
}

/* dlp page css  */
.partner-card {
  /* border-radius: 0px 0px 70px 0px; */
  border-top: 8px solid #eb692d;
}

.btn-pop {
  will-change: transform;
}

/* helps on some GPUs */
.btn-pop:active {
  transform: scale(0.96);
}

/* press feedback */

.btn-pop.pop {
  animation: btn-pop 220ms ease-out;
  transform-origin: center;
}

@keyframes btn-pop {
  0% {
    transform: scale(0.92);
  }

  60% {
    transform: scale(1.03);
  }

  100% {
    transform: scale(1);
  }
}

.btn-apply-instantly {
  background: #f04209 !important;
  color: #fff;
  font-weight: 600;
}

.btn-apply-instantly:hover,
.btn-apply-instantly:focus-visible {
  background: #d53b08 !important;
  color: #fff;
  font-weight: 600;
  animation: btn-pop 0.22s ease-out;
}

@keyframes btn-pop {
  0% {
    transform: scale(0.92);
  }

  60% {
    transform: scale(1.06);
  }

  100% {
    transform: scale(1);
  }
}

.partner-arrow {
  top: -20px;
  right: -3px !important;
}

button.btn.partner-arrow:hover {
  transform: rotate(45deg);
  transition: 0.2s ease;
}

button.btn.partner-arrow {
  right: -8px !important;
}

@media (max-width: 991.98px) {
  .bg-content1 .row {
    justify-content: center !important;
  }
}

@media (max-width: 767px) {
  .bg-content1 .row {
    justify-content: center !important;
  }
}

.productLoan .rounded_12 h5.textBlack {
  font-size: 15px;
}

button.btn.rounded_12.mainColor.mt-3.btn-primary-outline {
  font-size: 14px;
  padding: 8px 12px;
}

.partner-card.position-relative.p-3.h-100.bg-white.shadow .mb-3 {
  height: 60px;
}

.stepsBorrowing .rounded_12 figure {
  margin: 0 !important;
}

/* slider */
/* ---------- Hero Section Backgrounds ---------- */
.hero-section {
  background: url("../images/hero-img.png") no-repeat center right / cover;
  position: relative;
  min-height: 100vh;
  z-index: 1;
}

.hero-section2 {
  background: url("../images/hero-img2.png") no-repeat center right / cover;
  position: relative;
  min-height: 100vh;
  z-index: 1;
}

.hero-section3 {
  background: url("../images/hero-img3.png") no-repeat center right / cover;
  position: relative;
  min-height: 100vh;
  z-index: 1;
}

/* ---------- Purple Gradient Overlay ---------- */
.hero-section::after,
.hero-section2::after,
.hero-section3::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #800080 26.6%,
    rgba(81, 0, 81, 0.54) 54.7%,
    rgba(26, 0, 26, 0) 102.57%
  );
  z-index: 0;
}

/* ---------- Ensure content stays above gradient ---------- */
.hero-section *,
.hero-section2 *,
.hero-section3 * {
  position: relative;
  z-index: 2;
}

/* ---------- Main Container Paddings ---------- */
@media screen and (min-width: 640px) {
  .main-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 768px) {
  .main-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .main-container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .menu-collaspe {
    display: block !important;
  }
}

@media screen and (min-width: 1280px) {
  .main-container {
    max-width: 1280px;
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (min-width: 1536px) {
  .main-container {
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
  }
}

/* ---------- Fix Swiper Slide Height ---------- */
.swiper,
.swiper-slide {
  width: 100%;
  height: 85vh; /* Important */
}

.content-box {
  position: relative;
  top: 50%;
  transform: translate(0%, 90%);
}

/* .........................................Qasim css.................................... */

.text-purple {
  color: #1d69a8;
}

.swiper-pagination {
  bottom: -30px;
}

.testimonialSwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #dcdcdc;
  opacity: 1;
  margin: 0 6px;
  border-radius: 50%;
  position: relative;
}

.testimonialSwiper .swiper-pagination-bullet-active {
  background: #eb692d !important;
  border: 2px solid #eb692d;
  width: 12px;
  height: 12px;
}

.testimonialSwiper .swiper-pagination-bullet-active::after {
  content: "";
  width: 22px;
  height: 22px;
  border: 2px solid #800080;
  padding: 6px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.textWhite {
  color: white;
}

.emisection {
  background: linear-gradient(90deg, #4590d6, #e41a1a);
  padding: 60px 0px;
}

.loan-inputs {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.input-group {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 12px 15px;
  border-radius: 10px;
  flex: 1;
  min-width: 300px;
  flex-wrap: nowrap;
}

.input-group i {
  color: #7b007b;
  font-size: 18px;
  margin-right: 10px;
}

.input-group input {
  border: none;
  outline: none;
  font-size: 15px;
  width: 100%;
}

.apply-btn {
  background: #1d69a8;
  color: #fff;
  padding: 14px 26px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}
#output {
  margin-top: 20px;
}

.results {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  /* max-width: 900px; */
  margin: 0 auto 30px;
}

.result-box {
  border-right: 1px dashed rgba(208, 8, 226, 0.4);
  padding-right: 30px;
}

.last {
  border: none;
}

.result-box p {
  margin: 0;
  opacity: 0.85;
}

.result-box h3 {
  margin: 6px 0 0;
}

button {
  padding: 10px;
  width: 100%;
  background: #3498db;
  color: #fff;
  border: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 25px;
  font-size: 14px;
}
th,
td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
  color: black;
}
th {
  background: #f0f3f5;
}
.chart-container {
  max-width: 500px;
  margin: 30px auto;
}
.print-btn {
  margin: 20px auto;
  display: block;
  background: #27ae60;
  color: #fff;
  padding: 10px 20px;
  border: none;
}
@media print {
  body * {
    visibility: hidden;
  }

  #output,
  #output * {
    visibility: visible;
  }

  #output {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .results {
    gap: 20px;
  }

  .result-box {
    border: none;
    padding: 0;
    margin: auto;
  }
  .result-box p {
    text-align: center;
  }
}

/* ......................................Nav styles............................. */

.main-header-web {
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  height: 78px;
  top: 0px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.inner-header {
  background-image: url("../images/header-background-1.png");
  background-repeat: no-repeat;
  background-position: top right;
  width: 80%;
  height: 78px;
  background-size: contain;
  float: right;
}

.logo-div {
  position: absolute;
  top: 7px;
  left: 60px;
}

.top-menu {
  display: flex;
  justify-content: end;
  padding-right: 28px;
  margin-top: -1px;
}

.search_bar {
  position: relative;
  margin-right: 20px;
}

.search_bar input {
  width: 250px;
  border: none;
  border-radius: 6px;
  padding: 1px 30px 1px 10px;
  height: 30px;
  margin-top: 3px;
  font-family: "Lato", sans-serif !important;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);
}

#results {
  position: absolute;
  z-index: 999;
  background-color: #ffffff;
  margin-top: 4px;
  height: auto;
  display: none;
  width: 300px;
  overflow-y: auto;
  box-shadow: 0px 0px 7px 0px #00000052;
  padding: 10px 0px;
  border-radius: 10px;
  max-height: 270px;
}

.search_bar .search_icon {
  position: absolute;
  top: 10px;
  right: 6px;
  font-size: 15px;
  color: #ea652b;
  cursor: pointer;
}

.top-menu ul {
  display: flex;

  align-items: center;
  height: 34px;
  margin-bottom: 0px;
}

ul li {
  list-style: none;
}

.login-gif {
  width: 33px;
  height: 33px;
}

.top-menu ul li a {
  margin-right: 28px;
  text-decoration: none;
  color: #fff;
  font-family: "Lato", sans-serif !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;

  align-items: center;
}

.credit_score {
  height: 16px;
}

.header {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 0.1%;
  z-index: 99;
}

nav {
  display: block;
}

.menu-main {
  display: flex;
  justify-content: end;
  padding-right: 28px;
  margin-bottom: 0px;
  height: 45px;
  align-items: center;
}

.header .menu > ul > li {
  display: inline-block;
  line-height: 32px;
  margin-right: 45px;
}

.header .menu > ul > li > a {
  font-size: 15px;
  font-weight: 400;
  color: #4d4d4d;
  font-family: "Lato", sans-serif !important;
  position: relative;
  text-transform: capitalize;
}

li.menu-item-has-children {
  position: relative;
}

.header_apply_btn {
  border: none;
  padding: 8px 26px;
  border-radius: 2px;
  background: linear-gradient(
    0deg,
    rgb(218, 53, 44) 0%,
    rgb(234, 101, 43) 100%
  );
  font-size: 15px;
  text-decoration: none;
  color: rgb(255, 255, 255) !important;
  font-weight: 600 !important;
}

.hamburger {
  display: none;
  width: 30px;
  cursor: pointer;
}

.hamburger span {
  display: block;
  height: 3px;
  background: #ea652b;
  margin: 6px 0;
  transition: 0.3s;
}
.overview_img{
    text-align: center;
  }

@media (max-width: 776px) {
  .overview_img{
    width: 100%;
  }

}

@media (max-width: 1150px) {
  .main-header-web {
    top: -1px;
  }

  .logo-div {
    left: 12px;
  }

  .top-menu {
    display: none;
  }

  .hamburger {
    display: block;
    position: absolute;
    right: 20px;
    top: 22px;
    z-index: 1000;
  }

  .menu-main {
    flex-direction: column;
    justify-content: start;
    position: fixed;
    top: 82px;
    left: -100%;
    width: 75%;
    height: 100vh;
    background: #fff;
    padding: 20px;
    transition: left 0.4s ease;
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    border-top-right-radius: 20px;
  }

  .menu-main.active {
    left: 0;
  }

  .menu-main li {
    width: 100%;
    border-bottom: 1px dotted #eb8612;
    margin: 0;
  }

  .menu-main li a {
    padding: 10px;
    display: block;
    font-size: 18px;
  }

  .inner-header {
    background-image: none;
  }
}
.form-label {
  color: rgba(3, 3, 3, 0.719);
}
.apply_loan ul li {
  list-style: disc;
}


.logo-red-color{
  color: #E31818;
}

.product_specifications_left_box {
    background-color: #fff;
    border: 1px solid #ffeee7;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    padding-right: 70px;
    margin-top: 20px;
}

.product_specifications_img_box {
    height: 80px;
    min-width: 80px;
    background-color: #ffeee7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}


.product_benefit_left_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product_benefit_left_box p {
    margin: 0;
    font-weight: 500;
}


.step-badge {
  background: #f36c21;
  color: #fff;
  padding: 5px 16px;
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
}

.process_icon {
  width: 100px;
  height: 100px;
  background: #fdeee6;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process_icon img{
  width: 50px;
  height: 50px;
}
.process-arrow {
  position: absolute;
  top: 30%;
  right: -80px;

}





.padding-y {
  padding: 60px 0;
}
