@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');

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

.payment2_section {
	height: 100vh;
	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: 95%;
	overflow: scroll;
}

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

.payment2_sec_sub {
	padding-bottom: 20px;
}

.payment2_main_section {
	background: #F2F2F2;

}

.main_upi_page {
	height: 100%;
	display: flex;
	justify-content: center;
	background: #97a3c6;
}


.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;
	background: #131313;
	width: 92%;
	margin: 0 auto;
	border-radius: 12px;

}

.upi_title h1 {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #141732;

}

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

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

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

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

.acc_amt_pay h2 {
	font-size: 12px;
	font-weight: 400;
	color: #F6F6FF;
	padding-top: 10px;
}

.acc_amt_pay h3 {
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	padding: 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;
}

.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-radius: 12px;
	flex-direction: column;
	background: #ffff;
}

.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: 136px;
}

.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 {
	/* border: 1px solid #3c67d9 !important; */
	transition: all 0.5s;
	box-shadow: 0px 0px 4px 0px #3ECD64;

}

.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;
}

.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 (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 solid #9680B61A;
}

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

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

.pay2_trans_sp_lef {
	font-size: 13px;
	font-weight: 400;
	color: #1F1F1F;
}

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

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

.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 solid #1C25601A;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	padding: 10px;
	justify-content: space-between;
	/* background: linear-gradient(0deg, #F8F8FF, #F8F8FF),linear-gradient(0deg, #FFFFFF, #FFFFFF); */

}

.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;
}

.bank_pop span {
	font-weight: 500;
	font-size: 12px;
	color: #5B5B69;

}

.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;
}

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

.search-txtt::placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #3E3E3E;
}

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

.bank_name {
	display: flex;
	align-items: center;
	padding: 10px;
	border-radius: 8px;
	gap: 8px;
	margin: 5px 0;
	cursor: pointer;
	border: 0.5px solid #DCDCDC;
	background-color: #fff;
}

.banks_lst_dpdn ul li {
	list-style-type: none;
}

.banks_lst_dpdn ul {
	overflow-y: auto;
}


.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;
}

.sc_bankname {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
	color: #2D2D2D;

}

.sc_accountno {
	font-size: 14px;
	font-weight: 400;
	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;
	color: #5B5B69;
	text-align: left;
}

.sc_cvvcon a {
	font-size: 11px;
	font-weight: 500;
	color: #003780;
	text-align: left;
	text-decoration: underline;
}

.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 #4C4C4D;
	border-radius: 8px;
}

.new_card_con p {
	font-size: 12px;
	font-weight: 500;
	color: #141414;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	rotate: 180deg;
}

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

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

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

.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: column;
	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 {
	padding: 30px 30px 12px 30px;
	background: #FFFFFF;
	border-radius: 12px;
	box-shadow: -1px 3px 18px 0px #00000012;
	border: 1px solid #E5E7EA
}

.balence_img_fun {
	text-align: center;

}

.balence_pop_fun_bj h5 {
	padding-top: 15px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #1F1F1F;
	padding-bottom: 15px;
}

.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: 1px solid #4C4C4D;
	font-size: 14px;
	font-weight: 700;

}

.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;
}

.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;
}

.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 #003780 !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 (min-width: 320px) and (max-width: 359px) {
	.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: #F2F2F2;
	}

	.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: 70dvh;
		height: inherit;
	}
}

@media (max-width: 550px) {
	.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: 100px;
}

.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;
	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;
}

.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;
}

.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: 4px;
	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;
}

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

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

.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: 154px;
	padding: 19px;
	border-radius: 12px;
	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: 50px;
}

.bank_pop.selected .bank_lg_icn {
	box-shadow: 0px 0px 4px 0px #3ECD64;
	border: 1px solid #1C25601A
}

.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: 500;
	text-align: center;
	color: #5B5B69;
	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;
}