@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans:ital,wght@0,100..900;1,100..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');


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

.payment2_section {
  height: 100vh;
  background-position: center;  
  margin: auto;
  width: 100%;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100dvh;
  background-image: url(../image/payment_bg.jpg);
  font-family: "Roboto", sans-serif;
  background-repeat: no-repeat;
  background-size: cover;
}

.payment2_sec_sub {
  height: 95%;
  overflow-y: auto;
}

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

.payment2_sec_sub {
  padding-bottom: 20px;
}

.payment2_main_section {
  background: radial-gradient(circle,
      rgba(9, 21, 121, 0.7959558823529411) 0%,
      rgba(255, 255, 255, 1) 100%);
}

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

.upi_payment_container {
  padding: 17px 0 0px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  position: relative;
}

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

.upi_title {
  position: relative;
  padding: 0 15px;
}
.upi_title a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.amount_pay_sec_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 15px;
}
.acc_amt_pay {
  padding: 25px 15px 25px;
  position: relative;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  width: fit-content;
  margin: 24px 0 25px;
  padding: 0px;
}

.acc_amt_pay h2 {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  color: #628ECA;
}

.acc_amt_pay h3 {
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  color: #F9F9F9;
  padding: 3px 0 0 0;
}

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

.upi_paym_qr_sec {
    padding: 0 15px 15px;
    z-index: 9;
    position: relative;
}

