﻿
body {
    font-family: 'Lexend', sans-serif !important;
}

.h4, .h5, .h6, h4, h5, h6, p, span, div, a, span, small, strong, bold{
    font-family: 'Lexend', sans-serif !important;
}
.welcome_h2 {
    text-align: left;
    margin-top: 0px;
    font-size: 75px;
    text-transform: capitalize;
    font-weight: 500 !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: left;
    font-size: 36px;
    text-transform: capitalize;
    margin-top: 0px;
    text-shadow: 2px 3px 4px #00000069;
    line-height: normal;
}
.modal-content{
    border-radius:0px;
}

.search_main_div {
    /* background-color: #00000066;*/
    margin: auto;
    padding: 15px 0px;
    border-radius: 60px;
    position: relative;
    z-index: 9; 
}

    .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: #1aa7f6 !important !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: 50px;
}

.class_div_heading .fa-angle-double-down {
    position: absolute;
    right: 20px;
    margin-top: 6px;
}

.child_div_heading {
    text-align: center;
    padding: 10px 15px;
    background: #1aa7f6 !important;
    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: #1aa7f6 !important;
    color: white;
    position: relative;
    /*background: linear-gradient(to right, #1aa7f6 !important 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;  */
}

    .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 svg {
    position: absolute;
    right: 20px;
    margin-top: 6px;
}

.class_div_heading {
    margin: 0px 5px;
    border-radius: 0px;
    padding: 6px 10px 0px 10px;
    /*border: 1px solid gray;*/
}

.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;
    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: #1aa7f6 !important;
        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;
    }

    .btn_num_ h5 {
        margin: 0px;
        line-height: inherit;
        font-size: 16px;
        width: 60px;
        font-weight: 400;
    }

.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:50px;
    text-align:center;
}

#divautocomplete, #divautocompleteR {
    background-color: #ffffff;
    position: absolute;
    width: max-content;
    text-align: left;
    box-shadow: 0px 2px 5px grey;
    z-index: 999; 
}

#userlist {
    padding: 0px;
    margin-bottom: 0px; 
}

.tt-suggestion {
    line-height: 10px;
    cursor: pointer;
    padding: 12px 10px 12px 10px;
    vertical-align: middle;
    overflow: hidden;
    zoom: 1;
    margin:0px;
}

#userlist i {
    rotate: -90deg;
    margin-top: 9px;
    padding-left: 9px;
    margin-bottom: 0px !important;
}

.tt-suggestion text {
    font-size: 13px; 
    vertical-align: top;
    line-height: normal;
}

.tt-suggestion span img {
    height: 22px;
    width: 22px;
}

.tt-suggestion span:last-child {
    float: right !important;
    margin-top: -1.5px !important;
    font-weight: 400;
}

.tt-suggestion span {
    font-size: 13px; 
    letter-spacing: 0.5px;
    margin-top: 8px;
    vertical-align: text-bottom;
}

.tt-suggestion:hover {
    background-color: #9ecef3;
}

.txtbreakspan {
    margin-top: 10px;
}

.tt-suggestion i {
    display: table-cell;
    vertical-align: top;
}

.clear_btn:hover {
    color: #1aa7f6 !important;
    background: #1f6ba600;
    transition: background 0.5s;
}

.clear_btn {
    position: absolute;
    top: 20px;
    right: 18px;
    color: #fff;
    rotate: 45deg;
    font-size: 22px;
    cursor: pointer;
    display: none;
    height: 20px;
    width: 20px;
    line-height: 9px;
    padding: 3px;
    border: 1.3px solid #1aa7f6;
    border-radius: 50%;
    background: #1aa7f6;
}

button[disabled], html input[disabled] {
    cursor: default;
    background: rgb(190, 201, 209);
}

.fly_from {
    width: 22%;
}

.fly_to {
    width: 22%;
}

/*.depart-plan {
    width: 15%;
}*/

/*.return_date {
    width: 15%;
}*/

.passegers_input {
    width: 16%;
}

.button_div {
    width: 10%;
}

