
.js .animate-box {
  opacity: 0; }

.search-field {
    width: 100%;
    /*direction: rtl;*/
    /* background-color: #eeeeee; */
    /* color: black; */
    border-radius: 5px;
    margin-top: 0 !important;
	background: rgba(255, 255, 255, 0.03) !important;
    border: 2px solid rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.7 !important);
}

.smaller-width{
    width: 16%;
}

.search-field option {
    color: #000000;
}

.search-field-timepicker {
    direction: ltr;
    background-color: #333544;
    color: black;
}
#flight .select2-container--default .select2-selection--single .select2-selection__arrow {
    /* height: 50px; */
}
#flight .select2-container--default .select2-selection--single {
    /* background: #eee; */
    /* border-radius: 5px; */
}
#flight .select2-container--default .select2-selection--single .select2-selection__rendered {
    /* line-height: 44px; */
    /* border: 0; */
}

.dropbtn {
    background-color: #eeeeee;
    color: black;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #eeeeee;
}


.passengers-button:hover{
	color: #909091;
	opacity: 0.8;
}

.dropdown-passengers{
    width: 100%;
}

.passengers-menu {
    width: 100%;
    direction: rtl;
    float: left;
}

.passengers-age {
    color: #B7B7B7;
    float: left;
}

.passenger-item{
    float: left;
    width: 100%;
}

    .passenger-item input[type='button'] {
		border: 0;
		background-color: transparent;
        /* background-color: #EE9C00; */
        height: 23px;
        /*width: 5%;*/
        font-size: 10px;
        padding: 0 4%;
        /* text-align: center; */
        line-height: 1px;
        /* width: 21%; */
        font-size: 21px;
        margin: 0 auto;
        width: 14%;
        direction: rtl;
        float: right;
		color: #EE9C00;
		font-weight: bold;
		font-size: 29px;
    }
	.passenger-item input[type='button']:hover, .passenger-item input[type='button']:focus{
		background: transparent !important;
		border-color: transparent !important;
		opacity:0.8;
	}
    .passenger-item .class-field, .class-radio-option {
        float: left;
        padding-left: 18px;
    }

    .passengers-type {
        float: left;
    }

.col-md-3 .div-group .div-field .datepicker-field {
    color: #000000 !important;
}

/*SEARCH RESULTS*/
/*.result_card {
    float: right;
    width: 100%;
    border: 1px solid #797575;
    border-radius: 5px;
    box-shadow: 0 0 5px 0px #848484;
    margin: 10px 0;
    transition: ease 0.5s;
}*/

.result_card {
    float: right;
    width: 100%;
    border: 1px solid #797575;
    border-radius: 5px;
    box-shadow: 0 0 5px 0px #848484;
    margin: 5px 0 0 0;
    transition: ease 0.5s;
	position: relative;
}
    .result_card:hover {
        box-shadow: 0 0 5px 1px #616161;
    }
	
	.result_card input[type='radio'] {
		position: absolute;
		top: 0;
		right: 96%;
		z-index: 1;
	}

.card_img {
    float: left;
    /* width: 65px; */
}

    .card_img img {
        height: 50px;
        width: 98%;
    }

.arrow_to img {
    height: 50px;
    width: 30%;
    max-height: 23px;
}

.flight_from, .flight_to {
    float: left;
    /* width: 20%; */
    text-align: center;
    /* margin: 0 0 0 3%; */
}

.arrow_to {
    float: left;
    /* width: 23%; */
    height: 62px;
    /* padding: 1% 0 0 0; */
    /*border-top: 1px solid #444;
    margin-top: 13px;*/
}

.flight_row {
    float: left;
    /* width: 77%; */
}

.seperator {
    border-bottom-width: 1px;
    border-bottom-color: gainsboro;
    border-bottom-style: dashed;
}

.order {
    float: left;
    max-height: 177px;
    line-height: 38px;
}

.person_price {
    line-height: 34px;
}

.total_price {
    line-height: 34px;
}

.title_regular {
    float: left;
    width: 100%;
    margin: 0;
    text-align: center;
    font-weight: 500;
    line-height: 18px;
}

