@import url('https://fonts.googleapis.com/css?family=Lato:300,400,600,700,900');
.img-responsive {
	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: 800px;
}

.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: #F5F5F5;
	padding: 70px 0;
	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;
	}
}

/* @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: 34px;
	line-height: 1.3;
}

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

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

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

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

.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 24px;
	background: #ef3e42;
	color: #ffffff;
	margin: 40px auto 0;
	border: none;
	font-size: 18px;
	height: 60px;
	border-radius: 10px;
	width: 160px;
	text-align: center;
}

@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: 12px 0 45.28px 0;
}

@media (max-width: 991px) {
	.footer {
		font-size: 10px;
	}
}

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

.footer__top {
	margin: 0 68.38px;
}

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

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

@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: 22.64px 0;
	}
}

@media screen and (max-width: 479px) {
	.footer__top .footer__tnc {
		font-size: 10px;
		line-height: 1.3;
		padding: 22.64px 0 11px 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;
	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: 10px;
		line-height: 1.5;
	}
}

.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 38.38px;
}

.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: 20.58px 22.38px;
	}
}

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

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

@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: 600px) {
	.footer__top .footer__box .footer__box-heading {
		font-size: 26px;
		line-height: 1.3;
	}
} */

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

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

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

@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: 600px) {
	.footer__top .footer__box .footer__box-subheading {
		font-size: 22px;
		line-height: 1.3;
	}
} */

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

.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 0x;*/
		width: 170px;
	}
}

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

.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: 74px;
	}
}*/

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

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

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

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

@media (max-width: 479px) {
	.footer__mid .footer__mid-right {
		padding: 16px 0 0 52.38px;
	}
}

.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;
}

@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 {
	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 {
		font-size: 10px;
		padding: 0 30.38px 0 0;
		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 46px;
	}
}

.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 {
	position: relative;
}

.banner img {
	width: 100%;
}

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

.rhb_logo {
	width: 19rem !important;
	position: absolute;
	top: 45px;
}

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

show--xs {
	display: none;
}

.show--sm {
	display: none;
}

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

.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;
	}
	.show--xs {
		display: block;
	}
}

@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%;*/
	width: 100%;
	z-index: 9999;
	max-width: 1440px;
}

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

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

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;
}

.cardTable {
	width: 100%;
	margin: 10px 0;
}

.cardTable td {
	background: #ffffff;
	color: #0067b1;
	text-align: left;
	padding: 10px 0;
	border-bottom: 2px solid #def3fa;
}

.intro {
	text-align: center;
	background: #FFF;
}

.bgImg {
	width: 1440px;
	background: url(/-/media/microsites/card_not_present/images/Background.jpg);
	background-size: 100% 100%;
	text-align: center;
	background-repeat: no-repeat;
	padding: 0px;
}

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

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

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

.campaign_banner:before {
	content: '___________________________________________';
	position: absolute;
	left: -300px;
	top: 0px;
	color: #5bc2e7;
}

.campaign_banner:after {
	content: '___________________________________________';
	position: absolute;
	right: -300px;
	top: 0px;
	color: #5bc2e7;
}

/* .container_body h2 {
	color: #0067b1;
	margin-top: 20px;
	font-size: 34px;
	margin-top: 50px;
} */

.container_body h2 {
	color: #0067b1;
	margin-bottom: 0px;
	font-size: 30px;
	line-height: 40px;
	margin-top: 0px;
}

.container_body h3 {
	font-size: 24px;
	line-height: 32px;
	color: #404040;
	margin-bottom: 20px;
	margin-top: 20px;
}

.container_body h6 {
	color: #404040;
	line-height: 1.3;
	margin-top: 50px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 18px;
}

.container_body table {
	width: 836px;
	margin: 30px auto;
	align-content: center;
	text-align: center;
	box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
}

.container_body table th {
	background: #5bc2e7;
	color: white;
	text-align: center;
	padding: 15px 0;
	width: 50%;
	font-size: 24px;
	font-weight: bold;
}

