
/* PAGE STRUCTURE */
* { box-sizing: border-box;
}

html, body {
  background-color: #e5e5e5;
  font-family: 'Apex New', verdana, sans-serif;
  font-size: 16px;
  /*max-width: 2100px;*/
  margin: 0;
  padding: 0;
}

p, a{
margin: 0;
padding: 0;
}

a{
  text-decoration: none;
}

a:hover  {
	/*background: #a2224e;*/
	color:#FFFFFF;
}

/* MAIN BLOCKS FOR PAGE USING FLEX  - FLEX MAKES PAGE CONTENT AUTO RESIZE*/

.wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
}
main,  footer{
  width: 100%
}

/*BANNER LAYOUT */
header{
  background: #FFFFFF;
  width: 100%;
  border: 0px;
  box-shadow: 0 0 10px #6c6c6c;
  position: sticky;
  height: auto;
  z-index: 9;
  top: 0;
}

.main-logo{
  width: 200px;
  height: 63px;
}

.main-logo img{
  width:100%;
}

.header-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 70px;
}

.main-cta a{
  width: 228px;
  height: 50px;
  /*border-radius: 25px;*/
  opacity: 1;
  outline: none;
  background-color: #22A94D;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 22px;
  /*font-weight: bold;*/
  padding: 12px 25px;
}

.main-cta :hover{
	background-color:#216e35;
	color:#FFFFFF;
}

.main-cta :active{
	background-color:#216e35;
	color:#FFFFFF;
}

/*FOOTER */

.footersection{
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: space-evenly;
 background-color: #FFF;
}

.footline{
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-evenly;
background-color: #F9BA15;
height: 33px;
}





.legal-footer{
  font-size:  13px;
  text-align: center;
  color: #414042;
  width:70%;
  padding: 10px;
  line-height: 25px;

}


.btm-cta{
	align-items: center;	
  margin-top:50px;
  margin-bottom: 50px; /*temp*/
}

.btm-cta-login{
	width: 380px;
  height: 76px;
  /*border-radius: 54px;*/
  opacity: 1;
  outline: none;
  background-color: #FFFFFF;
  border: 1px solid #777676;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: #777676;
  font-size: 22px;
  padding:7px 40px;
  font-weight:bold;
}

.btm-cta-login:hover{
background-color: #FFFFFF;
border: 2px solid #777676;
color: #000000;
/*border-radius: 54px;*/
}

.btm-cta-login:active{
	background-color: #FFFFFF;
border: 2px solid #777676;
color: #000000;
}

/*BITCOIN SECTION - LAST BLOCK ON PAGE*/
.bitcoin {
  background-color: #ffffff;
  width:100%;
}