.input_div {
    /* width:22%;*/
    padding-right: 10px;
    padding-left: 0px;
    position: relative;
}

    .input_div input {
        width: 100%
    }

.button_div {
    /* width: 12%; */
    padding-left: 0px;
    padding-right: 0px;
    position: unset;
}

.class_input {
    padding: 0px 5px;
    cursor: pointer;
}

.input-padding {
    margin: 10px 0px!important;
    height: 40px!important;
    color: #080808;
    padding-left: 35px;
    font-size: 16px !important;
    padding-right: 32px;
    border-radius: 25px!important;
    border: 1px solid #aeaeae!important;
    position: relative;
    font-weight:300!important;
}

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: 40px;
    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;
}

.animate-box {
    width: 100%;
    border-radius: 25px;
    color: #fff;
    background-color: #1aa7f6;
    border-color: #fff;
    font-size: 15px;
    padding: 6px 0px;
    height: 40px;
    margin-top: 10px;
    border: none;
    position: relative;
}

#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%;
}
 
.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: 0px;
    font-weight: 600;
    margin-left: 4px;
    margin-top: -2px;
}

.input-group-addon, .input-group-btn {
    width: 34px !important;
}

input.add_num {
    padding: 0;
    /* width: 100% !important; */
    height: 28px;
    border: 1px solid #eaeaea;
    box-shadow: inset 0 0px 0px #5d5d5d;
}

@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: #1aa7f6 !important;
    font-size: 15px;
    font-weight: 600;
}
.ui-datepicker-week-end a:hover{
    color:black;
}
.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: #1aa7f6 !important !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: #1aa7f6 !important !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 #1aa7f6 !important;*/
}

    .ui-state-default, .ui-widget-content .ui-state-default {
        text-align: center;
        font-size: 11px;
    }

.depart-plan {
    position: absolute;
    height: 18px !important;
    margin-top: 20px;
    z-index: 99;
    width: 9%;
    margin-left: 10px;
}
.arrival-plan {
    position: absolute;
    height: 18px;
    margin-top: 20px;
    width: 9%;
    z-index: 99;
    margin-left: 10px;
}

.margin-row {
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding: 0px 0px !important;
}

.depart-date {
    position: absolute;
    height: 22px;
    margin-top: 18px;
    width: 9%;
    z-index: 99;
    margin-left: 10px;
}


.return-date {
    position: absolute;
    height: 22px;
    margin-top: 18px;
    width: 9%;
    z-index: 99;
    margin-left: 10px;
}

.passangers-icon {
    position: absolute;
    /* height: 22px; */
    margin-top: 23px;
    width: 18px;
    z-index: 99;
    margin-left: 6px;
}
.down-arrow {
    position: absolute;
    height: 22px;
    margin-top: 24px;
    z-index: 99;
    margin-left: -22px;
    cursor:pointer;
}

::placeholder {
    color: #d8d8d8;
}

