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

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

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 !important
    }
}

@media (max-width: 620px) {
    .hide--xxsm {
        display: none
    }
}

@media (max-width: 767px) {
    .hide--sm {
        display: none !important
    }
}

@media (max-width: 991px) {
    .hide--md {
        display: none
    }
}

@media (max-width: 1199px) {
    .hide--lg {
        display: none
    }
}

.show--lg {
    display: none !important
}

@media (max-width: 1199px) {
    .show--lg {
        display: block !important
    }
}

.show--md {
    display: none !important
}

@media (max-width: 991px) {
    .show--md {
        display: block !important
    }
}

.show--sm {
    display: none !important
}

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

.show--xxsm {
    display: none !important
}

@media (max-width: 620px) {
    .show--xxsm {
        display: block !important
    }
}

.show--xs {
    display: none !important
}

@media (max-width: 479px) {
    .show--xs {
        display: block !important
    }
}

body {
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Lato', 'Open Sans', sans-serif;
    color: #4a565c;
    background: #fff
}

@media screen and (max-width: 991px) {
    body {
        font-size: 16px;
        line-height: 1.6
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 15px;
        line-height: 1.6
    }
}

@media screen and (max-width: 479px) {
    body {
        font-size: 15px;
        line-height: 1.6
    }
}

a {
    color: #025fab
}

a:hover,
a:active,
a:focus {
    color: #000
}

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

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

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

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

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

.form--heading {
    color: #002E69;
    font-size: 3.4rem;
    font-weight: 700
}

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

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

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

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

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

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

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

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

.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: 767px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form--submit-btn {
    font-size: 150%;
    padding: 0 30px;
    height: 54px;
    line-height: 54px;
    border-radius: 8px;
    border: 0;
    display: inline-block;
    background: #FF0000;
    color: #fff
}

.form--submit-btn:hover,
.form--submit-btn:active,
.form--submit-btn:focus {
    color: #fff;
    background: #d60000
}

@media (max-width: 767px) {
    .form--submit-btn {
        display: block;
        width: 15%;
        text-align: center;
        height: 44px;
        font-size: 120%;
        line-height: 44px;
        border-radius: 4px
    }
}

@media (max-width: 620px) {
    .form--submit-btn {
        width: 20%
    }
}

@media (max-width: 479px) {
    .form--submit-btn {
        width: 30%
    }
}

@media (max-width: 767px) {
    .form--submit-btn {
        padding: 0 15px
    }
}

.g-recaptcha {
    text-align: left
}

.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: 40px 30px 0 145px
}

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

.footer__top .footer__tnc {
    color: #0667B0;
    padding: 45.28px 0 22.64px;
    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: 767px) {
    .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: 767px) {
    .footer__top .footer__tnc {
        padding: 22.64px 0
    }
}

@media (max-width: 620px) {
    .footer__top .footer__tnc {
        padding: 22.64px 0 11px 0
    }
}

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

.footer__top .footer__tnc a {
    color: #0667B0;
    padding: 0 10px;
    border-left: 1px solid #0667B0;
    font-size: 15px;
    line-height: 1.3
}

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

@media screen and (max-width: 767px) {
    .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: 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;
    font-weight: 500
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: xsm) {
    .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: 18px;
        line-height: 1.3
    }
}

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

@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: 767px) {
    .footer__top .footer__box .footer__box-subheading {
        font-size: 24px;
        line-height: 1.3
    }
}

@media screen and (max-width: xsm) {
    .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: 13px;
        line-height: 1.3
    }
}

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

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

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

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

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

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

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

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

@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: 767px) {
    .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: 767px) {
    .footer__mid .footer__mid-right.mid-right-short {
        display: table-cell;
        padding: 0
    }
}

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

@media (max-width: 767px) {

    .footer__mid .footer__mid-right .islam__logo,
    .footer__mid .footer__mid-right .footer__mid-right-text {
        vertical-align: middle
    }
}

.footer__mid .footer__mid-right .islam__logo {
    width: 42px
}

@media (max-width: 620px) {
    .footer__mid .footer__mid-right .islam__logo {
        width: 36px;
        display: block;
        float: left;
        margin: 0 12px 40px 0
    }
}

@media (max-width: 479px) {
    .footer__mid .footer__mid-right .islam__logo {
        width: 30px;
        margin: 2px 12px 65px 0
    }
}

