﻿body {
    font-family: "Poppins", sans-serif !important;
}

@media(max-width:991px) and (min-width:551px){
    .hero-filter {
        height: 278px;
        margin-top: 16px!important;
    }
    #TxtFlyingFrom {
        border-radius: 8px 0px 0px 0px !important;
    }
    #TxtGoingTo {
        border-radius: 0px 8px 0px 0px !important;
    }
    .animate-boxx {
        border-radius: 0px 0px 8px 0px!important;
    }
    #Txtpassanger {
        border-radius: 0px 0px 8px 0px !important;
    }
    #Txtpassanger {
        border-radius: 0px 0px 0px 8px !important;
    }
}
@media(max-width:550px) and (min-width:51px) {
    .hero-filter {
        height: 449px;
    }
    .animate-boxx {
        border-radius: 0px 0px 8px 8px!important;
    }
    #TxtFlyingFrom {
        border-radius: 8px 8px 0px 0px !important;
    }
    .passangers-icon {
        margin-top: 18px!important;
    }
}
    .submit-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        justify-content: center;
    }

        .submit-btn img {
            width: 18px; /* icon size */
            height: auto;
        }

    .searfcg {
        --tab-radius: 10px;
        /* --color-background: rgba(255, 255, 255, 0.24); */
        background: rgba(0,0,0,.54);
        display: block;
        padding: 16px;
        border-radius: var(--tab-radius);
        -webkit-backdrop-filter: blur(6px);
        /* backdrop-filter: blur(6px); */
    }

    .welcome_h2 {
        text-align: center;
        margin-top: 0px;
        font-size: 45px;
        text-transform: capitalize;
        font-weight: 500 !important;
        font-family: 'Cambria Math' !important;
        text-shadow: 2px 3px 4px #00000069;
        margin-bottom: 0px;
    }

    .top_text p {
        font-size: 18px;
        text-align: left;
        line-height: 24px;
        text-shadow: 2px 3px 4px #00000069;
        font-weight: 400;
    }

    .top_text h3 {
        text-align: center;
        font-size: 28px;
        text-transform: capitalize;
        margin-top: 6px;
        text-shadow: 2px 3px 4px #00000069;
        line-height: normal;
    }

    .search_main_div {
        margin: auto;
        padding: 0px 0px;
        border-radius: 60px;
        position: relative;
        z-index: 9;
        margin-top: 10px;
    }

        .search_main_div div h3 {
            margin: 0px;
            margin-bottom: 10px;
            color: #080808;
        }

    .check_box_maindiv input {
        height: 16px;
        width: 16px;
        border-radius: 0px;
        margin: 2px 0 0;
        cursor: pointer;
    }

    .flex_input {
        display: flex;
    }

    .pass_class_type {
        margin-left: 20px;
        padding: 3px;
        cursor: pointer;
        color: #fff;
        font-weight: 600;
    }

    .passenger_span {
        padding: 3px;
        cursor: pointer;
        color: #fff;
        font-weight: 600;
    }

        .passenger_span svg {
            vertical-align: middle;
        }

    .pass_class_type svg {
        vertical-align: bottom;
    }

    .btnreturnred {
        background: #00000030;
        border: 1.5px solid white;
        color: #fff;
        outline: none;
        margin-right: -3px;
        border-radius: 14px 0px 0px 14px;
        padding: 3px 8px;
        transition: background 0.3s;
    }

    .btnonegrey {
        background: #00000030;
        border: 1.5px solid white;
        color: #fff;
        border-radius: 0px 14px 14px 0px;
        margin-left: -3px;
        outline: none;
        padding: 3px 8px;
        transition: background 0.3s;
    }

    .btnbgchange {
        background: #1f6ba6 !important;
        border: 1.5px solid #fff !important;
        color: #fff !important;
        outline: none !important;
        transition: background 0.3s;
        padding: 3px 8px;
    }

    .btnreturnred:focus {
        background: #00000030;
        border: 1.5px solid #fff;
        color: #fff;
        outline: none;
    }

    .btnreturnred:active {
        outline: none !important;
        box-shadow: none;
    }


    .btnbgchange:active {
        outline: none !important;
        box-shadow: none;
    }

    .hide_div_pass {
        width: 210px;
        display: none;
        position: absolute;
        background: white;
        border-radius: 10px;
        box-shadow: 0px 4px 10px #3d3d3d;
        right: 0px;
        z-index: 9999;
        top: -230px;
    }

    .child_div_heading {
        text-align: center;
        padding: 10px 15px;
        background: #15274b;
        border-radius: 10px 10px 0px 0px;
    }

    .close_and_confirm {
        padding: 2px 10px;
        width: 100%;
        margin-top: 15px;
        border-radius: 20px;
        border: 1px solid gray;
        background: #14284d;
        color: white;
        position: relative;
    }

        .close_and_confirm:hover {
            transform: translateY(0px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
            color: #fff;
        }

        .close_and_confirm::after {
            content: "";
            display: inline-block;
            height: 28px;
            width: inherit;
            border-radius: 25px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            transition: all .6s;
            background-color: #fff;
        }

        .close_and_confirm:hover::after {
            transform: scaleX(1.3) scaleY(1.5);
            opacity: 0;
        }

    /*.close_and_confirm:hover {*/
    /* color: #fff;*/
    /*background-position: left bottom;
        border: 1px solid gray;
    }*/

    .class_div_heading #down_arrow_clstype {
        position: absolute;
        right: 24px;
        font-size: 12px;
        color: black;
        margin-top: 3px;
        cursor: pointer;
    }

    .class_div_heading {
        margin: 6px 13px;
        border-radius: 0px;
        border-radius: 5px;
        padding: 4px 0px 3px 1px;
        border: 1px solid #14284d;
    }

    .head_count_show {
        margin: 2px 0px;
    }

    .child_div_heading h5 {
        margin: 0px;
        font-size: 16px;
        font-weight: 600;
        color: white;
    }

    .close_box_btn {
        font-size: 30px;
        rotate: 45deg;
        line-height: 20px;
        color: white;
        cursor: pointer;
    }

    .body_classtype input {
        height: 16px;
        width: 17px;
    }

    .body_classtype label {
        margin: 5px 0px;
        font-weight: 400;
        cursor: pointer;
        display: block;
        border-radius: 18px;
        color: black;
        padding: 3px 8px;
    }

        .body_classtype label:hover {
            background: lightgray;
        }

    .input_div input:focus-visible {
        outline: none !important;
    }

    .redio_lebel {
        margin-top: 15px;
    }

    .btn_num_ {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
    }

        .btn_num_ button:hover {
            background-color: #14284d;
            color: white;
            border-radius: 3px;
            border: 1px solid gray;
            padding: 3px 7px;
            line-height: 15px;
            font-size: 14px;
        }

        .btn_num_ button {
            padding: 3px 7px;
            line-height: 15px;
            font-size: 14px;
            border-radius: 3px;
            border: 1px solid gray;
            color: black;
        }

        .btn_num_ h5 {
            margin: 0px;
            line-height: inherit;
            font-size: 15px !important;
            width: 60px;
            text-transform: capitalize !important;
            font-weight: 400;
            color: black;
        }

    .hide_div_pass_classtype {
        margin-bottom: 15px;
    }

    .body_classtype {
        background: white;
        text-align: left;
        margin: 0px 15px;
        border: 1px solid gray;
        box-shadow: 0px 0px 3px gray;
        padding: 0px 5px;
        display: none;
    }

    .body_plus_minus {
        background: white;
        border-radius: 0px 0px 10px 10px;
        padding: 0px 15px 15px 15px;
    }

    .btn_num_ div {
        font-size: 16px;
        font-weight: 400;
        width: 13px;
        color: black;
    }

    @media(max-width:480px) {
        #divautocomplete, #divautocompleteR {
            width: 270px !important;
        }
    }

    #divautocomplete, #divautocompleteR {
        background-color: #ffffff;
        position: absolute;
        width: max-content;
        /* overflow-y: scroll; */
        height: auto;
        max-height: 260px;
        overflow: auto;
        text-align: left;
        box-shadow: 0px 2px 5px grey;
        z-index: 999;
        margin-top: -10px;
    }

    #userlist {
        padding: 0px;
        margin-bottom: 0px;
        /* display: flex; */
    }

    .tt-suggestion {
        line-height: 10px;
        cursor: pointer;
        padding: 12px 10px 12px 10px;
        vertical-align: middle;
        overflow: hidden;
        zoom: 1;
    }

    #userlist i {
        rotate: -90deg;
        margin-top: 9px;
        padding-left: 9px;
        margin-bottom: 0px !important;
    }

    .tt-suggestion text {
        font-size: 13px;
        font-weight: 600;
        vertical-align: top;
        line-height: normal;
    }

    .tt-suggestion span:last-child {
        float: right !important;
        margin-top: -1.5px !important;
        font-weight: 400;
    }

    .tt-suggestion span {
        font-size: 13px;
        font-weight: 300;
        letter-spacing: 0.5px;
        margin-top: 8px;
        vertical-align: text-bottom;
        color: black;
    }

    .tt-suggestion:hover {
        background-color: #9ecef3;
    }

    .txtbreakspan {
        font-weight: 400 !important;
    }

    .tt-suggestion i {
        display: table-cell;
        vertical-align: top;
    }

    .clear_btn:hover {
        color: #13254a;
        background: #1f6ba600;
        transition: background 0.5s;
    }

