@import url("https://fonts.googleapis.com/css?family=Lato:300,400,600,700,900");
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
/* 
html {
	scroll-behavior: smooth;
} */

.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 {
  min-width: 100px;
  max-width: 1040px;
}

.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-color: #dae1e7;
  padding: 60px 0 60px;
}

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

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

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

.form--heading {
  color: #002353;
  font-size: 40px;
  line-height: 1.2;
}

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

@media screen and (max-width: 768px) {
  .form--heading {
    font-size: 30px;
    line-height: 1.2;
  }
}

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

.form--subheading {
  color: #000000;
  padding-top: 10px;
}

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

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

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

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

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

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

.form--input,
.form--select,
.form--textarea {
  border-radius: 6px;
  display: block;
  width: 100%;
  border: none;
}

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

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

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

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

@media (max-width: 768px) {
  .form--input,
  .form--select,
  .form--textarea {
    background: #fff;
    border-radius: 4px;
  }
}

.form--input .small-text,
.form--select .small-text,
.form--textarea .small-text {
  font-size: 12px;
}

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

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

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

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

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

@media (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .form--tnc-label {
    width: calc(100% - 15px);
  }
}

.form--tnc-label-text {
  color: #002353;
  font-size: 75%;
  font-weight: normal;
}

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

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

.form--submit {
  /* padding-top: 40px; */
  text-align: center;
}

@media (max-width: 768px) {
  .form--submit {
    /* padding-top: 30px */
  }
}

@media (max-width: 479px) {
  .form--submit {
    /* padding-top: 20px */
  }
}

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

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

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

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

@media (max-width: 768px) {
  .form--submit-btn {
    padding: 0 70px;
    display: inline-block;
  }
}

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

.footer {
  color: #404040;
  font-size: 14px;
  line-height: 1.3;
  padding: 0 0 45.28px 0;
}
@media (max-width: 991px) {
  .footer {
  }
}
@media (max-width: 620px) {
  .footer {
    padding: 0 0 20.58px 0;
    font-size: 10px;
  }
}
.footer__top {
  margin: 0 68.38px;
}
@media (max-width: 620px) {
  .footer__top {
    margin: 0 30.38px;
  }
}
.footer__top .footer__tnc {
  color: #818a91;
  padding: 30px 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: 10px 0;
  }
}
@media screen and (max-width: 479px) {
  .footer__top .footer__tnc {
    font-size: 10px;
    line-height: 1.3;
    padding: 10px 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 10px;
  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: #002353;
  color: #ffffff;
  font-weight: bold;
  padding: 38px 28px;
}

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

@media screen and (max-width: 480px) {
  .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: 36px;
  line-height: 45px;
}

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

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

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

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

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

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

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

.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: 40px;
    line-height: 45px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer__top .footer__box .footer__box-download {
  display: inline-block;
  margin-top: 15px;
  margin-right: 5px;
}
@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: #002353;
  width: 311px;
  padding: 20px 30px 27px 68px;
}

@media (max-width: 620px) {
  .footer__mid .footer__mid-left {
    width: 114px;
    padding: 10px 5px 10px 28px;
  }
}

@media (max-width: 479px) {
  .footer__mid .footer__mid-left {
    width: 114px;
    padding: 10px 5px 10px 28px;
  }
}

