@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
	font-family: "Satoshi_Light";
	src: url("../fonts/Satoshi-Light.otf");
}

@font-face {
	font-family: "Satoshi_Regular";
	src: url("../fonts/Satoshi-Regular.otf");
}

@font-face {
	font-family: "Satoshi_Medium";
	src: url("../fonts/Satoshi-Medium.otf");
}

@font-face {
	font-family: "Satoshi_Bold";
	src: url("../fonts/Satoshi-Bold.otf");
}

* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}

body {
	overflow: hidden;
}

.payment2_sec_sub {
	/* background: #f3f3f3; */
}

.payment2_section {
	height: 100dvh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
	width: 100%;
	max-width: 550px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* height: 100dvh;
  background: #fff; *
	/* font-family: "Inter", sans-serif; */
	font-family: "Roboto", sans-serif;
}

.payment2_sec_sub {
	height: 100dvh;
	overflow:scroll;
}

.payment2_sec_sub::-webkit-scrollbar {
	display: none;
}

.payment2_sec_sub {
	padding-bottom: 20px;
}


.main_upi_page {
	height: 100%;
	display: flex;
	justify-content: center;
}


.upi_payment_container {
	/* background: linear-gradient(180deg, #4a7bff 0%, #203e8f 115%); */
	/* padding: 20px 0 25px; */
}

.payble_amont_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 92%;
	margin: 0 auto;

}

.upi_title h1 {
	font-size: 16px;
	/* font-weight: 600; */
	text-align: center;
	color: #141732;
	font-family: 'Satoshi_Bold';
}

.upi_title {
	position: relative;
	padding: 15px 15px;
}

.upi_title a svg {
	/* position: absolute; */
	/* top: 50%; */
	/* transform: translateY(-50%); */
	cursor: pointer;
}

.upi_title .qr_back_arrow svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.title_with_icn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.title_with_icn h1 {
	font-family: 'Satoshi_Bold';
	text-align: center;
}

.acc_amt_pay {
	/* padding: 15px 0 0px; */
	position: relative;
}

.acc_amt_pay h2 {
	font-size: 12px;
	font-weight: 400;
	padding-bottom: 20px;
}

.acc_amt_pay h3 {
	font-size: 26px;
	font-weight: 700;
	padding: 20px 0 10px 0;
}

.hand_img {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-65px);
}

.upi_paym_qr_sec {
	background: #fff;
	padding: 0px 16px 0px;
	position: relative;
}

.make_pay_wrap {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: center;
	align-content: center;
	right: 0;
	position: absolute;
	padding: 20px;
	color: #F54035;
	font-size: 12px;
}

.qr_section_pay {
	padding: 20px;
	display: flex;
	/* align-items: center; */
	justify-content: center;
	margin: 10px auto;
	gap: 10px;
	/* box-shadow: 4px 4px 15px 0px #00000014; */
	border: 1px dashed #000;
	border-radius: 12px;
	flex-direction: column;
	background-image: url('../image/noise_squre.png') !important;
	background-size: contain;
	background: #E8E8E8;
}

.paym_qr_ele h5 {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

.paymet_sm_wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}

.paym_qr_ele h6 {
	font-size: 12px;
	font-weight: 400;
	color: #5B5B69;
}

.paym_qr_ele p {
	font-size: 12px;
	font-weight: 400;
	color: #aaaaaa;
	display: flex;
	align-items: center;
	gap: 4px;
	color: #5B5B69;

}

.paym_qr_ele p span {
	font-weight: 400;
	color: #d4574f;
}

.qr_scanner {
	/* background: #ffffff; */
	padding: 10px;
	border-radius: 4px;
	/* border: 1px solid #131313; */
	text-align: center;
	/* width: 100px; */
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.qr_scanner img {
	max-width: 200px;
}

.paytm_btn_bi {
	width: 100%;
	background: #131313;
	padding: 14px;
	border-radius: 8px;
	border: transparent;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	cursor: pointer;
	text-transform: capitalize;

}

.pay_btn_disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}

.active_upiapp_bor {
	transition: all 0.5s;
	background: #0a0a0a !important;
}

.active_upiapp_bor .upi_pymnt_syntx span {
	background: #003780;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.active_upiapp_bor .inTerNal_sec .upi_pymnt_syntx {
	color: #fff !important;
}

.active_upiapp_bor .pay_icon_img {
	filter: invert(100%);
}

.paym_upi_apps h4 {
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	color: #003780;
}

.paym_upi_apps {
	padding: 5px 0 0px;
}

.paym_upi_apps .app_paylist_new {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 10px 0 0px;
	flex-wrap: wrap;
	justify-content: center;
}

