body,
p,
input,
li {
  margin: 0;
  padding: 0px 0;
  font-family: "Krub", sans-serif !important;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  outline: none !important;
  text-decoration: none !important;
  text-decoration-skip-ink: none !important;
  background: none;
}
.custom-tabs .no_results {
  color: red !important;
  font-weight: bold !important;
  margin: 0px auto !important;
  display: inline-block;
  width: 100%;
  text-align: center;
}
ul.trips_details a:hover {
  color: #212121;
}
.add_loader {
  display: none;
}
.continue-btn .disabled_selection {
  pointer-events: none;
}
.disabled_selection label,
.disabled_selection span.tab-link.traveler-link,
.disabled_selection .sub-col .date-picker,
.disabled_selection .sub-col label {
  pointer-events: none;
  opacity: 0.6;
}

.custom_div
  form#get_form_data
  .content-wrapper
  button.tab-btn.disabled_selection {
  background: #2D59AD;
   color: #8CA2D1;
  pointer-events: none;
}
.disabled_selection.mobileview-promo li a.promo-field,
.disabled_selection.mobileview-promo label,
.disabled_selection.mobileview-promo ul {
  opacity: 0.4;
  pointer-events: none;
}
.form-bottom.mobileview-promo.disabled_selection ul li a,
.form-bottom.mobileview-promo.disabled_selection ul li label {
  opacity: 1;
}
/* @import url("https://fonts.googleapis.com/css2?family=Krub:wght@300;400;500;700&display=swap"); */
.custom_div {
  max-width: 1009px !important;
  margin: 0px auto !important;
  font-family: "Krub", sans-serif;
  position: relative;
  width: 100% !important;
}
.custom_div a {
  text-decoration: none !important;
}
.custom-tabs {
  display: inline-block;
  width: 100%;
  float: left;
}
.custom-tabs ul {
  display: flex;
  list-style: none;
  margin: 0px 0px 0px 23px !important;
  padding: 0px;
}
.custom-tabs ul li {
  display: flex;
  margin-right: 5px;
}
.custom-tabs ul li a {
  box-shadow: 0px 0px 4px rgb(0 0 0 / 20%);
}
.custom-tabs ul li a {
  background: #A694C0;
  border-radius: 8px 8px 0px 0px;
  font-size: 0.875rem;
  text-align: center;
  min-width: 117px;
  color: #212121;
  font-weight: 600;
  text-decoration: none !important;
  padding: 12px 24px;
  display: inline-block;
  line-height: 18.2px;
  white-space: nowrap;
}
.custom-tabs ul li.active a {
  background: #4c12a1;
  color: #ffffff;
}
.custom_div * {
  box-sizing: border-box;
}
.form-content {
  display: inline-block;
  width: 100%;
  position: relative;
}
#add_loader {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 99;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  padding: 10px;
  border-radius:4px;
}
#add_loader figure {
  margin-top: 34px;
  animation: floating 3s infinite;
  mask-image: url(../images/AirplaneTilt.svg);
  -webkit-mask-image: url(../images/AirplaneTilt.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: #4c12a1;
  mask-size: cover;
  -webkit-mask-size: cover;
  width:28px;
  height:29px;
}


.depart-col span > figure, .cal-mobile span > figure{
  mask-image: url(../images/AirplaneTilt.svg);
  -webkit-mask-image: url(../images/AirplaneTilt.svg);
  mask-repeat:no-repeat;
  -webkit-mask-repeat:no-repeat;
  background-color:#fff;
  width:25px;
  height:19px;
  mask-size: contain;
  -webkit-mask-size: contain;
}

@keyframes floating {
  0% {
    margin-left: 0%;
  }
  75% {
    margin-left: 50%;
  }
  100% {
    margin-left: 80%;
  }
}
.custom_div form#get_form_data {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  background: #4c12a1;
  box-shadow: 0px 0px 2px rgb(0 0 0 / 20%);
  border-radius: 4px;
  padding: 20px 22px 0px;
  margin-bottom: 0px;
}
.custom_div .col-tab label {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: #9CA3AF;
  margin: 0px;
}
@media (min-width:1001px){
  .custom_div .col-tab label {
    font-size: 12px;
  }
}
.custom_div .col-tab {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  display: inline-block;
  float: left;
  min-width: 200px;
  max-width: 200px;
  padding: 12px 22px;
  margin-right: 10px;
  height: 118px;
  position: relative;
  text-align: left;
}
.custom_div .col-tab .tab-link > input[type="text"] {
  font-size: 32px;
  line-height: 48px;
  color: #212121;
  font-weight: 500;
  padding: 0px 30px 0px 0px;
  border: 0px;
  width: 100%;
  min-width: inherit;
  float: left;
  clear: inherit;
  outline: none;
  cursor: pointer;
  opacity: 1;
}
.custom_div .col-tab .tab-link > input[type="text"]::placeholder{
  color: #414042;
}
.custom_div .col-tab.to-col .tab-link > input[type="text"] {
  background-position: 52px 12px;
}
.custom_div .col-tab.from-col .tab-link > input[type="text"]:hover,
.custom_div .col-tab.from-col .tab-link > input[type="text"]:focus {
  background-position: 97px -62px;
}
.custom_div .col-tab.to-col .tab-link > input[type="text"]:hover,
.custom_div .col-tab.to-col .tab-link > input[type="text"]:focus {
  background-position: 52px -62px;
}
.custom_div .col-tab .tab-link {
  display: inline-block;
  width: 100%;
}
.custom_div .col-tab:hover label,
.custom_div .col-tab:hover {
  cursor: pointer;
}
.reverse-icon {
  position: absolute;
  top: 20px;
  z-index: 99;
  border-radius: 50px;
  box-shadow: 0px 4px 8px 0px #00000029;
  background: #ffffff;
  padding: 0px 0px 0px 0px;
  width: 30px;
  height: 30px;
  left: 188px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px!important;
}
.reverse-icon img {
  opacity: 1;
}
.custom_div .col-tab.dates-tab {
  max-width: 260px;
  padding: 0px;
}
.custom_div .col-tab.dates-tab .depart-col.active {
  -moz-box-shadow: inset 0 0 3px #00000059;
  -webkit-box-shadow: inset 0 0 3px #00000059;
  box-shadow: inset 0 0 3px #00000059;
  border-right: 1px solid #bfbfbf;
}
.custom_div .col-tab.dates-tab .return-col.active {
  -moz-box-shadow: inset 0 0 3px #00000059;
  -webkit-box-shadow: inset 0 0 3px #00000059;
  box-shadow: inset 0 0 3px #00000059;
  border-left: 1px solid #bfbfbf;
}
.custom_div
  .col-tab.dates-tab
  .return-col.active
  .return_calendar
  .ui-datepicker-inline
  .ui-datepicker-group
  span.return_text,
.custom_div
  .col-tab.dates-tab
  .depart-col.active
  .source_calendar
  .ui-datepicker-inline
  .ui-datepicker-group
  span.depart_text {
  display: block;
}
.custom_div .col-tab.dates-tab .sub-col {
  max-width: 50%;
  float: left;
  width: 100%;
  padding: 15px 13px;
  box-sizing: border-box;
  min-height: 118px;
}
.custom_div .col1 .col-tab .show_sorting {
  padding: 5px 33px 0px;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  line-height: 33px;
  margin: 0px 0px 1px;
  flex-direction: column;
}
.custom_div .col1 .col-tab .show_sorting a {
  display: inline-block;
  width: 100%;
}
.custom_div .col1 .col-tab .show_sorting li {
  list-style: none;
  width: 100%;
}
.custom_div .col1 .col-tab .show_sorting li ul li {
  padding: 0px;
}
.custom_div .col1 .col-tab .show_sorting span {
  color: #4c12a1;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  line-height: 34px;
}
.custom_div .col1 .col-tab .show_sorting span:after {
  content: "";
  height: 6px;
  width: 12px;
  background: url(../images/down_arrow.png) no-repeat center center;
  display: inline-block;
  margin-left: 10px;
  filter: brightness(0) invert(0);
}
.custom_div .col1 .col-tab ul.show_sorts {
  max-width: 100%;
  margin: 0px auto;
  border-radius: 3px;
  padding: 0px 0px 0px;
  z-index: 9;
  background: none;
  left: 0;
  margin-left: 0;
  top: 0;
  display: none;
  min-width: 203px;
  line-height: normal;
  list-style: none;
  width: 100%;
  margin-bottom: 1px;
}
.custom_div .col1 .col-tab ul.show_sorts li {
  background-color: #f9f8f6 !important;
  padding: 0px 33px;
  color: #000000;
  font-size: 15px;
  line-height: 53px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  outline: 1px solid transparent;
  margin-bottom: 1px;
}
.custom_div .col1 .col-tab ul.show_sorts li {
  padding: 0px !important;
}
.custom_div .col1 .col-tab .show_sorting.active ul.show_sorts {
  display: block;
}
.select2-container .select2-results .custom_sort li:hover {
  outline: 1px solid #4c12a1;
  color: #000;
  background: #fff;
}
.mobile_trip_details li:first {
  pointer-events: none;
}
.form-list-head {
  display: none;
}
.optional {
  float: left;
  width: 51%;
/*  text-align: center;*/
    text-align: left;
    padding-right: 50px;
}
.optional a {
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  line-height: 15px;
}
.optional a:after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .custom_div .col-tab.dates-tab .sub-col {
    position: relative;
  }
  .ui-datepicker-header .ui-return-switch,
  .ui-datepicker-header .ui-datepicker-switch {
    display: none;
  }
  .custom_div .col-tab.dates-tab .sub-col #demo-11_2,
  .custom_div .col-tab.dates-tab .sub-col #demo-11_1 {
    display: none;
  }
  table.ui-datepicker-calendar tbody tr td.dep-start-active a {
    border-color: #1abed7 !important;
    background: #1abed7 !important;
    color: #fff !important;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-current-day.end-date
    a {
    border-color: #262626 !important;
    background: #262626 !important;
    color: #fff;
  }
  table.ui-datepicker-calendar tbody tr td {
    padding: 4px;
    width: 41px;
    height: 41px;
    max-width: 41px;
    max-height: 41px;
    border: 1px solid transparent;
    position: relative;
  }
  table.ui-datepicker-calendar tbody tr td a,
  table.ui-datepicker-calendar tbody tr td span {
    position: relative;
    height: 41px;
    width: 41px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a:after,
  table.ui-datepicker-calendar tbody tr td.in-range span:after,
  .col-tab.dates-tab.mobileview-datepicker.selected
    td.start-date.dep-start-active:after {
    content: "";
    position: absolute;
    background: #ededed;
    width: 46px;
    height: 46px;
    left: 26px;
    z-index: -1;
    top: 5px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a:before,
  table.ui-datepicker-calendar tbody tr td.in-range span:before {
    content: "";
    position: absolute;
    background: #ededed;
    width: 56px;
    height: 46px;
    left: -26px;
    z-index: -1;
    top: -1px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a:after,
  table.ui-datepicker-calendar tbody tr td.in-range span:after {
    content: "";
    position: absolute;
    background: #ededed;
    width: 46px;
    height: 46px;
    left: inherit;
    right: -23px;
    z-index: -1;
    top: -1px;
  }
  table.ui-datepicker-calendar tbody tr td.ui-state-disabled.in-range {
    opacity: 1;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a,
  table.ui-datepicker-calendar tbody tr td.in-range span {
    text-decoration: none;
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    position: relative;
    border: 1px solid transparent;
  }
  table.ui-datepicker-calendar tbody tr td.in-range:first-child a:before,
  table.ui-datepicker-calendar tbody tr td.in-range:last-child a:after {
    display: none;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.in-range.month-first-date
    span:before {
    left: -10px;
    border-radius: 25px 0px 0px 25px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range.month-last-date a:after,
  table.ui-datepicker-calendar tbody tr td.in-range.month-first-date a:before {
    display: none;
  }
  table.ui-datepicker-calendar tbody tr td.in-range.month-last-date span:after {
    border-radius: 0px 25px 25px 0px;
    right: -10px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range:last-child span:after {
    border-radius: 0px 28px 28px 0px;
    right: -8px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range:first-child span:before {
    left: -6px;
    border-radius: 25px 0px 0px 25px;
  }
  .col-tab.dates-tab.mobileview-datepicker.selected
    .depart-col.sub-col.active
    .date-picker
    table.ui-datepicker-calendar
    tbody
    tr
    td.start-date.dep-start-active
    a:after {
    display: none;
  }
  table.ui-datepicker-calendar tbody tr td.end-date.ret-end-active a {
    border-color: #262626;
    background: #262626;
    color: #fff;
  }
  .col-tab.dates-tab.mobileview-datepicker.selected
    .depart-col.sub-col.active
    .date-picker
    table.ui-datepicker-calendar
    tbody
    tr
    td.start-date.dep-start-active {
    position: relative;
  }
  .col-tab.dates-tab.mobileview-datepicker.selected
    .depart-col.sub-col.active
    .date-picker
    table.ui-datepicker-calendar
    tbody
    tr
    td.start-date.dep-start-active:before {
    border: 1px solid #1abed7;
    border-radius: 50px;
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    width: 52px;
    height: 52px;
  }
  .col-tab.dates-tab.mobileview-datepicker.selected
    .depart-col.sub-col.active
    .date-picker
    table.ui-datepicker-calendar
    tbody
    tr
    td.end-date
    a {
    border-color: #262626 !important;
    background: #262626 !important;
    color: #fff;
  }
}
.custom_div .col-tab.dates-tab {
  background: #fff url(../images/long-arrow.svg) no-repeat 99px 60px;
}
.custom_div .col-tab.dates-tab.hide-arrow {
  background: #fff;
}
.custom_div .col-tab.dates-tab.hide-arrow.selected {
  background: #fff url(../images/long-arrow.svg) no-repeat 99px 60px;
}
.custom_div .col-tab.dates-tab.hide-arrow.selected.re-selected {
  background: #fff;
}
.custom_div
  .one_way_calender
  .col-tab.dates-tab.mobileview-datepicker.selected {
  background: none;
  background-color: #fff;
}
.ui-datepicker-title .show_calendar_months {
  font-size: 14px;
  color: #000000;
  background: url(../images/select.png) no-repeat right center;
  padding-right: 20px;
}
ul#origin_date {
  border: 1px solid #000;
  list-style: none;
  margin: 0px;
  padding: 0px;
  background: #fff;
  position: absolute;
  width: 91px;
  max-width: 150px;
  display: none;
  z-index: 9;
}
ul#origin_date.active {
  display: block;
}
ul#origin_date li {
  display: inline-block;
  width: 100%;
  padding: 3px 10px;
}
ul#origin_date li:hover {
  background: #14aac1;
  color: #fff;
}
.custom_div .col-tab.dates-tab .sub-col input {
  font-size: 20px;
  line-height: 27px;
  color: #212121;
  font-weight: 500;
  padding: 0px;
  border: 0px;
  min-width: inherit;
  float: left;
  clear: inherit;
  outline: none;
  cursor: pointer;
  max-width: 100%;
}
.custom_div .col-tab.dates-tab label {
  display: flex;
  align-items: center;
}
.custom_div .col-tab.dates-tab label img {
  margin-right: 10px;
}
.custom_div .col-tab.traveler-tab {
  max-width: 126px;
  margin-right: 0;
  width: 100%;
  padding: 16px 15px;
  min-width: inherit;
}
.custom_div .col-tab.traveler-tab .tab-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom_div .col-tab.traveler-tab .tab-link > img {
  filter: brightness(0) invert(0);
}
.custom_div .col-tab.traveler-tab.mobileview-traveller.active .tab-link > img {
  filter: inherit;
}
.custom_div .col-tab.traveler-tab .tab-link input {
  width: 56px;
  text-align: center;
  background: no-repeat;
  padding-right: 0;
}
.custom_div form#get_form_data .content-wrapper button.tab-btn {
  background: #10A3BA;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  padding: 26px 20px;
  border: none;
  border-radius: 4px;
  max-width: 135px;
  height: 118px;
  display: inline-block;
  margin-left: 0;
  font-family: "Krub", sans-serif;
  cursor: pointer;
  transition: background 0.5s ease-in;
  font-weight: 500;
}
.custom_div form#get_form_data .content-wrapper button.tab-btn:not(.disabled_selection){
  font-weight: 600;
}
.custom_div form#get_form_data .content-wrapper button.tab-btn:focus,
.custom_div form#get_form_data .content-wrapper button.tab-btn:hover {
  color: #fff;
  background: #1996a9;
  transition: background 0.5s ease-out;
  outline: none !important;
}
.content_inner .container .full_section_inner,
.content_inner .container {
  z-index: 101;
}
.custom_div .col-tab .to-menus label,
.custom_div .col-tab .from-menus label {
  font-size: 18px;
  color: #3b3b3b;
  font-weight: 400;
  margin-bottom: 12px;
  display: inline-block;
  width: 100%;
  padding: 0px 33px;
}
.custom_div .col1 .col-tab .list-item.search-list {
  display: inline-block;
  width: 100%;
  padding: 0px 0px;
}
.custom_div .col1 .col-tab .list-item.search-list input[type="text"] {
  border: 1px solid #E5E7EB;
  margin-top: 0;
  padding: 12px;
  padding-left: 42px;
  border-radius: 3px;
  font-size: 15px;
  width: calc(100% - 66px);
  background: #fff url(../images/search.png) no-repeat 12px 15px;
  outline: none;
  margin: 0px 33px 5px;
}
.custom_div .from-menus ul.origin_data,
.custom_div .to-menus ul.destination_data {
  max-height: 300px;
  overflow: auto;
  margin: 0px;
  padding: 0px;
}
.date-picker .return_result p,
.date-picker .source_result p {
  font-size: 20px !important;
  color: #212121;
  line-height: 27px;
  margin-top: 5px;
}
.custom_div .col-tab .to-menus label span,
.custom_div .col-tab .from-menus label span {
  font-weight: 700;
}
.ui-datepicker-inline.ui-datepicker > .ui-datepicker-group {
  padding-right: 1px;
}
.custom_div .user-container,
.custom_div .from-menus,
.custom_div .to-menus {
  display: none;
  position: absolute;
  top: 123px;
  left: 0px;
  background: #f9f8f6;
  width: 390px;
  max-width: 390px;
  padding: 20px 0px 0px;
  border: 1px solid #4c12a1;
}
.custom_div .user-container.active,
.custom_div .from-menus.active,
.custom_div .to-menus.active {
  display: block;
  z-index: 9;
}
.page-id-3366 .wrapper_inner > .content {
  z-index: 999;
}
.custom_div .from-menus .select2.select2-container,
.custom_div .to-menus .select2.select2-container {
  width: 100% !important;
  padding: 0px 0px;
}
.custom_div .to-menus .select2.select2-container > span,
.custom_div .from-menus .select2.select2-container > span {
  width: 100%;
}
.custom_div .to-menus .select2.select2-container > span.selection,
.custom_div .from-menus .select2.select2-container > span.selection {
  padding: 0px 33px;
  display: none;
}
.custom_div .to-menus .select2-container--default .select2-selection--single,
.custom_div .from-menus .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #4c12a1;
  border-radius: 3px;
  width: 100%;
  float: left;
  height: 46px;
  line-height: 46px;
}
.custom_div
  .to-menus
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.custom_div
  .from-menus
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  width: 100%;
  float: left;
  height: 46px;
  line-height: 46px;
  font-size: 15px;
  color: #838383;
}
.custom_div
  .to-menus
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.custom_div
  .from-menus
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 46px;
  right: 40px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #E5E7EB;
  margin-top: 0;
  padding: 12px;
  padding-left: 42px;
  border-radius: 3px;
  font-size: 15px;
  width: 100%;
  background: url(../images/search.png) no-repeat 12px 15px;
  outline: none;
}
.select2-dropdown {
  border-color: #4c12a1;
  margin: 0px -1px;
  width: 390px !important;
  padding-top: 0px;
  background: #f9f8f6;
}
.admin-bar .select2-dropdown {
  margin-top: 40px;
}
.select2-search--dropdown {
  padding: 0px 33px;
  margin-bottom: 11px;
}
.select2-results ul {
}
.custom_div .from-menus ul.origin_data li,
.custom_div .to-menus ul.destination_data li {
  background-color: #f9f8f6 !important;
  padding: 0px 33px;
  color: #000000;
  font-size: 15px;
  line-height: 53px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  outline: 1px solid transparent;
  list-style: none;
}
.custom_div .from-menus ul.origin_data li:after,
.custom_div .to-menus ul.destination_data li:after {
  border-bottom: 1px solid #ebebeb;
}
.custom_div .from-menus ul.origin_data li:hover,
.custom_div .to-menus ul.destination_data li:hover {
  color: #000;
  background: #e8e8e8 !important;
}
.custom_div .from-menus ul.origin_data li.active,
.custom_div .to-menus ul.destination_data li.active {
  color: #fff;
  background: #14aac1 !important;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 220px;
  overflow-y: auto;
}
.ui-state-active {
  background: #4c12a1;
  color: white;
  border-radius: 6px;
}
.custom_div .col-tab .tab-link.active_from input {
  display: none;
}
.date-picker .return_result p > span,
.date-picker .source_result p > span,
.custom_div .col-tab .tab-link.active_from .selectedtodestination,
.custom_div .col-tab .tab-link.active_from .selectedfromorigin {
  font-size: 24px !important;
  line-height: 37px;
  font-weight: 700;
  text-align: left;
}

@media (min-width:435px){
    .custom_div .col-tab .tab-link.active_from .selectedtodestination,
    .custom_div .col-tab .tab-link.active_from .selectedfromorigin {
        font-size: 32px !important;
    }
}
.custom_div .col-tab:hover {
}
.date-picker .return_result p > span,
.date-picker .source_result p > span {
  line-height: 28px;
  width: 100%;
  display: inline-block;
}
.date-picker .return_result p > span:last-child,
.date-picker .source_result p > span:last-child,
.custom_div .col-tab .tab-link.active_from .selectedto,
.custom_div .col-tab .tab-link.active_from .selectedfrom {
  font-size: 18px !important;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
}
.date-picker .return_result p > span:last-child,
.date-picker .source_result p > span:last-child{
  font-weight:400;
}
.custom_div .col-tab.active .tab-link > input:-moz-placeholder,
.custom_div .col-tab.active .tab-link > input:-ms-input-placeholder,
.custom_div .col-tab.active .tab-link > input::-moz-placeholder,
.custom_div .col-tab.active .tab-link > input::-webkit-input-placeholder {
  color: #4c12a1;
}
.custom_div .col-tab.active .tab-link > input:hover:-moz-placeholder,
.custom_div .col-tab.active .tab-link > input:hover:-ms-input-placeholder,
.custom_div .col-tab.active .tab-link > input:hover::-moz-placeholder,
.custom_div .col-tab.active .tab-link > input:hover::-webkit-input-placeholder,
.custom_div .col-tab.active .tab-link > input:focus:-moz-placeholder,
.custom_div .col-tab.active .tab-link > input:focus:-ms-input-placeholder,
.custom_div .col-tab.active .tab-link > input:focus::-moz-placeholder,
.custom_div .col-tab.active .tab-link > input:focus::-webkit-input-placeholder {
  color: #4c12a1;
}
.custom_div .col-tab .tab-link > input::-webkit-input-placeholder {
  color: #212121;
}
.custom_div .col-tab .tab-link > input::-moz-placeholder {
  color: #212121;
}
.custom_div .col-tab .tab-link > input:-ms-input-placeholder {
  color: #212121;
}
.custom_div .col-tab .tab-link > input:-moz-placeholder {
  color: #212121;
}
.custom_div .col-tab.dates-tab .sub-col input::-moz-placeholder,
.custom_div .col-tab.dates-tab .sub-col input:-ms-input-placeholder,
.custom_div .col-tab.dates-tab .sub-col input:-moz-placeholder,
.custom_div .col-tab.dates-tab .sub-col input::-webkit-input-placeholder {
  color: #212121;
}
.user-container .selector-outer {
  padding: 0px 13px 0px 0px;
  display: inline-block;
  width: calc(50% - 13px);
  margin-bottom: 18px;
  position: relative;
}
.user-container .selector-outer .selector-lap-col,
.user-container .selector-outer .selector-lap-col,
.user-container .selector-outer .selector-child-col {
  position: relative;
}
.user-container .selector-outer:nth-child(odd) {
}
.user-container .selector-outer:nth-child(even) {
  padding-left: 13px;
  padding-right: 0px;
}
.user-container .selector-outer > p {
  font-size: 18px;
  color: #0b0b0b;
  font-weight: 600;
  margin-bottom: 10px;
}
.user-container .selector-outer > p span {
  font-size: 15px;
  font-weight: 500;
}
.user-container .selector-outer ul {
  display: flex;
  position: relative;
  justify-content: space-around;
  align-items: center;
  background: #fff;
  border-radius: 32px;
  padding: 9px;
  padding-left: 43px;
  border: 1px solid #d5d5d5;
  margin: 0px;
  overflow: hidden;
}
.selector-adult-col {
  position: relative;
}
.custom_div .user-container {
  max-width: 617px;
  width: 617px;
  left: inherit;
  right: -147px;
  z-index: 9;
  padding: 24px 21px 14px 21px;
}
.user-container .selector-outer ul li {
  position: relative;
  display: inline-block;
  width: auto;
  list-style: none;
}
.user-container .selector-outer ul li a {
  position: relative;
  text-align: center;
  border-radius: 50px;
  transition-duration: 0.5s;
  transition-property: transform, color, box-shadow;
  transform: none;
  height: 34px;
  width: 34px;
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.user-container .selector-outer ul li a:focus-visible,
.user-container .selector-outer ul li a:focus,
.user-container .selector-outer ul li.selected a,
.user-container .selector-outer ul li a:hover {
  color: #fff;
  background: #4c12a1 !important;
  outline: none !important;
}
.user-container .selector-outer ul li.slick-current a {
  border: 1px solid #808080;
}
.user-container .selector-outer ul .slick-prev {
  left: 0px;
  width: 34px;
  height: 34px;
  background: #fff;
  z-index: 10;
  transform: rotate(180deg);
  top: 9px;
}
.user-container .selector-outer ul .slick-next {
  right: 0px;
  width: 34px;
  height: 34px;
  background: #fff;
  z-index: 10;
}
.user-container .selector-outer ul .slick-next:before,
.user-container .selector-outer ul .slick-prev:before {
  width: 34px;
  height: 34px;
  opacity: 1;
  color: transparent;
  content: "" !important;
  background: #fff url(../images/slide-right.png) no-repeat center center !important;
  border-radius: 20px;
  line-height: 34px;
  padding: 0;
  z-index: 9;
  display: inline-block;
  position: inherit;
  top: 0px;
  left: 0px;
}
.user-container .selector-outer ul .slick-next.slick-disabled,
.user-container .selector-outer ul .slick-prev.slick-disabled {
  opacity: 0;
  display: none !important;
}
.user-container .selector-outer ul .slick-prev:after {
  display: none;
}
.user-container .selector-outer ul .slick-next:before {
}
.ui-datepicker-header .ui-datepicker-title > select {
  font-size: 14px;
  line-height: 19px;
  color: #000;
  border: 0px;
  background: none;
  margin-right: 10px;
  min-width: 60px;
}
.form-bottom {
  margin-left: auto;
  padding-right: 20px;
  text-align: right;
  display: inline-block;
  width: 100%;
}
.form-bottom ul {
  margin: 0;
  padding: 5px;
  padding-bottom: 7px;
}
.form-bottom li {
  display: inline-block;
  float: left;
  line-height: 25px;
}
.form-bottom li label.checkbox_label {
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  line-height: 15px;
}
.form-bottom li a.promo-field {
/*  color: #dacfed;*/
  color: #F6D565;
  font-size: 14px;
  line-height: 19px;
  vertical-align: middle;
  font-weight: 500;
}
.form-bottom li a.promo-field.active,
.form-bottom li a.promo-field:hover {
  color: #fcd830;
  text-decoration: underline !important;
  background: none !important;
}
.form-bottom li.list-promo span.promo_code {
  color: #fff;
  font-size: 14px;
  margin-left: 10px;
  display: none;
}
.promo_code {
  position: absolute;
  left: 100%;
  top: 1px;
}
.form-bottom li .control-promo {
  position: absolute;
  top: calc(100% - -7px);
  display: none;
  width: 285px;
}
.form-bottom li .control-promo.active {
  display: block;
}
.form-bottom li.list-promo {
  position: relative;
}
.after-applied {
  background: #4c12a1;
  position: absolute;
  width: 100%;
  top: 5px;
  width: 141px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  left: -1px;
  opacity: 0;
  z-index: -1;
}
.after-applied #delete_coupon img,
.after-applied > img {
  width: 16px;
  opacity: 1;
}
.after-applied #delete_coupon {
  width: auto;
  cursor: pointer;
}
li.list-promo.coupon_applied .control-promo.active {
  display: none;
}
li.list-promo.coupon_applied .after-applied {
  opacity: 1;
  z-index: 1;
}
.form-bottom li .control-promo label {
  position: absolute;
  left: 15px;
  top: 9px;
  font-size: 14px;
  color: #000;
}
.form-bottom li .control-promo input {
  padding: 10px;
  display: block;
  height: 42px;
  border: 1px solid #4c12a1;
  font-size: 14px;
  color: #121212;
  width: 285px;
  outline: none;
  padding-left: 100px;
  padding-right: 74px;
  background: #fff;
  outline: none !important;
}
.form-bottom li .control-promo button {
  background: #fff !important;
  border: 1px solid #4c12a1;
  font-size: 14px;
  padding: 10px 16px;
  min-height: 42px;
  outline: none;
  color: #4c12a1 !important;
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  cursor: pointer;
  transition: background 0.5s ease-in;
  margin: 0px;
}
.form-bottom li .control-promo button.active_button,
.form-bottom li .control-promo input:focus + button {
  display: block;
}
.form-bottom li .control-promo button:hover {
  background: #4c12a1 !important;
  color: #fff !important;
  transition: background 0.5s ease-out;
}
.form-bottom li.checkbox {
  margin-right: 15px;
  padding-right: 25px;
  position: relative;
}
.form-bottom li.checkbox input[type="checkbox"] {
  width: 17px;
  line-height: 17px;
  height: 17px;
  background: none;
  border: 1px solid #fff;
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}
.form-bottom li.checkbox input[type="checkbox"]:after {
  content: "";
  opacity: 0;
  display: block;
  left: 5px;
  top: 2px;
  position: absolute;
  width: 7px;
  height: 13px;
  border: 3px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(30deg);
}
.form-bottom li.checkbox:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 5px;
  height: 18px;
  width: 1px;
  background: #fff;
}
.form-outer {
  max-width: 827px;
  width: 100%;
  float: left;
}
.col1 {
  position: relative;
  float: left;
  width: auto;
}
.custom_div .form-bottom ul {
  margin: 0;
  width: 49%;
  padding: 1.5px 5px;
  display: inline-block;
}
.custom_div .form-bottom.mobileview-promo > ul{
  padding-left: 0;
  padding-right: 0;
}
.mobile-list-bottom-outer {
  display: none;
}
.return_calendar,
.source_calendar {
  display: none;
}
.custom_div form#get_form_data .content-wrapper button.tab-btn,
.custom_div .col-tab.traveler-tab {
}
.source_calendar,
.return_calendar {
  position: absolute;
  background: #f9f8f6;
  max-width: 420px;
  left: 0px;
  top: 124px;
  padding: 0px;
  z-index: 99999;
  width: 420px;
  border: 1px solid #4c12a1;
}
.ui-datepicker-header .ui-datepicker-next,
.ui-datepicker-header .ui-datepicker-prev {
  display: none;
}
.ui-datepicker-inline.ui-datepicker {
  width: 100% !important;
  max-height: 570px;
  overflow: auto;
}
.ui-datepicker-header {
  background: #ededed;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 24px;
  display: inline-block;
  width: 100%;
}
.ui-datepicker-header .ui-datepicker-title {
  position: relative;
}
table.ui-datepicker-calendar {
  width: calc(100% - 20px);
  margin: 10px 10px;
}
table.ui-datepicker-calendar th {
  border: 0;
  padding: 5px 7px;
  font-size: 12px;
  color: #000000;
  font-weight: 500;
  font-family: "Krub", sans-serif;
}
table.ui-datepicker-calendar tbody tr td {
  padding: 5px;
  width: 46px;
  height: 46px;
  border: 0px !important;
  font-size: 15px;
  line-height: 26px;
}
table.ui-datepicker-calendar tbody tr td.ui-state-disabled {
  opacity: 0.3;
}
table.ui-datepicker-calendar
  tbody
  tr
  td.undefined.ui-datepicker-current-day
  a.ui-state-default.ui-state-highlight.ui-state-active {
  border-color: #dedede;
  border: 0px;
}
table.ui-datepicker-calendar tbody tr td.ui-datepicker-current-day {
  opacity: 1;
}
table.ui-datepicker-calendar tbody tr td a {
  border: 1px solid #dedede;
  text-decoration: none !important;
  background: #ffffff;
  height: 46px;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 700;
  color: #000;
}
table.ui-datepicker-calendar tbody tr td.start-date.dep-start-active a,
table.ui-datepicker-calendar tbody tr td a:hover {
  border-color: #1abed7;
  background-color: #ffffff;
  color: #000;
}
table.ui-datepicker-calendar tbody tr td.in-range a,
table.ui-datepicker-calendar tbody tr td.undefined a.dep-start-active {
  border-color: #1abed7;
  background: #1abed7;
  color: #fff;
}
table.ui-datepicker-calendar tbody tr td.in-range a {
  background: #ffffff;
  border: 1px solid #dedede;
  color: #000;
}
table.ui-datepicker-calendar tbody tr td.ui-datepicker-today span,
table.ui-datepicker-calendar tbody tr td.ui-datepicker-today a {
  color: #000 !important;
  background: none !important;
  border: 0px;
}
.ui-datepicker-inline.ui-datepicker::-webkit-scrollbar {
  width: 11px;
}
.ui-datepicker-inline.ui-datepicker::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}
.ui-datepicker-inline.ui-datepicker::-webkit-scrollbar-thumb {
  background-color: #adadad;
  outline: 1px solid #adadad;
  border-radius: 5px;
  position: relative;
  z-index: 9999;
}
.ui-datepicker-group span.return_text,
.ui-datepicker-group span.depart_text {
  font-size: 18px;
  font-weight: 500;
  color: #0b0b0b;
  padding: 14px 27px 16px;
  display: inline-block;
  width: 100%;
  display: block;
}
.custom_div .col-tab.dates-tab .depart-col:after,
.custom_div .col-tab.dates-tab .return-col:after,
.custom_div .col-tab:after,
.col-tab:after {
  content: "";
  background: #FFCD00;
  height: 3px;
  width: 100%;
  bottom: 0px;
  position: absolute;
  left: 0;
  border-radius: 0px 0px 3px 3px;
  opacity: 0;
}
.custom_div .col-tab.dates-tab .depart-col.active:after,
.custom_div .col-tab.dates-tab .return-col.active:after,
.custom_div .col-tab.active:after,
.custom_div .col-tab.active:after,
.col-tab.active:after {
  opacity: 1;
}
.custom_div .col-tab.dates-tab .depart-col.active p,
.custom_div .col-tab.dates-tab .return-col.active p {
  color: #4c12a1;
}
.custom_div .col-tab.mobile_dates {
  display: none;
}
.content-wrapper.one_way_calender
  .form-outer
  .form-content
  .col-tab.dates-tab
  .return-col {
  display: none;
}
.one_way_calender .col1 {
  display: flex;
  width: 56%;
  float: left;
}
.one_way_calender .col-tab {
  max-width: 222px;
}
.one_way_calender .col-tab.from-col,
.one_way_calender .col-tab.to-col {
  min-width: 222px;
}
.one_way_calender .col1 .reverse-icon {
  left: 212px;
}
.custom_div .one_way_calender .col-tab.dates-tab {
  max-width: 205px;
  padding: 0px;
  width: 100%;
}
.custom_div .one_way_calender .col-tab.traveler-tab {
  max-width: 138px;
  width: 100%;
}
.custom_div .one_way_calender .col-tab.dates-tab .depart-col.sub-col {
  max-width: 100%;
}
.custom_div .one_way_calender .col-tab.dates-tab .depart-col.sub-col p {
  max-width: 117px;
}
.custom_div .col-tab.active .tab-link > input[type="text"] {
  color: #4c12a1;
}
.custom_div .col-tab.dates-tab label.dep_mob {
  display: none;
}
.custom_div .col-tab.dates-tab label span.dep_mob {
  display: none;
}
.date-picker .return_result p.mob_ret_date,
.date-picker .source_result p.mob_dep_date {
  display: none;
}
#add_des_loader {
  display: none;
}
.depart-col .cal-mobile,
.return-col .cal-mobile {
  display: none;
}
.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 21px;
  margin-left: 18px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ABABAB;
  border-radius: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
