.mileage-header {
  background-image: url("../../images/products/banner_defalt_home.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .mileage-header {
    background-size: cover;
    background-position: top right;
    height: 156px;
  }
  .mileage-header .h-100 {
    height: 0 !important;
  }
  .mileage-header h2 {
    margin: 0 !important;
  }
}

@media (min-width: 768px) {
  .mileage-header {
    background-size: 100% auto;
  }
}

.mileage-header[data-selected='21185'] {
  background-image: url("../../images/products/bg_smiles.png");
}

@media (max-width: 767px) {
  .mileage-header[data-selected='21185'] {
    background-image: url("../../images/products/bg_smiles_mobile.png");
  }
}

@media (min-width: 768px) {
  .mileage-header[data-selected='21185'] {
    background-size: 100% auto;
  }
}

.mileage-header[data-selected='80'] {
  background-image: url("../../images/products/banner_multiplus_home.jpg");
}

@media (max-width: 767px) {
  .mileage-header[data-selected='80'] {
    background-image: url("../../images/products/banner_multiplus_home.jpg");
  }
}

@media (min-width: 768px) {
  .mileage-header[data-selected='80'] {
    background-size: 100% auto;
  }
}

.mileage-header .mileage-header-infos {
  height: 160px;
}

@media (min-width: 768px) {
  .mileage-header .mileage-header-infos {
    height: 120px;
    position: relative;
    top: -10px;
  }
}

.mileage-header .mileage-header-infos img {
  height: 25px;
}

@media (min-width: 1026px) {
  .mileage-header .mileage-header-infos img {
    height: 40px;
  }
}

.mileage-body {
  margin-top: -30px;
}

.mileage-body .check.inner {
  top: 0px;
  left: 10px;
}

.form-field-lg {
  height: 100px;
}

@media (min-width: 768px) {
  .form-field-lg {
    height: 80px;
  }
}

.form-field-sm {
  height: 20px;
}

@media (width: 768px) {
  .mileage-form-tablets {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .mileage-form-tablets.hidden-icon {
    display: none;
  }
  .mileage-form-tablets.col-md-auto {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 10px;
    height: 150px;
  }
  .mileage-form-tablets.col-md-auto .col-md-6 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .mileage-form-tablets.col-md-auto .offset-md-6 {
    margin-left: 0 !important;
    margin-top: -1px !important;
  }
}
/*# sourceMappingURL=mileage.css.map */