@import url('https://fonts.googleapis.com/css?family=Lato:300,400,600,700,900');

html {
	scroll-behavior: smooth !important
}

.img-responsive {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}

.crosssell__banner img {
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 20px auto;*/
	width: 100%;
	margin-top: 40px;
}

.crosssell__banner {
	width: 100%;
}

.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.row.no-gutters>[class^='col-'],
.row.no-gutters>[class*=' col-'] {
	padding-right: 0;
	padding-left: 0;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}

input,
textarea,
select,
button {
	box-sizing: border-box;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
	outline: none;
}

a,
input {
	transition: all 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

p {
	margin: 0 0 0;
}

body {
	font-size: 16px;
	line-height: 1.6;
	font-family: 'Lato', 'Open Sans', sans-serif;
	color: #404040;
	background: #fff;
}

@media screen and (max-width: 991px) {
	body {
		font-size: 16px;
		line-height: 1.6;
	}
}

@media screen and (max-width: 767px) {
	body {
		font-size: 15px;
		line-height: 1.6;
	}
}

@media screen and (max-width: 479px) {
	body {
		font-size: 15px;
		line-height: 1.6;
	}
}

a {
	color: #0067b1;
}

.site--container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	overflow-x: hidden;
}

.credit_card {
	max-width: 1090px;
}

.intro_container_no_padding {
	padding: 0;
}

.intro_container {
	text-align: center;
	background: #e3f5fa;
	padding: 70px 0;
	max-width: 1440px;
	margin: 0px auto;
}

@media (max-width: 767px) {
	.intro_container {
		padding: 50px 0;
	}
}

@media (max-width: 479px) {
	.intro_container {
		padding: 40px 0;
	}
}

.form {
	text-align: center;
	background: #E6F6FC;
	padding: 70px 0 80px;
	max-width: 1440px;
	margin: 0px auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
	.form {
		padding: 30px 0 50px;
	}
}

/* 
@media (max-width: 479px) {
	.form {
		padding: 40px 0;
	}
} */

.form__inner {
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
}

.form--heading {
	color: #0067b1;
	font-weight: bold;
	font-size: 30px;
	line-height: 36px;
}

@media screen and (max-width: 767px) {
	.form--heading {
		font-size: 20px;
		line-height: 24px;
	}
}

@media screen and (max-width: 479px) {
	.form--heading {
		font-size: 20px;
		line-height: 24px;
	}
}

.form--subheading {
	font-size: 18px;
	color: #404040;
	font-weight: 400;
	padding-top: 10px;
}

@media (max-width: 767px) {
	.form--subheading {
		font-size: 14px;
	}
}

.form--form {
	text-align: left;
	padding-top: 30px;
}

@media (max-width: 991px) {
	.form--form {
		padding-top: 15px;
	}
}

@media (max-width: 767px) {
	.form--form {
		padding-top: 5px;
	}
}

.form--control {
	padding-top: 30px;
}

@media (max-width: 767px) {
	.form--control {
		padding-top: 25px;
	}
}

.form--label {
	color: #404040;
	padding: 0 0 5px 10px;
}

.form--input,
.form--select,
.form--textarea {
	display: block;
	width: 100%;
	border: 0;
}

.form--input::-webkit-input-placeholder,
.form--select::-webkit-input-placeholder,
.form--textarea::-webkit-input-placeholder {
	color: #818a91;
}

.form--input::-moz-placeholder,
.form--select::-moz-placeholder,
.form--textarea::-moz-placeholder {
	color: #818a91;
}

.form--input:-ms-input-placeholder,
.form--select:-ms-input-placeholder,
.form--textarea:-ms-input-placeholder {
	color: #818a91;
}

.form--input:-moz-placeholder,
.form--select:-moz-placeholder,
.form--textarea:-moz-placeholder {
	color: #818a91;
}

@media (max-width: 767px) {

	.form--input,
	.form--select,
	.form--textarea {
		background: #fff;
		border-radius: 4px;
	}
}

.form--input {
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
}

.form--input.form--input-special {
	padding: 0 0 0 100px;
}

.form--error {
	color: #c0392b;
	font-size: 70%;
	text-transform: uppercase;
	padding-top: 10px;
	font-weight: normal;
}

.form--customer-label {
	text-align: center;
	padding-top: 10px;
}

@media (max-width: 767px) {
	.form--customer-label {
		padding-top: 0;
	}
}

.form--customer-label span {
	margin-right: 40px;
}

@media (max-width: 767px) {
	.form--customer-label span {
		display: block;
		margin: 0 0 10px 0;
	}
}

.form--customer-label label {
	font-weight: normal;
}

.form--customer-label label+label {
	margin-left: 20px;
}

.form--customer-label input {
	margin-right: 10px;
}

.form--tnc-container {
	margin: 0;
}

.form--tnc-input {
	vertical-align: top;
	float: left;
	width: 20px;
	line-height: 1.4;
}

@media (max-width: 767px) {
	.form--tnc-input {
		width: 15px;
	}
}

.form--tnc-label {
	padding-left: 10px;
	float: right;
	width: calc(100% - 20px);
}

.form--tnc-label p+p {
	padding-top: 20px;
}

@media (max-width: 767px) {
	.form--tnc-label {
		width: calc(100% - 15px);
	}
}

.form--tnc-label-text {
	color: #193863;
	font-size: 14px;
	font-weight: 400;
}

/* @media (max-width: 767px) {
  .form--tnc-label-text {
    font-size: 85%
  }
} */

@media (max-width: 479px) {
	.form--tnc-label-text {
		font-size: 90%;
	}
}

.form--submit {
	text-align: center;
}

.form--submit-btn {
	font-weight: bold;
	display: inline-block;
	padding: 0px 30px;
	background: #ef3e42;
	color: #ffffff;
	margin: 40px auto 0;
	border: none;
	font-size: 18px;
	height: 60px;
	border-radius: 10px;
}