.container_body table td {
	background: #ffffff;
	color: #0067b1;
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #ffffff;
	width: 50%;
	font-size: 24px;
	font-weight: bold;
}

.container_body table tr:nth-child(even) td {
	background-color: #cdedf8;
}

.intro__heading {
	color: #fff;
	margin: 60px auto 0 auto;
	max-width: 100%;
	font-size: 48px;
	line-height: 1.2;
}

.intro_message {
	color: #3b3c3e;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	text-align-last: center;
}

.intro_message b {
	color: #3b3c3e;
	font-size: 30px;
	font-weight: 600;
}

.intro_extra {
	color: #0067b1;
	font-size: 25px;
	font-weight: bold;
}

.card-tnc {
	margin: 15px auto 40px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #888888;
	text-align: center;
}

.message {
	font-size: 20px;
}

@media screen and (max-width: 991px) {
	.intro__heading {
		font-size: 42px;
		line-height: 1.3;
		margin: 0px 50px 25px 50px;
	}
}

@media screen and (max-width: 767px) {
	.intro__heading {
		font-size: 36px;
		line-height: 1.3;
	}
	.carousel-inner {
		display: flex;
		justify-content: center;
	}
}

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

@media (max-width: 768px) {
	.intro__heading {
		margin: 25px 0px 0px;
		max-width: 918px;
	}
}

.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;
	}
	.carousel-control {
		width: 40px;
		height: fit-content;
	}
}

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

/* new add */

.iconImg {
	text-align: center;
	margin: 30px auto 0;
	max-width: 180px;
	width: 100%;
	height: auto;
	/* padding: 5px; */
}

.cardSubtitle {
	color: #0067B1;
	font-size: 25px;
	line-height: 35px;
	font-weight: 400;
	text-align: left;
}

.cardSubtitle2 {
	color: #0067B1;
	font-size: 22px;
	line-height: 35px;
	font-weight: 400;
	text-align: left;
}

sup {
	font-size: 50%;
	top: -1em;
}

.carousel_body h2 {
	color: white;
	margin-bottom: 50px;
	font-size: 32px;
	line-height: 42px;
	margin-top: 50px;
	font-weight: bold;
	text-align: center;
}

.intro_head {
	margin: 40px auto 40px;
	font-size: 38px;
	line-height: 46px;
	text-align: center;
	text-align-last: center;
	font-weight: bold;
	color: #0067B1;
	max-width: 892px;
}

.scenario_head {
	margin: 0 auto;
	padding-top: 55px;
	font-size: 38px;
	line-height: 46px;
	text-align: center;
	text-align-last: center;
	font-weight: bold;
	color: #FFFFFF;
	max-width: 1005px;
}