.price_big {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 32px;
}

.title_small {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 10px;
}

.btn_order {
    float: left;
    width: 94%;
    height: 38px;
    font-size: 22px;
    text-align: center;
    line-height: 15px;
    color: #000;
}

.duration, .stops, .title_seats_left, .flight_class {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 13px;
    margin: 0;
}

.title_seats_left {
    color: #0044b8;
}

.stops {
    font-weight: 600;
}

.departure_icon, .arrival_icon {
    float: left;
    width: 11%;
}

.departure_date, .departure_time, .arrival_date, .arrival_time {
    /* float: left; */
    /* /*width: 100%;*/ 
    /* text-align: left; */
    /* /*padding: 0 14% 0 0;*/ 
    /* width: 60%; */
    /* padding: 0; */
    /* margin: 0; */
}

.departure_place, .arrival_place {
    float: left;
    width: 87%;
    text-align: left;
    padding: 0 5% 0 0;
}

.arrival_details {
    /* padding: 0 3% 0 0; */
}

.flight_details div {
    font-weight: 100;
}

.div_results_cards{
    float: left;
    width: 100%;
}
.div_results_cards_flights{
	/* width: 84%; */
    /* margin-left: 12px; */
}
.results_div {
    float: left;
    /* width: 98%; */
    /* margin: 0 1%; */
}

.flight_class label {
    float: left;
    width: 6%;
}

.visible_field {
    visibility: visible;
}

.invisible_field {
    visibility: hidden;
}

.seats_left {
    float: left;
    width: 100%;
    text-align: center;
}

.clock_icon, .map_icon {
    margin: 0 0 0 1%;
}

.direction {
    float: left;
    width: 100%;
    /* background-color: #eff8fa; */
    background-color: #e7e7e7;
    padding: 0 0 0 1%;
    font-weight: 600;
    color: #46595c;
}
/*END SEARCH RESULTS*/

/*input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}*/

.class-radio-option input[type='radio']:checked:after {
    width: 78%;
    height: 10px;
    border-radius: 15px;
    top: 19px;
    left: -2px;
    position: relative;
    background-color: #ffa500;
    content: '';
    display: block;
    visibility: visible;
    border: 2px solid white;
}

/* .trip-way-radio input[type='radio']:checked:after { */
    /* width: 15px; */
    /* height: 15px; */
    /* border-radius: 15px; */
    /* top: -2px; */
    /* left: -1px; */
    /* position: relative; */
    /* background-color: #ffa500; */
    /* content: ''; */
    /* display: inline-block; */
    /* visibility: visible; */
    /* border: 2px solid white; */
/* } */

.div-ways{
    width: 100%;
}

@media screen and (max-width: 1300px) {
	.price_big {
		font-size: 27px;
	}
}

@media screen and (max-width: 991px) {
	.price_big {
		font-size: 22px;
	}
	
	.title_small {
		font-size: 12px;
	}	
}

@media (min-width: 576px) {
	.container {
		/* max-width: 640px; */
	}
}

.col-xs-10 .container {
	padding: 0;
}

@media screen and (max-width: 768px) {
	.order, 
	.flight_rows, 
	.flight_row, 
	.div_filters,
	.order_btn.mblbl{
		width: 100%;
	}
	
	.container {
		max-width: 640px;
	}

	.flight_row {
		width: 100%;
	}
	
	.order div {
		width: 25%;
	}

    .smaller-width,
    .div-ways .radio-inline,
    .smaller-width input {
        width: 100%;
        float: inherit;
    }

    .class-radio-option {
        width: 21%;
    }

        .class-radio-option input {
            width: 38%;
        }

            .class-radio-option input[type='radio']:checked:after {
                width: 95%;
                height: 18px;
                top: 15px;
                left: -1px;
            }

    
    .dropdown-menu.passengers-menu {
        padding: 15px;
        margin-top: 8px;
    }
        .dropdown-menu.passengers-menu input[type=radio]{ 
            margin-top: 8px;
        }

    .way_details .dep_details, .way_details .dest_details {
        width: 36%;
    }

    /*.dest_details .extra_day, dep_details .extra_day {
        width: 32%;
    }*/

    .flight_details .extra_day_search {
        float: right;
        width: 33% !important;
    }

    .wrap-division .div-summary-wrapper {
        height: 372px;
    }

    .way_details .leg_duration {
        width: 100%;
    }

        .leg_duration .leg_time {
            width: 40%;
        }

    .passenger_details_header{
        width: 44% !important;
    }

    .passanger_details div {
        width: 100%;
    }

    .passenger{
        margin: 1%;
    }
	
	.hide_in_mobile {
		display: none !important;
	}
}

