@import "https://fonts.googleapis.com/css2?family=Lato:wght@300;400;600;700;900&display=swap";

.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-lg {
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 1200px) {
  .row--table-lg {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0 auto;
  }
}

.row--table-lg > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 1200px) {
  .row--table-lg > [class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}

.row--table-md {
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 992px) {
  .row--table-md {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0 auto;
  }
}

.row--table-md > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  .row--table-md > [class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}

.row--table-sm {
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 768px) {
  .row--table-sm {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0 auto;
  }
}

.row--table-sm > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 768px) {
  .row--table-sm > [class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}

.row--table-xs {
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 320px) {
  .row--table-xs {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0 auto;
  }
}

.row--table-xs > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 320px) {
  .row--table-xs > [class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}

.row--table-xsm {
  margin-right: 0;
  margin-left: 0;
}

.row--table-xsm > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row--table-xxs {
  margin-right: 0;
  margin-left: 0;
}

.row--table-xxs > [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;
}

.text-center {
  text-align: center;
}

.text-color--blue {
  color: #0067b1;
}

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: #0067b1;
}

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

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

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

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

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

.footer__top {
  margin: 0 68.38px;
}

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

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

.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: #fff;
  font-weight: 700;
  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: 767px) {
  .footer__top .footer__box.footer__box-premier .footer__box-heading {
    font-size: 32px;
    line-height: 1.3;
  }
}

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .footer__top .footer__box {
    padding: 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: 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: 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: 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: 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: 13px;
    line-height: 1.3;
  }
}

.footer__top .footer__box .footer__box-subheading a {
  color: #fff;
}

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

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

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

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

.footer__mid .footer__mid-left {
  background: #5bc2e7;
  width: 270px;
  padding: 0 45.28px 0 68.38px;
}

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

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

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

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

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

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

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

.footer__mid .footer__mid-right {
  padding: 22.64px 0 0 22.82px;
}

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

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

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

@media (max-width: 479px) {
  .footer__mid .footer__mid-right {
    padding: 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 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: 24.64px;
  text-align: justify;
}

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

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

.footer__btm {
  margin: 45.28px 68.38px 0;
}

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

@media (max-width: 479px) {
  .hide--xs {
    display: none;
  }
}

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

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

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

#banner img {
  width: 100%;
}

#intro {
  background-image: url(../img/lamp-center-big.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 70px;
  height: 100%;
  min-height: 400px;
  max-height: 400px;
  position: relative;
  background-color: #f0fafc;
}

#intro img {
  bottom: 0;
  max-width: 250px;
}

#intro .imgl {
  left: 0;
}

#intro .imgr {
  right: 0;
  transform: translateX(180);
}

@media (max-width: 991px) {
  #intro {
    padding: 60px 0;
  }
}

#intro .intro__heading {
  font-size: 35px;
  line-height: 1.3;
}

.icon-ul li img {
  padding-right: 20px;
}

.download__phone {
  position: relative;
  z-index: 99;
}

.register {
  background-color: #fff !important;
}

.register-inner {
  background-color: #f0fafc;
  padding-bottom: 100px;
}

.payment {
  margin-top: -320px !important;
  background-color: #fff !important;
}

.payment-inner {
  margin-top: 250px !important;
  background-color: #fff;
  padding-bottom: 50px;
}

#slider-cap1 {
  bottom: 0;
  left: 0;
  z-index: 9999;
}

#slider-step1 {
  margin-top: 40px !important;
}

#slider-step2 {
  margin-top: 120px !important;
}

#slider-step1 .items {
  padding: 5px;
}

.slider-step .slick-slide {
  background-image: url(.././img/bg-grey.svg);
  margin-right: 10px;
  background-size: cover;
  font-size: 16px !important;
  color: #fff;
  padding: 5px;
  width: 20px;
}

.slider-step .slick-slide.slick-current {
  background-image: url(.././img/bg-red.svg);
}

.slider-step .slick-slide {
  width: 40px !important;
  height: 40px !important;
  cursor: pointer;
}

.slick-initialized .slick-slide p {
  font-size: 18px;
  font-weight: 300;
}