.imageBox {
	margin: auto;
	width: 95%;
	height: 600px;
	position: relative;
}
.pic1 {
	display: none !important;
	width: 100%;
	height: auto;
	max-width: 590px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.slick-active .pic1 {
	display: block !important;
}

.pic2 {
	display: none !important;
	width: 100%;
	height: auto;
	max-width: 480px;
	position: absolute;
	bottom: 7%;
	left: 9%;
}
.slick-active .pic2 {
	display: block !important;
}

.pic2shadow {
	display: none !important;
	width: 100%;
	height: auto;
	max-width: 550px;
	position: absolute;
	bottom: 2%;
	left: 10%;
}
.slick-active .pic2shadow {
	display: block !important;
}

.pic3 {
	display: none !important;
	width: 100%;
	height: auto;
	max-width: 490px;
	position: absolute;
	bottom: 1%;
	left: 12%;
}
.slick-active .pic3 {
	display: block !important;
}

.pic3shadow {
	display: none !important;
	width: 100%;
	height: auto;
	max-width: 490px;
	position: absolute;
	bottom: -1%;
	left: 17%;
}
.slick-active .pic3shadow {
	display: block !important;
}

.pic4 {
	display: none !important;
	width: 100%;
	height: auto;
	max-width: 570px;
	position: absolute;
	bottom: 0;
	left: 3%;
}
.slick-active .pic4 {
	display: block !important;
}

.pic5 {
	display: none !important;
	width: 100%;
	height: auto;
	max-width: 680px;
	position: absolute;
	bottom: 1%;
	left: 8%;
	z-index: 1;
}
.slick-active .pic5 {
	display: block !important;
}

.pic5shadow {
	display: none !important;
	width: 100%;
	height: auto;
	max-width: 680px;
	position: absolute;
	bottom: -2%;
	left: 10%;
	z-index: 1;
}
.slick-active .pic5shadow {
	display: block !important;
}

.pic6 {
	display: none !important;
	width: 100%;
	height: auto;
	max-width: 240px;
	position: absolute;
	bottom: 12%;
	left: 18%;
	z-index: 1;
}
.slick-active .pic6 {
	display: block !important;
}

.pic6shadow {
	display: none !important;
	width: 100%;
	height: auto;
	max-width: 500px;
	position: absolute;
	bottom: 4%;
	left: 18%;
}
.slick-active .pic6shadow {
	display: block !important;
}

.pic7 {
	display: none !important;
	width: 100%;
	height: auto;
	max-width: 130px;
	position: absolute;
	bottom: 7%;
	left: 36%;
	z-index: 2;
}
.slick-active .pic7 {
	display: block !important;
}

.pic8 {
	display: none !important;
	width: 100%;
	height: auto;
	max-width: 270px;
	position: absolute;
	bottom: 11%;
	left: 55%;
	z-index: 1;
}
.slick-active .pic8 {
	display: block !important;
}

.pic8shadow {
	display: none !important;
	width: 100%;
	height: auto;
	max-width: 350px;
	position: absolute;
	bottom: 7%;
	left: 52%;
	z-index: 1;
}
.slick-active .pic8shadow {
	display: block !important;
}

.greyBG {
	background: #F7F7F7;
	padding: 80px 0 60px;
}

.intro_head3 {
	margin: 0px auto 30px;
	font-size: 38px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	color: #0067b1;
	max-width: 1030px;
}

.intro_des {
	margin: 0 auto 70px;
	font-size: 25px;
	line-height: 35px;
	text-align: center;
	font-weight: normal;
	color: #404040;
	max-width: 900px;
}

.bubble1 {
	display: none !important;
	width: 100%;
	height: auto;
	max-width: 670px;
	position: absolute;
	/* bottom: 0; */
	right: 9%;
	top: 4%;
}
.slick-active .bubble1 {
	display: block !important;
}

.bubble2 {
	display: none !important;
	width: 100%;
	height: auto;
	max-width: 560px;
	position: absolute;
	/* bottom: 0; */
	right: 18%;
	top: 6%;
}
.slick-active .bubble2 {
	display: block !important;
}

.bubble3 {
	display: none !important;
	width: 100%;
	height: auto;
	max-width: 560px;
	position: absolute;
	/* bottom: 0; */
	right: 14%;
	top: 0;
}
.slick-active .bubble3 {
	display: block !important;
}

.bubble4 {
	display: none !important;
	width: 100%;
	height: auto;
	max-width: 560px;
	position: absolute;
	/* bottom: 0; */
	right: 15%;
	top: 5%;
}
.slick-active .bubble4 {
	display: block !important;
}

.bubble5 {
	display: none !important;
	width: 100%;
	height: auto;
	max-width: 670px;
	position: absolute;
	/* bottom: 0; */
	right: 5%;
	top: 5%;
}
.slick-active .bubble5 {
	display: block !important;
}

.bubble6 {
	display: none !important;
	width: 100%;
	height: auto;
	max-width: 680px;
	position: absolute;
	/* bottom: 0; */
	right: 6%;
	top: 5%;
}
.slick-active .bubble6 {
	display: block !important;
}

.bubbleFrame1 {
	padding: 110px 180px 180px; 
	background-image: url('../images/b1.png'); 
	background-size: 100% 100%;
}
.bubbleFrame2 {
	padding: 100px 70px 180px 180px; 
	background-image: url('../images/b2.png'); 
	background-size: 120% 100%;
}
.bubbleFrame3 {
	padding: 123px 130px 180px 185px; 
	background-image: url('../images/b3.png'); 
	background-size: 120% 100%;
}
.bubbleFrame4 {
	padding: 100px 70px 180px 200px; 
	background-image: url('../images/b4.png'); 
	background-size: 120% 100%;
}
.bubbleFrame5 {
	padding: 110px 150px 150px 155px; 
	background-image: url('../images/b5.png'); 
	background-size: 100% 100%;
}
.bubbleFrame6 {
	padding: 90px 216px 170px 170px; 
	background-image: url('../images/b6.png'); 
	background-size: 100% 100%;
}

.bubbleDes {
	margin: 0 auto;
	font-size: 30px;
	line-height: 35px;
	text-align: left;
	font-weight: normal;
	color: #FEFFFF;
	/* max-width: 306px; */
}

.intro_message {
	margin: 40px auto;
	font-size: 25px;
	line-height: 35px;
}

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

.intro_message b {
	color: #3b3c3e;
	font-size: 28px;
	font-weight: 600;
}

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

.scenarioDes {
	margin: 0px auto;
	font-size: 30px;
	line-height: 35px;
	text-align: left;
	font-weight: normal;
	color: #FEFFFF;
}


@media screen and (max-width: 768px) {
		
	.bgImg {
		padding: 0 0px;
	}
}


.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: 30px 0px 0px;
	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: 40px;
	font-weight: bold;
	color: #0067b1;
	margin-bottom: 30px;
}

