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

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

.img-responsive2 {
    display: block;
    max-height: 100%;
    width: auto;
    margin: 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 {
    max-width: 800px;
}

.intro_container_no_padding {
    padding: 0;
}

.intro_container {
    text-align: center;
    background: #ffffff;
    padding: 70px 0;
    max-width: 1400px;
    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: #F0FBFF;
    padding: 70px 0;
    max-width: 1440px;
    margin: 0px auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

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

.form--form {
    text-align: left;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form--tnc-label-text {
    color: #373a3c;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}


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

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

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

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

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

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

@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 #dddddd;
    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: 0 0 45.28px 0;
}

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

@media (max-width: 620px) {
    .footer {
        padding: 0 0 20.58px 0;
    }
}

.footer__top {
    margin: 0 68.38px;
}

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

.footer__top .footer__tnc {
    color: #818a91;
    padding: 45.28px 0 22.64px;
    font-size: 15px;
    line-height: 20px;
}

@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: 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: 45.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: 1.3;
    }
}

.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: 20px;
        line-height: 1.3;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: 32px;
        display: block;
        float: left;
        margin: 0 12px 4px 0;
    }

    .islam__logo {
        width: 55px;
    }
}

@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 0 106.76px;
    color: #404040;
    text-align: justify;
    font-size: 14px;
}


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

@media (max-width: 768px) {
    .footer__btm {
        margin: 20.58px 30.38px 0 46px;
        font-size: 10px;
    }
}

.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: 17vw !important;
    max-width: 200px;
}

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

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

.show--xs {
    display: none;
}

.show--sm {
    display: none;
}

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

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

    .show--xs {
        display: block;
    }
}

@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__container {
    margin-top: -100px;
}

.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 {
    background: url(../images/Background.jpg);
    text-align: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.camp-date {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 20px;
}

.message {
    font-size: 20px;
}

.arrows_container {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 80%;
    /* position: relative; */
    left: 10%;
    top: 50%;
}

.intro__title {
        font-size: 16px;
        color: #404040;
        text-align: center;
        padding: 80px 0 30px 0;
        margin: auto;
    }

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

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

    .intro__heading {
        font-size: 36px;
        line-height: 1.2;
    }

    .arrows_container {
        top: 20%;
    }
}

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

	.intro {
    background: url("../images/Background_mobile.jpg");
    text-align: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
	
    .intro__heading {
        font-size: 28px;
        line-height: 1.2;
    }
	
	 .intro__title {
        font-size: 11px;
        line-height: 15px;
		padding: 40px 0 30px 0;
    }
}

@media (max-width: 768px) {
    .intro__heading {
        padding: 0 15px 0px;
        max-width: 918px;
        background-size: inherit;
    }
}




@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 {
    padding-top: 90px;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    max-width: 789px;
    margin: auto;
}

.intro_message {
    margin: 50px auto 40px;
    font-size: 28px;
    line-height: 40px;
    max-width: 994px;
    color: #ffffff;
}

.intro_extra {
    margin: 50px auto;
    font-size: 40px;
    line-height: 53px;
    text-align: center;
    color: #024085;
    font-weight: bold;
}

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

.participation {
    background: #FCEDDB;
    padding: 80px 3% 20px;
    text-align: center;
}

.participation_headline {
    font-size: 32px;
    font-weight: bold;
    color: #0067b1;
    text-align: center;
    padding: 0 0 40px 0;
}

.participationTable {
    width: 100%;
    max-width: 1056px;
    table-layout: fixed;
    margin: 0 auto 30px;
    border-collapse: collapse;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 5px 6px 6px;
}

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

.participationTable tr td:nth-child(2) {
    padding: 30px 3% 30px 3%;
    background: #ffffff;
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    color: #404040;
    text-align: center;
}

