@import url('https://fonts.googleapis.com/css2?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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=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&display=swap');
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;

}
body {
  font-family: "Poppins", sans-serif;
}
@font-face {
  font-family: "gilroy_medium";
  src: url(/design38/payment_assets/fonts/gilroy/Gilroy-Medium.ttf);
}
.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: linear-gradient(180deg, #FAF4F0 0%, #FAF4F0 100%);
}

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

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

.payment2_sec_sub {
  padding-bottom: 20px;
}

.payment2_main_section {
  background: #444444;
}

.main_upi_page {
  height: 100%;
  display: flex;
  justify-content: center;
  background: #97a3c6;
}
.upi_payment_container {
  display: flex;
  flex-direction: column;
}
.payble_amt_wrap_jk {
  display: flex;
  gap: 10px;
}
.upi_title h1 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.upi_title {
  margin: 24px 24px 16px;
  
}
.upi_title_img_jk {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.upi_title_back_btn_jk {
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.title_with_icn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.acc_amt_pay {
  /* padding: 15px 0 0px; */
  position: relative;
  margin: 16px 24px 8px;
  background: #1A1F25;
  border-radius: 16px;
  padding: 16px;
}
.payble_amt_txt_jk {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.acc_amt_pay h2 {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFFB8;

}

.acc_amt_pay h3 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.payble_amt_wrap_img_jk {
 position: absolute;
 right: 0;
 bottom: 0;
 border-radius: 16px;
 max-width: 110px;
}
.hand_img {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-65px);
}

.upi_paym_qr_sec {
  background: #1A1F25;
  padding: 0px 12px 0px;
  position: relative;
  margin: 8px 24px 0px;
  border-radius: 16px;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.make_pay_wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 12px;
}

.qr_section_pay {
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0px 4px 11px 0px #00000000;
    background: #252C33;
    border-radius: 12px;
}

.paym_qr_ele h5 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.paymet_sm_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

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

.Qr_code_text {
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  font-family: "Inter", sans-serif;
}

.Qr_code_text span {
  color: #d4574f;
  font-weight: 600;
}

.qr_scanner {
  /* background: #ffffff; */
  padding: 8px;
  border-radius: 4px;
  /* border: 1px solid #E3E3E3; */
  background: #252C33;
  border: 1.26px solid #FFFFFF1F;
  display: flex;
  
}

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

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

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

.active_upiapp_bor {
  transition: all 0.5s;
  background: linear-gradient(233deg, #23313D 2.59%, #1D2831 97.04%) !important;
  border: 1px solid #FA4F41 !important;
}

/* .active_upiapp_bor .upi_pymnt_syntx span{
  font-size: 14px;
    font-weight: 700;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
} */

.paym_upi_apps h4 {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.paym_upi_apps {
  background: #1A1F25;
  padding: 16px 12px;
  border-radius: 16px;
}

.paym_upi_apps .app_paylist {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 12px 0 0px;
  /* flex-wrap: wrap; */
}

.app_paylist li {
  /* background: #ffffff; */
  border-radius: 10px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  /* flex-basis: calc(50% - 8px); */
  align-items: center;
  cursor: pointer;
  /* border: 1px solid #F1F1F1; */
  padding: 8px 6px;
  gap:8px;
  width: 25%;
  background: #222A31;
  border: 1px solid transparent;
}

.app_paylist li span {
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  /* padding: 10px 0; */
  font-family: "Inter", sans-serif;
}
.img_upipay {
  display: flex;
  align-items: center;
  justify-content: center;
}
.img_upipay img {
  max-width: 30px ;
}
/* .app_paylist li.active_upiapp_bor span {
  font-size: 14px;
  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;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  padding: 10px 24px 10px;
  background: #080b0d;
}

@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;
  }
  .upi_paym_qr_sec {
    margin: 8px 24px 35px;
}
}

.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: 10px;
}
.responsiv_img
{
  max-width: 80px;
}
.payment2_pay_com h5 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;

}
/* .failue_pymt h5 {
  color: #FD4241;
} */

.payment2_pay_com p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #FFFFFFB8;
}
.payment2_pay_com_p1 {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #755847;
}

.payment2_comm_trans {
  padding:  20px 16px;
  background: #1A1F25;
  border-radius: 16px;

}

.pay2_transection_con {
  /* padding: 11px 0; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payment2_comm_trans ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

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

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

.pay2_trans_sp_rig {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}

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

.payme2_comm_sucess_fai {
  /* background: linear-gradient(180deg, #FAF4F0 0%, #FAF4F0 100%); */
  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;
  margin-top: 25px;
}
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: 16px;
    font-weight: 500;
    color: #fff;
}
.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: 8px;
  flex-basis: calc(50% - 10px);
  cursor: pointer;
  background: #222A31;
  box-shadow: 0px 4px 11px 0px #00000000;
  border-radius: 12px;
  padding: 12px;
  min-height: 125px;
}
.upi_pymnt_syntx span {
  color: #fff;
    font-size: 14px;
    font-weight: 500;
    /* width: 100%;
    text-align: left; */
}
.payment_method_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
.payment_logos_img {
  width: 100%;
    max-width: 50px;
    display: block;
    margin-left: auto;
}
.upi_pymnt_syntx_img {
  width: 100%;
  max-width: 40px;
  /* margin: 12px; */
  height: 40px;
  /* margin-bottom: 10px; */
}
.index_page_sub {
  height: 100%;
  padding-bottom: 0;
  background: #080b0d;
}
.money_3d_img {
  width: 100%;
  max-width: 32px;
  height: 32px;
  }
.done_fxedbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px 10px;
  background: #080b0d;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bank_logo {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-8px);
}
.bank_lg_img {
  width: 100%;
  max-width: 120px;
}
.bank_pymnt_txt {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}
.bank_lg_icn {
  width: 100%;
  max-width: 30px;
}
.bank_pop {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 14px;
  cursor: pointer;
  background: #222A31;
  border: 1px solid transparent;
}
.bank_pop span {
  font-weight: 500;
  font-size: 12px;
  color: #381908;

}
.pop_bnk_sec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
 /* padding-top: 20px; */
}
.pop_bnk_sec_jk {
  margin-bottom: 15px;
}
.allbanks_sec h2 {
  color: #fff;
  font-size: 14px;
  padding: 20px 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: #fff;
}
.bank_sec.selected {
  border: 1px solid #3C67D9;
}
.search_bank {
  position: relative;
}
.search-txtt {
  width: 100%;
  padding: 15px;
  border-radius: 8px;
  text-indent: 30px;
  border: 0.5px solid transparent;
}
.search-txtt::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #3E3E3E;
}
.search_icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  line-height: 0;
}
.search-txtt:focus-visible {
  outline: none !important;
}
.bank_name {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 12px;
  gap: 8px;
  margin: 5px 0;
  cursor: pointer;
  border: 0.5px solid transparent;
  background: transparent;

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

  
}
.banks_lst_dpdn ul li {
  list-style-type: none;
}
.banks_lst_dpdn ul {
  overflow-y: auto;
  /* height: 400px; */
}
.all_banks_container{
   display: none;
}





