/*===============================
=            General            =
===============================*/
body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  color: #5c666f;
  overflow: hidden;
}
body.loaded {
  opacity: 1;
}
a {
  text-decoration: none;
}
section {
  position: relative;
}
h1,
h2,
h3,
h4,
h5 {
  color: #000;
}
.app *,
.app .content a {
  user-select: none !important;
  cursor: default !important;
}
/*-----  End of General  ------*/
/*==============================
=            Header            =
==============================*/
.share-on {
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  right: 50px;
  font-size: 13px;
  color: #5e9fca;
}
.share-on img {
  height: 14px;
  position: relative;
  top: 3px;
  margin-left: 2px;
}
.fork-from {
  font-size: 11px;
  color: #6e7d8b;
  margin-left: 10px;
  margin-top: -2px;
  position: relative;
  top: -2px;
}
.fork-from img {
  height: 20px;
  position: relative;
  top: 6px;
  margin-left: 2px;
}
.logo {
  position: fixed;
  top: 50px;
  left: 50px;
  z-index: 100000;
}
.navbar {
  position: fixed;
  top: 45px;
  right: 50px;
  list-style: none;
  z-index: 9999;
  font-size: 13px;
}
.navbar li {
  display: inline-block;
  margin-left: 40px;
}
.navbar a {
  color: #5c666f;
}
.navbar .download-link {
  position: relative;
  color: #eb5424;
}
.navbar .download-link i {
  background: url("../img/blue-arrow.svg") no-repeat 100% 60%;
  width: 8px;
  height: 8px;
  display: inline-block;
}
.navbar .dropdown-download {
  width: 330px;
  text-align: center;
  position: absolute;
  right: -10px;
  border-radius: 3px;
  background: #fff;
  top: 40px;
  padding: 10px 0;
  z-index: 9999;
  position: absolute;
  border: 1px solid rgba(26,53,71,0.12);
  box-shadow: 0 1px 2px rgba(26,53,71,0.1);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0.8) translateY(-30%);
  transform: scale(0.8) translateY(-30%);
  transition: 0.4s cubic-bezier(0.3, 0, 0, 1.3);
}
.navbar .dropdown-download.visible {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  transform: none;
}
.navbar .dropdown-download ::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 30px;
  width: 13px;
  height: 7px;
  background: url("../img/popover-arrow.svg");
}
.navbar .dropdown-download a {
  display: inline-block;
  padding: 10px 0;
  width: 100px;
  border-radius: 3px;
}
.navbar .dropdown-download a:hover {
  background: #f6f6f6;
}
.navbar .dropdown-download a span {
  display: block;
  font-size: 11px;
  margin-top: 6px;
}
.navbar .dropdown-download img {
  max-height: 40px;
  width: auto;
}
/*-----  End of Header  ------*/
/*==============================
=            Footer            =
==============================*/
.main-footer {
  position: fixed;
  bottom: 30px;
  left: 50px;
  font-size: 13px;
  z-index: 9999;
}
.main-footer a {
  color: #999;
  margin-right: 20px;
}
.main-footer a:hover {
  color: #000;
}
.poweredby img {
  height: 24px;
  position: relative;
  top: 9px;
  margin-left: 4px;
}
/*-----  End of Footer  ------*/
/*==================================
=            Final Step            =
==================================*/
.step-dw {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.step-dw .step-dw-half {
  position: fixed;
  text-align: center;
  max-width: 32%;
  top: 50%;
  margin-top: -150px;
}
.step-dw .step-dw-half p {
  max-width: 400px;
  margin: 20px auto;
  display: block;
}
.step-dw .step-dw-left {
  left: 16%;
}
.step-dw .step-dw-right {
  right: 16%;
}
.step-dw .step-dw-link {
  display: inline-block;
  color: #a9b2bb;
  margin: 0;
  width: 32%;
  min-height: 113px;
  vertical-align: top;
}
.step-dw .step-dw-link img {
  height: 60px;
}
.step-dw .step-dw-link span,
.step-dw .step-dw-link iframe {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.step-dw .step-dw-link iframe {
  width: 75px;
  margin: 10px auto 0;
}
.step-dw p {
  line-height: 1.8;
}
/*-----  End of Final Step  ------*/
.phone {
  width: 746px;
  height: 628px;
  position: fixed;
  z-index: 1;
  background-image: url("../img/nexus6-shadow.png");
  background-size: 710px auto;
  background-position: 13px 5px;
  background-repeat: no-repeat;
}
.phone .screen {
  width: 360px;
  height: 640px;
  background: #eb5424;
  position: relative;
  top: -50px;
  left: 142px;
  overflow: hidden;
  transform: scale(0.71);
  -webkit-transform: scale(0.71);
}
.phone .screen .status-bar {
  height: 24px;
  background-image: url("../img/status-bar.png");
  position: relative;
  z-index: 100;
}
.phone .screen .nav-bar {
  height: 48px;
  width: 362px;
  position: absolute;
  z-index: 200;
  background-image: url("../img/nav-bar.png");
  top: 100%;
  margin-top: -46px;
}
.mobile-logo {
  height: 30px;
}
.phone.p1 {
  left: 50%;
  top: 50%;
  margin-left: -453px;
  margin-top: -273px;
  z-index: 1001;
}
.phone.p2 {
  left: 50%;
  top: 50%;
  margin-left: -683px;
  margin-top: -273px;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  z-index: 1000;
}
.phone.p3 {
  background-image: url("../img/htc-shadow.png");
  left: 50%;
  top: 46%;
  margin-top: -200px;
  margin-left: -320px;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  opacity: 0;
}
.phone.p3 .screen {
  background-color: #000;
  top: -21px;
  left: 168px;
  width: 342px;
  height: 606px;
}
.phone.p3 .screen .app {
  height: 606px;
}
.phone .content.c1 p,
.phone .content.c2 p {
  color: #808080;
  font-size: 14px;
}
.phone .content.c1 p > a,
.phone .content.c2 p > a {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}
.phone .content.c1 .login,
.phone .content.c2 .login {
  border-radius: 2px;
  color: #fff;
  display: block;
  padding: 15px 20px;
  margin-bottom: 10px;
  text-decoration: none;
  padding-left: 56px;
  background-position: -1px center;
  background-repeat: repeat-y;
  overflow: hidden;
}
.phone .content.c1 .login.fb,
.phone .content.c2 .login.fb {
  background-color: #4a90e2;
  background-image: url("../img/facebook-bg.png");
}
.phone .content.c1 .login.gplus,
.phone .content.c2 .login.gplus {
  background-color: #f44336;
  background-image: url("../img/gplus-login.png");
}
.phone .keyboard {
  height: 184px;
  width: 101%;
  background-image: url("../img/keyboard.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #263238;
  position: absolute;
  bottom: 46px;
  z-index: 100;
}
.laptop {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 400px;
  margin-left: -160px;
  margin-top: -180px;
  background-image: url("../img/laptop.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.text {
  width: 350px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -150px;
  margin-left: 100px;
  opacity: 0;
}
.text.t1 {
  opacity: 1;
  z-index: 1002;
  margin-top: -150px;
}
.text.t1 span.or {
  font-size: 12px;
  color: #6e7d8b;
  margin: 10px;
  position: relative;
  top: -2px;
}
.text.t1 .how-it-works i {
  width: 6px;
  height: 10px;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 8px;
  background: url("../img/arrow-right.svg") center no-repeat;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.text.t1 .how-it-works,
.text.t1 .create-sharelock {
  padding: 9px 14px 10px 20px;
  border-radius: 100px;
  border: 1px solid #eb5424;
  margin-top: 20px;
  display: inline-block;
  font-weight: bold;
  color: #eb5424;
  font-size: 12px;
}
.text.t1 .create-sharelock {
  border-color: #eee;
  color: #5c666f;
  margin-left: 10px;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  60% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}
.t2 {
  margin-top: -90px;
}
.text.t5 {
  left: 15%;
}
.text span {
  color: #eb5424;
  font-size: 14px;
}
.text h2 {
  color: #000;
  font-size: 35px;
  font-weight: 100;
  margin-bottom: 20px;
  line-height: 1.3;
}
.text p {
  color: #8b9090;
  font-size: 14px;
  line-height: 1.8;
}
.stores {
  height: 60px;
  width: 322px;
  z-index: 200;
  margin-top: 30px;
}
.stores-1 a {
  margin-right: 10px;
}
.stores-2 a {
  margin-left: 10px;
}
.stores-2 {
  position: fixed;
  bottom: 30px;
  right: 60px;
  display: none;
}
.stores .store {
  width: 148px;
  height: 52px;
  display: block;
}
.stores .store.google {
  float: left;
}
.stores .store.apple {
  float: right;
}
.app {
  position: absolute;
  height: 570px;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  opacity: 0;
}
.app.browser .browser-address {
  width: 100%;
  height: auto;
  display: block;
}
.app.browser .header {
  height: 200px;
}
.app.browser .loading {
  background-position: center 126px;
}
.app.browser.a3 {
  background: #fff;
}
.app.a1 {
  opacity: 1;
}
.app.a3 {
  background-image: url("../img/whatsapp-contactos.png");
  background-size: cover;
}
.app.a3 .contact {
  width: 100%;
  height: 76px;
  margin-top: 128px;
}
.app.a4 {
  background-image: url("../img/whatsapp-user.png");
  background-size: cover;
}
.app .header {
  background-color: #eb5424;
  height: 256px;
  padding: 20px;
  position: relative;
  box-shadow: 0 2px 2px rgba(0,0,0,0.24), 0 0 2px rgba(0,0,0,0.12);
}
.app .header .title {
  display: block;
  position: absolute;
  left: 31px;
  bottom: 25px;
  color: #fff;
  font-size: 24px;
  font-weight: 100;
}
.app .header .menu-button {
  display: block;
  height: 24px;
  width: 12px;
  background-image: url("../img/ico_more.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  float: right;
}
.app .content {
  overflow: hidden;
  padding: 30px;
  position: absolute;
  width: 100%;
  left: 100%;
  opacity: 0;
  height: 314px;
}
.app .content p {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 30px 0;
}
.app .content .field.icon {
  padding-left: 40px;
  background-image: url("../img/field-icons.png");
  background-repeat: no-repeat;
  background-position: left top;
}
.app .content .field.icon.who {
  background-position: left -72px;
}
.app .content .field.icon.sharelocked {
  background-position: left -143px;
}
.app .content .field .label {
  color: #eb5424;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.app .content .field .text-input {
  background: transparent;
  border-bottom: 1px solid #9b9b9b;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.app .content .field .text-input.check {
  background-image: url("../img/check-icon.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.app .content .field .tip {
  color: #000;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.app .content .field .value {
  display: block;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.app .content .field .value a {
  color: #000;
  word-wrap: break-word;
  text-decoration: underline;
}
.app .content .float-buttons {
  width: 60px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  float: right;
}
.app .content .float-buttons .btn-floating.white i.mdi-content-add {
  color: #000;
}
.app .content .float-buttons .skyblue {
  background-color: #44c7f4;
}
.app .content .float-buttons a {
  margin-top: 0;
}
.app .content.c1 {
  left: 0;
  opacity: 1;
}
.app .dialog {
  color: #fff;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  background-color: #212121;
  padding: 24px;
  position: absolute;
  bottom: -100px;
  width: 100%;
}
.app .dialog .button {
  height: 25px;
  line-height: 25px;
  color: #eb5424;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 500;
  float: right;
}
.app .share-menu {
  background-image: url("../img/share-menu.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -240px;
  width: 100%;
  height: 240px;
  z-index: 200;
}
.app .share-menu .whatsapp {
  width: 100px;
  height: 100px;
  display: block;
  position: relative;
  top: 27px;
  left: 130px;
}
.app .button-bar {
  display: block;
  padding: 20px 30px;
  background-color: #fafafa;
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.app .button-bar a.next {
  line-height: 24px;
  color: #9b9b9b;
  font-family: 'Open Sans';
  font-size: 12px;
  font-weight: 500;
  background-image: url("../img/right-arrow.png");
  background-position: 52px center;
  background-repeat: no-repeat;
  padding-right: 30px;
  height: 30px;
  display: block;
  width: 70px;
  float: right;
  line-height: 30px;
  text-decoration: none;
}
.app .loading {
  height: 100%;
  background-color: #eb5424;
  background-image: url("../img/lock.png");
  background-repeat: no-repeat;
  background-position: center 176px;
  overflow: hidden;
}
.app .loading .loading-text {
  text-align: center;
  color: #fff;
  font-family: 'Open Sans';
  font-size: 22px;
  font-weight: 400;
  margin-top: 340px;
}
.app .loading .preloader {
  display: inline;
  position: relative;
  top: 10px;
  margin-right: 20px;
}
.app .loading .preloader .spinner-layer {
  border-color: #fff;
}
.arrow {
  width: 200px;
  height: 40px;
  background-image: url("../img/orange-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  top: 50%;
  left: 41%;
  margin-left: -146px;
  opacity: 0;
}
.step-bar {
  background-image: url("../img/steps.svg");
  background-repeat: no-repeat;
  width: 257px;
  height: 53px;
  position: fixed;
  top: 50%;
  left: 23%;
  margin-left: -200px;
  margin-top: -26px;
  opacity: 0;
}
.step-bar .step-animate {
  position: absolute;
}
.step-bar .step-animate .circle {
  stroke-dasharray: 160 160;
  stroke-dashoffset: 160;
  transition: all 0.5s ease-in-out;
}
.step-bar .step-animate .circle.s2 {
  -webkit-transform: rotate(180deg) translate(117px, 79px);
  transform: rotate(180deg) translate(117px, 79px);
}
.step-bar .step-animate .circle.s3 {
  -webkit-transform: rotate(180deg) translate(-87px, 79px);
  transform: rotate(180deg) translate(-87px, 79px);
}
.step-bar .step-animate .line {
  stroke-dasharray: 52 52;
  stroke-dashoffset: 156;
  transition: all 0.5s ease-in-out;
}
.step-bar .step-numbers {
  margin: 0;
}
.step-bar .step-numbers li {
  width: calc(100% / 3);
  float: left;
  text-align: center;
  font-size: 24px;
  color: #999;
  line-height: 2.1;
  transition: color 1.5s;
}
.step-bar .step-numbers li:first-child {
  text-align: left;
  padding-left: 20px;
}
.step-bar .step-numbers li:last-child {
  text-align: right;
  padding-right: 20px;
}
.step-bar .step-animate .circle.s1,
.step-bar.s1a .step-animate .circle.s1 {
  stroke-dashoffset: 200;
}
.step-bar.s1b .step-animate .circle.s1,
.step-bar.s2a .step-animate .circle.s1,
.step-bar.s2b .step-animate .circle.s1,
.step-bar.s3a .step-animate .circle.s1,
.step-bar.s3b .step-animate .circle.s1,
.step-bar.s3c .step-animate .circle.s1,
.step-bar.s3d .step-animate .circle.s1 {
  stroke-dashoffset: 320;
}
.step-bar.s1b .step-animate .line.s1,
.step-bar.s2a .step-animate .line.s1,
.step-bar.s2b .step-animate .line.s1,
.step-bar.s3a .step-animate .line.s1,
.step-bar.s3b .step-animate .line.s1,
.step-bar.s3c .step-animate .line.s1,
.step-bar.s3d .step-animate .line.s1 {
  stroke-dashoffset: 130;
  transition-delay: 0.5s;
}
.step-bar.s1b .number-one,
.step-bar.s2a .number-one,
.step-bar.s2b .number-one,
.step-bar.s3a .number-one,
.step-bar.s3b .number-one,
.step-bar.s3c .number-one,
.step-bar.s3d .number-one {
  color: #eb5424;
}
.step-bar.s2a .step-animate .line.s1,
.step-bar.s2b .step-animate .line.s1,
.step-bar.s3a .step-animate .line.s1,
.step-bar.s3b .step-animate .line.s1,
.step-bar.s3c .step-animate .line.s1,
.step-bar.s3d .step-animate .line.s1 {
  stroke-dashoffset: 104;
  transition-delay: 0s;
}
.step-bar.s2a .step-animate .circle.s2,
.step-bar.s2b .step-animate .circle.s2,
.step-bar.s3a .step-animate .circle.s2,
.step-bar.s3b .step-animate .circle.s2,
.step-bar.s3c .step-animate .circle.s2,
.step-bar.s3d .step-animate .circle.s2 {
  stroke-dashoffset: 200;
  transition-delay: 0.5s;
}
.step-bar.s2b .step-animate .circle.s2,
.step-bar.s3a .step-animate .circle.s2,
.step-bar.s3b .step-animate .circle.s2,
.step-bar.s3c .step-animate .circle.s2,
.step-bar.s3d .step-animate .circle.s2 {
  stroke-dashoffset: 320;
  transition-delay: 0s;
}
.step-bar.s2b .step-animate .line.s2,
.step-bar.s3a .step-animate .line.s2,
.step-bar.s3b .step-animate .line.s2,
.step-bar.s3c .step-animate .line.s2,
.step-bar.s3d .step-animate .line.s2 {
  stroke-dashoffset: 130;
  transition-delay: 0.5s;
}
.step-bar.s2b .number-two,
.step-bar.s3a .number-two,
.step-bar.s3b .number-two,
.step-bar.s3c .number-two,
.step-bar.s3d .number-two {
  color: #eb5424;
}
.step-bar.s3a .step-animate .line.s2,
.step-bar.s3b .step-animate .line.s2,
.step-bar.s3c .step-animate .line.s2,
.step-bar.s3d .step-animate .line.s2 {
  stroke-dashoffset: 104;
  transition-delay: 0s;
}
.step-bar.s3a .step-animate .circle.s3,
.step-bar.s3b .step-animate .circle.s3,
.step-bar.s3c .step-animate .circle.s3,
.step-bar.s3d .step-animate .circle.s3 {
  stroke-dashoffset: 200;
  transition-delay: 0.5s;
}
.step-bar.s3b .step-animate .circle.s3,
.step-bar.s3c .step-animate .circle.s3,
.step-bar.s3d .step-animate .circle.s3 {
  stroke-dashoffset: 242;
  transition-delay: 0s;
}
.step-bar.s3c .step-animate .circle.s3,
.step-bar.s3d .step-animate .circle.s3 {
  stroke-dashoffset: 280;
}
.step-bar.s3d .step-animate .circle.s3 {
  stroke-dashoffset: 320;
}
.step-bar.s3d .number-three {
  color: #eb5424;
}
.ripple {
  position: relative;
  overflow: hidden;
}
.ripple.click .ink {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background-color: #000;
  border-radius: 100%;
  animation-name: ripple;
  animation-duration: 1s;
  -webkit-animation-name: ripple;
  -webkit-animation-duration: 1s;
}
.ripple.click.light .ink {
  background-color: #fff;
}
@media (max-width: 950px) {
  .navbar {
    top: 14px;
    right: 14px;
  }
  .navbar .dropdown-download {
    width: 312px;
    padding: 0;
    top: 34px;
  }
  .navbar .dropdown-download a {
    width: 100px;
  }
  .logo {
    top: 15px;
    left: 15px;
  }
  .arrow {
    top: 53%;
    left: 40%;
  }
  .poweredby {
    display: none;
  }
  .menu {
    top: 30px;
    right: 30px;
  }
  .menu .twitter {
    display: none;
  }
  .menu-overlay ul {
    font-size: 50px;
    margin-top: -122px;
  }
  .menu-overlay .close {
    top: 30px;
    right: 30px;
  }
  .phone.p1,
  .phone.p2 {
    margin-top: 0;
    top: 140px;
  }
  .phone.p1 {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    margin-left: -293px;
  }
  .phone.p2 {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    margin-left: -413px;
  }
  .phone.p3 {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    margin-left: -293px;
    top: 52%;
    z-index: 1002;
  }
  .laptop {
    top: 450px;
    left: 54%;
  }
  .text {
    top: 70px;
    left: 0;
    margin: 0;
    margin-top: 0 !important;
    padding: 20px;
    width: 100%;
    text-align: center;
  }
  .text.t5 {
    left: 0;
  }
  .text p {
    display: none;
  }
  .text h2 {
    background: #fff;
    margin: 0;
    font-size: 25px;
  }
  .text .t1-links {
    display: block;
    margin-top: 25px;
  }
  .text .t1-links .how-it-works,
  .text .t1-links .create-sharelock {
    width: 125px;
    padding: 9px 0;
  }
  .text .t1-links .how-it-works,
  .text .t1-links .fork-from,
  .text .t1-links .create-sharelock {
    display: inline-block;
    margin: 0 auto;
  }
  .text .t1-links .create-sharelock {
    margin-left: 18px;
  }
  .stores,
  .step-bar {
    position: fixed;
    bottom: 10px;
    left: 50%;
    top: 100%;
    margin-left: -151px;
    margin-top: -100px;
  }
  .step-bar {
    margin-left: -128px;
    top: 260px;
  }
  .step-bar .store {
    margin: 0;
  }
  .arrow {
    background-image: url("../img/arrow-orange-mobile.svg");
    width: 66px;
    height: 57px;
    margin-left: 40px;
    margin-top: -150px;
  }
  .laptop {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    margin-left: -400px;
    margin-top: -300px;
  }
  .step-dw {
    position: fixed;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    min-height: 388px;
  }
  .step-dw .step-dw-half {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0;
    left: auto;
    right: auto;
  }
  .step-dw .step-dw-half h4 {
    margin-bottom: 30px;
  }
  .step-dw .step-dw-half p {
    display: none;
  }
  .step-dw .step-dw-half .step-dw-link img {
    height: 50px;
  }
  .share-on,
  .main-footer {
    display: none;
  }
}
@media (max-height: 460px) {
  .step-bar {
    top: 214px;
  }
  .arrow {
    top: 258px;
  }
  .phone.p1 {
    top: 55px;
  }
  .phone.p2 {
    top: 50px;
  }
  .laptop {
    top: 360px;
  }
  .text {
    top: 48px;
  }
  .text .t1-links {
    margin-top: 20px;
  }
}
@-moz-keyframes ripple {
  from {
    width: 0%;
    height: 0;
    opacity: 0.3;
  }
  to {
    width: 200px;
    height: 200px;
    opacity: 0;
    margin-left: -100px;
    margin-top: -100px;
  }
}
@-webkit-keyframes ripple {
  from {
    width: 0%;
    height: 0;
    opacity: 0.3;
  }
  to {
    width: 200px;
    height: 200px;
    opacity: 0;
    margin-left: -100px;
    margin-top: -100px;
  }
}
@-o-keyframes ripple {
  from {
    width: 0%;
    height: 0;
    opacity: 0.3;
  }
  to {
    width: 200px;
    height: 200px;
    opacity: 0;
    margin-left: -100px;
    margin-top: -100px;
  }
}
@-moz-keyframes ripple {
  from {
    width: 0%;
    height: 0;
    opacity: 0.3;
  }
  to {
    width: 200px;
    height: 200px;
    opacity: 0;
    margin-left: -100px;
    margin-top: -100px;
  }
}
@-webkit-keyframes ripple {
  from {
    width: 0%;
    height: 0;
    opacity: 0.3;
  }
  to {
    width: 200px;
    height: 200px;
    opacity: 0;
    margin-left: -100px;
    margin-top: -100px;
  }
}
@-o-keyframes ripple {
  from {
    width: 0%;
    height: 0;
    opacity: 0.3;
  }
  to {
    width: 200px;
    height: 200px;
    opacity: 0;
    margin-left: -100px;
    margin-top: -100px;
  }
}
@keyframes ripple {
  from {
    width: 0%;
    height: 0;
    opacity: 0.3;
  }
  to {
    width: 200px;
    height: 200px;
    opacity: 0;
    margin-left: -100px;
    margin-top: -100px;
  }
}
