@import url("https://fonts.googleapis.com/css2?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 {
  margin: auto;
  width: 100%;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100dvh;
  background: url(../image/bgg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  font-family: "Rubik", serif;
}

.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, #9af9d3d9 0%, #05050566 100%);
}

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

.upi_payment_container {
  /* background: linear-gradient(180deg, #4a7bff 0%, #203e8f 115%); */
  /* padding: 20px 0 25px; */
}
.payble_amont_wrap {
  text-align: center;
  padding: 30px 0px;
}

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

.upi_title {
  position: relative;
  padding: 15px 15px;
}
.upi_title a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.title_with_icn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.acc_amt_pay {
  /* padding: 15px 0 0px; */
  position: relative;
}

.acc_amt_pay h2 {
  font-size: 14px;
  font-weight: 500;
  color: #434141;
}

.acc_amt_pay h3 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  padding: 10px 0;
}

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

.upi_paym_qr_sec,
.paym_qr_ele {
  background: #fff;
  padding: 10px 16px;
  position: relative;
  margin: 0px 20px;
  border-radius: 12px;
}

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

.qr_section_pay {
  padding: 5px 0 4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 10px auto;
  gap: 10px;
  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: 10px;
  border: 0.5px solid #4bc2b2;
  padding: 5px;
  background: linear-gradient(
      0deg,
      rgba(237, 237, 237, 0.15),
      rgba(237, 237, 237, 0.15)
    ),
    linear-gradient(
      180deg,
      rgba(75, 194, 178, 0.2) -7.34%,
      rgba(87, 153, 144, 0.2) 109.54%
    );
  border-radius: 4px;
}

.paym_qr_ele h6 {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-align: center;
  max-width: 305px;
}

.paym_qr_ele p {
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #78d1c5;
}

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

.qr_scanner {
  background: #ffffff;
  padding: 7px 7px 3px 7px;
  border-radius: 10px;
   border: 1px solid #E3E3E3;
}

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

.paytm_btn_bi {
  width: 100%;
  background: linear-gradient(180deg, #85ffce -88.64%, #13e0b5 356.5%);
  padding: 14px;
  border-radius: 8px;
  border: transparent;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #000;
  cursor: pointer;
  text-transform: uppercase;
}

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

.payment_methods_selct:hover,
.active_upiapp_bor {
  background: #4bc2b233 !important;
  transition: all 0.5s;
  border: 1px solid #4bc2b2 !important;
}
.payment_methods_selct:focus-visible {
  outline: none;
}
.active_upiapp_bor .upi_pymnt_syntx span {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.paym_upi_apps h4 {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #000;
}
.sec-hr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0px;
  gap: 7px;
  font-size: 12px;
  font-weight: 400;
}
.paym_upi_apps {
  padding: 5px 0 0px;
}

.paym_upi_apps .app_paylist {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 0 0px;
  flex-wrap: wrap;
  margin: 0px 20px;
}
.payment2_comm_trans h5 {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}
.app_paylist li {
  background: #ffffff;
  border-radius: 10px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  flex: 18%;
  align-items: center;
  cursor: pointer;
  border: 1px solid #f1f1f1;
  padding: 5px;
}

.app_paylist li span {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #000;
  width: 100%;
  padding-top: 5px;
}
.img_upipay {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img_upipay img {
  margin: 10px 0;
}

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

.payment2_paynow_btn {
  position: sticky;
  width: 100%;
  max-width: 550px;
  bottom: 0;
  display: flex;
  justify-content: center;
  padding: 10px 20px 10px;
  /* background: #b5f7df; */
  background:#21CEBA;
  margin-top:5px;
}
.bank_name span {
    font-size: 14px;
    font-weight: 500;
}
@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;
  }
}

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