.app_paylist_new li {
	background: #EFF1FE;
	border-radius: 4px;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	border: 1px solid #F1F1F1;
}

.app_paylist_new li span {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	box-shadow: -1px -1px 5px 0px #0000000D;
	color: #4A4A4A;
	width: 100%;
	padding: 10px 0;
}

.img_upipay {
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
}

.img_upipay img {
	/* margin: 10px 0; */
	width: 20px;
}

.app_paylist_new li.active_upiapp_bor span {
	background: #003780;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.payment2_paynow {
	width: 100%;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	cursor: pointer;
}

.payment2_paynow_btn {
	position: sticky;
	bottom: 0;
	display: flex;
	justify-content: center;
	padding: 10px 20px 10px;
	background: transparent;
}

@media (min-width: 280px) and (max-width: 320px) {
	.acc_amt_pay h3 {
		font-size: 24px;
	}

	.upi_paym_qr_sec {
		padding: 20px 16px 30px;
	}
}

@media (min-width: 590px) {
	.payment2_main_section {
		overflow: hidden;
		height: 100dvh;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: grey;
	}

	@media (max-width: 590px) {
		.payment2_section {
			border-radius: unset;
		}
	}
}

@media (min-width: 590px) {
	.payment2_section {
		max-height: 95dvh;
		height: unset;
	}
}

/* @media (max-width:590px){
	.payble_sec_left {
		flex-basis: 100%;
	}
} */
@media screen and (max-width:590px) {
	.payble_sec_left {
		flex-basis: 100% !important;
	}
}

@media (min-width: 810px) {
	.payment2_section {
		max-height: 95dvh;
		height: unset;
	}
}

@media (min-width: 1100px) {
	.payment2_section {
		height: unset !important;
		max-height: 95vh !important;
		min-height: unset !important;
	}
}

@media (max-height: 560px) {
	.payment2_sec_scss_fail {
		padding-bottom: 60px !important;
	}
}

.payment2_sec_scss_fail {
	height: 100%;
	padding-bottom: 10px;
	overflow-y: auto;
}

.pay2_sucs_fail_comm {
	display: flex;
	align-items: center;
	gap: 8px;
}

.pay2_sucs_fail_comm>img {
	width: 16px;
	height: 16px;
}

.payment2_pay_com {
	display: flex;
	flex-flow: row;
	align-items: center;
	gap: 10px;
	background-color: #fff;
	box-shadow: 4px 4px 14px 0px #9680B61A;
	border-radius: 12px;
	padding: 20px;

}

.payment2_pay_com h5 {
	font-size: 14px;
	font-weight: 600;
	color: #1F1F1F;
}

.failue_pymt h5 {
	color: #1F1F1F;
}

.payment2_pay_com p {
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	color: #5B5B69;
}

.payment2_comm_trans {
	/* padding: 8px 20px; */
	/* box-shadow: 4px 4px 14px 0px #9680B61A; */
	border-radius: 12px;
	background: #FFFFFF;


}

.pay2_transection_con {
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dotted #0a0a0a;
}

.payment2_comm_trans ul {
	list-style-type: none;
}

.payment2_comm_trans ul li:last-child {
	/* border-bottom: none; */
}

.pay2_trans_sp_lef {
	font-size: 14px;
	font-weight: 400;
	color: #4D4D4D;
	font-family: 'Satoshi_Regular';
}

.pay2_trans_sp_rig {
	font-size: 14px;
	font-weight: 500;
	color: #1F1F1F;
	font-family: 'Satoshi_Medium';
}

.pay2_button_sucess {
	/* display: grid;
grid-template-columns: auto auto; */
	display: flex;
}

.pay2_button_sucess button {
	padding: 15px;
	border-radius: 12px;
	border: transparent;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	width: 100%;
	text-transform: capitalize;
	margin: 5px;
}

.done_btn_clk {
	background: #131313;
	color: #fff;
}

.share_btn_clk {
	background: #E8E8E8;
	color: #0a0a0a;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	border: 1px dashed black !important;
	background-image: url('../image/noise.png');
	background-size: contain;
}

.payme2_comm_sucess_fai {
	/* background: #fff; */
	padding: 0px 16px 10px;
	position: relative;
	/* border-top-right-radius: 25px;
  border-top-left-radius: 25px; */
	/* margin: -27px 0 0; */
	display: flex;
	flex-direction: column;
	gap: 20px;
}

img.dwld_arrw {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
}

span.pay2_trans_sp_rig::before {
	content: attr(data-value);
}


.make_pymnt_txt {
	font-size: 14px;
	font-weight: 600;
	/* padding: 5px 0 10px; */
	color: #141414;

}