.slider-step .slick-slide h3 {
  color: #fff !important;
  font-size: 16px !important;
  line-height: 40px;
  text-align: center;
}

.h1tag {
  font-size: 50px;
  line-height: 1.3;
  color: #0067b1;
  font-weight: 100;
}

.highlighted-text {
  color: #0067b1;
  font-weight: 600;
}

.bg-c1 {
  margin-top: -150px;
}

.bg-c2 {
  margin-top: -150px;
  right: 0;
  transform: rotate(180deg);
}

.step-title {
  margin-top: 50px;
  color: #ef3e42;
}

@media (max-width: 767px) {
  #intro .intro__heading {
    max-width: 560px;
    margin: 0 auto;
  }
}

#intro .intro__subheading {
  margin: 15px auto 0;
  max-width: 1030px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 100;
  color: #000;
}

@media screen and (max-width: 1100px) {
  #intro .intro__subheading {
    font-size: 18px;
  }
}

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

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

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

.heading__product {
  color: #0067b1;
  position: relative;
  margin: 0 auto;
  max-width: 480px;
  font-size: 30px;
  line-height: 1.3;
}

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

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

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

.heading__product::before,
.heading__product::after {
  border-top: 2px solid #0067b1;
  content: "";
  position: absolute;
  top: 50%;
  width: 30%;
}

@media (max-width: 991px) {
  .heading__product::before,
  .heading__product::after {
    width: 24%;
  }
}

@media (max-width: 767px) {
  .heading__product::before,
  .heading__product::after {
    display: none;
  }
}

.heading__product::before {
  transform: translateX(-130%);
}

.heading__product::after {
  transform: translateX(30%);
}

.subheading__product {
  margin-top: 55px;
  position: relative;
  font-size: 25px;
  line-height: 1.3;
}

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

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

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

.subheading__product img {
  position: absolute;
  transform: translate(-50%, 100%);
  left: 50%;
  bottom: 0;
  max-width: 65%;
}

@media (max-width: 767px) {
  .subheading__product img {
    max-width: 65%;
  }
}

#download {
  background-color: #5bc2e7;
  padding: 80px 0;
}

#download .download__heading {
  font-size: 35px;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  #download {
    padding-bottom: 0;
  }

  #download .download__heading {
    font-size: 31px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  #download .download__heading {
    font-size: 28px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 479px) {
  #download .download__heading {
    font-size: 25px;
    line-height: 1.3;
  }
}

#download .download__subheading {
  font-size: 13px;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  #download .download__subheading {
    font-size: 16px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  #download .download__subheading {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 479px) {
  #download .download__subheading {
    font-size: 14px;
    line-height: 1.3;
  }
}

@media (max-width: 991px) {
  #download .download__subheading {
    text-align: center;
    margin: 30px auto 0;
    max-width: 500px;
  }
}

#download .download__content--wrapper {
  max-width: 70%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  #download .download__content--wrapper {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  #download .download__phone {
    max-width: 80%;
    margin: 50px auto 0;
  }
}

#download .download-button {
  padding-top: 24px;
  padding-bottom: 15px;
}

@media (max-width: 991px) {
  #download .download-button {
    text-align: center;
    padding-bottom: 10px;
  }
}

#download .download-button .ios img,
#download .download-button .android img {
  display: inline-block;
}

#download .download-button .ios img:hover,
#download .download-button .android img:hover {
  opacity: 0.7;
}

#download .download__feature {
  font-size: 20px;
  line-height: 1.3;
}

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

@media screen and (max-width: 767px) {
  #download .download__feature {
    font-size: 17px;
    line-height: 1.3;
  }
}

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

@media (max-width: 991px) {
  #download .download__feature table {
    max-width: 80%;
    margin: 0 auto;
  }
}

#download .download__feature td {
  padding-top: 25px;
}

#download .download__feature td:nth-child(2) {
  padding-left: 15px;
}

.register {
  background-color: #ade9ff;
  position: relative;
}

@media (max-width: 479px) {
}

