body {
	background: #fff;
}

.container .header {
	padding: 20px 120px;
	background: #fff;
	overflow: auto
}

.header .logo {
	height: 26px;
}

.header .city-dropdown-holder {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.city-dropdown-holder .drop-down-arrow {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	height: 16px;
}

.city-dropdown-holder .city-dropdown {
	display: inline-block;
	vertical-align: top;
	border: none;
	-webkit-appearance: none;
	border: 1px solid rgba(0,0,0,.12);
	width: 172px;
	text-align: left;
	background: none;
	padding-left: 12px;
	margin-left: 40px;
	height: 30px;
	cursor: pointer;
}

.header .join-share-cta-holder {
	display: inline-block;
	float: right;
}

.join-share-cta-holder .join-cta-holder {
	display: inline-block;
	vertical-align: middle;
}

.join-share-cta-holder .share-cta-holder {
	display: inline-block;
	vertical-align: middle;
	margin-left: 32px;
}

.join-cta-holder .join-info {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	margin-right: 12px;
}

.join-cta-holder .join-cta {
	background: #fff;
	color: #ef1c74;
	border: 1px solid #ef1c74;
	padding: 8px 28px;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	font-size: 12px;
	font-weight: 500;
}

.join-cta-holder .join-cta:hover {
	background: rgba(239,28,116,.3);
	border-color: transparent;
}

.share-cta-holder .share-cta {
	display: inline-block;
	margin-left: 12px;
	overflow: hidden;
	height: 28px;
	vertical-align: middle;
}

.share-cta .share-icon {
	height: 28px
}

@media(max-width: 800px) {
	.container .header {
		padding: 8px;
	}

	.header .logo {
		height: 24px;
		margin-top: 6px;
	}

	.header .join-share-cta-holder {
		float: none;
		display: flex;
		align-items: center;
		margin-top: 16px;
	}

	.join-share-cta-holder .join-cta-holder {
		flex-grow: 1;
	}

	.join-cta-holder .join-info {
		font-size: 10px;
		margin-right: 4px;
	}

	.join-cta-holder .join-cta {
		padding: 4px 18px
	}

	.join-share-cta-holder .share-cta-holder {
		margin-left: 0;
		flex-grow: 1;
		text-align: right;
	}

	.header .city-dropdown-holder {
		position: absolute;
		right: 8px;
		top: 12px;
	}

	.city-dropdown-holder .city-dropdown {
		margin-left: 0;
		width: 124px;
	}
}

/* About Section */
.container .about {
	background: #fff;
}

.about .banner-holder {
	height: 600px;
}

.banner-holder .banner {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about .about-info {
	margin-top: 64px;
}

.about-info .info-text {
	color: rgba(0, 0, 0, .87);
	line-height: 28px;
	text-align: center;
	font-size: 20px;
	padding-bottom: 36px;
	margin: 0 120px;
}

.info-text .sub-text {
	display: block;
}

.about-info .info-stats {
	text-align: center;
	padding-bottom: 64px;
}

.info-stats .info-stat {
	display: inline-block;
	border-right: 1px solid rgba(0,0,0,.12);
	padding: 0 60px;
}

.info-stats .info-stat:last-child {
	border-right: 0;
}

.info-stat .stat-count {
	display: block;
	font-size: 48px;
	color: #ef1c74;
	font-weight: 500;
}

.info-stat .stat-name {
	font-size: 14px;
	display: inline-block;
	margin-top: 8px;
	color: rgba(0, 0, 0, 0.54);
}

@media(max-width: 800px) {
	.about .banner-holder {
		height: auto
	}

	.about .about-info {
		margin-top: 32px
	}

	.about-info .info-text {
		margin: 0 16px;
		font-size: 16px;
		line-height: 20px;
		padding-bottom: 24px;
	}

	.info-stats .info-stat {
		border: none;
		display: block;
		padding: 0;
		margin-bottom: 32px;
	}

	.info-stat .stat-count {
		font-size: 40px
	}

	.info-stat .stat-name {
		font-size: 12px;
		margin-top: 2px;
	}

	.about-info .info-stats {
		padding-bottom: 32px;
	}

	.info-stats .info-stat:last-child {
		margin-bottom: 0;
	}
}

/* Merchant Collection */
.container .merchant-collection {
	width: 83%;
	margin: 80px auto;
}

.merchant-collection .collection-heading {
	font-size: 40px;
	font-weight: bold;
	color: rgba(0, 0, 0, .87);
	text-align: center;
}

.merchant-collection .collection-sub-heading {
	font-size: 16px;
	margin-top: 16px;
	color: rgba(0, 0, 0, .87);
	font-weight: 500;
	text-align: center;
}

.collection-sub-heading .sub-heading-text {
	display: inline-block;
	line-height: 32px;
	font-size: 24px;
	text-align: center;
	vertical-align: middle;
	font-weight: 500;
}

.sub-heading-text.important {
	color: #ef1c74;
}

.collection-sub-heading .next-arrow {
	vertical-align: middle;
	margin: 0 24px;
	display: inline-block;
}

.sub-heading-text span {
	font-weight: bold;
}

.merchant-collection .collections-holder {
	margin: 40px 0;
	display: block;
	overflow: auto;
}

.merchant-collection .view-more-holder {
	text-align: center;
}

.view-more-holder .view-more {
	background: #ef1c74;
	color: #fff;
	padding: 14px 58px;
	display: inline-block;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	margin-top: 8px;
}

/* collection vouchers */

.collections-holder .voucher-wrapper {
	width: 25%;
	float: left;
	display: inline-block;
	padding: 12px;
}

.voucher-wrapper .voucher {
	width: 100%;
	cursor: pointer;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	display: inline-block;
	background: #fff;
	vertical-align: top;
	padding: 0
}

.collections-holder .voucher:hover {
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.12);
}

.collections-holder .banner-holder {
	height: 158px;
	object-fit: fill;
	background: #e5e5e5;
	overflow: hidden;
	position: relative;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.banner-holder .banner {
	opacity: 1;
	width: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.voucher .voucher-merchant-details {
	width: 100%;
	padding: 16px 24px;
	position: relative;
}

.voucher .voucher-merchant-details .merchant-logo {
	position: absolute;
	top: 12px;
	left: 16px;

	height: 40px;
	width: 40px;

	border-radius: 2px;
	border: solid 1px #e5e5e5;
	z-index: 20;
}

.voucher .voucher-merchant-details h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	color: rgba(0, 0, 0, 0.87);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.voucher .voucher-merchant-details h5 {
	font-size: 16px;
	line-height: 1.43;
	color: rgba(0, 0, 0, 0.54);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.voucher .voucher-details {
	width: 100%;
	padding: 12px 16px;
	padding-top: 0;
	position: relative;
}

.voucher-details h3 {
	font-size: 14px;
	line-height: 1.43;
	color: rgba(0, 0, 0, 0.54);
}

.voucher-details h3 .voucher-price {
	color: rgba(0, 0, 0, 0.54);
	font-weight: bold;
}

.voucher-details h5 {
	font-size: 14px;
	line-height: 1.43;
	color: rgba(0, 0, 0, 0.54);
}

.voucher-details .voucher-off {
	position: absolute;
	right: 16px;
	top: 50%;
	border: none;
	border-radius: 2px;
	background-color: #00ACB7;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.43;
	color: #ffffff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media(max-width:800px) {
	.container .merchant-collection {
		width: 100%;
		margin: 32px 0;
	}

	.merchant-collection .collection-heading {
		font-size: 20px;
		width: 200px;
		margin: 0 auto;
		line-height: 24px;
	}

	.collection-sub-heading .sub-heading-text {
		font-size: 12px;
	}

	.collection-sub-heading .next-arrow {
		margin: 0 4px;
		height: 12px;
		width: 12px;
	}

	.collections-holder .banner-holder {
		height: 96px;
	}

	.merchant-collection .collections-holder {
		margin: 24px 0;
		padding: 0 16px;
	}

	.voucher .voucher-merchant-details .merchant-logo {
		width: 80px;
		height: 80px;
		border-radius: 8px;
	}

	.collections-holder .voucher-wrapper {
		width: 50%;
		float: left;
		padding: 6px 4px;
	}

	.voucher-wrapper .voucher {
		width: 100%;
		border-radius: 8px;
	}

	.voucher .voucher-merchant-details h3 {
		font-size: 14px;
	}

	.voucher .voucher-merchant-details h5 {
		font-size: 12px;
	}

	.voucher .voucher-merchant-details {
		padding: 8px;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
	}

	.voucher .voucher-details {
		padding-left: 106px;
	}

	.voucher-details h3 {
		font-size: 12px;
		font-weight: 500;
	}

	.voucher-details h5 {
		font-size: 12px;
	}

	.view-more-holder .view-more {
		padding: 10px 40px;
	}
}

/* How it Works */
.container .how-it-works {
	padding: 64px 0;
	background: #f7f7fa;
	text-align: center;
}

.how-it-works .illustration {
	width: 448px;
	height: 448px;
}

.how-it-works .heading {
	margin: 0 auto;
	font-size: 24px;
	font-weight: bold;
	color: rgba(0, 0, 0, .54);
	text-align: left;
	margin-bottom: 72px;
	text-align: center;
}

.how-it-works .working-info-holder {
	margin: 0 auto;
	vertical-align: top;
}

.working-info-holder .working-info {
	display: inline-block;
	width: 28%;
}

.working-info .image {
	width: 160px;
	height: 160px;
}

.working-info .info-text {
	font-size: 24px;
	color: rgba(0, 0, 0, .87);
	width: 86%;
	display: inline-block;
	margin-top: 32px;
	line-height: 32px;
}

.info-text span {
	font-weight: bold
}

.working-details-holder .working-details {
	display: inline-block;
	margin-bottom: 28px;
}

.working-details-holder .working-details:last-child {
	margin-bottom: 0;
}

.working-details .detail-image {
	height: 64px;
	width: 64px;
	display: inline-block;
	vertical-align: top;
}

.working-details .details {
	display: inline-block;
	margin-left: 28px;
	vertical-align: top;
	width: 64%;
}

.details .detail-heading {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}

.details .detail-text {
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.54);
	margin-top: 8px;
	line-height: 1.3;
}

@media(max-width: 800px) {
	.container .how-it-works {
		padding: 32px 0;
	}

	.how-it-works .heading {
		margin-bottom: 24px;
		text-align: center;
		font-size: 12px;
	}

	.working-info-holder .working-info {
		width: auto;
		margin-bottom: 24px;
		text-align: left;
		padding: 0 40px;
	}

	.working-info-holder .working-info:last-child {
		margin-bottom: 6px;
	}

	.working-info .info-icon {
		width: 56px;
		height: 56px;
		vertical-align: middle;
	}

	.working-info .info-text {
		font-size: 14px;
		line-height: 20px;
		margin-top: 0;
		vertical-align: middle;
		width: 70%;
		text-align: left;
		margin-left: 12px;
	}
}

/* FAQ Section */
.container .faq {
	background: #fff;
	padding: 96px 0;
	padding-bottom: 56px;
}

.faq .faq-heading {
	width: 69%;
	margin: 0 auto;
	font-size: 24px;
	font-weight: bold;
	color: rgba(0, 0, 0, .54);
	text-align: center;
}

.faq .questions-container {
	width: 69%;
	margin: 64px auto;
}

.questions-container .question-wrapper {
	border: 1px solid #ffdadf;
	border-radius: 8px;
	position: relative;
	transition: .2s background;
	margin-bottom: 16px;
}

.questions-container .question-wrapper:last-child {
	margin-bottom: 0;
}

.question-wrapper .question {
	cursor: pointer;
	background: rgb(255,255,255);
	background: linear-gradient(152deg, rgba(255,255,255,1) 0%, rgba(255,238,241,1) 100%);
	font-size: 24px;
	padding: 24px;
	border-radius: 8px;
}

.question .slide-down {
	position: absolute;
	right: 12px;
	height: 18px;
	transition: .2s transform;
}

.down .slide-down {
	transform: rotate(180deg);
}

.question-wrapper .answer {
	font-size: 20px;
	line-height: 1.25;
	color: rgba(0,0,0,.87);
	font-weight: 500;
	padding-top: 14px;
	display: none;
	padding: 24px;
}

.container .final-message {
	background: #fff;
	text-align: center;
	padding-bottom: 24px;
	font-size: 40px;
	line-height: 48px;
	font-weight: bold;
}

.final-message span {
	position: relative
}

.final-message .heart {
	position: absolute;
	right: 39px;
	height: 14px;
	top: 0px;
}

.container .social-links {
	text-align: center;
	margin-bottom: 104px;
}

.social-links .share-icon {
	width: 64px;
	height: 64px;
	margin: 0 24px;
}

@media(max-width: 800px) {
	.container .faq {
		padding-top: 40px;
	}

	.faq .faq-heading {
		width: 100%;
		text-align: center;
		font-size: 12px;
	}

	.faq .questions-container {
		margin: 24px 16px;
		width: auto;
		margin-bottom: 0;
		padding-bottom: 32px;
	}

	.question-wrapper .question {
		font-size: 14px;
		line-height: 20px;
		padding: 14px;
		padding-right: 28px;
	}

	.questions-container .question-wrapper {
		margin-bottom: 8px;
	}

	.question-wrapper .answer {
		font-size: 14px;
		font-weight: 500;
		padding: 14px;
	}

	.questions-container .question-wrapper:first-child {
		border-top-right-radius: 4px;
		border-top-left-radius: 4px;
	}

	.questions-container .question-wrapper:last-child {
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		border-bottom: 1px solid rgba(0,0,0,.12);
	}

	.container .final-message {
		padding: 0 40px;
		padding-bottom: 16px;
		font-size: 20px;
		line-height: 28px;
	}

	.final-message .text {
		font-size: 16px;
	}

	.social-links .share-icon {
		height: 40px;
		width: 40px;
		margin: 0;
		margin-right: 16px;
	}

	.container .social-links {
		margin-bottom: 52px;
	}
}

/* Stats INFO */
.container .stats-holder {
	width: 69%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 48px;
}

.stats-holder .stat {
	display: inline-block;
}

.stats-holder .stat:first-child {
	padding-right: 56px;
	border-right: 1px solid rgba(0,0,0,.12);
}

.stats-holder .stat:last-child {
	padding-left: 56px;
}

.stat .stat-count {
	font-size: 28px;
	font-weight: bold;
	line-height: 32px;
	color: #ef1c74;
}

.stat .stat-text {
	font-size: 20px;
	color: rgba(0, 0, 0, .87);
	line-height: 24px;
}

.app-download-popup {
	display: none;
}

@media(max-width:800px) {
	.stat .stat-count {
		font-size: 20px;
		line-height: 28px;
	}

	.stat .stat-text {
		font-size: 14px;
		line-height: 20px
	}

	.stats-holder .seperator {
		border: none;
		border-top: 1px solid rgba(0, 0, 0, 0.12);
		width: 40px;
		margin: 16px auto
	}

	.stats-holder .stat {
		display: block;
	}

	.stats-holder .stat:first-child {
		padding-right: 0;
		border-right: 0;
	}

	.stats-holder .stat:last-child {
		padding-left: 0;
	}

	.container .stats-holder {
		margin-bottom: 38px;
	}

	.final-message .heart {
		position: absolute;
		right: 20px;
		top: 2px;
		height: 6px;
	}
}