@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print),
(prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@-webkit-keyframes arrow-tb {

  0%,
  100% {
    -webkit-transform: translate3d(0, -3px, 0);
  }

  50% {
    -webkit-transform: translate3d(0, 3px, 0);
  }
}

@keyframes arrow-tb {

  0%,
  100% {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
  }

  50% {
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.product-table tr td {
  font-size: 12px;
  padding: 12px 10px;
  border-color: #e2e2e2;
}

.product-table tr td:first-child {
  color: #707070;
}

.product-table tr td.txt {
  font-weight: 500;
  min-width: 150px;
}

.product-table tr td .list-unstyled li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

.product-table tr td .list-unstyled li:before {
  width: 12px;
  height: 12px;
  content: "";
  top: 1px;
  left: 0;
  position: absolute;
  background: url(https://instacash.blob.core.windows.net/static/live/in-new/images/sprites.png) no-repeat -3px -182px;
}

.item----- {
  -webkit-box-flex: 1 200px;
  -ms-flex: 1 200px;
  flex: 1 200px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body {
  font-family: Roboto;
  line-height: normal;
  color: #4A4A4A;
  font-size: 14px;
  background: #f7f7f7;
}

body.theme-white {
  background: #fff;
}

body.theme-blue {
  background: #F5F5F8;
}

img {
  max-width: 100%;
  height: auto;
}

img.lg {
  width: 100%;
}

a,
a:focus,
a:hover {
  outline: 0 !important;
  text-decoration: none;
}

a {
  color: #4A4A4A;
}

a:focus,
a:hover {
  color: #6a8bef;
}

figure {
  margin: 0;
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: bold;
  line-height: normal;
  font-size: 22px;
}

* {
  outline: 0 !important;
}

.bold {
  font-weight: 600;
}

.fa.pull-right {
  margin-top: 2px;
}

.block {
  display: block;
}

.t1 {
  text-align: left !important;
}

.t2 {
  text-align: center;
}

.t3 {
  text-align: right;
}

.img-circle {
  border-radius: 100%;
}

.btn,
button,
.btn,
.btn-group.open .dropdown-toggle,
.cell,
.resource,
a,
button,
code,
div,
img,
input,
label,
li,
p,
pre,
select,
span,
svg,
table,
td,
textarea,
th,
ul {
  outline: 0 !important;
}

.flex-scroll,
.app-grow {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  overflow: hidden;
  overflow-y: auto;
}

.row-customize {
  margin-left: -10px;
  margin-right: -10px;
}

.row-customize .md-customize {
  padding-left: 10px;
  padding-right: 10px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.link {
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

a.more {
  font-size: 15px;
  text-decoration: underline;
}

a.more:hover {
  text-decoration: none;
}

.datepicker td,
.datepicker th {
  font-size: 12px;
  width: 26px;
  height: 26px;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background: #086ba0;
}

.date .form-control {
  border-radius: 100px !important;
}

.date .btn {
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #516973;
  font-size: 16px;
  position: absolute;
  background: transparent;
}

.margin-zero {
  margin: 0 !important;
}

.padding-zero {
  padding: 0 !important;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.form-col-2 {
  max-width: 500px;
}

::-webkit-scrollbar-track {
  background-color: inherit;
}

::-webkit-scrollbar {
  width: 4px;
  height: 0;
  background-color: inherit;
}

::-webkit-scrollbar-thumb {
  background-color: #494949;
}

.margin-left-auto {
  margin-left: auto;
}

.beta {
  margin-bottom: 0 !important;
}

.list li {
  font-size: 10px;
  color: #A1A1A1;
  position: relative;
  margin-bottom: 6px;
  padding-left: 18px;
}

.list li:before {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 12px;
  height: 9px;
  position: absolute;
  background: url(https://instacash.blob.core.windows.net/static/live/in-new/images/check.svg) no-repeat 0 0;
}

.btn {
  height: 48px;
  padding: 8px 16px;
  font-weight: 500;
  position: relative;
  font-size: 14px;
  border-radius: 4px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-position: center;
  -webkit-transition: background 0.8s;
  transition: background 0.8s;
}

.btn.sm {
  height: 40px;
}

.btn.xs {
  height: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 2px 10px;
}

.btn.promoCode {
  height: auto;
  padding: 10px;
  font-size: 12px;
  border-radius: 0;
  margin: 15px auto;
}

.btn.orange:not(.outline) {
  color: #fff;
  border-color: #CC5C33;
  background: #CC5C33 radial-gradient(circle, transparent 1%, #CC5C33 1%) center/15000%;
}

.btn.orange:not(.outline).active,
.btn.orange:not(.outline):active {
  color: #fff;
  border-color: #b94c24;
  background-color: #b94c24;
  background-size: 100%;
  -webkit-transition: background 0s;
  transition: background 0s;
}

.btn.orange.outline {
  color: #ffa23b;
  background: transparent;
  border-color: #f3b79e;
}

.btn.orange.outline.active,
.btn.orange.outline:hover {
  color: #ffa23b;
  background: transparent;
  border-color: #e59135;
}

.btn.green:not(.outline) {
  color: #fff;
  border-color: #28B03D;
  background: #28B03D radial-gradient(circle, transparent 1%, #28B03D 1%) center/15000%;
}

.btn.green:not(.outline).active,
.btn.green:not(.outline):active {
  color: #fff;
  border-color: #239f36;
  background-color: #239f36;
  background-size: 100%;
  -webkit-transition: background 0s;
  transition: background 0s;
}

.btn.green.outline {
  color: #28B03D;
  background: transparent;
  border-color: #28B03D;
}

.btn.green.outline.active,
.btn.green.outline:hover {
  color: #28B03D;
  background: transparent;
  border-color: #239f36;
}

.btn.green.block {
  width: 100%;
}

.btn.green.changeLocation {
  background-color: #B3E2BA;
}

.btn.blueDark:not(.outline) {
  color: #fff;
  border-color: #20409A;
  background: #20409A radial-gradient(circle, transparent 1%, #20409A 1%) center/15000%;
}

.btn.blueDark:not(.outline).active,
.btn.blueDark:not(.outline):active {
  color: #fff;
  border-color: #153283;
  background-color: #153283;
  background-size: 100%;
  transition: background 0s;
}

.btn.blueDark.block {
  width: 100%;
}

.btn.red:not(.outline) {
  color: #fff;
  border-color: #dc3545;
  background: #dc3545 radial-gradient(circle, transparent 1%, #dc3545 1%) center/15000%;
}

.btn.red:not(.outline).active,
.btn.red:not(.outline):active {
  color: #fff;
  border-color: #c82333;
  background-color: #c82333;
  background-size: 100%;
  -webkit-transition: background 0s;
  transition: background 0s;
}

.btn.red.outline {
  color: #dc3545;
  background: transparent;
  border-color: #dc3545;
}

.btn.red.outline.active,
.btn.red.outline:hover {
  color: #dc3545;
  background: transparent;
  border-color: #c82333;
}

.btn.red.block {
  width: 100%;
}

.btn.dgreen {
  height: 40px;
}

.btn.dgreen:not(.outline) {
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  border-color: #073C2D;
  background: #073C2D radial-gradient(circle, transparent 1%, #073C2D 1%) center/15000%;
}

.btn.dgreen:not(.outline) span {
  font-weight: 500;
}

.btn.dgreen:not(.outline) i {
  margin-left: 22px;
}

.btn.dgreen:not(.outline).active,
.btn.dgreen:not(.outline):active {
  color: #fff;
  border-color: #043024;
  background-color: #043024;
  background-size: 100%;
  -webkit-transition: background 0s;
  transition: background 0s;
}

.btn.dmulticolor {
  height: 40px;
}

.btn.dmulticolor:not(.outline) {
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  background: #00848d;
  background: -webkit-gradient(linear, left top, right top, from(#00848d), to(#75559e));
  background: linear-gradient(90deg, #00848d 0%, #75559e 100%);
}

.btn.dmulticolor:not(.outline) span {
  font-weight: 500;
}

.btn.dmulticolor:not(.outline) i {
  margin-left: 22px;
}

.btn.dmulticolor:not(.outline).active,
.btn.dmulticolor:not(.outline):active {
  color: #fff;
  border-color: #00848D;
  background: #00848d;
  background: -webkit-gradient(linear, left top, right top, from(#00848d), to(#75559e));
  background: linear-gradient(90deg, #00848d 0%, #75559e 100%);
  background-size: 100%;
  -webkit-transition: background 0s;
  transition: background 0s;
}

.btn.blue:not(.outline) {
  color: #fff;
  border-color: #438cff;
  background: #438cff radial-gradient(circle, transparent 1%, #438cff 1%) center/15000%;
}

.btn.blue:not(.outline).active,
.btn.blue:not(.outline):active {
  color: #fff;
  border-color: #397fed;
  background-color: #397fed;
  background-size: 100%;
  -webkit-transition: background 0s;
  transition: background 0s;
}

.btn.white {
  min-width: 120px;
}

.btn.white:not(.outline) {
  color: #223641;
  background: #fff;
  border-color: #fff;
}

.btn.white:not(.outline).active,
.btn.white:not(.outline):hover {
  color: #223641;
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}

.btn.grey {
  min-width: 120px;
}

.btn.grey:not(.outline) {
  background: #dbdbdc;
  border-color: #dbdbdc;
}

.btn.grey:not(.outline).active,
.btn.grey:not(.outline):hover {
  background: #dbdbdc;
  border-color: #dbdbdc;
}

.btn.yellow:not(.outline) {
  color: #fff;
  background: #ff550f;
  border-color: #ff550f;
}

.btn.yellow:not(.outline).active,
.btn.yellow:not(.outline):hover {
  color: #fff;
  background: #e84b0a;
  border-color: #e84b0a;
}

.btn.yellow.outline {
  color: #ff9400;
  background: transparent;
  border-color: #f5ddb9;
}

.btn.yellow.outline.active,
.btn.yellow.outline:hover {
  color: #ff9400;
  background: transparent;
  border-color: #f5ddb9;
}

.btn .btn-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding: 3px;
}

.btn .block {
  width: 100%;
}

.owl-theme .owl-controls .owl-page span {
  opacity: 0.2;
  background: #213540;
}

.dropdown-btn {
  position: relative;
  display: inline-block;
}

.dropdown-btn .dropdown-toggle {
  min-width: 215px;
}

@media (max-width: 900px) {
  .dropdown-btn .dropdown-toggle {
    min-width: 140px;
  }
}

@media (max-width: 400px) {
  .dropdown-btn .dropdown-toggle {
    min-width: 120px;
  }
}

.dropdown-btn .dropdown-toggle:after {
  border: 0;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107";
  vertical-align: 0;
  left: 4px;
  position: relative;
}

.dropdown-btn .dropdown-menu {
  border: 0;
  padding: 0;
  min-width: 100%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08), 0 1px 8px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08), 0 1px 8px rgba(0, 0, 0, 0.06);
}

.dropdown-btn .dropdown-menu .nav li {
  width: 100%;
}

.dropdown-btn .dropdown-menu .nav li a {
  display: block;
  font-size: 14px;
  padding: 8px 16px;
  border-bottom: 1px solid #dde1e4;
}

.dropdown-btn .dropdown-menu .nav li a:hover {
  color: #fff;
  background: #CC5C33;
}

.dropdown-btn .dropdown-menu .nav li:last-child a {
  border-bottom: 0;
}

.dropdown-btn.show .dropdown-toggle:after {
  content: "\f106";
}

form label.error {
  color: #ed2a14;
}

.form-control {
  font-size: 14px;
  background: transparent;
  padding: .80rem .5rem;
  height: auto !important;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.form-control:not(.material) {
  border-color: #e4e4e4;
}

.form-control.material {
  border: 0;
  padding: 8px;
  border-radius: 0;
  border-bottom: 1px solid #e4e4e4;
}

.form-control.material::-webkit-input-placeholder {
  color: #a1a1a1;
}

.form-control.material::-moz-placeholder {
  color: #a1a1a1;
}

.form-control.material:-ms-input-placeholder {
  color: #a1a1a1;
}

.form-control.material:-moz-placeholder {
  color: #a1a1a1;
}

.form-control.material:disabled {
  background-color: #ebebeb;
}

.form-control.material:disabled::-webkit-input-placeholder {
  color: #3b3b3b;
}

.form-control.material:disabled::-moz-placeholder {
  color: #3b3b3b;
}

.form-control.material:disabled:-ms-input-placeholder {
  color: #3b3b3b;
}

.form-control.material:disabled:-moz-placeholder {
  color: #3b3b3b;
}

.group {
  font-size: 14px;
  position: relative;
  margin-bottom: 18px;
}

.group input {
  width: 100%;
  border: none;
  display: block;
  background: transparent;
  padding: 10px 10px 10px 40px;
  border-bottom: 1px solid #a1a1a1;
}

.group input::-webkit-input-placeholder {
  color: #bdbbbc;
}

.group input::-moz-placeholder {
  color: #bdbbbc;
}

.group input:-ms-input-placeholder {
  color: #bdbbbc;
}

.group input:-moz-placeholder {
  color: #bdbbbc;
}

.group label {
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.group .bar {
  display: block;
  position: relative;
}

.group .bar:before,
.group .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #28B03D;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.group .bar:before {
  left: 50%;
}

.group .bar:after {
  right: 50%;
}

.group input:focus~.bar:before,
.group input:focus~.bar:after {
  width: 50%;
}

.group1 input {
  padding: 10px;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"].form-control.material,
input[type="number"].form-control.material,
.form-control.material:disabled {
  padding-left: 8px;
  padding-right: 8px;
}

.modal-overlay {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  opacity: 0;
  content: "";
  z-index: -9999;
  position: fixed;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: visibility 0s, opacity 0.2s linear;
  transition: visibility 0s, opacity 0.2s linear;
}

.modal-open .modal-overlay {
  opacity: 1;
  z-index: 991;
  visibility: visible;
}

.modal-open .product-box {
  z-index: 99;
}

.modal-open.bottom-modal-open .product-box .ember-data {
  z-index: 1;
}

.modal-open.bottom-modal-open .bottom-data-modal {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 160px;
  max-width: 350px;
  margin: auto;
  z-index: 999;
}

.bottom-data-modal {
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 99;
  bottom: -400px;
  position: fixed;
  background: #fff;
  border-radius: 4px;
  padding: 16px 22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.bottom-data-modal .bottom-data {
  padding: 0;
  width: 100%;
  position: relative;
}

.bottom-data-modal input[type='number'] {
  padding-left: 45px;
}

#exampleModal .modal-dialog {
  width: 300px;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 196px;
}

#exampleModal .modal-dialog .modal-body input.form-control {
  text-transform: uppercase;
}

#exampleModal .modal-dialog .modal-body h2 {
  font-size: 18px;
  font-weight: 500;
}

#exampleModal .modal-dialog .modal-body .form-control {
  margin-top: 20px;
  border-color: #EBEBEB;
  background-color: #F1F1F1;
  padding: .50rem .5rem;
  border-radius: 2px;
}

#exampleModal .modal-dialog .modal-footer button {
  border: none;
  font-size: 14px;
  font-weight: 500;
}

#exampleModa2 .modal-dialog {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 300px;
  max-height: 300px;
}

#exampleModa2 .modal-dialog .modal-content {
  border-radius: 0;
}

#exampleModa2 .modal-dialog .modal-content .modal-body {
  padding-top: 1rem;
  padding-bottom: 0rem;
}

#exampleModa2 .modal-dialog .modal-content .modal-body .form-group {
  margin-bottom: 2rem;
}

#exampleModa2 .modal-dialog .modal-content .modal-body.paddingBottom1rem {
  padding-bottom: 1rem;
}

#truecallerPopup h6 {
  width: 100%;
  text-align: center;
}

#truecallerPopup form {
  text-align: center;
}

#truecallerPopup form .form-group {
  position: relative;
}

#truecallerPopup form .form-group input[type="number"] {
  padding-left: 45px;
}

#truecallerPopup form .form-group input[type="text"] {
  padding-left: 45px;
}

#truecallerPopup form .form-group label {
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 26px;
  top: 16px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

#googleVarification {
  background-color: #FFF;
}

#googleVarification .modal-dialog {
  position: absolute;
  width: 380px;
  height: 250px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#googleVarification .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
}

#googleVarification .modal-dialog .modal-content .modal-body {
  text-align: center;
}

#googleVarification .modal-dialog .modal-content .modal-body .form-group {
  position: relative;
}

#googleVarification .modal-dialog .modal-content .modal-body .form-group input[type="number"] {
  padding-left: 45px;
}

#googleVarification .modal-dialog .modal-content .modal-body .form-group.logoutBtn {
  color: #28B03D;
}

#googleVarification .modal-dialog .modal-content .modal-body .form-group label {
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 16px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

#googleVarification .modal-dialog .modal-content .modal-body .otpdiv {
  display: none;
}

#googleVarification .modal-dialog .modal-content .modal-body .otpdiv .resendOtp {
  color: #28B03D;
  font-weight: 500;
  background-color: transparent;
  border: none;
  color: #28B03D;
}

#googleVarification .modal-dialog .modal-content .modal-body .otpdiv .resendOtp:disabled {
  background-color: #dbdbdb;
  border-radius: 3px;
  border: none;
  color: #4d4d4d;
}

#googleVarification .modal-dialog .modal-content .modal-body .verify-otp-btn {
  display: none;
}

#priceChange,
#leavePage {
  text-align: center;
}

#priceChange .modal-dialog,
#leavePage .modal-dialog {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#priceChange .modal-dialog h2,
#leavePage .modal-dialog h2 {
  font-size: 18px;
  margin-bottom: 5px;
}

#priceChange .modal-dialog p,
#leavePage .modal-dialog p {
  font-size: 13px;
}

#priceChange .modal-dialog .oldCityName.highlighted,
#leavePage .modal-dialog .oldCityName.highlighted {
  text-transform: uppercase;
  color: #28b03d;
  font-weight: bold;
}

#priceChange .modal-dialog .newCityName.highlighted,
#leavePage .modal-dialog .newCityName.highlighted {
  text-transform: uppercase;
  color: #28b03d;
  font-weight: bold;
}

#priceChange .modal-dialog .oldCityName,
#leavePage .modal-dialog .oldCityName {
  text-transform: capitalize;
}

#priceChange .modal-dialog .oldCityPricee,
#leavePage .modal-dialog .oldCityPricee {
  text-transform: capitalize;
}

#priceChange .modal-dialog .oldCityPrice,
#leavePage .modal-dialog .oldCityPrice {
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 10px;
  width: 45%;
}

#priceChange .modal-dialog .oldCityPrice strong,
#leavePage .modal-dialog .oldCityPrice strong {
  display: block;
  font-size: 18px;
  padding-top: 5px;
}

#priceChange .modal-dialog .oldCityPrice strong img,
#leavePage .modal-dialog .oldCityPrice strong img {
  width: 12px;
  opacity: 0.8;
  position: relative;
  top: -2px;
}

#priceChange .modal-dialog .currentCityPrice,
#leavePage .modal-dialog .currentCityPrice {
  background-color: #e0ffe5;
  border-radius: 4px;
  padding: 10px;
  margin-left: 10px;
  width: 45%;
}

#priceChange .modal-dialog .currentCityPrice strong,
#leavePage .modal-dialog .currentCityPrice strong {
  display: block;
  font-size: 18px;
  padding-top: 5px;
}

#priceChange .modal-dialog .currentCityPrice strong img,
#leavePage .modal-dialog .currentCityPrice strong img {
  width: 12px;
  opacity: 0.8;
  position: relative;
  top: -2px;
}

#priceChange .modal-dialog button,
#leavePage .modal-dialog button {
  width: 90%;
  margin: 10px auto auto;
}

#priceChange .modal-dialog .backWithOldPrice,
#leavePage .modal-dialog .backWithOldPrice {
  margin-top: 15px;
  display: block;
}

#priceChange .modal-dialog .noStay,
#leavePage .modal-dialog .noStay {
  padding: 10px;
  display: inline-block;
}

#searchDevice .modal-dialog {
  max-width: 65%;
  height: 450px;
}

#searchDevice .modal-dialog .modal-content {
  border: 0;
  border-radius: 0;
  background-color: #FFF;
  height: 100%;
}

#searchDevice .modal-dialog .modal-content .modal-body {
  padding: 0;
}

#searchDevice .modal-dialog .modal-content .modal-body .app-head {
  margin-bottom: 0;
}

#searchDevice .modal-dialog .modal-content .modal-body .app-head .back {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  height: 54px;
}

#searchDevice .modal-dialog .modal-content .modal-body .app-head .back .closeCityPopup {
  line-height: normal;
  position: relative;
  width: 12px;
}

#searchDevice .modal-dialog .modal-content .modal-body .app-head .back .closeCityPopup img {
  position: absolute;
  top: -21px;
  right: -7px;
  opacity: 0.4;
}

#searchDevice .modal-dialog .modal-content .modal-body .app-head .back .closeCityPopup i {
  display: none;
}

#searchDevice .modal-dialog .modal-content .modal-body .app-head .back .closeCityPopup span.sprites {
  width: 15px;
  height: 15px;
}

#searchDevice .modal-dialog .modal-content .modal-body .app-head .back .closeCityPopup span::before {
  width: 15px;
  height: 15px;
  top: -15px;
  right: -6px;
  opacity: 0.4;
  background-position: -70px -49px;
  background-size: 350px;
}

#searchDevice .modal-dialog .modal-content .modal-body .app-head .back p {
  margin: auto;
}

#searchDevice .modal-dialog .modal-content .modal-body .app-calc {
  max-height: 338px;
  margin-top: 12px;
  overflow: scroll;
  scroll-behavior: smooth;
}

#searchDevice .modal-dialog .modal-content .modal-body .app-calc .ins {
  padding: 0 22px;
}

#searchDevice .srch-devices-list li {
  padding: 10px;
  margin-top: 0;
  cursor: pointer;
}

#searchDevice .srch-devices-list li:hover {
  background-color: #f1f1f1;
}

#searchDevice .srch-devices-list li img {
  height: 50px;
}

#searchDevice .srch-devices-list li figure {
  margin: auto;
}

#searchDevice .srch-devices-list li figure img {
  height: auto;
}

#searchDevice .srch-devices-list li.first {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: initial;
}

#searchDevice .srch-devices-list li.first img {
  opacity: 0.2;
  height: 120px;
  margin: 0 auto;
  margin-bottom: 20px;
}

#searchDevice .srch-devices-list li.first h2 {
  color: #ccc;
  width: 80%;
  margin: 0 auto;
  font-weight: normal;
}

#searchDevice .srch-devices-list li.first:hover {
  background-color: transparent;
}

#searchDevice .srch-devices-list li.load {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#testInfoModal .modal-body {
  padding: 2px;
}

#testInfoModal .modal-body .phoneImageInfo {
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 0;
  padding: 20px 10%;
}

#searchyourPhone .modal-dialog .modal-content {
  border: 0;
  border-radius: 0;
  background-color: #FFF;
}

#searchyourPhone .modal-dialog .modal-content .modal-body {
  padding: 0;
}

#searchyourPhone .modal-dialog .modal-content .modal-body .app-head {
  margin-bottom: 0;
}

#searchyourPhone .modal-dialog .modal-content .modal-body .app-head .ins {
  border-bottom: 1px solid #CCC;
}

#searchyourPhone .modal-dialog .modal-content .modal-body .app-head .ins .back {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

#searchyourPhone .modal-dialog .modal-content .modal-body .app-head .ins .back p {
  margin: auto;
}

#searchyourPhone .modal-dialog .modal-content .modal-body .app-head .ins .back .phone-search-sec {
  margin-left: 12px;
  border-left: 1px solid #CCC;
}

#searchyourPhone .modal-dialog .modal-content .modal-body .app-head .ins .back .phone-search-sec input {
  border: none;
  line-height: 54;
}

#searchyourPhone .modal-dialog .modal-content .modal-body .app-calc {
  overflow: auto;
  max-height: 362px;
  margin-top: 12px;
}

#searchyourPhone .modal-dialog .modal-content .modal-body .app-calc .ins {
  padding: 0 22px;
}

#searchyourPhone .srch-devices-list li img {
  height: 50px;
}

#searchyourPhone .srch-devices-list li figure {
  margin: auto;
}

#searchyourPhone .srch-devices-list li figure img {
  height: auto;
}

#searchyourPhone .srch-devices-list li.first {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#searchyourPhone .srch-devices-list li.first img {
  opacity: 0.5;
  height: 120px;
  margin: 0 auto;
  margin-bottom: 20px;
}

#searchyourPhone .srch-devices-list li.first h2 {
  color: #4d4d4d;
  width: 80%;
  margin: 0 auto;
  font-weight: normal;
}

.ember-data.shareWithPopup {
  height: 190px;
  padding: 18px;
  z-index: 999;
  width: 320px;
  left: 0;
  right: 0;
  top: 10%;
  margin: auto;
  position: absolute;
  background-color: #FFF;
  display: none;
}

.ember-data.shareWithPopup .modal-data .shareAppLink {
  display: block;
  text-align: left;
  width: 100%;
}

.ember-data.shareWithPopup .modal-data .shareAppLink .shareWith h4 {
  font-size: 16px;
}

.ember-data.shareWithPopup .modal-data .shareAppLink .shareWith ul {
  padding: 0;
}

.ember-data.shareWithPopup .modal-data .shareAppLink .shareWith ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}

.ember-data.shareWithPopup .modal-data .shareAppLink .shareWith ul li a {
  padding: 8px 10px;
  color: #fff;
  background-color: #28B03D;
  display: block;
  text-align: center;
  border-radius: 2px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.ember-data.shareWithPopup .modal-data .shareAppLink .shareWith ul li a i {
  margin-right: 5px;
}

.ember-data.shareWithPopup .modal-data .shareAppLink .shareWith ul li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 320px) {
  .ember-data.shareWithPopup .modal-data .shareAppLink .shareWith ul li {
    width: 35px;
    height: 30px;
    background-color: #28B03D;
  }

  .ember-data.shareWithPopup .modal-data .shareAppLink .shareWith ul li a i {
    margin-right: 0;
  }

  .ember-data.shareWithPopup .modal-data .shareAppLink .shareWith ul li a span {
    display: none;
  }

  .ember-data.shareWithPopup .modal-data .shareAppLink .shareWith ul li:first-child {
    position: relative;
    top: -1px;
  }
}

.ember-data.shareWithPopup .modal-data .shareAppLink .shareWith .copyLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ember-data.shareWithPopup .modal-data .shareAppLink .shareWith .copyLink input {
  background-color: #e4e4e4;
  border-radius: 2px 0 0 2px;
}

.ember-data.shareWithPopup .modal-data .shareAppLink .shareWith .copyLink button {
  background-color: #438cff;
  border: 1px solid #438cff;
  color: #fff;
  padding: 15px;
}

.ember-data.shareWithPopup .modal-data .shareAppLink .shareWith .copyLink button i {
  margin-right: 0;
}

.ember-data.shareWithPopup .modal-data .shareAppLink .shareWithNumber {
  display: none;
  padding-top: 10px;
}

.ember-data.shareWithPopup .modal-data .shareAppLink .shareWithNumber input {
  margin-top: 15px;
  padding-left: 45px;
}

.ember-data.shareWithPopup .modal-data .shareAppLink .shareWithNumber .btn {
  text-transform: uppercase;
}

.ember-data.shareWithPopup .modal-data .shareAppLink .shareWithMail {
  display: none;
  padding-top: 10px;
}

.ember-data.shareWithPopup .modal-data .shareAppLink .shareWithMail input {
  margin-top: 15px;
}

.ember-data.shareWithPopup .modal-data .shareAppLink .shareWithMail .btn {
  text-transform: uppercase;
  margin: auto;
}

.shareWithPopup.open {
  display: block;
}

#callModal {
  text-align: center;
}

#callModal .modal-dialog {
  width: 300px;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 196px;
}

#callModal p {
  margin-top: 10px;
}

#callModal .modal-footer button {
  border: none;
  font-size: 14px;
  font-weight: 500;
}

#brokenPhone .modal-body {
  padding: 15px;
}

#brokenPhone .modal-body p {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
  padding-bottom: 5px;
}

.more-info-modal-sm {
  line-height: 22px;
}

.get-voucher-modal-lg p {
  line-height: 22px;
}

.get-voucher-modal-lg ol li {
  padding: 4px 0;
  line-height: 20px;
}

.get-voucher-modal-lg .modal-body {
  max-height: 500px;
  overflow: scroll;
}

.tooltip.bs-tooltip-bottom {
  opacity: 1;
}

.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #fff;
}

.tooltip.bs-tooltip-bottom .tooltip-inner {
  padding: 18px;
  max-width: 390px;
  text-align: left;
  position: relative;
  color: #838383;
  background: #fff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08), 0 1px 8px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08), 0 1px 8px rgba(0, 0, 0, 0.06);
}

.app-checkbox,
.app-radio {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.app-checkbox>input,
.app-radio>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

.app-checkbox>span,
.app-radio>span {
  top: -1px;
  left: 0;
  height: 18px;
  width: 18px;
  position: absolute;
  border: 1px solid transparent;
  border-radius: 100%;
}

.app-checkbox>span {
  border-radius: 4px;
}

.app-radio>span {
  border-radius: 50% !important;
}

.app-checkbox:hover>input:not([disabled]):checked~span,
.app-checkbox:hover>input:not([disabled])~span,
.app-checkbox>input:checked~span,
.app-checkbox>input:focus~span,
.app-checkbox>span,
.app-checkbox:hover>input:not([disabled]):checked~span,
.app-checkbox:hover>input:not([disabled])~span,
.app-checkbox>input:checked~span,
.app-checkbox>input:focus~span,
.app-checkbox>span,
.app-radio:hover>input:not([disabled]):checked~span,
.app-radio:hover>input:not([disabled])~span,
.app-radio>input:checked~span,
.app-radio>input:focus~span,
.app-radio>span,
.app-radio:hover>input:not([disabled]):checked~span,
.app-radio:hover>input:not([disabled])~span,
.app-radio>input:checked~span,
.app-radio>input:focus~span,
.app-radio>span {
  border: 1px solid #9fa8ad;
}

/*hover css being*/
.app-checkbox>input:not([disabled]):checked~span {
  border: 1px solid #ffa23b !important;
  background: #ffa23b !important;
}

.app-radio>input:not([disabled]):checked~span {
  border: 1px solid #ffa23b !important;
  background: #fff !important;
}

.app-checkbox>input:not([disabled]):checked~span:after {
  border-color: #fff;
}

.app-radio>input:not([disabled]):checked~span:after {
  background: #ffa23b;
}

/*hover css end*/
.app-checkbox>input[disabled]~span,
.app-radio>input[disabled]~span {
  cursor: no-drop;
  background: #fff;
}

.app-checkbox>span:after,
.app-radio>span:after {
  content: '';
  display: none;
  position: absolute;
}

.app-checkbox>span:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid #888;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.app-radio>span:after {
  left: 5px;
  top: 5px;
  height: 6px;
  width: 6px;
  border-radius: 100% !important;
  background: #888;
}

.input-icon>i,
.app-checkbox-list .app-checkbox,
.app-checkbox-list .app-radio,
.app-checkbox>input:checked~span:after,
.app-radio-list .app-checkbox,
.app-radio-list .app-radio,
.app-radio>input:checked~span:after {
  display: block;
}

.app-checkbox-inline,
.app-radio-inline {
  padding: 10px 0;
}

.form-horizontal .form-group .app-checkbox-inline,
.form-horizontal .form-group .app-radio-inline {
  padding-top: 8px;
}

.app-checkbox-inline .app-checkbox,
.app-checkbox-inline .app-radio,
.app-radio-inline .app-checkbox,
.app-radio-inline .app-radio {
  display: inline-block;
  margin-right: 15px;
}

.app-checkbox-inline .app-checkbox:last-child,
.app-checkbox-inline .app-radio:last-child,
.app-radio-inline .app-checkbox:last-child,
.app-radio-inline .app-radio:last-child {
  margin-right: 0;
}

.app-radio-change {
  padding: 0;
}