.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 68.38px 0 22.82px;
}
@media (max-width: 991px) {
  .footer__mid .footer__mid-right {
    /* display: block; */
    padding: 22.64px 68.38px 0 30px;
  }
}
@media (max-width: 767px) {
  .footer__mid .footer__mid-right {
    /* display: block; */
    padding: 22.64px 68.38px 0 30px;
  }
}
@media (max-width: 620px) {
  .footer__mid .footer__mid-right {
    padding: 10px 30.38px 0 17px;
  }
}
@media (max-width: 479px) {
  .footer__mid .footer__mid-right {
    padding: 5px 30.38px 0 17px;
  }
}
.footer__mid .footer__mid-right.mid-right-short {
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .footer__mid .footer__mid-right.mid-right-short {
    display: table-cell;
    padding: 0;
  }
}
.footer__mid .footer__mid-right .islam__logo,
.footer__mid .footer__mid-right .footer__mid-right-text {
  display: table-cell;
  vertical-align: middle;
  color: #818a91;
  /* padding-left: 10px; */
}
@media (max-width: 767px) {
  .footer__mid .footer__mid-right .islam__logo,
  .footer__mid .footer__mid-right .footer__mid-right-text {
    vertical-align: middle;
  }
}
.footer__mid .footer__mid-right .islam__logo {
  width: 42px;
}
@media (max-width: 620px) {
  .footer__mid .footer__mid-right .islam__logo {
    width: 36px;
    display: block;
    float: left;
    margin: 0 12px 4px 0;
  }
}
@media (max-width: 479px) {
  .footer__mid .footer__mid-right .islam__logo {
    width: 30px;
    margin: 2px 12px 1px 0;
  }
}
.footer__mid .footer__mid-right .islam__logo img {
  width: 100%;
}
.footer__mid .footer__mid-right .footer__mid-right-text .footer__btm {
  font-size: 14px;
  padding: 0 68.38px 0 22.82px;
  text-align: justify;
}
/* @media (max-width: 1199px) {
	.footer__mid .footer__mid-right .footer__mid-right-text {
		font-size: 12px;
	}
} */
@media (max-width: 768px) {
  .footer__mid .footer__mid-right .footer__mid-right-text .footer__btm {
    font-size: 10px;
    padding: 0 0 0 30.38px;
    /* display: block; */
  }
}
/* @media (max-width: 479px) {
	.footer__mid .footer__mid-right .footer__mid-right-text {
		padding: 0 30.38px 0 0;
	}
} */
.footer__mid .footer__mid-right .footer__mid-right-copyright {
  margin-top: 24.64px;
  text-align: justify;
}
@media (max-width: 1199px) {
  .footer__mid .footer__mid-right .footer__mid-right-copyright {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .footer__mid .footer__mid-right .footer__mid-right-copyright {
    margin-top: 20.58px;
    padding-right: 30.38px;
  }
}
.footer__btm {
  margin: 45.28px 68.38px 0 70px;
  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 30px;
  }
}

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

.footer__btm .footer__btm-text {
  margin-top: 20px;
}
.footer__btm .footer__btm-text a {
  color: #0067b1;
  font-weight: 600;
  text-decoration: underline;
}
.footer__btm .footer__btm-text a.underline {
  text-decoration: underline;
}
.footer__btm .footer__btm-text:last-child {
  margin-top: 30px;
  color: #818a91;
}

.banner img {
  width: 100%;
}

.banner {
  position: relative;
}

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

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

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

.banner__img {
  position: relative;
}

/* Desktop */
.languagePage {
  position: absolute;
  top: 5%;
  right: 25%;
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 700;
  white-space: nowrap;
}

.languagePage a {
  text-decoration: none;
  color: #1a3c6e;
  font-weight: 700;
}

/* Mobile */
.languagePage_mobile {
  position: absolute;
  top: 1%;
  right: 35%;
  font-size: clamp(12px, 3vw, 16px);
  font-weight: 700;
  white-space: nowrap;
}