.passengers_text {
    float: right;
    width: 6%;
    text-align: center;
}

.sum_header {
    float: right;
    width: 100%;
    background-color: #2b3b4b;
    line-height: 48px;
    font-size: 28px;
    color: #F5F5DC;
    text-align: center;
    border-radius: 4px;
}

.summary_details {
	float: right;
    text-align: right;
}

.flight_container {
    float: right;
    text-align: right;
}

.sum_flights_header, .sum_passengers_header {
    font-weight: 600;
}

.flight_sum_details, .pass_sum_details {
    float: right;
    width: 100%;
    padding: 0 2% 0 0;
}

.total_sum {
    float: right;
    width: 100%;
    border-top-style: dotted;
    border-top-width: 2px;
    border-top-color: gainsboro;
}

.total_header {
    float: right;
    width: 50%;
    font-weight: 600;
}

.sum_price {
    float: right;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    color: #067188;
}

.sum_price_changed {
    float: right;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    color: #E6000D;
}

.flight_itinerary_details_header label, .passenger_header {
    float: right;
    width: 99%;
    font-size: 40px;
}

/*.outbound_flight {
    float: right;
    width: 100%;
}*/

.outbound_flight, .inbound_flight {
    float: right;
    width: 99%;
    border-width: 1px;
    border-style: solid;
    border-color: #b7b7b7;
    margin-bottom: 10px;
    box-shadow: 0px 2px 23px -9px rgba(0, 0, 0, 0.75);
    border-radius: 5px;
}

.way_header {
    float: right;
    width: 100%;
    background-color: #2a3a4a;
    color: #fff;
    border-radius: 5px;
}

.detail_header {
    float: right;
    width: 51%;
    font-weight: 600;
    padding: 0 1% 0 0;
    margin: 0;
}

.flight-details-wrapper{
    width: 100%;
}

.detail_duration {
    float: left;
    width: 28%;
    margin: 0;
    font-weight: 500;
}

.way_details {
    float: left;
    width: 100%;
}

.airline_img {
    float: left;
    width: 10%;
	min-height: 150px;
}

    .airline_img img {
        float: left;
        width: 70%;
        max-height: 103px;
    }

.general_details {
    float: left;
    /* width: 80%; */
	width: 90%;
    font-weight: 500;
}

.info_row {
    float: left;
    width: 100%;
}

.info_row label{
    font-weight: 500;
}

.dep_details, .dest_details {
    float: left;
    width: 30%;
    width: 20%;
    margin: 0 2% 0 0;
}

.dep_time, .dest_time {
    float: left;
    width: 50%;
	width: 40%;
    margin: 0;
    font-weight: 500;
}

.specifics {
    float: left;
    width: 100%;
    padding: 0 2% 0 0;
}

.specifics label {
    font-weight: 500;
}

.dep_location, .dest_location {
    color: #1a7d91;
}

.extra_day {
    color: #f0ad4e;
    float: right;
    width: 33%;
    font-weight: 600;
}

.colorlib-wrap .customized-container {
    margin-right: 0;
    margin-left: 0;
}

.way_header_connection {
    background-color: #5b656f;
}

.leg_time {
    color: #808080;
    float: left;
    width: 59%;
    font-weight: 500;
    font-size: 13px;
}

.passenger_sum {
    float: left;
    margin: 0 0 0 1%;
}

.passenger_conetnt {
    float: right;
}

.info_icon {
    float: left;
    /* margin: 0 0 0 1%; */
	margin: 3px 5px 0 0%;
}

.leg_duration {
    float: left;
    width: 25%;
    width: 33%;

}