.app-radio-change .app-radio {
  width: 108px;
  padding: 0;
  line-height: 38px;
  margin-bottom: 0;
}

.app-radio-change .app-radio span {
  width: 100%;
  height: 40px;
  position: static;
  display: block;
  text-align: center;
  border-radius: 2px !important;
}

.app-radio-change .app-radio span:after {
  display: none !important;
}

.app-radio-change .app-radio>input:not([disabled]):checked~span {
  background: transparent !important;
  -webkit-box-shadow: 0px 0px 8px #fbcfbc;
  box-shadow: 0px 0px 8px #fbcfbc;
}

.app-loader {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  z-index: 999999999999;
  display: block;
  position: fixed;
}

.app-loader:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  position: fixed;
  -webkit-transition: 3s;
  transition: 3s;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
}

.app-loader .loader {
  width: 60px;
  margin: 0 auto;
  position: relative;
  border-radius: 100px !important;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.app-loader .loader img {
  border-radius: 50px;
}

.app-loader .loader .circular {
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
}

.app-loader .loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@-webkit-keyframes color {

  100%,
  0% {
    stroke: #fff;
  }

  40% {
    stroke: #fff;
  }

  66% {
    stroke: #fff;
  }

  80%,
  90% {
    stroke: #fff;
  }
}

@keyframes color {

  100%,
  0% {
    stroke: #fff;
  }

  40% {
    stroke: #fff;
  }

  66% {
    stroke: #fff;
  }

  80%,
  90% {
    stroke: #fff;
  }
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div.green {
  border: 4px solid #28b03d;
}

.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v18/7m8l7TlFO-S3VkhHuR0atzTOQ_MqJVwkKsUn0wKzc2I.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v18/7m8l7TlFO-S3VkhHuR0atzUj_cnvWIuuBMVgbX098Mw.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v18/7m8l7TlFO-S3VkhHuR0at0bcKLIaa1LC45dFaAfauRA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v18/7m8l7TlFO-S3VkhHuR0at2o_sUJ8uO4YLWRInS22T3Y.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v18/7m8l7TlFO-S3VkhHuR0at76up8jxqWt8HVA3mDhkV_0.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v18/7m8l7TlFO-S3VkhHuR0atyYE0-AqJ3nfInTTiDXDjU4.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v18/7m8l7TlFO-S3VkhHuR0at44P5ICox8Kq3LLUNMylGO4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v18/WxrXJa0C3KdtC7lMafG4dRTbgVql8nDJpwnrE27mub0.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v18/OpXUqTo0UgQQhGj_SFdLWBTbgVql8nDJpwnrE27mub0.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v18/1hZf02POANh32k2VkgEoUBTbgVql8nDJpwnrE27mub0.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v18/cDKhRaXnQTOVbaoxwdOr9xTbgVql8nDJpwnrE27mub0.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v18/K23cxWVTrIFD6DJsEVi07RTbgVql8nDJpwnrE27mub0.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v18/vSzulfKSK0LLjjfeaxcREhTbgVql8nDJpwnrE27mub0.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v18/vPcynSL0qHq_6dX7lKVByfesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v18/OLffGBTaF0XFOW1gnuHF0TTOQ_MqJVwkKsUn0wKzc2I.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v18/OLffGBTaF0XFOW1gnuHF0TUj_cnvWIuuBMVgbX098Mw.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v18/OLffGBTaF0XFOW1gnuHF0UbcKLIaa1LC45dFaAfauRA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v18/OLffGBTaF0XFOW1gnuHF0Wo_sUJ8uO4YLWRInS22T3Y.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v18/OLffGBTaF0XFOW1gnuHF0b6up8jxqWt8HVA3mDhkV_0.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v18/OLffGBTaF0XFOW1gnuHF0SYE0-AqJ3nfInTTiDXDjU4.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v18/OLffGBTaF0XFOW1gnuHF0Y4P5ICox8Kq3LLUNMylGO4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(https://fonts.gstatic.com/s/roboto/v18/t6Nd4cfPRhZP44Q5QAjcCzTOQ_MqJVwkKsUn0wKzc2I.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(https://fonts.gstatic.com/s/roboto/v18/t6Nd4cfPRhZP44Q5QAjcCzUj_cnvWIuuBMVgbX098Mw.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(https://fonts.gstatic.com/s/roboto/v18/t6Nd4cfPRhZP44Q5QAjcC0bcKLIaa1LC45dFaAfauRA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(https://fonts.gstatic.com/s/roboto/v18/t6Nd4cfPRhZP44Q5QAjcC2o_sUJ8uO4YLWRInS22T3Y.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(https://fonts.gstatic.com/s/roboto/v18/t6Nd4cfPRhZP44Q5QAjcC76up8jxqWt8HVA3mDhkV_0.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(https://fonts.gstatic.com/s/roboto/v18/t6Nd4cfPRhZP44Q5QAjcCyYE0-AqJ3nfInTTiDXDjU4.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(https://fonts.gstatic.com/s/roboto/v18/t6Nd4cfPRhZP44Q5QAjcC44P5ICox8Kq3LLUNMylGO4.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v18/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v18/Fl4y0QdOxyyTHEGMXX8kcRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v18/-L14Jk06m6pUHB-5mXQQnRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v18/I3S1wsgSg9YCurV6PUkTORJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v18/NYDWBdD4gIq26G5XYbHsFBJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v18/Pru33qjShpZSmG3z6VYwnRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v18/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v18/ek4gzZ-GeXAPcSbHtCeQI_esZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v18/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v18/-2n2p-_Y08sg57CNWQfKNvesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v18/u0TOpm082MNkS5K0Q4rhqvesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v18/NdF9MtnOpLzo-noMoG0miPesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v18/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v18/CWB0XYA8bzo0kSThX0UTuA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v18/ZLqKeelYbATG60EpZBSDyxJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v18/oHi30kwQWvpCWqAhzHcCSBJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v18/rGvHdJnr2l75qb0YND9NyBJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v18/mx9Uck6uB63VIKFYnEMXrRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v18/mbmhprMH69Zi6eEPBYVFhRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v18/oOeFwZNlrTefzLYmlVV1UBJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v18/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v18/77FXFjRbGzN4aCrSFhlh3hJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v18/isZ-wbCXNKAbnjo6_TwHThJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v18/UX6i4JxQDm3fVTc1CPuwqhJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v18/jSN2CGVDbcVyCnfJfjSdfBJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v18/PwZc-YbIL414wB9rB1IAPRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v18/97uahxiqZRoncBaCEI3aWxJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v18/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}

@font-face {
  font-family: 'SkolaSansCn';
  src: url("../fonts/SkolaSansCn-Regular.eot");
  src: url("../fonts/SkolaSansCn-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SkolaSansCn-Regular.woff2") format("woff2"), url("../fonts/SkolaSansCn-Regular.woff") format("woff"), url("../fonts/SkolaSansCn-Regular.ttf") format("truetype"), url("../fonts/SkolaSansCn-Regular.svg#SkolaSansCn-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SkolaSansCn';
  src: url("../fonts/SkolaSansCn-Bold.eot");
  src: url("../fonts/SkolaSansCn-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SkolaSansCn-Bold.woff2") format("woff2"), url("../fonts/SkolaSansCn-Bold.woff") format("woff"), url("../fonts/SkolaSansCn-Bold.ttf") format("truetype"), url("../fonts/SkolaSansCn-Bold.svg#SkolaSansCn-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'SkolaSansCn';
  src: url("../fonts/SkolaSansCn-Light.eot");
  src: url("../fonts/SkolaSansCn-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SkolaSansCn-Light.woff2") format("woff2"), url("../fonts/SkolaSansCn-Light.woff") format("woff"), url("../fonts/SkolaSansCn-Light.ttf") format("truetype"), url("../fonts/SkolaSansCn-Light.svg#SkolaSansCn-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "streamline-30px";
  src: url("../fonts/streamline-30px.eot");
  src: url("../fonts/streamline-30px.eot?#iefix") format("embedded-opentype"), url("../fonts/streamline-30px.woff") format("woff"), url("../fonts/streamline-30px.ttf") format("truetype"), url("../fonts/streamline-30px.svg#streamline-30px") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'streamline-30px';
    src: url("../fonts/streamline-30px.svg#streamline-30px") format("svg");
  }
}

/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* devanagari */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* latin-ext */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.nav-pills .nav-item {
  width: 33.33%;
}

.nav-pills .nav-item .nav-link {
  text-align: center;
  color: #C7C7C7;
  font-size: 14px;
  border-radius: 0;
  padding: 5px;
}

.nav-pills .nav-item .nav-link.active {
  color: #20409A;
  border-bottom: 2px solid #20409A;
  background-color: transparent;
}

i.svg {
  position: relative;
  display: inline-block;
  background: url(https://instacash.blob.core.windows.net/static/live/in-new/images/sprites.png) no-repeat 0 0;
}

i.svg.back-icon {
  width: 17px;
  height: 17px;
  background: url(https://instacash.blob.core.windows.net/static/live/in-new/images/sprites.svg) no-repeat -254px -140px;
  background-size: 1000px;
  opacity: 0.6;
}

i.svg.back-icon.white {
  background-position: -2px 0px;
}

i.svg.pin-icon {
  width: 17px;
  height: 21px;
  margin-right: 8px;
  background-position: -2px -35px;
}

i.svg.card-icon {
  width: 20px;
  height: 12px;
  background-position: -1px -109px;
}

i.svg.transfer-icon {
  width: 18px;
  height: 12px;
  background-position: -1px -59px;
}

i.svg.wallet-icon {
  width: 15px;
  height: 14px;
  background-position: -3px -74px;
}

i.svg.vaucher-icon {
  width: 16px;
  height: 16px;
  background-position: -2px -91px;
}

i.svg.send-icon {
  width: 22px;
  height: 24px;
  margin-right: 8px;
  background-position: -1px -123px;
}

i.svg.switcher-icon {
  width: 30px;
  height: 26px;
  background-position: -1px -152px;
}

i.svg.swipe-icon {
  width: 15px;
  height: 12px;
  min-width: 18px;
  background: url(https://instacash.blob.core.windows.net/static/live/in-new/images/swipe.svg) no-repeat 0 0;
}

i.svg.account-default-icon {
  width: 20px;
  height: 23px;
  background: url(https://instacash.blob.core.windows.net/static/live/in-new/images/sprites.svg) no-repeat -62px -340px;
  background-size: 1388px;
}

i.svg.notification-default-icon {
  width: 22px;
  height: 23px;
  background: url(../img/notification-default-icon.svg) no-repeat 0 0;
}

i.svg.orders-default-icon {
  width: 20px;
  height: 23px;
  background: url(https://instacash.blob.core.windows.net/static/live/in-new/images/sprites.svg) no-repeat -64px -302px;
  background-size: 1388px;
}

i.svg.sell-default-icon {
  width: 15px;
  height: 23px;
  background: url(https://instacash.blob.core.windows.net/static/live/in-new/images/sprites.svg) no-repeat 0 0;
  background-size: 1388px;
  background-position: -68px -263px;
}

i.svg.search-icon {
  width: 24px;
  height: 24px;
  background: url(https://instacash.blob.core.windows.net/static/live/in-new/images/sprites.svg) no-repeat -58px -381px;
  background-size: 1388px;
}

i.svg.search-icon2 {
  width: 11px;
  height: 11px;
  background-size: 11px;
  background: url(https://instacash.blob.core.windows.net/static/live/in-new/images/search-icon.svg) no-repeat 0 0;
}

i.svg.carousel-view-icon {
  width: 27px;
  height: 18px;
  background-size: 25px;
  background: url(https://instacash.blob.core.windows.net/static/live/in-new/images/carousel-view.svg) no-repeat 0 0;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../plugins/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../plugins/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../plugins/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../plugins/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../plugins/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../plugins/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.app-header {
  z-index: 99;
  background: #fff;
  box-shadow: 8px 6px 13px rgba(0, 0, 0, 0.2);
}

.app-header.no {
  background: transparent;
}

.app-header .app-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}

.app-header .app-logo .sellNow {
  margin-right: 5px;
  font-weight: 700;
  color: #383838;
  padding: 3px 8px;
}

.app-header .app-logo .sellNow>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-header .app-logo .sellNow .svg {
  margin-right: 10px;
}

.app-header .app-logo .sellNow .theme-color {
  color: #28b03d;
}

.app-header .app-logo img {
  max-width: 160px;
  width: 100%;
  height: 32px;
}

.app-header .app-logo i.fa-map-marker {
  cursor: pointer;
}

.app-header .app-logo .marker-cont {
  color: #fff;
}

.app-header .app-logo .marker-cont .fa.fa-map-marker {
  color: #4d4d4d;
  font-size: 1.5em;
}

.app-header .app-logo .marker-cont small {
  display: inline-block;
  width: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.app-header .app-logo .app-bars,
.app-header .app-logo .languageChange {
  margin-right: 0;
  padding: 8px;
  text-align: center;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.app-header .app-logo .app-bars .fa-user-o,
.app-header .app-logo .languageChange .fa-user-o {
  font-size: 1.5em;
  margin-right: 5px;
}

.app-header .app-logo .chooseCity {
  margin-bottom: 0;
  color: #fff;
}

.app-header .app-logo .chooseCity span {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80px;
  display: inline-block;
  white-space: nowrap;
}

.app-header .app-logo .loginButton {
  background-color: #20409a;
  color: #FFF;
  padding: 2px 12px;
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 10px;
}

.app-header .app-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.app-header .menu-overlay {
  left: 0;
  right: 0;
  top: 52px;
  bottom: 0;
  opacity: 0;
  content: "";
  z-index: -9999;
  position: fixed;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: visibility 0s, opacity 0.2s linear;
  transition: visibility 0s, opacity 0.2s linear;
}

.app-header .menu-nav,
.app-header .menu-nav-language {
  top: 44px;
  width: 128px;
  z-index: 93;
  right: 0;
  position: absolute;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0px 6px 3px 0 rgba(0, 0, 0, 0.08), 0 1px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 3px 0 rgba(0, 0, 0, 0.08), 0 1px 6px rgba(0, 0, 0, 0.06);
  display: none;
}

.app-header .menu-nav ul,
.app-header .menu-nav-language ul {
  padding: 0px 0;
  overflow: auto;
  max-height: calc(100vh - 60px);
}

.app-header .menu-nav ul li a,
.app-header .menu-nav-language ul li a {
  font-size: 14px;
  display: block;
  color: #606469;
  padding: 10px 16px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-position: center;
}

.app-header .menu-nav ul li a:before,
.app-header .menu-nav-language ul li a:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
}

.app-header .menu-nav ul li a:hover,
.app-header .menu-nav-language ul li a:hover {
  color: #fff;
  background: #28b03d;
  background-size: 100%;
}

.app-header .menu-nav ul li a:focus,
.app-header .menu-nav-language ul li a:focus {
  color: #222;
  background: #e1e1e1;
  background-size: 100%;
}

.app-header .menu-nav ul:nth-child(1),
.app-header .menu-nav-language ul:nth-child(1) {
  padding-top: 5px;
  margin-bottom: 5px;
}

.app-header .ul-list-account li {
  font-weight: 400;
  padding: 10px;
}

.app-header .ul-list-account li:hover {
  background-color: #f9f9f9;
  color: #28b03d;
}

.app-header .ul-list-account li:hover a {
  background-color: #f9f9f9 !important;
  color: #28b03d !important;
}

.app-header .ul-list-account li a {
  padding: 0 !important;
}

.app-header .ul-list-account li a:hover {
  background-color: #f9f9f9 !important;
  color: #28b03d !important;
}

.app-header .headerGrayBox {
  padding: 0px;
}

.app-header .headerGrayBox>h6 {
  padding: 15px 10px 10px 10px;
  margin-bottom: 0;
  cursor: default;
}

.app-header .headerGrayBox .userDetail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.app-header .headerGrayBox .userDetail .userProfileDetail {
  width: 100%;
}

.app-header .headerGrayBox .userDetail .userProfileDetail .userImage {
  margin-right: 10px;
  max-width: 3em;
  border: 2px solid #FFF;
  border-radius: 50%;
  max-height: 50px;
  overflow: hidden;
  background-color: #FFF;
}

.app-header .headerGrayBox .userDetail .userProfileDetail .userImage img {
  max-height: 40px;
}

.app-header .headerGrayBox .userDetail .userProfileDetail .userSummeryInfo {
  font-size: 13px;
  padding-top: 5px;
}

.app-header .headerGrayBox .userDetail .userProfileDetail .userSummeryInfo i {
  display: block;
}

.app-header .loginLogoutButton {
  margin-top: 5px;
  width: 100%;
  display: none;
  margin-left: 15px;
}

.app-header .loginLogoutButton a {
  font-size: 12px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.app-header .loginLogoutButton a:hover {
  color: #fff;
}

.app-header .logoutBtn {
  margin-left: 10px;
  color: red;
  display: none;
}

.app-header .logoutBtn i {
  color: red;
  font-size: 1.5em;
}

.app-header .logoutBtn.desktop {
  display: block;
  margin-left: 0;
  color: #4d4d4d;
}

.app-header .cityName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  background-color: #e7e7e7;
  padding: 6px 8px;
  border-radius: 4px;
}

.app-header .cityName .cityNameMarker {
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  display: inline-block;
  padding-right: 15px;
}

.app-header .cityName i {
  position: absolute;
  top: 7px;
  right: 8px;
}

.app-header .cityName.hide {
  display: none;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.language-menu-open {
  overflow: hidden;
}

.language-menu-open .menu-nav-language {
  display: block;
}

.language-menu-open .menu-overlay {
  opacity: 1;
  z-index: 92;
  visibility: visible;
}

.language-menu-open .app-bars:before,
.language-menu-open .languageChange:before {
  transform: translateY(8px) rotate(135deg);
  -webkit-transform: translateY(8px) rotate(135deg);
  -moz-transform: translateY(8px) rotate(135deg);
}

.language-menu-open .app-bars:after,
.language-menu-open .languageChange:after {
  transform: translateY(-6px) rotate(-135deg);
  -moz-transform: translateY(-6px) rotate(-135deg);
  -webkit-transform: translateY(-6px) rotate(-135deg);
}

.language-menu-open .app-bars>span,
.language-menu-open .languageChange>span {
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
}

.app-menu-open {
  overflow: hidden;
}

.app-menu-open .menu-nav {
  display: block;
}

.app-menu-open .menu-overlay {
  opacity: 1;
  z-index: 92;
  visibility: visible;
}

.app-menu-open .app-bars:before,
.app-menu-open .languageChange:before {
  transform: translateY(8px) rotate(135deg);
  -webkit-transform: translateY(8px) rotate(135deg);
  -moz-transform: translateY(8px) rotate(135deg);
}

.app-menu-open .app-bars:after,
.app-menu-open .languageChange:after {
  transform: translateY(-6px) rotate(-135deg);
  -moz-transform: translateY(-6px) rotate(-135deg);
  -webkit-transform: translateY(-6px) rotate(-135deg);
}

.app-menu-open .app-bars>span,
.app-menu-open .languageChange>span {
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
}

.hides {
  display: none !important;
}

.opa {
  opacity: 0 !important;
}

nav .navbar-nav {
  width: 100%;
}

nav .nav-item {
  width: 50%;
  text-align: center;
  /* margin-left: 85px;
  margin-right: 85px; */
}

/* @media screen and (min-width: 992px) and (max-width: 1199px) {
  nav .nav-item {
    margin-left: 57px;
    margin-right: 56px;
  }
}
nav .nav-item:first-child {
  margin-left: 0;
}
nav .nav-item:last-child {
  margin-right: 0;
} */

.navbar-light .navbar-nav .nav-link {
  text-transform: uppercase;
  font-weight: 500;
  color: #101010;
  letter-spacing: 2px;
  border-bottom: 3px solid transparent;
}

.navbar-light .navbar-nav .nav-link:hover {
  border-bottom: 3px solid #20409A;
}

.navbar {
  padding-top: 1rem;
  padding-bottom: 0;
}

.userImage {
  width: 50px;
}

.fa.fa-map-marker {
  color: #4d4d4d;
}

#cityMarker.fa-map-marker.disabled {
  display: none;
}

.cityName.disabled {
  pointer-events: none;
  opacity: 0.7;
  cursor: not-allowed;
}

.app-wrapper {
  min-height: 100vh;
  overflow: hidden;
}

.app-wrapper.no {
  background: #fff;
}

.app-wrapper .app-contents.no {
  padding-top: 0;
}

.app-wrapper .app-contents .ins {
  padding: 0;
}

.app-wrapper .app-contents .ins .otpdiv {
  display: none;
}

.app-wrapper .app-contents .ins .otpdiv .otp-error {
  color: #ed2a14;
}

.app-wrapper .app-contents .ins .otpdiv #otp-error {
  display: none !important;
}

.app-wrapper .app-contents .ins .verify-otp-btn {
  display: none;
}

.app-wrapper .app-contents.quote-ember .app-calc {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 130px);
}

@media (max-width: 576px) {
  .app-wrapper .app-contents.quote-ember .app-calc {
    overflow: hidden;
    max-height: calc(100vh - 260px);
  }
}

.app-wrapper .app-contents.quote-ember.mob {
  display: none;
}

.app-wrapper .app-contents.quote-ember.web {
  display: block;
}

.app-wrapper .app-contents.report-ember {
  padding: 20px 20px;
  margin-top: 15px;
  height: 510px;
}

.app-wrapper .app-contents.report-ember .app-calc {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding-left: 0;
  padding-right: 0;
  height: calc(100% - 75px);
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#fff));
  background-image: linear-gradient(#f4f4f4, #fff);
  -webkit-background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#fff));
  -webkit-background-image: linear-gradient(#f4f4f4, #fff);
  -moz-background-image: linear-gradient(#f4f4f4, #fff);
}

.app-wrapper .app-contents.report-ember .app-calc#questionScroll {
  overflow-y: hidden;
  overflow-x: hidden;
}

.app-wrapper .app-contents.report-ember .app-calc#questionScroll .lastPrev {
  background-color: transparent;
  text-align: center;
  border: none;
  font-weight: bold;
}

.app-wrapper .app-contents.report-ember .app-calc #questionForm {
  height: 100%;
}

.app-wrapper .app-contents.report-ember .app-calc #questionForm #appendQuestion {
  height: 100%;
  margin-bottom: 50px;
}

.app-wrapper .app-contents.report-ember .app-calc #questionForm #appendQuestion figure {
  padding-bottom: 50px;
}

.app-wrapper .app-contents.report-ember h3.questHeading {
  margin-bottom: 10px;
}

.app-wrapper .app-contents.activity-ember .app-calc {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 218px);
}

.app-wrapper .app-contents.activity-ember2 .app-calc {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 178px);
}

.app-wrapper .app-contents.payment-ember .app-calc {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 310px);
}

.app-wrapper .app-contents.pickup-ember .app-calc {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 102px);
  height: 100vh;
}

.app-wrapper .app-contents.pickup-ember .app-calc .form-control.material:disabled {
  text-transform: capitalize;
}

.app-wrapper .app-contents.pickup-ember .app-head {
  margin-bottom: 10px;
}

.app-wrapper .app-contents.pickup-ember .payMeth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.app-wrapper .app-contents.pickup-ember .payMeth .heading {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.app-wrapper .app-contents.pickup-ember .payMeth .netPayCont {
  text-align: right;
}

.app-wrapper .app-contents.pickup-ember .payMeth .netPayCont h6 img {
  width: 12px;
  opacity: 0.8;
  position: relative;
  top: -2px;
}

.app-wrapper .app-contents.pickup-ember .payMeth p {
  margin-bottom: 5px;
}

.app-wrapper .app-contents.pickup-ember .devicelocation {
  margin: 25px 20px 20px;
}

.app-wrapper .app-contents.pickup-ember .devicelocation button {
  color: #28B03D;
  font-size: 16px;
  display: block;
  border: 1px solid #28B03D;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  font-weight: 400;
  background-color: transparent;
  margin: auto;
  width: 100%;
}

.app-wrapper .app-contents.pickup-ember .devicelocation button .fa.fa-map-marker {
  color: #28B03D;
  margin-right: 10px;
}

.app-wrapper .app-contents.pyamentMode .app-calc {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 472px);
}

.app-wrapper .app-contents.bankTransfer .app-calc {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 103px);
  height: 100vh;
}

.app-wrapper .app-contents.data-ember .app-calc {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 370px);
}

.app-wrapper .app-contents.loc-ember .app-calc {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 346px);
}

.app-wrapper .app-contents.mapdata-ember .app-calc {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 226px);
}

.app-wrapper .app-contents.status-ember .app-calc {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 400px);
}

.app-wrapper .app-contents.account-ember {
  padding: 20px;
  margin-top: 100px;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 10px #CCC;
  box-shadow: 0 0 10px #CCC;
  min-height: 350px;
}

.app-wrapper .app-contents.account-ember .app-calc {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 160px);
}

.app-wrapper .app-contents.account-ember .ins {
  padding-top: 0;
}

.app-wrapper .app-contents.personalDetail-ember {
  padding: 20px;
  margin-top: 100px;
  background-color: #FFF;
  min-height: 350px;
  -webkit-box-shadow: 0 0 10px #CCC;
  box-shadow: 0 0 10px #CCC;
}

.app-wrapper .app-contents.personalDetail-ember .app-calc {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 324px);
}

.app-wrapper .app-contents.personalDetail-ember .ins {
  padding-top: 0;
}

.app-wrapper .app-contents.detail-ember .app-head {
  background-color: #FFF;
}

.app-wrapper .app-contents.detail-ember .app-calc {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 228px);
}

.app-wrapper .app-contents.editDetail-ember {
  padding: 20px;
  margin-top: 100px;
  background-color: #FFF;
  min-height: 350px;
  -webkit-box-shadow: 0 0 10px #CCC;
  box-shadow: 0 0 10px #CCC;
}

.app-wrapper .app-contents.editDetail-ember .app-calc {
  max-height: calc(100vh - 160px);
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.app-wrapper .app-contents.city-select {
  background-color: #fff;
}

.app-wrapper .app-contents .heading-data {
  font-size: 10px;
  margin-bottom: 26px;
}

.app-wrapper .app-contents .heading-data.beta {
  margin-bottom: 0;
}

.app-wrapper .app-contents .heading-data h2 {
  font-size: 14px;
  margin-bottom: 6px;
}

.app-wrapper .app-contents .heading-data p {
  color: #a1a1a1;
}

.app-wrapper .app-contents.homedata .bottom-data {
  background: #f5f5f8;
}

.app-wrapper .app-contents.customer-ember .app-calc {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 188px);
}

.app-wrapper .app-contents.device-selection .app-calc {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 116px);
}

.app-wrapper .app-contents.device-selection.sell-device .app-calc {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 102px);
}

.app-wrapper .app-contents.voucher-selection .app-calc {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 53px);
}

.app-wrapper .app-contents.voucher-selection.sell-device .app-calc {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 102px);
}

.app-wrapper .app-contents.headFooterOnly .app-calc {
  overflow: auto;
  max-height: calc(100vh - 100px);
}

.app-wrapper .app-contents.diagnostics-ember .app-head {
  margin-bottom: 15px;
  margin-top: 15px;
}

.app-wrapper .app-contents.diagnostics-ember .app-calc {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 200px);
}

.device-selection .content-heading-ember {
  position: relative;
}

.device-selection .content-heading-ember h2.device-heading {
  font-size: 18px;
}

.device-selection h3 {
  font-size: 14px;
  color: #4A4A4A;
  margin-top: 25px;
  margin-bottom: 20px;
}

.device-selection .manufacturer-list li {
  margin-bottom: 0px;
}

.device-selection .manufacturer-list li p {
  font-size: 10px;
  color: #4A4A4A;
  margin-bottom: 4px;
}

.device-selection .manufacturer-list li p.bold {
  font-weight: bold;
}

.searchbox {
  min-width: 35px;
  width: 0%;
  height: 35px;
  float: left;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  margin-bottom: 0;
}

.searchbox.searchbox-open {
  width: 100%;
}

.searchbox .searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background: transparent;
  width: 100%;
  height: 35px;
  margin: 0;
  padding: 0px 35px 0px 10px;
  font-size: 14px;
  color: #4A4A4A;
}

.searchbox .searchbox-icon,
.searchbox .searchbox-submit {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: 8px;
  left: 14px;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  color: #dcddd8;
  background: transparent;
}

form.searchbox .search-txt {
  display: none;
}

.searchbox-open .searchbox-input {
  position: absolute;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #F1F1F1;
  border-radius: 20px;
}

.searchbox-open .searchbox-icon {
  display: none !important;
}

.order-summary {
  text-align: center;
  padding-top: 30px;
}

.order-summary figure img {
  max-height: 50px;
}

.order-summary h2 {
  font-size: 16px;
  font-weight: 500;
  color: #4A4A4A;
  margin-top: 12px;
  margin-bottom: 3px;
}

.order-summary p {
  margin-bottom: 1px;
  font-size: 14px;
  color: #A1A1A1;
}

.order-summary p img {
  width: 12px;
  opacity: 0.8;
  position: relative;
  top: -2px;
  width: 10px;
  opacity: 0.4;
  top: -1px;
}

.order-summary hr {
  margin-top: .8rem;
  margin-bottom: .8rem;
}

.order-summary .skipQuestionTextHeading {
  font-size: 12px;
}