.pay2_sucs_fail_comm {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pay2_sucs_fail_comm > img {
  width: 16px;
  height: 16px;
}

.payment2_pay_com {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 10px;
}

.payment2_pay_com h5 {
  font-size: 16px;
  font-weight: 500;
  color: #23ac9b;
}
.failue_pymt h5 {
  color: #fd4241;
}

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

.payment2_comm_trans {
  padding: 0px 0px 10px;
}

.pay2_transection_con {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E6E6E6;
}

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

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

.pay2_trans_sp_lef {
  font-size: 14px;
  font-weight: 500;
  color: #2E2E2E;
}

.pay2_trans_sp_rig {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}

.pay2_button_sucess button {
  background: linear-gradient(180deg, #85ffce -88.64%, #13e0b5 356.5%);
  padding: 15px;
  border-radius: 8px;
  border: transparent;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #000;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
}

.payme2_comm_sucess_fai > .payment2_pay_com {
  background: #fff;
  padding: 16px;
  position: relative;
  /* margin: -27px 0 0; */
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 5px 20px;
  border-radius: 12px;
}
.payment2_comm_trans {
  background: #fff;
  padding: 16px;
  position: relative;
  /* margin: -27px 0 0; */
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 30px 20px;
  border-radius: 12px;
}
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;
  padding: 5px 0 10px;
  color: #000;
  text-align: center;
}
.upi_pymnt_syntx {
  color: #212223;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 10px;
  box-shadow: 0px 0.81px 30.05px 0px #4e1e7e29;
  border-radius: 10px;
}
.cc_logo img {
  max-width: 130px !important;
}
.payment_methods_selct h1 {
  font-size: 10px;
  color: #212223;
  font-weight: 400;
  padding: 10px 0;
  min-height: 44px;
}
.payment_methods_selct {
  border-radius: 10px;
  flex-basis: calc(50% - 10px);
  cursor: pointer;
  border:1px solid transparent
}
.upi_pymnt_syntx span {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  padding-top: 12px;
}
.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: 65px;
}
/* .index_page_sub {
  height: 100%;
  padding-bottom: 0;
} */
/* .money_ddd{
  background: url(../image/amount_pay_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 160px;
  position: relative;
  z-index: 1;
} */
.money_3d_img {
  width: 100%;
}
.done_fxedbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px 10px;
  background: #00e3b500;
}
.bank_logo {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-8px);
}
.bank_lg_img {
  width: 100%;
  max-width: 120px;
}
.bank_pymnt_txt {
  font-size: 14px;
  padding: 15px 0 10px;
  color: #000;
  font-weight: 600;
  text-align: center;
}
.bank_lg_icn {
  width: 100%;
  max-width: 28px;
}
.banks_lst_dpdn ul {
  overflow-y: auto;
  height: 300px;
}
.bank_pop {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 10px 8px;
  gap: 8px;
  flex: 100%;
  cursor: pointer;
  border: 1px solid #a3a3a34d;
}
.bank_pop span {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}
.pop_bnk_sec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 16px;
  position: relative;
  margin: 0px 20px;
  border-radius: 12px;
  justify-content: center;
}
.allbanks_sec {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 0 16px 12px;
  position: relative;
  margin: 0px 20px;
  border-radius: 12px;
  justify-content: center;
  margin-top: 30px;
}
.allbanks_sec h2 {
  color: #121212;
  font-size: 14px;
  padding: 20px 0 15px 0;
  font-weight: 500;
  text-align: center;

}
.chose_bank a {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  text-decoration: none;
  border: 0.6px solid #a3a3a380;
  height: 50px;
}
.chose_bank span {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.bank_sec.selected {
  /*  border: 1px solid #3C67D9;*/
}
.search_bank {
  position: relative;
}
.search-txtt {
  width: 100%;
  padding: 15px;
  border-radius: 8px;
  text-indent: 25px;
  border: 0.5px solid #dcdcdc;
}
.search-txtt::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #3e3e3e;
}
.search_icon {
  position: absolute;
  top: 15px;
  left: 12px;
}
.search-txtt:focus-visible {
  outline: none !important;
}
.bank_name {
  display: flex;
  align-items: center;
  padding: 10px;
  /* border-radius: 8px; */
  gap: 8px;
  margin: 5px 0;
  cursor: pointer;
  border-bottom: 1px solid #dcdcdc;
}
.banks_lst_dpdn ul li {
  list-style-type: none;
}
.banks_lst_dpdn ul {
  overflow-y: auto;
}
.all_banks_container {
  display: none;
  background: #fff;
  padding: 14px;
  position: relative;
  margin: 0px 20px;
  border-radius: 12px;
}

.cardtab_savedcard .cpayment_p {
  font-size: 16px;
  font-weight: 500;
  line-height: 21.17px;
  text-align: left;
  color: #121212;
}
.sc_select_main {
  border-radius: 8px;
  padding: 14px 8px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin: 0 0 10px 0;
  position: relative;
  border: 1px solid #4bc2b2cc;
  box-shadow: 0px 0px 20px 0px #4f4f4f26;
}
.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;
  gap: 10px;
}
.sc_bankname {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #2d2d2d;
}
.sc_accountno {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.52px;
  text-align: left;
}
.sc_card_icon {
  width: 100%;
}
.sc_bank_icon {
  width: 20px;
}
.sc_cvvcon {
  display: flex;
  justify-content: space-between;
}
.wat_is_cvv {
  color: #003780;
  font-size: 11px;
  font-weight: 500;
  text-align: right;
  padding-top: 5px;
}
.sc_cvvcon p {
  font-size: 13px;
  font-weight: 400;
  color: #003780;
  text-align: left;
}
.sc_cvvcon a {
  font-size: 11px;
  font-weight: 500;
  color: #003780;
  text-align: left;
  text-decoration: underline;
}

