.text-third {
	color: #0980ef !important;
  }
  
  /* Loan amount slider */
  .range__slider {
	width: 100%;
  }
  
  .range__value {
	width: auto;
	font-size: 1rem;
	padding-top: 10px;
  }
  
  .range__value span {
	font-size: 1.5rem;
	font-weight: 700;
	color: #c33b55;
  }
  
  .range__emi {
	width: auto;
	font-size: 0.8rem;
  }
  
  .range__emi span {
	font-size: 0.8rem;
	font-weight: 700;
	color: #3b2b99;
  }
  
  .range__slider [type="range"] {
	width: 100%;
	-webkit-appearance: none;
	height: 11px;
	border-radius: 6px;
	background: #f1f1f1;
	outline: none;
	padding: 0px !important;
	margin: 0px !important;
	min-height: 0px !important;
  }
  
  /* custom thumb */
  .range__slider [type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #f0f8ff;
	border: #3b2b99 3px solid;
	cursor: pointer;
	-webkit-transition: background 0.15s ease-in-out;
	transition: background 0.15s ease-in-out;
  }
  
  .range__slider [type="range"]::-webkit-slider-thumb:hover {
	background: #5c56b8;
  }
  
  .range__slider [type="range"]::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border: 0;
	border-radius: 50%;
	background: #3b2b99;
	border: #3b2b99 5px solid;
	cursor: pointer;
	-webkit-transition: background 0.15s ease-in-out;
	transition: background 0.15s ease-in-out;
  }
  
  /* Loan amount slider */
  
  /* process steps */
  .stepper {
	.line {
	  width: 2px;
	  background-color: lightgrey !important;
	}
	.lead {
	  font-size: 1.1rem;
	}
  }
  
  .registration-process {
	display: block;
  }
  
  @media (max-width: 768px) {
	.registration-process {
	  display: none;
	}
  }
  
  .registration-process-mob {
	display: none;
  }
  
  @media (max-width: 768px) {
	.registration-process-mob {
	  display: block;
	}
  }
  
  /* process steps */
  
  /* EMI checkbox*/
  
  .product-size {
	display: inline-block;
	list-style: outside none none;
	overflow: hidden;
	padding-left: 0;
  }
  
  .product-size li {
	float: left;
	margin: 0 -1px 0 0;
  }
  
  .product-size li label span {
	cursor: pointer;
	display: block;
	font-size: 1.2em;
	font-weight: 400;
	height: auto;
	line-height: 30px;
	margin: 5px;
	text-align: center;
	-webkit-transition: all 0.3s ease 0;
	transition: all 0.3s ease 0;
	width: auto;
	padding: 10px;
  }
  
  .product-size li label input {
	left: -9000px;
	position: absolute;
  }
  
  .product-size li label span {
	border: 2px solid #e6e5f3;
	border-radius: 5px;
  }
  
  .product-size li label span:hover {
	background-color: #e6e5f3;
  }
  
  .product-size li label input:checked + span {
	background-color: #e3eaff;
    border-color: #274497;
  }
  
  /* EMI checkbox*/
  
  .offer-img {
	position: absolute !important;
	top: -0.4rem;
	left: 0.4rem;
	width: 120px;
	z-index: 999;
  }
  