/* Nu modal style */
.modalNu .modal-dialog {
    width: auto;
    max-width: 913px;
}
.payOptTabs .make_tabmenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    overflow: visible;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: center;
    align-content: center; */

}
.payOptTabs .make_tabmenu ul li {
    position: relative;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    /*-ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
}
.payOptTabs .make_tabmenu ul li a {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    height: 100%;
}
.payOptTabs .make_tabmenu ul li:not(.active) a {
    color: #0091A0;
}
/* .payOptTabs .make_tabmenu ul li:not(:last-child) a {
  border-right: none;
} */
.payOptTabs .make_tabmenu ul li:last-child a {
  border-right: 1px solid #0091A0;
  border-left: 1px solid #0091A0;
  border-radius: 5px;
}
.payOptTabs .estTime {
    position: absolute;
    top: 100%;
    font-size: 11px;
    color: #808080;
    line-height: 13px;
    margin-top: 10px;
    pointer-events: none;
    text-align: center;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-transform: uppercase;
    font-family: 'Axiforma-Medium';
}
/* .payOptTabs li.active .estTime  {
  opacity: 1;
  margin-top: 3px;
} */
/* .payOptTabs .make_tabmenu {
    margin: 5px 0 25px;
} */
.w55 {
  width: 50%;
}
.w45 {
  width: 50%;
}
.tabSplit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.leftSplit {
    border-right: 2px dotted #E3E4E5;
    position: relative;
    padding-right: 20px;
}
.leftSplit:after {
  position: absolute;;
  top: 50%;
  right: -14.5px;
  text-align: center;
  border-radius: 50%;
  content: '\f105';
  font-family: Fontawesome;
  color: #454545;
  width: 29px;
  line-height: 29px;
  border-radius: 50%;
  background-color: #E3E4E5;
}
.tabInner .labelHdr {
    font-size: 14px;
}
.rightSplit {
    padding-left: 20px;
}
.tabInner p {
    margin-bottom: 15px;
}
.listPoints li {
    font-size: 13px;
    color: #000;
    line-height: normal;
}
.listPoints li + li {
  margin-top: 11px;
}
span.icoNum {
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    width: 20px;
    height: 20px;
    background-color: #00C1D5;
    margin-right: 5px;
    line-height: 2;
    font-size: 13px;
}
.wellTxt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0;
    padding: 0 15px;
    border-radius: 15px;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 17px;
    padding-bottom: 15px;
}
.wellTxt span,
.wellTxt input.editableSpace {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    /* text-align: center; */
    font-size: 13px;
    /* line-height: 55px; */
    width: 100%;
}
.greyWell span:first-child,
.wellTxt input.editableSpace:first-of-type {
    text-align: left;
    font-size: 20px;
}
.greyWell span:last-child {
    text-align: right;
    font-size: 10px;
    color: #AAA9AA;
}
.bluWell {
  background-color: #EAF4F6;
}
.greyWell {
    background-color: #f3f1f1;
    border-radius: 5px;
}
.outer_logos {
    padding: 0 8px;
    margin-bottom: 15px;
    width: 9%;
}
.cubeInst {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,0.20);
}
.cubeInst:hover {
  opacity: 0.8;
}
.instLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -8px;
}
.bottom_logos_holder {
    padding: 25px 40px 45px;
    position: relative;
}
.footNote {
    font-size: 11px;
    margin-top: 20px;
    color: #454545;
}
.footLink {
    margin-top: 30px;
}
.footLink .cubeInst {
    float: left;
    margin-bottom: 0;
    margin-right: 11px;
    height: inherit;
}

