/*=========================================== 
General
===========================================*/

.section-title {
    text-align: center;
    margin-bottom: 20px;
}

.section-title h1 {
    font-size: 45px;
    color: #464646;
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
}

.mt-30 {
    margin-top: 30px;
}

label.label {
    position: absolute;
    top: -25px;
    left: 15px;
    color: #555;
}

 .step_wizard h4.title {
        border-bottom: 0px !important;
    }

.btn-green {
    color: #fff;
    background: #FF5722;
    width: auto;
    transition: 0.3s;
    border: 0;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    text-transform: uppercase;
    background-color: transparent;
    outline: none;
    color: #fff;
    letter-spacing: .7px;
    font-weight: 600;
    padding: 15px 25px;
    text-decoration: none;
    border-radius: 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    background:#185260;
}
.btn.focus, .btn:focus, .btn:hover 
{
    color: #0e3b46;
    text-decoration: none;
}


@media (min-width: 1200px)
{
    .container
    {
        width: 1320px !important;
    }
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn 
{
    background: #888 !important;
    background-color: #888 !important;
}

.section-title h4 {
    font-size: 24px;
    color: #464646;
    font-weight: bold;
}

.section-title hr {
    color: #c72897;
    height: 1px;
    border: 1px solid #c72897;
    background: #c72897;
    width: 100px;
    margin: 40px auto;
}

.section-title p {
    font-size: 15px;
    margin: 0 auto;
    display: block;
    color: #737373;
}

@font-face {
    font-family: '';
    src: url(../fonts/OpenSans-Regular.ttf);
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    color: #333;
    margin: 0;
    background: #f7f7f7;
}

.m-0 {
    margin: 0;
}

.m-t-0 {
    margin-top: 0;
}

.m-b-0 {
    margin-bottom: 0;
}

.m-r-0 {
    margin-right: 0;
}

.m-l-0 {
    margin-left: 0;
}

.p-0 {
    padding: 0 !important;
}

.p-t-0 {
    padding-top: 0;
}

.p-b-0 {
    padding-bottom: 0;
}

.p-l-0 {
    padding-left: 0;
}

.p-r-0 {
    padding-right: 0;
}

.p-f-20 {
    padding: 20px;
}

.p-f-30 {
    padding: 20px;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
    color: #6a52a1;
}

.btn:focus,
button:focus {
    outline: none !important;
    border: 0;
}

.bg-img {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.p-30 {
    padding: 30px 0;
}

.cmn-btn {
    display: inline-block;
    padding: 10px 15px;
    border: 0;
    transition: all .2s ease-in;
}

.cmn-btn:hover,
.cmn-btn:focus {
    opacity: .8;
}

.two-btn {
    margin-right: 10px;
}



/*=========================================== 
Typography 
===========================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

h1 {
    font-size: 4em;
    margin-bottom: .5em;
    line-height: 1.3em;
    color: #000;
}

h2 {
    font-size: 3.5em;
    margin-bottom: .5em;
    line-height: 1.5em;
    color: #111;
}

h3 {
    font-size: 3em;
    margin-bottom: .5em;
    line-height: 1.1em;
    color: #222;
}

h4 {
    font-size: 2.5em;
    margin-bottom: .5em;
    line-height: 1.5em;
    color: #333;
}

h5 {
    font-size: 2em;
    margin-bottom: .5em;
    line-height: 1.5em;
    color: #444;
}

h6 {
    font-size: 1.5em;
    margin-bottom: .5em;
    line-height: 1.5em;
    color: #555;
}

p {
    font-size: 1em;
    line-height: 1.7em;
    margin-bottom: .5em;
}



/*For this project*/
.brand{
  color: #fff;
}
.brand span{
  margin-top:50px;
  font-size: 40px;
}
.brand h3{
  font-weight: 300;
  margin: 10px 0 0 0;
}
span.step_span {
    color: #fff !important;
    padding-left: 0px !important;
}
h1.head{
  font-size: 250px;
  font-weight: 900;
  letter-spacing: 25px;
  margin: 10px 0 0 0;
}
h1.head span {
  position: relative;
  display: inline-block;
}
h1.head span:before, h1.head span:after{
  position: absolute;
  top:50%;
  width: 50%;
  height: 1px;
  background: #fff;
  content: '';
}
h1.head span:before{
  left: -55%;
}
h1.head span:after{
  right: -55%;
}
.btn-outline{
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 40px;
  border-radius: 25px;
  margin-top: 25px;
  display: inline-block;
  font-weight: 600;
}
.btn-outline:hover{
  color: #aa076b;
  background: #fff;
}
.bwt-footer-copyright { font-size:14px; padding:10px 0; line-height:20px; margin-top:50px;}
.bwt-footer-copyright .left-text{ text-align:left; margin:10px 0;}
.bwt-footer-copyright .right-text{ text-align:right; margin:10px 0;}
.bwt-footer-copyright a{ color: #fff; font-weight: 500; }

@media (max-width: 1024px) {
  
h1.head {
  font-size: 200px;
  letter-spacing: 25px;
}

}

@media (max-width: 768px) {
  
h1.head {
  font-size: 150px;
  letter-spacing: 25px;
}
.bwt-footer-copyright .left-text{ text-align:center; margin:10px 0;}
.bwt-footer-copyright .right-text{ text-align:center; margin:10px 0;}

}

@media (max-width: 640px) {
  
h1.head {
  font-size: 150px;
  letter-spacing: 0;
}

}

@media (max-width: 480px) {

.brand h3 {
    font-size: 20px;
}
  h1.head {
  font-size: 130px;
  letter-spacing: 0;
}
h1.head span:before, h1.head span:after {
    width: 40%;
}
h1.head span:before {
    left: -45%;
}
h1.head span:after {
    right: -45%;
}
p {
    font-size: 18px;
}

}

@media (max-width: 320px) {

.brand h3 {
    font-size: 16px;
}
  h1.head {
  font-size: 100px;
  letter-spacing: 0;
}
h1.head span:before, h1.head span:after {
    width: 25%;
}
h1.head span:before {
    left: -30%;
}
h1.head span:after {
    right: -30%;
}

}
.alert {
box-shadow: 2px 2px 15px 3px rgba(0,0,0,0.17);
border: 1px solid #ebcbcb;
top: -96px !important;
width: 34% !important;
font-size: 14px !important;
z-index: 1000 !important;
float: right;
transition: 0.3s !important;
position: relative !important;
right: -57px !important;
left: auto !important;
}


.ico_launch{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
#clockdiv{
    font-family: sans-serif;
    color: #000;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    /*margin-top: 20px;*/
}

#clockdiv > div{
    padding: 10px;
    border-radius: 3px;
    background: #82e6ff;
    display: inline-block;
}

#clockdiv div > span{
    padding: 0px 15px;
    border-radius: 3px;
    background: #ffffff;
    display: inline-block;
}
.input-file-container {
  position: relative;
  width: 225px;
} 
p.eg {
    text-align: left !important;
    margin: 25px 0px 10px 0px;
}
.js .input-file-trigger {
  display: block;
  padding: 14px 45px;
  background-image: linear-gradient(to right bottom, #00b8c4, #00a3cb, #008bca, #4170bd, #6a52a1)!important;
  color: #fff;
  font-size: 1em;
  transition: all .4s;
  cursor: pointer;
}
.btn-default {
    background-color: #185261;
    border-color: #185261;
    color: #fff;
}
.js .input-file {
  position: absolute;
  top: 0; left: 0;
  width: 225px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}
.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
  background: #34495E;
  color: #fff;
}

.file-return {
  margin: 0;
}
.file-return:not(:empty) {
  margin: 1em 0;
}
.js .file-return {
  font-style: italic;
    font-size: .9em;
    font-weight: bold;
    text-align: left;
    color: #185261;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 0px;
    text-align: center;
}
.js .file-return:not(:empty):before {
  content: "Selected file: ";
  font-style: normal;
  font-weight: normal;
}
#myTable td::before {
    width: 25%;
    display: inline-block;
    margin-right: 15px;
}
.smalltext{
    padding-top: 5px;
    font-size: 16px;
    color: #185261;
}
/* Mobile (Landscape)
----------------------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .alert {
    top: 0px;
    width: 100%;
    font-size: 14px;
    z-index: 1000;
    float: right;
    transition: 0.3s;
    position: relative !important;
    right: 0px;
    left: 0px;
}
#myTable a.btn.btn-default.btn-block {
    width: 92%;
    background: #185261;
    color: #fff;
}
.wizard .nav-tabs>li {
    width: auto;
    float: none;
    padding: 5px;
    display: inline-block;
}
#myTable td::before {
    width: 25%;
    display: inline-block;
    margin-right: 15px;
}
.trans_value a {
    float: right;
    margin-right: 20px;
}
span.step_span {
    display: none !important;
}
.wizard .nav-tabs>li.active>a span.step_count:before {
    position: absolute;
    left: 0;
    content: " ";
    top: 17px;
    border: 1px solid #185261;
    width: 100%;
    height: 100%;
    background: #185261;
    z-index: -1;
    transform: rotate(30deg);
    border-radius: 5px;
    box-shadow: 3px 3px 10px 0px rgba(24, 82, 97, 0.75);
}
.wizard .nav-tabs>li>a span.step_count:before {
    position: absolute;
    left: 0;
    content: " ";
    top: 17px;
    border: 1px solid #dadada;
    width: 100%;
    height: 100%;
    background: #dadada;
    z-index: -1;
    transform: rotate(30deg);
    border-radius: 5px;
}
.wizard .nav-tabs>li>a span.step_count {
    width: 25px;
    height: 25px;
}
.timeline {
    display: none;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 25px;
    text-align: center;
}
.col-md-6.my_div {
    padding: 0px;
}
.transaction_balance form.personal-details label {
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 42px;
    background: #fff;
    padding: 1px 10px 1px 10px;
    margin-bottom: 0;
    font-weight: normal;
    color: #185261;
}
.transaction_balance form.personal-details input {
    width: 100%;
    height: 50px;
    background: transparent;
    border-radius: 50px;
    border: 2px solid #cacaca;
    padding: 0 35px;
    transition: 0.3s;
}
.btn-primary {
    color: #fff;
    background-color: #185261;
    border-color: #185261;
}
.img-res{
  width: 100%;
}
.wid_sec{
  width: 90%;
  margin: auto;
}
}


/* Mobile (Portrait only)
----------------------------------------------------------- */

