* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  font-family: "BRCandor_Regular";
}
@font-face {
  font-family: "BRCandor_Regular";
  src: url(../fonts/br-candor/BRCandor-Regular-BF65519844306f6.otf);
}
@font-face {
  font-family: "BRCandor_SemiBold";
  src: url(../fonts/br-candor/BRCandor-SemiBold-BF655198444222b.otf);
}
@font-face {
  font-family: "BRCandor_Bold";
  src: url(../fonts/br-candor/BRCandor-Bold-BF6551984434a53.otf);
}
@font-face {
  font-family: "BRCandor_Medium";
  src: url(../fonts/br-candor/BRCandor-Medium-BF655198440bb69.otf);
}

.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, #405C68 0%, #687A80 57.66%, #D5C8B6 100%);
  position: relative;
}
.payment2_sec_sub {
  height: 95%;
  overflow-y: auto;
}
.payment2_sec_sub::-webkit-scrollbar {
  display: none;
}
.payment2_sec_sub {
  padding-bottom: 20px;
}
.main_upi_page {
  height: 100%;
  display: flex;
  justify-content: center;
  background: #97a3c6;
}
.upi_payment_container {
  background-position: top left;
  background-size: cover;
  padding: 10px 0 0;
  overflow-x: hidden;
}
.upi_title {
  padding: 5px 15px;
  display: flex;
  align-items: center;
}
.acc_amt_pay {
  margin: 10px 16px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.hand_img {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-65px);
}
.upi_paym_qr_sec {
  border-radius: 5px;
  margin: 0 16px 15px;
}
.qr_section_pay {
  padding: 16px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  gap: 16px;
  text-align: center;
}
.qr_section_pay .rt_qr_scanner_new {
  display: flex;
}
.qr_br_cde {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  max-width: 165px;
}
.counter_upi {
  color: #C7402E;
}
.dwnd_qr_sec {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.dwnd_qr_btn {
  height: 44px;
  padding: 12px;
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #000000;
  width: 100%;
  cursor: pointer;
}
.share_img {
  cursor: pointer;
  max-width: 45px;
}
.paytm_btn_bi {
  width: 100%;
  background: #000;
  padding: 16px 10px;
  border-radius: 4px;
  border: transparent;
  color: #fff;
  cursor: pointer;
}
.pay_btn_disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  background: #DAD5D5;
  color: #7A7A7A;
}
.paym_upi_apps {
  padding: 16px;
  width: 100%;
}
.paym_upi_apps .app_paylist {
  gap: 12px;
  padding: 12px 0 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.app_paylist li {
  border-radius: 4px;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 0.5px solid #B0B0B0;
  padding: 12px;
  height: 48px;
}
.payment2_paynow {
  width: 100%;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.payment2_paynow_btn {
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: center;
  padding: 10px 16px 25px;
  background: #2d194b00;
}
.choose_pay_mthd {
  border-bottom: 1px solid #7D79A933;
  padding-bottom: 7px;
  margin-bottom: 10px;
}
.card_banking_amt {
  justify-content: left;
  gap: 15px;
  margin: 15px 15px 0;
}
.bank_pop {
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 4px;
  gap: 8px;
  flex: 0 0 50%;
  flex-basis: calc(33% - 10px);
  cursor: pointer;
  border: 1px solid #B0B0B0;
  height: 48px;
}
.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: row;
  align-items: start;
  gap: 10px;
  margin: 10px 0px;
}
.payment2_comm_trans {
  margin: 8px 16px 0;
  display: flex;
  gap: 20px;
  flex-direction: column;
  background: #fff;
  padding: 20px 24px;
  border-radius: 4px;
  text-align: center;
}
.pay2_transection_con:last-child {
  margin-bottom: 0px;
}
.payment2_comm_trans ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.payment2_comm_trans ul li{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #00000029;
  padding: 0 0 16px;
}
.payment2_comm_trans ul li:last-child {
  border-bottom: none;
  padding: 0;
}
.pay2_button_sucess button {
  background: #000;
  padding: 16px 10px;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  width: 100%;
}
.trs_ksr {
  color: rgba(78, 105, 230, 1);
  text-align: center;
}
.payme2_comm_sucess_fai {
  background: transparent;
  padding: 30px 16px 10px;
  position: relative;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  margin: -27px 0 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
span.pay2_trans_sp_rig::before {
  content: attr(data-value);
}
.payment_method_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  align-items: stretch;
}
.payment_logos_img {
  width: 100%;
  max-width: 50px;
  display: block;
  margin-left: auto;
  position: absolute;
  right: 10px;
  top: 10px;
}
.upi_pymnt_syntx img {
  width: 100%;
}
.index_page_sub {
  height: 100%;
  padding-bottom: 0;
}
.money_ddd {
  position: absolute;
  bottom: 0;
  right: -24px;
  max-width: 100px;
}
.done_fxedbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 16px 10px;
  background: transparent !important;
}
.bank_logo {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-8px);
}
.bank_lg_img {
  width: 100%;
  max-width: 120px;
}
.nb_bnk_icon {
  background: #D2DEE3;
  padding: 9px;
  border-radius: 2px;
}
.bank_lg_icn {
  max-width: 22px;
  display: flex;
}
.bank_lg_icn_sear {
  width: 100%;
  max-width: 16px;
  display: flex;
}
.seksrr_lected>a {
  border: 2px solid rgba(78, 105, 230, 1) !important;
  box-shadow: 0px 0px 15px 0px rgba(78, 105, 230, 0.5) inset;
}
.chose_bank a {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  text-decoration: none;
  border: 0.5px solid rgba(213, 213, 213, 1);
}
.bank_sec.selected {
  border: 1px solid #3C67D9;
}
.search_bank {
  position: relative;
}
.search-txtt {
  width: 100%;
  padding: 12px;
  border-radius: 4px;
  border: none;
  border: 1px solid #B0B0B0;
  background: #fff;
  line-height: 14.63px;
  height: 48px;
}
.search_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  display: flex;
}
.search-txtt::placeholder {
  color: #696969 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 14.63px;
}
.search-txtt:focus-visible {
  outline: none !important;
}
.bank_name {
  display: flex;
  align-items: center;
  padding: 14px 10px;
  gap: 8px;
  cursor: pointer;
  border-bottom: 1px solid #A3A3A34D;
  position: relative;
}
.banks_lst_dpdn ul li {
  list-style-type: none;
}
.banks_lst_dpdn ul {
  overflow-y: auto;
  height: 300px;
  margin-top: 10px;
  border-radius: 5px;
}
.banks_lst_dpdn ul::-webkit-scrollbar {
  width: 6px;
  background: #DDDDDD;
}
.banks_lst_dpdn ul::-webkit-scrollbar-thumb {
  background: #000; 
  border-radius: 10px;
}
.all_banks_container {
  display: none;
}
.savedcard_inner::-webkit-scrollbar {
  display: none;
}
.sc_select_main {
  border-radius: 4px;
  padding: 12px 10px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  background: #0B7AA6;
  display: flex;
}
@supports not (mix-blend-mode: luminosity) {
  .sc_select_main {
    mix-blend-mode: luminosity;
    backdrop-filter: brightness(0.7);
  }
}
.sc_select_innermain {
  width: 175px;
  max-width: 175px;
}
.sc_select_card {
  width: 100%;
}
.sc_bankname {
  text-align: left;
  line-height: 14.73px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sc_inner_cardinfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 200px;
  height: 120px;
}
.cc_infoName {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}
.sc_card_icon {
  max-width: 24px;
  padding: 2px;
  border-radius: 4px;
  width: 100%;
  border: 1px solid rgba(213, 213, 213, 1);
}
.sc_bank_icon {
  position: relative;
  max-width: 27px;
}
.sc_cvvcon {
  display: flex;
  justify-content: space-between;
}
.cvv_input {
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 5px;
  background: #FFFFFF;
  border: 0.5px solid #B0B0B0;
}
.cvv_input:focus {
  outline: none;
}
.cvv_input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #D3D3D3;
}
.acc_container {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.clk_cvv_enter {
  display: none;
}
.new_card_con {
  border: unset;
  background: transparent;
  margin: 0 auto;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
}
.popular_banks_container .upi_paym_qr_sec {
  margin-top: 0;
  margin-bottom: 16px;
}
.addnew_plus {
  width: 100%;
  max-width: 16px;
}
.card_ddd {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-19px);
}
.sc_bank_icon {
  width: 40px;
  position: relative;
}
.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;
  position: absolute;
  top: 10px;
  right: 10px;
}
.balence_pop_fun_bj {
  padding: 20px 16px;
  background: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.balence_img_fun {
  text-align: center;
}
.bank_lgo_img {
  top: -2px;
}
.cards_tabcontainer .cardtab_newcard {
  position: relative;
  z-index: 10;
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
}
.form-group {
  margin-bottom: 16px;
}
.choose-section .form-control {
  background: #DFDFDF !important;
  border-radius: 10px !important;
  width: 100% !important;
}
.form-control {
  display: block;
  width: 100%;
  padding: 12px;
  -webkit-appearance: none;
  border-radius: 4px;
  background: transparent;
  border: 0.5px solid #B0B0B0;
  margin-top: 8px;
}
.form-control:focus {
  outline: none;
}
.form-control::placeholder {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #D3D3D3;
}
.cardtab_newcard .labl_con {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.d-flex .form-group {
  flex-basis: 46%;
}
/* .check-sec {
  margin-top: 20px;
} */
.tick__ksr {
  max-width: 14px;
  position: absolute;
  right: 10px;
  top: 14px;
  display: none;
}
.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: #F8F9FD;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0px 0px 4px 0px #C3CBF3 inset;
}
.slider.round {
  border-radius: 20px;
}
.slider.round:before {
  border-radius: 50%;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0px 1px 2px 0px #0000004D;
}
input:checked+.slider {
  background-color: #3C67D9;
}
input:checked+.slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
.bnk_txtwth_icn {
  gap: 0;
}
.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: none;
  box-shadow: 0px 0px 15px 0px #00000040;
}
.chose_bank img {
  max-width: 28px;
  transform: rotate(90deg);
}
.bnk_txtwth_icn {
  display: flex;
  align-items: center;
}
.seksrr_lected .chose_bank img {
  margin-left: 5px;
}
.seksrr_lected .bnk_txtwth_icn {
  gap: 15px;
}
.sc_select_main.selected_bank {
  background-blend-mode: unset !important;
}
.success_page_scrl {
  overflow: hidden auto;
}
.common_fnt_sz_small {
    font-size: 12px;
    font-weight: 400;
}
.common_fnt_sz_small1 {
    font-size: 12px;
    font-weight: 600;
}
.common_fnt_sz_medium {
    font-size: 14px;
    font-weight: 400; 
}
.common_fnt_sz_medium1 {
    font-size: 14px;
    font-weight: 600; 
}
.common_fnt_sz_medium2 {
    font-size: 14px;
    font-weight: 500; 
}
.common_fnt_sz_lrg {
    font-size: 16px;
    font-weight: 600;
}
.common_fnt_sz_lrg1 {
    font-size: 20px;
    font-weight: 500;
}
.common_fnt_sz_lrg2 {
    font-size: 16px;
    font-weight: 500;
}
.common_fnt_sz_lrg3 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.common_fnt_sz_lrg4 {
    font-size: 18px;
    font-weight: 400;
}
.common_fnt_sz_xlrg {
    font-size: 22px;
    font-weight: 700;
}
.comm_fnt_clr {
    color: #fff ;
}
.txt_fnt_clr {
    color: #000;
}
.bnk_fnt_clr {
    color: #252525;
}
.chk_txt_clr {
  color: #141414;
}
.sucss_txt {
  color: #666666;
}
.ltr_spce {
  letter-spacing: 1.2px;
}
.lne_hgt {
  line-height: 1.5;
}
.font_fmly_sb {
  font-family: "BRCandor_SemiBold";
}
.font_fmly_b {
  font-family: "BRCandor_Bold";
}
.font_fmly_m {
  font-family: "BRCandor_Medium";
}
.flex_sec_rest {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.comm_sec_bg {
  background: #000000;
  width: 80%;
  height: 8px;
  margin: -15px auto;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.comm_sec_bg_suc {
  background: #000000;
  width: 80%;
  height: 8px;
  margin: 0 auto;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cardtab_savedcard.show_savecard, .newcard_inner{
  background: #fff;
  padding: 20px 12px;
  border-radius: 4px;
}
.sc_select_bg_clr {
  background: #415D68;
}
.cvv_pop_cnt_sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cvv_pop_inf {
  max-width: 20px;
  display: flex;
}
.bank_pp_sec.active_upiapp_bor {
    border: none;
    box-shadow: 0px 0px 15px 0px #00000040;
}
.head_tag_comm {
  padding-left: 8px;
}
.back_arrow_img {
  display: flex;
  max-width: 32px;
}
.amt_pay_secc {
    text-align: center;
    background: #FEFEFE47;
    padding: 10px;
    border-radius: 4px;
    width: 50%;
    height: 150px;
    position: relative;
}
.amt_pay_cont {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 10px;
    align-items: flex-start;
}
.amt_pay_secc.scnnr_sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.scnnr_sec, .qr_sec_cls_btn {
  cursor: pointer;
}
.qr_sec_cls_btn {
  max-width: 25px;
}
.scnnr_img {
  max-width: 100px;
}
.amt_pay_img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 125px;
}
.crd_dbt_sec {
  display: flex;
  gap: 12px;
  flex-direction: column;
  background: #fff;
  padding: 16px;
  width: 100%;
  border-radius: 4px;
}
.crd_dbt_sub_sec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.crd_dbt_sub_sec1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    width: 100%;
}
.styled-checkbox {
  accent-color: #000;
  width: 16px;
  height: 16px;
  border-radius: 3px;
}
.acc_amt_pay_succ_fail {
  background: #FEFEFE47;
  padding: 12px;
  margin: 10px 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.succ_fail_img {
  max-width: 46px;
  box-shadow: 0 13px 0px -6px rgb(0, 0, 0); 
  border-radius: 30px;
}
.succ_txt1 {
  margin-top: 20px;
}
.succ_txt2 {
  margin-top: 7px;
}
.rtyuierror {
  border: 1px solid red !important;
}
.error {
  border: 1px solid red !important;
}
.payMent_conT {
  margin-top: 10px;
}
.payMent_conT li {
  display: inline-block;
}
.upi_AliGn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.QR_upi_inFo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.QR_upi_inFo li {
  display: flex;
}
.separator {
  display: flex;
  align-items: center;
}
.separator .line {
  height: 1.5px;
  flex: 1;
  background-color: #7D79A933;
}
.pad_sucfai {
  padding: 10px;
  border: 2px solid rgba(78, 84, 200, 0.2);
  border-radius: 5px;
}
.savedcard_inner {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  overflow-x: scroll;
  max-width: 500px;
}
.top_cc_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex_3_align {
  flex: 3;
  flex-basis: 10% !important;
}
.flex_1_align {
  flex: 1;
  flex-basis: 10% !important;
}
.cjk {
  display: flex;
  align-items: center;
  gap: 10px;
}
.banks_lst_dpdn ul li:last-child .bank_name {
  border-bottom: none !important;
}
.custom-radio {
  display: flex;
  position: absolute;
  right: 10px;
}
.banks_lst_dpdn ul li .custom-radio input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #5B5B5B;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  transition: border-color 0.3s, background-color 0.3s;
}
.banks_lst_dpdn ul li .custom-radio input[type="radio"]:checked {
  border-color: #5A53BA;
  background-color: #5A53BA;
}
.banks_lst_dpdn ul li .custom-radio input[type="radio"]:checked::after {
  content: "";
  font-weight: bold;
  background: url('/design64/payment_assets/image/design64/tick.svg') no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
}
.PreView_Card {
  width:100%;
  display: flex;
  justify-content: center;
}
.PreView_Card .sc_select_main {
  background-blend-mode: unset;
  background-color: none;
  border-radius:8px;
}
.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: 0;
  top: 0;
}
.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: 30px;
  right:5px;
}
.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;
}
.paym_qr_ele {
    background: #fff;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 999;
}
.cls_btn_scnn {
    position: absolute;
    right: 10px;
    top: 10px;
}
.clk_ccv_pop {
  cursor: pointer;
}
.card_img_wth {
  max-width: 28px;
}
.max_wth_img {
  max-width: 25px;
}
.max_wth_img1 {
  max-width: 50px;
}
.img_upipay.active_upiapp_bor {
    border: none;
    box-shadow: 0px 0px 15px 0px #00000040;
}
.crd_dbt_sub_upi_sec {
  gap: 8px;
}
.brdr_set_bnk {
  border: 0.52px solid #EFEDED;
  padding: 5.7px;
  border-radius: 50%;
}

