@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;600;700;900&display=swap");
@font-face {
  font-family: "Hightide";
  font-style: normal;
  font-weight: normal;
  src: local("Hightide"), url("Hightide-4D56.woff") format("woff");
}
p{
font-family: "Lato", "Open Sans", sans-serif;
font-size: 20px;
}
.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;
}
@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: 20px;
  height: 100%;
  position: relative;
  background-color: #fff;
}
#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__heading {
  font-size: 35px;
  line-height: 1.3;
}
.intro__heading2 {
  font-size: 28px;
  line-height: 1.3;
}
/*  */
 /*  */

 .section__3, .section__4 {
   background-color: rgb(112, 225, 227, .3);
 }


 .section__5{
  background: rgb(112,225,227);
  background: linear-gradient(180deg, rgba(112,225,227,0.3) 0%, rgba(112,225,227,0.3) 50%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
 }
.section__5 .card > div:nth-child(1){
  height: 50px;
  display: flex;
  align-items: flex-start;
  margin-bottom:20px;
}

.section__5 .card > div:nth-child(2){
 
  margin:10px 0;
}


.sectionplus .card div:nth-child(1){
  min-height:170px;
  display: flex;
  align-items: center;
  justify-content: center;
}











/*  */
/*  */
.icon-ul li img {
  padding-right: 20px;
}
.download__phone {
  position: relative;
  z-index: 99;
}
.register {
  margin-top: -290px !important;
  background-color: white !important;
}
.register-inner {
  margin-top: 290px !important;
  background-color: #f0fafc;
  padding-bottom: 150px;
}
.payment {
  margin-top: -320px !important;
  background-color: white !important;
}
.payment-inner {
  margin-top: 250px !important;
  background-color: white;
  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: 30px;
  text-align: center;
}
.h1tag {
  font-size: 50px;
  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;
}

@media (max-width: 767px) {
  #intro .intro__heading {
    max-width: 560px;
    margin: 0 auto;
  }
}
#intro .intro__subheading {
  margin: 15px auto 0;
  max-width: 1200px;
  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 {
  background-color: #5bc2e7;
  padding-top: 40px;
}
#download .download__heading {
  font-size: 50px;
  line-height: 1.3;
  font-weight: 400 !important;
}
@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;
  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 {
  padding: 40px 0;
  background-color: #f5f5f5;
}
#cta .cta__heading {
  font-size: 30px;
  line-height: 1.3;
  font-weight: bold;
}
@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: 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: 50px;
  }
  #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: 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-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 {
    margin-top: 100px !important;
  }
  .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: -60px !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) {
  .sectionplus .intro__heading {
    font-size: 28px;
    padding-left: 5px;
    padding-right: 5px;
  }

  #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;
  }
}
@media screen and (max-width: 479px) {
  #intro .intro__heading {
    font-size: 25px;
    line-height: 1.3;
  }
}

/* // abstract clasess */
.font18{
  font-size: 18px;
}
.tblue{
  color: #0667b0;
}
.card-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 70px;
}
.font-weight-slim {
  font-weight: 300 !important;
}
.smaller {
  font-size: 18px;
    line-height: 19px;
}
.smallest{
  font-size: 14px;
    line-height: 15px;
}
#spacingdiv {
  height: 80px;
  margin-top: -80px;
  display: block;
  position: relative;
  background: white;
}
.rounded-border {
  border-radius: 15px;
}
.lightblue {
  background-color: #70cde3;
}
.b-h3 {
  font-size: 26px;
  font-weight: bold;
}
.card-section .lead {
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 0;
}
.x5-size {
  font-size: 80px;
}
.how-to-win {
  max-width: 1400px;
  margin: 0 auto;
  padding: 70px;
}
.how-to-win h3 {
  font-size: 36px;
}
.win-card-wrapper {
  margin-top: 100px;
}
.win-card {
  border: 3px solid #0067b1;
  border-radius: 15px;
}
.win-card h5 {
  width: 200px;
  background-color: #0067b1;
  border-radius: 10px;
  line-height: 60px;
  color: white;
  margin: -50px auto 0 auto;
  height: 70px;
  font-size: 18px;
}
.win-card h3 {
  font-size: 26px;
}
.table-section{
  background-color: #F5F5F5;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 70px;
}
.pointswrapper{
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 70px;
}
.pointsimg img{
  max-height: 160px;
    width: auto;
    margin: 15px 0;
}
.br-top{
border-top-right-radius:15px ;
}
.bl-top{
  border-top-left-radius:15px ;
  }
  @media screen and (max-width: 1400px) {
    .appicons{
      max-width:130px;
    }
  }
