/*************head***********/
@media (min-width: 640px){
	.top-of-the-page,
	.top-of-the-page .desktop-background-image{
		height: 577px;
	}
}

@media (max-width:640px){
	.top-of-the-page{
		position:relative;
		height: 110vw;
	}	

	.top-of-the-page .container-1019 {
		height: 100%;
		display: grid;
		grid-column: 2 / 3;
		display: grid;
		grid-template-rows: repeat(2, 1fr);
		align-items: center;
		text-align: center;
	}

	.top-of-the-page .desktop-background-image{
		display:none;
	}
	.top-of-the-page h1 {
		font-size: 6.7vw !important;
	}

	.top-of-the-page .mobile-background-image{
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		left:0;
	}


}

.top-of-the-page .icons li a span,
.bottom-banner .icons li a span{
	margin-top: 10px;
	display: inline-flex;
	align-items: center;
	padding: 12px 39px 14px 40px;
	border-radius: 22.5px;
	font-weight: bold;
}


.top-of-the-page .icons li a span:after,
.bottom-banner .icons li a span:after{
	content: '';
	width: 6px;
	height: 12px;
	background-image: url(/wp-content/uploads/2020/01/less-than-icon-white.png);
	margin-right: 10px;

}

@media (max-width: 1023px) {
	.top-of-the-page .icons li a span, .bottom-banner .icons li a span{
		margin-top: -20px;
		padding: 7px 29px 8px 30px;
	}

}


/*************head end***********/


/*************info start***********/

.single-process .desc-title h3,
.single-process .desc-title h4,
.single-process .desc-title h5,
.single-process .desc-title h6 {
	margin: 0;
	font-size: inherit;
}

.token-info-wrap {
	margin-top: 124px;
}

.token-info-wrap .container-1019 {
	display: grid;
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	justify-content: space-between;
	grid-template-columns: 48% 1fr;
}

.page-id-2640 .token-info-wrap .container-1019 {
	/* 	border-bottom: 1px solid #d6d6d6; */
}

.page-id-2640 .token-info-wrap .container-1019 .token-info-right {
	flex-basis: 70%;
}

.token-info-left {    
	align-self: center;
}

.page-id-2640 .token-info-left {
	align-self: end;
}

.token-info-right .features .single-feature {
	display: flex;
	align-items: center;
}

.token-info-right .features .single-feature .balance-icon {
	display: flex;
	width: 68px;
	flex-shrink: 0;
}

.token-info-right .features .single-feature .balance-icon img {
	max-width: 68px;
}

.token-info-right .features .single-feature:not(:last-child) {
	margin-bottom: 12px;
}

.token-info-right .features .single-feature .features-text-wrap {
	font-size: 20px;
}

.token-info-right .info-key-icon {
	display:flex;
}

.page-id-2640 .info_sub_text {
	font-size: 0.875rem;
	color: #474747;
	padding-bottom: 11px;
}

.token-main-title-mobile{display:none;}

@media (max-width: 1023px) {

	.token-info-wrap {
		margin-top: 50px;
	}

	.token-main-title {
		text-align: center;
		font-size: 7.6vw !important;
	}

	
		.token-main-title .bt-br {
		display: none;
	}
	
	.token-info-left{margin-top: 60px;}
	
	.token-main-title.title_above_mobile_pic-1{display:none;}
	.token-main-title-mobile.token-main-title-mobile.title_above_mobile_pic-1,
	.token-main-title-mobile.token-main-title-mobile.title_above_mobile_pic-1 .bt-br{
		display:block;
	}

	.token-main-title .bt-br {
		display: none;
	}

	.token-info-wrap .container-1019 {
		display: block;
	}

	.token-info-wrap .container-1019.reverse-1{
		display: flex;
		flex-direction: column-reverse;
	}
	
	.token-info-wrap .container-1019.reverse-1 .token-info-left{
		margin-top:0;
		margin-bottom:60px;
	}

	.token-info-right .features .single-feature .number {
		font-size: 2.859em !important;
	}

	.token-info-right .features .single-feature .text {
		font-size: 1.625em !important;
	}

	.token-info-right .features .single-feature .text {
		font-size: 4.5vw !important;
	}

	.token-info-right .info_sub_text {
		font-size: 5vw;
		margin: 45px auto 15px;
	}

	.page-id-2640 .token-info-right .info_sub_text {
		text-align: right;
		font-weight: 400;
	}

	.token-info-right .info-key-icon{    justify-content: space-evenly;}

	

	.token-info-right .features .single-feature .features-text-wrap .features-title {
		font-size: 5.4vw;
	}

	.token-info-right .features .single-feature .balance-icon{
		justify-content: center;
	}
}

/*************info end***********/

/* .only-a-question .more-questions a {
border: 2px solid #347ab8;
border-radius: 55px;
padding: 5px 15px;
display: table;
} */

/*************how to***********/

.how-to-wrap  {
	margin-top: 207px;
	height: 793px;
	display: grid;

}