@media only screen and (max-width: 479px) {
    .alert {
    top: 0px;
    width: 100%;
    font-size: 14px;
    z-index: 1000;
    float: right;
    transition: 0.3s;
    position: relative !important;
    right: 0px;
    left: 0px;
}
.wizard .nav-tabs > li.active > a span.step_count::before {
    top: 18px !important;
}
.wizard .nav-tabs > li > a span.step_count {
    width: 25px !important;
    height: 25px !important;
}
.wizard .nav-tabs > li > a span.step_count::before {
  
    top: 18px !important;
}
.wid_sec{
  width: 90%;
  margin: auto;
}
.img-res{
  width: 100%;
}
.btn-primary {
    color: #fff;
    background-color: #185261;
    border-color: #185261;
}
.transaction_balance form.personal-details input {
    width: 100%;
    height: 50px;
    background: transparent;
    border-radius: 50px;
    border: 2px solid #cacaca;
    padding: 0 35px;
    transition: 0.3s;
}
.transaction_balance form.personal-details label {
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 42px;
    background: #fff;
    padding: 1px 10px 1px 10px;
    margin-bottom: 0;
    font-weight: normal;
    color: #185261;
}
#myTable a.btn.btn-default.btn-block {
    width: 92%;
    background: #185261;
    color: #fff;
}
.col-md-6.my_div {
    padding: 0px;
}
.wizard .nav-tabs>li {
    width: auto;
    float: none;
    padding: 5px;
    display: inline-block;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 25px;
    text-align: center;
}
.wizard .nav-tabs>li>a span.step_count {
    width: 25px;
    height: 25px;
}
.timeline {
    display: none;
}
.trans_value a {
    float: right;
    margin-right: 20px;
}
span.step_span {
    display: none !important;
}
.wizard .nav-tabs>li.active>a span.step_count:before {
    position: absolute;
    left: 0;
    content: " ";
    top: 17px;
    border: 1px solid #185261;
    width: 100%;
    height: 100%;
    background: #185261;
    z-index: -1;
    transform: rotate(30deg);
    border-radius: 5px;
    box-shadow: 3px 3px 10px 0px rgba(24, 82, 97, 0.75);
}
.wizard .nav-tabs>li>a span.step_count:before {
    position: absolute;
    left: 0;
    content: " ";
    top: 17px;
    border: 1px solid #dadada;
    width: 100%;
    height: 100%;
    background: #dadada;
    z-index: -1;
    transform: rotate(30deg);
    border-radius: 5px;
}
}

/*start header*/

.navbar-brand.logo img {
    height:90%;
    margin-top:5px;
}

.navbar-nav>li>a {
    padding: 20px 15px;
}

a.logo.navbar-brand {
    padding: 0px 0;
    margin-top: 5px;
}

