@import url('https://fonts.googleapis.com/css?family=Lato:300,400,600,700,900');
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
body {
    margin: 0;
}
.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;
}

.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: #ebf6fc;
	padding: 70px 0;
	max-width: 1440px;
	margin: 20px auto auto;
}

@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: 300;
	font-size: 34px;
	line-height: 1.3;
}

@media screen and (max-width: 991px) {
	.form--heading {
		font-size: 30px;
		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: 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 30px;
	background: #1f63ac;
	color: #FFFFFF;
	margin: 40px auto 0;
	border: none;
	font-size: 25px;
	line-height: 1.3;
	height: 60px;
	border-radius: 10px;
}

.form--submit-btn-2 {
	font-weight: 700;
	display: inline-block;
	padding: 0px 30px;
	background: #1f63ac;
	color: #FFFFFF;
	margin: 40px auto 0;
	border: none;
	font-size: 25px;
	line-height: 1.3;
	border-radius: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.form--submit-btn-2:hover {
	color: #FFFFFF;
}

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

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

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

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

.form--submit-btn:hover {
	background: #1f63ac;
}

.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 {
	width: 100%;
	max-width: 1440px;
	margin: 20px auto;
	color: #818a91;
	font-size: 14px;
	line-height: 1.3;
	padding: 0 0 45.28px 0;
}

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

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

.footer__top .footer__tnc {
	color: #0667b0;
	padding: 20px 0 22.64px;
	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: 767px) {
	.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;
	}
}

@media (max-width: 620px) {
	.footer__top .footer__tnc {
		padding: 22.64px 0 11px 0;
	}
}

.footer__top .footer__tnc.footer__tnc-premier a {
	color: #002f65;
}

.footer__top .footer__tnc a {
	color: #0667b0;
	padding: 0 10px;
	font-size: 15px;
	line-height: 1.3;
	text-decoration: underline;
}

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

@media screen and (max-width: 767px) {
	.footer__top .footer__tnc a {
		font-size: 14px;
		line-height: 1.3;
		display: inline-block;
    	margin: 5px;
	}
}

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


.footer__top .footer__box {
	background: #5bc2e7;
	color: #ffffff;
	font-weight: bold;
	padding: 35px 45px;
}

.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: 767px) {
	.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: 767px) {
	.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: 22.64px 68.38px;
	}
}

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

.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: 767px) {
	.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: 767px) {
	.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: 16px 0 0 30.38px;
	}
}

@media (max-width: 479px) {
	.footer__mid .footer__mid-right {
		padding: 10px 0 0 30.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;
}

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

.__campaign merchant {
	padding-bottom: 24px;
}

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

@media (max-width: 620px) {
	.footer__mid .footer__mid-right .footer__mid-right-text {
		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;
}

@media (max-width: 991px) {
	.footer__btm {
		margin: 22.64px 68.38px 0;
	}
}

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

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

.footer__btm .footer__btm-text a {
	color: #818a91;
}

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

.footer__btm .footer__btm-text:last-child {
	margin-top: 30px;
}

.banner img {
	width: 100%;
}

.cards {
	width: 100%;
	max-width: 1440px;
	margin: 50px 0 0 0;
}

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

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

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

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

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

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

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

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

.floating-btn__container {
	position: fixed;
	bottom: 10%;
	width: 100%;
	z-index: 9999;
}

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

a.floating-btn {
    position: absolute;
    right: 4%;
    transform: translateY(-100%);
    transition: 0.2s all ease-in-out;
    width: 200px;
}

@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;
	}
	.floating-btn__container {
	bottom: 5%;
}
}

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

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

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

.intro {
	padding: 30px 0;
	text-align: center;
}

@media (min-width: 768px) {
	.intro {
		padding: 46px 0 55px;
	}
}

.intro__heading {
	color: #0067b1;
	margin: 0px auto 25px auto;
	max-width: 1098px;
	font-size: 32px;
	line-height: 1.2;
}

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

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

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

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

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

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