.section-1 p {
	font-size: 24px;
	line-height: 29px;
	color: #404040;
	padding-top: 20px;
}

.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: #0067b1;
	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;
}

.section-2 {
	background: white;
	max-width: 1440px;
	margin: 0 auto 0 auto;
	/*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
}

/* .section-2 img {display: block; margin: auto;} */

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

.section-2 h2 {
	color: #0056a3;
	margin: 20px auto 20px auto;
	font-size: 32px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}

.section-2 h2 span {
	color: #193863;
	margin: 0px auto 40px auto;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 300;
	text-align: center;
}

.section-2 .container {
	padding: 0 12px;
}

.section-2 .container_body h2 {
	color: #0067b1;
	margin-bottom: 0px;
	font-size: 30px;
	line-height: 40px;
	margin-top: 0px;
}

.section-2 .container_body h3 {
	font-size: 24px;
	line-height: 32px;
	color: #404040;
	margin-bottom: 40px;
	margin-top: 0px;
}

.container_body .container_body h6 {
	color: #404040;
	line-height: 1.3;
	margin-top: 50px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 18px;
}

.section-2-wrapper {
	display: block;
	margin: 0 60px;
}

.section-2-inner-container {
	margin: auto auto 40px;
	background: white;
	text-align: center;
}

.section-2 h3 {
	/* color: #4container_body04040; */
	font-size: 18px;
	font-weight: 400;
	padding: 10px;
}

.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;
}

.section-1 .img-container {
	/* background: white; */
	border-radius: 60px;
	/* box-shadow: 0 10px 10px #c1cdd8; */
	width: fit-content;
	margin: auto;
}

.section-1 .img-container img {
	width: 178px;
	height: auto;
}

.section-2 h2 {
	font-size: 28px;
	color: #0067b1;
	font-weight: bold;
	padding-top: 10px;
}

.section-2 h3 {
	color: #404040;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 400;
	padding-bottom: 0px;
	text-align: center;
}

.section-2 h4 {
	color: #193863;
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
}

.section-2 p {
	color: #193863;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 300;
	text-align: center;
	margin-top: 12px;
}

