/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.nav-top {
  height: 70px;
  padding-top: 3px;
  background-color: #fff;
  box-shadow: 2px 2px 20px #dfe0e0;
  border: none;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}
.padtop {
  padding-top: 100px;
}
.pad30 {
  padding: 30px 0;
}
.padbtn {
  padding: 10px 0;
}
.btn-filled-form {
  height: 60px;
  width: 100%;
  background-color: #37d062;
  border-radius: 48px;
  -moz-border-radius: 48px;
  -webkit-border-radius: 48px;
  color: #fff;
  font-size: 12pt;
  padding-top: 9px;
  margin-top: 10px;
}
.slick-prev:before, .slick-next:before {
  color: #3682d2;
}
.slick-prev:before, .slick-next:before {
  font-size: 50px;
}
.slick-prev, .slick-next {
  width: 50px;
  height: 44px;
}
.slick-prev {
  left: -50px;
}
.slick-next {
  right: -50px;
}
.slick-dotted.slick-slider {
  margin-left: 25px;
  margin-right: 25px;
}



.form-horizontal .vehicles.has-feedback .form-control-feedback {
  right: -35px;
}
.form-horizontal .has-feedback .selectlist .form-control-feedback {
  right: 0;
}
.form-horizontal .has-feedback .form-control-feedback.fa-check-square-o {
  top: 4px;
}
.form-horizontal .has-feedback .form-control-feedback.fa-times {
  top: 2px;
}
.vehicles {
  padding: 10px 0 30px;
}
.vehicles .checkbox-inline {
  padding-bottom: 20px;
}
.vehicles .checkbox-inline input[type="checkbox"]:not(.sr-only) {
  width: inherit;
  height: inherit;
  margin: 4px 0 0 -15px;
  clip: auto;
}
.vehicle {
  width: 150px;
}
.fuelux .wizard {
    border: 0px solid #d4d4d4;
    border-radius: 0;
    background-color: #fff;
}

.fuelux .wizard .step-content {
    border-top: 0 solid #fff;
}

.fuelux .wizard .steps-container {
  overflow: visible;
}

.fuelux .wizard>.steps-container>ul.steps li {
    padding: 0 0px 0 25px;
}
.glyphicon {
  font-size: inherit;
}

.form-control {
  background-color: transparent;
  border: 2px solid #cfd0d0;
  font-weight: bold;
  font-size: 12pt;
  color: #aaabab;
  padding-left: 13px;
  /*border-radius: 48px;*/
  /*-moz-border-radius: 48px;*/
  /*-webkit-border-radius: 48px;*/
  outline: none;
  height: 60px;
  width: 100%;
  font-family: "Lato", sans-serif;
}

.btn-group:not(.selectlist) {
  width: 100%;
}

.help-text {
  margin: 0;
}

.saving span {
  font-size: 50px;
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.saving span:nth-child(2) {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.saving span:nth-child(3) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

.steps {
  display: none;
}

.step-pane h4 {
  padding-bottom: 0;
  font-size: 20pt;
}

@-webkit-keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}

@keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}


.centerv .slick-center img {
  opacity: 1;
}

.centerv img {
  opacity: 0.3;
  transition: all 300ms ease;
}


/* progress bars */
.progress {
  height: 10px;
  margin-top: 20px;
}
.one, .two, .three, .four, .five {
  position: absolute;
  margin-top: -5px;
  z-index: 1;
  height: 20px;
  width: 20px;
  border-radius: 25px;
}
.one{
  left:12%;
}
.two{
  left:30%;
}
.three{
  left:48%;
}
.four{
  left:65%;
}
.five{
  left:83%;
}
.info-color{
  background-color:#5bc0de;
}
.no-color{
  background-color:inherit;
}

.btn-huge{
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top:10px;
  padding-bottom:10px;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#vehicletype img {
  cursor:pointer;
}
/*@media only screen and (max-width: 768px) {
  .vehicletype-area {
    padding-top: 10px;
    padding-bottom: 80px;
  }
}
*/
@media only screen and (max-width:768px) {

    .vehicles {
    padding: 80px 0 30px;

    }
    .h5{
      font-weight:800;
    }
}