@media (max-width: 768px) {
  .lockScroll {
    overflow: hidden;
    top: 0;
  }

  .filters div {
    width: 33.33% !important;
    margin-right: 15px;
  }

  .filters span {
    font-size: 12px!important;
    line-height: 1em;
  }

  .filters .filter-dropdown {
    left: 0;
    right: auto;
  }

  .flight-route .filter-dropdown {
    right: -15px;
    left: auto;
  }

  .filters .flight-route {
    line-height: 1em;
  }

  /* search widget */

  #searchWidget .input-box,
  #searchWidget .datepicker {
    width: 49%;
    margin: 0 0 2% 0;
  }

  #searchWidget .input-box .input-popup,
  #searchWidget .datepicker {
    padding: 20px 10px;
    background: #f1f1f1;
  }

  #searchWidget .input-box .input-popup {
    padding-left: 10px;
  }

  #searchWidget .input-box .input-popup.active-input {
    position: fixed !important;
    width: calc(200% + 30px);
    height: 100vh;
    left: 0;
    top: 0;
    padding-left: 50px;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: hidden;
    z-index: 999999;
  }
  #searchWidget .input-box .input-popup.active-input .autocomplete,
  #searchWidget .input-box .input-popup.active-input > span {
    font-size: 20px;
    padding-top: 1px;
  }

  #searchWidget .input-box .input-popup, #searchWidget .datepicker {
    font-size: 14px!important;
  }

  .airport-results li:hover,
  .airport-results li.selected {
    background: #fff;
  }

  #searchWidget .input-box .closeSearch {
    display: none;
  }

  #searchWidget .input-box .active-input .closeSearch {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 24px;
    left: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
    opacity: 0.5;
  }

  .airport-results.active-results {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  #searchWidget .input-box.ml-10,
  #searchWidget .return-date-col {
    margin-left: 2% !important;
  }

  /* Calendar fix */
  .datepickerFrom-box,
  .datepickerTo-box {
    position: fixed;
    width: calc(100% + 30px);
    height: 100vh;
    top: 0;
    left: -15px;
    padding: 0;
    z-index: 99;
  }

  .dateFrom-dropdown,
  .returnFrom-dropdown,
  .dateFrom-dropdown.active,
  .returnFrom-dropdown.active {
    left: 15px;
    top: 0;
    width: calc(100% - 30px);
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background: #f6f6f6;
  }

  .dateFrom-dropdown div,
  .returnFrom-dropdown div {
    font-size: 14px;
    line-height: 1.1em;
    padding: 20px 0;
    text-align: center;
    border-bottom: none;
  }

  .dateFrom-dropdown div {
    width: 33.33%;
  }

  .calendar-box {
    width: 100%;
    height: 330px;
    left: 0;
    padding: 0;
    top: 120px;
    background: #fff;
    z-index: 99999;
  }

  .flatpickr-calendar.inline {
    width: 80%;
  }

  .flatpickr-rContainer {
    margin: 0 auto;
  }

  .flatpickr-months {
    margin-bottom: 20px;
  }

  .flatpickr-month span {
    font-size: 20px;
    font-family: "Nunito Sans", sans-serif;
  }

  .flatpickr-day,
  .flatpickr-weekday {
    font-size: 17px !important;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
  }

  .submitDate {
    bottom: -440px;
    width: 100% !important;
    font-size: 16px !important;
    height: 40px;
  }

  #searchWidget .searchBtn button {
    padding: 20px 0;
  }

  /* Search Results */
  .journey {
    margin: 20px 15px;
    width: calc(100% - 30px) !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #eee;
  }

  .journey .airline-logo {
    display: none;
  }

  .journey .col-md-3 {
    width: 33.33%;
  }

  .journey .col-md-4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    padding: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .alltaxesincluded {
    display: none;
  }

  .radiusTip .col-md-2 {
    width: 20%;
  }

  .radiusTip .col-md-6 {
    width: 80%;
  }

  .radiusTip .col-md-4 {
    width: 100%;
    margin-top: 35px;
  }

  .recommended-sorting,
  .cheapest-sorting,
  .fastest-sorting {
    width: 33.33% !important;
    text-align: center;
  }

  .recommended-sorting::after,
  .cheapest-sorting::after,
  .fastest-sorting::after {
    display: none;
  }

  /* HOMEPAGE */

  #journey-process img {
    width: 50%;
  }

  #najletovi-aplikacija .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #whyus-section img,
  #najletovi-aplikacija .col-md-6:first-child img {
    width: 80%;
    margin: 30px auto;
    display: block;
  }

  /* BOOKING PAGE */

  #booking-journey {
    padding-bottom: 50px;
  }

  .booking-navigation {
    padding: 0;
  }

  .backtosearch,
  .journey-title {
    text-align: center;
  }

  .guarantee-title {
    margin-top: 0;
  }

  .nextStep-button,
  .prevStep-button {
    width: 100%;
    margin: 40px auto;
  }

  .prevStep-button {
    margin-bottom: 0;
  }

  .common-bags {
    padding: 16px 0;
  }

  .common-bags div {
    position: relative;
  }

  .common-bags div span {
    text-align: left !important;
    padding-left: 40px;
  }

  .common-bags .col-md-1 {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 99;
    padding-left: 0;
  }

  .common-bags .col-md-3 img {
    display: none;
  }

  .common-bags .bagPrice {
    position: absolute;
    top: 20px;
    right: 20px;
    padding-left: 0;
    text-align: right !important;
  }

  .common-bags .removeBag {
    right: -95%;
    left: auto;
  }

  .checkBooking-btn-text.view-details {
    margin-top: 30px;
  }

  .checkBooking-btn-text.view-details span {
    display: block;
  }

  .passinfocheck div {
    width: 50%;
  }

  .prevStep-lastbtn {
    display: none;
  }

  #payment-form div {
    padding-left: 0;
    padding-right: 0;
  }

  .sticky-element {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
  }

  .reservation-agreement .ReservationAgreement {
    -webkit-appearance: checkbox;
    appearance: checkbox;
  }

  .reservation-receipt {
    position: fixed;
    bottom: -1px;
    left: 0;
    z-index: 100;
    width: 100%;
    padding-top: 20px;
    background: #7f3f97;
    color: #fff;
}

  .reservation-receipt .passnum,
  .reservation-receipt .bagReceipt,
  .reservation-receipt hr {
    display: none!important;
  }

  /* footer */
  #footer .footer-box {
    margin: auto!important;
  }
}