 
#header-login_bd{
    display: none;
}
.more_cur_btn, .less_cur{
    width: 100%;
    background-color: #0087ff;
    border: none;
    color: white;
    border-radius: 0px 0px 5px 5px;
}

.qr_bitcoin_load{ 
    background: rgba(0, 0, 0, 0) url("images/BC_Rnd_64px.png") no-repeat scroll center center;
    width: 110px;
    height: 42px;
    border: none;
    background-size: 100%;
    /*margin-top: 7%;*/
}
.amt_n_qr_dv .qr_htp_load{
     background: rgba(0, 0, 0, 0) url("images/htp-scan-and-pay.png") no-repeat scroll center center; 
width: 120px;
height: 42px;
border: none;
background-size: 91%;
margin-top: 7%;
display: block;
float: left;
}
.selct_lang{
float: left;
width: 100%;
text-align: center;
color: white;

}
.qr_div_wrap img.qr_code_logo,.qr_btc_div_wrap img.qr_code_logo{
        position: absolute;
    width: 50px;
    height: 50px;
    right: 35%;
    bottom: 45%;
    opacity: 0.9;
}

.amt_n_qr_dv .btn.qr_load{
    width: auto;
    padding: 9px 10px;
    height: auto;
    border-radius: 13px;
    color: white;
}
.calc-body {
    width: 225px;
    margin: auto;
    /*min-height: 400px;*/
    border: solid 1px #3A4655;
    box-shadow: 0 8px 50px -7px black;
}
#more_cur_slct{
    width: 100%;  
}
.refr_cl_btn {
    margin-bottom: 10px;
    float: left;
}
.refr_cl_btn button,nav.pospage_top_border button {
    border: 1px solid transparent;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    height: auto;
    font-size: 15px !important;
    line-height: 1.25;
    margin-top: 15px;
    padding: 6px 15px;
    float: left;
    margin-right: 10px;
    padding: 6px 20px;
}
nav.pospage_top_border button.refresh_btn {
    background: #38bcfb;
    border: 1px solid #17a1e1;
    color: #fff;
    float: right;
    margin: 0;
    padding: 4px 15px;
    margin-right: 6px;
    font-size: 14px !important;
    margin-top: 1px;
}
.refr_cl_btn button.clear_btn {
    background: #e3e3e3;
    border: 1px solid #c4c4c4;
}
.calc_dv_wrap {
    width: 25%;
    /*    max-width: 350px;*/
    float: left;
    display: block;
    position: relative;
    margin-top:20px;
}
.calc_dv_wrap > .calculator > h1 { 
    text-transform: uppercase;
    font-size: 27px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    padding: 10px 10px 10px 10px;
}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    /*padding: 5px;*/
    border: 1px solid #888;
    width: 249px;
    top: 16%;
    height: 200px;
}

