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

.payment2_section {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  width: 100%;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100dvh;
  background: #fff;
  font-family: "Inter", sans-serif;
  background:#f9f5fb;
}

.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,
      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 {
  background: #000;
  padding: 20px 0 25px;
  background-image:url('/design13/payment_assets/image/header_image.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 0% 0% 50% 50% / 10% 10% 10% 10%;

}

/* .upi_payment_container::before{
  content:"";
  background-image:url('/design13/payment_assets/image/header_image.svg');
  width:100px;
  height:100px;
  position: absolute;
} */

.upi_title h1 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  font-family: "Poppins", 'Inter';
}

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

.acc_amt_pay {
  padding: 25px 15px 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:8px;
}

.acc_amt_pay h2 {
  color: #fff;
  font-family: Poppins;
font-size: 14px;
font-weight: 400;
line-height: 21px;
text-align: center;

}

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

}

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

.upi_paym_qr_sec {
  /* background: #fff; */
  padding: 20px 16px 0px;
  position: relative;
  /* border-top-right-radius: 25px;
  border-top-left-radius: 25px; */
  /* height: calc(100% - 25%); */
  /* margin: -27px 0 0; */
}

.qr_section_pay {
  padding: 15px 10px;
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  justify-content: start;
  /* width: 80%; */
  margin: 0 auto;
  gap: 15px;
}

.paym_qr_ele h5 {
  font-size: 16px;
  font-weight: 600;
  /* text-align: center; */
  font-family: Poppins;
  color:#272323;
}

.paym_qr_ele h6 {
  /* font-size: 14px; */
  font-weight: 400;
  /* text-align: center; */
  color: #908F8D;
  font-family: Poppins;
font-size: 10px;

}

.paym_qr_ele p {
  font-size: 12px;
  font-weight: 400;
  /* text-align: center; */
  color: #908F8D;
  font-family: Poppins;
font-size: 12px;

}

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

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

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