.cardtab_savedcard .cpayment_p
{
    font-size: 16px;
    font-weight: 500;
    line-height: 21.17px;
    text-align: left;
    color: #121212;
    
}
.sc_select_main {
  border-radius: 12px;
  padding: 15px 8px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin: 0 0 10px 0;
  background: #222A31;
  border: 1px solid transparent;
  display: flex;
  justify-content: space-between;
}
.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;
    align-items: center;
    gap: 10px;
}
.sc_bankname
{
font-size: 14px;
font-weight: 400;
color: #fff;

}
.sc_accountno
{
font-size: 10px;
font-weight: 400;
color: #fff;
display: flex;
align-items: center;
gap: 5px;
}
.bar_jk {
  border: 0.5px solid #B4B4B4
}
/* .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: 20px;
    /* position: relative;
    top: -11px; */
}
.sc_cvvcon
{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.wat_is_cvv {
  color: #003780;
  font-size: 11px;
  font-weight: 500;
  text-align: right;
  padding-top: 5px;
}
.sc_cvvcon p
{
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  color: #381908;

}
.sc_cvvcon a
{
  font-size: 11px;
  font-weight: 400;
  color: #003780;
  text-align: left;
  text-decoration: underline;
  color: #fff;
}
.scc_input_con
{
    width: 100%;
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.cvv_input
{
  width: 100%;
  max-width: 100px;
  padding: 12px;
  font-size: 14px;
  font-weight: 400;
  -webkit-appearance: none;
  border: 1px solid #FFFFFF1A;
  border-radius: 8px;
  color: #fff;
  background: transparent;
  font-family: "Inter", sans-serif;
}
.new_card_con p {
  font-size: 14px;
  font-weight: 500;
  color: #381908;
  text-decoration: underline;
}

.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: #908F8D;
}
.acc_container {
    margin-top: 10px;
}
.clk_cvv_enter
{
    display: none;
}
button.new_card_con
{
  -webkit-tap-highlight-color: transparent;
    background: unset;
    border: unset;
    /* margin: 0 auto; */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.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: 255px;
  }
  .sc_card_icon {
    max-width: 30px;
    height: 25px;
    width: 100%;
}
.card_headr_txt {
  font-size: 16px;
    font-weight: 600;
    text-align: left;
    padding: 10px 0;
    color: #003780;
    display: none;
}
.popuop_overlay_rk {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  background: #2a2929f5;
  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;
  max-width: 24px;
  position: absolute;
  top: 12px;
  right: 12px;
}
.balence_pop_fun_bj {
  padding: 24px;
  background: #141414;
  border-radius: 12px;
}
.balence_img_fun {
  text-align: center;

}
.balence_pop_fun_bj h5 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  font-family: "Inter", sans-serif;

}
.con_cvv_p
{
  padding: 11px 0;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #b4b4b4;
  font-family: "Inter", sans-serif;
}
.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;
}
.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 + 12px);
  padding:12px;
  font-size: 14px;
  font-weight: 400;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  border-radius: 12px;
  border: 1px solid #FFFFFF1A;
  color: #fff;
  background: transparent;

}
.form-control:focus {
    outline: none;
    /* border: 1px solid #A0C1EE */
  }
  .form-control::placeholder
{
font-size: 14px;
color: #D3C7C0
}
.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: capitalize;
  color: #755847;
}
.labl_con a
{
  text-decoration: underline;
  font-size: 10px;
  font-weight: 400;
  text-align: left;
  color: #201C3E;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;

}