.participationTable tr:nth-child(1) td {
    padding: 30px 1%;
    background: #ffffff;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

.participationTable tr:nth-child(4) td:nth-child(1),
.participationTable tr:nth-child(6) td:nth-child(1),
.participationTable tr:nth-child(8) td:nth-child(1) {
    background: linear-gradient(500deg, #c5e8fc, #ebf8ff);
}

.participationTable tr:nth-child(3) td:nth-child(2),
.participationTable tr:nth-child(5) td:nth-child(2),
.participationTable tr:nth-child(7) td:nth-child(2) {
    background: #ffffff;
}

.participationTable tr:nth-child(3) td:nth-child(2),
.participationTable tr:nth-child(5) td:nth-child(2) 
.participationTable tr:nth-child(7) td:nth-child(2) {
    background: #ffffff;
}

.participationTable tr:nth-child(4) td:nth-child(2),
.participationTable tr:nth-child(6) td:nth-child(2),
.participationTable tr:nth-child(8) td:nth-child(2) {
    background: #e2f0f8;
}

.participationTable tr:nth-child(9) td:nth-child(1) {
    background: #5BC2E7;
    padding: 8px;
}

.participationTable tr:nth-child(9) td:nth-child(2) {
    background: #5BC2E7;
    padding: 8px;
}

.participationTable tr:nth-child(2) td:nth-child(1) {
    background: #5BC2E7;
    padding: 8px;
}

.participationTable tr:nth-child(2) td:nth-child(2) {
    background: #5BC2E7;
    padding: 8px;
}


.participationTable tr:nth-child(1) td:nth-child(1) {
    background: linear-gradient(180deg, #0581B9, #75B6E6, #188AC7, #385489);
    border-top-left-radius: 15px;
    width: 75%;
}

.participationTable tr:nth-child(1) td:nth-child(2) {
    background: linear-gradient(180deg, #0581B9, #7ADEF0, #48C3F0, #006CA5 95%);
    border-top-right-radius: 15px;
    /*  box-shadow: rgba(175, 216, 242, 1) 40px 0px 36px -28px inset;*/
}

.participationTable tr:nth-child(1) td:nth-child(2) {
    border-left: #BCE6FC 4px solid;
}

.participationTable tr:nth-child(2) td:nth-child(2),
.participationTable tr:nth-child(3) td:nth-child(2),
.participationTable tr:nth-child(4) td:nth-child(2),
.participationTable tr:nth-child(5) td:nth-child(2),
.participationTable tr:nth-child(6) td:nth-child(2),
.participationTable tr:nth-child(7) td:nth-child(2),
.participationTable tr:nth-child(8) td:nth-child(2) {
    /*box-shadow: rgba(0, 0, 0, 0.35) 40px 0px 56px -28px inset;*/
    border-left: #5BC2E7 4px solid;
}

.participationTable tr:last-child td:nth-child(1) {
    border-bottom-left-radius: 15px;
}

.participationTable tr:last-child td:nth-child(2) {
    border-bottom-right-radius: 15px;
}

.participationFlexBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1057px;
    margin: auto;
}

.participationTnc {
    font-size: 16px;
    line-height: 25px;
    max-width: 1000px;
    text-align: left;
    padding-bottom: 50px;
    color: #404040;
}

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

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

    .carousel-inner {
        display: flex;
        justify-content: center;
    }
}

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

@media (max-width: 768px) {
    .intro__heading {
        margin: 25px 0px 20px;
        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;
    }

    .Cashback-text {
        font-size: 55px;
        font-weight: lighter;
        color: #ffffff;
        text-align: center;
    }
}

@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 screen and (max-width: 479px) {
    /* .credit_cards .cc_container {
    padding: 0px 20px;
  } */

    .intro2 .cardImg {
        text-align: center;
        margin: 0 auto auto;
        max-width: 263px;
        width: 100%;
        max-height: 430px;
        height: 100%;
    }

    .carousel_body h2 {
        font-size: 22px;
        line-height: 27px;
        margin: 10px auto 20px;
        font-weight: bold;
    }

    .floating-btn__container {
        right: -10%;
    }

    .floating__btn img {
        transform: scale(0.5);
    }

    .container_body table th {
        background: #5bc2e7;
        color: white;
        text-align: center;
        padding: 5px 0;
        width: 50%;
        font-size: 16px;
        line-height: 19px;
        font-weight: bold;
    }

    .container_body table td {
        background: #ffffff;
        color: #5bc2e7;
        text-align: center;
        padding: 12px 0;
        border-bottom: 1px solid #ffffff;
        width: 50%;
        font-size: 15px;
        line-height: 23px;
        font-weight: bold;
    }

    .camp-date {
        font-size: 21px;
        line-height: 35px;
    }

    .section-1 h3 {
        font-size: 18px;
        line-height: 22px;
        margin: 30px auto 40px;
    }

    .section-1 p {
        font-size: 18px;
        line-height: 22px;
        color: #404040;
        padding-top: 0px;
    }

    .container_body h2 {
        font-size: 18px;
        line-height: 22px;
        margin: 10px auto 40px;
    }

    .section-2 .container_body h2 {
        font-size: 18px;
        line-height: 22px;
        margin: 0px auto;
        padding: 0px;
    }

    .container_body h3 {
        font-size: 18px;
        line-height: 22px;
        color: #0067b1;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .section-2 .container_body h3 {
        font-size: 16px;
        line-height: 21px;
        color: #404040;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .section-2 .container_body h6 {
        color: #404040;
        line-height: 1.1;
        margin-top: 50px;
        margin-bottom: 40px;
        text-align: center;
        font-size: 13px;
    }

    .container_body h6 {
        color: #404040;
        line-height: 1.1;
        margin-top: 50px;
        margin-bottom: 40px;
        text-align: center;
        font-size: 13px;
    }

    .intro_message {
        font-size: 16px;
        line-height: 21px;
        margin: 10px auto 30px;
        max-width: 297px;
    }

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

    .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;
        line-height: 23px;
        padding: 0px 10px;
    }

    .Cashback-text {
        font-size: 35px;
        line-height: 38px;
        font-weight: lighter;
        color: #ffffff;
        text-align: center;
    }

    .participation {
        padding: 40px 1% 20px;
    }

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

    .participationTable {
        max-width: 331px;
        margin: 0 auto 20px;
        border-radius: 15px;
    }

    .participationTable tr td:nth-child(1) {
        padding: 15px 5% 20px 6%;
        font-size: 16px;
        line-height: 20px;
    }

    .participationTable tr td:nth-child(2) {
        padding: 15px 3% 20px 3%;
        font-size: 18px;
        line-height: 26px;
    }

    .participationTable tr:nth-child(1) td {
        padding: 11px 1%;
        font-size: 18px;
        line-height: 22px;
    }

    .participationTable tr:nth-child(1) td:nth-child(1) {
        border-top-left-radius: 15px;
        width: 64%;
    }

    .participationTable tr:nth-child(1) td:nth-child(2) {
        border-top-right-radius: 15px;
    }

    .participationTable tr:last-child td:nth-child(1) {
        border-bottom-left-radius: 15px;
    }

    .participationTable tr:last-child td:nth-child(2) {
        border-bottom-right-radius: 15px;
    }
	
	.participationTable tr:nth-child(2) td:nth-child(2),
.participationTable tr:nth-child(3) td:nth-child(2),
.participationTable tr:nth-child(4) td:nth-child(2),
.participationTable tr:nth-child(5) td:nth-child(2),
.participationTable tr:nth-child(6) td:nth-child(2),
.participationTable tr:nth-child(7) td:nth-child(2),
.participationTable tr:nth-child(8) td:nth-child(2) {
    /*box-shadow: rgba(0, 0, 0, 0.35) 40px 0px 56px -28px inset;*/
    border-left: #5BC2E7 2px solid;
}

    .participationFlexBox {
        flex-direction: column;
        align-items: center;
        max-width: 302px;
        margin: auto;
    }

    .participationTnc {
        font-size: 11px;
        line-height: 14px;
        max-width: 320px;
        text-align: left;
        padding-bottom: 20px;
    }
}

.intro__heading img {
    margin: 40px auto 0;
}

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

.section-1 {
    padding: 80px 150px 100px;
    color: #002353;
    background: #ffffff;
    max-width: 1440px;
    margin: 0 auto 0px auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}


/* .section-1 h3 {
	font-size: 30px;
	line-height: 1.3;
	font-weight: bold;
	color: #0067b1;
	margin-bottom: 30px;
} */

.section-1 p {
    font-size: 24px;
    line-height: 1.4;
    color: #404040;
}

.col-half {
    width: 50%;
}

.col-half h2 {
    font-size: 36px;
    line-height: 1.3;
    font-weight: bold;
    color: #0067b1;
    margin-bottom: 20px;
}

.col-half p {
    font-size: 24px;
    text-align: left;
    margin-bottom: 20px;
}

.col-half img {
    margin-bottom: 20px;
}

.tbl-left .tenure {
    margin: 20px auto;
    max-width: 400px;
}

.tbl-right .tenure {
    margin: 20px auto;
    max-width: 400px;
}

.tenure th {
    text-align: center;
    padding: 10px 20px;
}

.tenure th img {
    width: 150px;
}

.tenure td {
    background-color: #fff;
    color: #1c3b65;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 10px 20px;
}

.tenure td span {
    font-size: 12px;
    font-weight: 300;
}

.small-text {
    font-size: 16px !important;
    color: #231f20;
}

.section-2 {
    background: white;
    max-width: 1440px;
    margin: 0 auto 0 auto;
    /* background: url('../images/cashXcess_bg.png'); */
    background: linear-gradient(180deg, #ffffff 0%, #5bc2e7 50%);
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
}


/* .section-2 img {display: block; margin: auto;} */

.section-2 .container_body p {
    font-size: 24px;
    line-height: 1.4;
    color: #404040;
}

.section-2 h2 {
    color: #0056a3;
    margin: 20px auto 20px auto;
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
}

.section-2 h2 span {
    color: #193863;
    margin: 0px auto 40px auto;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
}

.section-2 .container {
    padding: 0 12px;
}

.section-2 .container_body h2 {
    color: #0067b1;
    margin-bottom: 50px;
    font-size: 34px;
    margin-top: 50px;
}

.section-2 .container_body h3 {
    font-size: 24px;
    line-height: 1.4;
    color: #404040;
    margin-bottom: 2px;
    margin-top: 40px;
}

.container_body .container_body h6 {
    color: #404040;
    line-height: 1.3;
    margin-top: 50px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 18px;
}

.section-2-wrapper {
    display: block;
    margin: 0 60px;
}

.section-2-inner-container {
    margin: auto auto 40px;
    background: white;
    text-align: center;
}

.section-2h3 {
    color: #404040;
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
}

.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-1 .img-container img {
    height: 80px;
}

.section-2 h2 {
    font-size: 28px;
    color: #0067b1;
    font-weight: bold;
    padding-top: 10px;
}

.section-2 h3 {
    color: #404040;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    padding-bottom: 30px;
    text-align: center;
}

.section-2 h4 {
    color: #193863;
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
}

.section-2 p {
    color: #193863;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 300;
    text-align: center;
    margin-top: 12px;
}

.section-2 button {
    background: #6cc24a;
    text-transform: uppercase;
    font-weight: 300;
    color: white;
    padding: 8px 24px;
    border: 0;
    font-size: 16px;
    margin: 50px auto auto;
}

.section-3 {
    padding: 80px 68.38px 0px;
    background: #5bc2e7;
    color: white;
}

.section-3-right {
    padding: 24px 0px;
    font-weight: 300;
}

.img1 {
    width: 5vw;
    max-width: 45px;
    min-width: 30px;
}


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

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

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

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

@media screen and (max-width: 768px) {
    .intro_head {
        padding-top: 10px;
        font-size: 25px;
        line-height: 28px;
        color: #ffffff;
        max-width: 600px;
    }

    .intro_message {
        margin: 30px auto 20px;
        font-size: 23px;
        line-height: 32px;
        max-width: 600px;
        color: #ffffff;
    }

    .intro_extra {
        margin: 30px auto 10px auto;
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        font-weight: bold;
        max-width: 500px;
    }
}

.floating__btn img {
    width: 200px;
    /* height: 86px;
	margin-right: 24px; */
}

@media screen and (max-width: 479px) {
    .floating__btn img {
        transform: scale(0.6);
        margin-right: -42px;
    }

    .floating-btn__wrapper {
        margin-right: 40px;
    }

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

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

    .intro_head {
        padding-top: 10px;
        font-size: 20px;
        line-height: 28px;
        color: #ffffff;
        max-width: 300px;
    }

    .intro_message {
        margin: 20px auto 20px;
        font-size: 16px;
        line-height: 22px;
        max-width: 300px;
        color: #ffffff;
    }

    .intro_extra {
        margin: 40px auto 0 auto;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        font-weight: bold;
        max-width: 300px;
    }

    .camp-date {
        font-size: 16px;
        line-height: 23px;
        padding: 5px 10px;
    }



}

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




.arrow-down {
    display: none;
}

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

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

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

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

.slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #ddd;
    text-indent: -9999px;
}

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



.slick-slide {
    height: auto;
    /* // ← that must not be ignored */
}

.slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
}

