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

@font-face {
    font-family: "hightide";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/HighTide.otf") format("otf"), url("../fonts/HighTide.woff") format("woff"), url("../fonts/HighTide.ttf") format("truetype")
}

.text--300 {
    font-family: 'rhb-font-light', arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal
}

.text--400 {
    font-family: 'rhb-font-normal', arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal
}

.text--500 {
    font-family: 'rhb-font-medium', arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal
}

.text--700 {
    font-family: 'rhb-font-bold', arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal
}

.text--color-primary-blue {
    color: #0067B1
}

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

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

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

p {
    margin: 0 0 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
    }
}

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: 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
}

sup {
    font-size: 11px;
    top: -1em
}

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

.navbar.navbar--nav.navigation {
    width: 100%;
    max-width: 1440px;
    height: 70px;
    background: #5BC2E7;
    transition: all 0.2s ease;
    border: 0;
    border-radius: 0;
    margin: 0
}

.navbar.navbar--nav.navigation.premier {
    background: #002F65;
    color: #C6D5DC
}

@media (max-width: 768px) {
    .navbar.navbar--nav.navigation {
        height: 60px
    }
}

.navbar.navbar--nav.navigation .navbar-brand {
    width: 160px;
    height: 70px;
    background: transparent url("../images/nav--logo-min.png") no-repeat center center;
    text-indent: -9999px;
    margin-left: 28px
}

@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: normal;
    font-style: normal
}

@media (max-width: 768px) {
    .navbar.navbar--nav.navigation .navbar-nav {
        margin: 0 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: normal;
    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: transparent;
    color: #db0011
}

@media (max-width: 768px) {
    #navbar {
        border-top: 1px solid #0067B1;
        background: white
    }
}

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

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

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

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

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

a.floating__btn {
    /* position: fixed; */
    z-index: 99;
    /* right: 4%;
    bottom: 4%; */
}

a.floating__btn .floating__btn-text {
    color: #ffffff;
    border-radius: 37px;
    padding: 1.5% 6%;
    background: #0067B1;
    font-size: 25px;
    line-height: 1.3;
    text-align: center;
    line-height: 100%
}

@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 .floating__btn-text {
        font-size: 20px;
        line-height: 1.3
    }
}

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

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

.banner .banner__img img {
    width: 100%
}

.banner .banner__title {
    position: absolute;
    top: 6.18%;
    left: 68.38px;
    color: #ffffff;
    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: #ffffff;
    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: 18px;
    top: -2em
}

@media (max-width: 991px) {
    .banner .banner__heading sup {
        font-size: 16px;
        top: -1.5em
    }
}

/* .content {
    background-image: linear-gradient(#000,#30486a);
} */