.paytm_btn_bi {
  width: 100%;
  background: #272323;
  padding: 12px;
  border-radius: 8px;
  border: transparent;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

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

.active_upiapp_bor {
  /* border: 1px solid #3c67d9 !important; */
  transition: all 0.5s;
  background-color:#EAEAEA!important;
}

.paym_upi_apps h4 {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #000;
}

.paym_upi_apps {
  padding: 5px 0 0px;
}

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

.app_paylist li {
  /* box-shadow: 0px 0px 4.3px 0px #0000001f; */
  background: #ffffff;
  /* border-radius: 4px; */
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: center;
  padding:12px;
  cursor: pointer;
  /* border: solid 1px transparent; */
  width:100%;
  gap:10px;
  border: 1px solid #EAEAEA;
  justify-content: space-between;
}

.app_paylist li:nth-child(1)
{
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.app_paylist li:nth-last-child(1)
{
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.app_paylist li span {
  font-size: 14px;
  text-align: center;
  font-family: Poppins;
font-weight: 400;
line-height: 21px;
letter-spacing: -0.001em;

}

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

.payment2_paynow_btn {
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: center;
  padding: 10px 20px 10px;
  background: #f9f5fb;
}

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

  .upi_paym_qr_sec {
    padding: 40px 16px 30px;
  }
}

@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: 10px;
}

.payment2_pay_com h5 {
  font-size: 16px;
  font-weight: 500;
}

.payment2_pay_com p {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.payment2_comm_trans {
  /* border: 1px solid #e5e7ea; */
  box-shadow: 0px 4px 11px 0px #00000000;
  padding: 12px 16px 12px;
  border-radius: 10px;
}

.pay2_transection_con {
  /* border-bottom: 1px solid #f1f1f1; */
  padding: 6px 0;
  display: flex;
  justify-content: space-between;
}

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

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

.pay2_trans_sp_lef {
  color: #212223;
  font-size: 12px;
  font-weight: 400;
}

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

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

.payme2_comm_sucess_fai {
  background: #fff;
  padding: 15px 16px 10px;
  position: relative;
  /* border-top-right-radius: 25px; */
  border-radius: 25px;
  /* margin: -27px 0 0; */
  display: flex;
  flex-direction: column;
  gap:5px;
}

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


/* Index page FLOW  */

.make_pymnt_txt {
  color: #272323;
  padding-bottom: 20px;
  font-family: Poppins;
font-size: 14px;
font-weight: 600;
text-align: left;


}
.upi_pymnt_syntx {
  color: #272323;
  display: flex;
  align-items: center;
    gap: 8px;
    font-family: Poppins;
font-size: 14px;
font-weight: 500;
text-align: left;
}
.payment_methods_selct h1 {
  font-size: 10px;
  color: #212223;
  font-weight: 400;
  padding: 10px 0;
  min-height: 44px;
}
.payment_methods_select_p1
{
  font-family: Inter;
font-size: 12px;
font-weight: 400;
line-height: 14.52px;
letter-spacing: -0.001em;
text-align: left;
color:#212223;
}
.payment_methods_selct {
  /* box-shadow: 0px 0px 4.3px 0px #0000001F; */
  border-radius: 4px;
  padding: 15px;
  flex-basis: calc(50% - 10px);
  cursor: pointer;
  border-bottom: 1px solid #E5E7EA;
  display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.payment_methods_selct:last-child
{
  border:none;
}
.payment_method_wrapper {
  display: flex;
  /* justify-content: center;
  align-items: center; */
  flex-direction: column;
  flex-wrap: wrap;
  border-radius: 12px;
  border: 1px solid #E5E7EA;
  background:#fff;
  /* gap: 15px; */
}
.payment_logos_img {
  /* width: 100%;
    max-width: 50px; */
    display: block;
    margin-left: auto;
}
.upi_pymnt_syntx img {
  width: 100%;
  max-width: 26px;
}
.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;
  /* background: #282323; */
}
.done_fxedbtn_remove
{
  position:unset!important;
  margin:10px 0px;
  padding:0px!important;
}
.done_fxedbtn_remove_btn
{
  padding:15px 12px!important;
}
.bank_logo {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-8px);
}
.bank_lg_img {
  width: 100%;
  max-width: 120px;
}
.bank_pymnt_txt {
  color: #000000;
  /* font-size: 16px; */
  padding-bottom: 15px;
  font-family: Poppins;
font-size: 14px;
font-weight: 600;
}
.bank_lg_icn {
  width: 100%;
  max-width: 28px;
}
.bank_pop {
  display: flex;
  align-items: center;
  /* box-shadow: 0px 0px 4.3px 0px #0000001F; */
  /* border-radius: 4px; */
  padding: 10px 8px;
  gap: 8px;
  flex: 0 0 33.33%;
  flex-basis: calc(33.33%);
  border: 1px solid #E7E8EA;
  cursor: pointer;
  flex-direction: column;
}
.bank_pop:nth-child(1)
{
  border-top-left-radius: 6px;
}
.bank_pop:nth-child(3)
{
  border-top-right-radius: 6px;
}
.bank_pop:nth-last-child(1)
{
  border-bottom-right-radius: 6px;
}
.bank_pop:nth-last-child(3)
{
  border-bottom-left-radius: 6px;
}
.bank_pop span {
  color: #2D2D2D;
  font-weight: 400;
  font-size: 11px;
}
.pop_bnk_sec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  /* gap: 10px; */
}
.allbanks_sec h2 {
  color: #121212;
  font-size: 14px;
  padding: 20px 0 15px 0;
  font-weight: 500;
}
.chose_bank a{
  box-shadow: 0px 0px 4.3px 0px #0000001F;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  text-decoration: none;
}
.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%;
  /* box-shadow: 0px 0px 4.3px 0px #0000001F; */
  padding: 15px;
  border-radius: 4px;
  /* border: none; */
  border: 1px solid #DCDCDC;
  text-indent: 25px;
  background:transparent;
  margin-bottom: 15px;
}
.search-txtt:focus
{
  background:white;
}
.search_icon {
  position: absolute;
  top: 15px;
  left: 12px;
}
.search-txtt:focus-visible {
  outline: none !important;
}
.bank_name {
  display: flex;
  align-items: center;
  /* box-shadow: 0px 0px 4.3px 0px #0000001F; */
  padding:12px;
  /* border-radius: 4px; */
  gap: 8px;
  /* margin: 5px 0; */
  cursor: pointer;
  /* border:1px solid #0000000f; */
  border-bottom: 0px;
}
.banks_lst_dpdn li
{
  border:1px solid #0000000f;
}
.banks_lst_dpdn li:first-child
{

border-top-right-radius: 12px;
border-top-left-radius: 12px;
}
.banks_lst_dpdn li:nth-last-child(1)
{
  border-bottom:1px solid #0000000f;
  border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}