.register h2 {
  color: #0067b1;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .register h2 {
    margin-bottom: 15px;
  }
}

.register .slider-main {
  margin-top: 60px;
}

.register .slider-main .slick-slide {
  text-align: center;
}

.register .slider-main .slick-slide img {
  display: inline-block;
}

.register .slider-step {
  max-width: 500px;
  margin: 0 auto 20px;
}

.register .slider-step.slider-desktop {
  max-width: 212px;
}

.register .slider-step .slick-slide {
  text-align: center;
  width: 70px;
  font-size: 30px;
  color: #818a91;
  display: inline-block;
  cursor: pointer;
}

@media (max-width: 479px) {
  .register .slider-step .slick-slide {
    height: 50px;
  }
}

.register .slider-step .slick-slide:focus {
  outline: none;
}

.register .slider-step .slick-slide h3 {
  font-size: 30px;
}

@media (max-width: 479px) {
  .register .slider-step .slick-slide h3 {
    font-size: 24px;
  }
}

.register .slider-step .slick-slide.slick-current {
  color: #0067b1;
}

.register .slider-step .slick-slide.slick-current:after {
  background-color: #fff;
}

.register .slider-cap .slick-slide {
  text-align: center;
}

.register .slider-cap .slick-slide h3 {
  font-size: 25px;
  font-weight: 700;
  color: #0067b1;
  text-shadow: none;
  margin-bottom: 25px;
  margin-top: 0;
}

@media (max-width: 479px) {
  .register .slider-cap .slick-slide h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

.register .slider-cap .slick-slide p {
  color: #0067b1;
  font-size: 20px;
  text-shadow: none;
  margin: 0;
}

@media (max-width: 479px) {
  .register .slider-cap .slick-slide p {
    font-size: 17px;
    line-height: 1.3;
  }
}

.transfer {
  background-image: url(../images/bg-transfer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0;
}

@media (max-width: 479px) {
  .transfer {
    padding: 90px 0;
  }
}

.transfer__tab-content {
  margin-top: 100px;
  padding: 80px 0;
}

@media (max-width: 479px) {
  .transfer__tab-content {
    margin-top: 50px;
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .transfer__slick-tab-mobile-wrapper {
    max-width: 211px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: -4px;
  }
}

.transfer__slick-mobile {
  margin-right: 20px;
}

@media (max-width: 991px) {
  .transfer__slick-mobile {
    margin-right: 0;
  }
}

.transfer__phone {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .transfer__phone {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 767px) {
  .transfer__phone {
    top: -16px;
    right: 0;
    left: 0;
    bottom: 0;
    transform: translate(0, 0);
  }
}

@media (max-width: 991px) {
  .transfer__phone img {
    margin: 0 auto;
  }
}

.transfer__slick-img-mobile {
  width: 211px;
  opacity: 0.78;
}

@media (max-width: 991px) {
  .transfer__slick-img-mobile {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .transfer__slick-img-mobile {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
}

.transfer__slick-img-mobile.slick-slide,
.transfer__slick-img-mobile.slick-cloned {
  margin: 0 50px;
}

@media (max-width: 991px) {
  .transfer__slick-img-mobile.slick-slide,
  .transfer__slick-img-mobile.slick-cloned {
    margin: 0 50px;
  }
}

.transfer__slick-img-mobile.slick-active {
  opacity: 0.41;
}

.transfer__slick-img-mobile.slick-current
  + .transfer__slick-img-mobile.slick-active {
  opacity: 0.78;
}

.transfer__slick-img-mobile.slick-current {
  opacity: 1;
}

.transfer__tab-content-right {
  max-width: 315px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .transfer__tab-content-right {
    margin-top: 50px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .transfer__tab-content-right {
    margin-top: 40px;
  }
}

.transfer__slick-text-heading {
  font-size: 25px;
  line-height: 1.3;
  color: #0067b1;
}

@media screen and (max-width: 991px) {
  .transfer__slick-text-heading {
    font-size: 23px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .transfer__slick-text-heading {
    font-size: 21px;
    line-height: 1.3;
  }
}

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

.transfer__slick-text-disclaimer {
  font-size: 12px;
  color: #bababa;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .transfer__slick-text-disclaimer {
    color: #000;
  }
}

@media (max-width: 479px) {
  .transfer__slick-text-disclaimer {
    margin-top: 5px;
    line-height: 1.3;
  }
}

.transfer__slick-text-subheading {
  font-size: 20px;
  color: #0067b1;
  margin-top: 15px;
}

@media (max-width: 479px) {
  .transfer__slick-text-subheading {
    margin-top: 5px;
    line-height: 1.3;
    font-size: 17px;
  }
}

.transfer__arrow-wrapper {
  position: relative;
  margin-top: 20px;
}

.transfer__arrow-wrapper table {
  max-width: 100px;
  width: 100%;
}

@media (max-width: 991px) {
  .transfer__arrow-wrapper table {
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .transfer__arrow-wrapper table td img {
    margin: 0 auto;
  }
}

#cta {
  padding: 40px 0;
  background-color: #f5f5f5;
}

#cta .cta__heading {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  #cta .cta__heading {
    font-size: 26px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  #cta .cta__heading {
    font-size: 24px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 479px) {
  #cta .cta__heading {
    font-size: 22px;
    line-height: 1.3;
  }
}

#cta .cta__button {
  background-color: #0067b1;
  margin: 35px auto 0;
  max-width: 255px;
  width: 100%;
  font-size: 25px;
  line-height: 1.3;
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  #cta .cta__button {
    font-size: 23px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  #cta .cta__button {
    font-size: 21px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 479px) {
  #cta .cta__button {
    font-size: 20px;
    line-height: 1.3;
  }
}

@media (max-width: 479px) {
  #cta .cta__button {
    margin: 25px auto 0;
  }
}

#cta .cta__button a {
  color: #fff;
  display: block;
  padding: 10px;
}

#cta .cta__button a:hover,
#cta .cta__button a:active,
#cta .cta__button a:focus {
  background: #5bc2e7;
}