.order-summary .orderUserDetail {
  font-size: 14px;
  color: #4A4A4A;
  text-align: left;
  margin: 0;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.order-summary .orderUserDetail li {
  list-style-type: none;
  padding: 0 30px 15px 30px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-summary .orderUserDetail li span.sprites {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}

.order-summary .orderUserDetail li span::before {
  background-size: 1085px;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-position: -181px -118px;
}

.order-summary .orderUserDetail li.liAdd {
  padding-bottom: 0;
}

.order-summary .orderUserDetail li.liAdd span::before {
  background-position: -218px -118px;
}

.order-summary .orderUserDetail li.liAdd p {
  width: 84%;
  color: #4A4A4A;
}

.order-summary .orderUserDetail li img {
  max-height: 25px;
  margin-right: 5px;
  opacity: 0.8;
}

.order-summary .orderUserDetail li:last-child {
  text-align: right;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-summary .orderUserDetail li:last-child i {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.order-summary .orderUserDetail li .fa.fa-pencil {
  padding: 10px;
  color: #28B03D;
  cursor: pointer;
}

.order-summary .summaryBtn {
  margin-bottom: 0;
  margin: 10px auto;
}

.order-summary .skipQuestionTextHeading {
  font-size: 12px;
  width: 80%;
  margin: auto;
}

.order-summary .skipItems {
  margin: 0 auto;
  padding: 0;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-summary .skipItems li {
  list-style: none;
  margin: 10px auto auto;
  text-align: center;
}

.order-summary .skipItems li .SkipItemsBox {
  background-color: rgba(220, 38, 38, 0.8);
  width: 40px;
  height: 40px;
  padding: 10px;
  margin: auto;
  border-radius: 50%;
}

.order-summary .skipItems li p {
  display: block;
  margin-top: 4px;
  font-size: 12px;
}

.unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.unstyled li {
  margin-bottom: 8px;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox+label {
  position: relative;
  cursor: pointer;
  padding: 10px 0 10px 38px;
  width: 100%;
  border: 1px solid #f1f1f1;
}

.styled-checkbox+label:before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 15px;
  height: 15px;
  background: #F1F1F1;
  position: absolute;
  left: 14px;
  top: 12px;
}

.styled-checkbox:hover+label:before {
  background: #F1F1F1;
}

.styled-checkbox:checked+label {
  background-color: #28B03D;
  color: #fff;
}

.styled-checkbox:checked+label:before {
  background: #FFF;
}

.styled-checkbox:checked+label:after {
  content: '';
  position: absolute;
  left: 16px;
  top: 19px;
  background: #28B03D;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 #28B03D, 4px 0 0 #28B03D, 4px -2px 0 #28B03D, 4px -4px 0 #28B03D, 4px -6px 0 #28B03D, 4px -8px 0 #28B03D;
  box-shadow: 2px 0 0 #28B03D, 4px 0 0 #28B03D, 4px -2px 0 #28B03D, 4px -4px 0 #28B03D, 4px -6px 0 #28B03D, 4px -8px 0 #28B03D;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.radio-style[type="radio"]:checked,
.radio-style[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-style[type="radio"]:checked+label {
  background-color: #28B03D;
  color: #fff;
}

.radio-style[type="radio"]:checked+label,
.radio-style[type="radio"]:not(:checked)+label {
  position: relative;
  padding: 10px 45px 10px 38px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  border: 1px solid #f1f1f1;
  width: 100%;
}

.radio-style[type="radio"]:checked+label .info-circle,
.radio-style[type="radio"]:not(:checked)+label .info-circle {
  position: absolute;
  right: 0;
  padding: 10px;
  top: 0px;
  width: 41px;
  z-index: 1;
  background-color: #cacaca;
  border-left: 1px solid #cacaca;
  height: 100%;
  background: url(https://instacash.blob.core.windows.net/static/live/in-new/images/sprites.svg) no-repeat -12px -276px #cacaca;
  background-size: 710px;
}

.radio-style[type="radio"]:checked+label:before,
.radio-style[type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 14px;
  top: 12px;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
  display: inline-block;
}

.radio-style[type="radio"]:checked+label:after,
.radio-style[type="radio"]:not(:checked)+label:after {
  content: '';
  width: 9px;
  height: 9px;
  background: #28B03D;
  position: absolute;
  top: 15px;
  left: 17px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.radio-style[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio-style[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.orderprocess {
  margin: 0;
  padding: 0;
}

.orderprocess .rupee-adjust img {
  width: 10px !important;
}

.orderprocess>li {
  list-style-type: none;
  width: 100%;
  margin: 0 30px;
}

.orderprocess>li ul {
  padding: 0;
  margin-bottom: 30px;
  text-align: center;
  width: 33.33%;
  position: relative;
}

.orderprocess>li ul li {
  list-style-type: none;
  width: 100%;
}

.orderprocess>li ul li:first-child {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  color: #28B03D;
  text-align: center;
  line-height: 29px;
  padding-left: 0;
  margin: auto auto 10px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.orderprocess>li ul li.complete {
  border: 1px solid rgba(40, 176, 61, 0.23);
}

.orderprocess>li ul li.complete.rej {
  border: 1px solid rgba(176, 40, 40, 0.23);
  color: red;
}

.orderprocess>li ul li.complete i {
  line-height: 30px;
}

.orderprocess>li ul li.process {
  border: 1px dotted #28b03d;
}

.orderprocess>li ul li:last-child {
  font-size: 14px;
  font-weight: 500;
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.orderprocess>li ul li:last-child small {
  font-weight: 400;
  font-size: 12px;
  display: block;
  padding-top: 6px;
}

.orderprocess>li ul li:last-child small a {
  color: #28B03D;
}

.orderprocess>li:first-child ul::before {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #28B03D;
  position: absolute;
  top: 16px;
  left: 0;
}

.orderprocess>li:first-child ul::after {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #28B03D;
  position: absolute;
  top: 16px;
  left: 50%;
}

.orderprocess>li:first-child ul:first-child::before {
  display: none;
}

.orderprocess>li:first-child ul:first-child::after {
  width: 100%;
  left: 0%;
}

.orderprocess>li:first-child ul:first-child li:first-child {
  margin: auto auto 10px 0;
}

.orderprocess>li:first-child ul:first-child li:last-child {
  text-align: left;
}

.orderprocess>li:first-child ul:last-child::before {
  content: "";
  width: 100%;
}

.orderprocess>li:first-child ul:last-child::after {
  display: none;
}

.orderprocess>li:first-child ul:last-child li:first-child {
  margin: auto 0 10px auto;
}

.orderprocess>li:first-child ul:last-child li:last-child {
  text-align: right;
}

.notificationList {
  padding: 0;
  margin: 0;
  background-color: #FFF;
}

.notificationList li {
  border-top: 1px solid #F1F1F1;
  padding: 6px 22px;
  padding-bottom: 4px;
}

.notificationList li p {
  margin: 0;
}

.notificationList li p.notificationDate {
  font-size: 7px;
  color: #4A4A4A;
  padding-top: 3px;
}

.notificationList li p.notificationDate img {
  width: 12px;
}

.notificationList li p.notificationDetail {
  font-size: 10px;
  color: #4A4A4A;
  height: 26px;
  overflow: hidden;
  margin-top: 2px;
}

.notificationList li h2 {
  color: #737373;
  font-size: 14px;
  margin-top: 5px;
}

.notificationList li a {
  color: #28B03D;
  font-size: 10px;
  font-weight: 500;
  text-decoration: underline;
}

.userAccount a {
  background-color: #FFF;
  border-radius: 4px;
  border: 1px solid #F1F1F1;
  -webkit-box-shadow: 0px 3px 15px #F1F1F1;
  box-shadow: 0px 3px 15px #F1F1F1;
  display: block;
  padding: 15px 24px;
  color: #707070;
  position: relative;
}

.userAccount a:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #4A4A4A;
  right: 26px;
  top: 19px;
}

.accountDetail .heading {
  margin-top: 10px;
  margin-bottom: 10px;
}

.accountDetail .heading h2 {
  font-size: 18px;
  color: #4A4A4A;
}

.accountDetail .heading .smalltext {
  font-size: 10px;
  color: #707070;
}

.withoutTestPrice {
  background-color: #FFF;
  border-radius: 6px;
  padding: 15px;
  text-align: center;
}

.withoutTestPrice img {
  max-height: 100px;
  min-height: 100px;
}

.withoutTestPrice h2 {
  font-size: 16px;
  color: #4A4A4A;
  margin-top: 10px;
}

.withoutTestPrice .SmallText1 {
  margin: 5px 0;
}

.withoutTestPrice .phonePricesBoxs {
  border: 1px solid #F1F1F1;
  margin-top: 8px;
  border-left: 0;
  border-right: 0;
}

.withoutTestPrice .phonePricesBoxs ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.withoutTestPrice .phonePricesBoxs ul li {
  list-style: none;
  padding: 20px 10px;
  font-size: 16px;
  font-weight: 600;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.withoutTestPrice .phonePricesBoxs ul li:nth-child(2) {
  border-left: 1px solid #F1F1F1;
  border-right: 1px solid #F1F1F1;
}

.withoutTestPrice .phonePricesBoxs ul li .instaPriceBox img {
  width: 12px;
  opacity: 0.8;
  position: relative;
  top: -2px;
  max-height: inherit;
  min-height: inherit;
}

.withoutTestPrice .phonePricesBoxs ul li .instaPriceBox .uptoPriceSpan {
  font-size: 16px;
  font-weight: 600;
}

.withoutTestPrice .phonePricesBoxs ul li span {
  display: block;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 5px;
}

.withoutTestPrice p {
  font-size: 10px;
  color: #A1A1A1;
  margin-top: 10px;
}

.withoutTestPrice ul.phoneFlowDetail {
  padding: 0;
  margin: 20px 0 0;
}

.withoutTestPrice ul.phoneFlowDetail li {
  list-style: none;
  text-align: left;
  font-size: 10px;
  color: #A1A1A1;
  position: relative;
  padding-left: 20px;
  margin: 7px 0;
}

.withoutTestPrice ul.phoneFlowDetail li::before {
  background: url(https://instacash.blob.core.windows.net/static/live/in-new/images/sprites.svg) no-repeat 0 -558px;
  content: "";
  width: 12px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 2px;
  background-size: 1388px;
}

.donate img {
  width: 220px;
  margin-bottom: 15px;
}

.donate .check {
  position: relative;
  margin-bottom: 10px;
  font-weight: 500;
  cursor: pointer;
}

.donate .check img {
  width: 11px;
  top: 5px;
  position: relative;
}

.donate .check:before {
  position: absolute;
  top: 0.2rem;
  left: -1.5rem;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #d7d9e2;
  border: 1px solid #CCC;
}

.donate .check:after {
  position: absolute;
  top: 0.3rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.donate .donationInput {
  padding-left: 25px;
}

.donate .donationInput small {
  cursor: pointer;
  color: #28B03D;
  display: none;
}

.donate .donationInput small.removeCheck {
  position: relative;
  top: 6px;
  right: 10px;
  float: right;
  color: red;
}

.donate input[type="checkbox"] {
  display: none;
}

.donate input[type="checkbox"]:checked~small {
  display: inline-block;
}

.donate input[type="checkbox"]:checked~.donationAmount.dAmount {
  display: block;
}

.donate input[type="checkbox"]:checked~label::after {
  background: url(https://instacash.blob.core.windows.net/static/live/in-new/images/sprites.svg) no-repeat 0 -558px;
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 9999;
  left: -20px;
  top: 5px;
  background-size: 1395px;
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(233deg) brightness(200%) contrast(100%);
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(233deg) brightness(200%) contrast(100%);
}

.donate input[type="checkbox"]:checked+label:before {
  color: #fff;
  background-color: #28b03d;
  opacity: 0.9;
}

.donate .donationAmount {
  display: none;
}

#endGameForm #imeiBlock .form-group {
  position: relative;
}

#endGameForm #imeiBlock .form-group .imeiCheckIcon {
  position: absolute;
  background-image: url(https://instacash.blob.core.windows.net/static/live/in-new/images/sprites.png);
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  display: none;
}

#endGameForm #imeiBlock .form-group .imeiCheckIcon.valid {
  background-position: 0px -208px;
  display: inline-block;
}

#endGameForm #imeiBlock .form-group .imeiCheckIcon.invalid {
  background-position: 0 -178px;
  display: inline-block;
}

.navTopBorder {
  /* border-bottom: 1px solid #888888; */
  margin: auto;
  /* padding-top: 34px; */
  width: 96%;
}

header nav.navbar.navbar-light .navbar-nav .nav-item:hover .dropdown-menu {
  background-color: #ffffff;
  width: 164px;
  padding: 0.5rem 0;
  border-radius: 0.25rem;
}

header nav.navbar.navbar-light .navbar-nav .nav-item ul li a {
  font-size: 16px;
  padding: 0.5rem 1rem;
}

.steps3 {
  padding-top: 20px;
}

.steps3 h2 {
  font-size: 36px;
  line-height: 54px;
  font-weight: 700;
  color: #000;
}

.steps3 h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #20409a;
  padding-top: 24px;
}

.steps3 img {
  min-height: 208px;
}

.connectUs {
  padding-top: 80px;
}

.connectUs .contactBox {
  background: rgba(32, 64, 154, 0.06);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  color: #20409a;
  margin-top: 15px;
}

.connectUs .contactBox .phoneDetails {
  padding-left: 10px;
}

.connectUs .contactBox .phoneDetails h5 {
  font-size: 1rem;
  line-height: 24px;
  font-weight: 700;
}

.connectUs .contactBox .phoneDetails h5 a {
  color: #20409a;
  text-decoration: none;
}

.connectUs .contactBox .phoneDetails h5 a:hover {
  text-decoration: underline;
}

.connectUs .contactBox .phoneDetails p {
  margin-bottom: 0;
}

.connectUs .contactBox .phoneDetails a {
  color: #20409a;
  text-decoration: underline;
}

.connectUs .contactBox .phoneDetails a:hover {
  text-decoration: none;
}

.connectUs .videoBox {
  position: relative;
  padding: 25px;
}

.connectUs .videoBox .videoCL {
  position: absolute;
  top: 0;
  left: 0;
}

.connectUs .videoBox .videoCR {
  position: absolute;
  bottom: 0;
  right: 0;
}

.connectUs .videoBox iframe {
  border-radius: 15px;
}

.mobileMenu {
  display: none;
}

.selectCity {
  margin-top: 68px;
}

.selectCity h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}

.selectCity .PopularCity {
  margin-top: 40px;
}

.selectCity .PopularCity #popularCitiesList {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.selectCity .PopularCity #popularCitiesList li {
  list-style-type: none;
  background-color: #fff;
  border: 1px solid #20409A;
  text-align: center;
  border-radius: 10px;
  margin: 0 10px 10px 10px;
}

.selectCity .PopularCity #popularCitiesList li a {
  padding: 10px;
  display: block;
  color: #20409A;
}

.selectCity .PopularCity #popularCitiesList li a:hover {
  background: #20409A;
  color: white;
  border-radius: 8px;
}

.selectCity .PopularCity #popularCitiesList li a p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 24px;
}

.selectCity .phone-search-sec {
  width: 50%;
  margin: 26px auto auto;
}

.selectCity .phone-search-sec .phone-search-input input {
  height: 48px;
  border: 1px solid #888888;
  border-radius: 8px;
  padding: 10px 20px 10px 15px;
}

.selectCity .hideShowBtn {
  color: #20409A;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  margin-top: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.selectCity .hideShowBtn:hover {
  text-decoration: underline;
}

.selectCity .otherCity {
  margin-top: 26px;
}

.selectCity .otherCity #allCityList {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.selectCity .otherCity #allCityList li {
  /* width: 14.6%; */
  list-style-type: none;
  margin: 1%;
}

.selectCity .otherCity #allCityList li a {
  display: flex;
  border: 1px solid #20409A;
  color: #20409A;
  padding: 10px;
  display: inline-block;
  border-radius: 10px;
}

.selectCity .otherCity #allCityList li a:hover {
  background: #20409A;
  color: white;
}

.selectProduct {
  margin-top: 68px;
}

.selectProduct .form-body {
  border: 1px solid #888888;
  border-radius: 20px;
  padding: 40px;
}

.selectProduct .form-body .productSelection {
  margin-bottom: 0;
}

.selectProduct .form-body .productSelection .card {
  margin-bottom: 0;
  border: none;
  border-bottom: 2px solid #c5c5c5;
  border-radius: 0;
}

.selectProduct .form-body .productSelection .card:last-child {
  border-bottom: none;
}

.selectProduct .form-body .productSelection .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0.2rem 0;
}

.selectProduct .form-body .productSelection .card .card-header:first-child {
  border-radius: 0;
}

.selectProduct .form-body .productSelection .card .card-header h5 button {
  color: #101010;
  font-weight: 400;
  width: 100%;
  text-align: left;
  display: block;
  height: 50px;
  padding: 0;
}

.selectProduct .form-body .productSelection .card .card-header h5 button:before {
  position: absolute;
  content: "\f107";
  right: 15px;
  font: normal normal normal 18px/1 FontAwesome;
  top: 14px;
}

.selectProduct .form-body .productSelection .card .card-header h5 button i {
  color: #20409A;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  font-style: normal;
  margin-right: 8px;
}

.selectProduct .form-body .productSelection .card .card-header h5 button span {
  margin-left: 14px;
}

.selectProduct .form-body .productSelection .card .card-header h5 button span img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.selectProduct .form-body .productSelection .card .card-header h5 button:hover,
.selectProduct .form-body .productSelection .card .card-header h5 button:focus {
  text-decoration: none;
}

.selectProduct .form-body .productSelection .card .card-body {
  padding-top: 0;
}

.selectProduct .form-body .productSelection .card .card-body input {
  border: 1px solid #888888;
}

.selectProduct .form-body .productSelection .card .card-body .btn-primary {
  background: #20409A;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  padding: 12px 20px;
}

.selectProduct .form-body .productSelection .card .card-body ul.bList {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}

.selectProduct .form-body .productSelection .card .card-body ul.bList li {
  margin: 0;
  width: 20%;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  padding: 10px;
}

.selectProduct .form-body .productSelection .card .card-body ul.bList li a {
  display: inline-block;
}

.selectProduct .form-body .productSelection .card .card-body ul.bList li a img {
  width: 60px;
  height: 60px;
  margin-right: 0;
}

.selectProduct .form-body .productSelection .card .card-body ul.mList {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-height: 225px;
  overflow-x: scroll;
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}

.selectProduct .form-body .productSelection .card .card-body ul.mList li {
  margin: 0;
  width: 50%;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 10px;
}

.selectProduct .form-body .productSelection .card .card-body ul.mList li a {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.selectProduct .form-body .productSelection .card .card-body ul.mList li a img {
  width: auto;
  height: 40px;
  margin-right: 8px;
}

.selectProduct .form-body .productSelection .card .card-body .unstyled {
  display: flex;
  flex-wrap: wrap;
}

.selectProduct .form-body .productSelection .card .card-body .unstyled li {
  margin-right: 14px;
  margin-bottom: 10px;
}

.selectProduct .form-body .productSelection .card .card-body .unstyled li .radio-style[type=radio]:checked+label,
.selectProduct .form-body .productSelection .card .card-body .unstyled li .radio-style[type=radio]:not(:checked)+label {
  border-radius: 10px;
  margin-bottom: 0;
  border-color: #20409A;
  padding: 10px 26px 10px 38px;
  font-size: 15px;
}

.selectProduct .form-body .productSelection .card .card-body .unstyled li .radio-style[type=radio]:checked+label::before,
.selectProduct .form-body .productSelection .card .card-body .unstyled li .radio-style[type=radio]:not(:checked)+label::before {
  border: 2px solid #20409A;
}

.selectProduct .form-body .productSelection .card .card-body .unstyled li .radio-style[type=radio]:checked+label {
  background-color: #20409A;
  color: #fff;
}

.selectProduct .form-body .productSelection .card .card-body .unstyled li .radio-style[type=radio]:checked+label::before {
  background: #ffffff;
}

.selectProduct .form-body .productSelection .card .card-body .unstyled li .radio-style[type=radio]:checked+label::after {
  background: #ffffff;
}

.getUptoPrice {
  margin-top: 68px;
}

.getUptoPrice h1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #101010;
}

.getUptoPrice .priceBox {
  margin-top: 12px;
  margin-bottom: 20px;
}

.getUptoPrice .priceBox .getUptotext {
  color: #20409A;
  margin-bottom: 0;
}

.getUptoPrice .priceBox .upToPrice {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #20409A;
  margin-bottom: 0;
  text-align: right;
}

.getUptoPrice .priceBox .couponPrice {
  text-align: right;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
}

.getUptoPrice .priceBox hr {
  margin-top: 5px;
  margin-bottom: 10px;
}

.getUptoPrice .priceBox .cpuponCode {
  color: #20409A;
  font-weight: bold;
}

.getUptoPrice .priceBox .removeCoupon {
  text-align: right;
  display: block;
  color: red;
}

.getUptoPrice .whatsappUpdate {
  margin-top: 14px;
  display: flex;
  align-items: center;
}

.getUptoPrice .whatsappUpdate .whatsUpText {
  margin-bottom: 0;
  margin-left: 10px;
  color: #101010;
}

.getUptoPrice .switch {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 10px;
  margin-left: 10px;
  margin-bottom: 0;
}

.getUptoPrice .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.getUptoPrice .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.getUptoPrice .switch .slider.round {
  border-radius: 34px;
}

.getUptoPrice .switch .slider.round::before {
  border-radius: 50%;
}

.getUptoPrice .switch .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 0px;
  bottom: -2px;
  background-color: #979797;
  transition: 0.4s;
}

.getUptoPrice input:checked+.slider {
  background-color: #C4C4C4;
}

.getUptoPrice input:checked+.slider::before {
  transform: translateX(11px);
  background-color: #20409A;
}

.getUptoPrice input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

.specialoffer {
  border: 1px solid #888888;
  border-radius: 10px;
  padding: 18px;
}

.specialoffer h4 {
  color: #101010;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.specialoffer ul {
  padding: 0;
  margin: 0;
}

.specialoffer ul li {
  list-style-type: none;
  border-bottom: 1px solid #888888;
  padding-bottom: 10px;
  padding-top: 10px;
}

.specialoffer ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.specialoffer ul li a {
  display: block;
}

.specialoffer ul li a span {
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
  color: #20409A;
}

.specialoffer ul li a:hover {
  color: #20409A;
}

.pt50 {
  padding-top: 50px;
}

.questionBox {
  padding-top: 68px;
}

.questionBox h1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}

.questionBox ul.quBox {
  margin: 28px 0 0;
  padding: 0;
}

.questionBox ul.quBox>li {
  list-style-type: none;
  border-bottom: 1px solid #888888;
  padding-top: 16px;
}

.questionBox ul.quBox>li:last-child {
  border-bottom: 0;
}

.questionBox ul.quBox>li .heading h2 {
  margin-bottom: 12px;
  font-size: 16px;
  color: #101010;
}

.questionBox ul.quBox>li .qution {
  display: flex;
  flex-wrap: wrap;
}

.questionBox ul.quBox>li .qution li {
  margin-right: 14px;
  margin-bottom: 10px;
}

.questionBox ul.quBox>li .qution li .radio-style[type=radio]:checked+label,
.questionBox ul.quBox>li .qution li .radio-style[type=radio]:not(:checked)+label {
  border-radius: 10px;
  margin-bottom: 0;
  border-color: #20409A;
  padding: 10px 26px 10px 45px;
  color: #101010;
}

.questionBox ul.quBox>li .qution li .radio-style[type=radio]:checked+label::before,
.questionBox ul.quBox>li .qution li .radio-style[type=radio]:not(:checked)+label::before {
  border: 2px solid #20409A;
  top: 8px;
  width: 24px;
  height: 24px;
}

.questionBox ul.quBox>li .qution li .radio-style[type=radio]:checked+label {
  background-color: transparent;
}

.questionBox ul.quBox>li .qution li .radio-style[type=radio]:checked+label::before {
  background: #ffffff;
}

.questionBox ul.quBox>li .qution li .radio-style[type=radio]:checked+label::after {
  background: #20409A;
  width: 14px;
  height: 14px;
  top: 13px;
  left: 19px;
}

.questionBox ul.quBox>li .qution li .styled-checkbox+label {
  padding: 10px 26px 10px 45px;
  border-color: #20409A;
  border-radius: 10px;
  margin-bottom: 0;
}

.questionBox ul.quBox>li .qution li .styled-checkbox+label::before {
  background: transparent;
  left: 18px;
  top: 16px;
  border: 2px solid #20409a;
}

.questionBox ul.quBox>li .qution li .styled-checkbox:checked+label {
  background-color: transparent;
  color: #101010;
}

.questionBox ul.quBox>li .qution li .styled-checkbox:checked+label::before {
  background: #20409a;
  top: 16px;
}

.questionBox ul.quBox>li .qution li .styled-checkbox:checked+label::after {
  left: 20px;
  top: 22px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.questionBox .borderLeft {
  border-left: 1px solid #888888;
}

.questionBox.mNumber input[type=text] {
  border-color: #888888;
}

.questionBox.mNumber .reOtp {
  color: #20409A;
  text-decoration: underline;
}

.questionBox.mNumber .reOtp :hover {
  text-decoration: none;
}

.deviceDetailBox h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}

.quoteSteaps h3 {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  padding-top: 0;
}

.pickUpDet {
  padding-top: 68px;
}

.pickUpDet h1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}

.pickupDetailBox {
  border: 1px solid #888888;
  padding: 20px;
  border-radius: 20px;
}

.pickupDetailBox label {
  color: #101010;
}

.pickupDetailBox input.form-control {
  border: 1px solid #888888;
}

.pickupDetailBox .btn-primary {
  background: #20409A;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  padding: 12px 20px;
}

.pickupDetailBox .btn-outline-primary {
  border-radius: 10px;
  font-size: 16px;
  padding: 12px 20px;
  border: 2px solid #20409A;
  color: #20409A;
}

.pickupDetailBox .btn-outline-primary:hover {
  background-color: #20409a;
  color: #fff;
}

.dateTimeSelect {
  padding-top: 68px;
}

.dateTimeSelect h1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #101010;
}

.dateTimeSelect .todayDate {
  margin-top: 20px;
  margin-bottom: 5px;
}

.dateTimeSelect .orText {
  margin-top: 18px;
}

.dateTimeSelect .sutableDate {
  margin-bottom: 10px;
}

.dateTimeSelect .unstyled {
  display: flex;
  flex-wrap: wrap;
}

.dateTimeSelect .unstyled li {
  margin-right: 14px;
  margin-bottom: 10px;
}

.dateTimeSelect .unstyled li .radio-style[type=radio]:checked+label,
.dateTimeSelect .unstyled li .radio-style[type=radio]:not(:checked)+label {
  border-radius: 10px;
  margin-bottom: 0;
  border-color: #20409A;
  padding: 10px 16px 10px 38px;
}

.dateTimeSelect .unstyled li .radio-style[type=radio]:checked+label::before,
.dateTimeSelect .unstyled li .radio-style[type=radio]:not(:checked)+label::before {
  border: 2px solid #20409A;
}

.dateTimeSelect .unstyled li .radio-style[type=radio]:checked+label {
  background-color: #20409A;
  color: #fff;
}

.dateTimeSelect .unstyled li .radio-style[type=radio]:checked+label::before {
  background: #ffffff;
}

.dateTimeSelect .unstyled li .radio-style[type=radio]:checked+label::after {
  background: #ffffff;
}

.dateTimeSelect .btn-primary {
  background: #20409A;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  padding: 12px 20px;
}

.dateTimeSelect .btn-outline-primary {
  border-radius: 10px;
  font-size: 16px;
  padding: 12px 20px;
  border: 2px solid #20409A;
  color: #20409A;
}

.dateTimeSelect .btn-outline-primary:hover {
  background-color: #20409a;
  color: #fff;
}

.faqBox {
  margin-top: 20px;
}

.faqBox .faqSec {
  border-radius: 10px;
  border: 1px solid #888888;
  padding: 18px;
}

.faqBox .faqSec h3 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: #101010;
}

.faqBox .faqSec .card {
  border: none;
  border-bottom: 1px solid #888888;
  border-radius: 0;
}

.faqBox .faqSec .card:last-child {
  border-bottom: none;
}

.faqBox .faqSec .card-header {
  background: transparent;
  border: none;
  padding: 0;
}

.faqBox .faqSec .card-header h5 button {
  width: 100%;
  text-align: left;
  display: block;
  color: #101010;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0;
}

.faqBox .faqSec .card-header h5 button:before {
  position: absolute;
  content: "\f107";
  right: 15px;
  font: normal normal normal 18px/1 FontAwesome;
  top: 14px;
}

.faqBox .faqSec .card-header h5 button:hover,
.faqBox .faqSec .card-header h5 button:focus {
  text-decoration: none;
}

.faqBox .faqSec .card-body {
  padding: 0 10px 10px;
  font-size: 14px;
  line-height: 24px;
}

.paymentM {
  padding-top: 68px;
}

.paymentM h1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #101010;
}

.paymentM .card {
  border: none;
  border-bottom: 1px solid #888888;
  border-radius: 0;
}

.paymentM .card:last-child {
  border-bottom: 0;
}

.paymentM .card-header {
  background: transparent;
  padding: 0;
}

.paymentM .card-header button {
  padding: 0;
  width: 100%;
  text-align: left;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #181818;
}

.paymentM .card-header button:hover {
  text-decoration: none;
}

.paymentM .payOption {
  display: flex;
  padding-bottom: 10px;
  flex-direction: column;
}

.paymentM .payOption .radio-style[type=radio]:checked+label,
.paymentM .payOption .radio-style[type=radio]:not(:checked)+label {
  margin-bottom: 0;
  border-color: #20409A;
  padding: 0 0 0 36px;
  color: #101010;
  border: none;
}

.paymentM .payOption .radio-style[type=radio]:checked+label::before,
.paymentM .payOption .radio-style[type=radio]:not(:checked)+label::before {
  border: 2px solid #20409A;
  top: 3px;
  width: 24px;
  height: 24px;
  left: 0;
}

.paymentM .payOption .radio-style[type=radio]:checked+label {
  background-color: transparent;
}

.paymentM .payOption .radio-style[type=radio]:checked+label::before {
  background: #ffffff;
}

.paymentM .payOption .radio-style[type=radio]:checked+label::after {
  background: #20409A;
  width: 14px;
  height: 14px;
  top: 8px;
  left: 5px;
}

.paymentM label {
  color: #101010;
}

.paymentM input.form-control {
  border: 1px solid #888888;
  border-radius: 10px;
}

.paymentM .btn-primary {
  background: #20409A;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  padding: 12px 20px;
}

.paymentM .btn-outline-primary {
  border-radius: 10px;
  font-size: 16px;
  padding: 12px 20px;
  border: 2px solid #20409A;
  color: #20409A;
}

.paymentM .btn-outline-primary:hover {
  background-color: #20409a;
  color: #fff;
}

.paymentM #productSelect #Bank,
.paymentM #productSelect #Cash {
  margin-top: 14px;
}

.paymentM #productSelect #Bank img,
.paymentM #productSelect #Cash img {
  max-width: 84px;
}

.lastPrice h1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #101010;
}

.lastPrice .getUptotext {
  color: #20409A;
  margin-top: 12px;
  margin-bottom: 0;
}

.lastPrice .upToPrice {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #20409A;
  margin-bottom: 10px;
}

.lastPrice .btn-primary {
  background: #20409A;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  padding: 12px 20px;
}

.lastPrice .whatsappUpdate {
  margin-top: 14px;
  display: flex;
  align-items: center;
}

.lastPrice .whatsappUpdate .whatsUpText {
  margin-bottom: 0;
  margin-left: 10px;
  color: #101010;
}

.lastPrice .switch {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 10px;
  margin-left: 10px;
  margin-bottom: 0;
}

.lastPrice .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.lastPrice .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.lastPrice .switch .slider.round {
  border-radius: 34px;
}

.lastPrice .switch .slider.round::before {
  border-radius: 50%;
}

.lastPrice .switch .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 0px;
  bottom: -2px;
  background-color: #979797;
  transition: 0.4s;
}

.pickupInfo {
  padding-top: 68px;
}

.pickupInfo h1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #101010;
}

.pickupInfo ul {
  display: flex;
  align-items: center;
  margin: 50px 0 0;
  padding: 0;
}

.pickupInfo ul li {
  list-style-type: none;
  width: 260px;
  height: 180px;
  border: 3px solid #20409A;
  border-radius: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-right: 32px;
}

.pickupInfo ul li:last-child {
  margin-right: 0;
}

.pickupInfo ul li p {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 0;
  margin-top: 14px;
}

.pickupInfo .btn-primary {
  background: #20409A;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  padding: 12px 20px;
}

.thankYouBox {
  padding-top: 68px;
}

.thankYouBox h1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #101010;
}

.thankYouBox .orderSummary {
  border: 1px solid #888888;
  margin-top: 32px;
  border-radius: 20px;
  padding: 24px;
}

.thankYouBox .lastPrice .upToPrice {
  display: flex;
  justify-content: space-between;
}

.btn-primary {
  background: #20409A;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  padding: 12px 20px;
  display: inline-block;
}

.btn-outline-primary {
  border-radius: 10px;
  font-size: 16px;
  padding: 12px 20px;
  border: 2px solid #20409A;
  color: #20409A;
}

.btn-outline-primary:hover {
  background-color: #20409a;
  color: #fff;
}

input.form-control {
  border-radius: 10px;
}

.summaryList {
  border: 1px solid #dddddd;
  width: 100%;
}

.summaryList td {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 5px;
  font-size: 14px;
}

.summaryList td:last-child {
  color: #20409a;
}

.errorGray {
  background-color: #f1f1f1;
}

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 200px;
  margin: 0px auto 20px;
  z-index: -1;
}

.notfound h1 {
  font-size: 175px;
  font-weight: 200;
  margin: 0px;
  color: #20409a;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  top: 40%;
}

.notfound h2 {
  font-size: 22px;
  font-weight: 400;
  color: #211b19;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 5px;
  margin: auto;
  display: inline-block;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
}

.app-head {
  position: relative;
  margin-bottom: 30px;
}

.app-head.beta {
  margin-bottom: 0;
}

.app-head.no {
  background: #fff;
  padding-top: 20px;
}

.app-head.fixed {
  margin-bottom: 10px;
  overflow: hidden;
}

.app-head.fixed .btn {
  margin-bottom: 0 !important;
}

.app-head.bkg {
  min-height: 150px;
  position: relative;
  overflow: hidden;
}

.app-head.bkg:before {
  left: -30px;
  right: -30px;
  top: 0;
  bottom: 0;
  content: "";
  position: absolute;
}