.banks_lst_dpdn ul li {
  list-style-type: none;
}
.banks_lst_dpdn ul {
  overflow-y: auto;
  /* max-height: 260px; */
}
.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 {

    /* background: #FEFCF6; */
    background: #EAEAEA;
    margin: 0px 10px;
    border-radius: 6px;
    /* box-shadow: 0px 4px 11px 0px #00000000; */
    padding:20px;
    /* border: 1px solid transparent; */
    /* box-shadow: 0px 0px 4.3px 0px #0000001F; */
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    margin: 0 0 10px 0;
    border:1px solid transparent;
}
.sc_select_innermain
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sc_select_card {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.sc_bankname
{
font-size: 14px;
font-weight: 500;
line-height: 1.5;
text-align: left;
margin-bottom:5px;

font-family: Poppins;
}
.sc_accountno
{
font-size: 14px;
line-height: 18.52px;
text-align: left;
font-family: Poppins;
font-weight: 500;
line-height: 21px;
text-align: center;
}
.sc_card_icon
{
    max-width: 38px;
    background: #fefcf6;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px #00000014;
    width: 100%;
}
.sc_bank_icon {
    width: 40px;
    position: relative;
    top: -11px;
}
.sc_cvvcon
{
    display: flex;
    justify-content: space-between;

}
.sc_cvvcon p
{
  font-size: 13px;
  font-weight: 400;
  color: #2D2D2D;
  text-align: left;
}
.sc_cvvcon a
{
  font-size: 11px;
  font-weight: 400;
  color: #191F35;
  text-align: left;
  text-decoration: underline;
}
.scc_input_con
{
    width: 100%;
    margin-top: 5px;
}
.cvv_input
{
    width: 100%;
    padding: 15px;
    border: none;
    /* border-bottom: 1px solid #E5E7EA; */
    color: #121212;
    font-size: 12px;
font-weight: 500;
-webkit-appearance: none;
     border-radius: 6px;
     background: #0037801A;
}
.scc_input_con .cvv_input:focus {
    outline: none;
    /* border-bottom: 1px solid #A6A6A6; */
  }
.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;
  color: #3C67D9;
  font-size: 12px;
  background: unset;
  border: unset;
  margin: 0 auto;
  /* width: 100%; */
  text-decoration: underline;
  cursor: pointer;
  text-decoration-color: #272323;
  display: flex;
  align-items: center;
}
.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: 140px;
  }
  .sc_card_icon {
    max-width: 38px;
    background: #FEFCF6;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px #00000014;
    width: 100%;
}
.sc_bank_icon {
  width: 40px;
  position: relative;
  top: -11px;
}
.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: 28px;
  position: absolute;
  /* top: -6px; */
  right: 0;
}
.balence_pop_fun_bj {
  padding: 12px 0px;
  padding-bottom:0px;
  background: #FFFFFF;
  border-radius: 6px;
  box-shadow: -1px 3px 18px 0px #00000012;
  /* border: 1px solid #E5E7EA; */
  background:#272323;
}
.balence_img_fun {
  text-align: center;

}
.balence_pop_fun_bj h5 {
  color: #212223;
  text-align: center;
  /* padding-top: 20px; */
  font-size: 16px;
  font-weight: 600;

  font-family: Poppins;
line-height: 24px;

}
.con_cvv_p
{
  color: #2D2D2D;
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 400;

  font-family: Poppins;
line-height: 21px;
color:#9F9F9F;

}
.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: 16px 10px;
    border-radius: 10px;
    background-color: #fff;
    margin-top:10px;
    display: flex;
    flex-direction: column;
    gap:10px;
}
.form-group {
    margin-bottom: 10px;
}
label {
    color: #000;
    text-transform: uppercase;
}
.choose-section .form-control {
    background: #DFDFDF!important;
    border-radius: 10px!important;
    width: 100%!important;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 12px);
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #282828;
    /* border: none; */
    border: 1px solid #E7E8EA;
    /* border-bottom: 1px solid #E5E7EA; */
    -webkit-appearance: none;
     border-radius: 4px;
}
.form-control:focus {
    outline: none;
    border: 1px solid #909090
  }
  .form-control::placeholder
{
font-size: 14px;
color: #908F8D;
}
.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: flex-end;
    align-items: center;
    flex-direction: row-reverse;
    gap:10px;
}
.check-sec label
{
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  text-transform: none!important;
  color: #212223;
  font-family: Poppins;
font-weight: 400;


}
.labl_con a
{
text-decoration: underline;
font-size: 11px;
font-weight: 500;
text-align: left;
color: #2D2D2DDD;
-webkit-tap-highlight-color: transparent;
cursor: pointer;
}
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}
.switch {
    float: right;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #Fff;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-tap-highlight-color: transparent;
    /* box-shadow: 0px 0px 4px 0px #C3CBF3 inset; */
    border: 1px solid #272323;
}
.slider.round {
    border-radius: 20px;
}
.slider.round:before {
    border-radius: 50%;
}
.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 2px;
    background-color: #272323;
    -webkit-transition: .4s;
    transition: .4s;
    /* box-shadow: 0px 1px 2px 0px #0000004D; */
}
input:checked+.slider {
    background-color: #272323;
}
input:checked+.slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
    background-color: white;
}
.labl_con label
{
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-transform:none!important;
  color: #272323;
  font-family: Poppins;
font-weight: 500;
line-height: 16px;
}
.justify_space
{
    justify-content: space-between !important;
}
svg.input_logo {
  position: absolute;
  top: 13px;
  right: 0;
}
.card_inpt_bx {
  position: relative;
}
.bank_pop.selected {
  /* border: 1px solid #3C67D9; */
  background-color:#EAEAEA!important;
}
.chose_bank img {
  max-width: 28px;
  margin-left: 5px;
}
.bnk_txtwth_icn {
  display: flex;
  align-items: center;
  gap: 15px;
}
.border_set
{
  border: 1px dashed #272323 !important;
  background: #F9F9F9;
}