.upi_pymnt_syntx {
	color: #212223;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	flex-direction: column;
	flex-wrap: wrap;
}

.payment_methods_selct h1 {
	font-size: 10px;
	color: #212223;
	font-weight: 400;
	padding: 10px 0;
	min-height: 44px;
}

.payment_methods_selct {
	border-radius: 10px;
	flex-basis: calc(100% - 10px);
	cursor: pointer;
	border: 1px dashed #000;
	height: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px;
	justify-content: center;
	background: #E8E8E8;

	/* Adding noise.svg overlay */
	background-image: url('../image/noise.png');
	background-size: cover;
	/* background-blend-mode: overlay;
	opacity: 0.7; */
}


.upi_pymnt_syntx span {
	color: #4A4A4A;
	font-size: 14px;
	font-weight: 500;
	box-shadow: -1px -1px 5px 0px #0000000D;
	width: 100%;
	text-align: center;
	padding: 10px;
}

.payment_method_wrapper {
	display: flex;
	/* justify-content: center; */
	/* align-items: center; */
	flex-direction: column;
	flex-wrap: wrap;
	gap: 15px;
}

.payment_logos_img {
	width: 100%;
	max-width: 9px;
	display: block;
	margin-left: auto;
}

.upi_pymnt_syntx img {
	width: 100%;
	max-width: 40px;
	margin: 12px;
	height: 40px;
}

.index_page_sub {
	height: 100%;
	padding-bottom: 0;
}

/* .money_ddd{
  background: url(../image/amount_pay_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 160px;
  position: relative;
  z-index: 1;
} */
.money_3d_img {
	width: 100%;
}

.done_fxedbtn {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 15px 10px;
	/* background: #fff; */
}

.bank_logo {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-8px);
}

.bank_lg_img {
	width: 100%;
	max-width: 120px;
}

.bank_pymnt_txt {
	font-size: 16px;
	padding: 5px 0 10px;
	color: #141414;
	font-weight: 600;
}

.bank_pop {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	padding: 10px 8px;
	gap: 8px;
	flex: 0 0 24%;
	flex-basis: calc(24% - 7px);
	cursor: pointer;
	flex-direction: column;
	border: 1px dashed #080808;
	background: #E8E8E8;
	margin: 5px 0px;
	max-height: 96px;
	text-align: center;
	background-image: url('../image/noise.png');
	background-size: cover;
}

.bank_pop span {
	font-weight: 500;
	font-size: 10px;
	color: #080808;
	font-family: 'Satoshi_Medium';
}

.bank_pop .indian_bank {
	/* font-size: 11px; */
}

.pop_bnk_sec {
	display: flex;
	flex-direction: row;
	/* flex-wrap: wrap; */
	align-items: center;
	gap: 10px;
}

.allbanks_sec h2 {
	color: #121212;
	font-size: 14px;
	/* padding: 10px 0 15px 0; */
	font-weight: 500;
}

.chose_bank a {
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	text-decoration: none;
	border: 1px solid #DCDCDC;
	height: 50px;
}

.chose_bank span {
	font-size: 14px;
	font-weight: 500;
	color: #242424;
}

.bank_sec.selected {
	border: 1px solid #3C67D9;
}

.search_bank {
	position: relative;
	padding-bottom: 16px;
}

.search-txtt {
	width: 100%;
	padding: 15px;
	border-radius: 8px;
	text-indent: 25px;
	border: 1px solid #E0E0E0
}

.search-txtt::placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #A09D9D;
	font-family: 'Satoshi_Regular';
}

.search-txtt:focus-visible {
	outline: none !important;
}

.bank_name {
	display: flex;
	align-items: center;
	padding: 10px;
	border-radius: 12px;
	gap: 8px;
	margin: 5px 0;
	cursor: pointer;
	border: 1px dashed #080808;
	background-color: #e8e8e8;
	/* background-image: url('../image/noise.png');
    background-size: cover; */
}

.banks_lst_dpdn ul li {
	list-style-type: none;
	width: 250px;
	max-width: 100%;
	/* margin: 12px 12px; */
	gap: 12px;
	/* border-radius: 12px; */
}

.banks_lst_dpdn ul {
	overflow-y: auto;
	display: grid;
	grid-template-columns: auto auto;
	/* justify-content: space-around; */
	max-height: 200px;
	/* overflow: scroll; */
}


.cardtab_savedcard .cpayment_p {
	font-size: 16px;
	font-weight: 500;
	line-height: 21.17px;
	text-align: left;
	color: #121212;

}