.title_with_icn img {
  width: 15px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 17px;
    margin-right: 5px;
}
.switch {
    float: right;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #DCD0C9;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-tap-highlight-color: transparent;
    border: 1px solid transparent;
}
.slider.round {
    border-radius: 20px;
}
.slider.round:before {
    border-radius: 50%;
    border:2px solid #fff;
}
.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: -1px;
    bottom: -1px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0px 1px 2px 0px #0000004D;
}
input:checked+.slider {
  background: #381908;
}
input:checked+.slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}
.labl_con label
{
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFFB8;

}
.justify_space
{
    justify-content: space-between !important;
}
svg.input_logo {
  position: absolute;
  top: 13px;
  right: 0;
}
.card_inpt_bx {
  position: relative;
}
.bank_pop.selected {
  background: linear-gradient(233deg, #23313D 2.59%, #1D2831 97.04%);
  border: 1px solid #FA4F41;
}
.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;
  }
  .bank_pop_jk span {
    font-size: 8px !important;
}
.acc_amt_pay h2 {
  font-size: 10px !important;
}
.acc_amt_pay h3 {
  font-size: 16px !important;
}
.payble_amt_wrap_img_jk {
  max-width: 95px !important;
}
.upi_pymnt_syntx span {
  font-size: 9px !important;
}
.card_details_p {
  font-size: 8px !important;
}
.paym_qr_ele h6 {
  font-size: 8px !important;
}
.Qr_code_text {
  font-size: 7px !important;
}
.qr_scanner {
  padding: 3px 3px 3px 3px !important;
}
.qr_scanner img {
  max-width: 60px !important;
}
.paymet_sm_wrap img {
  max-width: 15px;
}
.qr_section_pay {
  padding: 6px !important;
}
.scan_pay_h4 {
  font-size: 12px !important;
}
.app_paylist li span {
  font-size: 6px !important;
}
.img_upipay img {
  width: 20px !important;
}
.payment2_pay_com h5 {
  font-size: 16px !important;
}
.payment2_pay_com p {
  font-size: 10px !important;
}
.pay2_trans_sp_lef {
  font-size: 10px !important;
}
.pay2_trans_sp_rig_jk {
  font-size: 14px !important;
}
.pay2_trans_sp_rig {
  font-size: 10px !important;
}
.share_btn span {
  font-size: 12px !important;
}
.pay2_button_sucess button {
  font-size: 12px !important;
}
}
@media (min-width: 320px) and (max-width: 359px) {
  .upi_pymnt_syntx {
    font-size: 11px;
  }
  .acc_amt_pay h3 {
    font-size: 17px;
  }
  .acc_amt_pay h2 {
    font-size: 12px;
  }
  .upi_pymnt_syntx span{
    font-size: 12px;
  }
  .card_details_p {
    font-size: 10px !important;
  }
  .sc_bankname {
    font-size: 12px;
}
.qr_scanner img {
  max-width: 85px;
}
.paym_qr_ele h6 {
  font-size: 10px;
}
.Qr_code_text {
  font-size: 8px;
}
.app_paylist li span {
  font-size: 8px;
}
.payment2_pay_com h5 {
  font-size: 17px;
}
.payment2_pay_com p {
  font-size: 12px;
}
.pay2_trans_sp_lef {
  font-size: 11px;
}
.pay2_trans_sp_rig_jk {
  font-size: 15px;
}
.pay2_trans_sp_rig {
  font-size: 11px;
}
.share_btn span {
  font-size: 12px;
}

}

