/*****************************
  Responsive
*****************************/
@media (max-width: 991px) {
  
}
@media (max-width: 767px) {
	.menu-bg{
		  background-color:transparent !important;
		border: none;
  }
	.nav-link {
      font-weight: 400;
      color: #000;
    }
	.hero-section h1 {
      font-size:45px;
		color: #3DB54A; 
		font-weight: 600;
		font-style: italic;
		letter-spacing: -2px;
    }
	.hero-section h2 {
      font-size: 38px;
      color: #3DB54A;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-style: italic;
      letter-spacing: -2px;
    }
	.title-text {
      color: #34c759;
		font-size: 39px;
      font-weight: 400;
		line-height: 1;
    }
	.bg-image{
		background-image: none !important;
	}
	.emi-heading {
      color: #56c035;
      font-weight: 400;
      font-size: 50px;
		  line-height: 1;
		letter-spacing: -4px;
    }
	.carousel-control-prev-icon,
    .carousel-control-next-icon {
		margin-top: 250px;
		
    }
	.otp-input {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
	.nav-tabs .nav-link { 
		margin: 0px;	
    }
	.vh-100{
		height: 75vh !important;}
	.loan-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .loan-card img {
    margin-bottom: 15px;
	  text-align: center;
  }
  .loan-card .d-flex.justify-content-between {
    flex-direction: column;
    gap: 10px;
  }
	
.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select {
   width: 100%;
	margin-bottom: 10px;
}
.navbar-brand-loan img {
      height: 30px !important;
    }
	
	.emi-result {
      position: absolute;
      bottom: -100px;
      right: 4px;
      top: 70;
      background-color: #fff;
      border-radius: 20px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      padding: 20px 30px;
      text-align: center;
      width: 157px;
    }

    .emi-result h6 {
      font-weight: 700;
      font-size: 11px;
      color: #000;
      margin-bottom: 5px;
    }

    .emi-result .amount {
      color: #56c035;
      font-size: 15px;
      font-weight: bold;
    }

    .apply-btn {
      background-color: #56c035;
      color: white;
      padding: 3px 6px;
      border: none;
      border-radius: 30px;
      font-weight: 600;
      font-size: 10px;
      margin-top: 10px;
    }
	.platform-overview {
    background: linear-gradient(to bottom right, #f5fff5, #ffffff);
  }
.btn-green {
		font-size: 12px;
		border: 1px solid #59B847;
		font-weight:normal;
		border-radius: 5px;
}
	.nav-border{
	border-right:none;
}
}
@media (max-width: 575px) {
	.menu-bg{
		  background-color:transparent !important;
		border: none;
  }
	.nav-link {
      font-weight: 400;
      color: #000;
    }
	.hero-section h1 {
      font-size:45px;
		color: #3DB54A; 
		font-weight: 600;
		font-style: italic;
		letter-spacing: -2px;
    }
	.hero-section h2 {
      font-size: 38px;
      color: #3DB54A;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-style: italic;
      letter-spacing: -2px;
    }
	.title-text {
      color: #34c759;
		font-size: 39px;
      font-weight: 400;
		line-height: 1;
    }
	.bg-image{
		background-image: none !important;
	}
	.emi-heading {
      color: #56c035;
      font-weight: 400;
      font-size: 50px;
		  line-height: 1;
		letter-spacing: -4px;
    }
	.easy-step{
		margin-left: 10px !important;
		margin-top: 12px !important;
	}
	.carousel-control-prev-icon,
    .carousel-control-next-icon {
		margin-top: 250px;
		
    }
	.otp-input {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
	.nav-tabs .nav-link { 
		margin: 0px;	
    }
	
	.vh-100{
		height: 75vh !important;}
	.loan-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .loan-card img {
    margin-bottom: 15px;
	  text-align: center;
  }
  .loan-card .d-flex.justify-content-between {
    flex-direction: column;
    gap: 10px;
  }
	
.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select {
   width: 100%;
	margin-bottom: 10px;
}
.navbar-brand-loan img {
      height: 25px !important;
    }
.emi-result {
      position: absolute;
      bottom: -100px;
      right: 4px;
      top: 70;
      background-color: #fff;
      border-radius: 20px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      padding: 20px 30px;
      text-align: center;
      width: 157px;
    }

    .emi-result h6 {
      font-weight: 700;
      font-size: 11px;
      color: #000;
      margin-bottom: 5px;
    }

    .emi-result .amount {
      color: #56c035;
      font-size: 15px;
      font-weight: bold;
    }

    .apply-btn {
      background-color: #56c035;
      color: white;
      padding: 3px 6px;
      border: none;
      border-radius: 30px;
      font-weight: 600;
      font-size: 10px;
      margin-top: 10px;
    }
	.platform-overview {
    background: linear-gradient(to bottom right, #f5fff5, #ffffff);
  }
	.btn-green {
		font-size: 12px;
		border: 1px solid #59B847;
		font-weight:normal;
		border-radius: 5px;
}
	.nav-border{
	border-right:none;
}  
}

@media (max-width: 576px) {
  .loan-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .loan-card img {
    margin-bottom: 15px;
	  text-align: center;
  }
  .loan-card .d-flex.justify-content-between {
    flex-direction: column;
    gap: 10px;
  }
	
.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select {
   width: 100%;
	margin-bottom: 10px;
}
.navbar-brand-loan img {
      height: 25px !important;
    }
	.platform-overview {
    background: linear-gradient(to bottom right, #f5fff5, #ffffff);
  }
	.btn-green {
		font-size: 12px;
		border: 1px solid #59B847;
		font-weight:normal;
		border-radius: 5px;
}
	.nav-border{
	border-right:none;
}

}

/* Responsive fix */
@media (max-width: 400px) {
  .otp-input {
    width: 25px;
    height: 25px;
    font-size: 16px;
  }
	.nav-tabs .nav-link { 
		margin: 0px;	
    }
	.vh-100{
		height: 50vh !important;}
.emi-result {
      position: absolute;
      bottom: -100px;
      right: 4px;
      top: 70;
      background-color: #fff;
      border-radius: 20px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      padding: 20px 30px;
      text-align: center;
      width: 157px;
    }

    .emi-result h6 {
      font-weight: 700;
      font-size: 11px;
      color: #000;
      margin-bottom: 5px;
    }

    .emi-result .amount {
      color: #56c035;
      font-size: 15px;
      font-weight: bold;
    }

    .apply-btn {
      background-color: #56c035;
      color: white;
      padding: 3px 6px;
      border: none;
      border-radius: 30px;
      font-weight: 600;
      font-size: 10px;
      margin-top: 10px;
    }
	.navbar-brand-loan img {
      height: 20px !important;
    }	
	.platform-overview {
    background: linear-gradient(to bottom right, #f5fff5, #ffffff);
  }
	
	.btn-green {
		font-size: 12px;
		border: 1px solid #59B847;
		font-weight:normal;
		border-radius: 5px;
}
	.nav-border{
	border-right:none;
}
	
}