.how-to-wrap .container-1019 {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	grid-column: 2 / 3;
	grid-row: 1 / -1;
}


.how-to-wrap .mobile-background-image,
.how-to-wrap .desktop-background-image
{
	grid-column: 1 / 4;
	grid-row: 1 / -1;}


.how-to-wrap .container-1019 .howto-main-title{
	margin: 0 0 20px 0;
}


.how-poits-single{
	display:flex;
	align-items: center;
}

.how-poits-single .how-number-wrap{
	color:#009FF3;
	font-size:58px;
}

.how-poits-single .how-text-wrap{padding: 0 19px 0 15px;}

.how-bottom-wrap {
	display:flex;
	align-items: center;
	font-size:20px;
	border-top: 1px solid #e1e1e1;
	padding-top: 45px;
	margin-top: 51px;
}

.how-bottom-wrap .how-bottom-text {
	margin-right:19px;
	max-width:445px;
}

@media (min-width: 1023px) {
	.how-to-wrap .mobile-background-image{display:none;}

}

@media (max-width: 1023px) {
	.how-to-wrap {
		height: unset;
		margin-top: 120px;
	}

	.how-to-wrap .container-1019 {
		align-items: flex-start; 
		grid-column: 1 / 4;
		grid-row: 1 / -1;
	}

	.how-bottom-wrap {
		margin-top: 18px;
		border-top: none;
	}

	.how-bottom-wrap .how-bottom-text {
		margin-right: 0;
	}

	.how-to-wrap .desktop-background-image{display:none;}
	.how-to-wrap .container-1019 .howto-main-title{font-size: 9vw !important;}
	.how-poits-single .how-number-wrap{    font-size: 8vw;}
	.how-poits-single .how-text-wrap{font-size: 4.5vw !important; padding: 0 12px 0 0px;}
	.how-to-wrap .mobile-background-image{    grid-row: 2 / 2;     margin: -130px 0 0;}
}
/*************how to end***********/

/*************above process start***********/

.above-procces-wrap .container-1019{
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	padding: 10px 0 90px 0px;
}


.procces-pop-up-link span{
	font-weight: bold;
	padding: 11px 35px 13px 34px;
	border-radius: 20px;
	margin-top:20px;
}

.procces-pop-up-link span:after{
	content: '';
	width: 6px;
	height: 12px;
	background-image: url(/wp-content/uploads/2020/01/less-than-icon-white.png);
	margin-right: 10px;
	display: inline-flex;
}

@media (max-width: 1023px) {

	.above-procces-wrap .container-1019 h3{
		font-size: 9vw !important;
	}
	.procces-pop-up-link span{
		padding: 7px 29px 8px 30px;
	}

}

/*************above process end***********/
/*************process start***********/

.procces-all-wrap .container-1019{
	display:grid;
	margin-top:150px;
}

.procces-main-title{
	margin:0;
}

.procces-main-title,
.the-process{
	grid-area: 1 / 1 / 2 / 2;
}

.single-process-wrap .single-process{  
	border-bottom: 1px solid #d6d6d6;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	margin-top:40px;
}

.procces-all-wrap .single-process-wrap .single-process .image-wrapper {
	position: relative;
}

.procces-all-wrap .single-process-wrap:nth-child(even) .single-process .image-wrapper {
	flex-shrink: 0;
}

.desc-title-image {
	margin-right:20px;
}

.single-process-wrap:nth-child(even) .single-process {
	flex-direction: row-reverse;
}

.the-process.last-img-1 .single-process-wrap:nth-child(even):last-child .single-process{
	flex-direction: unset;
}

.single-process .text-wrapper {
	align-self: center;
}

.desc-text-second-wrap {
	display: flex;
	align-items: center;
}

@media (min-width: 1024px){
	.procces-all-wrap .single-process-wrap:nth-child(1) .single-process {
		padding-left: 120px;
	}

	.procces-all-wrap .single-process-wrap:nth-child(2) .single-process {
		padding-left: 35px;
	}

	.page-id-2640 .procces-all-wrap .single-process-wrap:nth-child(2) .single-process {
		padding-right: 34px;
	}

	.page-id-2640 .procces-all-wrap .single-process-wrap:nth-child(3) .single-process,
	.page-id-2640 .procces-all-wrap .single-process-wrap:nth-child(5) .single-process{
		padding-left: 166px;
	}

	.page-id-2640 .procces-all-wrap .single-process-wrap:nth-child(4) .single-process {
		padding-right: 26px;
	}

	.page-id-2640 .procces-all-wrap .single-process-wrap:last-child .single-process {
		border-bottom: 1px solid #d6d6d6;
	}

	.procces-all-wrap .single-process-wrap:last-child .single-process {
		border: none;
		margin: 100px 0 30px;
	}

	.procces-all-wrap .last-border-1 .single-process-wrap:last-child .single-process {
		border-bottom: 1px solid #d6d6d6;
	}



	.single-process-wrap:nth-child(even) .text-wrapper {
		width: 100%;
		padding-right: 80px;
	}

	.page-id-2577 .single-process-wrap:last-child .single-process .text-wrapper {
		padding-right: 66px;
	}

	.procces-all-wrap .single-process-wrap .single-process .process-mobile-img,
	.procces-all-wrap .single-process-wrap .single-process .process-title-mobile {
		display: none;
	}

	.single-process .desc-title {
		margin: 0 0 17px 0;
		display: flex;
		align-items: flex-end;
	}
}

