/*--------------------------------- Desktop View CSS ------------------------------------------*/

/*@media (min-width: 800px){*/

/*body.login_page, html {
    background: url("../images/new_images/Welcome_bg_desktop.png") !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: 100% !important;
    padding-bottom: 300px !important;
} */


/*--------------------------------- Desktop View Box CSS Start Here ------------------------------------------*/
.box_width {
    width: 25%;
    min-height: 500px !important;
    background: #fff;
    position: absolute;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    border: 1px solid black;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-transition: width 0.5s; /* Safari */
    transition: width 0.5s;
}

.box_width_creat_new_ac {
    width: 25%;
    min-height: 500px !important;
    background: #fff;
    position: absolute;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    border: 1px solid black;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    -webkit-transition: width 0.5s; /* Safari */
    transition: width 0.5s;
}

/*--------------------------------- Desktop View Box CSS Start Here ------------------------------------------*/


/*----------------------- Common Margin & Padding for all pages Start Here ------------------------------*/
.mt-0 {margin-top: 0% !important;}
.mt-1 {margin-top: 5px !important;}
.mt-2 {margin-top: 2% !important;}
.mt-4 {margin-top: 4%;}
.mt-5 {margin-top: 5%;}
.mt-6 {margin-top: 6%;}
.mt-8 {margin-top: 8%;}
.mt-10 {margin-top: 10px !important;}
.pt-5 {padding-top: 5px !important;}
.pt-10 {padding-top: 10px;}
.pt-20 {padding-top: 20px !important;}
.pb-20 {padding-bottom: 20px;}
.pb-5 {padding-bottom: 5px;}

