/* @import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Cabin:ital,wght@0,400..700;1,400..700&family=Condiment&family=Cormorant+Upright:wght@300;400;500;600;700&family=Geist:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montez&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nabla&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..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&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');
* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
	font-family: "Geist", sans-serif;
}
.payment2_section {
	height: 100dvh;
	width: 100%;
	max-width: 550px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-family: "Geist", sans-serif;
	background-color : #fff;
}
.payment2_sec_sub {
	height: 95%;
	overflow: scroll;
}
.payment2_sec_sub::-webkit-scrollbar {
	display: none;
}

.payment2_sec_sub {
	padding-bottom: 20px;
}
.payment2_main_section {
	background: radial-gradient(circle, #a77aff59 0%, #ffffff66 100%);
}
.main_upi_page {
	height: 100%;
	display: flex;
	justify-content: center;
	background: #97a3c6;
}
.payble_amont_wrap {
	display: flex;
	flex-direction: column;
	gap: 36px;
}
.acc_left_img {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
}
.acc_left_img img {
    max-width: 155px;
    border-bottom-right-radius: 8px;
    display: flex;
}
.upi_title h2 {
	color: #232323;
	font-weight: 600;
	text-align: center;
}
.upi_title {
	position: relative;
	padding: 15px 15px;
	text-align: center;
}
.upi_title a img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	left: 20px;
}
.pay_ft_sc_bg{
	background: #FAFAFA;
    padding: 12px 15px 18px 15px;
	/* margin-bottom: 20px; */
	margin: 16px;
}
.payment_main_con_pay {
	background: #FFFFFF;
	border: 1px solid #DCDCDC;
	border-radius: 8px;
}
.acc_amt_pay {
	position: relative;
	margin: 0px 16px 20px;
	background: #F2F2F2;
	border-radius: 8px;
}
.acc_padd_16 {
	padding: 16px;
}
.acc_amt_pay h2 {
	font-weight: 400;
	color: #232323;
}
.acc_amt_pay h3 {
	font-size: 22px;
	font-weight: 700;
	color: #232323;
	padding: 4px 0;
}
.acc_spn_jk {
	font-weight: 400;
	color: #636363;
}
.hand_img {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-65px);
}
.upi_paym_qr_sec {
	/* padding: 0px 16px 0px; */
	position: relative;
}
.qr_section_pay {
    display: flex;
    align-items: center;
    gap: 10px;
}
.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-weight: 400;
	color: #232323;
}
.paym_qr_ele p {
	font-weight: 400;
	color: #636363;
	display: flex;
	align-items: center;
	gap: 4px;
	padding-top: 5px;
}
.paym_qr_ele p span {
	font-weight: 400;
	color: #F45252;
}
.qr_scanner img {
	max-width: 136px;
	width: 100%;
	display: flex;
}
.paytm_btn_bi {
	width: 100%;
	background: #00424C;
	padding: 14px;
	border: transparent;
	font-weight: 600;
	text-align: center;
	color: #fff;
	cursor: pointer;
	text-transform: capitalize;
	border-radius: 8px;
}
.pay_btn_disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
	background: #CCD9DB;
}
.active_upiapp_bor {
    box-shadow: 4px 4px 24px 0px #0000001F;
    border: 1px solid #00424C !important;
    background: #FFFFFF;
}
.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 {
	width: 20px;
}
.app_paylist_new li.active_upiapp_bor span {
	background: #003780;
	font-size: 14px;
	color: #232323;
	font-weight: 700;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.payment2_paynow {
	width: 100%;
	color: #232323;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	cursor: pointer;
}
.payment2_paynow_btn {
	display: flex;
	justify-content: center;
	padding: 10px 16px 20px;
	background: transparent;
}
.payment2_paynow_btn.index_cnt_btn{
	width: 100%;
}
.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: 15px;
	background-color: #fff;
	flex-direction: column;
	border: 1px solid #DCDCDC;
	border-radius: 8px;
}
.payment2_pay_com h5 {
	font-weight: 600;
	color: #232323;
}
.payme2_amt_txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 10px 0px 10px;
    border-top: 1px dashed #55525C;
}
.payme2_amt_txt h2{
	color: #232323;
    font-size: 13px;
	font-weight: 400;
}
.payme2_amt_txt h3{
	font-size: 16px;
	font-weight: 700;
	color: #232323;
}
.payment2_pay_com p {
	font-weight: 400;
	text-align: center;
	color: #636363;
}
.payment2_comm_trans {
	box-shadow: 4px 4px 14px 0px #9680B61A;
	background: #fff;
	border: 1px solid #DCDCDC;
	border-radius: 8px;
}
.pay2_transection_con {
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
}
.payment2_comm_trans ul {
    list-style-type: none;
    background: #fff;
}
.payment2_comm_trans ul li:last-child {
	border-bottom: none;
}
.pay2_trans_sp_lef {
	font-weight: 400;
	color: #636363;
}
.pay2_trans_sp_rig {
	font-weight: 500;
	color: #232323;
}
.pay2_button_sucess button, .pay2_button_fail button {
	background: #00424C;
	padding: 15px;
	border: transparent;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	cursor: pointer;
	width: 100%;
	text-transform: capitalize;
	border-radius: 8px;
}
.payme2_comm_sucess_fai {
	padding: 0px 16px 10px;
	position: relative;
	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-weight: 700;
	padding: 0 0 12px;
	color: #232323;

}
.payment_methods_selct h1 {
	font-size: 10px;
	color: #212223;
	font-weight: 400;
	padding: 10px 0;
	min-height: 44px;
}
.payment_methods_selct {
	cursor: pointer;
	/* border: 1px solid #1C25601A; */
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 10px;
	justify-content: space-between;
    border:1px solid transparent;
	border-radius: 8px;
}
/* .payment_methods_selct:hover{
	box-shadow: 4px 4px 24px 0px #0000001F;
    border: 1px solid #00424C;
    background: #FFFFFF;
} */
.payment_method_wrapper_jk {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
}
.payment_logos_img {
	width: 100%;
	max-width: 5px;
	display: block;
	margin-left: auto;
}
.index_page_sub {
	height: 100%;
	padding-bottom: 0;
}
.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 {
	padding: 5px 0 10px;
	color: #232323;
	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;
	background: #FFFFFF;
	border: 1px solid #DCDCDC;
}
.bank_pop span {
	font-weight: 500;
	font-size: 12px;
	color : #232323;

}
.pop_bnk_sec {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.allbanks_sec h2 {
	color : #232323;
	font-size: 14px;
	padding: 10px 0 15px 0;
	font-weight: 700;
}
.chose_bank a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	text-decoration: none;
	border: 1px solid #A77AFF;
	height: 50px;
}
.chose_bank span {
	font-size: 14px;
	font-weight: 500;
	color : #232323;
}
.bank_sec.selected {
	border: 1px solid #3C67D9;
}
.search_bank {
	position: relative;
}
.search-txtt {
	width: 100%;
	padding: 15px;
	text-indent: 25px;
	border: 0.6px solid #FFFFFF3D;
    background: #F2F2F2;
	backdrop-filter: blur(4px);
	color:#232323;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
}
.search-txtt::placeholder {
	font-size: 14px;
	font-weight: 400;
	color: #7A7A7A;
}
.search-txtt:focus-visible {
	outline: none !important;
}
.bank_name {
	display: flex;
	align-items: center;
	padding: 10px 0;
	gap: 8px;
	cursor: pointer;
}
.banks_lst_dpdn ul li {
	list-style-type: none;
	/* margin: 0px 7px 5px 7px; */
	border-bottom: 1px solid #A3A3A34D;
	padding: 0 10px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	cursor: pointer;
}
.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;
}
.banks_lst_dpdn.upi_paym_bk_list {
    height: 500px;
    overflow-y: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sc_select_innermain {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sc_select_card2 {
    display: flex;
    flex-direction: row;
    gap: 7px;
    align-items: center;
}
.sc_inner_card {
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.sc_inner_card p{
	color:#232323;
	font-weight: 600;
}
.sc_select_card {
	display: flex;
	flex-direction: row;
	gap: 7px;
}
.sc_accountno {
	font-weight: 400!important;
	text-align: left;
	color: #636363!important;
}
.sc_select_innermain_inner {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    margin-top: 5px;
	gap: 20px;
}
.sc_bank_icon {
	position: relative;
	top: 0px;
}
.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-weight: 400;
	color : #636363;
	text-align: left;
}
.sc_cvvcon a {
	font-size: 11px;
	font-weight: 500;
	color: #003780;
	text-align: left;
	text-decoration: underline;
}
.scc_input_con {
	/* width: 60%; */
	margin-top: 5px;
	position: relative;
}
.pay_cd_cvv {
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
	width: 16px;
}
.cvv_input {
	width: 100%;
	padding: 15px 20px 15px 10px;
	color : #232323;
	font-size: 14px;
	font-weight: 400;
	-webkit-appearance: none;
	border-radius: 4px;
	border: 1px solid #DCDCDC;
	background: #FFFFFF;
}
.new_card_con p {
    font-weight: 400;
    color : #00424C;
	margin-top: 2px;
}
.scc_input_con .cvv_input:focus {
	outline: none;
	border: 1px solid #00424C;
}
.scc_input_con .cvv_input::placeholder {
	font-size: 14px;
	color : #232323;
}
.acc_container {
	margin-top: 10px;
}
.clk_cvv_enter {
	display: none;
}
button.new_card_con {
    -webkit-tap-highlight-color: transparent;
    margin: 0 auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 2px solid #00424C;
	background: #FFFFFF;
    width: 100%;
    padding: 14px 0px;
	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: 220px;
}
.sc_card_icon {
	max-width: 38px;
	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: 700;
	text-align: left;
	padding: 10px 0;
	color : #232323;
}
.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: 32px;
	text-align: center;
}
.balence_pop_fun_bj {
	padding: 36px 28px;
	background: #fff;
	border-radius: 14px;
}
.balence_img_fun {
	text-align: center;
}
.balence_pop_fun_bj h5 {
	padding-top: 15px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	color : #232323;
}
.con_cvv_p {
	padding: 11px 0 0;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #636363;
}
.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;
	/* margin-top: 10px; */
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.form-group {
	margin-bottom: 10px;
}
.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;
	-webkit-appearance: none;
	border: 0.5px solid #DCDCDC;
	font-size: 14px;
	font-weight: 500;
	background: #fff;
	color: #232323;
	border-radius: 8px;
}
.form-control::placeholder{
	font-weight: 400 !important;
	color: #636363;
}
.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: 13px;
	font-weight: 400;
	text-align: left;
	text-transform: none;
	color: #000027;
}
.labl_con a {
	font-size: 10px;
	font-weight: 500;
	text-align: left;
	color: #00424C;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
	text-decoration: none;
}
.what_is_cvv_card {
	font-size: 10px;
	font-weight: 400;
	color: #201C3E;
	text-align: right;
	position: absolute;
	right: 2px;
	top: 38px;
	transform: translate(-50%);
}
.what_is_cvv_card a {
	color: #201C3E;
}
.title_with_icn img {
	width: 15px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 22px;
}
.switch {
	float: right;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background: #D9D9D9DD;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-tap-highlight-color: transparent;
}
.slider.round {
    border-radius: 20px;
}
.slider.round:before {
    border-radius: 50%;
}
.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0px 1px 2px 0px #0000004D;
}
input:checked+.slider {
    background: #00424C;
}
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 : #636363;
}
.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;
}
.bank_icon_appnd {
	display: none;
}
.payment2_sec_sub.netbanking_cntnertab {
	height: 100% !important;
}
.pay_status_con_fail {
	width: 80%;
}
.rtyuierror {
	border: 1px solid red !important;
	border-radius: 8px;
}
.error {
	border: 1px solid red !important;
	border-radius: 8px;
}
.inTerNal_sec {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.upi_pymnt_syntx {
	color : #232323;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-weight: 400;
	text-align: left;
}
.pay_icon_img, .upi_icon_img {
	max-width: 38px;
}
.payment_main_con {
	box-shadow: 4px 4px 14px 0px #9680B61A;
	background: #FFFFFF;
	border: 1px solid #DCDCDC;
	border-radius: 8px;
}
.acc_padd_12 {
	padding: 12px;
}
.mar_top_30 {
	margin-top: 20px;
}
.upiselect_icon {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 8px;
	text-decoration: none;
	border: 1px solid transparent;
	width: 100%;
	padding: 5px;
}
.upiselect_icon_inner {
	display: flex;
	justify-content: center;
	align-items: center;
}
.payment_methods_selct_payment {
	border-radius: 10px;
	flex-basis: calc(100% - 10px);
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.select_upiapp_bor{
	transition: all 0.5s;
	box-shadow: 4px 4px 24px 0px #0000001F;
	border: 1px solid #00424C;
	background: #FFFFFF;
	border-radius: 4px;
}
.paym_qr_ele p.scan_pay_tittle {
	font-size: 14px;
	font-weight: 600;
	color: #1F1F1F;
	text-align: left;
}
.payment2_pay_com img {
	width: 60px;
}
.pay_status_con {
	flex-direction: column;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.pay_status_con h3 {
	font-size: 26px;
	font-weight: 700;
	color: #232323;
}
.new_savedcard_conta {
	display: flex;
	width: 100%;
	overflow-x: scroll;
	align-items: center;
	gap: 10px;
}
.cardtab_savedcard {
	background-color: #FAFAFA;
	padding: 12px;
	margin: 16px;
}
.new_savedcard_conta::-webkit-scrollbar {
	display: none;
}
.new_savedcard_conta {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.cardtab_newcard {
	background-color: #FAFAFA;
	padding: 16px;
	border-radius: 8px;
}
.checkbox-wrapper-65 .cbx {
	position: relative;
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	background-color : #232323;
	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 : #232323;
	font-size: 10px;
	font-weight: 600;
	text-align: left;
}
.card_number {
	font-size: 11px;
	font-weight: 600;
	text-align: left;
	color : #232323;
	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;
}
.sc_select_main.sc_cvv_value.selected_bank {
	/* border: 1px solid #A77AFF; */
	border: 1px solid #00424C;
}
.bank_lg_icn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	width: 50px;
}
.bank_pop.selected_bank2{
    transition: all 0.5s;
    box-shadow: 4px 4px 24px 0px #0000001F;
    border: 1px solid #00424C;
    background: #FFFFFF;
}
/* .sc_select_main_bt.pay_net_bk_pn.selected_bank2 {
	display: block!important;
    transition: all 0.5s;
    box-shadow: 0px 0px 4px 0px #A77AFF;
    border: 1px solid #A77AFF;
} */

.sc_select_main {
    padding: 15px 8px 5px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    margin: 0 0 10px 0;
    background: #F2F2F2;
    box-shadow: 4px 4px 24px 0px #0000001F;
	border: 1px solid transparent;
	border-radius: 8px;
	position: relative;
}
.popular_bank_container {
	background: #FAFAFA;
	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: #232323;
}
.banks_lst_dpdn::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}
.banks_lst_dpdn::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #A77AFF;
}
.banks_lst_dpdn::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.upiselect_icon span {
	font-weight: 400;
	text-align: center;
	color: #232323;
	text-decoration: none;	
}
.all_banks_container {
	padding: 15px 20px;
	margin-top: 10px;
}
.bank_selg_icn {
	width: 30px;
}
.search_icon img {
	width: 14px;
	position: absolute;
	top: 19px;
	left: 20px;
}

/*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;
}
.valid_t{
    color: #636363!important;
	font-weight: 400 !important;
}
.valid_year {
    color : #232323!important;
	font-weight: 400 !important;
}
.cvv_input::placeholder {
	color: #7A7A7A !important;
}

.down_recpt_jk {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.down_recpt_jk img{
	height: 16px;
	width: 16px;
	display: flex;
	cursor: pointer;
}
.down_recpt_jk p{
	font-weight: 500;
	color: #00424C;
	cursor: pointer;
}
.fnt_sz_lg {
	font-size: 16px;
}
.fnt_sz_md {
	font-size: 14px;
}
.fnt_sz_sm {
	font-size: 13px;
}
.fnt_sz_xsm {
	font-size: 12px;
}
.clk_cvv_jk {
	width: 45%;
}
.sc_sel_card_jk {
	margin-top: 35px;
}
.sec_sc_cad_jk {
	margin-bottom: 15px;
}
.btm_line_jk {
	position: absolute;
	right: 0;
	bottom: 0;
}
.btm_line_jk img{
	display: flex;
}
.fnt_sz_lg img {
	display: flex;
}
.dly_nn_jk {
	display: none;
}
.net_bank_head_jk {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.view_all_sec_jk {
	font-size: 14px;
	font-weight: 500;
	color: #00424C;
	text-decoration: none;
	padding: 5px 0 10px;
}
.srch_head_jk {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.srch_cls_btn, .srch_close {
	cursor: pointer;
}
.srch_close img{
	position: absolute;
	right: 10px;
	top: 15px;
	width: 16px;
}
.banks_lst_dpdn.upi_paym_bk_list::-webkit-scrollbar {
	display: none;
}
.srh_lst_bg_jk {
	background: #00424C0D;
	border-bottom: 1px solid #A3A3A34D;
}
.tick_icn_jk {
	display: none;
}
.sc_inner_card_jk {
	position: absolute;
    right: 40px;
    bottom: 32px;
}
.formfocused{
	border: 1px solid #4C4C4D;
}

@media (min-width: 280px) and (max-width: 320px) {
	.upiselect_icon_inner{
		width:50px!important;
	}
	.upiselect_icon {
		padding: 5px 0;
	}
}
@media (min-width: 590px) {
	.payment2_main_section {
		overflow: hidden;
		height: 100dvh;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: grey;
	}
	.payment2_section {
		max-height: 95dvh;
		height: unset;
	}
	.index_sectn {
		max-height: 92dvh;
		height: inherit;
	}
	.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 (max-width: 590px) {
		.payment2_section {
			border-radius: 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;
	}
}
@media (min-width: 280px) and (max-width: 319px) {
	.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) {
	.fnt_sz_xsm {
		font-size: 11px;
	}
	.fnt_sz_lg {
		font-size: 15px;
	}
	.fnt_sz_md {
		font-size: 13px;
	}
	.money_3d_img {
		width: 100%;
	}
	.payble_amont_wrap {
		gap: 20px;
	}
	.acc_left_img img {
		max-width: 125px;
	}
	.acc_amt_pay {
		margin: 0px 16px 10px;
	}
	.pay_ft_sc_bg {
		margin-bottom: 10px;
		padding: 12px 15px 12px 15px;
	}
	.mar_top_30 {
		margin-top: 15px;
	}
	.acc_padd_16 {
		padding: 12px 10px;
	}
	.acc_padd_12 {
		padding: 10px;
	}
}
@media (min-width: 551px) {
	.done_fxedbtn {
		position: unset;
		bottom: 0;
		display: flex;
		justify-content: center;
		padding: 10px 0px 10px;
		background: transparent;
	}
    .pay2_button_fail.done_fxedbtn{
		padding: 10px 20px 10px!important;
	}
	.payme2_comm_sucess_fai.index_failer_sec {
		padding: 100px;
	}
}
@media (min-width: 768px) {
	.index_sectn {
		max-height: 70dvh;
		height: inherit;
	}
}
@media (max-width: 550px) {
    .payment2_main_section {
        background: #F2F2F2;
    }
}
@media (max-width: 375px) {
    .payme2_comm_sucess_fai {
        height: 100dvh;
        overflow: auto;
    }
}
.payme2_comm_sucess_fai::-webkit-scrollbar {
    display: none;
}
.acc_padd_16_mar{
	margin: 16px;
}