@media (max-width: 375px) {
    .footer__mid .footer__mid-right .islam__logo {
        margin: 2px 12px 95px 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: 24.64px;
    text-align: justify
}

@media (max-width: 1199px) {
    .footer__mid .footer__mid-right .footer__mid-right-copyright {
        font-size: 12px
    }
}

@media (max-width: 479px) {
    .footer__mid .footer__mid-right .footer__mid-right-copyright {
        margin-top: 20.58px;
        padding-right: 30.38px
    }
}

.footer__btm {
    margin: 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
}

.banner {
    position: relative
}

.banner img {
    width: 100%
}

.banner__logo {
    position: absolute;
    left: 0;
    top: 4.6%;
    width: 21.4%
}

.intro {
    background: radial-gradient(circle, #00449b 0%, #001735 100%);
    padding: 120px 0 200px;
    text-align: center
}

@media (max-width: 991px) {
    .intro {
        padding: 90px 0 170px
    }
}

@media (max-width: 767px) {
    .intro {
        padding: 70px 0 150px
    }
}

@media (max-width: 479px) {
    .intro {
        padding: 40px 0 100px
    }
}

.intro__title {
    font-size: 42px;
    line-height: 1.3;
    color: #fff
}

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

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

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

.intro__rate {
    padding: 70px 0 75px;
    font-size: 200px;
    color: #52C6ED;
    text-align: center;
    font-weight: 700px;
}

.intro__rate {
    font-size: 180px;
}

.intro__ratepa {
    font-size: 140px;
}

@media (max-width: 991px) {
    .intro__rate {
        padding: 50px 0 55px;
        font-size: 170px;
    }

    .intro__ratepa {
        font-size: 130px;
    }
}

@media (max-width: 767px) {
    .intro__rate {
        padding: 40px 0 45px;
        font-size: 110px;
    }

    .intro__ratepa {
        font-size: 70px;
    }
}

@media (max-width: 479px) {
    .intro__rate {
        padding: 30px 0 35px;
        font-size: 80px;
    }

    .intro__ratepa {
        font-size: 50px;
    }
}

.intro__desc {
    font-size: 22px;
    line-height: 2;
    color: #fff
}

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

@media screen and (max-width: 767px) {
    .intro__desc {
        font-size: 16px;
        line-height: 2
    }
}

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

.intro__wrapper {
    padding: 110px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px
}

@media (max-width: 991px) {
    .intro__wrapper {
        padding: 80px 0
    }
}

@media (max-width: 767px) {
    .intro__wrapper {
        padding: 60px 0
    }
}

@media (max-width: 479px) {
    .intro__wrapper {
        padding: 40px 0
    }
}

@media (max-width: 620px) {
    .intro__wrapper {
        flex-direction: column
    }

    .intro__wrapper img {
        width: 70%
    }
}

.intro__subtitle {
    font-size: 32px;
    line-height: 1.3;
    color: #fff;
    font-weight: 700
}

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

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

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

.intro__yt {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1156px;
    border-radius: 12px;
    padding: 0;
    margin: 55px auto 44px;
    overflow: hidden
}

@media (max-width: 991px) {
    .intro__yt {
        margin: 45px auto 34px
    }
}

@media (max-width: 767px) {
    .intro__yt {
        margin: 35px auto 24px
    }
}

@media (max-width: 479px) {
    .intro__yt {
        margin: 25px auto 20px
    }
}

.intro__yt:before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.intro__yt iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.intro__btn-lightB {
    padding: 73px 0 181px
}

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

@media (max-width: 767px) {
    .intro__btn-lightB {
        padding: 40px 0 100px
    }
}

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

.intro__btn-lightB a {
    background: #5BC2E7;
    color: #fff;
    font-weight: 700;
    border-radius: 12px;
    padding: 25px 10px;
    display: block;
    margin: 0 auto;
    max-width: 196px;
    width: 100%;
    font-size: 18px;
    line-height: 1.3
}

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

@media screen and (max-width: 767px) {
    .intro__btn-lightB a {
        font-size: 15px;
        line-height: 1.3
    }
}

@media screen and (max-width: 479px) {
    .intro__btn-lightB a {
        font-size: 15px;
        line-height: 1.3
    }
}

.intro__btn-lightB a:hover {
    background: #1fa6d6
}

.intro__btn-darkB a {
    background: #002E69;
    color: #fff;
    font-weight: 700;
    border-radius: 12px;
    padding: 30px 10px;
    display: block;
    margin: 0 auto;
    max-width: 200px;
    width: 100%;
    font-size: 18px;
    line-height: 1.3
}

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

@media screen and (max-width: 767px) {
    .intro__btn-darkB a {
        font-size: 15px;
        line-height: 1.3
    }
}

@media screen and (max-width: 479px) {
    .intro__btn-darkB a {
        font-size: 15px;
        line-height: 1.3
    }
}

.intro__btn-darkB a:hover {
    background: #000c1d
}

.background-tableblue {
    background: #002e69 !important;
}

.table-bordertopblue {
    border-top: 1.5px solid;
    border-color: #52C6ED;
}


.table-bordertopleftblue {
    border-top: 1.5px solid;
    border-left: 1.5px solid;
    border-color: #52C6ED;
}


.border-toprightcurve {
    border: 1.5px solid #52C6ED;
    border-top-right-radius: 25px;
    border-collapse: separate;
}

.table-font {
    color: #52C6ED;
}

.font-light {
    color: #fff;
}

.table-font-middle {
    text-align: center !important;
    vertical-align: middle !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}


.ratetableheader-fs {
    font-size: 21px;
}

.ratetable-fs {
    font-size: 20px;
}

@media (max-width: 991px) {
    .ratetableheader-fs {
        font-size: 20px;
    }

    .ratetable-fs {
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    .ratetableheader-fs {
        font-size: 20px;
    }

    .ratetable-fs {
        font-size: 19px;
    }
}

@media (max-width: 479px) {
    .ratetableheader-fs {
        font-size: 20px;
    }

    .ratetable-fs {
        font-size: 19px;
    }
}