.engineTabs ul
{
  height: 50px;
  display: flex;
  justify-content: space-between;
}

.engineTabs li
{
  padding: 0;
  flex: 1 1 auto;
}

.engineTabs li a
{
  width: 100%;
  flex: 1 1 auto;
  height: 50px;
  border-radius: 0;
  background-color: #fff;
  color: #000;
  border-bottom: 3px solid #fff;
  transition: all .3s ease-in;
}

.engineTabs li a[aria-selected="true"]
{
  height: 50px;
  background-color: #fff;
  border-bottom: 3px solid #00A3E0;
  border-radius: 0;
  color: #00A3E0;
}

.engineTabs li a .svgHolder svg
{
  fill: #00A3E0;
  visibility: hidden;
}

.engineTabs li a span
{
  text-transform: capitalize;
}

.enginePanel
{
  background-color: #fff;
  border-radius: 0;
  padding: 30px 25px 30px;
  box-shadow: none !important;
}

.inner_headerBottom .enginePanel
{
  background-color: #f4f6f8;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}

.btnRow>.radio-inline
{
  color: #00a3e0;
  font-size: 15px;
}

.flightForm__wrapper,
.flightForm>ul>li>label>input
{
  border: 4px solid #ddd;
  font-family: EuclidCircularB-Medium;
  font-size: 20px;
  color: #000;
  width: 100%;
  min-width: 100%;
  height: 66px;
  border-radius: 5px;
  border: solid 1px #d2d2d2;
  text-transform: capitalize;
}

.flightForm>ul:nth-child(1)
{
  width: 100%;
  margin-left: 0;
}

.flightForm>ul
{
  width: 100% !important;
  gap: 12px;
}

.flightForm
{
  padding: 0;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 20px;
}

.flightForm>ul>li
{
  padding-left: 0;
}

div#avl
{
  margin-top: 20px;
  margin-bottom: 10px;
}

.flightForm .switch
{
  position: absolute;
  top: 13px;
  right: 0;
  left: 0;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  background: white;
  padding: 6px;
  cursor: pointer;
  font-size: 17px;
  transform: unset !important;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
}

.flightForm__wrapper .easy-autocomplete
{
  background-color: transparent !important;
}

.easy-autocomplete-container ul li
{
  font-family: 'EuclidCircularB-Light';
  text-transform: capitalize;
}

.easy-autocomplete-container ul li:first-child
{
  border-radius: 0;
}

.easy-autocomplete-container ul li.selected
{
  background: none repeat scroll 0 0 #00a3e0;
  color: #fff;
}

.easy-autocomplete-container ul li:hover
{
  background: none repeat scroll 0 0 #00a3e0;
  color: #fff;
}

.input-div__title
{
  font-family: EuclidCircularB-Regular;
  font-size: 13px;
  margin-left: 9px;
  white-space: nowrap;
  color: #00a3e0;
  top: 3px;
}

.flightForm>ul>li>label>input:focus+span,
.flightForm>ul>li>label.focused>span,
.flightForm>ul>li>label.filled>span
{
  font-family: EuclidCircularB-Regular;
  font-size: 13px;
  white-space: nowrap;
  color: #00a3e0;
  text-transform: capitalize;
}

.svgCalendarContainer svg
{
  visibility: hidden;
}

.svgCalendarContainer
{
  background-image: url(https://storage.aerocrs.com/323/system/calendar_from.png);
  background-repeat: no-repeat;
  right: 0;
}

a.flightForm_dateClose,
a.flightForm_dateClose_pkg,
a.flightForm_dateClose_vi
{
  font-family: 'EuclidCircularB-Light';
  font-size: 42px;
}

.flightForm_datePop
{
  max-width: 1083px;
  margin-top: 0;
}

@media (min-width:767px)
{

  .dateFrame_month,
  .dateFrame_month_pkg,
  .dateFrame_month_pkg2
  {
    padding: 0px 1.6%;
    width: 50%;
    max-width: 50%;
  }

  .dateFrame_month ul.dateFrame_weekdays li,
  .dateFrame_month_pkg ul.dateFrame_weekdays li,
  .dateFrame_month_pkg2 ul.dateFrame_weekdays li
  {
    width: 14%;
    max-width: 100%;
    height: 30px;
    padding: 2px;
  }

  .dateFrame_month ul.dateFrame_calendar li,
  .dateFrame_month_pkg ul.dateFrame_calendar_pkg li,
  .dateFrame_month_pkg2 ul.dateFrame_calendar_pkg2 li
  {
    width: 14%;
    max-width: 100%;
    height: 60px;
    padding: 2px;
  }
}

.dateFrame_month ul.dateFrame_calendar li a,
.dateFrame_month_pkg ul.dateFrame_calendar_pkg li a,
.dateFrame_month_pkg2 ul.dateFrame_calendar_pkg2 li a
{
  border-radius: 0;
}

.dateFrame_month ul.dateFrame_calendar li a:hover
{
  background-color: #00a3e0;
  color: #fff;
}

.flightForm>ul>li>label>span
{
  text-transform: capitalize;
  font-family: EuclidCircularB-Regular;
  color: #999;
  top: 20px;
}

a.closePass
{
  fill: #000;
  width: 15px;
  height: 15px;
  display: none;
}

.flightForm_passPop li label
{
  font-family: EuclidCircularB-Regular;
  font-size: 20px;
  color: #000;
  line-height: 1.5;
  font-weight: normal;
}

.flightForm_passPop li label span
{
  font-family: EuclidCircularB-Regular;
  color: #999;
}

.horizontalse .flightForm_passPop ul
{
  margin-top: 0;
}

.flightForm__wrapper:focus-within,
.flightForm>ul>li>label>input:focus,
.dateFrame_mobileTitle input.focused
{
  border-color: #f11a1b;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(36, 189, 207, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(36, 189, 207, .6);
}

.flightForm_passPop .userPop_submit input
{
  background-color: #00a3e0 !important;
}

.passPop_form input
{
  font-size: 20px;
  font-family: EuclidCircularB-Regular;
}

.flightSubmit input
{
  background-color: #00a3e0;
  width: 250px;
  height: 60px;
  font-family: 'EuclidCircularB-Regular';
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px !IMPORTANT;
}

.flightSubmit input:hover
{
  background-color: #101340;
}

.flightForm__wrapper .easy-autocomplete input
{
  font-size: 20px;
}

.dateFrame_month ul.dateFrame_weekdays li div
{
  background-color: #fff;
}

.flightForm_checkin+.flightSubmit
{
  margin-top: 0;
}

li.flightForm_dateLI.disabled
{
  display: none;
}

.flightCoupon
{
  color: #10133f;
}

.flightCoupon .svgHolder svg
{
  fill: #00a3e0;
}

.flightCoupon_initial a
{
  color: #000;
}

@media screen and (min-width: 1025px)
{
  .horizontalse .flightForm__wrapper .easy-autocomplete input
  {
    width: unset !important;
  }

  .horizontalse .flightForm__wrapper .easy-autocomplete-container
  {
    left: -10px !IMPORTANT;
    top: 33px;
    width: calc(100% + 60px);
  }

  .horizontalse .clear-button
  {
    right: 5%;
    top: 30px;
  }
}

@media screen and (max-width: 1024px)
{

  .flightForm>ul,
  .flightForm>ul:nth-child(1)
  {
    width: auto;
    margin-left: 0;
    margin-top: 0;
    position: relative;
  }

  .flightForm>ul>li>label.filled>span
  {
    top: 5px;
    left: 20px;
  }

  .flightForm>ul>li>label>input
  {
    text-indent: 20px;
  }

  .engineTabs ul
  {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px)
{
  .popOpen
  {
    height: unset !important;
    position: unset !important;
    width: unset !important;
  }

  .flightForm_datePop
  {
    position: fixed !important;
  }
}

@media screen and (max-width: 670px)
{
  .engineTabs li a span
  {
    display: block;
  }

  .engineTabs li a
  {
    display: flex;
    flex-direction: column;
    height: 90px !important;
  }

  .engineTabs ul
  {
    height: 90px !important;
  }
}

@media (max-width: 625px)
{
  .overlayImage
  {
    display: none !important;
  }

  .hideCarouselTitelBox
  {
    display: none !important;
  }
}

@media (max-width: 600px)
{
  .flightForm .switch
  {
    left: unset;
    top: 35%;
    right: 10px;
  }

  .flightForm
  {
    gap: 0;
  }

  .flightSubmit input
  {
    width: 100% !important;
    max-width: 100%;
  }

  #avl
  {
    float: unset;
    width: 100%;
  }
}

@media screen and (max-width: 670px)
{
  .passPop_form
  {
    position: relative;
    width: 100px;
    padding: 0px 40px;
  }
}