.footLink p {
    margin: 0;
    line-height: normal;
    font-size: 13px;
    color: #000;
    padding-top: 5px;
    overflow: hidden;
}
.flexCol {
  -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
}
/* .flexCol > span {
    line-height: 28px;
} */
.flexCol > span + span {
  margin-top: 5px;
}
.flexCol .tooltip {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  width: 12px;
  height: 12px;
  flex-grow: unset;
  line-height: normal;
  position: relative;
  color: #00C1D5;
  opacity: 1;
  font-family: Fontawesome;
  font-style: normal;
  background: none;
  border: none;
}
.footLink p a {
  color: #00C4D8;
  font-size: 10px;
}
.f10 {
  font-size: 10px !important;
  line-height: 12px !important;
}
#sectionB .footLink p  {
  padding-top: 0;
}
.planListing .wellTxt  {
  position: relative;
}
.planListing .wellTxt span {
    line-height: normal;
}
.radio-p-e {
  position: relative;
}
.radio-p-e + .radio-p-e {
  margin-top: 10px;
}
.radio-p-e input[type='radio'] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: 0;
}
.radio-p-e input[type='radio'] + .wellTxt {
    padding: 10px 15PX 10PX 31px;
    -webkit-box-shadow: 0 0 0 1px #D0D2D2;
            box-shadow: 0 0 0 1px #D0D2D2;
}
.radio-p-e input[type='radio']:checked + .wellTxt {
    background-color: #EAF4F6;
}
.radio-p-e {
    display: block;
    margin: 0;
}
.payOptTabs {
    margin-bottom: 0;
    padding: 25px 38px 47px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.10);
    position: relative;
    /* margin-bottom: 45px; */
}
.make_payment_inr .new_g_hdr {
    display: inline-block;
    font-size: 18px;
    color: #454545;
    font-family: 'Axiforma_Bold';
    margin-bottom: 12px;
}
.make_tabmenu label {
    font-weight: normal;
    position: absolute;
    top: -37px;
    left: 0;
    font-size: 18px;
    color: #454545;
    font-family: 'Axiforma_Bold';
}
.payOptTabs ul li:last-child {
    margin-left: 20px;
}
.payOptTabs .make_tabmenu ul li a {
    border: 1px solid #0091A0;
    font-family: "Axiforma_SemiBold";
    padding: 0px 15px;
    color: #0091A0;
    line-height: 44px;
}
.payOptTabs .make_tabmenu ul li a em {
    width: 25px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    height: 25px;
}
.payOptTabs .make_tabmenu ul li a em svg{
    height: 25px;
}
.payOptTabs .make_tabmenu ul li:nth-child(2) a{
    border-radius: 0 5px 5px 0;
    border-left: 0;
}
.payOptTabs .make_tabmenu ul li a:hover{
    background: #0091A0;
    border-color: #0091A0;
    color: #fff;
}
.payOptTabs .make_tabmenu ul li.active a {
    background: #0091A0;
    border-color: #0091A0;
    color: #fff;
}
.payOptTabs .make_tabmenu ul li a path{ 
    fill:#0091A0;
}

