/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
.snip1226 {
  font-family: 'Raleway', Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
.snip1226 * {
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1226 li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 1.5em;
  overflow: hidden;
}
.snip1226 a {
  padding: 0.3em 0;
  color: #0f3256;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  margin: 0;
  text-decoration: none;
}
.snip1226 a:before,
.snip1226 a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1226 a:before {
  bottom: 100%;
  display: block;
  height: 3px;
  width: 100%;
  content: "";
  background-color: rgb(22, 82, 240);
}
.snip1226 a:after {
  padding: 0.3em 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  content: attr(data-hover);
  color: #0f3256;
  white-space: nowrap;
}
.snip1226 li:hover a,
.snip1226 .current_page_item a {
  transform: translateY(100%);
}




.rcorners1 {
  border-radius: 25px;
}
.nf-form-content label {
    font-size: 14px!important;
}
.balance_right{
margin-left: 20px!important;
    margin-top: 10px!important;
	margin-right: 20px!important;}




Resources1×0.5×0.25×Rerun
			.viewer p{
				color:#fff!important;
				font-weight:500!important;
				font-size:14pt!important;
				line-height:0px!important;
			}
			.viewer h1{
				color:#fff!important;
				font-size:40pt!important;
			}
.my-account a{
	color:#334862!important;
}
.myacc-header a{
	color:#334862!important;
}
.box-overlay.dark .box-text, .box-shade.dark .box-text {
  text-shadow: unset!important;
}
.dark h4{
	color:#26374c!important;
}
.inner-page-content{
margin-top: -100px!important;
    -webkit-box-shadow: 0px 0px 64px 31px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
    padding: unset;
	margin-bottom: 35px;}
.shadow{
	-webkit-box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.5);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
    padding: unset;
    margin-bottom: 35px;
}
.verified_value{
     color: rgb(22, 82, 240);
    font-size: 12px !important;
    font-weight: 300 !important;
    margin-left: -15px!important;
    margin-top: -10px!important;
}
.declined_value{
    color: #eb4559;
    font-size: 12px !important;
    font-weight: 800 !important;
    margin-left: -15px!important;
}
.boxLoading {
    width: 50px;
    height: 50px;
    margin: auto;
    position: relative;
    left: 0;
    right: 0;
}
.boxLoading:before {
  content: '';
  width: 50px;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: shadow 0.5s linear infinite;
}
.boxLoading:after {
  content: '';
  width: 50px;
  height: 50px;
  background: #0185e6;
  animation: animate 0.5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}
@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes shadow {
  0%,
  100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1);
  }}
  .process-title{
  text-align: center;
    position: relative;
    top: 20px;
  }
  .process-title h5{
     font-family: "Ubuntu Mono", sans-serif;
     color:#5741d9;
     font-size:24px;
  }
.letters{
	display: inline-flex;
}
.letter{
	font-size: 32px;
    text-align: center;
    font-weight: 800;
    color: #00ccce;
	margin: 20px 10px 20px 0px;
}
ul li {
 font-size:14px!important;
}

.account-container>.row {
	margin-left:auto !important;
	margin-right:auto !important;
}

input[type=button] {
	padding: 1px 20px 10px 20px !important;
    height: 20px !important;
	line-height:2.4em !important
}

.vertical-wallet-menu> li:nth-child(3) {
	display:none;
}

#login-form-popup{
	width:40%;
}
.login-lightbox{
	    padding: 70px 70px 70px 70px;
    width: 100%;
}
.nf-form-fields-required{
	display:none!important;
}
.bank-account-portfolio{
	border: 2px solid #0185e6;
	border-radius:20px;
    margin: 20px 20px 20px 20px;
	text-align:center!important;
	height: 150px;
    padding-top: 25px;
}
.acc-portfolio{
    color: #000;
    background: transparent!important;
	margin: auto 0 !important;}
