/*
::Table Of Content
=================================
1.) Global Typography
2.) Donate Charity form Page
3.) Transaction Fail Page
4.) Transaction Successful Page
5.) Transaction Details Page
    5a) pop-up csss
    5b) pop-up csss
6.) Responsive for tablet Mode
7.) Responsive for Mobile Mode    

-----------------------------------------------*/

/*
1.) Global Typography
-------------------------------------*/


body{
    font-family: 'arial';
    font-size:18px; color:#4d4641; line-height:1.1;
}
.upper{
    text-transform:uppercase;
}
.full{
    display:inline-block; width:100%;
}
.left{
    float:left;
}
.right{
    float:right;
}
.form-container{
    max-width:880px; width:100%; margin:25px auto;
    background:#f4f4f4;
}
.container{
    max-width:880px; width:100%; margin:0 auto;
    padding:0 20px; -webkit-box-sizing:border-box; box-sizing:border-box;
}
strong{
    font-family: 'arial';
}
em{
    font-style:italic;
}
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
/*
2.) Donate Charity form Page
-------------------------------------*/

.donate-heading{
    background:white;
    color:#000;
    padding:15px 30px 10px 30px;
    border-radius:6px 6px 0 0;
    -webkit-border-radius:6px 6px 0 0;
    -ms-flex-line-pack: center;
        align-content: center;
}
.donate-heading h2{
    display:inline-block;
    text-align:center;
    width:86%;
    font-size:26px;
    line-height:1;
    text-indent: 252px;
    /* position:absolute; */
    -ms-flex-line-pack: center;
        align-content: center;
}
.donate-heading .lang{
    float:right;
}
.form-content{
      padding: 16px 31px 31px 32px;
}
.select-country{
    text-align:center; 
    margin-bottom:-3px;
    margin-bottom:-3px\9;
}

.content-inner-section{
    border:1px solid #c6c6c6; background:#fff;
    padding:30px 24px;
}
fieldset{
    margin-bottom:25px;
}
legend,.pay-mode-heading{
    font-family: 'arial'; color:#4d4641;/*  padding-bottom:24px; */
}
.btn-group .btn{
    font-family: 'arial'; margin-right:15px; outline:none;
}
.btn,.btn-group input{
    border-radius:5px; -webkit-border-radius:5px; border:1px solid #cfcfcf;
    color:#4d4641; padding:9px; font-size:20px; line-height:1; cursor:pointer;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; -webkit-transition: all 0.4s ease-in-out 0s;
}
.btn:hover,.choose-pricing .btn-group .btn.active{
    background:#ecc731; border-color:#ecc731; outline:none;
}

.choose-pricing .btn-group .inpt-first.active{
    background:#ecc731; 
}
.btn-group input{
    cursor:default; width:90px; 
}
.pay-mode-heading{
    font-family: 'arial';
}
.money-donate{
    background:#f4f4f4; border:1px solid #cfcfcf; color:#4d4641; 
    text-align:center;  border-radius:5px; -webkit-border-radius:5px; font-size:20px; line-height:1;
      padding: 10px 25px; margin-top:16px;
}
input[type="radio"]{/* width:128px; height:44px;  opacity:0;  filter:alpha(opacity="00");*/ cursor:pointer; margin-top:0;   }
.radio-wrapper{  border-radius:5px; -webkit-border-radius:5px;  display:inline-block; text-align:center; position:relative;}

.radio-wrapper input[type="radio"]{
    position:relative; z-index: 10;
}
.radio-wrapper.req{
    width:128px; margin-right:20px;
}
.radio-wrapper.req:hover,.radio-wrapper.req.active{
    border-radius:5px; -webkit-border-radius:5px;
}
.radio-wrapper.pay input[type="radio"]{
    width:217px;
}
.radio-wrapper.pay{
    width:217px;
}
.radio-wrapper span{
    width:100%; box-sizing:border-box; -webkit-box-sizing:border-box;
    position: absolute; z-index: 9; top:0; left: 0;
}

