.error {
	color: #c41212;
}
.card0 {
	border-radius: 8px;
	z-index: 0;
}
.card {
	overflow: unset;
}
.card00 {
	z-index: 0;
}

.card1 {
	margin-left: 74px;
	z-index: 0;
	border-right: 1px solid #009868;
}

.card2 {
	display: none;
}

.card2.show {
	display: block;
}
.btn-light-info:hover,
.btn-light-info:focus,
.btn-light-info:active {
	background: #817132 !important;
	border-color: #817132 !important;
	color: #ffffff !important;
}

input:focus,
select:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid #817132 !important;
	outline-width: 0 !important;
}

#progressbar {
	position: absolute;
	left: 10px;
	overflow: hidden;
	color: #817132;
}

#progressbar li {
	list-style-type: none;
	font-size: 8px;
	font-weight: 400;
	margin-bottom: 36px;
}

#progressbar li:nth-child(3) {
	margin-bottom: 36px;
}

#progressbar .step0:before {
	content: "";
	color: #fff;
}

#progressbar li:before {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	font-size: 20px;
	background: #fff;
	border: 2px solid #009868;
	border-radius: 50%;
	margin: auto;
}

#progressbar li:last-child:before {
	width: 30px;
	height: 30px;
}

#progressbar li:after {
	content: "";
	width: 3px;
	height: 66px;
	background: #bdbdbd;
	position: absolute;
	left: 45px;
	top: 15px;
	z-index: -1;
}

#progressbar li:last-child:after {
	top: 227px;
	height: 95px;
}

#progressbar li:nth-child(3):after {
	top: 81px;
}
#progressbar li:nth-child(4):after {
	top: 132px;
}
#progressbar li:nth-child(5):after {
	top: 198px;
}
#progressbar li:nth-child(6):after {
	top: 265px;
}
#progressbar li:nth-child(2):after {
	top: 0px;
}

#progressbar li:first-child:after {
	position: absolute;
	top: -81px;
}

#progressbar li.active:after {
	background: #009868;
}

#progressbar li.active:before {
	background: #009868;
	font-family: FontAwesome;
	content: "\f00c";
}

/* themekey:dzRpT1kzNGVub3NPVnVsaUZURTV4cHJtcllmeVhhSHArZDR4Zjd6YkI0QT0=*/
.themekey {
  display: none;
/* colorkey: dzRpT1kzNGVub3NPVnVsaUZURTV4cHJtcllmeVhhSHArZDR4Zjd6YkI0QT0=*/
}

@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,400i,700");
.radio-buttons {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.custom-radio input {
	display: none;
}

.radio-btn {
	margin: 10px;
	width: 124px;
	height: 104px;
	border: 3px solid transparent;
	display: inline-block;
	border-radius: 10px;
	position: relative;
	text-align: center;
	box-shadow: 0 0 20px #c3c3c367;
	cursor: pointer;
}
.radio-btn h2 {
	font-size: 21px;
}

.radio-btn > i {
	color: #fff;
	background-color: #009868;
	font-size: 20px;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%) scale(2);
	border-radius: 50px;
	padding: 3px;
	transition: 0.5s;
	pointer-events: none;
	opacity: 0;
}