.intro {
	padding: 0 3% 45px;
	background:linear-gradient(#e7c6a5, #D8E0EA);
	
}

.intro2 {
	padding: 0 3% 85px;
	background:linear-gradient(#D8E0EA, #F3F5F8, #FFFFFF 60%);
}

@media (max-width: 991px) {
	.intro {
		min-height: auto;
	}
}

@media (max-width: 768px) {
	.intro {
		padding: 30px 30.38px 0px;
	}
	.intro2 {
		padding: 25px 5% 30px;
		background:linear-gradient(#D8E0EA, #F3F5F8, #FFFFFF 60%);
	}
}

.intro .intro__heading {
	/* width: 80%; */
	margin: 0 auto 50px;
	font-size: 62px;
	line-height: 60px;
	text-align: center;
	color: #002353;
	font-weight: 700;
}

.intro .intro__des {
	margin: 0 auto 50px;
	font-size: 24px;
	line-height: 35px;
	text-align: center;
	color: #404040;
	font-weight: 400;
	max-width: 940px;
}

.intro .intro__des2 {
	margin: 0 auto;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	color: #404040;
	font-weight: 700;
}

.intro .intro__subheading {
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	margin: 0 auto 35px;
	color: #002353;
	font-weight: 700;
	max-width: 830px;
}

.intro2 .intro__subheading2 {
	font-size: 34px;
	line-height: 41px;
	text-align: center;
	margin: 0 auto 35px;
	color: #002353;
	font-weight: 700;
}

.tier {
	font-size: 19px;
	line-height: 24px;
	text-align: center;
	margin: 0 auto 5px;
	color: #002353;
	font-weight: 700;
}

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

.promo {
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	margin: 0 auto 5px;
	color: #002353;
	font-weight: 700;
	height: 78px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.winner {
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	margin: 0 auto;
	color: #002353;
	font-weight: 400;
	vertical-align: bottom;
}

.title {
	font-size: 19px;
	line-height: 30px;
	text-align: left;
	margin: 0;
	color: #002353;
	font-weight: 400;
}

.title b {
	font-size: 24px;
}

.amount {
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
	color: #404040;
	font-weight: 400;
}

.rewardTable {
	width: 100%;
	max-width: 1250px;
	margin: 0 auto 10px;
	table-layout: fixed;
	border-collapse: collapse;
}

.rewardTable tr:nth-child(1) td {
	padding: 15px 5px;
	border-right: 0;
}

.rewardTable .reward {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 220px;
}

.rewardTable .reward .item-container {
    display: flex;
    flex-direction: column;
    height: 140px;
    justify-content: space-between;
}



.rewardTable tr:nth-child(1) td:nth-child(2) .reward img {
    width: 47px;
    height: auto;
}



.rewardTable tr:nth-child(1) td:nth-child(3) .reward img {
    width: 80px;
    height: auto;
}

.rewardTable tr:nth-child(1) td:nth-child(4) .reward img {
    width: 55px;
    height: auto;
}

.rewardTable tr:nth-child(1) td:nth-child(5) .reward img {
    width: 30px;
    height: auto;
}


.rewardTable tr:nth-child(1) td:nth-child(6) .reward img {
    width: 42px;
    height: auto;
}

.rewardTable .item {
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    color: #002353;
}

.rewardTable tr:nth-child(2) td {
	padding: 15px 0 10px;
	border-right: 0;
}

.rewardTable tr:nth-child(3) td:nth-child(1),
.rewardTable tr:nth-child(4) td:nth-child(1) {
	padding: 30px 1% 20px;
}

.rewardTable tr:nth-child(1) td:nth-child(2),
.rewardTable tr:nth-child(3) td:nth-child(1) {
	border-top-left-radius: 10px;
}

.rewardTable tr:nth-child(1) td:last-child {
	border-top-right-radius: 10px;
}

.rewardTable tr:nth-child(1) td:nth-child(1) {
	background-color: unset;
	width: 26%;
    border: 0;
    border-bottom: 0 !important;
}

.rewardTable tr:nth-child(1) td,
.rewardTable tr:nth-child(3) td,
.rewardTable tr:nth-child(4) td {
	background-color: #FFFFFF;
	border-right: 1px solid #002353;
	border-bottom: 2px solid #002353 !important;
}


.rewardTable tr:nth-child(1) td:nth-child(2),
.rewardTable tr:nth-child(1) td:nth-child(3),
.rewardTable tr:nth-child(1) td:nth-child(4),
.rewardTable tr:nth-child(1) td:nth-child(5),
.rewardTable tr:nth-child(1) td:nth-child(6){
	background-color: #C1D8ED;
	border-right: 1px solid #002353;
	border-bottom: 2px solid #002353;
    background: #C1D8ED;
    background: linear-gradient(270deg, rgba(193, 216, 237, 1) 0%, rgba(193, 216, 237, 1) 90%, #8fa4c0 98%);
}

.rewardTable tr:nth-child(3) td:nth-child(1) {
background-color: #C7CFD6;
}

.rewardTable tr:nth-child(3) td:nth-child(2),
.rewardTable tr:nth-child(3) td:nth-child(3),
.rewardTable tr:nth-child(3) td:nth-child(4),
.rewardTable tr:nth-child(3) td:nth-child(5),
.rewardTable tr:nth-child(3) td:nth-child(6){
background-color: #DEE4EA;
background: linear-gradient(270deg, #DEE4EA 0%, #DEE4EA 90%, #b2bbc9 98%);
}

.rewardTable tr:nth-child(2) td {
background-color: #002352;
}

.rewardTable tr:nth-child(4) td:nth-child(1) {
	background-color: #DFEBF4;
}

.rewardTable tr:nth-child(4) td {
    border-bottom: 3px solid #002353;
    /* background: linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 90%, #cdd0d9 98%); */
}

.rewardTable tr:nth-child(4) td:nth-child(2),
.rewardTable tr:nth-child(4) td:nth-child(3),
.rewardTable tr:nth-child(4) td:nth-child(4),
.rewardTable tr:nth-child(4) td:nth-child(5),
.rewardTable tr:nth-child(4) td:nth-child(6){
    background: linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 90%, #cdd0d9 98%);
}

.rewardTable tr:nth-child(1) td:nth-child(6),
.rewardTable tr:nth-child(3) td:nth-child(6),
.rewardTable tr:nth-child(4) td:nth-child(6){
    border-right: 0;
}

@media screen and (max-width: 768px) {
    .tier {
        font-size: 10px;
        line-height: 14px;
        margin: 0 auto 5px;
    }
    
    .iconImg {
        width: auto;
        height: 100%;
        max-height: 25px;
        display: block;
        margin: 0 auto 5px;
    }
    
    .promo {
        font-size: 12px;
        line-height: 14px;
        margin: 0 auto 5px;
        height: unset;
    }
    
    .winner {
        font-size: 10px;
        line-height: 14px;
        margin: 0 auto;
    }
    
    .title {
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        margin: 0 auto;
        color: #002353;
        font-weight: 400;
    }
    
    .title b {
        font-size: 12px;
    }
    
    .amount {
        font-size: 12px;
        line-height: 14px;
    }
    
    .rewardTable {
        max-width: 310px;
        margin: 0 auto 10px;
        table-layout: fixed;
    }
    
    .rewardTable tr td {
        background-color: #FFFFFF;
        border-right: 1px solid #002353;
        border-bottom: 1px solid #002353;
    }
    
    .rewardTable tr:nth-child(1) td {
        padding: 15px 5px;
        border-right: 1px solid #002353;
        border-bottom: 1px solid #002353;
    }
    
    .rewardTable tr:nth-child(2) td {
        padding: 15px 5px;
        border-right: 1px solid #002353;
        border-bottom: 1px solid #002353;
    }
    
    .rewardTable tr:nth-child(1) td:nth-child(2) {
        border-top-left-radius: 5px;
    }
    
    .rewardTable tr:nth-child(1) td:last-child {
        border-top-right-radius: 5px;
    }
    
    .rewardTable tr:nth-child(1) td:nth-child(1) {
        background-color: unset;
        width: 26%;
        border: 0;
    }

    .rewardTable tr:nth-child(3) td:nth-child(1) {
        background-color: #FFFFFF;
        border-radius: 0;
    }

    .rewardTable tr:nth-child(2) td,
    .rewardTable tr:nth-child(1) td:nth-child(2) {
        background-color: #C1CDD8;
    }
    
    .rewardTable tr:nth-child(1) td:nth-child(3) {
        background-color: #DFEBF4;
        background-image: unset;
    }
    
    .rewardTable tr:nth-child(4) td:nth-child(1) {
        background-image: url('../images/goldBG_mobile1.jpg');
        background-size: 100% 100%;
    }
    
    .rewardTable tr:nth-child(5) td:nth-child(1) {
        background-image: url('../images/goldBG_mobile2.jpg');
        background-size: 100% 100%;
    }
    
    .rewardTable tr:nth-child(6) td:nth-child(1) {
        background-image: url('../images/goldBG_mobile3.jpg');
        background-size: 100% 100%;
    }
    
    .rewardTable tr:nth-child(7) td:nth-child(1) {
        background-image: url('../images/goldBG_mobile4.jpg');
        background-size: 100% 100%;
    }

    .rewardTable tr:nth-child(3) td:nth-child(1),
    .rewardTable tr:nth-child(4) td:nth-child(1),
    .rewardTable tr:nth-child(5) td:nth-child(1),
    .rewardTable tr:nth-child(6) td:nth-child(1),
    .rewardTable tr:nth-child(7) td:nth-child(1){
        background-color: #c1d8ed;
        background: linear-gradient(0deg, #c1d8ed 0%, rgba(193, 216, 237, 1) 90%, #8fa4c0 98%);
        border-bottom: 0;
    }

    .rewardTable tr:nth-child(1) td:nth-child(2){
        background: #C7CFD6;   
    }

    .rewardTable tr:nth-child(1) td:nth-child(3){
        border-top-right-radius: 5px;
        border-right: 0;
    }

    .rewardTable tr:nth-child(3) td:nth-child(2),
    .rewardTable tr:nth-child(4) td:nth-child(2),
    .rewardTable tr:nth-child(5) td:nth-child(2),
    .rewardTable tr:nth-child(6) td:nth-child(2),
    .rewardTable tr:nth-child(7) td:nth-child(2){
        background: #DEE4EA;
        background: linear-gradient(0deg, #DEE4EA 0%, #DEE4EA 90%, #b2bbc9 98%);
        border-bottom: 0;
    }

    .rewardTable tr:nth-child(3) td:nth-child(3),
    .rewardTable tr:nth-child(4) td:nth-child(3),
    .rewardTable tr:nth-child(5) td:nth-child(3),
    .rewardTable tr:nth-child(6) td:nth-child(3),
    .rewardTable tr:nth-child(7) td:nth-child(3){
        background: #FFFFFF;
        background: linear-gradient(0deg, #FFFFFF 0%, #FFFFFF 90%, #cdd0d9 98%);
        border-bottom: 0;
    }

    .rewardTable tr:nth-child(2) td:nth-child(1){
        background-color: #002353;   
    }
    .rewardTable tr:nth-child(2) td:nth-child(1) .tier {
        color: #FFFFFF !important;
    }

    .rewardTable tr:nth-child(3) td:nth-child(1){
        border-top-left-radius: 5px;
    }
    
    .rewardTable tr:last-child td {
        border-bottom: 2px solid #002353;
    }
    
    .rewardTable tr td:last-child {
        border-right: 0;
    }
    
    .rewardTable tr td:nth-child(1) {
        padding: 12px 1% !important;
    }

    .rewardTable tr:nth-child(1) td, .rewardTable tr:nth-child(3) td, .rewardTable tr:nth-child(4) td {
        border-bottom: 0 !important;
    }

    .rewardTable tr:nth-child(7) td {
        border-bottom: 3px solid #002353 !important;
    }
}

.tnc {
	font-size: 20px;
	line-height: 32px;
	text-align: left;
	margin: 0 auto 50px;
	color: #000000;
	font-weight: 400;
    max-width: 1250px;
}

.pointTitle {
	font-size: 34px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto 20px;
	color: #002353;
	font-weight: 700;
    max-width: 975px;
}

.pointTitle b {
	font-size: 45px;
	line-height: 50px;
}

.planTable {
    width: 100%;
    max-width: 975px;
    margin: 0 auto;
    border-collapse: collapse;
    table-layout: fixed;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
    color: #C1CDD8;
}

.planTable tr:nth-child(1) td {
    background-color: #002353;
    border-bottom: 1px solid #FFFFFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 27px 5%;
}

.planTable tr:nth-child(2) td {
    background-color: #002353;
    padding: 17px 5%;
}

.planTable tr:nth-child(2) td:nth-child(2) {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}

.planTable tr:nth-child(3) td:nth-child(2) {
    border-left: 1px solid #002353;
    border-right: 1px solid #002353;
}

.planTable tr:nth-child(3) td {
    background-color: #ffffff;
	font-weight: 400;
	text-align: center;
    color: #000000;
    padding: 20px 5%;
}

.planTable tr:nth-child(4) td {
    background-color: #C1CDD8;
	font-weight: 400;
	text-align: center;
    color: #002353;
    border-bottom: 3px solid #002353;
    padding: 20px 5%;
}

@media screen and (max-width: 768px) {
    .tnc {
        font-size: 12px;
        line-height: 15px;
        margin: 0 auto 25px;
        max-width: 310px;
    }
    
    .pointTitle {
        font-size: 20px;
        line-height: 24px;
        margin: 0 auto 15px;
        max-width: 307px;
    }
    
    .pointTitle b {
        font-size: 25px;
        line-height: 30px;
    }
    
    .planTable {
        max-width: 310px;
        margin: 0 auto;
        font-size: 12px;
        line-height: 13px;
        color: #C1CDD8;
    }
	
	.planTable tr:nth-child(2) td:nth-child(2) {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
	}

	.planTable tr:nth-child(3) td:nth-child(2) {
    border-left: 1px solid #002353;
    border-right: 1px solid #002353;
	}
    
    .planTable tr:nth-child(1) td {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        padding: 12px 5%;
    }
    
    .planTable tr:nth-child(2) td {
        padding: 10px 2%;
    }
    
    .planTable tr:nth-child(3) td {
        padding: 10px 5%;
    }
    
    .planTable tr:nth-child(4) td {
        border-bottom: 2px solid #002353;
        padding: 10px 5%;
    }
}

.contactTitle {
	font-size: 44px;
	line-height: 52px;
	text-align: center;
	margin: 50px auto;
	color: #002353;
	font-weight: 700;
    max-width: 900px;
}

@media screen and (max-width: 479px) {
	.intro .intro__subheading {
		font-size: 24px;
		line-height: 26px;
		text-align: center;
		margin: 0 auto 20px;
		max-width: 290px;
	}

    .intro .intro__des {
        margin: 0 auto 30px;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        /* color: #FFFFFF; */
        color: #404040;
        font-weight: 400;
        max-width: 300px;
    }
    
    .intro .intro__des2 {
        margin: 0 auto;
        font-size: 16px;
        line-height: 20px;
		color: #404040;
    }

	.intro2 .intro__subheading2 {
		font-size: 20px;
		line-height: 24px;
		text-align: center;
		margin: 0 auto 15px;
		max-width: 310px;
	}
	
    .contactTitle {
        font-size: 24px;
        line-height: 26px;
        text-align: center;
        margin: 30px auto;
        color: #002353;
        font-weight: 700;
        max-width: 350px;
    }
}

.howTable {
    width: 100%;
    max-width: 975px;
    margin: 0 auto;
    border-collapse: collapse;
    table-layout: fixed;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.howTable tr td {
    background-color: #FFFFFF;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    color: #000000;
    padding: 20px 5px 25px;
    border: 1px solid #002353;
}

.howTable tr:nth-child(4) td:nth-child(3) b,
.howTable tr:nth-child(4) td:nth-child(4) b {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}

.howTable tr:nth-child(4) td:nth-child(4) {
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
}

.howTable tr:nth-child(1) td:nth-child(1) {
    background-color: transparent;
    border: 0;
    width: 41%;
}

.howTable tr:first-child td {
    padding: 20px 5px;
    border-left: 0;
    border-top: 0;
}

.howTable tr:nth-child(2) td {
    padding: 8px 5px;
}

.howTable tr:last-child td {
    border-bottom: 0;
}

.howTable tr:nth-child(2) td:first-child {
    border-top: 0;
}

.howTable tr td:first-child {
    border-left: 0;
}

.howTable tr td:last-child {
    border-right: 0;
}

.howTable tr td:last-child {
    border-right: 0;
}

.howTable tr:nth-child(1) td:nth-child(2),
.howTable tr:nth-child(2) td,
.howTable tr:nth-child(3) td:nth-child(3),
.howTable tr:nth-child(7) td:nth-child(3) {
    background-color: #DAE1E7;
}

.howTable tr:nth-child(1) td:nth-child(2),
.howTable tr:nth-child(2) td:nth-child(1) {
    border-top-left-radius: 10px;
}

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

.howTable tr:nth-child(1) td,
.howTable tr:nth-child(2) td {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    color: #002353;
}

@media screen and (max-width: 768px) {
    .howTable {
        width: 100%;
        max-width: 310px;
        margin: 0 auto;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    
    .howTable tr td {
        background-color: #FFFFFF;
        font-size: 12px;
        line-height: 14px;
        padding: 7px 5px;
    }
    
    .howTable tr:nth-child(3) td {
        height: 45px;
    }

    .howTable tr td:nth-child(1) {
        text-align: left;
        padding: 7px 5px 7px 7px;
    }
    
    .howTable tr:nth-child(4) td:nth-child(3) b,
    .howTable tr:nth-child(4) td:nth-child(4) b {
        font-size: 12px;
        line-height: 14px;
    }
    
    .howTable tr:nth-child(4) td:nth-child(4) {
        font-size: 9px;
        line-height: 11px;
    }
    
    .howTable tr:nth-child(1) td:nth-child(1) {
        width: unset;
    }
    
    .howTable tr:first-child td {
        padding: 7px 5px;
    }
    
    .howTable tr:nth-child(2) td {
        padding: 5px 5px;
    }
    
    .howTable tr:nth-child(1) td:nth-child(2) {
        border-top-left-radius: 5px;
    }
    
    .howTable tr:nth-child(2) td:nth-child(1) {
        border-top-left-radius: 0px;
    }
    
    .howTable tr:nth-child(1) td:nth-child(2) {
        border-top-right-radius: 5px;
    }
    
    .howTable tr:nth-child(1) td,
    .howTable tr:nth-child(2) td {
        font-size: 12px;
        line-height: 14px;
    }
}



@media screen and (max-width: 991px) {
    .intro .intro__heading {
        font-size: 36px;
        line-height: 44px;
    }
    .intro .intro__heading2 {
        font-size: 34px;
        line-height: 41px;
    }
}

@media screen and (max-width: 768px) {
    .intro .intro__heading {
        font-size: 24px;
        line-height: 26px;
        width: 100%;
        max-width: 322px;
        margin: 0 auto 25px;
    }
    .intro .intro__heading2 {
        font-size: 20px;
        line-height: 24px;
        width: 100%;
        max-width: 307px;
        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 479px) {
    .intro .intro__heading {
        font-size: 24px;
        line-height: 26px;
    }
    .intro .intro__heading2 {
        font-size: 20px;
        line-height: 24px;
    }
}

.intro .intro__icons {
    margin-top: 50px;
    background: url("../images/bg-icons.jpg") no-repeat bottom center;
    background-size: cover;
    border-radius: 10px
}

.intro .intro__icons-wrapper {
    padding: 5% 0;
    width: 80%;
    margin: 0 auto
}

.intro .intro__icons-heading {
    color: #0067B1;
    font-size: 25px;
    line-height: 1.3;
    text-align: center
}

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

@media screen and (max-width: 768px) {
    .intro .intro__icons-heading {
        font-size: 22px;
        line-height: 1.3
    }
}

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


.category {
    padding: 35px 5% 60px
}

@media (max-width: 991px) {
    .category {
        min-height: auto
    }
}

@media (max-width: 620px) {
    .category {
        padding: 20px 30.38px 50px;
    }
}


/* Container for the flying plane */
.plane-container-right {
    position: absolute;
    top: 16%; /* Adjust the vertical position as needed */
    left: -100px; /* Starting position outside the left edge of the viewport */
    animation: toRight 10s linear infinite; /* Apply the animation */
}
.plane-container-left {
    position: absolute;
    top: 12%; /* Adjust the vertical position as needed */
    right: -100px; /* Starting position outside the left edge of the viewport */
    animation: toLeft 9s linear infinite; /* Apply the animation */
}
@media (max-width: 768px) {
    .plane-container-right {
        top: 16%; /* Adjust the vertical position as needed */
        animation: toRight 10s linear infinite; /* Apply the animation */
    }
    .plane-container-left {
        top: 12%; /* Adjust the vertical position as needed */
        animation: toLeft 9s linear infinite; /* Apply the animation */
    }
}
  
/* Flying plane image */
.plane {
    width: 40px; /* Adjust the width and height as needed */
    height: auto;
    max-width: none;
}
@media (max-width: 768px) {
    .plane {
      width: 20px;
    }
}
  
  /* Keyframes animation definition */
  @keyframes toRight {
    0% {
      left: -100px; /* Starting position outside the left edge */
    }
    100% {
      left: 100%; /* Ending position outside the right edge */
    }
  }
  
  @keyframes toLeft {
    0% {
      right: -100px; /* Starting position outside the left edge */
    }
    100% {
      right: 100%; /* Ending position outside the right edge */
    }
  }

.intro__des {
    width: 90%;
    max-width: 940px;
    margin: 0px auto 40px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    font-weight: 400;
}

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

@media screen and (max-width: 768px) {
    .intro__des {
        font-size: 18px;
        line-height: 26px;
        margin: 0px auto 25px;
    }
}

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

.category__heading2 {
    width: 90%;
    max-width: 890px;
    margin: 0px auto 30px;
    color: #002353;
    font-size: 34px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
}

.category__heading2 b {
    font-size: 45px;
    line-height: 50px;
}

@media screen and (max-width: 991px) {
    .category__heading2 {
        font-size: 34px;
        line-height: 50px;
    }
}

@media screen and (max-width: 768px) {
    .category__heading2 {
        max-width: 280px;
        font-size: 20px;
        line-height: 24px;
        margin: 0px auto 20px;
    }
    .category__heading2 b {
        font-size: 25px;
        line-height: 30px;
    }
}

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

.CampDate {
    width: 90%;
    margin: 0 auto 60px;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    font-weight: 700;
}

@media screen and (max-width: 991px) {
    .CampDate {
        font-size: 24px;
        line-height: 32px;
    }
}

@media screen and (max-width: 768px) {
    .CampDate {
        font-size: 16px;
        line-height: 20px;
        margin: 0 auto 40px;
    }
}

@media screen and (max-width: 479px) {
    .CampDate {
        font-size: 16px;
        line-height: 20px;
    }
}



    /* Styles for the carousel container */
    .carousel-container {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    .carousel-container2 {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    .carousel-container3 {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
  
    /* Styles for the divs wrapper */
    .carousel-wrapper {
        display: flex;
        transition: transform 0.3s ease-in-out;
    }
    .carousel-wrapper2 {
        display: flex;
        transition: transform 0.3s ease-in-out;
    }
    .carousel-wrapper3 {
        display: flex;
        transition: transform 0.3s ease-in-out;
    }
    .carousel-wrapper4 {
        display: flex;
        transition: transform 0.3s ease-in-out;
    }
  
    /* Styles for each div */
    .carousel-div2 {
        width: 100%;
        min-width: 100%;
        flex-shrink: 0;
        padding: 0 25px;
        text-align: center;
    }
  
    /* Styles for the arrow buttons */
    .carousel-button {
        display: block;
        margin: 10px auto;
        width: 30px;
        height: 30px;
        background-color: transparent;
        border: none;
        cursor: pointer;
    }
    .carousel-button2 {
        display: block;
        margin: 10px auto;
        width: 30px;
        height: 30px;
        background-color: transparent;
        border: none;
        cursor: pointer;
    }
    .carousel-button3 {
        display: block;
        margin: 10px auto;
        width: 30px;
        height: 30px;
        background-color: transparent;
        border: none;
        cursor: pointer;
    }
    .carousel-button4 {
        display: block;
        margin: 10px auto;
        width: 30px;
        height: 30px;
        background-color: transparent;
        border: none;
        cursor: pointer;
    }
  
    .carousel-button img {
        width: 100%;
        height: 100%;
    }
    .carousel-button2 img {
        width: 100%;
        height: 100%;
    }
    .carousel-button3 img {
        width: 100%;
        height: 100%;
    }
    .carousel-button4 img {
        width: 100%;
        height: 100%;
    }
  
    .carousel-button2.left {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 0;
        border-right: 10px solid #FFFFFF; /* Change the color as needed */
        display: inline-block;
        /* width: 40px; */
        position: absolute;
        top: 50%;
        left: -10px;
    }
  
    .carousel-button2.right {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 0;
        border-left: 10px solid #FFFFFF; /* Change the color as needed */
        display: inline-block;
        /* width: 40px; */
        position: absolute;
        top: 50%;
        right: -10px;
    }
    

    @media (max-width: 768px) {
        .carousel-button3.left {
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 0;
            border-right: 10px solid #002353; /* Change the color as needed */
            display: inline-block;
            /* width: 40px; */
            position: absolute;
            top: 50%;
            left: -10px;
        }
        .carousel-button3.right {
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-right: 0;
            border-left: 10px solid #002353; /* Change the color as needed */
            display: inline-block;
            /* width: 40px; */
            position: absolute;
            top: 50%;
            right: -10px;
        }
    }
  
    /* Styles for the slide indicator bar */
    .slide-indicator {
        display: flex;
        justify-content: center;
        margin-top: 40px;
    }
    .slide-indicator2 {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .slide-indicator3 {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
    .slide-indicator4 {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .slide-indicator-bar {
        width: 42px;
        height: 5px;
        margin: 0 5px;
        background-color: #B8D5EA;
        cursor: pointer;
    }
    .slide-indicator-bar2 {
        width: 13px;
        height: 13px;
        margin: 0 5px;
        background-color: #002353;
        border: 1px solid #FFFFFF;
        border-radius: 50%;
        cursor: pointer;
    }
    .slide-indicator-bar3 {
        width: 42px;
        height: 5px;
        margin: 0 5px;
        background-color: #B8D5EA;
        cursor: pointer;
    }
    .slide-indicator-bar4 {
        width: 42px;
        height: 5px;
        margin: 0 5px;
        background-color: #B8D5EA;
        cursor: pointer;
    }
  /* Left-pointing arrow */
  .left-arrow {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #002353; /* Change the color as needed */
    display: inline-block;
}

/* Right-pointing arrow */
.right-arrow {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #002353; /* Change the color as needed */
    display: inline-block;
}
    .active-slide {
        background-color: #022353; /* Change to your desired active color */
    }
    .active-slide2 {
        background-color: #FFFFFF; /* Change to your desired active color */
    }
    .active-slide3 {
        background-color: #022353; /* Change to your desired active color */
    }
    .active-slide4 {
        background-color: #022353; /* Change to your desired active color */
    }

/* ================= Travel Voucher Section ================= */
.voucher {
    background-image: url('../images/travel_voucher_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.voucher .pointTitle {
    padding-top: 54px;
}

.voucher .voucher__row {
    padding-top: 70px;
    padding-bottom: 43px;
    gap: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}

.voucher .firstPrice {
    /* flex: 2; */
    max-width: 363px;
    max-height: 376px;
    width: 100%;
    height: 100%;
    padding-bottom: calc(376px - (70px + 31px + 61px));
}

.voucher .secondPrice,
.voucher .thirdPrice {
    max-width: 280px;
    max-height: 284px;
    width: 100%;
    height: 100%;
    margin-top: 50px;
    padding-bottom: calc(376px - (70px + 31px + 61px));
}

.voucher .firstPrice,
.voucher .secondPrice,
.voucher .thirdPrice {
    color: #002353;
    border: 3px solid #002353;
    border-radius: 30px;
    padding-top: 20px;
    background: linear-gradient(0deg, #FFFFFF00 0%, #FFFFFF00 70%, #D5EBFF 80%, #A5C4E0 100%);
	box-shadow: 5px 10px 18px #888888;
}

.voucher__row img {
    max-width: 70%;
}

.voucher .firstPrice div:nth-child(2){
    font-size: 61px;
    font-weight: 700;
    line-height: 61px;
}

.voucher .firstPrice div:nth-child(4){
    font-size: 31px;
    line-height: 31px;
    font-weight: 400;
}

.voucher .firstPrice div:nth-child(1),
.voucher .firstPrice div:nth-child(3){
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
}

.voucher .secondPrice div:nth-child(2),
.voucher .thirdPrice div:nth-child(2){
    font-size: 46px;
    font-weight: 700;
    line-height: 46px;
}

.voucher .secondPrice div:nth-child(1),
.voucher .thirdPrice div:nth-child(1),
.voucher .secondPrice div:nth-child(3),
.voucher .thirdPrice div:nth-child(3){
    font-size: 29px;
    line-height: 29px;
    font-weight: 700;
}

.voucher .secondPrice div:nth-child(4),
.voucher .thirdPrice div:nth-child(4){
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
}

.travelVoucher .voucher_tnc {
    margin-top: 34px;
    margin-bottom: 92px;
}

.voucher_tnc .tnc__subheading2 {
	font-size: 34px;
	line-height: 41px;
	text-align: center;
	margin: 0 auto 35px;
	color: #002353;
	font-weight: 700;
}

.voucher_tnc .tnc__des {
	margin: 0 auto 50px;
	font-size: 24px;
	line-height: 35px;
	text-align: center;
	color: #404040;
	font-weight: 400;
	max-width: 940px;
}

.visible-xs {
    display: none;
}

@media screen and (max-width: 328px) {
    .visible-xs {
        display: block;
    }
}

@media screen and (max-width: 479px) {
    .voucher_tnc .tnc__subheading2 {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        margin: 0 auto 15px;
        max-width: 310px;
    }

    .voucher_tnc .tnc__des {
        margin: 0 auto 30px;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        /* color: #FFFFFF; */
        color: #404040;
        font-weight: 400;
        max-width: 300px;
    }

}

@media screen and (max-width: 768px) {
    .voucher .voucher__row {
        padding-top: 0px;
        padding-bottom: 0px;
        gap: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        text-align: center;
    }

    .voucher {
        background-image: url('../images/travel_voucher_bg_mobile.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .voucher .firstPrice {
        max-width: 70%;
        max-height: 70%;
        width: 70%;
        height: 70%;
        padding-bottom: unset;
    }

    .voucher .secondPrice, .voucher .thirdPrice {
        max-width: 60%;
        max-height: 60%;
        width: 60%;
        height: 60%;
        padding-bottom: unset;
    }

    .voucher .thirdPrice {
        padding-bottom: 45px;
    }

    .voucher .firstPrice,
    .voucher .secondPrice,
    .voucher .thirdPrice {
        color: unset;
        border: unset;
        border-radius: unset;
        padding-top: 20px;
        background: none;
    }

    .voucher .secondPrice,
    .voucher .thirdPrice {
        margin-top: -30px;
    }

    .voucher_tnc .tnc__des {
        font-size: 16px;
        line-height: 22px;
        margin: 0px auto 25px;
    }
}

@media screen and (max-width: 991px) {
   .voucher_tnc .tnc__des {
        font-size: 16px;
        line-height: 22px;
    }
}

.tncTable {
	width: 100%;
	max-width: 1250px;
	margin: 0 auto 10px;
	table-layout: fixed;
	border-collapse: collapse;
}

.tncTable .product {
    font-size: 19px;
    line-height: 24px;
    text-align: center;
    margin: 0 auto 5px;
    color: #002353;
    font-weight: 700;
}

.tncTable tr:nth-child(1) td {
    background-color: #002352;
    padding: 15px 0 10px;
    border-right: 0;
}

.tncTable tr:nth-child(2) td:nth-child(1) {
    background-color: #C7CFD6;
}

.tncTable tr:nth-child(1) td:nth-child(2) {
    background-color: #D5D5D5;
    background: linear-gradient(270deg, #D5D5D5 0%, #D5D5D5 90%, #b2bbc9 98%);
}

.tncTable tr:nth-child(1) td:nth-child(3) {
    background-color: #c5c7ca;
    background: linear-gradient(270deg, #c5c7ca 0%, #c5c7ca 90%, #b2bbc9 98%);
}

.tncTable tr:nth-child(1) td:nth-child(5) {
    background-color: #C1D8ED;
    background: linear-gradient(270deg, #C1D8ED 0%, #C1D8ED 90%, #8fa4c0 98%);
}

.tncTable tr:nth-child(1) td:nth-child(6) {
    background-color: #9eb9da;
    background: linear-gradient(270deg, #9eb9da 0%, #9eb9da 90%, #8fa4c0 98%);
}

.tncTable tr:nth-child(2) td:nth-child(2) {
    background-color: #f7f6f6;
    background: linear-gradient(270deg, #f7f6f6 0%, #f7f6f6 90%, #cdd0d9 98%);
}

.tncTable tr:nth-child(2) td:nth-child(3) {
    background-color: #edf0f3;
    background: linear-gradient(270deg, #edf0f3 0%, #edf0f3 90%, #B7BDCB 98%);
}

.tncTable tr:nth-child(2) td:nth-child(4) {
    background-color: #F0F6FF;
    background: linear-gradient(270deg, #F0F6FF 0%, #F0F6FF 90%, #b2bbc9 98%);
}

.tncTable tr:nth-child(2) td:nth-child(5) {
    background-color: #DAE5F5;
    background: linear-gradient(270deg, #DAE5F5 0%, #DAE5F5 90%, #b2bbc9 98%);
}

.tncTable tr:nth-child(2) td:nth-child(1),
.tncTable tr:nth-child(3) td:nth-child(1) {
    border-right: 2px solid #002353;
}


.tncTable tr:nth-child(2) td:nth-child(1),
.tncTable tr:nth-child(1) td:nth-child(2),
.tncTable tr:nth-child(1) td:nth-child(3),
.tncTable tr:nth-child(1) td:nth-child(5),
.tncTable tr:nth-child(1) td:nth-child(6) {
    color: #002353;
    border-bottom: 1px solid #002353;
}

.tncTable tr:nth-child(1) td:last-child {
    border-top-right-radius: 10px;
}

.tncTable tr:nth-child(1) td:first-child {
    border-top-left-radius: 10px;
}

.tncTable tr:nth-child(2) td:nth-child(1),
.tncTable tr:nth-child(3) td:nth-child(1) {
    padding: 30px 2% 20px;
}

.tncTable tr:nth-child(3) td:nth-child(1),
.tncTable tr:nth-child(2) td:nth-child(2),
.tncTable tr:nth-child(2) td:nth-child(3),
.tncTable tr:nth-child(2) td:nth-child(4),
.tncTable tr:nth-child(2) td:nth-child(5),
.tncTable tr:nth-child(1) td:nth-child(4) {
    border-bottom: 3px solid #002353;
}

.tncTable tr:nth-child(1) td:nth-child(4) {
    width: 2%;
    background-color: #FFFFFF;
}

.tncTable tr:nth-child(3) td:nth-child(1) {
    background-color: #DFEBF4;
}

.product_entry {
    color: #002353;
    text-align: center;
}

.product_entry .count {
    font-size: 34px;
    line-height: normal;
    font-weight: 700;
}

.product_entry .entry {
    font-size: 28px;
    line-height: normal;
    font-weight: 700;
}

.product_entry .addon {
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
}

.product_entry :nth-last-child(1) {
    color: #404040;
    font-size: 22px;
    line-height: normal;
    font-weight: 400;
}

.tncTable .iconImg {
	width: auto;
	height: 100%;
	max-height: 20px;
	display: block;
	margin: 0 auto 245px;
}

@media screen and (max-width: 768px) {
    .tncTable .iconImg {
        width: auto;
        height: 100%;
        max-height: 15px;
        display: block;
        margin: 0 0 0 calc(26% - 2%);
    }
    
    .tncTable {
        max-width: 310px;
        margin: 0 auto 10px;
        table-layout: fixed;
    }

    .tncTable .product {
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        margin: 0 auto 5px;
        color: #002353;
        font-weight: 700;
    }

    .tncTable tr td {
        background-color: #FFFFFF;
        border-right: 1px solid #002353;
        border-bottom: 1px solid #002353;
    }
    
    .tncTable tr:nth-child(1) td {
        padding: 15px 5px;
        border-right: 1px solid #002353;
        border-bottom: 1px solid #002353;
    }
    
    .tncTable tr:nth-child(2) td {
        padding: 10px 15px;
        border-right: 1px solid #002353;
        border-bottom: 0 !important;
    }
    
    .tncTable tr:nth-child(1) td:nth-child(2) {
        border-top-left-radius: 5px;
        background: #002353;
    }
    
    .tncTable tr:nth-child(1) td:last-child {
        border-top-right-radius: 5px;
    }
    
    .tncTable tr:nth-child(1) td:nth-child(1),
    .tncTable tr:nth-child(2) td:nth-child(1) {
        background-color: unset;
        width: 26%;
        border: 0;
    }

    .tncTable tr:nth-child(3) td:nth-child(1) {
        background-color: #FFFFFF;
        border-radius: 0;
    }

    .tncTable tr:nth-child(1) td:nth-child(3) {
        background-color: #DFEBF4;
        background-image: unset;
    }

    .tncTable tr:nth-child(3) td:nth-child(1),
    .tncTable tr:nth-child(4) td:nth-child(1),
    .tncTable tr:nth-child(6) td:nth-child(1),
    .tncTable tr:nth-child(7) td:nth-child(1){
        background-color: #c1d8ed;
        background: linear-gradient(0deg, #c1d8ed 0%, rgba(193, 216, 237, 1) 90%, #8fa4c0 98%);
        border-bottom: 0;
    }

    .tncTable tr:nth-child(1) td:nth-child(2) {
        background-color: #002353;   
    }

    .tncTable tr:nth-child(2) td:nth-child(2) {
        background: #C7CFD6;
    }

     .tncTable tr:nth-child(2) td:nth-child(3) {
        background: #DFEBF4;
    }

    .tncTable tr:nth-child(1) td:nth-child(3){
        border-top-right-radius: 5px;
        border-right: 0;
    }

    .tncTable tr:nth-child(4) td:nth-child(2),
    .tncTable tr:nth-child(5) td:nth-child(2),
    .tncTable tr:nth-child(6) td:nth-child(2),
    .tncTable tr:nth-child(7) td:nth-child(2){
        background: #DEE4EA;
        background: linear-gradient(0deg, #DEE4EA 0%, #DEE4EA 90%, #b2bbc9 98%);
        border-bottom: 0;
        padding: 20px 0;
    }

    .tncTable tr:nth-child(3) td:nth-child(2){
        background: linear-gradient(0deg, #f7f6f6 0%, #f7f6f6 90%, #cdd0d9 98%);
    }

    .tncTable tr:nth-child(3) td:nth-child(1){
        background: linear-gradient(0deg, #D5D5D5 0%, #D5D5D5 90%, #b2bbc9 98%);
    }

    .tncTable tr:nth-child(4) td:nth-child(1) {
        background-color: #c5c7ca;
        background: linear-gradient(0deg, #c5c7ca 0%, #c5c7ca 90%, #b2bbc9 98%);
    }

    .tncTable tr:nth-child(4) td:nth-child(2) {
        background-color: #edf0f3;
        background: linear-gradient(0deg, #edf0f3 0%, #edf0f3 90%, #B7BDCB 98%);
    }

    .tncTable tr:nth-child(6) td:nth-child(1) {
        background-color: #C1D8ED;
        background: linear-gradient(0deg, #C1D8ED 0%, #C1D8ED 90%, #8fa4c0 98%);
    }

    .tncTable tr:nth-child(6) td:nth-child(2) {
        background-color: #F0F6FF;
        background: linear-gradient(0deg, #F0F6FF 0%, #F0F6FF 90%, #b2bbc9 98%);
    }

    .tncTable tr:nth-child(7) td:nth-child(1) {
        background-color: #9eb9da;
        background: linear-gradient(0deg, #9eb9da 0%, #9eb9da 90%, #8fa4c0 98%);
    }

    .tncTable tr:nth-child(7) td:nth-child(2) {
        background-color: #DAE5F5;
        background: linear-gradient(0deg, #DAE5F5 0%, #DAE5F5 90%, #b2bbc9 98%);
    }

    .tncTable tr:nth-child(5) td:nth-child(2){
        padding: 0 !important;
    }
    
    .tncTable tr:nth-child(3) td:nth-child(1) {
        border-right: 1px solid #002353;
    }

    .tncTable tr:nth-child(2) td:nth-child(1) .tier {
        color: #FFFFFF !important;
    }

    .tncTable tr:nth-child(3) td:nth-child(1){
        border-top-left-radius: 5px;
    }
    
    .tncTable tr:last-child td {
        border-bottom: 2px solid #002353;
    }
    
    .tncTable tr td:last-child {
        border-right: 0;
    }

    .tncTable tr:nth-child(1) td, .tncTable tr:nth-child(3) td, .tncTable tr:nth-child(4) td, .tncTable tr:nth-child(5) td {
        border-bottom: 0 !important;
    }

    .tncTable tr:nth-child(5) {
        background: #FFFFFF;
    }

    .tncTable tr:nth-child(5) p {
        margin: 0;
    }

    .tncTable tr:nth-child(7) td {
        border-bottom: 3px solid #002353 !important;
    }

    .product_entry {
        color: #002353;
        text-align: center;
    }

    .product_entry .count {
        font-size: 18px;
        line-height: normal;
        font-weight: 700;
    }

    .product_entry .entry {
        font-size: 14px;
        line-height: normal;
        font-weight: 700;
    }

    .product_entry .addon {
        font-size: 14px;
        line-height: normal;
        font-weight: 700;
    }

    .product_entry :nth-last-child(1) {
        color: #404040;
        font-size: 12px;
        line-height: normal;
        font-weight: 400;
    }
}

/* ================= END Travel Voucher Section ================= */

.privileges {
    background: #002353;
    padding: 55px 6% 70px
}

@media (max-width: 991px) {
    .privileges {
        min-height: auto
    }

    .img-responsive {
        margin: 0 auto;
    }
}

@media (max-width: 620px) {
    .privileges {
        padding: 25px 3% 35px;
    }
}

.privileges__heading {
    width: 90%;
    margin: 0px auto 30px;
    color: #C1CDD8;
    font-size: 34px;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
}

@media screen and (max-width: 991px) {
    .privileges__heading {
        font-size: 34px;
        line-height: 30px;
    }
}

@media screen and (max-width: 768px) {
    .privileges__heading {
        margin: 0px auto 20px;
        font-size: 20px;
        line-height: 24px
    }
}

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

.privileges__subheading {
    margin: 0 auto 50px;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    font-weight: 400;
}

@media screen and (max-width: 991px) {
    .privileges__subheading {
        font-size: 22px;
        line-height: 32px;
    }
}

@media screen and (max-width: 768px) {
    .privileges__subheading {
        margin: 0 auto 15px;
        font-size: 12px;
        line-height: 14px;
    }
}

@media screen and (max-width: 479px) {
    .privileges__subheading {
        font-size: 12px;
        line-height: 14px;
    }
}



.privileges__cards {
    max-width: 1127px;
    margin: 0 auto;
}

.form {
    text-align: center;
    background-color: #DAE1E7;
    padding: 60px 0 60px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer {
    color: #818A91;
    font-size: 14px;
    line-height: 1.3;
    padding: 0 0 45.28px 0
}

.warning {
    color: #000000;
    font-size: 13px;
    line-height: 21px;
    font-weight: 700;
    text-align: left;
    padding: 10px 15px;
    border: 1px solid #000;
}

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

    .warning {
        font-size: 10px;
        line-height: 14px;
        padding: 7px 10px;
        border: 1px solid #000;
    }
}

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

.footer__top {
    margin: 0 30px 0 145px
}

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

.footer__top .footer__tnc {
    padding: 45.28px 0 10px;
    font-size: 15px;
    line-height: 1.3
}

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

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

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

@media (max-width: 768px) {
    .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-disc {
    padding-bottom: 8px;
    font-size: 15px;
    line-height: 1.3
}

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

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

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

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

.footer__top .footer__tnc p~p {
    padding-top: 10px
}

.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: #002353;
    color: #ffffff;
    font-weight: bold;
    padding: 38px 28px
}

.footer__top .footer__box.footer__box-premier {
    background: #002F65
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer__top .footer__box .footer__box-download {
    display: inline-block;
    margin-top: 15px;
    margin-right: 5px
}

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

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

.footer__mid .footer__mid-left {
    background: #002353;
    width: 311px;
    padding: 20px 30px 27px 68px
}

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

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

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

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

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

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

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

.footer__mid .footer__mid-right {
    padding: 15px 30px 0 25px
}

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

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

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

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

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

@media (max-width: 768px) {
    .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
}

@media (max-width: 768px) {

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

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

.footer__mid .footer__mid-right .footer__mid-right-text {
    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: 620px) {
    .footer__mid .footer__mid-right .footer__mid-right-text {
        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: 12.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 {
    position: relative;
    margin: 35.28px 68.38px 0
}

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

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

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

.footer__btm .footer__btm-text a {
    color: #818A91
}

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

.footer__btm .footer__btm-text:last-child {
    margin-top: 30px
}

.footer__btm .footer__btm-online {
    position: absolute;
    right: 0;
    bottom: -9px
}

@media (max-width: 768px) {
    .footer__btm .footer__btm-online {
        position: relative;
        right: auto;
        bottom: 0;
        margin-top: 34px;
        text-align: center
    }
}

.footer__btm .footer__btm-online .footer__btm-online-text,
.footer__btm .footer__btm-online .footer__btm-online-icon {
    display: inline-block;
    margin-left: 10px
}

@media (max-width: 768px) {

    .footer__btm .footer__btm-online .footer__btm-online-text,
    .footer__btm .footer__btm-online .footer__btm-online-icon {
        margin: 20px 10px 0
    }
}

.footer__btm .footer__btm-online .footer__btm-online-text img,
.footer__btm .footer__btm-online .footer__btm-online-icon img {
    width: 30px
}

@media (max-width: 768px) {

    .footer__btm .footer__btm-online .footer__btm-online-text img,
    .footer__btm .footer__btm-online .footer__btm-online-icon img {
        width: 50px
    }
}

.footer__btm .footer__btm-online .footer__btm-online-text {
    font-weight: 600;
    color: #404040;
    font-size: 16px;
    line-height: 1.4
}

@media (max-width: 768px) {
    .footer__btm .footer__btm-online .footer__btm-online-text {
        display: block
    }
}

.footer__btm .footer__btm-online .footer__btm-online-icon.icon-fb {
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16)
}

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