@media screen and (max-width: 1360px) {
  #intro img {
    max-width: 230px;
  }
}

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

@media screen and (max-width: 1200px) {
  .bg-c1 {
    max-width: 450px;
  }

  .h1tag {
    padding-top: 0;
  }

  #intro {
    background-image: url(../img/lamp-center.png);
  }

  #intro img {
    max-width: 190px;
  }

  .icon-ul {
    display: flex;
    justify-content: space-between;
  }

  .icon-ul li {
    margin-top: 30px;
    flex-direction: column;
    text-align: center;
    font-size: 15px;
  }

  .icon-ul li img {
    padding-right: 0;
  }

  .h1tag {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  #slider-cap1 {
    order: 2;
  }

  #slider-step1 {
    order: 1;
    max-width: 100%;
    display: flex;
    justify-content: center;
  }

  #slider-step2 {
    margin-top: 0 !important;
  }

  #slider-step2 .slick-track {
    transform: none !important;
    max-width: 100%;
    display: flex;
    justify-content: center;
  }

  .second-slideer1 {
    order: 2;
    text-align: center;
  }

  .second-slideer1 .h1tag {
    margin-top: 50px;
  }

  #slider-main2 {
    text-align: center;
  }

  #slider-main2 img {
    margin: auto;
  }

  .second-slideer2 {
    order: 1;
  }

  .register #slider-step1 .slick-track {
    width: auto !important;
  }

  .register #slider-step2 .slick-track {
    width: auto !important;
  }

  .register .first-slider-txt {
    text-align: center;
  }

  .download__phone {
    margin-bottom: -150px !important;
  }

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

  #cta {
    margin-top: 310px !important;
  }

  #intro {
    max-height: 100%;
  }

  #intro .imgl,
  #intro .imgr {
    display: none;
  }

  #intro .intro__heading {
    font-size: 31px;
    line-height: 1.3;
  }

  .icon-ul {
    display: flex;
    justify-content: space-between;
    margin-left: 10% !important;
  }

  .icon-ul li {
  }
}