.sc_select_main {
	border-radius: 8px;
	padding: 15px 8px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	margin: 0 0 10px 0;
	border: 1px solid #DCDCDC;
}

.sc_select_innermain {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sc_inner_card {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.sc_select_card {
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: space-between;
}

.sc_bankname {
	font-size: 14px !important;
	font-weight: 100 !important;
	line-height: 1.5;
	text-align: left;
	color: #2D2D2D;
	font-family: 'Satoshi_Medium';
}

.sc_accountno {
	font-size: 12px !important;
	font-weight: 300 !important;
	line-height: 18.52px;
	text-align: left;

}

.sc_card_icon {
	max-width: 38px;
	background: #fefcf6;
	padding: 5px;
	border-radius: 10px;
	box-shadow: 0px 0px 4px 0px #00000014;
	width: 100%;
}

.sc_bank_icon {
	/* width: 40px; */
	position: relative;
	top: -11px;
}

.sc_cvvcon {
	display: flex;
	justify-content: space-between;

}

.wat_is_cvv {
	color: #003780;
	font-size: 11px;
	font-weight: 500;
	text-align: right;
	padding-top: 5px;
}

.sc_cvvcon p {
	font-size: 12px;
	font-weight: 400 !important;
	color: #5B5B69;
	text-align: left;
	font-family: 'Satoshi_Regular';
}

.sc_cvvcon a {
	font-size: 10px;
	font-weight: 500;
	color: #0a0a0a;
	text-align: left;
	text-decoration: none;
	font-family: 'Satoshi_Medium';
}

.scc_input_con {
	width: 100%;
	margin-top: 5px;
}

.cvv_input {
	width: 100%;
	padding: 18px 10px;
	color: #121212;
	font-size: 12px;
	font-weight: 500;
	-webkit-appearance: none;
	border-radius: 0;
	border: 1px solid #D4D4D4 !important;
	border-radius: 8px;
	background: #e8e8e8 !important;
	background-image: url('../image/noise.png');
	background-size: cover;
}

.new_card_con p {
	font-size: 12px;
	font-weight: 500;
	color: #141414;
	/* writing-mode: vertical-rl;
	rotate: 180deg; */
	text-orientation: mixed;
	font-family: 'Satoshi_Regular';
	text-transform: uppercase;
}

.border_set .scc_input_con {
	border: 1px solid #030303;
	border-radius: 8px;
}

.scc_input_con .cvv_input:focus {
	outline: none;
}

.scc_input_con .cvv_input::placeholder {
	font-size: 14px;
	color: #4C4C4D;
}

/* .scc_input_con a img{
	bottom: 100px;
	right: 40px;
	position: absolute;
} */
.acc_container {
	margin-top: 10px;
}

.clk_cvv_enter {
	display: none;
}

button.new_card_con {
	-webkit-tap-highlight-color: transparent;
	background: unset;
	border: unset;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	flex-direction: row;
	padding: 25px 7px;
	/* border: 1px solid #1C25601A; */
	border-radius: 8px;
}

.addnew_plus {
	width: 100%;
	max-width: 16px;
}

.card_ddd {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-19px);
}

.card_3d_img {
	width: 100%;
	max-width: 110px;
}

.sc_card_icon {
	max-width: 38px;
	background: #FEFCF6;
	padding: 5px;
	border-radius: 10px;
	box-shadow: 0px 0px 4px 0px #00000014;
	width: 100%;
}

.sc_bank_icon_lft {
	width: 40px;
}

.card_headr_txt {
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	padding: 10px 0;
	color: #1F1F1F;
}

.popuop_overlay_rk {
	position: fixed;
	height: 100vh;
	top: 0;
	left: 0;
	background: #000000cc;
	width: 100%;
	z-index: 999;
	display: none;
}

.pop_up_con {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 400px;
	z-index: 9999;
	display: none;
}

.pop_close_fun_bj {
	text-align: center;
	position: relative;
}

.common_pop_jk img {
	cursor: pointer;
	width: 28px;
	position: absolute;
	top: 7px;
	right: 7px;
}

.balence_pop_fun_bj {
	font-family: 'Satoshi_Regular';
	padding: 30px 30px 12px 30px;
	background: #FFFFFF;
	border-radius: 12px;
	box-shadow: -1px 3px 18px 0px #00000012;
	border: 1px solid #E5E7EA;
	font-size: 14px;
}

.balence_img_fun {
	text-align: center;

}

.balence_pop_fun_bj h5 {
	font-family: 'Satoshi_Medium';
	padding-top: 15px;
	font-size: 14px;
	/* font-weight: 600; */
	text-align: center;
	color: #1F1F1F;
	padding-bottom: 15px;
	text-transform: uppercase;
}

.con_cvv_p {
	padding: 11px 0;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #5B5B69;
}

.bank_lgo_img {
	top: -2px;
}

.cards_tabcontainer .cardtab_newcard {
	position: relative;
	z-index: 10;
	width: 90%;
	margin: 0 auto;
	margin-top: 50px;
}

.newcard_inner {
	padding: 0px 2px;
	border-radius: 10px;
	background-color: #fff;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.form-group {
	margin-bottom: 10px;
}

label {
	color: #000;
	text-transform: uppercase;
}

.choose-section .form-control {
	background: #DFDFDF !important;
	border-radius: 10px !important;
	width: 100% !important;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.7em + 0.75rem + 12px);
	padding: 0.375rem 0.75rem;
	background-clip: padding-box;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	color: #4C4C4D;
	-webkit-appearance: none;
	border-radius: 8px;
	border: none;
	font-size: 14px;
	font-weight: 500;
	background: #E8E8E8;
	font-family: 'Satoshi_Regular';
	/* background-image: url('../image/noise.png');
	background-size: cover; */
}

