.tr-banner {
  width: 100%;
  height: 500px;
  background: url("../images/Airport-transfer_featured.jpg") no-repeat left -60px;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 797px) {
  .tr-banner {
    height: auto;
    display: flex;
    margin-bottom: 2rem;
  }
}
.tr-banner:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background-image: linear-gradient(0deg, #ffffff 50%, rgba(0, 0, 0, 0));
}
.tr-form {
  background-color: rgba(0, 0, 0, 0.6);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 1rem 2rem;
  position: absolute;
  width: 80%;
  left: 0;
  right: 0;
  top: 120px;
  margin: auto;
  z-index: 1000;
}
@media screen and (max-width: 797px) {
  .tr-form {
    width: 95%;
    top: 0;
    margin-top: 50px;
    position: relative;
    z-index: 1;
    padding: 1rem;
    border-radius: 0;
  }
}
.tr-form__container {
  margin-top: 1rem;
  width: 100%;
}
@media screen and (max-width: 797px) {
  .tr-form__container {
    margin-top: 0;
  }
}
.tr-form__row {
  margin: 0 -0.25rem 1rem;
}
@media screen and (max-width: 797px) {
  .tr-form__row {
    margin-bottom: 0;
  }
}
.tr-form__col {
  padding: 0 0.25rem;
}
.tr-form__group {
  background-color: #ffffff;
}
.tr-form__icon {
  height: 100%;
  border-radius: 0;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #7ec440;
  border-right: 0;
  font-size: 1.1rem;
}
.tr-form__col--error .tr-form__icon {
  border-color: #e74c3c !important;
  border-width: 2px !important;
}
.tr-form__wrapper {
  position: relative;
  flex: 1;
}
.tr-form__loading {
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
}
.tr-form__loading > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tr-form__loading--active {
  display: flex;
}
.tr-form__input {
  border: 1px solid #7ec440;
  border-left: 0;
  border-radius: 0;
  padding: 0.7rem 1rem;
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
}
.tr-form__input:focus {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}
.tr-form__input:disabled {
  opacity: 0.4;
}
.tr-form__col--error .tr-form__input {
  border-color: #e74c3c !important;
  border-width: 2px !important;
}
.tr-form__label {
  position: absolute;
  left: 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.9rem;
  color: #2c3e50;
  transition: all ease 0.3s;
}
.tr-form__label > i {
  margin-right: 0.5rem;
}
.tr-form__label--selected {
  left: 0.2rem;
  height: auto;
  font-size: 0.6rem;
}
@media screen and (max-width: 797px) {
  .tr-form__label {
    font-size: 0.8rem;
  }
}
.tr-form__check {
  height: 100%;
  display: flex;
}
@media screen and (max-width: 797px) {
  .tr-form__check {
    flex-direction: column;
  }
}
.tr-form__btn {
  background-color: #ffa500;
  color: #ffffff;
  border-radius: 0;
  height: 100%;
  font-size: 1.5rem;
  margin-left: auto;
  padding: 0 1.5rem;
}
@media screen and (max-width: 797px) {
  .tr-form__btn {
    width: 100%;
    padding: 0.5rem 1rem;
  }
}
.tr-check {
  flex: 1;
  position: relative;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
@media screen and (max-width: 797px) {
  .tr-check {
    padding: 0.7rem 0;
    background-color: #ffffff;
  }
}
.tr-check__input {
  position: absolute;
  width: 0;
  height: 0;
  cursor: pointer;
  opacity: 0;
}
.tr-check__container {
  background-color: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  font-size: 0.8rem;
  font-weight: 500;
}
.tr-check__box {
  width: 25px;
  height: 25px;
  margin-right: 0.5rem;
  background-color: #ffffff;
  border: 1px solid #e67e22;
  position: relative;
}
.tr-check__box:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  transition: all ease 0.3s;
  transform-origin: center center;
}
.tr-check__input:checked ~ .tr-check__container {
  background-color: #dddddd;
}
.tr-check__input:checked ~ .tr-check__container > .tr-check__box:after {
  top: 0;
  left: 7px;
  width: 8px;
  height: 16px;
  border: solid #e67e22;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.tr-table {
  margin-bottom: 2rem;
}
.tr-table__container {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1rem 2rem;
  margin-top: -150px;
  position: relative;
  z-index: 900;
}
@media screen and (max-width: 797px) {
  .tr-table__container {
    margin-top: 0;
    overflow-x: auto;
    background-color: rgba(0, 0, 0, 0.1);
  }
}
.tr-table__table {
  width: 100%;
  border-collapse: collapse;
}
.tr-table__row {
  cursor: pointer;
}
.tr-table__row:nth-child(even) {
  background-color: rgba(255, 165, 0, 0.5);
}
.tr-table__header {
  font-weight: 500;
  font-size: 1.1rem;
  text-transform: uppercase;
  padding: 0.7rem 0;
  border-bottom: 5px solid #000000;
}
@media screen and (max-width: 797px) {
  .tr-table__header {
    font-size: 0.8rem;
    white-space: nowrap;
    padding: 0.7rem 1rem;
  }
}
.tr-table__dest {
  font-weight: 500;
  display: flex;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 797px) {
  .tr-table__dest {
    white-space: nowrap;
  }
}
.tr-table__col {
  text-align: center;
  padding: 0.5rem 0;
  font-weight: 700;
  font-size: 0.9rem;
}
.tr-table__sep {
  color: #3498db;
  margin: 0 0.5rem;
}
.tr-errors {
  display: flex;
  justify-content: center;
}
.tr-errors__error {
  background-color: #e74c3c;
  padding: 0.4rem 1rem;
  color: #ffff;
  margin: 0 0.3rem;
  font-size: 1rem;
}
.tr-details {
  margin-top: -170px;
  position: relative;
  z-index: 1;
}
.tr-details__container {
  border: 1px solid #f2f2f2;
  background-color: #ffffff;
  margin-bottom: 3rem;
}
.tr-details__header {
  background-color: #ededed;
  border-bottom: 1px solid #d9d9d9;
  padding: 0.7rem 2rem;
}
.tr-details__body {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
.tr-transfers {
  display: flex;
  margin: 2rem 2rem;
}
@media screen and (max-width: 797px) {
  .tr-transfers {
    flex-direction: column;
    margin: 2rem 1rem;
  }
}
.tr-transfers__transfer {
  border: 1px solid #ffa500;
  border-radius: 10px;
  flex: 1;
  margin: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
}
@media screen and (max-width: 797px) {
  .tr-transfers__transfer {
    margin: 1rem 0 0;
  }
}
.tr-transfers__img {
  width: auto;
  height: 90px;
}
.tr-transfers__header {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #2c3e50;
}
.tr-transfers__capacity {
  display: flex;
  font-size: 1rem;
  align-items: center;
  color: rgba(0, 0, 0, 0.7);
}
.tr-transfers__capacity > i {
  margin-left: 0.5rem;
  margin-right: 0.2rem;
}
.tr-transfers__price {
  font-weight: 700;
  font-size: 1.2rem;
}
.tr-transfers__link {
  display: inline-block;
  border: 1px solid #ffa500;
  color: #000000;
  padding: 0.3rem 3rem;
  font-size: 1.2rem;
  font-weight: 700;
}
.tr-data {
  display: flex;
  justify-content: space-between;
}
.tr-data__item {
  display: flex;
}
.tr-data__icon {
  color: #ffa500;
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.tr-data__field {
  display: flex;
  flex-direction: column;
}
.tr-data__header {
  color: #2c3e50;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.tr-data__def {
  line-height: 0.9rem;
  font-weight: 500;
  color: #e67e22;
}
.tr-data__line {
  display: block;
  text-align: center;
  color: #dddddd;
}
/*# sourceMappingURL=transfer.css.map */