.section-2 button {
	background: #6cc24a;
	text-transform: uppercase;
	font-weight: 300;
	color: white;
	padding: 8px 24px;
	border: 0;
	font-size: 16px;
	margin: 50px auto auto;
}

.section-3 {
	padding: 80px 68.38px 0px;
	background: #5bc2e7;
	color: white;
}

.section-3-right {
	padding: 24px 0px;
	font-weight: 300;
}

.img1 {
	width: 5vw;
	max-width: 45px;
	min-width: 30px;
}

.qr_img {
	width: 10vw;
	max-width: 150px;
	min-width: 125px;
	margin: 0 auto 20px 0;
	display: block;
}

.qr_container {
	text-align: left;
}

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

.section-4 {
	padding: 48px 12px 52px;
}

.section-4 h2 {
	color: #193863;
	margin: 20px auto 50px auto;
	font-size: 26px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}

.section-4 button {
	background: #6cc24a;
	text-transform: uppercase;
	font-weight: 300;
	color: white;
	padding: 8px 24px;
	border: 0;
	font-size: 16px;
	margin: 50px auto auto;
}

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

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


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

@media screen and (max-width: 768px) {
	.slick-track {
		/* margin-left: -30px; */
	}
	.carousel_body {
		padding: 30px 0px 0px !important;
	}
	.rhb_slick .slick-slide {
		/* margin: auto 15px; */
		display: flex;
		/* margin-left: -15px; */
	}
	.rhb_slick .slick-dots {
		/* top: 195px; */
	}
	.intro_head {
		font-size: 20px;
		line-height: 25px;
		margin: 20px 35px 45px;
	}
	.bgImg {
		width: 100%;
		background: url(../images/Background.jpg);
		background-size: 100% 100%;
		text-align: center;
		background-repeat: no-repeat;
		padding: 0px;
	}
	.scenario_head {
		padding-top: 30px;
		font-size: 20px;
		line-height: 24px;
		margin: 40px 20px 0px;
	}
	.bubbleFrame1 {
		padding: 45px 75px 80px 72px;
		background-image: url('../images/b1.png'); 
		background-size: 100% 100%;
	}
	.bubbleFrame2 {
		padding: 45px 75px 80px 72px;
		background-image: url('../images/b1.png'); 
		background-size: 100% 100%;
	}
	.bubbleFrame3 {
		padding: 60px 110px 94px 80px; 
		background-image: url('../images/b3.png'); 
		background-size: 100% 100%;
	}
	.bubbleFrame4 {
		padding: 40px 75px 70px 78px; 
		background-image: url('../images/b4.png'); 
		background-size: 100% 100%;
	}
	.bubbleFrame5 {
		padding: 35px 70px 55px 80px; 
		background-image: url('../images/b5.png'); 
		background-size: 100% 100%;
	}
	.bubbleFrame6 {
		padding: 40px 90px 70px 80px; 
		background-image: url('../images/b6.png'); 
		background-size: 100% 100%;
	}
	.bubbleDes {
		margin: 0 auto;
		font-size: 13px;
		line-height: 15px;
		/* max-width: 130px; */
	}
	.imageBox {
		width: 100%;
		height: 260px;
		position: relative;
	}
	.pic1 {
		width: 100%;
		height: auto;
		max-width: 230px;
		position: absolute;
		bottom: 0;
		left: -20%;
		z-index: 1;
	}
	
	.pic2 {
		width: 100%;
		height: auto;
		max-width: 200px;
		position: absolute;
		bottom: 11%;
		left: -10%;
		z-index: 1;
	}
	
	.pic2shadow {
		width: 100%;
		height: auto;
		max-width: 200px;
		position: absolute;
		bottom: 4%;
		left: -3%;
		z-index: 1;
	}
	
	.pic3 {
		width: 100%;
		height: auto;
		max-width: 210px;
		position: absolute;
		bottom: 3%;
		left: -9%;
		z-index: 1;
	}
	
	.pic3shadow {
		width: 100%;
		height: auto;
		max-width: 210px;
		position: absolute;
		bottom: 1%;
		left: -2%;
		z-index: 1;
	}
	
	.pic4 {
		width: 100%;
		height: auto;
		max-width: 225px;
		position: absolute;
		bottom: 0;
		left: -17%;
		z-index: 1;
	}
	
	.pic5 {
		width: 100%;
		height: auto;
		max-width: 240px;
		position: absolute;
		bottom: 10%;
		left: -10%;
		z-index: 1;
	}
	
	.pic5shadow {
		width: 100%;
		height: auto;
		max-width: 240px;
		position: absolute;
		bottom: 5%;
		left: -10%;
		z-index: 1;
	}
	
	.pic6 {
		width: 100%;
		height: auto;
		max-width: 99px;
		position: absolute;
		bottom: 12%;
		left: 7%;
	}
	
	.pic6shadow {
		width: 100%;
		height: auto;
		max-width: 185px;
		position: absolute;
		bottom: 5%;
		left: 7%;
	}
	
	.pic7 {
		width: 100%;
		height: auto;
		max-width: 55px;
		position: absolute;
		bottom: 6%;
		left: 32%;
		z-index: 1;
	}
	
	.pic8 {
		width: 100%;
		height: auto;
		max-width: 131px;
		position: absolute;
		bottom: 10%;
		left: 59%;
	}
	.pic8shadow {
		width: 100%;
		height: auto;
		max-width: 200px;
		position: absolute;
		bottom: 5%;
		left: 46%;
	}
	.bubble1 {
		width: 100%;
		height: auto;
		max-width: 280px;
		position: absolute;
		/* bottom: 0; */
		left: 27%;
		top: -5%;
	}
	.bubble2 {
		width: 100%;
		height: auto;
		max-width: 280px;
		position: absolute;
		/* bottom: 0; */
		left: 27%;
		top: -5%;
	}
	.bubble3 {
		width: 100%;
		height: auto;
		max-width: 290px;
		position: absolute;
		/* bottom: 0; */
		left: 32%;
		top: -10%;
	}
	.bubble4 {
		width: 100%;
		height: auto;
		max-width: 280px;
		position: absolute;
		/* bottom: 0; */
		left: 27%;
		top: -5%;
	}
	.bubble5 {
		width: 100%;
		height: auto;
		max-width: 315px;
		position: absolute;
		/* bottom: 0; */
		left: 17%;
		top: -5%;
	}
	.bubble6 {
		width: 100%;
		height: auto;
		max-width: 326px;
		position: absolute;
		/* bottom: 0; */
		left: 22%;
		top: -5%;
	}
	.greyBG {
		background: #F7F7F7;
		padding: 30px 0 55px;
	}
	.intro_head3 {
		font-size: 20px;
		line-height: 1.3;
		margin: 0px 15px 10px;
	}
	.card {
		max-width: 294px;
	}
	.intro_des {
		margin: 0 auto 30px;
		font-size: 16px;
		line-height: 21px;
		max-width: 294px;
	}
	.section-1 {
		padding: 0px 20px;
		background-position: 1200px;
	}
	.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;
	}
	.section-3 {
		display: grid;
	}
	.section-3 h2 {
		margin-top: 50px;
	}
	.qr_container {
		text-align: center;
	}
	.qr_img {
		margin: 0 auto 20px auto;
	}
	.container_body table {
		width: 100%;
	}

	
	.scenarioDes {
		font-size: 13px;
		line-height: 15px;
	}
}