.payOptTabs .make_tabmenu ul li:hover a path{
    fill:#fff;
}
.lt_side_paymnt {
    padding: 25px 22px 25px 40px;
}
.middle_body_split {
    display: flex;
    border-bottom: 1px solid #D2D2D2;
}
.global_tb_label h5 {
    font-size: 18px;
    color: #454545;
    font-family: 'Axiforma_Bold';
    line-height: 25px;
}
.global_tb_label{
    margin-bottom:25px;
}
.wd_42{
    width: 40%;
}
.wd_58{
    width: 60%;
}
.rt_side_paymnt {
    padding: 25px 60px 25px 40px;
    background-color: #F7F7F7;
    border-left: 1px solid #D2D2D2;
}
.lt_side_paymnt li {
    font-size: 15px;
    color: #454545;
    line-height: 22px;
    font-family: 'Axiforma-Book';
    position: relative;
    margin-bottom: 15px;
    padding-left: 40px;
}
.shape_num {
    width: 32px;
    height: 32px;
    font-size: 13px !important;
    font-family: 'Axiforma-ExtraBold';
    color: #fff !important;
    background-image: url(../images/shape_num.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    position: absolute;
    left: 0;
    top: -4px;
    line-height: 35px;
}
.p_row {
    width: auto;
    padding-right: 55px;
}
.p_row label {
    font-size: 12px;
    text-transform: uppercase;
    color: #414042;
    font-family: 'Axiforma-Medium';
    margin-bottom: 0;
    font-weight: normal;
}
.py_dtls_rt {
    font-size: 12px;
    font-family: 'Axiforma-Medium';
    color: #414042;
    text-transform: uppercase;
}
.py_dtls_rt span {
    display: inline-block !important;
    font-size: 15px !important;
    margin-left: 8px;
    font-family: 'Axiforma-book';
}
.fnt-15{
    font-size:15px;
}
.py_dtls_rt em {
    display: block;
    font-style: normal;
    font-size: 11px;
    color: #838383;
    text-transform: uppercase;
    font-family: 'Axiforma-Book';
}
.payee_dtls_box {
    margin-bottom: 25px;
    display: flex;
}
.blnc_pay_box {
    display: flex;
    justify-content: space-between;
}
.blnc_pay_innerM h5 {
    font-size: 11px;
    font-family: 'Axiforma-Medium';
    color: #454545;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.blnc_pay_innerM h3 {
    font-size: 24px;
    /* margin-bottom: 15px; */
    font-family: 'Axiforma_Light';
    color:#414042;
    margin-bottom: 10px;
}
.cpy_btn {
    display: block;
    width: 117px;
    border-radius: 4px;
    border: 1px solid #A2A2A2;
    text-align: center;
    color: #454545;
    line-height: 32px;
    font-family: 'Axiforma-Medium';
    height: 36px;
}
.cpy_btn:hover {
    color: #00C1D5;
    border-color: #00C1D5;
}
.blnc_pay_innerM {
    width: 32%;
    padding: 5px;
}
.blnc_pay_innerM.active {
    background: #E4F8FA;
}
.blnc_pay_innerM.active .cpy_btn {
    border: 1px solid #00C1D5;
    color: #00C1D5;
    background-color: #fff;
}

.custom_height_logos {
    height: 75px;
    overflow: hidden;
}
.trigger_height_logos,.trigger_close_logos{
    font-size:12px;
    color:#00C1D5;
    font-family: 'Axiforma-Book';
    text-decoration:underline;
    position: absolute;
    bottom: 20px;
    right: 43px;
}
.trigger_close_logos{
    display: none;
}
.trigger_height_logos:hover,.trigger_close_logos:hover{
    text-decoration:none;
}
.hgt_long .trigger_height_logos {
    display: none;
}
.hgt_long .trigger_close_logos{
    display: block;
}
.hgt_long .custom_height_logos {
    height: auto;
    overflow: visible;
}





.radio-p-e input[type='radio'] + .wellTxt:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background: #fff;
    border-radius: 50%;
    left: 13px;
    border: 3px solid #fff;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    box-shadow: 0 0 0 1px #D0D2D2;
}
.radio-p-e input[type='radio']:checked + .wellTxt:before {
    background-color: #00C1D5;
    box-shadow: 0 0 0 1px #00C1D5;
}
.radio-p-e input[type='radio']:checked + .wellTxt span {
  color: #454545
}
.radio-p-e .wellTxt {
    margin: 0;
}
.planListing {
    margin-top: 10px;
}
.numLis:after {
  clear: both;
}
.numLis:after,
.numLis:before {
  content: '';
  display: table;
}
.numLis .icoNum {
  float: left;
}
.numLis span:not(.icoNum) {
  overflow: hidden;
  display: block;
  line-height: 20px;
}
.dispCards figure img {
    height: 50px;
}
.dispCards figure,
.dispCards span {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.dispCards span {
  margin: 0 14px;
}
.lBluWell {
  background-color: #EAF4F6;
}
.numPoints .bluWell {
    background-color: rgba(0, 193, 213, 1);
    color: #fff;
    max-width: 240px;
    border-radius: 5px;
    margin: 30px auto;
    opacity: 0.5;
    pointer-events: none;
}
.numPoints .bluWell span {
  color: #fff;
}
.numPoints .lBluWell p {
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 13px;
}
.numPoints .lBluWell p:last-of-type {
  margin: 0;
}
.dispCards {
    margin-bottom: 15px;
}
.leftSplit .numPoints .numLis {
    margin-bottom: 20px;
}
.rightSplit .numPoints .numLis {
    margin-top: 20px;
}
.customAmt {

}
.editableSpace {
    border: none;
    background: none;
}
.btn.bluWell:hover {
  opacity: 0.8;
}
.wellTxt small {
    font-size: 10px;
    color: #AAA9AA;
    display: block;
    white-space: nowrap;
}
.radio-p-e.NA {
    pointer-events: none;
    opacity: 0.5;
}
.radio-p-e.NA:before {
    content: '\f12a';
    font-family: Fontawesome;
    color: #ffbc00;
    border: 1px solid #ffbc00;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 13px;
    z-index: 1;
    text-align: center;
    font-size: 10px;
    background: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.radio-p-e em {
  font-style: normal;
}
.radio-p-e input[type='radio']:checked + .wellTxt span:first-child small {
  color: #00C4D8;
}
.pointsSelOpen {
    display: none;
}
.points-e {
    background-color: #EAF4F6;
    padding: 12px 15px;
    font-size: 13px;
    color: #414042;
}
.labelP {
    float: left;
}
.pointsNum {
    overflow: hidden;
    text-align: right;
}
.totBalc {
    background-color: #F8F8F8;
}
.tablPoints {
    border-radius: 5px;
    overflow: hidden;
}
.btnBlu {
    background-color: #00C1D5;
    color: #fff;
}
.btnBlu:hover {
  opacity: 0.7;
}
.confRow {
    margin-top: 20px;
    text-align: center;
    display: none;
}
.btnSubmit {
  font-size: 12px;
  font-weight: 100;
  padding: 12px 25px 10px 25px;
}

.hdrScss{
    text-align: center;
}
.hdrScss h4 {
    font-size: 24px;
    color: #00E39D;
}
.optRc {
    text-align: right;
}
.rightIco {
    margin-top: -60px;
}
.snapshotBox {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
      -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.snapCell {
    width: 27%;
    border-radius: 5px;
    background-color: #EAF4F6;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 146px;
    overflow: hidden;
}
.snapCell + .snapCell {
  margin-left: 66px;
}
.snapCell h3 {
    font-size: 23px;
    margin-top: 16px;
    white-space: nowrap;
}
.snapCell footer {
    margin-top: 14px;
}
.snapCell h3 sub {
    font-size: 9px;
}
.footConfirm {
    margin-top: 44px;
    text-align: center;
}
.boxno-Success .hdrScss h4 {
    color: #FF8C6C;
}
.amtTable {
    max-width: 336px;
    margin: 24px auto;
    border-radius: 5px;
    overflow: hidden;
}
.showAmt {
    padding: 16px;
    background-color: #EAF4F6;
}
.showAmt h3 small {
    color: #414042;
}
.showAmt h3 {
    font-size: 36px;
    color: #414042;
}
.amtDetails {
    padding: 20px 0;
    background-color: #F8F8F8;
}
.leftLb {
    float: left;
    font-size: 13px;
    color: #414042;
}
.rightAmt {
    float: right;
    font-size: 14px;
    color: #414042;
    text-align: right;
}
.detRow:after {
    clear: both;
}
.detRow {
  padding: 10px 20px;
}
.detRow:after, .detRow:before {
    content: '';
    display: table;
}
.leftLb figure {
    width: 40px;
    float: left;
    margin-right: 12px;
}
.cStatemt {
    overflow: hidden;
    text-align: left;
    padding: 5px 0;
}
.cStatemtsuc{
    overflow: inherit !important;
}
.amtDetails .detRow:last-child .rightAmt .orgShow {
    font-size: 14px;
}

.amtDetails .detRow:last-child .rightAmt {
    font-size: 18px;
}
.confirmRewardsBox .footConfirm {
    margin-top: 24px;
}
.modal-footer .footLink:after {
  clear: both;
}
.modal-footer .footLink:after,
.modal-footer .footLink:before {
  content: '';
  display: table;
}
.modal-footer .footLink {
  margin: 0;
  max-width: 260px;
  margin-top: 20px;
}
.modal-footer .footLink .cubeInst {
    width: 57px;
}
.modal-footer .footLink p {
    font-size: 9px;
    padding: 0;
}

.noteBlu {
  margin-top: 19px;
}
.noteBlu  span {
  font-size: 12px;
  color: #00C1D5;
}
/* .modalNu .make_payment_inr {
    margin-bottom: 30px;
} */
.modal-footer .footLink.pull-right {
    max-width: 165px;
    text-align: right;
    margin-top: -20px;
}


.ui-tooltip {
    background: rgba(0,0,0, 0.8);
    border: none;
    border-radius: 3px;
    padding: 5px 10px;
    color: #fff;
    font-weight: 100;
    font-size: 12px;
}
.rightIco a {
    display: inline-block;
}

.customAmt input.editableSpace{
    width: 87% !important;
}

.inListBdy .lBluWell { display: block !important;}
.cubeInst img {width: 100%}
.transation_cell img {width: 100%;}
.transation_cell.bdgtsec img {width: auto;}
.rcvpayment{
    padding-top: 10px;
}
#make_payment_new .modal-body {
    padding: 0px;
}
#make_payment_new .modal-footer {
    padding: 30px;
}
.hgt_long {
    padding: 25px 40px 25px;
}
.b_hov {
    display: block;
}
.a_hov {
    display: none;
}
.payOptTabs .make_tabmenu ul li.active .b_hov,
.payOptTabs .make_tabmenu ul li a:hover .b_hov {
    display: none;
}
.payOptTabs .make_tabmenu ul li.active .a_hov,
.payOptTabs .make_tabmenu ul li a:hover .a_hov  {
    display: block;
}
.lt_side_intreac{
    padding: 25px 0px 25px;
}
.rt_side_intreac{
    padding: 25px 40px 70px 40px;
    background-color: #F7F7F7;
    border-left: 1px solid #D2D2D2;
}
.wd_60{
    width:60%;
}
.wd_40{
    width:40%;
}
.slct_amount_bx {
    padding: 0 40px 13px;
    border-bottom: 1px solid #EFEFEF;
}
.slct_amount_bx .global_tb_label {
    margin-bottom: 4px;
}
.slct_amount_bx p {
    font-size: 15px;
    color: #454545;
    font-family: 'Axiforma-Book';
    line-height: 22px;
    margin-bottom: 13px;
}
.slct_amount_bx_inner {
    display: flex;
}
.slct_bx_individual {
    width: 33.33%;
}
.slct_bx_individual h5 {
    font-size: 11px;
    color: #454545;
    text-transform: uppercase;
    font-family: 'Axiforma-Medium';
    margin-bottom: 10px;
    position: relative;
    z-index:2
}
.slct_bx_individual h2 {
    font-size: 24px;
    margin-bottom: 15px;
    font-family: 'Axiforma_Light';
    color: #454545;
    position: relative;
    z-index:2
}
.slct_bx_individual span {
    display: block;
    max-width: 117px;
    text-align: center;
    height: 36px;
    line-height: 33px;
    border: 1px solid #A2A2A2;
    border-radius: 4px;
    font-size: 14px;
    color: #454545;
    font-family: 'Axiforma-Medium';
    position: relative;
    z-index:2;
    text-transform: capitalize;
}
.slct_bx_individual input[type="radio"]:checked,
.slct_bx_individual input[type="radio"]:not(:checked) {
    opacity: 0;
    visibility: hidden;
    font-size: 0;
    display: none;
}
.slct_bx_individual input[type="radio"]:checked + label,
.slct_bx_individual input[type="radio"]:not(:checked) + label{
    position: relative;
    cursor: pointer;
    display:block;
    padding:16px 10px 10px;
    border-radius: 4px;
    margin-bottom:0;
}
.slct_bx_individual input[type="radio"]:checked + label:after,
.slct_bx_individual input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #E4F8FA;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom:0;
    right:0;
    z-index:1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 4px;
}
.slct_bx_individual input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.slct_bx_individual input[type="radio"]:checked + label span{
    border: 1px solid #00C1D5;
    color:#00C1D5;
    background-color: #fff;
}
.last_rdo_box .slct_bx_individual {
    width: 100%;
}
.last_rdo_box .slct_bx_individual label {
    padding: 0 !important; 
}
.last_rdo_box .slct_bx_individual span {
    display: block;
    max-width: 100%;
    border: 0;
    line-height: 100%;
    text-align: left;
    margin-bottom: 10px;
    height: auto;
    font-size: 11px;
    color: #454545;
    text-transform: uppercase;
    font-family: 'Axiforma-Medium';
}
.last_rdo_box .wellTxt {
    width: 100%;
    display: block;
    margin: 0;
    padding: 30px 40px;
    border-bottom: 1px solid #EFEFEF;
    border-radius: 0;
    position: relative;
    z-index: 2;
}
.last_rdo_box .wellTxt em {
    font-size: 24px;
    color: #454545;
    font-style: normal;
    width: 100%;
    display: block;
    font-family: 'Axiforma_Light';
    position: relative;
    line-height: 25px;
}
.amount_cell_input {
    position: absolute;
    left: 0;
    border-bottom: 1px solid #454545;
    padding-left: 18px;
    font-size: 24px;
    font-family: 'Axiforma_Light';
    line-height: 100%;
    height: auto;
    width: 100%;
    top: 0;
    pointer-events: none;
}
.amount_cell_input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #A2A2A2;
    opacity: 1;
    font-family: 'Axiforma_Light';
}

