.sec-multidestination{
  padding:40px 0 20px;
  margin: 0;
}
.sec-multidestination .fxd-blks {
  padding: 10px 0 20px 0;
  border-top: 1px solid #e2e2e2;
  overflow: hidden;
}
.sec-multidestination .fxd-blks ul.weekdays{
  margin: 0;
  padding: 0 0 10px 0;
}
.sec-multidestination .fxd-blks ul.weekdays li{
  display: inline-block;
  width: 13%;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #000;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
}
.sec-multidestination .fxd-blks ul.weekdays li:first-child{
  width: 5%;
}
.sec-multidestination .fxd-blks ul.days{
  margin: 0;
  padding: 0;
}
.sec-multidestination .fxd-blks ul.days .show{
  display: flex !IMPORTANT;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
.sec-multidestination .fxd-blks ul.days li{
  display: inline-block;
  width: 13.5%;
  padding: 0;
  margin: 0;
  text-align: center;
  position: relative;
}
.sec-multidestination .fxd-blks ul.days li a{
  display: block;
  background: #fff;
  position: relative;
  padding: 20px 8px 4px;
  border-radius: 5px;
  margin:0 0 0 10px;
  border: 1px solid #e2e2e2;
}
.sec-multidestination .fxd-blks ul.days li.active::after,
.sec-multidestination .fxd-blks ul.days li:hover:after{
  content: '';
  position: absolute;
  right: -4px;
  bottom: -7px;
  border-top: 2px solid #126d97;
  border-bottom: 2px solid #126d97;
  width: 100%;
  height: 111%;
  margin-left: -9999px;
  padding-left: 9999px;
  pointer-events: none;
}
.sec-multidestination .fxd-blks ul.days li.active::before,
.sec-multidestination .fxd-blks ul.days li:hover:before{
    content: '';
    pointer-events: none;
    position: absolute;
    right: -5px;
    bottom: -7px;
    border-left: 2px solid #126d97;
    border-right: 2px solid #126d97;
    width: 99%;
    height: 116%;
    margin-top: -9999px;
    padding-top: 9999px;
}
.sec-multidestination .fxd-blks ul.days li.active a,
.sec-multidestination .fxd-blks ul.days li:hover a{
  position: relative;
  background: rgba(218, 37, 29,0.2);
}
.sec-multidestination .fxd-blks ul.days li.active a:before,
.sec-multidestination .fxd-blks ul.days li:hover a:before{
  content: '';
  width: 107%;
  height: 113%;
  position: absolute;
  right: -6px;
  top: -7px;
  border: 2px solid #126d97;
}
.sec-multidestination .fxd-blks ul.days li.has-offer a:after{
  height: 100%;
  width: 5px;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px 0 0 5px;
  background: #da251d;
}
.sec-multidestination .fxd-blks ul.days li a:hover{
  background: rgba(218, 37, 29,0.2);
}
.sec-multidestination .fxd-blks ul.days li:first-child{
  width: 5%;
  color: #080808;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  text-align:left;
}
.sec-multidestination .fxd-blks ul.days li:first-child:hover:before,
.sec-multidestination .fxd-blks ul.days li:first-child:hover:after{
  display: none;
}
.sec-multidestination .fxd-blks ul.days li a em.time{
  position: absolute;
  left: 10px;
  top: 10px;
  color: #080808;
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
  font-weight: 500;
}
.sec-multidestination .fxd-blks ul.days li a em.d-n{
  position: absolute;
  right:10px;
  top: 12px;
  width: 12px;
  height: 12px;
}
.sec-multidestination .fxd-blks ul.days li a em.d-n img{
  width: 100%;
  vertical-align: top;
}
.sec-multidestination .fxd-blks ul.days li a span.logo{
  display: block;
  width: 100%;
  padding: 20px 0 15px;
}
.sec-multidestination .fxd-blks ul.days li a span.price{
  display: block;
  width: 100%;
  color: #2a2828;
  font-size: 18px;
  line-height: 24px;
  padding: 3px 0 0 0;
}
.sec-multidestination .fxd-blks.tab-view ul.days li a span.price {
  display: block;
  width: 100%;
  color: #080808;
  font-size: 23px;
  line-height: 24px;
  padding: 0 0 7px 0;
  margin: -7px 0 0 0;
}
.sec-multidestination .fxd-blks.tab-view  ul.weekdays {
  justify-content: space-around;
  display: flex;
}
.sec-multidestination .fxd-blks.tab-view ul.days li.active::before, 
.sec-multidestination .fxd-blks.tab-view ul.days li:hover:before,
.sec-multidestination .fxd-blks.tab-view ul.days li.active::after, 
.sec-multidestination .fxd-blks.tab-view ul.days li:hover:after,
.sec-multidestination .fxd-blks.tab-view ul.days li:hover a:before{
  display: none;
}
.sec-multidestination .date-table{
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  overflow: hidden;
  border-bottom: 1px solid #e2e2e2;
}
.sec-multidestination .date-table .img-holder{
  width: 80px;
  padding: 10px 20px 0 0;
  float: left;
}
.sec-multidestination .date-table .img-holder figure{
  overflow: hidden;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  width: 58px;
  height: 58px;
}
.sec-multidestination .date-table .img-holder figure img{
  width: 100%;
}
.sec-multidestination .table-holder{
  overflow: hidden;
}
.sec-multidestination .table-holder table{
  width: 100%;
}
.sec-multidestination .table-holder table thead tr th{
  width: 45%;
  font-size: 16px;
  line-height: 20px;
  color: #080808;
  padding: 8px 0;
}
.sec-multidestination .table-holder table thead tr th:last-child,
.sec-multidestination .table-holder table tbody tr td:last-child{
  width: 10%;
  padding:8px 10px;
}
.sec-multidestination .table-holder table tbody tr td{
  width: 45%;
  font-size: 14px;
  line-height: 20px;
  color: #080808;
  padding: 8px 8px;
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
  cursor: pointer;
}
.sec-multidestination .table-holder table tbody tr td:first-child{
  border-right: 4px solid #fff;
}
.sec-multidestination .table-holder table tbody tr td:last-child{
  border-left: 4px solid #fff;
}
.sec-multidestination .table-holder table tbody tr:first-child td{
  background: #ededed;
  font-weight: 500;
  border-bottom: 0;
}
.sec-multidestination .table-holder table tbody tr:first-child td:after{
  display: none;
}
.sec-multidestination .table-holder table tbody tr:hover td{
  background: #fef9f4;
}
.sec-multidestination .table-holder table tbody tr td:first-child,
.sec-multidestination .table-holder table tbody tr td:last-child{
  position: relative;
}
.sec-multidestination .table-holder table tbody tr td:first-child:after,
.sec-multidestination .table-holder table tbody tr td:last-child:after{
  height: 100%;
  width: 3px;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px 0 0 5px;
  background: #f58220;
  opacity: 0;
}
.sec-multidestination .table-holder table tbody tr td:last-child:after{
  left: auto;
  right: 0;
  border-radius: 0 5px 5px 0;
}
.sec-multidestination .table-holder table tbody tr:hover td:last-child:after,
.sec-multidestination .table-holder table tbody tr:hover td:first-child:after{
  opacity: 1;
}
.sec-multidestination .table-holder table tbody tr:hover:first-child td{
  background:#ededed ;
}
.sec-multidestination .table-holder table tbody tr:first-child td:first-child{
  border-radius: 8px 0 0 8px;
  border-right: 4px solid #fff;
}
.sec-multidestination .table-holder table tbody tr:first-child td:last-child{
  border-radius: 0 8px 8px 0;
  border-left: 4px solid #fff;
}
.sec-multidestination .table-holder table tbody tr:last-child td{
  border-bottom: 0;
}
.sec-multidestination .table-holder table tbody tr td span{
  display: inline-block;
  margin-right: -4px;
}
.sec-multidestination .table-holder table tbody tr td span:nth-child(1){
  width: 33%;
}
.sec-multidestination .table-holder table tbody tr td span:nth-child(2){
  width: 16%;
}
.sec-multidestination .table-holder table tbody tr td span:nth-child(3){
  width: 21%;
}
.sec-multidestination .table-holder table tbody tr td span:nth-child(4){
  width: 30%;
  padding:0 0 0 10px;
}
.sec-multidestination .table-holder table tbody tr td:last-child span{
  width: 100%;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec-multidestination .fxd-blks ul.weekdays{
    display: none;
  }
  .sec-multidestination .fxd-blks ul.days li:first-child{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .sec-multidestination .fxd-blks ul.days li:first-child br{
    display: none;
  }
  .sec-multidestination .fxd-blks ul.days li{
    width: 100%;
    margin: 0 25px 10px;
  }
  .sec-multidestination .fxd-blks ul.days li a{
    margin: 0;
  }
  .sec-multidestination .fxd-blks ul.days li:before{
    left: 2px;
  }
  .sec-multidestination .fxd-blks ul.days li:hover:before{
    width: 99%;
  }
  .sec-multidestination .date-table .img-holder {
    width: 100%;
    padding: 10px 0 0 0;
    float: none;
    text-align: center;
}
.sec-multidestination .date-table .img-holder figure{
  display: inline-block;
}
.sec-multidestination .table-holder table{
  width: 750px;
}
}


ul.air-stop{
  margin: 0;
  padding: 0;
}
ul.air-stop li{
  list-style: none;
  margin: 0;
  padding:8px 0;
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid #ced4da;
}
ul.air-stop li:first-child{
  border-bottom: 2px solid #ced4da;
}
ul.air-stop li strong{
  font-weight: 500;
  font-size: 16px;
  display: block;
}
ul.air-list{
  margin: 0;
  padding: 0;
  position: relative;
}
ul.air-list li{
  float: left;
  margin: 0;
  padding: 0 1px;
  list-style: none;
}
ul.air-list li span:first-child{
  border-bottom: 2px solid #ced4da;
  background: rgba(252,133,10,0.7);
}
ul.air-list li span.active {
  background: rgba(252,133,10,1);
}
ul.air-list li span{
  display: block;
  margin: 0;
  padding:8px 0;
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid #ced4da;
  text-align: center;
}
ul.air-list li span.active {
  background: #007700;
}
ul.air-list li span.min-price.active,
ul.air-list li span.max-price.active,
ul.air-list li span.dots-price.active{
  background: none;
}
ul.air-list li span.min-price.active a,
ul.air-list li span.max-price.active a,
ul.air-list li span.dots-price.active a{
  color: #007700;
}
ul.air-list .draggable{
  overflow: hidden;
}
ul.route-detail-list {
  margin: 0;
  padding: 0;
  border: 1px solid #ced4da;
  border-radius: 10px;
  background: #fff;
}
ul.route-detail-list li {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #ced4da;
}
ul.air-list button {
  font-size: 0;
  border: 0;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  position: absolute;
  top: 54%;
  margin-top: 0;
  background: none;
  left: -15px;
}
ul.air-list button.slick-next{
  left: auto;
  right: -15px;
}
ul.air-list button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background:#da251d url(../images/next-w.webp) no-repeat 4px 3px/18px;
  width: 24px;
  height: 24px;
  border-radius: 30px;
  transform: scaleX(-1);
  
}
ul.air-list button.slick-next:after{
  transform: scaleX(1);
}
ul.air-list button:hover:after{
  color: #3452e1;
}
.air-slide-holder{
  padding: 10px 0 30px;
}
.fl-srch{
  width: 100%;
  padding:0 0 20px;
}
.fl-srch-title {
  width: 100%;
}
.title-code {
  width: 100%;
  overflow: hidden;
}
.title-code h4 {
  float: left;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #080808;
  margin: 5px 0;
}
.title-code .tway {
  background: url(../images/flight-orange.webp) center no-repeat;
  width: 3%;
  height: 30px;
  float: left;
  margin: 2px 10px 0 10px;
}
.search-info {
  font-size: 13px;
  color: #666666;
  width: 100%;
  margin: 8px 0 3px;
  overflow: hidden;
}
.search-info span {
  float: left;
  color: #080808;
  margin: 0 5px;
}

.search-info .sway {
  width: 2%;
  height: 14px;
  float: left;
  background-repeat: no-repeat;
  margin:3px 0px 2px 10px;
}
.search-info p{
  float: left;
  margin: 0;
  color: #080808;
}
.date-type {
  margin-bottom:0;
  padding-bottom: 10px;
}
.modify-holder {
  padding:15px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}
.date-type ul>li {
  vertical-align: middle;
  color: #2a2828;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  padding: 0 15px 0 0;
}
.date-type ul>li a{
  color: #da251d;
}
.modify-holder .box-2 .select {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  border-radius: 0;
  overflow: hidden;
  vertical-align: top;
  margin: -6px 0 0 0;
  padding: 0 0 0 10px;
  font-size: 14px;
  line-height: 20px;
  color: #212121;
  border: 0;
  outline: none;
}
.modify-holder .box-2 select {
  appearance: none;
  outline: 0;
  box-shadow: none;
  flex: 1;
  cursor: pointer;
  border: 1px solid #8b8b8b;
  color: #080808;
  font-weight: 500;
  border-radius: 30px;
  padding: 5px 47px 5px 20px;
  font-size: 14px;
  line-height: 20px;
  height: 32px;
  display: inline-block;
  position: relative;
}
.modify-holder select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
.modify-holder select::-ms-expand {
  display: none;
}
.modify-holder .box-2 .select::after {
  content: '';
  position: absolute;
  top: 13px;
  right: 10px;
  padding: 0;
  background-color: #fff;
  transition: .25s all ease;
  pointer-events: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #080808;
}
.month-select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0 18px 0 10px;
}
.month-select a {
  display: inline-block;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  padding: 6px;
  border: 2px solid #da251d;
}
.month-select a img {
  width: 100%;
  vertical-align: top;
  filter: brightness(0) saturate(100%) invert(17%) sepia(100%) saturate(2685%) hue-rotate(350deg) brightness(99%) contrast(92%);
}
.month-select a.next-month img {
  transform: rotate(-90deg);
}
.month-select a.prev-month img {
  transform: rotate(90deg);
}
.month-select h3 {
  font-size: 28px;
  line-height: 40px;
  margin: 0;
}
.sec-multidestination .fxd-blks.tab-view ul.days {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec-multidestination .fxd-blks.tab-view ul.weekdays li, .sec-multidestination .fxd-blks.tab-view ul.weekdays li:first-child {
  width: 13.5%;
}
.sec-multidestination .fxd-blks.tab-view ul.days li:first-child {
  width: 13.5%;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
}
.flights-tab-content {
  display: none;
}
.sec-multidestination .fxd-blks ul.days li a {
  display: block;
  background: #fff;
  position: relative;
  padding: 20px 8px 4px;
  border-radius: 5px;
  margin: 0 0 0 10px;
  border: 1px solid #e2e2e2;
}
.sec-multidestination .fxd-blks.tab-view ul.days li{
  margin-bottom: 10px;
}
.sec-multidestination .fxd-blks.tab-view ul.days li a {
  margin: 0;
  border-radius: 5px 5px 0 0;
}
.sec-multidestination .fxd-blks.tab-view ul.days li a span.logo {
  display: block;
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
}
.day-num {
  position: absolute;
  left: 46%;
  top: 10px;
  color: #080808;
  font-size: 20px;
  line-height: 18px;
  font-style: normal;
  font-weight: 500;
}
.sec-multidestination .fxd-blks.tab-view ul.days li a em.time,
.sec-multidestination .fxd-blks.tab-view ul.days li a em.d-n{
  top: 32px;
}
.sec-multidestination .fxd-blks.tab-view ul.days li.calendar-day.disable-date {
  opacity: 0.3;
  pointer-events: none;
}
.table-holder {
  overflow: hidden;
  margin: 0 0 20px 0;
}
.table-holder table {
  width: 100%;
}
.table-holder table tbody tr:first-child td {
  background: #ededed;
  font-weight: 500;
  border-bottom: 0;
  border-radius:8px 8px 0 0;
}
.table-holder table tbody tr td{
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}
.table-holder table tbody tr td span {
  width: 100%;
  display: inline-block;
  padding: 8px 20px;
  border-left: 1px solid #e2e2e2;
  font-weight: 500;
}
.table-holder table tbody tr td span:nth-child(1) {
  width: 41%;
  border: 0;
  padding-left: 10px;
}
.table-holder table tbody tr td span:nth-child(2) {
  width: 40%;
}
.table-holder table tbody tr td span:nth-child(3) {
  width: 18%;
}
.table-holder table tbody tr:first-child:hover td{
  background: #ededed;
}
.table-holder table tbody tr:hover td{
  background: rgba(218, 37, 29,0.2);
}


.top-search.multi-search .fieldset.field-1 {
width: 360px;
}

.top-search.multi-search .fieldset.field-2 {
width: 360px;
}

.top-search.multi-search .calendar-fields.field-3 {
width: 380px;
}

.top-search.multi-search .calendar-fields.field-3 .fieldset {
border-radius: 0 10px 10px 0;
width: 380px;
}
.passenger-select{
width: 220px;
margin: 0 20px 0 0;
position: relative;
}
.select-holder .passenger-select input[type="text"]{
width: 100%;
}
.top-search.multi-search button.remove {
font-size: 0;
line-height: 0;
border: 1px solid #fff;
width: 40px;
height: 40px;
border-radius: 50%;
background: #fff url(../images/close.webp) no-repeat 9px 10px / 50%;
transition: all 0.3s ease-in-out;
margin: 15px;
}
.top-search.multi-search button.remove:hover{
background: #ff8900 url(../images/close.webp) no-repeat 9px 10px / 50%;
border-color: #ff8900;
}
.search-wrap button.clone {
width: 180px;
height: 34px;
font-size: 16px;
font-weight: 400;
border-radius: 8px;
line-height: 34px;
color: #fff;
background: #ff8900;
border: 0;
padding: 0;
box-shadow: none;
margin: 0 0 15px 0;
}
.search-wrap button.clone:hover{
background: #007700;
}
.search-area h2{
color: #fff;
margin: 0 0 10px 0;
}
.select-holder.top-search .right-btn{
text-align: right;
width: 48%;
}
.select-holder.top-search .right-btn button.btn-search {
width: auto;
height: 42px;
line-height: 42px;
padding: 0px 20px;
}
.tooltip {
position: relative;
display: inline-block;
opacity: 1;
color: #fff; 
z-index: 1;
}
.tooltip:after, .tooltip:before {
  opacity: 0;
  pointer-events: none;
  bottom: 100%;
  left: 50%;
  position: absolute;
  z-index: 10;
  transform: translate(-50%, 10px);
  transform-origin: top;
  transition: all 0.18s ease-out 0.18s; }

.tooltip:after {
  background-color: #007700;
  content: attr(data-tooltip);
  padding: 4px 10px;
  white-space: nowrap;
  margin-bottom: 11px;
  color: #fff;
  border-radius: 5px;
}

.tooltip:before {
width: 0;
height: 0;
content: "";
margin-bottom: 6px; }

.tooltip:hover:before,
.tooltip:hover:after {
opacity: 1;
pointer-events: auto;
transform: translate(-50%, 0); }

[data-tooltip-pos="down"]:before {
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #007700;
margin-top: 6px;
}
[data-tooltip-pos="down"]:before,
[data-tooltip-pos="down"]:after {
bottom: auto;
left: 50%;
top: 100%;
transform: translate(-50%, -10px); }

[data-tooltip-pos="down"]:after {
margin-top: 11px; }

[data-tooltip-pos="down"]:hover:before,
[data-tooltip-pos="down"]:hover:after {
transform: translate(-50%, 0); }

[data-tooltip-length="small"]:after {
width: 80px; }

[data-tooltip-length="medium"]:after {
width: 150px; }

[data-tooltip-length="large"]:after {
width: 260px; }

[data-tooltip-length="fit"]:after {
width: 100%; }