.qr_section_pay {
  padding: 8px 0 7px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 6px;
  border-radius: 12px;
  background: linear-gradient(0deg, #3B66AB 7.21%, #1B3663 85.13%);
}

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

.paym_qr_ele h6 {
  font-size: 10px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    width: 50%;
    line-height: 16px;
}

.paym_qr_ele p {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #f1f0f0;
}

.paym_qr_ele p span {
  font-weight: 600;
  color: #d4574f;
  padding: 0 5px;
}
.scan_sec_bwl {
  max-width: 150px;
}

/* .qr_scanner {
  box-shadow: 0px 0px 12px 0px #00000026;
  background: #ffffff;
  padding: 10px 11px;
  border-radius: 5px;
} */

/* .qr_scanner img {
  max-width: 136px;
} */

.upi_lst_mgs {
  line-height: 0;
}

.paytm_btn_bi {
  width: 100%;
  background: linear-gradient(180deg, #224F9B 0%, #0C1B35 100%);
  padding: 12px;
  border-radius: 8px;
  border: transparent;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.gent_btn {
  background: #7459DA;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 400;
  padding: 4px 7px;
  width: 100%;
  max-width: 85px;
  cursor: pointer;
}
.qr_scanner {
  position: relative;
}

/* add class */
.pay_btn_disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.pay_thorugh_sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px;
}
.paym_upi_apps h4 {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #fff;
}

.paym_upi_apps {
  padding: 0 15px;
}

.paym_upi_apps .app_paylist {
  padding: 7px 0px;
  background: linear-gradient(0deg, #1B3663 14.87%, #3B66AB 92.79%);
  border-radius: 12px;
  margin: 10px 0;
}

.app_paylist li {
  list-style-type: none;
  display: flex;
  flex: 1;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  border-bottom: 1px solid #0D2340;
}

.app_paylist li:last-child {
  border-bottom: unset;
}
/* .payment_methods_selct:hover,.active_upiapp_bor {
  border: 1px solid #6345E0 !important;
  background: #6345E01A !important;
} */

.app_paylist li span {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.img_upipay {
  display: flex;
  align-items: center;
  gap: 10px;
}

.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;
}
.sucess_txt {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 7px 0px;
}

.succss_sec {
  border-radius: 12px;
  margin: 0 20px 0;
  padding: 15px 20px 15px;
  position: relative;
  text-align: center;
  background: linear-gradient(0deg, #3B66AB 7.21%, #1B3663 85.13%);
}
.trans_det {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.main_pag_cntner {
  margin-bottom: 15px;
}

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

  .upi_paym_qr_sec {
    padding: 5px 16px 15px;
  }
}

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

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

/* sucess---failure */
.payment2_sec_scss_fail {
  height: 100%;
  padding-bottom: 10px;
}

.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: column;
  align-items: center;
  gap: 3px;
}

.payment2_pay_com h5 {
  font-size: 14px;
  font-weight: 600;
}

.payment2_pay_com p {
  /* font-size: 12px; */
  font-weight: 400;
  text-align: center;
}
.recvd_pymnt_txt {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
} 

.payment2_comm_trans {
  border-radius: 8px;
  margin: 20px 20px 10px;
  padding: 10px 15px;
  background: linear-gradient(0deg, #1B3663 14.87%, #3B66AB 92.79%);
}

.pay2_transection_con {
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid;
  border-image-source: radial-gradient(46.42% 207.35% at 50% 50.49%, #F3F6F9 0%, rgba(51, 89, 152, 0) 100%);
  border-image-slice: 1;
}

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

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

.pay2_trans_sp_lef {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.pay2_trans_sp_rig {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.pay2_button_sucess button {
  background: linear-gradient(180deg, #224F9B 0%, #0C1B35 100%);
  padding: 12px;
  border-radius: 8px;
  border: transparent;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  cursor: pointer;
  width: 100%;
}
.failed_txt {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 7px 0px;
}

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


/* Index page FLOW  */

.make_pymnt_txt {
  color: #F9F9F9;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0px 7px 15px;
  text-transform: uppercase;
}
.secue_py_txt {
  color: #7A5EEB;
  font-size: 10px;
  font-weight: 400;
  padding-bottom: 20px;
}
.qick_pay_sec {
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  padding-top: 3px;
}
.upi_pymnt_syntx {
  color: #628ECA;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  gap: 10px;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 100%;
  padding-left: 15px;
}
.payment_methods_selct h1 {
  font-size: 10px;
  color: #212223;
  font-weight: 400;
  padding: 10px 0;
  min-height: 44px;
}
.payment_methods_selct {
  /* border-radius: 6px; */
  padding: 16px 15px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 4px solid #00000033;
  margin-bottom: 12px;
}
.section_one_sec {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.payment_method_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.payment_logos_img {
  width: 100%;
    max-width: 25px;
    display: block;
}
.upi_pymnt_syntx img {
  width: 100%;
  max-width: 170px;
  height: 18px;
}
.bankimg_ext span {
  color: #121212;
  font-size: 10px;
  font-weight: 500;
}
.bankimg_ext {
  display: flex;
  align-items: center;
  padding-top: 8px;
  gap: 5px;
}
.netbn_upi_sc {
  padding-left: 0;
}


.index_page_sub {
  height: 100%;
  padding-bottom: 0;
}
.money_ddd{
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-37px);
}
.done_fxedbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px 10px;
}
.bank_logo {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-8px);
}
.bank_lg_img {
  width: 100%;
  max-width: 120px;
}
.bank_pymnt_txt,.savd_csrd_txt {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0 10px 0;
}
.popular_bnks_txt{
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 0 5px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #73869A
}
.all_banks_txt{
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 5px auto 22px auto;
  text-align: center;
}
h2.bank_pymnt_txt.all_banks_txt {
  text-align: left;
}
.all_banks_container {
  position: relative;
}
.close_tag {
  position: absolute;
  top: 0;
  left: 0;
}
.netbnk_secur_txt {
  padding-bottom: 12px;
}
.bank_lg_icn {
  width: 100%;
  max-width: 30px;
}
.all_bnks_popup {
  margin: 0;
  background: unset;
  box-shadow: none;
  border-radius: unset;
  padding: 15px 15px 10px;
}
.bank_pop {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 10px 20px;
  gap: 4px;
  flex: 1;
  flex-basis: 100%;
  cursor: pointer;
  background: #1D3967;
  justify-content: space-between;
  border: 1px solid transparent;
}
.name_of_bnk {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bank_pop span {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
}
.pop_bnk_sec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  background: linear-gradient(180deg, #1B3663 -22.44%, #3B66AB 133.33%);
  padding: 17px;
  border-radius: 8px;
}
.allbanks_sec h2 {
  color: #000;
  font-size: 14px;
  padding: 12px 0 15px 0;
  font-weight: 500;
}
.search-txtt::placeholder{
  font-size: 13px;
  font-weight: 500;
  color:#fff;
}

/* .chose_bank a{
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 10px;
  text-decoration: none;
  height: 49px;
  border: 1px solid #EFEDED;
} */
.chose_bank span {
  color: #2D2D2D;
  font-size: 14px;
  font-weight: 400;
}
.bank_sec.selected {
  border: 1px solid #3C67D9;
}
.search_bank {
  position: relative;
}
.search-txtt {
  width: 100%;
  padding: 15px;
  border-radius: 8px;
  text-indent: 25px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #FFFFFF;
  background: #345B9B1A;
}
.search_icon {
  position: absolute;
  top: 15px;
  left: 12px;
}
.search-txtt:focus-visible {
  outline: none !important;
}
.bank_name {
  display: flex;
  align-items: center;
  padding: 8px 0;
  gap: 8px;
  margin: 5px 0;
  cursor: pointer;
  border-bottom: 1px solid #A3A3A34D;
  justify-content: space-between;
}
.banks_lst_dpdn{
  overflow-y: scroll;
  height: calc(100dvh - 175px);
}
.banks_lst_dpdn ul li {
  list-style-type: none;
  padding-left: 5px
}
.banks_lst_dpdn ul {
  overflow-y: auto;
  /* height: 80dvh; */
  padding-bottom: 10px;
  background: linear-gradient(180deg, #1B3663 -22.44%, #3B66AB 133.33%);
    border-radius: 8px;
    margin: 15px 0;
    padding: 15px 20px;
}
.bank_name_lgo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.chek_box_sec {
  line-height: 0;
}
.cub_bnk_logo {
  background: #fff;
  border-radius: 50%;
}
.bank_name span {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
.all_banks_container{
   display: none;
}
.bank_lg_icn.dhana__bank {
  max-width: 15px;
  width: 100%;
  max-height: 28px;
  margin: 0 6px;
}
.viw_al_bnk {
  color: #8CAFE8;
  font-size: 14px;
  font-weight: 500;
  margin: 25px auto 0;
  padding-bottom: 2px;
  border-bottom: 1px solid #8CAFE8;
  width: fit-content;
  cursor: pointer;
}




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

    /* background: #FEFCF6; */
    margin: 0px 10px;
    border-radius: 6px;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    margin: 0 0 10px 0;
    border: 1px solid #FFFFFF4D;
    position: relative;
}
.sc_select_innermain
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* .sc_select_main.selected_bank {
  background: #6345E01A;
  border: 1px solid #6345E0;
  border-radius: 6px;
} */
.oficl_txt {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 400;
  background: #6C50DD;
  width: 62px;
  height: 16px;
  padding: 2px 15px 2px 13px;
  border-radius: 0px 6px 0px 6px;
}

.sc_select_card {
    display: flex;
    gap: 10px;
}
.sc_inner_card {
  display: flex;
  gap: 7px;
  align-items: center;
}
.card_text_py {
  color: #8AA3CC;
  font-size: 11px;
  font-weight: 400;
}
.sc_bankname
{
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #fff;
}
.sc_accountno
{
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  color: #fff;
}
.card_text_py span {
  padding: 0 5px;
}
.sc_accountno span {
  margin-right: 5px;
}
.sc_card_icon
{
    max-width: 34px;
}
.sc_bank_icon {
    width: 40px;
    position: relative;
    top: -11px;
}
.sc_cvvcon
{
    display: flex;
    justify-content: space-between;

}
.sc_cvvcon p
{
  font-size: 13px;
  font-weight: 500;
  color: #2D2D2D;
  text-align: left;
}
.sc_cvvcon a
{
  font-size: 10px;
  font-weight: 400;
  color: #6345E0;
  text-align: left;
  text-decoration: underline;
}
.scc_input_con
{
    width: fit-content;
    margin: 5px auto 0;
}
.cvv_input
{
  width: 80px;
  padding: 9px;
  color: #CBDFFF;
  font-size: 12px;
  font-weight: 600;
  -webkit-appearance: none;
  border-radius: 4px;
  border: unset;
  background: #FFFFFF40;
}
.scc_input_con .cvv_input:focus {
    outline: none;
  }
.scc_input_con .cvv_input::placeholder
{
font-size: 12px;
color: #CBDFFF;
}
.scc_input_con img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}
.acc_container {
    margin-top: 10px;
}
.clk_cvv_enter
{
    display: none;
}
.saved_cards_wrapper {
  background: linear-gradient(0deg, #1B3663 14.87%, #3B66AB 92.79%);
  border-radius: 12px;
  padding: 15px 15px;
}
button.new_card_con
{
  -webkit-tap-highlight-color: transparent;
  color: #3C67D9;
  font-size: 12px;
  background: unset;
  border: unset;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px dashed #fff;
    border-radius: 8px;
    width: 200px;
    max-width: 550px;
    padding: 10px;
    gap: 10px;
    padding: 12px;
}
.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: 250px;
  border-bottom-left-radius: 20px;
  }
  .balence_img_fun {
    line-height: 0;
}

.sc_bank_icon {
  width: 56px;
  top: 0px;
  margin-left: 0px;
}
.card_headr_txt {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #000;
  /* padding: 10px 0; */
}
.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;
    position: absolute;
    top: 10px;
    right: 15px;
}
.balence_pop_fun_bj {
  padding: 30px 12px 0px 0px;
  border-radius: 20px;
  background: linear-gradient(0deg, #1B3663 14.87%, #3B66AB 92.79%);
}
.balence_pop_fun_bj h5 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #F9F9F9;
}
.con_cvv_p
{
  color: #CFE1FF;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  width: 75%;
  margin: 0 auto;
}
.bank_lgo_img {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cards_tabcontainer .cardtab_newcard
{
    position: relative;
    z-index: 10;
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
}
.newcard_inner
{
  padding: 12px 15px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: linear-gradient(0deg, #1B3663 14.87%, #3B66AB 92.79%);
}
.form-group {
    margin-bottom: 15px;
}
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.5em + 0.75rem + 5px);
  padding: 0.375rem 0rem;
  font-size: 12px;
  font-weight: 600;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  color: #FFFFFF;
  -webkit-appearance: none;
  border: unset;
  border-radius: unset;
  background: transparent;
  border-bottom: 1px solid #E6E6E6;
}
.form-control:focus {
    outline: none;
  }
  .form-control::placeholder
{
font-size: 12px;
color: #B0B0B0;
font-weight: 300;
}
.cardtab_newcard .labl_con
{
display: flex;
align-items: center;
gap:8px;
}
.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;
    align-items: center;
}
.check-sec label
{
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
  color: #121212;
  position: relative;
  cursor: pointer;
}
.labl_con a
{
text-decoration: underline;
font-size: 11px;
font-weight: 500;
text-align: left;
color: #2D2D2DDD;
-webkit-tap-highlight-color: transparent;
cursor: pointer;
font-size: 11px;
font-weight: 400;
color: #6345E0;
text-align: left;
text-decoration: underline;
line-height: 0;
}
.labl_con label
{
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
  color: #121212;
}
.check-sec {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.switch {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  float: right;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f8f9fd;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-tap-highlight-color: transparent;
  /*    border: 1px solid #92ABCC;*/
}
.slider.round {
  border-radius: 4px;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background: transparent;
}
.slider.round:before {
  border-radius: 50%;
  border: 2px solid #fff;
}

input:checked + .slider.round:before {
  border-radius: 0;
}
input:checked + .slider:before {
  content: "";
  display: block;
  width: 4px;
  height: 9px;
  border: solid #fff;
  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 {
  background-color: #4872AB;
  border: 1px solid #BED7FFD9;
}

.labl_con label {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
  color: #fff;
}
.check-sec label {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
  color: #E8E8E8;
}
  
.allbanks_sec {
  background: #fff;
  box-shadow: 0px 0px 40px 0px #C8C6D140;
  border-radius: 20px;
  padding: 0 15px 15px;
  margin: 20px;
}

svg.input_logo {
  position: absolute;
  top: 13px;
  right: 0;
}
.card_inpt_bx {
  position: relative;
}
.bank_pop.selected {
  border: 1px solid #FFFFFF;
  border-radius: 8px;
}
.chose_bank img {
  max-width: 20px;
  max-height: 20px;
  margin-left: 5px;
}
.bnk_txtwth_icn {
  display: flex;
  align-items: center;
  gap: 15px;
}
.border_set
/* {
  border: 1px solid #3C67D9 !important;
} */
.success_page_scrl{
  overflow: hidden auto;
}
.crdt_cd_secur {
  padding-bottom: 0;
}

.card_number_sec_wrap {
  display: flex;
  margin: 18px 0;
  height: 20px;
}
.card_hlder_nme {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
}
.card_hold_name{
  font-size: 15 px;
  font-weight: 600;
  color: #fff;
  margin: 8px 0 0 0;
}
.expiry_dt_yr{
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin: 8px 0 0 0;
}
.expiry_date_sec {
  color: #fff;
  font-size: 12px;
}
.type_of_card img {
  position: absolute;
  top: 30px;
  right: 33px;
}
.vector_set {
  margin-right: 7px;
}
.holder_date_wrap {
  display: flex;
  justify-content: space-between;
  margin: 27px 20px 0 0;
}
.card_shape_continer {
  background: url(../image/card_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 95%;
  max-width: 550px;
  height: 185px;
  background-position: center;
  border-radius: 20px;
  padding: 25px 20px;
  position: relative;
  margin: 0 auto 17px auto;
}
.card_last_four {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
}

/*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: 32px;
   right: 18px;
}
.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;
}

@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%;
    max-width: 122px;
    }
    .money_ddd {
      transform: translateY(-18px);
    }
}
@media (min-width: 320px) and (max-width: 359px) {
  .upi_pymnt_syntx {
    font-size: 11px;
  }
  .money_3d_img {
    width: 100%;
    max-width: 145px;
  }
  .acc_amt_pay h3 {
    font-size: 25px;
  }
}

@media (min-width: 551px) {
.done_fxedbtn {
  position: unset;
  bottom: 0;
  display: flex;
  justify-content: center;
  padding: 10px 20px 10px;
}
.payme2_comm_sucess_fai.index_failer_sec {
  padding: 100px;
}
.banks_lst_dpdn ul {
  height: 400px !important;
  margin-bottom: 0;
}
.banks_lst_dpdn{
  height:100%;
  overflow-y: auto;
}
.net_bankng_container_sub {
  padding-bottom: 0;
}
.all_bnks_popup{
  padding-bottom: 0;
  margin-bottom: 0!important;
}
.success_page_scrl{
  padding-bottom: 20px !important;
}
.failed_transc_cont{
  margin-bottom: 0px !important;
}

}

@media (min-width: 590px) {
  .index_sectn {
    max-height: 85dvh;
    height: inherit;
  }
  .payme2_comm_sucess_fai.index_failer_sec {
    padding: 100px;
  }
  .upi_paym_qr_sec{
    margin-bottom:20px
  }
}
@media (min-width: 768px) {
  .index_sectn {
    max-height: 60dvh;
    height: inherit;
  }
}

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

.error {
  border-bottom: 1px solid red !important;
}
.indx_ttle_bttm {
  border-bottom: 1px solid #73869aa1;
  width: 100%;
}
.add_cad_txt {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.add_new_card_bttnn {
  padding: 7px 20px 0;
}
.crdit_crd_cntn_py {
  margin-bottom: 10px;
}
.failed_sec_upi {
  margin-bottom: 20px;
}
.buttn_card {
  color: #B4B4B4;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #EFEDED;
  border-radius: 8px;
  width: 100%;
  padding: 10px;
  text-align: center;
  cursor:pointer;
}
.select_model_card {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 5px;
}
.buttn_card.selected {
  background: #6C50DD1A;
  border: 1px solid #6C50DD;
  color: #6C50DD;
}
.slect_the_card_dts {
  margin: 5px 0 0px;
  padding-bottom: 15px;
}
.nick_name_card{
  display: none;
}
.banks_lst_dpdn ul::-webkit-scrollbar {
    background: #7d7d7d33;
    width: 8px;
    padding: 1px 0.67px 658px 1.33px;
    border-radius: 10px;
}
.banks_lst_dpdn ul::-webkit-scrollbar-thumb {
    background: #6C50DD;
    border-radius: 10px;
}
.success_page_scrl {
  overflow: hidden auto;
}
.failed_transc_cont {
  overflow-y: auto;
  margin-bottom: 35px;
}
/* .net_bank_paym_cnt_sec{
  padding-top: 0;
} */

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 550px) {
    .payment2_main_section {
      background: #1D3967;
    }
  }
}
@media only screen and (max-width: 550px) {
  .payment2_main_section {
    background: #1D3967;
  }
}
