@import url('https://fonts.googleapis.com/css?family=Lato:300,400,600,700,900');
.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;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-15 {
	width: 20%;
	float: left;
}
@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}
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', sans-serif;
	color: #4a565c;
	background: #fff;
}
@media screen and (max-width: 991px) {
	body {
		font-size: 16px;
		line-height: 1.6;
	}
}
@media screen and (max-width: 768px) {
	body {
		font-size: 15px;
		line-height: 1.6;
	}
}
@media screen and (max-width: 479px) {
	body {
		font-size: 15px;
		line-height: 1.6;
	}
}
a {
	color: #025fab;
}
a:hover,
a:active,
a:focus {
	color: #000;
}
.site--container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	overflow-x: hidden;
	position: relative;
}
.form {
	text-align: center;
	background: #e3f5fa;
	padding: 70px 0;
}
@media (max-width: 767px) {
	.form {
		padding: 50px 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: 600;
	font-size: 32px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.form--heading {
		font-size: 30px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.form--heading {
		font-size: 28px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.form--heading {
		font-size: 22px;
		line-height: 1.3;
	}
}
.form--subheading {
	font-size: 16px;
	color: #404040;
	font-weight: 400;
	padding-top: 5px;
}
@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: #404040;
	font-size: 14px;
	font-weight: 400;
}
@media (max-width: 767px) {
	.form--tnc-label-text {
		font-size: 81.25%;
	}
}
@media (max-width: 479px) {
	.form--tnc-label-text {
		font-size: 75%;
	}
}
.form--submit {
	text-align: center;
}
.form--submit-btn {
	font-weight: 700;
	display: inline-block;
	padding: 0px 40px;
	background: #EF3E42;
	color: #ffffff;
	margin: 40px auto 0;
	border: none;
	font-size: 25px;
	line-height: 1.3;
	height: 60px;
	border-radius: 10px
	
}
@media screen and (max-width: 991px) {
	.form--submit-btn {
		font-size: 23px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.form--submit-btn {
		font-size: 20px;
		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 50px;
		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: #818A91;
	font-size: 14px;
	line-height: 21px;
	padding: 0 0 45.28px 0;
}
@media (max-width: 991px) {
	.footer {
		font-size: 10px;
		line-height: 14px;
	}
}
@media (max-width: 620px) {
	.footer {
		padding: 0 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: 45.28px 0 5px;
	font-size: 15px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.footer__top .footer__tnc {
		font-size: 15px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.footer__top .footer__tnc {
		font-size: 14px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.footer__top .footer__tnc {
		font-size: 12px;
		line-height: 1.3;
	}
}
@media (max-width: 767px) {
	.footer__top .footer__tnc {
		padding: 22.64px 0 5px;
	}
}
@media (max-width: 620px) {
	.footer__top .footer__tnc {
		padding: 22.64px 0 5px 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: bold;
	padding: 35px 35px;
}
.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: 18px 18px;
	}
}
@media (max-width: 620px) {
	.footer__top .footer__box {
		padding: 15px 15px;
	}
}
.footer__top .footer__box .footer__box-heading {
	font-size: 40px;
	line-height: 1.3;
}
@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: 32px;
		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: 18px;
		line-height: 1.3;
	}
}
.footer__top .footer__box .footer__box-subheading {
	font-size: 30px;
	line-height: 1.3;
}
@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: 24px;
		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: 13px;
		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 30.38px;
		width: 170px;
	}
}
@media (max-width: 479px) {
	.footer__mid .footer__mid-left {
		width: 122.74px;
		padding: 3px 20.75px 3px 30.38px;
	}
}
.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: 20.58px 30.38px 0 46px;
	}
}
@media (max-width: 479px) {
	.footer__mid .footer__mid-right {
		padding: 20.58px 30.38px 0 46px;
	}
}
.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;
}
@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 {
	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: 10px;
		line-height: 14px;
		word-spacing: 1px;
	}
}
@media (max-width: 620px) {
	.footer__mid .footer__mid-right .footer__mid-right-text {
		padding: 0;
		display: block;
	}
}
@media (max-width: 479px) {
	.footer__mid .footer__mid-right .footer__mid-right-text {
		padding: 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 108px;
}
@media (max-width: 991px) {
	.footer__btm {
		margin: 22.64px 68.38px 0;
	}
}
@media (max-width: 620px) {
	.footer__btm {
		margin: 20.58px 30.38px 0 46px;
	}
}
.footer__btm .footer__btm-text {
	margin-top: 20px;
}
.footer__btm .footer__btm-text a {
	color: #0067B1;
	font-weight: 400;
}
.footer__btm .footer__btm-text a.underline {
	text-decoration: underline;
}
.footer__btm .footer__btm-text:last-child {
	margin-top: 30px;
}
@media (max-width: 320px) {
	.hide--xxs {
		display: none;
	}
}
@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;
	}
}
.rhb-logo {
	width: 17vw !important;
	max-width: 200px;
}

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

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

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

.show--sm-hide-xs {
	display: none;
}
@media (max-width: 767px) {
	.show--sm-hide-xs {
		display: inline-block;
	}
}
@media (max-width: 479px) {
	.show--sm-hide-xs {
		display: none;
	}
}
.show--sm {
	display: none;
}
@media (max-width: 767px) {
	.show--sm {
		display: block;
	}
}
.show--xs {
	display: none;
}
@media (max-width: 479px) {
	.show--xs {
		display: inline-block;
	}
}

.floating-btn__container {
	position: fixed;
	margin-top: -100px;
	width: 100%;
	z-index: 9999;
}

a.floating__btn {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	z-index: 99;
	right: 4%;
	/* top: 12%; */
	color: #ffffff;
	/* background: #0067b1; */
	/* background: url(../images/Apply_now.png) no-repeat; */
	width: 130px;
	height: 50px;
	border-radius: 50%;
	transform: translateY(-100%);
	/* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); */
}

a.floating__btn img {
	transform: scale(1.3);
}

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

