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

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

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  border: 0 !important;
  outline: 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;
}

.modal-image-body {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #000;
}

.modal-image-stack {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}

.modal-image-link {
  display: block;
  width: 100%;
}

.modal-image-link img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.modal-image-link-secondary {
  margin-top: 0;
}

.modal-image-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  filter: brightness(0) invert(1);
  opacity: 1;
}

.modal-dialog.modal-dialog-centered {
  max-width: 800px;
  width: 100%;
  margin: 1.75rem auto;
}

.modal-content {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.modal-image-body {
  width: 100%;
  max-width: 800px;
}

.modal-image-stack {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.modal-image-link {
  display: block;
  width: 100%;
}

@media (max-width: 767px) {
  .modal-dialog.modal-dialog-centered {
    max-width: 320px;
    width: calc(100% - 1rem);
    margin: 1.75rem auto;
  }

  .modal-content {
    max-width: 320px;
  }

  .modal-image-body {
    max-width: 320px;
  }
}

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

.credit_card {
  max-width: 800px;
}

.intro_container_no_padding {
  padding: 0;
}

.form {
  text-align: center;
  background: #eef9fd;
  padding: 70px 0 50px;
  max-width: 1440px;
  margin: 0px auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

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

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

.form__inner {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}

.form--heading {
  color: #0067b1;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.3;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

  .form--control:last-child {
    padding-left: 25px;
    padding-right: 25px;
  }
}

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

.form--input,
.form--select,
.form--textarea {
  display: block;
  width: 100%;
  border: 0;
}

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

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

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

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

@media (max-width: 767px) {

  .form--input,
  .form--select,
  .form--textarea {
    background: #fff;
    border-radius: 4px;
  }
}

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

.form--input.form--input-special {
  padding: 0 0 0 100px;
}

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

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

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

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

@media (max-width: 767px) {
  .form--customer-label span {
    display: block;
    margin: 0 0 10px 0;
  }
}

.form--customer-label label {
  font-weight: normal;
}

.form--customer-label label+label {
  margin-left: 20px;
}

.form--customer-label input {
  margin-right: 10px;
}

.form--tnc-container {
  margin: 0;
}

.form--tnc-input {
  vertical-align: top;
  float: left;
  width: 20px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .form--tnc-input {
    width: 15px;
  }
}

.form--tnc-label {
  padding-left: 10px;
  float: right;
  width: calc(100% - 20px);
}

.form--tnc-label p+p {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .form--tnc-label {
    width: calc(100% - 15px);
  }
}

.form--tnc-label-text {
  color: #193863;
  font-size: 14px;
  font-weight: 400;
}

/* @media (max-width: 767px) {
  .form--tnc-label-text {
    font-size: 85%
  }
} */

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

.form--submit {
  text-align: center;
}

.form--submit-btn {
  font-weight: bold;
  display: inline-block;
  padding: 0px 24px;
  background: #ef3e42;
  color: #ffffff;
  margin: 40px auto 0;
  border: none;
  font-size: 18px;
  height: 60px;
  border-radius: 10px;
  width: 160px;
  text-align: center;
}

.cc_btn {
  font-weight: 400;
  display: inline-block;
  padding: 10px 5px 7px;
  background: #ef3e42;
  color: #ffffff;
  margin: 0px 20px 0 0;
  border: none;
  font-size: 18px;
  line-height: 22px;
  border-radius: 10px;
  width: fit-content;
  min-width: 188px;
  text-align: center;
}

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

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

  .cc_btn b {
    padding: 0;
    font-size: 16px;
    line-height: 19px;
  }
}

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

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

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

.form--disclaimer-wrrapper {
  width: 100%;
  margin: 40px auto 0;
}

.form--disclaimer-wrrapper .form--disclaimer {
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.form--disclaimer-wrrapper .form--disclaimer+.form--disclaimer {
  margin-top: 20px;
}

.form--input-wrapper {
  height: 54px;
  line-height: 54px;
  background: #ffffff;
  border: 1px solid #969696;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.form--input-wrapper select {
  background: #ffffff;
}

.form--input-wrapper label {
  font-weight: normal;
}

.form--input-wrapper label+label {
  margin-left: 20px;
}

.form--input-wrapper input {
  margin-right: 10px;
}

.footer {
  color: #404040;
  font-size: 14px;
  line-height: 1.3;
  padding: 0px 0 24px 0;
}

.footer__top {
  margin: 0 68.38px;
}

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

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

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

@media screen and (max-width: 768px) {
  .footer__top .footer__tnc {
    font-size: 10px;
    line-height: 1.3;
    padding: 22.64px 0;
  }
}

@media screen and (max-width: 479px) {
  .footer__top .footer__tnc {
    font-size: 10px;
    line-height: 1.3;
    padding: 22.64px 0 11px 0;
  }
}

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

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

.footer__top .footer__tnc a {
  color: #0667b0;
  padding: 0 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: 10px;
    line-height: 1.5;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .footer__mid.footer__mid-long {
    margin: 0 0 22.64px 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer__mid .footer__mid-right .islam__logo,
.footer__mid .footer__mid-right .footer__mid-right-text {
  display: table-cell;
  vertical-align: middle;
  color: #818a91;
}

@media (max-width: 767px) {

  .footer__mid .footer__mid-right .islam__logo,
  .footer__mid .footer__mid-right .footer__mid-right-text {
    vertical-align: middle;
  }
}

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

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

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

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

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

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

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

/* @media (max-width: 479px) {
	.footer__mid .footer__mid-right .footer__mid-right-text {
		padding: 0 30.38px 0 0;
	}
} */

.footer__mid .footer__mid-right .footer__mid-right-copyright {
  margin-top: 24.64px;
  text-align: justify;
}

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

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

.footer__btm {
  margin: 45.28px 68.38px 140px 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 190px 46px;
  }
}

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

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

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

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

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

.banner {
  position: relative;
}

.banner img {
  width: 100%;
}

.rhb_logo {
  width: 18% !important;
  max-width: 270px;
  position: absolute;
  top: 45px;
  z-index: 999;
}

.modal-dialog {
  width: 80%;
}

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

.show--sm {
  display: none;
}

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

  .modal-dialog {
    width: 100%;
    max-width: 350px;
    margin: 15px auto;
  }
}

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

.floating-btn__container {
  z-index: 999;
  position: fixed;
  width: 100%;
  max-width: 1440px;
  /*left: 50%;
    transform: translateX(-50%);*/
  text-align: right;
  float: right;
}

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

.floating-btn__wrapper {
  position: relative;
  max-width: 1440px;
  text-align: right;
  width: fit-content;
  margin-left: auto;
  right: 20px;
  z-index: 10;
}

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;
  z-index: 11;
}

.modal-backdrop {
  z-index: 1040;
}

.modal {
  z-index: 1055;
}

@media screen and (max-width: 767px) {

  /* Let modals (e.g. #compareModal) sit above the fixed apply banner on mobile */
  .modal-backdrop {
    z-index: 10000;
  }

  .modal {
    z-index: 10001;
  }
}

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

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

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

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

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

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

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

.intro {
  background: url(../images/bluegold.jpg);
  box-shadow: 0 0 20px rgb(0 0 0 / 40%);
  text-align: center;
  background-size: 100% 100%;
}

.present_rm {
  font-size: 40px;
  color: #E3CD82;
  text-shadow: 0px 3px 3px #00000033;
  font-weight: bold;
  line-height: 1;
  padding-left: 12px;
}

.present_value {
  font-size: 191px;
  color: #E3CD82;
  text-shadow: 0px 6px 9px #00000050;
  font-weight: 900;
  line-height: 0.8;
}

.intro2 {
  background: url(../images/bg.jpg);
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  text-align: center;
  background-size: 100% 100%;
  padding: 30px 0px 100px;
}

.intro3 {
  background: #FFFFFF;
  text-align: center;
}

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

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

.intro__heading {
  color: #fff;
  padding: 50px 15px 70px;
  max-width: 100%;
  font-size: 48px;
  line-height: 1.2;
}

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

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

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

.camp-date {
  font-size: 24px;
  font-weight: 600;
  color: #404040;
  text-align: center;
  line-height: 1.3;
}

.text_cashback {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  color: #0067B1;
  text-align: center;
  margin: 40px auto 20px;
  max-width: 754px;
}

.participation {
  background: url("../images/goldbg.jpg");
  text-align: center;
  background-size: cover;
  padding: 0px 15px 40px;
}

.participation_headline {
  font-size: 47px;
  line-height: 1.3;
  text-shadow: 2px 2px #A98F4B;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  padding: 50px 0;
}

.promo-card {
  border-radius: 24px;
  overflow: hidden;
  border: 6px solid #00c7e6;
  background: #fff;
  width: 802px;
  margin: 0 auto 50px;
}

.promo-row {
  border-bottom: 4px solid #00c7e6;
}

.promo-row:last-child {
  border-bottom: none;
}

.promo-right {
  border-left: 4px solid #00c7e6;
  text-align: center;
  color: #0077c8;
  font-weight: bold;
  padding: 50px 0;
}

.entries-number {
  font-size: 60px;
  line-height: 1;
}

.entries-text {
  font-size: 22px;
  line-height: 1.2;
}

.promo-content {
  padding: 0 48px;
  font-size: 26px;
  color: #555;
  text-align: left;
  line-height: 1.3;
}

.promo-content-middle {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.promo-card ul {
  margin: 0;
  padding-left: 1.2rem;
  list-style-type: disc;
  line-height: 1.1;
}

.promo-card ul li::marker {
  color: #0077c8;
  font-size: 1.2em;
}


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

.intro_head {
  margin: auto;
  font-size: 42px;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  max-width: 860px;
  color: #FFF;
}

.goldbar_header {
  margin: auto;
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  max-width: 940px;
  color: #FFF;
}

.goldbar_TNC {
  font-size: 17px;
  padding: 0 40px 30px 0;
  color: #FFF;
  position: absolute;
  bottom: 0;
  right: 0;
}

.present_container {
  background: url(../images/present.jpg) no-repeat;
  background-size: cover;
  padding: 240px 15px 100px;
  background-position: center;
  height: 687px;
  display: flex;
  justify-content: space-around;
}

.prize_container {
  width: 380px;
  padding: 0 0 20px 0;
  border-bottom: 20px solid transparent;
  border-image: url("../images/gold_border.png") 0 0 20 0 stretch;
}

.prize_wrapper:first-of-type {
  transform: translateX(30%);
}

.prize_wrapper:last-of-type {
  transform: translateX(5%);
}

.prize_wrapper:last-of-type .prize_container,
.prize_wrapper:last-of-type .prize_desc {
  width: 420px;
}

.prize_desc {
  width: 350px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  line-height: 1.3;
  padding: 12px 8px 0;
}

.intro_head2 {
  margin: 50px auto 45px;
  font-size: 55px;
  text-align: center;
  text-align-last: center;
  font-weight: lighter;
  max-width: 945px;
  color: #FFF;
}

.intro_des {
  margin: 40px auto;
  font-size: 25px;
  line-height: 1.3;
  text-align: center;
  font-weight: 400;
  max-width: 858px;
  color: #404040;

}

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

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

.credit_cards {
  /* padding: 72px 9%; */
  padding: 72px 9% 0;
  text-align: center;
  /* box-shadow: 0 0 20px rgb(0 0 0 / 10%); */
}

.cc_header {
  border-bottom-right-radius: 20px;
  background: #002353;
  color: #fff;
  text-align: left;
  padding: 15px 21px;
  margin: 12px 0 36px;
  background: linear-gradient(145deg, #0b72b8 0%, #49afdc 50%, #5bc2e7 100%);
}

.cc_body_text {
  font-size: 20px;
  color: #404040;
  line-height: 1.3;
}

.cc_card {
  min-width: 307px;
}

.cc_body_img {
  margin: 0 12px auto 0;
  width: 40px;
  min-width: 40px;
}

.cc_body_container {
  margin-left: 12px;
  color: #404040;
  width: calc(100% - 30% - 307px);
}

.cc_body>div:nth-child(2) {
  /* width: 30%; */
}

.cc_body>div:nth-child(2)>div {
  /* width: 30%; */
  max-width: 340px;
  margin-bottom: 24px;
}

.cc_body_container .focused {
  font-size: 20px;
  line-height: 25px;
  color: #404040;
}

.cc_body_container h2 {
  color: #707070;
}

.cc_body_container h3 {
  color: #404040;
}

.cc_body_container .footer {
  font-size: 14px;
  width: 325px;
  line-height: 1.3;
}

.cc_header_top {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}

.cc_header_bottom {
  font-size: 21px;
  line-height: 1.3;
  font-weight: lighter;
}

.supporting_body {
  color: #0067b1;
  justify-content: center;
}

.supporting_body_container {
  margin: 0 15px;
}

.supporting_title {
  color: #0067b1;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.3;
}

.supporting_desc {
  color: #404040;
  line-height: 1.3;
}

.supporting_container {
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  border-radius: 20px;
  width: fit-content;
  margin: 20px auto 60px;
  background: #d7edf4;
  padding: 24px 60px;
}

.supporting_body_title {
  font-weight: bold;
  /* text-decoration: underline; */
  border-bottom: 1px solid #0067b1;
  /* font-size: 21px; */
  font-size: 18px;
  margin-bottom: 12px;
}

.supporting_body_desc {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 8px;
  color: #707070;
}

.supporting_body_desc::before {
  display: block;
  content: "";
  /* white-space: pre-wrap; */
  background: url(../images/icon_tick.png) no-repeat;
  width: 25px;
  height: 25px;
  float: left;
  margin-top: 4px;
}

.goldbar_bg {
  background: url(../images/goldbarbg.png) no-repeat;
  background-size: cover;
  padding: 60px 15px 100px;
  background-position: center;
  height: 687px;
  position: relative;
}

.supporting {
  margin: 0 15px;
}

.arrow--left {
  position: absolute;
  top: calc(50% - 50px);
  left: 3vw;
  z-index: 9;
}

.arrow--right {
  position: absolute;
  top: calc(50% - 50px);
  right: 3vw;
  z-index: 9;
}

.arrow--left:hover,
.arrow--right:hover {
  cursor: pointer;
  opacity: 0.6;
}

.slick_items img {
  max-width: 990px;
  margin: auto
}

@media (max-width: 991px) {
  .present_container {
    background: url(../images/present_mobile.jpg) no-repeat;
    background-size: cover;
    padding: 320px 15px 100px;
  }

  .present_rm {
    font-size: 40px;
  }

  .present_value {
    font-size: 150px;
  }

  .prize_container {
    width: 360px;
  }

  .prize_wrapper:first-of-type {
    transform: translateX(0%);
  }

  .prize_wrapper:last-of-type {
    transform: translateX(0%);
  }

  .prize_wrapper:last-of-type .prize_container,
  .prize_wrapper:last-of-type .prize_desc {
    width: 360px;
  }

  .prize_desc {
    width: 360px;
    font-size: 20px;
    padding: 12px 8px 0;
  }
}

@media (max-width: 768px) {
  .intro {
    background: url("../images/bluegold_mobile.jpg");
    text-align: center;
    background-size: 100% 100%;
  }

  .intro__heading {
    color: #fff;
    padding: 30px 15px 60px;
    max-width: 100%;
    font-size: 48px;
    line-height: 1.2;
  }

  .intro__heading img {
    border-radius: 10px 10px 0 0;
    height: 200px;
  }

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

  .goldbar_bg {
    padding: 20px 15px 0;
    height: 380px;
  }

  .goldbar_TNC {
    font-size: 12px;
    padding: 0 10px 10px 0;
    color: #FFF;
  }

  .present_container {
    background: url(../images/present_mobile.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 130px 15px 60px;
    flex-direction: column;
    height: 860px;
    align-items: center;
  }

  .prize_container {
    width: 280px;
  }

  .prize_wrapper {
    width: 280px;
  }

  .prize_wrapper:first-of-type {
    margin-bottom: 30px;
  }

  .prize_desc {
    width: 280px;
    padding: 0px 8px 0;
  }

  .prize_wrapper:last-of-type .prize_container,
  .prize_wrapper:last-of-type .prize_desc {
    width: 285px;
  }

  .promo-card {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 50px;
  }

  .promo-right {
    padding: 55px 0;
  }

  .entries-number {
    font-size: 52px;
  }

  .entries-text {
    font-size: 19px;
  }

  .promo-content {
    padding: 18px 15px 18px 30px;
    font-size: 20px;
    max-width: 265px;
  }

  .promo-content-middle {
    align-items: start;
    flex-direction: column;
  }

  .promo-card ul {
    padding-left: 24px;
  }


  .cc_btn {
    padding: 6px 12px;
    margin: 0 0 20px 0;
    font-size: 12px;
    line-height: 1.3;
    border-radius: 6px;
    min-width: 140px;
  }

  .footer {
    font-size: 10px;
    padding-left: 12px;
  }

  .cc_body>div:nth-child(2)>div {
    margin-bottom: 12px;
    align-items: center;
  }

  .arrow--left img,
  .arrow--right img {
    width: 32px;
    height: 32px;
  }

  .rhb_slick .slick-slide {
    display: flex;
  }

  .credit_cards .form--submit-btn {
    width: 130px;
    padding: 0;
    height: 50px;
    margin: 0 15px 0 -15px;
  }

  .cc_body_container {
    width: 100%;
  }

  .cc_body_container {
    width: 100%;
  }

  .cc_body>div:nth-child(2) {
    /* width: 100%; */
  }

  .cc_body_container .footer {
    font-size: 10px;
    padding-top: 0;
  }

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

  .focused {
    font-size: 12px;
    line-height: 1.3;
    margin-top: 8px;
    margin-left: 12px;
  }

  .cc_body_container .note {
    font-size: 12px;
    padding-top: 15px;
    line-height: 1;
  }

  .credit_cards {
    padding: 48px 15px 0;
  }

  .credit_cards .container-fluid {
    padding: 0;
  }

  .cc_body_container {
    margin-left: 0;
  }

  .cc_body_container h2,
  .cc_body_container h3 {
    margin-left: -15px;
  }

  .cc_body img {
    margin: 0 0px auto 0px;
    width: 100%;
  }

  .cc_body_img {
    margin-right: 0;
    width: 22px;
    min-width: 22px;
  }

  /* .cc_card {
		margin-bottom: 24px;
	} */
  .cc_body {
    padding: 0 15px;
  }

  .cc_card {
    display: flex;
    /* gap: 18px; */
  }

  .cc_card img {
    max-width: 150px;
    /* margin: auto; */
  }

  .cc_body_text {
    font-size: 12px;
    margin-left: 12px;
    max-width: 250px;
  }

  .cc_body_note {
    font-size: 12px;
  }

  .cc_header {
    margin-bottom: 18px;
    padding: 8px 15px;
  }

  .cc_header_top {
    font-size: 15px;
  }

  .cc_header_bottom {
    font-size: 12px;
  }

  .supporting_body_desc {
    font-size: 16px;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 12px;
  }

  .supporting_body_title {
    text-align: center;
    padding-bottom: 8px;
  }

  .supporting_title {
    font-size: 21px;
    line-height: 1.1;
    margin-bottom: 6px;
  }

  .supporting_container {
    padding: 24px;
    margin: 20px auto 50px;
    width: 100%;
    max-width: 350px;
  }

  .supporting_body {
    flex-direction: column;
  }

  .cc_body {
    flex-direction: column;
  }

  .intro_head {
    font-size: 24px;
    max-width: 325px;
  }

  .goldbar_header {
    font-size: 22px;
    max-width: 325px;
  }

  .text_cashback {
    font-size: 22px;
    width: 270px;
  }

  .intro_head2 {
    font-size: 28px;
    margin: 0px auto 32px;
    font-weight: lighter;
    max-width: 297px;
  }

  .intro_des {
    margin: 30px auto;
    font-size: 18px;
    /* line-height: 25px; */
    max-width: 325px;
  }

  .participation_headline {
    font-size: 22px;
    padding: 30px 0;
  }

  .intro2 {
    padding: 40px 0px 100px;
  }

  .slick-dots button {
    width: 28px !important;
    height: 4px !important;
  }
}

.floating__btn img {
  /* transform: scale(0.7); */
  max-width: 220px;
}

.arrow-down {
  display: none;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 1rem 0;
  list-style-type: none;
  bottom: -60px;
  position: absolute;
  left: 0;
  z-index: 15;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

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

.slick-dots button {
  display: block;
  width: 39px;
  height: 6px;
  padding: 0;
  border: none;
  /* border-radius: 100%; */
  background-color: lightgray;
  text-indent: -9999px;
}

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

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

  .arrow:after {
    display: none;
  }

  .arrow-down {
    transform: rotate(90deg);
    width: 15px;
    height: 20px;
    margin-bottom: 20px;
    display: block;
    margin: auto;
    position: relative;
    top: -20px;
  }
}

.animate--reveal {
  visibility: visible;
  -webkit-transform: translateY(0) scale(1);
  opacity: 1;
  transform: translateY(0) scale(1);
  opacity: 1;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s,
    opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s,
    opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}

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

select {
  appearance: none;
}

.stay_bottom {
  bottom: 120px;
}

.cc_body {
  display: flex;
  text-align: left;
  gap: 2%;
}

.flex {
  display: flex;
}

/* ============== CC Section Mobile ============== */

.custom-arrow {
  background: none;
  border: none;
  position: absolute;
  display: flex;
  justify-content: center;
  padding: 1rem 0;
  bottom: 0;
  z-index: 20;
}

.custom-arrow img {
  height: 15px;
  width: auto;
}

.slick-prev.custom-arrow {
  left: calc(100% - 50% - 115px);
}

.slick-next.custom-arrow {
  right: calc(100% - 50% - 115px);
}

@media screen and (max-width: 767px) {
  .cc_card.flex>div {
    width: 50%;
    font-size: 12px;
    line-height: 14px;
  }

  .cc_card.flex>div .footer {
    padding: 0;
  }

  .cc_body_container .flex .cc_btn {
    width: 100%;
    min-width: 160px;
  }
}

@media screen and (max-width: 400px) {
  .cc_body_container .flex .cc_btn {
    width: 100%;
    min-width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .credit_cards .form--heading {
    margin: 0 25px;
  }
}

/* ============ START Apply Banner section ============ */

/* #apply-banner {
  position: relative;
  padding-top: calc(72px - 30px);
  cursor: pointer;
} */
#apply-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 9999;
  padding-top: 0;
  /* Remove unnecessary top padding */
  cursor: pointer;
}

#apply-banner img {
  width: 100%;
  /* height: 115px; */
  height: auto;
  /* position: absolute; */
  bottom: 0;
}

@media screen and (max-width: 767px) {
  #apply-banner img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

/* ============ END Apply Banner section ============ */

/* ============ Dropdown section ============ */

#other-cards-dropdown {
  cursor: pointer;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

#other-cards-dropdown img {
  width: 37px;
  height: 37px;
}

#other-cards-dropdown div {
  padding: 15px;
  font-size: 22px;
  line-height: 1.3;
  color: #0067b1;
  font-weight: normal;
}

@media (max-width: 768px) {
  #other-cards-dropdown img {
    width: 26px;
    height: 26px;
  }

  #other-cards-dropdown {
    padding: 8px;
  }

  #other-cards-dropdown div {
    font-size: 14px;
  }

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

  .floating-btn__wrapper {
    right: 10px;
  }

  .floating__btn img {
    /* transform: scale(0.7); */
    max-width: 150px;
  }
}

/* ============ END Dropdown section ============ */