.verification-css>.nav li:last-child{
	background: #0185e6!important;
    padding: 10px;
	margin:unset!important;
}
.verification-css>.nav li:nth-child(2){
	background: #dca3c8!important;
    padding: 10px;
	margin:unset!important;
}
.verification-css>.nav li:nth-child(3){
	background: #5741d9!important;
    padding: 10px;
	margin:unset!important;
}

.verification-css>.nav li:first-child{
	background: #ff8b8b!important;
    padding: 10px;
	margin:unset!important;
}
.verification-css h4 {
	font-size:24px!important;
	color: #5741d9 !important;
}
.selectize-input> .item {
    font-weight: bold;
	color: #000 !important;}

.trading-tabs,.mcw-tabs {
	height: 65px;!important
    line-height: 65px;!important}
.tradingExchange{
	    height: 150px!important;
    line-height: 150px!important;
}
.add-bank-card123 input[type='text']{
	background: transparent!important;
}
.add-bank-card123,.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea{
	background: transparent!important;
}
.add-bank-card123,.nf-input-limit{
	color:#fff!important;
}
.add-bank-card123 > .nf-form-fields-required{
	color:#fff!important;
}
.add-bank-card123 label{
	color:#fff;
}
.add-bank-card123 ::placeholder {
	color:#fff;
}
.add-bank-card123 select.ninja-forms-field {
	color: #FFF!important;}
.add-bank-account123 [type=button]{
	background: transparent!important;
    border: 1px solid!important;
    color: #fff!important;
    transition: all .5s;
	line-height: 25px!important;
}

/*** card ***/
.card {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 85.6mm;
  height: 53.98mm;
  color: #fff;
  font: 22px/1 'Iceland', monospace;
  background: #23189a;
  border: 1px solid #1e1584;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  overflow: hidden;
}
.bank-name {
  float: right;
  margin-top: 15px;
  margin-right: 30px;
  font: 800 28px 'Open Sans', Arial, sans-serif;
}
.card-verification-right{
    position: relative;
    z-index: 1000;
    width: 150px;
    height: 40px;
    background: #ff8b8ba1;
    float: right;
    bottom: 75px;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    line-height: 40px;
    border: 1px solid #fff;
    right: -2px;
}
.card-verification-right h5{
	color:#fff;
	font-weight:500;
}
.chip {
  position: relative;
  z-index: 1000;
  width: 50px;
  height: 40px;
  margin-top: 50px;
  margin-bottom: 10px;
  margin-left: 30px;
  background: #fffcb1;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #fffcb1 0%, #b4a365 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fffcb1), color-stop(100%, #b4a365));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #fffcb1 0%, #b4a365 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #fffcb1 0%, #b4a365 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #fffcb1 0%, #b4a365 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #fffcb1 0%, #b4a365 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcb1", endColorstr="#b4a365", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border: 1px solid #322d28;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px #322d28, 0 0 5px 0 0 5px rgba(144, 133, 87, 0.25) inset;
  -moz-box-shadow: 0 1px 2px #322d28, 0 0 5px 0 0 5px rgba(144, 133, 87, 0.25) inset;
  box-shadow: 0 1px 2px #322d28, 0 0 5px 0 0 5px rgba(144, 133, 87, 0.25) inset;
  overflow: hidden;
}
.chip .side {
  position: absolute;
  top: 8px;
  width: 12px;
  height: 24px;
  border: 1px solid #322d28;
  -webkit-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1) inset;
}
.chip .side.left {
  left: 0;
  border-left: none;
  -webkit-border-radius: 0 2px 2px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 2px 2px 0;
  -moz-background-clip: padding;
  border-radius: 0 2px 2px 0;
  background-clip: padding-box;
}
.chip .side.right {
  right: 0;
  border-right: none;
  -webkit-border-radius: 2px 0 0 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px 0 0 2px;
  -moz-background-clip: padding;
  border-radius: 2px 0 0 2px;
  background-clip: padding-box;
}
.chip .side:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  height: 0px;
  margin: auto;
  border-top: 1px solid #322d28;
  -webkit-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1);
}
.chip .vertical {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 8.66666667px;
  height: 12px;
  border: 1px solid #322d28;
  -webkit-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1) inset;
}
.chip .vertical.top {
  top: 0;
  border-top: none;
}
.chip .vertical.top:after {
  top: 12px;
  width: 17.33333333px;
}
.chip .vertical.bottom {
  bottom: 0;
  border-bottom: none;
}
.chip .vertical.bottom:after {
  bottom: 12px;
}
.chip .vertical:after {
  content: '';
  position: absolute;
  left: -8.66666667px;
  display: inline-block;
  width: 26px;
  height: 0px;
  margin: 0;
  border-top: 1px solid #322d28;
  -webkit-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1);
}
.data {
  position: relative;
  z-index: 100;
  margin-left: 30px;
  text-transform: uppercase;
  bottom: 35px;
}
.data .pan,
.data .month,
.data .year,
.data .year:before,
.data .name-on-card,
.data .date {
  position: relative;
  z-index: 20;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #000;
}
.data .pan:before,
.data .month:before,
.data .year:before,
.data .year:before:before,
.data .name-on-card:before,
.data .date:before,
.data .pan:after,
.data .month:after,
.data .year:after,
.data .year:before:after,
.data .name-on-card:after,
.data .date:after {
  position: absolute;
  z-index: -10;
  content: attr(title);
  color: rgba(0, 0, 0, 0.2);
  text-shadow: none;
}
.data .pan:before,
.data .month:before,
.data .year:before,
.data .year:before:before,
.data .name-on-card:before,
.data .date:before {
  top: -1px;
  left: -1px;
  color: rgba(0, 0, 0, 0.1);
}
.data .pan:after,
.data .month:after,
.data .year:after,
.data .year:before:after,
.data .name-on-card:after,
.data .date:after {
  top: 1px;
  left: 1px;
  z-index: 10;
}
.data .pan {
  position: relative;
  z-index: 50;
  margin: 0;
  letter-spacing: 1px;
  font-size: 26px;
}
.data .first-digits {
  margin: 0;
  font: 400 10px/1 'Open Sans', Arial, sans-serif;
}
.data .exp-date-wrapper {
  margin-top: 10px;
  margin-left: 64px;
  line-height: 1;
  *zoom: 1;
}
.data .exp-date-wrapper:before,
.data .exp-date-wrapper:after {
  content: " ";
  display: table;
}
.data .exp-date-wrapper:after {
  clear: both;
}
.data .exp-date-wrapper .left-label {
  float: left;
  display: inline-block;
  width: 40px;
  font: 400 7px/8px 'Open Sans', Arial, sans-serif;
  letter-spacing: 0.5px;
}
.data .exp-date-wrapper .exp-date {
  display: inline-block;
  float: left;
  margin-top: -10px;
  margin-left: 10px;
  text-align: center;
}
.data .exp-date-wrapper .exp-date .upper-labels {
  font: 400 7px/1 'Open Sans', Arial, sans-serif;
}
.data .exp-date-wrapper .exp-date .year:before {
  content: '/';
}
.data .name-on-card {
  margin-top: 10px;
}
.lines-down:before {
  content: '';
  position: absolute;
  top: 80px;
  left: -200px;
  z-index: 10;
  width: 550px;
  height: 400px;
  border-top: 2px solid #392db2;
  -webkit-border-radius: 40% 60% 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 40% 60% 0 0;
  -moz-background-clip: padding;
  border-radius: 40% 60% 0 0;
  background-clip: padding-box;
  box-shadow: 1px 1px 100px #4035b2;
  background: #2d21a6;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, rgba(45, 33, 166, 0) 100%, #2d21a6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(45, 33, 166, 0)), color-stop(100%, #2d21a6));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(45, 33, 166, 0) 100%, #2d21a6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(45, 33, 166, 0) 44%, #2d21a6 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(45, 33, 166, 0) 44%, #2d21a6 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(45, 33, 166, 0) 44%, #2d21a6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(45, 33, 166, 0)", endColorstr="#2d21a6", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.lines-down:after {
  content: '';
  position: absolute;
  top: 20px;
  left: -100px;
  z-index: 10;
  width: 350px;
  height: 400px;
  border-top: 2px solid #392db2;
  -webkit-border-radius: 20% 80% 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20% 80% 0 0;
  -moz-background-clip: padding;
  border-radius: 20% 80% 0 0;
  background-clip: padding-box;
  box-shadow: inset -1px -1px 44px #4035b2;
  background: #2d21a6;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, rgba(45, 33, 166, 0) 100%, #2d21a6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(45, 33, 166, 0)), color-stop(100%, #2d21a6));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(45, 33, 166, 0) 100%, #2d21a6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(45, 33, 166, 0) 44%, #2d21a6 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(45, 33, 166, 0) 44%, #2d21a6 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(45, 33, 166, 0) 44%, #2d21a6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(45, 33, 166, 0)", endColorstr="#2d21a6", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.lines-up:before {
  content: '';
  position: absolute;
  top: -110px;
  left: -70px;
  z-index: 2;
  width: 480px;
  height: 300px;
  border-bottom: 2px solid #392db2;
  -webkit-border-radius: 0 0 60% 90%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 60% 90%;
  -moz-background-clip: padding;
  border-radius: 0 0 60% 90%;
  background-clip: padding-box;
  box-shadow: inset 1px 1px 44px #4035b2;
  background: #4031b2;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, rgba(64, 49, 178, 0) 100%, #23189a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(64, 49, 178, 0)), color-stop(100%, #23189a));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(64, 49, 178, 0) 100%, #23189a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(64, 49, 178, 0) 44%, #23189a 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(64, 49, 178, 0) 44%, #23189a 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(64, 49, 178, 0) 44%, #23189a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(64, 49, 178, 0)", endColorstr="#23189a", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.lines-up:after {
  content: '';
  position: absolute;
  top: -180px;
  left: -200px;
  z-index: 1;
  width: 530px;
  height: 420px;
  border-bottom: 2px solid #4035b2;
  -webkit-border-radius: 0 40% 50% 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 40% 50% 50%;
  -moz-background-clip: padding;
  border-radius: 0 40% 50% 50%;
  background-clip: padding-box;
  box-shadow: inset 1px 1px 44px #4035b2;
  background: #2d21a6;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, rgba(45, 33, 166, 0) 100%, #2d21a6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(45, 33, 166, 0)), color-stop(100%, #2d21a6));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(45, 33, 166, 0) 100%, #2d21a6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(45, 33, 166, 0) 44%, #2d21a6 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(45, 33, 166, 0) 44%, #2d21a6 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(45, 33, 166, 0) 44%, #2d21a6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(45, 33, 166, 0)", endColorstr="#2d21a6", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
/**** end ****/
.normal-balance span.amount {
    font-weight: 900!important;
    font-size: 14px!important;
    color: #3d4d94!important;
}
.center-balance{
	display:-webkit-inline-box;
}
.inner-balance{
	text-align: center;
}
.inner-balance img {
}
.inner-balance h3 {
	font-size: 24px;
    color: #0794fe;
	line-height:90px;
	    margin: 10px 0px 0px -15px;
	
}
.inner-balance span {
	font-size:24px!important;
}
.inner-balance span.amount {
	font-size:24px!important;
}
.woo-wallet-content .woo-wallet-price {
	float: unset!important;}
.woo-wallet-content-heading {
    text-align: center!important;
}
span.amount {
    font-weight: 900!important;
    font-size: 35px!important;
	color: #3d4d94!important;
}
.vertical-wallet-menu li{
	margin-bottom:unset!important;
	margin-left: unset!important;
}  
ul.vertical-wallet-menu {
        position:relative;
        background:#fff;
        padding:0;
        list-style: none;
        overflow:hidden; 
    }

    .vertical-wallet-menu li a {
        width:225px;
        padding-left:20px;
        height:50px;
        line-height:50px;
        display:block;
        overflow:hidden;
        position:relative;
        text-decoration:none;
        text-transvertical-wallet-menu:uppercase;
        font-size:14px;
        color:#000;
        font-size: 15px!important;
    font-weight: 200;
    text-transform: uppercase;
        -webkit-transition:all 0.2s linear;
        -moz-transition:all 0.2s linear;
        -o-transition:all 0.2s linear;
        transition:all 0.2s linear;         
    }

    .vertical-wallet-menu li a:hover {
        background:#efefef;
    }

    .vertical-wallet-menu li:first-child {
        border-left:5px solid #ff8b8b;
    }
    .vertical-wallet-menu li:nth-child(2) {
        border-left:5px solid #dca3c8;
    }
    .vertical-wallet-menu li:nth-child(3) {
        border-left:5px solid #0c0b52;
    }
    .vertical-wallet-menu li:nth-child(4) {
        border-left:5px solid #5741d9;
    }
    .vertical-wallet-menu li:nth-child(5) {
        border-left:5px solid #ddbb00;
    }
    .vertical-wallet-menu li:last-child {
        border-left:5px solid #0185e6;
    }


    .vertical-wallet-menu li a:hover i {
        color:#ea4f35;
    }

    .vertical-wallet-menu i {
        margin-right:15px;
        vertical-align: middle;
        -webkit-transition:all 0.2s linear;
        -moz-transition:all 0.2s linear;
        -o-transition:all 0.2s linear;
        transition:all 0.2s linear; 
    }

    .vertical-wallet-menu em {
        font-size: 10px;
        background: #ea4f35;
        padding: 3px 5px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;        
        font-style: normal;
        color: #fff;
        margin-top: 17px;
        margin-right: 15px;
        line-height: 10px;
        height: 10px;       
        float:right;
    }

    .vertical-wallet-menu li.selected a {
        background:#efefef;
    }

.woo-wallet-my-wallet-container .woo-wallet-sidebar{
    width:20%!important;
}
#hidden_div {
    display: none;
}
.foo {
  width: 100%;
  height: 350px;
  overflow-y: hidden;
	border:0;
  content: '';
  top: 0;
  left: 0;
}
.foo1 {
  width: 100%;
  height: 450px;
  overflow-y: hidden;
	border:0;
  content: '';
  top: 0;
  left: 0;
}
.foo2 {
  width: 100%;
  height: 550px;
  overflow-y: hidden;
	border:0;
  content: '';
  top: 0;
  left: 0;
}
.foo3 {
  width: 100%;
    height: 1300px;
  overflow-y: hidden;
	border:0;
  content: '';
  top: 0;
  left: 0;
}
.foo5 {
  width: 100%;
  height: 900px;
  overflow-y: hidden;
	border:0;
  content: '';
  top: 0;
  left: 0;
}
.withdrawal2{
	height:450px!important;
}