.session_timer {
    float: right;
    width: 100%;
    /*background-color: gainsboro;
    box-shadow: 0px 0 2px 2px gainsboro;*/
}

.timer_msg {
    font-size: 25px;
    text-align: center;
    color: #0a0a0a;
    background-color: rgba(255, 255, 255, 0.74);
    width: 46%;
    margin: 0 auto;
    border-radius: 9px;
	margin-top: 2%;
	background-color: rgb(255, 224, 26);
}

.direction_sum{
    font-weight: 500;
    margin: 0 3% 0 0;
}

.btn-details-order{
    color: #000;
}

.passenger_mini_headers_row label {
    float: right;
    font-size: 14px;
}

.passanger_details div, .{
    float: right;
    font-size: 14px;
    height: 34px;
}

.passanger_details{
    float: right;
    width: 100%;
}

.passanger_details div input{
    height: 34px;
    margin: 0;
    padding: 0;
}

.dob-header{
    float: right;
    width: 100%;
}

.passenger_detail{
    height: 34px;
}

.passenger div{
    float: left;
}

.passenger_details_header {
    float: left;
    width: 22%;
    line-height: 29px;
    font-size: 17px;
    color: #fff;
    background-color: #2b3b4b;
    border-radius: 5px;
}
.passenger .row {
    width: 100%;
}
/*03.09.2019*/
.div_filters {
    float: left;
    /* width: 17%; */
    box-shadow: 0 0 5px 0px #848484;
    margin-top: 12px;
}

.div_results {
    float: right;
    width: 85%;
}

.filter_option {
    width: 100%;
    line-height: 15px;
    float: right;
}

    .filter_option .filter_checkbox {
        float: left;
        margin: 0 2%;
    }

.filters_header {
    font-weight: 600;
    font-size: 20px;
}

.filters_category_header {
    float: left;
    width: 100%;
    font-weight: 600;
}

.filter_wrapper {
    border-top: #c3c2c2;
    border-top-style: solid;
    border-top-width: 1px;
    float: left;
    width: 100%;
}

.filter_wrapper .select2-selection{
	background: #fff !important;
	background-color: #fff !important;
    border: 1px solid #9E9E9E !important;
    padding: 0 !important;
}

.filter_clear {
    text-decoration: underline;
    cursor: pointer;
}

.extra_details {
    float: left;
    /* width: 18%; */
}

.no_service {
    float: left;
    color: #ef3f3f;
}

    .no_service:after {
        position: relative;
        content: "/";
        color: red;
        font-weight: 700;
        font-size: 30px;
        right: 10px;
        top: 4px;
    }

.tooltip1 {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
    z-index: 999;
}

    .tooltip1 .tooltiptext1 {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        font-size: 13px;
        font-weight: 500;
    }

    .tooltip1:hover .tooltiptext1 {
        visibility: visible;
        right: 100%;
        top: -27px;
    }

.results_nofshon {
    float: right;
    width: 84%;
}

.select_hotel_names {
    float: right;
    width: 100%;
}

.no_results_filter {
    float: right;
    width: 90%;
    border-width: 1px;
    border-style: solid;
    border-color: #b4deff;
    border-radius: 15px;
    margin: 1% 4%;
    text-align: center;
    box-shadow: 0 0 5px #ccc;
}

.no_results_message {
    float: right;
    width: 100%;
    font-size: 44px;
}

.no_results_clean {
    text-decoration: underline;
    color: #545454;
    font-size: 20px;
}

.in_flights {
    width: 77%;
}

.in_flight_message {
    width: 100%;
}

.filter_option label{
    font-weight: 500;
}

.remarks_header {
    float: right;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
}

.deal_remarks {
    float: right;
    width: 100%;
    margin: 1% 0;
    box-shadow: 0px 0 2px 2px gainsboro;
    height: auto;
}

.remarks_content {
    float: right;
    width: 98%;
    overflow-y: auto;
    height: auto;
    padding: 0 1% 0 0;
}

.passanger_details input, .pass_select {
    float: left;
    width: 100%;
}

.pass_header{
    float: left;
    width: 100%;
}

