@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  font-family: "Red Hat Display", sans-serif;
}

.payment2_section {
  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(191.85deg, #0d191c 98.57%, #0d1c1f 98.57%);
  font-family: "Red Hat Display", sans-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: #444444; */
  background: radial-gradient(circle, #c4f15c 0%, #05050566 100%);
}

.main_upi_page {
  height: 100%;
  display: flex;
  justify-content: center;
  background: #97a3c6;
}
.upi_paym_qr_sec.hm_pgg {
  padding: 5px 10px 5px;
}
.upi_payment_container {
  /* background: linear-gradient(180deg, #4a7bff 0%, #203e8f 115%); */
  /* padding: 20px 0 25px; */
}
.money_ddd {
  height: 100px;
}
.payble_amont_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0px 16px;
}
.rs_img {
  width: 50px;
}
.payable_amt_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.upi_title h1 {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.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: 16px;
  font-weight: 500;
  color: #d4d7d6;
}

.acc_amt_pay h3 {
  font-size: 36px;
  font-weight: 700;
  color: #ffff;
  /* padding: 10px 0; */
}

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

.upi_paym_qr_sec {
  /* background: #fff; */
  padding: 0px 10px 0px;
  position: relative;
}

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

.qr_section_pay {
  padding: 9px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  gap: 10px;
  border-radius: 12px;
  flex-direction: column;
  border: 1px solid red;
  border: 1px solid #55656c;
  box-shadow: 0px 4px 11px 0px #00000000;
  background: #304143;
}

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

.paym_qr_ele h6 {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #d4d7d6;
}

.paym_qr_ele_p {
  font-size: 12px;
  font-weight: 400;
  color: #aaaaaa;
  display: flex;
  align-items: center;
  gap: 4px;
  /* color: #9A0101; */
  justify-content: space-between;
  width: 100%;
}
.paym_qr_ele p span {
  font-weight: 600;
  color: #d4574f;
}

.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: #c4f15c;
  padding: 12px 14px;
  border-radius: 28px;
  border: transparent;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #141416;
  cursor: pointer;
  text-transform: capitalize;
}

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

.active_upiapp_bor {
  border: 1px solid #c4f15c !important;
  transition: all 0.5s;
}

.active_upiapp_bor .upi_pymnt_syntx span {
  background: #003780;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

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

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

.paym_upi_apps .app_paylist {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 0 0px;
  flex-wrap: wrap;
}

.app_paylist li {
  background: #304143;
  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 #55656c;
}

.app_paylist li span {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  /* box-shadow: -1px -1px 5px 0px #0000000D; */
  color: #ffff;
  width: 100%;
  padding: 0px 0 10px;
}
.img_upipay {
  /* height: 65px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.img_upipay img {
  margin: 10px 0 5px;
}
.app_paylist li.active_upiapp_bor span {
  /* background: #003780; */
  font-size: 14px;
  color: #fff;
  /* 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;
  justify-content: center;
  padding: 10px 20px 10px;
  /* background: #fff; */
}

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

  .upi_paym_qr_sec {
    padding: 20px 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;
  }
  .payment2_sec_scss_fail{
    padding-bottom:0px!important;
  }
  .payment2_section.upi_pay_sec_failed {
    padding: 10px 0px;
}
.payme2_comm_sucess_fai.failure_pymnt_sec {
  margin-bottom: 15px;
}
}

@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%;
  padding-bottom: 10px;
  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: 24px;
  font-weight: 700;
  color: #ffffff;
}
.failue_pymt h5 {
  /* color: #FD4241; */
}

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

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