.pos_rel {
	position: relative;
}

.form-control:focus {
	outline: none;
	border: 1px solid #4C4C4D;
}

.form-control::placeholder {
	font-size: 14px;
	color: #908F8D;
	font-weight: 300;
}

.cardtab_newcard .labl_con {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 5px;
	font-family: 'Satoshi_Regular';
	font-weight: 600;
}

.d-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.d-flex .form-group {
	flex-basis: 46%;
}

.check-sec {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.check-sec label {
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	text-transform: none;
	color: #201C3E;
}

.labl_con a {
	text-decoration: underline;
	font-size: 10px;
	font-weight: 400;
	text-align: left;
	color: #201C3E;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

.what_is_cvv_card {
	font-size: 10px;
	font-weight: 400;
	color: #201C3E;
	text-align: right;
	position: absolute;
	right: 2px;
	top: 35px;
	transform: translate(-50%);
}

.what_is_cvv_card a {
	color: #201C3E;
}

.what_is_cvv {
	top: 15px !important;
}

.title_with_icn img {
	width: 15px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 33px;
	height: 18px;
	margin-right: 5px;
}

.switch {
	float: right;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #F8F9FD;
	-webkit-transition: .4s;
	transition: .4s;
	-webkit-tap-highlight-color: transparent;
	border: 1px solid #92ABCC;
}

.slider.round {
	border-radius: 20px;
}

.slider.round:before {
	border-radius: 50%;
	border: 2px solid #fff;
}

.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: -5px;
	bottom: -2px;
	background-color: #92ABCC;
	-webkit-transition: .4s;
	transition: .4s;
	box-shadow: 0px 1px 2px 0px #0000004D;
}

input:checked+.slider {
	background-color: #fff;
}

input:checked+.slider:before {
	-webkit-transform: translateX(21px);
	-ms-transform: translateX(21px);
	transform: translateX(21px);
}

.labl_con label {
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	text-transform: capitalize;
	color: #5B5B69;
}

.justify_space {
	justify-content: space-between !important;
}

svg.input_logo {
	position: absolute;
	top: 13px;
	right: 0;
}

.card_inpt_bx {
	position: relative;
}

.chose_bank img {
	max-width: 28px;
	margin-left: 5px;
}

.bnk_txtwth_icn {
	display: flex;
	align-items: center;
	gap: 15px;
}

.border_set {
	border: 1px solid #0a0a0a !important;
	background: #0037801A;
	border-radius: 8px;
}

.bank_icon_appnd {
	display: none;
}

.payment2_sec_sub.netbanking_cntnertab {
	height: 100% !important;
}

@media (min-width: 280px) and (max-width: 319px) {
	.upi_pymnt_syntx {
		font-size: 8px;
	}

	.payment_methods_selct h1 {
		font-size: 9px;
		padding: 10px 0;
		min-height: 42px;
	}

	.money_3d_img {
		width: 100%;
	}

	.money_ddd {
		transform: translateY(-18px);
	}
}
@media (max-width: 400px) {
	.banks_lst_dpdn ul li {
		width: 165px !important;
		/* padding:0px 10px; */
		/* font-size: 11px; */
	}
	.banks_lst_dpdn ul li span{
		font-size: 11px;
	}
}
@media (min-width: 320px) and (max-width: 360px) {
	.bank_pop{
		padding: 10px 3px;
	}
	.banks_lst_dpdn ul li {
		width: 140px !important;
	}
	.upi_pymnt_syntx {
		font-size: 11px;
	}

	.money_3d_img {
		width: 100%;
	}

	.acc_amt_pay h3 {
		font-size: 25px;
	}

	.failure_pymnt_sec {
		display: flex;
		min-height: calc(100dvh - 120px);
		justify-content: center;
		align-items: center;
	}
}

@media (min-width: 551px) {
	.done_fxedbtn {
		position: unset;
		bottom: 0;
		display: flex;
		justify-content: center;
		padding: 10px 20px 10px;
		background: transparent;
	}

	.payme2_comm_sucess_fai.index_failer_sec {
		padding: 100px;
	}

}

@media (min-width: 590px) {
	.index_sectn {
		max-height: 92dvh;
		height: inherit;
		/* background: #F2F2F2; */

	}

	.payment2_section {
		background: #ffff;
	}

	.payme2_comm_sucess_fai.index_failer_sec {
		padding: 100px;
	}

	.upi_paym_qr_sec {
		margin-bottom: 15px;
	}

	.upi_paym_qr_sec.contner_pdn_bm {
		margin-bottom: 10px;
	}
}

@media (min-width: 768px) {
	.index_sectn {
		max-height: 80dvh;
		height: inherit;
		background: #ffff;
	}
}

@media (max-width: 550px) {
	.bank_pop .indian_bank {
		/* font-size: 10px; */
	}
	.banks_lst_dpdn ul li {
		width: 190px;
	}

	.failure_pymnt_sec {
		display: flex;
		/* min-height: calc(100dvh - 120px); */
		justify-content: center;
		/* align-items: center; */
	}

	.payment2_main_section {
		/* background: #F2F2F2; */
	}
}

.rtyuierror {
	border: 1px solid red !important;
	border-radius: 8px;
}

.error {
	border: 1px solid red !important;
	border-radius: 8px;
}

.money_ddd {
	height: 150px;
}

.inTerNal_sec {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.upi_pymnt_syntx {
	color: #1E1E1E;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
	text-align: left;
}

.payment_methods_select_p1 {
	font-family: Inter;
	font-size: 12px;
	font-weight: 400;
	line-height: 14.52px;
	letter-spacing: -0.001em;
	text-align: left;
	color: #212223;
}

.pay_icon_img {
	width: 40px;
}

.payment_main_con {

	/* box-shadow: 4px 4px 14px 0px #9680B61A; */
	background: #FFFFFF;
	padding: 10px;
	border-radius: 12px;
}

/* .mar_top_30 {
	margin-top: 20px;
} */

.upi_icon_img {
	width: 30px;
}

.upiselect_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-decoration: none;
}

.upiselect_icon_inner {
	/* border: 1px solid #1C25601A;
	background: #FFFFFF;
	width: 55px;
	border-radius: 50px;
	height: 55px; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.payment_methods_selct_payment {
	border-radius: 10px;
	flex-basis: calc(100% - 10px);
	cursor: pointer;
	/* border: 1px solid #1C25601A; */
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	padding: 10px 0px;
	justify-content: space-between;
	/* background: linear-gradient(0deg, #F8F8FF, #F8F8FF),linear-gradient(0deg, #FFFFFF, #FFFFFF); */
}

.select_upiapp_bor .upiselect_icon_inner {
	transition: all 0.5s;
	/* box-shadow: 0px 0px 4px 0px #3ECD64; */
	/* background: #0a0a0a; */
}

.select_upiapp_bor {
	background: #0c0c0c !important;
}

.select_upiapp_bor span {
	color: #ffff !important;
}

.paym_qr_ele p.scan_pay_tittle {
	font-size: 14px;
	font-weight: 600;
	color: #1F1F1F;
	text-align: left;
}

.payment2_pay_com img {
	width: 80px;
}

.pay_status_con {
	flex-direction: column;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;

}

.new_savedcard_conta {
	/* display: flex; */
	width: 100%;
	/* overflow-x: scroll;
	align-items: center; */
	gap: 10px;
	/* background-color: #fff;
   border-radius: 12px; */
	/* padding: 12px; */
}

.savedcard_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	/* overflow-x: scroll;
	overflow-y: hidden; */
	flex-direction: column;
}