.app-head.bkg .app-data {
  padding-top: 40px;
}

.app-head.bkg.login {
  min-height: 150px;
  margin-bottom: 50px;
}

.app-head.bkg.login:before {
  left: -30px;
  right: -30px;
  top: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: #F1F1F1;
  /* Old browsers */
}

.app-head div.back {
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-head div.back.show700 {
  display: none;
}

.app-head div.back.noh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.app-head div.back a {
  line-height: 0;
}

.app-head div.back a:hover {
  color: #28B03D;
}

.app-head div.back p {
  margin-bottom: 0;
  margin: auto;
}

.app-head div.back p.topHeading {
  margin: auto;
}

.app-head div.back.accountDetailHeading {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  height: 26px;
}

.app-head div.back.accountDetailHeading .back-hide {
  display: none;
}

.app-head .ember {
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.app-head .ember h2 {
  font-size: 14px;
  font-weight: normal;
}

.app-head .ember a.done {
  color: #707070;
}

.app-head .ember a:hover,
.app-head .ember a:focus {
  color: #4A4A4A;
}

.app-head .ins {
  padding: 4px 18px;
}

.app-head .ins .app-logo {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.app-head .ins .app-logo img {
  max-width: 160px;
}

.app-head .ins .app-data {
  z-index: 1;
  position: relative;
}

.app-head .ins .heading {
  font-size: 11px;
  margin-bottom: 20px;
}

.app-head .ins .heading h2 {
  font-size: 18px;
  margin-bottom: 6px;
}

.app-head .ins .heading h2.green-heading {
  color: #28B03D;
  font-size: 22px;
  margin: 16px 0 -12px 0;
}

.app-head .ins .heading h2.blue-heading {
  color: #20409A;
  font-size: 22px;
  margin: 16px 0 -12px 0;
}

.app-head .ins .heading p {
  color: #757575;
  font-weight: 100;
  font-size: 13px;
}

.app-head .ins .heading p span {
  color: #28B03D;
}

.app-head .ins .heading p i {
  font-style: normal;
}

.app-head .ins .heading .area-ember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 20px 50px;
  text-align: center;
}

.app-head .ins .heading .area-ember span {
  color: #4A4A4A;
  font-size: 18px;
}

.app-head .ins .heading.myorder h2.green-heading,
.app-head .ins .heading.myorder h2.blue-heading {
  font-size: 30px;
}

.app-head .ins .btn {
  margin-bottom: 30px;
}

.app-head.whiteBg {
  background-color: #FFF;
  padding-bottom: 1px;
}

.quoteBox {
  margin-top: 15px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .quoteBox {
    margin-top: 1px;
  }
}

.theme-color {
  color: #28b03d;
}

.theme-bg {
  background-color: #28b03d;
}

.question-ember .product-box {
  text-align: center;
  padding: 20px;
  padding: 20px 20px;
  margin-top: 15px;
  height: auto;
}

.question-ember .product-box .cnt {
  position: relative;
}

.question-ember .product-box figure {
  max-height: 100px;
  margin-bottom: 6px;
}

.question-ember .product-box figure img {
  max-height: 80px;
}

.question-ember .product-box .data h2 {
  font-size: 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid #F1F1F1;
}

.question-ember .product-box .data .details {
  width: 100%;
  font-size: 12px;
  padding: 6px 0 4px;
  margin-bottom: 6px;
  border-bottom: 1px solid #F1F1F1;
}

.question-ember .product-box .data .details p {
  margin-bottom: 6px;
}

.question-ember .product-box .data .details h3 {
  font-size: 16px;
}

.question-ember .product-box .data .details h3 img {
  width: 12px;
  opacity: 0.8;
  position: relative;
  top: -2px;
}

.question-ember .product-box .dec-data {
  font-size: 12px;
}

.question-ember .product-box .dec-data p {
  margin-bottom: 6px;
}

.question-ember .product-box .dec-data p.txt {
  color: #32c74f;
}

.question-ember .product-box .dec-data .ember-data {
  height: 42px;
  max-width: 330px;
  position: relative;
  margin: 0 auto 6px;
  display: block;
}

.question-ember .product-box .dec-data .ember-data .modal-data {
  left: 0;
  top: -51px;
  right: 0;
  bottom: 0;
  height: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: absolute;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.question-ember .product-box .dec-data .ember-data .modal-data .shareAppLink {
  display: none;
}

.question-ember .product-box .dec-data .ember-data .modal-data .appLinkMobile {
  padding-left: 45px;
}

.question-ember .product-box .dec-data .ember-data .btn {
  height: 40px;
  max-width: 156px;
  margin: 0 auto;
}

.question-ember .product-box .dec-data .ember-data .fa {
  margin-right: 10px;
}

.question-ember .product-box .dec {
  color: #A1A1A1;
  font-size: 10px;
  line-height: 1;
}

.question-ember .product-box .dec p {
  margin-bottom: 0;
  font-size: 11px;
  line-height: 1.3;
}

.question-ember .product-box .dec ul.phoneFlowDetail {
  padding: 0;
  margin: 20px 0 0;
}

.question-ember .product-box .dec ul.phoneFlowDetail li {
  list-style: none;
  text-align: left;
  font-size: 11px;
  color: #A1A1A1;
  position: relative;
  padding-left: 20px;
  margin: 7px 0;
}

.question-ember .product-box .dec ul.phoneFlowDetail li::before {
  background: url(https://instacash.blob.core.windows.net/static/live/in-new/images/sprites.svg) no-repeat 0 -558px;
  content: "";
  width: 12px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 2px;
  background-size: 1388px;
}

.question-ember .product-box .app-switcher {
  z-index: 9;
  cursor: pointer;
  padding-top: 16px;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media (min-width: 375px) {
  .question-ember .product-box .app-switcher {
    padding: 26px 0 16px 0;
  }
}

.question-ember .product-box .app-switcher i {
  -webkit-animation: arrow-tb 1.5s ease-out infinite;
  animation: arrow-tb 1.5s ease-out infinite;
}

.question-ember .product-box .app-switcher span {
  margin-top: 2px;
}

.question-ember .product-box .app-switcher span.down {
  display: none;
}

.question-ember .product-box.proclose {
  height: 136px;
}

.question-ember .product-box.proclose .cnt {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.question-ember .product-box.proclose .cnt .data {
  margin: 2px 14px;
}

.question-ember .product-box.proclose .cnt .data h2 {
  border: 0;
}

.question-ember .product-box.proclose .cnt .data .details {
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.question-ember .product-box.proclose .cnt .data .details p {
  margin: 0 10px 0 0;
}

.question-ember .product-box.proclose .cnt .dec-data {
  display: none;
}

.question-ember .product-box.proclose .cnt .dec {
  display: none;
}

.question-ember .product-box.proclose .app-switcher {
  padding-top: 0;
  margin-top: -30px;
}

.question-ember .product-box.proclose .app-switcher small {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.question-ember .product-box.proclose .app-switcher span.up {
  display: none;
}

.question-ember .product-box.proclose .app-switcher span.down {
  display: block;
}

.quote-ember.web .product-box {
  text-align: center;
  padding: 20px;
}

.quote-ember.web .product-box .cnt {
  position: relative;
}

.quote-ember.web .product-box figure {
  max-height: 100px;
  margin-bottom: 6px;
}

.quote-ember.web .product-box figure img {
  max-height: 80px;
}

.quote-ember.web .product-box .data h2 {
  font-size: 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid #F1F1F1;
}

.quote-ember.web .product-box .data .details {
  width: 100%;
  font-size: 12px;
  padding: 15px 0;
  margin-bottom: 6px;
  border-bottom: 1px solid #F1F1F1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quote-ember.web .product-box .data .details p {
  margin-bottom: 0px;
}

.quote-ember.web .product-box .data .details h3 {
  font-size: 16px;
}

.quote-ember.web .product-box .data .details h3 img {
  width: 12px;
  opacity: 0.8;
  position: relative;
  top: -2px;
}

.quote-ember.web .product-box .dec-data {
  font-size: 12px;
}

.quote-ember.web .product-box .dec-data p {
  margin-bottom: 6px;
}

.quote-ember.web .product-box .dec-data p.txt {
  color: #32c74f;
}

.quote-ember.web .product-box .dec-data .ember-data {
  height: 42px;
  max-width: 330px;
  position: relative;
  margin: 0 auto 6px;
  display: block;
}

.quote-ember.web .product-box .dec-data .ember-data .modal-data {
  left: 0;
  top: -51px;
  right: 0;
  bottom: 0;
  height: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: absolute;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.quote-ember.web .product-box .dec-data .ember-data .modal-data .shareAppLink {
  display: none;
}

.quote-ember.web .product-box .dec-data .ember-data .modal-data .appLinkMobile {
  padding-left: 45px;
}

.quote-ember.web .product-box .dec-data .ember-data .btn {
  height: 40px;
  max-width: 156px;
  margin: 0 auto;
}

.quote-ember.web .product-box .dec-data .ember-data .fa {
  margin-right: 10px;
}

.quote-ember.web .product-box .dec {
  color: #A1A1A1;
  font-size: 10px;
  line-height: normal;
}

.quote-ember.web .product-box .dec p {
  margin-bottom: 0;
}

.quote-ember.web .product-box .app-switcher {
  z-index: 9;
  cursor: pointer;
  padding-top: 16px;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media (min-width: 375px) {
  .quote-ember.web .product-box .app-switcher {
    padding: 26px 0 16px 0;
  }
}

.quote-ember.web .product-box .app-switcher i {
  -webkit-animation: arrow-tb 1.5s ease-out infinite;
  animation: arrow-tb 1.5s ease-out infinite;
}

.quote-ember.web .product-box .app-switcher span {
  margin-top: 2px;
}

.quote-ember.web .product-box .app-switcher span.down {
  display: none;
}

.quote-ember.web .product-box.proclose {
  height: 136px;
}

.quote-ember.web .product-box.proclose .cnt {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quote-ember.web .product-box.proclose .cnt .data {
  margin: 2px 14px;
}

.quote-ember.web .product-box.proclose .cnt .data h2 {
  border: 0;
}

.quote-ember.web .product-box.proclose .cnt .data .details {
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote-ember.web .product-box.proclose .cnt .data .details p {
  margin: 0 10px 0 0;
}

.quote-ember.web .product-box.proclose .cnt .dec-data {
  display: none;
}

.quote-ember.web .product-box.proclose .cnt .dec {
  display: none;
}

.quote-ember.web .product-box.proclose .app-switcher {
  padding-top: 0;
  margin-top: -30px;
}

.quote-ember.web .product-box.proclose .app-switcher small {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.quote-ember.web .product-box.proclose .app-switcher span.up {
  display: none;
}

.quote-ember.web .product-box.proclose .app-switcher span.down {
  display: block;
}

.quote-ember.pickup-ember .product-box {
  border: 1px solid #e6e6e6;
}

.quote-ember.mob .product-box {
  text-align: center;
  padding: 20px;
  left: 0;
  right: 0;
  top: 52px;
  z-index: 2;
  padding: 14px 22px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
}

.quote-ember.mob .product-box:before {
  left: -30px;
  right: -30px;
  top: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: #f7f7f7;
  border-bottom-left-radius: 50% 20%;
  border-bottom-right-radius: 50% 20%;
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.quote-ember.mob .product-box .cnt {
  position: relative;
}

.quote-ember.mob .product-box figure {
  max-height: 100px;
  margin-bottom: 6px;
}

.quote-ember.mob .product-box figure img {
  max-height: 80px;
}

.quote-ember.mob .product-box .data h2 {
  font-size: 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid #F1F1F1;
}

.quote-ember.mob .product-box .data .details {
  width: 100%;
  font-size: 12px;
  padding: 6px 0 4px;
  margin-bottom: 6px;
  border-bottom: 1px solid #F1F1F1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quote-ember.mob .product-box .data .details p {
  margin-bottom: 0px;
}

.quote-ember.mob .product-box .data .details h3 {
  font-size: 16px;
}

.quote-ember.mob .product-box .data .details h3 img {
  width: 12px;
  opacity: 0.8;
  position: relative;
  top: -2px;
}

.quote-ember.mob .product-box .dec-data {
  font-size: 12px;
}

.quote-ember.mob .product-box .dec-data p {
  margin-bottom: 6px;
}

.quote-ember.mob .product-box .dec-data p.txt {
  color: #32c74f;
}

.quote-ember.mob .product-box .dec-data .ember-data {
  height: 42px;
  max-width: 330px;
  position: relative;
  margin: 0 auto 6px;
  display: block;
}

.quote-ember.mob .product-box .dec-data .ember-data .modal-data {
  left: 0;
  top: -51px;
  right: 0;
  bottom: 0;
  height: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: absolute;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.quote-ember.mob .product-box .dec-data .ember-data .modal-data .shareAppLink {
  display: none;
}

.quote-ember.mob .product-box .dec-data .ember-data .modal-data .appLinkMobile {
  padding-left: 45px;
}

.quote-ember.mob .product-box .dec-data .ember-data .btn {
  height: 40px;
  max-width: 156px;
  margin: 0 auto;
}

.quote-ember.mob .product-box .dec-data .ember-data .fa {
  margin-right: 10px;
}

.quote-ember.mob .product-box .dec {
  color: #A1A1A1;
  font-size: 10px;
  line-height: 1;
}

.quote-ember.mob .product-box .dec p {
  margin-bottom: 0;
}

.quote-ember.mob .product-box .app-switcher {
  z-index: 9;
  cursor: pointer;
  padding-top: 16px;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media (min-width: 375px) {
  .quote-ember.mob .product-box .app-switcher {
    padding: 26px 0 16px 0;
  }
}

.quote-ember.mob .product-box .app-switcher i {
  -webkit-animation: arrow-tb 1.5s ease-out infinite;
  animation: arrow-tb 1.5s ease-out infinite;
}

.quote-ember.mob .product-box .app-switcher span {
  margin-top: 2px;
}

.quote-ember.mob .product-box .app-switcher span.down {
  display: none;
}

.quote-ember.mob .product-box.proclose {
  height: 156px;
}

.quote-ember.mob .product-box.proclose .cnt {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quote-ember.mob .product-box.proclose .cnt .data {
  margin: 2px 14px;
}

.quote-ember.mob .product-box.proclose .cnt .data h2 {
  border: 0;
}

.quote-ember.mob .product-box.proclose .cnt .data .details {
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote-ember.mob .product-box.proclose .cnt .data .details p {
  margin: 0 10px 0 0;
}

.quote-ember.mob .product-box.proclose .cnt .dec-data {
  display: none;
}

.quote-ember.mob .product-box.proclose .cnt .dec {
  display: none;
}

.quote-ember.mob .product-box.proclose .app-switcher {
  padding-top: 0;
  margin-top: -30px;
}

.quote-ember.mob .product-box.proclose .app-switcher small {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.quote-ember.mob .product-box.proclose .app-switcher span.up {
  display: none;
}

.quote-ember.mob .product-box.proclose .app-switcher span.down {
  display: block;
}

.quote-ember.mob .bottom-data.footerBottom40 {
  bottom: 50px;
  text-align: center;
  left: 0px;
  right: 0px;
  position: fixed;
  background: transparent;
  z-index: 1;
  padding: 16px 22px;
}

.quote-ember.mob .product-data {
  z-index: 1;
  position: relative;
  padding: 148px 20px 0 20px;
}

.quote-ember.mob .product-data h2 {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 10px;
}

.quote-ember.mob .product-data h2 span {
  font-weight: 500;
}

.quote-ember.mob .product-data h2 span img {
  width: 12px;
  opacity: 0.8;
  position: relative;
  top: -2px;
}

.quote-ember.mob .product-data p {
  margin-bottom: 0;
}

.quote-ember.mob .product-data p.dec {
  color: #A1A1A1;
  font-size: 10px;
}

.quote-ember.mob .product-data p.price {
  font-weight: 500;
}

.quote-ember.mob .product-data .btn {
  width: 100%;
  margin: 12px 0;
}

.product-data {
  position: relative;
  padding: 20px;
}

.product-data h2 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
}

.product-data h2 span img {
  width: 12px;
  opacity: 0.8;
  position: relative;
  top: -2px;
}

.product-data .btn-overflow {
  display: block;
  text-align: center;
  color: #28B03D;
  padding: 5px;
  font-weight: 600;
}

.app-wrapper .app-contents.quote-ember .proclose~.app-calc {
  overflow: auto;
}

.app-wrapper .app-contents.quote-ember .bottom-data {
  text-align: center;
}

.app-wrapper .app-contents.quote-ember .bottom-data p {
  margin-top: 10px;
}

.product-info {
  color: #fff;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-radius: 4px;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.product-info figure {
  margin: 14px 0;
}

.product-info h2 {
  font-size: 16px;
  padding-bottom: 8px;
}

.product-info h3 {
  font-size: 12px;
  font-weight: normal;
  opacity: 0.52;
}

.product-sell {
  padding: 30px;
  background: #fff;
  border-radius: 4px;
}

.product-sell .cnt {
  text-align: center;
  color: #A1A1A1;
  font-size: 10px;
}

.product-sell .cnt .data h2 {
  color: #4A4A4A;
  font-size: 16px;
  margin-bottom: 6px;
}

.product-sell .cnt figure {
  margin-bottom: 10px;
}

.product-sell .cnt .list {
  margin-top: 16px;
  text-align: left;
}

.order-info {
  text-align: center;
  color: #707070;
  line-height: 24px;
  padding: 0 0px;
}

.order-info h2 {
  color: #707070;
  font-size: 16px;
  margin-bottom: 8px;
}

.order-info h2 span {
  color: #28B03D;
}

.order-info h2 img {
  width: 12px;
  opacity: 0.8;
  position: relative;
  top: -2px;
  width: 11px;
  opacity: 1;
}

.order-info a img {
  max-width: 20px;
  margin-right: 5px;
  opacity: 0.7;
}

.order-info .order-info1 {
  font-size: 14px;
  color: #707070;
  line-height: 18px;
  margin-top: 15px;
}

.order-info .order-info1 span {
  color: #28B03D;
}

.order-info .missing-info {
  width: 100%;
  padding: 10px 20px;
  color: #ff3939;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
}

.order-info .missing-info a {
  color: #ff3939;
  font-weight: 900;
  text-decoration: underline;
}

.order-info .missing-info-items-container {
  padding: 0 0 20px 0;
  display: none;
}

.skipItems {
  margin: 0 auto;
  padding: 0;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.skipItems li {
  list-style: none;
  margin: 10px;
  text-align: center;
  padding: 20px 10px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 12px #c5c5c5;
  box-shadow: 0px 0px 12px #c5c5c5;
  width: 100px;
  min-height: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
}

.skipItems li .gridPop {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  border-radius: 10px;
}

.skipItems li .gridPop img {
  width: 80px;
}

.skipItems li .gridPop.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.skipItems li .SkipItemsBox {
  background-color: rgba(220, 38, 38, 0.8);
  width: 40px;
  height: 40px;
  padding: 10px;
  margin: auto;
  border-radius: 50%;
}

.skipItems li .SkipItemsBox.success {
  padding: 13px 10px;
  background-color: #28b03d;
}

.skipItems li .SkipItemsBox.success img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.skipItems li p {
  display: block;
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: normal;
}

#questionForm {
  margin-bottom: 15px;
}

#questionForm button span.ladda-label {
  font-size: 18px;
  font-weight: 700;
  z-index: 0;
}

.group-option {
  position: relative;
  padding: 20px;
  padding-top: 22px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  max-height: 100%;
  height: 100%;
  overflow: auto;
  padding-bottom: 90px;
}

.group-option label {
  border: 1px solid #ccc !important;
  -webkit-box-shadow: 0px 0px 11px #CCC;
  box-shadow: 0px 0px 11px #CCC;
  background-color: transparent;
}

.group-option label.error {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none !important;
  background-color: transparent;
}

.group-option label .info-circle {
  opacity: 0.4;
}

.group-option.disabled {
  background-color: transparent;
  opacity: 0.1;
}

.group-option.disabled:before {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 1;
  position: absolute;
  background: transparent;
}

.group-option:nth-last-child(3) {
  border-bottom: none;
  padding-bottom: 0;
}

.group-option:first-child .prvBtn {
  display: none;
}

.group-option .btn-group {
  margin-bottom: 20px;
}

.group-option .heading {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 12px;
}

.group-option .heading h2 {
  font-size: 18px;
  margin-bottom: 2px;
}

.group-option .heading .btn {
  height: 22px;
  padding: 3px 7px;
  border-radius: 50%;
}

.group-option .heading p {
  color: #A1A1A1;
}

.group-option .heading small {
  font-size: 11px;
}

.group-option .list-unstyled li {
  color: #696969;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 38px;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 2px;
  margin-bottom: 8px;
  position: relative;
  border: 1px solid #f1f1f1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.group-option .list-unstyled li:before {
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background: url(https://instacash.blob.core.windows.net/static/live/in-new/images/sprites.png) -2px -196px;
}

.group-option .list-unstyled li.active {
  color: #fff;
  background: #28B03D;
}

.group-option .list-unstyled li.active:before {
  background-position: -3px -212px;
}

.group-option .list-unstyled.radio li.active:before {
  background-position: -4px -249px;
}

.group-option .skipBtn {
  display: inline-block;
  padding: 8px 16px;
  height: 38px;
  background-color: transparent;
  color: #4d4d4d !important;
}

.group-option .skipBtn:hover {
  background-color: #ccc !important;
}

.group-option .naBtn {
  display: inline-block;
  padding: 10px 16px;
  height: 38px;
  background-color: transparent;
  display: none;
  color: #4d4d4d !important;
}

.group-option .naBtn:hover {
  background-color: #ccc !important;
}

.group-option .naBtn.shown {
  display: inline-block;
}

.group-option .prvBtn {
  display: inline-block;
  padding: 8px 16px;
  height: 38px;
  background-color: transparent;
  color: #4d4d4d !important;
}

.group-option .prvBtn.shown {
  display: inline-block;
}

.group-option .prvBtn:hover {
  background-color: #ccc !important;
}

.group-option .yesNoLi .styled-checkbox[type="checkbox"]:checked+label:before,
.group-option .yesNoLi .styled-checkbox[type="checkbox"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 14px;
  top: 12px;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
  display: inline-block;
}

.group-option .fnIssue {
  display: none;
}

h2.heading {
  font-size: 16px;
  margin-bottom: 20px;
}

.paymode-data {
  margin-bottom: 0;
}

.paymode-data .paymode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.paymode-data .paymode.total {
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

.paymode-data .paymode.total i {
  font-style: normal;
}

.paymode-data .paymode.total .right {
  color: #4A4A4A;
}

.paymode-data .paymode.total .right img {
  width: 12px;
  opacity: 0.8;
  position: relative;
  top: -2px;
  top: -1px;
  width: 11px;
}

.paymode-data .paymode.totalAmount {
  border-top: 1px solid #c5c5c5;
  padding-top: 5px;
}

.paymode-data .paymode span.right {
  margin-left: auto;
  font-weight: bold;
  color: #707070;
}

.paymode-data .paymode.couponAppliedDiv {
  color: #fff;
  display: none;
}

.paymode-data .paymode.couponAppliedDiv span.left {
  color: #119024;
  background-color: rgba(40, 176, 61, 0.2);
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #119024;
}

.paymode-data .paymode.couponAppliedDiv span.left #couponName {
  font-weight: bold;
  text-transform: uppercase;
}

.paymode-data .paymode.couponAppliedDiv span.right .removeCoupon {
  color: #ed2a14;
}

.paymode-data h3 {
  font-size: 15px;
  color: #6e6e6e;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: normal;
}

.paymode-data .form-group {
  margin-bottom: 0;
}

.paymode-data .form-group .item {
  position: relative;
}

.paymode-data .form-group .item .form-control {
  padding-left: 46px;
  border-radius: 2px;
}

.paymode-data .form-group .item i {
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  position: absolute;
}

.paymode-data .card {
  margin-bottom: 6px;
  border-radius: 2px;
}

.paymode-data .card .card-header {
  padding: .80rem;
  border-bottom: none;
}

.paymode-data .card .card-header a {
  display: block;
}

.paymode-data .card .card-header a span {
  margin-left: 20px;
}

.paymode-data .card .card-header a span img {
  width: 12px;
  opacity: 0.8;
  position: relative;
  top: -2px;
  width: 11px;
  opacity: 0.6;
}

.paymode-data .card .card-header a span img.payLoader {
  width: 20px !important;
  opacity: 1;
}

.paymode-data .card .card-header a .maxValBank {
  margin-left: 0;
}

.paymode-data .card .card-header a .maxValWallet {
  margin-left: 0;
}

.paymode-data .card .card-header a:hover {
  color: #28B03D;
}

.paymode-data .card .card-body {
  padding: 0;
}

.paymode-data .card .card-body .paymentType {
  padding: 10px;
  border-bottom: 1px solid #e6e6e6;
}

.paymode-data .card .card-body .paymentType img {
  max-width: 50px;
}

.paymode-data .card .card-body .paymentType .fill p img {
  width: 12px;
  opacity: 0.8;
  position: relative;
  top: -2px;
  max-width: inherit;
  width: 8px;
  top: -1px;
}

.paymode-data .card .card-body .paymentType .paymoney p img {
  width: 12px;
  opacity: 0.8;
  position: relative;
  top: -2px;
  opacity: 0.6;
  width: 10px;
}

.paymode-data .card .card-body .paymentType.active a i {
  background-color: #28B03D;
  padding: 2px;
  margin-right: 5px;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
}

.paymode-data .card .card-body .paymentType.active a .none {
  visibility: visible;
}

.paymode-data .card .card-body .paymentType .none {
  visibility: hidden;
}

.paymode-data .card .card-body .paymentType .fill h6 {
  font-size: 12px;
  margin-bottom: 0;
}

.paymode-data .card .card-body .paymentType .fill p {
  font-size: 10px;
  color: #4A4A4A;
  font-weight: 400;
  margin-bottom: 0;
}

.paymode-data .card .card-body .paymentType .paymoney p {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0;
}

.paymode-data .card .card-body .paymentType .paymoney p span {
  font-size: 10px;
  display: block;
}

.secured-data {
  font-size: 12px;
  color: #a1a1a1;
  margin-bottom: 4px;
}

.app-process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.app-process .bar {
  height: 10px;
  width: 100%;
  border-radius: 5px;
  background: #f1f1f1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.app-process .bar span {
  width: 0%;
  height: 100%;
  border-radius: 5px;
  background: #28b03d;
  transition: width linear 0.2s;
  -webkit-transition: width linear 0.2s;
  -moz-transition: width linear 0.2s;
  -ms-transition: width linear 0.2s;
}

.app-process .value {
  color: #28B03D;
  font-size: 10px;
  font-weight: bold;
  margin-left: 6px;
}

.flexmix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.device-rotate {
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  color: #707070;
  font-size: 12px;
  position: absolute;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.device-rotate p {
  z-index: 1;
  margin: 20px 0 0 0;
  position: relative;
}

.device-rotate p a {
  color: inherit;
}

.device-rotate:before {
  left: -10px;
  right: -10px;
  top: 0;
  bottom: 0;
  content: "";
  position: absolute;
  background: #F7FBFE;
  border-top-left-radius: 50% 70%;
  border-top-right-radius: 50% 70%;
}

img.resposive {
  width: 100%;
}

.activity-sec {
  color: #A1A1A1;
  font-size: 10px;
  display: block;
  text-align: center;
}

.activity-sec img {
  width: 100%;
  margin-bottom: 10px;
}

.activity-sec p {
  margin: 0;
  height: 22px;
  background: #f0f0f0;
  line-height: 18px;
}

.activity-sec .btns-group {
  margin: 20px 0;
}

.activity-sec .btns-group a {
  margin-bottom: 5px;
  white-space: normal;
}

.app-carousel {
  background-color: #ffffff;
  padding: 46px 0 20px;
}

.app-carousel h1 {
  font-size: 36px;
  line-height: 54px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.app-carousel .owl-carousel {
  margin-bottom: 15px;
  padding: 10px 25px;
}

.app-carousel .owl-carousel .item {
  text-align: center;
  cursor: pointer;
}

.app-carousel .owl-carousel .item img {
  display: block;
  width: auto;
  height: 80px;
  float: none;
  margin: 10px auto;
}

.app-carousel .owl-carousel .item p {
  font-size: 12px;
  color: #4A4A4A;
  margin-bottom: 0;
}

.content-heading-ember.hv-icon-rt {
  margin-bottom: 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.content-heading-ember h2.md {
  font-size: 14px;
  padding-left: 5px;
}

.manufacturer-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.manufacturer-list#devicesList {
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.manufacturer-list#devicesList li {
  width: 25%;
  padding: 0;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  cursor: pointer;
  position: relative;
}

.manufacturer-list#devicesList li .gridPop {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.manufacturer-list#devicesList li .gridPop.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.manufacturer-list#devicesList li:hover {
  background-color: #e1e1e1;
}

.manufacturer-list#devicesList li a {
  padding: 25px;
  display: block;
}

.manufacturer-list#devicesList li img {
  width: auto;
  height: 70px;
  margin-bottom: 10px;
}

.manufacturer-list#devicesList li p {
  font-size: 12px;
  font-weight: 400;
}

.manufacturer-list#devicesList ul.variantUl {
  margin-top: 5px;
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}

.manufacturer-list#devicesList ul.variantUl li {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f9f9f9;
  width: auto;
  margin: 3px 3px;
}

.manufacturer-list#devicesList ul.variantUl li a {
  padding: 3px;
}

.manufacturer-list#devicesList ul.variantUl li a:hover {
  color: #FFF;
}

.manufacturer-list#devicesList ul.variantUl li:hover {
  background-color: #28B03D;
  color: #fff;
}

.manufacturer-list#devicesList ul.variantUl li:hover a {
  color: #FFF;
}

.manufacturer-list#devicesList .phoneVariant {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 167px;
}

.manufacturer-list#devicesList .phoneVariant .card-body {
  border-radius: 0;
  border-color: #f1f1f1;
  padding: 0;
}

.manufacturer-list#devicesList .phoneVariant .card-body ul {
  padding: 0;
}

.manufacturer-list#devicesList .phoneVariant .card-body ul li {
  list-style: none;
  border-color: transparent;
  border-right-color: #f1f1f1;
  background-color: #e1e1e1;
  float: left;
}

.manufacturer-list#devicesList .phoneVariant .card-body ul li:last-child {
  border-right-color: transparent;
}

.manufacturer-list li {
  width: 21.2%;
  text-align: center;
  margin-right: 5%;
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 32px;
  padding: 12px;
  border: 1px solid rgba(32, 64, 154, 0.57);
}

@media (min-device-width: 992px) {
  .manufacturer-list li:nth-child(4n) {
    margin-right: 0;
  }
}

.manufacturer-list li a {
  padding: 10px;
  display: block;
  background-color: #fff;
  width: 74px;
  height: 74px;
  margin: auto;
}

.manufacturer-list li .gridPop {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.manufacturer-list li .gridPop.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.manufacturer-list li img {
  width: 100%;
  max-width: 70px;
}

.area-list {
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: calc(100vh - 197px);
  border: 1px solid #F1F1F1;
  overflow: auto;
}

.area-list li {
  width: 50%;
}

.area-list li a {
  padding: 21px;
  text-align: center;
  color: #707070;
  font-size: 14px;
  display: block;
  border: 1px solid #F1F1F1;
}

.area-list li.active a {
  color: #fff;
  background-color: #28B03D;
  border: 1px solid #28B03D;
}

.area-list li:nth-child(2n + 2) a {
  border-left: 0;
  border-bottom: 0;
}

.area-list li:nth-child(1) a,
.area-list li:nth-child(2) a {
  border-top: 0;
}

.area-list li:last-child a {
  border-bottom: 1px solid #F1F1F1;
}

.phone-search-sec .content-heading-ember {
  padding-top: 15px;
  padding-left: 15px;
}

.phone-search-sec .content-heading-ember h1 {
  font-size: 18px;
}

.phone-search-sec .phone-search-input {
  position: relative;
}

.phone-search-sec .phone-search-input input {
  width: 100%;
  height: 36px;
  border: 1px solid #F1F1F1;
  border-radius: 18px;
  padding: 5px 20px 5px 15px;
}

.phone-search-sec .phone-search-input .search-icon2 {
  position: absolute;
  top: 12px;
  right: 10px;
}

.srch-devices-list {
  list-style-type: none;
  padding: 0;
}

.srch-devices-list li a {
  font-size: 14px;
  color: #4A4A4A;
  font-weight: 400;
}

.srch-devices-list li span {
  font-weight: 300;
  display: block;
}

.srch-devices-list>li {
  padding: 15px 0;
  font-weight: bold;
  border-bottom: 1px dashed #CCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.srch-devices-list>li:first-child {
  margin-top: 0px;
}

.srch-devices-list>li>a {
  color: #707070;
  font-weight: bold;
}

.srch-devices-list>li>ul {
  padding: 0;
  list-style: none;
}

.srch-devices-list>li>ul>li {
  margin-top: 7px;
}

.srch-devices-list>li:last-child {
  border-bottom: none;
}

.order-ember {
  margin-top: 28px;
}

.order-ember .tab-content {
  margin: 5px 0;
}

.order-box {
  padding: 20px 13px;
  background-color: #fff;
  margin-bottom: 10px;
}

.order-box .order-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 5px 0 0;
}

.order-box .order-row .orderImageName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-box .order-row .orderImageName img {
  max-width: 40px;
}

.order-box .order-row .orderImageName h4 {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  color: #4A4A4A;
  margin-bottom: 0;
}

.order-box .order-row .order-status {
  font-size: 12px;
  color: #fff;
  padding: 3px;
  border-radius: 3px;
  min-width: 65px;
  text-align: center;
}

.order-box .order-row .order-status.unverified {
  background-color: #FF9800;
}

.order-box .order-row .order-status.user-cancelled,
.order-box .order-row .order-status.pacman-cancelled {
  background-color: #EF5350;
}

.order-box .order-row .order-status.verified {
  background-color: #1E88E5;
}

.order-box .order-row .order-status.rejected {
  background-color: #B71C1C;
}

.order-box .order-row .order-status.out-for-pickup {
  background-color: #28B03D;
}

.order-box .order-row .order-status.mismatch {
  background-color: #263238;
}

.order-box .order-row .order-status.order-cancelled {
  background-color: #BF360C;
}

.order-box .order-row .order-status.completed {
  background-color: #1B5E20;
}

.order-box .order-row .order-prc,
.order-box .order-row .track-order {
  font-size: 10px;
  color: #A1A1A1;
}

.order-box .order-row .order-prc img,
.order-box .order-row .track-order img {
  width: 12px;
  opacity: 0.8;
  position: relative;
  top: -2px;
  width: 8px;
  opacity: 0.6;
  top: -1px;
}

.order-box .order-row .order-prc a,
.order-box .order-row .track-order a {
  padding: 5px;
  color: #3CBC54;
  font-weight: 600;
}

/* add appropriate colors to fb, twitter and google buttons */
.btn-social {
  margin-top: 25px;
}

.btn-social .btn-s {
  margin: 5px 0 10px;
}

.btn-social .btn-s.fb {
  background-color: #3B5998;
  color: white;
}

.btn-social .btn-s.truecaller {
  background-color: #0082f6;
  color: white;
}

.btn-social .btn-s.google {
  background-color: #dd4b39;
  color: white;
}

.btn-social .g-signin2 {
  margin-top: 1px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 4px;
  background-color: #CC5C33;
  text-align: center;
  width: 100%;
  border: none;
}

.btn-social .g-signin2 .abcRioButton {
  width: 100% !important;
  height: inherit !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #CC5C33;
  padding: 8px 16px;
  border-radius: 4px;
}

.btn-social .g-signin2 .abcRioButton .abcRioButtonIcon {
  display: none;
}

.btn-social .g-signin2 .abcRioButton .abcRioButtonContents {
  font-size: 14px !important;
  color: #fff;
}

#manualLogin .form-group {
  position: relative;
}

#manualLogin .form-group input[type="tel"] {
  padding-left: 54px;
}

#manualLogin .form-group input[type="text"] {
  padding-left: 54px;
}

#manualLogin .form-group label {
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 16px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

#manualLogin .successOtpTxt {
  display: none;
  margin-top: 5px;
}

#manualLogin .resendOtp {
  color: #20409A;
  font-weight: 500;
  background-color: transparent;
  border: none;
}