@media screen and (max-width: 768px) and (min-width: 100px) {
    #btn {
        margin-top: 38px;
    }

    .clear_btn {
        right: 12px;
        top: 13px;
    }

    #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: 580px;
    /* 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: 8px 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;
    }

    .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;
    }
     
    .top_text {
        width: 85%;
        bottom: 45%;
    }

    @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;
    }

    .welcome_h2 {
        font-size: 60px;
    }

    .top_text h3 {
        font-size: 30px;
    }

    .top_text {
        width: 95% !important;
        padding: 15px 8px !important;
        bottom: 52%;
    }

    .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: 36px;
    }

    .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;
        width:20px
    }

    .arrival-plan {
        margin-top: 20px;
        z-index: 99;
        width:20px;
        margin-left: 10px;
        height: 18px;
    }

    .depart-date {
        margin-top: 20px;
        z-index: 99;
        margin-left: 10px;
        width:20px;
        height: 18px;
    }

    .return-date {
        margin-top: 20px;
        z-index: 99;
        width:20px;
        margin-left: 10px;
        height: 18px;
    }

    .button_div {
        width: 50%;
        float: left;
        padding-right: 7px;
        padding-left: 7px;
    }

    .animate-box {
        width: 100% !important;
        height: 40px;
    }

    .submit-btn:hover::after {
        transform: scaleX(1.15) scaleY(1.4);
        opacity: 0;
    }
}

@media screen and (max-width:549px) and (min-width:450px) {
     
    .image {
        height: 520px !important;
    }

    .depart-plan {
        margin-top: 20px;
        z-index: 99;
        margin-left: 10px;
        width:20px;
        height: 18px;
    }

    .arrival-plan {
        margin-top: 20px;
        z-index: 99;
        width: 20px;
        margin-left: 10px;
        height: 18px;
    }

    .depart-date {
        margin-top: 20px;
        z-index: 99;
        margin-left: 10px;
        width: 20px;
        height: 18px;
    }

    .return-date {
        margin-top: 20px;
        z-index: 99;
        width: 20px;
        margin-left: 10px;
        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:449px) and (min-width:280px) {
     
    .button_div {
        padding-left: 6px;
        padding-right: 6px;
        position: unset;
        width: 100%;
    }

    .image {
        height: 520px !important;
    }

    .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: 8px 0px;
    }

    .select-input {
        margin: 10px 0px;
        width: 100%;
        padding-right: 30px;
        font-size: 14px !important;
    }

    .depart-plan {
        margin-top: 20px;
        z-index: 99;
        width: 20px;
        margin-left: 10px;
        height: 18px;
    }

    .arrival-plan {
        margin-top: 20px;
        z-index: 99;
        margin-left: 10px;
        width: 20px;
        height: 18px;
    }

    .depart-date {
        margin-top: 20px;
        z-index: 99;
        margin-left: 10px;
        width: 20px;
        height: 18px;
    }

    .return-date {
        margin-top: 20px;
        z-index: 99;
        margin-left: 10px;
        width: 20px;
        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;
    border: 1px solid gray;
    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: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
}

.switch {
    border-radius: 3rem;
    background: #1aa7f6;
    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;
}













.tab-search-default .tab-content-bg {
    /*background-color: #fff;*/
    position: relative;
    box-shadow: 0px 35px 50px 0px rgb(32 32 32 / 20%);
}

.tab-search-default .find-widget {
    padding: 20px 0;
}

.find-widget .title-widgets {
    padding: 0px 10px;
    /* font-size: 1.43rem; */
    /* text-transform: uppercase; */
    color: #3c3c3c;
    font-weight: bold;
    margin: 0 0 5px;
    /* background-color: transparent; */
    /* border-bottom: none; */
}
.panel {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    background-color: #dfe7ed !important;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.tab-content-bg {

}

.mg-lt-2 {
    margin-left: 2px;
}

.mg-lt-6 {
    margin-left: 4px;
}

.mg-lt-7 {
    margin-left: 7px;
}

#flyto {
    margin-left: 2px;
}

.p-0 {
    padding: 0px 4.2px;
}

.text-left {
    text-align: left;
}