@media screen and (max-width: 767px) {
  #slider-step2 {
    margin-top: 20px !important;
  }

  #intro .intro__heading {
    font-size: 28px;
    line-height: 1.3;
  }

  .icon-ul {
    display: flex;
    justify-content: space-between;
    margin-left: 0 !important;
  }

  .icon-ul li p {
    padding: 0 10px;
  }

  .slider-1-img-mobile {
    max-width: 250px !important;
    margin: 0 auto;
  }

  .hide-mobilesize {
    display: none;
  }

  .h1tag {
    font-size: 25px;
  }

  #slider-step1 {
    margin-top: 10px !important;
  }

  .step-title {
    margin-top: 10px;
  }

  .second-slideer2 {
    max-width: 250px !important;
    margin: 0 auto;
  }

  #slider-cap2 {
    order: 2;
  }

  #slider-step2 {
    order: 1;
  }

  .bg-c1,
  .bg-c2 {
    max-width: 300px;
  }

  .bg-c2 {
    margin-top: 0;
    max-width: 300px;
  }
}

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

.slider-step .slick-slide.slick-current {
  background-image: url(.././img/bg-red.svg);
}

.register .slider-step .slick-slide.slick-current {
  background-image: url(.././img/bg-red.svg) !important;
}

.slider-1-img-mobile {
  order: 1;
}

.first-slider-txt {
  order: 2;
}

@media screen and (max-width: 767px) {
  #slider-step1 {
    margin-top: 440px !important;
  }

  .register-inner {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 690px) {
  #slider-step1 {
    margin-top: 0 !important;
  }
}

.slider-step .slick-slide.slick-current {
}

.slider-step .slick-slide.slick-current h3 {
  line-height: 40px;
}

.slider-step .slick-slide {
  padding: 0 !important;
  width: 40px;
  height: 40px;
}

.slider-step .slick-slide {
  padding: 0 !important;
}

.items.slick-slide.slick-current.slick-center {
  outline: none !important;
}

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

.jom-derma-style {
  font-size: 18px;
  color: #3c3c3c;
}

@media (max-width: 991px) {
  .jom-derma-style {
    font-size: 16px;
  }
}

.jom-derma-style strong {
  font-weight: 900;
}

.dcm {
  font-size: 12px;
}

.topbanner {
  position: relative;
  height: 790px;
  background-image: url(../img/jom-derma/bg-jom-derma.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.topbanner .rhblogo {
  position: absolute;
  top: 40px;
  left: 0;
  width: 245px;
  height: 100px;
  background-color: #70cde3;
  background-image: url(../img/jom-derma/vector/rhb-logo.svg);
  background-size: 142px auto;
  background-repeat: no-repeat;
  background-position: center;
}

.topbanner .ttl-txt {
  font-size: 60px;
  line-height: 65px;
  font-weight: 100;
}

.topbanner .ttl {
  font-family: hightide;
  font-size: 120px;
  line-height: 150px;
}

.topbanner .bottombtn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.bottombtn {
  position: fixed;
  top: 650px;
  right: 50px;
  z-index: 1050;
}

.bottombtn .btn-cus,
.bottombtn a.btn-cus {
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  color: #0067b1;
  font-size: 22px;
  font-weight: 700;
  padding: 15px 70px 15px 20px;
  background-image: url(../img/jom-derma/vector/ico-plus.svg);
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: right 20px center;
  cursor: pointer;
  text-decoration: none;
}

.topbanner .btn-cus:hover {
  background-color: #eee;
}

@media (max-width: 991px) {
  .topbanner {
    height: 500px;
  }

  .topbanner .rhblogo {
    top: 15px;
    height: 60px;
    width: 130px;
    background-size: 70% auto;
  }

  .topbanner .ttl-txt {
    font-size: 30px;
    line-height: 40px;
  }

  .topbanner .ttl {
    font-size: 70px;
    line-height: 60px;
    margin-bottom: 30px;
  }

  .bottombtn .btn-cus,
  .bottombtn a.btn-cus {
    font-size: 16px;
    padding: 10px 60px 10px 15px;
    background-size: 30px;
    background-position: right 15px center;
  }

  .bottombtn {
    position: fixed;
    top: 430px;
    right: 0;
  }
}

.about-1 .intro {
  background-color: #5bc2e7;
  color: #fff;
  font-size: 18px;
}

.about-1 .intro .ttl {
  font-size: 48px;
  line-height: 60px;
  font-weight: 100;
}

.about-1 .yt-bg {
  background: linear-gradient(180deg, #5bc2e7 50%, #e1f3fd 50%);
  margin: -1px 0;
}

.videoWrapper {
  position: relative;
  padding-bottom: 45%;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-1 .outro {
  background-color: #e1f3fd;
  color: #fb637e;
}

.about-1 .outro .hash {
  font-size: 45px;
  line-height: 35px;
  font-weight: 100;
}

.about-1 .outro .b-text {
  font-size: 100px;
  line-height: 100px;
  font-family: hightide;
}

@media (max-width: 991px) {
  .about-1 .intro .ttl {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px;
  }

  .videoWrapper {
    padding-bottom: 56.25%;
  }

  .about-1 .outro .hash {
    font-size: 30px;
    line-height: 25px;
  }

  .about-1 .outro .b-text {
    font-size: 60px;
    line-height: 60px;
  }
}

#charity {
  background-color: #f0fafc;
  padding-bottom: 100px;
}

#charity .bg {
  height: 530px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  font-size: 45px;
  line-height: 55px;
  font-weight: 100;
}

#charity .bg {
  display: none;
}

#charity .bg.show {
  display: flex !important;
}