.footer a,p{
	font-weight:100!important;
	color:#597188!important;
}
.footer h3{
	color:#0f3256!important;
	margin-left: -5px;
}
.account-link {
font-weight: 300!important;
font-style: normal;
text-transform: uppercase;
}
.banner h3 {
    font-size: 2em!important;
}
.mcw-box.mcw-white-theme {
	border: none!important;}

.flickity-page-dots{
    margin-bottom: -15px!important;
}
.toggle-nav-dark a{
	color:#26374b !important;
	font-size:12pt !important;
}
.nav-dark .nav>li>a {
	color:#fff !important;
	font-size:12pt !important;
	
}

.nav > li > a, .links > li > a {
	text-transform:uppercase !important;
}

.nav-dropdown {
	box-shadow:unset;
}


.menu-footer-1-container ul {
    list-style-type: none!important;
	margin-left: -22px;}
.menu-footer-2-container ul{
	list-style-type: none!important;
	margin-left: -22px;
}
.menu-footer-3-container ul {
    list-style-type: none!important;
	margin-left: -22px;}
.menu-footer-4-container ul {
    list-style-type: none!important;
	margin-left: -22px;}
.large-header {
   position: relative;
   width: 100%;
   overflow: hidden;
   background-size: cover;
   background-position: center center;
   z-index: 1;
background: linear-gradient(to right, #0f0c29, #302b63, #24243e);
}

.crypto .mcw-rounded {
	box-shadow: unset !important;
	background:rgba(144, 144, 218, 0.3);
}
.cryptoboxes .mcw-converter {
	padding:unset!important;
    line-height: 0!important;
}
.cryptoboxes .mcw-converter-one .mcw-form-control {
    margin: 0px 0px 20px 0px!important;
}
.selectize-control.single .selectize-input {
    -webkit-box-shadow:unset!important;
    box-shadow:unset!important;
    background-color: unset!important;
    background-image: unset!important;
    background-repeat: unset!important;
	border-radius: unset!important;	
	border-color: rgba(0,0,0,0.05)!important;
}
.cryptoboxes .mcw-converter-one .mcw-field {
background:transparent!important;
border-radius: unset!important;	
border-color: #000;!important;
border: 1px solid #000!important;
color: #000!important;
}
.selectize-control.single .selectize-input {
    border-color: #000!important;
	border-right: 0px!important;
color:#000!important;}
.inline-col>.col-inner{
	display:inline-flex;
}
.inline-col>.col-inner img{
	padding-right: 10px;
}
.subscribe-col input[type='NAME']{
	width: 15%!important;
    height: 50px;
    color: #26374b;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform:unset!important;
    text-indent: unset!important;
    text-shadow: unset!important;
    display: inline-block;
    text-align: start;
    background-color: transparent!important;
    margin-right: 20px!important;
    padding-left: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #26374b;
    border-image: unset!important;
	font-family: "Ubuntu Mono", sans-serif;
}
.subscribe-col input[type='LNAME']{
	font-family: "Ubuntu Mono", sans-serif;
	width: 15%!important;
    height: 50px;
    color: #26374b;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform:unset!important;
    text-indent: unset!important;
    text-shadow: unset!important;
    display: inline-block;
    text-align: start;
    background-color: transparent!important;
    margin-right: 20px!important;
    padding-left: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #26374b;
    border-image: unset!important;
}
.subscribe-col input[type='EMAIL']{
	font-family: "Ubuntu Mono", sans-serif;
	width: 50%!important;
    height: 50px;
	color: #26374b!important;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform:unset!important;
    text-indent: unset!important;
    text-shadow: unset!important;
    display: inline-block;
    text-align: start;
    background-color: transparent!important;
    margin-right: 20px!important;
	margin-bottom: 3px!important;
    padding-left: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #26374b;
    border-image: unset!important;
}
.subscribe-col input[type='EMAIL']::placeholder,[type='NAME']::placeholder,[type='LNAME']::placeholder{
	color:#26374b!important;}
/***** Buttons ****/
.btn {
	line-height: 50px;
	height: 50px;
	text-align: center;
	width: 250px;
	cursor: pointer;
}
   .btn-three {
	color: #FFF;
	transition: all 0.5s;
	position: relative;
}
.btn-three::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,255,255,0.1);
	transition: all 0.3s;
}
.btn-three:hover::before {
	opacity: 0 ;
	transform: scale(0.5,0.5);
}
.btn-three::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	border: 1px solid rgba(255,255,255,0.5);
	transform: scale(1.2,1.2);
}
.btn-three:hover::after {
	opacity: 1;
	transform: scale(1,1);
}