.radio-btn .hobbies-icon {
	width: 124px;
	height: 80px;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.radio-btn .hobbies-icon img {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.radio-btn .hobbies-icon i {
	color: #ffdae9;
	line-height: 80px;
	font-size: 60px;
}

.radio-btn .hobbies-icon h3 {
	color: #555;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.custom-radio input:checked + .radio-btn {
	border: 2px solid #009868;
}

.custom-radio input:checked + .radio-btn > i {
	opacity: 1;
	transform: translateX(-50%) scale(1);
}

.in-sv-footer-section {
	padding-top: unset;
}
.in-blog-content button {
	color: #fff;
	width: 100%;
	height: 70px;
	border: none;
	font-size: 18px;
	font-weight: 500;
	border-radius: 56px;
	transition: 500ms all ease;
	font-family: "Syne", sans-serif;
	background-color: var(--base-sv-color);
}
.in-blog-content button:hover {
	background-color: var(--theme-color);
}
.in-sv-cta-section {
	padding: 141px 0px 60px;
}
@media screen and (max-width: 720px) {
	.in-sv-cta-content h2 {
		font-size: 25px;
	}
	.in-sv-cta-section {
		padding: 70px 0px 35px;
	}
	.radio-btn .hobbies-icon {
		top: 55%;
	}
	.radio-btn {
		width: 141px;
		height: 105px;
	}
	.offer-price {
		margin-top: -100px !important;
		margin-left: 98px !important;
	}
}
@media screen and (max-width: 912px) {
	.card00 {
		padding-top: 30px;
	}

	.card1 {
		border: none;
		margin-left: 50px;
	}

	.card2 {
		border-bottom: 1px solid #f5f5f5;
		margin-bottom: 25px;
	}

	.social {
		height: 30px;
		width: 30px;
		font-size: 15px;
		padding-top: 8px;
		margin-top: 7px;
	}

	.get-bonus {
		margin-top: 40px !important;
		margin-left: 75px;
	}

	#progressbar {
		left: -25px;
	}
}

.rateit,
.rateit-font .rateit-range {
	overflow: hidden !important;
}
.rateit-selected {
	color: #17ac6a !important;
}
.optnumber {
	font-size: 40px;
	letter-spacing: 15px;
}
.form-check-input:checked {
	background-color: #212529;
	border-color: #fff;
}
.processfrm {
	padding: 50px 0 80px;
}
.square--60 {
	margin-top: 0px;
	margin-left: 0px;
}
.square--40 {
	width: 70px;
	height: 56px;
}
.hero-header-auto {
	padding: 3rem 0 10rem;
}

@media (min-width: 1200px) {
	.hero-header-auto {
		min-height: 800px;
	}
}
.offerimg {
	height: 151px;
	width: 100%;
}
.offer-price {
	margin-top: -91px;
	margin-left: 98px;
}
.fname {
	margin-top: 51px;
}
.discountimg {
	height: 92px;
	width: 21%;
	margin-top: -25px;
	margin-left: -24px;
}
.payfail {
	color: #a70a29;
	font-size: 60px;
	margin-left: -15px;
	padding: 25px;
	margin: 1px;
}
.paysuccess {
	color: #10ad2a;
	font-size: 60px;
	margin-left: -15px;
	padding: 25px;
	margin: 1px;
}

/*Steps form*/

.step-forms {
	display: none;
	transform-origin: top;
	animation: animate 1s;
}
.step-forms-active {
	display: block;
}
@keyframes animate {
	from {
		transform: scale(1, 0);
		opacity: 0;
	}
	to {
		transform: scale(1, 1);
		opacity: 1;
	}
}
@keyframes stroke {
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes scale {
	0%,
	100% {
		transform: none;
	}
	50% {
		transform: scale3d(1.1, 1.1, 1);
	}
}
@keyframes fill {
	100% {
		box-shadow: inset 0px 0px 0px 30px #7ac142;
	}
}

.timeline {
	flex-direction: column;
	margin: 20px auto;
	position: relative;
}
.timeline__event {
	margin-bottom: 20px;
	position: relative;
	display: flex;
	margin: 13px 0;
	border-radius: 6px;
	align-self: center;
	width: 42vw;
	height: 53px;
}
.timeline__event:nth-child(2n + 1) {
	flex-direction: row-reverse;
}
.timeline__event:nth-child(2n + 1) .timeline__event__date {
	border-radius: 0 6px 6px 0;
}
.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: #f6a4ec;
	position: absolute;
	top: 0%;
	left: 50%;
	right: auto;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-animation: fillTop 2s forwards 4s ease-in-out;
	animation: fillTop 2s forwards 4s ease-in-out;
}
.timeline__event:nth-child(2n + 1) .timeline__event__icon:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #f6a4ec;
	position: absolute;
	right: 0;
	z-index: -1;
	top: 50%;
	left: auto;
	transform: translateY(-50%);
	-webkit-animation: fillLeft 2s forwards 4s ease-in-out;
	animation: fillLeft 2s forwards 4s 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: 15px;
	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(35vw - 84px);
	border-radius: 0 6px 6px 0;
}
.timeline__event__date {
	color: #f6a4ec;
	font-size: 1.5rem;
	font-weight: 600;
	background: #9251ac;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	padding: 0 20px;
	border-radius: 6px 0 0 6px;
}
.timeline__event__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #9251ac;
	padding: 20px;
	align-self: center;
	margin: 0 20px;
	background: #f6a4ec;
	border-radius: 100%;
	width: 42px;
	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: 0px;
	height: 42px;
	position: relative;
}
.timeline__event__icon i {
	font-size: 32px;
}
.timeline__event__icon:before {
	content: "";
	width: 2px;
	height: 100%;
	background: #f6a4ec;
	position: absolute;
	top: 0%;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	-webkit-animation: fillTop 2s forwards 4s ease-in-out;
	animation: fillTop 2s forwards 4s ease-in-out;
}
.timeline__event__icon:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #f6a4ec;
	position: absolute;
	left: 0%;
	z-index: -1;
	top: 50%;
	transform: translateY(-50%);
	-webkit-animation: fillLeftOdd 2s forwards 4s ease-in-out;
	animation: fillLeftOdd 2s forwards 4s ease-in-out;
}
.timeline__event__description {
	flex-basis: 100%;
}
.timeline__event--type2:after {
	background: #555ac0;
}
.timeline__event--type2 .timeline__event__date {
	color: #87bbfe;
	background: #555ac0;
}
.timeline__event--type2:nth-child(2n + 1) .timeline__event__icon:before,
.timeline__event--type2:nth-child(2n + 1) .timeline__event__icon:after {
	background: #87bbfe;
}
.timeline__event--type2 .timeline__event__icon {
	background: #87bbfe;
	color: #555ac0;
}
.timeline__event--type2 .timeline__event__icon:before,
.timeline__event--type2 .timeline__event__icon:after {
	background: #87bbfe;
}
.timeline__event--type2 .timeline__event__title {
	color: #555ac0;
}
.timeline__event--type3:after {
	background: #24b47e;
}
.timeline__event--type3 .timeline__event__date {
	color: #aff1b6;
	background-color: #24b47e;
}
.timeline__event--type3:nth-child(2n + 1) .timeline__event__icon:before,
.timeline__event--type3:nth-child(2n + 1) .timeline__event__icon:after {
	background: #aff1b6;
}
.timeline__event--type3 .timeline__event__icon {
	background: #aff1b6;
	color: #24b47e;
}
.timeline__event--type3 .timeline__event__icon:before,
.timeline__event--type3 .timeline__event__icon:after {
	background: #aff1b6;
}
.timeline__event--type3 .timeline__event__title {
	color: #24b47e;
}
.timeline__event:last-child .timeline__event__icon:before {
	content: none;
}