@media screen and (max-width: 1200px) {
  .small-center {
    text-align: center !important;
  }
 
  .mobilebg{
    height: 530px;
    background: #5bc2e7;
  }
  .appicons{
    max-width:170px;
  }
}
@media screen and (max-width: 991px) {
  .card-wrap-div {
    margin: 40px 0;
  }
  
}
@media screen and (max-width: 767px) {
  #spacingdiv {
    height: 400px;
}
  .card-section {
    padding: 0;
  }
  .how-to-win {
    padding: 0;
  }
  .table-section{

    padding: 30px 0;
  }
  .pointswrapper {
    padding: 30px 0;
}
.b-h3 {
  font-size: 16px;
}
.b-h4{
  font-size: 16px;
}
 /* #spacingdiv {
    height: 530px;
  } */
  .mobilebg{
    height: 530px;
    background: #5bc2e7;
  }
}
@media screen and (max-width: 600px) {
  /* #spacingdiv {
    height:350px;
} */
}
@media screen and (max-width: 500px) {

}
/* //carosal plugin */

/* The controlsy */
.cardss_wrapper {
  /* position: relative; */
}
.cardss__slide img {
  width: 100%;
}
.cardss__arrows {
  transform: translateY(-50%);
  position: absolute;
  margin-top: -160px;
  left: 0;
  position: absolute;
  max-width: 100%;
  width: 100%;
}
.cardss__arrows .slick-prev {
  left: 0;
  position: absolute;
  background-image: url("../img/prev.svg");
  border: 0;
  height: 50px;
  width: 50px;
  background-color: none;
  border-radius: 35px;
  top: -50px;
}
.cardss__arrows .slick-next {
  right: 0;
  position: absolute;
  background-image: url("../img/next.svg");
  border: 0;
  height: 50px;
  width: 50px;
  background-color: none;
  border-radius: 35px;
  top: -50px;
}
.slick-slide{
  margin-top: 70px;
}
.debitcard-section-title {
  margin-top: 60px;
}
.byyou {
  font-size: 80px;
}
.by-you-img {
  max-width: 230px;
}
.price-box {
  height: 20px;
}
@media screen and (max-width: 1399px) {
  .wv-100 {
    width: 100% !important;
    max-width: 1400px;
  }
}

@media screen and (max-width: 1200px) {
  .cardss__arrows {
    margin-top: -190px;
    max-width: 100vw;
    width: 100vw;
  }
}
@media screen and (max-width: 991px) {
  .cardss__arrows {
    margin-top: -170px;
  }
  .win-card-wrapper {
    margin-top: 0;
  }
  .byyou {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .cardss__arrows {
    margin-top: -180px;
  }
  .by-you-img {
    max-width: 160px;
  }
  .x5-size {
    font-size: 24px;
  }
}

.applybtn {
  background-color: #0067b1;

  padding: 15px 90px;
  margin-bottom: 70px;
}
.spend-secton {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 52%, rgba(245, 245, 245, 1) 52%, rgba(255, 255, 255, 1) 100%);
}


b, strong {
  font-weight: bold;
}