@media (max-width: 767px) {
	a.floating__btn {
		width: 110px;
		height: 110px;
	}
	.floating-btn__container {
		margin-top: 0;
	}
}
@media (max-width: 479px) {
	a.floating__btn {
		width: 80px;
		height: 80px;
	}
}
a.floating__btn .floating__btn-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 220px;
}
@media screen and (max-width: 991px) {
	a.floating__btn .floating__btn-text {
		max-width: 200px;
	}
}
@media screen and (max-width: 768px) {
	a.floating__btn .floating__btn-text {
		max-width: 200px;
	}
}
@media screen and (max-width: 479px) {
	a.floating__btn .floating__btn-text {
		max-width: 160px;
	}
}
.banner {
	position: relative;
}
.banner img {
	width: 100%;
}

.tdTitle {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	margin: auto;
}

.tdText {
	text-align: center;
	font-weight: normal;
	font-size: 17px;
	line-height: 20px;
	margin: auto;
}

.tdText2 {
	text-align: center;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	margin: auto;
}

.tdText3 {
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	line-height: 20px;
	margin: auto;
}

.tdText4 {
	text-align: right;
	font-weight: bold;
	font-size: 23px;
	line-height: 20px;
	margin: auto;
	color:#0067B1;
}

.ccImg {
	display: block;
	margin: 0 auto 45px;
	width: 100%;
	height: auto;
	max-width: 655px;
	text-align: center
}

@media screen and (max-width: 479px) {
	.tdTitle {
		font-size: 13px;
		line-height: 14px;
	}
	
	.tdText {
		font-size: 15px;
		line-height: 16px;
	}
	
	.tdText2 {
		font-size: 13px;
		line-height: 16px;
	}
	
	.tdText3 {
		font-size: 17px;
		line-height: 18px;
	}
	
	.tdText4 {
		font-size: 17px;
		line-height: 18px;
	}
	.modal-body {
		padding: 0 !important;
	}
}



.deals {
	background: #FFFFFF;
	padding: 40px 0 60px;
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% 100%;
}

.exclusive {
	padding: 75px 0 0px;
	background: #FFFFFF;
	background-size: 100% 100%;
}

.deals__heading {
	text-align: center;
	color: #0067B1;
	font-weight: bold;
	font-size: 34px;
	line-height: 40px;
	margin: auto;
}