.intro__subheading {
	color: #0067b1;
	font-size: 32px;
	margin-bottom: 25px;
	line-height: 1.3;
	text-align: center;
}

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

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

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

.intro__subheading {
	margin: 0 auto;
	max-width: 70%;
	padding-bottom: 15px;
}
@media (min-width: 768px) {
	.intro__subheading {
		margin: 0 auto;
		max-width: 70%;
	}
}

@media (min-width: 220px) {
	.intro__subheading {
		margin: 0 auto;
		max-width: 80%;
	}
}

.intro__subdesc {
	margin-bottom: 35px;
	font-size: 26px;
	line-height: 1.3;
}

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

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

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

@media (min-width: 768px) {
	.intro__subdesc {
		margin-bottom: 61px;
	}
}

.intro__card-wrapper {
	margin-bottom: 25px;
}

@media (min-width: 768px) {
	.intro__card-wrapper {
		display: flex;
		margin: 0 auto 42px;
		max-width: 917px;
	}
}

.intro__card {
	/* border-radius: 16px;
padding: 20px 27px 20px 27px;
box-shadow: 0px 7px 26px rgba(59, 134, 188, 0.24);
max-width: 438px;
padding: 20px 27px 20px 27px;
margin: 0 auto;
width: 100%
*/
}

@media (min-width: 480px) {
	.intro__card {
		padding: 35px 0px 35px 0px;
	}
}

.intro__card:first-child {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.intro__card:first-child {
		margin-bottom: 0;
		margin-right: 5%;
	}
}

.intro__card.bg--left,
.intro__card.bg--right {
	/* background-color: white; */
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}