@media (max-width: 1023px) {
	.procces-main-title, .the-process {
		grid-area: auto;
		font-size: 9vw !important;
	}

	.procces-all-wrap .container-1019 {
		width:100%;
		margin-top: 80px;
	}

	body:not(.page-id-2640) .procces-all-wrap .single-process-wrap:last-child .single-process{
		display: grid;
	}

	.procces-all-wrap .single-process-wrap:not(:last-child) .single-process >*{
		width:50%;
	}

	.procces-all-wrap .single-process-wrap .single-process .description .desc-title{
		font-size: 5.3vw !important;
	}

	.procces-all-wrap .single-process-wrap .single-process .description .desc-text{
		font-size: 4vw !important;
		margin-top: 1.5vw;
		line-height: 5vw;
	}

	.procces-all-wrap .single-process-wrap .single-process .description .desc-text .bt-br {
		display: initial;
		margin-right: 4px;
	}

	.procces-all-wrap .single-process-wrap .single-process .description .desc-title .mobile-br{
		display:block;
	}


	.procces-main-title,
	.procces-all-wrap .single-process-wrap:nth-child(1) .single-process .text-wrapper ,
	.procces-all-wrap .single-process-wrap:nth-child(3) .single-process .text-wrapper {
		padding-right: 6%;
	}

	.procces-all-wrap .single-process-wrap:nth-child(2) .single-process .text-wrapper {
		padding-left: 6%;
	}

	.page-id-2577 .procces-all-wrap .single-process-wrap:nth-child(even):not(:last-child) .single-process .text-wrapper {
		padding-right: 20px;
	}

	.page-id-2640 .procces-all-wrap .single-process-wrap:nth-child(odd) .single-process .text-wrapper {
		padding-left: 15px;
	}

	.page-id-2640 .procces-all-wrap .single-process-wrap:nth-child(even) .single-process .text-wrapper {
		padding-right: 15px;
	}

	.page-id-2640 .procces-all-wrap .single-process-wrap:last-child .single-process .text-wrapper {
		padding-right: 6%;
	}

	.procces-all-wrap .single-process-wrap .single-process .process-desktop-img,
	.procces-all-wrap .single-process-wrap .single-process .process-title-desktop{
		display:none;
	}

	.single-process-wrap:not(:last-child) .single-process .desc-title {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		align-items: baseline;
		width: fit-content;
	}

	.single-process-wrap:not(:last-child) .single-process .desc-title .process-title-mobile{
		grid-area: 1 / 1 / 2 / 3;
	}

	.single-process-wrap:not(:last-child) .single-process .desc-title-image{
		grid-area: 2 / 2 / 1 / 2;
	}

	body:not(.page-id-2640) .single-process-wrap:last-child,
	body:not(.page-id-2640) .single-process-wrap:last-child .image-wrapper {
		width: 88%;
		margin: 0 auto;
	}

	.page-id-2577 .procces-all-wrap .single-process-wrap:last-child .single-process {
		border-bottom: none;
	}

	.page-id-2577 .procces-all-wrap .single-process-wrap:last-child .single-process .image-wrapper {
		margin-top: 40px;
	}

	.desc-text-second {
		font-size: 3vw;
	}
}

@media (max-width: 600px){
	.desc-text-second{
		font-size: 4vw;
	}
}

/*************process end***********/

/*************bottom banner***********/

.bottom-banner {
	margin-top: 80px;
}

@media (max-width: 1023px){
	.bottom-banner .mobile-background-image {
		background-size: cover;
	}
}
@media (max-width: 640px){
	.bottom-banner .container-1019 .desc-icons .desc {
		font-size: 5.5vw;
	}
}

/*************end bottom banner***********/



/*
//=============================================================
// NOTES
//=============================================================
*/

.notes{
	border-top: 1px solid #D7D7D7;
	padding-top: 60px;
}

.notes ul {
	padding-right: 40px;
	list-style-type: disc;
	font-size: 1.063rem;
	color: #474747;
	max-width: 668px;
	line-height: 1.5;
}

.notes ul li:not(:last-child) {
	margin-bottom: 10px;
}

@media (max-width: 1023px) {
	.notes ul {
		font-size: 1.625rem;
	}
}

@media (max-width: 1023px) {
	.notes ul {
		font-size: 4vw;
	}
}

/*
//=============================================================
// NOTES - END
//=============================================================
*/




