/*popups*/
.spu-box {
	width: 95% !important;
	background-color: #adb022 !important;
	margin: 40px 5px !important;
}
.spu-box h1 {
	font-size: 42px !important;
	line-height: 48px !important;
	text-align: center !important;
	padding: 10px 40px !important;
	color: #ffffff !important;
}
.spu-box p {
	font-size: 32px !important;
	line-height: 34px !important;
	color: white !important;
}
.spu-box .popup-button {
	font-size: 30px !important; 
	line-height: 35px !important;
	font-weight: bold !important;
	color: white !important;
	background-color: orange;
	padding: 20px !important; 
	margin: 10px 20px !important; 
	border-radius: 5px !important;
	border: none !important;
	text-align: center !important;
}
.spu-box .popup-button-red {
	background-color: red !important;
}
.spu-box .popup-button-blue {
	background-color: #50bbe8 !important;
}
.spu-box table th {
	width: 50%;
}

@media only screen and (min-width: 1200px) {

.spu-box {
	width: 50% !important;
	margin: 3% 20% !important;
}
.spu-box h1 {
	font-size: 30px !important;
	line-height: 34px !important;
	padding: 10px 50px !important;
}
.spu-box p {
	font-size: 18px !important;
	line-height: 22px !important;
}
.spu-box .popup-button {
	font-size: 20px !important; 
	line-height: 25px !important;
	padding: 10px !important;
}

}

@media only screen and (max-width : 1199px) { 
	
.spu-box {
	width: 95% !important;
	background-color: #adb022 !important;
	margin: 40px 5px !important;
}
.spu-box h1 {
	font-size: 34px !important;
	line-height: 38px !important;
	padding: 10px 10px !important;
	margin-bottom: 10px !important;
}
.spu-box p {
	font-size: 18px !important;
	line-height: 22px !important;
}
.spu-box .popup-button {
	font-size: 18px !important; 
	line-height: 22px !important;
	padding: 10px !important; 
	margin: 10px 10px !important; 
	border-radius: 5px !important;
	border: none !important;
}
.spu-box .popup-button-red {
	background-color: red !important;
}
.spu-box .popup-button-blue {
	background-color: #50bbe8 !important;
}
.spu-box table th {
	width: 50%;
}
}

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

	.spu-box {padding: 10px !important;}
	.spu-box h1 {font-size: 24px !important;}
	.spu-box .popup-button {padding: 5px 3px !important; margin: 3px !important;}
	.spu-box p {font-size: 16px !important; font-weight: normal !important; line-height: 18px !important;}
}