/* The Close Button */
#currency_select_Modal .close {
    color: #fff;
    float: right;
    font-size: 20px;
    font-weight: bold;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
    background: #b0b0b0;
    z-index: 99999;
    text-align: center;
    border-radius: 10px;
    padding: 0;
    margin: 0;
    opacity: 1;
    line-height: 18px;
    padding-left: 1px;
}
#currency_select_Modal .close:hover,
#currency_select_Modal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.logo {height: 70px;line-height: 70px;display: table;}
.logo img {max-height: 90px;height: 45px;}
.row.top_bar {margin-bottom: 0;padding-bottom: 0;}
.pospage_top_border {
    background: #1678ae !important;
    padding: 6px 0 !important;
    height: 40px;
    color: #fff;
    font-weight: bold;
    padding-left: 15px !important;
    width: 100%;
}
#header-login_bd {margin-top:0}
#header-login_bd p {margin-bottom: 5px;}
#offlineTables_filter input {border: 1px solid #c8c9c9;}
#offlineTables_length select {border: 1px solid #c8c9c9;}
.calculator {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    float: left;
    position: inherit;
    margin-top: 0;
}
.calculator_currency{
    /*border: 1px solid #ccc;*/
    border-radius: 5px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 250px;
    margin-top: 12px;
    height:100%;
}
.calculator_currency button,.less_cur{
    height: 30px; 
    font-size: 15px;
}
.calculator_currency .close {
    position: absolute;
    right: 0;
    z-index: 999;
}
.calculator_currency .more_cur_btn  {
    position: absolute;
    left: 0;
    bottom: 12px;
}
.less_cur{
    position: absolute;
    left: 0px;
    bottom: 0px;
    border: none !important;
}
#more_cur_slct {
    width: 90%;
    float: none;
    margin: 50px auto 0 5%;
    text-align: center;
    line-height: 25px;
} 
.qr_div_wrap img,.qr_btc_div_wrap img{
    height: 150px;
    width: 150px;
}
.sp_note_wrap.totamt_wrap {
    margin-bottom: 10px;
}
.amt_wrap, .fees_wrap, .totamt_wrap{
    float:left;
    width:100%
}
.amt_wrap .fvalue, 
.fees_wrap .fvalue,
.sp_note_wrap.totamt_wrap .fvalue{
    font-size: 16px;
}
.totamt_wrap.tot_amount_wrap .fvalue {
    font-size: 18px;
    font-weight: bold;
}
.calculator_currency.card  .calculator-keys .btn{
    padding: 0px;
    margin-top: 0px;
    padding: 5px 8px;
    margin-top: 8px;
    margin-right: 20px;
    height: auto;
    font-size: 15px;
    width: auto;
    float: left;
}
.calculator-keys .btn {
    padding: 6px 2px;
    margin-top: 11px;
    font-size: 2rem;
    height: auto;
    width: 78px;
    margin-bottom: 11px;
    margin-left: 2px;
    margin-right: 0;
}
.calculator-keys #cur_slct_Btn.btn{
    color:#fff;
}
.calculator-screen_cur {
    width: 50%;
    border: none;
    background-color: #f2f1f1;
    color: #a6a1a1;
    text-align: left;
    float: left;
    padding-right: 20px;
    padding-left: 10px;
    font-size: 28px;
    height: 50px;
    max-width: 100px;
}
.calculator-screen_no {
    width: 50%;
    border: none;
    background-color: #f2f1f1;
    color: #a6a1a1;
    text-align: right;
    float:right;
    padding-right: 20px;
    padding-left: 10px;
    font-size: 32px;
    height: 50px;
}

button {
    height: 60px;
    font-size: 2rem ;
}

.equal-sign {
    height: 98%;
    grid-area: 2 / 4 / 6 / 5;
}

.calculator_currency.card .calculator-keys { 
    /*display: grid;
    grid-template-columns: repeat(3, 1fr);*/
    /*grid-gap: 20px;*/
    padding: 3px 8px;
    margin: 20px;
    padding-top: 0px;
    text-align: center;
    margin-top: 12px;
    margin-right: 0px;
    margin: 15px 0 0 23px;
    float: left;
}
.calculator-keys {
    /*    display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;*/
    padding: 20px;
    margin:20px;
    text-align:center;
}
.btn-info {
    background-color: #33b5e5 !important;
    color: #fff;
}
.btn-sm{
    background-color: red !important;
    color: #fff;
}
.btn-info_cross {
    background-color: orange !important;
    color: #fff;
}
.btn-light{
    background-color: #2db5a2; 
    color: #fff;
}
.btn-cr{
    background-color: #86ce66; 
    color: #fff;  
}
.btn-danger_cart{
    background-color: #87ec87;
    color: #fff;
}
.tbl_dv_section{
    padding-bottom: 0 !important;
    float: left;
    max-width: 1000px;
    width: 100%;
    /*width: 67%;*/
}
.tbl_dv_section .container {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0 !important;
}
.tbl_dv_section .container #menu2 {
    margin-top: 5px !important;
    width: 100%;
    padding-right: 0;
    float: left;
}
.tbl_dv_wrap{
    width:100%;
    padding-top: 20px !important;
    /*padding: 20px!important;*/
}
.amt_n_qr_dv{
    width: 100%;
    float:left;  
}
.main_container {
    float: none;
    margin: 0 auto;
    width: 90%;
    max-width: 1377px;
}
.calculator-keys .fa.fa-shopping-cart{
    position: relative;
}