#manualLogin .resendOtp:disabled {
  background-color: #dbdbdb;
  border-radius: 3px;
  border: none;
  color: #4d4d4d;
}

#manualLogin input[name="otp"] {
  margin-bottom: 8px;
}

#manualLogin .invalidMobile {
  color: #ed2a14;
}

.backToHome {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

.backToHome a {
  position: relative;
  padding-left: 22px;
}

.backToHome a i {
  position: absolute;
  left: 0;
  top: 1px;
}

.backToHome a:hover {
  color: #28B03D;
}

.trueCallerSub {
  margin: 0 auto;
}

#trueRetry {
  margin: 0 auto;
}

input[type='number'] {
  -webkit-appearance: none;
  margin: 0;
}

.padding-zero {
  padding: 0;
}

.margin-zero {
  margin: 0;
}

#autoDetectOwl.owl-carousel .owl-item img {
  display: block;
  width: auto;
  margin: 0 auto;
  height: 100px;
}

#endGameBlock #imeiBlock .imeiError {
  color: #ed2a14;
}

#endGameBlock #pickupBlock .form-group {
  position: relative;
}

#endGameBlock #pickupBlock .form-group .pincodeCheckIcon {
  position: absolute;
  background-image: url(https://instacash.blob.core.windows.net/static/live/in-new/images/sprites.png);
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  display: none;
  background-position: top;
}

#endGameBlock #pickupBlock .form-group .pincodeCheckIcon.valid {
  background-position: 0px -208px;
}

#endGameBlock #pickupBlock .form-group .pincodeCheckIcon.invalid {
  background-position: 0 -178px;
}

#endGameBlock #pickupBlock .form-group .pincodeCheckIcon.load {
  background-image: url(https://instacash.blob.core.windows.net/static/live/in-new/images/custom-load.svg);
  background-size: cover;
}

#endGameBlock #pickupBlock .form-group input[name='city'] {
  text-transform: capitalize;
}

#endGameBlock #personalBlock .inputNumber,
#endGameBlock #paymentInfoBlock .inputNumber {
  position: relative;
}

#endGameBlock #personalBlock .inputNumber input.form-control.material,
#endGameBlock #paymentInfoBlock .inputNumber input.form-control.material {
  padding-left: 48px;
}

#endGameBlock #personalBlock .inputNumber label,
#endGameBlock #paymentInfoBlock .inputNumber label {
  position: absolute;
}

#endGameBlock #personalBlock .inputNumber label.ext,
#endGameBlock #paymentInfoBlock .inputNumber label.ext {
  top: 9px;
  left: 8px;
}

#endGameBlock #personalBlock .inputNumber label#mobile-error,
#endGameBlock #paymentInfoBlock .inputNumber label#mobile-error {
  top: 45px;
}

.chkNxtBtn {
  position: relative;
  display: none;
  height: 38px;
  width: 100%;
  z-index: 1;
  margin: 0 0%;
}

.chkNxtBtn:active,
.chkNxtBtn:focus,
.chkNxtBtn:hover,
.chkNxtBtn:visited {
  color: #fff !important;
}

.chkNxtBtn.shown {
  display: block;
}

#manualLogin .inputNumber {
  position: relative;
  margin-bottom: 30px;
}

#manualLogin .inputNumber input.form-control.material {
  padding-left: 40px;
}

#manualLogin .inputNumber label {
  position: absolute;
}

#manualLogin .inputNumber label.ext {
  top: 12px;
}

#manualLogin .inputNumber label#mobile-error {
  top: 55px;
}

.support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.support .mt-4 {
  width: 100%;
}

.support .marginTB10 {
  margin: 10px 0;
}

.support h1 {
  color: #4A4A4A;
  font-weight: 600;
  font-size: 16px;
}

.support #accordionfaqs {
  margin-top: 20px;
}

.support #accordionfaqs .card {
  border-radius: 0;
  background-color: transparent;
  border-color: #D1D1D1;
  margin-bottom: 8px;
}

.support #accordionfaqs .card .card-header {
  padding: .75rem;
  background-color: transparent;
}

.support #accordionfaqs .card .card-header:first-child {
  border-radius: 0;
  border-bottom: 0;
}

.support #accordionfaqs .card .card-header button {
  padding: 0;
  width: 100%;
  display: block;
  text-align: left;
  color: #4A4A4A;
  font-weight: 500;
  white-space: initial;
  height: auto;
  position: relative;
  padding-right: 2.5rem;
}

.support #accordionfaqs .card .card-header button:hover {
  text-decoration: none;
}

.support #accordionfaqs .card .card-header button::before,
.support #accordionfaqs .card .card-header button::after {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #D1D1D1;
  border-radius: 50%;
  font: normal normal normal 14px/1 FontAwesome;
  padding: 6px 8px;
}

.support #accordionfaqs .card .card-header button::after {
  content: "\f068";
  display: block;
}

.support #accordionfaqs .card .card-header button.collapsed::before {
  content: "\f067";
}

.support #accordionfaqs .card .card-header button.collapsed::after {
  display: none;
}

.support #accordionfaqs .card .card-body {
  padding: 0 .75rem .75rem;
  font-weight: 400;
  font-size: 13px;
  color: #707070;
}

.support #accordionfaqs .card .card-body a {
  color: #707070;
}

.support #accordionfaqs .card .card-body a:hover {
  color: #28B03D;
}

#autodetect {
  background-color: #f5f5f8;
  width: 100%;
}

#autodetect .modal-dialog {
  margin: 0;
}

#autodetect .modal-dialog .modal-content {
  border: 0;
  border-radius: 0;
  background-color: #f5f5f8;
}

#autodetect .modal-dialog .modal-content .modal-body {
  padding: 0;
}

#autodetect .modal-dialog .modal-content .modal-body .app-head {
  margin-bottom: 0;
}

#autodetect .modal-dialog .modal-content .modal-body .app-head .back {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

#autodetect .modal-dialog .modal-content .modal-body .app-head .back a {
  padding: 5px;
}

#autodetect .modal-dialog .modal-content .modal-body .app-head .back h2 {
  margin: auto;
}

#autodetect .modal-dialog .modal-content .modal-body .app-head .back h2.green-heading {
  color: #28B03D;
}

#autodetect .modal-dialog .modal-content .modal-body .app-calc .ins {
  padding: 0 22px;
}

#autodetect .modal-dialog .modal-content .modal-body .app-calc .ins #autoDetectOwl {
  margin-top: 15px;
}

.offers {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.offers li {
  margin-bottom: 20px;
}

#endGameForm #pickCharge {
  color: #ff3333;
}

#endGameForm #pickCharge.free {
  color: #28B03D;
}

#endGameForm .couponAmount {
  color: #28b03d;
}

#endGameBlock button.imeiSkip,
#endGameBlock button.sellSkip {
  border: none;
  background-color: #eaeaea;
  width: 100%;
  cursor: pointer;
}

#endGameBlock .peronalNext,
#endGameBlock .paymentModeNxt {
  border-radius: 0;
}

#endGameBlock .bottom-data.ctModalSave {
  background-color: #FFF;
  display: none;
  z-index: 1050;
}

#endGameBlock .bottom-data.ctModalSave .btn {
  margin: 0;
}

#endGameBlock #map .centerMarker {
  position: absolute;
  background: url("http://maps.gstatic.com/mapfiles/markers2/marker.png") no-repeat;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-left: -10px;
  margin-top: -34px;
  height: 34px;
  width: 20px;
  cursor: pointer;
}

.fixfixed .bottom-data.ctModalSave {
  position: relative;
}

.termsConditions {
  padding-top: 20px;
  padding-bottom: 10px;
}

.termsConditions h2 {
  font-size: 16px;
  font-weight: 500;
}

.termsConditions ol {
  padding: 0 0 0 15px;
  margin: 10px 0 20px;
}

.termsConditions ol li {
  margin-bottom: 20px;
}

.termsConditions ol li ul {
  margin-top: 20px;
}

.termsConditions ol li ul li {
  list-style-type: lower-alpha;
}

.privacyPolicy {
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: justify;
}

.privacyPolicy h2 {
  font-size: 16px;
}

.privacyPolicy h3 {
  font-size: 16px;
  margin-bottom: 5px;
}

.privacyPolicy ol {
  padding: 0 0 0 15px;
  margin: 0;
}

.privacyPolicy ol li {
  margin-bottom: 10px;
}

.saveAddress {
  margin-bottom: 10px;
}

.saveAddress #savedAddress span {
  display: inline-block;
}

.saveAddress #savedAddress span.label-count {
  padding: 2px 5px;
  background-color: #28b03d;
  color: #FFF;
  border-radius: 3px;
}

.saveAddress .card {
  margin-bottom: 5px;
}

.saveAddress .card .card-header {
  padding: 0;
}

.saveAddress .card .card-header h5 button {
  width: 100%;
  text-align: left;
  display: block;
  color: #4A4A4A;
  position: relative;
  text-decoration: none;
}

.saveAddress .card .card-header h5 button:before {
  position: absolute;
  content: "\f107";
  right: 15px;
  font: normal normal normal 18px/1 FontAwesome;
  top: 14px;
}

.saveAddress .card .card-header h5 button:hover {
  text-decoration: none;
}

.saveAddress .card #showSaveAddress .card-body {
  padding: 0;
}

.saveAddress .card .card-body {
  padding: 1rem;
}

.saveAddress .card .card-body .show-more {
  text-align: center;
  padding: 5px;
  cursor: pointer;
  color: #28B03D;
}

.saveAddress .card .card-body .address {
  font-size: 13px;
  padding: 1rem;
  margin: 0;
  list-style: none;
  max-height: 280px;
  overflow: scroll;
}

.saveAddress .card .card-body .address.scrollShow {
  max-height: 260px;
  overflow: hidden;
}

.saveAddress .card .card-body .address li {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.saveAddress .card .card-body .address li i {
  float: left;
  padding: 3px 0 0;
}

.saveAddress .card .card-body .address li p {
  margin-bottom: 5px;
  padding-left: 20px;
}

.saveAddress .card .card-body .address li .useThisAddress {
  width: 121px;
  margin-left: 10px;
}

.saveAddress .card .card-body .address li .useThisAddress a {
  color: #fff;
  height: auto;
  padding: 5px 10px;
  margin-right: 0;
  float: right;
}

.saveAddress .card .card-body .address li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.imeiProcess,
.personalDetails,
.pickUpDetail,
.pricesummary,
.paymentMethod,
.transferDetail {
  background-color: #FFF;
  border: 1px solid #e6e6e6;
}

.imeiProcess .app-head,
.personalDetails .app-head,
.pickUpDetail .app-head,
.pricesummary .app-head,
.paymentMethod .app-head,
.transferDetail .app-head {
  padding: 15px 20px 0;
}

.imeiProcess .app-head .back a,
.personalDetails .app-head .back a,
.pickUpDetail .app-head .back a,
.pricesummary .app-head .back a,
.paymentMethod .app-head .back a,
.transferDetail .app-head .back a {
  cursor: pointer;
}

.imeiProcess .app-head .ins,
.personalDetails .app-head .ins,
.pickUpDetail .app-head .ins,
.pricesummary .app-head .ins,
.paymentMethod .app-head .ins,
.transferDetail .app-head .ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.imeiProcess .app-head .ins .app-data,
.personalDetails .app-head .ins .app-data,
.pickUpDetail .app-head .ins .app-data,
.pricesummary .app-head .ins .app-data,
.paymentMethod .app-head .ins .app-data,
.transferDetail .app-head .ins .app-data {
  width: 100%;
  text-align: center;
}

.imeiProcess .app-head .ins .app-data .heading,
.personalDetails .app-head .ins .app-data .heading,
.pickUpDetail .app-head .ins .app-data .heading,
.pricesummary .app-head .ins .app-data .heading,
.paymentMethod .app-head .ins .app-data .heading,
.transferDetail .app-head .ins .app-data .heading {
  margin-bottom: 0;
}

.imeiProcess .form-body,
.personalDetails .form-body,
.pickUpDetail .form-body,
.pricesummary .form-body,
.paymentMethod .form-body,
.transferDetail .form-body {
  padding: 0 20px;
  min-height: 310px;
}

.imeiProcess .processButtons,
.personalDetails .processButtons,
.pickUpDetail .processButtons,
.pricesummary .processButtons,
.paymentMethod .processButtons,
.transferDetail .processButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-top: 1rem;
}

.imeiProcess .processButtons button,
.personalDetails .processButtons button,
.pickUpDetail .processButtons button,
.pricesummary .processButtons button,
.paymentMethod .processButtons button,
.transferDetail .processButtons button {
  width: 100%;
  background-color: #CCC;
  border-radius: 0;
}

.imeiProcess .processButtons a,
.personalDetails .processButtons a,
.pickUpDetail .processButtons a,
.pricesummary .processButtons a,
.paymentMethod .processButtons a,
.transferDetail .processButtons a {
  width: 100%;
  border-radius: 0;
}

.imeiProcess .inputNumber,
.personalDetails .inputNumber,
.pickUpDetail .inputNumber,
.pricesummary .inputNumber,
.paymentMethod .inputNumber,
.transferDetail .inputNumber {
  position: relative;
}

.imeiProcess .inputNumber input.form-control.material,
.personalDetails .inputNumber input.form-control.material,
.pickUpDetail .inputNumber input.form-control.material,
.pricesummary .inputNumber input.form-control.material,
.paymentMethod .inputNumber input.form-control.material,
.transferDetail .inputNumber input.form-control.material {
  padding-left: 40px;
}

.imeiProcess .inputNumber label,
.personalDetails .inputNumber label,
.pickUpDetail .inputNumber label,
.pricesummary .inputNumber label,
.paymentMethod .inputNumber label,
.transferDetail .inputNumber label {
  position: absolute;
}

.imeiProcess .inputNumber label.ext,
.personalDetails .inputNumber label.ext,
.pickUpDetail .inputNumber label.ext,
.pricesummary .inputNumber label.ext,
.paymentMethod .inputNumber label.ext,
.transferDetail .inputNumber label.ext {
  top: 9px;
}

.imeiProcess .inputNumber label#mobile-error,
.personalDetails .inputNumber label#mobile-error,
.pickUpDetail .inputNumber label#mobile-error,
.pricesummary .inputNumber label#mobile-error,
.paymentMethod .inputNumber label#mobile-error,
.transferDetail .inputNumber label#mobile-error {
  top: 45px;
}

.paymentMethod .processButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.paymentMethod .processButtons button {
  width: 100%;
  background-color: #CCC;
  border-radius: 0;
}

.paymentMethod .processButtons a {
  width: 100%;
  border-radius: 0;
}

.paymentMethod .selectedPayMeth {
  width: 100%;
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
  -webkit-margin-after: 0em;
  margin-block-end: 0em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  -webkit-padding-start: 0px;
  padding-inline-start: 0px;
  background-color: #f1f1f1;
}

.paymentMethod .selectedPayMeth li {
  display: inline-block;
  width: 50%;
  padding: 20px 20px;
}

.paymentMethod .selectedPayMeth li:first-child {
  text-align: left;
}

.paymentMethod .selectedPayMeth li:last-child {
  text-align: right;
}

.height100Wh {
  height: 100vh;
}

.status-ember {
  background-color: #FFF;
  -webkit-box-shadow: 0 0 10px #bfbfbf;
  box-shadow: 0 0 10px #bfbfbf;
  padding-bottom: 60px;
  border-radius: 5px;
  padding-top: 40px;
}

.status-ember a {
  width: 80%;
  margin: auto;
}

.status-ember a span.sprites {
  width: 20px;
  height: 20px;
}

.status-ember a span::before {
  top: 4px;
  left: -2px;
  width: 20px;
  height: 20px;
  background-size: 1080px;
  background-position: -274px -150px;
  opacity: 0.7;
}

.status-ember .app-head .ins .app-logo img {
  max-width: 300px;
}

.tab-content>#orderAll.active,
.tab-content>#orderProcess.active,
.tab-content>#orderCompleted.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-content>#orderAll .order-box,
.tab-content>#orderProcess .order-box,
.tab-content>#orderCompleted .order-box {
  width: 30.33%;
  margin-right: 4.33%;
  cursor: pointer;
}

.tab-content>#orderAll .order-box:nth-child(3n),
.tab-content>#orderProcess .order-box:nth-child(3n),
.tab-content>#orderCompleted .order-box:nth-child(3n) {
  margin-right: 0;
}

.detail-ember {
  margin: 20px auto auto;
  max-width: 450px;
  background-color: #FFF;
  padding: 0px 0;
  -webkit-box-shadow: 0 0 10px #CCC;
  box-shadow: 0 0 10px #CCC;
}

.detail-ember .lineHeight0 {
  line-height: 0;
}

.detail-ember .app-head .back {
  display: none;
}

.detail-ember .bottom-data a {
  width: 60%;
  margin: auto;
}

.customerSupport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
}

.customerSupport a {
  color: #3CBC54;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.customerSupport a:first-child {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.customerSupport a:last-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.customerSupport a img {
  max-width: 25px;
  display: inline-block;
  margin-right: 10px;
}

.customerSupport a.supportMail span.sprites,
.customerSupport a.supportCall span.sprites,
.customerSupport a.supportChat span.sprites {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.customerSupport a.supportMail span.sprites::before,
.customerSupport a.supportCall span.sprites::before,
.customerSupport a.supportChat span.sprites::before {
  background-size: 1000px;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-position: -235px -106px;
}

.customerSupport a.supportCall span.sprites::before {
  background-position: -270px -108px;
}

.customerSupport a.supportChat span.sprites::before {
  background-position: -168px -141px;
}

.inputNumber {
  position: relative;
}

.inputNumber input.form-control.material {
  padding-left: 40px;
}

.inputNumber label {
  position: absolute;
  top: 9px;
}

.inputNumber label.ext {
  top: 25px;
}

.inputNumber label.error {
  top: 45px;
}

.inputNumber label#mobile-error {
  top: 45px;
}

.mediaCoverage {
  padding-top: 40px;
  padding-bottom: 10px;
}

.mediaCoverage h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.mediaCoverage ul {
  padding: 0;
  margin: 20px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mediaCoverage ul li {
  background-color: #FFF;
  width: 31.3%;
  margin-right: 3%;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 0 5px #CCC;
  box-shadow: 0 0 5px #CCC;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .mediaCoverage ul li:nth-child(3n) {
    margin-right: 0;
  }
}

.mediaCoverage ul li .imgbox {
  background-color: #ccc;
  padding: 15px;
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}

.mediaCoverage ul li .imgbox img {
  margin: auto;
  max-width: 100%;
  max-height: 60px;
}

.mediaCoverage ul li p,
.mediaCoverage ul li h4,
.mediaCoverage ul li a {
  padding-left: 15px;
  padding-right: 15px;
}

.mediaCoverage ul li .date {
  margin-top: 15px;
  margin-bottom: 8px;
}

.mediaCoverage ul li h4 {
  font-size: 18px;
  text-align: justify;
  line-height: normal;
}

.mediaCoverage ul li h4 a {
  padding: 0;
  min-height: 66px;
  display: block;
}

.mediaCoverage ul li .detail {
  text-align: justify;
  height: 80px;
  overflow: hidden;
  margin-bottom: 5px;
}

.mediaCoverage ul li a.readMore {
  display: block;
  text-align: right;
  color: #28B03D;
  font-weight: 500;
}

.getpaymnetPlaceholder .cnt {
  display: none;
}

.container .row .col-6.paddingLeft10 {
  padding-left: 10px;
}

.container .row .col-6.paddingRight10 {
  padding-right: 10px;
}

span.sprites {
  position: relative;
  display: inline-block;
}

span.sprites:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background: url("https://instacash.blob.core.windows.net/static/live/in-new/images/sprites.svg");
}

body.staticPage {
  overflow: scroll;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

.seriesName {
  margin: 10px 0 0;
}

.seriesName li {
  margin: 0 10px 10px 0;
  position: relative;
}

.seriesName li:last-child {
  margin-left: 0;
}

.seriesName li input[type="radio"] {
  opacity: 0;
  position: absolute;
}

.seriesName li input[type="radio"]+label {
  cursor: pointer;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 25px;
  width: 100%;
  text-shadow: 1px 1px 0 rgba(48, 36, 36, 0);
  margin-bottom: 0;
  min-width: 85px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.seriesName li input[type="radio"]+label .totalProduct {
  margin-left: 12px;
  color: #4e4e4e;
  font-size: 10px;
  background-color: #dedede;
  padding: 3px 6px;
  border-radius: 5px;
}

.seriesName li input[type="radio"]:checked+label {
  /* style for the checked/selected state */
  background: #28b03d;
  border: 1px solid #28b03d;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  color: white;
}

.seriesName li input[type="radio"]:checked+label .totalProduct {
  color: #FFF;
  background-color: #117921;
}

.webBreadCrumb {
  background-color: #FFF;
}

#seriesList {
  max-height: 102px;
  overflow: hidden;
}

#seriesList.open {
  max-height: 100%;
}

#moreSeries {
  text-align: right;
  width: 100%;
}

.webBreadCrumb .breadcrumb {
  padding: .75rem 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}

.webBreadCrumb .breadcrumb .breadcrumb-item {
  font-size: 12px;
  line-height: 2;
}

.webBreadCrumb .breadcrumb .breadcrumb-item.act {
  color: #6c757d;
}

.webBreadCrumb .breadcrumb .breadcrumb-item:nth-child(3) {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

i.normal {
  font-style: normal;
}

.voucher {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.voucher#voucherList {
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

.voucher#voucherList li {
  padding: 0;
  cursor: pointer;
  position: relative;
  margin-bottom: 32px;
  text-align: left;
}

.voucher#voucherList li .card {
  border-radius: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  border: none;
  position: relative;
  -webkit-box-shadow: 0px 0px 8px #CCC;
  box-shadow: 0px 0px 8px #CCC;
  min-height: 110px;
}

.voucher#voucherList li .card .voucherImageBox {
  position: absolute;
  left: -39px;
  background-color: #FFF;
  top: 14px;
  -webkit-box-shadow: 0px 0px 13px #CCC;
  box-shadow: 0px 0px 13px #CCC;
  padding: 11px;
  border-radius: 10px;
}

.voucher#voucherList li .card .voucherImageBox img {
  width: 60px;
  margin: auto;
}

.voucher#voucherList li .card .card-body {
  padding-left: 80px;
}

.voucher#voucherList li .gridPop {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.voucher#voucherList li .gridPop.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.voucher#voucherList li:hover {
  background-color: #e1e1e1;
}

.voucher#voucherList li a {
  line-height: 17px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.voucher#voucherList li a.text-link {
  font-size: 10px;
  padding: 5px 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.voucher#voucherList li h5 {
  font-size: 14px;
}

.voucher#voucherList li p {
  font-size: 12px;
  font-weight: 400;
}

.voucher#voucherList li .voucherButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.voucher#voucherList li .voucherButton a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  white-space: normal;
}

.voucher#voucherList li .voucherButton a.btn-secondary {
  background-color: #f5f5f5;
  color: #28b03d;
  border-color: transparent;
  height: 28px;
  padding: 5px 12px;
  font-size: 10px;
}

.voucher#voucherList li .voucherButton a.btn-secondary:hover {
  background-color: #5ba166;
  color: #FFF;
}

.app-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.app-footer .bottom-data {
  text-align: center;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #fff;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 16px 22px;
}

.app-footer .bottom-data.activity-ember {
  padding: 0;
  height: 50px;
  background: #f9f9f9;
}

.app-footer .bottom-data.activity-ember ul {
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.app-footer .bottom-data.activity-ember ul li {
  width: 100%;
  cursor: pointer;
  line-height: 0;
  border-right: 1px solid #d9d9d9;
}

.app-footer .bottom-data.activity-ember ul li a {
  display: block;
  padding: 6px 0;
}

.app-footer .bottom-data.activity-ember ul li a span {
  display: block;
  line-height: 14px;
  font-size: 12px;
}

.app-footer .bottom-data.activity-ember ul li.active {
  background-color: #28b03d;
}

.app-footer .bottom-data.activity-ember ul li.active i {
  -webkit-filter: brightness(7);
  filter: brightness(7);
}

.app-footer .bottom-data.activity-ember ul li.active span {
  color: #fff;
}

.app-footer .bottom-data.activity-ember ul li:last-child {
  border-right: none;
}

.app-footer .bottom-data.footerBottom40 {
  bottom: 50px;
}

.app-footer .bottom-data.footerBottom40 .btn {
  margin: 5px 0 8px 0;
}

.app-footer .bottom-data.bg {
  background-color: #f5f5f8;
}

.app-footer .bottom-data .form-group,
.app-footer .bottom-data .form-body {
  display: block;
  width: 100%;
}

.app-footer .bottom-data .btn {
  width: 100%;
  margin: 12px 0;
}

.app-footer .bottom-data .btn.no {
  margin: 2px 0;
}

.app-footer .bottom-data p {
  margin-bottom: 0;
}

.app-footer .bottom-data p.dec {
  color: #A1A1A1;
  font-size: 10px;
}

.app-footer .bottom-data p.price {
  font-weight: 500;
}

.app-footer .bottom-data p.secured-data {
  font-size: 12px;
  color: #a1a1a1;
  margin-bottom: 4px;
}

.app-footer .bottom-data p.order-info {
  font-size: 12px;
  color: #a1a1a1;
  line-height: 16px;
}

.app-footer .bottom-data p.data {
  font-size: 12px;
  color: #a1a1a1;
  margin-top: 4px;
  font-weight: 500;
}

.app-footer .bottom-data .address {
  font-size: 14px;
  margin-top: 22px;
}

.app-footer .bottom-data .address h2 {
  font-size: 20px;
  margin-bottom: 12px;
}

.app-footer .bottom-data .address p {
  color: #a1a1a1;
}

.bottom-data-modal form#mobileQuest {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.bottom-data-modal form#mobileQuest .group {
  margin: auto;
  margin-bottom: 20px;
}

.bottom-data-modal form#mobileQuest .btn {
  margin: auto;
}

.footerSection {
  background-color: #222222;
  color: #fff;
  padding-bottom: 1px;
  padding: 15px 20px;
}

@media (max-width: 576px) {
  .footerSection {
    padding-left: 0;
    padding-right: 0;
  }
}

.footerSection .footerlogo {
  margin-bottom: 5px;
}

.footerSection .footerlogo img {
  background-color: #FFF;
  border-radius: 10px;
  padding: 5px;
  max-width: 60%;
}

.footerSection h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.footerSection ul {
  padding: 0;
  margin: 5px 0 20px;
}

.footerSection ul li {
  list-style-type: none;
}

.footerSection ul li a {
  color: #aaaaaa;
  padding: 5px 0;
  display: block;
  line-height: 20px;
}

.footerSection ul li a:hover {
  color: #fff;
}

.footerSection ul:last-child {
  margin-bottom: 0;
}

.footerSection ul.international li a span {
  width: 26px;
  height: 16px;
}

.footerSection ul.international li a span#india:before {
  background-size: 370px;
  top: 0;
  width: 26px;
  height: 16px;
}

.footerSection ul.international li a span#malaysia:before {
  background-size: 370px;
  top: 0;
  width: 26px;
  height: 16px;
  background-position: 0 -21px;
}

.footerSection ul.international li a span#singapore:before {
  background-size: 370px;
  top: 0;
  width: 26px;
  height: 16px;
  background-position: 0 -41px;
}

.footerSection ul.international li a img {
  width: 25px;
}

.footerSection ul.international li a p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  margin-bottom: 0;
}

.footerSection ul.state li {
  display: inline-block;
  width: 49%;
  color: #aaaaaa;
  padding: 5px 0;
  line-height: 20px;
}