.navbar-default {
    margin-bottom: 0 !important;
    background-image: -webkit-linear-gradient(top, #fff 0, #fff 100%);
    background-image: -o-linear-gradient(top, #fff 0, #fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
    background-image: linear-gradient(to bottom, #fff 0, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}


/*end header*/


/*start footer*/

.foot-logo {
    font-size: 40px;
    color: #fff;
}

.social-item {
    opacity: .7;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #f1f1f1;
    font-size: 40px;
    padding: 0px 10px;
}

.foot-link {
    color: #fff;
    font-size: 15px;
    text-decoration: underline;
}

.footer {
    background-position: bottom center !important;
}

footer.bg-img {
    padding: 35px 0px;
    background-image: linear-gradient(to right bottom, #00b8c4, #00a3cb, #008bca, #4170bd, #6a52a1)!important;

    /*background-image: url(../img/snow.png);*/
    /*background: -moz-linear-gradient(180deg, rgba(59, 59, 59, 0.75) 0%, rgba(59, 59, 59, 0.75) 1%, rgba(0, 0, 0, 1) 100%);*/
    /* ff3.6+ */
    /*background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(99%, rgba(59, 59, 59, 0.75)), color-stop(100%, rgba(59, 59, 59, 0.75)));*/
    /* safari4+,chrome */
    /*background: -webkit-linear-gradient(180deg, rgba(59, 59, 59, 0.75) 0%, rgba(59, 59, 59, 0.75) 1%, rgba(0, 0, 0, 1) 100%);*/
    /* safari5.1+,chrome10+ */
    /*background: -o-linear-gradient(180deg, rgba(59, 59, 59, 0.75) 0%, rgba(59, 59, 59, 0.75) 1%, rgba(0, 0, 0, 1) 100%);*/
    /* opera 11.10+ */
    /*background: -ms-linear-gradient(180deg, rgba(59, 59, 59, 0.75) 0%, rgba(59, 59, 59, 0.75) 1%, rgba(0, 0, 0, 1) 100%);*/
    /* ie10+ */
    /*background: linear-gradient(270deg, rgba(59, 59, 59, 0.75) 0%, rgba(59, 59, 59, 0.75) 1%, rgba(0, 0, 0, 1) 100%);*/
    /* w3c */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3B3B3B', GradientType=1);*/
    /* ie6-9 */
}

.foot-logo img {
    display: block;
    height: 100px;
}

.sec-img1 {
    height: auto;
    max-width: 100%;
    text-align: center;
}

.sec-img1 img {
    height: 300px;
    margin: 0 auto 30px;
    max-width: 100%;
}


/*end footer*/


/*home page*/

.content-wrapper {
    padding: 35px 0;
    display: inline-block;
    width: 100%;
}

.wizard {
    margin: 20px auto;
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    border: 0;
    text-align: center;
    width: 100%;
}

.wizard>div.wizard-inner {
    position: relative;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #fff;
}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
}

.wizard .nav-tabs>li {
    width: auto;
    float: none;
    display: inline-block;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 25px;
}

.wizard h3 {
    margin-top: 0;
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    border: 0;
}

.nav-tabs>li>a:hover {
    background: transparent;
    border: 0;
}

.nav-tabs>li>a {
    border: 0;
}


.wizard .nav-tabs>li.active>a span {
    display: inline-block;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.wizard .nav-tabs>li>a span {
    display: none;
    padding-left: 15px;
}

.wizard .nav-tabs>li>a span.step_count {
    display: inline-block;
    font-size: 18px;
}

.wizard .nav-tabs>li.active>a span.step_count {
    font-size: 20px;
}
.side_wizard.wizard {
    position: relative;
    left: 10px;
    height: 83vh;
    /*overflow-y: scroll;*/
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #185261;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: #185261;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.step_wizard .wizard {
    padding: 40px;
    margin: 0;
    display: inline-block;
    /*width: 0%;*/
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    /*min-height:550px;*/
}

.step_wizard {
    width: 100%;
    height: 100%;
}

.wizard .nav-tabs>li>a {
    font-size: 16px;
}

.wizard .nav-tabs>li.active>a {
    font-style: 20px;
}

.wizard .nav-tabs>li>a span.step_count:before {
    position: absolute;
    left: 0;
    content: " ";
    top: 0;
    border: 1px solid #dadada;
    width: 100%;
    height: 100%;
    background: #dadada;
    z-index: -1;
    transform: rotate(30deg);
    border-radius: 5px;
}

.wizard .nav-tabs>li.active>a span.step_count:before {
    position: absolute;
    left: 0;
    content: " ";
    top: 0;
    /*border: 1px solid #185261;*/
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right bottom, #00b8c4, #00a3cb, #008bca, #4170bd, #6a52a1);
    z-index: -1;
    transform: rotate(30deg);
    border-radius: 5px;
    box-shadow: 3px 3px 10px 0px rgba(65, 112, 189, 0.74);
}
.my_alert{
        color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.wizard .nav-tabs>li>a span.step_count {
    color: #fff;
    z-index: 99;
    position: relative;
    width: 75px;
    height: 75px;
    text-align: center;
    padding: 20px 0 0 0;
}
div .modal .fade {
    pointer-events: none;
}
.modal-content {
    top: 200px;
}
.modal-content, .popover {
    background-clip: padding-box;
    cursor: pointer;
    pointer-events: visible;
}
.wizard .nav-tabs>li.active>a span.step_count {
    width: 75px;
    height: 75px;
}

.tab-pane svg {
    width: 35px;
    height: auto;
    margin-top: 20px;
}

#step1 svg polygon {
    fill: #cacaca;
}

.step_wizard h4 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px dashed #cacaca;
    padding-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.step_wizard p {
    color: #777;
    font-weight: bold;
    font-size: 16px;
}

.step_wizard p span {
    display: block;
    font-size: 14px;
    color: #777;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: transparent;
}

.pay-method label {
    background: #f3f3f3;
    display: inline-block;
    width: 100%;
    padding: 30px 15px;
    transition: 0.3s;
    border-radius: 25px;
    transform: scale(1);
    min-height: 290px;
    height: 100%;
    cursor: pointer;
}

.pay-method label:hover,
.pay-method input:checked+label {
    background-image: linear-gradient(to right bottom, #00b8c4, #00a3cb, #008bca, #4170bd, #6a52a1);
    transition: 0.3s;
    transform: scale(1.1);
}

#step1 .pay-method label:hover polygon,
.pay-method input:checked+label polygon {
    fill: #fff !important;
}

.step_wizard .pay-method label:hover h4,
.pay-method input:checked+label h4 {
    color: #fff;
    border-color: #fff;
}

.step_wizard .pay-method label:hover p,
.pay-method input:checked+label p {
    color: #fff;
}

.step_wizard .pay-method label:hover p span,
.pay-method input:checked+label p span {
    color: #fff;
}

.step_wizard ul.list-inline {
    margin-top: 40px;
}

.step_wizard ul.list-inline li button {
    color: #fff;
    background: #FF5722;
    transition: 0.3s;
    border: 0;
    text-transform: uppercase;
    background-color: transparent;
    outline: none;
    color: #fff;
    letter-spacing: .7px;
    font-weight: 600;
    padding: 15px 25px;
    text-decoration: none;
    display: inline-block;
    border-radius: 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    background: linear-gradient(to right bottom, #00b8c4, #00a3cb, #008bca, #4170bd, #6a52a1);
}

.step2_contents ul.list-inline li button:hover {
    background: #ff6e03;
    transition: 0.3s;
    color: #fff;
}

.pay-method a svg#bitcoin path {
    fill: #cbcbcb;
}

.pay-method a:hover svg#bitcoin path,
.pay-method input:checked+label svg#bitcoin path {
    fill: #fff;
}

.pay-method a svg#bitcoin {
    width: 50px;
}

.tab-pane svg path {
    fill: #cbcbcb;
}

.tab-pane label:hover svg path,
.pay-method input:checked+label svg path {
    fill: #fff;
}

.tab-pane svg#litecoin {
    width: 55px;
}

.step2_contents h4 svg path {
    fill: #ff6e03;
}

.step2_contents h4 svg {
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
}

.step2_contents h4 span {
    font-size: 30px;
    vertical-align: middle;
    display: inline-block;
}

.step2_contents svg#bitcoin {
    height: 60px !important;
}

.step2_contents svg#litecoin {
    height:  40px;
    width:  auto !important;
}

.step2_contents svg#xrp {
    height:  40px;
    width:  auto !important;
}