.amount_cell_input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #A2A2A2;
    opacity: 1;
    font-family: 'Axiforma_Light';
}

.amount_cell_input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #A2A2A2;
    opacity: 1;
    font-family: 'Axiforma_Light';
}

.amount_cell_input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #A2A2A2;
    opacity: 1;
    font-family: 'Axiforma_Light';
}
.pay_interac_holder {
    padding: 35px 0;
    text-align: center;
}
.pay_btn_int {
    line-height: 48px;
    padding: 0 40px;
    border-radius: 4px;
    background-color: #00C1D5;
    font-size: 13px;
    font-family: "Axiforma_SemiBold";
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
}
.pay_btn_int:hover {
    background-color:#4caeb9;
    color: #fff;
}
.last_rdo_box .slct_bx_individual input[type="radio"]:checked + label span {
    border:0;
    color:inherit;
    background-color:transparent;
}
.last_rdo_box .slct_bx_individual input[type="radio"]:checked + label .amount_cell_input {
    border-bottom: 1px solid #00C1D5;
    pointer-events: all;
}
.Interac_online_head h4 {
    font-size: 15px;
    color: #00C1D5;
    margin-bottom: 15px;
    font-family: 'Axiforma-Book';
}
.main_para_intrc p {
    font-size: 11px;
    color: #454545;
    letter-spacing: 0;
    margin: 0;
    line-height: 17px;
    font-family: 'Axiforma-Book';
}
.main_para_intrc figure {
    margin-top: 15px;
    max-width: 218px;
}
.sub_para_intrc {
    padding-top: 65px;
}
.sub_para_intrc span {
    max-width: 82px;
    margin-bottom: 14px;
}
.sub_para_intrc  p {
    font-size: 11px;
    color: #454545;
    letter-spacing: 0;
    margin: 0;
    line-height: 17px;
    font-family: 'Axiforma-Book';
}
.lrnmr_intrac{
    display:inline-block;
    font-size: 11px;
    font-family: 'Axiforma-Book';
    text-decoration: underline;
    color:#00C1D5;
}
.lrnmr_intrac:hover{
    text-decoration: none;
    color:#00C1D5;
}
.lt_side_cashback{
    padding: 25px 22px 25px 40px;
}
.rt_side_cashback{
    border-left: 1px solid #D2D2D2;
    overflow: hidden;
}
.lt_side_cashback .global_tb_label h5 {
    margin-bottom: 10px;
}
.lt_side_cashback .global_tb_label p {
    font-size: 15px;
    color: #454545;
    margin: 0;
    line-height: 22px;
    font-family: 'Axiforma-Book';
    padding-right: 40px;
}
.lt_side_cashback .global_tb_label{
    margin-bottom:45px;
}
.lt_side_cashback .blnc_pay_box {
    display: block;
}
.lt_side_cashback .blnc_pay_innerM {
    width: 100%;
    margin-bottom: 30px;
}
.due_dt_csbk {
    font-size: 11px;
    font-family: 'Axiforma-Medium';
    color: #454545;
    margin-bottom: 0;
}
.lt_side_cashback .blnc_pay_innerM:first-child h3 {
    font-size: 32px;
}
.your_pnt_rounded {
    height: 226px;
    width: 226px;
    border-radius: 50%;
    background-color: #F7F7F7;
    text-align: center;
    padding-top: 160px;
    margin: -145px auto 40px;
}
.your_pnt_rounded .blnc_pay_innerM h3 {
    margin-bottom: 0;
}
.your_pnt_rounded .blnc_pay_innerM {
    width: 100%;
}
.payment_details_topM .global_tb_label {
    margin-bottom: 12px;
}
.p_row:first-child .py_dtls_rt {
    text-transform: capitalize;
    font-size: 15px;
    font-family: 'Axiforma-Book';
}
.lt_side_cashback .global_tb_label h5 {
    line-height: 100%;
}
.rt_side_cashback .modal_block-section {
    font-size: 18px;
    padding-top: 0;
    text-align: center;
    font-family: 'Axiforma_Bold';
}
.rt_side_cashback .white_rdm_btn {
    font-family: 'Axiforma-Medium';
}
.make_payment_inr .transfr_ico{
    display: flex;
}
.nxt_btn_nw {
    display: block;
    background: #00c1d5;
    height: 45px;
    line-height: 49px;
    border-radius: 3px;
    color: #fff;
    max-width: 114px;
    margin: 30px auto 0;
    font-size: 13px;
    font-family: 'Axiforma_semibold';
}
.nxt_btn_nw:hover,.nxt_btn_nw:focus {
    background: #4caeb9;
    color:#fff;
}
.new_csh_bk_cnfrm .spentateTran em {
    width: 17px;
    display: inline-block;
    margin-right: 5px;
}
.new_csh_bk_cnfrm .global_tb_label {
    padding-top: 24px;
}
.new_csh_bk_cnfrm .inner_continue_area_row h5 {
    font-size: 12px;
    color: #414042;
    font-family: 'Axiforma-Medium';
    margin-bottom: 15px;
    text-transform: uppercase;
}
.new_csh_bk_cnfrm .lft_new_continue_area,.new_csh_bk_cnfrm .rt_new_continue_area {
    margin-bottom: 5px;
}
.new_csh_bk_cnfrm .new_continue_area_outer span {
    margin-top: 0px;
}
.new_csh_bk_cnfrm .border_body:after {
    position: absolute;
    content: '';
    bottom: 5px;
    border-radius: 5px;
    background-color: #E4F8FA;
    height: 62px;
    width: 96%;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}