@media screen and (max-width: 991px) {
	.form--submit-btn {
		font-size: 18px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 767px) {
	.form--submit-btn {
		font-size: 18px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 479px) {
	.form--submit-btn {
		font-size: 18px;
		line-height: 1.3;
	}
}

@media (max-width: 767px) {
	.form--submit-btn {
		/* padding: 15px 70px; */
		display: inline-block;
	}
}

.form--submit-btn:hover {
	background: #0067b1;
}

.form--disclaimer-wrrapper {
	width: 100%;
	margin: 40px auto 0;
}

.form--disclaimer-wrrapper .form--disclaimer {
	font-size: 12px;
	font-weight: 300;
	text-align: center;
}

.form--disclaimer-wrrapper .form--disclaimer+.form--disclaimer {
	margin-top: 20px;
}

.form--input-wrapper {
	height: 54px;
	line-height: 54px;
	background: #ffffff;
	border: 1px solid #969696;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}

.form--input-wrapper select {
	background: #ffffff;
}

.form--input-wrapper label {
	font-weight: normal;
}

.form--input-wrapper label+label {
	margin-left: 20px;
}

.form--input-wrapper input {
	margin-right: 10px;
}

.footer {
	color: #404040;
	font-size: 14px;
	line-height: 1.3;
	padding: 0 0 45.28px 0;
	text-align: left;
}

@media (max-width: 991px) {
	.footer {}
}

@media (max-width: 620px) {
	.footer {
		padding: 0 0 20.58px 0;
		font-size: 10px;
	}
}

.footer__top {
	margin: 0 68.38px;
}

@media (max-width: 620px) {
	.footer__top {
		margin: 0 30.38px;
	}
}

.footer__top .footer__tnc {
	color: #0667b0;
	padding: 40px 0 10px;
	font-size: 20px;
	line-height: 1.3;
	text-align: left;
}

@media screen and (max-width: 991px) {
	.footer__top .footer__tnc {
		font-size: 20px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 768px) {
	.footer__top .footer__tnc {
		font-size: 10px;
		line-height: 1.3;
		padding: 10px 0;
	}
}

@media screen and (max-width: 479px) {
	.footer__top .footer__tnc {
		font-size: 10px;
		line-height: 1.3;
		padding: 20px 0 5px 0;
	}
}

/* @media (max-width: 767px) {
	.footer__top .footer__tnc {
		padding: 22.64px 0;
	}
}
@media (max-width: 620px) {
	.footer__top .footer__tnc {
		padding: 22.64px 0 11px 0;
	}
} */
.footer__top .footer__tnc.footer__tnc-premier a {
	color: #002f65;
}

.footer__top .footer__tnc a {
	color: #0667b0;
	padding: 0 10px;
	border-left: 1px solid #0667b0;
	font-size: 15px;
	line-height: 1.3;
}

@media screen and (max-width: 991px) {
	.footer__top .footer__tnc a {
		font-size: 15px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 768px) {
	.footer__top .footer__tnc a {
		font-size: 14px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 479px) {
	.footer__top .footer__tnc a {
		font-size: 12px;
		line-height: 1.3;
	}
}

.footer__top .footer__tnc a:first-child {
	padding: 0 10px 0 0;
	border-left: none;
	border-right: none;
}

.footer__top .footer__box {
	background: #5bc2e7;
	color: #ffffff;
	font-weight: 300px;
	padding: 30px 38px 40px;
}

.footer__top .footer__box.footer__box-premier {
	background: #002f65;
}

.footer__top .footer__box.footer__box-premier .footer__box-heading {
	font-size: 40px;
	line-height: 1.3;
}

@media screen and (max-width: 991px) {
	.footer__top .footer__box.footer__box-premier .footer__box-heading {
		font-size: 36px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 768px) {
	.footer__top .footer__box.footer__box-premier .footer__box-heading {
		font-size: 32px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 600px) {
	.footer__top .footer__box.footer__box-premier .footer__box-heading {
		font-size: 20px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 479px) {
	.footer__top .footer__box.footer__box-premier .footer__box-heading {
		font-size: 16px;
		line-height: 1.3;
	}
}

.footer__top .footer__box.footer__box-premier .footer__box-subheading {
	font-size: 30px;
	line-height: 1.3;
}

@media screen and (max-width: 991px) {
	.footer__top .footer__box.footer__box-premier .footer__box-subheading {
		font-size: 26px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 768px) {
	.footer__top .footer__box.footer__box-premier .footer__box-subheading {
		font-size: 24px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 600px) {
	.footer__top .footer__box.footer__box-premier .footer__box-subheading {
		font-size: 18px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 479px) {
	.footer__top .footer__box.footer__box-premier .footer__box-subheading {
		font-size: 12px;
		line-height: 1.3;
	}
}

@media (max-width: 767px) {
	.footer__top .footer__box {
		padding: 20.58px 38.38px;
	}
}

@media (max-width: 485px) {
	.footer__top .footer__box {
		padding: 15px 22px;
	}
}

.footer__top .footer__box .footer__box-heading {
	font-size: 40px;
	line-height: 45px;
}

@media screen and (max-width: 768px) {
	.footer__top .footer__box .footer__box-heading {
		font-size: 24px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 479px) {
	.footer__top .footer__box .footer__box-heading {
		font-size: 20px;
		line-height: 22px;
	}
}

.footer__top .footer__box .footer__box-subheading {
	font-size: 36px;
	line-height: 45px;
}

@media screen and (max-width: 768px) {
	.footer__top .footer__box .footer__box-subheading {
		font-size: 20px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 479px) {
	.footer__top .footer__box .footer__box-subheading {
		font-size: 16px;
		line-height: 22px;
	}
}

.footer__top .footer__box .footer__box-subheading a {
	color: #ffffff;
}

.footer__top .footer__box .footer__box-subheading .text--light {
	font-weight: 300;
}

.footer__top .footer__box .footer__box-subheading .footer--number {
	color: #ffffff;
	text-decoration: none;
}

@media (max-width: 767px) {
	.footer__mid.footer__mid-long {
		margin: 0 0 22.64px 0;
	}
}

.footer__mid .footer__mid-left,
.footer__mid .footer__mid-right {
	display: table-cell;
	vertical-align: middle;
}

.footer__mid .footer__mid-left {
	background: #5bc2e7;
	width: 270px;
	/* padding: 0 45.28px 0 68.38px; */
}

@media (max-width: 620px) {
	.footer__mid .footer__mid-left {
		padding: 0 20.75px 0 30.38px;
		width: 170px;
	}
}

@media (max-width: 479px) {
	.footer__mid .footer__mid-left {
		width: 122.74px;
		padding: 3px 0px 3px 0px;
	}
}

.footer__mid .footer__mid-left.footer__mid-left-premier {
	background: #002f65;
	padding: 28.7px 22.9px 28.7px 68.38px;
}

@media (max-width: 620px) {
	.footer__mid .footer__mid-left.footer__mid-left-premier {
		width: 140.46px;
		padding: 22.9px 20.75px 22.9px 30.38px;
	}

	.footer__mid .footer__mid-left.footer__mid-left-premier img {
		width: 97.35px;
	}
}

@media (max-width: 620px) {
	.footer__mid .footer__mid-left img {
		width: 106px;
	}
}

@media (max-width: 479px) {
	.footer__mid .footer__mid-left img {
		width: 100%;
	}
}

.footer__mid .footer__mid-right {
	padding: 22.64px 68.38px 0 22.82px;
}

@media (max-width: 991px) {
	.footer__mid .footer__mid-right {
		/* display: block; */
		padding: 22.64px 68.38px 0 30px;
	}
}

@media (max-width: 767px) {
	.footer__mid .footer__mid-right {
		/* display: block; */
		padding: 22.64px 68.38px 0 30px;
	}
}

@media (max-width: 620px) {
	.footer__mid .footer__mid-right {
		padding: 10px 30.38px 0 17px;
	}
}

@media (max-width: 479px) {
	.footer__mid .footer__mid-right {
		padding: 5px 30.38px 0 17px;
	}
}

.footer__mid .footer__mid-right.mid-right-short {
	vertical-align: bottom;
}

@media (max-width: 767px) {
	.footer__mid .footer__mid-right.mid-right-short {
		display: table-cell;
		padding: 0;
	}
}

.footer__mid .footer__mid-right .islam__logo,
.footer__mid .footer__mid-right .footer__mid-right-text {
	display: table-cell;
	vertical-align: middle;
	color: #818a91;
	/* padding-left: 10px; */
}

@media (max-width: 767px) {

	.footer__mid .footer__mid-right .islam__logo,
	.footer__mid .footer__mid-right .footer__mid-right-text {
		vertical-align: middle;
	}

}

.footer__mid .footer__mid-right .islam__logo {
	width: 42px;
}

@media (max-width: 620px) {
	.footer__mid .footer__mid-right .islam__logo {
		width: 36px;
		display: block;
		float: left;
		margin: 0 12px 4px 0;
	}
}

@media (max-width: 479px) {
	.footer__mid .footer__mid-right .islam__logo {
		width: 30px;
		margin: 2px 12px 1px 0;
	}
}

.footer__mid .footer__mid-right .islam__logo img {
	width: 100%;
}

.footer__mid .footer__mid-right .footer__mid-right-text .footer__btm {
	font-size: 14px;
	padding: 0 68.38px 0 22.82px;
	text-align: justify;
}

/* @media (max-width: 1199px) {
	.footer__mid .footer__mid-right .footer__mid-right-text {
		font-size: 12px;
	}
} */
@media (max-width: 768px) {
	.footer__mid .footer__mid-right .footer__mid-right-text .footer__btm {
		font-size: 10px;
		padding: 0 0 0 30.38px;
		/* display: block; */
	}
}

/* @media (max-width: 479px) {
	.footer__mid .footer__mid-right .footer__mid-right-text {
		padding: 0 30.38px 0 0;
	}
} */
.footer__mid .footer__mid-right .footer__mid-right-copyright {
	margin-top: 24.64px;
	text-align: justify;
}

@media (max-width: 1199px) {
	.footer__mid .footer__mid-right .footer__mid-right-copyright {
		font-size: 12px;
	}
}

@media (max-width: 479px) {
	.footer__mid .footer__mid-right .footer__mid-right-copyright {
		margin-top: 20.58px;
		padding-right: 30.38px;
	}
}

.footer__btm {
	margin: 45.28px 68.38px 0 106.76px;
	color: #818a91;
	text-align: justify;
}

/* @media (max-width: 991px) {
	.footer__btm {
		margin: 22.64px 68.38px 0;
	}
} */
@media (max-width: 768px) {
	.footer__btm {
		margin: 20.58px 30.38px 0 50.38px;
	}
}

.footer__btm .footer__btm-text p {
	font-size: 14px;
	line-height: 1.3;
}

.footer__btm .footer__btm-text {
	margin-top: 20px;
}

.footer__btm .footer__btm-text a {
	color: #0067b1;
	font-weight: 600;
	text-decoration: underline;
}

.footer__btm .footer__btm-text a.underline {
	text-decoration: underline;
}

.footer__btm .footer__btm-text:last-child {
	margin-top: 30px;
	color: #818a91;
}

.banner img {
	width: 100%;
}

.banner {
	position: relative;
}

.rhb-logo {
	width: 17vw !important;
	max-width: 200px;
}

.rhb_logo {
	width: 25rem !important;
	position: absolute;
	top: 60px;
}

.rhb_logo_mobile {
	width: 26vw !important;
	position: absolute;
	top: 20px;
}

.show--sm {
	display: none;
}

@media (max-width: 767px) {
	.show--sm {
		display: block;
	}
}

.show--xs {
	display: none;
}

.cards {
	width: 100%;
	max-width: 1440px;
	margin: 20px auto;
}

.cards__img,
.cards__note {
	margin: 0 68.38px;
}

@media (max-width: 620px) {
	.cards {
		margin: 30px 30.38px 0;
	}

	.cards__img,
	.cards__note {
		margin: 0 60px 0px 0px;
	}
}

.cards .cards__note {
	margin-top: 16px;
	font-size: 14px;
	line-height: 1.3;
}

@media screen and (max-width: 767px) {
	.cards .cards__note {
		font-size: 12px;
		line-height: 1.3;
	}
}

@media (max-width: 479px) {
	.hide--xs {
		display: none;
	}
}

@media (max-width: 767px) {
	.hide--sm {
		display: none;
	}
}

@media (max-width: 991px) {
	.hide--md {
		display: none;
	}
}

@media (max-width: 1199px) {
	.hide--lg {
		display: none;
	}
}

.floating-btn__container {
	position: fixed;
	bottom: 5%;
	right: 5%;
	width: 22%;
	z-index: 999;
	max-width: 1440px;
}

.floating-btn__container {
	margin-top: -100px;
}

.floating-btn__wrapper {
	position: relative;
	max-width: 1440px;
	text-align: right;
	margin-right: 24px;
}

a.floating-btn {
	text-align: center;
	color: #ffffff;
	background: linear-gradient(to bottom, #f47a7c 0%, #c61e22 75%);
	position: absolute;
	right: 4%;
	transform: translateY(-100%);
	box-shadow: 0px 3px 30px rgba(45, 132, 195, 0.6);
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2;
	padding: 30px;
	border-radius: 50%;
	transition: 0.2s all ease-in-out;
}

@media screen and (max-width: 991px) {
	a.floating-btn {
		font-size: 20px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 767px) {
	a.floating-btn {
		font-size: 18px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 479px) {
	a.floating-btn {
		font-size: 16px;
		line-height: 1.2;
	}
}

@media (max-width: 767px) {
	a.floating-btn {
		padding: 20px;
	}
}

a.floating-btn:hover {
	cursor: pointer;
}

.intro {
	background-image: #FFFFFF;
	/* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
	text-align: center;
}

.intro h2 {
	font-size: 32px;
	line-height: 1.3;
	font-weight: bold;
	color: #186aa5;
	margin-bottom: 50px;
}

.intro h3 {
	font-size: 21px;
	line-height: 1.3;
	/* font-weight: bold; */
	color: #404040;
	margin-bottom: 30px;
	margin-top: 20px;
}

.container_body h2 {
	color: #0067b1;
	font-size: 34px;
	margin: 0 auto 35px;
}

.container_body h3 {
	font-size: 31px;
	line-height: 35px;
	color: #EF3E42;
	margin: 0 auto 10px;
	font-weight: 700;
}

.container_body h6 {
	font-size: 24px;
	line-height: 27px;
	color: #404040;
	margin: 0 auto 20px;
	font-weight: 600;
}

.accTable_h6 {
	font-size: 18px;
	line-height: 27px;
	color: #404040;
	padding: 30px 0 0 0;
	font-weight: 400px;
	max-width: 1100px;
	margin-left: 230px;
}

.carImg {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	max-width: 1000px;
}

.tagImg {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 30px;
	max-width: 382px;
}

.voucherImg {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	max-width: 301px;
}

.voucherImg2 {
	width: 90%;
	height: auto;
	display: block;
	margin: 0 auto;
	max-width: 237px;
}

.tnc {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
	margin: 30px auto 0;
	font-weight: 400;
}

.blueBoxWid {
	/* width: 92%; */
	margin: auto;
}

.blueBox {
	background: linear-gradient(to bottom, #1B8EE2, #213164);
	border: 3px solid #FAF2F2;
	border-radius: 10px;
	width: 90%;
	max-width: 203px;
	padding: 15px 5px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	margin: 0 auto;
}

.blueBox h1 {
	font-size: 38px;
	line-height: 32px;
	color: #FFFFFF;
	margin: 0 auto 3px;
	font-weight: 700;
}

.blueBox h2 {
	font-size: 25px;
	line-height: 32px;
	color: #FFF8F8;
	margin: 0 auto 3px;
	font-weight: 700;
}

.blueBox h3 {
	font-size: 35px;
	line-height: 32px;
	color: #62D3FC;
	margin: 0 auto;
	font-weight: 700;
}

.benefits {
	background: url(../images/bg2.jpg) no-repeat;
	padding: 70px 30px;
	background-size: cover;
}

@media (max-width: 768px) {
	.benefits {
		margin-top: 0;
		padding: 50px 15px;
	}
}

.benefits .benfits__cards {
	margin-top: 40px;
	position: relative;
}

@media (max-width: 768px) {
	.benefits .benfits__cards {
		/* max-width: 300px; */
		width: 100%;
		margin: 0 auto;
	}
}

.benefits .benefits__card-wrapper {
	padding: 0 0 80px;
	width: 270px;
	border-radius: 15px;
}

@media (max-width: 768px) {
	.benefits .benefits__card-wrapper {
		padding: 0 0 60px;
	}
}

.benefits .benefits__card {
	min-height: 350px;
	height: 100%;
	margin: 0 5px;
	/*background: rgba(255, 255, 255, 0.7);*/
	background: #F0FAFD;
	width: 100%;
	border-radius: 14px;
}

@media (max-width: 991px) {
	.benefits .benefits__card {
		/* margin-top: 30px; */
		width: 280px;
		margin: 0 auto;
	}
}

/* @media (max-width: 768px) {
	.benefits .benefits__card {
		min-height: 360px;
	}
} */

.benefits .benefits__card .benefits__card-top {
	padding: 30px 15px 20px;
	/* height: 380px; */
}

sup {
	font-size: 60%;
	top: -0.75em;
}

.benefits .benefits__card .benefits__card-btm {
	padding: 15px 10px;
	background: #002353;
}

.benefits__card-icon {
	display: flex;
	align-items: center;
}

.benefits .benefits__card .benefits__card-icon img {
	/* padding: 10px 0; */
	margin: 0 auto;
	align-content: center
}

.benefits .benefits__card .benefits__card-heading {
	margin-top: 10px;
	font-size: 32px;
	line-height: 1.2;
	text-align: center;
	color: #0067B1;
	font-weight: 700;
}

.benefits .benefits__card .benefits__card-text {
	margin-top: 20px;
	padding: 0 3px 10px 3px;
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
	color: #404040;
	font-weight: 400px;
}

.benefits .benefits__arrow-left,
.benefits .benefits__arrow-right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

@media (max-width: 768px) {

	.benefits .benefits__arrow-left,
	.benefits .benefits__arrow-right {
		display: none;
	}
}

.benefits .benefits__arrow-left:hover,
.benefits .benefits__arrow-right:hover {
	cursor: pointer;
}

.benefits .benefits__arrow-left {
	left: -4%;
}

.benefits .benefits__arrow-right {
	right: -4%;
}

@media screen and (max-width: 991px) {
	/* .benefits .benefits__card .benefits__card-heading {
		font-size: 25px;
		line-height: 1.2;
	} */

	.benefits .benefits__card .benefits__card-text {
		font-size: 23px;
		line-height: 1.2;
		margin-top: 24px;
	}
}


.benefits .benefits__card .benefits__card-subheading {
	margin-top: 15px;
	font-size: 15px;
	line-height: 1.3;
}

.benefits .benefits__card .benefits__card-subheading+.benefits__card-subheading {
	margin-top: 10px;
}

.benefits .benefits__card .benefits__card-subheading .benefits__card-tnc {
	display: inline-block;
	margin-top: 15px;
	font-size: 12px;
	line-height: 1.3;
}

.benefits .benefits__card .benefits__card-subheading .benefits__card-tnc a {
	text-decoration: underline;
}

.benefits .benefits__card .benefits__card-extra {
	font-size: 12px;
	color: #ffffff;
}

.benefits .benefits__card .benefits__card-extra a {
	color: #ffffff;
	text-decoration: underline;
}

.benefits .benefits__arrow-left,
.benefits .benefits__arrow-right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

@media (max-width: 768px) {

	.benefits .benefits__arrow-left,
	.benefits .benefits__arrow-right {
		display: none;
	}
}

.benefits .benefits__arrow-left:hover,
.benefits .benefits__arrow-right:hover {
	cursor: pointer;
}

.benefits .benefits__arrow-left {
	left: -4%;
}

.benefits .benefits__arrow-right {
	right: -4%;
}



.section__heading {
	text-align: center;
	font-size: 42px;
	line-height: 1.3;
	margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
	.section__heading {
		font-size: 40px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 768px) {
	.section__heading {
		font-size: 38px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 479px) {
	.section__heading {
		font-size: 18px;
		line-height: 1.3;
	}
}

.section__heading {
	font-size: 42px;
	font-weight: bold;
	color: #FFFFFF;
}

@media screen and (max-width: 991px) {
	.section__heading {
		font-size: 32px;
		line-height: 1.1;
	}
}

@media screen and (max-width: 768px) {
	.section__heading {
		font-size: 25px;
		line-height: 1.1;
	}
}

@media screen and (max-width: 479px) {
	section__heading {
		font-size: 20px;
		line-height: 1.1;
	}
}

.prizeImg2 {
	max-width: 300px;
}

@media screen and (max-width: 479px) {
	.container_body h3 {
		font-size: 17px;
		line-height: 20px;
		margin: 0 auto 10px;
	}

	.container_body h6 {
		font-size: 15px;
		line-height: 27px;
		margin: 0 auto 10px;
	}

	.accTable_h6 {
		font-size: 14px;
		line-height: 16px;
		margin: 0 20px 20px;
	}

	.carImg {
		margin: 0 auto;
		max-width: 350px;
	}


	.tagImg {
		margin: 0 auto 20px;
		max-width: 210px;
	}

	.prizeImg {
		margin: 0 auto 25px;
		max-width: 320px;
		width: 100%;
		align-content: center;
	}

	.prizeImg2 {
		margin: 0 auto 25px;
		max-width: 280px;
	}

	.tnc {
		font-size: 9px;
		line-height: 30px;
		margin: 0 auto 0;
	}

	.blueBoxWid {
		width: 92%;
		margin: auto;
	}

	.blueBox {
		border-radius: 10px;
		width: 100%;
		max-width: 116px;
		padding: 7px 5px;
		margin: 0 auto 15px;
	}

	.blueBox h1 {
		font-size: 22px;
		line-height: 22px;
		margin: 0 auto 3px;
	}

	.blueBox h2 {
		font-size: 13px !important;
		line-height: 16px !important;
		margin: 0 auto 3px !important;
	}

	.blueBox h3 {
		font-size: 19px;
		line-height: 20px;
		margin: 0 auto;
	}

}

.intro__heading {
	color: #0067b1;
	margin: 0 auto;
	font-size: 48px;
	line-height: 1.2;
	padding: 55px 4% 0;
}

.stay_bottom {
	bottom: 5%;
	position: fixed;
}

.intro_extra {
	color: #404040;
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 20px;
}

.camp-date {
	font-size: 24px;
	font-weight: bold;
	color: #404040;
	text-align: center;
	padding-bottom: 30px;
}

.prize-header {
	font-size: 65px;
	font-weight: lighter;
	color: #0167B1;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}


.message {
	font-size: 20px;
}

@media screen and (max-width: 991px) {
	.intro__heading {
		font-size: 42px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 767px) {
	.intro__heading {
		font-size: 36px;
		line-height: 1.2;
	}
}

@media screen and (max-width: 479px) {
	.intro__heading {
		font-size: 28px;
		line-height: 1.2;
	}
}

@media (max-width: 768px) {
	.intro__heading {
		background-image: none;
		background: #ffffff;
		padding: 40px 10% 0;
	}
}

.intro__desc {
	padding-top: 30px;
	margin-bottom: 60px;
	font-size: 30px;
	line-height: 1.4;
}

@media screen and (max-width: 991px) {
	.intro__desc {
		padding-top: 27px;
		font-size: 25px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 767px) {
	.intro__desc {
		padding-top: 27px;
		font-size: 20px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 479px) {
	.intro__desc {
		padding-top: 21px;
		font-size: 16px;
		line-height: 1.3;
	}
}

@media (min-width: 768px) {
	.intro__desc {
		margin: 0 auto 84px;
		max-width: 890px;
	}

	/* .phone_img {
    position: absolute;
    bottom: 0;
    margin-left: -30px;
    max-width: 300px;
  } */
}

@media (min-width: 992px) {
	.crosssell {
		/*padding: 10px 0 10px;*/
	}
}

.crosssell__title {
	color: #0056a3;
	text-align: center;
	font-size: 34px;
	line-height: 1.3;
}

@media screen and (max-width: 767px) {
	.crosssell__title {
		font-size: 27px;
		line-height: 1.3;
	}
}

@media screen and (max-width: 479px) {
	.crosssell__title {
		font-size: 26px;
		line-height: 1.3;
	}
}

/* new add */
.intro_head {
	margin: 0 auto 25px;
	font-size: 42px;
	line-height: 55px;
	text-align: center;
	font-weight: bold;
	color: #0067B1;
	max-width: 907px;
}

.intro_message {
	margin: 0 auto 30px;
	color: #404040;
	font-size: 28px;
	line-height: 45px;
	font-weight: 400;
	text-align: center;
	max-width: 1036px;
}

.intro_extra {
	margin: 40px auto;
	font-size: 30px;
	line-height: 1.4;
	text-align: center;
}

.message {
	margin: 40px auto;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
}

.intro__heading img {
	margin: 20px auto;
}

.intro_body {
	margin: 20px auto;
	font-size: 22px;
	line-height: 1.3;
	text-align: center;
	color: #58585b;
}

.intro_body2 {
	margin: 20px auto;
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
	color: #231f20;
}

.section-1 {
	padding: 80px 150px 30px;
	color: #002353;
	background: #ffffff;
	max-width: 1440px;
	margin: 0 auto 0px auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.section-1 h3 {
	font-size: 30px;
	line-height: 1.3;
	font-weight: bold;
	color: #0067b1;
	margin-bottom: 30px;
}

.section-1 p {
	font-size: 24px;
	line-height: 1.4;
	color: #404040;
}

.col-half {
	width: 50%;
}

.col-half h2 {
	font-size: 36px;
	line-height: 1.3;
	font-weight: bold;
	color: #0067b1;
	margin-bottom: 20px;
}

.col-half p {
	font-size: 24px;
	text-align: left;
	margin-bottom: 20px;
}

.col-half img {
	margin-bottom: 20px;
}

.tbl-left .tenure {
	margin: 20px auto;
	max-width: 400px;
}

.tbl-right .tenure {
	margin: 20px auto;
	max-width: 400px;
}

.tenure th {
	text-align: center;
	padding: 10px 20px;
}

.tenure th img {
	width: 150px;
}

.tenure td {
	background-color: #fff;
	color: #1c3b65;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	padding: 10px 20px;
}

.tenure td span {
	font-size: 12px;
	font-weight: 300;
}

.small-text {
	font-size: 16px !important;
	color: #231f20;
}

.crosssell_heading {
	color: #0067b1;
	font-size: 34px;
}

.arrow:after {
	content: '';
	background: url(../images/arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	background-color: white;
	color: white;
	display: block;
	position: absolute;
	right: -10px;
	top: 50px;
}

.store_img {
	width: 10vw;
	min-width: 120px;
	max-width: 150px;
	margin-bottom: 50px;
}

.footer__btm p {
	margin-top: 20px;
}

.footer__btm td {
	vertical-align: top;
	padding: 3px;
}

.footer__btm a {
	text-decoration: underline;
}

@media screen and (max-width: 1024px) {
	.col-half {
		width: 60%;
	}
}

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

	.col-half {
		width: 70%;
	}

	.tbl-left .tenure {
		margin: 20px auto 20px auto;
		max-width: 400px;
	}

	.tbl-right .tenure {
		margin: 20px auto 20px auto;
		max-width: 400px;
	}

	.tenure th {
		font-size: 18px;
	}

	.tenure td {
		font-size: 16px;
	}

	.crosssell_heading {
		font-size: 24px;
		/* margin-top: 50px; */
	}
}

.floating__btn {
	cursor: pointer;
	width: -webkit-fill-available;
	transform: scale(0.8);
}

.modal-body {
	padding: unset;
}

.modal {
	text-align: center;
}

.modal .hyperlink {
	position: absolute;
	bottom: 0px;
	background: transparent;
	height: 30px;
	border: 0;
	color: transparent;
	left: 8px;
	width: 140px;
}

.modal .scrollDown {
	position: absolute;
	background: transparent;
	border: 0;
	color: transparent;
	bottom: 205px;
	height: 100px;
	left: unset;
	right: unset;
	width: 140px;
}

.close {
	font-weight: unset;
	opacity: 0.8;
	position: absolute;
	color: white;
	right: 0;
	font-size: 32px;
	margin-right: 12px;
}

.modal:before {
	display: inline-block;
	vertical-align: middle;
	content: ' ';
	height: 100%;
}

@media screen and (min-width: 768px) {
	.modal-dialog {
		width: unset;
	}

	.close {
		font-size: 48px;
	}

	.modal .hyperlink {
		left: 36px;
		width: 170px;
	}

	.modal .scrollDown {
		bottom: 68px;
		right: 8px;
		width: 190px;
		height: 150px;
	}
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

@media screen and (max-width: 479px) {
	.floating-btn__container {
		width: 68%;
		margin-top: -45px;
	}

	.floating__btn {
		transform: scale(0.6);
		/* margin-right: -24px; */
		margin-right: -20%;
	}

	.floating-btn__wrapper {
		margin-right: 0;
	}

	.floating-btn__container {
		/* right: -5%; */
	}

	.intro_head {
		font-size: 20px;
		line-height: 26px;
		margin: 0 auto 15px;
		max-width: 310px;
	}

	.intro h2 {
		font-size: 18px;
		line-height: 23px;
		margin: 0 auto 25px;
		max-width: 320px;
	}

	.intro h3 {
		font-size: 65px;
		margin: 0 auto 25px;
		max-width: 320px;
		color: #0167B1;
	}

	.intro_message {
		font-size: 17px;
		line-height: 24px;
		margin: 0 auto 20px;
		max-width: 290px;
	}

	.intro_extra {
		font-size: 22px;
		line-height: 1.3;
		margin: 10px auto 40px;
	}

	.message {
		margin: 40px auto;
		font-size: 12px;
		line-height: 1.3;
		text-align: center;
	}

	.intro_body {
		margin: 20px auto;
		font-size: 20px;
	}

	.col-half {
		width: 100%;
	}

	.col-half h2 {
		font-size: 24px;
	}

	.col-half p {
		font-size: 18px;
	}

	.small-text {
		font-size: 14px !important;
	}

	.camp-date {
		font-size: 15px;
		line-height: 20px;
		padding-bottom: 20px;
	}
}

.rhb-logo {
	width: 17vw !important;
	max-width: 200px;
}

.jompay-logo {
	width: 7vw !important;
	right: 15px;
	max-width: 80px;
}

.flex-container {
	position: absolute;
	top: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1440px;
	padding: 15px 10px 0 0;
}

.section-desc {
	color: white;
	font-size: 4vw;
	font-weight: 300;
	position: absolute;
	padding-left: 20px;
	top: 24vw;
	line-height: 5vw;
}

.section-desc-more {
	font-size: 6vw;
}

.container_body {
	background-image: url('../images/bg.jpg');
	padding: 30px 13% 200px;

	background-repeat: no-repeat;
	background-size: 100% 100%;
	/*box-shadow: #ffffff 0px 46px 30px 0px inset;*/
}

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

	.container_body {
		background-image: url('../images/bg_mobile.jpg');
		padding: 10px 5% 110px;
	}
}


@media (min-width: 621px) {

	.footer__mid-right-text {
		padding-left: 15px;
	}
}

@media (min-width: 768px) {
	.flex-container {
		padding: 30px 20px 0 0;
	}

	.reward_body {
		margin: 0 115px 0;
	}

}

@media (min-width: 1200px) {
	.section-desc {
		font-size: 48px;
		top: 300px;
		line-height: 60px;
	}

	.section-desc-more {
		font-size: 72px;
	}

	.img_pull {
		text-align: left;
		margin-left: 0;
	}

	.reward_body {
		margin: 0 300px 0;
	}

	.how_it_works {
		margin: 24px 300px;
	}
}

.arrow-down {
	display: none;
}


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

	.arrow:after {
		display: none;
	}

	.arrow-down {
		transform: rotate(90deg);
		width: 15px;
		height: 20px;
		margin-bottom: 20px;
		display: block;
		margin: auto;
		position: relative;
		top: -20px;
	}
}

.animate--reveal {
	visibility: visible;
	-webkit-transform: translateY(0) scale(1);
	opacity: 1;
	transform: translateY(0) scale(1);
	opacity: 1;
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s,
		opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
	transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s,
		opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}

.custom-select {
	background: #fff url('../images/down.png') right 1rem center/10px 10px no-repeat !important;
	padding-left: 15px;
	font-size: 16px;
}

select {
	appearance: none;
}

.arrows_container {
	display: flex;
	justify-content: center;
}


.hide_view {
	-webkit-transition: opacity 0.1s ease-out;
	-moz-transition: opacity 0.1s ease-out;
	-o-transition: opacity 0.1s ease-out;
	transition: opacity 0.1s ease-out;
	opacity: 0;
	height: 0;
	display: none;
}


.qualify {
	padding: 20px 0 80px;
	background: #FDF7E8;
	background-size: 100% 100%;
}

.qualify h2 {
	color: #0067B1;
	font-size: 36px;
	line-height: 45px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 10px;
}

.qualify h3 {
	color: #404040;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
	margin: 0 auto 15px;
}

.qualify h4 {
	color: #404040;
	font-size: 17px;
	line-height: 27px;
	font-weight: 400;
	text-align: left;
	margin: 0 auto 15px;
	max-width: 763px;
}

.accTable {
	margin: 0 auto 5px;
	max-width: 1100px;
	overflow: hidden;
	border-radius: 20px;
	border-collapse: separate;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.accTable tr td {
	color: #404040;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	padding: 20px 5px 20px 30px;
	background: #FFFFFF;
	text-align: left;
}


.accTable tr td:nth-child(2) {
	text-align: center;
	font-weight: 400;
}

.accTable tr:nth-child(1) td {
	background: #0080DD;
	color: #FFFFFF;
	font-size: 36px;
	line-height: 44px;
	font-weight: 400;
	text-align: center;
	padding: 30px 10px 30px 10px;
	border-left: 0;
}

.accTable th {
	background: #0080DD;
	color: #FFFFFF;
	font-size: 36px;
	line-height: 44px;
	font-weight: 700;
	padding: 20px 20px;
	border-left: 0;
	text-align: center;
}

.accTable td {
	background: #FFFFFF;
	color: #404040;
	text-align: center;
	padding: 25px 0;
	border-right: 2px solid #1E8AF7;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
}


.accTable tr td:nth-child(2) {
	background: #E1FAFF;
	color: #404040;
	text-align: center;
	padding: 25px 0;
	border-right: 2px solid #1E8AF7;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
}

.accTable tr td:nth-child(3) {
	background: #D5EFFD;
	color: #404040;
	text-align: center;
	padding: 25px 0;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
}

.accTable tr td:nth-child(4) {
	background: #DFE3F8;
	color: #404040;
	text-align: center;
	padding: 25px 0;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	border-right: unset;
}


.accTable tr:last-child td {
	border-bottom: 25px;
	border-right: 0;
	padding: 25px 10px 25px 30px;
	border-right: 2px solid #1E8AF7;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
}

.accTable tr:nth-child(3) td:nth-child(4),
.accTable tr:nth-child(5) td:nth-child(4) {
	background: #EAF3F8;
}

.accTable tr:nth-child(7) td:nth-child(2),
.accTable tr:nth-child(8) td:nth-child(2),
.accTable tr:nth-child(9) td:nth-child(2) {
	background: #DFE3F8;
}

.accTable tr:nth-child(3) td:nth-child(2),
.accTable tr:nth-child(5) td:nth-child(2) {
	background: #CFEEF8;
}

.accTable tr:nth-child(3) td:nth-child(3),
.accTable tr:nth-child(5) td:nth-child(3) {
	background: #C3E4F6;
}

.accTable tr:nth-child(3) td:nth-child(4),
.accTable tr:nth-child(5) td:nth-child(4) {
	background: #CDD8F1;
}


.accTable tr:nth-child(3) td,
.accTable tr:nth-child(5) td {
	background: #EAF3F8;
}

.accTable tr:nth-child(6) td:nth-child(1),
.accTable tr:nth-child(7) td:nth-child(1) {
	border-bottom: 2px solid #1E8AF7;
}

.accTable tr:nth-child(6) td:nth-child(4),
.accTable tr:nth-child(7) td:nth-child(4) {
	border-bottom: 2px solid #1E8AF7;
}


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

	.qualify {
		padding: 40px 3% 10px;
	}

	.qualify h2 {
		font-size: 20px;
		line-height: 24px;
		margin: 0 auto 10px;
	}

	.qualify h3 {
		width: 75%;
		font-size: 15px;
		line-height: 20px;
		margin: 0 auto 30px;
	}

	.qualify h4 {
		font-size: 13px;
		line-height: 15px;
		margin: 0 auto 15px;
		text-align: left;
		max-width: 270px;
	}

	/* .accTable {
		margin: 0 auto;
		width: 100%;
		max-width: 316px;
		border-radius: 10px;
	}

	.accTable tr td {
		font-size: 14px;
		line-height: 17px;
		padding: 10px 3%;
		background: #FFFFFF;
	} */

	/* .accTable tr td:nth-child(1) {
		width: 40%;
	}

	.accTable tr td:nth-child(1) {
		border-left: 10px solid #FFFFFF;
	} */

	/* .accTable tr:nth-child(1) td {
		font-size: 18px;
		line-height: 22px;
		text-align: center;
		padding: 15px 3%;
		border-left: 0;
	} */

	/* .accTable tr:nth-child(2) td:nth-child(1) {
		font-size: 16px;
		line-height: 1.3;
		padding: 6px 20px;
	} */

	/* .accTable tr:nth-child(2) td:nth-child(2) {
		font-size: 15px;
		line-height: 38px;
		padding: 6px 3%;
	}

	.accTable tr:last-child td {
		border-bottom: 15px solid #FFFFFF;
	} */
}

.iconImg {
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
	max-width: 75px;
}

.iconImg2 {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0px 0 20px;
	max-width: 180px;
}

.qrSec {
	padding: 75px 5% 70px;
	background-image: url('../images/crosssell_banner.jpg');
	background-size: 100% 100%;
}

.qrSec h2 {
	color: #FFFFFF;
	font-size: 36px;
	line-height: 45px;
	font-weight: 700;
	text-align: left;
	margin: 0 auto 20px 20px;
}

.qrSec h3 {
	color: #FFFFFF;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
	margin: 20px auto;
}

.qrSec h4 {
	color: #FFFFFF;
	font-size: 28px;
	line-height: 38px;
	font-weight: 400;
	text-align: left;
	margin: 0 0 10px 20px;
}

.customerDIV_header {
	width: 100%;
	padding: 30px 15px 10px;
	margin: 0 auto;
	/* background: #F0F3F4; */
	text-align: center;
	color: #0067B1;
	font-size: 40px;
	line-height: 55px;
	font-weight: 700;
	text-align: center;

}

.customerDIV {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 30px 60px;
	margin: 0 auto;
	align-items: stretch;
	/* background: #F0F3F4; */
	vertical-align: middle;
}

.customerDIV div:nth-child(1) {
	border-right: 1px solid #707070;
	display: flex;
	flex-direction: column;
}

.customerDIV div {
	flex: 1;
	align-content: center;
}

.cusTitle {
	color: #0067B1;
	font-size: 36px;
	line-height: 55px;
	font-weight: 700;
	text-align: center;
	margin: 40px auto 20px;
	align-self: flex-end;
	/* flex-grow: 1; */
}

.cusDes {
	color: #3C3C3C;
	font-size: 25px;
	line-height: 32px;
	font-weight: 400;
	text-align: center;
	margin: 0 auto 25px;
	max-width: 494px;
}

.participate-button {
	background-color: #0167B1;
	color: #FFFFFF;
	border: none;
	width: 337px;
	padding: 20px 0;
	font-size: 28px;
	font-weight: bold;
	text-align: center;

	border-radius: 10px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	display: block;
	margin: 0 auto 90px;
}

.fom-button {
	background-color: #FFFFFF;
	color: #0067B1;
	border: thin solid #0167B1;
	width: 337px;
	padding: 15px 2%;
	font-size: 28px;
	font-weight: bold;
	border-radius: 10px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	display: block;
	margin: auto;
	text-align: center;
}

.participate-button:hover {
	background-color: #EF3E42;
	color: #FFFFFF;
}

.fom-button:hover {
	background-color: #0067B1;
	color: #FFFFFF;
}



@media screen and (max-width: 767px) {
	.qrSec {
		padding: 40px 10% 60px;
		background-image: url('../images/crosssell_banner_mobile.jpg');
		background-size: 100% 100%;
	}

	.iconImg {
		max-width: 41px;
	}

	.iconImg2 {
		max-width: 77px;
		margin: auto;
	}

	.qrSec h2 {
		color: #0067B1;
		font-size: 20px;
		line-height: 24px;
		text-align: center;
		margin: 0 auto 240px;
		text-shadow: 3px 2px 2px #FFFFFF;
	}

	.qrSec h3 {
		color: #FFFFFF;
		font-size: 18px;
		line-height: 20px;
		text-align: center;
		margin: 10px auto 20px;
	}

	.qrSec h4 {
		width: 95%;
		color: #FFFFFF;
		font-size: 18px;
		line-height: 23px;
		font-weight: 400;
		text-align: center;
		margin: 10px auto 30px;
	}

	.customerDIV {
		flex-direction: column;
		padding: 0;
		margin: 0 auto;
		align-items: stretch;
		/* width: 85%; */
	}

	.customerDIV div:nth-child(1) {
		border-right: 0;
		border-bottom: 1px solid #FFFFFF;
	}

	.customerDIV div {
		flex: 1;
		align-content: center;
	}

	.customerDIV_header {
		font-size: 29px;
		line-height: 33px;
		margin: 30px auto 0;
	}

	.cusTitle {
		font-size: 25px;
		line-height: 30px;
		margin: 50px auto 15px;
	}

	.cusDes {
		font-size: 20px;
		line-height: 1.3;
		margin: 6px auto 30px;
		max-width: 300px;
	}

	.participate-button {
		width: 207px;
		height: 54px;
		padding: 12px 0px;
		font-size: 20px;
		border-radius: 5px;
		margin: 0 auto 50px;
	}

	.fom-button {
		width: 167px;
		padding: 7px 1%;
		font-size: 16px;
		border-radius: 5px;
		margin: 0 auto 50px;
	}

}

.inputBtn {
	max-width: 53px;
	margin: 0 0 0 20px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	color: #818A91;
}

.inputBtn:hover {
	background-color: #FFFFFF;
	color: #0067B1;
}

.inputBtn:focus {
	background-color: #0067B1;
	color: #FFFFFF;
}

.carousel-inner {
	height: 850px;
}

@media screen and (max-width: 479px) {
	.carousel-inner {
		height: 750px;
	}
}

@keyframes confetti-slow {
	0% {
		transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
	}

	100% {
		transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
	}
}

@keyframes confetti-medium {
	0% {
		transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
	}

	100% {
		transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
	}
}

@keyframes confetti-fast {
	0% {
		transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
	}

	100% {
		transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
	}
}

.container {
	width: 100%;
	/* height: 100vh; */
	background: #f0f0f0;
}

.confetti-container {
	perspective: 700px;
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.confetti {
	position: absolute;
	z-index: 1;
	top: -10px;
	border-radius: 0%;

	&--animation-slow {
		animation: confetti-slow 2.25s linear 1 forwards;
	}

	&--animation-medium {
		animation: confetti-medium 1.75s linear 1 forwards;
	}

	&--animation-fast {
		animation: confetti-fast 1.25s linear 1 forwards;
	}
}

hr {
	border-top: 3px solid #707070;
}

.row-equal {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.accTable ul {
	list-style-type: disc;
	padding-left: 20px;
}

.row-equal>[class*="col-"] {
	display: flex;
	flex-direction: column;
}

@media (max-width: 991px) {
	.accTable {
		margin: 0 auto 10px;
		width: 100%;
		max-width: 380px;
		border-radius: 10px;
	}

	.accTable th {
		font-size: 16px;
		text-align: left;
		line-height: 1.3;
	}

	.accTable tr td {
		font-size: 16px;
		text-align: left;
		line-height: 1.3;
		padding: 12px 20px;
	}

	.accTable tr:last-child td {
		font-size: 16px;
		text-align: left;
		line-height: 1.3;
		padding: 12px 20px;
	}

	.accTable tr td:nth-child(2) {
		font-size: 16px;
		line-height: 1.3;
		text-align: center;
	}

	.accTable tr td:nth-child(3) {
		border-right: unset;
		font-size: 16px;
	}



	.arrow--left {
		top: 50%;
		position: absolute;
		z-index: 999;
		left: 0;
		width: 24px;
	}

	.arrow--right {
		top: 50%;
		right: 0;
		position: absolute;
		z-index: 999;
		width: 24px;
	}

	.prize-header {
		font-size: 35px;
		font-weight: lighter;
		color: #0167B1;
		line-height: 40px;
		text-align: center;
		padding: 20px 20px;
	}
}

.slick-dots {
	display: flex !important;
	justify-content: center;
	margin-top: 30px;
}

.slick-dots li {
	width: 14px;
	height: 14px;
	margin: 0 6px;
}

.slick-dots li button {
	/* background: url(../images/slick-dots.png); */
	border-radius: 50px;
	text-indent: -9999px;
	overflow: hidden;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	margin: 0 4px;
	background-color: #C8E1F4;
	border: 1px solid #707070;
	padding: 0;
}

.slick-active button {
	/* background: url('../images/slick-active.png') !important; */
	border: 1px solid #707070 !important;
	background-color: #fff !important;
	border-radius: 50px;
	width: 14px;
	height: 14px;
}