#charity .scr-xs {
}

#charity .scr-xs {
  position: relative;
  margin-top: -40px;
  overflow-x: auto;
}

#charity .scr-xs {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#charity .scr-xs::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

#charity .ft-bar {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 7px;
  width: auto;
  display: inline-block;
  margin: 0 15px;
}

@media (min-width: 992px) {
  #charity .ft-bar {
    min-width: 1170px;
  }
}

#charity .ft-bar .spec {
  cursor: pointer;
}

#charity .ft-bar .tab a.ct-tab {
  padding: 10px 15px;
  display: block;
  color: #fb637e;
  border-radius: 10px;
}

#charity .ft-bar .tab.icon a.ct-tab {
  padding: 5px 15px;
}

#charity .ft-bar .tab.icon a.ct-tab span {
  padding: 5px 0 5px 40px;
  display: block;
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: left center;
}

#charity .ft-bar .spec.mosquessurau .tab.icon a.ct-tab span {
  background-image: url(../img/jom-derma/vector/ico-crt-Mosques-Surau.svg);
}

#charity .ft-bar .spec.churchestemples .tab.icon a.ct-tab span {
  background-image: url(../img/jom-derma/vector/ico-crt-Churches-Temples.svg);
}

#charity .ft-bar .spec.education .tab.icon a.ct-tab span {
  background-image: url(../img/jom-derma/vector/ico-crt-Education.svg);
}

#charity .ft-bar .spec.healthcare .tab.icon a.ct-tab span {
  background-image: url(../img/jom-derma/vector/ico-crt-Healthcare.svg);
}

#charity .ft-bar .spec.welfare .tab.icon a.ct-tab span {
  background-image: url(../img/jom-derma/vector/ico-crt-Welfare.svg);
}

#charity .ft-bar .tab a.ct-tab.active {
  background-color: #fb637e;
  color: #fff;
}

#charity .ft-bar .spec.mosquessurau .tab.icon a.ct-tab.active span {
  background-image: url(../img/jom-derma/vector/ico-crt-Mosques-Surau-white.svg);
}

#charity .ft-bar .spec.churchestemples .tab.icon a.ct-tab.active span {
  background-image: url(../img/jom-derma/vector/ico-crt-Churches-Temples-white.svg);
}

#charity .ft-bar .spec.education .tab.icon a.ct-tab.active span {
  background-image: url(../img/jom-derma/vector/ico-crt-Education-white.svg);
}

#charity .ft-bar .spec.healthcare .tab.icon a.ct-tab.active span {
  background-image: url(../img/jom-derma/vector/ico-crt-Healthcare-white.svg);
}