.mb-2 {margin-bottom: 2% !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-20 {margin-bottom: 20px !important;}

/*----------------------- Common Margin & Padding for all pages end here ------------------------------*/




.col-width {
    width: 34%;
}


/*----------------------- Login page css start here ------------------------------*/
.login_logo {
    display: none !important ;
}

.login_logo1 {
    display: inline-block !important;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    font-size: 9px;
}

.login_logo1 img {
    width: 45%;
}

/*----------------------- Login page css end here ------------------------------*/


/*----------------------- Forgot Password page css start here ------------------------------*/

.forgetpw {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.forgot_title {
    display: none;
    margin-top: 16%;
}

.form-control{
    border: 2px solid #000;
}


/*----------------------- Forgot Password page css end here ------------------------------*/


/*------------- d-ilogin page css start here -------------*/
.top_bar {
    background-color: #81b6b6;
    border-color: #81b6b6;
    color: #ffffff;
    text-align: center;
    padding: 15px;
    display: inline-block;
    width: 100%;
}

.top_bar strong {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: 'Varela Round';
}


.language_switch {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 25px 0;
}
.language_switch .lang-active {
    font-weight: bold;
    color: #000000;
}

.language_switch a {
    color: #000000;
    position: relative;
    margin-right: 13px;
    display: inline-block;
}

.language_switch a:before {
    content: "";
    border-right: 1px solid #000000;
    position: absolute;
    right: -9px;
    height: 15px;
    top: 3px;
}

.language_switch a:last-child {
    margin-right: 0;
}

.language_switch a:last-child:before {
    border-right: 0;
}

/*------------- d-ilogin page css end here -------------*/



/*------------- Login Page Button css start here -------------*/
.login_action .btn-custom, 
.login_action .btn-custom:hover, 
.login_action .btn-custom:focus, 
.login_action .btn-custom:active {
    background: #76a144 url(../images/new_images/right_icon.png);
    color: #000000;
    padding: 3px 45px 3px 20px;
    font-weight: 700;
    position: relative;
    background-position: center right 5px;
    background-repeat: no-repeat;
    background-size: 22px;
    font-size: 12px;
    box-shadow: none;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
    line-height: 23px;
}

/*------------- Login Page Button css start here -------------*/


/*------------- Common Green ok Button css start here -------------*/


.common_green_check_button:before {
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: #76a144 url(../images/new_images/right_icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.common_green_check_button,
.common_green_check_button:hover,
.common_green_check_button:focus,
.common_green_check_button:active{ 
    background: #76a144;
    color: #000000;
    padding: 7px 38px 7px 14px;
    font-weight: 700;
    position: relative;
    font-size: 12px;
    box-shadow: none;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block !important;
    line-height: 23px;
    border: 0 none;
    text-align: center !important;
}

.transfer_info_container {
    margin-top: 15px;
    text-align: center;
}


/*------------- Common Green ok Button css end here -------------*/

.common_form_design .form-control {
    border: 2px solid #000000;
    text-align: center;
    color: #000000;
    height: 28px !important;
    width: 80%;
    margin: auto;
}


#amount::placeholder {
  font-size: 12px;
  font-weight: 700;
}



.common_form_design .checkbox span {
    color: #717171;

}

.common_form_design .checkbox {
    display: table;
    margin: 0 auto;
}


.login_action {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.forget{
    font-size: 12px !important;
    color: #000;
}

.forgetpw a {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    color: #000000;
    margin: 2px 0;
}

.login-form-main-message.show.error {
    color: #ff0000;
}
.login-form-main-message.show.success {
    color: #008000;
}

.login-form-main-message.show {
    margin-bottom: 5px;
}

.login-form-main-message {
    text-align: center;
    font-size: 14px;
}

.login-form-ac-balance {
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
    margin-bottom: 5px;

}

.forgot_section .login-form-1 {
    display: table;
    margin: 0 auto;
    text-align: center;
}

.add_credit {
    color: #000000;
    font-weight: bold;
    font-size: 13px;
}



/*d-ilogin file css end here*/


/*----------------------------------- for forgot-username -------------------------------*/

/*.with_tab_page_container {
    padding-top: 56px;
}*/


/*----------------------------------- for registation.php -------------------------------*/

.registration_form .login-form-1 .form-control {
    padding: 3px 0 !important;
}

.new_ac {
    display: none !important;
}

.mobile_header {
    display: none !important;
}

.update_account {
    display: none !important;
}



/*----------------------------------- scan user card -------------------------------*/


.animated_ok_button {
    display: none !important;
}

.ok_button {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 10px !important;
    margin-bottom: 100px !important;
}

#card_number{
    border: 2px solid #000;
    border-radius: 4px;
    height: 30px;
    width:85%;
    padding-right:0px !important;
    margin-top: 7%;
    margin-left: auto;
    margin-right: auto; 
    text-align: center;
}

.green-button:before{
   content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: #76a144 url(../images/new_images/right_icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.green-button,
.green-button:hover,
.green-button:focus,
.green-button:active{
   background: #76a144;
    color: #000000;
    padding: 4px 35px 4px 14px;
    font-weight: 700;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    font-size: 13px;
    box-shadow: none;
    text-transform: uppercase;
    border-radius: 4px;    
    display: inline-block !important;
    line-height: 23px;
    border: 0 none;
   
}

.scan-user-card-page-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #5b5b5b !important;
    font-weight: 700;
    font-size: 15px;
    padding: 0 10px;
}

/*----------------------------------- for topup.php -------------------------------*/

.logo_head {
    display: none !important;
}

.top_up_head {
    display: block !important;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    line-height: 30px; 
}


.top_up_section {
    min-height: auto;
}

.tp-amt {
    display: none !important;
}

.page_title1 {
    display: block !important;
    margin-top: 0px;
}


.topup_form_action {
    display: inline-block;
    text-align: center;
    width: 100%;
}

/*-----------------set card passcode page----------------------*/

.set_card_passcode_container .card_passcode_title {
    padding: 0px 5px;
    font-size: 16px;
    line-height: 25px;
}

.pincode-input-container input {
   width: 30px !important;
   margin: 0px 3px !important; 
}

.delete_icon {
    position: absolute !important;
    top: 16px !important;
    right: 0px !important;
    width: 30px !important;
}

.login-form-1 .form-group button.numButton {
    color: #72bcbb;
    border: 1px solid #72bcbb;
    width: 50px !important;
    height: 50px !important;
    border-radius: 100%;
    font-size: 25px !important;
    line-height: 25px !important;
}

.title_top_padding {
    padding-top: 30px !important;
}


.transition_buttons button.btn {
    display: inline-block;
    color: #000;
    font-size: 13px !important;
    font-weight: bold;
    border-radius: 5px;
    padding: 7px 42px 7px 11px !important;
    text-align: left;
    margin-bottom: 10px !important;
    text-transform: uppercase;
    position: relative;
}

span.trn_icon {
    position: absolute;
    width: 30px !important;
    height: 30px !important;
    right: 5px !important;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}



/*-----------------set card passcode page----------------------*/
.visible-lg {
    display: none !important;
}

.card_success_text_1 {
    font-size: 14px !important;
}

.card_success_log {
    padding-top: 16px !important;
}

.natural_green_button {
                max-width: 180px;
                color: #000000;
                text-transform: uppercase;
                text-align: left;
                padding: 5px 45px 5px 15px !important;
                display: inline-block;
                background: #76a144 url(images/right_icon.png);
                margin-bottom: 10px !important;
                position: relative;
                background-repeat: no-repeat;
                background-position: center right 6px;
                background-size: 25px !important;
                font-weight: bold;
                border-color: #76a144;
}


a.light_blue_button {
                color: #000000;
                text-transform: uppercase;
                text-align: center;
                padding: 8px !important;
                margin-left: auto;
                margin-right: auto; 
                display: inline-block;
                background: #99c6cc;
                margin-bottom: 20px !important;
                font-weight: bold;
                width: 100%;
                border: #99c6cc; 
                border-radius: 3px;
                font-size: 13px;
}

.lang {
    margin: 25px 0px !important;
}


.btn_option a {
    text-decoration: none;
}


/*------d-forget password file css start here------*/
.fixed_top_bar {
    display: inherit;
    width: 100%;
    background: #81b6b6;
    position: fixed;
    top: 0;
    padding: 13px 20px;
    text-align: center;
    z-index: 99;
    left: 0;
}


a.back_button_arrow {
    position: absolute;
    width: 20px;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 9;
}

.back_button_arrow img {
    width: 100%;
}

.page_title {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #5b5b5b !important;
    font-weight: 700;
    font-size: 18px;
}



.forgot_section .form-control {
    border: 2px solid #000000;
    text-align: center;
    color: #000000;
    height: 30px;
    padding: 6px 25px;
    border-radius: 4px;
}   

.forgot_section p {
    color: #000000;
    margin-bottom: 13px;
    font-weight: bold;
    font-size: 13px;
}

.forgot_section {
    padding: 30px 0 0 0;
    display: inline-block;
    text-align: center;
}

.login-group {
    background: #FFFFFF;
    color: #999999;
    border-radius: 8px;
    /*padding: 10px 20px !important;*/
    border-radius: 50px 10px 10px 50px !important;
}

/*.with_tab_page_container {
    display: inline-block;
    width: 100%;
    padding-top: 56px;
}*/

.forgot_section .page_title {
    margin-bottom: 8px;
}

.forgot_section .form-group {
    padding: 0;
}

.forgot_section .login-form-1 {
    display: table;
    margin: 0 auto;
    text-align: center;
}

.forgot_section button.common_green_check_button {
    display: table;
    /*margin: 8px auto 0;*/
}

/*d set card passcode error msg css start here */

.set_card_passcode_container .login-form-1 {
    display: table;
    margin: 0 auto;
}
.scan_user_card_container .page_title {
    padding: 0 15px;
}

.new_common_error_content {
    display: table;
    margin-top: 58px;
    text-align: center;
    padding-top: 98px;
    width: 280px;
    margin: 0 auto;
}

.new_common_error_content p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}

.new_error_msg_icon {
    display: table;
    margin: 0 auto 30px;
    width: 130px;
}

.new_error_msg_icon img {
    width: 100%;
}
.new_common_error_screen {
    margin-top: 2%;
    /*position: fixed;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    z-index: 999;
    /*background: #ffffff;*/
    width: 350px !important;
    min-height: 570px !important;
    background: #fff;
    position: absolute;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    border: 1px solid black;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}

/*d set card passcode error msg css end here */



/*------d-forget password file css end here------*/


/*-------------------------------- Registration Page Css Start ----------------------------------------*/



.registration_form .login-form-1 .form-control {
    border: 0;
    box-shadow: 0 0 0;
    border-radius: 0;
    background: transparent;
    color: #5b5b5b;
    padding: 10px 0;
    font-weight: bold;
    height: auto;
    text-align: center;
}

.registration_form .login-form-1 {
    max-width: 300px;
    border-radius: 5px;
    display: table;
    margin: 0 auto;
}
.registration_form .login-form-1 .form-group {
    margin-bottom: 0;
    border-bottom: 2px solid #000000;
    padding-right: 0;
    position: relative;
}
.registration_form .login-form-1 .select_box_group  select.form-control {
    text-align-last: center;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
}
.registration_form .login-form-1 .select_box_group span.select_text_item {
    display: inline-block;
    width: 100%;
    color: #5b5b5b;
    padding: 3px 0;
    text-align: center;
    font-weight: 700;
}
.registration_form .login-form-1 .select_box_group span.select_text_item:before {
    width: 8px;
    height: 10px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #5b5b5b;
    content: "";
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
/* ---------- Form Input Color Start ---------- */

.registration_form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #5b5b5b;
}
.registration_form .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #5b5b5b;
}
.registration_form .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #5b5b5b;
}
.registration_form .form-control:-moz-placeholder { /* Firefox 18- */
    color: #5b5b5b;
}
.registration_form .form-control::-webkit-input-placeholder {
    color: #5b5b5b;
}
.top_up_section .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #5b5b5b;
    font-size: 16px;
}
.top_up_section .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #5b5b5b;
    font-size: 16px;
}
.top_up_section .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #5b5b5b;
    font-size: 16px;
}
.top_up_section .form-control:-moz-placeholder { /* Firefox 18- */
    color: #5b5b5b;
    font-size: 16px;
}

