
  header {
    position: relative;
    width: 100%;

    border-bottom: 1px solid rgba(255, 255, 255, 0);
    background: #ef355e;
    z-index: 9;
  }
  ul.mm-listview li a span.material-icons {
    font-size: 19px;
    vertical-align: sub;
    margin-right: 15px;
  }
  ul.mm-listview li i {
    margin-right: 15px;
  }
  .loaderBody {
    margin-top: 10%;
    text-align: center;
  }
  .loaderBody img {
    width: 150px;
    margin: 0 auto;
  }
  .loaderHeader img.logo_normal {
    width: 100%;
  }
  .loaderContainer {
    padding: 10% 5%;
    position: relative;
    height: 100%;
    width: 100%;
  }
  .loaderBody h3 {
    font-size: 16px;
    text-align: center;
    color: #403f3f;
  }
  .loader_svg {
    margin-top: 15%;
  }
  .loaderFooter {
    position: absolute;
    bottom: 15%;
    background: #fafafa;
    border-radius: 5px;
    width: 95%;
    left: 10px;
    right: 10px;
  }
  .loaderColRow {
    display: flex;
    padding: 10px 0;
  }
  .loaderColRow:first-child {
    border-bottom: 2px solid #eee;
  }
  .loaderCol12 {
    text-align: left;
    width: 100%;
    padding-left: 25px;
  }
  .loaderCol12 span {
    font-size: 15px;
    font-weight: 400;
    color: #5f5f5f;
  }
  .loaderColRow .loaderCol6 {
    width: 49%;
    text-align: center;
    position: relative;
  }
  .loaderColRow .loaderCol6:first-child {
    border-right: 1px solid #414141;
    width: 51%;
  }
  .loaderColRow .loaderCol6:first-child:after {
    content: "\e8bc";
    font-family: fontello;
    position: absolute;
    right: -7px;
    top: 10px;
    background: #fff;
  }
  .loaderColRow .loaderCol6 span {
    display: block;
    font-size: 17px;
    font-weight: 500;
  }
  .loaderColRow .loaderCol6 span.loaderDate {
    font-size: 14px;
    font-weight: 400;
  }
  main.page .hero_single.version_2 .wrapper h3 {
    font-size: 20px;
    background: none;
    width: 100%;
  }
  .mobileRow.row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .flightText {
    width: 100%;
    text-align: left;
    background: none;
    color: #fff;
    padding: 15px 10px;
    font-size: 17px;
    letter-spacing: -0.5px;
    font-weight: 500;
    border-radius: 10px;
    text-align: center;
  }
  .flightText.Airport span {
    color: #fff;
  }
  .flightLoadingMobile {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/images/cloud.jpg);
    z-index: 9999;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .mobileRow.row.rowTwice {
    background: #fff;
    border-radius: 0;
  }
  .mobileRow.row.rowTwice label.flight_radio {
    color: #aaa;
    font-size: 15px;
    font-weight: 500;
  }
  .mobileRow.row.rowTwice .col-6.active label.flight_radio {
    color: #ee345d;
  }
  .mobileRow.row.rowTwice .iradio_square-red {
    display: none;
  }
  .mobileRow.row.rowTwice.rowCheckbox {
    padding: 10px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 1px -3px 17px 1px rgb(0 0 0 / 22%);
  }
  .form-group.passengerBox .flightText {
    padding-left: 0;
  }
  .form-group.passengerBox .flightText span.material-icons {
    font-size: 20px;
    vertical-align: sub;
    margin-right: 10px;
  }
  .form-group.passengerBox .flightText span {
    display: inline-block;
    width: auto;
  }
  .custom-search-input-2 .form-group.passengerBox i.icon-user {
    position: absolute;
    top: 24%;
    text-align: left;
  }
  span.promotion {
    color: #ee345d;
    width: 150px;
    text-align: right;
    padding-right: 15px;
    float: right;
    display: inline-block;
  }
  .mobileRow.row.rowTwice.searchButtonRow {
    background: #fff;
    padding: 5% 10% 10% 10%;
  }
  .mobileRow.row.rowTwice.DirectionRow {
    padding: 10px 0 0 0;
  }
  .mobileRow.row.rowTwice.passengerRows {
    border-bottom: 1px solid #d5d5d5;
    cursor:pointer;
  }
  .mobileRow.row.rowTwice.DirectionRow label.flight_radio {
    font-size: 14px;
    font-weight: 400;
    color: #414141;
  }
  span.selectPassengerText {
    color: #ee345d;
    padding: 15px 10px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    text-align: right;
  }
  span.selectPassengerText i {
    color: #ee345d !important;
  }
  span.selectPassengerText span.material-icons {
    vertical-align: bottom;
  }
  .mobileRow.row.rowTwice.rowCheckbox .col-6 {
    border-bottom: 2px solid #e0e0e0;
  }
  .flightText label {
    color: #ee345d;
    font-size: 14px;
    font-weight: 500;
  }
  .mobileRow.row.rowTwice.rowCheckbox .col-6.active {
    border-bottom: 2px solid #ef355e;
  }
  .flightText.Airport {
    text-align: center;
    padding-top: 0;
    padding-bottom: 25px;
  }
  .flightText.Airport label.airportLabel {
    font-weight: 100;
    font-size: 14px;
    color: #fff;
  }
  .custom-search-input-2 .flightText i {
    background: none;
    position: relative;
    color: #ee345d;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    line-height: normal;
    width: 100%;
  }
  .flightText.DateFieldText label {
    color: #939aa8;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
  }
  .flightText span.iata_codespan {
    font-size: 40px;
    line-height: 32px;
  }
  .flightText span.aiprt_spancode {
    font-size: 12px;
    margin-top: 5px;
  }
  img.ucusResmi {
    width: calc(100% - 30%);
    height: auto;
    display: block;
    margin: 0 auto;
  }