.transaction_details_view_wrap {
    float: left;
    margin: 0px auto;
    /*    padding: 0px 50px 0px 50px;*/
    width: 100%;
    background-color: white;
}
.transaction_details_view_wrap .row {
    width: 100%;
}
.transaction_details_view_wrap .page-section {
    float: left;
    margin: 0;
    width: 100%;
    padding: 0px !important;
}
.amt_div_wrap{
    float:left;
    width: 50%;
    font-size: 20px !important;
}
.amt_div_wrap label {
    font-size: 16px !important;
    margin: 0 10px 0 0;
    min-width: 130px;
}
.qr_div_wrap,.qr_btc_div_wrap{
    float:right; 
}
.trans_details_section{
    display: none;
    float:left;
    position: relative;
    width: 100%;
    line-height: 30px;

}
.all_details_dv_wrap {
    float: left;
    position: relative;
    width:75%;
    padding-left: 23px;
    padding-bottom: 10px;
    margin-top: 17px;
    line-height: 30px;
}
/*.all_details_dv_wrap{
     display: none;
}*/
.trans_table_section {
    width: 100%;
    float: left;
    margin-top: 50px;
}
/* show half **/ 
.sidebar-box {
    max-height: 200px;
    position: relative;
    overflow: hidden;
}
.sidebar-box .read-more { 
    position: absolute; 
    bottom: 0; 
    left: 0;
    width: 100%; 
    text-align: center; 
    margin: 0; 
    padding: 30px 0 5px; 

    /* "transparent" only works here because == rgba(0,0,0,0) */
    background-image: linear-gradient(to bottom, transparent, #bdbdbd);
} 
.sidebar-box .read-more > a {
    background: url("/images/loadmore.png") no-repeat left bottom;
    background-size: auto auto;
    background-size: auto auto;
    width: 50px;
    height: 50px;
    background-size: contain;
    text-indent: -9999em;
    display: block;
    margin: 50px auto 0 !important;
    padding-top: 40px !important;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(52, 172, 219, 0.4);
    animation: pulse 2s infinite;
    border-radius: 50%;
}
/** animate puls */
.sidebar-box .read-more > a:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(44, 148, 204, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(44, 148, 204, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(44, 148, 204, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(44, 148, 204, 0.4);
        box-shadow: 0 0 0 0 rgba(44, 148, 204, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 25px rgba(44, 148, 204, 0);
        box-shadow: 0 0 0 25px rgba(44, 148, 204, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(44, 148, 204, 0);
        box-shadow: 0 0 0 0 rgba(44, 148, 204, 0);
    }
}
table { 
    width: 100%; 
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.tab-content {
    float: left;
    width: 100%;
}
.mt-30{margin-top:30px;}
.page-section {
    padding: 10px 0 50px 0 !important;
}

@media (min-width:320px) and (max-width:991px){
    .two-button{margin-right:60px;}

}
@media (min-width:768px) and (max-width:991px){
    .navbar-default{height:95px;}
}
@media (min-width:320px) and (max-width:991px){
    .my-client{text-align:center!important;}
    h6.button {
        text-align:center!important;
    }
}
@media (min-width:320px) and (max-width:480px){.add_client{ margin-top: 20px;    margin:0px 158px 13px !important;}}
@media (min-width:480px) and (max-width:640px){.add_client{margin-top: 20px; margin: 0px 238px 5px !important;}}
@media (min-width:640px) and (max-width:768px){.add_client{margin-top: 20px; margin: 0px 291px 5px !important;}}
@media (min-width:768px) and (max-width:1024px){.add_client{margin-top: 20px; float:right !important;margin: -14px -56px 13px !important;}}
@media only screen and (min-width : 768px) {


    h6.button {
        position: absolute;
        bottom: 0;
        /*text-align: center;*/
        margin-left: auto;
        margin-right: auto;

    }
}
span.question {
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #89A4CC;
    line-height: 16px;
    color: White;
    font-size: 13px;
    font-weight: bold;
    border-radius: 8px;
    text-align: center;
    position: relative;
}
span.question:hover { background-color: #3D6199; }
div.tooltip {
    background-color: #3D6199;
    color: White;
    position: absolute;
    left: 25px;
    top: -25px;
    z-index: 1000000;
    width: 250px;
    border-radius: 5px;
}
div.tooltip:before {
    border-color: transparent #3D6199 transparent transparent;
    border-right: 6px solid #3D6199;
    border-style: solid;
    border-width: 6px 6px 6px 0px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    left: -6px;
}
div.tooltip p {
    margin: 10px;
    color: White;
}
.tooltip{
    opacity:1;
}
.tab-content .tab-pane {
    display: none;
}
.tab-content .active {
    display: block;
}
.line_rw {
    background: hsl(197, 60%, 93%) none repeat scroll 0 0;
    border-bottom: 2px solid hsl(0, 0%, 100%);
    float: left;
    line-height: 2;
    padding: 0 10px;
    width: 100%;
}
.load_c_data {
    float: left;
    padding: 0 ;
    width: 100%;
}
.line_rw > label {
    float: left;
    margin-bottom: 0;
    width: 130px;
}
.line_rw > p {
    float: left;
    margin-bottom: 0;
}
.load_c_data > div{
    padding: 20px 0;
    float:left;
    width:100%;
}

@media (min-width: 320px) and (max-width: 767px) {
    .mobile-tab{width:200px;}	

    .input-width{width:95%;}
    .question-mark{padding: 0px;
                   margin-left: -5px;
                   float:right;
                   top: -29px;
                   left: -7px;
    }	
    .customer-phone{ padding: 0px;
                     margin-left: -5px;
                     float:right;
                     top: -48px;
                     left: -7px;}	
}
@media (min-width: 700px) and (max-width: 991px) {
    button-width{    width:35%!important;}
}
@media (min-width: 600px) and (max-width: 700px) {
    button-width{    width: 49%!important;}
    .font-class{font-size:15px;}
}
@media (min-width: 500px) and (max-width: 600px) {
    button-width{    width: 49%!important;
    }
    .font-class{font-size:12px;}
}
@media (min-width: 400px) and (max-width: 500px) {
    button-width{    width:45%!important;
    }
    .font-class{font-size:10px;}
}
@media (min-width:300px) and (max-width: 400px) {
    button-width{  width:45%!important;
    }
    .font-class{font-size:10px;}
}
.button-width{    width:66%;}

.margin-bottom
{
    margin-bottom: 10px;
}

/*------------Loading css---------------------*/
.tj-loader.tj-overlay {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #000000;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999999999;
}
.tj-loader.tj-loader-64 {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999999;
}
#spinner.spinner {
    height: 64px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    z-index: 99999;
}

#spinner .double-bounce1, #spinner .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

#spinner .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% { 
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% { 
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
.user_list_scroll_pad.stop-scrolling {
    height: 100%;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#offlineTable_length label{
    font-weight: normal;
    margin-left: 19px;
}
#transactionTable_length label{
    font-weight: normal;
    margin-left: 19px;
}

.generate_api_key2 {
    background: hsl(0, 0%, 93%) none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 5px !important;
    color: hsl(240, 91%, 70%) !important;
    float: left;
    font-size: 12px !important;
    padding: 5px 8px !important;
    width: auto;
}

.generate_api_key2:before {
    content: "\f01e";
    font-family: FontAwesome;
    padding-right: 5px;
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 4px 7px;
    text-align: center;
}
.datepicker .table-condensed .day{
    cursor:pointer;
}
.datepicker .table-condensed .day:hover{
    background: #0074ff none repeat scroll 0 0;
    color: white;
}
.datepicker .table-condensed .day.new{
    color: #878787;
}
.datepicker .table-condensed .day.old {
    color: #878787;
}
.datepicker .table-condensed .day.new:hover,.datepicker .table-condensed .day.old:hover{
    background: #aeaeae none repeat scroll 0 0;
    color: white;
}
.datepicker .prev,.datepicker .next,.datepicker .datepicker-switch{
    cursor:pointer;
}
#incomingdatestart,#incomingdateend,#paymentdatestart,#paymentdateend{
    padding-left: 10px;
}
.datepicker .month {
    float: left;
    padding: 2px;
    width: 36px;
}
.datepicker .month:hover{
    background: #0074ff none repeat scroll 0 0;
    color: white;
    cursor:pointer;
}
.datepicker .datepicker-months {
    width: 272px;
}
.datepicker .datepicker-months .today{
    cursor:pointer;
}
.datepicker .datepicker-days .today{
    cursor:default;
}
#incomingdatestart,#incomingdateend,#paymentdatestart,#paymentdateend{
    border: 1px solid #e6e6e6;
}
#incomingdatestart:hover,#incomingdateend:hover,#paymentdatestart:hover,#paymentdateend:hover,
#incomingdatestart:focus,#incomingdateend:focus,#paymentdatestart:focus,#paymentdateend:focus{
    border: 1px solid #8cdaf3;
}
.kyc_warning {float: left;padding: 0 15px;color: #b11f1f;margin: 10px 0 15px;}
.swal2-modal .swal2-content {display: block;font-size: 14px;text-align: left;padding: 20px;border: 1px solid #e0e0e0;}
#offlineTables_wrapper_main {position: relative;width:100%;float: left;}
#offlineTables_wrapper_main #offlineTables_wrapper {width:100%;overflow-x: auto;width: 100%;float: left;}
#offlineTables_wrapper_main #offlineTables_wrapper table {width:100%;}
.calc_dv_wrap .tj-loader.tj-overlay{opacity: 0.1;height: 100%;}
.calc_dv_wrap .tj-loader.tj-loader-64{position: absolute;} 

#offlineTables_wrapper_main .tj-loader.tj-overlay{opacity: 0.1;height: 100%;}
#offlineTables_wrapper_main .tj-loader.tj-loader-64{position: absolute;} 

#offlineQRcode_wrapper_main{
    position: relative;
}
#offlineQRcode_wrapper_main .tj-loader.tj-overlay{opacity: 0.1;height: 100%;}
#offlineQRcode_wrapper_main .tj-loader.tj-loader-64{position: absolute;} 

#offlineTables_length,#offlineTables_filter,#offlineTables_info,#offlineTables_paginate{
    display:none;
}
#offlineTables_wrapper_main table.dataTable tbody th, 
#offlineTables_wrapper_main table.dataTable tbody td {
    padding: 8px 10px;
    white-space: nowrap;
}
.copyright_row {
    padding: 0 20px;
    background: #eee;
    color: #666;
    font-size: 11px;
    position: relative;
    bottom: 0px;
    float: left;
    width: 100%;
}
.maincontainer_dv{
  float: left;
    width: 100%;
    min-height: 550px;
}
#qrcode,#qrcode_btc {
    border: 10px solid #eee;
    /*position: absolute;*/
    right: 0;
    top: 0;
    box-shadow: 0 0 8px #a8a8a8;
    float:right;
}

