@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&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&display=swap');

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  /* transition: all .4s ease 0s; */
}

html,
body {
  height: 100%;
  font-family: "Inter", serif;
}

.payment2_section {
  margin: auto;
  width: 100%;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100dvh;
  font-family: "Inter", serif;
  background-color: #fff;
}

.payment2_section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* background: linear-gradient(90deg, rgba(4, 118, 103, 0.7) 50%, rgba(5, 5, 5, 0.7) 50%); */
}

.payment2_sec_sub {
  height: 85%;
  overflow: scroll;
}

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

/* .payment2_sec_sub {
  padding-bottom: 40px;
} */

.payment2_main_section {
  background: radial-gradient(circle, #ed742f80 0%, #ffffff66 100%);
}

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

.upi_payment_container {
  padding: 25px 0 15px;
  background-image: url(../image/bgg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background-position: bottom; */
  height: 245px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.upi_title h1 {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.upi_title {
  position: relative;
  padding: 0 15px;
  z-index: 1;
}

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

/* .acc_amt_pay {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  top: -10%;
} */
/* .acc_amt_pay::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  padding: 1.6px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
} */
.acc_amt_pay h2 {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #E5E8FF;
}

.acc_amt_pay h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 6px 0;
}

.money_3d_img {
  max-width: 82px;
}

.upi_paym_qr_sec {
  padding: 20px 16px 20px;
  position: relative;
  color: #000;
  background: #fff;
  width: 100%;
  margin-top: -60px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.qr_section_pay {
  text-align: center;
}

.paym_qr_ele h5 {
  font-size: 14px;
  font-weight: 600;
  color: #1C2560;
  padding-bottom: 10px;
}

.paym_qr_ele h6 {
  font-size: 12px;
  font-weight: 400;
  color: #3A458A;
  padding-top: 5px;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 10px;
}

.payment32_upi_sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-top: .5px solid;
  border-image-source: radial-gradient(47.61% 4.13% at 52.3% 0%, #ED742F 0%, #fff0 100%);
  border-image-slice: 1;
}

.hr_new {
  position: relative;
  top: -14px;
}

.paym_qr_ele p {
  font-size: 12px;
  font-weight: 400;
  color: #3A458A;
  /* padding:12px 0px 5px 0px; */
}

.paym_qr_ele p span {
  font-weight: 500;
  color: #C53D3D;
}

.qr_scanner {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.scan_rq_jk {
  text-align: center;
  background: #FFFFFF;
  padding: 16px;
  box-shadow: 0px 0px 10.81px 0px #00000014;
  width: 55%;
  margin: 20px auto 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.timer_jk {
  text-align: center;
  background: #FFFFFF;
  padding: 6px 10px;
  box-shadow: 0px 0px 10.81px 0px #00000014;
  width: 55%;
  margin: 0 auto 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.qr_scanner img {
  max-width: 120px;
  width: 100%;
  display: flex;
}

.paytm_btn_bi {
  width: 100%;
  background: linear-gradient(0deg, #1E2741 0%, #181D2E 100%);
  padding: 12px;
  border-radius: 8px;
  border: transparent;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  cursor: pointer;
  max-width: 550px;
}

.sc_bankname span {
  font-size: 14px;
  font-weight: 400;
  color: #1C2560;
}

/* add class */
.pay_btn_disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  background: linear-gradient(0deg, #1E2741 0%, #181D2E 100%);
}

.active_upiapp_bor {
  /* border: 1px solid #3A458A!important;
  box-shadow: 0px 0px 6px 0px #00000029; */
  background: #FFFFFF;
}

.active_upi_bor {
  border: 1px solid #3A458A !important;
  box-shadow: 0px 0px 6px 0px #00000029;
  background: #FFFFFF;
}

.paym_upi_apps h4 {
  font-size: 16px;
  font-weight: 500;
  color: #1e1e1e;
  text-align: center;
}

.app_paylist {
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  align-items: center;
  overflow-x: scroll;
}

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

.paym_upi_apps {
  padding: 20px;
  margin: 0px 16px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10.81px 0px #00000014;
  border-radius: 8px;
}

.app_paylist li {
  /* padding: 12px 5px; */
  cursor: pointer;
  flex: 0 0 47%;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid transparent;
  justify-content: center;
  /* height: 50px; */
  flex-direction: column;
  flex: 1;
}

.app_paylist li span {
  font-size: 12px;
  font-weight: 500;
  color: #3A458A;
}

.img_upipay img {
  max-width: 55px;
  display: flex;
}

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

.payment2_paynow_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  padding: 5px 16px 10px;
  width: 100%;
  background: #fff;
  z-index: 9;
}

.cvv_input_wrapper {
  position: relative;
  width: 100%;
}

.pay_cd_cvv {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}

.pay_cd_vs {
  position: absolute;
  top: 17px;
  right: 5px;
  width: 25px;
}

/* .select_payment_container {
  color: #000;
  text-align: center;
}
.select_payment_container p {
  font-size: 12px;
  padding-top: 5px;
  color: #707070;
} */
.payment_methods_selct {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 7px;
  padding: 16px;
  /* margin: 10px 0px; */
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px #0000001A;
  border: 1px solid transparent;
}

.payment_methods_selct_cds {
  padding: 16px;
  border: 1px solid transparent;
}

.payment_methods_crdit_cd {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 7px;
}

/* .payment_method_wrapper {
  padding-top: 5px;
} */
.cho_titl {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 80vw;
}

.cho_text {
  font-weight: 600;
  font-size: 13px;
  color: #1C2560;
}

span.cho_para {
  font-size: 11px;
  color: #3A458A;
  font-weight: 400;
}

.upi_pymnt_syntx {
  display: flex;
}

.upi_pymnt_syntx img {
  max-width: 30px;
  height: 30px;
}

.payment_methods_selct:hover,
.payment_methods_selct:focus {
  background: linear-gradient(0deg, #F8F8FF, #ffffff);
  box-shadow: 0px 0px 8px 0px #0000001A;
  border: 1px solid #3A458A;
}

/* .payment_methods_selct:hover span.cho_para{
  font-size: 13px;
} */
.payment_methods_crdit_cd,
.payment_methods_selct {
  cursor: pointer;
}

/* .money_ddd:before{
  content: '';
  position: absolute;
  right: -12px;
  background: url(../image/head_bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 140px;
  height: 90px;
} */
.sc_select_innermain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.sc_select_card {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.sc_select_card2 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.sc_card_icon {
  width: 30px;
}

.sc_select_main {
  margin: 0px 10px;
  border-radius: 4px;
  /* box-shadow: 0px 4px 11px 0px #00000000; */
  border: 1px solid #1C25600D;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin: 10px 0;
  padding: 10px 5px;
}

.sc_select_main.sc_cvv_value.selected_bank {
  background: #4BD5C50F;
}

.clk_cvv_enter {
  display: none;
}

.pay_nt_bk_btn {
  border: none;
  width: 100%;
  background: #ED742F;
  color: #fff;
  padding: 13px 10px;
  border-radius: 6px;
  font-weight: bold;
}

/* .acc_container {
  margin-top: 10px;
} */
.sc_cvvcon {
  display: flex;
  padding-top: 5px;
  align-items: center;
  justify-content: space-between;
}

.sc_cvvcon2 {
  display: flex;
  padding-top: 5px;
  align-items: center;
  justify-content: center;
}

.scc_input_con {
  width: 40%;
  /* margin-top: 5px; */
  position: relative;
  /* background: #ED742F; */
  /* padding: 10px; */
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.sc_bank_icon {
  width: 40px;
  position: relative;
}

.new_card_con {
  cursor: pointer;
  background: unset;
  border: unset;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #1C25600D;
  border-radius: 4px;
}

.add_card_jk p {
  color: #B60B0B;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
}

.add_card_jk span {
  color: #3A458A;
  font-size: 10px;
  font-weight: 400;
}

.card_headr_txt,
.card_headr_txt_cd {
  color: #1C2560;
  font-size: 14px;
  font-weight: 600;
  /* text-align: center; */
}

.savedcard_inner {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.sc_inner_card p {
  color: #1C2560;
  font-size: 14px;
  font-weight: 500;
}

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

.in_txt {
  position: absolute;
  top: 12px;
  right: 13px;
}

.rt_input_radio_btn_wrap {
  display: flex;
}

.rt_input_radio_btn_wrap.active-class {
  transform: rotate(90deg);
  position: relative;
  top: 2px;
}

.scc_input_con input {
  border: 0.5px solid #7CC9C033;
  padding: 10px;
  border-radius: 4px;
  color: #747474;
  font-size: 10px;
  width: 100%;
  height: 40px;
  background: linear-gradient(88.84deg, rgba(230, 232, 246, 0.2) 1.84%, rgba(243, 245, 252, 0.2) 97.63%);
  border: 1px solid #3A458A1A;
}

.scc_input_con input:focus-visible {
  outline: none;
  background: linear-gradient(88.84deg, rgba(230, 232, 246, 0.2) 1.84%, rgba(243, 245, 252, 0.2) 97.63%);
  border: 1px solid #3A458A;
}

.cvv_aa {
  text-align: right;
}

.clk_ccv_pop {
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.cp_bank_icon_container img {
  width: 30px;
}

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

.cardtab_newcard .labl_con {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 7px;
}

.labl_con label {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: math-auto;
  color: #1e1e1e;
  position: relative;
  top: 15px;
  z-index: 1;
  left: 1em;
  background-color: white;
  padding: 0 5px;
}

.card_inpt_bx {
  position: relative;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 12px);
  padding: 16px 10px;
  font-size: 14px;
  font-weight: 500;
  background-clip: padding-box;
  color: #3A458A;
  -webkit-appearance: none;
  border-radius: 4px;
  background: linear-gradient(88.84deg, rgba(230, 232, 246, 0.2) 1.84%, rgba(243, 245, 252, 0.2) 97.63%);
  border: 1px solid #3A458A1A;

}

.form-control::placeholder {
  color: #C2C7DF;
  font-weight: 400;
}

.card_focus_ipt:-webkit-autofill {
  background-color: #533DA933 !important;
}

input:focus-visible {
  outline: none;
}

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

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

.form_grp {
  flex-basis: 70%;
}

.form_grp_jk {
  flex-basis: 30%;
}

.check-sec {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.check-sec label {
  font-size: 12px;
  font-weight: 400;
  color: #1C2560;
}

.labl_con.justify_space {
  justify-content: space-between;
}

.labl_con a {
  text-decoration: underline;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.newcard_inner {
  padding-top: 16px;
}

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


.switch {
  position: relative;
  display: inline-block;
  width: 17px;
  /* Matching size to the image */
  height: 17px;
  /* Matching size to the image */
  margin-right: 0px;
  float: right;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0.75px solid #3A458A;
  border-radius: 4px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  border-radius: 4px;
  left: 0;
  bottom: 0;
  /* background-color: #6C50DD1A; */
  border: 1px solid #000000;
}

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

.slider.round:before {
  border-radius: 0;
  border: none;
}

input:checked+.slider {
  background: transparent;
}

input:checked+.slider:before {
  content: "";
  display: block;
  width: 4px;
  height: 9px;
  border: solid #000000;
  border-width: 0px 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 1px;
  left: 5px;
  color: #000000;
  background: transparent;
}

input:checked+.slider.round:before {
  border-radius: 0;
}

/* input:checked+.slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
  background: #fff;
} */
.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;
}

.balence_pop_fun_bj {
  padding: 10px 12px 12px 12px;
  background: #fff;
  border: 0.5px solid #7CC9C04D;
  border-radius: 12px;
  box-shadow: -1px 3px 18px 0px #00000012;
}

.balence_pop_fun_bj h5 {
  color: #1C2560;
  text-align: center;
  padding-top: 15px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.con_cvv_p {
  padding: 12px 0px 20px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #3A458A;
  width: 80%;
  margin: 0 auto;
}

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

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

.balence_img_fun {
  text-align: center;
}

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

/* .bank_pymnt_txt.para_tl {
  text-align: center;
} */
.bank_pymnt_txt {
  color: #1C2560;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.pop_bnk_sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  /* height: 320px; */
  overflow-y: scroll;
  padding: 10px 0 50px;
}

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

.pop_bnk_sub_sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px #0000001A;
  border-radius: 6px;
  width: 98%;
  margin: 0 auto;
  gap: 1px;
  transition: all 0.4s ease;
}

.bank_pop {
  display: flex;
  align-items: center;
  /* border-radius: 16px; */
  padding: 10px 16px;
  gap: 8px;
  /* flex: 0 0 33.33%;
  flex-basis: calc(50% - 7px); */
  background: #FFFFFF;
  border-bottom: 1px dashed #1C25601A;
  cursor: pointer;
  width: 100%;
  position: relative;
}

.bank_pop:last-child {
  border-bottom: 1px dashed transparent;
}

.bank_lg_icn {
  width: 100%;
  max-width: 30px;
  height: 30px;
  display: flex;
}

.bank_pop span {
  color: #1e1e1e;
  font-weight: 500;
  font-size: 13px;
}

.allbanks_sec h2 {
  color: #1e1e1e;
  font-size: 14px;
  padding: 10px 0 15px;
  font-weight: 600;
  text-align: left;
}

.chose_bank a {
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px;
  text-decoration: none;
  background: linear-gradient(88.84deg, rgba(230, 232, 246, 0.2) 1.84%, rgba(243, 245, 252, 0.2) 97.63%);
  border: 1px solid #3A458A33;
  margin-bottom: 25px;

}

.bnk_txtwth_icn {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #B8B5C3;
  font-size: 14px;
}

.chose_bank img {
  max-width: 30px;
  height: 30px;
}

.down_arrow_jk {
  rotate: 90deg;
  display: flex;
  width: 10px !important;
  height: 10px !important;
}

.bank_pop.banksec:hover,
.banksec.banksecx.selected_bank2 {
  cursor: pointer;
  outline: 1px solid #3A458A;
  border-radius: 6px;
  background: #FFFFFF;
}

.bank_pop.banksec:hover,
.banksec.banksecx.selected {
  outline: 1px solid #3A458A;
  border-radius: 6px;
}

.all_banks_container {
  display: none;
}

.search_bank_wrap {
  padding-top: 15px;
}

.search-txtt {
  width: 100%;
  padding: 15px;
  border-radius: 4px;
  color: #3E3E3E;
  cursor: default;
  text-indent: 25px;
  background: linear-gradient(88.84deg, rgba(230, 232, 246, 0.2) 1.84%, rgba(243, 245, 252, 0.2) 97.63%);
  border: 1px solid #3A458A1A;
  font-size: 14px;
  font-weight: 400;
}

/* .all_banks_container {
  padding-top: 20px;
} */
.pay_nt_bk {
  padding: 15px 0px;
}

.search_bank {
  position: relative;
}

.search-txtt::placeholder {
  color: #3E3E3E;
}

.search_icon {
  position: absolute;
  top: 15px;
  left: 12px;
}

.banks_lst_dpdn ul {
  overflow-y: auto;
}

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

.bank_name {
  display: block;
  box-shadow: 0px 0px 4.3px 0px #0000001F;
  padding: 10px;
  border-radius: 4px;
  gap: 8px;
  margin: 5px 0;
  cursor: pointer;
  color: #fff;
  box-shadow: 0px 4px 11px 0px #00000000;
  font-size: 14px;
  font-weight: 600;
}

.sc_select_main.pay_net_bk_pn {
  border-bottom: 1px solid #A3A3A34D !important;
  border: none;
  background-color: none;
  margin: 0px !important;
  list-style: none;
  border-radius: unset;
}

.sc_select_main.pay_net_bk_pn:last-child {
  border-bottom: none !important;
  padding-bottom: 0px;
}

.banks_lst_dpdn.upi_paym_bk_list {
  height: 500px;
  overflow-y: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

  .payment2_section.upi_pay_sec_success.payment32_section.payment32_su_fa_section {
    height: fit-content !important;
  }
}

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

@media (max-width: 589px) {
  .payment32_fail_section_upi {
    height: 100% !important;
  }
}

@media (max-width: 550px) {

  .payment2_main_section_thk,
  .payment2_main_section {
    background: #050505;
  }

}

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

  .payment32_fail_section_upi {
    height: auto !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;
  }
}

/* sucess---failure */
.index_page_sub {
  height: 100%;
  padding-bottom: 0;
}

.payment32_su_fa_main_section {
  color: #fff !important;
}

.payment32_su_fa_section {
  position: relative;
}

.done_fxedbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 16px 10px;
}

.payment32_su_fa_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 99;
}

.payment32_su_fa_head p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.payment32_su_fa_head img {
  cursor: pointer;
}

.payment32_su_fa_success_sec {
  display: flex;
  flex-direction: column;
  align-items: center;
}


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

.payment32_paynow {
  width: 100%;
  padding: 14px 10px;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  background: linear-gradient(0deg, #1E2741 0%, #181D2E 100%);
  border-radius: 8px;
}

.payment32_su_fa_success_cont {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  text-align: center;
  padding: 10px 0px;
}

.payment32_su_fa_success_cont p {
  font-size: 14px;
  font-weight: 600;
  color: #1C2560;

}

.payment32_su_fa_failed_cont p {
  color: #FD4241;
}

.payment32_su_fa_success_cont span {
  font-size: 12px;
  font-weight: 400;
  color: #3A458A;
  width: 85%;
  margin: 10px auto 0;
  line-height: 1.5;
}

.payment32_su_fa_amt_sec {
  position: relative;
  padding: 10px 20px;
  background: transparent;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 175px;
}

.payment32_su_fa_amt_sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  padding: 1.6px;
  background: linear-gradient(92.81deg, #5C50D5 -0.46%, #8C87D7 46.95%, #9E5BCA 101.49%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.payment32_su_fa_amt_sec p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.payment32_su_fa_amt_sec span {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.payment32_su_fa_upi_option {
  display: flex;
  flex-direction: column;
  /* border: 1px solid #e0e0e0; */
  margin: 20px 0 0;
  /* border-radius: 12px; */
}

.payment32_su_fa_upi_common {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0px;
  gap: 7px;
  margin: 0px 16px;
}

.payment32_su_fa_upi_common:last-child {
  border: none;
}

.payment32_su_fa_upi_common p {
  font-size: 13px;
  font-weight: 400;
  color: #3A458A;
}

.payment32_su_fa_upi_common span {
  font-size: 14px;
  font-weight: 500;
  color: #3A458A;
}


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

.payment2_section.upi_pay_sec_success.payment32_section.payment32_su_fa_section {
  height: 100%;
  overflow: hidden scroll;
}

.payment2_section.upi_pay_sec_success.payment32_section.payment32_su_fa_section::-webkit-scrollbar {
  display: none;
}

.payment2_sec_sub.upipayment2_sec_sub {
  padding-bottom: 40px;
}

/* .scc_input_con.pay_btn_disabled2 {
  background: #ED742F66;
} */
/* .scc_input_con.pay_btn_disabled2 .in_txt{
  opacity: 0.4;
} */
.banks_lst_dpdn.upi_paym_bk_list.select_ht {
  height: 100%;
  padding-bottom: 20px;
}

@media (min-width: 551px) {
  .done_fxedbtn {
    position: unset;
    bottom: 0;
    display: flex;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .payment32_sec_sub.payment32_su_fa_sec_sub {
    padding-bottom: 0px !important;
  }

  .app_paylist li span,
  .paym_qr_ele h6,
  .paym_qr_ele p,
  .cho_text,
  .payment32_su_fa_success_cont span,
  .labl_con label {
    font-size: 14px;
  }

  span.cho_para,
  .bank_pop span {
    font-size: 12px;
  }

  .upi_paym_bk_list {
    height: 350px;
    overflow-y: scroll;
  }

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

  .card_headr_txt,
  .card_headr_txt_cd {
    font-size: 16px;
  }

  .payment2_paynow_btn_ne_bnk {
    position: unset;
  }

  .payment2_paynow_btn.add_newcard_pay,
  .payment2_paynow_btn.paym_btn_sec {
    position: sticky;
  }

  .scan_rq_jk,
  .timer_jk {
    width: unset;
  }
}

@media (min-width: 700px) {
  .payment2_paynow_btn.saved_card_pay {
    position: absolute;
  }
}

@media (max-width: 550px) {
  .payment2_main_section {
    background: #ffff;
  }
}

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

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

/*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: 5px;
}

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



.make_pymnt_txt {
  font-size: 14px;
  font-weight: 600;
  color: #1C2560;
}

.select_pay_mtd_jk {
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px #0000001A;
  border-radius: 6px;
  margin: 16px 0 20px;
}

.select_pmt_mtd_jk {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}

.pmt_mtd_btm_jk {
  border-bottom: 1px dotted #1C25601A
}

.paym_qr_ele {
  background: #FFFFFF;
  box-shadow: 0px 0px 10.81px 0px #00000014;
  margin-top: -65px;
  border-radius: 8px;
  padding: 24px;
}

.qr_pay_jk {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.common_bg_pmt {
  padding: 5px;
  box-shadow: 0px 0px 8px 0px #0000001A;
  display: flex;
}

.common_bg_pmt img {
  max-width: 20px;
  height: 8px;
  cursor: pointer;
}

.common_bg_pmt_jk img {
  max-width: 25px;
}

.or_txt {
  font-size: 12px;
  font-weight: 600;
  color: #1C2560;
  padding: 0 0 20px;
  text-align: center;
}

.img_upipay {
  box-shadow: 0px 0px 6px 0px #00000029;
  background: #FFFFFF;
  border-radius: 50%;
  outline: none;
  border: 1px solid transparent;
}

.payment32_su_fa_success_icon img {
  width: 100%;
  max-width: 80px;
}

.acc_amt_py_succ h3 {
  color: #87E464;
}

.acc_amt_py_fail h3 {
  color: #C63F42;
}

.acc_cont_jk {
  display: flex;
  gap: 10px;
  margin: 12px 0 0;
}

.payment2_paynow_btn.saved_card_pay {
  position: unset;
  bottom: 0;
  left: 50%;
  display: flex;
  justify-content: center;
  padding: 0;
  width: 60%;
  background: #fff;
  z-index: 9;
  /* transform: translate(-50%, 0px); */
}

.padd_btn_jk {
  height: 40px;
  font-size: 14px;
}

.plus_btn {
  display: flex;
}

.plus_btn img {
  max-width: 30px;
}

.card_focus_ipt:focus {
  border: 1px solid #3A458A;
}

.pmcard_focus_ipt {
  background: linear-gradient(88.84deg, rgba(230, 232, 246, 0.3) 1.84%, rgba(243, 245, 252, 0.3) 97.63%);
  border: 1px solid #3A458A;
}

.pay_list_arr_jk {
  position: absolute;
  right: 20px;
}

.pay_lt_ar_jk {
  position: absolute;
  right: 20px;
  top: 13px;
  rotate: 90deg;
}

.all__list_wrap {
  margin-top: 0;
}

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

.allbanks_close img {
  display: flex;
  width: 15px;
  cursor: pointer;
}

.bank_lg_icn_jk {
  width: 20px;
  height: 20px;
  display: flex;
  margin-top: -1px;
}

.bnk_txtwth_icn {
  font-size: 14px;
  font-weight: 400;
  color: #2D2D2D;
}

.allbank_sec_wrapper {
  padding: 0px 16px 20px;
}

.sc_cvv_value {
  padding: 12px 16px;
  cursor: default;
}

@media (max-width: 359px) {

  span.cho_para,
  .add_card_jk span,
  .scc_input_con input,
  .paym_qr_ele p,
  .app_paylist li span {
    font-size: 9px;
  }

  .payment32_su_fa_success_cont span {
    font-size: 9px;
    width: 100%;
  }

  .acc_amt_pay h2,
  .check-sec label,
  .paym_qr_ele h6 {
    font-size: 10px;
    ;
  }

  .cho_text,
  .add_card_jk p,
  .con_cvv_p,
  .payment32_su_fa_upi_common p,
  .bank_pop span,
  .bnk_txtwth_icn {
    font-size: 11px;
  }

  .upi_title h1,
  .make_pymnt_txt,
  .sc_inner_card p,
  .sc_bankname span,
  .form-control,
  .payment32_su_fa_upi_common span,
  .search-txtt {
    font-size: 12px;
  }

  .payment32_su_fa_success_cont p,
  .bank_pymnt_txt,
  .card_headr_txt,
  .card_headr_txt_cd {
    font-size: 13px;
  }

  .paytm_btn_bi,
  .balence_pop_fun_bj h5 {
    font-size: 14px;
  }

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

  .card_3d_img {
    max-width: 120px;
  }

  .common_pop_jk img {
    width: 22px;
  }

  .img_upipay img {
    max-width: 40px;
  }

  .chose_bank a {
    padding: 5px 18px;
  }
}

.payment_new_option_jk {
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px 10px 5px;
    background-image: url(../image/bgg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.payment_logo_option_jk {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  gap: 30px;
  height: 8px 
}
.payment_logo_option_jk img {
  /* width: clamp(2.5rem, 2.0536rem + 2.2321vw, 4.0625rem); */
  cursor: pointer;
  max-width: 97px;
  height: 19px;
}
.provide_logo_jk img {
  max-width: 90px;
  cursor: pointer;
  height: 25px;
  display: flex;
}

@media (max-width: 550px) {
    .payment_new_option_jk {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
    }
    .payment2_paynow_btn {
      margin-bottom: 115px;
    }
    .chose_bank a {
      margin-bottom: 60px;
    }
    .payment32_su_fa_sec_sub {
      padding-bottom: 115px !important;
    }
    .done_fxedbtn {
      position: unset;
    }
    .faild_sec {
      padding-bottom: 0 !important;
    }
    .paym_upi_apps {
      padding: 10px;
    }
    .or_txt {
      padding: 0 0 15px;
    }
    .pop_bnk_sec {
      padding: 10px 0 65px;
    }
    .payment2_sec_sub.upipayment2_sec_sub {
      padding-bottom: 75px;
    }
}
@media (max-width: 359px) {
  .upi_pay_main_sec {
    margin-top: -80px;
  }
}