.token-form label{
	color: #000000;
	font-size: 18px;
}
.copy-btn{
	margin-top: 37px;
}
.token-form .form-control{
	background: #11028b;
    border: 2px solid #eceeef;
    color: #fff;
    font-size: 20px;
}
.token-form{
	margin-top: 40px;
}
.token-item {
    float: left;
    position: relative;
    line-height: 1em;
    margin: 0px 16px;
}
.token-item { 
	width: 17%; 
}
.token-item:last-child{
	display: block;
}
@media screen and (max-width: 1224px) {
	.token-item { 
  	width: 33.33%; 
  }
    .token-item:last-child{
    	display: none;
    }  
}

@media screen and (max-width: 720px) {
.token-item { 
	width: 50%;
	 }
.token-item:last-child{
	display: block;
}
.banner-section2{
	background-size: cover;
}
}

@media screen and (max-width: 480px) {
  .token-item { 
  	width: 100%;
  	 }
}
.token-list{
	display: flex;
	list-style-type: none;
}
.token-list li{
	padding: 5px;
	color: #ffffff;
	font-size: 18px;
}
.token-allocation-item{
	list-style-type: none;
	margin-left: -12%;
  color: #ffffff;
/*  font-size: 20px;*/
}
.d3-3{
    font-size: 3.3rem;
    font-weight: 600;
    line-height: 120%;
    display: block;
}
.fs-16{
	font-size: 16px;
}
.banner-social-icon{
	padding-top: 24px;
    padding-left: 29%;
}
.social li .social__itemeight{
background-color: #ff4500;
}
.social li .social__itemseven{
	background-color: #706a6a;
}
.social li .social__itemsix{
background-color: #ba8104;
}
.social li .social__itemfive{

}
.social li .social__itemfour{

}
@media only screen and (max-width: 426px) {
  .banner-social-icon {
    padding-top: 24px;
    padding-left: 15%;
}
}
@media only screen and (max-width: 376px) {
  .banner-social-icon {
    padding-top: 24px;
    padding-left: 10%;
}
}
@media only screen and (max-width: 321px) {
  .banner-social-icon {
    padding-top: 24px;
    padding-left: 3%;
}
}