.footerSection ul.footerSocial li {
  display: inline-block;
  margin: 0 5px;
}

.footerSection ul.footerSocial li a {
  padding: 8px;
}

.footerSection ul.footerSocial li:first-child a {
  padding-left: 0;
}

.footerSection ul.footerSocial li:last-child a {
  padding-right: 0;
}

.footer2 {
  color: #a9a9a9;
  background-color: #141414;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 18px;
}

.bg-dark {
  background-color: #191919 !important;
}

.bg-dark.border-top {
  border-top: 1px solid #e7eaf3 !important;
}

.bg-dark .m-gab-2 {
  padding-top: 4.0625rem;
  padding-bottom: 4.0625rem;
}

.bg-dark .mb-2 {
  margin-bottom: 0.5rem;
}

.bg-dark .mb-4 {
  margin-bottom: 1.5rem;
}

.bg-dark .mt-4 {
  margin-top: 1.5rem;
}

.bg-dark .mr-1 {
  margin-right: 0.25rem;
}

.bg-dark h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

.bg-dark p {
  margin: 0 0 15px;
  line-height: 1.6;
  font-weight: 400;
  font-size: .875rem;
  color: #828286;
}

.bg-dark .fs-12 {
  font-size: 12px;
}

.bg-dark .social a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-right: 4px;
  margin-bottom: 4px;
  text-align: center;
  color: inherit;
  font-size: 1rem;
  border-radius: 3px;
  opacity: .8;
  -webkit-transition: .4s ease-out;
  transition: .4s ease-out;
}

.bg-dark .social a:hover {
  opacity: 1;
}

.bg-dark .social.social-light a {
  color: rgba(255, 255, 255, 0.65);
}

.bg-dark .social.social-light a:hover {
  color: #fff !important;
}

.bg-dark .social .transition-hover {
  -webkit-transition: all .14s ease-in-out;
  transition: all .14s ease-in-out;
}

.bg-dark .social .transition-hover:hover,
.bg-dark .social .transition-hover:focus {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.bg-dark .m-list--link {
  display: block;
  color: #828286;
  font-size: .875rem;
  padding-top: .375rem;
  padding-bottom: .375rem;
}

.bg-dark .text-primary:not(.no-skin) {
  color: #28b03d !important;
}

.bg-dark .fs-17 {
  font-size: 17px !important;
}

.bg-dark [data-icon]:before {
  font-family: "streamline-30px" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bg-dark [class^="icon-"]:not(.icon-prepend):not(.icon-append):before,
.bg-dark [class*=" icon-"]:not(.icon-prepend):not(.icon-append):before {
  font-family: "streamline-30px" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: -3px;
}

.bg-dark .icon-chat-1:before {
  content: "\e0db";
}

.bg-dark .icon-mail-2:before {
  content: "\e125";
}

.bg-dark .icon-headphone:before {
  content: "\e10a";
}

.bg-dark .international li a span {
  width: 26px;
  height: 16px;
}

.bg-dark .international li a span.sprites:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background: url(https://instacash.blob.core.windows.net/static/live/in-new/images/sprites.svg);
}

.bg-dark .international li a span#india:before,
.bg-dark .international li a span#malaysia:before,
.bg-dark .international li a span#singapore:before {
  background-size: 370px;
  top: 6px;
  width: 26px;
  height: 16px;
}

.bg-dark .international li a span#malaysia:before {
  background-position: 0 -21px;
}

.bg-dark .international li a span#singapore:before {
  background-position: 0 -41px;
}

.bg-dark .international li a i {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  margin-bottom: 0;
  font-style: normal;
}

.bg-dark .state {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bg-dark .state li {
  width: 50%;
  color: #828286;
  font-size: .875rem;
  padding-top: .375rem;
  padding-bottom: .375rem;
}

.bg-dark .border-top-muted {
  border-top: 1px solid rgba(231, 234, 243, 0.14) !important;
}

.bg-dark .m-gab-1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

footer {
  background-color: #f7f7f7;
  margin-top: 100px;
  padding-top: 72px;
  padding-bottom: 28px;
  color: #181818;
}

footer h2 {
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

footer ul li {
  margin-bottom: 5px;
}

footer ul li a {
  text-decoration: none;
  color: #181818;
  line-height: 24px;
}

footer ul li a:hover {
  color: #ed1c24;
}

footer ul li:hover a {
  transition: 0.25s ease;
  transform: translateX(4px);
}

footer ul.social {
  display: flex;
  align-items: center;
}

footer ul.social li {
  margin-right: 20px;
}

footer ul.social li:last-child {
  margin-right: 0;
}

footer ul.social li img {
  transition: 0.25s ease;
}

footer ul.social li:hover img {
  transform: translateY(4px);
}

footer .appLinks {
  display: flex;
  align-items: center;
}

footer .appLinks li {
  margin-right: 10px;
}

footer .appLinks li:last-child {
  margin-right: 0;
}

footer .appLinks img {
  max-width: 140px;
}

footer h4 {
  color: #181818;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
}

footer .paymentTypes {
  display: flex;
  align-items: center;
}

footer .paymentTypes li {
  margin-right: 5px;
}

footer .paymentTypes li:last-child {
  margin-right: 0;
}

.active-indic {
  height: 55px;
  position: absolute;
  width: 450PX;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background-color: #f1f1f1;
  bottom: 82px;
}

.ok-btn-city {
  width: auto;
  height: 40px;
  padding: 5px 30px;
  border-radius: 0;
  float: right;
}

#pinCodeM {
  height: 40px;
  margin-bottom: 0;
}

.header-swiper {
  background-color: #fff;
  z-index: 99;
  padding: 10px;
  position: absolute;
  width: 450PX;
  bottom: -60px;
  border-top: 1px solid #ccc;
}

.citySelectionNew {
  display: none;
  background-color: #fff;
  width: 450px;
  height: 255px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  right: 0;
  top: 0;
  margin: auto;
  -webkit-box-shadow: 0px 14px 36px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 14px 36px rgba(0, 0, 0, 0.5);
}

.citySelectionOverlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}

.citySelectionNew .col-6 {
  text-align: center;
  padding: 0;
  float: left;
}

.citySelectionNew .col-6 h5 {
  padding: 11px;
}

.swiper-heading {
  color: #4d4d4d;
  background-color: #fff;
  position: absolute;
  top: -55px;
  left: 0;
  padding: 0px 0px;
  z-index: 997;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.swiper-container {
  height: 250px;
}

.swiper-slide {
  padding: 15px 10px;
}

@media (max-width: 768px) {
  .active-indic {
    height: 55px;
    position: absolute;
    width: 100%;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    background-color: #f1f1f1;
    bottom: 140px;
  }

  .ok-btn-city {
    width: auto;
    height: 40px;
    padding: 5px 30px;
    border-radius: 0;
    float: right;
  }

  #pinCodeM {
    height: 40px;
    margin-bottom: 0;
  }

  .header-swiper {
    background-color: #fff;
    z-index: 99;
    padding: 10px;
    bottom: 0px;
    position: absolute;
    width: 100%;
  }

  .citySelectionNew {
    background-color: #fff;
    width: 85%;
    height: 312px;
    position: absolute;
    bottom: 120px;
    left: 0;
    z-index: 999;
    right: 0;
    top: auto;
    margin: auto;
    -webkit-box-shadow: 0px 14px 36px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 14px 36px rgba(0, 0, 0, 0.5);
  }

  .citySelectionNew .col-xs-6 {
    text-align: center;
  }

  .citySelectionOverlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
  }
}

#citySelectionModal .modal-dialog,
#deviceSummary .modal-dialog {
  margin: 51px auto auto;
}

#citySelectionModal .modal-dialog .modal-content,
#deviceSummary .modal-dialog .modal-content {
  border: 0;
  border-radius: 0;
  background-color: #f5f5f8;
}

#citySelectionModal .modal-dialog .modal-content .modal-body,
#deviceSummary .modal-dialog .modal-content .modal-body {
  padding: 0;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-head,
#deviceSummary .modal-dialog .modal-content .modal-body .app-head {
  margin-bottom: 0;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-head .back,
#deviceSummary .modal-dialog .modal-content .modal-body .app-head .back {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-head .back .closeCityPopup,
#deviceSummary .modal-dialog .modal-content .modal-body .app-head .back .closeCityPopup {
  line-height: normal;
  position: relative;
  width: 15px;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-head .back .closeCityPopup img,
#deviceSummary .modal-dialog .modal-content .modal-body .app-head .back .closeCityPopup img {
  position: absolute;
  top: -23px;
  right: -11px;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-head .back .closeCityPopup i,
#deviceSummary .modal-dialog .modal-content .modal-body .app-head .back .closeCityPopup i {
  display: none;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-head .back .closeCityPopup span.sprites,
#deviceSummary .modal-dialog .modal-content .modal-body .app-head .back .closeCityPopup span.sprites {
  width: 15px;
  height: 15px;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-head .back .closeCityPopup span.sprites::before,
#deviceSummary .modal-dialog .modal-content .modal-body .app-head .back .closeCityPopup span.sprites::before {
  width: 15px;
  height: 15px;
  background-position: -86px -61px;
  background-size: 420px;
  position: absolute;
  top: -15px;
  right: -11px;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-head .back p,
#deviceSummary .modal-dialog .modal-content .modal-body .app-head .back p {
  margin: auto;
  font-size: 18px;
  font-weight: 600;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-head .phone-search-sec,
#deviceSummary .modal-dialog .modal-content .modal-body .app-head .phone-search-sec {
  width: 70%;
  margin-bottom: 6px;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-head .phone-search-sec .phone-search-input input,
#deviceSummary .modal-dialog .modal-content .modal-body .app-head .phone-search-sec .phone-search-input input {
  height: 48px;
  border: 1px solid #F1F1F1;
  border-radius: 8px;
  padding: 10px 20px 10px 15px;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-head .phone-search-sec .phone-search-input .search-icon2,
#deviceSummary .modal-dialog .modal-content .modal-body .app-head .phone-search-sec .phone-search-input .search-icon2 {
  top: 19px;
  right: 19px;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-head .devicelocation,
#deviceSummary .modal-dialog .modal-content .modal-body .app-head .devicelocation {
  width: 28%;
  margin-left: 2%;
  margin-bottom: 6px;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-head .devicelocation button,
#deviceSummary .modal-dialog .modal-content .modal-body .app-head .devicelocation button {
  color: #28B03D;
  font-size: 16px;
  display: block;
  border: 1px solid #28B03D;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  font-weight: 400;
  background-color: transparent;
  margin: auto;
  width: 100%;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-head .devicelocation button .fa.fa-map-marker,
#deviceSummary .modal-dialog .modal-content .modal-body .app-head .devicelocation button .fa.fa-map-marker {
  color: #28B03D;
  margin-right: 10px;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-calc .ins,
#deviceSummary .modal-dialog .modal-content .modal-body .app-calc .ins {
  padding: 0 22px;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-calc .PopularCity,
#deviceSummary .modal-dialog .modal-content .modal-body .app-calc .PopularCity {
  margin-top: 10px;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-calc .PopularCity h2,
#deviceSummary .modal-dialog .modal-content .modal-body .app-calc .PopularCity h2 {
  font-size: 14px;
  font-weight: 400;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-calc .PopularCity ul,
#deviceSummary .modal-dialog .modal-content .modal-body .app-calc .PopularCity ul {
  padding: 0;
  margin: 5px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-calc .PopularCity ul li,
#deviceSummary .modal-dialog .modal-content .modal-body .app-calc .PopularCity ul li {
  list-style-type: none;
  width: 25%;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  text-align: center;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-calc .PopularCity ul li a,
#deviceSummary .modal-dialog .modal-content .modal-body .app-calc .PopularCity ul li a {
  padding: 10px;
  display: block;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-calc .PopularCity ul li a img,
#deviceSummary .modal-dialog .modal-content .modal-body .app-calc .PopularCity ul li a img {
  width: 40px;
  height: 40px;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-calc .PopularCity ul li a p,
#deviceSummary .modal-dialog .modal-content .modal-body .app-calc .PopularCity ul li a p {
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 0;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-calc .PopularCity ul li.selected,
#deviceSummary .modal-dialog .modal-content .modal-body .app-calc .PopularCity ul li.selected {
  background-color: #28B03D;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-calc .PopularCity ul li.selected p,
#deviceSummary .modal-dialog .modal-content .modal-body .app-calc .PopularCity ul li.selected p {
  color: #fff;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-calc .PopularCity ul li.selected img,
#deviceSummary .modal-dialog .modal-content .modal-body .app-calc .PopularCity ul li.selected img {
  -webkit-filter: brightness(380%);
  filter: brightness(380%);
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-calc .PopularCity ul li.selected:hover,
#deviceSummary .modal-dialog .modal-content .modal-body .app-calc .PopularCity ul li.selected:hover {
  background-color: #28B03D;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-calc .PopularCity ul li:hover,
#deviceSummary .modal-dialog .modal-content .modal-body .app-calc .PopularCity ul li:hover {
  background-color: #f9f9f9;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-calc .otherCity,
#deviceSummary .modal-dialog .modal-content .modal-body .app-calc .otherCity {
  margin-top: 10px;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-calc .otherCity h2,
#deviceSummary .modal-dialog .modal-content .modal-body .app-calc .otherCity h2 {
  font-size: 14px;
  font-weight: 400;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-calc .otherCity ul,
#deviceSummary .modal-dialog .modal-content .modal-body .app-calc .otherCity ul {
  padding: 0;
  margin: 5px 0 0;
  height: 245px;
  overflow-x: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-calc .otherCity ul li,
#deviceSummary .modal-dialog .modal-content .modal-body .app-calc .otherCity ul li {
  list-style-type: none;
  width: 33.3%;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-calc .otherCity ul li a,
#deviceSummary .modal-dialog .modal-content .modal-body .app-calc .otherCity ul li a {
  padding: 10px 22px;
  display: block;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-calc .otherCity ul li a small,
#deviceSummary .modal-dialog .modal-content .modal-body .app-calc .otherCity ul li a small {
  color: #ccc;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-calc .otherCity ul li.selected,
#deviceSummary .modal-dialog .modal-content .modal-body .app-calc .otherCity ul li.selected {
  background-color: #28B03D;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-calc .otherCity ul li.selected a,
#deviceSummary .modal-dialog .modal-content .modal-body .app-calc .otherCity ul li.selected a {
  color: #fff;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-calc .otherCity ul li.selected .pull-right,
#deviceSummary .modal-dialog .modal-content .modal-body .app-calc .otherCity ul li.selected .pull-right {
  color: #fff;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-calc .otherCity ul li.selected:hover,
#deviceSummary .modal-dialog .modal-content .modal-body .app-calc .otherCity ul li.selected:hover {
  background-color: #28b03d;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-calc .otherCity ul li:hover,
#deviceSummary .modal-dialog .modal-content .modal-body .app-calc .otherCity ul li:hover {
  background-color: #f9f9f9;
}

#citySelectionModal .modal-dialog .modal-content .modal-body .app-calc .bottom-data,
#deviceSummary .modal-dialog .modal-content .modal-body .app-calc .bottom-data {
  padding: 10px;
}

@media (min-width: 701px) and (max-width: 991px) {
  #citySelectionModal .modal-dialog {
    max-width: 90%;
  }
}

#citySelectionModal .back {
  height: 54px;
}

#currentLocationMapModal .modal-dialog {
  margin: 0 auto auto;
  max-width: 100%;
  height: 100vh;
}

#currentLocationMapModal .modal-dialog .modal-content {
  border: 0;
  border-radius: 0;
  background-color: #f5f5f8;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-head {
  margin-bottom: 0;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-head .ins {
  padding-top: 21px;
  padding-bottom: 21px;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-head .ins .back {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-head .ins .back .closeCityPopup {
  line-height: normal;
  position: relative;
  width: 15px;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-head .ins .back .closeCityPopup img {
  position: absolute;
  top: -23px;
  right: -11px;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-head .ins .back p {
  margin: auto;
  font-size: 18px;
  font-weight: 600;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-head .phone-search-sec {
  width: 70%;
  margin-bottom: 6px;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-head .phone-search-sec .phone-search-input input {
  height: 48px;
  border: 1px solid #F1F1F1;
  border-radius: 8px;
  padding: 10px 20px 10px 15px;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-head .phone-search-sec .phone-search-input .search-icon2 {
  top: 19px;
  right: 19px;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-head .devicelocation {
  width: 28%;
  margin-left: 2%;
  margin-bottom: 6px;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-head .devicelocation button {
  color: #28B03D;
  font-size: 16px;
  display: block;
  border: 1px solid #28B03D;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  font-weight: 400;
  background-color: transparent;
  margin: auto;
  width: 100%;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-head .devicelocation button .fa.fa-map-marker {
  color: #28B03D;
  margin-right: 10px;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-calc {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 190px);
  height: 100vh;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-calc .ins {
  padding: 0 22px;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-calc .PopularCity {
  margin-top: 10px;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-calc .PopularCity h2 {
  font-size: 14px;
  font-weight: 400;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-calc .PopularCity ul {
  padding: 0;
  margin: 5px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-calc .PopularCity ul li {
  list-style-type: none;
  width: 25%;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  text-align: center;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-calc .PopularCity ul li a {
  padding: 10px;
  display: block;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-calc .PopularCity ul li a img {
  width: 40px;
  height: 40px;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-calc .PopularCity ul li a p {
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 0;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-calc .PopularCity ul li.selected {
  background-color: #28B03D;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-calc .PopularCity ul li.selected p {
  color: #fff;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-calc .PopularCity ul li.selected img {
  -webkit-filter: brightness(380%);
  filter: brightness(380%);
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-calc .PopularCity ul li:hover {
  background-color: #f9f9f9;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-calc .otherCity {
  margin-top: 10px;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-calc .otherCity h2 {
  font-size: 14px;
  font-weight: 400;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-calc .otherCity ul {
  padding: 0;
  margin: 5px 0 0;
  height: 168px;
  overflow-x: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-calc .otherCity ul li {
  list-style-type: none;
  width: 33.3%;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  -webkit-align-self: flex-start;
  -ms-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-calc .otherCity ul li a {
  padding: 10px 22px;
  display: block;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-calc .otherCity ul li a small {
  color: #ccc;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-calc .otherCity ul li.selected {
  background-color: #28B03D;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-calc .otherCity ul li.selected a {
  color: #fff;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-calc .otherCity ul li.selected .pull-right {
  color: #fff;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-calc .otherCity ul li:hover {
  background-color: #f9f9f9;
}

#currentLocationMapModal .modal-dialog .modal-content .modal-body .app-calc .bottom-data {
  padding: 10px;
}

.bottom-data.ctModalSave {
  background-color: #FFF;
  display: none;
  z-index: 1050;
}

.bottom-data.ctModalSave .btn {
  margin: 0;
  width: 100%;
}

.bottom-data.mapModalSave {
  background-color: #FFF;
  display: none;
  z-index: 1050;
  text-align: center;
  padding: 10px;
}

.bottom-data.mapModalSave .btn {
  margin: auto;
  width: 20%;
}

.placeholder {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  position: relative;
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.placeholder .backgroundWhite {
  position: absolute;
  background-color: #FFF;
}

.PopularCity ul li.placeholder {
  height: 86px;
}

.PopularCity ul li.placeholder .boxTop {
  left: 0;
  right: 0;
  top: 0;
  height: 10px;
}

.PopularCity ul li.placeholder .boxLeft {
  top: 0;
  left: 0;
  width: 25px;
  height: 60px;
}

.PopularCity ul li.placeholder .boxRight {
  top: 0;
  right: 0;
  width: 25px;
  height: 60px;
}

.PopularCity ul li.placeholder .boxBottom {
  bottom: 0;
  right: 0;
  left: 0;
  height: 16px;
}

.PopularCity ul li.placeholder .imageBottom {
  top: 50px;
  left: 20px;
  right: 20px;
  height: 10px;
}

.PopularCity ul li.placeholder .textLeft {
  left: 0;
  top: 60px;
  width: 20px;
  height: 8px;
}

.PopularCity ul li.placeholder .textRight {
  right: 0;
  top: 60px;
  width: 20px;
  height: 8px;
}

.otherCity ul li.placeholder {
  height: 40px;
}

.otherCity ul li.placeholder .otherCityTop {
  left: 0;
  right: 0;
  top: 0;
  height: 14px;
}

.otherCity ul li.placeholder .otherCityBottom {
  left: 0;
  right: 0;
  bottom: 0;
  height: 14px;
}

.otherCity ul li.placeholder .otherCityleft {
  left: 0;
  bottom: 0;
  top: 14px;
  width: 22px;
  height: 10px;
}

.otherCity ul li.placeholder .otherCityRight {
  left: 30%;
  bottom: 10px;
  top: 14px;
  height: 10px;
  width: 70%;
}

.popularPhonePlaceholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.popularPhonePlaceholder .placeholder {
  height: 168px;
  width: 20%;
}

.popularPhonePlaceholder .placeholder .backgroundWhite {
  background-color: #f5f5f8;
}

.popularPhonePlaceholder .placeholder .popularTopt {
  top: 0;
  left: 0;
  right: 0;
  height: 15px;
}

.popularPhonePlaceholder .placeholder .popularLeft {
  top: 10px;
  left: 0;
  height: 80px;
  width: 25px;
}

.popularPhonePlaceholder .placeholder .popularRight {
  top: 10px;
  right: 0;
  height: 80px;
  width: 25px;
}

.popularPhonePlaceholder .placeholder .popularBottom {
  top: 90px;
  left: 0;
  right: 0;
  height: 10px;
}

.popularPhonePlaceholder .placeholder .popularBottom2 {
  top: 112px;
  left: 0;
  right: 0;
  height: 4px;
}

.popularPhonePlaceholder .placeholder .popularBottom3 {
  top: 128px;
  left: 0;
  right: 0;
  bottom: 0;
}

.popularPhonePlaceholder .placeholder .popularText1 {
  top: 100px;
  left: 0;
  height: 12px;
  width: 12px;
}

.popularPhonePlaceholder .placeholder .popularText2 {
  top: 100px;
  right: 0;
  height: 12px;
  width: 12px;
}

.popularPhonePlaceholder .placeholder .popularText3 {
  top: 116px;
  left: 0;
  height: 12px;
  width: 20px;
}

.popularPhonePlaceholder .placeholder .popularText4 {
  top: 116px;
  right: 0;
  height: 12px;
  width: 20px;
}

.manufacturer-list li.placeholder {
  height: 125px;
}

.manufacturer-list li.placeholder .listTop {
  top: 0;
  left: 0;
  right: 0;
  height: 25px;
}

.manufacturer-list li.placeholder .listRight {
  top: 0;
  bottom: 0;
  right: 0;
  width: 25px;
}

.manufacturer-list li.placeholder .listBottom {
  bottom: 0;
  right: 0;
  left: 0;
  height: 25px;
}

.manufacturer-list li.placeholder .listLeft {
  bottom: 0;
  top: 0;
  left: 0;
  width: 25px;
}

#devicesList.manufacturer-list li.placeholder {
  height: 198px;
}

#devicesList.manufacturer-list li.placeholder .devicetop {
  top: 0;
  left: 0;
  right: 0;
  height: 25px;
}

#devicesList.manufacturer-list li.placeholder .deviceLeft {
  top: 25px;
  left: 0;
  width: 50px;
  height: 100px;
}

#devicesList.manufacturer-list li.placeholder .deviceRight {
  top: 25px;
  right: 0;
  width: 50px;
  height: 100px;
}

#devicesList.manufacturer-list li.placeholder .deviceImageBelow {
  top: 125px;
  right: 0;
  left: 0;
  height: 15px;
}

#devicesList.manufacturer-list li.placeholder .deviceTextLeft {
  top: 140px;
  left: 0;
  height: 12px;
  width: 30px;
}

#devicesList.manufacturer-list li.placeholder .deviceTextRight {
  top: 140px;
  right: 0;
  height: 12px;
  width: 30px;
}

#devicesList.manufacturer-list li.placeholder .deviceTextSpace {
  top: 152px;
  left: 0;
  right: 0;
  height: 7px;
}

#devicesList.manufacturer-list li.placeholder .deviceTextLeft1 {
  top: 159px;
  left: 0;
  height: 12px;
  width: 30px;
}

#devicesList.manufacturer-list li.placeholder .deviceTextRight2 {
  top: 159px;
  right: 0;
  height: 12px;
  width: 30px;
}

#devicesList.manufacturer-list li.placeholder .deviceBottom {
  bottom: 0;
  right: 0;
  left: 0;
  height: 25px;
}

.order-summary .placeholder {
  width: 100%;
  height: 255px;
}

.order-summary .placeholder .imgTopLeft {
  top: 0;
  left: 0;
  width: 45%;
  height: 50px;
}

.order-summary .placeholder .imgTopRight {
  top: 0;
  right: 0;
  width: 45%;
  height: 50px;
}

.order-summary .placeholder .deviceNametopSpace {
  height: 12px;
  top: 50px;
  left: 0;
  right: 0;
}

.order-summary .placeholder .deviceNameLeft {
  left: 0;
  height: 10px;
  top: 62px;
  width: 30%;
}

.order-summary .placeholder .deviceNameRight {
  right: 0;
  height: 10px;
  top: 62px;
  width: 30%;
}

.order-summary .placeholder .deviceAmoountTop {
  left: 0;
  right: 0;
  top: 72px;
  height: 5px;
  width: 100%;
}

.order-summary .placeholder .deviceAmoountLeft {
  left: 0;
  height: 7px;
  top: 77px;
  width: 30%;
}

.order-summary .placeholder .deviceAmoountRight {
  right: 0;
  height: 7px;
  top: 77px;
  width: 30%;
}

.order-summary .placeholder .buttonTop {
  left: 0;
  right: 0;
  top: 84px;
  height: 8px;
}

.order-summary .placeholder .buttonleft {
  left: 0;
  width: 40%;
  height: 25px;
  top: 92px;
}

.order-summary .placeholder .buttonRight {
  right: 0;
  width: 40%;
  height: 25px;
  top: 92px;
}

.order-summary .placeholder .deviceHrTopSpace {
  left: 0;
  right: 0;
  height: 15px;
  top: 117px;
  width: 100%;
}

.order-summary .placeholder .deviceHrBottomSpace {
  left: 0;
  right: 0;
  height: 15px;
  top: 134px;
  width: 100%;
}

.order-summary .placeholder .iconLeft {
  left: 0;
  top: 149px;
  width: 5%;
  height: 25px;
}

.order-summary .placeholder .userNameLeft {
  left: 0;
  top: 149px;
  width: 5%;
  height: 106px;
}

.order-summary .placeholder .iconRight {
  left: 12%;
  top: 149px;
  width: 1%;
  height: 33px;
}

.order-summary .placeholder .userName {
  left: 13%;
  top: 162px;
  width: 82%;
  height: 8px;
}

.order-summary .placeholder .phoneNumber {
  left: 5%;
  top: 182px;
  width: 90%;
  height: 25px;
}

.order-summary .placeholder .addressIconRight {
  left: 12%;
  top: 207px;
  width: 1%;
  height: 49px;
}

.order-summary .placeholder .addressLineOne {
  left: 13%;
  top: 220px;
  width: 82%;
  height: 8px;
}

.order-summary .placeholder .addressLineTwo {
  left: 13%;
  top: 240px;
  width: 82%;
  height: 8px;
}

.order-summary .placeholder .addressLineBottom {
  left: 5%;
  top: 248px;
  width: 7%;
  height: 8px;
}

.order-summary .placeholder .addressRight {
  right: 0;
  top: 149px;
  width: 5%;
  height: 106px;
}

.orderprocess li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: justify;
  -ms-justify-content: justify;
  -webkit-box-pack: justify;
  justify-content: justify;
  -ms-flex-pack: justify;
}

.orderprocess li ul li.placeholder {
  width: 100%;
  height: 33px;
}

.orderprocess li ul li.placeholder:first-child {
  border-radius: 0;
}

.orderprocess li ul li.placeholder .orderCirckeLeftTop {
  top: 0;
  left: 0;
  height: 16px;
  width: 40%;
}

.orderprocess li ul li.placeholder .orderCirckeLeftTop.orderCirckeLeftTopFirst {
  height: 17px;
}

.orderprocess li ul li.placeholder .orderCirckeLeftBottom {
  top: 17px;
  left: 0;
  height: 16px;
  width: 40%;
}

.orderprocess li ul li.placeholder .orderCirckeRightTop {
  top: 0;
  right: 0;
  height: 16px;
  width: 40%;
}

.orderprocess li ul li.placeholder .orderCirckeRightTop.orderCirckeRightTopLast {
  height: 17px;
}

.orderprocess li ul li.placeholder .orderCirckeRightBottom {
  top: 17px;
  right: 0;
  height: 16px;
  width: 40%;
}

.orderprocess li ul li.placeholder .orderProcessHeadingLeft {
  top: 0;
  left: 0;
  width: 30%;
  height: 10px;
}

.orderprocess li ul li.placeholder .orderProcessHeadingRight {
  top: 0;
  right: 0;
  width: 30%;
  height: 10px;
}

.orderprocess li ul li.placeholder .orderProcessSubHeadingTop {
  top: 10px;
  left: 0;
  right: 0;
  height: 8px;
}

.orderprocess li ul li.placeholder .orderProcessSubHeadingLeft {
  top: 18px;
  left: 0;
  width: 20%;
  height: 7px;
}

.orderprocess li ul li.placeholder .orderProcessSubHeadingRight {
  top: 18px;
  right: 0;
  width: 20%;
  height: 7px;
}

.orderprocess li ul li.placeholder .orderProcessSubHeadingBottom {
  top: 25px;
  right: 0;
  left: 0;
  width: 100%;
  height: 8px;
}

#appendQuestion .group-option.questionPlaceholder {
  background: #FFF;
  border-top: 1px solid #f1f1f1;
}

#appendQuestion .group-option.questionPlaceholder:nth-last-child(3) {
  padding-bottom: 20px;
}

#appendQuestion .group-option .placeholder {
  width: 100%;
  min-height: 134px;
}

#appendQuestion .group-option .placeholder .questionRight {
  right: 0;
  top: 0;
  width: 30%;
  height: 20px;
}

#appendQuestion .group-option .placeholder .questionBottom {
  left: 0;
  right: 0;
  top: 20px;
  width: 100%;
  height: 10px;
}

#appendQuestion .group-option .placeholder .opetionTopBorder,
#appendQuestion .group-option .placeholder .opetionTopBorder1 {
  top: 31px;
  left: 16px;
  right: 16px;
  height: 15px;
}

#appendQuestion .group-option .placeholder .opetionLeftBorder,
#appendQuestion .group-option .placeholder .opetionLeftBorder1 {
  left: 1px;
  top: 31px;
  width: 15px;
  height: 45px;
}

#appendQuestion .group-option .placeholder .opetionSelectright,
#appendQuestion .group-option .placeholder .opetionSelectright1 {
  left: 30px;
  top: 46px;
  width: 15px;
  height: 15px;
}

#appendQuestion .group-option .placeholder .opetionTextRight,
#appendQuestion .group-option .placeholder .opetionTextRight1 {
  right: 16px;
  top: 46px;
  width: 30%;
  height: 15px;
}

#appendQuestion .group-option .placeholder .opetionRightBorder,
#appendQuestion .group-option .placeholder .opetionRightBorder1 {
  right: 1px;
  top: 31px;
  width: 15px;
  height: 45px;
}

#appendQuestion .group-option .placeholder .opetionBottomBorder,
#appendQuestion .group-option .placeholder .opetionBottomBorder1 {
  top: 61px;
  left: 16px;
  right: 16px;
  height: 15px;
}

#appendQuestion .group-option .placeholder .opetionBottomMargin {
  left: 0;
  right: 0;
  top: 77px;
  width: 100%;
  height: 10px;
}

#appendQuestion .group-option .placeholder .opetionTopBorder1 {
  top: 88px;
}

#appendQuestion .group-option .placeholder .opetionLeftBorder1 {
  top: 88px;
}

#appendQuestion .group-option .placeholder .opetionSelectright1 {
  top: 103px;
}