.clear_btn {
    position: absolute;
    top: 11px;
    right: 9px;
    color: #fff;
    rotate: 45deg;
    font-size: 18px;
    cursor: pointer;
    display: none;
    height: 21px;
    width: 21px;
    line-height: 10px;
    padding: 5px 4px 2px 4px;
    border: 1.3px solid #14284d;
    border-radius: 50%;
    background: #13254a;
}

    button[disabled], html input[disabled] {
        cursor: default;
        background: rgb(190, 201, 209);
    }

    .fly_from {
        width: 22%;
    }

    .fly_to {
        width: 22%;
    }

    .depart_date {
        width: 15%;
    }

    .return_date {
        width: 15%;
    }

    .passegers_input {
        width: 16%;
    }

    .button_div {
        width: 12%;
    }

    .input_div {
        /* width: 22%; */
        padding-right: 0px;
        padding-left: 0px;
        position: relative;
    }

        .input_div input {
            width: 100%
        }
        @media (min-width:991px){
            .button_div {
                margin-top: 10px!important;
            }
        }
    .button_div {
        /* width: 12%; */
        padding-left: 0px;
        padding-right: 0px;
        position: unset;
    }

    .class_input {
        padding: 0px 5px;
        color: black;
        cursor: pointer;
        border: none;
    }