.step2_contents svg#bitcoin path, .step2_contents svg#litecoin polygon, .step2_contents svg#xrp path {
    fill:#00a3cb;
    /*background: linear-gradient(to right bottom, #00b8c4, #00a3cb, #008bca, #4170bd, #6a52a1);*/

}

.step_wizard .step2_contents ul {
    list-style: none;
    padding-left: 0;
    margin-top: 30px;
    display: inline-block;
}

.step_wizard .step2_contents ul.calculation_ul {
    display: inline-block;
    margin: 0;
    width: 100%;
    text-align: center;
}

.step_wizard .step2_contents ul.calculation_ul li {
    display: inline-block;
    margin: 0 20px;
    width: auto;
}

.step_wizard .step2_contents ul li label {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #9c9c9c;
    margin-bottom: 20px;
}

.step_wizard .step2_contents ul li input {
    width: 300px;
    height: 60px;
    border-radius: 30px;
    border: 2px solid #b7b7b7;
    background: #f3f3f3;
    padding: 0 15px;
}

.step_wizard .step2_contents ul li>span {
    font-size: 30px;
    margin-top: 35px;
    display: inline-block;
    color: #a7a7a7;
    font-weight: normal;
}

.step_wizard .step2_contents ul.calculation_result {
    width: 100%;
    margin: 0 auto;
    display: block;
}
span#total {
    margin-left: 10px;
}
.final_bdx{
    font-size: 28px !important;
}
.step_wizard .step2_contents ul.calculation_result li p span {
    display: inline-block;
    float: right;
    margin-top: 2px;
    margin-left: 3px;
}

.step_wizard .step2_contents ul.calculation_result li p {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.step_wizard .step2_contents ul.calculation_result h4 span {
    float: right;
}

.step_wizard .step2_contents ul.calculation_result h4 {
    margin-top: 0;
    padding-bottom: 20px;
}

.step_wizard .step2_contents ul.calculation_result li {
    display: inline-block;
    width: 100%;
    margin: 0;
}
.step_wizard .eth-address-seciton h4 {
    padding-bottom: 20px;
}
input:focus {
    outline: none;
}

.eth-address-seciton p {
    font-weight: normal;
    text-align: center;
    max-width: 600px;
    width: 100%;
    display: block;
    margin: 15px auto;
    color: #333;
}

.eth-address-seciton .form-control {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: inline-block;
    height: auto;
}

.eth-address-seciton .form-control input {
    display: inline-block;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #cacaca;
    background: transparent;
    padding: 25px;
}

.eth-address-seciton form {
    margin-bottom: 20px;
    max-width: 600px;
    margin: 0 auto;
    display: block;
}

.tab-pane svg#bitcoin {
    height: 60px;
}

.step_wizard button.btn.btn-default.prev-step:hover {
    color: #fff;
}




/*------------------------Transactions Page ------------------------*/