#charity .ft-bar .spec.welfare .tab.icon a.ct-tab.active span {
  background-image: url(../img/jom-derma/vector/ico-crt-Welfare-white.svg);
}

@media (max-width: 991px) {
  #charity .scr-xs {
    margin-top: -30px;
  }

  #charity .ft-bar {
    width: 900px;
    font-size: 14px;
    padding: 7px 5px;
  }

  #charity .ft-bar .tab a.ct-tab {
    padding: 8px 10px;
    display: block;
    color: #fb637e;
    border-radius: 10px;
  }

  #charity .ft-bar .tab.icon a.ct-tab {
    padding: 5px 10px;
  }

  #charity .ft-bar .tab.icon a.ct-tab span {
    padding: 3px 0 3px 35px;
    display: block;
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: left center;
  }

  #charity .bg {
    font-size: 25px;
    line-height: 35px;
    height: 250px;
    padding-bottom: 30px;
  }
}

.qr-ctgr {
  display: none;
}

.qr-ctgr.show {
  display: block !important;
}

#charity .qr-sec {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  height: 100%;
  padding-bottom: 80px;
  overflow: hidden;
}

#charity .qr-sec .info {
  padding: 40px 25px 0px;
}

#charity .qr-img {
  border-radius: 10px;
  overflow: hidden;
}
#charity .modal .qr-img {
  max-width: 300px;
}

#charity .qr-tag {
  background-color: #0067b1;
  display: inline-block;
  color: #fff;
  padding: 7px 10px;
  border-radius: 7px;
  font-weight: 700;
  line-height: 1;
}

#charity .qr-p-name {
  font-size: 30px;
  line-height: 35px;
  color: #0067b1;
}

#charity .qr-sec .view {
  color: #0067b1;
  font-weight: 700;
  border-bottom: 2px solid #0067b1;
  display: inline-block;
  position: absolute;
  bottom: 40px;
  left: 25px;
  cursor: pointer;
}

#charity .loadall {
  color: #0067b1;
  font-weight: 700;
  border: 2px solid #0067b1;
  padding: 15px 30px;
  border-radius: 10px;
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  cursor: pointer;
}

@media (min-width: 992px) {
  #charity .loadall {
    position: absolute;
    top: 0;
    right: 0;
  }
}

#charity .loadall:hover {
  background-color: #0067b1;
  color: #fff;
}

@media (max-width: 991px) {
  #charity .qr-sec {
    padding-bottom: 65px;
  }

  #charity .qr-sec .info {
    padding: 25px 15px 0px;
  }

  #charity .qr-sec .view {
    left: 15px;
  }

  #charity .qr-tag {
    padding: 5px 7px;
  }

  #charity .qr-p-name {
    font-size: 24px;
    line-height: 30px;
  }

  #charity .loadall {
    font-size: 16px;
    line-height: 21px;
    padding: 10px 25px;
  }
}

#charity .modal-dialog {
  max-width: 700px;
  position: relative;
}

#charity .modal-dialog .modal-body {
  padding: 45px;
}

#charity .modal-dialog .close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1000;
  cursor: pointer;
  opacity: 1;
}

#charity .modal-dialog .close-bt {
  text-align: right;
}

#charity .modal-dialog .close-bt span {
  padding: 0 30px 1px 0;
  background-image: url(../img/jom-derma/vector/ico-close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}

@media (max-width: 991px) {
  #charity .modal-dialog .modal-body {
    padding: 45px 15px 30px;
  }
}

#join-now .ttl {
  font-size: 45px;
  line-height: 55px;
  font-weight: 100;
  color: #0067b1;
}

#join-now input.form-control.cus,
select.form-control.cus {
  height: 70px;
  padding: 0 25px;
  border-radius: 10px;
  background-color: #f0fafc;
  border: none;
  font-size: 24px;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#join-now input.form-control.cus::-webkit-input-placeholder {
  color: rgba(60, 60, 60, 0.5);
}

#join-now input.form-control.cus:-ms-input-placeholder {
  color: rgba(60, 60, 60, 0.5);
}

