@import 'https://fonts.googleapis.com/css?family=Lato:300,400,600,700';
@font-face {
	font-family: hightide;
	font-style: normal;
	font-weight: 300;
	src: url(/-/media/Microsites/Chargev/fonts/RHB-Font-otf.otf) format('otf'),
		url(/-/media/Microsites/Chargev/fonts/RHB-Font-woff.woff) format('woff'),
		url(/-/media/Microsites/Chargev/fonts/HighTide.ttf) format('truetype');
}

body {
	font-size: 16px;
	line-height: 1.6;
	font-family: rhb-font-normal, lato, open sans, sans-serif;
	color: #404040;
	background: #fff;
	max-width: 1440px;
	margin: auto;
}
@media screen and (max-width: 991px) {
	body {
		font-size: 16px;
		line-height: 1.6;
	}
}
@media screen and (max-width: 768px) {
	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;
}
a:hover,
a:active,
a:focus {
	color: #000;
}
table {
	table-layout:fixed;
}
sup {
	font-size: 65%;
}
.site--container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	overflow-x: hidden;
}

.text--300 {
	font-family: rhb-font-light, arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.text--400 {
	font-family: rhb-font-normal, arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.text--500 {
	font-family: rhb-font-medium, arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.text--700 {
	font-family: rhb-font-bold, arial, Helvetica, sans-serif;
	font-weight: bold;
}

.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;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-15 {
	width: 20%;
	float: left;
}
@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}
}
.row--table-min-lg {
	margin-right: 0;
	margin-left: 0;
}
@media (min-width: 1200px) {
	.row--table-min-lg {
		display: table;
		width: 100%;
		table-layout: fixed;
		margin: 0 auto;
	}
}
.row--table-min-lg > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
@media (min-width: 1200px) {
	.row--table-min-lg > [class*='col-'] {
		display: table-cell;
		float: none;
		vertical-align: middle;
	}
}
.row--table-min-md {
	margin-right: 0;
	margin-left: 0;
}
@media (min-width: 992px) {
	.row--table-min-md {
		display: table;
		width: 100%;
		table-layout: fixed;
		margin: 0 auto;
	}
}
.row--table-min-md > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
@media (min-width: 992px) {
	.row--table-min-md > [class*='col-'] {
		display: table-cell;
		float: none;
		vertical-align: middle;
	}
}
.row--table-min-sm {
	margin-right: 0;
	margin-left: 0;
}
@media (min-width: 768px) {
	.row--table-min-sm {
		display: table;
		width: 100%;
		table-layout: fixed;
		margin: 0 auto;
	}
}
.row--table-min-sm > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
@media (min-width: 768px) {
	.row--table-min-sm > [class*='col-'] {
		display: table-cell;
		float: none;
		vertical-align: middle;
	}
}
.row--table-min-xs {
	margin-right: 0;
	margin-left: 0;
}
@media (min-width: 480px) {
	.row--table-min-xs {
		display: table;
		width: 100%;
		table-layout: fixed;
		margin: 0 auto;
	}
}
.row--table-min-xs > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
@media (min-width: 480px) {
	.row--table-min-xs > [class*='col-'] {
		display: table-cell;
		float: none;
		vertical-align: middle;
	}
}
.row--table-min-xsm {
	margin-right: 0;
	margin-left: 0;
}
.row--table-min-xsm > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.row--table-min-xss {
	margin-right: 0;
	margin-left: 0;
}
.row--table-min-xss > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.row--table-min-xsss {
	margin-right: 0;
	margin-left: 0;
}
.row--table-min-xsss > [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;
}

.align-center {
	text-align: center;
	margin: 0px auto;
}
img {
	max-width: 100%;
	height: auto;
}
ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
p {
	margin: 0;
}

@media (max-width: 479px) {
	.hide--xs {
		display: none;
	}
}
@media (max-width: 768px) {
	.hide--sm {
		display: none;
	}
}
@media (max-width: 991px) {
	.hide--md {
		display: none;
	}
}
@media (max-width: 1199px) {
	.hide--lg {
		display: none;
	}
}
.show--md {
	display: none;
}
@media (max-width: 991px) {
	.show--md {
		display: block;
	}
}
.show--sm {
	display: none;
}
@media (max-width: 768px) {
	.show--sm {
		display: block;
	}
}
.show--xs {
	display: none;
}
@media (max-width: 479px) {
	.show--xs {
		display: block;
	}
}

.navbar-brand {
}
.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}
.navbar-brand > img {
	display: block;
}
.navbar.navbar--nav.navigation {
	transition: all 0.2s ease;
	border: 0;
	border-radius: 0;
	margin: 0;
	position: absolute;
	top: 70px;
	z-index: 9;
}