.input-padding {
    margin: 10px 0px;
    height: 60px;
    color: #080808;
    /* padding-left: 30px; */
    border: 1px solid #7D9AF2;
    padding: 14px 13px 16px 32px;
    position: relative;
    background: #fff;
    font-size: 15px !important;
    border-radius: 0px;
}

    input::placeholder {
        color: #414141;
        opacity: 1;
    }
    /*.check_box_maindiv {
    width: 50%;
}
*/
    .passegers_div {
        width: 50%;
        text-align: end;
    }

    .passenger_and_triptype {
        display: flex;
        padding: 6px 0px;
    }

    .owl-dots {
        display: none;
    }

    .submit-btn:hover {
        transform: translateY(0px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        color: #fff;
    }

    /*.submit-btn::after {
    content: "";
    display: inline-block;
    height: 50px;
    width: inherit;
    border-radius: 25px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .6s;
    background-color: #fff;
}*/

    /*.submit-btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}*/

    .trip_type {
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
        background: rgb(255 59 31 / 0%);
        border-radius: 35px;
        padding: 2px;
        width: max-content;
    }

    .triplabel {
        display: inline-flex;
        cursor: pointer;
        font-weight: 500;
        position: relative;
        overflow: hidden;
        margin-bottom: 0.375em;
    }

    .trip_type .triplabel {
        margin-bottom: 0px;
    }

    .triplabel input {
        position: absolute;
        left: -9999px;
    }

        .triplabel input:checked + span {
            /* background-color: #e0c71f; */
            color: #ffffff;
        }

    .triplabel span {
        display: flex;
        align-items: center;
        padding: 0.375em 0.75em 0.375em 0.375em;
        border-radius: 99em;
        transition: 0.25s ease;
        color: #fff;
        font-weight: normal;
    }

    #TxtFlyingFrom {
        border-radius: 8px 0px 0px 8px;
    }

    .animate-boxx {
        width: 100%;
        border-radius: 0px 8px 8px 0px;
        color: #fff;
        background-color: #ff3b1f;
        border-color: #fff;
        font-size: 16px;
        padding: 6px 0px;
        height: 60px;
        font-weight: 700;
     /*   margin-top: 10px;*/
        border: none;
        position: relative;
    }

    .trip_type .triplabel {
        margin-bottom: 0px;
    }

    .triplabel span {
        display: flex;
        align-items: center;
        padding: 0.375em 0.75em 0.375em 0.375em;
        border-radius: 99em;
        transition: 0.25s ease;
        color: #fff;
        font-weight: normal;
    }

    .triplabel input:checked + span:before {
        box-shadow: inset 0 0 0 0.4375em #ff3b1f;
    }

    .triplabel span:before {
        display: flex;
        flex-shrink: 0;
        content: "";
        background-color: #fff;
        width: 1.5em;
        height: 1.5em;
        border-radius: 50%;
        margin-right: 0.375em;
        transition: 0.25s ease;
        box-shadow: inset 0 0 0 0.125em #00005c;
    }

    .triplabel span:before {
        display: flex;
        flex-shrink: 0;
        content: "";
        background-color: #fff;
        width: 1.5em;
        height: 1.5em;
        border-radius: 50%;
        margin-right: 0.375em;
        transition: 0.25s ease;
        box-shadow: inset 0 0 0 0.125em #00005c;
    }

    #form-inputs {
        width: 470px;
        background-color: #111010ad;
        border-radius: 20px 20px;
        position: absolute;
        top: 30px;
        padding: 20px;
        margin-top: 135px;
        height: 350px;
    }


    #redio-buttons .raund-trip {
        height: 22px;
        width: 16px;
        float: left;
        margin-left: 10px;
        margin-top: 0px;
    }

    #redio-buttons .one-trip {
        height: 22px;
        width: 16px;
        float: left;
        margin-left: 20px;
        margin-top: 0px;
    }

    .redio-lebel {
        color: #fff;
        vertical-align: top;
        font-size: 15px;
        cursor: pointer;
    }

    .one-trip {
        margin-left: 25px !important;
    }

    .select-input {
        margin: 25px 5px;
        background-color: #80808000;
        border: 0px;
        border-bottom: 1.5px solid #ebeaeaab;
        height: 30px;
        color: #ffffff;
        padding: 1px;
        width: 185px;
        padding-right: 30px;
        font-size: 14px !important;
        cursor: pointer;
    }

    .ffrms_ppd {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .pass_bx label {
        font-size: 10px;
        /* font-weight: 500; */
        color: #000;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .input-group-addon, .input-group-btn {
        width: 34px !important;
    }

    span, a, a:hover {
        text-decoration: none;
        color: inherit;
    }

        a.add_btn, a.mns_btn {
            color: #fff !important;
            background: #18ccce;
            padding: 3px 10px;
            border: solid 1px #18ccce;
            border-radius: 0;
        }

        span, a, a:hover {
            text-decoration: none;
            color: inherit;
        }

    input.add_num {
        padding: 0;
        /* width: 100% !important; */
        height: 28px;
        border: 1px solid #eaeaea;
        box-shadow: inset 0 0px 0px #5d5d5d;
    }

    .form-control {
        box-shadow: none !important;
    }

    span, a, a:hover {
        text-decoration: none;
        color: inherit;
    }

    .input-padding option {
        color: black;
    }

    .select-input option {
        color: black;
    }

    .pass_bx {
        margin: 0px 5px 5px 0px;
        width: 100%;
        padding-left: 0px;
        margin-top: 6px;
    }

    .input-group {
        position: relative;
        display: table;
        border-collapse: separate;
        width: 100%;
    }

    .form-group label {
        font-family: 'Poppins', sans-serif;
        /* font-size: 16px; */
    }

    .pass_bx label {
        font-size: 10px;
        /* font-weight: 500; */
        color: #000;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    input.add_num {
        padding: 0;
        /* width: 100% !important; */
        height: 28px;
        border: 1px solid #eaeaea;
        box-shadow: inset 0 0px 0px #5d5d5d;
    }

    .check_box_maindiv label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: -5px !important;
        font-weight: 600;
        margin-left: 4px;
        margin-top: -19px;
    }

    .input-group-addon, .input-group-btn {
        width: 34px !important;
    }

    .text_search {
        border-radius: 60px;
        position: absolute;
        z-index: 9;
        top: 0%;
        color: white;
        width: 100%;
        opacity: 1;
        height: 100vh;
        display: flex;
        text-align: center;
        align-items: center;
        padding-top: 150px;
    }

    @media screen and (min-width:1400px) {
        .text_search {
            padding-top: 250px;
        }
    }

    input.add_num {
        padding: 0;
        /* width: 100% !important; */
        height: 28px;
        border: 1px solid #eaeaea;
        box-shadow: inset 0 0px 0px #5d5d5d;
    }

    @media screen and (min-width:992px) {
        .welcome_h2 {
            font-size: 51px;
            font-weight: 600 !important;
        }

        .top_text h3 {
            font-size: 22px
        }
    }

    @media screen and (max-width:1200px) and (min-width:768px) {
        .col-xs-12 {
            max-width: 100% !important;
        }
    }

    .btn_dn {
        margin: 10px 0px 0 0;
    }

    #redio-buttons input[type='radio'] {
        accent-color: #18ccce;
    }

    .btn_dn button {
        background: #18ccce;
        display: block;
        width: 100%;
        color: #fff !important;
        text-transform: uppercase;
        padding: 5px 10px;
        border-radius: 4px;
        letter-spacing: 1px;
        font-size: 14px;
        margin: 0;
        border: none;
    }

        .btn_dn button:hover {
            box-shadow: 0px 2px 3px #383876;
        }

    .psg_dls {
        width: 100%;
        display: table;
        background: #ffffff;
        padding: 0px 3px 10px 3px;
        position: absolute;
        top: 55px;
        left: 0px;
        z-index: 9;
        border-top: solid 3px #721053;
    }

    .ddn-menu {
        /*width: 100%;*/
        margin: 22px 0px;
        height: auto;
        width: max-content;
        background-color: #fff;
        border: 1px solid #999;
        -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
        -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
        position: absolute;
        top: 34px;
        z-index: 99999999 !important;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
        width: 40px;
        margin-top: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
        width: 40px;
        margin-top: 2px;
    }

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: 0px;
        border: none;
        background: white !important;
        color: #1f6ba6;
        font-size: 15px;
        font-weight: 600;
    }

    .ui-datepicker th {
        font-weight: 500 !important;
    }

    .ui-state-default, .ui-widget-content {
        border: none !important;
        background: #ffffff !important;
        font-weight: bold;
        color: #1c94c4;
    }

    .ui-state-default {
        width: 32px !important;
        padding: 0.4em 0.2em !important;
        /*height:28px !important;*/
    }

    .ui-state-hover, .ui-widget-content .ui-state-hover {
        border: none !important;
        color: #ffffff !important;
        background-color: #1f6ba6 !important;
    }

    .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 {
        background: #1f6ba6 !important;
        font-weight: bold;
        color: #fff;
    }

    .ui-widget-header .ui-icon {
        background-image: url("../Content/images/ui-icons_444444_256x240.png") !important;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 0px !important;
        top: 0px !important;
    }

    .ui-widget-header .ui-datepicker-next .ui-icon {
        background-image: url("../New_Image/right-arrow.png") !important;
        z-index: 99999;
        background-position: bottom;
        background-size: cover;
        height: 13px !important;
        width: 13px !important;
        margin-top: -7px !important;
        margin-left: -6px !important;
    }

    .ui-widget-header .ui-datepicker-prev .ui-icon {
        background-image: url("../New_Image/left-arrow.png") !important;
        z-index: 99999;
        background-position: bottom;
        background-size: cover;
        height: 13px !important;
        width: 13px !important;
        margin-top: -7px !important;
        margin-left: -6px !important;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 0px !important;
        top: 0px !important;
    }

        .ui-datepicker .ui-datepicker-next:hover, .ui-datepicker .ui-datepicker-prev:hover {
            background: none !important;
        }

    .ui-widget-content {
        border: 1px solid #dddddd;
        background: white !important;
        color: #333333;
        box-shadow: 0px 1px 5px #1f6ba6;
    }

        .ui-state-default, .ui-widget-content .ui-state-default {
            text-align: center;
            font-size: 11px;
        }

    .depart-plan {
        position: absolute;
        height: 24px;
        width: 24px;
        margin-top: 27px;
        z-index: 99;
        margin-left: 6px;
    }

    .arrival-plan {
        position: absolute;
        height: 24px;
        margin-top: 26px;
        width: 24px;
        z-index: 99;
        margin-left: 6px;
    }

    .margin-row {
        margin-right: 0px !important;
        margin-left: 0px !important;
        padding: 0px 0px !important;
    }

    .depart-date {
        position: absolute;
        height: 23px;
        width: 22px;
        margin-top: 28px;
        z-index: 99;
        margin-left: 5px;
    }

    .return-date {
        position: absolute;
        height: 23px;
        width: 22px;
        margin-top: 27px;
        z-index: 99;
        margin-left: 6px;
    }

    .passangers-icon {
        position: absolute;
        height: 20px;
        width: 22px;
        margin-top: 30px;
        z-index: 99;
        margin-left: 8px;
    }

    .down-arrow {
        position: absolute;
        height: 22px;
        margin-top: 33px;
        font-size: 12px;
        color: #4e3a78;
        z-index: 99;
        margin-left: -24px;
        cursor: pointer;
    }

    ::placeholder {
        color: #d8d8d8;
    }

    @media screen and (max-width: 768px) and (min-width: 100px) {
        #btn {
            margin-top: 38px;
        }

        .clear_btn {
            right: 17px;
            top: 21px;
        }

        #divautocomplete, #divautocompleteR {
            margin-top: -5px;
        }
    }

    #btn {
        text-align: center;
        /* width: 36%; */
    }

    .adult-economy {
        position: absolute;
        top: 20px;
        height: 30px;
        right: 170px;
    }

    a {
        text-decoration: none !important;
    }

    .fh5co-cover, .fh5co-hero {
        position: relative;
        height: 592px;
        /* z-index: -2; */
    }

    @media screen and (min-width: 992px) {
        .input-text-box {
            width: 50%;
            text-align: center;
        }
    }

    @media screen and (max-width:768px) and (min-width:425px) {

        .text-center {
            max-width: 100% !important;
            flex: 0 0 auto !important;
        }

        .input-padding {
            width: 100%;
            margin: 0px 0px;
        }

        /*  .fh5co-cover, .fh5co-hero {
        height: 485px;
        z-index: -1;
        background-size: cover;
    }*/
    }

    @media screen and (max-width:992px) and (min-width:768px) {
        .container-width-header {
            max-width: 830px !important;
        }

        .text_search {
            height: 700px;
            padding-top: 125px;
        }

        .navbar-collapse .navbar-nav li:last-child {
            display: inline;
        }

        .flex_input {
            display: block;
            width: 100%;
        }

        .check_box_maindiv {
            width: 100%;
            float: left;
            padding-right: 7px;
            padding-left: 7px;
        }

        .fly_from {
            width: 50%;
            float: left;
            padding-right: 7px;
            padding-left: 7px;
        }

        .fly_to {
            width: 50%;
            float: left;
            width: 50%;
            float: left;
            padding-right: 7px;
            padding-left: 7px;
        }

        .depart_date {
            width: 50%;
            float: left;
            width: 50%;
            float: left;
            padding-right: 7px;
            padding-left: 7px;
        }

        .return_date {
            width: 50%;
            float: left;
            width: 50%;
            float: left;
            padding-right: 7px;
            padding-left: 7px;
        }

        .passegers_input {
            width: 50%;
            float: left;
            width: 50%;
            float: left;
            padding-right: 7px;
            padding-left: 7px;
        }

        .button_div {
            width: 50%;
            float: left;
            width: 50%;
            float: left;
            padding-right: 7px;
            padding-left: 7px;
        }

        @keyframes example {
            0% {
                bottom: 55%;
            }

            100% {
                bottom: 45%;
            }
        }

        @keyframes fade1 {
            0% {
                bottom: 55%;
            }

            100% {
                bottom: 45%;
            }
        }

        @keyframes fade2 {
            0% {
                bottom: 55%;
            }

            100% {
                bottom: 45%;
            }
        }
    }



    @media screen and (max-width:768px) and (min-width:550px) {
        .input_div {
            width: 50%;
           /* padding-right: 6px;
            padding-left: 6px;*/
            position: relative;
            float: left;
        }

        .text_search {
            height: 670px;
            padding-top: 10px;
        }
        /* .search_main_div {
        margin-top: -65%;
    }*/

        .welcome_h2 {
            font-size: 60px;
        }

        .top_text h3 {
            font-size: 27px;
        }

        /* .top_text {
        width: 95% !important;
        padding: 15px 8px !important;
        bottom: 54%;
    }*/

        .active .slide .container #box1 {
            animation-name: example;
            animation-duration: 0.5s;
        }

        .active .slide .container #box2 {
            animation-name: fade1;
            animation-duration: 0.5s;
        }

        .active .slide .container #box3 {
            animation-name: fade2;
            animation-duration: 0.5s;
        }

        @keyframes example {
            0% {
                bottom: 65%;
            }

            100% {
                bottom: 52%;
            }
        }

        @keyframes fade1 {
            0% {
                bottom: 65%;
            }

            100% {
                bottom: 52%;
            }
        }

        @keyframes fade2 {
            0% {
                bottom: 65%;
            }

            100% {
                bottom: 52%;
            }
        }

        .passenger_and_triptype {
            display: flex;
            padding: 6px 6px;
        }

        /*    .fh5co-cover, .fh5co-hero {
        height: 485px;
        z-index: -1;
        background-size: cover;
    }*/

        .flex_input {
            display: block;
            width: 100%;
        }

        .input-padding {
            width: 100%;
          /*  margin: 8px 0px;*/
            padding-left: 38px;
        }

        .select-input {
            margin: 10px 0px;
            width: 100%;
            padding-right: 30px;
            font-size: 14px !important;
        }

        .depart-plan {
            margin-top: 20px;
            z-index: 99;
            margin-left: 11px;
            height: 18px;
        }
        .arrival-plan {
            margin-top: 20px;
            z-index: 99;
            margin-left: 12px;
            height: 18px;
        }

        .depart-date {
            margin-top: 20px;
            z-index: 99;
            margin-left: 13px;
            height: 18px;
        }
        .passangers-icon {
            margin-top: 18px!important;
            margin-left: 11px!important;
        }
        .down-arrow {
            margin-top: 22px!important;
        }
        .return-date {
            margin-top: 19px;
            z-index: 99;
            margin-left: 14px;
            height: 18px;
        }

        .button_div {
            width: 50%;
            float: left;
         /*   padding-right: 7px;
            padding-left: 7px;*/
        }

        .animate-boxx {
            width: 100% !important;
            height: 60px;
        }

        .submit-btn:hover::after {
            transform: scaleX(1.15) scaleY(1.4);
            opacity: 0;
        }
    }

    @media screen and (max-width:550px) and (min-width:450px) {
        .text_search {
            height: 580px;
            padding-top: 20px;
        }

        .image {
            height: 520px !important;
            object-fit: cover;
        }

        .depart-plan {
            margin-top: 21px;
            z-index: 99;
            margin-left: 9px;
            height: 18px;
        }
        .arrival-plan {
            margin-top: 20px;
            z-index: 99;
            margin-left: 9px;
            height: 18px;
        }

        .depart-date {
            margin-top: 19px;
            z-index: 99;
            margin-left: 8px;
            height: 18px;
        }

        .return-date {
            margin-top: 19px;
            z-index: 99;
            margin-left: 8px;
            height: 18px;
        }
        .input_div {
            width: 100% !important;
            padding-right: 6px;
            padding-left: 6px;
            position: relative;
            float: left;
        }

        .pass_class_type {
            margin-left: 10px;
        }

        .button_div {
            padding-left: 6px;
            padding-right: 6px;
            position: unset;
            width: 100%;
        }

        .flex_input {
            display: block;
            width: 100%;
        }

        .top_text {
            display: none !important;
        }

        .passenger_and_triptype {
            display: flex;
            padding: 6px 6px;
        }

        .select-input {
            margin: 10px 0px;
            width: 100%;
            padding-right: 30px;
            font-size: 14px !important;
        }
    }

    @media screen and (max-width:450px) and (min-width:280px) {
        .text_search {
            height: 580px;
            padding-top: 20px;
        }

        .class_div_heading {
            padding: 6px 8px 0px 8px !important;
        }

        .button_div {
            padding-left: 0px;
            padding-right: 0px;
            position: unset;
            width: 100%;
        }

        .image {
            height: 520px !important;
            object-fit: cover;
        }

        .passenger_and_triptype {
            display: block;
            padding: 6px 6px;
        }

        .check_box_maindiv {
            width: 100%;
            text-align: center;
        }

        .passegers_div {
            width: 100%;
            text-align: center;
            margin-top: 15px;
        }

        .flex_input {
            display: block;
        }

        .top_text {
            display: none !important;
        }

        .input_div {
            width: 100% !important;
            padding-right: 0px;
            padding-left: 0px;
            position: relative;
            float: left;
        }

        .input-padding {
            width: 100%;
            margin: 0px 0px;
            height: 60px;
        }

        .passangers-icon {
            margin-top: 18px;
        }
        /*    .submit-btn::after {
        height: 42px;
    }*/
       /* .animate-boxx {
            height: 42px;
        }
*/
        .select-input {
            margin: 10px 0px;
            width: 100%;
            padding-right: 30px;
            font-size: 14px !important;
        }

        .depart-plan {
            margin-top: 20px;
            z-index: 99;
            margin-left: 10px;
            height: 18px;
        }

        .arrival-plan {
            margin-top: 20px;
            z-index: 99;
            margin-left: 10px;
            height: 18px;
        }

        .depart-date {
            margin-top: 20px;
            z-index: 99;
            margin-left: 10px;
            height: 18px;
        }

        .return-date {
            margin-top: 20px;
            z-index: 99;
            margin-left: 10px;
            height: 18px;
        }

        .text-center {
            max-width: 100% !important;
            flex: 0 0 auto !important;
        }
    }


    .switches-container {
        width: 18rem;
        position: relative !important;
        display: flex;
        padding: 0;
        position: relative;
        background: white;
        line-height: 2.5rem;
        border-radius: 3rem;
        padding: 4px 0px;
    }

        .switches-container input {
            visibility: hidden;
            position: absolute;
            top: 0;
        }

        .switches-container label:hover {
            border-radius: 15px;
            background: lightgray;
            margin: 0px 4px;
        }

        .switches-container label {
            width: 50%;
            padding: 0;
            margin: 0;
            text-align: center;
            font-size: 14px;
            font-weight: 400;
            cursor: pointer;
            color: #000;
            margin: 0px 4px;
        }

    .switch-wrapper {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 50%;
        padding: 2px;
        z-index: 3;
        transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    }

    .switch {
        border-radius: 3rem;
        background: #4e3a76;
        height: 100%;
    }

        .switch div {
            width: 100%;
            text-align: center;
            opacity: 0;
            display: block;
            color: white;
            transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
            will-change: opacity;
            position: absolute;
            top: 0;
            left: 0;
            padding: 3px 0px;
            font-size: 14px;
            font-weight: 400;
        }

    .switches-container input:nth-of-type(1):checked ~ .switch-wrapper {
        transform: translateX(0%);
    }

    .switches-container input:nth-of-type(2):checked ~ .switch-wrapper {
        transform: translateX(100%);
    }

    .switches-container input:nth-of-type(1):checked ~ .switch-wrapper .switch div:nth-of-type(1) {
        opacity: 1;
    }

    .switches-container input:nth-of-type(2):checked ~ .switch-wrapper .switch div:nth-of-type(2) {
        opacity: 1;
    }