.customer-account-create .page-wrapper #maincontent,
.customer-account-create .columns .column.main{
	padding-bottom: 0px;
	padding-top: 0px;
}
.createaccount_banner_wpwheelhouse{
    display: flex;
    align-items: center;
	padding: 20px 20px;	
	background: #000;
    margin: 20px 0px;
}
.createaccount_banner_wpwheelhouse.yellowbg{
	background: #fbb03b;
	margin: 0px;
}
.iconimg-wr{
    padding-right: 30px;
    position: relative;
    border-right: 1px solid #fff;
    margin-right: 30px;
	width: 80px;
}
.createaccount_banner_wpwheelhouse.yellowbg .iconimg-wr{
	border-right: 1px solid #000;	
}
.iconimg-wr img{
	display: block;
	margin: 0px auto;
	max-width: 36px;
}
.iconimg-wr.iconthree_svg img{
	max-width: 30px;
}
.italic{
	font-style: italic;
}
.createaccount_banner_wpwheelhouse .content h2{
    margin-bottom: 1rem;
	margin-top: 0px;	
}
.createaccount_banner_wpwheelhouse .content p{
    color: #fff;
    margin: 0px;
    font-size: 12px;
    line-height: 1.2;
	display: block;	
}
.createaccount_banner_wpwheelhouse .content p.mobile-hidden{
	display: none;
}
.mobile-style-tishisxiao{
	color: #fff;
    margin: 20px 0px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-top: 0px;
    font-size: 14px;
}
.createaccount_bottomblock_centerbanner{
    background: #000;
    padding: 20px;
}
.createaccount_banner_groups{
	display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 5px;
	margin: 0px;
    padding: 0px;
}
.createaccount_banner_groups.column-two{
    grid-template-columns: repeat(2,1fr);
    margin-top: 5px;
    padding-left: 5.5%;
    padding-right: 5.5%;
}
.createaccount_banner_group_img img{
    display: block;
    margin: 0px auto;
}
.createaccount_banner_group{
    position: relative;
    margin: 0px;
    list-style: none;
    padding: 0px;
}
.createaccount_banner_group_content{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}
.createaccount_banner_group_content > strong{
	display: block;
	font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "Gotham";
    font-weight: 900;
}
.createaccount_banner_group_content > strong.yellow-color{
	color: #fbb03b;
}
.white-color{
	color: #fff;
}
.yellow-color{
	color: #fbb03b;
}

@media(min-width: 480px){
	.createaccount_banner_groups{
		gap: 10px;
	}
	.createaccount_banner_groups.column-two{
		margin-top: 10px;;
	}
}
@media(min-width: 640px){
	.createaccount_banner_groups{
		gap: 15px;
	}
	.createaccount_banner_groups.column-two{
		margin-top: 15px;
	}
	.createaccount_banner_group_content > strong{
		font-size: 14px;
	}
}
@media(min-width: 768px){
	.createaccount_banner_groups{
		gap: 20px;
	}
	.createaccount_banner_groups.column-two{
		margin-top: 20px;
	}
	.createaccount_banner_group_content > strong{
		font-size: 22px;
	}	
	.iconimg-wr{
		width: 110px;
	}
	.iconimg-wr img{
		max-width: 40px;
	}
	.iconimg-wr.iconthree_svg img{
		max-width: 32px;
	}
	.customer-account-create .page-wrapper #maincontent,
	.customer-account-create .columns .column.main{
		padding-top: 40px;
	}
	.mobile-style-tishisxiao{
		display: none;
	}
	.createaccount_banner_wpwheelhouse .content p.mobile-hidden{
		display: block;
	}
}

@media(min-width: 992px){
	.createaccount_banner_wpwheelhouse{
		padding: 30px 50px;	
	}
	.iconimg-wr{
	    padding-right: 50px;
		margin-right: 50px;
		width: 160px;
	}
	.iconimg-wr img{
		max-width: 50px;
	}
	.iconimg-wr.iconthree_svg img{
		max-width: 40px;
	}
	.createaccount_bottomblock_centerbanner{
	    padding: 30px;
	}
	.createaccount_banner_group_content > strong{
		font-size: 28px;
	}
	.createaccount_banner_wpwheelhouse .content p{
		font-size: 16px;
	}
}
@media(min-width: 1200px){
	.createaccount_banner_group_content > strong{
		font-size: 32px;
	}	
}