@media (max-width: 1024px) {
	.navbar.navbar--nav.navigation {
		top: 30px;
	}
}

@media (max-width: 768px) {
	.navbar.navbar--nav.navigation {
		height: 60px;
	}
	sup {
		font-size: 65%;
	}
}

@media (max-width: 768px) {
	.navbar.navbar--nav.navigation .navbar-brand {
		margin-left: 0;
		height: 60px;
		background-size: 55%;
	}
}

@media (max-width: 620px) {
	.navbar.navbar--nav.navigation .navbar-brand {
		margin-left: 0;
	}
}
.navbar.navbar--nav.navigation .navbar-right {
	margin-right: 20px;
}
@media (max-width: 768px) {
	.navbar.navbar--nav.navigation .navbar-right {
		margin-right: 0;
	}
}
.navbar.navbar--nav.navigation .premier--brand-container {
	padding-top: 15px;
	padding-right: 15px;
	float: right;
}
.navbar.navbar--nav.navigation .premier--logo {
	max-width: 150px;
	margin-top: 6px;
	margin-left: 20px;
}
@media (max-width: 768px) {
	.navbar.navbar--nav.navigation .premier--logo {
		margin: 6px auto 0;
	}
}
.navbar.navbar--nav.navigation .premier_brand {
	color: #c6d5dc;
	font-size: 20px;
	text-align: right;
	font-family: rhb-font-normal, arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
}
@media (max-width: 768px) {
	.navbar.navbar--nav.navigation .navbar-nav {
		margin: 0;
	}
}
.navbar.navbar--nav.navigation .navbar-toggle {
	background: #fff;
	margin-top: 12px;
	background: #fff;
}
.navbar.navbar--nav.navigation .navbar-toggle .icon-bar {
	background: #0067b1;
}
.navbar.navbar--nav.navigation li {
	display: inline-block;
	height: 70px;
	text-transform: uppercase;
	font-family: rhb-font-normal, arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 112.5%;
}
@media (max-width: 768px) {
	.navbar.navbar--nav.navigation li {
		display: block;
		height: 44px;
		border-bottom: 1px solid #ddd;
		font-size: 100%;
	}
}
@media (max-width: 768px) {
	.navbar.navbar--nav.navigation li:last-child {
		border-bottom: 0;
	}
}
.navbar.navbar--nav.navigation li a {
	display: inline-block;
	height: 70px;
	line-height: 70px;
	padding: 0 30px;
	color: #0067b1;
}
@media (max-width: 768px) {
	.navbar.navbar--nav.navigation li a {
		display: block;
		height: 44px;
		line-height: 44px;
		padding: 0 15px;
	}
}
.navbar.navbar--nav.navigation li.active a,
.navbar.navbar--nav.navigation li a:hover,
.navbar.navbar--nav.navigation li a:active,
.navbar.navbar--nav.navigation li a:focus {
	background: 0 0;
	color: #db0011;
}
@media (max-width: 768px) {
	#navbar {
		border-top: 1px solid #0067b1;
		background: #fff;
	}
}