.scc_input_con {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  max-width: 110px;
}
.cvv_input {
  width: 100%;
  padding: 7px 17px;
  color: #121212;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  -webkit-appearance: none;
  border-radius: 0;
  /*     border: 1px solid #DCDCDC;*/
  border-radius: 8px;
  background: #4bc2b233;
  border: 0.5px solid #4bc2b2;
}
.cc_detail {
  display: flex;
  align-items: center;
  gap: 4px;
}
.fver {
  width: 88%;
}
.cc_bk_nm_logo {
  width: 12%;
}
.bk_select_cd_detail p {
  font-weight: 500;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.new_card_con p {
  font-size: 12px;
  font-weight: 500;
  color: #000;
}

.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: 10px;
  color: #908f8d;
}
/*.acc_container {
    margin-top: 10px;
    position: absolute;
    top: 26px;
    right: 5px;
}*/
.bk_detail {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 15px;
  padding-top: 5px;
}
.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: 160px;
}
.sc_card_icon {
  width: 100%;
  padding: 5px;
}
.sc_bank_icon_lft {
  width: 40px;
}
.card_headr_txt {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
  color: #000;
}
.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: relative;
  /*top: 1px;
  right: 2px;*/
  bottom: 5px;
}
.balence_pop_fun_bj {
  padding: 5px 12px 12px 12px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: -1px 3px 18px 0px #00000012;
  /*  border: 1px solid #E5E7EA*/
}
.balence_img_fun {
  text-align: center;
}
.balence_pop_fun_bj h5 {
  padding-top: 15px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #000;
}
.con_cvv_p {
  padding: 11px 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #828282;
}
.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;
  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(0.5em + 0.75rem + 12px);
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 500;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #282828;
  -webkit-appearance: none;
  /* border-radius: 8px; */
  border-bottom: 1px solid #e6e6e6 !important;
  box-shadow: none;
  border: none;
}
.form-control:focus {
  outline: none;
  /*    border: 1px solid #A0C1EE*/
}
.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;
  align-items: center;
}
.check-sec label {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
  color: #201c3e;
}
.labl_con a {
  text-decoration: underline;
  font-size: 10px;
  font-weight: 400;
  text-align: left;
  color: #201c3e;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.what_is_cvv_card {
  font-size: 10px;
  font-weight: 400;
  color: #201c3e;
  text-align: right;
}
.what_is_cvv_card a {
  color: #201c3e;
}
.title_with_icn img {
  width: 15px;
}
.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 #000000;
  border-radius: 4px;
}
.slider.round:before {
  border-radius: 50%;
  border: 2px solid #fff;
}
/*.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: -5px;
    bottom: -2px;
    background-color: #92ABCC;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0px 1px 2px 0px #0000004D;
}*/
input:checked + .slider.round:before {
  border-radius: 0;
}
input:checked + .slider:before {
  content: "";
  display: block;
  width: 4px;
  height: 9px;
  border: solid black;
  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: #4BC2B2D9;
    border-color: #4BC2B2D9;
}
/*input:checked+.slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
}*/
.labl_con label {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
  color: #2d2d2d;
}
.check-sec label {
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
  color: #121212;
}
svg.input_logo {
  position: absolute;
  top: 13px;
  right: 0;
}
.card_inpt_bx {
  position: relative;
}
.bank_pop.selected {
  /*  border: 1px solid #003780;*/
  background: #04939c1a;
  border: 1px solid #04939c4d;
}
.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: #4bc2b233;
  border-radius: 8px;
}
.bank_icon_appnd {
  display: none;
}
.payment2_sec_sub.netbanking_cntnertab {
  height: 100% !important;
}
.credit_card {
  text-align: center;
  margin-top: -10px;
  padding-bottom: 30px;
}
.credit_card img {
  width: 100%;
  padding: 0px 15px;
}
@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%;
  }
  .money_ddd {
    transform: translateY(-18px);
  }
}
@media (min-width: 320px) and (max-width: 359px) {
  .upi_pymnt_syntx {
    font-size: 11px;
  }
  .money_3d_img {
    width: 100%;
  }
  .app_paylist li span {
    font-size: 10px;
  }
}

@media (min-width: 551px) {
  .done_fxedbtn {
    position: unset;
    bottom: 0;
    display: flex;
    justify-content: center;
    padding: 10px 20px 10px;
  }
  .payment2_sec_scss_fail {
    height: 100%;
  }
  .payble_amont_wrap {
    padding: 18px 0px;
  }
  .payment2_paynow_btn{
    position:unset;
  }
}

@media (min-width: 590px) {
  .upi_paym_qr_sec {
    margin-bottom: 15px;
  }
  .upi_paym_qr_sec.contner_pdn_bm {
    margin-bottom: 10px;
  }
}

@media (max-width: 550px) {
  .payment2_main_section {
    background: #fff;
  }
  .payment2_sec_scss_fail {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

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

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

/* @media (max-height: 520px){
  .payment2_paynow_btn {
    position: sticky;
}
.payment2_sec_sub {
  height: 100%;
}
.payment2_sec_sub.index_page_sub{
  padding-bottom:0px!important;
}
} */