.floating__btn img {
	transform: scale(0.7);
}

.img-responsive-cashxcess img {
	transform: scale(0.7);
}

.mobileCenter {
	margin-top: 30px;
}
@media screen and (max-width: 479px) {
	.iconImg {
		text-align: center;
		margin: 40px auto 10px;
		max-width: 150px;
		width: 100%;
		height: auto;
	}
	.cardSubtitle {
		font-size: 16px;
		line-height: 23px;
		max-width: 282px;
		margin: auto;
	}
	.cardSubtitle2 {
		font-size: 13px;
		line-height: 15px;
		max-width: 280px;
		margin: auto;
	}
	.mobileCenter {
		margin: auto;
	}
	.textAlignCenterMobile {
		text-align: center;
	}
	.carousel_body h2 {
		font-size: 22px;
		line-height: 27px;
		margin: 10px auto 20px;
		font-weight: bold;
	}
	.floating-btn__container {
		right: -10%;
	}
	.floating__btn img {
		transform: scale(0.5);
	}
	.container_body table th {
		background: #5bc2e7;
		color: white;
		text-align: center;
		padding: 5px 0;
		width: 50%;
		font-size: 16px;
		line-height: 19px;
		font-weight: bold;
	}
	.container_body table td {
		background: #ffffff;
		color: #5bc2e7;
		text-align: center;
		padding: 12px 0;
		border-bottom: 1px solid #ffffff;
		width: 50%;
		font-size: 15px;
		line-height: 23px;
		font-weight: bold;
	}
	.section-1 h3 {
		font-size: 18px;
		line-height: 22px;
		margin: 30px auto 40px;
	}
	.section-1 p {
		font-size: 18px;
		line-height: 22px;
		color: #404040;
		padding-top: 0px;
	}
	.container_body h2 {
		font-size: 18px;
		line-height: 22px;
		margin: 10px auto 40px;
	}
	.section-2 .container_body h2 {
		font-size: 18px;
		line-height: 22px;
		margin: 0px auto;
		padding: 0px;
	}
	.container_body h3 {
		font-size: 18px;
		line-height: 22px;
		color: #0067b1;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.section-2 .container_body h3 {
		font-size: 16px;
		line-height: 21px;
		color: #404040;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.section-2 .container_body h6 {
		color: #404040;
		line-height: 1.1;
		margin-top: 50px;
		margin-bottom: 40px;
		text-align: center;
		font-size: 13px;
	}
	.container_body h6 {
		color: #404040;
		line-height: 1.1;
		margin-top: 50px;
		margin-bottom: 40px;
		text-align: center;
		font-size: 13px;
	}
	.intro_message {
		font-size: 16px;
		line-height: 21px;
		margin: 10px auto 30px;
	}
	.intro_extra {
		font-size: 16px;
		line-height: 23px;
		margin: 10px auto 0px;
	}
	.intro_message b {
		color: #3b3c3e;
		font-size: 20px;
		font-weight: 600;
	}
	.message {
		margin: 40px auto;
		font-size: 12px;
		line-height: 1.3;
		text-align: center;
	}
	.intro_body {
		margin: 20px auto;
		font-size: 20px;
	}
	.section-1 {
		background-position: 1400px;
	}
	.col-half {
		width: 100%;
	}
	.col-half h2 {
		font-size: 24px;
	}
	.col-half p {
		font-size: 18px;
	}
	.small-text {
		font-size: 14px !important;
	}
	/* .section-2 {padding:30px 30px;} */
	.card-tnc {
		margin: 0 auto 35px;
		font-size: 10px;
		line-height: 20px;
		padding: 0px 10px;
	}
}