.passangers_remarks input{
    float: left;
    width: 96%;
}

.select2-container {
    width: 100% !important;
}

.datepicker_custom {
    margin-top: 2px !important;
    border-radius: 5px;
    direction: ltr;
}

.search_header {
    color: #fff;
    font-weight: 500;
}

.chosen_part {
    float: left;
    width: 37%;
    /*border-left-style: dashed;
    border-left-color: gainsboro;*/
}

.chosen_deal {
	/* float: left; */
    /* width: 90%; */
    height: 280px;
    /* border: 3px solid #73c1ff; */
    border: 3px solid #4d4d4d;
    border-radius: 14px;
    box-shadow: 0px 1px 2px #000;
    padding: 0 1%;
    /* margin: 1% 5%;*/
}

/************/
.hotel_direction {
    width: 100%;
}

.card_row {
    float: left;
    /* width: 98%; */
}

.hotel_info {
    float: left;
    width: 87%;
}

.hotel_rank {
    float: left;
    width: 100%;
    margin: 0 1% 0 0;
}

.hotel_card_img {
    float: left;
    width: 127px;
    max-width: 30%;
    max-height: 127px;
}

.card_img_hotel {
    float: right;
    width: 100%;
    max-height: 127px;
    height: 119px;
}

    .card_img_hotel:hover {
        cursor: pointer;
    }

.chosen_flight {
    width: 47%;
    border-left-style: dashed;
    border-right-style: dashed;
    border-left-color: gainsboro;
    border-right-color: gainsboro;
}

.in_chosen {
    width: 70% !important;
}

.result_sorting {
    float: right;
    width: 100%;
    border: 1px solid #73c1ff;
    border-radius: 14px;
    box-shadow: 0px 1px 2px #000;
    padding: 0 1%;
    margin: 1% 0%;
}

.result_header {
    background-color: #2196F3;
	    background-color: #2c2e3e;
    color: white;
    border-radius: 3px;
    padding: 0 1%;
    font-size: 26px;
    text-align: center;
}

.option_results {
    float: left;
    width: 100%;
}

.hotels_result {
    float: left;
    width: 50%;
    margin: 0;
}

.flights_result {
    float: left;
    width: 50%;
    padding: 0 0 0 1%;
}

.nofshon_radio_button {
    float: left;
    width: 2%;
    height: 15px;
	position: absolute;
    top: 0;
    right: 96%;
}