span.slider.round {
  background: #ABABAB;
}
input:checked + .slider {
  background-color: #ABABAB;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}
label.switch.active .slider:before {
  left: 16px;
}
label.switch.active span.slider.round {
  background: #00c2d4;
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.custom_div .col-tab.dates-tab .show_on_mob,
.custom_div .col-tab.dates-tab .sub-col a.show_on_mob.continue_trav,
.custom_div .col-tab label.mob_travel {
  display: none;
}
#selector-adult-col {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}
.selector-adult-col ul {
  position: relative;
}
a.control_prev:hover,
a.control_next:hover {
  -webkit-transition: all 0.2s ease;
}
a.control_prev img,
a.control_next img {
  max-width: 23px;
}
a.control_prev {
  position: absolute;
  left: 6px;
  top: 10px;
  z-index: 9;
  text-decoration: none !important;
  color: #4c12a1;
  border-radius: 50px;
  transition-duration: 0.5s;
  transition-property: transform, color, box-shadow;
  transform: none;
  height: 34px;
  width: 34px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
}
a.control_next {
  position: absolute;
  right: 6px;
  top: 10px;
  z-index: 9;
  text-decoration: none !important;
  color: #4c12a1;
  border-radius: 50px;
  transition-duration: 0.5s;
  transition-property: transform, color, box-shadow;
  transform: none;
  height: 34px;
  width: 34px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dest-selected {
  display: none;
}
.user-container .selector-outer ul li {
  list-style: none;
  outline: none !important;
}
.user-container .selector-outer ul li a {
  text-decoration: none;
}
.trav-tooltip {
  cursor: help;
  font-size: 20px;
  position: relative;
  width: auto;
  display: inline-block;
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  margin-left: 10px;
  text-align: center;
}
.trav-tooltip .tooltip {
  background: #1496bb;
  bottom: 100%;
  color: #fff;
  display: block;
  margin-bottom: 15px;
  opacity: 0;
  padding: 10px 20px;
  pointer-events: none;
  position: absolute;
  width: auto;
  white-space: nowrap;
  margin-left: -90px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}
.trav-tooltip .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
.trav-tooltip .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #1496bb 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.trav-tooltip:hover .tooltip,
.trav-tooltip:focus .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.lte8 .trav-tooltip .tooltip {
  display: none;
}
.lte8 .trav-tooltip:hover .tooltip {
  display: none !important;
}
#resposnediv {
  color: #000;
}
.trav_popup {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #ffffffe6;
  justify-content: center;
  align-items: center;
  z-index: 99;
  flex-direction: column;
}
.trav_popup.active {
  display: flex;
}
.trav_popup a.close_count {
  background: #14aac1;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  padding: 4px 20px;
  border: none;
  border-radius: 3px;
  display: inline-block;
  margin-left: 0;
  font-family: "Krub", sans-serif;
  cursor: pointer;
  transition: background 0.5s ease-in;
  margin-top: 10px;
}
@media only screen and (max-width: 1200px) {
  .custom_div {
    max-width: 900px;
  }
  .custom_div .col-tab {
    max-width: 180px;
  }
  .custom_div .col-tab.dates-tab .sub-col {
    padding: 16px 11px;
  }
  .form-outer {
    max-width: 775px;
  }
  .custom_div form#get_form_data {
    padding: 11px 11px 0px;
  }
  .custom_div form#get_form_data .content-wrapper button.tab-btn {
    padding: 26px 10px;
    font-size: 19px;
    max-width: 93px;
  }
  @media (min-width: 1001px){
    .custom_div form#get_form_data .content-wrapper button.tab-btn {
      font-size: 24px;
    }
  }
  .custom_div .col-tab.traveler-tab {
    max-width: 115px;
  }
  .custom_div .col-tab {
    padding: 16px 15px;
  }
}
@media only screen and (max-width: 1100px) {
  .custom_div {
    max-width: 595px;
  }
  .custom_div .col-tab.dates-tab,
  .custom_div .col-tab.traveler-tab,
  .form-bottom {
    display: none;
  }
  .custom_div form#get_form_data {
    padding: 20px 22px 20px;
  }
  .custom_div form#get_form_data .content-wrapper button.tab-btn {
    padding: 26px 20px;
    font-size: 24px;
    max-width: 135px;
  }
  .custom_div .col-tab {
    padding: 16px 22px;
    max-width: calc(50% - 10px);
  }
}
.form-content > .roundtrip,
.flight-icon {
  display: none;
}
@media only screen and (max-width: 1200px) and (min-width: 1101px) {
  .custom_div {
    max-width: 900px !important;
  }
  .custom_div .col-tab {
    max-width: 180px;
  }
  .custom_div .col-tab.dates-tab .sub-col {
    padding: 16px 11px;
  }
  .form-outer {
    max-width: 739px;
  }
  .custom_div form#get_form_data {
    padding: 11px 11px 0px;
  }
  .custom_div form#get_form_data .content-wrapper button.tab-btn {
    padding: 26px 10px;
    font-size: 19px;
    max-width: 93px;
  }
  @media (min-width: 1001px){
    .custom_div form#get_form_data .content-wrapper button.tab-btn {
      font-size: 24px;
    }
  }
  .custom_div .col-tab.traveler-tab {
    max-width: 115px;
    display: block !important;
  }
  .custom_div form#get_form_data .content-wrapper button.tab-btn {
    max-width: 138px;
    display: block !important;
    width: 100%;
  }
  .custom_div .col-tab {
    max-width: 162px;
    min-width: 162px;
  }
  .form-bottom.mobileview-promo {
    display: block !important;
  }
  .reverse-icon {
    left: 150px;
  }
  .form-bottom li label.checkbox_label,
  .form-bottom li a.promo-field,
  .optional a {
    line-height: 26px;
  }
  .custom_div .col-tab {
    padding: 16px 15px;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 1001px) {
  .custom_div .col-tab.dates-tab,
  .custom_div .col-tab.traveler-tab,
  .form-bottom {
    display: block !important;
  }
  .custom_div {
    max-width: 960px !important;
  }
  .form-bottom.mobileview-promo {
    display: block !important;
  }
  .custom_div .col-tab.traveler-tab {
    max-width: 115px;
    display: block !important;
  }
  .custom_div .col-tab {
    max-width: 185px;
    min-width: 185px;
  }
  .custom_div form#get_form_data {
    padding-bottom: 0px;
  }
  .custom_div form#get_form_data .content-wrapper button.tab-btn {
    display: block !important;
  }
  .custom_div form#get_form_data .content-wrapper button.tab-btn {
    padding: 26px 10px;
    font-size: 24px;
    max-width: 121px;
    width: 100%;
    margin-left: 10px;
    float: right;
  }
  .reverse-icon {
    left: 174px;
  }
  .optional a {
    line-height: 25px;
    float: left;
    width: 100%;
  }
  .form-bottom li label.checkbox_label {
    line-height: 26px;
  }
  .form-bottom li a.promo-field {
    line-height: 26px;
  }
  .custom_div .one_way_calender .col-tab.traveler-tab {
    max-width: 126px;
    width: 100%;
  }
  .custom_div .one_way_calender .col1 {
    display: flex;
    width: 465px;
    float: left;
  }
  .custom_div .one_way_calender .col-tab.dates-tab {
    max-width: 172px;
    padding: 0px;
    width: 100%;
    min-width: 172px;
  }
}
.form-content > .roundtrip,
.flight-icon {
  display: none;
}
@media only screen and (max-width: 1000px) and (min-width: 768px) {
  .form-outer {
    max-width: 776px;
    width: 100%;
    float: left;
  }
  .custom_div {
    max-width: 595px;
  }
  .custom_div .col-tab.dates-tab,
  .custom_div .col-tab.traveler-tab,
  .form-bottom {
    display: none;
  }
  .custom_div form#get_form_data {
    padding: 20px 22px 20px;
  }
  .custom_div form#get_form_data .content-wrapper button.tab-btn {
    padding: 26px 20px;
    font-size: 24px;
    max-width: 129px;
  }
  .custom_div .col-tab {
    padding: 16px 22px;
    max-width: calc(50% - 10px);
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab
    label.dep_mob {
    position: absolute;
    bottom: -39px;
    display: block;
    color: #212121;
  }
  .custom_div .from-menus ul.origin_data li,
  .custom_div .to-menus ul.destination_data li {
    background: url(../images/right-arrow.png) no-repeat 95% 54% !important;
  }
  .mobileview-traveller .usersizeselect .selector-outer {
    padding: 0px 13px 0px 0px;
    width: calc(50% - 13px) !important;
    float: left;
  }
}
@media only screen and (max-width: 1000px) {
  @font-face {
    font-family: "Helvetica Neue";
    src: url("../fonts/HelveticaNeue.eot");
    src: url("../fonts/HelveticaNeue.eot?#iefix") format("embedded-opentype"),
      url("../fonts/HelveticaNeue.woff2") format("woff2"),
      url("../fonts/HelveticaNeue.woff") format("woff"),
      url("../fonts/HelveticaNeue.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  .custom_div form#get_form_data{
    border-top-left-radius:0;
    box-shadow:none;
  }
  .custom-tabs {
    display: none;
  }
  .custom_div .col-tab {
    padding: 16px 22px;
    max-width: calc(50% - 5px);
  }
  .custom_div .col-tab.to-col {
    margin-left: 5px;
    margin-right: 0px;
    padding: 15px 16px;
    background: #efeff2;
  }
  .custom_div .col-tab.from-col {
    margin-right: 5px;
    padding: 16px 24px;
    width: 50%;
  }
  .custom_div .col-tab {
    min-width: inherit;
  }
  .reverse-icon {
    left: 46%;
  }
  .custom_div form#get_form_data {
    padding: 20px 13px 0px;
  }
  .custom_div .from-menus,
  .custom_div .to-menus {
    width: 314px;
  }
  .custom_div .to-menus {
    right: 0px;
    left: inherit;
  }
  .select2-dropdown {
    border-color: #4c12a1;
    margin: 0px -1px;
    width: 314px !important;
    margin-top: 40px;
    background: #f9f8f6;
  }
  .custom_div .col-tab.dates-tab {
    max-width: 100%;
    padding: 0px;
    margin: 20px 0px;
    width: 100%;
  }
  .custom_div .user-container {
    max-width: 320px;
    width: 320px;
    left: 0px;
    right: inherit;
  }
  .ui-datepicker-header .ui-return-switch {
    display: flex;
  }
  .user-container .selector-outer ul {
    overflow: auto;
    padding: 9px 15px;
  }
  .custom_div form#get_form_data .content-wrapper button.tab-btn {
    display: none;
  }
  .custom_div #get_form_data.mobilesection_form {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 60px;
    height: calc(100% - 60px);
    background: #f9f8f6;
    border-radius: 0px;
    overflow: auto;
    padding: 20px 30px 30px;
    z-index: 9999999;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col1
    .col-tab.to-col
    .tab-link
    > input.custominput {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #212121;
    background-size: 20px 56px;
    background-position: 98% 0px;
    text-align: left;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col1
    .col-tab.to-col
    .tab-link
    > .selectedto {
    min-height: 62px;
  }
  .custom_div #get_form_data.mobilesection_form .col-tab label {
    display: none;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.active
    label.form-list-head {
    display: block;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.active
    .tab-link
    > input {
    display: none;
  }
  .custom_div
    .col-tab.dates-tab
    .return-col.active
    .return_calendar
    .ui-datepicker-inline
    .ui-datepicker-group
    span.return_text,
  .custom_div
    .col-tab.dates-tab
    .depart-col.active
    .source_calendar
    .ui-datepicker-inline
    .ui-datepicker-group
    span.depart_text {
    display: none;
  }
  .custom_div #get_form_data.mobilesection_form .col-tab {
    width: auto;
    background: none;
    box-shadow: none;
    border: 0px;
    padding: 0px;
    min-height: inherit;
  }
  .custom_div #get_form_data.mobilesection_form .col-tab.from-col,
  .custom_div #get_form_data.mobilesection_form .col-tab.to-col {
    max-width: 104px;
    min-width: inherit;
    height: inherit;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .date-picker
    .return_result
    p
    > span:last-child,
  .custom_div
    #get_form_data.mobilesection_form
    .date-picker
    .source_result
    p
    > span:last-child,
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab
    .tab-link.active_from
    .selectedto,
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab
    .tab-link.active_from
    .selectedfrom {
    line-height: 34px;
    background: #fff;
    border: 1px solid #e8e4dc;
    border-radius: 1px;
    text-align: center;
    padding: 13px 4px;
    max-width: 104px;
    font-size: 30px;
    font-weight: 500;
    color: #212121;
    text-transform: uppercase;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    min-width: 100%;
  }
  #get_form_data.mobilesection_form .date-picker .return_result p > span,
  #get_form_data.mobilesection_form .date-picker .source_result p > span,
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab
    .tab-link.active_from
    .selectedtodestination,
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab
    .tab-link.active_from
    .selectedfromorigin {
    font-family: "Helvetica Neue";
    font-size: 12px !important;
    line-height: 18px;
    font-weight: 500;
    color: #212121;
    text-align: center;
  }
  #get_form_data.mobilesection_form .col1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  #get_form_data.mobilesection_form .reverse-icon,
  #get_form_data.mobilesection_form .roundtrip,
  #get_form_data.mobilesection_form .flight-icon {
    display: block;
  }
  #get_form_data .roundtrip {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    float: left;
  }
  #get_form_data .roundtrip > a {
    color: #fff;
  }
  #get_form_data .roundtrip > a {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    position: relative;
    padding: 3px 20px 0px 20px;
    display: inline-block;
    width: auto;
    text-align: left;
    background: none !important;
    outline: none !important;
  }
  #get_form_data .roundtrip.active a:after {
    transform: rotate(180deg);
  }
  #get_form_data.mobilesection_form .roundtrip > a {
    color: #4c12a1;
    padding-top: 0px;
  }
  .optional a {
    color: #000000;
    font-size: 14px;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
    line-height: 15px;
  }
  #get_form_data .form-content > .roundtrip > a:after {
    content: "";
    height: 6px;
    width: 12px;
    background: url(../images/down_arrow.png) no-repeat center center;
    display: inline-block;
    margin-left: 10px;
    filter: brightness(0) invert(1);
  }
  #get_form_data.mobilesection_form .roundtrip > a:after {
    filter: brightness(0) invert(0);
  }
  #get_form_data .roundtrip ul {
    max-width: 184px;
    margin: 0px auto;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    padding: 16px 21px 24px;
    position: absolute;
    z-index: 9;
    background: #fff;
    left: 50%;
    margin-left: -101px;
    top: 41px;
    display: none;
    min-width: 203px;
  }
  #get_form_data .roundtrip ul li:first-child {
    border: 0px;
    color: #242424;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    width: 100%;
    display: inline-block;
  }
  #get_form_data .roundtrip ul li {
    list-style: none;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
  }
  #get_form_data .roundtrip ul li a {
    font-size: 14px;
    color: #4c12a1;
    font-weight: 600;
    text-decoration: none;
    position: relative;
  }
  #get_form_data .roundtrip.active ul {
    display: block;
  }
  #get_form_data .roundtrip ul li a {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 7px;
  }
  #get_form_data .roundtrip ul li a input[type="radio"] {
    opacity: 0;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
  }
  #get_form_data .roundtrip ul li.active a .radio-custom-label:before {
    background: #4c12a1 url(../images/tick-round.png) no-repeat center center !important;
    border-color: #4c12a1 !important;
  }
  #get_form_data .roundtrip ul li a input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 23px;
    height: 23px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    width: 29px;
    height: 29px;
  }
  #get_form_data .roundtrip ul li a input[type="radio"],
  .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
  }
  .radio-custom-label {
    position: relative;
    padding: 0px !important;
    margin: 0px;
    font-size: 15px !important;
  }
  #get_form_data
    .roundtrip
    ul
    li
    a
    input[type="radio"]
    + .radio-custom-label:before {
    content: "";
    background: #fff;
    border: 1px solid #cecece;
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    padding: 0px;
    margin-right: 10px;
    text-align: center;
  }
  #get_form_data
    .roundtrip
    ul
    li
    a
    input[type="radio"]
    + .radio-custom-label:before {
    border-radius: 50%;
  }
  #get_form_data
    .roundtrip
    ul
    li
    a
    input[type="radio"]:focus
    + .radio-custom-label {
    outline: 1px solid #ddd;
  }
  .custom_div .col-tab.dates-tab .depart-col:after,
  .custom_div .col-tab.dates-tab .return-col:after,
  .custom_div .col-tab:after,
  .col-tab:after {
    display: none;
  }
  .custom_div #get_form_data.mobilesection_form .col-tab.mobile_dates {
    display: none;
    max-width: 100%;
    width: 100%;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.mobile_dates
    .mobile_calender {
    border: 1px solid #E5E7EB;
    width: 100%;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: space-between;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.mobile_dates
    .mobile_calender
    label {
    display: block;
    width: auto;
    padding: 0px;
    margin: 0px;
    background: none;
    max-width: 130px;
  }
  .mbsc-material.mbsc-label-box-floating.mbsc-ltr,
  .mbsc-material.mbsc-label-outline-floating.mbsc-ltr {
    background: url(../images/calendar.png) no-repeat left center;
    padding-left: 35px;
    padding-bottom: 1px;
    padding-top: 2px;
    left: -18px !important;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .mbsc-material.mbsc-textfield-box.mbsc-select,
  .custom_div
    #get_form_data.mobilesection_form
    .mbsc-material.mbsc-textfield-inner-box {
    background: #fff;
  }
  .mbsc-material.mbsc-textfield-box-floating,
  .mbsc-material.mbsc-textfield-box-stacked {
    height: 53px !important;
    padding-top: 0 !important;
    width: auto !important;
    max-width: 130px;
    border: 0px !important;
  }
  .mbsc-material.mbsc-label-box-floating.mbsc-label-floating-active {
    -webkit-transform: inherit !important;
    transform: inherit !important;
  }
  .mbsc-label-floating.mbsc-ltr {
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.mobile_dates
    .mobile_calender
    label:first-child {
    margin-left: 30px;
  }
  .mbsc-material.mbsc-textfield-box-floating :-moz-placeholder,
  .mbsc-material.mbsc-textfield-box-floating :-ms-input-placeholder,
  .mbsc-material.mbsc-textfield-box-floating ::-moz-placeholder,
  .mbsc-material.mbsc-textfield-box-floating ::-webkit-input-placeholder {
    padding-left: 30px;
  }
  .mbsc-material.mbsc-textfield-box-stacked :-moz-placeholder,
  .mbsc-material.mbsc-textfield-box-stacked :-ms-input-placeholder,
  .mbsc-material.mbsc-textfield-box-stacked ::-moz-placeholder,
  .mbsc-material.mbsc-textfield-box-stacked ::-webkit-input-placeholder {
    padding-left: 30px;
  }
  .custom_div .col-tab.dates-tab .sub-col {
    padding: 0;
    display: none;
    height: auto;
    min-height: inherit;
  }
  .custom_div #get_form_data.mobilesection_form .col-tab.dates-tab label {
    display: flex;
  }
  .custom_div #get_form_data.mobilesection_form .col-tab.dates-tab {
    width: 100%;
    position: relative;
    background: #fff;
    border: 1px solid #e8e4dc;
    border-radius: 1px;
    padding: 14px 15px 14px 18px;
    height: auto;
    margin-bottom: 30px;
  }
  .date-picker .return_result p:first-child,
  .date-picker .source_result p:first-child {
    display: none;
  }
  .date-picker .return_result p,
  .date-picker .source_result p {
    font-size: 12px;
    color: #212121;
    line-height: 22px;
    margin-top: 5px;
    font-weight: 500;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab
    .sub-col.depart-col {
    float: left;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab
    .sub-col.return-col {
    float: right;
  }
  .custom_div #get_form_data.mobilesection_form .return_calendar {
    top: 110px;
    right: 0px;
    left: inherit;
    height: calc(100% - 110px);
  }
  #get_form_data.mobilesection_form .flight-icon {
    background: url(../images/arrow.jpg) no-repeat center center;
    min-width: 95px;
    background-size: contain;
    text-align: center;
    margin-top: 7px;
  }
  #get_form_data.mobilesection_form .one_way_calender .flight-icon.oneway img {
    transform: rotate(0deg);
    margin-top: 7px;
  }
  #get_form_data.mobilesection_form .flight-icon.oneway img {
    transform: rotate(0deg);
    margin-top: 7px;
  }
  #get_form_data.mobilesection_form .flight-icon.oneway.roundway img,
  #get_form_data.mobilesection_form .flight-icon img {
    transform: rotate(-45deg);
  }
  .source_calendar,
  .return_calendar {
    top: 79px;
  }
  #get_form_data.mobilesection_form .custom_div .col-tab .tab-link {
    display: inline-block;
  }
  .custom_div .col-tab.mobile_dates {
    display: none;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.mobileview-datepicker
    .depart-col,
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.mobileview-datepicker
    .return-col {
    display: block;
    width: auto;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.mobileview-datepicker.active_calender
    .return-col,
  .custom_div
    #get_form_data.mobilesection_form
    .mobileview-traveller
    .traveler-link,
  .custom_div #get_form_data.mobilesection_form .mobileview-traveller label,
  .custom_div .col-tab.dates-tab .depart-col .date-picker .input p:first-child,
  .custom_div .col-tab.dates-tab .return-col .date-picker .input p:first-child,
  .custom_div .col-tab.dates-tab label span.dep_desk,
  .date-picker .return_result p,
  .date-picker .source_result p {
    display: none;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.mobileview-datepicker.active_calender.show
    .return-col.active,
  .custom_div
    #get_form_data.mobilesection_form
    .mobileview-traveller
    .usersizeselect
    .selector-outer:first-child,
  .custom_div
    #get_form_data.mobilesection_form
    .mobileview-traveller
    .mob_travel,
  .date-picker .return_result .date-picker p.mob_ret_date,
  .date-picker .source_result .date-picker p.mob_dep_date,
  .custom_div .col-tab.dates-tab label span.dep_mob {
    display: block;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .mobileview-traveller
    .mob_travel {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-top: 1px solid #d9d9d9;
    margin-top: 25px;
    padding-top: 16px;
    margin-bottom: 12px;
    display: block;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .mobileview-traveller
    > label.mob_travel {
    display: block;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .mobileview-traveller
    > label.mob_travel
    a.close {
    display: none;
  }
  .mobilesection_form .form-bottom.mobileview-promo {
    display: block !important;
    padding-right: 0;
    text-align: left;
    clear: both;
  }
  .custom_div
    form#get_form_data.mobilesection_form
    .content-wrapper
    button.tab-btn {
    font-size: 14px;
    max-width: 100%;
    display: block !important;
    width: 100%;
    height: 49px;
    line-height: 49px;
    padding: 0px;
    background: #4c12a1;
    margin-top: 20px;
    float: left;
    border-radius:24px;
  }
  .custom_div #get_form_data.mobilesection_form .col-tab label.switch {
    margin-left: 18px;
  }
  .custom_div
    form#get_form_data.mobilesection_form
    .content-wrapper
    button.tab-btn.mob_disabled {
    cursor: not-allowed;
    opacity: 0.2;
  }
  .form-bottom.mobileview-promo ul li.checkbox {
    display: none;
  }
  .form-bottom.mobileview-promo ul li.list-promo a {
    color: transparent;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    position: relative;
    background: #ededed;
    padding: 11px 17px;
    background: #ededed url(../images/right-arrow.png) no-repeat 115px 13px !important;
    width: 145px;
    height: 40px;
    /*float: left;*/
  }
  .form-bottom.mobileview-promo ul li.list-promo .promo_code {
    font-size: 14px;
    line-height: 40px;
    color: #000000;
  }
  .form-bottom li .control-promo.active {
    top: 0px;
    background: #fff;
  }
  .form-bottom.mobileview-promo ul li.list-promo a:before {
    content: "Promo Code?";
    font-size: 14px;
    line-height: 18.2px;
    color: #212121;
    display: inline-block;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab
    label.dep_mob {
    position: absolute;
    bottom: -27px;
    display: block;
    color: #212121;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .mobileview-traveller
    .usersizeselect {
    display: block;
  }
  .custom_div .col-tab.dates-tab .depart-col label > .dep_mob,
  .custom_div .col-tab.dates-tab .return-col label > .dep_mob {
    font-size: 24px;
    color: #b5b5b5;
  }
  .mobileview-traveller .usersizeselect .selector-outer > p {
    display: none;
  }
  .mobileview-traveller .usersizeselect .selector-outer {
    padding: 0px 0px 0px 0px;
    width: 48%;
    float: left;
  }
  .mobileview-traveller .usersizeselect .selector-outer:nth-child(1),
  .mobileview-traveller .usersizeselect .selector-outer:nth-child(3) {
    margin-right: 4%;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .mobileview-traveller
    .usersizeselect {
    max-width: 100%;
    width: 100%;
    padding: 0;
    position: inherit;
    display: inline-block;
    border: 0px;
  }
  .custom_div #get_form_data.mobilesection_form .mobileview-traveller {
    max-width: 100%;
    width: 100%;
    display: block !important;
    padding-bottom: 20px;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender {
    position: fixed;
    top: 60px;
    left: 0px;
    width: 100% !important;
    z-index: 999;
    background: #f9f8f6 !important;
    height: calc(100% - 60px);
    margin: 0px;
    padding: 0px;
    max-width: 100%;
  }

  @media (max-width: 1000px) and (min-width: 769px) {
        .custom_div #get_form_data.mobilesection_form .col-tab.dates-tab.mobileview-datepicker.active_calender {
            top: 70px;
            height: calc(100% - 70px);

        }
    }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender
    .return-col.sub-col.active {
    height: calc(100% - 151px);
  }
  .col-tab.dates-tab.mobileview-datepicker.active_calender.show
    .return-col
    .date-picker
    .return_calendar
    table.ui-datepicker-calendar
    tbody
    tr
    td.start-date
    a:before {
    display: none;
  }
  .col-tab.dates-tab.mobileview-datepicker.active_calender.show
    .return-col
    .date-picker
    .return_calendar.return_day
    table.ui-datepicker-calendar
    tbody
    tr
    td.start-date
    a:before {
    display: block;
  }
  span.close {
    float: right;
    line-height: 53px;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender
    .return-col.sub-col.active
    .return_calendar {
    top: 110px;
    right: 0px;
    left: inherit;
    height: calc(100% - 205px);
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender
    .depart-col.sub-col.active {
    height: calc(100% - 100px);
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender
    .depart-col.sub-col.active
    .source_calendar {
    height: 98%;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender.show
    .return-col
    label
    .dep_mob {
    color: transparent;
    font-size: 0px;
    line-height: 0px;
    position: relative;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender.show
    .return-col
    label
    .dep_mob:before {
    font-size: 20px;
    color: #919191;
    line-height: 20px;
    display: inline-block;
    content: "Select Date";
    font-weight: 400;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender.show.change_date_font
    .return-col
    label
    .dep_mob {
    font-size: 20px;
    color: #000;
    line-height: 20px;
    position: relative;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender.show.change_date_font
    .return-col
    label
    .dep_mob:before {
    display: none;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.active_calender
    .depart-col.sub-col.active
    .date-picker
    .input,
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.active_calender
    .depart-col.sub-col.active
    > label,
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.active_calender
    .depart-col,
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.active_calender
    .return-col {
    display: none;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.active_calender.show
    .depart-col.active,
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.active_calender
    .depart-col.active {
    display: block !important;
    width: 100%;
    max-width: 100%;
  }
  .col-tab.active_calender .depart-col.active .cal-mobile {
    display: flex;
  }
  .col-tab.active_calender .depart-col .cal-mobile {
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 10px 0px;
  }
  .col-tab .return-col .cal-mobile label,
  .col-tab .depart-col .cal-mobile label {
    font-size: 18px;
    font-weight: 500;
    color: #525252;
  }
  .col-tab .return-col .cal-mobile label span,
  .col-tab .depart-col .cal-mobile label span {
    width: 34px;
    height: 34px;
    padding: 8px;
    background: #00c2d4;
    border-radius: 50px;
    transform: rotate(-37deg);
    margin-right: 10px;
  }
  .col-tab.dates-tab.mobileview-datepicker.show
    .return-col
    .cal-mobile
    label
    span
    img,
  .col-tab.dates-tab.mobileview-datepicker.show
    .depart-col
    .cal-mobile
    label
    span
    img {
    filter: brightness(0) invert(1);
    display: block;
  }
  .source_calendar,
  .return_calendar {
    top: 53px;
    max-width: 100%;
    width: 100%;
    border: 0px;
  }
  .ui-datepicker-inline.ui-datepicker {
    max-height: 100%;
  }
  .ui-datepicker-header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .ui-datepicker-header .ui-datepicker-switch {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.mobileview-datepicker.active_calender.show
    .return-col.active,
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.mobileview-datepicker.active_calender.show
    .depart-col.active {
    width: 50%;
    max-width: 50%;
    padding: 10px 5px 10px 15px;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.mobileview-datepicker.active_calender.show
    .return-col.active
    .cal-mobile,
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.mobileview-datepicker.active_calender.show
    .depart-col.active
    .cal-mobile {
    float: left;
    width: 34px;
    margin-right: 12px;
    display: block;
    padding: 0px;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.mobileview-datepicker.active_calender.show
    .return-col.active
    .cal-mobile
    label,
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.mobileview-datepicker.active_calender.show
    .depart-col.active
    .cal-mobile
    label {
    display: inline-block !important;
    vertical-align: top;
    max-width: 34px;
    height: 34px;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.mobileview-datepicker.active_calender.show
    .return-col.active
    .cal-mobile
    label
    span,
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.mobileview-datepicker.active_calender.show
    .depart-col.active
    .cal-mobile
    label
    span {
    float: left;
  }
  .col-tab.mobileview-datepicker.active_calender.show
    .depart-col.active
    .cal-mobile
    label,
  .col-tab .return-col.active .cal-mobile label {
    font-size: 0px;
    line-height: 0px;
    color: transparent;
    width: auto;
    max-width: 50%;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.mobileview-datepicker.active_calender.show
    .sub-col
    > label.dep_mob,
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.mobileview-datepicker.active_calender.show
    .sub-col
    > label
    figure {
    display: none;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.mobileview-datepicker.active_calender.show
    .sub-col
    > label {
    display: block;
    width: auto;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.mobileview-datepicker.active_calender.show
    .sub-col
    > label
    span {
    display: block;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.mobileview-datepicker.active_calender.show
    .sub-col
    > label
    span.dep_desk {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.mobileview-datepicker.active_calender.show
    .sub-col
    > label
    span:last-child {
    font-size: 20px;
    line-height: 22px;
    color: #484848;
    font-style: normal;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.mobileview-datepicker.active_calender
    .return-col
    .cal-mobile
    label
    span {
    background: #262626;
    transform: rotate(-157deg);
  }
  .custom_div .mobileview-datepicker.active_calender .show_on_mob,
  .custom_div
    .mobileview-datepicker.active_calender
    .sub-col
    a.show_on_mob.continue_trav {
    display: block;
  }
  .mobileview-datepicker.active_calender .show_on_mob {
    display: block;
    background: #4c12a1;
    color: #fff;
    line-height: 56px !important;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 3px;
    position: relative;
  }
  .mobileview-datepicker.active_calender .show_on_mob a {
    float: right;
  }
  .custom_div .mobileview-datepicker.active_calender .sub-col .continue-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    z-index: 99999;
    border-radius: 3px;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
  }
  .custom_div
    .mobileview-datepicker.active_calender
    .sub-col
    .continue-btn
    a.show_on_mob.continue_trav {
    text-decoration: none;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .mobileview-traveller.show
    .mob_travel {
    font-weight: 500;
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 25px;
    background: #4c12a1;
    color: #fff;
    line-height: 56px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
    padding-top: 0;
    margin-bottom: 0;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .mobileview-traveller.show
    .mob_travel
    .close {
    float: right;
    display: block;
  }
  .col-tab.dates-tab.mobileview-datepicker.show.change_date_font
    .sub-col
    label
    img {
    display: none;
  }
  .col-tab.dates-tab.mobileview-datepicker.show.change_date_font
    .sub-col
    label
    .departure_cal,
  .col-tab.dates-tab.mobileview-datepicker.show.change_date_font
    .sub-col
    label
    .return_cal {
    color: #000;
    font-size: 19px;
  }
  .col-tab.dates-tab.mobileview-datepicker.show.change_date_font:before {
    content: "to";
    position: absolute;
    left: 48%;
    top: 11px;
    font-size: 16px;
    font-weight: 500;
    color: #212121;
  }
  .custom_div .from-menus.active,
  .custom_div .to-menus.active {
    position: fixed;
    top: 60px;
    left: 0px;
    max-width: 100%;
    width: 100%;
    z-index: 99;
    height: calc(100% - 60px);
    border: 0px;
    padding: 0px;
  }
  .custom_div .col-tab .to-menus label,
  .custom_div .col-tab .from-menus label {
    background: #4c12a1;
    color: #fff;
    border: 1px solid #E5E7EB;
    line-height: 56px;
    margin-bottom: 21px;
  }
  .custom_div .col-tab .to-menus label.form-list-head,
  .custom_div .col-tab .from-menus label.form-list-head {
  }
  .custom_div .col-tab .to-menus label .close,
  .custom_div .col-tab .from-menus label .close {
    float: right;
  }
  .select2-dropdown {
    margin: 0px;
    width: 100% !important;
    border: 0px;
  }
  .select2-container {
    width: 100%;
  }
  .select2-search--dropdown {
    width: 100%;
    box-sizing: border-box;
  }
  .select2-results {
    padding: 0px 20px;
  }
  .select2-container--default .select2-results > .select2-results__options {
    max-height: inherit;
    overflow-y: auto;
    height: 71vh;
    float: left;
    width: 100%;
  }
  .select2-results ul li {
    line-height: 25px;
    color: #121212;
    background: #ededed url(../images/right-arrow.png) no-repeat 115px 13px;
    padding: 13px 35px 13px 15px;
    background: #ededed url(../images/right-arrow.png) no-repeat 95% 50%;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab
    .to-menus.active
    label {
    display: block;
  }
  .col-tab.dates-tab.mobileview-datepicker.show.change_date_font
    .depart-col
    > .dep_mob {
    color: transparent;
    font-size: 0px;
    line-height: 0px;
  }
  .col-tab.dates-tab.mobileview-datepicker.show.change_date_font
    .depart-col
    > .dep_mob:before {
    content: "Select Depart";
    font-size: 12px;
    color: #212121;
    font-weight: 500;
    line-height: 22px;
  }
  .col-tab.dates-tab.mobileview-datepicker.show.change_date_font
    .return-col
    > .dep_mob:before {
    content: "Select Return";
    font-size: 12px;
    color: #212121;
    font-weight: 500;
    line-height: 22px;
  }
  .traveler-tab.show {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    background: #f9f8f6 !important;
    z-index: 99;
  }

  @media (max-width: 1000px) and (min-width: 769px) {
        .traveler-tab.show {
            top: 70px;
            height: calc(100% - 70px);

        }
    }

  .traveler-tab.show label {
    background: #4c12a1;
    color: #fff;
    border: 1px solid #E5E7EB;
    line-height: 56px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 21px;
    text-align: left;
    padding: 0px 25px;
  }
  .traveler-tab.show .user-container .selector-outer p {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    position: relative;
    z-index: 99;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .mobileview-traveller
    .usersizeselect
    .mob_trav {
    display: none !important;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .mobileview-traveller.show
    .usersizeselect
    .mob_trav {
    display: inline-block !important;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .mobileview-traveller.show
    .usersizeselect
    .mob_trav:hover {
    color: #fff;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .mobileview-traveller.show
    .usersizeselect {
    padding: 0px 30px;
  }
  .custom_div .col-tab.dates-tab .depart-col.active {
    box-shadow: none;
    border: 0px;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender
    .depart-col {
    position: relative;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender
    .depart-col.active:after {
    background: #b2b2b2;
    width: 1px;
    position: absolute;
    right: 0px;
    top: 9px;
    content: "";
    height: 39px;
    display: block;
    left: inherit;
  }
  .select2-container .select2-results > span {
    padding: 10px 15px;
  }
  .dest-selected {
    max-width: 265px;
    margin: 0px auto 20px;
    border-radius: 3px;
    border: 1px solid #00c2d4;
    font-size: 15px;
    color: #1f1f1f;
    padding-left: 40px;
    position: relative;
    line-height: 33px;
    display: flex;
  }
  .dest-selected span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 33px;
    width: 179px;
    float: right;
  }
  .dest-selected span:first-child {
    height: 33px;
    width: 34px;
    background: #00c2d4 url(../images/dest-arrow.png) no-repeat center center;
    float: left;
    border-radius: 0px 3px 3px 0px;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .custom_div .to-menus .select2-container--default .select2-selection--single,
  .custom_div
    .from-menus
    .select2-container--default
    .select2-selection--single {
    border: 1px solid #E5E7EB;
  }
  .user-container.usersizeselect .mob_trav {
    display: none;
  }
  a.mob_trav {
    border: 1px solid #4c12a1;
    color: #4c12a1;
    text-decoration: none !important;
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 49px;
    border-radius: 3px;
  }
  a.mob_trav:hover {
    color: #fff;
    background: #4c12a1;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .mobileview-traveller.show
    label.mob_travel {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: left;
    padding: 0px 20px;
    margin: 0px 0px 25px;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.start-date.dep-start-active.month-last-date
    a:before {
    display: none !important;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender
    .depart-col.active
    .cal-mobile
    span
    img {
    filter: brightness(0) invert(1);
  }
  .custom_div .col-tab.dates-tab label img {
    margin-right: 10px;
    filter: brightness(0) invert(0);
  }
  table.ui-datepicker-calendar tbody tr td.start-date {
  }
  table.ui-datepicker-calendar tbody tr td.start-date a {
    color: #fff;
    border: 1px solid #dedede;
    background: #ffffff;
    height: 40px;
    width: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border-color: #1abed7;
    background: #1abed7;
  }
  .ui-datepicker-header .ui-datepicker-title > select {
    font-size: 14px;
    line-height: 19px;
    color: #000;
    border: 0px;
    background: none;
    margin-right: 10px;
    min-width: 60px;
  }
  .form-bottom li.list-promo > .promo_code {
    position: inherit;
    width: auto;
    left: inherit;
    right: inherit;
    font-weight: bold;
  }
  table.ui-datepicker-calendar tbody tr td.start-date.dep-start-active a {
    border-color: #1abed7;
    background-color: #1abed7;
    color: #fff;
  }
  table.ui-datepicker-calendar tbody tr td {
    padding: 4px;
    width: 41px;
    height: 41px;
    max-width: 41px;
    max-height: 41px;
    border: 1px solid transparent;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.start-date.dep-start-active
    + td.in-range {
    position: relative;
  }
  table.ui-datepicker-calendar tbody tr td.in-range span {
    text-decoration: none;
    height: 41px;
    width: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range span,
  table.ui-datepicker-calendar tbody tr td.in-range a {
    border-radius: 0px;
    border: 0px;
    font-weight: normal;
    color: #848484;
  }
  table.ui-datepicker-calendar tbody tr td.start-date,
  table.ui-datepicker-calendar tbody tr td.end-date.ret-end-active,
  table.ui-datepicker-calendar tbody tr td.in-range {
    opacity: 1;
    position: relative;
  }
  table.ui-datepicker-calendar tbody tr td a,
  table.ui-datepicker-calendar tbody tr td span {
    position: relative;
    height: 41px;
    width: 41px;
  }
  table.ui-datepicker-calendar tbody tr td.end-date a:before {
    content: "";
    position: absolute;
    background: #ededed;
    width: 41px;
    height: 40px;
    left: -13px;
    z-index: -1;
    top: 0;
  }
  table.ui-datepicker-calendar tbody tr td.start-date a:before {
    content: "";
    position: absolute;
    background: #ededed;
    width: 41px;
    height: 40px;
    right: -13px;
    z-index: -1;
    top: -1px;
    border-radius: 7px 0px 0px 7px;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.start-date.dep-start-active
    + td.in-range
    a:after {
    content: "";
    position: absolute;
    background: #ededed;
    width: 41px;
    height: 40px;
    right: -13px;
    z-index: -1;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.start-date.dep-start-active
    + td.in-range
    a:before {
    content: "";
    position: absolute;
    background: #ededed;
    width: 41px;
    height: 40px;
    left: -13px;
    z-index: -1;
  }
  .custom_div .col-tab.dates-tab .return-col.active {
    box-shadow: none;
    border: 0px;
  }
  table.ui-datepicker-calendar tbody tr td:last-child {
    border-radius: 0px 23px 23px 0px;
    overflow: hidden;
  }
  table.ui-datepicker-calendar tbody tr td:last-child span {
    border-radius: 0px 23px 23px 0px !important;
  }
  table.ui-datepicker-calendar tbody tr td.in-range:last-child a:after,
  table.ui-datepicker-calendar tbody tr td.month-first-date span:before {
    display: none;
  }
  table.ui-datepicker-calendar tbody tr td.month-last-date span:before {
  }
  table.ui-datepicker-calendar tbody tr td.in-range:last-child span:after {
  }
  .change_date_font
    table.ui-datepicker-calendar
    tbody
    tr
    td.month-last-date
    span,
  .change_date_font
    .return-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.month-last-date
    span {
    border-radius: 0px 23px 23px 0px !important;
  }
  .change_date_font
    table.ui-datepicker-calendar
    tbody
    tr
    td.month-last-date
    a:after,
  .return-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.month-last-date
    span:after,
  .return-col table.ui-datepicker-calendar tbody tr td.month-last-date a:after {
    display: none;
  }
  .change_date_font
    table.ui-datepicker-calendar
    tbody
    tr
    td.month-last-date
    span:before {
    display: block;
    left: 10px;
    right: inherit;
    border-radius: 0px 23px 23px 0px;
  }
  .change_date_font
    table.ui-datepicker-calendar
    tbody
    tr
    td.month-last-date
    span:after {
    left: 0px;
    right: inherit;
    border-radius: 0px 23px 23px 0px;
    display: block;
  }
  table.ui-datepicker-calendar tbody tr td.in-range:last-child a:before {
    content: "";
  }
  table.ui-datepicker-calendar tbody tr td.in-range:last-child span:before {
    content: "";
  }
  .change_date_font
    table.ui-datepicker-calendar
    tbody
    tr
    td.month-first-date.in-range
    span,
  .change_date_font
    table.ui-datepicker-calendar
    tbody
    tr
    td.month-first-date.in-range
    a,
  .change_date_font
    .return-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.month-first-date.in-range
    span,
  .change_date_font
    .return-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.month-first-date.in-range
    a {
    border-radius: 23px 0px 0px 23px !important;
  }
  .change_date_font
    table.ui-datepicker-calendar
    tbody
    tr
    td.month-first-date.in-range
    span,
  .change_date_font
    .return-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.month-first-date.in-range
    span {
    border-radius: 23px 0px 0px 23px !important;
  }
  .change_date_font
    table.ui-datepicker-calendar
    tbody
    tr
    td.month-first-date.in-range
    span:after,
  .change_date_font
    .return-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.month-first-date.in-range
    span:after {
    right: -5px;
    border-radius: 23px 0px 0px 23px;
    width: 50px;
  }
  .change_date_font
    table.ui-datepicker-calendar
    tbody
    tr
    td.month-first-date.in-range
    a,
  .change_date_font
    .return-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.month-first-date.in-range
    a {
    border-radius: 23px !important;
  }
  .change_date_font
    table.ui-datepicker-calendar
    tbody
    tr
    td.month-first-date.in-range
    a:before,
  .change_date_font
    .return-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.month-first-date.in-range
    a:before {
    display: none;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a.ui-state-default:before {
    border-radius: 0px 7px 7px 0px;
  }
  table.ui-datepicker-calendar tbody tr td:first-child span {
    border-radius: 23px 0px 0px 23px;
  }
  table.ui-datepicker-calendar tbody tr td.end-date:first-child a:before,
  table.ui-datepicker-calendar tbody tr td:first-child a:before,
  table.ui-datepicker-calendar tbody tr td:first-child span:before {
    display: none;
  }
  table.ui-datepicker-calendar tbody tr td:first-child span:before {
    display: block;
    left: 0px;
    border-radius: 23px 0px 0px 23px !important;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled.in-range {
    opacity: 0;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    > .ui-datepicker-unselectable.ui-state-disabled.undefined.in-range
    span {
    border-radius: 23px 0px 0px 23px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a:after,
  table.ui-datepicker-calendar tbody tr td.in-range a:before,
  table.ui-datepicker-calendar tbody tr td.in-range span:after,
  table.ui-datepicker-calendar tbody tr td.in-range span:before {
    content: "";
    position: absolute;
    background: #ededed;
    width: 41px;
    height: 40px;
    left: -13px;
    z-index: -1;
    top: 1px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a:after,
  table.ui-datepicker-calendar tbody tr td.in-range span:after,
  table.ui-datepicker-calendar tbody tr td.in-range:after {
    left: inherit;
    right: -16px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range:first-child a:after {
    top: 0;
    height: 47px;
    width: 47px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a:after {
    top: 0px;
    height: 47px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a:before {
    top: 0px;
    height: 47px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a {
    border: 1px solid #dedede;
    background: #fff;
    font-weight: 700;
    color: #212121;
    border-radius: 50% !important;
    height: 47px;
    width: 47px;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.start-date.dep-start-active
    + td.in-range:before {
    content: "";
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.in-range.ui-datepicker-week-end
    + td.in-range.ui-datepicker-week-end
    span,
  table.ui-datepicker-calendar
    tbody
    tr
    td.in-range.ui-datepicker-week-end
    + td.in-range.ui-datepicker-week-end
    a {
    border-radius: 0px 23px 23px 0px;
  }
  table.ui-datepicker-calendar tbody tr td.end-date.ret-end-active a {
    border-color: #262626;
    background: #262626;
    color: #fff;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-other-month.ui-datepicker-unselectable.in-range:before {
    display: none;
  }
  .user-container.usersizeselect .selector-outer {
    display: none !important;
  }
  .col-tab.traveler-tab.mobileview-traveller.show
    .user-container.usersizeselect
    .selector-outer {
    display: block !important;
  }
  .col-tab.traveler-tab.mobileview-traveller.show label.mob_travel span.plus,
  .col-tab.traveler-tab.mobileview-traveller.show label.mob_travel span.minus {
    display: none;
  }
  .col-tab.traveler-tab.mobileview-traveller.show label.mob_travel span {
    margin-left: 20px;
  }
  .col-tab.traveler-tab.mobileview-traveller label.mob_travel span.trav_count {
    font-size: 17px;
    display: inline-block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    padding: 0px;
    background: #4c12a1;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 40px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .col-tab.traveler-tab.mobileview-traveller label.mob_travel span.plus {
    height: 33px;
    display: inline-block;
  }
  .col-tab.traveler-tab.mobileview-traveller label.mob_travel span.plus img {
    margin-top: 18px;
  }
  .col-tab.traveler-tab.mobileview-traveller label.mob_travel span.minus {
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
    height: 33px;
    padding-top: 7px;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.change_date_font
    .depart-col
    label
    span.dep_mob.departure_cal,
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.change_date_font
    .return-col
    label
    span.dep_mob.return_cal {
    color: #212121;
  }
  .one_way_calender .col-tab.from-col,
  .one_way_calender .col-tab.to-col {
    min-width: inherit;
  }
  .one_way_calender .col1 {
    width: 100%;
  }
  .source_calendar
    table.ui-datepicker-calendar
    tbody
    tr
    td.dep-start-active:before {
    border: 1px solid #1abed7;
    box-sizing: border-box;
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    width: 47px;
    height: 47px;
    border-radius: 40px;
  }
  .one_way_calender .col1 .reverse-icon {
    left: 50%;
    margin-left: -15px;
  }
  .form-bottom li .control-promo button {
    background: #fff !important;
    border: 1px solid #4c12a1;
    font-size: 14px;
    padding: 9px 16px;
    min-height: 42px;
    outline: none;
    color: #4c12a1 !important;
    position: absolute;
    right: -2px;
    bottom: 0;
    display: none;
    cursor: pointer;
    transition: background 0.5s ease-in;
  }
  .custom_div .from-menus ul.origin_data,
  .custom_div .to-menus ul.destination_data {
    max-height: calc(100% - 179px);
  }
  .optional {
    display: block;
    opacity: 1;
    margin: 0px 0px;
    width: 100%;
    margin-bottom: 10px;
  }

}


#booking-fl {
  z-index: 999999999;
}
    
    
.custom_div > p.form_disabled {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 30px;
  color: #14aac1;
}
@media only screen and (max-width: 1000px) and (min-width: 768px) {
  .custom_div form#get_form_data .content-wrapper button.tab-btn {
    display: block !important;
    background: #14aac1 !important;
    font-size: 24px !important;
    color: #fff !important;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col1
    .col-tab.to-col
    .tab-link
    > input.custominput {
    font-size: 16px;
  }
  #get_form_data .roundtrip {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    float: left;
  }
  .form-bottom li.list-promo {
    position: relative;
    width: 100%;
  }
  li.list-promo.coupon_applied .after-applied {
    opacity: 1;
    z-index: 1;
    left: 160px;
    top: 7px;
  }
  .custom_div .col-tab.to-col {
    float: right;
    margin-right: 0;
    max-width: calc(50% - 5px);
    min-width: inherit;
  }
  .custom_div .content-wrapper.one_way_calender .col-tab.to-col {
    max-width: calc(50% - 15px);
  }
  .col1 {
    width: 406px;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.mobileview-datepicker
    .depart-col,
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.mobileview-datepicker
    .return-col {
    min-width: 100px;
  }
  .form-outer {
    max-width: 416px;
  }
  .custom_div {
    max-width: 595px !important;
  }
  .custom_div form#get_form_data {
    padding: 20px 22px 10px;
  }
  .custom_div #get_form_data.mobilesection_form .form-outer {
    max-width: 100%;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab
    label.dep_mob {
    bottom: -44px;
    right: 0px;
    width: 100%;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender
    .return-col.sub-col.active
    .return_calendar {
    position: fixed;
  }
  .custom_div .from-menus.active,
  .custom_div .to-menus.active {
    left: calc(50% - 297.5px);
    max-width: 595px;
  }
  .custom_div #get_form_data.mobilesection_form .mobileview-traveller,
  .custom_div .mobileview-datepicker.active_calender .sub-col .continue-btn,
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender,
  .custom_div #get_form_data.mobilesection_form {
    left: calc(50% - 297.5px);
    max-width: 595px;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender.show
    .return-col.sub-col.active
    .return_calendar {
    position: fixed;
    left: calc(50% - 297.5px);
    max-width: 595px;
    top: 214px;
    height: calc(100% - 309px);
  }
  table.ui-datepicker-calendar tbody tr td {
    position: relative;
  }
  table.ui-datepicker-calendar tbody tr td a {
    vertical-align: middle;
    padding-top: 0px;
    display: inline-block;
    align-items: center;
    line-height: 41px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a:after,
  table.ui-datepicker-calendar tbody tr td.in-range a:before,
  table.ui-datepicker-calendar tbody tr td.in-range span:after,
  table.ui-datepicker-calendar tbody tr td.in-range span:before {
    width: 47px;
    height: 47px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a:before,
  table.ui-datepicker-calendar tbody tr td.in-range span:before {
    width: 47px;
    left: -20px;
    height: 47px;
    top: -1px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a:after,
  table.ui-datepicker-calendar tbody tr td.in-range span:after,
  table.ui-datepicker-calendar tbody tr td.in-range:after {
    left: inherit;
    right: -26px;
  }
  .change_date_font
    table.ui-datepicker-calendar
    tbody
    tr
    td.month-first-date.in-range
    span:after,
  .change_date_font
    .return-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.month-first-date.in-range
    span:after {
    width: 72px;
  }
  #get_form_data.mobilesection_form .col1 .col-tab.from-col {
    order: 1;
    max-width: 170px;
    min-width: 170px;
  }
  #get_form_data.mobilesection_form .date-picker .return_result p > span,
  #get_form_data.mobilesection_form .date-picker .source_result p > span,
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab
    .tab-link.active_from
    .selectedtodestination,
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab
    .tab-link.active_from
    .selectedfromorigin {
    font-size: 16px;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .date-picker
    .return_result
    p
    > span:last-child,
  .custom_div
    #get_form_data.mobilesection_form
    .date-picker
    .source_result
    p
    > span:last-child,
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab
    .tab-link.active_from
    .selectedto,
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab
    .tab-link.active_from
    .selectedfrom {
    max-width: 100%;
  }
  #get_form_data.mobilesection_form .col1 .col-tab.to-col {
    order: 3;
    max-width: 170px;
    min-width: 170px;
  }
  #get_form_data.mobilesection_form .flight-icon {
    order: 2;
  }
  table.ui-datepicker-calendar tbody tr td.start-date a {
    display: inline-block !important;
  }
  .ui-datepicker-header .ui-return-switch,
  .ui-datepicker-header .ui-datepicker-switch {
    display: flex;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a:after,
  table.ui-datepicker-calendar tbody tr td.in-range span:after {
  }
  table.ui-datepicker-calendar tbody tr td.in-range a:after,
  table.ui-datepicker-calendar tbody tr td.in-range span:after,
  table.ui-datepicker-calendar tbody tr td.in-range:after {
    left: inherit;
    right: -21px;
    top: -1px;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.end-date.ret-end-active.month-first-date.ui-datepicker-current-day:before,
  .col-tab.dates-tab.mobileview-datepicker.selected
    td.start-date.dep-start-active:after {
    display: none;
  }
  table.ui-datepicker-calendar tbody tr td.in-range:last-child span:after {
    border-radius: 0px 28px 28px 0px;
    right: -19px;
  }
  table.ui-datepicker-calendar tbody tr td.month-last-date span:before {
    left: -20px !important;
  }
  table.ui-datepicker-calendar tbody tr td.end-date a:before {
    left: -21px;
    width: 47px;
    height: 47px;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.month-first-date.in-range
    span:before {
    display: block;
    left: 20px;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.ui-datepicker-days-cell-over.start-date.dep-start-active.ui-datepicker-current-day:last-child
    a:before {
    display: none !important;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.in-range:last-child
    a:before {
    display: block !important;
    left: -19px;
    top: -1px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a.ui-state-default:before {
    border-radius: 0;
    left: -20px;
    top: -1px;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.in-range:last-child {
    padding-left: 4px;
  }
  .source_calendar
    table.ui-datepicker-calendar
    tbody
    tr
    td.dep-start-active:before {
    border: 1px solid #1abed7;
    box-sizing: border-box;
    content: "";
    position: absolute;
    left: 14px !important;
    top: 1px !important;
    width: 53px !important;
    height: 53px !important;
    border-radius: 40px;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.start-date.dep-start-active:last-child
    a:before {
    display: none;
  }
  table.ui-datepicker-calendar tbody tr td.in-range:last-child span:before {
    content: "";
    left: -19px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range span,
  table.ui-datepicker-calendar tbody tr td.in-range a {
    display: inline-block;
    align-items: inherit;
    justify-content: inherit;
    vertical-align: middle;
    height: 47px;
    width: 47px;
    line-height: 47px;
  }
  table.ui-datepicker-calendar tbody tr td span,
  table.ui-datepicker-calendar tbody tr td a,
  table.ui-datepicker-calendar tbody tr td {
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
  }
  table.ui-datepicker-calendar tbody tr td.start-date a,
  table.ui-datepicker-calendar tbody tr td a,
  table.ui-datepicker-calendar tbody tr td span {
    height: 47px;
    width: 47px;
    line-height: 47px;
  }
  table.ui-datepicker-calendar th {
    width: 81px;
    height: 36px;
    min-width: 81px;
    min-height: 36px;
    max-width: 81px;
    max-height: 36px;
    vertical-align: middle;
    padding: 0px;
  }
  table.ui-datepicker-calendar td {
    padding: 0px;
    width: 81px;
    height: 51px;
    min-width: 81px;
    min-height: 51px;
    max-width: 81px;
    max-height: 51px;
    vertical-align: middle;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.start-date.dep-start-active
    + td.in-range:before {
    display: none;
  }
  table.ui-datepicker-calendar tbody tr td.start-date a:before {
    width: 47px;
    height: 47px;
    left: 50%;
    top: -1px;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.start-date.dep-start-active
    + td.in-range
    a:before {
    width: 47px;
    height: 47px;
    left: -28px;
    z-index: -1;
    border-radius: 0;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.start-date.dep-start-active
    + td.in-range
    a:after {
    width: 47px;
    height: 47px;
    right: -27px;
    top: -1px;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender
    .return-col.sub-col.active
    .return_calendar.return_day
    table.ui-datepicker-calendar
    tbody
    tr
    td.dep-start-active:last-child
    a:before {
    display: none;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.end-date.ret-end-active.month-first-date.ui-datepicker-current-day
    a:before {
    display: none;
  }
  table.ui-datepicker-calendar tbody tr td.in-range span {
    border: 1px solid transparent;
  }
}
@media only screen and (max-width: 767px) {
  .form-outer {
    max-width: 406px;
    margin: 0 auto;
    float: none;
    height: 100%;
  }
  .content-wrapper {
    max-width: 406px;
    margin: 0 auto;
    float: none;
  }
  .form-outer {
    max-width: 406px;
    margin-right: 10px;
  }
  .custom_div #get_form_data.mobilesection_form .col-tab.from-col {
    order: 1;
  }
  .custom_div #get_form_data.mobilesection_form .col-tab.to-col {
    order: 3;
  }
  .custom_div #get_form_data.mobilesection_form .flight-icon {
    order: 2;
  }
  .custom_div .from-menus ul.origin_data li,
  .custom_div .to-menus ul.destination_data li {
    background: url(../images/right-arrow.png) no-repeat 95% 54% !important;
  }
  .content-wrapper.one_way_calender
    .form-outer
    .form-content
    .change_date_font.active_calender
    .depart-col
    .source_calendar
    .start-date.dep-start-active
    a:before {
    display: none;
  }
  .custom_div .form-bottom ul {
    width: 100%;
    padding: 1.5px 0px;
  }
  .form-bottom li.list-promo {
    position: relative;
    width: 100%;
  }
  .form-bottom li .control-promo input,
  .form-bottom li .control-promo {
    width: 100%;
  }
  .form-bottom li .control-promo button.active_button,
  .form-bottom li .control-promo input:focus + button {
    display: block;
    height: 42px;
    box-sizing: border-box;
    border-radius: 0px;
  }
  .custom_div .from-menus ul.origin_data li,
  .custom_div .to-menus ul.destination_data li {
    line-height: 25px;
    padding: 14px 33px;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.start-date.dep-start-active.ui-datepicker-current-day
    a:before,
  table.ui-datepicker-calendar
    tbody
    tr
    td.start-date.dep-start-active.ui-datepicker-current-day
    a:after {
    display: none;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a {
    height: 41px;
    width: 40px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a.ui-state-default:before {
    height: 40px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a:after {
    top: 0px;
    height: 41px;
  }
  .custom_div .col-tab.from-col .tab-link > input[type="text"] {
    opacity: 1 !important;
  }
  .custom_div .col-tab.from-col .tab-link > input[type="text"]:hover {
    background-position: 98% -62px;
  }
  .custom_div .col-tab.from-col .tab-link > input[type="text"]:hover {
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender.change_date_font
    .return-col
    > label
    .span.dep_mob.return_cal {
    color: #000;
  }
  table.ui-datepicker-calendar tbody tr td.in-range:first-child a:after {
    top: 0;
    height: 41px;
    width: 41px;
  }
  li.list-promo.coupon_applied .after-applied {
    opacity: 1;
    z-index: 1;
    right: 0px;
    left: inherit;
    top: 7px;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender
    .return-col.sub-col.active
    .return_calendar {
    top: 173px;
    right: 0px;
    left: inherit;
    height: calc(100% - 263px);
    position: fixed;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab
    .sub-col.return-col {
    position: relative;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab
    .sub-col.return-col
    label.dep_mob {
    bottom: -40px;
  }
}
.custom_div .from-menus ul.origin_data.active li.li_active,
.custom_div .to-menus ul.destination_data.active li.li_active,
.custom_div
  .col1
  .col-tab
  .list-item.search-list
  > .show_sorting
  li
  ul
  li:focus,
.custom_div .from-menus ul.origin_data.active li.li_active,
.custom_div .to-menus ul.origin_data.active .li_active {
  background: #e8e8e8 !important;
}
@media only screen and (max-width: 365px) {
  .custom_div .col-tab.from-col {
    padding: 15px 10px;
  }
  .custom_div .col-tab.to-col {
    padding: 15px 10px 15px 19px;
  }
  .custom_div .col-tab .tab-link > input[type="text"] {
    font-size: 30px;
  }
  .custom_div .col-tab.to-col {
    padding: 15px 4px 15px 15px;
  }
  .custom_div .col-tab label {
    font-size: 13px;
  }
  .custom_div #get_form_data.mobilesection_form {
    padding: 20px 15px 90px;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .date-picker
    .return_result
    p
    > span:last-child,
  .custom_div
    #get_form_data.mobilesection_form
    .date-picker
    .source_result
    p
    > span:last-child,
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab
    .tab-link.active_from
    .selectedto,
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab
    .tab-link.active_from
    .selectedfrom {
    max-width: 93px;
    min-width: 93px;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender.show.change_date_font
    .return-col
    label
    .dep_mob,
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.mobileview-datepicker.active_calender.show
    .sub-col
    > label
    span:last-child,
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender.show
    .return-col
    label
    .dep_mob:before {
    font-size: 16px;
  }
}
.custom_div .from-menus ul.origin_data::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.custom_div .from-menus ul.origin_data::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.custom_div .to-menus ul.destination_data::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.custom_div .to-menus ul.destination_data::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
footer {
  z-index: 1;
}
.depart-col
  table.ui-datepicker-calendar
  tbody
  tr
  td.ui-datepicker-current-day.ui-datepicker-current-day.dep-start-active
  a {
  border-color: #1abed7 !important;
  background: #1abed7 !important;
  color: #fff !important;
}
/* 20 sep */
.change_date_font.re-selected
  .depart-col.active
  .date-picker
  .source_calendar
  .ui-datepicker-group
  .ui-datepicker-calendar
  tbody
  tr
  td.start-date.dep-start-active.samedate:after {
  display: none;
}

.my_widget_index {
  position: relative;
  z-index: 9999999999999999999999;
}
input:checked + .slider:before {
  transform: inherit !important;
}
.custom_div .from-menus ul.origin_data li.active,
.custom_div .to-menus ul.destination_data li.active.li_active,
.custom_div .to-menus ul.destination_data li.active {
  color: #fff;
  background: #14aac1 !important;
}
.depart-col
  table.ui-datepicker-calendar
  tbody
  tr
  td.ui-datepicker-current-day.ui-datepicker-current-day
  a {
  border: 1px solid #dedede;
  text-decoration: none !important;
  background: #ffffff !important;
  height: 46px;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 700;
  color: #000;
}
.depart-col
  table.ui-datepicker-calendar
  tbody
  tr
  td.ui-datepicker-current-day.ui-datepicker-current-day
  a:after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  background: #14aac1;
  border-radius: 10px;
  bottom: 3px;
  left: 50%;
  margin-left: -2px;
  right: inherit;
  top: inherit;
}
.depart-col
  table.ui-datepicker-calendar
  tbody
  tr
  td.ui-datepicker-unselectable.ui-datepicker-current-day.ui-datepicker-today
  span:after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  background: #14aac1;
  border-radius: 10px;
  bottom: -10px;
  left: 50%;
  margin-left: -2px;
  right: inherit;
  top: inherit;
}
.custom_div .from-menus ul.origin_data li.active.li_active,
.custom_div .to-menus ul.destination_data li.active.li_active {
  color: #fff;
  background: #14aac1 !important;
}
.error_msg.delay {
  bottom: -2px;
}
.custom_div .col-tab.mobileview-lowfare {
  display: none;
}
@media only screen and (min-width: 1001px) {
  .custom_div .col-tab.traveler-tab > label {
    float: left;
    margin-top: 2px;
  }
  .users-field .user-container > a.mob_trav {
    display: none !important;
  }
  table.ui-datepicker-calendar tbody tr td.start-date + td.end-date a:before {
    content: "";
    position: absolute;
    background: #ededed;
    width: 70px;
    height: 44px;
    left: -42px;
    z-index: -1;
    top: 0px;
    border-radius: 7px 0px 0px 7px;
  }
  .user-container .selector-outer ul .slick-prev:before {
    top: 4px;
    left: 5px;
  }
  .user-container .selector-outer:nth-child(even) {
    padding-left: 0px;
    margin-left: 15px;
  }
  .user-container .selector-outer:nth-child(even) ul .slick-next {
    right: 10px;
  }
  .form-bottom li .control-promo button {
    padding: 0px 16px;
  }

  .depart-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-unselectable
    span {
    position: relative;
  }

  .return_calendar
    table.ui-datepicker-calendar
    tbody
    tr
    td.dep-start-active.ui-datepicker-today
    a {
    border-color: #1abed7 !important;
    background: #1abed7 !important;
    color: #fff !important;
  }
  .dates-tab
    .return_calendar
    table.ui-datepicker-calendar
    tbody
    tr
    td.ret-end-active
    a {
    border-color: #262626 !important;
    background: #262626 !important;
    color: #fff !important;
  }

  .depart-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-unselectable.ui-datepicker-current-day.ui-datepicker-today.in-range
    span:before {
    width: 79px;
    height: 46px;
    left: -39px;
  }
}

.custom_div .col-tab .tab-link ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #212121;
  opacity: 1;
}
.custom_div .col-tab .tab-link ::-moz-placeholder {
  color: #212121;
  opacity: 1;
}
.custom_div .col-tab .tab-link :-ms-input-placeholder {
  color: #212121;
  opacity: 1;
}
.custom_div .col-tab .tab-link :-moz-placeholder {
  color: #212121;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #212121 !important;
  opacity: 1;
}

.ui-datepicker-inline.ui-datepicker > .ui-datepicker-group,
.return_calendar .ui-datepicker .ui-datepicker-inline.ui-datepicker,
.return_calendar .ui-datepicker .ui-datepicker-inline.ui-datepicker > div {
  overflow: hidden;
}
.custom_div
  .col1
  .col-tab
  .list-item.search-list
  > .show_sorting
  a:focus-visible {
  outline: 1px solid #4c12a1 !important;
}
.custom_div .col1 .col-tab .show_sorting a {
  font-size: 15px;
}
.custom_div .col-tab.traveler-tab.disabled_selection > span,
.custom_div .col-tab.traveler-tab.disabled_selection > span input {
/*  opacity: 0.6;*/
}
#close_widget {
  display: none;
}
.custom_div .col-tab.traveler-tab > span,
.custom_div .col-tab.traveler-tab > span input {
  opacity: 1;
}
.trav-tooltip .tooltip {
  top: -32px;
  right: -8px;
  height: 27px;
  padding: 0px 20px;
}
.trav-tooltip .tooltip:after {
  left: 94%;
  border-left: solid transparent 7px;
  border-right: solid transparent 7px;
  border-top: solid #1496bb 7px;
  bottom: -7px;
}
.custom_div .col-tab .tab-link > input[type="text"]:focus-visible {
  outline: none !important;
}

li.list-promo.coupon_applied .after-applied {
  padding: 0px 10px;
  width: 280px;
  justify-content: flex-start;
  white-space: nowrap;
}
li.list-promo.coupon_applied .after-applied > img {
  margin-right: 5px;
}
li.list-promo.coupon_applied .after-applied .promo_code {
  position: static;
  left: inherit;
  top: inherit;
  margin-right: 4px;
  margin-left: 0px;
}
li.list-promo.coupon_applied .after-applied #delete_coupon {
  float: right;
  margin-left: 10px;
  text-decoration: underline;
}
li.list-promo.coupon_applied .after-applied #delete_coupo:hover {
  text-decoration: none;
}
.show_disabled_message {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #32146c;
  z-index: 9;
  width: 100%;
  padding: 40px 20px;
}
.online-booking-notice h2 {
  font-family: "Krub", sans-serif;
  color: #ffffff;
  text-wrap: pretty;
  font-size: 32px;
  line-height: normal;
}
.div-main-img-content-booking {
  display: flex;
  background-color: #32146c;
  align-items: center;
  justify-content: center;
}
.online-booking-notice h2 span {
  color: #fcce00;
}
.user-container .selector-outer ul li.disabled_selection {
  pointer-events: none;
  opacity: 0.3;
}
.user-container .selector-outer ul li.disabled_selection.selected {
  pointer-events: none;
  opacity: 1;
}

.user-container .selector-outer ul li.disabled_selection:after {
  height: 38px;
  width: 38px;
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  z-index: 99999999;
  background: #fff;
  opacity: 0;
}

.selector-outer ul.sizelistcontent.slider:before {
  position: absolute;
  content: "";
  height: 49px;
  width: 42px;
  left: 3px;
  bottom: 1px;
  background-color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 10;
  border-radius: 20px 0px 0px 23px;
}
.optional.for-mobile {
  display: none;
}

/*.user-container .selector-outer ul li.selected a{
  color: #fff;
    background: #4C12A1 !important;
    outline: none !important;
}*/

.custom_div .col-tab.to-col .tab-link {
  float: left;
}

/** Dev Css **/
.disabled_selection .depart-col,
.disabled_selection .return-col {
  pointer-events: none !important;
}
.user-container .selector-outer > div > span.tooltip {
  display: block;
  border: 1px solid #c2c0c1;
  background: #fff;
  padding: 4px 20px;
  font-size: 14px;
  opacity: 1;
}

.user-container .selector-outer {
  overflow: hidden;
}
.user-container .selector-outer:before {
  content: "";
  width: 36px;
  height: 56px;
  background: url(../images/left-round.png) no-repeat left top;
  position: absolute;
  left: 0px;
  bottom: -2px;
  z-index: 9;
}
.user-container .selector-outer:after {
  content: "";
  width: 36px;
  height: 56px;
  background: url(../images/right-round.png);
  position: absolute;
  right: -1px;
  z-index: 9;
  bottom: -1px;
}
.user-container .selector-outer ul,
.user-container .selector-outer ul .slick-list {
  overflow: inherit;
}
.user-container .selector-outer ul .slick-list {
  position: absolute;
  left: 46px;
  top: 0px;
  display: block;
  max-width: 170px;
}
.user-container .selector-outer ul .slick-prev {
  left: 0px;
  width: 44px;
  height: 44px;
  border-radius: 20px;
  top: 4px;
}
.user-container .selector-outer ul .slick-next {
  right: 0px;
}
.user-container .selector-outer ul .slick-next {
  border-radius: 20px;
}
.user-container .selector-outer ul {
  padding: 26px 9px;
}
.user-container .selector-outer ul li {
  margin-top: 10px;
  margin-right: 2px;
  position: inherit;
}
/*.user-container .selector-outer ul li:hover span{
  display: block !important;
}*/
.user-container .selector-outer > div > span.tooltip {
  border: 1px solid #c2c0c1;
  background: #fff;
  padding: 4px 20px;
  font-size: 14px;
  left: 11px;
  top: -48px;
  position: absolute;
  width: 250px;
  z-index: 999;
  text-align: center;
  color: red;
  line-height: 20px;
}
.user-container .selector-outer ul li:before {
  content: "";
  background: url(../images/arrow-tool.png) no-repeat 0px 0px;
  width: 18px;
  height: 9px;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -9px;
  opacity: 0;
}
.user-container .selector-outer ul li.disabled_selection:hover:before {
  opacity: 1;
}
.custom_div .user-container {
  padding-top: 0px;
}
.user-container .selector-outer {
  padding-top: 36px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) and (min-width: 1100px) {
  .one_way_calender .col1 {
    display: flex;
    width: 430px;
    float: left;
  }
  .one_way_calender .col-tab.from-col,
  .one_way_calender .col-tab.to-col {
    min-width: 205px;
  }
  .custom_div .one_way_calender .col-tab.dates-tab {
    max-width: 162px;
  }
  .custom_div .one_way_calender .col-tab.traveler-tab {
    max-width: 127px;
    width: 100%;
  }
  .reverse-icon {
    left: 50% !important;
    margin-left: -17px;
  }
}
@media only screen and (max-width: 1200px) {
  .online-booking-notice h2 {
    font-size: 36px;
  }
  .img-book-online {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .online-booking-notice h2 {
    font-size: 36px;
  }
  .img-book-online {
    max-width: 30%;
  }
  .online-booking-notice h2 {
    font-size: 23px;
    line-height: 33px;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 1001px) {
  .one_way_calender .col-tab.from-col,
  .one_way_calender .col-tab.to-col {
    min-width: 222px !important;
  }
}

@media only screen and (min-width: 1001px) {
  p.selectedfromstate,
  p.selectedtostate {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  /*  #get_form_data.mobilesection_form  .re-selected .depart-col.active table tr td.start-date.dep-start-active a:before{
    display: none;
  }*/
  .custom_div .form-bottom ul {
    float: none;
    width: inherit;
  }
  #get_form_data.mobilesection_form
    .col1
    .col-tab.to-col.show_flight
    .custominput {
    display: none;
    visibility: hidden;
  }
  #get_form_data.mobilesection_form
    .col1
    .col-tab.to-col.show_flight
    .selectedto {
    text-align: left;
    padding-left: 10px;
  }
  #SortingToToggleBtn,
  #SortingFromToggleBtn {
    font-size: 15px;
    line-height: 50px;
  }
  .form-bottom.mobileview-promo ul li.list-promo.coupon_applied .after-applied {
    display: inline-block !important;
    padding: 0px 10px !important;
  }
  .form-bottom li.list-promo {
    position: relative;
    width: 100%;
    border: 1px solid #d5d5d5;
  }
  .form-bottom.mobileview-promo ul li.list-promo a {
    background: none !important;
    text-align: left;
  }
  .form-bottom li .control-promo {
    display: block;
    top: 0;
    width: 100%;
  }
  .form-bottom li .control-promo label {
    display: none;
  }
  .form-bottom li .control-promo input {
    background: none;
    padding-left: 107px;
  }
  .form-bottom li .control-promo button.promo-enter-btn {
    right: 0px;
    pointer-events: none;
    opacity: 0.3;
    display: block;
  }
  .form-bottom li .control-promo button.active_button {
    pointer-events: inherit;
    opacity: 1;
  }
  .form-bottom > ul {
    width: 100%;
    max-width: 400px;
  }
  .form-bottom li.list-promo {
    border: 1px solid #d5d5d5;
    background: #fff;
  }
  .form-bottom li .control-promo input {
    border: 0px;
    width: calc(100% - 66px);
  }
  .form-bottom li .control-promo .promo-enter-btn {
    color: #4c12a1c9 !important;
    border: 1px solid #848484;
    border-bottom: aliceblue;
    min-height: 40px;
    padding: 0px 16px;
    height: 40px !important;
    float: right;
    top: 0;
    border-top: 0px;
    border-right: 0px;
  }
  .form-bottom li .control-promo .promo-enter-btn.active_button {
    pointer-events: inherit;
    opacity: 1;
    color: #4c12a1 !important;
    border-color: #e8e4dc;
    z-index: 9;
  }
  .form-bottom.mobileview-promo ul li.list-promo.coupon_applied .after-applied {
    z-index: 9;
  }
  .form-bottom li .control-promo.selected .promo-enter-btn:hover {
    color: #fff !important;
  }
  .form-bottom li.list-promo > img {
    opacity: 0;
    position: absolute;
    left: 6px;
    top: 16px;
  }
  .form-bottom li.list-promo.coupon_applied > img {
    opacity: 1;
  }
  .form-bottom.mobileview-promo ul li.list-promo.coupon_applied a {
    padding-left: 28px;
  }
  .form-bottom.mobileview-promo ul li .after-applied {
    background: none;
    width: 100%;
  }
  .mobilesection_form .form-bottom.mobileview-promo {
    text-align: center;
  }
  .form-bottom.mobileview-promo ul li.list-promo.coupon_applied .after-applied {
    top: 0;
    display: inline-block;
    padding: 11px 10px;
    background: #fff;
    color: #000000;
    font-size: 14px;
    align-content: flex-start;
    text-align: left;
    width: 100%;
    left: 0px;
    font-weight: 500;
  }
  .form-bottom.mobileview-promo
    ul
    li.list-promo.coupon_applied
    .after-applied
    img {
    margin-right: 0px;
    display: inline-block;
  }
  .form-bottom.mobileview-promo
    ul
    li.list-promo.coupon_applied
    .after-applied
    #delete_coupon {
    width: auto;
    margin-top: 10px;
  }
  .after-applied #delete_coupon {
    float: right;
    text-decoration: underline;
    color: #4c13a2;
    font-weight: 500;
  }
  .form-bottom.mobileview-promo ul li.list-promo .promo_code {
    margin-right: 0px;
  }
  html.hide_scroll body,
  html.hide_scroll {
    overflow: hidden !important;
    height: 100% !important;
  }
  html.hide_scroll .wrapper,
  html.hide_scroll .wrapper_inner,
  html.hide_scroll body {
    height: 100%;
    overflow: hidden !important;
  }
  footer,
  html.hide_scroll header {
    z-index: 1 !important;
  }
  html.hide_scroll header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    z-index: 999 !important;
  }
  #close_widget {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    height: auto;
    width: 100%;
    z-index: 9;
    line-height: 49px;
    text-align: center;
    border-radius: 0;
    font-size: 16px;
    color: #4c12a1;
    font-weight: 700;
    background: #f9f8f6;
    margin-top: 0;
    opacity: 1;
    padding-bottom: 20px;
    padding-top: 58px;
  }
  form.mobilesection_form #close_widget {
    display: flex;
    justify-content: center;
    gap: 2px;
  }
  form.mobilesection_form #close_widget img {
    margin-right: 5px;
  }
  .mobilesection_form .optional.for-mobile {
    display: block;
    margin-top: 15px;
  }
  .form-outer .form-bottom.mobileview-promo .optional {
    display: none;
  }
  .trav-tooltip .tooltip {
    top: 33px;
  }
  .trav-tooltip .tooltip:after {
    bottom: 27px;
    transform: rotate(180deg);
  }
  .custom_div #get_form_data .mobileview-traveller,
  .custom_div #get_form_data .mobileview-promo,
  .custom_div #get_form_data .mobileview-submit {
    display: none !important;
  }

  .custom_div #get_form_data.mobilesection_form .mobileview-traveller,
  .custom_div #get_form_data.mobilesection_form .mobileview-promo,
  .custom_div #get_form_data.mobilesection_form .mobileview-submit {
    display: inline-block !important;
  }
  .custom_div #get_form_data.mobilesection_form .col-tab {
    height: 98px;
  }
  .reverse-icon {
    left: 46%;
    z-index: 99;
  }
  .user-container .selector-outer ul .slick-prev:before {
    top: 5px !important;
    left: 8px;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender,
  .custom_div #get_form_data.mobilesection_form .mobileview-traveller.show,
  .custom_div #get_form_data.mobilesection_form,
  .custom_div .from-menus.active,
  .custom_div .to-menus.active {
    z-index: 9999;
  }
  .depart-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-unselectable.ui-datepicker-current-day.ui-datepicker-today.in-range
    span:before {
    width: 79px;
    left: -17px;
  }
  .depart-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-unselectable.ui-datepicker-current-day.ui-datepicker-today.in-range
    span:after {
    content: "";
    position: absolute;
    background: #ededed;
    width: 41px;
    height: 40px;
    right: -13px;
    z-index: -1;
    top: 1px;
    border-radius: 0px !important;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.lowfare-tab.mobileview-lowfare {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: auto;
    max-width: 100%;
    padding-top: 40px;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.lowfare-tab.mobileview-lowfare
    label {
    display: inline-block;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.lowfare-tab.mobileview-lowfare
    label.mob_low_fare {
    position: relative;
    width: 40px;
    margin-left: 10px;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.lowfare-tab.mobileview-lowfare
    label.mob_low_fare
    input:checked
    + .slider {
    background-color: #ABABAB;
    height: 21px;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.lowfare-tab.mobileview-lowfare
    label.mob_low_fare
    input {
    font-size: 20px;
    line-height: 27px;
    color: #212121;
    font-weight: 500;
    padding: 0;
    border: 0;
    min-width: inherit;
    float: left;
    clear: inherit;
    outline: none;
    cursor: pointer;
    max-width: 100%;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.lowfare-tab.mobileview-lowfare
    label.mob_low_fare.active
    input:checked
    + .slider {
    background: #00c2d4;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.lowfare-tab.mobileview-lowfare
    label.mob_low_fare.active
    .slider:before {
    left: 20px;
  }

  /* netz */

  p.selectedfrom,
  p.selectedto,
  form#get_form_data.mobilesection_form .selectedfromstate,
  form#get_form_data.mobilesection_form .selectedtostate {
    display: none;
  }

  form#get_form_data.mobilesection_form .custominput {
    visibility: hidden;
  }

  /* netz */
}
@media only screen and (max-width: 1000px) and (min-width: 801px) {
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender,
  .custom_div #get_form_data.mobilesection_form .mobileview-traveller.show,
  .custom_div #get_form_data.mobilesection_form,
  .custom_div .from-menus.active,
  .custom_div .to-menus.active {
    left: 0px;
    max-width: 100%;
    top: 60px !important;
    height: calc(100% - 60px) !important;
  }

  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender.show {
    left: 0px;
    max-width: 100%;
    top: 60px !important;
    height: calc(100% - 130px) !important;
  }

    @media (max-width: 1000px) and (min-width: 769px) {

        .custom_div #get_form_data.mobilesection_form .col-tab.dates-tab.mobileview-datepicker.active_calender,
        .custom_div #get_form_data.mobilesection_form .mobileview-traveller.show,
        .custom_div #get_form_data.mobilesection_form,
        .custom_div .from-menus.active,
        .custom_div .to-menus.active {
            top: 70px !important;

            height: calc(100% - 70px) !important;

        }


        .custom_div #get_form_data.mobilesection_form .col-tab.dates-tab.mobileview-datepicker.active_calender.show {

            top: 70px !important;
            height: calc(100% - 180px) !important;
        }
    }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender.show
    .return-col.sub-col.active
    .return_calendar {
    left: 0px;
    max-width: 100%;
    top: 190px !important;
    height: calc(100% - 273px) !important;
  }

  table.ui-datepicker-calendar tbody tr td.in-range.month-first-date a:after {
    right: -47px;
    border-radius: 50px 0px 0px 50px;
  }
  .selector-outer ul.sizelistcontent.slider:before {
    position: absolute;
    content: "";
    height: 49px;
    width: 42px;
    left: 3px;
    bottom: 1px;
    background-color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 10;
    border-radius: 20px 0px 0px 23px;
  }
}
@media only screen and (max-width: 800px) and (min-width: 768px) {
  .custom_div #get_form_data.mobilesection_form .mobileview-traveller.show,
  .custom_div #get_form_data.mobilesection_form,
  .custom_div .from-menus.active,
  .custom_div .to-menus.active {
    left: 0px;
    max-width: 100%;
    top: 60px;
    height: calc(100% - 60px);
  }

  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender.show {
    left: 0px;
    max-width: 100%;
    top: 60px;
    height: calc(100% - 194px);
  }
      @media (max-width: 1000px) and (min-width: 769px) {

        .custom_div #get_form_data.mobilesection_form .mobileview-traveller.show,
        .custom_div #get_form_data.mobilesection_form,
        .custom_div .from-menus.active,
        .custom_div .to-menus.active {
            top: 70px;
            /*    height: calc(100% - 100px);*/
            height: calc(100% - 70px);
        }

        .custom_div #get_form_data.mobilesection_form .col-tab.dates-tab.mobileview-datepicker.active_calender.show {

            top: 70px;
            height: calc(100% - 204px);
        }

    }

  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender.show
    .return-col.sub-col.active
    .return_calendar {
    left: 0px;
    max-width: 100%;
    top: 190px;
    height: calc(100% - 273px);
  }
  .custom_div .mobileview-datepicker.active_calender .sub-col .continue-btn,
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender,
  .custom_div #get_form_data.mobilesection_form {
    left: 0;
    max-width: 100%;
  }
  table.ui-datepicker-calendar tbody tr td.in-range span {
    width: 100%;
    background: #ededed;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a.ui-state-default:before {
    border-radius: 0;
    left: -50px;
    top: -1px;
    width: 80px;
  }
  table.ui-datepicker-calendar tbody tr td.end-date a:before {
    top: -1px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range:last-child span {
    background: none;
  }
  table.ui-datepicker-calendar tbody tr td.in-range:last-child span:after {
    right: 22px;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.in-range.month-last-date:last-child
    span:after {
    left: inherit;
    width: 80px;
  }
  .source_calendar
    table.ui-datepicker-calendar
    tbody
    tr
    td.dep-start-active:before {
    left: 50% !important;
    margin-left: -26.5px;
  }
  .mobileview-traveller .usersizeselect .selector-outer {
    width: calc(50% - 4%) !important;
  }
  table.ui-datepicker-calendar tbody tr td.end-date.ret-end-active,
  table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.in-range:last-child {
    overflow: visible;
  }
  table.ui-datepicker-calendar tbody tr td.end-date.ret-end-active a:before,
  table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.in-range:last-child
    a:before {
    width: 70px;
    left: -50px;
  }
  /*table.ui-datepicker-calendar tbody tr td.ui-datepicker-days-cell-over.start-date.dep-start-active.ui-datepicker-current-day a:before{
  display: none !important;
}*/
  .user-container .selector-outer > div > span.tooltip {
    width: calc(100% - 11px);
  }
  table.ui-datepicker-calendar tbody tr td.in-range.month-first-date a:after {
    right: -36px;
    border-radius: 50px 0px 0px 50px;
    width: 80px;
  }
  .user-container .selector-outer ul .slick-prev {
    left: 0px;
  }
  .selector-outer ul.sizelistcontent.slider:before {
    position: absolute;
    content: "";
    height: 45px;
    width: 45px;
    left: 0px;
    bottom: 1px;
    background-color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 10;
    border-radius: 20px 0px 0px 23px;
  }
  .user-container .selector-outer ul li a {
    height: 32px;
    width: 32px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 768px) {
  .col-tab.traveler-tab.mobileview-traveller label.mob_travel span.minus {
    padding-top: 7px;
  }
  .col-tab.traveler-tab.mobileview-traveller label.mob_travel span.plus img {
    float: left;
  }
  .ui-datepicker-header .leaving_text_data {
    display: none;
  }
  .users-field .user-container .selector-outer {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .mobileview-traveller .usersizeselect .selector-outer {
    width: calc(50% - 4%) !important;
  }
  .user-container .selector-outer > div > span.tooltip {
    width: 100%;
    padding: 13px 20px;
    left: 0;
  }
  table.ui-datepicker-calendar tbody tr td.in-range:first-child a:after {
    top: -1px;
  }

  table.ui-datepicker-calendar tbody tr td.ui-datepicker-today.in-range span {
    background: #ededed !important;
  }
  table.ui-datepicker-calendar tbody tr td.ui-datepicker-today.in-range a {
    background: #fff !important;
  }
  .return-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-unselectable.ui-state-disabled.start-date.dep-start-active:last-child
    span:before {
    display: none;
  }
  .return-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-unselectable.ui-state-disabled.start-date.dep-start-active:last-child
    span {
    border-radius: 23px !important;
  }
  .return-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-unselectable.ui-state-disabled.start-date.dep-start-active:last-child
    span:before {
    display: none !important;
  }
  .return-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.in-range.month-first-date:last-child
    span:before,
  .return-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.in-range.month-first-date:last-child
    span:after {
    display: none;
  }

  .custom_div .form-bottom ul {
    float: none;
    width: 490px;
    max-width: 450px;
  }
}
@media only screen and (max-width: 947px) and (min-width: 768px) {
  .user-container .selector-outer > div > span.tooltip {
    padding: 3px 20px;
    top: -48px;
    left: 0;
  }
  .depart-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-unselectable.ui-datepicker-current-day.ui-datepicker-today.in-range
    span:before {
    width: 129px;
    left: -67px;
  }
  .depart-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-unselectable.ui-datepicker-current-day.ui-datepicker-today.in-range
    span:after {
    top: -1px;
    width: 93px;
    height: 47px;
    right: 0;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 951px) {
  .custom_div .from-menus.active,
  .custom_div .to-menus.active {
    left: 0;
    max-width: 100%;
    top: 0px;
    height: 100%;
  }
  .custom_div #get_form_data.mobilesection_form .mobileview-traveller,
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender,
  .custom_div #get_form_data.mobilesection_form {
    left: 0;
    max-width: 100%;
    top: 0;
    height: 100%;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender.show
    .return-col.sub-col.active
    .return_calendar {
    position: fixed;
    left: 0;
    max-width: 100%;
    top: 114px;
    height: calc(100% - 211px);
  }
  .custom_div .mobileview-datepicker.active_calender .sub-col .continue-btn {
    left: 0;
    width: 100%;
    max-width: 100%;
  }
  table.ui-datepicker-calendar tbody tr td.start-date a:before {
    width: 80px;
  }
  table.ui-datepicker-calendar tbody tr td.month-last-date span:before,
  table.ui-datepicker-calendar tbody tr td.end-date a:before,
  table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.in-range:last-child
    a:before,
  table.ui-datepicker-calendar tbody tr td.in-range a.ui-state-default:before,
  table.ui-datepicker-calendar tbody tr td.in-range a:before,
  table.ui-datepicker-calendar tbody tr td.in-range span:before {
    width: 80px;
    left: -50px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range:first-child a:after,
  table.ui-datepicker-calendar tbody tr td.in-range a:after,
  table.ui-datepicker-calendar tbody tr td.in-range span:after,
  table.ui-datepicker-calendar tbody tr td.in-range:after {
    right: -51px;
    width: 80px;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-days-cell-over.start-date.dep-start-active.ui-datepicker-current-day
    a:before {
    display: none !important;
  }
  table.ui-datepicker-calendar tbody tr td.in-range:last-child span:before {
    content: "";
    left: -48px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range:last-child span:after {
    border-radius: 0px 28px 28px 0px;
    right: -8px;
  }

  .source_calendar
    table.ui-datepicker-calendar
    tbody
    tr
    td.dep-start-active:before {
    border: 1px solid #1abed7;
    box-sizing: border-box;
    content: "";
    position: absolute;
    left: 50% !important;
    top: 1px !important;
    width: 53px !important;
    height: 53px !important;
    border-radius: 40px;
    margin-left: -26px;
  }
  .depart-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-unselectable.ui-datepicker-current-day.ui-datepicker-today.in-range
    span:before {
    width: 129px;
    left: -107px;
  }
}
@media only screen and (max-width: 950px) and (min-width: 801px) {
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender,
  .custom_div #get_form_data.mobilesection_form .mobileview-traveller,
  .custom_div #get_form_data.mobilesection_form,
  .custom_div .from-menus.active,
  .custom_div .to-menus.active {
    left: 0px;
    max-width: 100%;
    top: 0;
    height: 100%;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender.show
    .return-col.sub-col.active
    .return_calendar {
    left: 0px;
    max-width: 100%;
    top: 111px;
    height: calc(100% - 218px);
  }

  .custom_div .mobileview-datepicker.active_calender .sub-col .continue-btn,
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab.mobileview-datepicker.active_calender,
  .custom_div #get_form_data.mobilesection_form {
    left: 0;
    max-width: 100%;
  }
  table.ui-datepicker-calendar tbody tr td.in-range span {
    width: 100%;
    background: #ededed;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a.ui-state-default:before {
    border-radius: 0;
    left: -55px;
    top: -1px;
    width: 87px;
  }
  table.ui-datepicker-calendar tbody tr td.end-date a:before {
    top: -1px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range:last-child span {
    background: none;
  }
  table.ui-datepicker-calendar tbody tr td.in-range:last-child span:after {
    right: 22px;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.in-range.month-last-date:last-child
    span:after {
    left: inherit;
    width: 87px;
  }
  .source_calendar
    table.ui-datepicker-calendar
    tbody
    tr
    td.dep-start-active:before {
    left: 50% !important;
    margin-left: -26.5px;
  }

  table.ui-datepicker-calendar tbody tr td.end-date.ret-end-active,
  table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.in-range:last-child {
    overflow: visible;
  }
  table.ui-datepicker-calendar tbody tr td.end-date.ret-end-active a:before,
  table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.in-range:last-child
    a:before {
    width: 87px;
    left: -60px;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-days-cell-over.start-date.dep-start-active.ui-datepicker-current-day
    a:before {
    display: none !important;
  }
  table.ui-datepicker-calendar tbody tr td.start-date a:before {
    width: 87px;
    height: 47px;
    left: 50%;
    top: -1px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a:before,
  table.ui-datepicker-calendar tbody tr td.in-range span:before {
    width: 87px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a:after,
  table.ui-datepicker-calendar tbody tr td.in-range a:before,
  table.ui-datepicker-calendar tbody tr td.in-range span:after,
  table.ui-datepicker-calendar tbody tr td.in-range span:before {
    width: 87px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a:after,
  table.ui-datepicker-calendar tbody tr td.in-range span:after,
  table.ui-datepicker-calendar tbody tr td.in-range:after {
    left: inherit;
    right: -31px;
    top: -1px;
  }
}

@media only screen and (max-width: 767px) {
  .div-main-img-content-booking {
    flex-direction: column;
    justify-content: center;
  }
  .img-book-online {
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .online-booking-notice h2 {
    text-align: center;
  }
  .mobileview-traveller .usersizeselect .selector-outer {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .traveler-tab.show .user-container .selector-outer p {
    margin-bottom: 4px;
  }
  .mobileview-traveller .usersizeselect .selector-outer:last-child {
    margin-bottom: 20px;
  }
  .col-tab.traveler-tab.mobileview-traveller label.mob_travel span.minus {
    padding-top: 8px;
  }
  .col-tab.traveler-tab.mobileview-traveller label.mob_travel span.plus{
    padding-top:5px;
  }
  .col-tab.traveler-tab.mobileview-traveller label.mob_travel span.plus img {
    margin-top: 20px;
    float: left;
  }
  .user-container .selector-outer > div > span.tooltip {
    top: -28px;
  }
  .source_calendar
    table.ui-datepicker-calendar
    tbody
    tr
    td.dep-start-active:before {
    left: 50%;
    top: 0px;
    margin-left: -23.5px;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .mobileview-traveller
    .mob_travel {
    padding-top: 8px;
  }
  .form-content {
    float: left;
  }
  .custom_div
    form#get_form_data.mobilesection_form
    .content-wrapper
    button.tab-btn {
    margin-top: 10px;
  }
  .mobilesection_form .optional.for-mobile {
    margin-top: 10px;
  }
  #get_form_data.mobilesection_form
    .col1
    .col-tab.to-col.show_flight
    .selectedto {
    padding-left: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) and (min-width: 500px) {
  table.ui-datepicker-calendar tbody tr td.start-date a {
    display: inline-block;
  }
  table.ui-datepicker-calendar tbody tr td.start-date a:before {
    width: 61px;
    height: 40px;
    right: -40px;
    border-radius: 0;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.start-date.dep-start-active
    a:before {
    width: 61px;
    height: 40px;
    right: -40px;
    border-radius: 0;
    display: block;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a:after,
  table.ui-datepicker-calendar tbody tr td.in-range a:before,
  table.ui-datepicker-calendar tbody tr td.in-range span:after,
  table.ui-datepicker-calendar tbody tr td.in-range span:before {
    width: 70px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range span {
    width: 100%;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.in-range:last-child
    a:before {
    left: -32px;
    border-radius: 0px 20px 20px 0px;
  }
  table.ui-datepicker-calendar tbody tr td:first-child span:before {
    left: 7px;
  }
  table.ui-datepicker-calendar tbody tr td:first-child span:after {
    right: -30px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a:after,
  table.ui-datepicker-calendar tbody tr td.in-range a:before,
  table.ui-datepicker-calendar tbody tr td.in-range span:after,
  table.ui-datepicker-calendar tbody tr td.in-range span:before {
    width: 70px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range span,
  table.ui-datepicker-calendar tbody tr td a {
    display: inline-block;
    line-height: 40px;
  }
  table.ui-datepicker-calendar tbody tr td.dep-start-active a {
    border-color: #1abed7 !important;
    background: #1abed7 !important;
    color: #fff !important;
  }
  table.ui-datepicker-calendar tbody tr td.in-range span:after {
    top: 0;
  }

  table.ui-datepicker-calendar tbody tr td.in-range a:after {
    width: 70px !important;
    right: -45px !important;
    top: 0;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a:before {
    left: -37px !important;
    width: 70px !important;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a {
    background: #fff !important;
  }
  table.ui-datepicker-calendar tbody tr td.end-date:last-child a:before {
    left: -42px;
    width: 70px;
    border-radius: 0px 20px 20px 0px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range span:before {
    left: -3px;
    top: 0;
  }
  .depart-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-unselectable.ui-datepicker-current-day.ui-datepicker-today.in-range
    span:before {
    width: 109px;
    left: -47px;
  }
  .depart-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-unselectable.ui-datepicker-current-day.ui-datepicker-today.in-range
    span:after {
    width: 61px;
    height: 38px;
  }
}

@media only screen and (max-width: 499px) and (min-width: 375px) {
  table.ui-datepicker-calendar tbody tr td.start-date a {
    display: inline-block;
  }
  table.ui-datepicker-calendar tbody tr td.start-date a:before {
    width: 61px;
    height: 40px;
    right: -40px;
    border-radius: 0;
    top: 0px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a:after,
  table.ui-datepicker-calendar tbody tr td.in-range a:before,
  table.ui-datepicker-calendar tbody tr td.in-range span:after,
  table.ui-datepicker-calendar tbody tr td.in-range span:before {
    width: 70px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range span {
    width: 100%;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.in-range:last-child
    a:before {
    left: -32px;
    border-radius: 0px 20px 20px 0px;
  }
  table.ui-datepicker-calendar tbody tr td:first-child span:before {
    left: 7px;
  }
  table.ui-datepicker-calendar tbody tr td:first-child span:after {
    right: -30px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a:after,
  table.ui-datepicker-calendar tbody tr td.in-range a:before,
  table.ui-datepicker-calendar tbody tr td.in-range span:after,
  table.ui-datepicker-calendar tbody tr td.in-range span:before {
    width: 70px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range span,
  table.ui-datepicker-calendar tbody tr td a {
    display: inline-block;
    line-height: 40px;
  }
  table.ui-datepicker-calendar tbody tr td.dep-start-active a {
    border-color: #1abed7 !important;
    background: #1abed7 !important;
    color: #fff !important;
  }
  table.ui-datepicker-calendar tbody tr td.in-range span:after {
    top: 0;
  }

  table.ui-datepicker-calendar tbody tr td.in-range a:after {
    width: 70px !important;
    right: -45px !important;
    top: 0;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a:before {
    left: -37px !important;
    width: 70px !important;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a {
    background: #fff !important;
  }
  table.ui-datepicker-calendar tbody tr td.end-date:last-child a:before {
    left: -42px;
    width: 70px;
    border-radius: 0px 20px 20px 0px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range span:before {
    left: -3px;
    top: 0;
  }
  table.ui-datepicker-calendar tbody tr td.in-range span:before {
    top: 0px;
    height: 40px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a:before,
  table.ui-datepicker-calendar tbody tr td.in-range a:after,
  table.ui-datepicker-calendar tbody tr td.in-range span:after {
    top: 0px;
    height: 40px;
  }
  .form-bottom.mobileview-promo ul li.list-promo.coupon_applied .after-applied {
    font-size: 12px;
  }
  .form-bottom.mobileview-promo ul li.list-promo .promo_code {
    font-size: 12px;
  }
}

@media only screen and (max-width: 450px) {
  table.ui-datepicker-calendar tbody tr td.in-range a:after,
  table.ui-datepicker-calendar tbody tr td.in-range a:before,
  table.ui-datepicker-calendar tbody tr td.in-range span:after,
  table.ui-datepicker-calendar tbody tr td.in-range span:before {
    width: 61px !important;
  }
  .form-bottom li .control-promo input {
    padding-right: 15px;
  }
  .custom_div .form-bottom ul {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .mobileview-traveller .usersizeselect .selector-outer {
    padding-top: 20px;
  }
  .user-container .selector-outer > div > span.tooltip {
    font-size: 13px;
    top: -29px;
    line-height: 19px;
    width: calc(100% - 11px);
    padding: 4px 15px;
  }
  .custom_div .col-tab.dates-tab {
    margin: 10px 0px 20px;
  }

  .error_msg {
    float: left;
  }
}
@media only screen and (max-width: 467px) {
  .user-container .selector-outer > div > span.tooltip {
    font-size: 12px;
    top: -40px;
    line-height: 15px;
    width: calc(100% - 11px);
  }

  .custom_div #get_form_data.mobilesection_form .mobileview-traveller.show {
    height: 100%;
  }
}

@media only screen and (max-width: 390px) {
  .mobileview-traveller .usersizeselect .selector-outer {
    padding-top: 10px;
    margin-bottom: 10px;
    width: calc(100% - 11px);
    font-size: 13px;
    line-height: 15px;
    top: -40px;
  }
}

@media only screen and (max-width: 415px) {
  .custom_div
    #get_form_data.mobilesection_form
    .mobileview-traveller.show
    label.mob_travel {
    margin-bottom: 0px;
  }
  .user-container .selector-outer ul li {
    margin-top: 0;
  }
  .user-container .selector-outer ul .slick-list {
    top: 5px;
  }
  .user-container .selector-outer ul {
    padding: 22px 9px;
  }
  .user-container .selector-outer:after {
    height: 48px;
    background-size: contain;
    width: 31px;
  }
  .user-container .selector-outer:before {
    height: 46px;
    background-size: contain;
    width: 31px;
    bottom: 0px;
  }
  .selector-outer ul.sizelistcontent.slider:before {
    height: 43px;
    width: 31px;
  }
  .col-tab.traveler-tab.mobileview-traveller.show
    .user-container.usersizeselect
    .selector-outer {
    margin-right: 0px;
  }
  .user-container .selector-outer ul .slick-prev {
    left: 2px;
    width: 43px;
    height: 38px;
    border-radius: 20px;
    top: 3px;
  }
  .mobileview-traveller .usersizeselect .selector-outer {
    top: 0px;
    margin-bottom: 0;
    padding-top: 20px;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .mobileview-traveller.show
    .usersizeselect
    .mob_trav {
    margin-top: 11px;
    line-height: 42px;
  }
  .form-bottom li.list-promo {
    max-width: 100%;
    margin: 0px auto;
    display: inherit;
    float: none;
  }
  .user-container .selector-outer ul .slick-prev:before {
    top: 2px !important;
    left: 8px;
  }
}
@media only screen and (max-width: 370px) {
  table.ui-datepicker-calendar tbody tr td.in-range a:after,
  table.ui-datepicker-calendar tbody tr td.in-range a:before,
  table.ui-datepicker-calendar tbody tr td.in-range span:after,
  table.ui-datepicker-calendar tbody tr td.in-range span:before {
    width: 41px !important;
  }
}
.user-container .selector-outer.active > p:focus-visible,
.selector-adult-col:focus-visible,
.user-container .selector-outer ul.active:focus-visible,
.custom_div .col-tab .to-menus label.active:focus-visible,
.custom_div .col-tab .from-menus label.active:focus-visible {
  outline: 1px solid #4c12a1;
}
.user-container .selector-outer ul li.active:focus-visible a {
  border: 1px solid #808080;
}
.user-container .selector-outer ul.active:focus-visible {
  outline: none;
}
.user-container .selector-outer ul.active:after {
  width: 271px;
  position: absolute;
  left: -1px;
  top: 0px;
  height: 99%;
  border: 1px solid #4c12a1;
  content: "";
  z-index: 999;
  border-radius: 50px;
}
.user-container .selector-outer:nth-child(4) ul.active:after,
.user-container .selector-outer:nth-child(2) ul.active:after {
  width: 270px;
  left: -14px;
}
.custom_div .col-tab.traveler-tab.disabled_selection .user-container.active {
  display: none;
}

@media only screen and (max-width: 360px) {
  .reverse-icon {
    left: 50%;
    z-index: 99;
    margin-left: -15px;
  }
}

.error_msg {
  background: #ec112e;
  color: #fff;
  font-size: 16px;
  position: absolute;
  width: 94%;
  left: 3%;
  bottom: 0px;
  padding: 7px 0px;
  text-align: center;
}
.error_msg a {
  color: #fff;
  text-decoration: underline;
}

.error_msg p img {
  max-width: 16px;
  margin-right: 6px;
}
.error_msg > img {
  float: right;
  margin: 5px 20px 0px 0px;
  cursor: pointer;
}
.error_msg p {
  font-size: 16px;
  color: #fff;
}
.error_msg .no_results {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  float: left;
  text-align: center;
  width: 95%;
}
@media only screen and (max-width: 1100px) and (min-width: 1001px) {
  .error_msg {
    bottom: 7px;
  }
}
@media only screen and (max-width: 1000px) {
  .error_msg {
    bottom: inherit;
    top: 0px;
    position: inherit;
  }
  .error_msg .no_results {
    font-size: 13px;
  }
  .depart-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-current-day.ui-datepicker-current-day
    a {
    display: inline-block;
  }
  .error_msg {
    padding: 7px 10px;
    text-align: center;
  }
  .error_msg .no_results {
    width: calc(100% - 14px);
    text-align: center;
    display: inline-block;
  }
  .error_msg > img {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .no_results {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    line-height: 20px;
    padding: 0px 30px;
    text-align: left;
  }
  .error_msg p img {
    max-width: 23px;
    margin-right: 12px;
    float: left;
    margin-top: 7px;
  }
  .error_msg > img {
    margin: 5px 0px 0px 0px;
    position: absolute;
    right: 7px;
    top: 3px;
  }
  .error_msg {
    /*  bottom: inherit;
    top: -50px;*/
  }
}
@media only screen and (max-width: 450px) {
  /*.custom_div {
      margin-top: 40px !important;
  }*/
  .error_msg {
    width: 100%;
    /*top: -57px; */
    left: 0px;
  }
  .no_results {
    font-size: 14px;
  }
  .error_msg p img {
    max-width: 23px;
    margin-right: 6px;
    float: left;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -11px;
  }
  .error_msg .no_results {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding-left: 40px;
    padding-right: 30px;
    float: none;
  }
}
@media only screen and (max-width: 360px) {
  .error_msg .no_results {
    font-size: 12px;
    line-height: 16px;
  }
}

/*New Css*/
.dates-tab.re-selected
  .depart-col
  .source_calendar
  table.ui-datepicker-calendar
  tbody
  tr
  td.start-date.dep-start-active:before {
  border: 1px solid #1abed7;
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  width: 52px !important;
  height: 52px !important;
  border-radius: 40px;
  margin-left: -25px;
  margin-top: -26px;
}
.dates-tab.re-selected
  .depart-col
  .source_calendar
  table.ui-datepicker-calendar
  tbody
  tr
  td.start-date.dep-start-active.ui-datepicker-week-end:before {
  margin-left: -26px;
}

.return-col
  table.ui-datepicker-calendar
  tbody
  tr
  td.ui-datepicker-days-cell-over.ui-datepicker-unselectable.ui-state-disabled.ui-datepicker-current-day.ui-datepicker-today
  span:after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  background: #14aac1;
  border-radius: 10px;
  bottom: -10px;
  left: 50%;
  margin-left: -2px;
  right: inherit;
  top: inherit;
}

.re-selected
  .depart-col
  table.ui-datepicker-calendar
  tbody
  tr
  td.ui-datepicker-days-cell-over.start-date.dep-start-active.ui-datepicker-current-day.ui-datepicker-today:before {
  margin-left: -26px;
}
.re-selected
  .depart-col
  table.ui-datepicker-calendar
  tbody
  tr
  td.ui-datepicker-days-cell-over.start-date.dep-start-active.ui-datepicker-current-day.ui-datepicker-today
  a {
  background: #1abed7 !important;
  color: #fff !important;
}
.return-col
  table.ui-datepicker-calendar
  tbody
  tr
  td.ui-datepicker-unselectable.ui-state-disabled.start-date.dep-start-active {
  opacity: 1;
}
.return-col
  table.ui-datepicker-calendar
  tbody
  tr
  td.ui-datepicker-unselectable.ui-state-disabled.start-date.dep-start-active
  span,
.return-col
  table.ui-datepicker-calendar
  tbody
  tr
  td.ui-datepicker-days-cell-over.ui-datepicker-unselectable.ui-state-disabled.start-date.dep-start-active.ui-datepicker-current-day
  span {
  border: 1px solid #dedede;
  text-decoration: none !important;
  background: #ffffff;
  height: 46px;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  border-color: #1abed7 !important;
  background: #1abed7 !important;
  color: #fff !important;
}
.re-selected
  .depart-col
  table.ui-datepicker-calendar
  tbody
  tr
  td.samedate
  a:before,
.return-col table.ui-datepicker-calendar tbody tr td.samedate a:before {
  display: none !important;
}

@media only screen and (min-width: 1001px) {
  .dates-tab
    .depart-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ret-end-active
    span {
    border: 1px solid #dedede;
    text-decoration: none !important;
    border-color: #262626 !important;
    background: #262626 !important;
    color: #fff !important;
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 700;
  }
  .dates-tab
    .depart-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ret-end-active {
    opacity: 1;
  }
  .user-container .selector-outer:nth-child(4) ul.active:after,
  .user-container .selector-outer:nth-child(2) ul.active:after {
    width: 270px;
    left: inherit;
    right: 0px;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-days-cell-over.ui-datepicker-unselectable.ui-state-disabled.in-range.ui-datepicker-current-day.ui-datepicker-today
    span:after {
    bottom: 0px;
  }

  table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-days-cell-over.ui-datepicker-unselectable.ui-state-disabled.in-range.ui-datepicker-current-day.ui-datepicker-today
    span:before {
    width: 75px;
  }
  .return-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-unselectable.ui-state-disabled.start-date.dep-start-active
    + td
    a,
  .return-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-days-cell-over.ui-datepicker-unselectable.ui-state-disabled.start-date.dep-start-active.ui-datepicker-current-day
    span
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-today.in-range
    span,
  table.ui-datepicker-calendar tbody tr td.ui-datepicker-today.in-range a {
    background: #fff !important;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 768px) {
  .return-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-unselectable.ui-state-disabled.start-date.dep-start-active
    span:before,
  .col-tab.dates-tab.mobileview-datepicker.active_calender.show
    .return-col
    .date-picker
    .return_calendar.return_day
    table.ui-datepicker-calendar
    tbody
    tr
    td.start-date
    span:before {
    display: block;
    content: "";
    position: absolute;
    background: #ededed;
    width: 79px;
    height: 47px;
    right: -47px;
    z-index: -1;
    top: -2px;
    border-radius: 7px 0px 0px 7px;
  }
  .error_msg {
    float: left;
  }
  .return-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-unselectable.ui-state-disabled.start-date.dep-start-active
    span,
  .col-tab.dates-tab.mobileview-datepicker.active_calender.show
    .return-col
    .date-picker
    .return_calendar.return_day
    table.ui-datepicker-calendar
    tbody
    tr
    td.start-date
    span {
    display: inline-block;
  }
  .return-col
    .date-picker
    .return_calendar
    table.ui-datepicker-calendar
    tbody
    tr
    td.start-date
    a:before,
  .col-tab.dates-tab.mobileview-datepicker.active_calender.show
    .return-col
    .date-picker
    .return_calendar
    table.ui-datepicker-calendar
    tbody
    tr
    td.start-date
    a:before {
    display: block;
  }
  .dates-tab.re-selected
    .depart-col
    .source_calendar
    table.ui-datepicker-calendar
    tbody
    tr
    td.start-date.dep-start-active:before {
    width: 53px !important;
    height: 52px !important;
    border-radius: 40px;
    margin-left: -27px;
    margin-top: -25.5px;
  }
  .re-selected
    .depart-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-days-cell-over.start-date.dep-start-active.ui-datepicker-current-day.ui-datepicker-today:before {
    margin-left: -27px;
  }
  .return-col
    .return_calendar
    table.ui-datepicker-calendar
    tbody
    tr
    td.dep-start-active
    a {
    border-color: #1abed7 !important;
    background: #1abed7 !important;
    color: #fff !important;
  }
  .return-col.nodate
    .date-picker
    .return_calendar
    table.ui-datepicker-calendar
    tbody
    tr
    td.start-date
    a:before,
  .col-tab.dates-tab.mobileview-datepicker.active_calender.show
    .return-col.nodate
    .date-picker
    .return_calendar
    table.ui-datepicker-calendar
    tbody
    tr
    td.start-date
    a:before {
    display: none;
  }
  .depart-col
    .source_calendar
    table
    tbody
    tr
    td.start-date.dep-start-active
    a:before {
    display: none;
  }
  .return-col.nodate
    table.ui-datepicker-calendar
    tbody
    tr
    td.start-date.dep-start-active
    span {
  }
  .return-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-unselectable.ui-state-disabled.start-date.dep-start-active
    span,
  .return-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-days-cell-over.ui-datepicker-unselectable.ui-state-disabled.start-date.dep-start-active.ui-datepicker-current-day
    span {
    display: inline-block;
  }
  .return-col.nodate
    table.ui-datepicker-calendar
    tbody
    tr
    td.start-date.dep-start-active
    span:before {
    display: none !important;
  }
  .re-selected
    .depart-col
    .source_calendar
    table
    tbody
    tr
    td.start-date.dep-start-active
    a:before {
    display: block;
  }
  .col-tab
    .return-col
    table.ui-datepicker-calendar
    tbody
    tr:first-child
    .ui-datepicker-week-end.in-range.month-first-date
    a:before {
    display: none !important;
  }
  .dates-tab.re-selected
    .depart-col
    .source_calendar
    table
    tr
    td.end-date.ret-end-active
    span {
    height: 47px;
    width: 47px;
    line-height: 47px;
    display: inline-block;
    border-color: #262626 !important;
    background: #262626 !important;
    color: #fff;
    border-radius: 40px;
  }
  .dates-tab.re-selected
    .depart-col
    .source_calendar
    table
    tr
    td.end-date.ret-end-active
    span:before {
    display: block;
    content: "";
    position: absolute;
    background: #ededed;
    width: 79px;
    height: 47px;
    left: -47px;
    z-index: -1;
    top: 0px;
    border-radius: 7px 0px 0px 7px;
  }
  table.ui-datepicker-calendar tbody tr td.start-date a:before {
    width: 67px;
  }
  .custom_div .col-tab.to-col.hasdestination {
    background: #fff;
  }

  .one_way_calender
    .depart-col.sub-col.active
    .source_calendar
    .ui-datepicker-calendar
    td.start-date
    a:before {
    display: none;
  }

  .form-content
    .return-col
    table.ui-datepicker-calendar
    tbody
    tr:first-child
    td.in-range.month-first-date:last-child
    a:after {
    content: "";
    display: block !important;
    right: 0px;
    border-radius: 50px 0px 0px 50px;
    width: 54px;
  }
  .re-selected
    .depart-col.dateno
    .source_calendar
    table
    tbody
    tr
    td.start-date.dep-start-active
    a:before {
    display: none;
  }

  table.ui-datepicker-calendar
    tbody
    tr
    td.td.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.in-range.month-first-date:last-child:before {
    display: none;
  }
  table.ui-datepicker-calendar
    tbody
    tr:first-child
    td.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.in-range.month-first-date:last-child
    span:before {
    content: "";
    display: block;
    left: 24px;
    border-radius: 40px;
  }
  .trav-tooltip .tooltip {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 767px) {
  .dates-tab.re-selected
    .depart-col
    .source_calendar
    table.ui-datepicker-calendar
    tbody
    tr
    td.start-date.dep-start-active:before {
    width: 47px !important;
    height: 47px !important;
    margin-left: -24px;
    margin-top: -25px;
  }
  .error_msg {
    float: left;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.month-first-date.ret-end-active
    a:before {
    display: none;
  }

  .return-col
    .return_calendar
    table.ui-datepicker-calendar
    tbody
    tr
    td.dep-start-active
    span:before,
  .return-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-unselectable.ui-state-disabled.start-date.dep-start-active
    span:before,
  .col-tab.dates-tab.mobileview-datepicker.active_calender.show
    .return-col
    .date-picker
    .return_calendar.return_day
    table.ui-datepicker-calendar
    tbody
    tr
    td.start-date
    span:before {
    display: block;
    content: "";
    position: absolute;
    background: #ededed;
    width: 79px;
    height: 40px;
    right: -47px;
    z-index: -1;
    top: 1px;
    border-radius: 7px 0px 0px 7px;
  }
  .return-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-unselectable.ui-state-disabled.start-date.dep-start-active
    span,
  .col-tab.dates-tab.mobileview-datepicker.active_calender.show
    .return-col
    .date-picker
    .return_calendar.return_day
    table.ui-datepicker-calendar
    tbody
    tr
    td.start-date
    span {
    display: inline-block;
  }
  .return-col
    .date-picker
    .return_calendar
    table.ui-datepicker-calendar
    tbody
    tr
    td.start-date
    a:before,
  .col-tab.dates-tab.mobileview-datepicker.active_calender.show
    .return-col
    .date-picker
    .return_calendar
    table.ui-datepicker-calendar
    tbody
    tr
    td.start-date
    a:before {
    display: block;
  }
  .return-col
    .return_calendar
    table.ui-datepicker-calendar
    tbody
    tr
    td.dep-start-active
    span {
    vertical-align: middle;
    border-color: #1abed7 !important;
    background: #1abed7 !important;
    color: #fff !important;
    display: inline-block;
    line-height: 41px;
    border-radius: 20px;
  }
  .return-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-unselectable.ui-state-disabled.start-date.dep-start-active
    span,
  .return-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-days-cell-over.ui-datepicker-unselectable.ui-state-disabled.start-date.dep-start-active.ui-datepicker-current-day
    span {
    height: 42px;
    width: 42px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    line-height: 42px;
  }
  .return-col
    .return_calendar
    table.ui-datepicker-calendar
    tbody
    tr
    td.dep-start-active
    a {
    border-color: #1abed7 !important;
    background: #1abed7 !important;
    color: #fff !important;
  }
  .return-col.nodate
    .date-picker
    .return_calendar
    table.ui-datepicker-calendar
    tbody
    tr
    td.start-date
    a:before,
  .col-tab.dates-tab.mobileview-datepicker.active_calender.show
    .return-col.nodate
    .date-picker
    .return_calendar
    table.ui-datepicker-calendar
    tbody
    tr
    td.start-date
    a:before {
    display: none;
  }

  .return-col
    .return_calendar
    table.ui-datepicker-calendar
    tbody
    tr
    td.dep-start-active
    span:before {
    display: block;
    content: "";
    position: absolute;
    background: #ededed;
    width: 79px;
    height: 40px;
    right: -47px;
    z-index: -1;
    top: -1px;
    border-radius: 7px 0px 0px 7px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range:first-child a:after {
    height: 40px;
  }
  table.ui-datepicker-calendar tbody tr td.ui-datepicker-today.in-range span,
  table.ui-datepicker-calendar tbody tr td.ui-datepicker-today.in-range a {
    background: #fff !important;
  }
  .custom_div .col-tab.to-col.hasdestination {
    background: #fff;
  }
  .form-content
    .return-col
    table.ui-datepicker-calendar
    tbody
    tr:first-child
    td.in-range.month-first-date:last-child
    a:after {
    content: "";
    display: block !important;
    right: -0px !important;
    border-radius: 50px 0px 0px 50px;
    width: 44px !important;
  }
  .form-bottom li .control-promo input {
    border-radius: 0px;
    font-size: 16px;
    line-height: 26.666666667px;
    padding: 6.666666667px 6.666666667px 6.666666667px 148px;
    width: 133.333333333%;
    transform: scale(0.825);
    transform-origin: left top;
    margin-bottom: -10px;
    margin-right: -33.333333333%;
    height: 54px;
  }

  .custom_div .col1 .col-tab .list-item.search-list input[type="text"] {
    border-radius: 0px;
    font-size: 16px;
    line-height: 26.666666667px;
    width: calc(100% - 66px);
    transform: scale(1);
    transform-origin: left top;
    margin-right: -33.333333333%;
    height: 47px;
  }

  .re-selected
    .depart-col
    .source_calendar
    table
    tbody
    tr
    td.start-date.dep-start-active
    a:before {
    display: block;
  }
  .re-selected
    .depart-col.dateno
    .source_calendar
    table
    tbody
    tr
    td.start-date.dep-start-active
    a:before {
    display: none;
  }

  .depart-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-current-day.ui-datepicker-current-day
    a {
    height: 41px;
    width: 41px;
  }
  .dates-tab.re-selected
    .depart-col
    .source_calendar
    table.ui-datepicker-calendar
    tbody
    tr
    td.start-date.dep-start-active:before {
    margin-top: -24px;
  }
  .trav-tooltip .tooltip {
    font-size: 13px !important;
  }
  .re-selected
    .depart-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-days-cell-over.start-date.dep-start-active.ui-datepicker-current-day.ui-datepicker-today:before {
    margin-left: -24px;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 1200px) {
  table.ui-datepicker-calendar tbody tr td.in-range a:before,
  table.ui-datepicker-calendar tbody tr td.in-range span:before {
    content: "";
    position: absolute;
    background: #ededed;
    width: 56px;
    height: 46px;
    left: -26px;
    z-index: -1;
    top: -1px;
  }
}
@media only screen and (max-width: 425px) and (min-width: 400px) {
  .user-container .selector-outer ul .slick-list {
    max-width: 252px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 380px) and (min-width: 350px) {
  .dates-tab.re-selected
    .depart-col
    .source_calendar
    table.ui-datepicker-calendar
    tbody
    tr
    td.start-date.dep-start-active:before {
    width: 47px !important;
    height: 47px !important;
    margin-top: -24px;
  }
  .re-selected
    .depart-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-days-cell-over.start-date.dep-start-active.ui-datepicker-current-day.ui-datepicker-today:before {
    margin-left: -23px;
  }
  .user-container .selector-outer ul .slick-list {
    left: 34px;
  }
  .form-bottom.mobileview-promo ul li.list-promo.coupon_applied .after-applied {
    font-size: 11px;
    padding-left: 4px !important;
    padding-right: 5px !important;
  }
}
@media only screen and (max-width: 349px) and (min-width: 320px) {
  .dates-tab.re-selected
    .depart-col
    .source_calendar
    table.ui-datepicker-calendar
    tbody
    tr
    td.start-date.dep-start-active:before {
    width: 47px !important;
    height: 47px !important;
    margin-top: -23px;
  }
  .re-selected
    .depart-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-days-cell-over.start-date.dep-start-active.ui-datepicker-current-day.ui-datepicker-today:before {
    margin-left: -20px;
  }
  .depart-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-current-day.ui-datepicker-current-day
    a {
    height: 41px;
    width: 41px;
    vertical-align: middle;
    line-height: 37px;
  }
  .user-container .selector-outer ul .slick-list {
    left: 34px;
  }
  .form-bottom.mobileview-promo ul li.list-promo.coupon_applied .after-applied {
    font-size: 11px;
    padding-left: 4px !important;
    padding-right: 5px !important;
  }
}
@media only screen and (max-width: 340px) and (min-width: 320px) {
  table.ui-datepicker-calendar tbody tr td a {
    display: inline-block;
    vertical-align: middle;
    line-height: 38px;
  }
  table.ui-datepicker-calendar tbody tr td.start-date a {
    height: 38px;
    width: 38px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a {
    height: 38px;
    width: 38px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a.ui-state-default:before {
    height: 38px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range a:after {
    top: -3px;
    height: 40px;
  }
  table.ui-datepicker-calendar tbody tr td a,
  table.ui-datepicker-calendar tbody tr td span {
    position: relative;
    height: 38px;
    width: 38px;
  }
  table.ui-datepicker-calendar tbody tr td.end-date a:before {
    height: 38px;
  }
  .form-content
    .return-col
    table.ui-datepicker-calendar
    tbody
    tr:first-child
    td.in-range.month-first-date:last-child
    a:after {
    width: 38px !important;
    height: 38px;
  }
  table.ui-datepicker-calendar tbody tr td.in-range:first-child a:after {
    height: 38px;
    top: -1px;
  }
  table.ui-datepicker-calendar tbody tr td {
    padding: 4px 2px;
    width: 38px;
    height: 38px;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-unselectable.ui-state-disabled.end-date.ret-end-active.month-last-date
    span:before {
    content: "";
    border-color: #262626;
    background: #262626;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: 38px;
    border-radius: 50% !important;
  }
  .re-selected
    .depart-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-days-cell-over.start-date.dep-start-active.ui-datepicker-current-day.ui-datepicker-today:before {
    margin-left: -22px;
  }
}

@media only screen and (max-width: 380px) {
  .custom_div
    #get_form_data.mobilesection_form
    .mobileview-traveller.show
    .usersizeselect {
    padding: 0px 10px 0px 20px;
  }
  .user-container .selector-outer ul li {
    margin-right: 2px;
    margin-left: 5px;
  }
  .user-container .selector-outer ul .slick-list {
    left: 27%;
  }
  .form-bottom.mobileview-promo ul li.list-promo.coupon_applied .after-applied {
    font-size: 11px;
  }
  .form-bottom.mobileview-promo ul li.list-promo .promo_code {
    font-size: 11px;
  }
  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .form-bottom
    li
    .control-promo
    input {
    width: calc(100% - 21px) !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 320px) {
  .form-bottom.mobileview-promo ul li.list-promo.coupon_applied .after-applied {
    font-size: 10px;
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .form-bottom.mobileview-promo ul li.list-promo .promo_code {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1000px) {
  .optional {
    float: left;
    width: 31%;
    text-align: left;
  }
  .custom_div .form-bottom ul {
    width: 56%;
  }
}
@media only screen and (max-width: 360px) and (min-width: 321px) {
  .form-bottom.mobileview-promo ul li.list-promo.coupon_applied .after-applied {
    font-size: 10px;
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .form-bottom.mobileview-promo ul li.list-promo .promo_code {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1000px) {
  .hide_scroll .custom_div #get_form_data.mobilesection_form {
    top: 60px !important;
  }
  @media only screen and (min-width: 769px) {

    .hide_scroll .custom_div #get_form_data.mobilesection_form {
        /*    top: 100px !important;*/
        top: 70px !important;
    }

    }
  html.hide_scroll header .header_top {
    display: none !important;
    height: 0;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  /*.custom_div.has_top_bar #get_form_data.mobilesection_form .mobileview-traveller.show,
  .custom_div.has_top_bar #get_form_data.mobilesection_form,
  .custom_div.has_top_bar #get_form_data.mobilesection_form .col-tab.dates-tab.mobileview-datepicker.active_calender,
  .custom_div.has_top_bar .from-menus.active, .custom_div.has_top_bar .to-menus.active {
      top: 152px;
      height: calc(100% - 152px);
  }
  .custom_div.has_top_bar #get_form_data.mobilesection_form .col-tab.dates-tab{
        padding: 10px 15px 10px 18px;
  }
  .custom_div.has_top_bar #get_form_data.mobilesection_form .col-tab.traveler-tab.mobileview-traveller {
      height: 88px;
      padding-bottom: 0px;
  }
  .custom_div.has_top_bar .mobileview-datepicker.active_calender .sub-col .continue-btn{
    padding: 10px 20px;
  }
  .custom_div.has_top_bar .mobileview-datepicker.active_calender .sub-col .continue-btn .show_on_mob{
        line-height: 47px!important;
  }
  .custom_div #get_form_data.mobilesection_form .date-picker .return_result p>span:last-child, .custom_div #get_form_data.mobilesection_form .date-picker .source_result p>span:last-child, .custom_div #get_form_data.mobilesection_form .col-tab .tab-link.active_from .selectedto, .custom_div #get_form_data.mobilesection_form .col-tab .tab-link.active_from .selectedfrom{
    padding: 3px 4px;
  }
  .custom_div #get_form_data.mobilesection_form .col1 .col-tab.to-col .tab-link>.selectedto {
      min-height: 42px;
  }
  .custom_div .col-tab.dates-tab .depart-col label>.dep_mob, .custom_div .col-tab.dates-tab .return-col label>.dep_mob {
      font-size: 22px;
  }
  .custom_div #get_form_data.mobilesection_form .col-tab.dates-tab{
    padding: 10px 15px 10px 18px;
  }
  .custom_div #get_form_data.mobilesection_form .col-tab.lowfare-tab.mobileview-lowfare{
        padding-top: 25px;
  }
  .custom_div #get_form_data.mobilesection_form .mobileview-traveller>label.mob_travel{
        margin-top: 15px;
        margin-bottom: 0px;
  }
  .custom_div #get_form_data.mobilesection_form .col-tab.traveler-tab.mobileview-traveller {
      height: 88px
  }
  .custom_div form#get_form_data.mobilesection_form .content-wrapper button.tab-btn{
        height: 45px;
    line-height: 44px;
  }*/

  html.hide_scroll header .header_top {
    display: none !important;
    height: 0;
    overflow: hidden;
  }
}

@media only screen and (max-width: 373px) {
  /*.custom_div.has_top_bar #get_form_data.mobilesection_form .mobileview-traveller.show,
  .custom_div.has_top_bar #get_form_data.mobilesection_form,
  .custom_div.has_top_bar #get_form_data.mobilesection_form .col-tab.dates-tab.mobileview-datepicker.active_calender,
  .custom_div.has_top_bar .from-menus.active, .custom_div.has_top_bar .to-menus.active {
      top: 171px;
      height: calc(100% - 171px);
  }
  .custom_div.has_top_bar #get_form_data.mobilesection_form .col-tab.dates-tab{
        padding: 10px 15px 10px 18px;
  }
  .custom_div.has_top_bar #get_form_data.mobilesection_form .col-tab.traveler-tab.mobileview-traveller {
      height: 88px;
      padding-bottom: 0px;
  }
  .custom_div.has_top_bar .mobileview-datepicker.active_calender .sub-col .continue-btn{
    padding: 10px 20px;
  }
  .custom_div.has_top_bar .mobileview-datepicker.active_calender .sub-col .continue-btn .show_on_mob{
    line-height: 47px!important;
  }
  #close_widget{
        padding-bottom: 0;
  }
  .custom_div #get_form_data.mobilesection_form {
      padding: 20px 15px 150px;
  }*/
}

/* .test{
  display: block;
}
#enterfromdesti.active .selectedfrom {
    font-size: 0 !important;
} */

@media only screen and (max-width: 400px) {
  .custom_div .col-tab .tab-link .selectedtostate,
  .custom_div .col-tab .tab-link .selectedfromstate {
    font-size: 15px;
  }
}

/* 2.1 changes  */
/* 2.1 changes  */
.form-bottom li.checkbox {
  margin-right: 5px !important;
  padding-right: 5px !important;
}
.ver_one .newsletter-signup-popup {
  display: none;
}
.ver_one .tab-full-content-mobile .form-bottom.mobileview-promo,
.ver_one .mobile-optional-service {
  display: none !important;
}

.ver_one .custom-tabs.inner-custom-tabs {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .ver_one .form-bottom.mobileview-promo .optional {
    width: 40%;
  }
}
@media only screen and (max-width: 1000px) {
  .no-scroll {
    overflow: hidden !important;
    touch-action: none;
    -ms-touch-action: none;
    -webkit-touch-callout: none;
    -webkit-pointer-events: none !important;
    overflow-scrolling: touch !important;
    user-select: none !important;
    position: fixed !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    position: fixed !important;
    height: 100% !important;
  }
  .ver_one .custom_div .mobilesection_form .optional.for-mobile {
    margin-top: 10px;
    padding-bottom: 153px;
    width: 100%;
    text-align: center;
  }
  .ver_one .custom_div .from-menus ul.origin_data li,
  .ver_one .custom_div .to-menus ul.destination_data li {
    font-weight: 500;
  }
  /* new custom css added on the 10-01-2023 */

  .ver_one
    .form-bottom.mobileview-promo
    ul
    li.list-promo.coupon_applied
    a.promo-field {
    padding: 0 20px 0 0 !important;
  }
  .ver_one
    .form-bottom.mobileview-promo
    ul
    li.list-promo.coupon_applied
    .after-applied
    a.subscribed {
    padding: 0 0;
  }
  .ver_one
    .form-bottom.mobileview-promo
    ul
    li.list-promo.coupon_applied
    .after-applied
    #delete_coupon {
    margin-top: 0 !important;
    width: auto;
    display: contents;
  }
  .ver_one .tab-full-content-mobile .form-bottom.mobileview-promo {
    display: block !important;
  }
  .ver_one .custom-tabs {
    display: flex;
    line-height: 25px;
    width: calc(100% - 200px);
  }
  .ver_one .custom-tabs ul {
    margin-left: 0 !important;
  }
  .ver_one #get_form_data .roundtrip {
    display: none;
  }

  .ver_one .custom_div form#get_form_data {
    padding: 20px 13px 20px;
    margin-bottom: 6px;
    padding-top: 0 !important ;
  }
  .ver_one form#get_form_data.mobilesection_form {
    background: #fff !important;
  }
  .ver_one .tab-full-content-mobile {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .ver_one .tab-full-content-mobile .form-bottom.mobileview-promo {
    display: inline-flex !important;
    margin: 0;
    padding: 0;
    width: 200px;
    justify-content: flex-end;
    align-items: center;
  }

  .ver_one .tab-full-content-mobile .form-bottom li .control-promo label {
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
  }

  .ver_one
    .tab-full-content-mobile
    .form-bottom.mobileview-promo
    li.list-promo
    a {
    color: #fff !important;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-decoration: none !important;
    width: 100%;
    height: 35px;
    padding: 0 27px 0 0px;
  }
  .ver_one
    .tab-full-content-mobile
    .form-bottom.mobileview-promo
    li.list-promo
    a:hover {
    color: #fcd830 !important;
    text-decoration: underline !important;
    background: none !important;
  }

  .ver_one .tab-full-content-mobile .form-bottom li .control-promo {
    display: flex;
    justify-content: flex-start;
    align-items: center !important;
    position: unset !important;
    justify-content: space-between;
  }
  .ver_one .custom_div .form-bottom ul {
    float: none;
    width: inherit;
    width: 100% !important;
    max-width: 100% !important;
  }
  .ver_one .tab-full-content-mobile .form-bottom li.list-promo {
    background: none;
    border: 0;
    line-height: 0;
    padding: 0;
  }

  .ver_one
    .tab-full-content-mobile
    .form-bottom.mobileview-promo
    ul
    li.list-promo
    a:before {
    display: none;
  }

  /* .ver_one .tab-full-content-mobile .form-bottom li .control-promo.active {
    display: flex;
    justify-content: flex-start;
    align-items: center !important;
    position: unset !important;
    justify-content: space-between;
  } */

  .ver_one .tab-full-content-mobile .form-bottom li .control-promo input {
    align-items: center;
    transform: scale(1);
    width: 78%;
    display: flex;
    padding-top: 0;
    height: 41px;
    padding-left: 105px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .ver_one
    .form-bottom.mobileview-promo
    ul
    li.list-promo.coupon_applied
    .after-applied
    #delete_coupon {
    width: 100%;
    margin-top: 0;
    text-align: center;
    margin-bottom: 11px;
    font-size: 19px;
  }
  .ver_one .mobile-optional-service {
    display: block !important;
    padding-bottom: 66px;
    text-align: center !important;
  }

  .ver_one .mobile-optional-service a.services_link {
    color: #fff;
    font-size: 12px;
    background: #523a7e;
    padding: 6px 9px;
    border-radius: 5px;
  }
  .ver_one .ver_one .pop_up_promo_code {
    display: none;
  }
  .ver_one .pop_up_promo_code.active-popup {
    display: flex;
    justify-content: center;
    align-items: center;
/*    align-items: flex-start;*/
    width: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #e2e2e2b8;
    opacity: 1;
    z-index: 999999 !important;
    overflow: scroll;
  }

  .ver_one .pop-up-promo-code-content {
    width: 95%;
    min-height: 161px;
    position: fixed;
    top: 27%;
    left: unset;
    border-radius: 4px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 21px !important;
    display: none;
    max-width: 625px !important;
  }

  .ver_one .pop-up-promo-code-content .pop-up-content a {
    font-size: 11px !important;
    line-height: 14px !important;
    color: #4c12a1 !important;
    font-weight: bold;
    text-align: start !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start !important;
  }

  .ver_one .pop-up-promo-code-content .enter-code-form {
    display: flex !important;
    align-items: center;
    width: 100%;
    padding: 0 25px;
  }

  .ver_one .pop-up-promo-code-content .pop-up-content {
    width: 100%;
    padding: 18px 25px 10px 25px;
  }

  .ver_one .pop-up-promo-code-content .control-promo .promo-enter-btn {
    position: unset !important;
    opacity: 1 !important;
    height: 100% !important;
    width: 65px;
    padding: 0 !important;
    background: #c1c1c1 !important;
    border-radius: 0 3px 3px 0;
    height: 31px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7b7b7b !important;
    font-size: 11px !important;
    line-height: 14px;
    border: 0 !important;
  }

  .ver_one .pop-up-promo-code-content .control-promo input {
    padding: 0 !important;
    width: 132px !important;
    background: #efeff2 !important;
    display: flex !important;
    justify-content: flex-start;
    align-items: center !important;
    height: 56px !important;
    padding: 0 10px !important;
    font-size: 11px !important;
  }

  .ver_one .control-promo.active label {
    position: unset !important;
    display: none !important;
  }

  .ver_one .pop-up-promo-code-content .pop-up-content p {
    font-size: 19px !important;
    line-height: 25px;
    color: #4c12a1 !important;
    text-align: start;
    margin-bottom: 20px;
  }
  .ver_one
    .form-bottom.mobileview-promo
    ul
    li.list-promo.coupon_applied
    .after-applied
    .pop-up-content
    p {
    width: 100% !important;
    margin-bottom: 5px !important;
  }
  .ver_one .applied-remove {
    display: inline;
    width: 100%;
    /*justify-content: flex-start;
    align-items: baseline;*/
  }

  .ver_one .applied-remove span.p_applied {
    /*width: calc(100% - 83px);*/
  }

  .ver_one .applied-remove span#delete_coupon2 {
    color: #4c12a1;
    text-decoration: underline;
    font-size: 14px;
    /*margin-left: 4px;*/
  }
  .ver_one
    .tab-full-content-mobile
    ul
    li.list-promo.coupon_applied
    .after-applied {
    font-size: 19px !important;
  }
  .ver_one .tab-full-content-mobile .close-popup.text span,
  .ver_one .tab-full-content-mobile .close-nwletter.text span {
    background: #ffcd00;
    width: 100%;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 600;
    color: #4c12a1;
    line-height: 26px;
    min-height: 48px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
  }
  .ver_one .tab-full-content-mobile .close-popup.text span {
    margin-top: 30px;
    border-radius: 32px;
  }
  .ver_one
    .tab-full-content-mobile
    .form-bottom.mobileview-promo
    ul
    li.list-promo
    .pop-up-promo-code-content
    .enter-code-form
    .promo_code {
    line-height: normal;
    /*margin: 0 8px;*/
  }

  .ver_one
    .form-bottom.mobileview-promo
    ul
    li.list-promo.coupon_applied
    .after-applied
    #delete_coupon {
    display: inline-flex;
    width: auto;
    width: 83px;
    align-items: center;
  }
  .ver_one .pop-up-promo-code-content .head-popup-promo {
    width: 100%;
    background: #4c12a1;
    border-radius: 4px 3px 0 0;
    display: flex;
    justify-content: space-between;
    height: 48px;
    z-index: 99;
    align-items: center;
    padding: 0 20px;
  }

  .ver_one .pop-up-promo-code-content .head-popup-promo h5 {
    color: #fff !important;
    text-align: start;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 20px;
    letter-spacing: normal;
    line-height: 34px;
    text-transform: capitalize;
  }
  .ver_one
    .tab-full-content-mobile
    .form-bottom
    li
    .control-promo
    input::placeholder {
    text-transform: capitalize;
  }
  .ver_one .pop-up-promo-code-content .head-popup-promo span {
    font-size: 24px;
    line-height: 16px;
    color: #fff;
    cursor: pointer;
  }

  .ver_one .pop-up-promo-code-content .head-popup-promo .close-popup {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ver_one
    .tab-full-content-mobile
    .form-bottom.mobileview-promo
    ul
    li.list-promo
    a {
    color: #4c12a1 !important;
    opacity: 1;
  }
  .ver_one .ver_one .pop-up-promo-code-content .pop-up-content a.subscribed {
    font-size: 18px !important;
    line-height: 23px !important;
    font-weight: 600;
    color: #4c12a1 !important;
  }

  .ver_one
    .tab-full-content-mobile
    .form-bottom.mobileview-promo
    ul
    li.list-promo
    a.subscribed {
    color: #4c12a1 !important;
    opacity: 1;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 25px !important;
    font-size: 19px !important;
  }
  .ver_one li.list-promo.coupon_applied a.subscribed {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }

  .ver_one
    .tab-full-content-mobile
    .pop-up-promo-code-content
    .control-promo
    .promo-enter-btn {
    height: 56px !important;
    min-height: 56px !important;
    font-size: 16px !important;
    line-height: 25px;
    font-weight: 500;
    display: flex !important;
    border: 0 !important;
    width: 30% !important;
  }
  .ver_one
    .form-bottom.mobileview-promo
    ul
    li.list-promo.coupon_applied
    a.promo-field.promo-applied {
    padding: 0 0px 0 0 !important;
    text-align: center;
    /* justify-content: flex-end; */
    justify-content: center;
    text-transform: capitalize;
  }
  .ver_one .form-bottom.mobileview-promo ul li.list-promo .promo_code {
    font-size: 14px !important;
  }
  .ver_one .tab-full-content-mobile .form-bottom li .control-promo input {
    background: #efeff2 !important;
    padding: 8px;
    font-weight: bold;
    color: #333333 !important;
    text-transform: uppercase;
    width: 70% !important;
    font-size: 16px !important;
    font-weight: 500 !important;
  }
  .ver_one .form-bottom li .control-promo .promo-enter-btn.active_button {
    color: #7b7b7b !important ;
  }
  .ver_one span.sigup-now-btn {
    text-decoration: underline;
    margin-left: 5px;
  }
  .ver_one .form-bottom.mobileview-promo ul li.list-promo .promo_code {
    text-transform: uppercase;
  }
  .ver_one
    .tab-full-content-mobile
    .form-bottom
    li
    .control-promo
    input::placeholder {
    background: #efeff2 !important;
    font-weight: 400 !important;
  }
  .ver_one
    .tab-full-content-mobile
    .form-bottom.mobileview-promo
    ul
    li.list-promo
    > a {
    /*color: #fff !important;*/
    color: #F6D565 !important;
  }
  .ver_one
    .tab-full-content-mobile
    .form-bottom.mobileview-promo
    li.list-promo
    a:hover {
    /*color: #fff !important;*/
     color: #FFCD00 !important;
    text-decoration: none !important;
  }
  .ver_one .form-bottom li .control-promo .promo-enter-btn.active_button {
    color: #7b7b7b !important;
  }
  .ver_one .form-bottom li .control-promo button.promo-enter-btn.focus-btn {
    background: #4c12a1 !important;
    color: #ffcd00 !important;
    font-weight: 600;
    border-radius: 0 3px 3px 0 !important;
    pointer-events: unset !important;
  }
  .ver_one .form-bottom.mobileview-promo button.promo-enter-btn {
    pointer-events: none !important;
  }
  .ver_one .form-bottom li .control-promo .promo-enter-btn.active_button {
    border-radius: 0 3px 3px 0 !important;
  }
  .ver_one .after-applied {
    position: absolute;
  }

  .ver_one
    .form-bottom.mobileview-promo
    ul
    li.list-promo.coupon_applied
    .after-applied
    .pop-up-content {
    width: 100% !important;
    padding: 0;
    height: auto !important;
  }

  .ver_one
    .form-bottom.mobileview-promo
    ul
    li.list-promo.coupon_applied
    .after-applied
    .pop-up-content
    p {
    width: 100% !important;
  }

  .ver_one
    .tab-full-content-mobile
    li.list-promo.coupon_applied
    .after-applied {
    white-space: normal !important;
    line-height: 18px !important;
  }

  .ver_one
    .form-bottom.mobileview-promo
    ul
    li.list-promo.coupon_applied
    .after-applied,
  .ver_one
    .tab-full-content-mobile
    .form-bottom.mobileview-promo
    ul
    li.list-promo.coupon_applied
    .after-applied {
    padding: 67px 25px 25px !important;
    border-radius: 5px;
  }

  .ver_one
    .form-bottom.mobileview-promo
    ul
    li.list-promo.coupon_applied
    .after-applied
    a.subscribed {
    padding: 20px 0;
  }

  .ver_one .user-container .selector-outer:before {
    display: none;
  }

  .ver_one .user-container .selector-outer:after {
    display: none;
  }

  .ver_one
    .col-tab.traveler-tab.mobileview-traveller.show
    .user-container.usersizeselect
    .selector-outer {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
  }

  .ver_one .user-container .selector-outer ul li.slick-current a {
    border-radius: 5px;
    border-color: #e4e4e4;
    font-size: 26px;
    padding: 10px 22px !important;
  }

  .ver_one .user-container .selector-outer ul li:before {
    display: none;
  }

  .ver_one
    .col-tab.traveler-tab.mobileview-traveller.show
    .user-container.usersizeselect
    .selector-outer
    div {
    display: inline-block;
  }

  .ver_one .user-container .selector-outer ul {
    width: 164px !important;
    overflow: hidden !important;
    background: transparent;
    border: unset !important;
    height: 104px;
    padding: 0 !important;
    align-items: center;
  }

  .ver_one .user-container .selector-outer ul .slick-next:before {
    content: " " !important;
    color: #fff;
    background: url(../images/plus.svg) no-repeat center
      center !important;
    border: unset;
    font-size: 30px;
    font-weight: bold;
    top: -1px !important;
    line-height: 33px;
    width: 37px;
    height: 37px;
    left: -3px;
    background-size: contain!important;
  }
  .ver_one .user-container .selector-outer ul .slick-prev {
    background: unset;
  }

  .ver_one .user-container .selector-outer ul li {
    opacity: 0;
    transition: ease-in-out 0.3s all;
    margin-top: 0 !important;
    pointer-events: none !important;
  }

  .ver_one
    .user-container
    .selector-outer
    ul
    li.slick-slide.slick-current.slick-active {
    opacity: 1;
    margin-top: 0px !important;
  }
  .ver_one .selector-outer ul.sizelistcontent.slider:after {
    position: absolute;
    content: "";
    height: 49px;
    width: 42px;
    right: 3px;
    bottom: 1px;
    background-color: unset !important;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 8;
    border-radius: 0px 20px 23px 0px;
  }

  .ver_one .user-container .selector-outer ul .slick-prev:before {
    background: unset !important;
    content: " " !important;
    color: #fff;
    background: url(../images/minus.svg) no-repeat center
      center !important;
    border: unset;
    font-size: 30px;
    font-weight: 700;
    top: 0px !important;
    line-height: 25px;
    width: 37px;
    height: 37px;
    background-size:contain!important;
  }
  .ver_one .user-container .selector-outer ul .slick-prev {
    background: unset;
  }
  .ver_one .selector-outer ul.sizelistcontent.slider:before {
    background-color: unset !important;
    border-radius: 0 !important;
  }

  .ver_one .user-container .selector-outer ul .slick-prev.slick-arrow:before {
    top: -24px !important;
    left: 4px;
  }
  .ver_one .user-container .selector-outer ul li.selected a {
    background: transparent !important;
    color: #000;
  }
  .ver_one .user-container .selector-outer ul {
    width: 164px !important;
    overflow: hidden !important;
    background: transparent;
    border: unset !important;
    height: 104px;
    padding: 0 !important;
    align-items: center;
  }
  .ver_one .user-container .selector-outer ul .slick-next.slick-disabled,
  .user-container .selector-outer ul .slick-prev.slick-disabled {
    opacity: 0.2 !important;
    display: unset !important;
  }
  .ver_one
    .user-container
    .selector-outer
    ul
    button.slick-prev.slick-arrow.slick-disabled {
    display: flex !important;
    opacity: 0.2 !important;
  }
  .ver_one .user-container .selector-outer ul li a {
    border-radius: 5px;
    border-color: #e4e4e4;
    font-size: 26px;
    padding: 0 !important;
    height: 62px;
    width: 57px;
    margin: 21px 9px;
  }
  .ver_one
    .col-tab.traveler-tab.mobileview-traveller.show
    .user-container.usersizeselect
    .selector-outer {
    background: #ffffff;
    border-radius: 5px;
    border-color: #e4e4e4;
  }

  .ver_one .custom_div #get_form_data.mobilesection_form .col-tab a.mob_trav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    z-index: 99999;
    border-radius: 3px;
    padding: 18.5px 41px;
    background: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    border: unset;
  }

  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .col-tab
    a.mob_trav
    span.mon-done-btn-inner {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #4c12a1;
    color: #fff;
    height: 49px;
    border-radius: 24px;
    font-weight: 700;
  }
  .ver_one .user-container .selector-outer > div > span.tooltip {
    font-size: 13px;
    top: 9px;
    line-height: 19px;
    width: calc(100% - 0px);
    padding: 4px 15px;
    left: -200px;
  }
  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .mobileview-traveller.show
    .usersizeselect {
    position: relative;
    top: 0;
    display: grid !important;
    gap: 10px;
    padding-bottom: 200px;
    padding-top: 20px !important;
  }
  .ver_one .custom-tabs.inner-custom-tabs {
    display: none;
  }

  .ver_one .mobilesection_form .custom-tabs.inner-custom-tabs {
    padding: 13px 8px 0;
    display: block;
    width: 100% !important;
    background: #340e70;
  }

  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .date-picker
    .return_result
    p
    > span:last-child,
  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .date-picker
    .source_result
    p
    > span:last-child {
    border-radius: 5px;
    border-color: #E5E7EB;
    font-size: 30px !important;
    color: #212121 !important;
  }
  .ver_one form#get_form_data.mobilesection_form {
    background: #fff !important;
  }

  .ver_one form#get_form_data.mobilesection_form .roundtrip {
    display: none !important;
  }

  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab
    label.dep_mob {
    top: -33px;
    bottom: unset !important;
    font-size: 12px;
    color: #212121;
  }

  /* 
      .custom_div .col-tab.dates-tab {
        margin-top: 54px;
      } */

  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab
    .sub-col.return-col
    label.dep_mob {
    bottom: unset !important;
    top: -33px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 9px;
    right: 0;
    color: #212121 !important;
    opacity: 1;
    text-align: end;
  }
  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .col-tab.lowfare-tab.mobileview-lowfare {
    display: none !important;
  }
  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .form-content
    .col-tab.lowfare-tab.mobileview-lowfare {
    display: none !important;
  }
  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .col-tab.lowfare-tab.mobileview-lowfare.new-mob-design {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #E5E7EB;
    padding: 0px 14px;
    height: 53px;
    margin-bottom: 25px;
    margin-top: 30px;
  }

  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .col-tab.lowfare-tab.mobileview-lowfare.new-mob-design
    span.slider.round {
    background: #ABABAB;
  }

  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .form-bottom.mobileview-promo + 
    .col-tab.lowfare-tab.mobileview-lowfare.new-mob-design
    span.slider.round {
      height: 28px;
      width: 48px;
      left: -7px;
      top: -3px;
    }


  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .form-bottom.mobileview-promo + 
    .col-tab.lowfare-tab.mobileview-lowfare.new-mob-design
    span.slider.round:before{
      width: 24px;
      height: 24px;
      left:2px;
      bottom:2px;
      box-shadow: 0px 2px 6px 0px #00000067;
    }

    .ver_one .custom_div #get_form_data.mobilesection_form .form-bottom.mobileview-promo + .col-tab.lowfare-tab.mobileview-lowfare label.mob_low_fare.active .slider:before{
      left: 22px;
    }

  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .col-tab.lowfare-tab.mobileview-lowfare.new-mob-design
    span.slider.round:before {
    left: 0px;
  }

  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .form-bottom
    li.list-promo {
    border-radius: 5px;
    border-color: #E5E7EB !important;
    height: 53px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
  }

  .ver_one .custom_div #get_form_data.mobilesection_form .control-promo {
    height: 53px !important;
  }

  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    button.promo-enter-btn {
    height: 51px !important;
    width: 90px;
    font-size: 14px;
    line-height: 14px;
    color: #212121 !important;
  }

  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .form-bottom
    li
    .control-promo
    input {
    height: 53px !important;
    margin-bottom: 0 !important;
  }

  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .form-bottom.mobileview-promo
    ul
    li.list-promo
    a {
    font-size: 14px !important;
    /* color: #000000; */
  }

  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .form-bottom.mobileview-promo
    ul
    li.list-promo
    a:before {
    font-weight: 500;
  }

  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .col-tab.lowfare-tab.mobileview-lowfare
    label {
    color: #212121;
  }
  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .col-tab.traveler-tab.mobileview-traveller {
    height: 53px;
    padding: 0 !important;
    border: 1px solid #E5E7EB;
    margin-bottom: 30px;
    left: 0 !important;
    max-width: 100% !important;
  }

  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .mobileview-traveller
    > label.mob_travel {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
  }

  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .mobileview-traveller
    > label.mob_travel
    span.count_tav {
    display: none;
  }
  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .mobileview-traveller
    label.mob-small-trvls {
    display: block !important;
    position: absolute;
    left: 17px;
    top: 50%;
    font-size: 14px;
    line-height: 18px;
    transform: translate(0%, -50%);
    color: #212121;
    font-weight: 600;
  }

  .ver_one
    .col-tab.traveler-tab.mobileview-traveller
    label.mob_travel
    span.plus {
    width: 26px;
    height: 26px;
    background: unset;
    border-radius: 50%;
    position: relative;
    padding-top:5px;
  }

  .ver_one
    .col-tab.traveler-tab.mobileview-traveller
    label.mob_travel
    span.plus::before {
    content: " " !important;
    color: #fff;
    background: url(../images/plus.svg) no-repeat center
      center !important;
    border: unset;
    font-size: 30px;
    position: absolute;
    font-weight: bold;
    line-height: 33px;
    width: 26px;
    height: 26px;
    left: 0;
    background-size: inherit !important;
    z-index: 900;
    border-radius: 50%;
  }
  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .mobileview-traveller
    > label.mob_travel
    span.count_tav {
    text-align: start;
  }
  .ver_one
    .col-tab.traveler-tab.mobileview-traveller
    label.mob_travel
    span.plus
    img {
    display: none;
  }

  .ver_one
    .col-tab.traveler-tab.mobileview-traveller
    label.mob_travel
    span.trav_count {
    background: unset;
    color: #212121;
    font-size: 24px;
    line-height: 31.2px;
    border-radius: 0;
    top: 50%;
    position: relative;
    margin: 10px 12px !important;
    text-align: center;
  }

  .ver_one
    .col-tab.traveler-tab.mobileview-traveller
    label.mob_travel
    span.minus
    img {
    display: none;
  }

  .ver_one
    .col-tab.traveler-tab.mobileview-traveller
    label.mob_travel
    span.minus::before {
    background: unset !important;
    content: " " !important;
    color: #fff;
    background: url(../images/minus.svg) no-repeat center
      center !important;
    border: unset;
    font-size: 30px;
    font-weight: 700;
    top: 0px !important;
    line-height: 25px;
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    transform: translate(-23px, 13px);
  }

  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .mobileview-traveller
    > label.mob_travel {
    border-top: 0;
    text-align: end;
  }
  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .col-tab.traveler-tab.mobileview-traveller.show
    label.mob_travel {
    text-align: unset !important;
  }
  .ver_one .col-tab.traveler-tab.mobileview-traveller.show span.close {
    width: 30px;
    top: 22px;
    position: absolute;
    right: 0;
  }

  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .col-tab.traveler-tab.mobileview-traveller.show {
    border: 0 !important;
  }

  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .col-tab.traveler-tab.mobileview-traveller.show
    span.count_tav {
    display: block;
  }

  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .col-tab.traveler-tab.mobileview-traveller.show
    label.mob-small-trvls {
    display: none !important;
  }

  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .col-tab.traveler-tab.mobileview-traveller.show
    span.trav_count {
    display: none;
  }

  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .col-tab.traveler-tab.mobileview-traveller.show
    span.close
    img {
    top: 0;
    position: absolute;
    z-index: 99;
  }
  .ver_one .custom_div #get_form_data.mobilesection_form {
    padding: 0 !important;
  }

  .ver_one .custom_div #get_form_data.mobilesection_form .content-wrapper {
    padding: 0px 10px;
    max-width: 100%;
    margin: 0 auto;
  }
  .ver_one .mobilesection_form .custom-tabs.inner-custom-tabs ul li.active a {
    background: #fff;
  }
  .ver_one .mobilesection_form .custom-tabs.inner-custom-tabs ul li > a {
    background: #fff;
    padding: 12px 16px;
  }

  .ver_one .mobilesection_form .custom-tabs.inner-custom-tabs ul li a {
    background: #f2f2f2;

    color: #212121;
    box-shadow: unset;
  }
  .ver_one .optional.for-mobile a.services_link {
    color: #1f1f1f;
    text-decoration: underline !important;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
  }

  .ver_one .form-bottom.mobileview-promo button.promo-enter-btn:hover {
    background: none !important;
    color: none !important;
    border-color: #E5E7EB !important;
  }
  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .form-bottom
    li.list-promo.coupon_applied
    button.promo-enter-btn,
  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    button.promo-enter-btn.active_button {
    display: flex;
    justify-content: center;
    background: #ffcd00 !important;
    z-index: 99;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #4c12a1 !important;
  }
  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .form-bottom
    li.list-promo.coupon_applied
    input#promo {
    max-height: 53px !important;
    padding: 0 !important;
    position: absolute !important;
    top: 45px !important;
  }

  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .form-bottom.mobileview-promo
    ul
    li.list-promo.coupon_applied
    .after-applied {
    /* height: 51px; */
    display: inline-flex !important;
    align-items: center;
    border-radius: 5px;
    padding: 0px 14px !important;
    max-width: calc(100% - 90px);
    overflow: hidden;
    flex-wrap: wrap;
    align-items: flex-start;
    vertical-align: middle;
    top: 50%;
    transform: translate(0px, -50%);
  }
  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .form-bottom
    li.list-promo.coupon_applied
    a::before {
    color: #fff;
  }
  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .form-bottom.mobileview-promo
    ul
    li.list-promo.coupon_applied
    .after-applied
    img {
    display: none;
  }

  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .form-bottom.mobileview-promo
    ul
    li.list-promo.coupon_applied
    .after-applied
    span#delete_coupon {
    display: none;
  }

  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .form-bottom.mobileview-promo
    ul
    li.list-promo.coupon_applied
    .after-applied
    span.promo_code {
    color: #000000 !important;
    font-size: 14px !important;
    font-weight: 600;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 14px;
  }
  .ver_one .q_elements_item_content.q_elements_holder_custom_209026 {
    padding: 70px 0 35px !important;
  }

  .ver_one #get_form_data.mobilesection_form .flight-icon {
    background: url(../images/arrow-removebg.png) no-repeat left center;
    background-size: contain;
  }
  .ver_one .custom_div .col-tab {
    height: 114px;
  }
  .ver_one .custom_div .col-tab .tab-link > input[type="text"] {
    font-weight: 500;
  }

  .ver_one .ui-datepicker-title .show_calendar_months {
    font-weight: 700;
  }

  .ver_one .ui-datepicker-header .ui-datepicker-title {
    font-weight: 600;
  }

  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .col-tab.mobileview-datepicker.active_calender.show
    .sub-col
    > label
    span:last-child {
    font-weight: 700;
  }

  .ver_one
    .custom_div
    .mobileview-datepicker.active_calender
    .sub-col
    .continue-btn {
    padding: 19px 41px;
  }

  .ver_one
    .custom_div
    .mobileview-datepicker.active_calender
    .sub-col
    .continue-btn
    a.show_on_mob.continue_trav {
    line-height: 48px !important;
    border-radius: 25px;
  }
  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .form-bottom.mobileview-promo
    ul
    li.list-promo
    a:before {
    font-weight: 700 !important;
  }
  .ver_one .newsletter-signup-popup.newsletter-active {
    display: flex;
    width: 95%;
    padding: 0;
    position: relative;
    border-radius: 5px;
    align-items: flex-start;
    top: 50%;
    max-height: 643px;
    transform: translateY(0%);
    margin: 0;
    max-width: 625px !important;
    overflow-y: auto;
  }
  .ver_one
    .newsletter-signup-popup.newsletter-active
    .newsletter-contact-form
    span.wpcf7-not-valid-tip {
    color: red !important;
  }
  .wpcf7-not-valid-tip {
    font-weight: 400 !important;
  }
  .ver_one .newsletter-signup-popup .nwlsupp-content-after-submision {
    display: none;
  }

  .ver_one .newsletter-signup-popup ul.newsletter-email-messages {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .ver_one .newsletter-signup-popup .newsletter-signup-popup--content {
    position: relative;
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    top: 20px;
  }

  .ver_one
    .newsletter-signup-popup
    .newsletter-signup-popup--content
    .head-popup-signup {
    height: 48px;
    background: #4c12a1;
    width: 100%;
    border-radius: 4px 3px 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 25px;
  }

  .ver_one
    .newsletter-signup-popup
    .newsletter-signup-popup--content
    .head-popup-signup
    span {
    font-size: 24px;
    line-height: 16px;
    color: #fff;
    cursor: pointer;
  }

  .ver_one .newsletter-signup-popup.newsletter-active .nwlsupp-content-main {
    /* padding: 15px 23px 52px; */
    padding: 15px 15px 52px;
    text-align: left;
  }
  .ver_one
    .newsletter-signup-popup
    .newsletter-signup-popup--content
    input#nav-email-submit.btn-valide {
    background: #4c12a1;
    pointer-events: unset;
  }

  .ver_one .newsletter-signup-popup.newsletter-active .nwlsupp-content-main h3 {
    font-size: 25px !important;
    line-height: 32px !important;
    margin-bottom: 20px !important;
    font-weight: bold;
  }

  .ver_one .newsletter-signup-popup ul.newsletter-email-messages li {
    color: #4c12a1;
    font-size: 18px;
    line-height: 31px;
  }

  .ver_one
    .newsletter-signup-popup
    .newsletter-signup-popup--content
    input.wpcf7-form-control.wpcf7-text {
    background: #efeff2;
    border-radius: 3px;
    font-size: 19px;
    line-height: 2;
    padding: 9px 15px;
    margin: 15px 0 !important;
    color: #333333 !important;
    font-weight: 600;
  }
  .newsletter-contact-form .wpcf7 {
    width: 100% !important;
  }
  .ver_one
    .newsletter-signup-popup
    .newsletter-signup-popup--content
    input#nav-email-submit {
    background: #c5e3f8;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 20px !important;
    line-height: 26px !important;
    height: 65.58px;
    margin-top: 25px !important;
    pointer-events: none;
  }
  .ver_one
    .newsletter-signup-popup
    .newsletter-signup-popup--content.form-submitted
    .nwlsupp-content-after-submision {
    display: flex;
    flex-direction: column;
    text-align: start;
    padding: 15px 23px 50px;
    background: #4c12a1;
    position: relative;
    margin-top: -1px;
  }
  .ver_one
    .newsletter-signup-popup
    .newsletter-signup-popup--content
    span.wpcf7-spinner {
    margin-top: 10px !important;
  }
  .ver_one
    .newsletter-signup-popup.newsletter-active
    .newsletter-signup-popup--content.form-submitted
    .nwlsupp-content-main {
    opacity: 0;
    position: absolute;
    top: -100%;
  }

  .ver_one
    .newsletter-signup-popup
    .newsletter-signup-popup--content.form-submitted
    .nwlsupp-content-after-submision
    h3 {
    font-size: 47px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 50px;
  }

  .ver_one
    .newsletter-signup-popup
    .newsletter-signup-popup--content.form-submitted
    .nwlsupp-content-after-submision
    p {
    font-size: 14px !important;
    line-height: 32px;
    color: #fff;
  }
  .ver_one
    .newsletter-signup-popup
    .newsletter-signup-popup--content.form-submitted
    .nwlsupp-content-after-submision
    .success-message
    p:nth-child(3) {
    margin: 20px 0;
  }

  .ver_one
    .newsletter-signup-popup
    .newsletter-signup-popup--content.form-submitted
    .nwlsupp-content-after-submision
    .success-message {
    margin-bottom: 40px;
  }

  .ver_one
    .newsletter-signup-popup--content.form-submitted
    .close-newsletter.sigup-nwsl {
    display: none;
  }
  .ver_one .newsletter-signup-popup ul.newsletter-email-messages span.tick-nws {
    font-weight: bold;
  }
  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .col-tab.lowfare-tab.mobileview-lowfare
    label.mob_low_fare.active
    .slider:before {
    left: 20px;
  }
  .ver_one .pop_up_promo_code.active-popup .pop-up-promo-code-content {
    display: inline-flex;
  }
  .ver_one .calendar-part {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
    border: none !important;
  }

  .ver_one label.switch.active span.slider.round {
    background: #00c2d4 !important;
  }

  .ver_one
    .change_date_font
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.ui-datepicker-unselectable.in-range.month-last-date
    span:after {
    border-radius: 23px !important;
  }

  .ver_one
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.month-first-date
    a::after {
    border-radius: 50px 50px 50px 50px !important;
  }
  .ver_one
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.ui-datepicker-unselectable.in-range.month-last-date
    span::before {
    border-radius: 23px !important;
  }
  .ver_one .tab-full-content-mobile .close-nwletter.text span {
/*    font-size: 23px !important;*/
    border-radius: 32px;
  }
  .ver_one #close_widget {
    background: #fff;
  }
  .ver_one .custom_div form#get_form_data .content-wrapper button.tab-btn {
    height: 114px;
  }
  .ver_one .custom_div form#get_form_data .content-wrapper {
    padding-top: 28px;
    max-width: 100%;
  }
  .ver_one .custom_div #get_form_data.mobilesection_form .col-tab.from-col {
    order: 1;
    max-width: 100% !important ;
    min-width: auto !important;
  }
  .ver_one .custom_div #get_form_data.mobilesection_form .col-tab.from-col,
  .ver_one .custom_div #get_form_data.mobilesection_form .col-tab.to-col {
    max-width: 100% !important ;
    min-width: 40% !important;
  }
  .ver_one #get_form_data.mobilesection_form .col1 {
    margin-top: 2rem;
  }
  .ver_one
    .form-bottom.mobileview-promo
    ul
    li.list-promo.coupon_applied
    .after-applied {
    font-size: 14px !important;
  }
  .ver_one
    .custom_div
    form#get_form_data.mobilesection_form
    .content-wrapper
    button.tab-btn {
    margin-top: 10px;
    font-size: 16px !important;
    max-width: 100%;
    display: block !important;
    width: 100%;
    height: 49px;
    line-height: 49px;
    padding: 0;
    background: #4c12a1 !important;
    float: left;
    font-weight: 700;

  }
  .ver_one .dest-selected {
    display: none;
  }
  .custom_div form#get_form_data .content-wrapper button.tab-btn {
    display: none !important;
  }

  .ver_one .custom_div form#get_form_data .content-wrapper .form-outer {
    float: none;
    margin: 0 auto;
  }

  .ver_one .dep-start-active::before {
    border: 0 !important;
  }
  .ver_one .pop_up_promo_code.active-popup span.p_applied {
    font-size: 14px !important;
    display: flex;
    align-items: baseline;
  }
  .ver_one
    .change_date_font
    .return-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.month-first-date
    span::after {
    content: "";
    width: 70px !important;
  }
  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .mobileview-traveller.show
    .usersizeselect
    .mob_trav {
    display: inline-block !important;
  }
  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .col-tab.traveler-tab.mobileview-traveller.show
    label.mob_travel
    span.close
    img {
    right: 20px;
  }
  span.the_promo_code {
    text-transform: uppercase !important;
    margin-right: 4px;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    .ui-datepicker-week-end.ui-datepicker-unselectable:last-child {
    border-radius: 0 23px 23px 0 !important;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.in-range:last-child
    span::before {
    width: 50px !important;
    left: -50px;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.in-range:last-child
    span::after {
    right: 0px;
    border-radius: 0px 30px 30px 0px;
    width: 100% !important;
  }
  .ver_one
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.in-range.month-first-date
    span:before {
    left: -4px !important;
    width: 100% !important;
    right: unset !important;
    border-radius: 23px !important;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.in-range.month-first-date
    span:after {
    left: -1px !important;
    width: 100% !important;
    right: unset !important;
    border-radius: 23px;
  }

  .ver_one
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-unselectable.ui-state-disabled.in-range.month-first-date
    span:before {
    border-radius: 25px 0px 0px 25px !important;
  }
  td.ui-datepicker-unselectable.ui-state-disabled.in-range.month-last-date:not(
      .ui-datepicker-week-end
    )
    span:before {
    width: 100%;
    border-radius: 0 !important;
    left: -44px !important;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-unselectable.ui-state-disabled.in-range.month-last-date.ui-datepicker-today
    span.ui-state-default {
    width: 60px !important;
  }
  .ver_one
    #get_form_data.mobilesection_form
    .col1
    .col-tab.to-col.show_flight
    .selectedto {
    background-position-x: center;
  }
  .ver_one
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.in-range.month-last-date
    span.ui-state-default {
    border-radius: 23px !important;
    width: 100% !important;
  }
  .ver_one
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.in-range.month-last-date
    span.ui-state-default::before {
    left: 0px !important;
  }

  .ver_one .one_way_calender .col1 .reverse-icon {
    margin-left: unset !important;
  }
  .ver_one
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.ui-datepicker-days-cell-over.start-date.dep-start-active
    a.ui-state-default.ui-state-active.ui-state-hover::before {
    width: 0;
  }
  .ver_one
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.in-range.month-last-date
    span.ui-state-default::after {
    display: none !important;
  }

  .ver_one
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.in-range.month-last-date
    span.ui-state-default::before {
    left: -6px !important;
  }

  .ver_one
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.in-range.month-last-date
    span.ui-state-default {
    width: 47px !important;
  }

  .ver_one
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.start-date.dep-start-active
    a.ui-state-default::before {
    display: none !important;
  }
  .ver_one
    .change_date_font
    table.ui-datepicker-calendar
    tbody
    tr
    td.month-first-date.in-range
    span:after,
  .change_date_font
    .return-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.month-first-date.in-range
    span:after {
    width: 70px;
  }
  .version_one .error_msg {
    position: absolute;
    top: -60px;
  }
  .version_one .mobileview-datepicker.active_calender .show_on_mob {
    font-size: 20px !important;
  }
}
/* end2_1 768 */
@media only screen and (max-width: 767px) {
  .ver_one .tab-full-content-mobile .form-bottom.mobileview-promo {
    width: calc(100% - 244px);
  }
  .ver_one .custom-tabs {
    width: 244px;
  }
  .ver_one .custom_div form#get_form_data .content-wrapper .form-outer {
    max-width: 100%;
    margin: 0 auto;
    float: none;
    height: 100%;
  }
  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .form-bottom
    li
    .control-promo
    input {
    padding-top: 14px;
  }

  table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-unselectable.ui-state-disabled.in-range.month-last-date.ui-datepicker-today
    span.ui-state-default::after {
    width: 60px;
  }
  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .col-tab.dates-tab
    label.dep_mob {
    top: -20px !important;
  }
  .ver_one
    #get_form_data.mobilesection_form
    .col1
    .col-tab.to-col.show_flight
    .selectedto {
    background: none;
  }
  table.ui-datepicker-calendar tbody tr td.end-date a:before {
    left: -25px !important;
  }

  .ver_one
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.start-date.dep-start-active
    a.ui-state-default::before {
    display: none !important;
  }

  .ver_one
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.in-range.month-last-date
    span.ui-state-default {
    width: 100% !important;
  }
}
@media only screen and (max-width: 600px) {
  .ver_one span.the_promo_code {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 75px;
    display: -webkit-box !important;
    height: fit-content;
  }
  .ver_one span.promo_code {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /*width: 130px;*/
    display: -webkit-box !important;
    height: fit-content;
  }
  .ver_one .custom_div #get_form_data.mobilesection_form span.promo_code {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /*width: 70px;*/
    display: -webkit-box !important;
    height: fit-content;
  }
  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .form-bottom.mobileview-promo
    .after-applied
    span.promo_code {
    display: inline-block !important;
  }
/*
  .ver_one .form-outer .form-content .col1 span.reverse-icon {
    left: 46.4% !important;
  }
*/

}
@media only screen and (max-width: 500px) {
  .ver_one .tab-full-content-mobile .form-bottom.mobileview-promo {
    width: calc(100% - 244px);
  }
  .ver_one .custom-tabs {
    width: 244px;
  }
  td.ui-datepicker-unselectable.ui-state-disabled.in-range.month-last-date.ui-datepicker-today
    span.ui-state-default::after {
    width: 19px !important;
  }
  .version_one .error_msg {
    top: -70px;
  }
  #page-widget .section_inner {
    width: 88% !important;
}
}
@media only screen and (max-width: 450px) {
  .ver_one .form-outer .form-content .col1 span.reverse-icon {
    left: 45.7% !important;
  }
}
@media only screen and (max-width: 450px) {
  .ver_one
    .change_date_font
    .return-col
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.month-first-date
    span::after {
    content: "";
    width: 50px !important;
  }
}
@media only screen and (max-width: 430px) {
  .ver_one
    .tab-full-content-mobile
    .form-bottom.mobileview-promo
    li.list-promo
    a {
    padding: 0 20px 0 0;
    font-weight:500;
  }
  .ver_one .tab-full-content-mobile .form-bottom.mobileview-promo {
    width: calc(100% - 244px);
  }
  .ver_one .custom-tabs {
    width: 244px;
  }
  .ver_one span.promo_code {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /*width: 90px;*/
    display: -webkit-box !important;
    height: 16px !important;
  }
}
@media only screen and (max-width: 375px) {
  .ver_one .custom-tabs ul li a {
    min-width: 78px;
    padding: 3px 9px 3px 7px;
    font-size: 12px;
  }

  .ver_one
    .tab-full-content-mobile
    .form-bottom.mobileview-promo
    li.list-promo
    a {
    font-size: 11px;
    padding: 0 10px 0 0;
    height: 31px;
  }

  .ver_one .tab-full-content-mobile .form-bottom.mobileview-promo {
    width: calc(100% - 160px) !important;
  }
  .ver_one .custom-tabs {
    width: 160px !important;
  }
  .ver_one .custom-tabs ul li a {
    font-size: 12px !important;
    min-width: 70px !important;
    padding: 5px;
  }
  .ver_one .custom-tabs ul li {
    max-width: 100%;
  }
  .ver_one
    .tab-full-content-mobile
    .form-bottom.mobileview-promo
    ul
    li.list-promo
    a.subscribed {
    line-height: 20px !important;
    font-size: 15px !important;
  }
  .ver_one .custom_div #get_form_data.mobilesection_form .col-tab.from-col,
  .ver_one .custom_div #get_form_data.mobilesection_form .col-tab.to-col {
    max-width: 100% !important;
    min-width: auto !important;
  }
  /*.ver_one .pop_up_promo_code.active-popup span.p_applied {
    font-size: 14px !important;
    display: flex;
  }*/

  .ver_one
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.in-range
    span.ui-state-default::before {
    left: -6px !important;
  }
  .version_one .custom_div .col-tab label {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .ver_one .form-outer {
    max-width: 100%;
  }
  .ver_one .form-outer .form-content .col1 {
    width: 100%;
  }
  .ver_one .form-outer .form-content .col1 span.reverse-icon {
    left: 47.4%;
    z-index: 99;
  }
  .ver_one .form-outer .form-content .col1 .col-tab {
    width: 100%;
  }
  .ver_one .traveler-tab.show .user-container .selector-outer p {
    margin-bottom: 4px;
    display: inline-flex;
    width: 40%;
    flex-direction: column;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 17px;
    margin-top: 2px;
    font-weight: 800;
  }
  .ver_one .user-container .selector-outer > p span {
    font-size: 13px;
    font-weight: 500;
  }

  .ver_one span.trav-tooltip {
    display: none;
  }
  .ver_one .optional.for-mobile a.services_link{
    font-weight:500!important;
  }
}
@media only screen and (max-width: 1000px) {
  .mobileview-traveller .usersizeselect .selector-outer {
    padding: 20px 22px;
    border: 1px solid #e4e4e4;
    height: 104px;
  }
  .ver_one .custom_div .col-tab.dates-tab {
    margin: 41px 0px 40px;
    border-radius: 4px !important;
  }
  .ver_one .user-container .selector-outer:before {
    display: none;
  }

  .ver_one .user-container .selector-outer:after {
    display: none;
  }

  .ver_one
    .col-tab.traveler-tab.mobileview-traveller.show
    .user-container.usersizeselect
    .selector-outer {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100% !important;
  }

  .ver_one .user-container .selector-outer ul li.slick-current a {
    border-radius: 5px;
    border-color: #e4e4e4;
    font-size: 26px;
    padding: 0 !important;
    height: 62px;
    width: 57px;
    margin: 21px 9px;
    font-weight: 800;
  }

  .ver_one .user-container .selector-outer ul li:before {
    display: none;
  }

  /* fix for traveler count field margin errors starts */

  .users-field li[aria-hidden="true"]{
    display:none!important
  }

  .users-field .slick-track{
    transform:none!important
  }

  /* fix for traveler count field margin errors ends */

  /* fix for active promo code submit button starts */

  #close_widget {
    z-index:100;
  }

  /* fix for active promo code submit button ends */
  
  /* fix for scrolling on mobile traveller selection screen starts */
  form[name="show_flight_data"] .mobileview-traveller.show .users-field { 
    max-height:calc(100vh - 150px); overflow-y:scroll; padding-bottom:30vh; background: #f9f8f6;
  }
  /* fix for scrolling on mobile traveller selection screen ends */

  /* fix for mobile loading icon position starts */
  form[name="show_flight_data"] .svg-loader {
/*    top:152px;left:0;*/
      top: 0px; left:0px;height: 100vh;
  }
  /* fix for mobile loading icon position ends */
  /* fix for "Find Flights" Mobile CTA Sticky */
  .ver_one .custom_div form#get_form_data.mobilesection_form .content-wrapper button.tab-btn{
    position:fixed;
    display: flex !important;
    justify-content: center;
    align-items: center;
    bottom:69px;
    width:calc(100% - 20px);
    box-sizing:border-box;
    margin-bottom:0;
    z-index:999;
    font-weight:700;

  }
}
@media only screen and (max-width: 420px) {
  .ver_one .form-bottom.mobileview-promo ul li.list-promo .promo_code,
  .ver_one .applied-remove span.p_applied,
  .ver_one
    .tab-full-content-mobile
    ul
    li.list-promo.coupon_applied
    .after-applied {
    font-size: 14px !important;
  }

  .ver_one li.list-promo.coupon_applied a.subscribed {
    margin-bottom: 20px !important;
    margin-top: 11px !important;
  }

  .ver_one .tab-full-content-mobile .close-popup.text span {
    margin-top: 20px;
  }
  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .form-bottom.mobileview-promo
    ul
    li.list-promo.coupon_applied
    .after-applied {
    max-width: 272px;
    overflow: hidden;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 390px) {
  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .form-bottom.mobileview-promo
    ul
    li.list-promo.coupon_applied
    .after-applied {
    max-width: calc(100% - 76px);
  }
  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .mobileview-traveller.show
    .usersizeselect {
    padding-top: 60px !important;
    top: 0 !important;
  }
  .ver_one .traveler-tab.show .user-container .selector-outer p {
    width: 50% !important;
  }
}

@media only screen and (max-width: 415px) {
  .custom-tabs ul li a {
    min-width: 100px;
    padding: 10px 16px;
    font-size: 14px;
    line-height:18.2px;
  }
  .ver_one
    .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .mobileview-traveller.show
    .usersizeselect {
    padding: 0 17px;
    top: 00px;
  }
  .ver_one .traveler-tab.show .user-container .selector-outer p {
    font-size: 16px !important;
    font-weight: 600;
    line-height: 16px;
    margin-top: 2px;
    width: 40%;
  }

  .ver_one
    .col-tab.traveler-tab.mobileview-traveller.show
    .user-container.usersizeselect
    .selector-outer {
    margin-right: 0;
    padding: 0 19.5px;
  }

  .ver_one .user-container .selector-outer ul .slick-next:before {
    width: 30px;
    height: 30px;
    font-size: 25px;
    line-height: 28px;
    top: 4px !important;
    left: 4px;

    font-weight: 400;
  }

  .ver_one .user-container .selector-outer ul .slick-prev.slick-arrow:before {
    top: -29px !important;
    left: 4px;
    width: 30px;
    height: 30px;
    font-size: 25px;
    line-height: 18px;
  }

  .ver_one .user-container .selector-outer ul li.slick-current a {
    font-size: 22px;
    height: 52px;
    width: 47px;
    margin: 22px 8px;
  }

  .ver_one .user-container .selector-outer ul li a {
    font-size: 22px;
    height: 52px;
    width: 47px;
    margin: 22px 8px;
  }

  .ver_one .user-container .selector-outer ul {
    width: 144px !important;
  }

  .ver_one .mobileview-traveller .usersizeselect .selector-outer {
    height: 90px;
  }
  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .mobileview-traveller.show
    .usersizeselect {
    margin-top: 0;
    display: flex !important;
    gap: 10px;
    overflow: auto;
    height: 100%;
    max-height: 430px;
    padding-bottom: 40px;
    padding-top: 20px !important;
    flex-direction: column;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.in-range:last-child
    span::after {
    right: -6px !important;
  }
  .ver_one .custom-tabs {
    width: 240px;
  }
  .ver_one .tab-full-content-mobile .form-bottom.mobileview-promo {
    width: calc(100% - 210px);
  }
}
@media only screen and (max-width: 380px) {
  .ver_one
    .custom_div
    #get_form_data.mobilesection_form
    .mobileview-traveller.show
    .usersizeselect {
    padding: 0 10px;
    top: 20px;
  }

  .ver_one li.list-promo.coupon_applied a.subscribed {
    margin-bottom: 15px !important;
    margin-top: 10px !important;
    font-size: 16px !important;
    line-height: 21px !important;
  }

  .ver_one .pop-up-promo-code-content .pop-up-content p {
    font-size: 16px !important;
    line-height: 21px;
    color: #4c12a1 !important;
    text-align: start;
  }

  .ver_one
    .tab-full-content-mobile
    ul
    li.list-promo.coupon_applied
    .after-applied {
    font-size: 16px !important;
  }

  /*.ver_one .form-bottom.mobileview-promo ul li.list-promo .promo_code {
    font-size: 16px !important;
  }*/

  .ver_one
    .form-bottom.mobileview-promo
    ul
    li.list-promo.coupon_applied
    .after-applied,
  .ver_one
    .tab-full-content-mobile
    .form-bottom.mobileview-promo
    ul
    li.list-promo.coupon_applied
    .after-applied {
    padding: 67px 25px 25px !important;
  }

/*  .ver_one .tab-full-content-mobile .close-popup.text span,
  .ver_one .tab-full-content-mobile .close-nwletter.text span {
    min-height: 52.56px;
    font-size: 16px !important;
  }*/

  .ver_one .pop-up-promo-code-content .head-popup-promo {
    padding: 0 25px;
  }

  .ver_one .pop-up-promo-code-content .head-popup-promo h5 {
    font-size: 18px;
    line-height: 31px;
  }
  .ver_one .pop-up-promo-code-content .control-promo input {
    height: 46px !important;
    font-size: 16px !important;
  }

  .ver_one .form-bottom li .control-promo button.promo-enter-btn.focus-btn {
    height: 46px !important;
    min-height: 46px !important;
    font-size: 14px !important;
  }
  .ver_one .newsletter-signup-popup.newsletter-active .nwlsupp-content-main h3 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 700;
  }

  .ver_one .newsletter-signup-popup ul.newsletter-email-messages li {
    font-size: 16px;
  }

  .ver_one
    .newsletter-signup-popup
    .newsletter-signup-popup--content
    input.wpcf7-form-control.wpcf7-text {
    font-size: 16px;
    margin: 10px 0;
  }

  .ver_one
    .newsletter-signup-popup
    .newsletter-signup-popup--content
    input#nav-email-submit {
    height: 55.58px;
    margin-top: 20px !important;
    font-size: 16px !important;
    line-height: 23px !important;
  }

  .ver_one .newsletter-signup-popup.newsletter-active .nwlsupp-content-main {
    padding: 15px 25px 42px;
  }
  .ver_one
    .newsletter-signup-popup
    .newsletter-signup-popup--content.form-submitted
    .nwlsupp-content-after-submision
    h3 {
    font-size: 37px;
    line-height: 27px;
    margin-bottom: 40px;
  }

  .ver_one
    .newsletter-signup-popup
    .newsletter-signup-popup--content.form-submitted
    .nwlsupp-content-after-submision
    p {
    /*font-size: 20px !important;*/
    line-height: 26px;
  }

  .ver_one
    .newsletter-signup-popup
    .newsletter-signup-popup--content.form-submitted
    .nwlsupp-content-after-submision
    .success-message {
    margin-bottom: 25px;
  }

  .ver_one
    .newsletter-signup-popup
    .newsletter-signup-popup--content.form-submitted
    .nwlsupp-content-after-submision {
    padding: 15px 23px 42px;
  }
  .ver_one
    .tab-full-content-mobile
    .pop-up-promo-code-content
    .control-promo
    .promo-enter-btn {
    height: 46px !important;
    min-height: 46px !important;
  }
  .ver_one
    .tab-full-content-mobile
    .pop-up-promo-code-content
    .control-promo
    .promo-enter-btn {
    height: 46px !important;
    min-height: 46px !important;
  }
  .ver_one
    .tab-full-content-mobile
    .pop-up-promo-code-content
    .control-promo
    .promo-enter-btn {
    height: 46px !important;
    min-height: 46px !important;
  }

  .ver_one .newsletter-signup-popup.newsletter-active .nwlsupp-content-main h3 {
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 20px;
    font-weight: 700;
  }

  .ver_one .newsletter-signup-popup ul.newsletter-email-messages li {
    font-size: 16px;
    line-height: 31px;
  }

  .ver_one
    .newsletter-signup-popup
    .newsletter-signup-popup--content
    input.wpcf7-form-control.wpcf7-text {
    font-size: 16px;
    margin: 10px 0;
  }

  .ver_one
    .newsletter-signup-popup
    .newsletter-signup-popup--content
    input#nav-email-submit {
    height: 55.58px;
    margin-top: 20px !important;
    font-size: 17px !important;
  }
  .ver_one .user-container .selector-outer ul li {
    margin-right: 2px;
    margin-left: 8px;
  }
  .ver_one .user-container .selector-outer ul {
    width: 144px !important;
  }
  .ver_one table.ui-datepicker-calendar tbody tr td.in-range a:after {
    right: -34px !important;
    width: 51px !important;
  }
}
@media only screen and (max-width: 400px) {
  .ver_one .custom_div .col-tab .tab-link .selectedtostate,
  .ver_one .custom_div .col-tab .tab-link .selectedfromstate {
    font-size: 15px;
  }
}
@media only screen and (max-width: 360px) {
  .ver_one .form-outer .form-content .col1 span.reverse-icon {
    left: 50.3% !important;
    margin-left: -15px !important;
  }
}
@media only screen and (max-width: 340px) {
  .ver_one .form-bottom.mobileview-promo ul li.list-promo .promo_code,
  .ver_one .applied-remove span.p_applied,
  .ver_one
    .tab-full-content-mobile
    ul
    li.list-promo.coupon_applied
    .after-applied {
    font-size: 14px !important;
  }
  .ver_one .form-bottom.mobileview-promo ul li.list-promo .promo_code {
    font-size: 14px !important;
  }
  .custom_div
    #get_form_data.mobilesection_form
    .date-picker
    .return_result
    p
    > span:last-child,
  .custom_div
    #get_form_data.mobilesection_form
    .date-picker
    .source_result
    p
    > span:last-child,
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab
    .tab-link.active_from
    .selectedto,
  .custom_div
    #get_form_data.mobilesection_form
    .col-tab
    .tab-link.active_from
    .selectedfrom {
    max-width: initial !important;
    min-width: auto !important;
  }
  .user-container .selector-outer ul .slick-list {
    left: 45px;
  }
  .ver_one .user-container .selector-outer ul {
    width: 144px !important;
  }
  .ver_one .user-container .selector-outer ul .slick-prev.slick-arrow:before {
    top: -29px !important;
  }
  .ver_one table.ui-datepicker-calendar tbody tr td.in-range a:after {
    right: -23px !important;
    width: 44px !important;
    top: -2px;
  }
}

@media only screen and (min-width: 1000px) {
  .ver_one
    table.ui-datepicker-calendar
    tbody
    tr
    td.in-range.month-first-date
    span:before {
    border-radius: 25px 30px 30px 25px;
  }
  .ver_one
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.in-range.month-last-date
    span:before {
    border-radius: 25px;
  }
  .ver_one
    table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.in-range.month-last-date
    span:after {
    border-radius: 25px;
  }
  .ver_one table.ui-datepicker-calendar tbody tr td.ui-state-disabled.in-range {
    vertical-align: top;
  }
}
@media only screen and (min-width: 370px) and (max-width: 374px) {
  table.ui-datepicker-calendar tbody tr td.in-range a.ui-state-default:before {
    left: -37px;
  }
  table.ui-datepicker-calendar
    tbody
    tr
    td.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.in-range
    span.ui-state-default::after {
    right: -21px;
  }
}
/*-----------loader css start -----*/
.svg-loader {
  display: none;
}
.svg-loader {
  background-color: rgb(255, 255, 255);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999999;
}

.svg-loader-img {
  position: relative;
  width: 50px;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 50px;
  top: 45%;
  left: 50%;
  margin-left: -25px;
  animation-name: spinner 1s linear infinite;
  -webkit-animation: spinner 1s linear infinite;
  -moz-animation: spinner 1s linear infinite;
}
.svg-loader-img:before {
  position: absolute;
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  top: -15px;
  left: -15px;
}
.svg-loader-img:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid transparent;
  top: -2px;
  left: -2px;
}

@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ui-rotatable-handle.ui-draggable {
  position: absolute;
  width: 15px;
  height: 15px;
  left: -30px;
  top: 90px;
  background: #fff;
  border-radius: 50% 50% 50% 50%;
}
/*-----------loader css end -----*/

/* Adrien Loader */

g#loader {
  animation: loader_rotate 10s linear infinite;
}

#arc,
#loader {
  transform-origin: center;
}

#arc {
  stroke-dasharray: 1256.63706;
  stroke-dashoffset: 1256.63706;
  animation: arc_travel 2.5s cubic-bezier(1, 0, 0.58, 1) infinite;
}
.spinner {
  height: 200px;
  max-height: 40vw;
  max-width: 40vw;
  width: 200px;
}
.loader-container {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80%;
}

@keyframes stripe {
  0% {
    left: -30%;
    width: 25%;
  }

  35% {
    width: 75%;
  }

  to {
    left: 200%;
  }
}

@keyframes loader_rotate {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes arc_travel {
  0% {
    stroke-dashoffset: 1256.63706;
    transform: scaleY(1) rotate(0deg);
  }

  45% {
    stroke-dashoffset: 157.0796325;
    transform: scaleY(1) rotate(0deg);
  }

  45.0000001% {
    stroke-dashoffset: 157.0796325;
    transform: scaleY(-1) rotate(45deg);
  }

  to {
    stroke-dashoffset: 1256.63706;
    transform: scaleY(-1) rotate(0deg);
  }
}


/******added CSS for widget width below*******/


/*commented out and added changes here*/
.custom_div {
    max-width: 95% !important;
    /*changed from 1009px to 95%*/
    margin: 0px auto !important;
    font-family: 'Krub', sans-serif;
    position: relative;
    width: 100% !important;
}

/*adding styles to widget when screen is above 1200px*/
@media screen and (min-width: 1201px) {
    .custom_div {
        max-width: 1100px !important;
    }

    .col1 {
        width: 515px !important;
    }

    .from-col, .to-col {
        max-width: calc(50% - 10px) !important;
    }

    .custom_div .one_way_calender .col-tab.traveler-tab {
        max-width: 180px;
    }

    .custom_div .form-bottom ul {
        width: 44%;
    }
}

/*created media q for 1101px - 1200px*/
@media only screen and (max-width: 1200px) and (min-width: 1101px) {
    .custom_div {
        max-width: 1100px !important;
        /*changed from 900px to 1100px*/
        width: 95% !important;
        /*added width*/
    }

    /*added flex display to form content here*/
    .form-content {
        display: flex;
        justify-content: space-around;
    }

    /*added styling to width of 'from' and 'to' tabs here*/
    .col1 {
        width: 100%;
    }

    .from-col, .to-col {
        max-width: calc(50% - 10px) !important;
    }

    /*editing width of col1 on one way tab*/
    .one_way_calender .col1 {
        width: 100%;
    }

    /*added syling to width of date tab here*/
    .dates-tab {
        width: 100%;
    }

    /*added gap between form and button*/
    .content-wrapper {
        gap: 10px;
    }

    /*aligning the reverse icon to be more center*/
    .reverse-icon {
        left: calc(50% - 5px) !important;
    }

    /*adjusting width of optional form bottom element*/
    .optional {
        width: 39%
    }

    /*adjusting width of ul form bottom element*/
    .custom_div .form-bottom ul {
        width: 46%;
    }

}

/*created media q for 1001px-1100px*/
@media only screen and (max-width: 1100px) and (min-width: 1001px) {
    /*added flex display to form content here*/ .form-content {
        display: flex;
        justify-content: space-around;
    }

    /*added styling to width of 'from' and 'to' tabs here*/
    .col1 {
        width: 100%;
    }

    .from-col, .to-col {
        max-width: calc(50% - 10px) !important;
        min-width: 100px !important;
    }

    /*added width to col1 on one way tab*/
    .custom_div .one_way_calender .col1 {
        width: 100%
    }

    /*added styling to width of date tab here*/
    .dates-tab {
        width: 100%;
    }

    /*added gap between form and button*/
    .content-wrapper {
        gap: 1px;
    }

    /*aligning the reverse icon to be more center*/
    .reverse-icon {
        left: calc(50% - 20px) !important;
    }

    /*adjusting width of optional form bottom element*/
    .optional {
        width: 39%
    }

    /*adjusting width of ul form bottom element*/
    .custom_div .form-bottom ul {
        width: 46%;
    }


}

/*creating media q for 767px - 1000px*/
@media only screen and (max-width: 1000px) and (min-width: 768px) {
    /*changing button to no dispay*/
    .custom_div form#get_form_data .content-wrapper button.tab-btn {
        display: none !important; 
    }

    /*added styling to width of 'from' and 'to' tabs here*/
    .col1 {
        width: 100% !important;
    }
    .from-col, .to-col {
        max-width: calc(50% - 5px) !important;
        min-width: 100px !important;
    }

    /*aligning the reverse icon to be more center*/
    .reverse-icon {
        left: calc(50% - 14px) !important;
    }
    .one_way_calender .col1 .reverse-icon {
        left: calc(50% - 14px) !important; 
        margin-left: 0px;
    }

    .one_way_calender .col1 {
        display: block;
    }

    /*changing width to custom div*/
    .custom_div {
        width: 813px !important;
        max-width: 95% !important;
    }

    /*adding style that makes the content wrapper in the mobile section form regular display instead of flex*/
    .mobilesection_form .content-wrapper {
        display: block !important;
    }
}

/*making the content wrapper for the form and button a flex box*/
.content-wrapper {
    display: flex !important;
    justify-content: space-around;
}

/*setting max width to form container to 100% so it can take up the width of the widget, it was previously contrained*/
.form-outer {
    max-width: 100% !important;
}

/*creating my own media q for below 767px*/
@media screen and (max-width: 767px) {
    /*added styling to width of 'from' and 'to' tabs here*/ .col1 {
        width: 100% !important;
        display: flex;
        justify-content: center;
        /*centering content, otherwise it's too far left*/
    }

    .from-col, .to-col {
        max-width: calc(50% - 10px) !important;
        min-width: 100px !important;
    }

    .content-wrapper {
        max-width: 100%;
        display: block !important;
    }
}

/*aligning the reverse icon to be more centered under 767px - 480px*/
@media screen and (max-width: 767px) {
    .reverse-icon {
        left: calc(50% - 14px) !important;
    }

    .one_way_calender .col1 .reverse-icon {
        margin-left: 0px;
    }
}

/*aligning optional form bottom element at exactly 1200px*/
@media only screen and (max-width: 1200px) and (min-width: 1200px) {
    .optional {
        text-align: right;
    }
    
}

/*aligning reverse icon at exactly 1100px*/
@media screen and (max-width: 1100px) and (min-width: 1100px) {
    .reverse-icon {
        left: 50% !important;
    }
}

/*aligning reverse icon at above 1200px*/
@media screen and (min-width: 1201px) {
    .reverse-icon {
        left: 238px !important;
    }
}


/*making the width of the to and from col 100% to take up whole container*/
.to-col, .from-col {
    width: 100%;
}

/*fixing the display on calendar when dates are selected*/
@media only screen and (max-width: 1000px) {
    table.ui-datepicker-calendar tbody tr td.end-date a:before {
        left: -20px;
    }

}
@media only screen and (max-width: 1000px) and (min-width: 951px) {
    table.ui-datepicker-calendar tbody tr td.end-date a:before {
        left: -50px;
    }
}

/*fixing alignment of loader*/
.svg-loader {
  top: 0;
  left: 0;
}

/*making loader icon more centered*/
.loader-container {
  height: 100vh;
}

/*fixing calendar with a weekend start date*/
@media only screen and (max-width: 1000px) {
  .ver_one table.ui-datepicker-calendar tbody tr td.ui-datepicker-week-end:first-child.start-date.dep-start-active a.ui-state-default::before {
    display: block !important;
    width: 70px;
    left: 25px;
  }
  
  /*fixing gap in middle calendar date*/
  table.ui-datepicker-calendar tbody tr td.start-date.dep-start-active + td.in-range a:after {
    right: -50px;
    width: 100px
  }
  table.ui-datepicker-calendar tbody tr td.start-date.dep-start-active + td.in-range a:before {
    width: 100px;
    left: -50px;
  }
  
}

/* Styles: AveloMobileApp  */
  span.close.flt-calendar-cancel {
    line-height: 51px;
  }
  span.close.flt-calendar-cancel > span {
    font-size: 14px;
    border: 1px solid #4c12a1;
    padding: 4px 16px;
    border-radius: 8px;
  }

  /* Styles: Schedule Messaging */
  .avelo-booking-cal-schedex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    background-color: #4C12A1;
    padding: 12px 18px;
  }

  .avelo-booking-cal-emoji {
      padding: 6px;
  }

  .avelo-booking-cal-schedex-text {
      font-size: 16px;
      color: #fff !important; /*overwriting prev style*/
      max-width: none !important; /*overwriting prev style*/
  }

  /*START style for optional link in mobile*/

.ver_one .mobile-optional-service {
  display: none !important;
}

@media only screen and (max-width: 1000px) {
  .ver_one #get_form_data .optional.for-mobile {
      display: flex !important;
      margin: 0;
      justify-content: flex-end;
      padding-right: 0;
  }

  .ver_one #get_form_data .optional.for-mobile a {
      color: #fff;
      text-decoration: none !important;
      font-size: 12px;
      font-weight: initial;
      margin-right: 4px;
  }

  .ver_one .content-wrapper {
      flex-direction: column;
  }

  .ver_one .custom_div form#get_form_data {
      padding-bottom: 6px;
  }
}


@media only screen and (max-width: 767px) {
  .ver_one #get_form_data .optional.for-mobile {
      padding-top: 8px;
      padding-right: 0;
  }
}

@media only screen and (min-width: 1001px) {
  .ver_one .form-bottom.mobileview-promo .optional {
      width: 39% !important; 
  }   

  .ver_one .custom_div .form-bottom ul {
/*      width: 61% !important;*/
width: 43% !important;
  }
}

/*END style for optional link in mobile*/
/*removing the labels for 'to' and 'from' sections*/

.ver_one .col1-label {
  display: none;
}


.ver_one .from-col, .ver_one .to-col {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
}

.custom_div .col-tab.from-col .tab-link>input[type="text"] {
  background-position: 100px 12px;
}
.custom_div .col-tab.from-col .tab-link>input[type="text"]:hover {
  background-position: 100px -62px;
}

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

  .custom_div .col-tab.from-col .tab-link>input[type="text"] {
    background-position: 100% 12px;
  }
  .custom_div .col-tab.from-col .tab-link>input[type="text"]:hover {
    background-position: 100% -62px;
  }
  .custom_div .col-tab .tab-link>input[type="text"] {
    padding: 0;
  }
}

@media only screen and (max-width: 400px) {
  .custom_div .col-tab .tab-link>input[type="text"] {
    font-size: 30px;
  }
}

/*end removing the labels for 'to' and 'from' sections*/
div.seasonal_msg div.seasonal_msg_container {
    box-sizing: border-box;
    background-color: rgb(255,205,0);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px
}

div.seasonal_msg div.seasonal_msg_container p {
    color: rgb(76,18,161);
    text-align: center;
    flex-grow: 2
}

/* adding css for city labels */
@media (min-width:1001px){
  body  .custom_div .col-tab .tab-link.active_from .selectedto,
  body .custom_div .col-tab .tab-link.active_from .selectedfrom{
    font-size:12px!important;
  }
  }
  
  body  .custom_div .col-tab .tab-link.active_from .selectedto,
  body .custom_div .col-tab .tab-link.active_from .selectedfrom{    
    white-space: nowrap;
      text-overflow: ellipsis;
      overflow-x: hidden;
  }
  
  @media (max-width:1000px){
    body  .custom_div .col-tab .tab-link.active_from  .selectedfromstate,
    body  .custom_div .col-tab .tab-link.active_from  .selectedtostate{
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow-x: hidden;
      font-size:12px;
      font-weight: 500;
    }
  }

/* start mobile summary screen updates */

body .custom_div #get_form_data.mobilesection_form .col-tab .tab-link.active_from .selectedto,
body .custom_div #get_form_data.mobilesection_form .col-tab .tab-link.active_from .selectedfrom {
    margin-top: -1px;
}


p.selectedfromstate,
p.selectedtostate {
    margin-top: -1px;
}

.ver_one .custom_div .col-tab .tab-link>input[type="text"] {
    font-weight: 500;
}

.reverse-icon {
    background-repeat: no-repeat;
    background-position: center;
}

.custom_div .col-tab .tab-link>input[type="text"] {
    background-color: transparent;
}

form#get_form_data:not(.mobilesection_form) span:not(.active_from)>.selectedfromorigin:after,
form#get_form_data:not(.mobilesection_form) input:not([style="display: none;"])+.selectedtodestination:after,
form#get_form_data.mobilesection_form input:not([style="display: none;"])+.selectedtodestination:after {
    content: " ";
    position: absolute;
    background-color: #414042;
    width: 28px;
    height: 29px;
    right: 0;
    mask-image: url(../images/AirplaneTilt.svg);
    -webkit-mask-image: url(../images/AirplaneTilt.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100%;
    -webkit-mask-size: 100%;
    pointer-events: none;
    top: 44px;
}

@media (max-width:1000px){
  form#get_form_data.mobilesection_form input:not([style="display: none;"])+.selectedtodestination:after{
    content: none;
  }
}

input:hover+.selectedfromorigin:after,
input:hover+.selectedtodestination:after {
    background-color: #4c12a1!important;
}

.selectedfromorigin:after {
        left: 111px;
    }

    .selectedtodestination:after {
        left: 70px;
    }


@media only screen and (max-width:1000px) {
  #get_form_data.mobilesection_form .date-picker .return_result p > span,
  #get_form_data.mobilesection_form .date-picker .source_result p > span,
  .custom_div #get_form_data.mobilesection_form .col-tab .tab-link.active_from .selectedtodestination,
  .custom_div #get_form_data.mobilesection_form .col-tab .tab-link.active_from .selectedfromorigin{
    color:#414042;
  }
  #add_loader figure{
    margin-top:32px;
  }
    .custom_div .col-tab .tab-link>input[type="text"] {
        font-size: 32px;
    }

    form#get_form_data:not(.mobilesection_form) span:not(.active_from)>.selectedfromorigin:after,
    form#get_form_data:not(.mobilesection_form) input:not([style="display: none;"])+.selectedtodestination:after {
        top: 42px;
    }

    .selectedfromorigin:after {
        left: 111px;
    }

    .selectedtodestination:after {
        left: 62px;
    }

    .ver_one .custom_div #get_form_data.mobilesection_form .col-tab.from-col,
    .ver_one .custom_div #get_form_data.mobilesection_form .col-tab.to-col {

        border-radius: 4px;
        border: 1px solid #E5E7EB;
        font-size: 30px !important;
        color: #212121 !important;
        width: calc(50% - 5px);
        padding: 16px 22px 16px 22px;
        justify-content: flex-start;

    }
    .col-tab.to-col.is-placeholder{
      justify-content:center!important;
    }

    .custom_div #get_form_data.mobilesection_form .col-tab .tab-link.active_from,
    .custom_div #get_form_data.mobilesection_form .col-tab .tab-link.active_to {
        display: flex;
        flex-direction: column;

    }


    .ver_one .custom_div #get_form_data.mobilesection_form .col-tab .tab-link.active_from .selectedfrom,
    .ver_one .custom_div #get_form_data.mobilesection_form .col-tab .tab-link.active_from .selectedto {
        border: none !important;
        text-align: left;
        font-size: 24px !important;
        font-weight: 700;
        line-height: 31.2px;
        padding: 0;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .custom_div #get_form_data.mobilesection_form .col-tab .tab-link.active_from .selectedfromorigin,
    .custom_div #get_form_data.mobilesection_form .col-tab .tab-link.active_from .selectedtodestination {
        order: 3;
        line-height: 15.6px;
        text-align: left;
        margin-top: 3px !important;
    }

    .custom_div #get_form_data.mobilesection_form .col1 .col-tab.to-col .tab-link>.selectedto {
        min-height: unset;
    }

    .ver_one #get_form_data.mobilesection_form .flight-icon {
        display: none !important;
    }

    .custom_div #get_form_data.mobilesection_form .col-tab label:not(.mob_travel):not(.form-list-head):not([for="leaving"]):not(.mob-small-trvls):not([for="flip-mini"]) {
        font-size: 12px !important;
        line-height: 15.6px;
    }

    .custom_div #get_form_data.mobilesection_form .col-tab label[for="flip-mini"]{
      font-weight: 600;
    }

    .custom_div #get_form_data.mobilesection_form .col-tab label > span.dep_mob{
      line-height:31.2px
    }

    .ver_one #get_form_data.mobilesection_form .col1 {
        align-items: stretch;
    }

    input:focus+.selectedtodestination:after {
        left: unset;
        right: 18px!important;
    }

    .selectedfromstate,
    .selectedtostate {
        line-height: 23px;
    }
    
    .ver_one #get_form_data.mobilesection_form #sizevalue2[style="display: block;"]{
      display:none!important
    }

    .ver_one #get_form_data.mobilesection_form .after-applied * {
      line-height: 18px!important;
    }

    .custom_div #get_form_data.mobilesection_form .col-tab label[for="leaving"]{
      display: flex!important;
    }

    .close:not(#close_widget) > img{
      padding:18px;
      box-sizing: content-box;
      margin-right:-18px;
    }

    .traveler-tab.mobileview-traveller:not(.show) .close:not(#close_widget) > img{
      padding:0;
    }

    .ver_one .custom_div #get_form_data.mobilesection_form .traveler-tab.mobileview-traveller:not(.show) > .mob_travel{
      padding-right:16px!important
    }

    .ver_one .custom_div #get_form_data.mobilesection_form .col-tab.traveler-tab.mobileview-traveller.show span.close img{
      top: -19px;
    }

    .show_on_mob .close img{
      margin-top:-2px;
    }

    .custom_div .col-tab label.col1-label{
      font-size: 12px;
    }

    .ver_one .custom_div .pop-up-content,
    .ver_one .custom_div .pop-up-content p, 
    .ver_one .tab-full-content-mobile .form-bottom.mobileview-promo ul li.list-promo a.subscribed{
      font-size: 14px!important;
    }

    .ver_one .newsletter-signup-popup.newsletter-active .nwlsupp-content-main h3{
      font-size: 18px!important;
    }
    .ver_one .newsletter-signup-popup .newsletter-signup-popup--content input.wpcf7-form-control.wpcf7-text,
    .ver_one .newsletter-signup-popup ul.newsletter-email-messages li{
      font-size: 16px!important;
    }
    .ver_one .pop_up_promo_code.active-popup span.p_applied,
    .ver_one .form-bottom.mobileview-promo ul li.list-promo .promo_code{
      display: inline!important;
    }
    .ver_one .pop_up_promo_code.active-popup .close-popup.text,
    .close-nwletter.text{
      text-align: center;
    }
    .ver_one .pop_up_promo_code.active-popup .close-popup.text > span,
    .ver_one .newsletter-signup-popup .newsletter-signup-popup--content.form-submitted .close-nwletter.text > span{
      padding-left: 45px;
      padding-right: 45px;
      line-height: 44px;
      display: inline-block;
      width: auto;
    }
    .ver_one .newsletter-signup-popup.newsletter-active .newsletter-contact-form span.wpcf7-not-valid-tip{
      line-height: 2em;
    }
    .ver_one .newsletter-signup-popup .newsletter-signup-popup--content.form-submitted .nwlsupp-content-after-submision p.hooray{
      font-size: 18px!important;
      font-weight: 600;
      margin-bottom: 20px;
    }
    
}
@media only screen and (max-width:435px) {
    .selectedfromorigin:after {
        left: 107px;
    }

    #sizevalue2{
      padding-right: 41px;
      text-align: center;
    }

    .selectedtodestination:after {
        left: calc(50% + 10px);
    }

    .custom_div .col-tab .tab-link>input[type="text"] {
        font-size: 30px;
    }

}

@media only screen and (max-width:365px) {
    .selectedfromorigin:after {
        left: 90px;
    }

    #sizevalue2{
      padding-right: 46px;
      text-align: center;
    }

    .selectedtodestination:after {
        left: calc(50% + 6px);
    }
}


#sizevalue::placeholder,
#sizevalue2::placeholder{
  color:#414042!important;
}
#get_form_data.mobilesection_form .col-tab .tab-link.active_from .selectedto,
.custom_div #get_form_data.mobilesection_form .col-tab .tab-link.active_from .selectedfrom {
  color:#414042!important;
}



figure.calendar-icon{
  mask-image: url(../images/calendar.svg);
  -webkit-mask-image: url(../images/calendar.svg);
  mask-repeat:no-repeat;
  -webkit-mask-repeat:no-repeat;
  width:21px;
  height:23px;
  mask-size: contain;
  -webkit-mask-size: contain;
  margin-right:10px;
  background-color:#374151;
}
#get_form_data.mobilesection_form figure.calendar-icon{
  background-color:#374151;
}

figure.user-icon{
  mask-image: url(../images/user-icon.svg);
  -webkit-mask-image: url(../images/user-icon.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  width: 24px;
  height: 28px;
  mask-size: contain;
  -webkit-mask-size: contain;
  background-color:#5E5777;

}

.disabled_selection figure.calendar-icon, .disabled_selection figure.user-icon{

 background-color:#9CA3AF;
} 

.col-tab:not(.disabled_selection) .sub-col:not(.disabled_selection) figure.calendar-icon{
    background-color: #5E5777;
}
label,
span.tab-link.traveler-link,
.sub-col .date-picker,
.sub-col label,
.sub-col p,
.col-tab.traveler-tab.disabled_selection > span input{
  color: #414042;
}
.col-tab.disabled_selection label,
.col-tab.disabled_selection span.tab-link.traveler-link,
.col-tab.disabled_selection .sub-col .date-picker,
.col-tab.disabled_selection .sub-col label,
.col-tab.disabled_selection .sub-col p,
.col-tab.custom_div .col-tab.traveler-tab.disabled_selection > span input,
.col-tab .sub-col.disabled_selection .date-picker,
.col-tab .sub-col.disabled_selection label,
.col-tab .sub-col.disabled_selection p
{
  color:#9CA3AF;
}

.col-tab.disabled_selection .sub-col p{
  color:#6B7280;
}

.col-tab:not(.disabled_selection) .sub-col:not(.disabled_selection)  > label > span, .col-tab:not(.disabled_selection) .sub-col:not(.disabled_selection) p{
    color: #414042;
}

.date-picker .return_result p > span,
.date-picker .source_result p > span,
.date-picker .return_result p > em,
.date-picker .source_result p > em{
  font-size: 18px !important;
}
.date-picker .return_result p > em,
.date-picker .source_result p > em{
  display:block;
  font-style:normal;
}
@media (min-width: 1001px){
  .date-picker{
    min-width: 200px;
  }
}
.date-picker .return_result p,
.date-picker .source_result p{
  color:#6B7280;
}
.col-tab:not(.disabled_selection) .sub-col:not(.disabled_selection) .date-picker .source_result p > span:first-of-type,
.col-tab:not(.disabled_selection) .sub-col:not(.disabled_selection) .date-picker .return_result p > span:first-of-type{
font-size:20px!important
}

.custom_div .col-tab label.col1-label{
  color:#4B5563;
}

.custom_div .mobilesection_form  .col-tab label.col1-label{
  color: #414042;
}

.traveler-tab.disabled_selection #sizevalue3, .traveler-tab.disabled_selection #sizevalue3::placeholder{
  color:#9CA3AF!important
}

.traveler-tab:not(.disabled_selection) label.mob-small-trvls{
  color: #374151;
}

.custom_div .col-tab.active .tab-link figure.user-icon{
  background-color:#4c12a1;
}
@media (min-width:1001px){
 .mob-small-trvls{
   width:100%;
 } 
}
/* end mobile summary screen updates */
