@media (min-width: 992px) {
  .typo-line {
    padding-left: 140px;
    margin-bottom: 40px;
    position: relative;
  }

    .typo-line .category {
      transform: translateY(-50%);
      top: 50%;
      left: 0px;
      position: absolute;
    }
}

.sebm-google-map-container {
  height: 300px;
}

#map {
  position: relative;
  width: 100%;
  height: calc(100% - 60px);
  margin-top: 70px;
}

.places-buttons .btn {
  margin-bottom: 30px
}

.space-70 {
  height: 70px;
  display: block;
}

.tim-row {
  margin-bottom: 20px;
}

.tim-typo {
  padding-left: 25%;
  margin-bottom: 40px;
  position: relative;
}

  .tim-typo .tim-note {
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
  }

.tim-row {
  padding-top: 50px;
}

  .tim-row h3 {
    margin-top: 0;
  }

.margin-left-8px {
  margin-left: -8px;
}

.cardicons {
  position: center center;
  width: 80px !important;
  padding: 8px;
}

.cardicons-selected {
  padding: 0px !important;
}


.flat-visa {
  background-image: url("../img/cards/flat-visa.png");
  height: 33px !important;
}

.flat-amex {
  background-image: url("../img/cards/flat-amex.png");
  height: 33px !important;
}

.flat-mastercard {
  background-image: url("../img/cards/flat-mastercard.png");
  height: 33px !important;
}

.flat-diners {
  background-image: url("../img/cards/flat-diners.png");
  height: 33px !important;
}

.mono-visa {
  background-image: url("../img/cards/mono-visa.png");
  height: 33px !important;
}

.mono-amex {
  background-image: url("../img/cards/mono-amex.png");
  height: 33px !important;
}

.mono-mastercard {
  background-image: url("../img/cards/mono-mastercard.png");
  height: 33px !important;
}

.mono-diners {
  background-image: url("../img/cards/mono-diners.png");
  height: 33px !important;
}




.grey-select .dropdown {
  background: #eee !important;
}