@media (min-width: 551px) {
.done_fxedbtn {
  position: unset;
  bottom: 0;
  display: flex;
  justify-content: center;
  padding: 10px 15px 10px;
  /* background: #fff; */
}
.payme2_comm_sucess_fai.index_failer_sec {
  padding: 100px;
}

}

@media (min-width: 590px) {
  .index_sectn {
    max-height: 92dvh;
    height: inherit;
  }
  .payme2_comm_sucess_fai.index_failer_sec {
    padding: 100px;
  }
  /* .upi_paym_qr_sec{
    margin-bottom:30px;
  } */
  .upi_paym_qr_sec.contner_pdn_bm{
    margin-bottom:10px;
  }
  .payment2_pay_com p {
    max-width: 80%;
  }
  .payme2_comm_sucess_fai {
    gap: 10px !important;
    margin-top: 15px !important;
}
.payment2_comm_trans ul {
  gap: 10px !important;
}
.payment2_pay_com {
  gap: 5px !important;
}
}
@media (min-width: 768px) {
  .index_sectn {
    max-height: 80dvh;
    height: inherit;
  }
}

@media (max-width: 550px) {
  /* .failure_pymnt_sec{
    display: flex;
    min-height: calc(100dvh - 120px);
    justify-content: center;
    align-items: center;
    margin-top: 0px;
  } */
  .payment2_main_section {
    background: #fff;
}
}

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

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

.card_icon_container
{
  width: 100%;
  max-width: 110px;
}
.card_details_p
{
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #FFFFFFB8;
}
.card_inner_p
{
position: relative;
}