.pay-mod span,.radio-wrapper span{
    background:#f4f4f4; line-height:1; display:inline-block;
    margin-right:19px; border:1px solid #cfcfcf; padding:12px 21px;
    border-radius:5px; -webkit-border-radius:5px; cursor:pointer;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; -webkit-transition: all 0.4s ease-in-out 0s;   
}
.pay-mod span:hover,.pay-mod span.active,.radio-wrapper span:hover,.radio-wrapper.active span{
    background:#ecc731; border-color:#ecc731;
}
.credit-card-num{
    position: relative; margin-top:16px;
}
#creditCardImage{
    position: absolute; right:8px; top:8px; display:none;
}
#creditCardNumber{
    width:100%; padding:0px 7px; border:1px solid #cfcfcf; border-radius:5px; -webkit-border-radius:5px;
    height:42px; line-height:1; color:#4d4641;  box-sizing:border-box; -webkit-box-sizing:border-box;   
}
#creditCardNumber placeholder{
    color:#000;
}

/*  Form Section  */
.personal-detail{
    display:inline-block; width:100%;
}
.personal-detail .row{
    margin-bottom:17px;
}
.personal-detail input[type="text"]:focus,.personal-detail textarea:focus{
    /*background:#ecc731; border-color:#ecc731;*/
}
.personal-detail input[type="text"],.personal-detail textarea,.cvn input{
    background-color:#f4f4f4; border-radius:5px; -webkit-border-radius:5px; border:1px solid #cfcfcf;
    height:42px; padding:5px 10px; color:#4d4641; font-size:18px; line-height:1;  font-family: 'arial';
    font-weight:normal; 
}
.personal-detail input[type="text"],.cvn input{
    line-height:28px\0/; 
}
#creditCardNumber{
    line-height:38px\0/;
}
.personal-detail input[type="text"]{ width:48.5%; box-sizing:border-box; -webkit-box-sizing:border-box;}

.personal-detail  textarea{
    width:100%; -webkit-box-sizing:border-box; box-sizing:border-box; resize:none;  padding:8px 10px; font-family: 'arial';
}
#add-note{
    margin:15px 0; height:84px;
}
.personal-detail input[type="button"]{
    background-color:#4d4641; color:#ffffff; font-size:20px;
    border:none; -o-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s; -webkit-transition: all 0.4s ease-in-out 0s;
}
.personal-detail input[type="button"]:hover{
    background:#ecc731;
}
.button{ 
    text-align:center;
}
#donate-btn{
    padding:10px 15px;
}


/*  Selectbox */

select{
    /* width:200px; */
    text-align: left !important;
}
#currency {
    width:302px;
}
#cycle{
    width:162px;
}
#num_cycle{ width:118px; float:left;}
#num_cycle_chzn{
    float:left; margin-right:20px;
}
.always{
    font-family: 'arial';
    padding:10px 20px;
}
.choose-pricing{
    margin:5px 0 22px 0;
}
.payment-mode{
    margin:30px 0 25px 0;
    /* margin: 0 auto; */
    /* width: 100px; */
}
#creMsg{ font-style:italic; font-size:14px; line-height:1.6;}
.card-type-label{
    padding-bottom:8px;
}
.date-wrapper{
    clear: both;    display: inline-block;    padding: 33px 0;
    position:relative;
}
.month span.full,.cvn .full,.select-payment-container .full{
    padding-bottom:16px; line-height:1;
}
#expMonth, #expYear{
    width:120px;
}
#expMonth_chzn{ margin-right: 20px !important;}
.month,.cvn{
    float:left;
    width:49%;
}
.cvn .full img{
    margin:0px 0 0 12px;
    vertical-align:bottom;
}
.tooltip-hover{
    display:none;
    position: absolute; top:-169px;
    right:-5px;
}
.tooltip{ display:inline-block;}

.cvn input{
    background:#f4f4f4 url(../images/csv-icon.png) 97% center no-repeat;
    width:190px; padding:5px 50px 5px 15px;
    height:44px; box-sizing:border-box; -webkit-box-sizing:border-box;
}
.select-payment-container{
    clear:both;
}
.select-payment-container .row {
    float:left; width:45%; padding-bottom:50px;
}


/*
3.) Transaction Fail Page
-------------------------------------*/

