body {
	margin:  0;
}



/* ***************************************************************************************************************** */

body {
	background: #fafafa;
	color: #333333;
	margin-top: 5rem;
  }
  
  h1, h2, h3, h4, h5, h6 {
	color: #444444;
  }
  
  .bg-steel {
	background-color: #062f4f;
  }
  
  .site-header .navbar-nav .nav-link {
	color: #cbd5db;
  }
  
  .site-header .navbar-nav .nav-link:hover {
	color: #ffffff;
  }
  
  .site-header .navbar-nav .nav-link.active {
	font-weight: 500;
  }
  
  .content-section {
	background: #ffffff;
	padding: 10px 20px;
	border: 1px solid #dddddd;
	border-radius: 10px;
	margin-bottom: 20px;
  }
  
  .article-title {
	color: #444444;
  }
  
  a.article-title:hover {
	color: #428bca;
	text-decoration: none;
  }
  
  .article-content {
	white-space: pre-line;
  }
  
  .article-img {
	height: 65px;
	width: 65px;
	margin-right: 16px;
  }
  
  .article-metadata {
	padding-bottom: 1px;
	margin-bottom: 4px;
	border-bottom: 1px solid #e3e3e3
  }
  
  .article-metadata a:hover {
	color: #333;
	text-decoration: none;
  }
  
  .article-svg {
	width: 25px;
	height: 25px;
	vertical-align: middle;
  }
  
  .account-img {
	height: 125px;
	width: 125px;
	margin-right: 20px;
	margin-bottom: 16px;
  }
  
  .account-heading {
	font-size: 2.5rem;
  }
  
  #box{
	width: 500px;
	overflow: hidden;
	background: white;
	box-shadow: 0 0 10px black;
	border-radius: 10px;
	position: absolute;
   top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	padding: 10px;
   text-align: center;
	display: none;
  }
  
  #box h1{
  
	color: brown;
  
  }
  .close{ 
	font-size: 18px;
	cursor: pointer;
	border-radius: 1px solid #000;
  }
  
  
  /* Dropdown  */
  
  .dropbtn {
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
  }
  
  .dropdown,.dropdown2 {
	position: relative;
	display: inline-block;
  }
  
  .dropdown-content{
	height: 250px;
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 200px;
	right: 0px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
  }
  .dropdown-content2{
	display: none;
	position: absolute;
	background-color: #e3e3e3;
	min-width: 200px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
  }
  
  .dropdown-content a,.dropdown-content2 a{
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
  }
  
  .dropdown-content a:hover{background-color: #f1f1f1}
  .dropdown-content2 a:hover {background-color: #cbd5db}
  
  .dropdown:hover .dropdown-content,.dropdown2:hover .dropdown-content2{
	display: block;
  }
  
  
  .overlay{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
  }
  /* Turn off scrollbar when body element has the loading class */
  body.loading{
	overflow: hidden;   
  }
  /* Make spinner image visible when body element has the loading class */
  body.loading .overlay{
	display: block;
  }
  
	/* ****************************************************************************************************************************************** */
.page-content {
	width: 100%;
	margin:0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;

}
.form-v1-content   {
	background: #fff;
	/* width: 820px; */
	width: 100%;
	margin:0;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	display: flex;
	display: -webkit-flex;
}

.maincontainer{
	padding-top:3rem;
}

#btc_address_qr_code img{
    margin :10px 0px 10px 200px;
	
}
.form-register .steps li a {
	text-decoration: none;
	outline: none;
	-o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
}
.form-register .steps li a .title {
	display: flex;
	padding: 15px 25px 15px 35px;
}

.form-register .steps li a .step-text {
    color: #ccc;
    font-weight: 600;
    font-size: 15px;
    padding: 25px 0 8px;
}



.inner .form-row #radio {
    margin-top: -5px;
    margin-left: 7px;
}
.inner .form-row #checkbox {
	margin: 10px 0 28px 11px;
    font-size: 15px;
    color: #666;
    font-weight: 400;
}
input
{
   border:  2px solid #e5e5e5;
}

.inner .form-row .form-holder , legend , label {
	font-size: 13px;
	font-weight: 700;
	color: #999;
}