.col-6.AirportColone:after {
    font-family: "Font Awesome 5 Free"; /* Ikon fontunu belirtin */
    content: '\f337';
    font-style: normal;
    font-weight: 900;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    font-size: 22px
}

.col-6.AirportColone:after {
    position: absolute;
    right: -8%;
    top: 20%;
    background: #fff;
    color: #ee345d;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    box-shadow: 1px 1px 11px 1px #41414130;
    font-size: 15px;
    cursor: pointer;
}

  .mobileRow.row.rowTwice.dateRow {
    border-bottom: 1px solid #d5d5d5;
    position: relative;
    padding-bottom: 10px;
    cursor:pointer;
  }
  .col-6.dateColone {
    border-right: 1px solid #d3d3d3;
  }
  .dateiconField {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    left: 49.5%;
    top: 20%;
  }
  .dateiconField i.icon-calendar {
    color: #ef355e;
  }
  .custom-search-input-2 i {
    color: #fff;
  }
  .custom-search-input-2 .modalFlight input {
    border: 4px solid #eee;
    border-radius: 0;
  }
  .modalFlight {
    display: none;
    position: fixed !important;
    height: 100vh;
    width: 100%;
    top: 0;
    background: #fff;
    left: 0;
    z-index: 100 !important;
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .modalFlight.opened {
    display: block !important;
    -webkit-animation-name: filter-overlay_opening;
    animation-name: filter-overlay_opening;
  }
  .modalFlight .headerModal {
    display: flex;
    width: 100%;
    background: #ee345d;
  }
  .modalFlight .headerModal .ModalheaderLeftSide span {
    line-height: 50px;
  }

    .modalFlight .headerModal .ModalheaderLeftSide {
        width: 50px;
        text-align: center;
        float: left;
        clear: none;
    }

        .modalFlight .headerModal .ModalheaderLeftSide i {
            position: relative;
            padding: 0;
            top: 0;
            right: 0;
            width: 100%;
            font-size: 25px;
            line-height: 50px;
            background: none;
            height: auto;
            color: #fff;
            bottom: 0;
        }

    .modalFlight .headerModal .ModalheaderRightSide {
        width: 70%;
    }

        .modalFlight .headerModal .ModalheaderRightSide h2 {
            font-size: 19px;
            text-align: center;
            color: #fff;
            line-height: 50px;
            margin: 0;
            font-weight: 400;
        }




/*-------------------------------*/


.custom-search-input-2 .modalFlightDesktop input {
    border: 4px solid #eee;
    border-radius: 0;
}

.modalFlightDesktop {
    display: none;
    position: fixed !important;
    height: 100vh;
    width: 100%;
    max-width: 800px;
    top: 0;
    background: #fff;
    left: 30%;
    z-index: 100 !important;
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

    .modalFlightDesktop.opened {
        display: block !important;
        -webkit-animation-name: filter-overlay_opening;
        animation-name: filter-overlay_opening;
    }

    .modalFlightDesktop .headerModal {
        display: flex;
        width: 100%;
        background: #ee345d;
    }

        .modalFlightDesktop .headerModal .ModalheaderLeftSide span {
            line-height: 50px;
        }

        .modalFlightDesktop .headerModal .ModalheaderLeftSide {
            width: 50px;
            text-align: center;
            float: left;
            clear: none;
        }

            .modalFlightDesktop .headerModal .ModalheaderLeftSide i {
                position: relative;
                padding: 0;
                top: 0;
                right: 0;
                width: 100%;
                font-size: 25px;
                line-height: 50px;
                background: none;
                height: auto;
                color: #fff;
                bottom: 0;
            }

        .modalFlightDesktop .headerModal .ModalheaderRightSide {
            width: 70%;
        }

            .modalFlightDesktop .headerModal .ModalheaderRightSide h2 {
                font-size: 19px;
                text-align: center;
                color: #fff;
                line-height: 50px;
                margin: 0;
                font-weight: 400;
            }
/*-------------------------------*/

















  .ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    border-bottom: 1px solid #eee;
  }
  .ui-menu .ui-menu-item div,
  .latest-searches-items .latest-searches-item {
    background-color: #fff;
    background: none;
    padding-left: 10px !important;
    font-size: 16px;
    font-weight: 500;
    color: #6f6d6d;
  }
  .popular_airlines_area {
    color: #414141;
    padding-top: 20px;
  }
  .popular_airlines_area ul {
    margin: 0;
    width: 100%;
    padding: 10px 10px;
    text-align: left;
  }
  .popular_airlines_area ul li {
    text-align: center;
    width: 49%;
    display: inline-block;
    border: 1px solid #dcdcdc;
    margin-bottom: 10px;
    border-radius: 10px;
    margin-right: 1px;
  }
  .city-info {
    padding: 10px;
    font-size: 14px;
    height: auto;
    min-height: 36px !important;
    padding-top: 6px;
    padding-bottom: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    font-weight: 400;
    line-height: 40px;
  }
  .city-info span.material-icons {
    transform: rotate(45deg);
    color: #b1b1b1;
    vertical-align: bottom;
    line-height: 40px;
  }
  .modalFlight .headerModal .ModalheaderLeftSide {
    width: 50px;
    text-align: center;
    float: left;
    clear: none;
  }
  .modalFlight .headerModal .ModalheaderLeftSide i {
    position: relative;
    padding: 0;
    top: 0;
    right: 0;
    width: 100%;
    font-size: 25px;
    line-height: 50px;
    background: none;
    height: auto;
    color: #fff;
    bottom: 0;
  }
  .modalFlight .headerModal .ModalheaderRightSide {
    width: 70%;
  }
  .modalFlight .headerModal .ModalheaderRightSide h2 {
    font-size: 19px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    margin: 0;
    font-weight: 400;
  }
  .flightText span {
    font-size: 16px;
    width: 100%;
    display: block;
    clear: both;
    color: #ee345d;
  }
 /* .ui-widget.ui-widget-content {
    border: 1px solid #fff;
    box-shadow: 0 15px 16px 0 #41414152;
   
  }*/
  .ui-menu .ui-menu-item:last-child {
    border: none;
  }
.ui-autocomplete {
    position: fixed !important;
    width: 100% !important;
    max-height: 100% !important;
    /* left: 0 !important;*/
    right: 0 !important;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    max-width: 800px !important
}
  .ui-menu .ui-menu-item div,
  .latest-searches-items .latest-searches-item {
    background-color: #fff;
    background: none;
    padding-left: 10px !important;
  }
  .custom-search-input-2 .flightText i {
    background: none;
  }
  button.btn.btn-pass-submit {
    width: 100%;
    background: #ef355e;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
  }
  .applyPass {
    margin-top: 20px;
    padding: 0;
  }
  .passBoxArea {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    background: #fff;
  }
  .searchFlightMobile {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    border: 0;
    height: 50px;
    cursor: pointer;
    outline: none;
    width: 100%;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    margin-right: -1px;
    background: rgba(255, 255, 255, 0.27);
    border-radius: 10px;
    padding: 15px 10px;
  }
  .custom-search-input-2 button.searchFlightMobile i {
    background: none;
    top: -5px;
    right: 10px;
  }
  aside#sidebar {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    padding: 0;
    overflow: auto !important;
    display: none;
  }
  .icon_flight_mobile {
    font-size: 20px;
    width: auto;
    margin-right: 5px;
    display: inline-block;
    font-weight: 700;
  }
  button.btn.btn-edit {
    background: #fff;
    color: #ff5722;
    font-size: 20px;
    padding: 5px;
  }
  .topBarText {
    line-height: 15px;
    padding-left: 30px;
  }
  button.btn.btn-signal {
    background: #fff;
    color: #007bff;
    font-size: 20px;
    padding: 5px;
  }
  button.closePriceHistory {
    border: none;
    padding: 10px;
    width: 100%;
    background: #e96666;
    color: #fff;
  }
  span.flight_details {
    color: #32a067;
    border: 1px solid #32a067;
    font-size: 12px;
    font-size: 0.6875rem;
    font-weight: 600;
    padding: 2px 8px;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
  .flight_options {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background: rgba(65, 65, 65, 0.43);
  }
  .flight_options .flight_container {
    position: absolute;
    top: 7%;
    background: #fff;
    margin: 5px;
    box-shadow: 1px 1px 13px 1px rgba(65, 65, 65, 0.75);
  }
  .flight_class_box {
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 5px;
  }
  .flight_info_line {
    margin: 0 -10px;
  }
  .flight_option_header {
    padding: 10px;
    background: #fae4c1;
    font-weight: 600;
    text-align: center;
  }
  .flight_options .flight_options_box .flight_detail_line {
    padding-bottom: 14px;
    padding-top: 5px;
  }
  .flight_options
    .flight_options_box
    .flight_detail_line
    span.segment_depar.segment_out
    i,
  .flight_options
    .flight_options_box
    .flight_detail_line
    span.segment_depar.segment_in
    i {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-right: 5px;
    background: #fff;
    color: #ee345d;
  }
  span.close_flight_option {
    position: absolute;
    right: 8px;
    font-size: 25px;
    top: 1px;
  }
  aside#mobile_sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    padding: 0;
    overflow: auto;
    margin: 0;
    background: #fff;
  }
  .buttons_filter {
    position: fixed;
    bottom: 2%;
    right: 3%;
    font-size: 15px;
  }
  .buttons_filter button.filter_button {
    border: none;
    background: rgba(72, 65, 57, 0.8588235294117647);
    color: #fff;
    padding: 5px 30px;
    border-radius: 25px;
    z-index: 9999;
  }
  .seat_opt {
    color: #ff5722;
    width: 120px;
    float: right;
    padding-right: 15px;
    text-align: right;
  }
  span[data-filter] {
    display: none;
  }
  .filter_box h6 > span {
    display: none;
  }
  button.btn.btn-filter-close {
    width: 80%;
    font-size: 18px;
    color: #fff;
    background: #ee345d;
  }
  a#filters_col_bt {
    background: #ee345d;
    color: #fff;
    padding: 0;
    text-align: left;
    font-size: 20px;
    border: none;
    padding: 10px 0;
    font-weight: 100;
    padding-left: 40px;
  }
  a#filters_col_bt:before {
    display: none;
  }
  .closeFilter {
    text-align: center;
    padding: 10px 0;
  }
  span.header_filter.btn-filter-close,
  span.header_filter.btn-form-close,
  span.header_filter.btn-sort-close {
    position: absolute;
    left: 0;
    top: 0;
  }
  span.header_filter.btn-filter-close span,
  span.header_filter.btn-form-close span,
  span.header_filter.btn-sort-close span {
    padding: 13px;
  }
  .mobileListForm {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
  }
  .mobileListForm label.flight_radio {
    color: #414141;
  }
  .mobileListForm form.mobile_flight_form {
    margin-top: 0;
    padding: 40% 0 0 0;
    border-radius: 0;
    height: 100vh;
    background: linear-gradient(
      180deg,
      rgba(231, 103, 33, 0.37) 0%,
      rgba(231, 101, 25, 0.88) 50%,
      rgba(230, 97, 25, 1) 100%
    );
  }
  .show_flights {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }
  button.btn.btn-show-flights {
    width: 100%;
  }
  .flightDateRangeBox {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    height: 100%;
    padding-top: 0;
    top: 0;
  }
  .PriceBoxWrap .priceCtField .PriceColumn {
    position: relative;
    float: none;
    width: 100%;
    height: 160px;
  }
  .PriceBoxWrap.active {
    padding: 60px 0 20px 0;
  }
  .PriceBoxWrap .priceCtField .PriceColumn .pContainer {
    position: relative;
    width: 100%;
    height: 55px;
    margin: 0 auto;
  }
  button.disabled.goToSearch {
    border: none;
    padding: 10px;
    width: 100%;
    background: #dfdfdf;
  }
  button.goToSearch.searchActive {
    border: none;
    padding: 10px;
    width: 100%;
    background: #f15d60;
    color: #fff;
  }
  .PriceBoxWrap .priceCtField .PriceColumn .departureField.tr {
    position: absolute;
    top: -35px;
    left: 0;
    color: #939d9a;
    width: 100%;
    text-align: center;
  }
  .PriceBoxWrap .priceCtField .PriceColumn .returnField {
    position: absolute;
    top: -35px;
    right: 0;
    color: #939d9a;
    text-align: center;
    width: 100%;
  }
  .flightDateRangeBox h2 {
    font-size: 17px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
  }
  .priceBarHeader {
    margin-left: -20px;
    margin-right: -20px;
    background: #ee345d;
  }
  .priceBarHeader span.closePriceBar {
    position: absolute;
    top: 7px;
    left: 13px;
    color: #fff;
  }
  .priceBarHeader span.closePriceBar > span {
    font-size: 25px;
  }
  .flight_loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    text-align: center;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(0deg, rgb(234 70 96 / 75%), rgb(238 52 93)),
      url(/images/cloud.jpg);
  }
  .loader_field {
    width: 100%;
    margin: 0 auto;
    margin-top: 50%;
  }
  .PriceBoxWrap.active .priceCtField {
    display: -webkit-box;
    display: block;
  }
  .hero_single.version_2 .wrapper h3 {
    text-shadow: none;
    font-weight: 400;
  }
  .desination_meta_box ul li {
    display: inline-block;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #fff;
    box-shadow: 1px 1px 14px 1px rgb(65 65 65 / 5%);
    border-radius: 5px;
    cursor: pointer;
    margin-right: 0;
    vertical-align: top;
    margin-bottom: 10px;
  }
  .secondary_nav ul li {
    font-size: 12px;
  }
  div#price-history-label-depar
    .PriceBoxWrap
    .priceCtField
    .PriceColumn
    .rightButton,
  div#price-history-label-depar
    .PriceBoxWrap
    .priceCtField
    .PriceColumn
    .leftButton {
    top: 30px;
  }
  @media (max-width: 1024px) {
    header.header_in {
      padding: 10px 0;
      background-color: #ee345d;
      position: relative;
      border-bottom: 1px solid #ededed38;
      height: 50px;
    }
    .article {
      padding: 0 3%;
    }
    header.sticky .hamburger-inner,
    header.sticky .hamburger-inner::before,
    header.sticky .hamburger-inner::after,
    header.header_in .hamburger-inner,
    header.header_in .hamburger-inner::before,
    header.header_in .hamburger-inner::after {
      background-color: #fff;
    }
    #logo img {
      width: auto;
      height: 25px;
      margin: 3px 0 0 0;
      margin-top: 12px;
    }
    .hero_single.version_2 .wrapper h3 {
      margin-top: 5%;
      padding-bottom: 5%;
    }
    div#ui-datepicker-div {
      padding: 15px 10px 0 10px;
      height: 405px;
      position: fixed !important;
      bottom: 0;
      top: inherit !important;
      left: 0 !important;
      width: 100% !important;
      border: none !important;
      box-shadow: 1px -1px 13px 1px rgb(65 65 65 / 38%);
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
    }
    div#ui-datepicker-div h2 {
      text-align: center;
      font-size: 20px;
      font-weight: 500;
      background: #d54e21;
      color: #fff;
      padding: 10px 0;
    }
    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
      padding-right: 5px;
      padding-left: 5px;
    }
    .passBox {
      position: fixed;
      bottom: 0;
      width: 100%;
      height: 100vh;
      background: rgba(65, 65, 65, 0.4117647058823529);
    }
    .airway_info {
      padding-top: 6px;
      padding-left: 5px;
    }
    .flight_info {
      padding: 0 0 5px 5px;
    }
    .strip.list_view.half_flight .AirportName {
      color: #989696;
      font-size: 17px;
      letter-spacing: -1px;
      font-weight: 500;
    }
    .strip.list_view.half_flight .icon_flight {
      color: #989696;
    }
    .strip.list_view.half_flight .baggage {
      display: inline-block;
      margin-right: 15px;
      float: right;
      text-align: right;
    }
    .strip.list_view.half_flight span.airline-name {
      color: #919191;
      font-weight: 500;
      letter-spacing: -0.5px;
    }
    img.airline-img {
      width: 20px;
    }
    .flight_informations {
      margin-left: 0;
    }
    .strip ul li:first-child i {
      font-size: 14px;
      top: 0;
    }
    .flight_informations span.loc_open {
      padding-left: 0;
      line-height: 30px;
    }
    .strip.list_view ul {
      padding: 5px 5px 0 5px;
    }
    .strip ul li:last-child {
      float: right;
      margin-right: 0;
    }
    span.price_text {
      font-weight: 600;
      font-size: 20px;
      vertical-align: text-bottom;
      margin-right: -15px;
    }
    .flight_row {
      padding: 0 !important;
    }
    a.selectFlight {
      font-size: 35px;
      line-height: 35px;
    }
    .strip ul li:first-child {
      margin-top: 6px;
    }
    .strip.list_view {
      min-height: 130px;
      margin: 6px;
      overflow: hidden;
      border-radius: 10px;
    }
    .flight_header {
      padding: 8px 10px;
      box-shadow: 1px 1px 15px 0 #000;
      margin-bottom: 10px;
      overflow: hidden;
    }
    span.current_date {
      color: #bebebe;
    }
    .center_header_side h3 {
      color: #fff;
      font-size: 15px;
      margin: 0;
      letter-spacing: -0.4px;
    }
    .left_header_side.header_date {
      padding-right: 0;
    }
    .right_header_side.header_date {
      padding-left: 0;
    }
    .center_header_side {
      padding: 0;
    }
    .header_date a {
      padding: 7px 10px;
      font-size: 14px;
      margin-top: 2%;
    }
    span.connected_span {
      width: 100%;
      text-align: right;
      display: inline-block;
      padding-right: 15px;
    }
    i.icon-try {
      margin-left: -5px;
    }
    #filters_col {
      padding: 0;
      border: none;
      margin-bottom: 0;
    }
    .filter_type {
      padding: 15px 32px;
    }
  }
  button.sub,
  button.add {
    box-shadow: none;
    border: none;
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: normal;
    cursor: pointer;
    transition: all 0.5s ease;
    border-radius: 100%;
  }
  button.sub:hover,
  button.add:hover {
    background: #ef355e;
    color: #fff;
  }
  span.nSmallNote {
    display: inline-block;
    font-size: 12px;
    line-height: 0;
    color: #939393;
  }
  .ph-item {
    direction: ltr;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 0 0;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    margin: 10px 5px;
  }
  .ph-item,
  .ph-item *,
  .ph-item ::after,
  .ph-item ::before {
    box-sizing: border-box;
  }
  .ph-item::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    -webkit-animation: phAnimation 0.8s linear infinite;
    animation: phAnimation 0.8s linear infinite;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 46%,
        rgba(255, 255, 255, 0.35) 50%,
        rgba(255, 255, 255, 0) 54%
      )
      50% 50%;
  }
  .ph-item > * {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column;
    padding-right: 15px;
    padding-left: 15px;
  }
  .ph-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7.5px;
  }
  .ph-row div {
    height: 10px;
    margin-bottom: 12.5px;
    background-color: #d9d8d8;
  }
  .ph-row .big,
  .ph-row.big div {
    height: 20px;
    margin-bottom: 15px;
  }
  .ph-row .empty {
    background-color: rgba(255, 255, 255, 0);
  }
  .ph-col-2 {
    flex: 0 0 16.66667%;
  }
  .ph-col-4 {
    flex: 0 0 33.33333%;
  }
  .ph-col-3 {
    flex: 0 0 25%;
  }
  .ph-col-1 {
    flex: 0 0 2.333333%;
  }
  .ph-col-5 {
    flex: 0 0 41.666667%;
  }
  .ph-col-6 {
    flex: 0 0 50%;
  }
  .ph-col-8 {
    flex: 0 0 66.66667%;
  }
  .ph-col-10 {
    flex: 0 0 83.33333%;
  }
  .ph-col-12 {
    flex: 0 0 100%;
  }
  .ph-avatar {
    position: relative;
    width: 100%;
    min-width: 60px;
    background-color: #ced4da;
    margin-bottom: 15px;
    border-radius: 50%;
    overflow: hidden;
  }
  .ph-avatar::before {
    content: " ";
    display: block;
    padding-top: 100%;
  }
  .ph-picture {
    width: 100%;
    height: 120px;
    background-color: #ced4da;
    margin-bottom: 15px;
  }
  aside#sortMobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    padding: 0;
    overflow: auto;
    margin: 0;
    background: #fff;
  }
  .sort_list ul li {
    border-bottom: 1px solid #eee;
    padding: 10px;
  }
  .sort_list ul li label.container_check {
    font-size: 16px;
    font-weight: 400;
  }
  .flight_options .flight_options_box .flight_detail_line span.seg_airline {
    font-weight: 600;
    font-size: 17px;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
  }
  div#recomendation-list .flight_options .flight_options_box {
    padding: 10px 10px 0 10px;
    margin-top: 10px;
    background: none;
  }
  div#recomendation-list .flight_options {
    margin: 0;
    overflow: scroll;
  }
  .single_flight:hover {
    background: none;
  }
  .flight_header.recmobile {
    background-color: #f3f3f3;
    display: inline-block;
    width: 100%;
    position: relative;
    height: 56px;
    box-shadow: none;
  }
  .flight_header.recmobile .depar {
    top: 7px;
    left: 2px;
    padding: 0 5px;
    font-size: 13px;
    position: absolute;
  }
  .flight_header.recmobile .depar a,
  .flight_header.recmobile .return a {
    color: #3a3a32;
    text-decoration: none;
    padding: 11px 10px;
    background-color: #fff;
    border-radius: 3px;
    margin-right: 2px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.03);
    border: 1px solid #f5f5f5;
    text-align: center;
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
    position: relative;
    height: 45px;
  }
  .flight_header.recmobile .depar a span.left-icon,
  .flight_header.recmobile .return a span.left-icon {
    position: absolute;
    left: 6px;
    top: 12px;
  }
  .flight_header.recmobile .depar a .m_day {
    text-align: center;
  }
  .flight_header.recmobile .depar .m_month {
    text-align: center;
    color: #888;
    font-size: 10px;
    min-width: 20px;
  }
  .strip.list_view.half_flight.single_flight.selected {
    background: #fff;
  }
  .flight_header.recmobile .depar a span.right-icon,
  .flight_header.recmobile .return a span.right-icon {
    position: absolute;
    right: 3px;
    top: 12px;
  }
  .flight_header.recmobile .center_rec {
    font-size: 14px;
    text-align: center;
    color: #5d5c5c;
  }
  .flight_header.recmobile .return {
    top: 7px;
    right: 2px;
    padding: 0 5px;
    position: absolute;
  }
  .flight_info.departure_flight {
    border-bottom: 1px dotted silver;
  }
  .coupon_mobile_button {
    background: #ee345d;
    border: none;
    color: #fff;
    border-radius: 2px;
    width: 100%;
    padding: 10px;
  }
  input.coupon_mobile_button:disabled {
    cursor: no-drop;
    background: #cfcfcf !important;
  }
  .installment_box {
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 999;
    display: none;
    height: 100%;
  }
  .installment_container {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 42px -6px #000;
    -webkit-box-shadow: 0 12px 42px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 12px 42px -6px #000;
    -moz-box-shadow: 0 12px 42px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0 12px 42px -6px #000;
    box-shadow: 0 12px 42px -6px rgba(0, 0, 0, 0.75);
    margin-top: 0;
    padding: 2%;
    overflow: scroll;
    height: 100%;
  }
  .installment_header {
    padding: 10px;
  }
  .installment_header h2 {
    font-size: 20px;
    font-size: 16px;
    width: 73%;
  }
  .installment_header > span {
    position: absolute;
    right: 3%;
    top: 2%;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #fa5661;
    border-radius: 0;
    line-height: normal;
  }
  .installment_header > span > i {
    color: #fa5661;
  }
  .installment_table {
    display: block;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #fff;
    border-radius: 10px;
    padding: 0;
    overflow: scroll;
  }
  .installment_table > .installment_body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
    border-right: none;
    width: 49%;
    display: inline-block;
  }
  .installment_info {
    margin-bottom: 10px;
  }
  .installment_select_wrap {
    width: 100%;
    margin-bottom: 10px;
  }
  .installment_select_wrap label {
    width: 40%;
    display: inline-block;
  }
  .installment_select_wrap select {
    width: 50% !important;
    display: inline-block;
  }
  .modal-body.billing_body {
    padding: 20px 20px;
  }
  .modal-body.billing_body input.form-control {
    height: 35px;
  }
  .PriceBoxWrap
    .priceCtField
    .PriceColumn
    .pContainer
    .item-bars
    .item-bar
    .priceBalloon {
    display: block;
    bottom: 0;
    background: none;
  }
  .PriceBoxWrap
    .priceCtField
    .PriceColumn
    .pContainer
    .item-bars
    .item-bar.hasTransit
    .priceBalloon
    .transit {
    display: none;
  }
  .PriceBoxWrap
    .priceCtField
    .PriceColumn
    .pContainer
    .item-bars
    .item-bar.true
    .priceBalloon {
    z-index: 10;
  }
  .mm-menu.mm-theme-dark {
    background: #2b2f39;
    border-color: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.8);
  }
  .popular_airlines_area h3 {
    color: #414141 !important;
    text-align: left;
    padding: 0 15px;
    font-size: 17px !important;
    font-weight: 500 !important;
    padding-bottom: 5px !important;
    text-transform: none !important;
  }
  ul.nav.nav-tabs.filter-navs {
    border: none;
    box-shadow: none;
    display: flex;
    background: #b71a3d;
  }
  ul.nav.nav-tabs.filter-navs li.nav-item {
    border: none;
    text-align: center;
    width: 20%;
    font-size: 13px;
  }
  ul.nav.nav-tabs.filter-navs li.nav-item a.nav-link {
    border: none;
    border-radius: 0;
    padding: 5px 0;
    color: #fff;
    outline: none;
    height: 55px;
  }
  ul.nav.nav-tabs.filter-navs li.nav-item a.nav-link.active {
    background: #ef0e40;
    color: #fff;
    outline: none;
    height: 54px;
  }
  ul.nav.nav-tabs.filter-navs li.nav-item a.nav-link span {
    display: block;
  }
  span.icon_side {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  span.icon_side span.material-icons {
    font-size: 30px;
  }
  a.back-home-button {
    position: absolute;
    color: #fff;
  }
  span.back-home {
    text-align: center;
  }
  span.back-home > span {
    font-size: 30px;
  }
  @-webkit-keyframes phAnimation {
    0% {
      transform: translate3d(-30%, 0, 0);
    }
    100% {
      transform: translate3d(30%, 0, 0);
    }
  }
  @keyframes phAnimation {
    0% {
      transform: translate3d(-30%, 0, 0);
    }
    100% {
      transform: translate3d(30%, 0, 0);
    }
  }
  @-webkit-keyframes filter-overlay_opening {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes filter-overlay_opening {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
  }
  @-webkit-keyframes filter-overlay_closing {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      opacity: 0;
    }
  }
  @keyframes filter-overlay_closing {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      opacity: 0;
    }
  }
  .ui-state-active,
  .ui-widget-content .ui-state-active,
  .ui-widget-header .ui-state-active,
  a.ui-button:active,
  .ui-button:active,
  .ui-button.ui-state-active:hover {
    border: 1px solid #ee345d;
    background-color: #ee345d !important;
    font-weight: 400;
    color: #fff !important;
    transition-property: background-color, color;
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
  }
  .page_content img {
    width: 100% !important;
    height: auto !important;
  }
  