@charset "utf-8";



@media screen and (max-width: 980px) {
.thank-you-container .ro-button-container{width: 60%;}
/* Save Offer Title (header) */
.ro-right-header-bg {
	float: left;
	width: 100%;
}
.ro-right-header {
	justify-content: center;
}
/* Save Offer Title (header) */

/* Sub Header */
.ro-right-sub-header-bg {
	float: left;
	width: 100% !important;
}
.ro-right-sub-header {
	align-items: center;
}
.ro-right-sub-header p {
	text-align: center;
}
/* Sub Header */

/* Left col */
.left_col {
	width: 100%;
}
.left_col_wrap {
	width: 60%;
}
.redeemer_coupon_image {
	margin-top: 0px;
}
/* Left col */

/* Right col */
.right_col {
	margin-top: 40px;
	float: left;
	width: 100%;
}
.right_col_wrap {
	float: none;
	width: 90%;
	height: auto;
	margin: 0px auto;
}

/* Form */
.form_label {
	float: left;
	width: 100%;
}
.form_icon_table {
	display: none;
}
.ro-input {
	width: 100%;
}
.ro-print-section {
	float: left;
	width: 100%;
}

.send_container_wrap {
	width: 80%;
	height: auto;
	margin: 0px auto;
}
/* Form */

/* Right col */


}

@media screen and (max-width: 500px) {
	/* .thank-you-container .ro-button-container{width: 60%;} */
	.left_col_wrap {
		width: 90%;
	}
}