@charset "UTF-8";

.onlyMobile {
  display: none !important;
}
.right-plane {
  position: absolute;
  top: 0;
  right: -25px;
}
.left-plane {
  position: absolute;
  top: -9px;
  left: -31px;
}
.travo-outer {
  background: #0066B3;
  background: -webkit-linear-gradient(130deg, #0066B3 0%, #468BC5 100%);
  background: -moz-linear-gradient(130deg, #0066B3 0%, #468BC5 100%);
  background: linear-gradient(130deg, #0066B3 0%, #468BC5 100%);
  border-top-left-radius: 52px;
  border-bottom-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 100px;
  padding: 40px 0px 40px 20px;
  position: relative;
}
.travo-inner {
  width: 72%;
  margin: 0 auto;
}
.travo-inner h2 {
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}
.travo-inner h2:before {
  content: '';
  background: url('../images/pin.png');
  background-size: cover;
  width: 19px;
  height: 27px;
  display: inline-block;
  position: absolute;
  margin-left: -6px;
}
.travo-inner h2 span {
  display: inline-block;
  width: 100%;
  margin-left: 30px;
  padding-bottom: 6px;
  border-bottom: 2px solid #fff;
}
.travo-info {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  margin: 0 auto 0 30px;
  max-width: 100%;
  padding-bottom: 12px;
}
@keyframes showRow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.travo-info-img {
  display: inline-flex;
  align-self: flex-start;
  width: 50px;
  margin-top: 2px;
}
.travo-info:nth-child(1) {
  opacity: 0;
  animation: showRow 0s forwards;
  animation-delay: 0s;
}
.travo-info:nth-child(2) {
  opacity: 0;
  animation: showRow 0.4s forwards;
  animation-delay: 0.4s;
}
.travo-info:nth-child(3) {
  opacity: 0;
  animation: showRow 0.8s forwards;
  animation-delay: 0.8s;
}
.travo-info:nth-child(4) {
  opacity: 0;
  animation: showRow 1.2s forwards;
  animation-delay: 1.2s;
}
.travo-info:nth-child(5) {
  opacity: 0;
  animation: showRow 1.6s forwards;
  animation-delay: 1.6s;
}
.travo-info:nth-child(6) {
  opacity: 0;
  animation: showRow 2s forwards;
  animation-delay: 2s;
}
.travo-info-txt {
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
.travo-promo-bg {
  width: 90%;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  margin: 28px 0 0 auto;
}
.travo-promo-txt {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding: 6px 0 6px 40px;
}
.travo-promo-txt p {
  margin: 4px 0;
  padding: 0;
}
.travo-promo-txt table td{
	padding: 0 !important;
	margin: 0;
	border-bottom: 0 !important;
}

.travo-promo-txt table tr:first-child td{
	padding-bottom: 2px !important;
}
.travo-box {
  display: block;
  bbackground: #0066B3;
  background: -webkit-linear-gradient(130deg, #0066B3 0%, #468BC5 100%);
  background: -moz-linear-gradient(130deg, #0066B3 0%, #468BC5 100%);
  background: linear-gradient(130deg, #0066B3 0%, #468BC5 100%);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 52px;
  border-top-right-radius: 52px;
  border-bottom-right-radius: 0px;
  text-align: center;
  color: #fff !important;
  font-size: 18px;
  font-weight: 300;
  padding: 6px 0;
}
.travo-btn {
  display: block;
  position: relative;
  overflow: hidden;
  background: #E6740A;
  border-radius: 30px;
  text-align: center;
  color: #fff !important;
  font-size: 22px;
  font-weight: 300;
  padding: 2px 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border: none;
  z-index: 1;
}
@keyframes loopShiny {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.travo-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-45deg);
  transition: transform 0.4s ease-in-out;
  animation: loopShiny 1.8s linear infinite;
}
.offer-Remark {
  font-size: 12px;
  line-height: 120%;
  color: #666;
}
.f18 {
  font-size: 18px;
  line-height: 140%;
}
.f22 {
  font-size: 22px;
  line-height: 140%;
}
.break {
  display: inline-block;
}
@media (max-width: 576px) {
  .onlyMobile {
    display: block !important;
  }
  .break {
    display: none;
  }
  .right-plane {
    position: relative;
    text-align: right;
    right: 0;
  }
  .left-plane {
    top: -2px;
    left: -20px;
  }
  .right-plane img, .left-plane img {
    width: 76px !important;
    height: auto !important;
  }
  .travo-promo-txt {
    padding: 20px 0 20px 20px;
  }
  .travo-promo-txt table td{
	display: flex;
	width: 100%;
  }
  .travo-promo-txt table tr:first-child td:last-child{
	padding-bottom: 6px !important;
  }
}