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

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

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

.crosssell__banner {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 0;
}

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

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

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

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

a {
  color: #0067b1;
}

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

.credit_card {
  min-width: 100px;
  max-width: 900px;
}

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

/* ======== START Step by Step ======== */

.steps {
  background-color: #c7f0ff;
  padding: 8rem 0 12rem;
  position: relative;
  z-index: -2;
}

/* Gradient shading at the bottom */
/* .steps::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1%;
  background: linear-gradient(180deg, #C7F0FF, #ffffff);
  z-index: 0;
} */

.steps_container {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}

.steps h3 {
  font-size: 42px;
  line-height: 45px;
  color: #0067b1;
  font-weight: bold;
}

.steps h5 {
  font-size: 28px;
  line-height: 40px;
  color: #404040;
}

.step-journey {
  position: relative;
}

.step-journey img {
  position: absolute;
  top: 0;
  left: 17%;
  width: auto;
  height: 390px;
}

#step-2 .step-journey img {
  height: 370px;
  top: -1rem;
}

#step-5 .step-journey img {
  height: 350px;
}

@media (max-width: 991px) {
  .step-journey img {
    display: none;
  }
}

@media (max-width: 767px) {
  .steps_container {
    max-width: 468px;
    width: 100%;
    margin: 0 auto;
  }

  .steps h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .steps h5 {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 479px) {
  .steps_container {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }

  .steps h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .steps h5 {
    font-size: 18px;
    line-height: 22px;
  }

  .steps {
    padding: 4rem 0;
  }
}

/* ========  END Step by Step ======== */

/* ========= Start Download App Section ========= */

.download-app {
  position: relative;
  width: 100%;
  height: 100%;
}

.bg-download {
  position: relative;
  padding-top: 55%;
}

.download-app .bg-download img.desktop {
  display: block;
}

.download-app .bg-download img.mobile {
  display: none;
}

.download-app .bg-download img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.qrcode {
  position: absolute;
  bottom: 7%;
  left: 47%;
}

@media (max-width: 767px) {
  .download-app .bg-download {
    padding-top: 50%;
  }
}

@media (max-width: 620px) {
  .download-app .bg-download {
    position: relative;
    padding-top: 40%;
  }
}

@media (max-width: 479px) {
  .download-app .bg-download {
    position: relative;
    padding-top: 80%;
  }
  .download-app .bg-download img.mobile {
    display: block;
  }

  .download-app .bg-download img.desktop {
    display: none;
  }

  .qrcode {
    position: absolute;
    bottom: 12%;
  }
}

/* ========= END Download App Section ========= */

/* Animation for Step by Step Section ========= */

.slide-in-right {
  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;
}

/* Animation for END Step by Step Section ========= */

@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: #404040;
  padding: 40px 0 15px;
  font-size: 14px;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .footer__top .footer__tnc {
    font-size: 14px;
    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;
  border-left: 1px solid #0667b0;
  font-size: 15px;
  line-height: 1.3;
}

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

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

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

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

.footer__top .footer__box {
  background: #5bc2e7;
  color: #ffffff;
  font-weight: 300px;
  padding: 30.28px 38.38px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .footer__mid .footer__mid-right .islam__logo,
  .footer__mid .footer__mid-right .footer__mid-right-text {
    vertical-align: middle;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner img {
  width: 100%;
}

.banner {
  position: relative;
}

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

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

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

.show--sm {
  display: none;
}

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

.show--xs {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

.benefits__heading {
  margin: 20px auto 0;
  max-width: 1000px;
  font-size: 42px;
  line-height: 1.3;
  color: #0067b1;
}

/* @media screen and (max-width: 991px) {
	.benefits__heading {
		font-size: 35px;
		line-height: 1.3;
	}
} */
@media screen and (max-width: 767px) {
  .benefits__heading {
    font-size: 20px;
    line-height: 1.3;
  }
}

@media (min-width: 480px) {
  .benefits__heading {
    max-width: 100%;
  }
}

.benefits__desc {
  color: #404040;
  font-size: 22px;
  margin: 0 auto;
  line-height: 1.6;
}

.benefits__p {
  color: #404040;
  font-size: 24px;
  margin: 15px auto 20px;
  line-height: 1.5;
  max-width: 320px;
}

@media (max-width: 768px) {
  .benefits__p {
    font-size: 18px;
    margin-top: 2rem;
  }
}

@media (max-width: 480px) {
  .benefits__p {
    margin: 2rem auto 0px;
  }
}

.benefits__heading .logo img {
  padding-top: 10px;
  width: 84px;
  height: 100px;
}

@media (min-width: 480px) {
  .benefits__heading .logo img {
    width: 104px;
    height: 120px;
  }
}

@media (min-width: 768px) {
  .benefits__heading .logo img {
    padding-top: 0;
    width: 119px;
    height: 130px;
    transform: translateY(-24%);
    padding-left: 5px;
  }
}

@media (min-width: 768px) {
  #benefits2 {
    padding: 20px 32px 70px;
    background-size: 100% 100%;
    background: #f5f5f5;
  }

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

  .iconDes {
    color: #484848;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    max-width: 212px;
    margin: 0 auto 15px;
  }
}

.youtubeVid {
  width: 100%;
  height: 435px;
  max-width: 851px;
  margin: auto;
}

#benefits2 {
  margin: 20px auto 0;
  font-size: 36px;
  line-height: 1.3;
  color: #0067b1;
}

@media screen and (max-width: 991px) {
  #benefits2 {
    font-size: 35px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  #benefits2 {
    font-size: 33px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 479px) {
  #benefits2 {
    padding: 0 16px 10px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.3;
  }

  .iconImg {
    max-width: 120px;
  }

  .iconDes {
    font-size: 18px;
    line-height: 24px;
    max-width: 212px;
    margin: 0 auto 55px;
  }

  .youtubeVid {
    width: 100%;
    height: 150px;
    max-width: 280px;
  }
}

@media (min-width: 480px) {
  #benefits2 {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  #benefits2 {
    margin-bottom: 0px;
    max-width: 100%;
  }
}