.intro__card--image img {
	/* margin: 0 auto; */
	max-width: 250px;
	border-radius: 16px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (max-width: 479px) {
	.intro__card--image img {
		max-width: 80%;
	}
}

@media (min-width: 480px) {
	.intro__card--image img {
		max-width: 80%;
	}
}

.intro__card--heading {
	color: #000;
	margin: 5px auto 10px;
	font-size: 31px;
	line-height: 1.3;
}

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

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

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

@media (min-width: 480px) {
	.intro__card--heading {
		margin: 5px auto 16px;
	}
}

.intro__card--subheading {
	color: #000;
	font-size: 20px;
	line-height: 1.3;
}

.__campaign {
	font-size: 30px;
	color: #0067b1;
	padding-bottom: 12px;
}

.__campaign--merchants {
	font-size: 24px;
	color: #6d6e71;
	padding-bottom: 12px;
}

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

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

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

.intro__card--cap {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.3;
}

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

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

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

@media (min-width: 480px) {
	.intro__card--cap {
		margin-bottom: 0;
	}
}

.intro__disclaimer {
	color: #818a91;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 25px;
}

@media (min-width: 768px) {
	.intro__disclaimer {
		font-size: 20px;
		margin-bottom: 42px;
	}
}

.intro__period {
	color: #000;
	padding-top: 30px;
	font-size: 24px;
	line-height: 1.3;
}

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

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

.button a {
    font-weight: 700;
    display: inline-block;
    padding: 10px 30px;
    background: #1f63ac;
    color: #FFFFFF;
    margin: 40px auto 0;
    border: none;
    font-size: 21px;
    line-height: 1.3;
    border-radius: 10px;
}
@media screen and (max-width: 991px) {
	.button a {
		font-size: 18px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 767px) {
	.button a {
		font-size: 18px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.button a {
		font-size: 16px;
		line-height: 1.3;
	}
}

/* new add */
.blue_text {
	color: #0067b1;
}
.intro_head {
	margin: 40px auto 20px auto;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
}
.intro_body {
	margin: 20px auto;
	font-size: 23px;
	line-height: 1.5;
	text-align: center;
	color: #58585b;
}

.section-1 .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.section-1 .row > [class*='col-'] {
	display: flex;
	flex-direction: column;
}
.section-1 {
	padding: 40px 68.38px 50px;
}

.sec-1_left {
	background-color: #e4f4fb;
	-webkit-box-shadow: 7px 6px 10px 0px rgba(0, 0, 0, 0.23);
	box-shadow: 7px 6px 10px 0px rgba(0, 0, 0, 0.23);
	padding: 20px;
	margin-bottom: 20px;
}
.sec-1_right {
	background-color: #e6e7e8;
	-webkit-box-shadow: 7px 6px 10px 0px rgba(0, 0, 0, 0.23);
	box-shadow: 7px 6px 10px 0px rgba(0, 0, 0, 0.23);
	padding: 0 20px;
	height: 100%;
	margin-bottom: 20px;
}
.sec-1_left img {
	min-width: 90px;
}
.sec-1_left h1 {
	font-size: 34px;
	text-align: center;
}
.sec-1_left table {
	width: 100%;
	margin-top: 20px;
}
.sec-1_left table td {
	padding: 10px;
	font-size: 24px;
	line-height: normal;
	text-align: left;
}
.sec-1_right h1 {
	font-size: 34px;
	text-align: center;
}
.sec-1_right table {
	width: 80%;
	margin: 20px auto;
}
.sec-1_right table {
	padding: 52px 10px;
	font-size: 24px;
	line-height: normal;
	text-align: center;
}
.sec-1_right img {
	width: 50px;
}

.camp-date {
	font-size: 24px;
	margin-top: 40px;
	color: #0067b1;
}

.footer_blue {
	background-color: #dcf1fa;
	padding: 15px;
	color: #000;
	font-size: 18px;
	margin-bottom: 40px;
}

@media (max-width: 1024px) {
	.sec-1_left h1,
	.sec-1_right h1 {
		font-size: 28px;
		line-height: normal;
	}
	.sec-1_left table td,
	.sec-1_right table td {
		font-size: 18px;
	}
}
@media screen and (max-width: 768px) {
	.section-1 {
		padding: 20px 30px;
	}
	.sec-1_right table {
		width: 100%;
		margin: 20px auto;
	}
}

@media screen and (max-width: 479px) {
	.sec-1_left h1,
	.sec-1_right h1 {
		font-size: 24px;
	}
	.sec-1_right table td {
		padding: 30px 10px;
	}
	.camp-date {
		font-size: 20px;
	}
	.intro_head {
		font-size: 22px;
		line-height: 1.3;
		margin: 10px 20px;
	}
	.intro_body {
		margin: 10px 20px;
		font-size: 20px;
	}
}

@media screen and (max-width: 320px) {
	.sec-1_left {
		padding: 10px;
	}
	.sec-1_left img {
		min-width: 70px;
	}
	.sec-1_left table td,
	.sec-1_right table td {
		font-size: 16px;
	}
}

.cashback-section {

	/* max-width: 918px; */
	/* margin: 24px 64px; */
}

.cashback-container {
	max-width: 998px;
	padding: 32px 20px;
}

table {
	width: 100%;
}

td,
th {
	border: 2px #0067B1 solid;
	text-align: left;
	padding: 8px;
}

th {
	background-color: #0067B1;
	border: 2px #0067B1 solid;
	font-size: 26px;
	text-align: center;
	color: white;
	padding: 16px;
}

td {
	background-color: #fff;
	font-size: 26px;
	text-align: center;
	color: #005faa;
	padding: 16px;
	font-weight: 600;
}

td:nth-child(1) {
	/* font-weight: bold; */
}

td:nth-child(2) {
	font-size: 26px;
}

td:nth-child(3) {
	font-size: 26px;
	/* font-weight: bold; */
}


.partner-header {
	width: 100%;
	height: 50px;
	margin: -24px 0 12px 0;
	text-align: center;
	font-size: 26px;
	position: relative;
	background-color: transparent;
}

.faq-header {
	width: 100%;
	height: 50px;
	margin: 50px 0;
	text-align: center;
	font-size: 26px;
	position: relative;
	background-color: transparent;
}

.partner-header:after,
.faq-header::after {
	content: '';
	width: 100%;
	position: absolute;
	left: 0px;
	top: 45%;
	z-index: 1;
}

.partner-header h1,
.faq-header h1 {
	font-weight: 700;
	text-align: center;
	/* background-color: #FFFFFF; Same as the parents Background */
	width: auto;
	display: inline-block;
	z-index: 3;
	padding: 0 20px 0 20px;
	color: #0067b1;
	position: relative;
	font-weight: bold;
	margin: 0;
	background: #EEF9FD;
}

.cashback-section h3 {
	width: 100%;
	/* height: 50px; */
	padding: 50px 0;
	text-align: center;
	font-size: 24px;
	position: relative;
	background-color: transparent;
}

.partner-header img {
	width: 100%;
	margin: 50px 0;
	text-align: center;
	position: relative;
	background: white;
}

.faq-section img {
	padding: 18px 12px 12px;
	margin: auto;
}

.partner-list {
	/* margin-bottom: 24px; */
}

.partner-list div {
	font-size: 26px;
	font-weight: bold;
	color: #000;
	padding: 16px;
	text-align: center;
}

.faq-section {
	background: #EEF9FD;
	/* max-width: 550px; */
	margin: 0px auto;
	padding: 24px 0 120px;
}

.faq-section h4 {
	color: #404040;
	line-height: 1.2;
}

.crosssell h2 {
	font-size: 36px;
	font-weight: bold;
	/* margin-top: 135px; */
	padding: 100px 24px 0;
	text-align: center;
	color: #0067b1;
}

.partner-container {
	border: 1px solid #0067B1;
	border-radius: 38px;
}

@media (max-width: 767px) {
	th {
		font-size: 16px;
		padding: 8px;
	}

	td {
		font-size: 16px;
		padding: 16px;
	}


	td:nth-child(1) {
		/* font-weight: bold; */
	}

	td:nth-child(2) {
		font-size: 16px;
	}

	td:nth-child(3) {
		font-size: 16px;
		/* font-weight: bold; */
	}


	.cashback-section {
		/* height: 1200px; */
	}

	.cashback-section h3 {
		padding: 20px 0;
		font-size: 18px;
		line-height: 1.4;
	}

	.partner-list div {
		font-size: 16px;
		padding: 16px;
		/* height: 60px; */
	}

	.crosssell h2 {
		font-size: 24px;
		padding: 72px 24px 0;
	}

	.faq-section img {
		padding: 12px ​18px 16px;
		margin: auto;
	}

	.cashback-container {
	    max-width: 918px;
	    padding: 24px 10px;
	}

	.faq-section h4 {
    font-size: 16px;
    margin: 0 0 18px;
	}

	.faq-section {
		padding: 24px 0 60px;
	}

	.partners {
		height: 60px;
	}
}

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

select {
	appearance: none;
}


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


.how-does-it-work-container {
    background-color: #ebf6fc;
    padding-bottom: 3rem;
}
.how-example-paragraph {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.key-benefit-container {
	padding-top: 2rem;
    padding-bottom: 2rem;
}
.key-benefit-container .inner-box {
	max-width: ;
}
.key-benefit-container .intro_body {
	text-align: left;
}
.key-benefit-container .col-lg-offset-1 {
	margin-bottom: 2rem;
}
.eligible-container{
	padding-bottom: 3rem;
    padding-top: 2rem;
}
.get-started-title {
    display: inline-block;
    font-size: 32px;
    padding: 0.8rem 2rem;
    border: 2px solid;
    border-radius: 12px;
    color: #1f63ac;
    font-weight: 600;
    margin: 3rem auto;
    line-height: 1.2em;
}
.get-started-title-alternative {
    font-size: 32px;
    color: #1f63ac;
    font-weight: 600;
    margin: 3rem auto;
    line-height: 1.2em;
    text-transform: uppercase;
}
.get-started-container{
	padding-top: 2rem;
	padding-bottom: 3rem;
}
.get-started-container .button a {
	margin-top: 0px;
}
.get-started-container .intro_body {
	justify-content: center;
	align-items: center;
	align-self: center;
}
.get-started-container .or-box {
	height: 100%;
}
.sign-up-section {
	margin-bottom: 3rem;
}
.follow-section .intro_body  {
	 margin-top: 0.5rem;
}
.findout-but {
	font-size: 1.2em;
    font-weight: 600;
    text-decoration: underline;
}
.faq-container {
	padding-bottom: 3rem;
    padding-top: 2rem;
}
.footer-cta {
 font-weight: 500;
    color: #0000ff!important;
    text-decoration: underline;
}
a.footer-cta:hover {
    text-decoration: underline!important;
}


@media (max-width: 767px) {
.how-does-it-work-container{
    padding-top: 3rem;
}
.key-benefit-container {
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.benefit-txt-box {
	padding-left: 0;
    margin-left: -10px;
}
.eligible-container{
	background-color: #ebf6fc;
	padding-bottom: 3rem;
    padding-top: 3rem;
}
.icon-text-box {
	margin-bottom: 2rem;
}
.get-started-title {
    font-size: 26px;
}
}
.good-news-box {
    width: calc(100% - 30%);
    background-color: #f2f2f2;
    margin: auto;
    padding: 0.7rem;
    border: 2px solid #1f63ac;
}
.link-style {
	color: #0000ff!important;
	font-weight: 600;
	text-decoration: underline;
}
.link-style:hover {
	color: #0000ff;
	font-weight: 600;
	text-decoration: underline;
}
.black-txt {
	color: #000000;
}
.what-benefits-container {
	background-color: #ebf6fc;
    padding-top: 2rem;
    padding-bottom: 3rem;
}
.what-benefits-container .inner-box {
	max-width: 1180px;
    margin: auto;
    padding: 1rem;
}
.what-benefits-container img {
	max-width: 110px;
}
.what-benefits-container .img-txt-box {
	margin-bottom: 1.5rem;
}
.eligible-container{
	background-color: #ebf6fc;
	padding-bottom: 6rem;
    padding-top: 3rem;
}
.get-started-container .orange-banner{
	background: rgb(253,167,0);
	background: linear-gradient(90deg, rgba(253,167,0,0) 0%, rgba(253,167,0,1) 28%, rgba(255,103,4,1) 71%, rgba(255,103,4,0) 100%);
	padding: .5rem 0;
	margin: auto;
	margin-top: 6rem;
	margin-bottom: 3rem;
}

.get-started-container .orange-banner .intro_body {
	color: #ffffff;
	font-weight: 700;
	line-height: 1;
}

.get-started-container .orange-banner .big-text {
	color: #ffffff;
	font-weight: 700;
	font-size: 50px;
}

.alternative-container{
	background-color: #f2f2f2;
	padding-bottom: 6rem;
    padding-top: 3rem;
}
.alternative-container .inner-box{
	max-width: 1180px;
    margin: auto;
}
.alternative-container .alternative-half-box {
	padding: 0 4vw;
	position: relative;
}
.alternative-container .alternative-half-box.border-right {
	border-right: 1px solid #58585a;
}
.alternative-container .button a.click-here {
	margin: 10px auto 0;
}
.download-container { display: flex; }
.download-inner-box {  display: inline-block; }
.download-title { font-size: 1.5em; line-height: 1.2em; font-weight: 600; margin-bottom: 1.5rem;  }
.but-box { display: inline-block;  margin: 10px; }
.but-box img {     height: 50px; width: auto; }
.qr-box img {
    width: 100%;
    max-width: 115px;
    margin: 18px 0;
}
.watch-video-but-align-btm {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}


@media only screen and (max-width: 767px) { 
	.alternative-container .alternative-half-box {
		margin-bottom: 5rem;
	}
	.watch-video-but-align-btm {
	    position: relative;
	}
	.alternative-container .alternative-half-box.border-right {
		border-right: 0px;
		border-bottom: 1px solid #58585a;
		padding-bottom: 5rem;
	}
}