/* For tablet landscape view */
@media only screen and (max-width: 1259px) {
	.whitelabel_wallet {
		margin-top: 4rem;
	}
	.whitelabel_wallet .whitelabel_banner_grid {
		grid-template-columns: 1fr 1fr;
	}
}

/* For tablet portrait view */
@media only screen and (max-width: 1023px) {
	.whitelabel_wallet .whitelabel_banner_section {
		padding: 20px 0 40px;
	}
	.whitelabel_wallet .whitelabel_banner_grid .banner_heading {
		font-size: 32px;
		line-height: 140%;
	}
	.whitelabel_wallet .whitelabel_banner_grid .banner_summary, .whitelabel_wallet .whitelabel_banner_grid .banner_tagline {
		font-size: 13px;
		line-height: 20px;
	}
	.whitelabel_wallet .whitelabel_banner_grid .banner_listing p, .whitelabel_wallet .stats-info p {
		font-size: 14px;
	}
	.whitelabel_wallet .crypto-service h4, .wallet-features-grid h4, .wallet-features-grid .info-box h5 {
		font-size: 18px;
	}
	.whitelabel_wallet .cta-section .cta-grid {
		grid-template-columns: 1fr;
		grid-gap: 2rem;
	}
	.whitelabel_wallet .cta-section h3{ 
		font-size: 20px;
	}
	.whitelabel_wallet .cta-section h2{
		font-size: 24px;
	}
	.whitelabel_wallet .stats-info h4 {
		font-size: 36px;
	}
	.whitelabel_wallet .compare_section .theme-text {
		width: 600px;
		max-width: 100%;
	}
	.whitelabel_wallet .compare_section .img-comp-slider {
		width: 40px;
		height: 40px;
		background-size: 40px;
	}
	.whitelabel_wallet .compare_section .img-comp-container {
		width: 600px;
		max-width: 100%;
		height: 400px; /*should be the same height as the images*/
	}
	.whitelabel_wallet .compare_section .img-comp-img img {
		height: 400px;
	}
	.whitelabel_wallet #wpforms-9044 .wpforms-form button[type="submit"] {
		width: 100% !important;
	}
}

/* For mobile view */
@media only screen and (max-width: 767px) {
	.whitelabel_wallet .whitelabel_banner_grid {
		grid-template-columns: 1fr;
	}
	.whitelabel_wallet .stats-info .border-right {
		border-right: none;
	}
	.whitelabel_wallet .stats-info .m-border-bottom {
		border-bottom: 1px solid #BF8DF3;
	}
	.wallet-features-grid .info-img:not(.hidden){
		margin: 20px auto 0 auto;
		display: block;
	}
	.whitelabel_wallet .features_grid {
		grid-template-columns: 1fr;
		grid-gap: 0;
	}
	.whitelabel_wallet #wpforms-form-9044 .wpforms-one-half {
		width: 100%;
		margin-left: 0;
	}
}

/* For mobile small screen view */
@media only screen and (max-width: 640px) {
	.whitelabel_wallet .compare_section .theme-text {
		width: 300px;
	}
	.whitelabel_wallet .compare_section .img-comp-container {
		width: 300px;
		height: 200px;
	}
	.whitelabel_wallet .compare_section .img-comp-img img {
		height: 200px;
	}
	.whitelabel_wallet .compare_section .theme-text p {
		font-size: 13px;
	}
	.whitelabel_wallet .compare_section{
		background-image: url(https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2025/08/25125451/wlw-theme-bg.webp);
	}
	.whitelabel_wallet .crypto-service .crypto-service-img img,.whitelabel_wallet .crypto-service .crypto-service-img.featuresImg img{
		max-width: 100%;
	}
}

/* For xtra small mobile screen view */
@media only screen and (max-width: 426px) {
	.features_tabs > div {
		font-size: 13px;
		margin: 0 .25rem;
		padding: 0.75rem;
	}
}