.intro {
  position: relative;
  background-size: 100% 100%;
}

/* .intro {
	height: 1314px;
	text-align: center;
	background-image: url(../images/Background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 768px) {
	.intro {
		height: 720px;
		text-align: center;
		background-image: url(../images/Background_Mobile.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
} */

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

.entry {
  text-align: center;
  padding: 15px;
}

.brandsImg {
  width: 100%;
  height: auto;
  margin: auto;
  max-width: 924px;
  margin: 110px auto 20px;
}

.entryTitle {
  font-size: 42px;
  line-height: 55px;
  font-weight: bold;
  color: #0067b1;
  margin: 50px auto 20px;
  text-align: center;
}

.entryTitle2 {
  font-size: 35px;
  line-height: 30px;
  font-weight: bold;
  color: #ff8200;
  text-align: center;
  margin-bottom: 30px;
}

.entryImg1 {
  width: 37vw;
  min-width: 235px;
  max-width: 557px;
  margin-bottom: 20px;
}

.entryImg2 {
  width: 55vw;
  min-width: 293px;
  max-width: 740px;
  margin-bottom: 60px;
}

.tnc {
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  color: #404040;
  text-align: center;
  margin: 20px auto;
}

.rhbDay {
  font-size: 32px;
  line-height: 30px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  border-radius: 30px;
  padding: 10px 30px;
  margin: auto;
  width: fit-content;
  background-color: #0067b1;
}

.calender {
  width: 48%;
  margin-left: -10%;
  min-width: 350px;
}

.intro__heading {
  color: #0067b1;
  margin: 80px auto 25px auto;
  /* max-width: 918px; */
  font-size: 48px;
  line-height: 1.2;
}

.intro_message {
  color: #404040;
  font-size: 28px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
  text-align-last: center;
  max-width: 1030px;
}

.blueBoxText {
  color: #0067b1;
  font-size: 23px;
  line-height: 30px;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  text-align-last: center;
  background-color: #eef9fd;
  width: 100%;
  max-width: 1090px;
  padding: 15px 15px;
  margin: 50px auto 70px;
  border-radius: 20px;
}

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

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

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