#join-now input.form-control.cus::placeholder {
  color: rgba(60, 60, 60, 0.5);
}

select.form-control.cus {
  color: rgba(60, 60, 60, 0.5);
  background-image: url(../img/jom-derma/vector/ico-select-dropdown.svg);
  background-size: 23px 13px;
  background-repeat: no-repeat;
  background-position: right 25px center;
  padding: 0 50px 0 25px;
}

select.form-control.cus option {
  color: #3c3c3c;
}

select.form-control.cus option:first-child {
  color: rgba(60, 60, 60, 0.5);
}

#join-now .cb-tnc {
  font-size: 12px;
  font-weight: 100;
}

#join-now .cb-tnc input {
  display: none;
}

#join-now .cb-tnc input + .cb-img img.checked,
#join-now .cb-tnc input:checked + .cb-img img.uncheck {
  display: none;
}

#join-now .cb-tnc input:checked + .cb-img img.checked {
  display: block;
}

#join-now .cb-tnc label[for="cb"] {
  cursor: pointer;
}

#join-now .btn-cus,
#join-now a.btn-cus {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  background-color: #0067b1;
  display: inline-block;
  padding: 20px 40px;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}

#join-now .btn-cus:hover {
  background-color: #014c81;
}

@media (max-width: 991px) {
  #join-now .ttl {
    font-size: 28px;
    line-height: 38px;
  }

  #join-now input.form-control.cus,
  #join-now select.form-control.cus {
    height: 50px;
    padding: 0 15px;
    font-size: 18px;
  }

  #join-now select.form-control.cus {
    background-size: 20px 10px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding: 0 35px 0 15px;
  }

  #join-now .cb-tnc .cb-img img {
    width: 20px;
  }

  #join-now .btn-cus,
  #join-now a.btn-cus {
    font-size: 18px;
    padding: 15px 40px;
  }
}

@media (min-width: 1200px) {
  #download.md-bt {
    margin-bottom: 300px;
  }
}

@media (min-width: 992px) {
  #download.md-bt .p-ab {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #download.md-bt {
    margin-bottom: 150px;
  }
}

@media (max-width: 991px) {
  #download.md-bt {
    margin-bottom: 200px;
  }
}

#download {
  color: #fff;
}

#download .download-title-caption {
  font-size: 55px;
  line-height: 55px;
}

#download .download-title-subcaption {
  font-size: 108px;
  line-height: 90px;
  margin-bottom: 55px;
  font-family: hightide;
}

#download .download-now {
  color: #0067b1;
}

@media (max-width: 991px) {
  #download .download-title-caption {
    font-size: 35px;
    line-height: 35px;
  }

  #download .download-title-subcaption {
    font-size: 80px;
    line-height: 60px;
    margin-bottom: 45px;
  }
}

.find-out-more {
  color: #0067b1;
  font-size: 45px;
  line-height: 55px;
  font-weight: 100;
}

.find-out-more .btn-cus,
.find-out-more a.btn-cus {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  background-color: #0067b1;
  display: inline-block;
  padding: 25px 40px;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}

.find-out-more .btn-cus:hover {
  background-color: #014c81;
}

@media (max-width: 991px) {
  .find-out-more {
    font-size: 28px;
    line-height: 38px;
  }

  .find-out-more .btn-cus {
    padding: 15px 30px;
    font-size: 17px;
  }
}

.form--error-message {
  padding-top: 10px;
  color: #ef3e42;
  font-size: 14px;
  line-height: 19px;
}

.cus-btn {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  background-color: #0067b1;
  display: inline-block;
  padding: 20px 40px;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}

.mobile_scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.mobile_scroll::-webkit-scrollbar {
  display: none;
}

.primcolor {
  color: #0067b1;
}

a.full-qr {
  font-size: 18px;
  font-weight: 700;
  color: #818181;
  border-bottom: 1px solid #818181;
  text-decoration: none;
}

@media (min-width: 768px) {
  .rhb-cookie-banner .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .rhb-cookie-banner .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .rhb-cookie-banner .container {
    max-width: 1170px;
  }
}