.up_arrow_cross
{
  position: absolute;
  top: 4px;
  right: 3px;
  width: 7px;
}
.payment_syntx_cont_jk {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.payment_syntx_txt_jk {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.scan_pay_h4
{
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.upi_arrow_crosnew
{
  width: 13px;
  margin-right: 12px;
}

.card_addnew_con{
  display: flex;
    justify-content: space-between;
    align-items: center;
}
.selected_bank
{
  background: linear-gradient(233deg, #23313D 2.59%, #1D2831 97.04%);
  border: 1px solid #FA4F41;

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

.sec-hr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  gap: 7px;
  font-size: 12px;
  font-weight: 400;
}
.shr_button {
  text-align: center;
}
.share_btn {
  border: 1px solid #FFFFFF29;
  background: transparent;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 14px;
  width: 100%;
  font-weight: 700;
  font-size:16px;
  cursor: pointer;
}
.share_btn img {
  width: 20px;
}
.share_btn span{
display:flex;
font-size: 14px;
font-weight: 500;
color: #fff;
}
.sh_txt{
  padding-top: 2px;
}

.payme2_comm_sucess_fai.rk_succss_spt {
  padding: 0px 16px 0px;
}
.payment2_sec_scss_fail.rk_succs_page_dv {
  padding-bottom: 0;
}

.bottom_bar_jk {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bar_jk {
  width: 100%;
  max-width: 135px;
  height: 5px;
  position: absolute;
  top: -15px;
  border-radius: 100px;
  color: #B7BCC2;
}
.contner_pdn_bm_jk {
  background: none;
  padding: 0;
  gap: 16px;
}
.paym_qr_ele {
  background: #1A1F25;
  padding: 16px 12px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.paym_qr_ele_tle_jk {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sqr_pay_jk {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 5px;
}
.sqr_pay_jk img{
  width: 100%;
  max-width: 9px;
}
.sqr_pay_jk p{
  font-size: 10px;
  font-weight: 400;
  color: #FFFFFFB8;
}
.bar_jk1 {
  top: -5px;
}
.border_jk {
  border: 1px solid #FFFFFF29;
  margin: 20px 0px;
}
.pay2_trans_sp_rig_jk{
  font-size: 18px;
  font-weight: 500;
}
.pay2_succ_btn_jk {
  background: #41D1951F;
  padding: 6px 10px;
  border-radius: 23px;
  border: none;
  outline: none;
  color: #41D195;
  font-size: 10px;
  font-weight: 500;
}
.btm_bar_jk {
  margin-top: 8px;
}
.pay2_fail_btn_jk {
  background: #C7402E1F;
  color: #C7402E;
}
.sc_bankname_jk {
  font-family: "gilroy_medium";
}
.clk_ccv_pop_jk {
  display: flex;
  align-items: center;
}
.cp_bank_icon_container {
  display: flex;
  align-items: center;
}
.add__cards_desn {
  width: 100%;
  background: #0e0d0e;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #FFFFFF29;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  cursor: pointer;
  text-transform: capitalize;
  margin: 0px 24px;
}
.se_slt_inner_jk {
  display: flex;
  align-items: center;
  gap: 15px;
}
.raido_btn_jk {
  display: flex;
  align-items: center;
}
/* .sc_main_sec_jk1 {
  display: flex;
  align-items: center;
  gap: 10px;
} */
.add_newcard_pay_jk {
  background: #080b0d;
  display: flex;
    align-items: center;
    justify-content: center;
}
.card_dls_jk {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.card_cont_jk {
  font-size: 10px;
  font-weight: 400;
  color: #FFFFFFB8;
}
.stripe_card_number::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF4D;
}
.stripe_card_number_jk::-webkit-input-placeholder{
  font-size: 12px;
    font-weight: 400;
    color: #FFFFFF4D;
}
.checkbox_jk {
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkbox_jk label{
  font-size: 11px;
  font-weight: 400;
  color: #fff;
}
/* input[type=checkbox]{
  width: 20px;
  height: 20px;
  background-color: #FA9E57;
}

input[type=checkbox]:checked{
  background-color: #FA9E57;
} */
.label_con_jk {
  display: flex;
  gap: 5px;
}
.lbl_cvv_jk {
  display: flex;
  align-items: center;
  position: relative;
}
.what_is_cvv_card {
  position: absolute;
  right: 10px;
}
.what_is_cvv_card_jk{
  display: flex;
  align-items: center;
}
.what_is_cvv_card_jk img {
  width: 100%;
  max-width: 16px;
}
.bank_pop_jk span{
  color: #fff;
  font-size: 12px;
  font-weight: 400
}
.bank_pop_jk {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  width: 25%;
}
.viewall_sec {
  text-align: center;
  padding-top: 20px;
}
.view_all_text {
  font-size: 14px;
  font-weight: 600;
  color: #FA4F41;
  text-decoration: none;
}
.search_allbank_jk {
  margin: 10px 24px;
}
.srh_bx_jk::placeholder {
  color: #fff;
}
.srh_bx_jk {
  background: transparent;
  border: 1px solid #FFFFFF1A;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.bank_name.active{
  background: linear-gradient(233deg, #23313D 2.59%, #1D2831 97.04%);
  border: 1px solid #FA4F41;
}
.upi_paym_qr_sec_jk {
  background: #1A1F25;
  padding: 0px 12px 0px;
  position: relative;
  margin: 8px 24px 0px;
  border-radius: 16px;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  /* gap: 12px; */
}
.banks_lst_dpdn_jk {
  margin: 0px 24px;
}
.bank_name_img_jk {
  background: linear-gradient(233deg, #202a33 2.59%, #1D2831 97.04%);
    padding: 5px;
    display: flex;
    align-items: center;
    border-radius: 8px;
}
.bank_name_img_jk img, .search_icon_jk img {
  width: 100%;
  max-width: 20px;
}

.page_jk {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}
.sc_select_main_sub_jk {
  display: flex;
  gap: 10px;
}
.sc_select_main.selected_bank .cp_bank_icon_container {
  display: flex;
  align-items: flex-start;
}
.rtyuierror {
  border: 1px solid red !important;
}
.error {
  border: 1px solid red !important;
}
.help_active {
  display: none;
}
@media (min-width: 360px) and (max-width: 375px) {
  .acc_amt_pay {
    margin: 0px 24px 8px;
}
.paym_qr_ele h6 {
  font-size: 10px;
}
.Qr_code_text {
  font-size: 9px;
}
.qr_scanner img {
  max-width: 70px;
}
.contner_pdn_bm_jk {
  gap: 10px;
}
.payme2_comm_sucess_fai {
  gap: 10px;
  margin-top: 15px;
}
.responsiv_img {
  max-width: 65px;
}
.payment2_pay_com h5 {
  font-size: 16px;
}
.payment2_pay_com p {
  font-size: 10px;
}
.pay2_trans_sp_lef, .pay2_trans_sp_rig {
  font-size: 11px;
}
.pay2_trans_sp_rig_jk {
  font-size: 15px;
}
.payment2_comm_trans ul {
  gap: 10px;
}
.border_jk {
  margin: 10px 0px;
}
.payment2_comm_trans {
  padding: 15px 16px;
}
}



/* .form_group_jk input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
  border: 1px solid gray;
}
.form_group_jk label {
  position: relative;
  cursor: pointer;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
}
.form_group_jk label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #FA4F41;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.form_group_jk input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 4px;
  width: 6px;
  height: 9px;
  border: solid #FA4F41;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
} */

.form_group_jk input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form_group_jk label {
  position: relative;
  cursor: pointer;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
}
.form_group_jk label:before {
  content: '';
  background-color: transparent;
  border: 1px solid #FFFFFF99;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
.form_group_jk input:checked + label:before {
  border: 1px solid #FA4F41;
  background: #FA4F411A;

}
.form_group_jk input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid #FA4F41;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}