@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 {
    background-image: url('../images/banner3.jpg');
    background-size: 100% 100%;
    padding: 0 0px 120px;
}

.intro2 {
    background: linear-gradient(#052a56, #002353 90%);
    background-size: 100% 100%;
    padding: 0 15px 100px;
}

.tier {
    padding: 10px 0 10px 0;
    background: #6D8BAC;
    width: 100%;
}

@media screen and (max-width: 479px) {
    .intro {
        background-image: url('../images/banner_mobile1.jpg');
        padding-bottom: 0;
    }

    .intro2 {
        padding: 60px 15px 85px;
        background: #002353;
    }

}

.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: 36px;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    /* max-width: 1000px; */
}

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

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

.intro__subheading2 {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto 35px;
    color: #C1CDD8;
    font-weight: 700;
}

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

.tier-odd {
    background: #537199;
}

.tier-even {
    background: #6488b1;
}

.tier-first {
    border-radius: 12px 0 0 0;
}

.tier-last {
    border-radius: 0 12px 0 0;
}

.tierp {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    background: #596D89;
    border-bottom: 2px solid #002353;
    /* border-top: 2px solid #002353; */
    font-weight: 700;
    margin: auto;
    padding: 10px 0 10px 0;
}

.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: 20px;
    line-height: 26px;
    text-align: left;
    margin: 0;
    padding-left: 12px;
    color: #002353;
    font-weight: 400;
    padding: 15px 5px 15px 15px;
}

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

.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: 0px 0 15px;
    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: 120px;
    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: 78px;
    height: auto;
}

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

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


.rewardTable tr:nth-child(1) td:nth-child(6) .reward img {
    width: 38px;
    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: 0px;
    border-right: 0;
}

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

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

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

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

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

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

