@import url("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: 0px;
  padding-left: 0px;
}
@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: 0px;
  padding-left: 0px;
}
@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: 0px;
  padding-left: 0px;
}
@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: 0px;
  padding-left: 0px;
}
@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: 0px;
  padding-left: 0px;
}
.row--table-xxs {
  margin-right: 0;
  margin-left: 0;
}
.row--table-xxs > [class*="col-"] {
  padding-right: 0px;
  padding-left: 0px;
}
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;
}
.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 0;
  position: relative;
}
@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 {
  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: 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: #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 {
  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 {
  padding: 70px;
  height: 100%;

  position: relative;
}
#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 {
  margin-top:20px;
  background-color: white !important;
}
.register-inner {
  /* margin-top: 90px !important; */
  background-color: #f0fafc;
  padding-top:50px;
  padding-bottom:30px;
}
.payment {
  margin-top:20px;
  background-color: white !important;
}
.payment-inner {
  /* margin-top: 250px !important; */
  padding-top: 50px;
  background-color: #F5F5F5;
  padding-bottom: 50px;
}
/* #slider-main1 {
  margin-top: -200px;
} */
#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: white;
  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: white !important;
  font-size: 16px !important;
  line-height: 40px;
  text-align: center;
}
.h1tag {
  font-size: 45px;
  line-height: 1.3;
  color: #0067b1;
  font-weight: bold;
}
.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;
  font-weight: bold;
  font-size: 18px;
}

@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: black;
}
@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 {
  margin-top: 20px;
  background: rgb(91,194,231);
background: linear-gradient(180deg, rgba(91,194,231,1) 0%, rgba(91,194,231,1) 85%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%);
  padding: 80px 0 0 0;
}
#download .download__heading {
  font-size: 35px;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  #download {
    padding-bottom: 0;
    background: rgb(91,194,231);
  }
  #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: 0 auto 0;
  }
}

#download .download-button {
  padding-top: 5px;
  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;
    text-align: center;
  }
}
@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;
  /* padding: 136px 0 66px; */
  position: relative;
}
@media (max-width: 479px) {
  .register {
    /* padding: 90px 0; */
  }
}
.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:after {
  content: "";
  display: inline-block;
  background-color: #0067b1;
  width: 100%;
  height: 2px;
  top: -20px;
  position: relative;
} */
.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: bold;
  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;
  /* background: linear-gradient(to right, rgba(112, 204, 226, 0.18) 0%, rgba(225, 225, 225, 0) 70%); */
  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: #000000;
  }
}
@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 {
  margin-top: -220px;
  padding: 40px 0;
  background-color: #ffffff;
}
#cta .cta__heading {
  margin-top: 220px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  #cta {
    margin-top: -150px;
    padding: 0 0 30px 0;
    background-color: #f5f5f5;
  }
  #cta .cta__heading {
    font-size: 26px;
    line-height: 1.3;
    margin-top: 60px;
  }
}
@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;
}
#cta .cta__button a:hover,
#cta .cta__button a:active,
#cta .cta__button a:focus {
  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: white;
  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;
  }

  .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: 0px;
  }
}
@media screen and (max-width: 991px) {
  /* #slider-step2 .slick-track div:nth-child(n + 5) {
    display: none;
  } */
  #slider-cap1 {
    order: 2;
  }
  #slider-step1 {
    order: 1;
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
  #slider-step3 {
    order: 1;
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
  #slider-step2 {
    margin-top: 0px !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 {
    /* margin-top: 100px !important; */
  }
  .register #slider-step1 .slick-track {
    width: auto !important;
  }
  .register #slider-step3 .slick-track {
    width: auto !important;
  }
  .register #slider-step2 .slick-track {
    width: auto !important;
  }
  .register .first-slider-txt {
    text-align: center;
  }
  /* .download__phone {
    margin-bottom: -300px !important;
  } */
  .h1tag {
    padding-top: 0 !important;
  }
  #cta {
    margin-top: 360px !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) {
  .register #slider-step1 .slick-track {
    width: 200px !important;
  }
  #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: 30px;
    padding-bottom: 20px;
  }
  #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;
  }
  /* .h1bnr2-js {
    margin-top: -160px;
  } */
  /* #slider-main1 {
    margin-top: -160px;
  } */
  .mobile-t-center {
    text-align: center;
  }
  .register {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 479px) {
  .register #slider-step1 .slick-track {
    width: 340px !important;
  }
  #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) {
  /* .h1bnr2-js {
    margin-top: -490px !important;
  } */
  /* #slider-step1 {
    margin-top: 440px !important;
  } */
  .register-inner {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 690px) {
  /* .h1bnr2-js {
    margin-top: -160px !important;
  } */
  #slider-step1 {
    margin-top: 0px !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;
}
#rewards {
  margin-top: 60px;
}
.btn-findoutmore {
  background-color: #0067b1;
  border-radius: 10px;
  padding: 20px 40px;
}
.font-weight-slim {
  font-weight: 300;
}
.l-height-30 {
  line-height: 30px;
}
/** heading styles*/

.content__heading {
  font-size: 35px;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .svg-m {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .svg-b {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  /* #slider-main1 {
    margin-top: -100px;
  } */
}



/*  */

/*  */


/*  */



/*  */