.btn-search-flight {
    color: #fff;
    background: linear-gradient(180deg,#1b165d 0%,#1b165d 100%);
    /*background: linear-gradient(180deg,#f19c3d 0%,#dd7400 100%);*/
    border-color: #1b165d;
    padding: 13px 12px !important;
    padding: 13px 12px;
    font-size: 18px !important;
    border-radius: 6px;
} 



.btn-search-flight:hover {
    color: #fff;
    background: linear-gradient(180deg,#1b165d 0%,#1b165d 100%);
    /*background: linear-gradient(180deg,#f19c3d 0%,#dd7400 100%);*/
    border-color: #374b5c;
}

.btn-search-flight:focus {
    color: #fff;
    background: linear-gradient(180deg,#1b165d 0%,#1b165d 100%);
    border-color: #374b5c;
}

.radius-12 {
    border-radius: 3rem !important;
}

.find-widget .text-input {
    position: relative;
}

.tb-label {
    color: #ffff;
    font-weight: 391 !important;
}

.pad-mobile {
    padding: 0px 6px 0px 6px !important;
}

.find-widget .form-control {
    position: relative;
    background-color: #fff;
    height: 55px;
    margin-bottom: 8.5px;
    padding-right: 35px;
}

.search-box {
    padding-top: 250px;
    background-color: #15152752;
    height: 700px;
}
 
.btnonegrey {
    background: #ffffff00;
    border: 1px solid;
    color: #374b5c;
    outline: none;
    border-left: none;
}

    .btnonegrey:hover {
        background: #00000000;
        border: 1px solid;
        border-left: none;
        color: #374b5c;
        outline: none;
    }

    .btnonegrey:focus {
        background: #1b165d;
        border: 1px solid #1b165d;
        color: #ffffff;
        outline: none;
    }
.btnreturnred {
    background: #00000000;
    border: 1px solid;
    border-right: none;
    color: #374b5c;
    outline: none;
}
.btnreturnred:hover {
    background: #00000000;
    border: 1px solid;
    border-right: none;
    color: #374b5c;
    outline: none;
}

    .btnreturnred:focus {
        background: #1b165d;
        border: 1px solid #1b165d;
        color: #ffffff;
        outline: none;
    }
.find-widget .form-control::placeholder {
    color: #000;
    opacity: 1; /* Firefox */
}

.find-widget .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

.find-widget .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}

.svgseachboxtravell {
    block-size: 1.6rem;
    margin-left: 10px;
    inline-size: 2.125rem;
}

.btnTravellers {
    font-size: 12px;
    padding: 5px 5px;
    background: transparent;
    width: auto;
    border: none;
}

    .btnTravellers:hover {
        /*text-decoration: underline;*/
    }

.fright {
    float: right;
    /* background: #a3a3a3;*/
    color: #374b5c;
  /*  padding: 3px 8px 3px 3px;
    border-radius: 5px;
    border: 1px solid;*/
}

}

.fright button i {
    margin-left: 5px;
}

.ddl-menu-drp {
    left: -52px !important;
}

.ddl-class-drp {
    float: right;
}

.roundtrip {
    width: 100% !important;
}
.ui-widget.ui-widget-content {
    z-index: 3 !important;
}
.pasenger-popup {
    position: absolute;
    width: 30%;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 3px 3px 6px 0px #a7a7a7;
    z-index: 2;
    right: 27px;
    padding: 13px;
    color: #000;
    line-height: 25px;
    /* padding-bottom: 60px; */
    border: 1px solid lightgray;
}

.txticonedparture {
    position: absolute;
    right: 18px;
    top: 21px;
    color: #1b165d;
    font-size: 14px;
}

.iconflip {
    position: absolute;
    right: -14px;
    z-index: 1;
    top: 15px;
    /* font-size: 12px; */
    color: #ffffff;
    padding: 7px;
    border-radius: 16px;
    background: #1b165d;
}

    .iconflip:hover {
        cursor: pointer;
    }

.fa-exchange-alt:before, .fa-right-left:before {
    content: "\f362";
}

.divpaxcomplete .btsy .g-orange {
    background: #374B5C;
    display: inline-block;
    color: #ebebeb;
    /* width: 30%;*/
    height: 44px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    padding: 2px 16px;
    border-radius: 20px;
    font-weight: bold;
    border: 1px solid;
    margin-top: 10px;
    float: right;
}

div#divPassengerDDL h2 {
    background: #ffffff;
    display: none;
    color: #c80002;
    padding: 5px 16px;
    font-size: 20px;
    border-radius: 20px;
    font-weight: bold;
    border: 1px solid;
    margin-top: 10px;
}

.divPassenger {
    float: left;
    width: 100%;
    /*border-bottom: 1px solid #ccc;*/
    padding: 5px 5px;
}

.divPassengerType {
    float: left;
    width: 65%;
    line-height: 13px;
    /*display: flex;*/
    color: #000;
    font-size: 12px;
}

    .divPassengerType p {
        font-size: 14px;
    }

    .divPassengerType span {
        font-size: 10px;
        /*padding-left: 10px;*/
    }

