/* ------------------------------------------------------- */
/* Large devices (desktops, less than 1200px)
/* ------------------------------------------------------- */
@media (max-width: 1199px) {
	.bonus_box {
		min-height: 540px;
	}
}


/* ------------------------------------------------------- */
/* Medium devices (tablets, less than 992px)
/* ------------------------------------------------------- */
@media (max-width: 991px) {
	#home img {
		width: 100%;
	}
}


/* ------------------------------------------------------- */
/* Small devices (landscape phones, less than 768px)
/* ------------------------------------------------------- */
@media (max-width: 767px) {
	.bonus_box {
		min-height: inherit;
	}
	.content h2 {
		font-size: 30px;
	}
}


/* ------------------------------------------------------- */
/* Extra small devices (portrait phones, less than 576px)
/* ------------------------------------------------------- */
@media (max-width: 575px) {
	.content {
		padding: 30px 0;
	}
	#footer img {
		width: 100%;
	}
	.content h2 {
		font-size: 20px;
	}
	#step_2 h3 {
		font-size: 18px;
	}
	.bonus_heading p {
		font-size: 16px;
		line-height: 30px;
	}
	.cus_btn {
		font-size: 18px;
		padding: 8px 15px;
	}
}