.savedcard_inner {
  overflow-x: auto;
  display: flex;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.savedcard_inner::-webkit-scrollbar { display: none; }

.carousel {
  display: flex;
  gap: 15px;
}
/* ✅ Dots */
.carousel-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  gap: 4px;
}
.carousel-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: #ccc;
  cursor: pointer;
}
.carousel-dots button.active {
  background: #000;
  width: 25px;
  border-radius: 30px;
}



@media (min-width: 280px) and (max-width: 359px) {
  .bank_pop {
    flex:1;
    flex-basis: calc(33% - 0px);
  }
  .common_fnt_sz_medium, .common_fnt_sz_medium1, .common_fnt_sz_medium2, .form-control::placeholder, .search-txtt::placeholder, .cvv_input::placeholder{
        font-size: 11px;
  }
  .common_fnt_sz_small, .common_fnt_sz_small1 {
      font-size: 10px;
  }
  .common_fnt_sz_lrg {
      font-size: 13px;
  }
  .common_fnt_sz_lrg1, .common_fnt_sz_lrg2, .common_fnt_sz_lrg3, .common_fnt_sz_lrg4 {
      font-size: 14px;
  }
  .common_fnt_sz_xlrg {
      font-size: 18px;
  }
  .payment1_header img {
      max-width: 20px;
  }
}
@media (min-width: 590px) {
  .payment2_main_section {
    overflow: hidden;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .payment2_section {
    max-height: 95dvh;
    height: unset;
  }
  .index_sectn {
    max-height: 85dvh;
    height: inherit;
  }
  .payme2_comm_sucess_fai.index_failer_sec {
    padding: 100px;
  }
}

@media (max-width: 590px) {
    .payment2_section {
      border-radius: 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;
  }
}

@media (min-width: 280px) and (max-width: 319px) {
  .money_3d_img {
    width: 100%;
    max-width: 122px;
  }
  .money_ddd {
    transform: translateY(-18px);
  }
}

@media (min-width: 320px) and (max-width: 359px) {
  .money_3d_img {
    width: 100%;
    max-width: 145px;
  }
  .bank_lg_icn {
    max-width: 15px;
  }
}

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

@media (min-width: 768px) {
  .index_sectn {
    max-height: 70dvh;
    height: inherit;
  }
}

@media only screen and (max-width:320px) {
  .flex_3_align {
    flex: 3;
    flex-basis: 30% !important;
  }
  .flex_1_align {
    flex: 1;
    flex-basis: 30% !important;
  }
}