.payment-fail{
    padding-top:135px; text-align:center;
}
.payment-fail h2,.payment-success-box h2{
    color:#4d4641; font-size:58px; line-height:1.2;
    font-family: 'arial';
}
.click-section{
    padding-top:54px; padding-bottom:10px;
}
.btn-yellow{
    text-decoration:none; display:inline-block;
    background:#ecc731; font-family: 'arial';
    border:2px solid #ecc731; 
    padding:9px 16px;
}
.btn-yellow:hover{
    background:#fff;
    border-color:#000;

}
/*
4.) Transaction Successful Page
-------------------------------------*/
.payment-success-box{
    text-align:center; padding-top:96px; padding-bottom:30px;
}
.transition-content{
    width:655px; margin:0 auto; 
    padding:47px 20px;
    color:#4d4641; font-size:16px; line-height:1.3;
}
.transition-content .name{ margin-bottom:15px;}
.transition-detail{
    border:1px solid #cdcdcd; padding:10px 23px;
    margin-top:24px; border-radius:2px; -webkit-border-radius:2px;
}
.transition-detail p{
    text-align:left; padding-bottom:5px;
}
.transition-detail a{
    text-decoration:none; color:#4d4641;
}

.donate-value-section{
    padding:0 8px; overflow: hidden;
    margin-top:12px;
}
.donate-value-section a{
    text-decoration:none; color:#4d4641;
    padding:10px; border:1px solid #cdcdcd;
    border-bottom:none; border-radius:5px 5px 0 0; -webkit-border-radius:5px 5px 0 0;
    -o-transition:all 0.4s ease-in-out 0s;
    transition:all 0.4s ease-in-out 0s; -webkit-transition:all 0.4s ease-in-out 0s;


}

.donate-value-section a.active{
    padding:14px 10px;
}
.donate-value-section span a{
    display: inline-block; float:left;
    margin-top:8px;
}
.donate-value-section span a+a.last{
    border-left:none;
}
.donate-value-section a:hover{
    background:#ecc731;
}
.transition-detail .money-donate{
    margin-top:0;    margin-bottom:20px;
}
.social {
    padding:16px; border:1px solid #cdcdcd; border-radius:2px; -webkit-border-radius:2px;
    margin-top:10px; line-height: 1;
}
.social span{
    line-height:23px; display:inline-block; padding-right:8px;
    vertical-align: top;
}
.social ul{
    display:inline-block; 
}
.social li{
    display:inline; margin-right:8px;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; -webkit-transition: all 0.2s ease-in-out 0s;
}
.social li:hover img{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}



/*
5.) Transaction Details Page
-------------------------------------*/