#appendQuestion .group-option .placeholder .opetionTextRight1 {
  top: 103px;
}

#appendQuestion .group-option .placeholder .opetionRightBorder1 {
  top: 88px;
}

#appendQuestion .group-option .placeholder .opetionBottomBorder1 {
  top: 118px;
}

.withoutTestPrice {
  position: relative;
}

.withoutTestPrice .placeholder {
  width: calc(100% - 30px);
  min-height: 458px;
  position: absolute;
  z-index: 99;
  left: 15px;
  top: 0;
  padding: 15px;
}

.withoutTestPrice .placeholder .phoneImgTop {
  top: 0;
  left: 0;
  right: 0;
  height: 15px;
  width: 100%;
}

.withoutTestPrice .placeholder .phoneImgLeft {
  top: 15px;
  left: 0;
  width: 38%;
  height: 100px;
}

.withoutTestPrice .placeholder .phoneImgRight {
  top: 15px;
  right: 0;
  width: 38%;
  height: 100px;
}

.withoutTestPrice .placeholder .phoneNameTop {
  top: 115px;
  left: 0;
  right: 0;
  width: 100%;
  height: 14px;
}

.withoutTestPrice .placeholder .phoneNameLeft {
  top: 129px;
  left: 0;
  width: 20%;
  height: 15px;
}

.withoutTestPrice .placeholder .phoneNameRight {
  top: 129px;
  right: 0;
  width: 20%;
  height: 15px;
}

.withoutTestPrice .placeholder .phoneNameBottom {
  top: 144px;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
}

.withoutTestPrice .placeholder .priceQuoteTopBorder {
  top: 155px;
  left: 0;
  right: 0;
  height: 20px;
}

.withoutTestPrice .placeholder .uptoLeft {
  top: 175px;
  left: 0;
  width: 35%;
  height: 10px;
}

.withoutTestPrice .placeholder .uptoRight {
  top: 175px;
  right: 0;
  width: 35%;
  height: 10px;
}

.withoutTestPrice .placeholder .quotePriceTop {
  top: 185px;
  left: 0;
  right: 0;
  height: 8px;
}

.withoutTestPrice .placeholder .quotePriceLeft {
  top: 193px;
  left: 0;
  width: 30%;
  height: 12px;
}

.withoutTestPrice .placeholder .quotePriceRight {
  top: 193px;
  right: 0;
  width: 30%;
  height: 12px;
}

.withoutTestPrice .placeholder .quotePriceBottom {
  top: 205px;
  right: 0;
  left: 0;
  height: 20px;
}

.withoutTestPrice .placeholder .subTexttop {
  top: 226px;
  left: 0;
  right: 0;
  width: 100%;
  height: 12px;
}

.withoutTestPrice .placeholder .subTextHeadingOneLeft {
  top: 238px;
  left: 0;
  width: 2%;
  height: 10px;
}

.withoutTestPrice .placeholder .subTextHeadingOneRight {
  top: 238px;
  right: 0;
  width: 2%;
  height: 10px;
}

.withoutTestPrice .placeholder .subTextHeadingOneBottom {
  top: 248px;
  left: 0;
  right: 0;
  height: 8px;
}

.withoutTestPrice .placeholder .subTextHedingTwoLeft {
  top: 256px;
  left: 0;
  width: 10%;
  height: 10px;
}

.withoutTestPrice .placeholder .subTextHedingTwoRight {
  top: 256px;
  right: 0;
  width: 10%;
  height: 10px;
}

.withoutTestPrice .placeholder .subTextHedingTwoBottom {
  top: 266px;
  left: 0;
  right: 0;
  height: 20px;
}

.withoutTestPrice .placeholder .smallTextLeft {
  top: 286px;
  left: 0;
  width: 15%;
  height: 10px;
}

.withoutTestPrice .placeholder .smallTextRight {
  top: 286px;
  right: 0;
  width: 15%;
  height: 10px;
}

.withoutTestPrice .placeholder .quoteButtonTop {
  top: 296px;
  left: 0;
  right: 0;
  height: 8px;
}

.withoutTestPrice .placeholder .quoteButtonBottom {
  top: 350px;
  left: 0;
  right: 0;
  width: 100%;
  height: 20px;
}

.withoutTestPrice .placeholder .quoteTextOneLeft {
  top: 370px;
  left: 15px;
  width: 15px;
  height: 10px;
}

.withoutTestPrice .placeholder .quoteTextOneRight {
  top: 370px;
  right: 0;
  width: 50%;
  height: 10px;
}

.withoutTestPrice .placeholder .quoteTextOneBottom {
  top: 380px;
  left: 0;
  right: 0;
  width: 100%;
  height: 8px;
}

.withoutTestPrice .placeholder .quoteTextTwoLeft {
  top: 388px;
  left: 15px;
  width: 15px;
  height: 10px;
}

.withoutTestPrice .placeholder .quoteTextTwoRight {
  top: 388px;
  right: 0;
  width: 55%;
  height: 10px;
}

.withoutTestPrice .placeholder .quoteTextTwoBottom {
  top: 398px;
  left: 0;
  right: 0;
  width: 100%;
  height: 8px;
}

.withoutTestPrice .placeholder .quoteTextThreeLeft {
  top: 406px;
  left: 15px;
  width: 15px;
  height: 10px;
}

.withoutTestPrice .placeholder .quoteTextThreeRight {
  top: 406px;
  right: 0;
  width: 20%;
  height: 10px;
}

.withoutTestPrice .placeholder .quoteTextThreeBottom {
  top: 416px;
  left: 0;
  right: 0;
  width: 100%;
  height: 8px;
}

.withoutTestPrice .placeholder .quoteTextfourLeft {
  top: 424px;
  left: 15px;
  width: 15px;
  height: 10px;
}

.withoutTestPrice .placeholder .quoteTextfourRight {
  top: 424px;
  right: 0;
  width: 30%;
  height: 10px;
}

.withoutTestPrice .placeholder .quoteTextfourBottom {
  top: 434px;
  left: 0;
  right: 0;
  width: 100%;
  height: 8px;
}

.order-box {
  position: relative;
}

.order-box .placeholder {
  width: 100%;
  min-height: 97px;
}

.order-box .placeholder .orderTop {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
}

.order-box .placeholder .phoneNameTop {
  top: 5px;
  left: 16%;
  right: 0;
  height: 10px;
}

.order-box .placeholder .phoneNameRight {
  top: 15px;
  left: 45%;
  width: 26%;
  height: 15px;
}

.order-box .placeholder .phoneRight {
  top: 5px;
  left: 16%;
  height: 55px;
  width: 10px;
}

.order-box .placeholder .orderIdTop {
  top: 30px;
  left: 19%;
  width: 52%;
  height: 8px;
}

.order-box .placeholder .orderIdRight {
  top: 38px;
  left: 56%;
  width: 15%;
  height: 12px;
}

.order-box .placeholder .orderIdBottom {
  top: 50px;
  left: 19%;
  right: 0;
  height: 10px;
}

.order-box .placeholder .statusTop {
  right: 0;
  top: 15px;
  height: 6px;
  width: 29%;
}

.order-box .placeholder .statusBottom {
  right: 0;
  top: 44px;
  height: 6px;
  width: 29%;
}

.order-box .placeholder .pricePickupTop {
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  height: 8px;
}

.order-box .placeholder .priceRight {
  left: 35%;
  top: 68px;
  width: 30%;
  height: 10px;
}

.order-box .placeholder .paymentDate {
  top: 78px;
  left: 0;
  right: 0;
  width: 100;
  height: 8px;
}

.order-box .placeholder .paymentRight {
  left: 35%;
  top: 86px;
  width: 30%;
  height: 11px;
}

.getpaymnetPlaceholder {
  position: relative;
}

.getpaymnetPlaceholder .placeholder {
  width: calc(100%);
  min-height: 262px;
  z-index: 99;
  padding: 15px;
  margin-bottom: 15px;
}

.getpaymnetPlaceholder .placeholder .phoneImgTop {
  top: 0;
  left: 0;
  right: 0;
  height: 15px;
  width: 100%;
}

.getpaymnetPlaceholder .placeholder .phoneImgLeft {
  top: 15px;
  left: 0;
  width: 38%;
  height: 100px;
}

.getpaymnetPlaceholder .placeholder .phoneImgRight {
  top: 15px;
  right: 0;
  width: 38%;
  height: 100px;
}

.getpaymnetPlaceholder .placeholder .phoneNameTop {
  top: 115px;
  left: 0;
  right: 0;
  width: 100%;
  height: 14px;
}

.getpaymnetPlaceholder .placeholder .phoneNameLeft {
  top: 129px;
  left: 0;
  width: 20%;
  height: 15px;
}

.getpaymnetPlaceholder .placeholder .phoneNameRight {
  top: 129px;
  right: 0;
  width: 20%;
  height: 15px;
}

.getpaymnetPlaceholder .placeholder .phoneNameBottom {
  top: 144px;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
}

.getpaymnetPlaceholder .placeholder .priceQuoteTopBorder {
  top: 155px;
  left: 0;
  right: 0;
  height: 10px;
}

.getpaymnetPlaceholder .placeholder .orderIdHeadingLeft {
  top: 165px;
  left: 0;
  width: 30%;
  height: 12px;
}

.getpaymnetPlaceholder .placeholder .orderIdHeadingLeftRight {
  top: 165px;
  right: 0;
  width: 30%;
  height: 12px;
}

.getpaymnetPlaceholder .placeholder .orderIdTop {
  top: 177px;
  left: 0;
  right: 0;
  height: 8px;
}

.getpaymnetPlaceholder .placeholder .orderIdLeft {
  top: 185px;
  left: 0;
  width: 35%;
  height: 10px;
}

.getpaymnetPlaceholder .placeholder .orderIdRight {
  top: 185px;
  right: 0;
  width: 35%;
  height: 10px;
}

.getpaymnetPlaceholder .placeholder .imeiTop {
  top: 195px;
  left: 0;
  right: 0;
  height: 8px;
}

.getpaymnetPlaceholder .placeholder .imeiLeft {
  top: 202px;
  left: 0;
  width: 32%;
  height: 10px;
}

.getpaymnetPlaceholder .placeholder .imeiRight {
  top: 202px;
  right: 0;
  width: 32%;
  height: 10px;
}

.getpaymnetPlaceholder .placeholder .imeiBottom {
  top: 212px;
  right: 0;
  left: 0;
  height: 10px;
}

.getpaymnetPlaceholder .placeholder .subTexttop {
  top: 223px;
  left: 0;
  right: 0;
  width: 100%;
  height: 12px;
}

.getpaymnetPlaceholder .placeholder .nameLeft {
  top: 235px;
  left: 0;
  width: 35%;
  height: 10px;
}

.getpaymnetPlaceholder .placeholder .nameRight {
  top: 235px;
  right: 0;
  width: 35%;
  height: 10px;
}

.getpaymnetPlaceholder .placeholder .numberTop {
  top: 245px;
  left: 0;
  right: 0;
  height: 8px;
}

.getpaymnetPlaceholder .placeholder .numberLeft {
  top: 252px;
  left: 0;
  width: 32%;
  height: 10px;
}

.getpaymnetPlaceholder .placeholder .numberRight {
  top: 252px;
  right: 0;
  width: 32%;
  height: 10px;
}

.getPayments {
  position: relative;
  min-height: 360px;
}

.getPayments .placeholder {
  width: calc(100% - 30px);
  min-height: 350px;
  position: absolute;
  z-index: 99;
  left: 15px;
  top: 15px;
  right: 15px;
}

.getPayments .placeholder .heading {
  top: 0;
  left: 40%;
  height: 20px;
  width: 61%;
}

.getPayments .placeholder .headingBottom {
  top: 20px;
  left: 0;
  right: 0;
  width: 100%;
  height: 30px;
}

.getPayments .placeholder .input1Left {
  top: 50px;
  left: 0;
  width: 2%;
  height: 12px;
}

.getPayments .placeholder .input1Right {
  top: 50px;
  right: 0%;
  width: 40%;
  height: 12px;
}

.getPayments .placeholder .input1bottom {
  top: 62px;
  left: 0;
  right: 0;
  width: 100%;
  height: 14px;
}

.getPayments .placeholder .input2top {
  top: 77px;
  left: 0;
  right: 0;
  width: 100%;
  height: 28px;
}

.getPayments .placeholder .input2Left {
  top: 105px;
  left: 0;
  width: 2%;
  height: 12px;
}

.getPayments .placeholder .input2Right {
  top: 105px;
  right: 0%;
  width: 40%;
  height: 12px;
}

.getPayments .placeholder .input2bottom {
  top: 117px;
  left: 0;
  right: 0;
  width: 100%;
  height: 14px;
}

.getPayments .placeholder .input3top {
  top: 132px;
  left: 0;
  right: 0;
  width: 100%;
  height: 28px;
}

.getPayments .placeholder .input3Left {
  top: 160px;
  left: 0;
  width: 2%;
  height: 12px;
}

.getPayments .placeholder .input3Right {
  top: 160px;
  right: 0%;
  width: 40%;
  height: 12px;
}

.getPayments .placeholder .input3bottom {
  top: 172px;
  left: 0;
  right: 0;
  width: 100%;
  height: 14px;
}

.getPayments .placeholder .input4top {
  top: 187px;
  left: 0;
  right: 0;
  width: 100%;
  height: 28px;
}

.getPayments .placeholder .input4Left {
  top: 215px;
  left: 0;
  width: 2%;
  height: 12px;
}

.getPayments .placeholder .input4Right {
  top: 215px;
  right: 0%;
  width: 40%;
  height: 12px;
}

.getPayments .placeholder .input4bottom {
  top: 227px;
  left: 0;
  right: 0;
  width: 100%;
  height: 14px;
}

.getPayments .placeholder .input5top {
  top: 242px;
  left: 0;
  right: 0;
  width: 100%;
  height: 28px;
}

.getPayments .placeholder .input5Left {
  top: 270px;
  left: 0;
  width: 2%;
  height: 12px;
}

.getPayments .placeholder .input5Right {
  top: 270px;
  right: 0%;
  width: 40%;
  height: 12px;
}

.getPayments .placeholder .input5bottom {
  top: 282px;
  left: 0;
  right: 0;
  width: 100%;
  height: 14px;
}

.getPayments .placeholder .input6top {
  top: 297px;
  left: 0;
  right: 0;
  width: 100%;
  height: 28px;
}

.getPayments .placeholder .input6Left {
  top: 325px;
  left: 0;
  width: 2%;
  height: 12px;
}

.getPayments .placeholder .input6Right {
  top: 325px;
  right: 0%;
  width: 40%;
  height: 12px;
}

.getPayments .placeholder .input6bottom {
  top: 337px;
  left: 0;
  right: 0;
  width: 100%;
  height: 14px;
}

.getPayments .placeholder .input7top {
  top: 352px;
  left: 0;
  right: 0;
  width: 100%;
  height: 12px;
}

.deviceImages {
  position: relative;
  min-height: 360px;
}

.deviceImages .placeholder {
  width: calc(100% - 30px);
  min-height: 342px;
  position: absolute;
  z-index: 99;
  left: 15px;
  top: 15px;
  right: 15px;
}

.deviceImages .placeholder .heading {
  top: 0;
  left: 40%;
  height: 20px;
  width: 61%;
}

.deviceImages .placeholder .headingBottom {
  top: 20px;
  left: 0;
  right: 0;
  width: 100%;
  height: 22px;
}

.deviceImages .placeholder .text1 {
  top: 42px;
  left: 30%;
  right: 0;
  width: 71%;
  height: 14px;
}

.deviceImages .placeholder .text1Bottom {
  top: 56px;
  left: 0%;
  right: 0;
  width: 100%;
  height: 9px;
}

.deviceImages .placeholder .ChooseFile {
  top: 65px;
  left: 40%;
  right: 0;
  width: 61%;
  height: 25px;
}

.deviceImages .placeholder .text2Top {
  top: 90px;
  left: 0;
  right: 0;
  width: 100%;
  height: 27px;
}

.deviceImages .placeholder .text2 {
  top: 117px;
  left: 30%;
  right: 0;
  width: 71%;
  height: 15px;
}

.deviceImages .placeholder .text2Bottom {
  top: 132px;
  left: 0%;
  right: 0;
  width: 100%;
  height: 9px;
}

.deviceImages .placeholder .ChooseFile2 {
  top: 141px;
  left: 40%;
  right: 0;
  width: 61%;
  height: 25px;
}

.deviceImages .placeholder .text3Top {
  top: 166px;
  left: 0;
  right: 0;
  width: 100%;
  height: 27px;
}

.deviceImages .placeholder .text3 {
  top: 193px;
  left: 30%;
  right: 0;
  width: 71%;
  height: 15px;
}

.deviceImages .placeholder .text3Bottom {
  top: 208px;
  left: 0%;
  right: 0;
  width: 100%;
  height: 9px;
}

.deviceImages .placeholder .ChooseFile3 {
  top: 217px;
  left: 40%;
  right: 0;
  width: 61%;
  height: 25px;
}

.deviceImages .placeholder .ChooseFile3Bottom {
  top: 242px;
  left: 0%;
  right: 0;
  width: 100%;
  height: 100px;
}

.billimage {
  position: relative;
  min-height: 130px;
}

.billimage .placeholder {
  width: calc(100% - 30px);
  min-height: 118px;
  z-index: 99;
}

.billimage .placeholder .heading {
  top: 0;
  left: 40%;
  height: 20px;
  width: 61%;
}

.billimage .placeholder .headingBottom {
  top: 20px;
  left: 0;
  right: 0;
  width: 100%;
  height: 22px;
}

.billimage .placeholder .text1 {
  top: 42px;
  left: 30%;
  right: 0;
  width: 71%;
  height: 14px;
}

.billimage .placeholder .text1Bottom {
  top: 56px;
  left: 0%;
  right: 0;
  width: 100%;
  height: 9px;
}

.billimage .placeholder .ChooseFile {
  top: 65px;
  left: 40%;
  right: 0;
  width: 61%;
  height: 25px;
}

.billimage .placeholder .text2Top {
  top: 90px;
  left: 0;
  right: 0;
  width: 100%;
  height: 27px;
}

.webBreadCrumb {
  position: relative;
  min-height: 16px;
}

.webBreadCrumb .placeholder {
  width: calc(55%);
  min-height: 16px;
  z-index: 99;
  margin: .75rem 0;
  position: absolute;
}

.webBreadCrumb .placeholder .text1 {
  left: 12%;
  top: 0;
  width: 5%;
  height: 16px;
}

.webBreadCrumb .placeholder .text2 {
  left: 29%;
  top: 0;
  width: 5%;
  height: 16px;
}

.webBreadCrumb .placeholder .text3 {
  left: 46%;
  top: 0;
  width: 5%;
  height: 16px;
}

.webBreadCrumb .placeholder .text4 {
  left: 63%;
  top: 0;
  width: 5%;
  height: 16px;
}

.webBreadCrumb .placeholder .text5 {
  left: 80%;
  top: 0;
  width: 5%;
  height: 16px;
}

.webBreadCrumb.grayBg .backgroundWhite {
  background-color: #f5f5f8;
}

.seriesName {
  width: 100%;
}

.seriesName li.placeholder {
  height: 45px;
  width: 100px;
  border-radius: 50px;
}

.seriesName li.placeholder .lineTop {
  top: 1px;
  left: 9px;
  height: 15px;
  width: 62px;
}

.seriesName li.placeholder .lineLeft {
  left: 1px;
  top: 1px;
  bottom: 1px;
  width: 8px;
}

.seriesName li.placeholder .lineBottom {
  bottom: 1px;
  left: 9px;
  right: 1px;
  width: 62px;
  height: 15px;
}

.seriesName li.placeholder .lineRight {
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: 8px;
}

#button {
  display: inline-block;
  background-color: #28b03d;
  padding: 2px 10px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 75px;
  right: 20px;
  -webkit-transition: background-color .3s,
    opacity .5s, visibility .5s;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  border: none;
  -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.5);
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 25px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #28b03d;
}

#button:active {
  background-color: #28b03d;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

body.landingPage {
  overflow: scroll;
  font-family: SkolaSansCn;
}

nav.navbar {
  padding-left: 0;
  padding-right: 0;
}

nav.navbar .navbar-brand {
  padding: 0;
}

nav.navbar .navbar-brand .instaLogo {
  max-width: 160px;
}

nav.navbar.navbar-light .navbar-toggler {
  padding-left: 0;
  padding-right: 0;
}

nav.navbar.navbar-light .navbar-nav .nav-item {
  position: relative;
}

nav.navbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #231F20;
  font-size: 16px;
  line-height: 23px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: none;
  overflow: visible;
  text-overflow: initial;
  white-space: inherit;
  display: inline-block;
  line-height: 50px;
  margin: 0;
  letter-spacing: normal;
}

nav.navbar.navbar-light .navbar-nav .nav-item span {
  padding: 8px 10px;
  background-color: #3CBC54;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 4px;
  color: #FFF;
  font-size: 25px;
  line-height: 7px;
  width: 30px;
  height: 30px;
  border-radius: 2px;
}

nav.navbar.navbar-light .navbar-nav .nav-item span::before {
  position: absolute;
  content: "\f067";
  font: normal normal normal 14px/1 FontAwesome;
}

@media (min-width: 576px) {
  nav.navbar.navbar-light .navbar-nav .nav-item span {
    display: none;
  }
}

nav.navbar.navbar-light .navbar-nav .nav-item.show span::before {
  display: none;
}

nav.navbar.navbar-light .navbar-nav .nav-item.show span::after {
  position: absolute;
  content: "\f068";
  font: normal normal normal 14px/1 FontAwesome;
}

nav.navbar.navbar-light .navbar-nav .nav-item ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

nav.navbar.navbar-light .navbar-nav .nav-item ul li {
  font-size: 14px;
  line-height: 22px;
}

nav.navbar.navbar-light .navbar-nav .nav-item ul li a {
  font-size: 14px;
  line-height: 22px;
  padding: 5px 10px;
  display: block;
}

@media (min-width: 575px) {
  nav.navbar.navbar-light .navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
    background-color: #f5f5f8;
    width: 100px;
    left: 0;
  }

  nav.navbar.navbar-light .navbar-nav .nav-item:hover .dropdown-menu a:hover {
    color: #ed1c24;
  }

  nav.navbar.navbar-light .navbar-nav .nav-item:hover .dropdown-menu .dropdown-item:active,
  nav.navbar.navbar-light .navbar-nav .nav-item:hover .dropdown-menu .dropdown-item.active {
    background-color: #ed1c24;
    color: #fff;
  }
}

#banneSection {
  background-image: url("../img/home-bannerbg-india.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #FFF;
  position: relative;
}

#banneSection::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#banneSection h1 {
  font-size: 35px;
  text-shadow: 0px 2px 4px #000;
}

#banneSection h3 {
  font-size: 22px;
  line-height: 55px;
  font-weight: 400;
  text-shadow: 0px 2px 3px #000;
}

#banneSection .searchDevice {
  background-color: #FFF;
  border: 1px solid #00B146;
  color: #4A4A4A;
  max-width: 550px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}

#banneSection .searchDevice input {
  font-size: 16px;
  padding-left: 20px;
  border: none;
}

#banneSection .searchDevice p {
  font-size: 16px;
  padding: 18px;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: left;
}

#banneSection .searchDevice a {
  line-height: 33px;
  padding: 10px;
}

#banneSection .searchDevice a:hover {
  color: #3CBC54;
}

@media screen and (min-width: 991px) {
  #banneSection .searchDevice a {
    display: none;
  }
}

#banneSection .searchDevice button {
  background-color: #00B146;
  color: #FFF;
  font-size: 18px;
  border: none;
  border-radius: 0;
  height: 53px;
  line-height: 35px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
}

#banneSection .searchDevice .searchLst {
  position: absolute;
  max-height: 300px;
  overflow: auto;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  top: 54px;
  left: 0;
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0em;
  margin-block-start: 0em;
  -webkit-margin-after: 0em;
  margin-block-end: 0em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  -webkit-padding-start: 0px;
  padding-inline-start: 0px;
  z-index: 100;
  display: none;
  -webkit-box-shadow: 0px 2px 6px #b3b3b3;
  box-shadow: 0px 2px 6px #b3b3b3;
}

#banneSection .searchDevice .searchLst li {
  list-style-type: none;
  padding: 10px 15px;
  border-bottom: 1px solid #e1e1e1;
  color: #4d4d4d;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

#banneSection .searchDevice .searchLst li a {
  display: block;
}

#banneSection .searchDevice .searchLst li img {
  height: 50px;
}

#banneSection .searchDevice .searchLst li:hover {
  background-color: #f1f1f1;
}

#banneSection .downloadapp {
  margin-top: 25px;
}

#banneSection .downloadapp ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#banneSection .downloadapp ul li {
  margin-bottom: 10px;
}

#banneSection .downloadapp ul li:last-child {
  margin-bottom: 0;
}

#banneSection .downloadapp .barcodesec {
  background-color: #FFF;
  color: #000;
  font-size: 12px;
  text-align: center;
  padding-bottom: 7px;
  position: relative;
}

#banneSection .downloadapp .barcodesec img {
  display: block;
}

.whyInstacash {
  padding: 35px 0 320px;
  background-color: #F2F2F2;
  font-weight: 300;
}

.whyInstacash h2 {
  font-size: 38px;
  color: #000;
  line-height: 55px;
  font-weight: 300;
}

.whyInstacash .mTop40 {
  margin-top: 40px;
}

.whyInstacash span.sprites {
  width: 100px;
  height: 100px;
}

.whyInstacash span.sprites:before {
  background-size: 1388px;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}

.whyInstacash span.sprites#priceEstimation:before {
  background-position: -117px 0;
}

.whyInstacash span.sprites#ownershipTransfer:before {
  background-position: -117px -117px;
}

.whyInstacash span.sprites#doorstepPayment:before {
  background-position: -117px -234px;
}

.whyInstacash span.sprites#frustration:before {
  background-position: -117px -353px;
}

.whyInstacash h5 {
  padding-top: 20px;
  color: #3a3a3a;
  font-size: 17px;
  font-weight: 600;
}

.whyInstacash p {
  color: #4A4A4A;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.steps {
  background-color: #00B146;
  position: relative;
  text-align: center;
  padding: 180px 0 50px;
}

.steps .sellVideo {
  position: absolute;
  top: -460px;
  width: 100%;
  left: 0;
  right: 0;
}

.steps .sellVideo h2 {
  font-size: 38px;
  color: #000;
  line-height: 55px;
  font-weight: 300;
  margin-bottom: 30px;
}

.steps .sellVideo .embed-responsive-21by9::before {
  height: 320px;
}

.steps .stets3 {
  margin-top: 40px;
}

.steps .stets3 span.sprites {
  height: 38px;
  width: 100%;
}

.steps .stets3 span.sprites:before {
  top: 0;
  height: 38px;
  width: 38px;
  left: 45%;
}

.steps .stets3 span.sprites#step1:before {
  background-position: 0 -78px;
  background-size: 483px;
  left: 48%;
  width: 20px;
}

.steps .stets3 span.sprites#step2:before {
  background-position: 2px -223px;
  background-size: 890px;
}

.steps .stets3 span.sprites#step3:before {
  background-position: 2px -267px;
  background-size: 890px;
}

.steps .stets3 span.sprites#step4:before {
  background-position: 0px -214px;
  background-size: 629px;
}

.steps .stets3 img {
  max-height: 38px;
}

.steps p {
  font-size: 16px;
  color: #FFF;
  line-height: 24px;
  max-width: 210px;
  margin: 20px auto auto;
}

.steps p span {
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
}

.steps a.btn.white {
  font-size: 18px;
}

.greyMid {
  background-color: #F0F0F0;
  padding-top: 100px;
}

.greyMid h2 {
  color: #000;
  font-size: 65px;
  line-height: 65px;
  width: 270px;
}

.greyMid p {
  color: #2B2B2B;
  font-size: 16px;
  line-height: 24px;
  padding-top: 18px;
  margin-bottom: 0;
}

.greyMid a {
  margin-top: 25px;
  display: inline-block;
  line-height: 30px;
}

.customerReview {
  padding: 40px 0 40px 0;
  text-align: center;
}

.customerReview h2 {
  color: #000;
  font-size: 38px;
  line-height: 55px;
  font-weight: 300;
}

.customerReview .owl-carousel {
  margin-top: 35px;
}

.customerReview .owl-carousel .owl-stage {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.customerReview .owl-carousel .owl-item {
  opacity: 0.8;
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  border: 1px solid #C3CDD9;
}

.customerReview .owl-carousel .owl-item.center {
  opacity: 1;
  -webkit-transform: scale(0.99, 1);
  transform: scale(0.99, 1);
}

.customerReview .owl-carousel .owl-item .item {
  height: 100%;
}

.customerReview .owl-carousel .owl-item .item .reviewBox {
  height: 100%;
}

.customerReview .owl-carousel .reviewBox {
  border-radius: 4px;
  -webkit-box-shadow: 0 0px 5px 0px #e7e7e7;
  box-shadow: 0 0px 5px 0px #e7e7e7;
  padding: 8px 15px;
  text-align: left;
}

.customerReview .owl-carousel .reviewBox .reviewUserName {
  font-size: 18px;
  line-height: 24px;
  color: #28B03D;
  font-weight: 500;
}

.customerReview .owl-carousel .reviewBox .reviewStarRating span.sprites {
  height: 14px;
  width: 14px;
  margin: 0 2px;
}

.customerReview .owl-carousel .reviewBox .reviewStarRating span.sprites:before {
  top: 0;
  height: 14px;
  width: 14px;
  left: 45%;
  background-size: 1300px;
}

.customerReview .owl-carousel .reviewBox .reviewStarRating span.sprites#reviewStar:before {
  background-position: -64px -216px;
}

.customerReview .owl-carousel .reviewBox .reviewComment {
  font-size: 16px;
  color: #4A4A4A;
  line-height: 24px;
  min-height: 72px;
}

.customerReview a {
  margin-top: 25px;
  display: inline-block;
}

.customerReview a.btn.green {
  font-size: 18px;
}

.press,
.partners {
  background-color: #F2F2F2;
  padding-top: 40px;
  padding-bottom: 40px;
}

.press h2,
.partners h2 {
  color: #000;
  font-size: 38px;
  line-height: 55px;
  font-weight: 300;
}

.press #press,
.press .partnerBanner,
.partners #press,
.partners .partnerBanner {
  margin-top: 30px;
}

.press a.btn.green,
.partners a.btn.green {
  font-size: 18px;
  display: inline-block;
}

.blog {
  padding-top: 40px;
  padding-bottom: 40px;
}

.blog h2 {
  color: #000;
  font-size: 38px;
  line-height: 55px;
  font-weight: 300;
}

.blog #blogsSec {
  margin-top: 30px;
}

.blog #blogsSec .blogarea {
  background-color: #f9f9f9;
  padding: 10px;
  margin-right: 0%;
  display: inline-block;
  border: 1px solid #F0F0F0;
}

.blog #blogsSec .blogarea:last-child {
  margin-right: 0;
}

.blog #blogsSec .blogarea .blogimg {
  max-height: 140px;
  overflow: hidden;
}

.blog #blogsSec .blogarea .blogimg .hImg {
  max-height: 100%;
}

.blog #blogsSec .blogarea .blogBrandName {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #2B2B2B;
  margin-bottom: 0;
  display: block;
}

.blog #blogsSec .blogarea .blogDate {
  color: #969696;
  display: block;
  font-weight: 400;
  font-size: 14px;
}

.blog #blogsSec .blogarea h5 {
  font-size: 18px;
  color: #2B2B2B;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

.blog #blogsSec .blogarea h5 a:hover {
  color: #00a141;
}

@media (min-width: 992px) {
  .blog #blogsSec .blogarea h5 {
    min-height: 75px;
  }
}

.blog #blogsSec .blogarea .blogDistribution {
  color: #656565;
  line-height: 20px;
  font-size: 13px;
  margin-bottom: .5rem;
  height: 62px;
  overflow: hidden;
}