.actions {
	float: right;
    width: 540px;
    background: #fff;
}
.actions ul {
    list-style: none;
    padding: 0 50px;
    margin: 13px 0 35px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.actions ul li.disabled,
.actions ul li:first-child {
	opacity: 0;
}
a span{
	color: #fff;
	text-decoration: none;
	font-size: small;
}


/* Responsive */


/* @media screen and (max-width: 991px)  */

li .active p{
    background-color: #f0b324;
    color: white;
}
.active{
    display: block;
}
.dot {
  height: 50px;
  width: 50px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  text-align:center;
  padding:14px;

}
.steps{

   background-color:  #062f4f;
   border-radius: 10px 0 0 10px;
}
.prvious a,.next a{
    color: #062f4f;
	text-decoration: none;
}
form:not(:first-of-type),#progressbar li a:not(:first-of-type) {
	display: none;
}

form .next{
    float: right;

}
form .previous{
    float: left;    
}
.col span,#back_errors{
    display: none;
    font-size: 11px;
    font-weight: 700;
}
section:not(.active){
  display:none;
}
.form-v1-content .wizard-form {
	width: 100%;
}

#qrcode
{
	margin-left: 70px;
	padding: 5px;
}

.loginpage{
	padding: 20px 30px;
	box-sizing: border-box;
	width: 80%;
	margin: 20px 10%;
	position: relative;
	background: #fff;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	font-family: 'Open Sans', sans-serif;
	}

.tickermiddlediv
{
	position:relative;
	width:150px;
	background-color: #FF914D;
	color: whitesmoke;
	border-radius: 5px;
	padding: 10px;
	margin: 0 24px;
	box-sizing: border-box;
	box-shadow:2px 3px 5px #062f4f;
}



 @media (max-width: 850px){
	 
.dot
{
	height: 40px;
	width: 40px;
	background-color: white;
	border-radius: 50%;
	display: inline-block;
	text-align:center;
	padding:8px;
	box-sizing: border-box;
	
}
	.maincontainer{
		padding:3px;
	}
	.loginpage
	{
		padding:20px 30px;
		/* box-sizing: border-box; */
		width: 100%;
		margin: 20px 0;
		position: relative;
		background: #fff;
		border-radius: 10px;
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
		font-family: 'Open Sans', sans-serif;
	  }
	 a span{
		color: #fff;
		text-decoration: none;
		text-align: center;
		padding:3px ;
	}
	#btc_address_qr_code img{
		margin :0px 0px 0px 110px;
	}

	
}

/* @media (max-width: 576px){
	.tickermiddlediv
	{
		position:relative;
		width:90px;
		font-size: 9px;
		background-color: #FF914D;
		color: whitesmoke;
		border-radius: 5px;
		padding: 10px;
		margin: 0 ;
		box-sizing: border-box;
		box-shadow:2px 3px 5px #062f4f;
	}

	#btc_address_qr_code img {
		margin: 0 0 0 10px;
		width: 150px;
	}
	.wizard-header,.wizard-header h3,h2,p,.wizard-header h4,ul li,div button,tr th,tr td,.form-group label,input , select{
        font-size: small;
    }
	
	.dropdown-content{
		display: none;
		position: absolute;
		background-color: #f9f9f9;
		min-width: 200px;
		right: 75px;
		right: 8px;
		bottom:7px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 1;
	}
	  
}
 */

@media only screen and (max-width:330px){
	.tickermiddlediv
	{
		position:relative;
		width:100%;
		font-size: 9px;
		background-color: #FF914D;
		color: whitesmoke;
		border-radius: 5px;
		padding: 3px;
		margin: 0 ;
		box-sizing: border-box;
		box-shadow:2px 3px 5px #062f4f;
		/* display: none; */
	}
	.tickermiddlediv span {
		margin:10px;
	}

	.steps{

		background-color:  #062f4f;
		border-radius: 10px 0 0 10px;
		font-size: 13px ;
		padding: 0;
		margin: 0;
		display: None;

	 }
	#btc_address_qr_code img {
		margin: 0 0 0 10px;
		width: 150px;
	}
	.wizard-header,.wizard-header h3,h2,p,.wizard-header h4,ul li,div button,tr th,tr td,.form-group label,input , select{
        font-size: small;
    }
	#brand_img
	  {
		  /* content: url("{% static 'logoImages\m_icon.png' %}"); */
		  width: 111px;
		  height: 50px;
	  }
	.dropdown-content{
		display: none;
		position: absolute;
		background-color: #f9f9f9;
		min-width: 200px;
		right: 75px;
		right: 8px;
		bottom:7px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 1;
	}
}

