@import url("../css2-1");
/* line 3, app/assets/stylesheets/en_stylesheet_a.scss */
html, body {
  font-family: 'Almarai', sans-serif !important;
  background: #E3DDD0 !important;
  direction: ltr;
}

/* line 9, app/assets/stylesheets/en_stylesheet_a.scss */
.input-group {
  direction: ltr;
}

/* line 13, app/assets/stylesheets/en_stylesheet_a.scss */
.truck_image {
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-animation: float 2.8s ease-in-out infinite;
          animation: float 2.8s ease-in-out infinite;
}

/* line 19, app/assets/stylesheets/en_stylesheet_a.scss */
.floating {
  -webkit-transform: translatey(0px);
          transform: translatey(0px);
  -webkit-animation: float 2.8s ease-in-out infinite;
          animation: float 2.8s ease-in-out infinite;
}

/* line 24, app/assets/stylesheets/en_stylesheet_a.scss */
.feature-image {
  height: 100px;
}

/* line 28, app/assets/stylesheets/en_stylesheet_a.scss */
.btn-primary {
  background: #FFDE00;
  border-color: #FFDE00;
  color: #191919;
}

/* line 34, app/assets/stylesheets/en_stylesheet_a.scss */
.border-radius-6 {
  border-radius: 6px !important;
}

/* line 38, app/assets/stylesheets/en_stylesheet_a.scss */
.radius-r-0 {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

/* line 43, app/assets/stylesheets/en_stylesheet_a.scss */
.radius-l-0 {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

/* line 48, app/assets/stylesheets/en_stylesheet_a.scss */
.lead {
  font-size: 14px;
}

/* line 52, app/assets/stylesheets/en_stylesheet_a.scss */
.yellow-bg {
  background: #FFDE00 !important;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-10px);
            transform: translatey(-10px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-10px);
            transform: translatey(-10px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

/*FROM HERE*/
/* line 74, app/assets/stylesheets/en_stylesheet_a.scss */
.stepwizard-step p {
  margin-top: 0px;
  color: #191919;
}

/* line 78, app/assets/stylesheets/en_stylesheet_a.scss */
.stepwizard-row {
  display: table-row;
}

/* line 81, app/assets/stylesheets/en_stylesheet_a.scss */
.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}

/* line 86, app/assets/stylesheets/en_stylesheet_a.scss */
.stepwizard-step button[disabled] {
  /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

/* line 90, app/assets/stylesheets/en_stylesheet_a.scss */
.stepwizard .btn.disabled, .stepwizard fieldset[disabled] .btn {
  opacity: 1 !important;
  color: black !important;
  background: #FFCC00 !important;
}

/* line 96, app/assets/stylesheets/en_stylesheet_a.scss */
.stepwizard .btn-next {
  opacity: 1 !important;
  color: white;
  background: black;
  border-color: black;
}

/* line 102, app/assets/stylesheets/en_stylesheet_a.scss */
.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #FFCC00;
  z-index: 0;
}

/* line 112, app/assets/stylesheets/en_stylesheet_a.scss */
.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

/* line 117, app/assets/stylesheets/en_stylesheet_a.scss */
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