.top_up_section .form-control::-webkit-input-placeholder {
    color: #5b5b5b;
    font-size: 16px;
}




/* ---------- Form Input Color End ---------- */

.form_action_center {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.registration_form .input-group {
    display: inline-block;
    width: 90%;
    margin-top: 16px;
    padding-left: 30px;
}

.registration_form .input-group .checkbox, 
.registration_form .input-group .radio {
    margin: 0;
}
.registration_form .input-group p {
    color: #5b5b5b;
    margin-bottom: 0;
}
.registration_form .common_green_check_button {
    width: 80%;
}
.registration_form .input-group .checkbox {
    position: relative;
}
.registration_form .input-group .checkbox label.form-invalid {
    position: absolute;
    left: 0;
    bottom: -24px;
    font-size: 15px;
    padding: 0;
}

.registration_form .common_green_check_button {
    width: 80%;
}
/*-------------------------------- Registration Page Css End ----------------------------------------*/


.card_payment_page {
    margin: auto; 
    font-size: 12px;
    font-family: 'Roboto', sans-serif; 
    text-align: center; 
    /*padding-left: 35px;*/
    margin-top: 20px;
    margin-bottom: 10px;
}

.payment_page_title {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #5b5b5b !important;
    font-weight: 700;
    font-size: 16px;
}

.payment_page_instruction {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}


.payment_form_action {
    display: inline-block;
    text-align: center;
    width: 100%;
}


/*-------------------------------- Media Query for Responsive view --------------------------------*/


@media (max-width: 499px) {
.box_width {
    min-width: 350px !important;
    min-height: 500px !important;
    background: #fff;
    position: absolute;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    border: 1px solid black;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
}

.box_width_creat_new_ac {
    min-width: 230px !important;
    min-height: 500px !important;
    background: #fff;
    position: absolute;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    border: 1px solid black;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    -webkit-transition: width 0.5s; /* Safari */
    transition: width 0.5s;
}


.with_tab_page_container {
    /*padding-top: 34px;*/
}

.login-group {
    padding: 0px 0px !important;
}

.registration_form .login-form-1 {
    max-width: 300px;
    border-radius: 5px;
    margin: 0 auto;
}

.account_balance p {
    font-size: 12px;
}

.card_info {
    width: 200px;
}

.card_info_logo {
   font-family: 'Roboto', sans-serif; 
}

.jp-card {
    font-family: "Helvetica Neue";
    line-height: 1;
    position: relative;
    width: 75%;
    height: 100%;
    border-radius: 10px;
}

/*.jp-card .jp-card-front {
    width: 80%;
    height: 80%;
}*/

.jp-card-container {
    perspective: 1000px;
    margin: auto;
    z-index: 1;
    position: relative;
}



}

@media (min-width: 500px) and (max-width: 650px) {
.box_width {
    min-width: 350px !important;
    min-height: 500px !important;
    background: #fff;
    position: absolute;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    border: 1px solid black;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
}

.box_width_creat_new_ac {
    width: 58%;
    min-height: 500px !important;
    background: #fff;
    position: absolute;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    border: 1px solid black;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    -webkit-transition: width 0.5s; /* Safari */
    transition: width 0.5s;
}


.with_tab_page_container {
    padding-top: 6px;
}


/*.jp-card .jp-card-front {
    width: 80%;
    height: 80%;
}*/




}



@media (min-width: 651px) and (max-width: 799px) {
.box_width {
    width: 40%;
    min-height: 500px !important;
    background: #fff;
    position: absolute;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    border: 1px solid black;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
}

.box_width_creat_new_ac {
    width: 45%;
    min-height: 500px !important;
    background: #fff;
    position: absolute;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    border: 1px solid black;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    -webkit-transition: width 0.5s; /* Safari */
    transition: width 0.5s;
}

.with_tab_page_container {
    display: inline-block;
    width: 50%;
    padding-top: 6px;
}

/*.jp-card .jp-card-front {
    width: 80%;
    height: 80%;
}*/
}


@media (min-width: 800px) and (max-width: 1000px) {
.box_width {
    width: 36%;
    min-height: 500px !important;
    background: #fff;
    position: absolute;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    border: 1px solid black;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
}

.box_width_creat_new_ac {
    width: 40%;
    min-height: 500px !important;
    background: #fff;
    position: absolute;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    border: 1px solid black;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    -webkit-transition: width 0.5s; /* Safari */
    transition: width 0.5s;
}

.forgot_section .form-control {
    padding: 6px 3px;
}

.page_title {
    font-size: 17px;
}

.with_tab_page_container {
    padding-top: 15px;
}

.jp-card .jp-card-front, .jp-card .jp-card-back {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    width: 66%;
    height: 85%;
    z-index: 1;
    position: relative;
}


}

@media (min-width: 1001px) and (max-width: 1200px) {
.box_width {
    width: 30%;
    min-width: 350px !important;
    min-height: 500px !important;
    background: #fff;
    position: absolute;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    border: 1px solid black;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
}

.box_width_creat_new_ac {
    width: 30%;
    min-height: 500px !important;
    background: #fff;
    position: absolute;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    border: 1px solid black;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    -webkit-transition: width 0.5s; /* Safari */
    transition: width 0.5s;
}

.forgot_section .form-control {
    padding: 6px 3px;
}

.page_title {
    font-size: 17px;
}

.with_tab_page_container {
    padding-top: 15px;
}

.jp-card .jp-card-front, .jp-card .jp-card-back {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    width: 75%;
    height: 85%;
    z-index: 1;
    position: relative;
}


}



@media (min-width: 1201px) and (max-width: 1300px) {
.box_width {
    width: 27% !important;
    min-height: 500px !important;
    background: #fff;
    position: absolute;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    border: 1px solid black;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    -webkit-transition: width 0.5s; /* Safari */
    transition: width 0.5s;
    padding-top: 10px !important;
}

.box_width_creat_new_ac {
    width: 32%;
    min-height: 500px !important;
    background: #fff;
    position: absolute;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    border: 1px solid black;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    -webkit-transition: width 0.5s; /* Safari */
    transition: width 0.5s;
}

.forgot_section .form-control {
    padding: 6px 3px;
}

.page_title {
    font-size: 17px;
}

.with_tab_page_container {
    padding-top: 15px;
}

.col-md-4 ,.col-xs-4, .col-sm-4{
    padding-left: 9px !important;
}

a.delete_icon img {

}

.common_green_check_button, .common_green_check_button:hover, .common_green_check_button:focus, .common_green_check_button:active {
    margin-top: 10px;
}

.registration_form .common_green_check_button {
    width: 100%;
}


/*.jp-card .jp-card-front {
    width: 75% !important;
    height: 85%;
}*/

}


@media (min-width: 1301px) and (max-width: 1500px) {
.box_width {
    width: 27% !important;
    min-height: 500px !important;
    background: #fff;
    position: absolute;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    border: 1px solid black;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    -webkit-transition: width 0.5s; /* Safari */
    transition: width 0.5s;
    padding-top: 10px !important;
}

.box_width_creat_new_ac {
    width: 32%;
    min-height: 500px !important;
    background: #fff;
    position: absolute;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    border: 1px solid black;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    -webkit-transition: width 0.5s; /* Safari */
    transition: width 0.5s;
}

.forgot_section .form-control {
    padding: 6px 3px;
}

.page_title {
    font-size: 17px;
}

.with_tab_page_container {
    padding-top: 15px;
}

.col-md-4 ,.col-xs-4, .col-sm-4{
    padding-left: 9px !important;
}

a.delete_icon img {

}

.common_green_check_button, .common_green_check_button:hover, .common_green_check_button:focus, .common_green_check_button:active {
    margin-top: 10px;
}

.registration_form .common_green_check_button {
    width: 80%;
}


/*.jp-card .jp-card-front {
    width: 75% !important;
    height: 85%;
}*/

}



@media (min-width: 1501px) {
	.box_width {
    width: 25%;
    min-height: 600px !important;
    background: #fff;
    position: absolute;
    height: auto;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    border: 1px solid black;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
}

.box_width_creat_new_ac {
    width: 20%;
    min-height: 600px !important;
    background: #fff;
    position: absolute;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    border: 1px solid black;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    -webkit-transition: width 0.5s; /* Safari */
    transition: width 0.5s;
}


.forgot_section .form-control {
    padding: 6px 3px;
}

.page_title {
    font-size: 17px;
}

.with_tab_page_container {
    padding-top: 15px;
}


.common_green_check_button, .common_green_check_button:hover, .common_green_check_button:focus, .common_green_check_button:active {
    background: #76a144;
    color: #000000;
    padding: 7px 38px 7px 14px;
    font-weight: 700;
    position: relative;
    font-size: 12px;
    box-shadow: none;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block !important;
    line-height: 23px;
    border: 0 none;
    text-align: center !important;
    margin-top: 20px;
}


} 






/*-------------------------------- Media Query for Responsive view --------------------------------