.iconcard{
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

/* section__4 */

.section__4 .twrap{
  height: 60px;
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.twrap + p{
  height: 130px;
}
.bluebg{
  background-color: rgb(112, 225, 227, .3);
}
.sectionplus .card{
  text-align:center;
  justify-content: top;
  padding:30px;
  height: 390px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.sectionplus .card img{
  padding: 20px 0;
}
.sectionplus .card h4{
  color: #0667b0;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 15px 0;
}
.sectionplus .card h4 + p{
  font-size: 18px;
  font-weight: 300;
}

.downphonesection{
  background-image: url('.././img/bluebg.png');
}
@media screen and (max-width: 991px) {
  .downphonesection{
    background-image: url('.././img/bgsm.png');
    background-position: 50% 50%;
  }
  .section__3 .intro__heading{
    padding: 60px 0 ;
  }
  /* .section__3 .intro__heading2 , .section__4 .intro__heading2, .intro__heading2 + p{
    text-align: center;
  } */
  .intro__heading2 + p{
    margin-bottom: 50px;
  }
  #spacingdiv {
    height:160px;
  }
  .mobileappsection{
    align-items: center;
  }

  .sectionplus .card h4{
    font-size: 1.3rem;
    padding: 0 0 15px;
  }
  .sectionplus .card h4 + p{
    font-size: 16px;
  }
}


/* abstract2 */
.bg-black{
  background-color: black;
}




/* bootom video only */


.slider,
.slider-mobile {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto
}

.slider .slider-image,
.slider-mobile .slider-image {
    text-align: center
}

.slider .slider-image img,
.slider-mobile .slider-image img {
    border-radius: 6px
}

.slider .slick-slide img,
.slider-mobile .slick-slide img {
    display: block;
    margin: 0 auto
}

.slider .slick-slide:focus,
.slider .slick-slide a,
.slider-mobile .slick-slide:focus,
.slider-mobile .slick-slide a {
    outline: none
}

.slider-mobile {
    padding-left: 0;
    padding-right: 0
}

.slider-arrow-custom {
    width: 53px;
    margin: 0 auto;
    padding-bottom: 18px
}

.bottom-video {
    position: relative;
    z-index: 99;
    padding-top: 56px;
    background: #5bc2e7;
    /* margin-bottom: 300px */
}

.bottom-video .video-title {
    padding-bottom: 56px;
    /* width: 66.66%; */
    /* margin: 0 auto; */
    color: #fff;
    font-size: 24px;
    line-height: 1
}

@media screen and (max-width:991px) {
    .bottom-video .video-title {
        font-size: 22px;
        line-height: 1
    }
}

@media screen and (max-width:767px) {
    .bottom-video .video-title {
        font-size: 18px;
        line-height: 1
    }
}

@media screen and (max-width:479px) {
    .bottom-video .video-title {
        font-size: 14px;
        line-height: 1
    }
}

@media(max-width:991px) {
    .bottom-video .video-title {
        width: 82.66%
    }
}

@media(max-width:767px) {
    .bottom-video .video-title {
        font-size: 38px;
        line-height: 1.2;
        width: 100%;
        padding-left: 32px;
        padding-right: 32px;
        padding-bottom: 56px
    }
}

@media screen and (max-width:767px) and (max-width:991px) {
    .bottom-video .video-title {
        font-size: 34px;
        line-height: 1.2
    }
}

@media screen and (max-width:767px) and (max-width:767px) {
    .bottom-video .video-title {
        font-size: 28px;
        line-height: 1.2
    }
}

@media screen and (max-width:767px) and (max-width:479px) {
    .bottom-video .video-title {
        font-size: 22px;
        line-height: 1.2
    }
}

.bottom-video .video-title-caption {
    font-size: 40px;
    line-height: 1.1;
    /* width: 60% */
}

@media(max-width:767px) {
    .bottom-video .video-title-caption {
        width: 100%
    }
}

.bottom-video .video-title-subcaption {
    font-family: hightide, sans-serif;
    font-size: 140px;
    line-height: 1.1;
    font-size: 100px;
    line-height: .8
}

@media screen and (max-width:1199px) {
    .bottom-video .video-title-subcaption {
        font-size: 110px;
        line-height: 1.1
    }
}

@media screen and (max-width:991px) {
    .bottom-video .video-title-subcaption {
        font-size: 99px;
        line-height: 1.2
    }
}

@media screen and (max-width:767px) {
    .bottom-video .video-title-subcaption {
        font-size: 99px;
        line-height: 1.2
    }
}

@media screen and (max-width:479px) {
    .bottom-video .video-title-subcaption {
        font-size: 99px;
        line-height: 1.2
    }
}

@media(max-width:767px) {
    .bottom-video .video-title-subcaption {
        line-height: 1
    }
}

.bottom-video .video-full-width {
    width: 100%;
    display: block
}

.bottom-video .video-full-width video {
    display: block;
    width: 100%
}

.bottom-video .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center
}

@media(max-width:767px) {
    .bottom-video .slick-dots {
        position: relative;
        bottom: -10px
    }
}

.bottom-video .slick-dots li {
    display: inline;
    margin: 10px
}

.bottom-video .slick-dots li.slick-active img {
    border: 2px solid #fff
}

.bottom-video .slick-dots img {
    border: 2px solid #555;
    width: 100px;
    margin-bottom: 10px
}

.bottom-video .download-app {
    min-height: 600px;
    width: 66.66%;
    margin: 0 auto;
    padding-top: 92px;
    display: table;
    font-size: 24px;
    line-height: 1;
    font-size: 50px
}

@media screen and (max-width:991px) {
    .bottom-video .download-app {
        font-size: 22px;
        line-height: 1
    }
}

@media screen and (max-width:767px) {
    .bottom-video .download-app {
        font-size: 18px;
        line-height: 1
    }
}

@media screen and (max-width:479px) {
    .bottom-video .download-app {
        font-size: 14px;
        line-height: 1
    }
}

@media(max-width:991px) {
    .bottom-video .download-app {
        width: 100%;
        padding-left: 32px;
        padding-right: 32px;
        padding-top: 72px
    }
}

.bottom-video .download-app .download-title {
    position: relative;
    z-index: 1;
    color: #fff
}

@media(max-width:991px) {
    .bottom-video .download-app .download-title {
        width: 100%;
        font-size: 40px;
        font-weight: 700;
        line-height: .8
    }
}

.bottom-video .download-app .download-title .download-title-subcaption {
    font-weight: 400;
    font-family: hightide, sans-serif;
    font-size: 140px;
    line-height: 1.1;
    font-size: 100px;
    line-height: .8
}

@media screen and (max-width:1199px) {
    .bottom-video .download-app .download-title .download-title-subcaption {
        font-size: 110px;
        line-height: 1.1
    }
}

@media screen and (max-width:991px) {
    .bottom-video .download-app .download-title .download-title-subcaption {
        font-size: 99px;
        line-height: 1.2
    }
}

@media screen and (max-width:767px) {
    .bottom-video .download-app .download-title .download-title-subcaption {
        font-size: 99px;
        line-height: 1.2
    }
}

@media screen and (max-width:479px) {
    .bottom-video .download-app .download-title .download-title-subcaption {
        font-size: 99px;
        line-height: 1.2
    }
}

@media(max-width:991px) {
    .bottom-video .download-app .download-title .download-title-subcaption {
        line-height: 1;
        padding-bottom: 72px
    }
}

.bottom-video .download-app .download-title .download-now {
    padding-top: 72px;
    font-size: 24px;
    font-weight: 400;
    max-width: 320px
}

@media(max-width:991px) {
    .bottom-video .download-app .download-title .download-now {
        padding-top: 24px;
        text-align: center;
        line-height: 1;
        margin: 0 auto;
        padding-bottom: 10px
    }
}

.bottom-video .download-app .download-title .download-now p {
    color: #000
}

.bottom-video .download-app .download-title .download-button {
    padding-top: 24px;
    padding-bottom: 37px
}

@media(max-width:991px) {
    .bottom-video .download-app .download-title .download-button {
        width: 239px;
        margin: 0 auto;
        padding-top: 12px;
        padding-bottom: 24px
    }
}

.bottom-video .download-app .download-title .download-button .ios img:hover,
.bottom-video .download-app .download-title .download-button .android img:hover {
    opacity: .7
}

.bottom-video .download-app .download-phone {
    position: relative;
    z-index: 0
}

.bottom-video .download-app .download-phone .phone-container {
    left: 20%
}

.bottom-video .download-app .download-phone .phone-container img {
    display: block;
    margin: 0 auto
}

@media(min-width:991px) {
    .bottom-video .download-app .download-phone .phone-container {
        width: 100%;
        position: absolute;
        right: -130px;
        bottom: -280px
    }
    .bottom-video .download-app .download-phone .phone-container img {
        float: right
    }
}

@media(min-width:1200px) {
    .bottom-video .download-app .download-phone .phone-container {
        width: 100%;
        position: absolute;
        right: -130px;
        bottom: -280px
    }
    .bottom-video .download-app .download-phone .phone-container img {
        float: none;
        margin: 0 auto
    }
}

@media(max-width:991px) {
    .bottom-video .download-app .download-phone {
        min-height: 500px
    }
    .bottom-video .download-app .download-phone .phone-container {
        position: absolute;
        left: 0;
        right: 0
    }
}

@media(max-width:767px) {
    .bottom-video .download-app .download-phone {
        min-height: 300px
    }
    .bottom-video .slick-dots{
      padding-bottom: 50px;
    }
}

@media(min-width:767px) {

.slick-slide{
margin-top:0;
}
.bottom-video .slick-dots{
  bottom: auto;
}
}