.divPassengerCount {
    float: right;
    width: 30%;
    border-radius: 10px;
    /*border: 1px solid #ccc;*/
}

.Add_Less_Passenger {
    display: flex;
}

.MinusPassenger {
    width: 30%;
}

    .MinusPassenger input {
        background-color: #374B5C;
        color: #ebebeb;
        height: 31px;
        border: 1px solid #374B5C;
    }

.PlusPassenger input {
    background-color: #374B5C;
    color: #ebebeb;
    height: 31px;
    border: 1px solid #374B5C;
}

.PassengerCount {
    width: 40%;
}

.PlusPassenger {
    width: 30%;
}

.divPassenger input {
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.PassengerCount input {
    height: 31px;
    background: #ffffff;
    border: none;
}

    .PassengerCount input:focus-visible {
        border: none;
    }

    .PassengerCount input:focus {
        border: none;
    }

.form-control {
    color: #000;
}


    .tt-menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: 100%;
    }

.tt-suggestion {
    padding: 15px;
    font-size: 12px;
    color: #000;
    font-family: 'Lexend', sans-serif !important;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
}
.fade.in {
    opacity: 1;
    overflow-y: auto!important;
}

.auto-txt-blue {
    font-size: 12px;
}

.tt-suggestion:hover {
    cursor: pointer;
    font-size: 12px;
    background-color: #9ecef3;
    color: #000; 
}

.pull-right {
    float: none !important;
}

.tt-suggestion i {
    margin: 0px 4px 0px 0px;
    font-size: 14px;
}

.returnflight i {
    margin: 0px 7px 0px 0px;
    font-size: 14px;
    -ms-transform: rotate(20deg);
    transform: rotate(90deg);
}

@media screen and (max-width: 991px) and (min-width: 100px) {
    .iconflip {
        rotate: 90deg;
    }

    .iconflip {
        position: absolute;
        right: 10px;
        z-index: 1;
        top: 45px;
        color: #ffffff;
        padding: 7px;
        border-radius: 16px;
        background: #1b165d;
    }
}

@media screen and (max-width: 991px) and (min-width: 600px) {
    .pasenger-popup {
        width: 52%;
    }
}

@media screen and (max-width: 599px) and (min-width: 320px) {
    .divPassengerType {
        float: left;
        width: 63%;
        display: flex;
        color: #000;
        font-size: 12px;
    }

        .divPassengerType span {
            font-size: 10px;
            padding-left: 4px;
        }

        .divPassengerType p {
            font-size: 12px;
        }

    .pasenger-popup {
        position: absolute;
        width: 100%;
        background: #ffffff;
        border-radius: 10px;
        box-shadow: 3px 3px 6px 0px #a7a7a7;
        z-index: 2;
        right: 1px;
        top: 65px;
        padding: 13px;
        color: #000;
        line-height: 25px;
        /* padding-bottom: 60px; */
        border: 1px solid lightgray;
    }
}

@media screen and (max-width: 320px) and (min-width: 200px) {

    .fright {
        float: left;
        margin-top: 5px;
    }

    .divPassengerType p {
        font-size: 11px;
    }

    .divPassengerCount {
     
        float: right;
        width: 30%;
        border-radius: 10px;
    }

    .divPassengerType {
        float: left;
        width: 70%;
        display: flex;
        color: #000;
        font-size: 12px;
    }

        .divPassengerType span {
            font-size: 10px;
            padding-left: 6px;
        }

    .pasenger-popup {
        position: absolute;
        width: 100%;
        background: #ffffff;
        border-radius: 10px;
        box-shadow: 3px 3px 6px 0px #a7a7a7;
        z-index: 2;
        right: 1px;
        top: 65px;
        padding: 13px;
        color: #000;
        line-height: 25px;
        border: 1px solid lightgray;
    }

    div#divPassengerDDL h2 {
        font-size: 13px;
    }
}