.button1.type3 {
  color: #000;
  background:transparent!important;
}
.button1.type3.type3::after, .button1.type3.type3::before {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 20%;
  border: 1px solid;
  transition: all 0.6s ease;
  border-radius: 2px;
}
.button1.type3.type3::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #000;
  border-right-color: #000;
}
.button1.type3.type3::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #000;
  border-left-color: #000;
}
.button1.type3.type3:hover:after, .button1.type3.type3:hover:before {
  width: 100%;
  height: 100%;
}
.btn-convert{
	width:100%;}
.subscribe-btn{
	height:54px!important;
	margin-bottom: 2px!important;
}
.nf-fu-fileinput-button {
  color: #000!important;
	background:transparent!important;
}
.nf-fu-fileinput-button::after, .nf-fu-fileinput-button::before {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 20%;
  border: 1px solid;
  transition: all 0.6s ease;
  border-radius: 2px;
}
.nf-fu-fileinput-button::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #000;
  border-right-color: #000;
}
.nf-fu-fileinput-button::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #000;
  border-left-color: #000;
}
.nf-fu-fileinput-button:hover:after, .nf-fu-fileinput-button:hover:before {
  width: 100%;
  height: 100%;
}
.nf-progress {
    background-color: #0185e6!important;
    height: 15px!important;
}
.nf-progress-container {
	height: 15px!important;}