@media only screen and (min-width: 330px) and (max-width:500px) {
	.tickermiddlediv
	{
		position:relative;
		width:83px;
		font-size: 9px;
		background-color: #FF914D;
		color: whitesmoke;
		border-radius: 5px;
		padding: 10px;
		margin: 0 ;
		box-sizing: border-box;
		box-shadow:2px 3px 5px #062f4f;
		/* display: none; */
	}
	.tickermiddlediv span {
		display: block;
	}

	#btc_address_qr_code img {
		margin: 0 0 0 10px;
		width: 150px;
	}
	.wizard-header,.wizard-header h3,h2,p,.wizard-header h4,ul li,div button,tr th,tr td,.form-group label,input,.step-text , select{
        font-size: small;
    }
	#brand_img
	  {
		  /* content: url("{% static 'logoImages\m_icon.png' %}"); */
		  width: 110px;
		  height: 50px;
	  }
	.dropdown-content{
		display: none;
		position: absolute;
		background-color: #f9f9f9;
		min-width: 200px;
		right: 75px;
		right: 8px;
		bottom:7px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 1;
	}
	.steps{

		background-color:  #062f4f;
		border-radius: 10px 0 0 10px;
		font-size: 13px ;
		padding: 0;
		margin: 0;
		display: None;

	 }
}

@media (min-width: 500px) and (max-width:800px) {
	.tickermiddlediv
	{
		position:relative;
		width:83px;
		font-size: 9px;
		background-color: #FF914D;
		color: whitesmoke;
		border-radius: 5px;
		padding: 10px;
		margin: 0 ;
		box-sizing: border-box;
		box-shadow:2px 3px 5px #062f4f;
		/* display: none; */
	}
	.tickermiddlediv span {
		display: block;
	}
	.steps{

		background-color:  #062f4f;
		border-radius: 10px 0 0 10px;
		font-size: 13px ;
		padding: 0;
		margin: 0;
		display: None;

	 }

	#btc_address_qr_code img {
		margin: 0 0 0 10px;
		width: 150px;
	}
	.wizard-header,.wizard-header h3,h2,p,.wizard-header h4,ul li,div button,tr th,tr td,.form-group label,input ,.step-text, select{
        font-size: small;
    }
	#brand_img
	  {
		  /* content: url("{% static 'logoImages\m_icon.png' %}"); */
		  width: 110px;
		  height: 50px;
	  }
	.dropdown-content{
		display: none;
		position: absolute;
		background-color: #f9f9f9;
		min-width: 200px;
		/* right: 75px; */
		right: 8px;
		bottom:7px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 1;
	}
}

@media (min-width: 992px) and (max-width:1030px) {
	.tickermiddlediv
	{
		position:relative;
		width:117px;
		font-size: 12px;
		background-color: #FF914D;
		color: whitesmoke;
		border-radius: 5px;
		padding: 10px;
		margin: 0 ;
		box-sizing: border-box;
		box-shadow:2px 3px 5px #062f4f;
		/* display: none; */
	}
	.tickermiddlediv span {
		display: block;
	}

	#btc_address_qr_code img {
		margin: 0 0 0 10px;
		width: 150px;
	}
	.wizard-header,.wizard-header h3,h2,p,.wizard-header h4,ul li,div button,tr th,tr td,.form-group label,input,.step-text , select{
        font-size: small;
    }
	#brand_img
	  {
		  /* content: url("{% static 'logoImages\m_icon.png' %}"); */
		  width: 110px;
		  height: 50px;
	  }

	  .dot {
		height: 40px;
		width: 40px;
		background-color: white;
		border-radius: 50%;
		display: inline-block;
		text-align:center;
		padding:11px;
		box-sizing: border-box;
		
	  }

	  .steps{

		background-color:  #062f4f;
		border-radius: 10px 0 0 10px;
		font-size: 12px ;
		padding: 0;
		margin: 0;
		box-sizing: border-box;

	 }

	 a span{
		color: #fff;
		text-decoration: none;
		padding:3px ;
		font-size: small;
		box-sizing: border-box;
	}
	#progressbar{
		border-radius: 5px;
	} 
	#qrcode
	{
		padding-right: 30px;
		margin-left: 0;
		/* padding: 5px; */
	}
	
}