.breadcrumb {
    background: transparent;
    text-align: center;
    padding: 50px 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.breadcrumb h1 {
    font-size: 24px;
    margin-bottom: 0;
}

.transaction_balance {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    border-radius: 10px;
}

.transaction_balance:last-child {
    margin-bottom: 0;
}

.transaction_balance ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.transaction_balance ul h1 {
    font-size: 22px;
}

.transaction_balance ul h1 span {
    float: right;
}

.transaction_balance table th,
.transaction_balance table td {
    border: 0 !important;
}

.transaction_balance table thead tr:first-child {
    color: #fff;
}

.transaction_balance table thead tr:first-child th {
    padding: 0;
    text-align: center;
}

.transaction_balance table thead tr:first-child th span {
    padding: 10px 20px;
    background:#00b8c4!important;
    width: 100%;
    display: inline-block;
}

.transaction_balance table thead tr:first-child th:first-child span {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.transaction_balance table thead tr:first-child th:last-child span {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.transaction_balance table tbody tr th,
.transaction_balance table tbody tr td {
    text-align: center;
    padding: 20px 0;
    border-bottom: 2px dashed #cecece !important;
}

.common-button button.btn {
    color: #fff;
    transition: 0.3s;
    border: 0;
    text-transform: uppercase;
    outline: none;
    color: #fff;
    letter-spacing: .7px;
    font-weight: 600;
    padding: 15px 25px;
    text-decoration: none;
    display: inline-block;
    border-radius: 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    background: linear-gradient(to right bottom, #00b8c4, #00a3cb, #008bca, #4170bd, #6a52a1);
}
.fa-spin {
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear;
    color: #9cc803;
}
footer .copyright p {
    padding: 20px 50px;
    font-size: 12px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: block;
    color: #444;
}

.fa {
    color:#00a3cb!important;
}



/*wallet page*/

.wallet-card {
    background: #ff6e03;
    padding: 40px;
    display: inline-block;
    border-radius: 10px;
    width: 100%;
}

.wallet-card svg {
    width: 30px;
    height: auto;
    float: left;
}

.wallet-card svg polygon {
    fill: #fff;
}

.wallet-card h4 {
    float: left;
    color: #fff;
    margin-bottom: 0;
    font-size: 30px;
}

.wallet-card p {
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 24px;
}

.wallet-card .section-title {
    margin-bottom: 0;
}

.transaction_balance h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #00a3cb!important;
}

.referral-section .transaction_balance {
    padding: 70px;
}

.transaction_balance>h4 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #444;
    margin-bottom: 50px;
}

.referral-grid {
    text-align: center;
}

.referral-grid h4 {
    background-image: linear-gradient(to right bottom, #00b8c4, #00a3cb, #008bca, #4170bd, #6a52a1)!important;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    padding: 7px;
    margin: 0 auto 15px;
    box-shadow: 3px 3px 10px 0px rgba(65, 112, 189, 0.74);
}

.referral-grid p {
    font-weight: bold;
    color: #585858;
}

.info-referral {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 2px dashed #cacaca;
    padding-top: 50px;
}

.info-referral p {
    font-size: 15px;
    font-weight: bold;
    POSITION: RELATIVE;
    color: #6d6d6d;
}

.info-referral p:before {
    content: '!';
    width: 19px;
    height: 19px;
    background-color: #f71c62;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 19px;
    color: #fff;
    position: relative;
    top: -1px;
    font-size: 15px;
    vertical-align: middle;
    margin-right: 5px;
    font-weight: bold;
}

.transaction_balance form .form-group {
    position: relative;
    width: 100%;
    margin-bottom: 0;
}

.transaction_balance form .form-group input {
    width: 100%;
    height: 60px;
    border-radius: 0px;
    border: 1px solid #cacaca;
    padding: 0 20px;
    font-weight: bold;
    margin-bottom: 20;
}

.transaction_balance form .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-image: linear-gradient(to right bottom, #00b8c4, #00a3cb, #008bca, #4170bd, #6a52a1)!important;
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    padding: 0 25px;
}
.dataTables_length select {
    margin-left: 0.5em;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 50px;
    margin-right: 0.5em;
}
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 50px;
}
.referral-section .transaction_balance form {
    max-width: 100%;
}

.referral-section .transaction_balance ul {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.referral-section .transaction_balance ul li {
    display: inline-block;
    width: auto;
}

li.fb i {
    color:#fff !important;
}
li.tw i {
    color:#fff !important;
}
li.em i {
    color:#fff !important;
}

.referral-section .transaction_balance ul li a {
    padding: 10px 25px;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    font-size: 18px;
}

.referral-section .transaction_balance ul li.fb a {
    background: #3b5998;
}

.referral-section .transaction_balance ul li.tw a {
    background: #1da1f2;
}

.referral-section .transaction_balance ul li.em a {
    background: #9fa8c4;
}

.referral_got_count p 
{
    font-size: 18px;
    border: 2px dashed #cacaca;
    padding: 20px 40px;
    border-radius: 20px
}



/*profile page*/

.transaction_balance .section-title h4 
{
    font-size: 18px;
    margin-bottom: 20px;
}

.transaction_balance .section-title h1 
{
    margin-bottom: 40px;
}

h2.contact-title
{
    font-size:26px;
    color:#00a3cb!important;
    font-weight:bold;
    margin-bottom: 40px;
}

.user_details .transaction_balance form 
{
    max-width: 600px;
}

.user_details .transaction_balance form p 
{
    word-wrap: break-word;
}

.user_details .transaction_balance form.personal-details 
{
    max-width: 400px;
}

.transaction_balance form 
{
    max-width: 100%;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.transaction_balance form input 
{
    margin-bottom: 0px;
}

.transaction_balance form p {
    font-weight: bold;
    color: #555;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.transaction_balance form.personal-details label 
{
    display: inline-block;
    background: #fff;
    position: absolute;
    top: -10px;
    left: 42px;
    padding: 1px 10px 1px 10px;
    margin-bottom: 0;
    font-weight: normal;
    color: #185261;
}

.transaction_balance form.personal-details input {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #cacaca;
    padding: 0 35px;
    transition: 0.3s;
    background:#fff;
    margin-bottom: 20px;
}

.transaction_balance form.personal-details input:hover,
.transaction_balance form.personal-details input:focus {
    border-color:#00b8c4;
    transition: 0.3s;
}

.transaction_balance form.personal-details>div {
    position: relative;
}

.transaction_balance #kyc h4 {
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.transaction_balance #kyc h4 span {
    color: #E91E63;
}

/* contact page */

.contact-message textarea {
    resize: vertical;
    border: 2px solid #cacaca;
    border-radius:20px;
    margin-bottom: 30px;
}

.contact-message textarea:hover {
    border-color: #00b8c4;
    transition: 0.3s;
}



/*kyc page*/

.cmn-wrp {
    border-radius: 5px;
}

.settings {
    background-color: #fff;
}

.settings-head {
    padding: 0px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.settings-sub-head {
    border-bottom: 1px solid #e5e5e5;
    margin: 0px 20px;
}

#image-preview {
    width: 70px;
    height: 70px;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
    color: #ecf0f1;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .13);
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
}

#image-preview input {
    line-height: 200px;
    font-size: 200px;
    position: absolute;
    opacity: 0;
    z-index: 10;
}

#image-preview label {
    z-index: 5;
    opacity: 0.8;
    cursor: pointer;
    background-color: #bdc3c7;
    width: auto;
    height: 24px;
    font-size: 7px;
    line-height: 25px;
    text-transform: uppercase;
    top: 0;
    left: auto;
    right: auto;
    bottom: 0;
    margin: 24px auto;
}

.kyc-image-preview {
    width: 100%;
    height: 270px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    color: #ecf0f1;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
    background-size: contain !important;
    background-repeat: no-repeat;
    border-radius: 4px;
}

.kyc-image-preview input {
    position: absolute;
    opacity: 0;
    z-index: 10;
    left: 0px;
    right: 0px;
}

.kyc-image-preview label {
    z-index: 5;
    cursor: pointer;
    background-color: #ccc;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    padding: 10px 15px;
    font-size: 13px;
    color: #353535;
    opacity: 1;
    border-radius: 4px;
}

.kyc-demo-img {
    height: 240px;
    background-size: cover !important;
}

.kyc-txt {
    margin-top: 10px;
}

.example-tit {
    color: #353535;
    margin-bottom: 10px;
    line-height: 1;
    font-size: 19px;
}

.set-txt {
    /*font-family: 'AvenirNext', 'arial' , sans-serif;*/
    color: #5a5f6d;
    font-weight: bold;
    letter-spacing: .7px;
    font-size: 1.1em;
}


.set-txt1 {
    /*font-family: 'AvenirNext', 'arial' , sans-serif;*/
    color: #5a5f6d;
    /*font-weight: bold;*/
    letter-spacing: .7px;
    font-size: .9em;
}

.muted {
    color: #999;
    font-size: .9em;
}

.set-block {
    padding: 30px 0px;
    border-bottom: 1px solid #f1f1f1;
}

.set-block:last-child {
    /*padding-bottom: 0px;*/
    border-bottom: 0;
}

.set-main-tit {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

.m-t-20 {
    margin-top: 20px;
}

.set-label {
    font-size: 12px;
    color: #999;
}

.country-sel .dropdown-toggle {
    width: 100%;
    text-align: left;
    height: 40px;
}

.country-sel .dropdown-toggle:focus {
    border: 1px solid #0667D0;
}

.country-sel .dropdown-toggle:hover {
    color: #0667D0;
    background-color: #fff;
    border-color: #0667D0;
}

.country-sel .caret {
    float: right;
    margin-top: 8px;
}

.kyc-details .common-button {
    margin-top: 50px;
}

.kyc-details .set-main-tit {
    color: #ff6e03;
    font-weight: bold;
}

.whitepaper-link:hover {
    color: #fff;
    opacity: .8;
}

.whitepaper-link {
    text-transform: uppercase;
    background-color: transparent;
    outline: none;
    color: #fff;
    letter-spacing: .7px;
    font-weight: 600;
    padding: 1px;
    text-decoration: none;
    display: inline-block;
    border-radius: 100px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    background: -moz-linear-gradient(0deg, rgba(248, 54, 0, 1) 0%, rgba(248, 54, 0, 1) 38%, rgba(254, 140, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(248, 54, 0, 1)), color-stop(38%, rgba(248, 54, 0, 1)), color-stop(100%, rgba(254, 140, 0, 1)));
    background: -webkit-linear-gradient(0deg, rgba(248, 54, 0, 1) 0%, rgba(248, 54, 0, 1) 38%, rgba(254, 140, 0, 1) 100%);
    background: -o-linear-gradient(0deg, rgba(248, 54, 0, 1) 0%, rgba(248, 54, 0, 1) 38%, rgba(254, 140, 0, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(248, 54, 0, 1) 0%, rgba(248, 54, 0, 1) 38%, rgba(254, 140, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(248, 54, 0, 1) 0%, rgba(248, 54, 0, 1) 38%, rgba(254, 140, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f83600', endColorstr='#fe8c00', GradientType=1);
}

.whitepaper-link span {
    padding: 0 29px;
    border-radius: 100px;
    line-height: 50px;
    display: block;
    background: -moz-linear-gradient(0deg, rgba(248, 54, 0, 1) 0%, rgba(248, 54, 0, 1) 38%, rgba(254, 140, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(248, 54, 0, 1)), color-stop(38%, rgba(248, 54, 0, 1)), color-stop(100%, rgba(254, 140, 0, 1)));
    background: -webkit-linear-gradient(0deg, rgba(248, 54, 0, 1) 0%, rgba(248, 54, 0, 1) 38%, rgba(254, 140, 0, 1) 100%);
    background: -o-linear-gradient(0deg, rgba(248, 54, 0, 1) 0%, rgba(248, 54, 0, 1) 38%, rgba(254, 140, 0, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(248, 54, 0, 1) 0%, rgba(248, 54, 0, 1) 38%, rgba(254, 140, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(248, 54, 0, 1) 0%, rgba(248, 54, 0, 1) 38%, rgba(254, 140, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f83600', endColorstr='#fe8c00', GradientType=1);
}
#myTable_wrapper select {height:  30px;border: 1px solid #dedede;}

#myTable_filter input[type="search"] {
    border:  1px solid #dedede;
    height:  35px;
    border-radius: 5px;
}
#myTable_wrapper #myTable {
    margin-bottom: 30px;
}
.transaction_balance form.personal-details label.disabled:before {
    position:  absolute;
    bottom:  0;
    width:  100%;
    height: 13px;
    background: #ebebe4;
    content:  " ";
    z-index: -1;
    left: 0;
}

.transaction_balance form.personal-details label.disabled {
    background: transparent;
    z-index:  10;
    padding: 0 10px;
    margin: 0;
    display:  inline-block;
    width:  auto;
}

.alert {
    position: fixed !important;
    top: 63px !important;
    right: 3% !important;
    width: 30% !important;
    font-size: 14px !important;
    z-index: 1000 !important;
    transition: 0.3s !important;
}
.alert li {
    list-style: none;
}
.alert.alert-danger p, .alert.alert-success p{
    text-align: center;
}

/*New-step added*/
.step_wizard .tab-top h4 {
    border: 0;
     margin-bottom: 25px;
}

.step_wizard .tab-top {
    text-align: center;
    border-bottom: 3px dashed #185261;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.step_wizard .tab-top p span {
    font-size: 16px;
}
.step_wizard .tab-top p:last-child span {
    display:  inline-block;
    color: #185261;
    margin-top: 10px;
}
.QR-Code {
    text-align: center;
    border-bottom:  2px dashed #dedede;
    /*margin:  20px 0;*/
    display:  inline-block;
    width:  100%;
    padding: 0 0 40px 0;
}

.step_wizard .QR-Code span.amount {
    display:  inline-block;
    font-size: 26px;
    color:#00a3cb;
}

.step_wizard .QR-Code strong {
    color: #000;
}

#step3{
    padding-top: 0px;
}

#step3 > .tab-top > h4 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.QR-Code form .form-control {
    border:  0;
    margin: 20px 0;
    position:  relative;
    padding:  0;
    border:  0;
    border-radius: 30px;
    box-shadow:  none;
}

.QR-Code form {
    max-width:  700px;
    margin:  0 auto;
    display:  block;
}

.QR-Code form .form-control input {
    width:  100%;
    height:  50px;
    display:  inline-block;
    border-radius:  30px;
    border: 2px solid #dedede;
    padding: 0 25px;
}
.QR-Code form .form-control input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width:  200px;
    border:  0;
    color:  #fff;
    text-transform: capitalize;
    border-radius:  0;
    font-weight: bold;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background: -moz-linear-gradient(0deg, rgba(248, 54, 0, 1) 0%, rgba(248, 54, 0, 1) 38%, rgba(254, 140, 0, 1) 100%);
    /* background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(248, 54, 0, 1)), color-stop(38%, rgba(248, 54, 0, 1)), color-stop(100%, rgba(254, 140, 0, 1))); */
    background: -webkit-linear-gradient(0deg, rgba(248, 54, 0, 1) 0%, rgba(248, 54, 0, 1) 38%, rgba(254, 140, 0, 1) 100%);
    background: -o-linear-gradient(0deg, rgba(248, 54, 0, 1) 0%, rgba(248, 54, 0, 1) 38%, rgba(254, 140, 0, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(248, 54, 0, 1) 0%, rgba(248, 54, 0, 1) 38%, rgba(254, 140, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(248, 54, 0, 1) 0%, rgba(248, 54, 0, 1) 38%, rgba(254, 140, 0, 1) 100%);
}
.step_wizard p.received-amount {
    margin-top: 45px;
}
.QR-Code img, .QR-Code .img-responsive {
    margin: 40px auto;
    display:  block;
}
a.promocode {
    padding-left:  20px;
    color: #666;
    font-weight: bold;
    display:  inline-block;
    width: 100%;
    margin-top: 10px;
}

.transaction_balance table#table-2 tbody tr th, .transaction_balance table#table-2 tbody tr td {
    border: 2px solid #cecece !important;
    width: 50%;
    vertical-align: middle;
    text-transform: capitalize;
}
.tab-pane svg#xrp {
    width: 55px;
}

#step1 > .row > div {
    display:  inline-block;
    float:  none;
}

#step1 > .row {
    display: inline-table;
    width:  100%;
    text-align:  center;
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #185261;
    border-color: #185261;
}

.step_wizard .step2_contents ul li input#promocode {
    margin: 5px auto 30px;
    display:  block;
    max-width: 700px;
    width:  100%;
}

.step_wizard .step2_contents ul li input#promocode {
    margin: 5px auto 10px;
    display:  block;
    max-width: 700px;
    width:  100%;
}

.eth-address-seciton .form-control input#address {
    max-width: 600px;
    margin:  0 auto;
    display:  block;
}

.step_wizard .QR-Code p span {
    display: inline-block;
}

.qr-code {
    max-width:  700px;
    width:  100%;
    display:  block;
    margin:  0 auto;
}

.qr-code .input-group input, #transaction_form .input-group input#tranx_id {
    width: 100%;
    padding: 5px 10px 5px 15px;
    height:  50px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 2px solid #cacaca;
    border-right: 0;
}