.pay2_transection_con {
  padding: 11px 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 {
  font-size: 12px;
  font-weight: 500;
  color: #d4d7d6;
}
.pay2_trans_sp_time {
  font-size: 12px;
  font-weight: 500;
  color: #d4d7d6;
  text-align: right;
}
.pay2_trans_sp_rig {
  font-size: 14px;
  font-weight: 500;
  color: #ffff;
}

.pay2_button_sucess button {
  background: #c4f15c;
  padding: 12px 14px;
  border-radius: 28px;
  border: transparent;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #141416;
  cursor: pointer;
  width: 100%;
  text-transform: capitalize;
}

.payme2_comm_sucess_fai {
  background: #304143;
  border-radius: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 75px 16px 0px 16px;
  border: 1px solid #55656c;
  box-shadow: 0px 4px 11px 0px #00000000;
  padding: 9px 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 6px 10px;
  color: #d4d7d6;
}
.upi_pymnt_syntx {
  color: #212223;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  flex-direction: row;
  /* flex-wrap: wrap; */
  background: #304143;
  border-radius: 12px;
  position: relative;
}
.payment_methods_selct h1 {
  font-size: 10px;
  color: #212223;
  font-weight: 400;
  padding: 10px 0;
  min-height: 44px;
}
.payment_methods_selct {
  flex-basis: calc(100% - 10px);
  cursor: pointer;
  border: 1px solid #55656c;
  box-shadow: 0px 4px 11px 0px #00000000;
  border-radius: 12px;
}
.upi_pymnt_syntx span {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 500;
  box-shadow: -1px -1px 5px 0px #0000000d;
  width: 100%;
  text-align: center;
  padding: 10px;
}
.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;
}
.payment_logos__img {
  width: 100%;
  max-width: 32px;
  margin: 12px;
  height: 32px;
}
.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: transparent;
}
.bank_logo {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-8px);
}
.bank_lg_img {
  width: 100%;
  max-width: 120px;
}
.bank_pymnt_txt {
  font-size: 16px;
  padding: 5px 0 10px;
  color: #d4d7d6;
  font-weight: 600;
}
.bank_lg_icn {
  width: 100%;
  max-width: 28px;
}
.bank_pop {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 8px;
  padding: 10px 8px;
  gap: 8px;
  flex: 0 0 100%;
  flex-basis: calc(100% - 7px);
  cursor: pointer;
  border: 1px solid #55656c;
  box-shadow: 0px 4px 11px 0px #00000000;
  background: #304143;
}
.bank_pop span {
  color: #ffff;
  font-weight: 500;
  font-size: 14px;
}
.pop_bnk_sec {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.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: 25px;
  border: 1px solid #55656c;
  box-shadow: 0px 4px 11px 0px #00000000;
  background: transparent;
  color: #fff;
}
.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;
  background: #304143;
  border: 1px solid #55656c;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
}
.banks_lst_dpdn ul li {
  list-style-type: none;
}
.banks_lst_dpdn ul {
  overflow-y: auto;
  height:50vh;
  padding: 10px;
}
.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: 8px;
  padding: 15px 10px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin: 0 0 10px 0;
  border: 1px solid #55656c;
  background: #304143;
}
.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;
  align-items: center;
}
.sc_bankname {
  font-size: 14px;
  font-weight: 500;

  text-align: left;
  color: #ffff;
}
.sc_accountno {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #d4d7d6;
}
.sc_card_icon {
  max-width: 32px;
  width: 100%;
  max-height: 32px;
}
.sc_bank_icon {
  /* width: 40px; */
  position: relative;
  top: 0px;
}
.sc_bank_icon.wifi_con {
  right: 3px;
}
.sc_cvvcon {
  display: flex;
  justify-content: space-between;
}
.wat_is_cvv {
  font-size: 11px;
  font-weight: 500;
  text-align: right;
  padding-top: 5px;
}
.sc_cvvcon p {
  font-size: 13px;
  font-weight: 400;
  color: #d4d7d6;
  text-align: left;
}
.sc_cvvcon a {
  font-size: 11px;
  font-weight: 500;
  color: #c4f15c;
  text-align: left;
  text-decoration: underline;
}
.scc_input_con {
  width: 100%;
  margin-top: 5px;
}
.cvv_input {
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #55656c;
  border-radius: 12px;
  box-shadow: 0px 4px 11px 0px #00000000;
  background: #304143;
}

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

.border_set .scc_input_con {
  border: 1px solid transparent;
  border-radius: 8px;
}
.border_set .cvv_input {
  border: 1px solid #c4f15c;
}
.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;
  box-shadow: 0px 4px 11px 0px #00000000;
  border: 1px dashed #55656c;
  background: #304143;
  width: 100%;
  padding: 10px 0px;
  border-radius: 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: 150px;
}