.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: white;
	padding: 10px 40px 30px;
	background: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.carousel_body {
	/* background: white; */
	padding: 30px 15px 0px;
	/* background: url('../images/bg2.jpg'); */
	/* background-repeat: no-repeat; */
	/* background-size: 100% 100%; */
}

.carousel_body td {
	padding: 0 15px;
}

.campaign_banner {
	background: #5bc2e7;
	color: white;
	margin: auto;
	width: fit-content;
	padding: 10px 30px;
	border-radius: 14px;
	margin-bottom: -25px;
	position: relative;
	font-weight: 600;
}

.grand_prize {
	width: 400px;
	margin-top: 50px;
}

.negative-margin-top {
	margin-top: -25px;
	margin-bottom: 10px;
}

.small_prize {
	width: 150px;
}

.small_text {
	font-size: 12px;
	font-weight: 200;
}

.divider {
	border-right: 1px solid #f2d7bb;
}

@media (min-width: 768px) {
	.flex-container {
		padding: 30px 20px 0 0;
	}
	.container_body {
		padding: 50px 150px 50px;
	}
	.carousel_body {
		padding: 1px 0px 0px;
	}
	.reward_body {
		margin: 0 115px 0;
	}
	.cc_body_container .focused {
		font-size: 20px;
		line-height: normal;
	}
}