.recurring-btn{
    background:#d3d3d3; border-radius:5px; -webkit-border-radius:5px; color:#4d4641; text-decoration:none;
    font-size:12px; line-height:26px; width:106px;display:inline-block; text-align:center;  -o-transition: all 0.4s ease-in-out 0s;  transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.recurring-btn:hover{
    background:#ecc731; color:#000;
}
.transaction-content a:hover{
    color:#000;
}
.transaction-container {
    max-width: 875px;
    width: 100%;
    margin: 125px auto;
}
.header-transition {
    background-image:url(../images/border-heading.jpg) ;
    background-position:left bottom;
    background-repeat:no-repeat;
    background-color:#4d4641;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    color: #fff;
    padding:22px 30px;
    display: inline-block;
    width: 100%;
}
.header-transition h2 {

    font-size: 26px;
    line-height: 1.15;
    float: left;
}
.search-transaction {
    float: right;
    position: relative;
}
#datepicker,#datepicker1{
    background:#615b57 url(../images/datepicker.png) 92% center no-repeat;
    width:108px; padding-right:24px; padding-left:10px;
    cursor:pointer;
}
.search-transaction input[type="text"] {
    width: 170px;
    height: 35px;
    padding: 0 37px 0 11px;
    background: #615b57;
    border: none;
    color: #fff;
    font-size: 12px;
    line-height: 35px;
    border:1px solid #47403c;
    float:left;
}
::-webkit-input-placeholder {
    color: white;
}
::-moz-placeholder { /* Firefox 19+ */
    color: white;
}
:-ms-input-placeholder {
    color: white;
}
:-moz-placeholder { /* Firefox 18- */
    color: white;
}
.search-btn {
    position: absolute;
    right: 11px;
    bottom: 9px;
    background: url(../images/search-btn-icon.png) left top no-repeat;
    border: none;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    cursor: pointer;
}
.transaction-content-wrapper {
    background: #f4f4f4; padding:52px 31px 33px 32px; width:100%; display:inline-block; 
}
.transaction-content{
    border:1px solid #c6c6c6; display:inline-block; width:100%; background:#fff;
}
.total{
    float:left;padding-left:21px;  font-size:12px; line-height:33px;
}
.filter-btn{
    font-size:12px; border:1px solid #c6c6c6; border-radius:6px 6px 0 0; -webkit-border-radius:6px 6px 0 0;
    line-height:33px; line-height:33px; display:inline-block; padding:0 10px; cursor:pointer;
}
select{ height:33px; border:1px solid #c6c6c6; border-radius:6px 6px 0 0; -webkit-border-radius:6px 6px 0 0;}
.filter-btn,select{
    border-bottom:none; 
}
.tech{
    display: none; visibility: hidden !important;
}
.transaction-row{
    border-bottom:1px solid #c6c6c6;  width:100%; display:none; padding:20px; overflow:hidden; -webkit-box-sizing:border-box; box-sizing:border-box; -moz-box-sizing:border-box; -webkit--moz-box-sizing:border-box;}
.transaction-details{
    float:left; width:76%;
}
.price-box-trans{
    text-align:center; border:1px solid #eaedef; float:left; width:22%;
    position:relative; margin-right:15px;
}   
.price-box-trans i{
    background: url(../images/sprite-success.png) left top no-repeat; width:27px; height:27px; display:block;
    position: absolute; left:0; top:0;
}
.price-box-trans i.trans-pending {
    background-position: 0 -54px;
}
.price-box-trans i.trans-failed{ background-position:0 -27px;}
.price-box-trans .price{ display:block; font-size: 24px; font-family: 'arial'; line-height: 1; padding: 12px 2px;}
.price-box-trans .date{ color:#4d4641; font-size:12px; line-height:1; display:block; padding:10px 1px;}
.view-invoice{  color:#ddbb2e; text-transform:uppercase; text-decoration:none;}
.view-invoice:hover,.email-order a:hover { color:#000;}
.name-trans { position: relative; float:left; width:75%; height:82px; left:0;}
.name-trans h3{ font-size:18px; color:#4d4641; line-height:1.1; padding-top:2px; font-family: 'arial'; }
.name-trans .email-order{   position:absolute; bottom:0; font-size:12px; line-height:20px;}
.email-trans{  text-decoration:none; color:#4d4641;}
.pay-mod-trans{ text-align:center; font-size:12px; line-height: 26px; padding-right:14px; margin-top:20px;}
.show-more{ padding:13px 15px 19px 15px;text-align:center; width:100%; display:inline-block; -webkit-box-sizing:border-box; box-sizing:border-box;}
.show-more span{ color:#4d4641; text-decoration:none; font-size:12px; padding-right:15px; cursor:pointer;
                 background:url(../images/more-arrow.png) right 5px no-repeat;}
.show-more span:hover{ 
    color:#000;}

.select-btn-disable{ 
    display: none;}
.bankDetail{
    width:100%;
}
.bankDetail td{ padding:3px; text-align:left; font-size:15px;}
.bankDetail td strong{ font-size:18px;}
.bankDetail td label{ padding-right:5px; float:left; width:29%; }
.bankDetail td span{ float:left; width:69%;}




/*   5a) pop-up csss add here  */
#colorbox{outline: none;}
#cboxLoadedContent #homer{  
    background:none!important;
    padding: 10px 0 0 0 !important;
}

#cboxLoadedContent #homer strong{
    display: inline-block;
    font-size: 15px;
    margin-bottom: 10px;
}

#cboxLoadedContent {
    height: auto !important;
    width: 100% !important;
}
#cboxContent{
    border:1px solid #c6c6c6;
    font-size: 15px;
    background:#ffffff;
    padding:13px 20px 10px;
    position: relative;
    -webkit-box-shadow:0 0 8px #000;
            box-shadow:0 0 8px #000;
}

#cboxClose{
    background:url('../images/cross.png') center 6px no-repeat;
    border: 1px solid #000;
    border-radius: 50%;
    color: #000000;
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    top: 10px;
    width: 25px;
}
.donate-heading .lang {
    float: right;
    width:80px;
    margin-right: 13px;
}
/*   5b) Loader Image  */

.loader { margin:2% 0 2% 40%; display:inline-block; text-align: center;
          width:150px; height:150px;}
.noresult{
    text-align:center; padding:50px 0; font-weight:bold;
}

#popupWait{
    display:none;left:40%;top:30%;width: 25%;height:25%;padding:50px;border:solid 10px #dfdfdf;z-index:+9999;
    position:fixed;background-color: #ffffff;color:#666666;
}



/*
6.) Responsive for Tablet Mode 
-------------------------------------*/
@media all and (max-width:800px){
    .transaction-container{ margin:25px auto;}
    .choose-pricing .btn{ margin-bottom:12px;}
    
}
@media all and (max-width:767px){
 .deposit_steps {margin-top:35px;}
    .donate-heading h2{position:relative!important;}
.right_deposit_location{width:100%!important;}
.left_deposit_location{width:100%!important;}
    .cc_loginform{ margin: 10px 0 0 0!important;}.cc_payment_method img{width:60px!important;}  .plogo_mi{margin-top:0px!important;}.paymentdeposit{padding:12px 21px!important;}
    .payment-mode {    margin: 0px 0 25px 0!important;}
    .cc_l{width:100%!important;}
.cc_r{width:100%!important;} 
 .cc_loginform{top:55px!important; } 
/* #paymentOption-div{padding-top:93px!important; }  */
    .sslimgdiv {width:100%!important;}
#fotermenuid {width:100%!important; }
#footer .content .menu{position:static!important;}
    .card-wrapper {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        margin: 0; }
        
        
.jp-card-container{margin: auto -40px!important;}       
.card-wrapper {
    width: 100%;
    margin: 0px auto;
}

    .container{
        padding: 0 15px;
    }
    input[type="text"],.personal-detail input[type="text"], select,.chzn-container,textara,.month, .cvn,.month select, .cvn select,.pay-mod span,
    #cardVeriNum,.select-payment-container .row{
        width:100% !important; 
    }
    #currency_chzn,#currency{
        width:280px !important;
    }
    input[type="text"],.personal-detail input[type="text"]{
        margin-bottom:10px;
    }

    #expMonth_chzn{
        margin-right:0 !important;
    }
    .donate-heading h2,#num_cycle_chzn{
        text-indent:0; margin-bottom:12px;
    }
    .donate-heading .lang{
        margin-right:37px;
    }
    .money-donate{
        font-size:32px;
    }
  .radio-wrapper.pay,#expYear_chzn,.cvn,#s_pay,#s_bank,#add-note{
        margin-top:12px;
    }
    .pay-mod span,#cardVeriNum{
        box-sizing:border-box;  -webkit-box-sizing:border-box; 
    }
    .select-payment-container .row,.transaction-row .transaction-details{
        padding-bottom:20px;
    }
    .transition-content,.transition-detail{
        width:100%; -webkit-box-sizing:border-box; box-sizing:border-box;
    }
    .donate-value-section a{
        padding:10px 5px;
    }
    .cvn{
        margin-top:26px; position: relative;
    }
    .tooltip-hover{
        left: -31px;    top: -209px;
    }
    .transaction-content-wrapper,.header-transition,.donate-heading,.form-content{
        padding:25px 15px;
    }
    .name-trans h3{
        font-size: 16px;
    }
    .search-btn{ bottom:20px;}
    #datepicker, #datepicker1{
        background-position:97% center;
    }
}
/*
7.) Responsive for Mobile Mode 
-------------------------------------*/
@media all and (max-width:480px){
    #currency_chzn,#currency{
        width:240px !important;
    }
    .donate-heading .lang{
        float:none; text-align:center; width: 100%; margin-right:0;
    }
    #tech_msdd{ width:100px !important; 
                margin:0 auto;
                text-align:left;}
    .payment-success-box{
        padding-top:44px;
    }
    .payment-fail h2, .payment-success-box h2{
        font-size:35px;
    }
    .donate-value-section a.last{
        border-left:1px solid #cdcdcd !important;
    }
    .donate-value-section span a{
        margin-top:0;
    }
    .donate-value-section .right{
        float:left !important;
    }
    .radio-wrapper.pay{
        margin-top:2px;
    }
    .pay-mod span{
        margin-top:5px;
    }
    .donate-value-section a,.donate-value-section .right,.radio-wrapper,.radio-wrapper.req input[type="radio"]{
        width:100% !important; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;
    }
    .personal-detail{
        margin-top:8px;
    }
    h3.pay-mode-heading{
        padding-bottom:10px;
    }
    #cycle_div{ padding-top:5px;
    }
    .date-wrapper{
        padding-top:0px;
    }
    .cvn{
        margin-top:26px; position: relative;
    }
    .tooltip-hover{
        left:-8%;
        top: -209px;
    }
    .tooltip-hover img{ width:260px;}
    #creMsg{
        line-height:1.3;
    }
    .header-transition h2,.search-transaction,.search-transaction input[type="text"],
    .price-box-trans,.transaction-details,.name-trans,.pay-mod-trans,.selectator ,.filter-btn,.transaction-content-wrapper select { 
        width:100%; float:none;
    }
    .header-transition h2{ 
        margin-bottom:10px;
    }
    .price-box-trans{ 
        margin-bottom:15px;
    }
    .name-trans .email-order{ 
        position: static; margin-top:4px;
    }
    .pay-mod-trans{ margin-top:0;}
    .transaction-content-wrapper select,.transaction-content-wrapper .right, .chzn-drop{ 
        width:100% !important; 
    }
    .radio-wrapper{ display:block;}
    .transition-content{ padding:25px 5px;}
}
/* #paymentOption-div{padding-top:90px!important; }  */
.fnone{width:22px;height:16px;}
.cc_l{/* float:left; */margin: 0 auto;width: 500px;}
.cc_r{/* float:right; */} 
.sslimgdiv {width:29%; float:right;padding-top:7px;}
#fotermenuid {width:69%; float:left;}