@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;
  background: #fff;
}
.payme2_comm_sucess_fai.index_failer_sec {
  padding: 100px;
}

}

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

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

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

.inTerNal_sec
{
  display: flex;
  flex-direction: column;
  gap:10px;
}

.dis_CC_number
{
  font-family: Poppins;
font-size: 22px;
font-weight: 500;
line-height: 33px;
text-align: center;
}

.what_ccvQ 
{
  display: flex;
  align-items: center;
  justify-content: end;
}
.what_ccvQ a 
{
font-family: Poppins;
font-size: 11px;
font-weight: 400;
line-height: 16.5px;
letter-spacing: 0.02em;
text-align: left;
color:#272323;
padding:5px 0px;
}

.add_new_carD
{
  display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.001em;
    text-align: left;
  color:#272323;
  }

  .cc_DetaIls_head
  {
    font-family: Poppins;
font-size: 14px;
font-weight: 600;
line-height: 21px;
text-align: left;
display: flex;
color:#272323;
  }

  .justify_space_mod
  {
    justify-content: end!important;
  }
  .what_is_CvvQ
  {
    font-family: Poppins;
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 21px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #003780 !important;;
  }
  .what_is_ccV_ConT
  {
padding: 20px 10px;
border-radius: 6px;
background:#fff;
  }
  .wccV_pad
  {
    padding:10px 0px;
  }

  .upi_img_secTion
  {
    display: flex;
    align-items: center;
    gap:10px;
  }
  .QR_SeCtion_ConT
  {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .Upi_info_icoNs
  {
    display:flex;
    flex-direction: row;
    gap:20px;
  }
  .Upi_info_icoNs li{
    list-style-type: none;
  }

  .Qr_secTion_alIgn
  {
    background:#fff;
    border-radius: 12px;
    border: 1px solid #E5E7EA;
  }
  .upi_Align_poS
  {
    top:-60px;
  }

  .svg_input_logo
  {
    position: absolute;
    top: 17px;
    right: 11px;
  }
  .payment_BG_success
  {
    background-image: url(/design13/payment_assets/image/sufa_bg_banner.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .upi_conTainer_Bg_Remove
  {
    background: none !important;
    background-image:none!important;
    /* padding: 20px 0 15px; */
  }
  .background_buttON
  {
    background-color: #282323 !important;
  }

  .success_info_titLE
  {
    font-family: Poppins!important;
font-size: 20px!important;
font-weight: 400!important;
line-height: 30px!important;
text-align: center!important;
  }

  .success_info_payamount
  {
    font-family: Poppins;
font-size: 30px!important;
font-weight: 700!important;
line-height: 45px!important;
text-align: center!important;
  }
  .success_info_payamount span{
    font-family: 'Inter'!important;
  }

  .payment_su_info
  {
    font-family: Poppins;
font-size: 14px;
font-weight: 500;
line-height: 21px;
text-align: left;
color: #00B273;
  }

  .su_info_detailS
  {
    padding:15px 25px;
  }

  .su_info_heaD
  {
    font-family: Poppins;
font-size: 16px;
font-weight: 600;
line-height: 24px;
text-align: center;
color:#272323;
padding:8px 0px;

  }
  .suc_ord_lef
  {
    font-family: Poppins;
font-size: 14px;
font-weight: 500;
line-height: 21px;
text-align: left;
color:#2E2E2E;
  }
  .suc_ord_rig
  {
  font-family: Poppins;
font-size: 12px;
font-weight: 400;
line-height: 18px;
text-align: left;
color:#676767;
}

.payment_mode_icon
{
  position:absolute;
  top:-10%;
}

.fail_heAd_stat
{
  font-family: Poppins;
font-size: 20px!important;
font-weight: 400!important;
line-height: 30px;
text-align: center;
color:#000000!important;
}
.fail_Amount_staT
{
  font-family: Poppins;
font-size: 30px!important;
font-weight: 700!important;
line-height: 45px;
text-align: center;
color:#000000!important;
}
.rupEE_icon
{
  font-family: Inter;
font-size: 30px;
font-weight: 700;
line-height: 36.31px;
text-align: center;
}
.faiLed_Payment_info
{
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
color:#FF1F1F;  
}
.fail_sec_inFo_Sec
{
  background:white;
  border-radius: 12px;
  margin:15px;
  margin-top:10%;
}
.payment2_section_cont
{
  background:#282323!important;
}
@media only screen and (max-width:589px)
{
.payment_sec_faiL_vh
{
  height: unset !important;
}
}

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


.net_BankiNg_Arrow
{
  position:absolute;
  right:20px;
}
.banks_lst_dpdn .bank_name span{
  font-family: Inter;
font-size: 14px;
font-weight: 500;
line-height: 20px;
text-align: left;
color:#201C3E;
}

@media only screen and (max-width:350px)
{
  .suc_ord_lef,.suc_ord_rig
  {
font-size:10px;
  }
}