.scenario_slick .slick-dots {
    display: flex;
    position: absolute;
    top: 230px;
    left: 50%;
    margin-left: -55px;
}

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

.scenario_slick .slick-dots button {
    background-color: transparent;
    border: 2px solid #ddd;
    width: 14px;
    height: 14px;
}

.scenario_slick .slick-dots li.slick-active button {
    border: unset;
}

.scenario_slick .slick-arrow {
    display: flex;
}

.arrows_container {
    display: flex;
    justify-content: space-between;
    margin: 0 20px;
}

.arrows_container {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 80%;
    /* position: relative; */
    left: 10%;
    top: 48%;
}

.sliders__arrow-left:hover,
.sliders__arrow-right:hover,
.mobile_rewards_left:hover,
.mobile_rewards_right:hover {
    cursor: pointer;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 24px;
}

.slick-dots li {
    margin: 0 8px;
    width: 12px;
}

.slick-dots li img:nth-child(1) {
    display: block;
}

.slick-dots li img:nth-child(2) {
    display: none;
}

.slick-dots li.slick-active img:nth-child(1) {
    display: none;
}

.slick-dots li.slick-active img:nth-child(2) {
    display: block;
}

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

@media screen and (max-width: 479px) {
    .scenario_slick .slick-dots {
        margin-left: -65px;
    }
}

