/*
GreedyCoupon Lite 
	Copyright: (c) 2017 Aman Yadav(livertigo.com)
	License: GNU General Public License v3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
.clear {
	clear: both;
}
.display-inline {
	display: inline-block;
	vertical-align: middle;
}
.v-align-top {
	vertical-align: top;
}
.green {
	background-color: #8BC34A !important;
}
.orange {
	background-color: #fd8a17 !important;
}
.blue {
	background-color: #0b69c9 !important;
}
.red {
	background-color: #ff0505 !important;
}
.white {
	background-color: #ffffff !important;
}
.bg_dark {
	background: #f2f2f2 !important;
}
<!--
---Border------> 
.border-dash-green {
 border: 2px dashed #00c506 !important;
 color: #07cb04 !important;
}
.border-bottom {
	border-bottom: 1px solid #ccc;
}
.border-left {
	border-left: 1px solid #ececec;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.txt-right {
	text-align: right;
}
.col-rz-1 {
	width: 15%
}
.col-rz-2 {
	width: 25%
}
.col-rz-3 {
	width: 40%
}
.col-rz-4 {
	width: 45%
}
.col-rz-5 {
	width: 50%
}
.col-rz-6 {
	width: 55%
}
.col-rz-7 {
	width: 60%
}
.col-rz-8 {
	width: 70%
}
.col-rz-9 {
	width: 75%
}
.col-rz-10 {
	width: 85%
}
.col-md-11 {
	width: 90%
}
.col-rz-12 {
	width: 100%
}
/*----------Coupon page-----------*/
.redirect-wrap {
	background: #f8f9f9;
}
.redirect-page-content {
	padding: 58px 0px 0px 0px;
	margin: 0 auto;
	max-width: 1130px;
	text-align: center;
}
.redirect-page-header img{
	max-width: 200px;
}
.rp-slogan-text{
	margin-top: 100px;
}