input[type="submit"] , input[type="button"]{
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    background-color: #08C;
    border-color: #08C;
     white-space: normal;
    color: #FFF;
    
     display: inline-block;
  padding:12px 32px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  }
  
.paymentButton {
      
     background-color: #294E00!important;
   border-color: #42710E!important;
    
  }
  .black{color:#000000;}
   .plogo_mt{float:left;}
  .plogo_mi{float:left;margin-top:-20px;}
  .cc_payment_method img{width:82px;}
  .paymentdeposit{padding:12px 35px!important;}
  .deposit_billerinfo a{    color: #294E00;    font-weight: bold;}
  .main_heading_bx{color: #4d4641;    font-size: 20px;text-align:left;}
  .middle_outer_box_new{font-size:14px;}
  
  .money-donate-deposit{
    background:#f4f4f4; border:1px solid #cfcfcf; color:#4d4641; 
    text-align:center;  border-radius:5px; -webkit-border-radius:5px;line-height:1;
      padding: 10px 25px; margin-top:16px;
}

.right_deposit_location{float:left;width:50%;}
.left_deposit_location{float:left;width:50%;}
.city_find_form  label{text-align:left;}
.heading-text-deposit{margin-left:15px;}



@media (max-width: 767px) {
    .halfboxleft{width:100%!important;}
   .halfboxright {width:100%!important;}
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
}

.table-responsive {
    width: 100%;
    margin-bottom: 10px;
    
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .location_notfound_title{background:none!important;}
  .confirm_location_d{padding-top:30px!important;}
  
  .details_invoiceData   .display_data  { clear:both;text-align:left;padding:10px 0;}
  .details_invoiceData   .display_data  .left_C{ float:left;width:50%;}
  .details_invoiceData   .display_data  .right_C{float:left;width:50%;}
  
   .halfboxleft{float:left;width:40%;    padding: 0 10px;}
   .halfboxright {float:left;width:60%;    padding: 0 10px;}
   .halfbox .money-donate-deposit{padding:0px!important;}
   .confirmbtnDeposit{padding:5px 0;}

   .amount-to-be-paid{margin-top:10px;}
   .alt_amountcurrency{margin-top:15px;font-size:23px;}
   .top_privatecheckout{width:100%;}
   .pvtcheckout_text{float: center;margin: auto;width: 50%;/* border: 3px solid green; *//* padding: 10px; */}