@media (min-width: 1200px) {
	.section-desc {
		font-size: 48px;
		top: 300px;
		line-height: 60px;
	}
	.section-desc-more {
		font-size: 72px;
	}
	.container_body {
		padding: 30px 185px 20px;
	}
	.carousel_body {
		padding: 1px 70px 0px;
	}
	.img_pull {
		text-align: left;
		margin-left: 0;
	}
	.reward_body {
		margin: 0 300px 0;
	}
	.section-2-inner-container {
		max-width: 250px;
	}
	.how_it_works {
		margin: 24px 300px;
	}
}

.arrow-down {
	display: none;
}

.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
	/* top: -22px; */
	bottom: 3%;
	position: absolute;
	/* left: 0; */
	right: 10%;
}

.slick-dots li {
	margin: 0 1rem;
}

@media (max-width: 768px) {
	.slick-dots li {
		margin: 0 0.5rem;
	}
}

.slick-dots button {
	display: block;
	width: 1rem;
	height: 1rem;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #FFF;
	text-indent: -9999px;
}

.slick-dots li.slick-active button {
	background-color: #FB637E;
}

@media screen and (max-width: 991px) {
	.form--heading {
		font-size: 20px;
		line-height: 1.3;
	}
	.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;
	color: #888888;
}

select {
	appearance: none;
}

.stay_bottom {
	bottom: 5%;
}

.cc_body {
	display: flex;
	text-align: left;
	justify-content: space-between;
}

.flex {
	display: flex;
}


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

.arrows_container {
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	left: 0;
	top: 35%;
}
.mobile_rewards_left2:hover,
.mobile_rewards_right2:hover {
	cursor: pointer;
}

.mobile_rewards_left2 {
	width: 40px;
	left: 2%;
	position: absolute;
}
.mobile_rewards_right2 {
	width: 40px;
	right: 2%;
	position: absolute;
}


.slick-active .fade-in-left{-webkit-animation:fade-in-left 1.5s cubic-bezier(.39,.575,.565,1.000) .5s both;animation:fade-in-left 1.5s cubic-bezier(.39,.575,.565,1.000) .5s both}

.slick-active .slide-in-right{-webkit-animation:slide-in-right .5s cubic-bezier(.25,.46,.45,.94) both;animation:slide-in-right .5s cubic-bezier(.25,.46,.45,.94) both}

.slick-active .scale-in-center{-webkit-animation:scale-in-center .5s cubic-bezier(.25,.46,.45,.94) .5s both;animation:scale-in-center .5s cubic-bezier(.25,.46,.45,.94) .5s both}

.slick-active .fade-in{-webkit-animation:fade-in 1.5s cubic-bezier(.39,.575,.565,1.000) .5s both;animation:fade-in 1.5s cubic-bezier(.39,.575,.565,1.000) .5s both}


@-webkit-keyframes fade-in-left{0%{-webkit-transform:translateX(-50px);transform:translateX(-50px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-left{0%{-webkit-transform:translateX(-50px);transform:translateX(-50px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}

@-webkit-keyframes slide-in-right{0%{-webkit-transform:translateX(1000px);transform:translateX(1000px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes slide-in-right{0%{-webkit-transform:translateX(1000px);transform:translateX(1000px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}

@-webkit-keyframes scale-in-center{0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes scale-in-center{0%{-webkit-transform:scale(0);transform:scale(0);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}

@-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}