.new_csh_bk_cnfrm .border_body {
    position: relative;
}
.new_csh_bk_cnfrm .border_body .inner_continue_area_row {
    z-index: 2;
}
.nxt_btn_nw {
    max-width: 150px;
    /* margin: 20px auto 0; */
    margin: 0;
    min-width: 150px;
    border: 0;
}
.new_csh_bk_cnfrm {
    padding-bottom: 100px;
}
.display_cntrl .your_pnts_ttl {
    display: none;
}
.display_cntrl .new_csh_bk_cnfrm{
    display: block !important;
}
.fr_mob {
    display: none !important;
}
.payOptTabs .make_tabmenu ul li a br{
    display: none;
}
.payOptTabs .make_tabmenu ul li:not(.active) a .fr_dsktop,.payOptTabs .make_tabmenu ul li:not(.active) a .fr_mob{
    color: #0091A0;
    font-size: 13px;
    margin-top: 3px;
}
.payOptTabs .make_tabmenu ul li.active a .fr_dsktop,.payOptTabs .make_tabmenu ul li.active a .fr_mob{
    color: #fff;
    font-size: 13px;
    margin-top: 3px;
}
.payOptTabs .make_tabmenu ul li a:hover .fr_dsktop,.payOptTabs .make_tabmenu ul li a:hover .fr_mob{
    color: #fff;
    font-size: 13px;
    margin-top: 3px;
}
.lt_side_cashback .blnc_pay_innerM h3 {
    margin-bottom: 2px;
}
#make_payment_new .modal-title {
    font-family: 'Axiforma-Book';
}
.rt_new_continue_area em {
    width: 20px;
    display: inline-block;
    margin-right: 5px;
}
.cnfrm_holder {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}
.cnfrm_holder  .nxt_btn_nw {
    background-image: url(../images/right_arrow_d.png) !important;
    background-position: top 19px right;
    background-repeat: no-repeat;
}
.cnfrm_holder .back_btn_nw {
    color: #00c1d5;
    background-image: url(../images/left_arrow_nw.png) !important;
    background-repeat: no-repeat;
    background-position: center left 17px;
    background-color: #cef4fa !important;
    margin-right: 15px;
    display: inline-block;
    float: none !important;
}
.nxt_btn_holder .nxt_btn_nw{
    margin: 20px auto 0;
}

.back_btn_nw:hover, .back_btn_nwfocus {
    background: #4caeb9;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center left 17px;
}
.card_select_new .next_but_compare .global_btn {
    background-color: #00C1D5;
    background-image: none;
    text-align: center;
    padding: 0;
    width: 188px;
    height: 48px;
    margin-bottom: 0;
}