.show--sm {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.floating-btn:hover {
  cursor: pointer;
}
.intro {
  position: relative;
}
.intro {
  --cross-border-ratio: 0.5;
  text-align: center;
  background-image: url("../images/city_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* height: clamp(300px, 70vh, 614px); */
  max-width: 1440px;
  height: min(
    calc(100vw * var(--cross-border-ratio)),
    calc(1440px * var(--cross-border-ratio))
  );
}

@media (max-width: 768px) {
  .intro {
    --cross-border-ratio-mobile: 0.5;
    text-align: center;
    background-image: url("../images/city_bg_mobile.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-size: 100% auto;
    height: calc(75vw * var(--cross-border-ratio-mobile));
  }
}

@media screen and (max-width: 479px) {
  .intro {
    --cross-border-ratio-mobile: 1.1;
  }
}

.bgImg {
  width: 100%;
  height: auto;
}

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

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

.howto {
  background: #002353;
  padding: 30px 5% 65px;
  margin-top: -1%;
}

.howtoTitle {
  /* font-size: 27px;
	line-height: 32px; */
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: #c1cdd8;
  text-align: center;
  margin: 0 auto 30px;
  /* max-width: 846px; */
}

.howtoDes {
  font-size: 20px;
  line-height: 32px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  margin: 0 auto 35px;
  max-width: 850px;
}

.howtoSteps p {
  color: #fff;
  margin: 0 auto;
  font-size: 26px;
  line-height: 37px;
  font-weight: 400;
  max-width: 294px;
  width: 100%;
}

.howtoSteps img {
  margin-bottom: 22px;
  width: 125px;
  height: auto;
}

.howtoSteps div {
  margin-bottom: 33px;
}

.howtoSteps {
  margin: 0 auto;
}

.familySection {
  background: url("../images/family_bg.jpg");
}

.gatewaySection {
  background: url("../images/gatway_bg.jpg");
}

.homeFinancingSection {
  background: url("../images/HomeFinancing_bg.jpg");
}

.familySection,
.gatewaySection,
.homeFinancingSection {
  background-repeat: no-repeat;
  max-width: 1269px;
  width: 100%;
  padding: 30px 30px;
  background-position: 25%;
}

.familySection {
  height: 689px;
}

.gatewaySection {
  height: 568px;
}

.homeFinancingSection {
  height: 457px;
}

.familySection h5,
.gatewaySection h5,
.homeFinancingSection h5 {
  font-size: clamp(18px, 4vw, 32px);
  line-height: clamp(22px, 4vw, 40px);
  font-weight: 700;
  color: #002353;
  margin-bottom: 25px;
  font-weight: 700;
}

.familySection li,
.gatewaySection li,
.homeFinancingSection li {
  font-size: clamp(16px, 4vw, 26px);
  line-height: clamp(23px, 4vw, 37px);
  font-weight: 400;
  color: #002353;
  margin-bottom: 5px;
}

.familySection ul,
.gatewaySection ul,
.homeFinancingSection ul {
  margin-bottom: 22px;
}

.familySection .cta,
.gatewaySection .cta,
.homeFinancingSection .cta {
  max-width: 160px;
  height: 60px;
  background-color: #0067b1;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  cursor: pointer;
}

.familySection .cta a,
.gatewaySection .cta a,
.homeFinancingSection .cta a {
  text-decoration: none;
  color: #fff;
}

.depositAcc,
.passportExp,
.flexDepo {
  margin: 71px auto;
}

.depositAcc h5,
.passportExp h5,
.flexDepo h5 {
  font-size: clamp(18px, 4vw, 32px);
  line-height: clamp(22px, 4vw, 39px);
  margin-bottom: 56px;
  color: #c1cdd8;
  text-align: center;
  font-weight: 700;
}

.depositAcc img,
.passportExp img,
.flexDepo img {
  width: 125px;
  height: auto;
  margin-bottom: 22px;
}

.depositAcc p,
.passportExp p,
.flexDepo p {
  color: #fff;
  margin: 0 auto;
  font-size: 26px;
  line-height: 37px;
  font-weight: 400;
  max-width: 294px;
  width: 100%;
}

.depositAcc .row div,
.passportExp .row div,
.flexDepo .row div {
  margin-bottom: 33px;
}
.depositAcc .cta,
.passportExp .cta,
.flexDepo .cta {
  max-width: 158px;
  height: 60px;
  background-color: #0067b1;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  margin: 55px auto;
}

.depositAcc .cta a,
.passportExp .cta a,
.flexDepo .cta a {
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .familySection {
    background: url("../images/family_bg_mobile.jpg");
    background-size: 100% 100%;
  }

  .gatewaySection {
    background: url("../images/gatway_bg_mobile.jpg");
    background-size: 100% 100%;
  }

  .homeFinancingSection {
    background: url("../images/HomeFinancing_bg_mobile.png");
    /* background-size: 100% 100%; */
  }

  .familySection {
    --cross-border-ratio-mobile: 2.1;
    padding: calc(30% * var(--cross-border-ratio-mobile)) 0 30px !important; /* gap from banner to heading */
  }

  .gatewaySection {
    --cross-border-ratio-mobile: 1.8;
    padding: calc(35% * var(--cross-border-ratio-mobile)) 0 30px !important; /* gap from banner to heading */
  }

  .homeFinancingSection {
    --cross-border-ratio-mobile: 1.5;
    padding: calc(40% * var(--cross-border-ratio-mobile)) 0 30px !important; /* gap from banner to heading */
  }

  .familySection,
  .gatewaySection,
  .homeFinancingSection {
    text-align: center;
    --cross-border-ratio: 1;
    height: calc(
      75vw * var(--cross-border-ratio-mobile, var(--cross-border-ratio))
    ) !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
  }
  /* 
	.familySection h5,
	.gatewaySection h5,
	.homeFinancingSection h5  {
		font-size: 18px;
		line-height: 22px;
	} */

  /* .familySection li,
	.gatewaySection li,
	.homeFinancingSection li {
		font-size: 16px;
		line-height: 23px;
	} */

  .depositAcc .cta,
  .passportExp .cta,
  .flexDepo .cta,
  .familySection .cta,
  .gatewaySection .cta,
  .homeFinancingSection .cta {
    max-width: 160px;
    height: 50px;
    font-size: 17px;
    border-radius: 6px;
    margin: 0 auto;
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    margin: 30px auto;
	 
  }

  /* .depositAcc h5,
	.passportExp h5,
	.flexDepo h5 {
		font-size: 18px;
		line-height: 22px;
	} */

  /* List styling */
  .familySection ul,
  .gatewaySection ul,
  .homeFinancingSection ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .familySection li,
  .gatewaySection li,
  .homeFinancingSection li {
    margin-bottom: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* font-size: 16px;
		line-height: 23px; */
  }

  .familySection li::before,
  .gatewaySection li::before,
  .homeFinancingSection li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #004684;
    border-radius: 50%; /* Make dot */
    margin-bottom: 15px; /* Space between dot and text */
  }

  .familySection li:first-child::before,
  .gatewaySection li:first-child::before,
  .homeFinancingSection li:first-child::before {
    content: unset;
    display: none;
  }

  .familySection li:last-child,
  .gatewaySection li:last-child,
  .homeFinancingSection li:last-child {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .familySection,
  .gatewaySection,
  .homeFinancingSection {
    --cross-border-ratio: 1;
    height: calc(
      100vw * var(--cross-border-ratio-mobile, var(--cross-border-ratio))
    ) !important;
  }
  .passportExp img,
  .flexDepo img,
  .howtoSteps img,
  .depositAcc img {
    width: 73px;
    height: auto;
    font-size: 18px;
    line-height: 22px;
  }

  .passportExp p,
  .flexDepo p,
  .depositAcc p,
  .howtoSteps p {
    font-size: 16px;
    line-height: 19px;
  }

  .howtoTitle {
    font-size: 18px;
    line-height: 22px;
    max-width: 330px !important;
    margin-bottom: 32px !important;
  }
	.depositAcc h5,
	.passportExp h5,
	.flexDepo h5 {
	font-size: 18px;
	line-height: 22px;
	}
}



.rateTable {
  width: 100%;
  max-width: 976px;
  margin: 0 auto 45px;
  table-layout: fixed;
  border-collapse: collapse;
}

.rateTable tr td {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  color: #000000;
  text-align: center;
  background: #ffffff;
  border: 1px solid #002353;
  padding: 23px 5px;
}

.rateTable tr:nth-child(1) td:first-child {
  width: 41%;
  background: none;
}

.rateTable tr:nth-child(1) td:nth-child(2) {
  padding: 20px 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rateTable tr:nth-child(1) td,
.rateTable tr:nth-child(2) td {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #002353;
  text-align: center;
  background: #dae1e7;
  border: 1px solid #002353;
  padding: 10px 5px;
}

.rateTable tr:nth-child(3) td:last-child,
.rateTable tr:nth-child(7) td:last-child {
  background: #dae1e7;
}

.rateTable tr:nth-child(4) td:nth-child(3),
.rateTable tr:nth-child(4) td:nth-child(4) {
  font-size: 25px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  text-align: center;
}

.note {
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
}

.claimSection {
  width: 100%;
}

.intro__heading {
  margin: 55px 5% 0;
}

.intro_message {
  color: #404040;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  max-width: 850px;
  margin: 0 auto 50px;
}

.stepSlick {
  width: 78%;
  margin: 0 auto;
}

.arrowTable {
  width: 100%;
  max-width: 250px;
  margin: auto;
  position: absolute;
  bottom: -53px;
  left: 0;
  right: 0;
  z-index: 1;
}
.slick-disabled {
  opacity: 0.5;
}
.arrow-left,
.arrow-right {
  max-width: 25px;
  width: 20%;
}

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

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

.camp-date {
  font-size: 25px;
  font-weight: normal;
  color: #404040;
  text-align: center;
  padding-bottom: 0px;
}

.message {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .intro__heading {
    margin: 0 5% 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 (min-width: 768px) {
  .intro__desc {
    margin: 0 auto 84px;
    max-width: 890px;
  }

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

@media (min-width: 992px) {
  .crosssell {
    /*padding: 10px 0 10px;*/
  }
}
.crosssell__title {
  color: #0056a3;
  text-align: center;
  font-size: 34px;
  line-height: 1.3;
}

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

  .intro_head {
    font-size: 22px;
    line-height: 26px;
    margin: 25px auto 20px;
    max-width: 330px;
  }

  .intro_message {
    font-size: 18px;
    line-height: 24px;
    margin: 0 auto 30px;
  }
  .intro__desc {
    padding-top: 21px;
    font-size: 16px;
    line-height: 1.3;
  }
  .depositAcc .cta,
  .passportExp .cta,
  .flexDepo .cta {
    max-width: 140px;
    height: 40px;
    background-color: #0067b1;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    margin: 30px auto;
  }
}

/* new add */
.intro_head {
  color: #002353;
  margin: 0 auto 25px;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  max-width: 1025px;
}
.prizeTitle {
  margin: 20px auto;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}
.intro_extra {
  margin: 40px auto;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
}
.message {
  margin: 40px auto;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}
.intro_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;
}

.crosssell_heading {
  color: #0067b1;
  margin-bottom: 50px;
  font-size: 34px;
  margin-top: 50px;
}

.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;
  padding: 20px;
  /* margin: auto; */
  margin: 50px auto 20px;
}

.section-4_desc {
  display: flex;
}

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

.footer__btm a {
  text-decoration: underline;
}

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

@media screen and (max-width: 768px) {
  .section-2 {
    background: url(../images/cashXcess_bg.Mobile.jpg);
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .section-1 {
    padding: 50px 18px 0px;
    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,
  .crosssell_heading {
    font-size: 24px;
    /* margin-top: 50px; */
  }
  .qr_container {
    text-align: center;
  }
  .qr_img {
    margin: 0 auto 20px auto;
  }
}

.floating__btn img {
  cursor: pointer;
  width: fit-content;
  /* transform: scale(0.7); */
}

.modal-body {
  padding: unset;
}

.modal {
  text-align: center;
}

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

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

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

.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: unset;
  }
  .close {
    font-size: 48px;
  }

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

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

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

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

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

  .floating__btn img {
    transform: scale(0.6);
    margin-right: -42px;
  }

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

  .camp-date {
    font-size: 24px;
  }
  .intro_head {
    font-size: 24px;
    line-height: 26px;
    margin: 25px auto 20px;
  }

  .intro h2 {
    font-size: 18px;
  }

  .howtoTitle {
    font-size: 22px;
    line-height: 27px;
    margin: 0 auto 20px;
	max-width: 680px;
  }

  .howtoDes {
    font-size: 14px;
    line-height: 17px;
    margin: 0 auto 20px;
    max-width: 250px;
  }

  .rateTable {
    max-width: 309px;
    margin: 0 auto 25px;
  }

  .rateTable tr td {
    font-size: 12px;
    line-height: 14px;
    padding: 7px 7px;
  }

  .rateTable tr:nth-child(1) td:first-child {
    width: unset;
  }

  .rateTable tr:nth-child(1) td:nth-child(2) {
    padding: 7px 7px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .rateTable tr:nth-child(1) td,
  .rateTable tr:nth-child(2) td {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    padding: 5px 7px;
  }

  .rateTable tr td:nth-child(1) {
    text-align: left;
  }

  .rateTable tr:nth-child(4) td:nth-child(3),
  .rateTable tr:nth-child(4) td:nth-child(4) {
    font-size: 12px;
    line-height: 14px;
  }

  .note {
    font-size: 10px;
    line-height: 14px;
  }

  .intro_message {
    font-size: 23px;
    line-height: 28px;
    margin: 0 auto 30px;
  }

  .stepSlick {
    width: 100%;
    margin: 0 auto;
  }

  .arrow-left,
  .arrow-right {
    max-width: 10px;
    width: 100%;
  }

  .arrow-left {
    margin: 0 auto 0 0;
  }

  .arrow-right {
    margin: 0 0 0 auto;
  }
  .arrowTable {
    width: 38%;
    max-width: none;
    bottom: -48px;
  }
  #claimArrow {
    width: 35%;
  }
  .intro_extra {
    font-size: 22px;
    line-height: 1.3;
    margin: 10px auto 15px;
  }
  .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;} */
  .camp-date {
    font-size: 16px;
    padding: 20px 10px 5px;
  }
}

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

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

.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: 621px) {
  .footer__mid-right-text {
    padding-left: 15px;
  }
}

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

  .reward_body {
    margin: 0 115px 0;
  }
}

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

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

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

  .reward_body {
    margin: 0 300px 0;
  }

  .section-2-inner-container {
    max-width: 250px;
  }

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

.arrow-down {
  display: none;
}

.benefits_section img {
  max-width: 120px;
}

.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: #818a91;
}

.custom-select option:disabled {
  color: #818a91;
}

select {
  appearance: none;
}

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

sup {
  top: -0.5em;
  font-size: 65%;
}

@media (max-width: 768px) {
  .howto {
    /* padding: 100px 5% 30px; */
    padding: 30px 5% 50px;
  }
}
