.footer{
	background-color: #34156c!important;
	color:#c3c3c3!important;
	padding-top:30px!important;
	padding-bottom:30px!important;
}

.border-primary{
	border-color:#673ab7!important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.primary-color{
	color:#673ab7!important;
}
/* Loan amount slider */
.range__slider {
	width: 100%;
}

.range__value {
	width: auto;
	font-size: 1rem;
}

.range__value span{
	font-size: 1rem;
	font-weight: 700;
	color: #2375bb;
}

.range__emi {
	width: auto;
	font-size: 0.8rem;
}

.range__emi span {
	font-size: 0.8rem;
	font-weight: 700;
	color: #2375bb;
}

.range__slider [type="range"] {
	width: 100%;
	-webkit-appearance: none;
	height: 11px;
	border-radius: 6px;
	background: #f1f1f1;
	outline: none;
	padding: 0;
	margin: 0;
}

/* custom thumb */
.range__slider [type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #f0f8ff;
	border: #2375bb 3px solid;
	cursor: pointer;
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}

.range__slider [type="range"]::-webkit-slider-thumb:hover {
	background: #10eb9d;
}

.range__slider [type="range"]::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border: 0;
	border-radius: 50%;
	background: #2375bb;
	border: #2375bb 5px solid;
	cursor: pointer;
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}
/* Loan amount slider */
.text-left{
	float: left!important;
}
.align-left{
	text-align:left!important;
}
.optnumber {
	font-size: 1.5rem !important;
	letter-spacing: 0.6rem;
	padding-bottom: 1rem !important;
	color: #693bb8!important;
}
.loantype{
	border-color: var(--bs-btn-active-border-color)!important;
	padding: 0.5rem 0.7rem!important;
}
/* process steps css start */
.timeline {
	display: flex;
	flex-direction: column;
	margin: auto;
	position: relative;
}
.timeline__event {
	margin-bottom: 20px;
	position: relative;
	display: flex;
	border-radius: 6px;
	align-self: center;
	/*width: 50vw;*/
}
.timeline__event:nth-child(2n+1) {
	flex-direction: row-reverse;
}
.timeline__event:nth-child(2n+1) .timeline__event__date {
	border-radius: 6px;
}
.timeline__event:nth-child(2n+1) .timeline__event__content {
	border-radius: 6px 0 0 6px;
}
.timeline__event:nth-child(2n+1) .timeline__event__icon:before {
	content: "";
	width: 2px;
	height: 100%;
	background: #9ee7c7;
	position: absolute;
	top: 0%;
	left: 50%;
	right: auto;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-animation: fillTop 1s forwards 1s ease-in-out;
	animation: fillTop 1s forwards 1s ease-in-out;
}
.timeline__event:nth-child(2n+1) .timeline__event__icon:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #9ee7c7;
	position: absolute;
	right: 0;
	z-index: -1;
	top: 50%;
	left: auto;
	transform: translateY(-50%);
	-webkit-animation: fillLeft 1s forwards 1s ease-in-out;
	animation: fillLeft 1s forwards 1s ease-in-out;
}
.timeline__event__title {
	font-size: 1.2rem;
	line-height: 1.4;
	text-transform: uppercase;
	font-weight: 600;
	color: #9251ac;
	letter-spacing: 1.5px;
}
.timeline__event__content {
	padding: 20px;
	box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
	background: #fff;
	width: calc(40vw - 84px);
	border-radius: 0 6px 6px 0;
}
.timeline__event__date {
	color: #673ab7;
	font-size: 15px;
	font-weight: 500;
	background: #a988e3;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	padding: 0 15px;
	border-radius: 6px;
}
.timeline__event__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #05c16e;
	padding: 20px;
	align-self: center;
	margin: 0 20px;
	background: #9ee7c7;
	border-radius: 100%;
	width: 40px;
	box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
	padding: 40px;
	height: 40px;
	position: relative;
}
.timeline__event__icon i {
	font-size: 32px;
}
/* themekey:TDlwcnBOQ3JSa3RNbHdubXNZRUtoelZLK2FxS1FiVkJKSVNzQ2Z1MG8xdz0=*/
.themekey {
  display: none;
/* colorkey: TDlwcnBOQ3JSa3RNbHdubXNZRUtoelZLK2FxS1FiVkJKSVNzQ2Z1MG8xdz0=*/
}