.result_header a {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.nofshon_order {
    float: left;
    width: 16%;
}

.chosen_deal_price {
    float: left;
    width: 100%;
}

.div_nofshon_order_button {
    float: left;
    width: 100%;
    margin: 0 1%;
}

.btn_order_nofshon {
    height: 60px;
    width: 100%;
    font-size: 25px;
}

.deal_price {
    float: left;
    width: 32%;
}

.person_price_header, .total_price_info {
    float: left;
    width: 100%;
    text-align: center;
}

.person_price_info {
    float: right;
    width: 100%;
    font-size: 28px;
    text-align: center;
    color: #4CAF50;
    font-weight: 600;
}

.checkedStar {
    color: #FFC107;    
	font-size: 11px;
    margin: 0 0.2px;
}

.hotel_rating {
    float: left;
    width: 100%;
}

.curr_hotel_details {
    float: left;
    width: 100%;
}

.curr_hotel_nights {
    float: left;
    width: 100%;
}
.passenger_info_index {
    font-weight: 600;
    width: 3%;
    float: left;
    text-align: left!important;
    direction: ltr;
}
.btn_matching_hotels {
    float: right;
    margin: 1%;
    width: 30%;
    white-space: nowrap !important;
    text-align: center !important;
    font-size: smaller !important;
}

.hotel_details {
    float: left;
    width: 80%;
    margin: 1%;
}

.hotel_info_card {
    float: left;
    width: 40%;
}

.options_button {
    float: left;
    width: 25%;
    margin: 1%;
}

    .options_button input {
        float: right;
        width: 100%;
        font-size: 16px;
    }

.arrival_details_flight_nofshon{
    width: 30%;
}

.details_flight_nofshon{
    width: 100%;
}

.extra_details_flight_nofshon{
    /* width: 34%; */
	/* margin: -9% 0 0 4% */
}

.flight_details_content, .hotel_details_content {
    float: right;
    width: 47%;
    box-shadow: 0px 0 2px 2px gainsboro;
    margin: 0 2% 1% 0;
}

.hotel_details_content{
    width: 100%;
    margin: 0 0 1% 0;
}

    .flight_itinerary_details_header label, .passenger_header, .hotel_info_header span {
        float: right;
        width: 99%;
        font-size: 40px;
    }

.hotel_row {
    float: right;
    width: 100%;
}

.hotel_details_slides {
    display: block;
}

.slideshow_container {
    float: right;
    width: 100%;
}

    .slideshow_container img {
        height: 300px;
        width: 700px;
    }

.slide_buttons {
    float: right;
    width: 100%;
    padding: 0 9%;
}

    .slide_buttons input[type="button"] {
        float: right;
        width: 7%;
        margin: 0 0.5%;
    }

.div_hotel_details {
    float: right;
    direction: rtl;
    width: 100%;
}

.mySlides {
    display: none;
    max-width: 32%;
    max-height: 246px;
    width: 31%;
    float: right;
}

.btn_slider {
    float: right;
    width: 3%;
    line-height: 232px;
}

.hotel_row {
    float: right;
    width: 100%;
}

.hotel_pop_up_header {
    float: right;
    width: 90%;
    font-weight: 600;
    font-size: 28px;
    color: #182d98;
}

.popup_row {
    /*float: right;*/
    width: 100%;
}

.popup_mini_header, .hotel_mini_header {
    font-weight: 600;
    font-size: 22px;
}

.hotel_facility {
    float: left;
    width: 44%;
    margin: 0 1%;
    direction: ltr;
}

.facility_check {
    color: lawngreen;
    float: left;
    width: 15%;
}

.facility_info {
    width: 100%;
    float: left;
}

.order_and_confirmation_page {
    float: right;
    width: 100%;
}

.header_confirmation {
    float: right;
    width: 100%;
    text-align: center;
    margin: 3% 0 0 0;
}

    .header_confirmation label {
        float: right;
        width: 100%;
        text-align: center;
        font-size: 75px;
    }

.header_confirmation_symbol {
    font-size: 72px;
    color: #11af2d;
    float: right;
    width: 100%;
    text-align: center;
}

.order_sum_info {
    float: right;
    width: 100%;
    text-align: center;
}

.order_details_info {
    float: right;
    width: 80%;
    margin: 0 10%;
}

.passenger_info {
    float: right;
    width: 12%;
    direction: rtl;
    text-align: right;
	border: 1px solid #ccc;
    padding: 5px;
}

.passenger_info_title {
    width: 5%;
}

.passenger_info_email {
    width: 15%;
}

.passenger_info_date_of_birth {
    direction: ltr;
    width: 13%;
}

.passenger_mini_header {
    font-weight: 600;
    background-color: #c8e3ff;
    direction: rtl;
    text-align: right;
    font-size: 14px;
	color: #fff;
    padding: 6px;
    border: 1px solid #828c95;
}

.passenger_mini_headers {
    float: right;
    width: 100%;
    background-color: #c8e3ff;
}

.passenger_info_index {
    font-weight: 600;
    width: 3%;
}

.div_message {
    font-size: 50px;
    text-align: center;
    height: 96px;
}

.header_confirmation_symbol_failed {
    font-size: 72px;
    color: #E41937;
    float: right;
    width: 100%;
    text-align: center;
}

.flight_itinerary_details_header{
    float: right;
    width: 100%;
}

.passenger_info_phone{
    width: 16%;
}

.smaller_font{
    font-size: 11px;
}

.space-left{
    margin-right: 1%;
}

.info_row_smaller{
    font-size: 13px;
	border: 1px solid #ccc;
    border-right: 0;
    border-left: 0;
}

    .ui-autocomplete {
        max-height: 200px;
        overflow-y: auto;
        /* prevent horizontal scrollbar */
        overflow-x: hidden;
    }
.active{
	/* color: #FFDD00 !important; */
}

.carousel-inner>.item>img{
	height: 300px;
}

.container{
	width: 100%;
}

.modal-content{
	margin: 0% auto;
}

.autocomplete-location{
	direction: ltr;
}

.deal-details{
	width: 80%;
	margin: 0 10%;
}

.map-link{
	color: #337ab7;
    font-weight: 600;
}

.carousel-container {
	width: 100%;
}

.carousel .carousel-inner .item .carousel-img {
	/* max-width: 70%; */
}

.carousel-content{
	width: 50%;
}

.hotel_facility_details{
	width: 11%;
}
.search-wrap {
	z-index: 1;
}

.search-wrap input[type="text"] {
    /* height: 50px; */
    /* padding: 17px 42px; */
	color: #909091;
	font-size: 18px!important;
	
}

.hotel_details_button {
	display: none;
}
.flight_row {
    /* width: 100%; */
}
.flight_rows {
    float: left;
    /* width: 82%; */
}

.div_results_cards_flights {
    /* max-width: 81%; */
}

@media screen and (max-width:750px) {
	.no_service:after {
        top: -24px;
		left: 2px;
    }
}

@media screen and (max-width:750px) {
	.div_results_cards_flights, .div_filters{
		/* width:100%; */
	}
	.order labelz{
		display: block;
    
		float: left;
		width: 100%;
		text-align: center;
	}
	.div_filters{
		display:none;
	}
	.div_results_cards_flights{
		/* width:97%!important; */
	}
	
	.mblbl {
		width: 49%;
		display: inline-block;
		float: left;
		text-align: center;
	}
	.order_btn input {
		margin: 0;
		border-radius: 0;
		width: 100%;
	}
	.order_btn .btn_order {
		height: 40px;
	}
	.total_price.mblbl .title_small {
		text-align: right!important;
		line-height: 3;
		color: green;
		margin: 0;
	}
	.div_filters {
		/* position: fixed; */
		top: 0;
		z-index: 999999999999999;
		background: #fff;
	}
	.filter_wrapper{
	}
}

.colorlib-wrap .customized-container{
	width:100%;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #ffd8c9;
}

.div-ways{
    width: 100%;
}

.div-ways .radio-inline{
    width: 30%;
}

.label-ways {
    /* color: #fff; */
    margin: 0 13% 0 0;
    width: 100%;
    padding: 0 3% 0 0;
}

.div-ways input[type='radio'] {
	display: block;
}

#listPopularDest, #listPopularDep, #listIsraelAreas {
    list-style-type: none;
}

    #listPopularDest li, #listPopularDep li, #listIsraelAreas li {
        float: left;
		list-style: none;
        width: 32%;
		width: 33.3%;
		/* border: 1px dashed #e5e5e5; */
		margin: 0;
		padding: 0;
		display: block;
		text-align: center;
    }

        #listPopularDest li a, #listPopularDep li a, #listIsraelAreas li a{
            text-decoration: underline;
            cursor: pointer;
            font-size: 14px;
			text-decoration: none;
			color: #4f4f4f;
			font-weight: 100;
        }
		
		#listIsraelAreas li a{
		    padding: 2px;
			height: 50px;
		}
		
		#listPopularDest li :hover, #listPopularDep li:hover, #listIsraelAreas li:hover, a.list-group-item:hover  {
			/* background: #FFDD00; */
			background: #fa9900 ;
			color: #fff !important;
		}
		#divPopularDest label , #divPopularDep label, #divIsraelAreas label{
			/* text-align: center !important; */
			width: 100%;
		}
		
.input-icons #divPopularDest, .input-icons #divPopularDep, #divIsraelAreas {
    float: left;
    /* width: 100%; */
	min-width: 270px;
    background-color: #eee;
    border-radius: 5px;
    border-width: thin;
    margin: 1% 0;
	z-index: 10;
	position: absolute;
}

.select2-container--default .select2-selection--single {
	height: auto;
    border-radius: 0;
    line-height: 1.5;
    padding: .375rem .75rem;
    border: 1px solid #aaa;
    border: 1px solid #4d4d4d !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    font-weight: 300;
}