.qr_code_text{
    font-size: 10px;
    color: rgb(129, 129, 129);
    text-align: center;
    width: 100%;
    float: right;
}
.qr_code_text.qr_code_htp_text a{

    font-size: 10px;
    color: rgb(129, 129, 129);
    text-align: center;
    font-weight: bold;
    width: 100%;
    float: left;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder{
    border: 4px solid #3e9bd7;
}
.sweet-alert .sa-icon.sa-success .sa-line{
    background-color: #3e9bd7;
}
.sweet-alert {
    color: #3e9bd7;
}
.text-muted {
    color: #3e9bd7;
}
.sa-button-container .btn-success,.sa-button-container  .btn-success:focus,.sa-button-container .btn-success:active,.sa-button-container .btn-success:hover {
    background-color: #003E95;
    border-color: #003E95;
    color: white;
    border-radius: 6px;
    padding: 10px 48px !important;
    height: auto;
}
.calculator_show_message{
    background-color: #f2f1f1;
    float:left;
    margin-bottom: 15px;
}
.add_amount_text{
    float: right;
    padding: 4px 8px 0px 0px;  
    color: rgb(137, 135, 135);
}
@media (max-width:1440px){
    .calculator-keys .btn{
        width: 65px;
    }
}
@media (max-width:1290px){
    .calculator-keys{
        padding: 0px;
    }
}
@media (max-width:1120px){
    .all_details_dv_wrap{
        width: 70%;
    }
    .calc_dv_wrap{
        width: 30%;
    }


}
@media (max-width:930px){
    .all_details_dv_wrap{
        width: 65%;
    }
    .calc_dv_wrap{
        width: 35%;
    }


}
@media (max-width:800px){
    .calculator-keys .btn {
        width: 60px;
    }
    .calculator-keys .btn{
        font-size: 15px;
    }


}
@media (max-width:750px){
    .all_details_dv_wrap{
        width: 60%;
    }
    .calc_dv_wrap{
        width: 40%;
    }

}
@media (max-width:650px){
    .calculator-keys .btn {
        width: 55px;
    } 
}
@media (max-width:614px){
    .calculator-keys .btn {
        width: 50px;
    } 
    .calculator-screen_cur{
        font-size: 18px; 
    }
    .calculator-screen_no{
        font-size: 20px; 
    }

}
@media (max-width:614px){
    .all_details_dv_wrap{
        width: 100%;
        padding-left: 0px;
    }
    .calc_dv_wrap {
        width: 100%;
    }
    .calculator{
        width: 42%;
        float: none;
        margin: 0px auto;

    }
}
@media (max-width:545px){
    .calculator{
        width: 55%;
    }
}
@media (max-width:420px){
    .calculator {
        width: 65%;
    }
}
@media (max-width:350px){
    .calculator {
        width: 70%;
    }
}
