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

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

.intro {
    padding: 40px 68.38px 50px
}

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

@media (max-width: 620px) {
    .intro {
        padding: 30px 30.38px
    }
}

.intro .intro__heading {
    width: 80%;
    margin: 20px auto;
    font-size: 22px;
    line-height: 1.3;
    text-align: center
}

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

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

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

.intro .intro__subheading {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.3
}

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

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

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

@media (max-width: 991px) {
    .intro .intro__subheading {
        text-align: center
    }
}

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

.intro .intro__table {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 20px
}

@media (max-width: 991px) {
    .intro .intro__table {
        max-width: 420px;
        width: 100%;
        margin: 40px auto 20px;
        padding-left: 0
    }
}

@media (max-width: 991px) {
    .intro .intro__table {
        text-align: center
    }
}

@media (max-width: 991px) {
    .intro .intro__table table img {
        margin: 0 auto
    }
}

.intro .intro__table table .table__subtitle {
    color: #707070;
    font-size: 16px;
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.3
}

@media screen and (max-width: 991px) {
    .intro .intro__table table .table__subtitle {
        font-size: 20px;
        line-height: 1.3
    }
}

@media screen and (max-width: 768px) {
    .intro .intro__table table .table__subtitle {
        font-size: 18px;
        line-height: 1.3
    }
}

@media screen and (max-width: 479px) {
    .intro .intro__table table .table__subtitle {
        font-size: 18px;
        line-height: 1.3
    }
}

.category {
    padding: 40px 68.38px 50px
}

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

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

.category .category__heading {
    color: #0067B1;
    font-size: 22px;
    line-height: 1.3;
    text-align: center
}

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

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

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

.category .category__subheading {
    font-size: 20px;
    line-height: 1.3;
    text-align: center
}

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

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

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

.category__cards {
    margin-top: 30px
}

.category__card {
    position: relative;
    border: 1px solid #9FD9FF;
    border-radius: 10px;
    padding: 40px 30px 103px 30px;
    transition: 0.4s;
    margin-bottom: 20px
}

.category__card:hover {
    transform: scale(1.05, 1.05);
    -webkit-box-shadow: 10px 20px 22px 0px rgba(53, 98, 124, 0.27);
    -moz-box-shadow: 10px 20px 22px 0px rgba(53, 98, 124, 0.27);
    box-shadow: 10px 20px 22px 0px rgba(53, 98, 124, 0.27)
}

.category__card-title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.3
}

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

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

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

.category__card-highlight {
    color: #0067B1;
    font-size: 22px;
    line-height: 1.3
}

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

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

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

.category__card-offer {
    margin-top: 15px
}

.category__card-offer .list-table {
    vertical-align: top
}

.category__card-offer .list-table::before {
    content: "\2022";
    color: #0067B1;
    display: inline-block;
    width: 15px
}

.category__card-offer .font-green {
    color: #6CC24A
}

.category__card-arrow{position:absolute;bottom:40px;right:30px;width:150px;height:40px;text-align:center;line-height:28px;background-color:#3767af;border-radius:10px;cursor:pointer;padding-top:5px;color:#FFF;}

.category__modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 95
}

.category__modal .modal-content {
    box-shadow: none;
    border-radius: 0;
    border: none;
    padding: 3%
}

.category__modal-group {
    margin-bottom: 30px
}

.category__modal-group_label {
    margin-bottom: 10px;
    color: #0067B1;
    font-size: 20px;
    line-height: 1.3
}

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

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

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

.category__modal li {
    padding: 3px 0
}

.category__modal li,
.category__modal-footnote {
    color: #707070;
    font-size: 14px;
    line-height: 1.3
}

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

    .category__modal li,
    .category__modal-footnote {
        font-size: 14px;
        line-height: 1.3
    }
}

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

    .category__modal li,
    .category__modal-footnote {
        font-size: 14px;
        line-height: 1.3
    }
}

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

    .category__modal li,
    .category__modal-footnote {
        font-size: 14px;
        line-height: 1.3
    }
}

.category__modal a {
    text-decoration: underline
}

.category__modal .list-table {
    vertical-align: top
}

.category__modal .list-table::before {
    content: "\2022";
    color: #0067B1;
    display: inline-block;
    width: 15px
}

.category__table {
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%
}

.category__table th,
.category__table td {
    padding: 3% 5%;
    border: 2px solid #0067B1;
    text-align: center
}

@media (max-width: 479px) {

    .category__table th,
    .category__table td {
        padding: 4% 1%;
        font-size: 12px
    }

    .category__table th sup,
    .category__table td sup {
        font-size: 10px;
        top: -.6em
    }
}

.category__table th,
.category__table-highlight {
    color: #0067B1
}

.category__table-head {
    background-color: #D7F0F8
}

.form {
    text-align: center;
    background-color: #E2F5F9;
    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__inner {
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
}

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

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

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

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

.form--subheading {
    padding-top: 10px
}

.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: #8b989e;
    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: #818a91;
}

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

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

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

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

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

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

.footer__top {
    margin: 0 68.38px
}

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

.footer__top .footer__tnc {
    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: #5BC2E7;
    color: #ffffff;
    font-weight: bold;
    padding: 45.28px 68.38px
}

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

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

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

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

@media screen and (max-width: 600px) {
    .footer__top .footer__box.footer__box-premier .footer__box-heading {
        font-size: 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: 30px;
    line-height: 1.3
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #5BC2E7;
    width: 270px;
    padding: 0 45.28px 0 68.38px
}

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

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

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

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

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

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

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

.footer__mid .footer__mid-right {
    padding: 22.64px 45.28px 0 68.38px
}

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

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

@media (max-width: 620px) {
    .footer__mid .footer__mid-right {
        padding: 16px 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 1px 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
}

.footer__btm p {
    padding-bottom: 20px
}

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