.cardtab_savedcard {
	background-color: #fff;
	border-radius: 12px;
	/* padding: 12px; */
}

.new_savedcard_conta::-webkit-scrollbar {
	display: none;
}

.new_savedcard_conta {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.cardtab_newcard {
	background-color: #fff;
	border-radius: 12px;
	padding: 12px;
}

.checkbox-wrapper-65 .cbx {
	position: relative;
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	border-radius: 10px;
	background-color: #fff;
	/* background-image: linear-gradient(#474749, #606062); */
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.15), inset 0 -1px 1px rgba(0, 0, 0, 0.15);
	transition: all 0.15s ease;
	border: 0.75px solid #4C4C4D
}

.checkbox-wrapper-65 .cbx svg {
	position: absolute;
	top: 3px;
	left: 2px;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #fff;
	stroke-width: 2;
	stroke-dasharray: 17;
	stroke-dashoffset: 17;
	transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-65 .cbx+span {
	float: left;
	margin-left: 6px;
}

.checkbox-wrapper-65 {
	user-select: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}

.checkbox-wrapper-65 label {
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	font-family: 'Satoshi_Regular';
	color: #747474;
}

.checkbox-wrapper-65 input[type="checkbox"] {
	display: none;
	visibility: hidden;
}

.checkbox-wrapper-65 input[type="checkbox"]:checked+.cbx {
	background-color: #000000;
	background-image: linear-gradient(#080808, #080808);
}

.checkbox-wrapper-65 input[type="checkbox"]:checked+.cbx svg {
	stroke-dashoffset: 0;
	transition: all 0.15s ease;
}

.card_holder_box p {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 600;
	text-align: left;

}

.card_number {
	font-size: 11px;
	font-weight: 600;
	text-align: left;
	color: #FFFFFF;
	margin: 0px !important;
}

.card_holder_box {
	background-repeat: no-repeat;
	background-size: cover;
	/* height: 124px; */
	width: 100%;
	padding: 8px;
	border-radius: 8px;
	border: 1px solid transparent;
}

.card_bg_one {
	background-image: url('/design29/payment_assets/image/cardone.png');

}

.card_bg_two {
	background-image: url('/design29/payment_assets/image/cardtwo.png');

}

.card_specific_logo {
	width: 30px;
}

.save_card_type {
	display: flex;
	gap: 10px;
	margin-bottom: 15px;
	align-items: center;
}

.card_number {
	margin: 10px 0px;
}

.card_holder_name {
	margin: 16px 0px 7px 0px
}

.card_type {
	font-weight: 600;
}

.card_holder_outer {
	display: flex;
	gap: 20px;
	overflow: scroll;
}

.card_holder_outer::-webkit-scrollbar {
	display: none;
}

.card_holder_data {
	display: flex;
	flex-direction: column;
}

.selected_bank {
	/* box-shadow: 0px 0px 4px 0px #3ECD64; */
	/* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
	border: 1px solid #3ECD64;
}

.bank_lg_icn {
	/* border: 0.5px solid #DCDCDC; */
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	/* padding: 10px; */
	width: 32px;
}

.bank_pop.selected {
	background: #080808;
	color: #fff;
	background-image: url('../image/stripes.png') !important;
    background-size: contain;
	
	/* box-shadow: 0px 0px 4px 0px #3ECD64; */
	/* border: 1px solid #1C25601A */
}

.bank_pop.selected span {
	color: #fff;
}

.popular_bank_container {
	/* box-shadow: 4px 4px 14px 0px #9680B61A; */
	background: #FFFFFF;
	border-radius: 12px;
	/* padding: 20px; */
	margin-bottom: 15px;
}

.popular_bank_container .bank_pymnt_txt {
	font-size: 14px;

}

.bank_name span {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #141732;
}

.upiselect_icon span {
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: #0a0a0a;
	text-decoration: none;
	margin-top: 5px;
}

.all_banks_container {
	/* max-height: 240px; */
	background: #fff;
	/* overflow-y: scroll; */
	border-radius: 15px;
	/* padding: 10px;
	margin-top: 10px; */
}

.ps_selected_con {
	box-shadow: 4px 4px 14px 0px #9680B61A;
	background: #FFFFFF;
	border-radius: 12px;
	padding: 20px;
	margin-bottom: 15px;
}

.bank_selg_icn {
	width: 30px;
}

.search_icon img {
	width: 20px;
	position: absolute;
	top: 12px;
	left: 12px;
}

/*payment service finder*/

.card_visa,
.card_mastercard,
.card_amex,
.card_discover,
.card_diners,
.card_jcb {
	display: inline-block;
	width: 50px;
	height: 30px;
	overflow: hidden;
	text-align: left;
	text-indent: -999px;
	background: url('../image/sprite-cards.png') 0 0 no-repeat;
	position: relative;
	left: -8px;
	top: -2px;
}

.card_mastercard {
	background-position: -55px 0;
}

.card_amex {
	background-position: -110px 0;
}

.card_discover {
	background-position: -165px 0;
}

.card_diners {
	background-position: -220px 0;
}

.card_jcb {
	background-position: -660px 0;
}

.is_visa li,
.is_mastercard li,
.is_amex li,
.is_discover li,
.is_diners li,
.is_jcb li,
.is_nothing li {
	display: none
}

ul.card_logos {
	display: flex;
	margin: 0;
	padding: 0;
	float: right;
	position: absolute;
	top: 12px;
	right: 0px;
}

.card_logos li {
	display: none;
}

.is_visa li.card_visa,
.is_mastercard li.card_mastercard,
.is_amex li.card_amex,
.is_discover li.card_discover,
.is_diners li.card_diners,
.is_jcb li.card_jcb {
	display: block;
}

.money_icon {
	max-width: 48px;
}

.payble_sec_left {
	color: #000;
	/* float: left; */
	display: flex;
	flex-wrap: wrap;
	flex-basis: 50%;
}

.payble_sec_right {
	display: flex;
	align-items: center;
	color: #000;

}

.payble_amont_div {
	display: flex;
	justify-content: space-between;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
}

.select_payment_wrap {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 10px;
}

.back_arrow_img {
	max-width: 20px;
}

.upi_title_section {
	display: flex;
	justify-content: center;
	/* background: #f3f3f3; */
}

.upi_title_section a {
	left: 0;
	/* padding: 10px; */
	padding: 0px 20px;
	position: absolute;
}

.payment_methods_selct_payment_div {
	display: flex;
	flex-direction: column;
}

.payment_methods_selct_payment_div a {
	background: #E8E8E8;
	width: 100%;
	height: 56px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	border-radius: 12px;
	border: 1px dashed #000;
	background-image: url('../image/noise_lans.png');
	background-size: cover;
}

.upiselect_icon_inner_div {
	padding: 20px;
	font-family: 'Satoshi_Medium';
	color: #0a0a0a;
}

.upi_title_section {
	padding: 15px;
	font-family: 'Satoshi_Bold';
}

.payble_sec_left h3 {
	font-size: 42px;
	font-family: 'Satoshi_Bold';
}

.payble_sec_left h2 {
	font-size: 16px;
	font-family: 'Satoshi_Regular';
	color: #4d4d4d;
	/* position: relative;
	top: -15px;
	left: 0; */
}

.make_pymnt_txt {
	font-family: 'Satoshi_Medium';
	font-weight: 200;
	text-transform: uppercase;
}

.upi_payment_txt {
	font-family: 'Satoshi_Medium';
	font-size: 12px;
	font-weight: 100;
}

.qr_payment_txt {
	font-family: 'Satoshi_Regular';
}

.payment_method_div {
	display: grid;
	grid-template-columns: auto auto;
}

.time_cnter {
	max-width: 12px;
	max-height: 12px;
	margin-right: 2px;
}

.time_wrapper {
	display: flex;
	align-items: flex-start;
}

.acc_amt_pay_success h2 {
	padding-bottom: 0px;
}

.acc_amt_pay_success {
	border: 1px dashed black;
	padding: 25px;
	background: #E8E8E8;
	margin: 20px;
	border-radius: 12px;
	background-image: url('../image/noise_squre.png');
	background-size: contain;
}

.payble_amt_succes h3 {
	font-size: 20px;
	font-family: 'Satoshi_Bold';
	padding-bottom: 0px;
}

.payble_amt_succes h2 {
	font-size: 14px;
	font-family: 'Satoshi_Medium';
	color: #4D4D4D;
	padding-bottom: 10px;
}

.payble_amt_succes h4 {
	font-size: 18px;
	font-family: 'Satoshi_Bold';
}

.try_agn_indx {
	background-color: #0a0a0a;
	color: #ffff;
}

.make_pymnt_sub_txt {
	font-size: 14px;
	font-family: 'Satoshi_Regular';
	color: #4D4D4D;
}

.select_pay_top_head {
	display: flex;
	/* flex-direction: row; */
	justify-content: space-between;
	align-items: center;
}

.new_savedcard_wrapper .savedcard_inner .card_holder_box {
	border: 1px dashed #0a0a0a;
	background: #E8E8E8;
	background-image: url('../image/noise_lans.png');
	background-size: contain;
}

.card_holder_box p {
	/* border: 1px dashed #0a0a0a; */
	color: #0a0a0a;
}

.card_holder_box input[type="radio"] {
	accent-color: rgb(0, 0, 0);

}

.sc_select_card input {
	height: 16px;
	width: 16px;
	vertical-align: middle;
	margin: 10px 0px;
}

.sc_select_card_rt {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.selected_bank_name {
	background: #080808 !important;
	background-image: url('../image/stripes.png') !important;
    background-size: cover;
}

.selected_bank_name span {
	color: #fff;
}