.download {
  background-image: url(../images/crosssell.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 20px 10% 10px;
  text-align: center;

  --r: 1400 / 990;
  aspect-ratio: var(--r);
}

.downloadTitle {
  font-size: 30px;
  line-height: 45px;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  margin: 0 auto 65px;
  max-width: 700px;
}

.phoneImg {
  position: absolute;
  right: 0;
  width: 100%;
  bottom: -65px;
  min-width: 500px;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .phoneImg {
    bottom: -10%;
    right: -25%;
    width: 125%;
    max-width: 200px;
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .download {
    background-image: url(../images/crosssell_mobile.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 20px 10% 10px;
    text-align: center;

    --r: 720 / 566;
    aspect-ratio: var(--r);
  }

  .downloadTitle {
    font-size: 16px;
    line-height: 21px;
    margin: 0 auto 20px;
    max-width: 200px;
  }
}

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

@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 21px 0;
    max-width: 918px;
  }
}

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

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

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

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

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

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

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

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

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

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

/* new add */
.intro_head {
  margin: 50px auto;
  font-size: 50px;
  line-height: 70px;
  text-align: center;
  text-align-last: center;
  font-weight: bold;
  max-width: 1210px;
}

.intro_message {
  margin: 40px auto;
  font-size: 28px;
  line-height: 40px;
  max-width: 1036px;
}

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

/* .intro_message b {
	color: #3b3c3e;
	font-size: 28px;
	font-weight: 600;
} */
.message {
  margin: 40px auto;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}

.intro__heading img {
  margin: 20px auto;
}

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

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

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

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

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

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

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

  .camp-date {
    font-size: 24px;
  }

  .intro_head {
    font-size: 28px;
    line-height: 1.1;
    margin: 30px auto 20px;
  }

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

  .entry h1 {
    color: #0067b1;
  }

  .entryTitle {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: #0067b1;
    margin: 30px auto 15px;
  }

  .entryTitle2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #ff8200;
    text-align: center;
    margin-bottom: 20px;
  }

  .entryImg1 {
    max-width: 235px;
  }

  .entryImg2 {
    max-width: 293px;
    margin-bottom: 20px;
  }

  .tnc {
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    color: #404040;
    text-align: center;
    margin: 10px auto;
    width: 90%;
  }

  .signUpTitle {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #0067b1;
    text-align: center;
    margin: 30px auto 20px;
  }

  .rhbDay {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    border-radius: 30px;
    padding: 0px 15px;
    margin: auto;
    width: fit-content;
    background-color: #0067b1;
  }

  .calender {
    width: 100%;
    min-width: 270px;
    margin-left: -20%;
  }

  .intro_message {
    font-size: 17px;
    line-height: 22px;
    margin: 10px auto 10px;
  }

  .blueBoxText {
    color: #0067b1;
    font-size: 15px;
    line-height: 18px;
    font-style: italic;
    text-align: center;
    text-align-last: center;
    background-color: #eef9fd;
    width: 100%;
    padding: 15px 15px;
    margin: auto;
    border-radius: 20px;
  }

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

@media (max-width: 767px) {
  .brandsImg {
    max-width: 272px;
    margin: 35px auto 5px;
  }
}

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

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

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

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

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

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

select {
  appearance: none;
}

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

#rewardsMobile,
#rewardsLaptop {
  align-self: center;
  font-size: 30px;
  font-weight: bold;
  color: #186aa5;
  padding: 0 32px 8px;
}

.phone_bg {
  background: url(../images/LINK_SmartPhone_Hand.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
}

.section-4 .qr:first-child {
  margin-right: 64px;
}

.qr_container {
  display: flex;
}

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

.mobile_banking_slides h3 {
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .handphone {
    transform: scale(1.25);
  }

  .qr_container {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 48px;
  }

  .section-4 {
    padding-bottom: 28px;
  }

  .section-4 .qr {
    width: 140px;
    height: 160px;
  }

  .section-4 .qr:first-child {
    margin-right: unset;
  }

  .section-4 h3 {
    font-size: 18px;
    /* margin-bottom: 24px; */
  }

  .section-4 h1,
  .section-2 h2 {
    font-size: 24px !important;
    margin-bottom: 24px;
    text-align: center;
  }

  .phone_bg {
    background: unset;
  }

  #rewardsMobile,
  #rewardsLaptop {
    font-size: 24px;
  }

  .benefits_laptop h3,
  .benefits_mobile h3 {
    font-size: 18px !important;
  }

  .vid {
    max-width: 502px;
    margin: 0 auto 80px;
  }
}

.bg-white {
  background: #ffffff;
}

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

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

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

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

.text-lightdark {
  color: #404040 !important;
}

.redborderright {
  border-right: 3px solid #f3799d;
}

.marginspend {
  margin-top: 50px;
  margin-bottom: 50px;
}

.tdthis {
  padding: 1.5rem;
  line-height: 18px;
}

.explore-btn {
  background: #0167b1;
  color: #ffffff;
  font-weight: 700;
  border-radius: 12px;
  padding: 2.5rem 4rem;
  display: block;
  margin: 0 auto;
  font-size: 30px;
  line-height: 1.3;
  border: 0px solid transparent;
}

@media screen and (max-width: 479px) {
  .marginspend {
    margin-top: 18px;
    margin-bottom: 25px;
  }

  .tdthis {
    padding: 1.5rem;
    line-height: 18px;
  }

  .explore-btn {
    background: #0167b1;
    color: #ffffff;
    font-weight: 700;
    border-radius: 12px;
    padding: 1.5rem 1.5rem;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.3;
    border: 0px solid transparent;
  }
}