a.floating__btn {
	/* position: fixed; */
	z-index: 99;
	/* margin-left: 1250px; */
	bottom: 4%;
}
a.floating__btn .floating__btn-text {
	text-align: center;
	line-height: 100%;
}
@media screen and (max-width: 1024px) {
	/* a.floating__btn {
		position: fixed;
		z-index: 99;
		right: 4%;
		bottom: 4%;
		margin-left: inherit;
	} */
}
@media screen and (max-width: 991px) {
	a.floating__btn .floating__btn-text {
		font-size: 25px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	a.floating__btn .floating__btn-text {
		font-size: 22px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	a.floating__btn img {
		max-width: 70%;
	}
}

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

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

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

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

.show--xs {
	display: none;
}
.banner .banner__img img {
	width: 100%;
}
.banner .banner__title {
	position: absolute;
	top: 6.18%;
	left: 68.38px;
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
}
@media screen and (max-width: 991px) {
	.banner .banner__title {
		font-size: 22px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.banner .banner__title {
		font-size: 18px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.banner .banner__title {
		font-size: 18px;
		line-height: 1.3;
	}
}
@media (max-width: 620px) {
	.banner .banner__title {
		left: 30.38px;
	}
}
.banner .banner__heading {
	position: absolute;
	width: 100%;
	font-weight: 300;
	color: #fff;
	top: 20%;
	left: 0;
	padding-left: 68.38px;
	font-size: 60px;
	line-height: 1.2;
}
@media screen and (max-width: 1199px) {
	.banner .banner__heading {
		font-size: 50px;
		line-height: 1.2;
	}
}
@media screen and (max-width: 991px) {
	.banner .banner__heading {
		font-size: 40px;
		line-height: 1.2;
	}
}
@media screen and (max-width: 768px) {
	.banner .banner__heading {
		font-size: 40px;
		line-height: 1.2;
	}
}
@media screen and (max-width: 479px) {
	.banner .banner__heading {
		font-size: 35px;
		line-height: 1.2;
	}
}
@media screen and (max-width: 320px) {
	.banner .banner__heading {
		font-size: 30px;
		line-height: 1.2;
	}
}
@media (max-width: 768px) {
	.banner .banner__heading {
		top: 10%;
		line-height: 1;
	}
}
@media (max-width: 620px) {
	.banner .banner__heading {
		padding-left: 30.38px;
	}
}
.banner .banner__heading .hightide {
	font-family: hightide, sans-serif;
	font-size: 92px;
	line-height: 0.7;
}
@media screen and (max-width: 1199px) {
	.banner .banner__heading .hightide {
		font-size: 86px;
		line-height: 0.7;
	}
}
@media screen and (max-width: 991px) {
	.banner .banner__heading .hightide {
		font-size: 68px;
		line-height: 0.7;
	}
}
@media screen and (max-width: 768px) {
	.banner .banner__heading .hightide {
		font-size: 68px;
		line-height: 0.7;
	}
}
@media screen and (max-width: 479px) {
	.banner .banner__heading .hightide {
		font-size: 58px;
		line-height: 0.7;
	}
}
@media screen and (max-width: 320px) {
	.banner .banner__heading .hightide {
		font-size: 50px;
		line-height: 0.7;
	}
}
.banner .banner__heading .small-heading {
	font-size: 35px;
	line-height: 1.3;
	line-height: 1 !important;
}
@media screen and (max-width: 991px) {
	.banner .banner__heading .small-heading {
		font-size: 30px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.banner .banner__heading .small-heading {
		font-size: 28px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.banner .banner__heading .small-heading {
		font-size: 24px;
		line-height: 1.3;
	}
}
.banner .banner__heading sup {
	font-size: 12px;
	top: -2em;
}
@media (max-width: 991px) {
	.banner .banner__heading sup {
		font-size: 16px;
		top: -1.5em;
	}
}

.intro {
	padding: 30px 15px 50px;
	align-items: center;
}
@media (max-width: 991px) {
	.intro {
		min-height: auto;
	}
}
@media (max-width: 620px) {
	.intro {
		padding: 30px 18.38px;
	}
}

.blue_text {
	color: #0067b1;
}

.intro .intro__heading {
	margin: 50px auto;
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	font-weight: bold;
}
.rewards_heading {
	width: 100%;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.intro .intro_body, .sec2 .intro_body {
	margin: 30px auto 60px;
	font-size: 24px;
	line-height: 1.3;
	text-align: center;
	color: #404040;
}
.intro .intro_body2 {
	margin: 30px auto;
	font-weight: 700;
	font-size: 32px;
	line-height: 37px;
	text-align: center;
	color: #404040;
}
.card {
	display: block;
	width: 100%;
	max-width: 526px;
	height: auto;
	margin: 0 auto 80px;
}
.subTitle {
	margin: 30px auto 50px;
	font-weight: 700;
	font-size: 32px;
	line-height: 37px;
	text-align: center;
	color: #0067B1;
}

.blueTitle {
	font-size: 32px;
	text-align: center;
	color: #0067B1;
	font-weight: bold;
	background: #fff; 
	padding: 0 15px;
}

h2.background {
    position: relative;
    z-index: 1;
    width: 47%;
    margin: auto;
}
h2.background:before {
	border-top: 1px solid #0067B1;
	content:"";
	margin: 0 auto; /* this centers the line to the full width specified */
	position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
	top: 50%; left: 0; right: 0; bottom: 0;
	width: 95%;
	z-index: -1;
}

.bluePer {
	font-size: 64px;
	line-height: 77px;
	text-align: center;
	color: #0067B1;
	font-weight: bold;
}
.blueDes {
	font-size: 25px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	color: #404040;
	padding-top: 10px;
}

@media (max-width: 1024px) {

	.blueTitle {
		font-size: 22px;
		line-height: 12px;
		text-align: center;
		color: #0057A3;
	}
	.bluePer {
		font-size: 46px;
		line-height: 55px;
		text-align: center;
		color: #0057A3;
	}
	.blueDes {
		font-size: 15px;
		line-height: 17px;
		text-align: center;
	}
}

@media screen and (max-width: 479px) {
	
	.blueTitle {
		font-size: 17px;
		line-height: 30px;
		text-align: center;
		color: #0057A3;
		padding: 0 10px;
	}
	.bluePer {
		font-size: 36px;
		line-height: 46px;
		text-align: center;
		color: #0057A3;
	}
	.blueDes {
		font-size: 14px;
		line-height: 19px;
		text-align: center;
	}
	h2.background {
		width: 70%;
	}
	h2.background:before {
		top: 60%;
	}
}

.package {
	display: block;
	width: 100%;
	max-width: 406px;
	height: auto;
	margin: 30px auto 40px;
}
.packageDes {
	width: 100%;
	max-width: 625px;
	margin: 50px auto 40px;
	font-weight: 400;
	font-size: 30px;
	line-height: 38px;
	text-align: left;
	color: #0067B1;
}

sub {
	/* Move the superscripted text up */
	font-size: 30px;
	top: 2px;
}

.intro__image {
	/* transform: scale(0.8); */
	max-width: 430px;
	margin: auto;
}

@media (max-width: 1024px) {
	.intro .intro__heading {
		width: 80%;
		margin: 0px auto;
	}
	.intro .intro_body , .sec2 .intro_body {
		/* width: 90%; */
		font-size: 23px;
	}
	
	sub {
		/* Move the superscripted text up */
		font-size: 20px;
		top: 2px;
	}
}
@media screen and (max-width: 768px) {
	.intro .intro__heading,
	.rewards_heading {
		font-size: 26px;
		line-height: 1.3;
	}

	.subTitle {
		margin: 30px auto 60px;
		font-size: 22px;
		line-height: 1.3;
	}
	.package {
		max-width: 300px;
		margin: 30px auto 40px;
	}
	.packageDes {
		max-width: 360px;
		margin: 30px auto;
		font-size: 15px;
		line-height: 1.2;
	}
}
@media screen and (max-width: 479px) {
	.intro .intro__heading {
		width: 100%;
		font-size: 20px;
		line-height: 25px;
		margin: 0px auto;
	}
	.intro .intro_body , .sec2 .intro_body {
		font-size: 16px;
	}
	.intro__image {
		/* transform: scale(0.8); */
	}

	.card {
		max-width: 218px;
		height: auto;
		margin: 0 auto 50px;
	}
	.subTitle {
		margin: 0 auto;
		font-size: 18px;
		line-height: 23px;
	}
	.package {
		max-width: 234px;
		margin: 0 auto;
	}
	.packageDes {
		max-width: 300px;
		margin: 20px auto 0;
		font-size: 14px;
		line-height: 17px;
	}

	sub {
		/* Move the superscripted text up */
		font-size: 20px;
		top: 2px;
	}
}

.financing {
	margin: 15px auto;
}

.financing:hover {
	-webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

.financing .financing-img-top {
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.financing-box {
	background-color: #fff;
	border: 2px #0067b1 solid;
	border-radius: 20px;
	-webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	margin: 15px auto;
	padding: 10px 10px;

	text-align: center;
}
.financing-box:hover {
	-webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

.financing-body {
	padding: 18px 22px 20px;
}

@media (min-width: 768px) {
	.financing-body {
		padding: 15px 19px 18px;
	}
}

.financing-title {
	font-size: 18.7px;
	line-height: 23.1px;
	color: #0067b1;
	font-weight: 600;
	padding-bottom: 20px;
}

.financing-text {
	font-size: 18.7px;
	line-height: 23.1px;
	color: #0067b1;
	font-weight: 400;
	padding-bottom: 20px;
}

.financing-p {
	font-size: 18.7px;
	line-height: 23.1px;
	color: #000000;
	font-weight: 400;
	padding-bottom: 5px;
}

@media (min-width: 414px) {
	.financing-title {
		font-size: 20.9px;
		line-height: 25.3px;
	}
}

@media (min-width: 768px) {
	.financing-title {
		font-size: 25.2px;
		line-height: 31.5px;
	}
}

.sec2 {
	padding: 55px 20px 30px;
}
.sec2 h1 {
	margin: 20px auto 10px;
	font-size: 32px;
	line-height: 39px;
	text-align: center;
	font-weight: bold;
	color: #0067b1;
}
.sec2 .secTitle {
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	text-align: center;
	color: #0067B1;
	margin: 0 auto;
}
.sec2 .secDes {
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
	color: #404040;
	padding: 10px 20px;
}
.sec2 .howImg {
	width: 83%;
	height: auto;
	margin: 0 auto 20px;
	display: block;
}
.sec2 .howTable {
	width: 75%;
	margin: auto;
}

@media screen and (max-width: 479px) {
	.sec2 {
		padding: 40px 20px 30px;
	}
	.sec2 h1 {
		margin: 20px auto 10px;
		font-size: 18px;
		line-height: 22px;
	}
	.sec2 .secTitle {
		font-size: 18px;
		line-height: 22px;
		font-weight: 700;
		margin: 0 auto;
	}
	.sec2 .secDes {
		font-size: 16px;
		line-height: 21px;
		font-weight: 400;
		padding: 10px;
	}
	.sec2 .howImg {
		width: auto;
		height: 119px;
		margin: 0 auto 20px;
		display: block;
	}
	.sec2 .howTable {
		width: 90%;
		margin: auto;
	}
}

.pillars {
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	text-align: center;
	color: #404040;
	margin: 15px auto;
}

@media screen and (max-width: 479px) {
	.pillars {
		font-size: 16px;
		line-height: 21px;
		margin: 20px auto 0;
	}
}
.sec2 .greenTable {
	margin: auto;
}
.sec2 .icon {
	width: 221px;
	height: auto;
	margin: auto;
	display: block;
}

@media screen and (max-width: 479px) {
	.sec2 .icon {
		width: 162px;
	}
}

.sec-plan {
	padding: 130px 0;
	background-color: #ffffff;
}
.sec-plan h1 {
	margin: 50px auto;
	font-size: 38px;
	font-weight: bold;
	margin: 0px auto;
	line-height: 1.4;
	text-align: center;
}

.sec-plan h3 {
	margin: 50px auto;
	font-size: 34px;
	font-weight: bold;
	margin: 0px auto;
	line-height: 1.4;
	text-align: center;
}
.sec-plan h2 {
	margin: 10px auto 10px;
	font-size: 26px;
	font-weight: bold;
	color: #0067b1;
	line-height: normal;
	text-align: center;
}
.sec-plan p {
	margin: 5px auto;
	font-size: 24px;
	line-height: 1.3;
	text-align: center;
	color: #404040;
}
.sec-plan img {
	width: 70%;
	max-width: 259px;
}

.sec-apply {
	padding: 50px 20px;
	background-color: #fff;
}
.sec-apply h1 {
	font-size: 28px;
	font-weight: bold;
	margin: 0px auto;
	line-height: normal;
	text-align: center;
}
.sec-apply p {
	margin: 20px auto;
	font-size: 20px;
	text-align: center;
	margin: 15px auto;
	line-height: normal;
}

.sec-app {
	padding: 60px 20px 0px 20px;
	background-color: #5bc2e7;
}
.sec-app h1 {
	font-size: 32px;
	font-weight: bold;
	margin: 0px auto;
	line-height: normal;
	text-align: center;
	color: #fff;
}
.sec-app h1:before,
.sec-app h1:after {
	background-color: #fff;
	content: '';
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 20%;
}
.sec-app h1:before {
	right: 0.5em;
	margin-left: -50%;
}
.sec-app h1:after {
	left: 0.5em;
	margin-right: -50%;
}
.sec-app h2 {
	font-size: 26px;
	font-weight: bold;
	margin: 25px auto 0px auto;
	line-height: normal;
	color: #fff;
}
.sec-app table {
	margin: 40px 0px;
}
.sec-app td {
	color: #fff;
	padding: 5px;
	font-size: 20px;
	min-width: 80px;
}

.third-plan {
	padding: 50px 0;
	background-color: #f0fafc;
}

.third-plan h2 {
	margin: 10px auto 10px;
	font-size: 26px;
	font-weight: bold;
	color: #0067b1;
	line-height: normal;
	text-align: center;
}
.third-plan p {
	margin: 5px auto;
	font-size: 24px;
	line-height: 1.3;
	text-align: center;
	color: #404040;
}
.third-plan img {
	width: 70%;
	max-width: 259px;
}

.four-sliders .four-sliders__title {
	font-size: 28px;
	font-weight: bold;
	margin: 0px auto;
	line-height: normal;
	text-align: center;
	padding: 0 15px;
}
@media screen and (max-width: 991px) {
	.four-sliders .four-sliders__title {
		font-size: 32px;
		line-height: 1.2;
	}
}
@media screen and (max-width: 768px) {
	.four-sliders .four-sliders__title {
		font-size: 28px;
		line-height: 1.2;
	}
}
@media screen and (max-width: 479px) {
	.four-sliders .four-sliders__title {
		font-size: 24px;
		line-height: 1.2;
	}
}

.row-width {
	margin: 20px auto;
	max-width: 1000px;
}

.camp-date {
	font-size: 22px;
	color: #0067b1;
	text-align: center;
}
.note {
	font-size: 25px;
	line-height: 30px;
	color: #404040;
	text-align: center;
	margin-top: 20px;
}
.div-line {
	margin: 50px auto;
	text-align: center;
}
.div-line img {
	width: 80%;
	height: 1px;
}

@media screen and (max-width: 768px) {
	.our-rates {
		margin: 40px auto;
		width: 80%;
	}
	.sec-app h1:before,
	.sec-app h1:after {
		width: 10%;
	}
}
@media screen and (max-width: 479px) {
	.sec-prize,
	.sec-whattodo {
		padding: 20px;
	}
	.sec-prize h1,
	.sec-whattodo h1 {
		margin: 10px auto;
		font-size: 24px;
	}
	.sec-prize p {
		font-size: 22px;
	}
	.font26 {
		font-size: 22px !important;
	}
	.sec-app h1:before,
	.sec-app h1:after {
		display: none;
	}
	.our-rates {
		width: 100%;
	}
	.camp-date {
		font-size: 18px;
	}
	.div-line {
		margin-bottom: 0px;
	}
	.div-line img {
		width: 100%;
	}
	.note {
		font-size: 11px;
		color: #404040;
		text-align: center;
		margin-top: 20px;
	}
}

.rewards {
	margin: 0px 0px 0px 0px;
}
.rewards h1 {
	padding: 0px 10px;
}
.rewards img {
	width: 100%;
}

.form {
	text-align: center;
	background-color: #d7f0f8;
	padding: 60px 0;
}
@media (max-width: 991px) {
	.form {
		padding: 50px 0;
	}
}
@media (max-width: 768px) {
	.form {
		padding: 40px 0;
	}
}
@media (max-width: 479px) {
	.form {
		padding: 30px 0;
	}
}
.form--heading {
	color: #0067b1;
	font-size: 40px;
	line-height: 1.2;
}
@media screen and (max-width: 991px) {
	.form--heading {
		font-size: 38px;
		line-height: 1.2;
	}
}
@media screen and (max-width: 768px) {
	.form--heading {
		font-size: 30px;
		line-height: 1.2;
	}
}
@media screen and (max-width: 479px) {
	.form--heading {
		font-size: 24px;
		line-height: 1.2;
	}
}
.form--subheading {
	padding-top: 10px;
	font-size: 16px;
	font-weight: 400px;
}
.form--form {
	text-align: left;
	padding-top: 30px;
}
@media (max-width: 991px) {
	.form--form {
		padding-top: 15px;
	}
}
@media (max-width: 768px) {
	.form--form {
		padding-top: 5px;
	}
}
.form--control {
	padding-top: 30px;
}
@media (max-width: 768px) {
	.form--control {
		padding-top: 25px;
	}
}
.form--label {
	color: #373a3c;
	padding: 0 0 5px 10px;
}
.form--input,
.form--select,
.form--textarea {
	border-radius: 6px;
	display: block;
	width: 100%;
	border: none;
}
.form--input::-webkit-input-placeholder,
.form--select::-webkit-input-placeholder,
.form--textarea::-webkit-input-placeholder {
	color: #bbc6c8;
}
.form--input::-moz-placeholder,
.form--select::-moz-placeholder,
.form--textarea::-moz-placeholder {
	color: #bbc6c8;
}
.form--input:-ms-input-placeholder,
.form--select:-ms-input-placeholder,
.form--textarea:-ms-input-placeholder {
	color: #bbc6c8;
}
.form--input:-moz-placeholder,
.form--select:-moz-placeholder,
.form--textarea:-moz-placeholder {
	color: #bbc6c8;
}
@media (max-width: 768px) {
	.form--input,
	.form--select,
	.form--textarea {
		background: #fff;
		border-radius: 4px;
	}
}
.form--input .small-text,
.form--select .small-text,
.form--textarea .small-text {
	font-size: 12px;
}
.form--input {
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
}
.form--error {
	color: #c0392b;
	font-size: 75%;
	padding-top: 10px;
	font-weight: 400;
}
.form--customer-label {
	text-align: center;
	padding-top: 10px;
}
@media (max-width: 768px) {
	.form--customer-label {
		padding-top: 0;
	}
}
.form--customer-label span {
	margin-right: 40px;
}
@media (max-width: 768px) {
	.form--customer-label span {
		display: block;
		margin: 0 0 10px;
	}
}
.form--customer-label label {
	font-weight: 400;
}
.form--customer-label label + label {
	margin-left: 20px;
}
.form--customer-label input {
	margin-right: 10px;
}

.form--tnc-container {
	margin: 0;
}
.form--tnc-input {
	vertical-align: top;
	float: left;
	width: 20px;
	line-height: 1.4;
}
@media (max-width: 768px) {
	.form--tnc-input {
		width: 15px;
	}
}
.form--tnc-label {
	padding-left: 10px;
	float: right;
	width: calc(100% - 20px);
}
.form--tnc-label p + p {
	padding-top: 20px;
}
@media (max-width: 768px) {
	.form--tnc-label {
		width: calc(100% - 15px);
	}
}
.form--tnc-label-text {
	font-size: 75%;
	font-weight: 400;
}
@media (max-width: 768px) {
	.form--tnc-label-text {
		font-size: 81.25%;
	}
}
@media (max-width: 479px) {
	.form--tnc-label-text {
		font-size: 75%;
	}
}
.form--submit {
	padding-top: 40px;
	text-align: center;
}
@media (max-width: 768px) {
	.form--submit {
		padding-top: 30px;
	}
}
@media (max-width: 479px) {
	.form--submit {
		padding-top: 20px;
	}
}
.form--submit-btn {
	padding: 0px 30px;
	background: #ef3e42;
	color: #fff;
	margin: 20px auto 0;
	border: none;
	border-radius: 10px;
	font-weight: 700;
	font-size: 18px;
	height: 60px;
}
@media screen and (max-width: 991px) {
	.form--submit-btn {
		font-size: 18px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 768px) {
	.form--submit-btn {
		font-size: 18px;
		line-height: 1.3;
	}
}
@media screen and (max-width: 479px) {
	.form--submit-btn {
		font-size: 16px;
		line-height: 1.3;
	}
}
@media (max-width: 768px) {
	.form--submit-btn {
		padding: 15px;
		width: 100%;
	}
}
.form--submit-btn:hover {
	background: #005896;
}
.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: #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 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: #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 0 106.76px;
	color: #818a91;
	text-align: justify;
}
/* @media (max-width: 991px) {
	.footer__btm {
		margin: 22.64px 68.38px 0;
	}
} */
@media (max-width: 768px) {
	.footer__btm {
		margin: 20.58px 30.38px 0 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;
}
@media (max-width: 479px) {
	.hide--xs {
		display: none;
	}
}
@media (max-width: 768px) {
	.hide--sm {
		display: none;
	}
}
@media (max-width: 991px) {
	.hide--md {
		display: none;
	}
}
@media (max-width: 1199px) {
	.hide--lg {
		display: none;
	}
}

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

select {
	appearance: none;
}

.floating-btn__container {
	width: 100%;
	z-index: 9999;
	position: fixed;
	max-width: 1440px;
	margin-top: -90px;
}

.stay_bottom {
	bottom: 5%;
}

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

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

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

a.floating__btn img {
	margin-right: 30px;
}

.laptop_wrapper {
	padding-top: 0 !important;
}

.laptop_wrapper img {
	transform: scale(0.7);
}

.slick-arrow {
	transform: scale(0.6);
}

@media (max-width: 479px) {
	a.floating__btn img {
		transform: scale(0.5);
		margin-right: -50px;
	}

	.our-rates th {
		font-size: 18px;
	}

	.our-rates td {
		font-size: 16px;
		padding: 8px 6px;
	}
	.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;
	}
}


.modal {
	max-width: 1440px;
	margin: auto;
}

.modal-content {
	margin: auto;
}

.modal-header {
	border-bottom: unset;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: auto;
		padding: 16px 32px;
		margin: auto;
	}

	/* .modal-dialog img {
		transform: scale(1.2);
	} */
}

.modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (0.5rem * 2));
}

@media (min-width: 576px) {
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}
}

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

.third-benefits {
	padding: 20px 20px;
	background-color: #f0fafc;
}