@media (max-width: 786px) {
	.timeline__event {
		flex-direction: column;
		align-self: center;
	}
	.timeline__event__content {
		width: 100%;
	}
	.timeline__event__icon {
		border-radius: 6px 6px 0 0;
		width: 100%;
		margin: 0;
		box-shadow: none;
	}
	.timeline__event__icon:before,
	.timeline__event__icon:after {
		display: none;
	}
	.timeline__event__date {
		border-radius: 0;
		padding: 20px;
	}
	.timeline__event:nth-child(2n + 1) {
		flex-direction: column;
		align-self: center;
	}
	.timeline__event:nth-child(2n + 1) .timeline__event__date {
		border-radius: 0;
		padding: 20px;
	}
	.timeline__event:nth-child(2n + 1) .timeline__event__icon {
		border-radius: 6px 6px 0 0;
		margin: 0;
	}
}
@-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%;
	}
}

.bnklogo {
	padding: 20px;
}
.banklogo {
	width: 134px;
	padding: 0 10px;
}
@media screen and (max-width: 768px) {
	.banklogo {
		width: 130px;
	}
}
.brds {
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

/*------------------------------------
	22. Pricing Section CSS
------------------------------------*/
.rs-pricing.pricing-style1 .pricing-table-wrap {
  padding: 20px 10px;
  margin: 1px;
  background-color: #fbfbfb;
  border: 1px solid #ebebeb;
  box-shadow: 29px -43px 10px 0px rgba(0, 0, 0, 0);
  text-align: center;
}
.rs-pricing.pricing-style1
  .pricing-table-wrap
  .pricing-table-header
  .pricing-table-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 10px;
}
.rs-pricing.pricing-style1
  .pricing-table-wrap
  .pricing-table-price-tag
  .pricing-table-currency {
  font-size: 30px;
  font-weight: 400;
  color: #242424;
  letter-spacing: -4px;
}
.rs-pricing.pricing-style1
  .pricing-table-wrap
  .pricing-table-price-tag
  .pricing-table-price-text {
  font-size: 30px;
  font-weight: 400;
  color: #242424;
}
.rs-pricing.pricing-style1
  .pricing-table-wrap
  .pricing-table-price-tag
  .pricing-table-period {
  position: relative;
  padding-left: 15px;
  display: inline-block;
  font-size: 16px;
  color: #242424;
  font-weight: 400;
}
.rs-pricing.pricing-style1
  .pricing-table-wrap
  .pricing-table-price-tag
  .pricing-table-period:before {
  content: "";
  height: 15px;
  width: 2px;
  position: absolute;
  left: 3px;
  transform: rotate(20deg) translateY(-50%);
  top: 40%;
  background: #0a0a0a;
}
.rs-pricing.pricing-style1 .pricing-table-wrap .pricing-table-features-list {
  padding: 15px 10px 0 10px;
  text-align: left;
}
.rs-pricing.pricing-style1 .pricing-table-wrap .pricing-table-features-list li {
  padding: 0px 0px 5px 0px;
  font-size: 14px;
  /* margin-bottom: 5px; */
}
.rs-pricing.pricing-style1
  .pricing-table-wrap
  .pricing-table-features-list
  li
  i {
  margin-right: 10px;
  min-width: 15px;
  font-size: 16px;
  position: relative;
  top: 3px;
  color: #244864;
}
.rs-pricing.pricing-style1
  .pricing-table-wrap
  .pricing-table-features-list
  li
  .feature-text {
  font-size: 14px;
  color: #454545;
}
.rs-pricing.pricing-style1 .pricing-table-wrap.pricing-actives-bg {
  margin: 0px 0px 0px 0px;
  background-color: #244864;
  background-image: url(assets/images/pricing/style1/price.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px 50px 50px 50px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.rs-pricing.pricing-style1
  .pricing-table-wrap.pricing-actives-bg
  .pricing-table-price-tag
  .pricing-table-period:before {
  background: #ffffff;
}
.rs-pricing.pricing-style1
  .pricing-table-wrap.pricing-actives-bg
  .pricing-table-features-list
  li
  i,
.rs-pricing.pricing-style1
  .pricing-table-wrap.pricing-actives-bg
  .pricing-table-price-tag
  .pricing-table-period,
.rs-pricing.pricing-style1
  .pricing-table-wrap.pricing-actives-bg
  .pricing-table-price-tag
  .pricing-table-currency,
.rs-pricing.pricing-style1
  .pricing-table-wrap.pricing-actives-bg
  .pricing-table-price-tag
  .pricing-table-price-text,
.rs-pricing.pricing-style1
  .pricing-table-wrap.pricing-actives-bg
  .pricing-table-features-list
  li
  .feature-text,
.rs-pricing.pricing-style1
  .pricing-table-wrap.pricing-actives-bg
  .pricing-table-header
  .pricing-table-title {
  color: #ffffff;
}
.rs-pricing.pricing-style1.pricing-modify1 .pricing-table-wrap {
  border-radius: 10px;
}
.offer-wrapper{
    max-width: 420px;
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 20px auto;
}

.offer-top{
    display: flex;
    justify-content: center;
    gap: 25px;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}

.offer-top i{
    margin-right: 6px;
    color: #000;
}

.offer-box{
    border: 2px dashed #f7941d;
    border-radius: 25px;
    padding: 8px 15px;
    font-size: 14px;
    color: #000;
    display: inline-block;
    background: #fff;
}
.pricing-table-wrap{
background: #fbfbfb;
    border: 1px solid #ebebeb;
    border-radius: 10px;
}

/* Lendingbazar lending page css*/

/* SECTION */
.hero{
	background: linear-gradient(180deg,#fff,#f2f7ff);
}

/* LEFT */
.hero h1{
    font-size:44px;
    font-weight:700;
    margin-bottom:10px;
}

.hero p{
    color:#000;
    font-size:18px;
    margin-bottom:10px;
}

/* FEATURES */
.feature{
    display:flex;
    align-items:flex-start;
    gap:15px;
    margin-bottom:18px;
}

.feature-icon{
    width:44px;
    height:44px;
    background:#eef2ff;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.feature-icon img{
    width:20px;
}

.feature-title{
    font-weight:600;
    font-size:15px;
}

.feature-sub{
    font-size:13px;
    color:#6b7280;
}

/* PHONE IMAGE */
.phone-img{
    margin-top:25px;
}

.phone-img img{
    width:220px;
}

/* STATS */
.stats{
    margin-top:25px;
    background:#fff;
    border-radius:12px;
    padding:18px;
    display:flex;
    justify-content:space-between;
    box-shadow:0 6px 15px rgba(0,0,0,0.05);
}

.stats div{
    text-align:center;
    font-size:14px;
}

.stats strong{
    font-size:16px;
}

/* FORM */
.form-box{
    background:#fff;
    border-radius:16px;
    padding:22px;
    box-shadow:0 12px 25px rgba(0,0,0,0.08);
	border: 1px solid;
}

/* CASHBACK */
.cashback{
    background:#ecfdf5;
    padding:10px;
    border-radius:10px;
    font-size:14px;
    margin-bottom:10px;
}

/* DIVIDER */
.divider{
    text-align:center;
    margin:15px 0;
    position:relative;
}

.divider::before,
.divider::after{
    content:"";
    position:absolute;
    width:24%;
    height:1px;
    background:#000;
    top:50%;
}

.divider::before{left:0;}
.divider::after{right:0;}

.divider span{
    background: #fff;
    padding: 0 10px;
    font-size: 15px;
    color: #2b71b8;
    font-weight: 800;
}

/* FORM */
.form-control{
    height:50px;
    border-radius:10px;
}

.btn-main{
    background:#2b71b8;
    color:#fff;
    height:50px;
    font-weight:600;
    border-radius:10px;
    border:none;
}

.highlight{
    color:#2b71b8;
    font-weight:700;
}

@media(max-width:991px){
    .stats{
        flex-wrap:wrap;
        gap:10px;
    }
}
.cashback-banner {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #eef8f2;
    padding: 12px 15px;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
}

.cashback-left img {
    width: 40px;
}

.cashback-content p {
    margin: 0;
    font-size: 19px;
    color: #1c1c1c;
}

.cashback-content strong {
    font-weight: 700;
}

.cashback-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #6b7280;
    margin-top: 3px;
}
.stats-wrapper {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 15px 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    font-family: 'Inter', sans-serif;
}

.stats-item {
    text-align: center;
    padding: 0 20px;
}

.rating {
    text-align: left;
    min-width: 180px;
}

.playstore {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
}

.playstore img {
    width: 18px;
}

.stars {
    color: #fbbf24;
    font-size: 16px;
    margin: 5px 0;
}

.rating-text {
    font-size: 13px;
    color: #6b7280;
}

.stats-item h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.stats-item p {
    margin: 0;
    font-size: 13px;
    color: #6b7280;
}

.divider-line {
    width: 1px;
    height: 40px;
    background: #e5e7eb;
}
.bg-light-info-lending {
    background: linear-gradient(180deg,#fff,#f2f7ff);
}
.btn-success-lending{
	background: #2b71b8;
    border-color: #2b71b8;
    color: #ffffff;
}
.btn-success-lending:hover{
	background: #141414;
    border-color: #141414;
    color: #ffffff;
}
.loanamt {
    border-color: #FFF !important;
    box-shadow: none !important;
    color: #1d2a5c;
}
@media(max-width:720px){
    section.hero{
        padding-top: 20px;
    }
}
  .feature-box {
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	display: flex;
	align-items: start;
	gap: 15px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
	transition: 0.3s;
	height: 100%;
}
.feature-box:hover {
	transform: translateY(-5px);
}
.feature-icon {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	background: #f0f4ff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.feature-icon img {
	width: 28px;
}
.feature-title {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 5px;
}
.feature-text {
	font-size: 14px;
	color: #6c757d;
}

.emi-card{
	width:100%;
	background:#fff;
	border-radius:12px;
	box-shadow:0 2px 8px rgba(0,0,0,0.1);
	padding:12px;
}

.emi-title{
	font-weight:600;
	font-size:14px;
	margin-bottom:8px;
	color:#000;
}

.emi-option{
	display:flex;
	align-items:center;
	justify-content:space-between;
	background:#f5f9ff;
	border-radius:10px;
	padding:17px 33px;
	margin-bottom:8px;
	cursor:pointer;
}

.emi-option input{
	display:none;
}

.emi-left{
	display:flex;
	align-items:center;
	gap:10px;
	font-size:16px;
	color:#000;
	font-weight: 700;
}

/* Custom radio */
.radio{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 2px solid #9ca3af;
	position: relative;
	background: #fff;
	top: -50%;
}

.emi-option input:checked + .radio{
	border-color:#0b5ed7;
}

.emi-option input:checked + .radio::after{
	content:"";
	width:13px;
	height:13px;
	background:#0b5ed7;
	border-radius:50%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}

.emi-amount{
	font-weight:600;
	font-size:16px;
	color:#000;
}

/* Credit card design */
.credit{
	width: 420px;
	height: 280px;
	-webkit-perspective: 420px;
	-moz-perspective: 420px;
	perspective:420px;
	display: inline-block;
}

.credit__part{
	box-shadow: 1px 1px #aaa3a3;
	top: 0;
	position: absolute;
	z-index: 1000;
	left: 0;
	display: inline-block;
	width: 420px;
	height: 266px;
	background-color: #FFF;
	border-radius: 8px;
	-webkit-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-moz-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-ms-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}

.credit__part.lendingbazar-plan-card{
	background-image:url(../img/lendingbazar/Lendingbazar-card.png);
    background-position:center center;
    background-repeat:no-repeat;
}

.credit__front{
	padding: 15px;
}

.credit__black-line {
    margin-top: 5px;
    height: 38px;
    background-color: #303030;
}

.credit__logo {
    height: 90px;
}

.credit__front-logo{
    position: absolute;
    top: 18px;
    right: 18px;
}
.credit__square {
    border-radius: 5px;
    height: 35px;
	margin-top: 10px;
}

.credit__head{
	display: block;
    height: 90px;
}

.credit_numer {
    display: block;
    width: 100%;
    word-spacing: 4px;
    font-size: 2rem;
    letter-spacing: 2px;
    color: #ffffff !important;
    margin-bottom: 10px;
    margin-top: 10px;
}

.credit__space-full {
    width: 100%;
    float: left;
}

.credit__space-75 {
    width: 75%;
    float: left;
}

.credit__space-25 {
    width: 25%;
    float: right;
	padding-left: 10px;
}

.credit__label {
    font-size: 0.9rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 1px;
}

.credit__info {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 1.7rem;
    line-height: 2rem;
    color: #ffffff !important;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.credit__back-content {
    padding: 15px 15px 0;
}

.credit__secret--last {
    color: #303030;
    text-align: right;
    margin: 0;
    font-size: 14px;
}

.credit__secret {
    padding: 5px 12px;
    background-color: #fff;
    position:relative;
}

.credit__secret:before{
	content:'';
	position: absolute;
	top: -3px;
	left: -3px;
	height: calc(100% + 6px);
	width: calc(100% - 42px);
	border-radius: 4px;
	background: repeating-linear-gradient(45deg, #ededed, #ededed 5px, #f9f9f9 5px, #f9f9f9 10px);
}

@media(max-width:576px) {
.credit{
	width: 300px;
	height: 180px;
}
.credit__part{
	width: 300px;
	height: 180px;
	background-size: 300px 180px;
}

.credit__logo {
    height: 40px;
}

.credit__head{
    height: 40px;
}

.credit_numer {
    font-size: 1rem;
    margin-bottom: 5px;
    margin-top: 5px;
	color: #ffffff !important;
}

.credit__label {
    font-size: 0.5rem;
	line-height: 0.8rem;
}

.credit__info {
    font-size: 1rem;
    line-height: 1.2rem;
}

.credit__square {
    height: 20px;
}
}