.upload-box{
	border: 1px solid #000; 
    padding: 20px 20px 20px 20px;
}

/******** Inner Pages *******/
/** About **/

/** End of About **/
/** Pricing **/
.pricing-table-wrapper{
	font-family:"Ubuntu Mono", sans-serif!important;
} 
.pricing-table-wrapper span {
	font-size:12px!important;
}
.price{
	font-size:20px;
}
/** End of pricing **/
/** my account **/
.normal-title {
	background-color: #1d2535!important;}
.mb-0 {
    color: #fff!important;
}
.page-title-inner small{
	color:#fff!important;
}
.main-navigation:not(.toggled) .dropdown-menu-toggle {
    display: none;
}

.main-navigation .main-nav ul li.menu-item-has-children > a {
    padding-right:  20px;
}
.dataTables_wrapper{
	padding:30px 30px 30px 30px!important;
}

.chosen-container-single .chosen-single {
	background:unset !important;
}


.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
	border-top: unset !important;
    border-bottom: 1px solid black !important;
    box-shadow: none !important;
    border-right: unset !important;
    border-left: unset !important;
}

select#nf-field-73 {
    box-shadow: none;
}

.nf-error-msg, .ninja-forms-req-symbol {
	display:none;
}

		@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.nav>li>a {
    color: #26374c;
    font-size: 12pt !important;

}
.without_image img{
	display:none!important;
}
.font_heading h3 span{
	font-size:20px!important;
}
.withdrawal_switcher {
	width: 330px!important;
    height: 50px!important;
    margin-top: 35px!important;}
.withdrawal_switcher  .chosen-container-single .chosen-single {
    border: 1px solid #c4c4c4!important;
	height: 50px!important;
}
.withdrawal_switcher  .chosen-container .chosen-drop {
	border: 1px solid #c4c4c4!important;
}
.withdrawal_switcher  .chosen-container-single .chosen-single span {
    margin-right: 26px;
    color: #787878!important;
    margin-top: 5px!important;
    font-size: 16px!important;
}
.withdrawal_switcher  .chosen-container .chosen-results li.active-result {
    color: #787878!important;
    margin-left: -18px!important;
    font-size: 16px!important;
}
.woo-wallet-content-h3  {
    font-size: 20px!important;
    color: #0794fe!important;
	overflow:visible!important;
	line-height: normal;
}
.woo-wallet-content-h3-1 {
    font-size: 35px!important;
	color: #0794fe!important;
padding-top: 20px!important;
    font-size: 35px!important;
    color: #0794fe!important}