.sc_bank_icon_lft {
  max-width: 32px;
  width: 100%;
  max-height: 32px;
}
.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: #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: 9px;
  right: 10px;
}
.balence_pop_fun_bj {
  padding: 5px 12px 12px 12px;
  background: #162a25;
  border-radius: 12px;
  box-shadow: 4px 4px 24px 0px #0000001a;
  border: 1px solid #55656c;
}
.balence_img_fun {
  text-align: center;
}
.balence_pop_fun_bj h5 {
  padding-top: 15px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #ffff;
}
.con_cvv_p {
  padding: 11px 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #d4d7d6;
}
.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(1.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: 1px solid #55656c;
  background: #304143;
  box-shadow: 0px 4px 11px 0px #00000000;
  color: #ffffff;
}
.form-control:focus {
  outline: none;
  border: 1px solid transparent;
}
.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: space-between;
  align-items: center;
}
.check-sec label {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
  color: #ffffff;
}
.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: 11px;
  font-weight: 400;
  color: #201c3e;
  text-align: right;
}
.what_is_cvv_card a {
  color: #c4f15c;
}
.title_with_icn img {
  width: 15px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 20px;
  margin-right: 5px;
}
.switch {
  float: right;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-tap-highlight-color: transparent;
  background: #55656c;
}
.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: 0px;
  background: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0px 1px 2px 0px #0000004d;
}
input:checked + .slider {
  background: #55656c;
}
input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}
.labl_con label {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
  color: #d4d7d6;
}
.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 #c4f15c;
  background: #304143;
}
.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;
  }
  .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%;
  }
  .acc_amt_pay h3 {
    font-size: 25px;
  }
  .failure_pymnt_sec {
    display: flex;
    /* min-height: calc(100dvh - 120px); */
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 551px) {
  .done_fxedbtn {
    position: unset;
    bottom: 0;
    display: flex;
    justify-content: center;
    padding: 10px 20px 10px;
    background: transparent;
  }
  .payme2_comm_sucess_fai.index_failer_sec {
    padding: 100px;
  }
  .payment2_sec_scss_fail{
    height:95%;
    overflow-y:auto ;
  }
}

@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: 15px;
  }
  .upi_paym_qr_sec.contner_pdn_bm {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .index_sectn {
    max-height: 70dvh;
    height: inherit;
  }
}

@media (max-width: 550px) {
  .failure_pymnt_sec {
    display: flex;
    /* min-height: calc(100dvh - 360px); */
    justify-content: center;
    align-items: center;
  }
  .payment2_main_section {
    background: #000!important;
  }
}

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

.error {
  border: 1px solid red !important;
  border-radius: 8px;
}
.inTerNal_sec {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.upi_pymnt_syntx .payment_logos_det_img {
  width: 60px;
  position: absolute;
  right: 10px;
}
.payment_methods_select_p2 {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-align: left;
  color: #000;
  color: #d4d7d6;
}
.payment_methods_select_p1 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.001em;
  text-align: left;
  color: #ffffff;
}
.paym_qr_ele_p div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1px;
}
.scan_pay_con {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #d4d7d6;
}
.counter_upi {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  width: 42px;
}

.upi_main_container .money_ddd {
  height: 35px;
  text-align: center;
}
.upi_main_container .acc_amt_pay h3,
.upi_main_container .acc_amt_pay h2 {
  font-size: 14px;
}
.upi_main_container .payble_amont_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.upi_main_container .payble_amont_wrap {
  top: 0px;
}
.pay_res_im {
  width: 70px;
  margin: 15px 0px 20px;
}

.payment2_sec_scss_fail .upi_title {
  margin-top: 15px;
}
.share_btn_con {
  text-align: center;
  width: 100%;
  padding: 10px 20px 10px;
  margin-top: 10px;
  /* position: absolute;
  bottom:60px; */
}
.share_btn {
  border: 1px solid #c4f15c;
  background: transparent;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 14px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  color: #c4f15c;
}
.share_icon {
  width: 20px;
}
.payment2_comm_trans ul li {
  border-bottom: 1px solid #55656c;
}
.payment2_comm_trans ul li:last-child {
  border-bottom: none;
}

.credit_card_section .money_ddd {
  height: 35px;
  text-align: center;
}
.credit_card_section .acc_amt_pay h3,
.credit_card_section .acc_amt_pay h2 {
  font-size: 14px;
}
.credit_card_section .payble_amont_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.credit_card_section .payble_amont_wrap {
  top: 0px;
}
.valid_t {
  color: #d4d7d6;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.valid_year {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #fff;
}
.sc_select_innermain_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}