.rewardTable tr:nth-child(1) td:nth-child(2),
.rewardTable tr:nth-child(1) td:nth-child(4),
.rewardTable tr:nth-child(1) td:nth-child(6) {
    background: linear-gradient(to bottom, #F0F3F5 0%, #BFCEE2 100%);
}

.rewardTable tr:nth-child(1) td:nth-child(3),
.rewardTable tr:nth-child(1) td:nth-child(5) {
    background: linear-gradient(to bottom, #CDE5F8 0%, #F6FBFF 70%, #FFFFFF 100%);
}


.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-bottom: 2px solid #002353;
    box-shadow: 6px 1px 21px -13px rgba(148, 145, 145, 0.75) inset;
}

.rewardTable tr:nth-child(3) td:nth-child(1) {
    background-color: #BDD1E2;
	box-shadow: 6px 1px 21px -13px rgba(148, 145, 145, 0.75) inset;
}

.rewardTable tr:nth-child(3) td:nth-child(2),
.rewardTable tr:nth-child(3) td:nth-child(4),
.rewardTable tr:nth-child(3) td:nth-child(6) {
    background-color: #CADAEB;
	box-shadow: 6px 1px 21px -13px rgba(148, 145, 145, 0.75) inset;
}

.rewardTable tr:nth-child(3) td:nth-child(3),
.rewardTable tr:nth-child(3) td:nth-child(5) {
    background-color: #d2e3f5;
	box-shadow: 6px 1px 21px -13px rgba(148, 145, 145, 0.75) inset;
}

.rewardTable tr:nth-child(4) td:nth-child(2),
.rewardTable tr:nth-child(4) td:nth-child(4),
.rewardTable tr:nth-child(4) td:nth-child(6) {
    background-color: #f0f3f5;
	box-shadow: 6px 1px 21px -13px rgba(148, 145, 145, 0.75) inset;
}

.rewardTable tr:nth-child(4) td:nth-child(3),
.rewardTable tr:nth-child(4) td:nth-child(5) {
    background-color: #fffff;
	box-shadow: 6px 1px 21px -13px rgba(148, 145, 145, 0.75) inset;
}


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

.rewardTable tr:nth-child(4) td:nth-child(1) {
    background-color: #DFEBF4;
    box-shadow: 6px 1px 21px -13px rgba(148, 145, 145, 0.75) inset;
}

.rewardTable tr:nth-child(4) td:nth-child(6) {
    border-radius: 0 0 12px 0;
}

.rewardTable tr:nth-child(4) td {
    padding: 10px 0;
}

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

    .tier-odd,
    .tier-even {
        background: unset;
        color: #002353;
        font-size: 10px;
        margin-bottom: 0;
        padding-top: 0;
    }

    .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;
        padding-left: 0;
        padding-bottom: 0;
        max-width: 80px;
        padding-top: 0;
    }

    .rewardTable tr:nth-child(4) td:nth-child(1) {
        border-bottom-left-radius: unset;
    }

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

    .amount {
        font-size: 12px;
        line-height: 14px;
    }

    .rewardTable {
        /* max-width: 360px; */
        margin: 0 auto 10px;
        table-layout: fixed;
    }

    .rewardTable tr td {
        background-color: #FFFFFF;
        filter: drop-shadow(2px 0px 4px #00000050);
        border-right: 1px solid #002353;
        border-bottom: 1px solid #002353;
		box-shadow: 6px 1px 21px -13px rgba(148, 145, 145, 0.75) inset;
    }

    .rewardTable tr:nth-child(1) td {
        padding: 15px 15px;
        border-right: 1px solid #002353;
        border-bottom: 1px solid #002353;
		box-shadow: 6px 1px 21px -13px rgba(148, 145, 145, 0.75) inset;
    }

    .rewardTable tr:nth-child(2) td {
        padding: 15px 5px;
        border-right: 1px solid #002353;
        border-bottom: 1px solid #002353;
		box-shadow: 6px 1px 21px -13px rgba(148, 145, 145, 0.75) inset;
    }

    .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;
		box-shadow: 6px 1px 21px -13px rgba(148, 145, 145, 0.75) inset;
    }

    .rewardTable tr:nth-child(2) td,
    .rewardTable tr:nth-child(1) td:nth-child(2) {
        background-color: #C1CDD8;
		box-shadow: 6px 1px 21px -13px rgba(148, 145, 145, 0.75) inset;
    }

    .rewardTable tr:nth-child(1) td:nth-child(3) {
        background-color: #DFEBF4;
        background-image: unset;
		box-shadow: 6px 1px 21px -13px rgba(148, 145, 145, 0.75) inset;
    }


    .rewardTable tr:nth-child(7) td:nth-child(3) {
        border-radius: 0 0 12px 0;
    }

    .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;
        border-right: 0;
        padding: 10px 5px;
		box-shadow: 6px 1px 21px -13px rgba(148, 145, 145, 0.75) inset;
    }

    .rewardTable tr:nth-child(1) td:nth-child(2) {
        background: #C7CFD6;
		box-shadow: 6px 1px 21px -13px rgba(148, 145, 145, 0.75) inset;
    }

    .rewardTable tr:nth-child(1) td:nth-child(3) {
        border-top-right-radius: 5px;
        border-right: 0;
		box-shadow: 6px 1px 21px -13px rgba(148, 145, 145, 0.75) inset;
    }

    .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;
		box-shadow: 6px 1px 21px -13px rgba(148, 145, 145, 0.75) inset;
    }

    .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;
		box-shadow: 6px 1px 21px -13px rgba(148, 145, 145, 0.75) inset;
    }

    .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:nth-child(3) td:nth-child(1),
    .rewardTable tr:nth-child(5) td:nth-child(1),
    .rewardTable tr:nth-child(7) td:nth-child(1) {
        background: #BFCEE2;
        box-shadow: 6px 1px 21px -13px rgba(148, 145, 145, 0.75) inset;
    }

    .rewardTable tr:nth-child(4) td:nth-child(1),
    .rewardTable tr:nth-child(6) td:nth-child(1) {
        background: #CDE5F8;
		box-shadow: 6px 1px 21px -13px rgba(148, 145, 145, 0.75) inset;
    }

    .rewardTable tr:nth-child(3) td:nth-child(2),
    .rewardTable tr:nth-child(5) td:nth-child(2),
    .rewardTable tr:nth-child(7) td:nth-child(2) {
        background: #CDDEF2;
		box-shadow: 6px 1px 21px -13px rgba(148, 145, 145, 0.75) inset;
    }

    .rewardTable tr:nth-child(4) td:nth-child(2),
    .rewardTable tr:nth-child(6) td:nth-child(2) {
        background: #c8ddf3;
		box-shadow: 6px 1px 21px -13px rgba(148, 145, 145, 0.75) inset;
    }

    .rewardTable tr:nth-child(3) td:nth-child(3),
    .rewardTable tr:nth-child(5) td:nth-child(3),
    .rewardTable tr:nth-child(7) td:nth-child(3) {
        background: #f0f3f5;
		box-shadow: 6px 1px 21px -13px rgba(148, 145, 145, 0.75) inset;
    }

    .rewardTable tr:nth-child(4) td:nth-child(3),
    .rewardTable tr:nth-child(6) td:nth-child(3) {
        background: #fcfdff;
		box-shadow: 6px 1px 21px -13px rgba(148, 145, 145, 0.75) inset;
    }


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

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

    .intro .intro__des {
        margin: 0 auto 0px;
        font-size: 18px;
        line-height: 1.3;
        padding-bottom: 50px;
        background: linear-gradient(to bottom, #1E5265 0%, #002353 100%),
            url('../images/banner_mobile1.jpg');
        /* max-width: 290px; */
    }
}