.blog #blogsSec .blogarea a.more-link {
  color: #3CBC54;
}

.blog #blogsSec .blogarea a.more-link:hover {
  color: #00a141;
}

.blog #blogsSec .blogarea .link-more {
  display: none;
}

.blog #blogsSec .blogarea .link-more+p {
  display: none;
}

.lastSection {
  background-color: #00AF49;
  padding-bottom: 40px;
  padding-top: 40px;
}

@media (max-width: 576px) {
  .lastSection {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.lastSection .downloadAppGreenSec .greenSec {
  background-color: #00AF49;
  padding-top: 25px;
  padding-bottom: 35px;
  text-align: center;
}

.lastSection .downloadAppGreenSec .greenSec h4 {
  font-size: 24px;
  color: #FFF;
  line-height: 55px;
}

.lastSection .downloadAppGreenSec .greenSec .playAppstore a {
  display: inline-block;
}

.lastSection .downloadAppGreenSec .greenSec .playAppstore span.sprites {
  height: 58px;
  width: 197px;
}

.lastSection .downloadAppGreenSec .greenSec .playAppstore span.sprites:before {
  top: 0;
  left: 0;
  height: 58px;
  width: 197px;
  background-size: 1405px;
}

.lastSection .downloadAppGreenSec .greenSec .playAppstore span.sprites#appStore:before {
  background-position: -236px 0px;
}

.lastSection .downloadAppGreenSec .greenSec .playAppstore span.sprites#playStore:before {
  background-position: -236px -77px;
}

.lastSection .downloadAppGreenSec .greenSec .playAppstore img {
  cursor: pointer;
}

.lastSection .downloadAppGreenSec .greenSec .playAppstore img:first-child {
  margin-right: 20px;
}

.deviceVariant {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  display: none;
}

.deviceVariant ul {
  padding: 0 10px;
  margin: 0;
  list-style: none;
  text-align: center;
}

.deviceVariant ul li {
  padding: 0 10px;
}

.deviceVariant ul p {
  line-height: normal;
  margin-bottom: 0;
  margin-top: 10px;
}

.deviceVariant ul img {
  height: 60px;
}

.deviceVariant ul small {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
}

.deviceVariant ul .greensmall {
  margin-top: 15px;
  padding: 5px 10px;
  height: auto;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  footer .circle {
    width: 280%;
    left: -88%;
  }

  .lastSection .downloadAppGreenSec .greenSec h4 {
    line-height: 24px;
    font-size: 18px;
  }

  .lastSection .downloadAppGreenSec .greenSec .playAppstore img:first-child {
    margin-right: 0px;
    margin: 10px 0;
  }

  .blog {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog h2 {
    font-size: 26px;
  }

  .blog #blogsSec {
    margin-top: 10px;
  }

  .blog #blogsSec .blogarea {
    margin-bottom: 15px;
  }

  .greyMid {
    text-align: center;
    padding-top: 50px;
  }

  .greyMid h2 {
    width: auto;
    font-size: 35px;
    line-height: 35px;
  }

  .customerReview {
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .customerReview h2 {
    font-size: 26px;
  }

  .press {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .press h2 {
    font-size: 26px;
  }

  .press #press {
    margin-top: 10px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .greyMid {
    padding-top: 50px;
    text-align: center;
  }

  .greyMid h2 {
    width: auto;
  }

  .lastSection .press .item .hImg {
    width: 40% !important;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .greyMid {
    padding-top: 50px;
    text-align: center;
  }

  .greyMid h2 {
    width: auto;
    font-size: 35px;
    line-height: 35px;
  }

  .app-footer {
    display: none;
  }

  .sidenav {
    display: block;
    width: 50px;
    position: fixed;
    top: 30%;
    right: -1px;
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    border: 1px solid #ccc;
    height: auto;
    -webkit-box-shadow: -2px 0px 10px #ccc;
    box-shadow: -2px 0px 10px #ccc;
    z-index: 1;
  }

  .sidenav ul {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0em;
    margin-block-start: 0em;
    -webkit-margin-after: 0em;
    margin-block-end: 0em;
    -webkit-margin-start: 0px;
    margin-inline-start: 0px;
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
  }

  .sidenav ul li a {
    display: block;
    padding: 17px 6px;
    position: relative;
    text-align: center;
    cursor: pointer;
  }

  .sidenav ul li.active {
    background-color: #28b03d;
  }

  .sidenav ul li.active .svg {
    -webkit-filter: brightness(7);
    filter: brightness(7);
  }

  .sidenav ul li.active:hover {
    background-color: #28b03d;
  }

  .sidenav ul li::after {
    content: '';
    width: 40px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    bottom: 0;
    left: 5px;
  }

  .sidenav ul li:first-child {
    border-top-left-radius: 10px;
  }

  .sidenav ul li:last-child {
    border-bottom-left-radius: 10px;
  }

  .sidenav ul li:hover {
    background-color: #f1f1f1;
  }

  form.searchbox .searchbox-icon {
    width: 96%;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1px 4px;
    margin: 0;
    border-radius: 50px;
    outline: 0;
    line-height: 48px;
    text-align: left;
    cursor: pointer;
    color: #dcddd8;
    background: #ffffff;
    border: 1px solid #eaeaea;
    /* extra css */
    background: #f5f5f5;
    height: 46px;
    border: 2px solid #ececec;
    border-radius: 4px;
    font-size: 14px;
    color: #4b4b4b;
    line-height: 46px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    padding-left: 15px;
    padding-right: 40px;
  }

  form.searchbox .search-txt {
    display: inline-block;
    margin-left: 0;
    color: #aaa;
    font-size: 11px;
    line-height: normal;
  }

  .device-selection .app-head {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  form.searchbox .search-icon {
    position: absolute;
    right: 8px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .greyMid {
    text-align: left;
  }

  form.searchbox .search-txt {
    font-size: 16px;
    line-height: normal;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media (max-width: 767px) {
  .logoutBtn {
    display: inline-block !important;
  }

  .sidenav {
    display: none;
  }

  .bottom-data {
    text-align: center;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: fixed;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 16px 22px;
    z-index: 9999999;
  }

  .bottom-data.activity-ember {
    padding: 0;
    height: 50px;
    background: #fff;
  }

  .bottom-data.activity-ember ul {
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
  }

  .bottom-data.activity-ember ul li {
    width: 100%;
    cursor: pointer;
    line-height: 0;
    border-right: 1px solid #d9d9d9;
  }

  .bottom-data.activity-ember ul li a {
    display: block;
    padding: 13px 0;
  }

  .bottom-data.activity-ember ul li.active {
    background-color: #e7e7e7;
  }

  .bottom-data.activity-ember ul li:last-child {
    border-right: none;
  }

  .bottom-data.footerBottom40 {
    bottom: 50px;
  }

  .bottom-data.footerBottom40 .btn {
    margin: 5px 0 8px 0;
  }

  .bottom-data.bg {
    background-color: #f5f5f8;
  }

  .bottom-data .form-group,
  .bottom-data .form-body {
    display: block;
    width: 100%;
  }

  .bottom-data .btn {
    width: 100%;
    margin: 12px 0;
  }

  .bottom-data .btn.no {
    margin: 2px 0;
  }

  .bottom-data p {
    margin-bottom: 0;
  }

  .bottom-data p.dec {
    color: #A1A1A1;
    font-size: 10px;
  }

  .bottom-data p.price {
    font-weight: 500;
  }

  .bottom-data p.secured-data {
    font-size: 12px;
    color: #a1a1a1;
    margin-bottom: 4px;
  }

  .bottom-data p.order-info {
    font-size: 12px;
    color: #a1a1a1;
    line-height: 16px;
  }

  .bottom-data p.data {
    font-size: 12px;
    color: #a1a1a1;
    margin-top: 4px;
    font-weight: 500;
  }

  .bottom-data .address {
    font-size: 14px;
    margin-top: 22px;
  }

  .bottom-data .address h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .bottom-data .address p {
    color: #a1a1a1;
  }

  nav.navbar {
    padding: 4px 0;
  }

  nav.navbar.navbar-light .navbar-toggler {
    border-color: transparent;
  }

  #banneSection {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 40px;
    background-attachment: scroll;
  }

  #banneSection h1 {
    font-size: 26px;
    line-height: 33px;
    text-shadow: 0px 0px 5px #000;
  }

  #banneSection h3 {
    font-size: 16px;
    line-height: 33px;
    text-shadow: 0px 2px 2px #000;
  }

  #banneSection .searchDevice {
    margin-top: 10px;
  }

  #banneSection .downloadapp {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
  }

  #banneSection .downloadapp .barcodesec {
    font-size: 10px;
  }

  #banneSection .bannerphone {
    position: relative;
    margin: auto;
  }

  #banneSection .bannerphone img {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 170px;
  }

  .whyInstacash {
    padding: 20px 0 170px;
  }

  .whyInstacash h2 {
    font-size: 26px;
  }

  .whyInstacash p {
    font-size: 16px;
    line-height: 18px;
  }

  .whyInstacash .mTop40 {
    margin-top: 25px;
  }

  .steps {
    padding: 100px 0 40px;
  }

  .steps .sellVideo {
    top: -260px;
  }

  .steps .sellVideo h2 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 15px;
  }

  .steps .sellVideo img {
    max-width: 90%;
  }

  .steps .stets3 {
    margin-top: 0;
  }

  .steps .stets3 span.sprites {
    height: 0;
  }

  .steps .stets3 span.sprites:before {
    top: 10px;
    left: 0;
  }

  .steps .stets3 span.sprites#step1:before {
    left: 10px;
  }

  .steps .stepsimg {
    float: left;
    height: 30px;
  }

  .steps p {
    max-width: 100%;
    margin: 0;
    padding-left: 50px;
    text-align: left;
    padding-bottom: 25px;
  }

  .partners {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .partners h2 {
    font-size: 26px;
  }

  .partners .partnerBanner {
    margin-top: 10px;
  }

  .container.landing {
    padding-left: 15px;
    padding-right: 15px;
  }

  .app-header .app-logo {
    margin-top: 12px;
  }

  .app-header .app-logo img {
    max-width: 120px;
    height: 27px;
  }

  .app-header .app-logo .sellNow {
    display: none;
  }

  .app-header .app-logo .loginButton {
    margin-right: 8px;
  }

  .app-head div.back {
    height: 40px;
  }

  .app-head div.back.show700 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .app-wrapper .app-contents.homedata {
    margin-top: 0;
  }

  /* .app-wrapper .app-contents .ins {
    padding: 0 22px;
  } */
  .app-wrapper .app-contents.diagnostics-ember .app-head {
    margin-top: 0;
    margin-bottom: 0;
  }

  .app-wrapper .app-contents.report-ember {
    padding: 0px;
    margin-top: 52px;
  }

  .app-wrapper .app-contents.report-ember .app-calc {
    max-height: calc(100vh - 230px);
    height: auto;
    padding-bottom: 90px;
  }

  .app-wrapper .app-contents.report-ember h3.questHeading {
    font-size: 15px;
  }

  .app-wrapper .app-contents.pickup-ember {
    padding-top: 52px;
    margin-top: 0;
  }

  .app-wrapper .app-contents.pickup-ember .app-calc {
    max-height: calc(100vh - 103px);
    height: 100vh;
  }

  .app-wrapper .app-contents.pickup-ember .devicelocation {
    margin: 0 0 20px;
  }

  .app-wrapper .app-contents.pickup-ember .pickUpDetail {
    margin-bottom: 50px;
  }

  .app-wrapper .app-contents.pickup-ember.bankTransfer .app-calc {
    max-height: calc(100vh - 103px);
    height: 100vh;
    padding-bottom: 80px;
  }

  .app-wrapper .app-contents.pickup-ember.bankTransfer .ladda-label {
    z-index: 0;
  }

  .app-wrapper .app-contents.status-ember {
    margin-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .app-wrapper .app-contents.status-ember .app-calc {
    max-height: calc(100vh - 185px);
  }

  .app-wrapper .app-contents.quote-ember.web.pickup-ember {
    display: block;
  }

  .app-wrapper .app-contents.quote-ember.web.pickup-ember .mobilenone {
    display: none;
  }

  .app-wrapper .app-contents.detail-ember {
    margin-top: 52px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 20px;
  }

  .app-wrapper .app-contents.detail-ember h2 {
    line-height: normal;
  }

  .app-wrapper .app-contents.detail-ember .app-head {
    display: block;
  }

  .app-wrapper .app-contents.detail-ember .app-head .back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .app-wrapper .app-contents.detail-ember .app-calc {
    max-height: calc(100vh - 102px);
    padding-bottom: 80px;
  }

  .app-wrapper .app-contents.account-ember {
    padding: 0;
    margin-top: 52px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 350px;
  }

  .app-wrapper .app-contents.account-ember .app-calc {
    max-height: calc(100vh - 160px);
  }

  .app-wrapper .app-contents.account-ember .ins {
    padding-top: 20px;
  }

  .app-wrapper .app-contents.personalDetail-ember {
    padding: 0;
    margin-top: 52px;
    background-color: transparent;
    min-height: 350px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .app-wrapper .app-contents.personalDetail-ember .accountDetailHeading .back-hide {
    display: block;
  }

  .app-wrapper .app-contents.personalDetail-ember .accountDetail {
    margin-top: 15px;
  }

  .app-wrapper .app-contents.editDetail-ember {
    padding: 0px;
    margin-top: 52px;
    background-color: transparent;
    min-height: 350px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .app-wrapper .app-contents.editDetail-ember #editAccountForm {
    margin-top: 15px;
  }

  .app-wrapper .app-contents.editDetail-ember .accountDetailHeading .back-hide {
    display: block;
  }

  .manufacturer-list#devicesList li {
    width: 50%;
  }

  #searchDevice .modal-dialog {
    max-width: 100%;
    height: 100%;
    margin: 0;
  }

  #searchDevice .modal-dialog .modal-content .modal-body .app-head .back {
    position: relative;
  }

  #searchDevice .modal-dialog .modal-content .modal-body .app-head .back .closeCityPopup {
    position: absolute;
    left: 0;
  }

  #searchDevice .modal-dialog .modal-content .modal-body .app-head .back .closeCityPopup img {
    display: none;
  }

  #searchDevice .modal-dialog .modal-content .modal-body .app-head .back .closeCityPopup i {
    display: block;
  }

  #searchDevice .modal-dialog .modal-content .modal-body .app-calc {
    max-height: calc(100vh - 112px);
    height: 100vh;
  }

  #citySelectionModal .modal-dialog {
    margin-top: 0;
  }

  #citySelectionModal .modal-dialog .modal-content .modal-body .app-head .back {
    position: relative;
  }

  #citySelectionModal .modal-dialog .modal-content .modal-body .app-head .back .closeCityPopup {
    position: absolute;
    left: 0;
  }

  #citySelectionModal .modal-dialog .modal-content .modal-body .app-head .back .closeCityPopup .sprites {
    display: none;
  }

  #citySelectionModal .modal-dialog .modal-content .modal-body .app-head .back .closeCityPopup img {
    display: none;
  }

  #citySelectionModal .modal-dialog .modal-content .modal-body .app-head .back .closeCityPopup i {
    display: block;
  }

  #citySelectionModal .modal-dialog .modal-content .modal-body .app-head .d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #citySelectionModal .modal-dialog .modal-content .modal-body .app-head .phone-search-sec {
    width: 100%;
  }

  #citySelectionModal .modal-dialog .modal-content .modal-body .app-head .phone-search-sec .phone-search-input input {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 40px;
  }

  #citySelectionModal .modal-dialog .modal-content .modal-body .app-head .phone-search-sec .phone-search-input .search-icon2 {
    top: 15px;
  }

  #citySelectionModal .modal-dialog .modal-content .modal-body .app-head .devicelocation {
    width: 100%;
  }

  #citySelectionModal .modal-dialog .modal-content .modal-body .app-calc {
    max-height: calc(100vh - 149px);
    height: 100vh;
    overflow-y: scroll;
    scroll-behavior: smooth;
  }

  #citySelectionModal .modal-dialog .modal-content .modal-body .app-calc .otherCity ul {
    height: auto;
  }

  #citySelectionModal .modal-dialog .modal-content .modal-body .app-calc .otherCity ul li {
    width: 100%;
  }

  #deviceSummary.summModal .app-calc {
    height: 100vh;
    margin-top: 12px;
    max-height: calc(100vh - 60px) !important;
  }

  #deviceSummary .modal-dialog {
    margin: 0;
  }

  #deviceSummary .back {
    position: relative;
  }

  #deviceSummary .back .closeCityPopup {
    position: absolute;
    left: 0;
  }

  #deviceSummary .back .closeCityPopup img {
    display: block !important;
  }

  #deviceSummary .back .closeCityPopup i {
    display: block !important;
  }

  #deviceSummary #summaryTable {
    background-color: #FFF;
    margin-bottom: 0;
  }

  .imeiProcess,
  .personalDetails,
  .pickUpDetail,
  .pricesummary,
  .paymentMethod,
  .transferDetail {
    background-color: transparent;
    border: none;
    margin-top: 0;
  }

  .imeiProcess .app-head,
  .personalDetails .app-head,
  .pickUpDetail .app-head,
  .pricesummary .app-head,
  .paymentMethod .app-head,
  .transferDetail .app-head {
    padding: 0;
  }

  .imeiProcess .app-head .ins,
  .personalDetails .app-head .ins,
  .pickUpDetail .app-head .ins,
  .pricesummary .app-head .ins,
  .paymentMethod .app-head .ins,
  .transferDetail .app-head .ins {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .imeiProcess .app-head .ins .app-data,
  .personalDetails .app-head .ins .app-data,
  .pickUpDetail .app-head .ins .app-data,
  .pricesummary .app-head .ins .app-data,
  .paymentMethod .app-head .ins .app-data,
  .transferDetail .app-head .ins .app-data {
    text-align: left;
  }

  .imeiProcess .form-body,
  .personalDetails .form-body,
  .pickUpDetail .form-body,
  .pricesummary .form-body,
  .paymentMethod .form-body,
  .transferDetail .form-body {
    min-height: auto;
    padding: 0;
  }

  .tab-content>#orderAll.active,
  .tab-content>#orderProcess.active,
  .tab-content>#orderCompleted.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tab-content>#orderAll .order-box,
  .tab-content>#orderProcess .order-box,
  .tab-content>#orderCompleted .order-box {
    width: 100%;
    margin-right: 0;
  }

  .tab-content>#orderAll .order-box:nth-child(3n),
  .tab-content>#orderProcess .order-box:nth-child(3n),
  .tab-content>#orderCompleted .order-box:nth-child(3n) {
    margin-right: 0;
  }

  .tooltip {
    display: none !important;
  }

  .processButtons {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 0 20px;
  }

  .processButtons.end {
    padding: 10px 0;
  }

  .fixfixed #citySelectionModal .devicelocation,
  .fixfixed #citySelectionModal .PopularCity {
    display: none;
  }

  .fixfixed .bottom-data.ctModalSave {
    position: relative;
  }

  .order-summary .orderUserDetail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .order-summary .orderUserDetail li {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }

  .order-summary .orderUserDetail li:last-child {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .order-summary .orderUserDetail li:last-child i {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .orderprocess li {
    width: 100%;
    margin: 0;
  }

  .customerSupport {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }

  .customerSupport a {
    margin-bottom: 25px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .customerSupport a:first-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .customerSupport a:last-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .mediaCoverage ul li {
    width: 48%;
    margin-right: 4%;
  }

  .mediaCoverage ul li:nth-child(2n) {
    margin-right: 0;
  }

  .group-option {
    position: relative;
    padding: 20px;
    padding-bottom: 25px;
    padding-top: 25px;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    max-height: calc(100vh - 230px);
    min-height: 378px;
    height: auto;
    overflow: auto;
    padding-bottom: 90px;
  }

  .webBreadCrumb {
    display: none;
  }

  .app-head.bkg.login:before {
    border-bottom-left-radius: 50% 50%;
    border-bottom-right-radius: 50% 50%;
  }
}

@media (max-width: 480px) {
  .mediaCoverage ul li {
    width: 100%;
    margin-right: 0;
  }

  .mediaCoverage ul li .imgbox {
    min-height: 100px;
  }

  .mediaCoverage ul li h4 a {
    min-height: inherit;
  }

  .mediaCoverage ul li .detail {
    height: auto;
  }

  .status-ember .app-head {
    min-height: 100px;
  }

  .status-ember .app-head .ins .app-logo img {
    max-width: 200px;
  }
}

@media (max-width: 320px) {
  .ember-data.shareWithPopup {
    width: 90%;
  }
}

@media (min-width: 991px) {
  .status-ember {
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media (max-width: 991px) {
  .bg-dark .state li {
    width: 25%;
  }

  .bg-dark .m-gab-1 {
    text-align: center;
  }

  .bg-dark .m-gab-1 .text-right {
    text-align: center !important;
  }

  .app-wrapper .question-ember .mobilenone {
    display: none !important;
  }

  .app-wrapper .app-contents.diagnostics-ember .app-calc {
    overflow-y: scroll;
  }

  .mobileMenu {
    display: block;
    margin-top: 20px;
  }

  .mobileMenu ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobileMenu ul li {
    list-style-type: none;
  }

  .mobileMenu ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
  }

  .mobileMenu ul li a img {
    width: 38px;
    height: 38px;
  }

  .getUptoPrice {
    margin-top: 40px;
  }

  .faqBox .faqSec .card-header h5 button {
    font-size: 14px;
    line-height: 20px;
    height: auto;
    min-height: 48px;
    white-space: inherit;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .bg-dark .state li {
    width: 33.33%;
  }

  .seriesName li {
    margin: 0 10px 10px 0;
    text-align: center;
  }

  #seriesList {
    max-height: 150px;
  }

  .app-wrapper .app-contents .product-data .bottom-data {
    position: relative;
  }

  .app-carousel {
    padding-top: 30px;
  }

  .app-carousel h1 {
    font-size: 30px;
    line-height: 34px;
  }

  .manufacturer-list li {
    width: 30%;
  }

  .steps3 {
    padding-top: 0;
  }

  .steps3 h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .connectUs {
    padding-top: 20px;
  }

  footer {
    margin-top: 46px;
    padding-top: 30px;
  }

  .selectProduct .form-body {
    padding: 24px;
  }

  .selectProduct .form-body .productSelection .card .card-body ul.bList li {
    width: 25%;
  }

  .selectProduct .form-body .productSelection .card .card-body ul.mList li {
    width: 100%;
  }

  .getUptoPrice h1 {
    font-size: 21px;
    line-height: 30px;
  }

  .questionBox ul.quBox {
    margin: 0;
  }

  .deviceDetailBox {
    margin-top: 24px;
  }

  .thankYouBox {
    padding-top: 50px;
  }

  .thankYouBox h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .thankYouBox h1 img {
    max-width: 40px;
  }

  .thankYouBox .lastPrice .upToPrice {
    font-size: 20px;
    line-height: 28px;
  }

  .pickupInfo ul {
    flex-wrap: wrap;
  }

  .pickupInfo ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }

  .pickupInfo ul li:nth-child(2n) {
    margin-right: 0;
  }

  .notfound .notfound-404 h1 {
    font-size: 148px;
  }
}

@media (max-width: 575px) {
  .bg-dark .m-gab-2 {
    padding-top: 2.0625rem;
    padding-bottom: 2.0625rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bg-dark h3 {
    margin-top: 20px;
  }

  .bg-dark .state li {
    width: 50%;
  }

  .bg-dark .m-gab-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paymentMethod .selectedPayMeth li {
    width: 70%;
    padding: 15px;
  }

  .paymentMethod .selectedPayMeth li:first-child {
    text-align: left;
  }

  .paymentMethod .selectedPayMeth li:last-child {
    text-align: right;
    width: 30%;
  }

  .thankYouPage .align-items-center {
    -webkit-box-align: flex-start !important;
    -ms-flex-align: flex-start !important;
    align-items: flex-start !important;
  }

  #testInfoModal .modal-body .phoneImageInfo {
    font-size: 20px;
    padding: 20px 5%;
  }

  form.searchbox .search-txt {
    display: none;
  }

  .app-wrapper .app-contents.device-selection .app-head {
    margin-bottom: 0;
  }

  .app-wrapper .app-contents.device-selection .app-calc {
    max-height: calc(100vh - 160px);
    padding-bottom: 50px;
  }

  .app-wrapper .app-contents.quote-ember.web {
    display: none;
  }

  .app-wrapper .app-contents.quote-ember.mob {
    display: block;
  }

  .app-wrapper .app-contents.status-ember .app-calc {
    overflow-y: scroll;
  }

  .app-wrapper .app-contents.detail-ember .app-calc {
    overflow-y: scroll;
  }

  .app-wrapper .app-contents.order-ember .app-calc {
    overflow-y: scroll;
  }

  .app-wrapper .app-contents.personalDetail-ember .app-calc {
    overflow-y: scroll;
  }

  .app-wrapper .app-contents.editDetail-ember .app-calc {
    overflow-y: scroll;
  }

  .app-header .app-logo .app-bars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .deviceImages {
    background-color: #FFF;
  }

  .deviceImages .placeholder {
    top: 12px;
  }

  .deviceImages h2 {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }

  .getPayments {
    background-color: #FFF;
  }

  .getPayments .placeholder {
    top: 2px;
  }

  .paymentModeNxt {
    margin-bottom: 20px;
  }

  .app-carousel h1 {
    font-size: 26px;
    line-height: 30px;
  }

  .manufacturer-list li:nth-child(3n) {
    margin-right: 0;
  }

  .steps3 h2 {
    font-size: 26px;
    line-height: 32px;
  }

  footer {
    padding-top: 12px;
  }

  footer h2 {
    font-size: 17px;
    margin-top: 14px;
  }

  .mobileMenu ul li {
    text-align: center;
    margin: auto;
  }

  .mobileMenu ul li a {
    align-items: center;
    font-size: 10px;
    min-height: 64px;
    line-height: 13px;
  }

  .selectCity {
    margin-top: 36px;
  }

  .selectCity h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .selectCity .PopularCity {
    margin-top: 18px;
  }

  .selectCity .phone-search-sec {
    width: 85%;
  }

  .selectProduct .form-body .productSelection .card .card-header h5 button {
    height: auto;
  }

  .dateTimeSelect {
    padding-top: 40px;
  }

  .dateTimeSelect h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .paymentM {
    padding-top: 40px;
  }

  .paymentM h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .thankYouBox {
    padding-top: 40px;
  }

  .thankYouBox h1 {
    font-size: 18px;
    line-height: 22px;
    display: flex;
  }

  .thankYouBox h1 img {
    max-width: 40px;
  }

  .thankYouBox .lastPrice .upToPrice {
    font-size: 18px;
    line-height: 22px;
  }

  .selectCity .otherCity #allCityList li {
    width: 42%;
    margin: 2% 4%;
  }

  .pickupInfo {
    padding-top: 40px;
  }

  .pickupInfo h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .pickupInfo ul {
    margin: 22px 0 0;
  }
}

@media (max-width: 480px) {
  .manufacturer-list li {
    padding: 6px;
    margin-bottom: 20px;
  }

  .app-carousel {
    padding-top: 20px;
  }

  .app-carousel h1 {
    font-size: 22px;
    line-height: 24px;
  }

  .steps3 h2 {
    font-size: 22px;
    line-height: 24px;
  }

  .steps3 h3 {
    font-size: 18px;
    line-height: 22px;
    padding-top: 0;
  }

  .selectCity .phone-search-sec {
    width: 100%;
  }

  .selectCity .otherCity #allCityList li {
    width: 42%;
    margin: 4%;
  }

  .selectProduct .form-body .productSelection .card .card-header h5 button span {
    display: block;
    margin-top: 10px;
  }

  .selectProduct .form-body .productSelection .card .card-body ul.bList li {
    width: 50%;
  }

  .questionBox {
    padding-top: 40px;
  }

  .questionBox h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .pickUpDet {
    padding-top: 40px;
  }

  .pickUpDet h1 {
    font-size: 20px;
    line-height: 28px;
  }

  .thankYouBox {
    padding-top: 40px;
  }

  .thankYouBox h1 {
    font-size: 18px;
    line-height: 22px;
    display: flex;
  }

  .thankYouBox h1 img {
    max-width: 40px;
  }

  .thankYouBox .lastPrice .upToPrice {
    font-size: 15px;
    line-height: 20px;
  }

  .thankYouBox .lastPrice .upToPrice p {
    margin-bottom: 8px;
  }

  .notfound .notfound-404 {
    height: 148px;
    margin: 0px auto 10px;
  }

  .notfound .notfound-404 h1 {
    font-size: 86px;
  }

  .notfound .notfound-404 h2 {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) and (orientation: landscape) {
  .selectCity .otherCity #allCityList li {
    width: 18%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
  .app-wrapper .app-contents.device-selection .app-calc {
    max-height: calc(100vh - 160px);
  }

  .app-wrapper .app-contents.diagnostics-ember .app-calc {
    max-height: calc(100vh - 180px);
  }

  .app-wrapper .app-contents.report-ember .app-calc #questionForm #appendQuestion figure {
    padding-bottom: 0px;
    display: none;
  }

  .app-wrapper .app-contents.report-ember .app-calc #questionForm #appendQuestion figure~br {
    display: none;
  }

  .app-wrapper .app-contents.report-ember .app-calc #questionForm #appendQuestion .container-fluid {
    padding-bottom: 250px;
  }

  #button {
    bottom: 10px;
  }

  .group-option {
    padding-bottom: 220px;
  }

  .manufacturer-list li {
    width: 30%;
  }

  .manufacturer-list li:nth-child(3n) {
    margin-right: 0;
  }

  .steps3 h3 {
    font-size: 21px;
    line-height: 28px;
    padding-top: 0;
  }

  .selectCity .otherCity #allCityList li {
    width: 18%;
  }

  .app-header .app-logo {
    font-size: 11px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) and (orientation: landscape) {
  .app-wrapper .app-contents.device-selection .app-head {
    margin-bottom: 0;
  }

  .app-wrapper .app-contents.device-selection .app-calc {
    max-height: calc(100vh - 160px);
    padding-bottom: 50px;
  }

  .app-footer {
    z-index: 2;
  }

  .manufacturer-list li:nth-child(3n) {
    margin-right: 0;
  }

  .selectCity .otherCity #allCityList li {
    width: 31.33%;
  }

  .app-header .app-logo {
    font-size: 11px;
  }
}

@media (max-width: 1199px) {
  footer h2 {
    font-size: 17px;
  }

  .thankYouBox .lastPrice .upToPrice {
    flex-direction: column;
  }

  .thankYouBox .lastPrice .upToPrice p {
    margin-bottom: 8px;
  }

  .thankYouBox .lastPrice .upToPrice p:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .voucher#voucherList li {
    width: 24%;
    margin-right: 1.33%;
  }

  .voucher#voucherList li:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .voucher#voucherList li {
    width: 24%;
    margin-right: 1.33%;
  }

  .voucher#voucherList li:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .voucher#voucherList li {
    width: 32%;
    margin-right: 2%;
  }

  .voucher#voucherList li:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .voucher#voucherList li {
    width: 49%;
    margin-right: 2%;
  }

  .voucher#voucherList li:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 700px) {
  .popularPhonePlaceholder {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 175px;
    overflow: hidden;
  }

  .popularPhonePlaceholder .placeholder {
    width: 33.33%;
  }
}

#manualLogin form .form-group input[type="text"],
#truecallerPopup form .form-group input[type="text"] {
  padding-left: 52px;
}

.personalDetail-ember .form-group.mNumber,
.editDetail-ember .form-group.mNumber {
  position: relative;
}

.personalDetail-ember .form-group.mNumber input[type="text"],
.editDetail-ember .form-group.mNumber input[type="text"] {
  padding-left: 52px;
}

.personalDetail-ember .form-group.mNumber label,
.editDetail-ember .form-group.mNumber label {
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 11px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

body {
  background-color: #f5f5f8;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

body.white {
  background-color: #fff;
}

* {
  outline: 0 !important;
}

/*# sourceMappingURL=app.css.map */

.overlay-app {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 7;
  display: none;
}