.bitcoin-container{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.green-block-right{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #22A94D;
  width:50%;
  padding-top:40px;
  padding-bottom:40px;
}


.bitcoin-img img{
  width: 100%;
}

/*DESKTOP LAYOUT STARTING FROM 1920px*/


.bitcoin-img{
  width: 80%;
  /*height: 474px;*/
  margin: 0 auto;
}

.white-block{
display: flex;
flex-direction: column;
color: #000000;
text-align: center;
font-size: 40px;
width: 50%;
margin: 20px;
padding: 20px 50px;
}
.white-title{
color:#313233;
text-transform: uppercase;
text-align: left;
font-size: 40px;
font-weight:bold;
padding:0px 30px;
}

.white-copy{
font-family:'Source Sans Pro', verdana, sans-serif;
color:#414042;
text-align: left;
font-size: 14px;
padding:20px 30px;
line-height:17pt;
}

.green-copy{
font-family:'Source Sans Pro', verdana, sans-serif;
color:#ffffff;
text-align: left;
font-size:14px;
padding:10px 80px 30px 80px;
line-height:20pt;
}

.bitcoin-title{
color: #FFFFFF;
text-transform: uppercase;
text-align: left;
width:100%;
padding: 10px 75px;
font-weight:bold;
}


.benefits-cta{
  margin:40px;
}

.btm-benefits-cta{
  width: 520px;
  height: 80px;
  /*border-radius: 54px;*/
  opacity: 1;
  outline: none;
  background-color: #22A94D;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 25px;
  padding: 13px 40px;
  
}

.btm-benefits-cta:hover{
	background-color: #216e35;
	color: #ffffff;
	transition: all 0.4s ease 0s;
	/*border-radius: 54px;*/
}

/*Block2*/
.dktp-icon{
	width:100%;
	margin: 0 auto;
}
.usefulsection{
	background-color:#F4F4F4;
	width:100%;
}

.useful-container{
	display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
	padding-bottom:20px;
}

.useful-title{
	color: #414042;
	text-align: center;
	font-size: 28px;
	font-weight:bold;
	margin: 0 auto;
	padding: 30px 10px;
	width:100%;
}

.icon-list1{
	display: flex;
	flex-wrap: nowrap;
	width:70%;
	margin: 0 auto;
	padding: 10px 0;
	color:#6A6A6A;
}

.icon-line {
  font-size: 14px;
  color:#6A6A6A;
  display: inherit;
  margin:0 auto;
  width:25%;
}

.img-icon{
	width: 36px;
	height:36px;
}

.icon-copy{
	padding:0 10px;
	color:#6A6A6A;
	text-align:left;
	margin: 10px 0;
}

.icon-copy a{
	color:#6A6A6A;
	text-decoration:none;
}

.icon-list3{
	display: flex;
	flex-wrap: nowrap;
	width:70%;
	margin: 0 auto;
	padding: 10px 0;
}

/*END Block 2*/

/*Mobile Block 2*/

.mob-icon{
	display:none;
}

/* END Mobile Block 2*/
.legal-title{
	width: 100%;
	font-size: 30px;
	color: #3E3E3E;
	font-weight:900;
	text-align: center;
	margin: 0 auto;
	padding-top: 50px;
	padding-right:20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


@media only screen and (max-width:1580px) {
.white-block {
font-size: 38px;
}

.white-title{
font-size: 38px;
}

.bitcoin-title{
font-size: 30px;
width:100%;
}


.benefits-cta{
  margin: 0 auto;
  /*width: 520px;*/
  /*height: 65px;*/
  /*font-size: 22px;*/
  padding-top:30px;
  padding-bottom:10px;
  padding-right:0px;
  padding-left:0px;
}

.legal-footer{
  font-size:  14px;
}


}

@media only screen and (max-width:1370px) {

.bitcoin-title{
	
}

}

@media only screen and (max-width:1279px) {
.white-block{
font-size:36px;
}

.white-title{
font-size: 36px;
}

.bitcoin-title{
font-size: 36px;
}


.benefits-cta{
  font-size: 18px;
}

.legal-footer{
  font-size:  14px;
}


}

 
@media only screen and (max-width:1230px) {


}

@media only screen and (max-width:1049px) {
.white-block{
font-size: 34px;
}

.white-title{
font-size: 34px;
}

.bitcoin-title{
font-size: 34px;
}

.benefits-cta{
  font-size: 18px;
}

.legal-footer{
  font-size:  14px;
}


}

@media only screen and (max-width:979px) {

.bitcoin-img{
width:65%;
}

.benefits-cta{
	font-size: 18px;
	text-align:center;
}

.bitcoin-container{
display: flex;
flex-direction: column;
}

.white-block{
	width:100%;
}

.green-block-right{
	width:100%;
}

.icon-list1{
	width:80%;
}
.icon-list3{
	width:80%;
}

.img-icon{
	width:32px;
}


}



@media only screen and (max-width:668px) {


.green-block-right {
    padding-bottom: 40px;
}

.white-block {
margin: 0 auto;
width:90%;
font-size: 22px;
padding: 0 0 30px 0;	
}

.white-title{
width:80%;
font-size: 22px;
padding-top: 50px;
}

.white-copy{
	padding: 25px 30px;
}

.bitcoin-title{
	margin:0 auto;
	/*width:80%;*/
	font-size: 22px;
	text-align: left;
    font-weight: bold;
	padding: 10px 45px;
}

.green-copy{
	padding: 0 45px 20px 45px;
}

.useful-title{
	margin: 0 auto;
	width:80%;
	font-weight:bold;
}

.legal-footer{
	width:95%;
	font-size: 14px;
    line-height: unset;
}

}

@media only screen and (max-width:604px) {
	
.dktp-icon{
	display:none;
}

.mob-icon{
	display: block;
	width: 100%;
	margin: 0 auto;
	color:#6A6A6A;
}

.mob-left{
	width:50%;
	float:left;
}

ul{
	list-style:none;
}

ul li::before{
	content: "\2022";
	color: #22A94D;
	border: #3F8B28;
	font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
  text-decoration:none;
}

.mob-left a{
	color: #6A6A6A;
	text-decoration:none;
}

.mob-right{
	width:50%;
	float:right;
}

.mob-right a{
	color: #6A6A6A;
	text-decoration:none;
}
		
}



@media only screen and (max-width:521px), screen and (max-width:479px), screen and (max-width:463px) {
.header-wrapper{
	margin: 10px 25px;
}

.main-cta a{
	/*width: 143px;*/
	font-size: 15px;
}

img {max-width:100%;}		
	

}

@media only screen and (max-width:449px), screen and (max-width:439px),screen and (max-width:430px) {
	.main-logo img{
	width:80%;
	height:auto;
}

.header-wrapper{
	margin: 10px 25px;
}

.main-cta a{
	/*width: 143px;*/
	font-size: 15px;
}

		
}


@media only screen and (max-width:411px), screen and (max-width:366px), screen and (max-width:345px), screen and (max-width:339px){
	.header-wrapper{
	margin: 0 25px;
}

	.main-logo{
	width:65%;
	height:auto;
	padding: 8px 0 5px 0;
}

	.main-logo img{
	width:65%;
}

	.main-cta{
	width: 36%;
	font-size:12px;
}

	.main-cta a{
	font-size:10px;
}

.white-block {
	margin: 0 auto;
	width: 90%;
	font-size: 20px;
	padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
}

.white-title{
    margin: 0 auto;
    width: 100%;
    font-size: 20px;
    padding: 0px;
}

.white-copy{
	padding: 25px 0;
}
 
.bitcoin-title{
	margin: 0 auto;
    width: 100%;
    font-size: 20px;
    padding: 0 20px;
 }
 
.green-copy{
	padding:20px;
	
}
}

@media only screen and (max-width:338px), screen and (max-width:322px){
.main-logo{
	   width: 60%;
    height: auto;
    padding: 8px 0 5px 0;
	
}	

	.main-cta a{
	font-size:9px;
}
}

@media only screen and (max-width:321px){
	.main-logo {
    width: 50%;
    height: auto;
    padding: 8px 0 5px 0;
}

.main-cta{
	width:auto;
}
	
}