.timeline__event__icon:before {
	content: "";
	width: 2px;
	height: 100%;
	background: #9ee7c7;
	position: absolute;
	top: 0%;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	-webkit-animation: fillTop 1s forwards 1s ease-in-out;
	animation: fillTop 1s forwards 1s ease-in-out;
}
.timeline__event__icon:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #9ee7c7;
	position: absolute;
	left: 0%;
	z-index: -1;
	top: 50%;
	transform: translateY(-50%);
	-webkit-animation: fillLeftOdd 1s forwards 1s ease-in-out;
	animation: fillLeftOdd 1s forwards 1s ease-in-out;
}
.timeline__event__description {
	flex-basis: 60%;
}
.timeline__event--type2:after,
.timeline__event--type5:after {
	background: #555ac0;
}
.timeline__event--type2 .timeline__event__date,
.timeline__event--type5 .timeline__event__date {
	color: #673ab7;
	background: #a988e3;
}
.timeline__event--type2:nth-child(2n+1) .timeline__event__icon:before,
.timeline__event--type2:nth-child(2n+1) .timeline__event__icon:after,
.timeline__event--type5:nth-child(2n+1) .timeline__event__icon:before,
.timeline__event--type5:nth-child(2n+1) .timeline__event__icon:after {
	background: #9ee7c7;
}
.timeline__event--type2 .timeline__event__icon, .timeline__event--type5 .timeline__event__icon {
	background: #9ee7c7;
	color: #06c16e;
}
.timeline__event--type2 .timeline__event__icon:before, .timeline__event--type2 .timeline__event__icon:after,
.timeline__event--type5 .timeline__event__icon:before, .timeline__event--type5 .timeline__event__icon:after {
	background: #9ee7c7;
}
.timeline__event--type2 .timeline__event__title, .timeline__event--type5 .timeline__event__title {
	color: #555ac0;
}
.timeline__event--type3:after, .timeline__event--type6:after {
	background: #24b47e;
}
.timeline__event--type3 .timeline__event__date, .timeline__event--type6 .timeline__event__date {
	color: #673ab7;
	background-color: #a988e3;
}
.timeline__event--type3:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type3:nth-child(2n+1) .timeline__event__icon:after,
.timeline__event--type6:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type6:nth-child(2n+1) .timeline__event__icon:after {
	background: #9ee7c7;
}
.timeline__event--type3 .timeline__event__icon, .timeline__event--type6 .timeline__event__icon {
	background: #9ee7c7;
	color: #05c16e;
}
.timeline__event--type3 .timeline__event__icon:before, .timeline__event--type3 .timeline__event__icon:after,
.timeline__event--type6 .timeline__event__icon:before, .timeline__event--type6 .timeline__event__icon:after{
	background: #9ee7c7;
}
.timeline__event--type3 .timeline__event__title, .timeline__event--type6 .timeline__event__title {
	color: #24b47e;
}
.timeline__event:last-child .timeline__event__icon:before {
	content: none;
}
@-webkit-keyframes fillLeft {
	100% {
		right: 100%;
	}
}
@keyframes fillLeft {
	100% {
		right: 100%;
	}
}
@-webkit-keyframes fillTop {
	100% {
		top: 100%;
	}
}
@keyframes fillTop {
	100% {
		top: 100%;
	}
}
@-webkit-keyframes fillLeftOdd {
	100% {
		left: 100%;
	}
}
@keyframes fillLeftOdd {
	100% {
		left: 100%;
	}
}
/* process steps css end */
@media (max-width:767px){
	.hero-1-img{
		display:none!important;
	}
	.pb-sm-20{
		padding-bottom:20px!important;
	}
	#hero-18 {
		padding-top:40px!important;
	}
	.timeline{
		display:none!important;
	}
}
@media (max-width:991.98px){
	#hero-18 {
		padding-top:40px!important;
	}
}
@media (min-width: 768px) and (max-width: 991.98px){
	/* #hero-18:after{
		right:40%!important;
	} */
}
/* process step radio button css start */
:root {
	--card-line-height: 1.2em;
	--card-padding: 1em;
	--card-radius: 0.5em;
	--color-green: #31b66e;
	--color-gray: #e2ebf6;
	--color-dark-gray: #c4d1e1;
	--radio-border-width: 1px;
	--radio-check-width: 2px;
	--radio-size: 1.2em;
}
.grid {
	display: grid;
	grid-gap: var(--card-padding);
	margin: 0 auto;
	max-width: 60em;
	padding: 0;
}
@media (min-width: 42em) {
	.grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.card {
	background-color: #fff;
	border-radius: var(--card-radius);
	position: relative;
}
.card:hover {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.radio {
	font-size: inherit;
	margin: 0;
	position: absolute;
	right: 10px;
	top: 10px;
}

/* .radio {
	font-size: inherit;
	margin: 0;
	position: absolute;
	right: calc(var(--card-padding) - var(--radio-border-width));
	top: calc(var(--card-padding) - var(--radio-border-width));
} */

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
	.radio {
		-webkit-appearance: none;
		-moz-appearance: none;
		background: #fff;
		border: var(--radio-check-width) solid var(--color-gray);
		border-radius: 50%;
		cursor: pointer;
		height: var(--radio-size);
		outline: none;
		transition: background 0.2s ease-out, border-color 0.2s ease-out;
		width: var(--radio-size);
	}
	.radio::after {
		border: var(--radio-check-width) solid #fff;
		border-top: 0;
		border-left: 0;
		content: "";
		display: block;
		height: 0.65rem;
		left: 25%;
		position: absolute;
		top: 50%;
		transform: rotate(45deg) translate(-50%, -50%);
		width: 0.25rem;
	}
	.radio:checked {
		background: var(--color-green);
		border-color: var(--color-green);
	}

	.card:hover .radio {
		border-color: var(--color-dark-gray);
	}
	.card:hover .radio:checked {
		border-color: var(--color-green);
	}
}
.plan-details {
	border: var(--radio-border-width) solid var(--color-gray);
	border-radius: var(--card-radius);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	padding: var(--card-padding);
	transition: border-color 0.2s ease-out;
}

.card:hover .plan-details {
	border-color: var(--color-dark-gray);
}

.radio:checked ~ .plan-details {
	border-color: var(--color-green);
}

.radio:focus ~ .plan-details {
	box-shadow: 0 0 0 2px var(--color-dark-gray);
}

.radio:disabled ~ .plan-details {
	color: var(--color-dark-gray);
	cursor: default;
}

.radio:disabled ~ .plan-details .plan-type {
	color: var(--color-dark-gray);
}
.card:hover .radio:disabled ~ .plan-details {
	border-color: var(--color-gray);
	box-shadow: none;
}

.card:hover .radio:disabled {
	border-color: var(--color-gray);
}

.plan-type {
	color: var(--color-green);
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
}

.plan-cost {
	font-size: 2.5rem;
	font-weight: bold;
	padding: 0.5rem 0;
}

.slash {
	font-weight: normal;
}

.plan-cycle {
	font-size: 2rem;
	font-variant: none;
	border-bottom: none;
	cursor: inherit;
	text-decoration: none;
}

.hidden-visually {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
/* process step radio button css end */
.icon-chk{
	background-color: #d3c6ea;
	padding: 5px;
	align-items: center;
	display: inline-flex;
	border-radius: 40%;
}
.contact-form .form-floating > label{
	font-size:16px!important;
}
.color-white{
	color: var(--bs-white)!important;
}
.color-para{
	color: #6c757d;
}
.py-200 {
    padding-top: 250px!important;
    padding-bottom: 250px!important;
}