body {
  background: #e25050;
}

#container {
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  border-radius: 10px;
  width: 650px;
  height: 250px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#container #barCode {
  float: left;
  width: 225px;
  height: 250px;
  position: relative;
  background: black;
}
#container #barCode img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 150px;
  width: 150px;
}
#container #content {
  width: 425px;
  height: 250px;
  float: right;
  position: relative;
  background: white;
}
#container #content .location {
  height: 50px;
  top: 15px;
  color: #df3a3a;
  position: absolute;
}
#container #content .location .code {
  font-size: 55px;
  font-weight: 700;
}
#container #content .location .city {
  font-size: 13px;
}
#container #content #to {
  right: 50px;
}
#container #content #from {
  left: 50px;
}
#container #content #plane {
  left: 167px;
  font-size: 40px;
  top: 24px;
  text-align: left;
  width: 90px;
}
#container #content #plane hr {
  position: absolute;
  top: 3px;
  border-top: 1px solid #cccccc;
}

@keyframes plane {
  0% {
    left: 0;
  }
  100% {
    left: 65px;
  }
}
span.ion-plane {
  background: white;
  display: inline-block;
  position: relative;
  transform: rotate(90deg);
  animation: plane 1.5s infinite;
}

hr {
  border: none;
  border-top: 1px dashed #cccccc;
  color: #fff;
  background-color: #fff;
  height: 1px;
  width: 100%;
}

#info {
  height: 70px;
  width: 425px;
  top: 120px;
  position: absolute;
}
#info .col1 {
  left: 20px;
  top: 10px;
  position: absolute;
}
#info .col2 {
  left: 160px;
  top: 10px;
  position: absolute;
}
#info .col3 {
  left: 250px;
  position: absolute;
  top: 10px;
}
#info .col4 {
  right: 70px;
  position: absolute;
  top: 10px;
}

.lineOne {
  position: absolute;
  top: 105px;
}

.lineTwo {
  position: absolute;
  top: 180px;
}

.greyTxt {
  color: #AFAFAF;
  font-size: 12px;
}

.specifics {
  font-weight: 700;
  position: relative;
  top: 10px;
}

#boarding {
  position: absolute;
  bottom: 0px;
  width: 365px;
  height: 60px;
  line-height: 60px;
  font-weight: 700;
  padding-left: 30px;
  padding-right: 30px;
}
#boarding .title {
  color: #AFAFAF;
  position: absolute;
}
#boarding .boardInfo {
  position: absolute;
  left: 150px;
  color: black;
}
#boarding .icon {
  cursor: pointer;
  position: absolute;
  right: 60px;
  font-size: 30px;
  color: #AFAFAF;
}body {
  background: #e25050;
}

#container {
  font-family: "Roboto", sans-serif;
  overflow: hidden;
  border-radius: 10px;
  width: 650px;
  height: 250px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#container #barCode {
  float: left;
  width: 225px;
  height: 250px;
  position: relative;
  background: black;
}
#container #barCode img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 150px;
  width: 150px;
}
#container #content {
  width: 425px;
  height: 250px;
  float: right;
  position: relative;
  background: white;
}
#container #content .location {
  height: 50px;
  top: 15px;
  color: #df3a3a;
  position: absolute;
}
#container #content .location .code {
  font-size: 55px;
  font-weight: 700;
}
#container #content .location .city {
  font-size: 13px;
}
#container #content #to {
  right: 50px;
}
#container #content #from {
  left: 50px;
}
#container #content #plane {
  left: 167px;
  font-size: 40px;
  top: 24px;
  text-align: left;
  width: 90px;
}
#container #content #plane hr {
  position: absolute;
  top: 3px;
  border-top: 1px solid #cccccc;
}

@keyframes plane {
  0% {
    left: 0;
  }
  100% {
    left: 65px;
  }
}
span.ion-plane {
  background: white;
  display: inline-block;
  position: relative;
  transform: rotate(90deg);
  animation: plane 1.5s infinite;
}

hr {
  border: none;
  border-top: 1px dashed #cccccc;
  color: #fff;
  background-color: #fff;
  height: 1px;
  width: 100%;
}

#info {
  height: 70px;
  width: 425px;
  top: 120px;
  position: absolute;
}
#info .col1 {
  left: 20px;
  top: 10px;
  position: absolute;
}
#info .col2 {
  left: 160px;
  top: 10px;
  position: absolute;
}
#info .col3 {
  left: 250px;
  position: absolute;
  top: 10px;
}
#info .col4 {
  right: 70px;
  position: absolute;
  top: 10px;
}

.lineOne {
  position: absolute;
  top: 105px;
}

.lineTwo {
  position: absolute;
  top: 180px;
}

.greyTxt {
  color: #AFAFAF;
  font-size: 12px;
}

.specifics {
  font-weight: 700;
  position: relative;
  top: 10px;
}

#boarding {
  position: absolute;
  bottom: 0px;
  width: 365px;
  height: 60px;
  line-height: 60px;
  font-weight: 700;
  padding-left: 30px;
  padding-right: 30px;
}
#boarding .title {
  color: #AFAFAF;
  position: absolute;
}
#boarding .boardInfo {
  position: absolute;
  left: 150px;
  color: black;
}
#boarding .icon {
  cursor: pointer;
  position: absolute;
  right: 60px;
  font-size: 30px;
  color: #AFAFAF;
}