*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  position: relative;
  height: 100%;
}

.kl-why-us {
  color: #fff;
  font-size: 14px;
}

.kl-heading {
  padding: 0 15px;
}

.kl-heading_top {
  margin-bottom: 1em;
}

.kl-heading__little-title {
  color: #EDB409;
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
}

.kl-heading__big-title {
  font-size: 1.8em;
  text-transform: unset;
  margin: unset;
  line-height: normal;
}

.kl-pub {
  display: flex;
  justify-content: space-between;
}

.kl-pub__item {
  padding: 0 15px;
}

.kl-pub__img-container {
  position: relative;
  background-color: #edb500;
  border-radius: 50%;
  color: #000000;
  font-size: 35px;
  margin-top: 1.5em;
  padding: .5em;
  width: 70px;
  height: 70px;
}

.kl-pub__img-container i::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.kl-pub__img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  vertical-align: middle;
}


.kl-pub__title {
  font-size: 1.2em;
  margin: 1em 0;
}

.kl-pub__description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.5em;
}

.kl-swiper {
  margin: 0;
}

.kl-swiper__popular-dest {
  height: 26em;
  margin-top: 4em;
}

.kl-swiper__row {
  margin: 0;
  padding: 0;
}

.kl-swiper__popular-dest-item {
  position: relative;
  border-radius: 5px;
  background-size: 250%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 0 15px -3px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 15px -3px rgba(0, 0, 0, .2);
  box-shadow: 0 0 15px -3px rgba(0, 0, 0, .2);
  height: 26em;
  padding: 0 15px;
  transition: all 300ms ease 0s;
}

.kl-swiper__popular-dest-item:hover {
  background-size: 290%;
}

.kl-swiper__popular-dest-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(33, 38, 57, .6);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 250ms ease 0s;
}

.kl-swiper__popular-dest-heading {
  position: absolute;
  bottom: 1em;
  color: #fff;
  font-size: 1.2em;
  margin: unset;
  text-transform: unset;
  line-height: normal;
  z-index: 2;
}

.kl-swiper__popular-dest .swiper-button-prev,
.kl-swiper__popular-dest .swiper-button-next {
  background-color: #eee;
  background-image: none;
  width: 2.5em;
  height: 2.5em;
  -webkit-box-shadow: 0 0 15px -3px rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 0 15px -3px rgba(0, 0, 0, .4);
  box-shadow: 0 0 15px -3px rgba(0, 0, 0, .4);
  border-radius: 50%;
  opacity: 0;
  transition: all 250ms ease 0s;
}

.kl-swiper__popular-dest:hover .swiper-button-prev {
  opacity: 1;
  left: 15px;
}

.kl-swiper__popular-dest:hover .swiper-button-next {
  opacity: 1;
  right: 15px;
}

.kl-swiper__popular-dest .swiper-button-prev::after,
.kl-swiper__popular-dest .swiper-button-next::after {
  font-size: .85em;
  font-weight: 700;
  color: #6c6c6c;
}

.kl-swiper-container {
  color: #000;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.kl-trending-routes {
  font-size: 1.2em;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
}

.kl-trending-column {
  position: relative;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.kl-popular-transfers {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 7px;
  border-left: 10px solid #EDB409;
  -webkit-box-shadow: 0 3px 8px 0 rgba(255, 255, 255, 0.35);
  -moz-box-shadow: 0 3px 8px 0 rgba(255, 255, 255, 0.35);
  box-shadow: 0 3px 8px 0 rgba(255, 255, 255, 0.35);
  text-align: left;
  padding: 1em;
  font-weight: 500;
  margin-top: 2em;
  width: 100%;
}

.kl-popular-transfers:hover {
  background-color: #fff;
}

.kl-popular-transfers a {
  color: #000;
  text-decoration: none;
}

.kl-popular-transfers_flex {
  display: flex;
  justify-content: space-between;
}

.kl-book-this {
  font-weight: 400;
  color: #EDB409;
  padding-top: 10px;
  text-decoration: underline;
}

.kl-popular-transfers__pull-right {
  text-align: right;
}

.kl-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
  height: 100%;
  width: 100%;
}

.gooey {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 142px;
  height: 40px;
  background: transparent;
  filter: contrast(20);
  z-index: 11;
}

.dot {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 12px;
  left: 15px;
  filter: blur(1px);
  background: #EDB409;
  border-radius: 50%;
  transform: translateX(0);
  animation: dot 2.8s infinite;
}

.dots {
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  animation: dots 2.8s infinite;
}

.dots span {
  display: block;
  float: left;
  width: 12px;
  height: 12px;
  margin-left: 16px;
  filter: blur(1px);
  background: #fff;
  border-radius: 50%;
}

@keyframes dot {
  50% {
    transform: translateX(96px);
  }
}

@keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}

.kl-popup-trend {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  width: 100%;
}

.kl-necessary-date .kl-necessary-desc-trend {
  color: #000 !important;
  margin: 2rem 0 !important;
  text-align: center;
}

.kl-necessary-input-trend {
  width: 80%;
  margin: 0 auto;
}

/* 
  ------------- Transfers Options -------------
*/
.kl-section-transfers-opt {
  padding-top: 0;
}

.kl-transfers-opt__title {
  font-size: 21px;
  margin-top: 0 !important;
}

.kl-extra-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 1rem 0;
  width: 100%;
}

.kl-extra-number {
  margin-left: 5px;
}

.kl-extra-img {
  width: 3em;
}

.kl-extra-detail {
  flex: 1;
  margin-left: 2rem;
}

.kl-extra-heading {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  margin-bottom: 2rem;
}

.kl-extra-title {
  font-size: 1.2em;
  font-weight: bold;
}

.kl-extra-price {
  color: #4ab857;
  border-radius: 15px;
  text-align: center;
  padding: .2em .7em;
  min-width: 66px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px -5px rgba(255, 255, 255, .3);
  -moz-box-shadow: 0 0 20px -5px rgba(255, 255, 255, .3);
  box-shadow: 0 0 20px -5px rgba(255, 255, 255, .3);
}

.kl-extra-desc,
.kl-extra-number label {
  color: rgba(255, 255, 255, 0.7);
}

select.kl-extra-select {
  margin: .5em 0;
  -webkit-box-shadow: 0 0 15px -3px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 15px -3px rgba(0, 0, 0, .2);
  box-shadow: 0 0 15px -3px rgba(0, 0, 0, .2);
  color: #6c6c6c;
  background: #fff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-image: none;
  background-size: auto;
  padding: .5em;
  width: 7em;
  height: 2.5em;
  border-radius: 5px;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: auto 35%;
  border: 1px solid #fff;
}

.kl-modify-on-mobile {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

.kl-modify-on-mobile p {
  margin: 0;
}

.kl-aside-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 30;
  transition: transform .1s ease;
  transform: scaleY(0);
  transform-origin: bottom;
}

.kl-aside-mobile-overlay.kl-aside-open {
  transform: scaleY(1);
}

.kl-aside-mobile-overlay.kl-aside-open .kl-aside-mobile {
  transform: scaleY(1);
}

.kl-aside-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  color: #000;
  width: 100%;
  min-height: 50vh;
  max-height: 50vh;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow-y: auto;
  transform-origin: bottom;
  transform: scaleY(0);
  transition: transform .2s ease-in;
  z-index: 31;
}

.kl-card-title--mobile {
  background: none;
  color: #000;
  border: 1px dashed #ccc;
}

/* 
  ------------- Transfers Options -------------
*/