.deals__heading2 {
	text-align: center;
	color: #0067B1;
	font-weight: bold;
	font-size: 42px;
	line-height: 58px;
	max-width: 930px;
	margin:  40px auto 20px;
}
@media screen and (max-width: 768px) {
	.deals__heading {
		font-size: 20px;
		line-height: 24px;
		max-width: 255px;
	}
	.deals__heading2 {
		font-size: 20px;
		line-height: 24px;
	}
}
.exclusive .deals__subheading {
	text-align: center;
	color: #404040;
	font-size: 22px;
	line-height: 30px;
	padding: 20px 0 65px;
	margin: auto;
	max-width: 800px;
}
.deals__subheading2 {
	text-align: center;
	color: #404040;
	font-size: 25px;
	line-height: 35px;
	padding: 35px 0 20px;
	margin: auto;
	max-width: 1000px;
}
@media screen and (max-width: 991px) {
	.exclusive .deals__subheading {
		font-size: 22px;
		line-height: 1.3;
	}
	.deals__subheading2 {
		font-size: 21px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.exclusive .deals__subheading {
		font-size: 20px;
		line-height: 1.3;
	}
	.deals__subheading2 {
		font-size: 20px;
		line-height: 1.3;
	}
	.ccImg {
		margin: 0 auto 20px;
		max-width: 220px;
	}
}
@media screen and (max-width: 479px) {
	.exclusive .deals__subheading {
		font-size: 14px;
		line-height: 18px;
		padding: 15px 20px 0px;
	}
	.deals__subheading2 {
		font-size: 16px;
		line-height: 20px;
		padding: 15px 20px 0px;
	}
}

.exclusiveTable {
	margin: 0 auto 10px;
	width: 100%;
	border-collapse: inherit;
	background-image: url('../images/BT_LP.jpg');
	background-size: 100% 100%;
}

.exclusiveTable tr:nth-child(1) td {
	padding: 100px 60px 20px;
}

.exclusiveTable tr:nth-child(2) td:nth-child(1) {
	padding: 0 20px 0 60px;
	border-right: 2px solid #FFF;
}

.exclusiveTable tr:nth-child(2) td:nth-child(2) {
	padding: 0 0px 0 40px;
}

.exclusiveTable tr:nth-child(3) td {
	padding: 0px 60px 110px;
}

.exclusiveTable tr:nth-child(3) td:nth-child(2) {
	padding: 0 0px 0 40px;
}

.exclusiveTable tr:nth-child(2) td:nth-child(1) {
	width: 35%;
}

.exclusiveTable tr:nth-child(2) td:nth-child(2) {
	width: 30%;
}


.exclusiveTable2 {
	margin: auto;
	width: 100%;
	border-collapse: inherit;
	background-image: url('../images/DAI_LP.jpg');
	background-size: 100% 100%;
	table-layout: fixed;
}

.exclusiveTable2 tr:nth-child(1) td {
	padding: 115px 60px 15px;
}

.exclusiveTable2 tr:nth-child(2) td:nth-child(1) {
	padding: 0 20px 15px 60px;
}

.exclusiveTable2 tr:nth-child(3) td {
	padding: 0px 60px 130px;
}

.tableHead {
	text-align: left;
	color: #FFF;
	font-size: 44px;
	line-height: 52px;
	font-weight: 700;
	margin: auto;
}
.tableDes {
	text-align: left;
	color: #FFF;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	margin: 0 0 40px;
	max-width: 620px;
}
.iconImg {
	display: block;
	width: 140px;
	height: auto;
	margin: 30px auto;
}
.moreBtn {
	display: block;
	width: 183px;
	height: auto;
	margin: 35px auto 90px;
}

@media screen and (max-width: 479px) {
	
	.exclusive {
		padding: 40px 0 0px;
		background: #FFFFFF;
	}
		
	.exclusiveTable {
		margin: 0 auto 30px;
		width: 90%;
		border: 2px solid #FFFFFF;
		border-radius: 10px;
		background-image: url('../images/BT_LP_Mobile.jpg');
		background-size: 100% 100%;
	}
	.exclusiveTable {
		margin: auto;
		table-layout: fixed;
		width: 100%;
	}
	.exclusiveTable2 {
		margin: auto;
		table-layout: fixed;
		width: 100%;
	}
	.tableHead {
		font-size: 18px;
		line-height: 20px;
	}
	.tableHead2 {
		font-size: 20px;
		line-height: 18px;
		padding: 0 20px;
	}
	.tableHead3 {
		font-size: 15px;
		line-height: 18px;
		padding: 0 10px;
	}
	.tableDes {
		font-size: 16px;
		line-height: 20px;
	}
	.iconImg {
		width: 70px;
		margin: 20px auto;
	}
	.moreBtn {
		width: 140px;
		margin: 10px auto 40px;
	}
}


.stay_bottom {
	bottom: 5%;
}
@media (max-width: 768px) {
	.deals {
		padding: 30px 0 25px;
	}
}
.deals .deals__heading {
	text-align: center;
	color: #0067B1;
	font-weight: bold;
	font-size: 34px;
	line-height: 40px;
	margin: auto;
	max-width: 695px;
}
.deals .deals__heading2 {
	text-align: center;
	color: #0067B1;
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	margin: 0 auto 30px;
	max-width: 888px;
}

.deals__des {
	text-align: center;
	color: #808080;
	font-weight: 400;
	font-size: 28px;
	line-height: 40px;
	margin: 35px auto 40px;
	max-width: 985px;
}

.campDate {
	text-align: center;
	color: #404040;
	font-weight: bold;
	font-size: 21px;
	line-height: 28px;
	margin: auto;
	max-width: 690px;
}

@media screen and (max-width: 768px) {
	.deals .deals__heading {
		font-size: 20px;
		line-height: 24px;
		max-width: 280px;
	}
	
	.deals .deals__heading2 {
		font-size: 20px;
		line-height: 24px;
		margin: 0 auto 10px;
		max-width: 290px;
	}
	
	.deals__des {
		font-size: 15px;
		line-height: 20px;
		margin: 15px auto 15px;
		max-width: 306px;
	}

	.campDate {
		font-size: 15px;
		line-height: 20px;
		margin: auto;
		max-width: 280px;
	}
}
.deals .deals__subheading {
	text-align: center;
	color: #404040;
	font-size: 24px;
	line-height: 1.3;
	padding-top: 40px;
	margin: auto;
	max-width: 1008px;
}
@media screen and (max-width: 991px) {
	.deals .deals__subheading {
		font-size: 24px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.deals .deals__subheading {
		font-size: 22px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.deals .deals__subheading {
		font-size: 15px;
		line-height: 22px;
		padding: 30px 20px 0;
	}
}
.deals .deals__date {
	margin-top: 60px;
	text-align: center;
	color: #0067B1;
	font-size: 24px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.deals .deals__date {
		font-size: 24px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.deals .deals__date {
		font-size: 22px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.deals .deals__date {
		font-size: 18px;
		line-height: 1.3;
	}
}
@media (max-width: 991px) {
	.deals .deals__date {
		margin-top: 40px;
	}
}

.get {
	padding: 0px 0 30px;
	text-align: center;
}
@media (max-width: 991px) {

}
@media (max-width: 767px) {

}
@media (max-width: 479px) {
	
}
.get img {
	width: 100%;
}
@media (max-width: 767px) {
	.get .get__inner {
		padding: 0 5px;
		max-width: 400px;
		width: 100%;
		margin: 0 auto;
	}
}
@media (max-width: 479px) {
	.get .get__inner {
		max-width: 380px;
	}
}
.get .get__heading {
	color: #0067b1;
	font-weight: 600;
	font-size: 32px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.get .get__heading {
		font-size: 30px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.get .get__heading {
		font-size: 28px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.get .get__heading {
		font-size: 26px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 380px) {
	.get .get__heading {
		font-size: 19px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 320px) {
	.get .get__heading {
		font-size: 16px;
		line-height: 1.3;
	}
}
.get .get__heading sup {
	font-size: 60%;
	top: -0.5em;
}
.get .get__subheading {
	margin-top: 15px;
	font-size: 20px;
	line-height: 1.5;
}
@media screen and (max-width: 991px) {
	.get .get__subheading {
		font-size: 20px;
		line-height: 1.5;
	}
}
@media screen and (max-width: 768px) {
	.get .get__subheading {
		font-size: 16px;
		line-height: 1.5;
	}
}
@media screen and (max-width: 479px) {
	.get .get__subheading {
		font-size: 14px;
		line-height: 1.5;
	}
}
@media screen and (max-width: 380px) {
	.get .get__subheading {
		font-size: 13px;
		line-height: 1.5;
	}
}
@media (max-width: 479px) {
	.get .get__subheading {
		margin-top: 5px;
	}
}
.get .get__period {
	margin-top: 30px;
	font-size: 15px;
	line-height: 1.5;
}
@media screen and (max-width: 991px) {
	.get .get__period {
		font-size: 15px;
		line-height: 1.5;
	}
}
@media screen and (max-width: 768px) {
	.get .get__period {
		font-size: 15px;
		line-height: 1.5;
	}
}
@media screen and (max-width: 479px) {
	.get .get__period {
		font-size: 15px;
		line-height: 1.5;
	}
}
@media screen and (max-width: 380px) {
	.get .get__period {
		font-size: 13px;
		line-height: 1.5;
	}
}

.show--sm {
	display: none;
}

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

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

/* ============ Cashback Section ============ */
.cashback {
	--cross-border-ratio: 0.33;
	background: url('../images/cashback-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 68px 0 30px;
	width: 100%;
	max-width: 1440px;
	height: min(calc(100vw * var(--cross-border-ratio)), calc(1440px * var(--cross-border-ratio)));
}

.cashback__heading {
	text-align: center;
	color: #0067B1;
	font-weight: bold;
	font-size: 42px;
	line-height: 58px;
	max-width: 930px;
	margin:  0 auto 50px;
}

.cashbackTable {
	width: 100%;
    max-width: 653px;
    table-layout: fixed;
    margin: 0 auto 40px;
    border-collapse: collapse;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 6px;
	overflow: hidden;
}

.cashbackTable td, .cashbackTable th {
  border: 1px solid #C9C9C9;
}
/* .cashbackTable tr:first-child th {
  border-top: 0;
} */
.cashbackTable tr:last-child td {
  border-bottom: 0;
}
.cashbackTable tr td:first-child,
.cashbackTable tr th:first-child {
  border-left: 0;
}
.cashbackTable tr td:last-child,
.cashbackTable tr th:last-child {
  border-right: 0;
}

.cashbackTable tr td:nth-child(1),
.cashbackTable tr td:nth-child(2) {
	border-top: 0;
}

.cashbackTable tr:nth-child(1) td:nth-child(1),
.cashbackTable tr:nth-child(2) td:nth-child(1) {
    background: #fff;
    width: 60%;
}

.cashbackTable tr:nth-child(1) td:nth-child(2),
.cashbackTable tr:nth-child(2) td:nth-child(2) {
	background: #fdf3e8;
	width: 40%;
	text-align: center;
	color: #005DA3;
}

.cashbackTable tr:nth-child(1) td:nth-child(2) div:first-child,
.cashbackTable tr:nth-child(2) td:nth-child(2) div:first-child {
	font-size: 38px;
	line-height: 38px;
	font-weight: bold;
}

.cashbackTable tr td:nth-child(1) {
    padding: 20px 8% 25px 5%;
    background: #ffffff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #404040;
    text-align: left;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.cashback__terms {
	text-align: center;
	font-size: 18px;
	line-height: 22px;
}

@media screen and (max-width: 1025px) {
	.cashback {
		--cross-border-ratio: 0.5;
		padding: 38px 0 38px;
	}
}

@media screen and (max-width: 829px) {
	.cashback {
		--cross-border-ratio: 0.60;
		padding: 68px 0 68px;
	}
}

@media screen and (max-width: 700px) {
	.cashback {
		--cross-border-ratio: 0.65;
		padding: 68px 0 68px;
	}
}

@media screen and (max-width: 700px) {
	.cashback {
		--cross-border-ratio: 0.85;
		padding: 68px 0 68px;
	}
}


@media screen and (max-width: 479px) {
	.cashback {
		--cross-border-ratio: 0.93;
		height: calc(90vw * var(--cross-border-ratio));
        padding: 40px 0;
	}

	.cashback__heading {
		max-width: 280px;
		font-size: 22px;
		line-height: 28px;
		margin: 0 auto 40px;
	}

	.cashbackTable {
		width: 100%;
    	max-width: 313px;
	}

	.cashbackTable tr:nth-child(1) td:nth-child(2),
	.cashbackTable tr:nth-child(2) td:nth-child(2) {
		width: 36%;
	}

	.cashbackTable tr:nth-child(1) td:nth-child(1),
	.cashbackTable tr:nth-child(2) td:nth-child(1) {
		width: 64%;
	}

	.cashbackTable tr td:nth-child(1) {
		font-size: 16px;
		line-height: 20px;
	}

	.cashbackTable tr:nth-child(1) td:nth-child(2) div:first-child,
	.cashbackTable tr:nth-child(2) td:nth-child(2) div:first-child {
		font-size: 24px;
		line-height: 38px;
	}

	.cashbackTable tr:nth-child(1) td:nth-child(2) div:nth-child(2),
	.cashbackTable tr:nth-child(2) td:nth-child(2) div:nth-child(2) {
		font-size: 16px;
		line-height: 18px;
	}
}

@media screen and (max-width: 379px) {
	.cashback {
		--cross-border-ratio: 1.1;
		height: calc(90vw * var(--cross-border-ratio));
        padding: 25px 0;
	}
	
	.tutorial-1-arrow_mobile, .tutorial-2-arrow_mobile {
        width: 70% !important;
        padding-top: 7px;
    }

	.tutorial-1-mobile-wrapper, .tutorial-2-mobile-wrapper {
        margin: 30px 28px;
    }
}

@media screen and (max-width: 329px) {
	.cashback {
		--cross-border-ratio: 1.6;
		height: calc(100vw * var(--cross-border-ratio));
        padding: 25px 0;
	}

	.cashback__heading {
        margin: 0 auto 20px;
    }

	.cashbackTable {
        width: 100%;
        max-width: 270px;
    }

	.benefits-content__desc br {
		display: none !important;
	}

	.benefits--container {
        padding: 0 25px !important;
        max-width: 100%;
    }
}

/* ============ Offer Section ============ */
.offer  {
	background: #ffffff;
	padding: 50px 7%;
	margin: 0 0 80px;
	text-align: center;
	position: relative;
}

.offer__cta {
	padding-top: 60px;
	font-size: 24px;
	line-height: 36px;
}

.offer .slick-initialized .slick-slide {
	position: relative;
}

.offer .slick-initialized .slick-list {
	position: relative;
}
.offer .slick-initialized .slick-list::before,
.offer .slick-initialized .slick-list::after {
	content: "";
	position: absolute;
	top: 18px; /* set height of border */
	bottom: 18px;
	width: 1px;
	background: #70707080;
	pointer-events: none;
	transform: translateX(-50%);
}
.offer .slick-initialized .slick-list::before {
	left: 33.3333%;
}
.offer .slick-initialized .slick-list::after {
	left: 66.6666%;
}
 
@media screen and (max-width: 479px) {
	.offer  {
		padding: 30px 12%;
		margin: 0 0 30px;
		text-align: center;
	}
	.offer__cta {
		padding-top: 25px;
		font-size: 18px;
		line-height: 24px;
	}
	.offer .slick-initialized .slick-slide {
		border: none;
	}

	.offer .slick-initialized .slick-list::before, 
	.offer .slick-initialized .slick-list::after {
		display: none;
		content: none;
		background: none;
		left: 0%;
	}
}

@media screen and (max-width: 379px) {
	.deals__heading2 {
		margin: 20px auto 20px;
	}
}

/* ============ Benefits Section ============ */
.benefits {
	--cross-border-ratio: 0.9125;
	background: url('../images/benefits-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 68px 0 68px;
	width: 100%;
	max-width: 1440px;
	height: min(calc(100vw * var(--cross-border-ratio)), calc(1440px * var(--cross-border-ratio)));
}

.benefits__heading {
	text-align: center;
	color: #0067B1;
	font-weight: bold;
	font-size: 42px;
	line-height: 58px;
	max-width: 930px;
	margin:  40px auto;
}

.benefits .zero-interest-profit {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.benefits .zero-interest-profit img {
    margin-right: 20px;
}

.benefits .zero-interest-profit__container p.zero-interest-profit__heading {
	color: #0067B1;
	font-size: 30px;
	line-height: 48px;
	font-weight: bold;
}

.benefits .zero-interest-profit__container p {
	color: #404040;
	font-size: 24px;
	line-height: 36px;
}

.benefits--container {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 45px;
    max-width: 70%;
    margin: 33px auto;
}

.benefits-content {
	max-width: 435px;
	width: 100%;
	padding: 23px 44px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	border-radius: 15px;
	background: #ffffff;
	box-shadow: inset 2px 5px 12px 0px #C9C9C9;
	text-align: center;
	align-content: flex-start;
}

.benefits-content__img {
	width: 100%;
}

.benefits-content__heading {
 	width: 100%;
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	color: #0067B1;
	margin: 13px 0 17px;
}

.benefits-content__desc{
 	width: 100%;
	font-size: 24px;
	line-height: 36px;
	color: #404040;
}

@media screen and (max-width: 1025px) {
	.benefits {
		--cross-border-ratio: 1;
		padding: 10px 0 10px;
	}
	.benefits-content {
		max-width: 329px;
	}

	.benefits-content__heading {
		font-size: 22px;
		line-height: 25px;
	}
	.benefits-content__desc{
		font-size: 18px;
		line-height: 26px;
	}

	.benefits__heading {
		margin: 20px auto;
	}
}

@media screen and (max-width: 829px) {
	.benefits {
		--cross-border-ratio: 1.3;
		padding: 10px 0 10px;
	}

	.benefits-content {
		max-width: 232px;
	}

	.benefits-content__heading {
		font-size: 16px;
		line-height: 20px;
	}
	.benefits-content__desc{
		font-size: 13px;
		line-height: 20px;
	}

	.benefits__heading {
		margin: 20px auto;
	}


	.benefits--container {
		gap: 30px;
	}
}

@media screen and (max-width: 479px) {
	.benefits {
		--cross-border-ratio-mobile: 3.3;
		background: url('../images/benefits-bg_mobile.png');
		height: calc(100vw * var(--cross-border-ratio-mobile, var(--cross-border-ratio)));
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: center;
		padding: 30px 0;
	}

	.benefits__heading {
		max-width: 280px;
		font-size: 22px;
		line-height: 28px;
		margin: 0 auto 30px;
	}

	.benefits .zero-interest-profit {
		flex-direction: column;
		text-align: center;
	}

	.benefits .zero-interest-profit img {
		margin-bottom: 10px;
	}

	.benefits .zero-interest-profit__container p.zero-interest-profit__heading {
		font-size: 24px;
		line-height: 36px;
	}
	
	.benefits .zero-interest-profit__container p {
		max-width: 280px;
		font-size: 18px;
		line-height: 24px;
	}

	.benefits--container {
		padding: 25px;
		max-width: 100%;
	}

	.benefits-content {
		max-width: 361px;
		width: 100%;
		padding: 14px 28px;
		box-shadow: inset 2px 4px 8px 0px #C9C9C9;
		text-align: left;
		align-items: flex-start;
	}

	.benefits-content__img {
		width: 35%;
        padding: 0 12px 0 0;
	}

	.benefits-content__heading {
		font-size: 22px;
		line-height: 28px;
		width: 65%;
		margin: 10px 0 20px;
	}

	.benefits-content__desc{
		width: 100%;
		font-size: 18px;
		line-height: 24px;
		margin-top: 4px;
	}
}

@media screen and (max-width: 429px) {
	.benefits {
		--cross-border-ratio-mobile: 3.3;
		height: calc(100vw * var(--cross-border-ratio-mobile, var(--cross-border-ratio)));
		background-size: 100% auto;
		padding: 30px 0;
	}
}

@media screen and (max-width: 379px) {
	.benefits {
        --cross-border-ratio-mobile: 3.3;
        height: calc(110vw * var(--cross-border-ratio-mobile, var(--cross-border-ratio))) !important;
        background-size: 110% auto !important;
        padding: 30px 0;
    }
}

@media screen and (max-width: 329px) {
	.benefits {
        --cross-border-ratio-mobile: 3.3;
        height: calc(130vw * var(--cross-border-ratio-mobile, var(--cross-border-ratio))) !important;
        background-size: 130% auto !important;
        padding: 30px 0;
    }
}

.getStarted {
	padding: 65px 0;
	max-width: 90%;
	margin: 0 auto;
}

.getStarted_title {
    font-size: 42px;
    color: #0067B1;
    font-weight: bold;
    line-height: 58px;
	text-align: center;
	margin-bottom: 58px;
}

.steps_panel {
    border-radius: 50px;
    background: #fff;
    color: #99A7B2;
    font-size: 22px;
	line-height: 36px;
    font-weight: bold;
    border: 1px solid #5BC2E7;
    width: 290px;
    height: 59px;
    margin: 0 16px;
}

.steps_panel:hover {
    opacity: 0.6;
}

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

.panel_active {
    background: linear-gradient(to bottom, #0067B1 0%, #5BC2E7 50%, #9EE0F8 100%);
    color: #fff;
    border: none;
}

#customers_content_mobile,
#non-customers_content_mobile {
	display: none;
}

#customers_content,
#non-customers_content {
	display: block;
}

.tutorial-1 {
	display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-end;
	padding-top: 58px;
	max-width: 1070px;
    margin: 0 auto;
}

.tutorial-1 p {
	font-size: 36px;
	line-height: 48px;
	color: #0067B1;
	padding-top: 32px;
}

.tutorial-1 img {
	max-width: 248px;
	width: 100%;
}

.tutorial-1 div:nth-child(2) {
    margin-left: 130px;
}

.tutorial-1 div p:first-child{
	margin-left: 20px;
}

.tutorial-1 div p:nth-child(2){
	margin-left: 20px;
}

.tutorial-1 div:last-child {
    margin-right: 40px;
}

.tutorial-1-arrow {
	text-align: center;
}

.tutorial-1-desc {
	display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    padding: 0 60px;
}

.tutorial-1-desc p {
	font-size: 29px;
	line-height: 36px;
}

.tutorial-1-desc div:first-child {
	max-width: 334px;
	width: 100%;
	margin-left: 75px;
}

.tutorial-1-desc div:nth-child(2) {
	max-width: 335px;
	width: 100%;
}

.tutorial-1-desc div:last-child {
	max-width: 283px;
	width: 100%;
	margin-right: 40px;
}

.tutorial-2 {
	display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-end;
	padding-top: 58px;
	max-width: 1070px;
    margin: 0 auto;
}

.tutorial-2 p {
	font-size: 36px;
	line-height: 48px;
	color: #0067B1;
	padding-top: 32px;
}

.tutorial-2 img {
	max-width: 248px;
	width: 100%;
}

.tutorial-2 div p:first-child{
	margin-left: 20px;
}

.tutorial-2 div p:nth-child(2){
	margin-left: 20px;
}

.tutorial-2 div:last-child {
    margin-right: 40px;
}

.tutorial-2-arrow {
	text-align: center;
}

.tutorial-2-desc {
	display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    padding: 0 60px;
}

.tutorial-2-desc p {
	font-size: 29px;
	line-height: 36px;
}

.tutorial-2-desc div:first-child {
	max-width: 334px;
	width: 100%;
	margin-left: 75px;
}

.tutorial-2-desc div:nth-child(2) {
	max-width: 335px;
	width: 100%;
}

.tutorial-2-desc div:last-child {
	max-width: 283px;
	width: 100%;
	margin-right: 40px;
}

.hidden-tab {
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

@media screen and (max-width: 829px) {
	.tutorial-2 {
		max-width: 820px;
		margin: 0 auto;
		padding: 58px 10px 0;
	}

	.tutorial-1 img,
	.tutorial-2 img {
		max-width: 132px;
		width: 100%;
	}

	.tutorial-1 p,
	.tutorial-2 p {
		font-size: 19px;
		line-height: 26px;
		color: #0067B1;
		padding-top: 32px;
	}

	.tutorial-1 div p:first-child,
	.tutorial-2 div p:first-child{
		margin-left: 30px;
	}

	.tutorial-1 div p:nth-child(2),
	.tutorial-2 div p:nth-child(2){
		margin-left: 20px;
	}

	.tutorial-1 div:last-child{
		margin-right: 60px;
	}

	.tutorial-2 div:last-child {
        margin-right: 50px;
    }

	.tutorial-1-desc p,
	.tutorial-2-desc p {
		font-size: 15.5px;
		line-height: 19px;
	}

	.tutorial-1 div:nth-child(2) {
		margin-left: 60px;
	}

	.tutorial-2 div:nth-child(2) {
        margin-left: 0;
    }

	.tutorial-1-desc div:first-child,
	.tutorial-2-desc div:first-child  {
		max-width: 178px;
		margin-left: 10px;
	}

	.tutorial-1-desc div:nth-child(2),
	.tutorial-2-desc div:nth-child(2) {
		max-width: 178.5px;
	}

	.tutorial-1-desc div:last-child,
	.tutorial-2-desc div:last-child {
		max-width: 151px;
		margin-right: 0;
	}

	.tutorial-1-desc,
	.tutorial-2-desc {
		padding: 0 20px;
	}
}

@media (max-width: 479px) {
	#customers_content_mobile,
	#non-customers_content_mobile {
		display: block;
	}

	#customers_content,
	#non-customers_content {
		display: none;
	}

	.tutorial-1-mobile-wrapper,
	.tutorial-2-mobile-wrapper  {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: flex-start;
		align-items: flex-start;
		margin: 40px 38px;

	}

	.tutorial-1-arrow_mobile,
	.tutorial-2-arrow_mobile {
		width: 60%;
		padding-top: 7px;
	}
	
	.tutorial-1-mobile img,
	.tutorial-2-mobile img {
		width: 156px;
	}

	.tutorial-1-mobile p:first-child,
	.tutorial-2-mobile p:first-child {
		font-size: 22px;
		line-height: 28px;
		color: #0067B1;
	}

	.tutorial-1-mobile p:nth-child(2),
	.tutorial-2-mobile p:nth-child(2) {
		font-size: 18px;
		line-height: 24px;
		margin-top: 6px;
	}

	.tutorial-1-mobile div:nth-child(2)  {
		margin-top: 24px;
	}

	.tutorial-2-mobile div:nth-child(2) {
		margin-top: 65px;
	}

	.tutorial-1-mobile div:nth-child(2) img,
	.tutorial-1-mobile div:last-child img,
	.tutorial-2-mobile div:first-child img,
	.tutorial-2-mobile div:nth-child(2) img,
	.tutorial-2-mobile div:last-child img  {
		margin-top: 10px;
	}

	.tutorial-1-mobile div:last-child{
		margin-top: 34px;
	}

	.tutorial-2-mobile div:last-child{
		margin-top: 37px;
	}

	.getStarted_title {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 17px;
	}

	.getStarted_row {
		display: flex;
		justify-content: center;
		flex-direction: column;
		gap: 14px;
		align-items: center
	}

	.steps_panel {
		font-size: 20px;
		line-height: 36px;
	}
}

@media screen and (max-width: 429px) {
	.tutorial-2-mobile div:nth-child(2) {
        margin-top: 40px;
    }
}

@media screen and (max-width: 379px) {
	.getStarted {
		padding: 32px 0;
		max-width: 90%;
		margin: 0 auto;
	}

	.tutorial-1-mobile-wrapper, .tutorial-2-mobile-wrapper {
        margin: 40px 28px !important;
    }

	.tutorial-1-arrow_mobile,
	.tutorial-2-arrow_mobile {
		width: 70% !important;
	}

	.tutorial-2-mobile div:nth-child(2) {
        margin-top: 40px !important;
    }
}


@media screen and (max-width: 329px) {
	.tutorial-1-mobile-wrapper, .tutorial-2-mobile-wrapper {
        margin: 40px 0 !important;
    }
}

.get .get__box {
	padding: 20px 0;
	margin-top: 30px;
	border: 1px solid #378dc9;
	max-width: 300px;
	text-align: center;
}
@media (max-width: 479px) {
	.get .get__box {
		margin-top: 20px;
	}
}
.get .get__box + .get__box {
	margin-top: 15px;
}
.get .get__box .get__box-inner {
	display: inline-block;
}
.get .get__box .get__box-day {
	text-align: left;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.get .get__box .get__box-day {
		font-size: 20px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.get .get__box .get__box-day {
		font-size: 18px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.get .get__box .get__box-day {
		font-size: 16px;
		line-height: 1.3;
	}
}
.get .get__box .get__box-cb {
	text-align: left;
	font-weight: 600;
	color: #0067b1;
	margin-top: 10px;
	font-size: 26px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.get .get__box .get__box-cb {
		font-size: 26px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.get .get__box .get__box-cb {
		font-size: 24px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.get .get__box .get__box-cb {
		font-size: 20px;
		line-height: 1.3;
	}
}
.get a.get__cto {
	display: inline-block;
	background: #eca154;
	color: #ffffff;
	max-width: 154px;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	margin-top: 50px;
	position: relative;
	z-index: 1;
	background: #eca154;
}
@media (max-width: 767px) {
	.get a.get__cto {
		margin-top: 30px;
	}
}
.get .get__img img {
	margin-top: -20px;
}
@media (max-width: 479px) {
	.get .get__img img {
		margin-top: -10px;
	}
}
.cards {
	max-width: 1440px;
	margin: 50px 0 0 0;
}
@media (max-width: 620px) {
		.cards {
		margin: 30px 30.38px 0;
	}
}
.cards__img {
	position: relative;
	max-width: 1010px;
}
@media (max-width: 767px) {
	.cards__img {
		text-align: center;
	}
}
.cards .cards__note {
	font-size: 14px;
}
@media (max-width: 620px) {
	.cards .cards__note {
		font-size: 12px;
	}
}

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


.carousel_body {
	padding: 30px 30px 170px;
}

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

.imgFrame {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
}

.cardImg {
	text-align: center;
	margin: 0 auto auto;
	max-width: 550px;
	width: 100%;
	height: auto;
	padding: 5px;
}

@media (max-width: 479px) {
	.cardImg {
		text-align: center;
		/* margin: 0 auto auto; */
		min-width: 260px;
		max-width: 260px;
		width: 100%;
		height: auto;
		padding: 0px;
	}
}

@media (max-width: 379px) {
	.cardImg {
		text-align: center;
		/* margin: 0 auto auto; */
		min-width: 160px;
		max-width: 160px;
		width: 100%;
		height: auto;
		padding: 0px;
	}
}

.upTo {
	text-align: center;
	margin: 0 auto auto;
	max-width: 580px;
	width: 580px;
	height: auto;
	margin: 50px auto;
}
@media (max-width: 479px) {
	.upTo {
		text-align: center;
		margin: 20px auto;
		max-width: 230px;
		width: 100%;
		height: auto;
	}
}

.fom {
	text-align: center;
	color: #727272;
	font-weight: 400;
	font-size: 28px;
	line-height: 40px;
	margin: 5px auto 50px;
}

.table-container {
	overflow: hidden; /* Hide content that overflows */
	max-height: 0; /* Start with a hidden table */
	transition: max-height 0.5s ease-out; /* Smooth transition */
}

/* Styling to make the table visible */
.table-container.open {
	max-height: 1000px; /* Adjust this to fit the content size */
}

/* Not using this CashbackTable Styling for this Campaign */
/* .table-container.open .cashbackTable {
	opacity: 1;
} */


/* .cashbackTable {
	width: 100%;
	max-width: 891px;
	border-radius: 15px;
	margin: 0 auto 110px;
	border-collapse: separate;
}

.cashbackTable tr th {
	background: #0067B1;
	text-align: center;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 28px;
	line-height: 40px;
	padding: 20px 5%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.cashbackTable tr td {
	color: #0067B1;
	font-weight: 400;
	font-size: 28px;
	line-height: 40px;
	padding: 15px 7%;
	border: 2px solid #0067B1;
	border-radius: 10px;
}

.cashbackTable tr:nth-child(2) td {
	background: #E4F2F8;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.cashbackTable tr td:nth-child(1) {
	text-align: left;
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	width: 73%;
	padding-right: 1%;
}

.cashbackTable tr td:nth-child(2) {
	text-align: right;
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding-left: 1%;
}

.cashbackTable tr:nth-child(4) td {
	background: #FFFFFF;
}

.cashbackTable tr:nth-child(6) td {
	background: #E4F2F8;
	border-radius: 10px;
	border: 2px solid #0067B1;
	padding: 15px 7%;
}

.cashbackTable tr:nth-child(3) td,
.cashbackTable tr:nth-child(5) td {
	border: 0;
	padding: 0;
	height: 15px;
	line-height: 0;
} */

.containerVer {
    display: table;
    width: 100%;
}

.containerVer > span {
    display: table-cell;
    vertical-align: middle; /* Vertically center the content */
}

.num {
	color: #0067B1;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
}


@media screen and (max-width: 767px) {
	.fom {
		font-size: 18px;
		line-height: 24px;
		margin: 5px auto 50px;
	}

	/* .cashbackTable {
		max-width: 310px;
		margin: 0 auto 20px;
	}
	
	.cashbackTable tr th {
		font-size: 18px;
		line-height: 21px;
		padding: 10px 5%;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	
	.cashbackTable tr td {
		font-size: 15px;
		line-height: 24px;
		padding: 15px 5%;
		border: 2px solid #0067B1;
		border-radius: 10px;
	}
	
	.cashbackTable tr:nth-child(4) td {
		padding: 5px 5%;
	}

	.cashbackTable tr td:nth-child(1) {
		width: 70%;
		padding-right: 0%;
	}
	
	.cashbackTable tr:nth-child(2) td p {
		line-height: 18px;
		margin: 5px 0;
	}
	
	.cashbackTable tr:nth-child(2) td:nth-child(2) {
		line-height: 30px;
	}
	
	.cashbackTable tr td:nth-child(2) {
		padding-left: 0%;
	}

	.cashbackTable tr:nth-child(3) td,
	.cashbackTable tr:nth-child(5) td {
		border: 0;
		padding: 0;
		height: 10px;
		line-height: 0;
	}
	
	.cashbackTable tr:nth-child(6) td:nth-child(1) {
		line-height: 17px;
		padding: 15px 5%;
	} */
	
	.num {
		font-size: 18px;
		line-height: 24px;
	}
}

.p-0 {
	padding: unset;
}

/* !!!! Splide Slider !!!! */
.splide__pagination {
	bottom: -104px !important;
  }
  .splide.is-focus-in .splide__pagination__page:focus,
  .splide__pagination__page:focus-visible {
	outline: 0;
	outline-offset: 0;
  }
  .splide__pagination li {
	background: #8E8E8E;
	line-height: 0;
	margin: 0 8px !important;
	border: 1px solid #8E8E8E;
	border-radius: 0;
	height: 6px;
	width: 35px;
  }
  .splide__pagination__page {
	background: #8E8E8E !important;
    margin: 0 8px !important;
	border-radius: 0 !important;
	height: 6px !important;
	width: 35px !important;
  }
  .splide__pagination__page.is-active {
	background: #0067B1 !important;
	transform: scale(1) !important;
  }
  .splide__arrow {
	background: none !important;
  }
  .splide__arrows .splide__arrow--prev {
	left: 39%;
	margin-left: 18px;
	right: auto;
  }
  .splide__arrows .splide__arrow--next {
	left: auto;
	right: 39%;
  }
  
	@media (max-width: 991px) {
		.splide__arrows .splide__arrow--prev {
			left: 30%;
			margin-left: 18px;
			right: auto;
		}
		.splide__arrows .splide__arrow--next {
			left: auto;
			right: 30%;
		}
	}
  .splide__arrows .splide__arrow svg {
	width: auto;
	height: auto;
	transform: none;
  }
  .splide__arrows .splide__arrow:disabled {
	background: none !important;
  }
  .splide__arrows .splide__arrow svg circle {
	stroke: none !important;
  }
  .splide__arrow:disabled svg circle {
	stroke: none !important;
  }
  .splide__arrows .splide__arrow svg path {
	stroke: #0067B1 !important;
	transform: scale(2);
  }
  .splide__arrows .splide__arrow:disabled svg path {
	stroke: black !important;
  }
  /* !! Our happy Clients Section CSS !! */
  .our_happy_clients {
	/* padding: 81px 0 127px; */
  }
  .our_happy_clients .display-5 {
	margin-left: 30px;
  }
  .our_happy_clients .splide__track {
	overflow: inherit;
  }
  .our_happy_clients_head {
	margin: 0 0 59px;
  }
  .our_happy_clients_head h2 {
	font-weight: 300;
  }
  .our_happy_clients_head .splide__arrows {
	position: absolute;
	top: 762px;
	left: 0;
	bottom: 0;
	width: 100%;
	opacity: 1;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background-color: rgba(0, 0, 0, 0)
  }
  
  .client_quote_card {
	border-radius: var(--bs-border-radius-lg);
	/* padding: 49px 42px 55px 50px; */
  }
  .client_quote_card img {
	margin: 0 0 39px;
  }
  .client_quote_card h6 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	margin: 0;
  }
  .client_quote_card small {
	display: block;
	font-size: 14px;
	letter-spacing: 0.01em;
	line-height: 31px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	margin: 0 0 10px;
  }
  .client_quote_card .read-more {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: var(--bs-primary);
	margin-bottom: 33px;
	cursor: pointer;
	border-bottom: 1px solid var(--bs-primary);
	text-transform: capitalize;
  }
  
  
.arrowTable {
    width: 96%;
    /* max-width: 390px;  */
    margin: auto; 
    position: absolute; 
    bottom: 50%; 
    left: 0; 
    right: 0;
    z-index: 1;
}
.slick-disabled {
	opacity: .5;
}
.arrow-left,
.arrow-right {
    max-width: 44px;
    width: 15%;
}

@media screen and (max-width: 768px) {
	
    .arrow-left,
    .arrow-right {
        max-width: 26px;
        width: 100%;
    }
	
    .arrow-left {
		margin: 0 auto 0 0;
    }

    .arrow-right {
		margin: 0 0 0 auto;
    }
    .arrowTable {
		width: 95%;
        bottom: 50%;
    }
}


#gimmick {
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
}