.tnc {
    font-size: 16px;
    line-height: 1.3;
    text-align: left;
    margin: 20px auto 50px;
    /* color: #fff; */
    font-weight: 400;
    max-width: 1250px;
}

.pointTitle {
    font-size: 34px;
    line-height: 50px;
    text-align: center;
    margin: 70px auto 40px;
    color: #C1CDD8;
    font-weight: 700;
    max-width: 824px;
}

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

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

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

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

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

.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: #C7CCD1;
    font-weight: 400;
    text-align: center;
    color: #002353;
    border-top: 2px solid #002353;
    padding: 20px 5%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media screen and (max-width: 768px) {
    .tnc {
        font-size: 12px;
        line-height: 1.3;
        margin: 20px 12px 40px;
        /* max-width: 300px; */
    }

    .pointTitle {
        font-size: 20px;
        line-height: 24px;
        margin: 0 auto 30px;
        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(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%;
        font-size: 13px;
    }

    .planTable tr:nth-child(2) td {
        padding: 10px 2%;
        font-size: 13px;
    }

    .planTable tr:nth-child(3) td {
        padding: 15px 5%;
    }

    .planTable tr:nth-child(4) td {
        border-bottom: 2px solid #002353;
        padding: 15px 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: 23px;
        line-height: 1.3;
        text-align: center;
        margin: 0 auto 0px;
        background: linear-gradient(to bottom, transparent 0%, #1E5265 30%), url('../images/banner_mobile1.jpg');
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        padding-bottom: 25px;
        /* max-width: 302px; */
    }

    .intro__des {
        /* background: linear-gradient(#13405f, #002353 90%); */
        background: #002353;
        margin: 0 auto 30px;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        /* color: #FFFFFF; */
        color: #ffffff;
        font-weight: 400;
        /* max-width: 300px; */
    }

    .intro .intro__des2 {
        background: #002353;
        margin: 0 auto;
        font-size: 16px;
        line-height: 20px;
        color: #ffffff;
    }

    .intro__subheading2 {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        margin: 0 auto 30px;
        max-width: 310px;
    }

    .contactTitle {
        font-size: 24px;
        line-height: 26px;
        text-align: center;
        margin: 40px auto;
        color: #002353;
        font-weight: 700;
        max-width: 350px;
    }
}


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

    .tierp {
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        color: #FFFFFF;
        background: #596D89;
        border-bottom: 2px solid #002353;
        border-top: 2px solid #002353;
        font-weight: 700;
        margin: auto;
        padding: 12px 0;
    }

}



@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: linear-gradient(#CCDFEA, #FFFFFF);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

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

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

.voucher .firstPrice {
    /* flex: 2; */
    max-width: 550px;
    max-height: 277px;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
}



.voucher .firstPrice {
    color: #002353;
    border-radius: 35px;
    padding-top: 10px;
    background: linear-gradient(180deg, #FFFFFF 6%, #DEE9F4 22%, #DDECFA 84%, #B0C3D8 100%);
}

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

.voucher .firstPrice div:nth-child(1) {
    font-size: 36px;
    font-weight: bold;
    line-height: 42px;
    max-width: 500px;
    padding-top: 15px;
    text-align: center;
    margin: auto;
    padding-bottom: 20px;
    border-bottom: 2px dashed;
}

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

.travelVoucher .voucher_tnc {
    margin: 35px 15px 90px;
}

.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: 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 {
        padding: 50px 0px 0;
        /* background-image: url('../images/travel_voucher_bg_mobile.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; */
    }

    .voucher .firstPrice {
        max-width: 320px;
        padding: 10px 15px;
    }

    .voucher .firstPrice div:nth-child(1) {
        font-size: 20px;
        line-height: 1.3;
        padding: 10px 15px;
    }

    .voucher .firstPrice div:nth-child(2) {
        font-size: 39px;
    }

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

    .travelVoucher .voucher_tnc {
        margin: -30px 15px 50px;
    }
}

@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: 22px;
    line-height: 25px;
    text-align: center;
    /* margin: 0 auto 5px; */
    color: #FFFFFF;
    font-weight: 700;
}

.tncTable tr:nth-child(1) td {
    background-color: #002352;
    padding: 15px 30px 10px 30px;
    border-right: 0;
    /* border-bottom: solid 2px #002353; */
}

.tncTable tr:nth-child(2) td:nth-child(1) {
    background-color: #BDD1E2;
    border-bottom: solid 2px #002353;
}

.tncTable tr:nth-child(1) td:nth-child(2) {
    background-color: #8A9CAF;
    box-shadow: 6px 1px 21px -13px rgba(148, 145, 145, 0.75) inset;
    border-bottom: solid 2px #002353;
}

.tncTable tr:nth-child(1) td:nth-child(3) {
    background-color: #627186;
    box-shadow: 6px 1px 21px -13px rgba(148, 145, 145, 0.75) inset;
    border-bottom: solid 2px #002353;
}

.tncTable tr:nth-child(1) td:nth-child(5) {
    background-color: #5A7EA8;
    box-shadow: 6px 1px 21px -13px rgba(148, 145, 145, 0.75) inset;
    border-bottom: solid 2px #002353;
}

.tncTable tr:nth-child(1) td:nth-child(6) {
    background-color: #537199;
    box-shadow: 6px 1px 21px -13px rgba(148, 145, 145, 0.75) inset;
    border-bottom: solid 2px #002353;
}


.tncTable tr:nth-child(2) td:nth-child(2),
.tncTable tr:nth-child(2) td:nth-child(3) {
    background: linear-gradient(#FFFFFF 10%, #CFDAE8);
    box-shadow: 6px 1px 21px -13px rgba(148, 145, 145, 0.75) inset;
    padding: 15px 0;
}

.tncTable tr:nth-child(2) td:nth-child(4),
.tncTable tr:nth-child(2) td:nth-child(5) {
    background: linear-gradient(#EFF8FF, #EFF8FF, #C1D8ED);
    box-shadow: 6px 1px 21px -13px rgba(148, 145, 145, 0.75) inset;
}

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


.tncTable tr:nth-child(1) 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: 2px 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: 10px 0 10px 0px;
}

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

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

.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: 30px;
    display: block;
    margin: 0 auto 180px;
}

.travelVoucher__img {
    margin-top: -60px;
}

@media screen and (max-width: 768px) {
    .travelVoucher__img {
        margin-top: -30px;
    }

    .tncTable .iconImg {
        width: auto;
        height: 100%;
        max-height: 20px;
        display: block;
        margin: 0 0 0 calc(25% - 2%);
    }

    .tncTable {
        max-width: 360px;
        margin: 0 auto 10px;
        table-layout: fixed;
        padding: 0px;
    }

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

    .tncTable tr td {
        background-color: #FFFFFF;
        border-right: 1px solid #002353;
        filter: drop-shadow(2px 0px 4px #00000050);
    }

    .tncTable tr:nth-child(5) td {
        filter: none;

    }

    .tncTable tr:nth-child(1) td {
        padding: 15px 0px;
        border-right: 1px solid #002353;
    }

    .tncTable tr:nth-child(2) td {
        padding: 10px 0px;
        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(1) td:nth-child(2) {
        background-color: #002353;
    }

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

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

    .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(#FFFFFF, #CFDAE8);
        border-bottom: 0;
        padding: 20px 0;
    }

    .tncTable tr:nth-child(3) td:nth-child(2),
    .tncTable tr:nth-child(4) td:nth-child(2) {
        background: linear-gradient(#FFFFFF, #CFDAE8);
        padding: 12px 0;
    }

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

    .tncTable tr:nth-child(4) td:nth-child(1) {
        background-color: #627186;
        padding: 10px 5px 10px;
    }


    .tncTable tr:nth-child(6) td:nth-child(1) {
        background-color: #587DA8;
        padding: 10px 5px 10px;
    }

    .tncTable tr:nth-child(6) td:nth-child(2) {
        background: linear-gradient(#FFFFFF, #EFF8FF, #EFF8FF);
    }

    .tncTable tr:nth-child(7) td:nth-child(1) {
        padding: 10px 5px 10px;
        background-color: #517099;
        border-bottom-left-radius: 15px;
    }

    .tncTable tr:nth-child(7) td:nth-child(2) {
        background: linear-gradient(#FFFFFF, #EFF8FF, #EFF8FF);
        border-bottom-right-radius: 15px;
    }

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


    .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-fluid {
        margin: 0 auto;
    }
}

@media (max-width: 620px) {
    .privileges {
        padding: 40px 15px;
    }
}

.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 30px;
    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; */
    font-weight: 200;
}

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

.plane_svg {
    position: absolute;
    top: -60px;
    height: 362px;
    width: 100%;
}

.svg {
    width: 900px;
}

.svg__character {
    fill: #06038d;
}

.svg__line {
    fill: none;
    stroke: #c6007e;
    stroke-dasharray: 6;
    stroke-width: 1;
    stroke-linejoin: round;
}

.svg__dot {
    fill: #c6007e;
}

.svg__plane {
    transform: translate(-6px, -11px) rotate(25deg);
    fill: #c6007e;
    opacity: 0;
}

.svg__mask {
    fill: none;
    stroke: white;
    stroke-width: 10;
    stroke-dasharray: 480;
    stroke-dashoffset: 480;
}

@media screen and (max-width: 768px) {
    .plane_svg {
        top: -30px;
        height: 200px;
    }
}