@media (max-width: 479px) {
    .arrows_container {
        justify-content: space-between;
        margin: 0 21px;
        top: 40%;
        /* position: absolute; */
        z-index: 1000;
        width: 90%;
        left: 0;
    }
}

.get {
    max-width: 1400px;
    margin: auto;
}


/* Eugene */

.v-divider {
    border-left: 1px solid lightgray;
}

.alignCenter {
    text-align: center;
}

.grandprize {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 100px;
}

.darkBlueBack {
    background: linear-gradient(90deg, #00538e 0%, #0067b1 50%, #00538e 100%);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

table {
    border-collapse: collapse;
    text-align: center;
    table-layout: fixed;
    /* margin: ; */
}

table th {
    /* background: linear-gradient(180deg, #0067b1 0%, #003459 100%); */
    color: #ffffff;
    /* border-right: 1px solid #ffffff; */
    /* border-left: 1px solid #ffffff; */
}

.trLightBlue td {
    background-color: rgb(91 194 231 / 10%);
}


/* max-width */


/* xs (portrait phones, less than 576px)*/

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


/* sm (landscape phones, less than 768px)*/

@media screen and (max-width: 767.98px) {
    .champImg {
        min-width: 201px;
        height: 201px;
        margin: auto;
    }

    .title {
        font-size: 16px;
        font-weight: bold;
        color: #404040;
        text-align: center;
        padding: 30px 0 60px 0;
        margin: auto;
    }

    .des {
        font-size: 28px !important;
        font-weight: normal;
        color: #FFFFFF;
        line-height: 40px;
        padding-bottom: 30px;
        text-align: center;
        margin: auto;
        max-width: 994px;
    }

    .des2 {
        font-size: 15px !important;
        font-weight: bold;
        color: #404040;
        line-height: 20px;
        padding-bottom: 30px;
        text-align: center;
        margin: auto;
    }

    /* Prize */
    .prizeImg1 {
        width: 100%;
        max-width: 284px;
        height: auto;
        margin: 5px;
    }

    .prizeImg2 {
        width: 100%;
        max-width: 284px;
        height: auto;
        margin: 5px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 15px;
    }

    .prizeImg3 {
        width: 100%;
        max-width: 284px;
        height: auto;
        margin: 5px;
    }
	
	.prizeImg4 {
        width: 100%;
        max-width: 749px;
        height: auto;
    }

    /* Kick Start */
    .blueBox {
        width: 100%;
        /* height: 513px; */
        background-color: #5bc2e7;
        margin: auto;
        padding: 0 15px 40px;
    }

    .kickTable {
        width: 100%;
        max-width: 511px;
        border-collapse: collapse;
        overflow: hidden;
        margin: 10px auto 10px auto;
        border: none;
        border-radius: 10px;
        table-layout: fixed;
    }

    .kickTable2 {
        width: 100%;
        max-width: 511px;
        border-collapse: collapse;
        overflow: hidden;
        margin: 10px auto 10px 0;
        border: none;
        table-layout: fixed;
    }

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

    .howDes {
        font-size: 16px !important;
        font-weight: bold;
        color: #0067b1;
        line-height: 18px;
        text-align: center;
        margin: 8px auto auto;
    }

    .oriSize {
        width: auto;
        height: 100%;
        max-height: 60px;
        margin-top: -10px;
    }

    .fomBtn {
        margin: 50px auto 40px;
    }

    

    .champDes {
        font-size: 18px !important;
        font-weight: bold;
        color: #818a91;
        line-height: 22px;
        text-align: center;
        margin: 8px auto;
    }

    .applyBtn {
        margin: 20px auto 40px;
    }

   

    .footerText {
        font-size: 10px;
        font-weight: normal;
        color: #818a91;
        line-height: 14px;
        margin: 30px auto 0px;
        width: 72%;
    }

    .footerText a {
        color: #0067b1;
    }

    .footerText img {
        float: left;
        max-height: 41px;
        width: auto;
        height: 100%;
        padding: 5px 0;
        margin: 0 10px;
    }
}


/* md (tablets, less than 992px)*/

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


/* lg (desktops, less than 1200px)*/

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


/* xl (large desktops, less than 1400px)*/

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


/* min-width */


/* xs (portrait phones, at least 576px)*/

@media screen and (min-width: 576px) {}


/* sm (landscape phones, at least 768px)*/

@media screen and (min-width: 768px) {
    .champImg {
        min-width: 275px;
        height: 275px;
        margin: auto;
        text-align: right;
    }

    .title {
        font-size: 15px !important;
        font-weight: 400px;
        color: #404040;
        line-height: 14px;
        text-align: center;
        padding: 60px 0 30px 0;
        margin: auto;
    }

    .des {
        font-size: 16px !important;
        font-weight: normal;
        color: #FFFFFF;
        line-height: 26px;
        padding-bottom: 30px;
        text-align: center;
        margin: auto;
        max-width: 800px;
    }

    .des2 {
        font-size: 20px !important;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 32px;
        padding-bottom: 60px;
        text-align: center;
        margin: auto;
    }

    .gift {
        margin-top: 20px;
        margin-bottom: 40px;
        text-align: center;
    }

    /* Prize */
    .prizeImg1 {
        width: 100%;
    }

    .prizeImg2 {
        width: 100%;

    }

    .prizeImg3 {
        width: 100%;
    }
	
	.prizeImg4 {
        width: 100%;
        height: auto;
    }
    /* Kick Start */
    .blueBox {
        width: 100%;
        height: 513px;
        background-color: #5bc2e7;
        /* border-radius: 10px; */
        margin: auto;
        padding: 0 15px 60px;
    }

    .kickTable {
        width: 100%;
        max-width: 511px;
        border-radius: 10px;
        border-collapse: collapse;
        overflow: hidden;
        margin: 10px auto 10px auto;
    }

    .kickTable2 {
        width: 100%;
        max-width: 511px;
        border-radius: 10px;
        border-collapse: collapse;
        overflow: hidden;
        margin: 10px auto 10px 0;
    }

    .smallBox {
        background-color: #ace0f3;
        width: 250px;
        height: 128px;
        border-radius: 10px;
        margin: 25px auto 0;
        cursor: pointer;
    }

    .howTitle {
        font-size: 28px !important;
        font-weight: bold;
        color: #0067b1;
        line-height: 33px;
        text-align: center;
        margin: 60px auto;
    }

    .howDes {
        font-size: 20px !important;
        font-weight: bold;
        color: #0067b1;
        line-height: 36px;
        text-align: center;
        margin: auto;
    }

   

    .fomBtn {
        margin: 50px auto 70px;
        height: 60px;
        width: auto;
    }

  

    .champDes {
        font-size: 24px !important;
        font-weight: bold;
        color: #818a91;
        line-height: 33px;
        text-align: center;
        margin: auto;
    }

    .applyBtn {
        margin: 20px auto 90px;
    }

    .footerText {
        font-size: 14px;
        font-weight: normal;
        color: #818a91;
        line-height: 20px;
        margin: 30px auto 50px;
        width: 85%;
    }

    .footerText a {
        color: #0067b1;
    }

    .footerText img {
        float: left;
        max-height: 45px;
        width: auto;
        height: 100%;
        padding: 0;
        margin: 0 20px 0 0;
    }

    .footerText p {
        margin: 0 0 10px 0;
    }
}

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


/* md (tablets, at least 992px)*/

@media screen and (min-width: 992px) {}


/* lg (desktops, at least 1200px)*/

@media screen and (min-width: 1200px) {}


/* xl (large desktops, at least 1400px)*/

@media screen and (min-width: 1400px) {}

sup {
    top: -0.75em;
    font-size: 60%;
}

.table_header {
    background: linear-gradient(180deg, #5BC2E7 0%, #48788E 100%);
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    border-radius: 0 20px 0 0;
    padding: 12px 18px;
    width: fit-content;
    line-height: 1.3;
}

.cashback_table,
.scenario_table {
    width: 100%;
}

.cashback_table th,
.scenario_table th {
    padding-left: 18px;
    vertical-align: bottom;
}

.cashback_table th:first-child {
    width: 50%
}

.scenario_table th:first-child {
    width: 60%
}

.cashback_table td,
.scenario_table td {
    font-size: 22px;
    color: #404040;
    background: #fff;
    padding: 36px 36px;
    border-right: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
}

.scenario_table td {
    border-left: 1px solid lightgrey;
    border-top: 1px solid lightgrey;
}

.scenario_table th:last-child .table_header,
.cashback_table th:nth-child(2) .table_header {
    background: linear-gradient(180deg, #0067B1 0%, #033050 100%);
}

.Prize img {
    max-width: 280px;
}

.cc_plus {
    padding: 18px 24px 0;
    color: #fff;
}

.Prize,
.Prize_desc_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Prize_desc {
    font-size: 22px;
    color: #fff;
}

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



.findout_button input {
    background: #0067b1;
    padding: 0 35px;
}

.findout_button:hover {
    opacity: 0.6;
}



.register_now {
    color: #fff;
    font-size: 18px;
    background: #ef3242;
    border-radius: 10px;
    padding: 12px 24px;
    width: fit-content;
    cursor: pointer;
}

.smallBox:hover,
.fomBtn:hover,
.watch_video:hover,
.register_now:hover {
    opacity: 0.6;
}


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

    .cashback_table td,
    .scenario_table td {
        font-size: 16px;
        padding: 24px 12px;
    }
}

.credit_cards {
    /* padding: 72px 9%; */
    padding: 72px 100px 0px 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 30px 15px 57px;
    margin: 12px 0 36px;
    background: linear-gradient(145deg, #0b72b8 0%, #49afdc 50%, #5bc2e7 100%);
}

.cc_body_text {
    font-size: 20px;
    color: #404040;
    text-align: left;
    line-height: 25px;
}

.cc_card {
    min-width: 307px;
}

.cc_card_container {
    display: flex;
    flex-direction: column;
	
}

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

.cc_card_desc {
    display: flex;
    justify-content: left;
    padding-bottom: 23px;
}

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

.cc_container_mobile {
    display: flex;
    flex-wrap: wrap;
    /* allows images to break into new lines */
    justify-content: center;
    max-width: 100%;
    overflow-x: hidden;
    padding: 0 35px;
}

.cc_container_mobile img {
    width: 50%;
    /* each takes half the width */
    height: auto;
    /* keeps aspect ratio */
    object-fit: cover;
    /* avoids distortion if container resizes */
    display: block;
}

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

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

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

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

.cc_body_container h2 {
    color: #707070;
}

.cc_body_container h3 {
    color: #404040;
}

.cc_body_container .footer {
    font-size: 16px;
}

/* .cc_body_container img {
	margin-right: 12px;
} */

.no_padding {
    padding: unset;
}

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

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

  

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

    .imgFrame {
        border-radius: 10px;
        max-width: 263px;
        height: auto;
        margin: 0;
    }

  

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

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

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

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

    .cc_body_container .focused {
        font-size: 15px;
        line-height: 19px;
    }

    .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 h2,
    .cc_body_container h3 {
        margin-left: -15px;
    }

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

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

    .cc_body {
        padding: 0 15px;
    }

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


    .cc_body_note {
        font-size: 12px;
    }

    .cc_header {
        margin-bottom: 18px;
        margin-right: 20px;
        padding: 15px 33px;
    }

    .cc_header_top {
        font-size: 20px;
    }

    .cc_header_bottom {
        font-size: 15px;
    }

    /* .cc_header {
    margin-left: -30px;
  } */
    .supporting_body_desc {
        font-size: 16px;
        line-height: unset;
    }

    .supporting_body_title {
        text-align: center;
    }

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

    .supporting_container {
        padding: 24px;
        margin: 20px 20px 50px;
    }

    .supporting_body {
        flex-direction: column;
    }

    .cc_body {
        flex-direction: column;
    }

    .intro_head {
        font-size: 20px;
        line-height: 24px;
        margin: 30px auto 25px;
        font-weight: 700;
        max-width: 270px;
    }

    .intro_head2 {
        font-size: 28px;
        line-height: 33px;
        margin: 20px auto 25px;
        font-weight: lighter;
        max-width: 297px;
    }

    .intro_des {
        margin: 0 auto 20px;
        font-size: 16px;
        line-height: 23px;
        max-width: 270px;
    }

    .section-1 {
        padding: 0px 20px;
        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 {
        margin-top: 50px;
    }

    .qr_container {
        text-align: center;
    }

    .qr_img {
        margin: 0 auto 20px auto;
    }

    .container_body table {
        width: 100%;
    }
}

@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 {
    margin-left: 25px;
    color: #404040;
    /* width: calc(100% - 30% - 307px); */
}

    .cc_body_container .cc_body_text {
        font-size: 16px;
        line-height: 20px;
    }

    .cc_body_container .flex .cc_btn {
        min-width: 150px;
    }
	.cc_body_img {
    margin: 0 12px auto 0;
    /* width: 40px; */
    min-width: 30px;
}
}

@media screen and (max-width: 400px) {
	.cc_body_container {
    margin-left: 30px;
    color: #404040;
}
    .cc_body_container .flex .cc_btn {
        min-width: 140px;
    }
	 .cc_body_container .cc_body_text {
        font-size: 12px;
        line-height: 15px;
    }
	.cc_body_img {
    margin: 0 12px auto 0;
    /* width: 40px; */
    min-width: 25px;
}
	.cc_body_text {
    font-size: 12px;
}
	.cc_body_container .focused {
    font-size: 12px;
}
	.cc_card_desc {
    display: flex;
    justify-content: left;
    padding-bottom: 18px;
}
	.prizeImg4 {
        width: 100%;
        height: auto;
    }
}