.qr-code .input-group button.btn.btn-theme, #transaction_form .input-group button.btn.btn-theme {
    height:  50px;
    padding: 0px 20px;
    font-weight: bold;
    width: 180px;
    color: #fff;
    text-transform:  capitalize;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    background: linear-gradient(to right bottom, #00b8c4, #00a3cb, #008bca, #4170bd, #6a52a1);
}

h3#waiting-msg-Ripple {
    font-size: 20px;
    margin: 20px 0;
}

h3#waiting-msg-Ripple i 
{
    background: -moz-linear-gradient(top, #ffffff, #fe8c00);
    background: -webkit-linear-gradient(top, #ffffff, #185261);
    background: linear-gradient(to bottom, #ffffff, #185261);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fe8c00',GradientType=0 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.step_wizard .step2_contents ul.calculation_result li p span.promo-txt {
    text-align:  center;
    float:  none;
    width:  100%;
    display:  inline-block;
    color: #4CAF50;
}

.step_wizard .step2_contents ul.calculation_result li p span.payment {
    margin-left: 5px;
}

.step_wizard .step2_contents ul.calculation_result li p span.payment, .step_wizard .step2_contents ul.calculation_result li h4 span.payment {
    margin-left: 5px;
}

/*
.login {
    background: #ffffff url("../img/login-one-gd.png") no-repeat scroll -50px center;
    width: 100%;
    display: inline-block;
    align-items: center;
    position: absolute;
    left:  0;
    top: 0;
    width:  100%;
    height: 100%;
    background-size: cover;

}

.signup {
    background: #ffffff url("../img/login-one-gd.png") no-repeat scroll -50px center;
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    left:  0;
    top: 0;
    width:  100%;
    background-size: 100% 100%;
}
*/
.login, .signup
{
    background: #fff;
    overflow-x: hidden;
}

.login .panel.panel-default , .signup .panel.panel-default {
    border:  0;
    background:  transparent;
}

.login .panel.panel-default .panel-body, .signup .panel.panel-default .panel-body {
    background-color: transparent;
}

.login .container, .signup .container {
    max-width: 1400px;
    width:  100%;
}

.login .panel.panel-default .panel-body label, .signup .panel.panel-default .panel-body label {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    font-weight: lighter;
}
.login .panel.panel-default .panel-body input, .signup .panel.panel-default .panel-body input {
    height: 50px;
    border-radius: 25px;
    text-align: center;
    width: 100%;
    display: inline-block;
}
.login .panel.panel-default .panel-body input[type=checkbox], .signup .panel.panel-default .panel-body input[type=checkbox] {
    height: auto;
}
.login .panel.panel-default .panel-body input:hover, .login .panel.panel-default .panel-body input:focus
.signup .panel.panel-default .panel-body input:hover, .signup .panel.panel-default .panel-body input:focus {
    background:  #fff;
    outline:  none;
}
.login .panel.panel-default .panel-body form, .signup .panel.panel-default .panel-body form {
    max-width:  300px;
    width:  100%;
    display:  block;
    margin:  0 auto;
}

.login .panel.panel-default .panel-body form .form-group, .signup .panel.panel-default .panel-body form .form-group {
    display:  inline-block;
    width: 100%;
    margin: 10px 0;
}
.login .panel.panel-default .panel-body form button[type=submit], .signup .panel.panel-default .panel-body form button[type=submit] {
    width: 100%;
    height: 50px;
    border-radius: 0px;
    color: #fff;
    border: 0;
    font-weight: bold;
    border-radius: 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    background-image: linear-gradient(to right bottom, #00b8c4, #00a3cb, #008bca, #4170bd, #6a52a1);
}

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

.login .navbar-brand.logo img, .signup .navbar-brand.logo img {
    margin:  0 auto;
    display:  block;
    width:  auto;
    height: 240px;
}

.login .navbar-brand.logo, .signup .navbar-brand.logo {
    margin:0px 0px;
    display:  inline-block;
    width:  100%;
    height: 240px;
}
.bypass-pages p {
    text-align:  center;
}

.login h4, .signup h4 {
    position:  absolute;
    left: 85px;
    top:  100px;
    font-size: 28px;
    color: #fff;
}

.step_wizard ul.list-inline li a.next-step {
    color: #fff;
    background: #FF5722;
    transition: 0.3s;
    border: 0;
    text-transform: uppercase;
    background-color: transparent;
    outline: none;
    color: #fff;
    letter-spacing: .7px;
    font-weight: 600;
    padding: 15px 25px;
    text-decoration: none;
    display: inline-block;
    border-radius: 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    background: #185260;
}


/*=========================================== 
Responsive CSS
===========================================*/
@media (min-width: 768px) {
    .navbar-right {
    float: right !important;
    margin-right: 120px !important;
}
}
@media (max-width: 1199px) {
    .referral-section .transaction_balance {
        padding: 70px 70px;
    }
    .login, .signup {
        background: #fff;
        overflow-x: hidden;
        /*background-size: 100% 100%;*/
    }
    .login h4, .signup h4 {
        font-size: 20px;
    }
}

@media (max-width: 1023px) {
    .login .container > div, .signup .container > div {
        float: none !important;
    }
    .login h4, .signup h4 {
        display: none;
    }
    .login, .signup {
        background: #fff;
        overflow-x: hidden;
    }
}

@media (max-width: 991px) {
    /*homepage*/
    .foot-logo img {
        height: auto;
    }
    .social-item {
        padding: 0px 5px;
        font-size: 26px;
    }
    .whitepaper-link {
        margin: 20px auto;
        display: block;
        width: 300px;
    }
    .foot-top .social-list {
        margin-bottom: 0;
    }
    .foot-logo img {
        height: 50px;
        margin: 10px auto;
    }
    footer.bg-img {
        padding: 20px 0px; 
    }
    .content-wrapper {
        padding: 20px 0;
    }
    .pay-method label {
        min-height: 280px;
        margin-bottom: 20px;
    }
    .step_wizard .step2_contents ul li input {
        width: 250px;
    }

    /*Transaction page*/
    .transaction_balance {
        padding: 40px;
        margin-bottom: 40px;
    }
    .transaction_balance ul h1 {
        font-size: 18px;
    }
    .transaction_balance ul li:last-child h1 {
        margin-bottom: 0;
    }
    .transaction_balance table thead tr:first-child th span {
        padding: 10px 5px;
    }
    .referral-section .transaction_balance {
        padding: 40px;
    }
    .transaction_balance form .form-group input {
        font-size: 12px;
    }
    .referral_got_count p {
        font-size: 16px;
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .pay-method label {
        min-height: auto;
    }
    .wizard .nav-tabs>li >a {
        padding: 0 5px;
    } 
    .step_wizard .step2_contents ul.calculation_ul li {
        margin: 0;
        width: 100%;
        text-align: left;
    }
    .step_wizard .step2_contents ul li input {
        width: 100%;
        height: 45px;
        border-radius: 5px;
    }
    .step_wizard ul.list-inline li button {
        border-radius: 5px;
        font-size: 11px;
        padding: 10px 20px;
    }
    .step_wizard ul.list-inline {
        margin-top: 40px;
        text-align: center;
        width: 100%;
    }
    .step_wizard ul.list-inline li {
        float: none !important;
    }
    .eth-address-seciton p {
        font-size: 14px;
        word-wrap: break-word;
    }
    .transaction_balance {
        padding: 30px;
    }
    .table-responsive {
        border: 0;
    }
    .transaction_balance h1 {
        font-size: 16px;
    }
    .transaction_balance>h4 {
        font-size: 14px; 
    }
    .referral-section .transaction_balance {
        padding: 20px;
    }
    .referral-grid {
        margin-bottom: 40px;
    }
    .info-referral p {
        font-size: 13px; 
    }
    .info-referral {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .transaction_balance form .form-group button {
        position: relative;
        right: 0;
        top: 0;
        height: 40px;
        width: 100%;
        border: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-radius: 5px;
    }
.alert {
    position: initial !important;
    top: 63px !important;
    right: 3% !important;
    width: 100% !important;
    font-size: 14px !important;
    z-index: 1000 !important;
    transition: 0.3s !important;
}

    .transaction_balance form .form-group input {
        width: 100%;
        height: 40px;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .referral-section .transaction_balance ul li {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px; 
    } 
    .referral-section .transaction_balance ul li a {
        width: 100%;
        text-align: left;
    }
    .QR-Code form .form-control input {
        border-radius: 0;
    }
    .QR-Code form .form-control input[type="submit"] {
        position: relative;
        width: 100%;
    }
    .QR-Code form .form-control input[type="submit"] {
        border-radius: 0;
    }

    .navbar-brand.logo img {
        margin-top:0px;
    }
}

@media (max-width: 480px) 
{
    .wizard .nav-tabs>li.active>a span 
    {
        font-size: 16px;
    }
    .pay-method label:hover, .pay-method input:checked+label 
    {
        background: #185261;
        transition: none;
        transform: none;
    }
   /* .alert {
        position: initial !important;
        top: 63px !important;
        right: 3% !important;
        width: 100% !important;
        font-size: 14px !important;
        z-index: 1000 !important;
        transition: 0.3s !important;
    }*/
    .alert 
    {
        position: fixed !important;
        top: 63px !important;
        right: 0% !important;
        width: 100% !important;
        font-size: 14px !important;
        z-index: 1000 !important;
        transition: 0.3s !important;
    }
    .wizard .nav-tabs>li.active>a span.step_count 
    {
        width: 25px;
        height: 25px;
    }
    .wizard .nav-tabs>li.active>a span.step_count 
    {
        font-size: 14px;
    }
    .step_wizard .wizard 
    {
        padding: 15px;
    }
    .wizard .nav-tabs>li>a span.step_count 
    {
        width: 15px;
        height: 15px;
    }
    .wizard>div.wizard-inner 
    {
        margin-bottom: 20px;
    }
    .wizard .nav-tabs>li a 
    {
        padding: 0;
    }
    .wizard .nav-tabs>li >a span.step_count 
    {
        font-size: 10px;
    }
    .step_wizard ul.list-inline li 
    {
        float: none;
        width: 100%;
        display: inline-block;
        margin-bottom: 5px;
    }
    .step_wizard ul.list-inline li button 
    {
        width: 100%;
        display: inline-block;
    }
    .eth-address-seciton .form-control input 
    {
        height: 45px;
        border-radius: 5px;
    }
    .transaction_balance table thead tr:first-child th span 
    {
        padding: 10px 10px;
        font-size: 12px;
    }
    .transaction_balance ul h1 
    {
        font-size: 14px;
    }
    .transaction_balance ul h1 span 
    {
        float: none;
        display: block;
    }
    .QR-Code form 
    {
        display: inline-block;
        width: 100%;
        max-width: 100%;
    }
    .login .panel.panel-default .panel-body form, .signup .panel.panel-default .panel-body form 
    {
        max-width: 100%;
    }    
    .checkbox .g-recaptcha div 
    {
        margin: 0 auto;
    }
}

