﻿body {
    font-family: 'Lexend', sans-serif !important;
}

.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: 15px 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: #4d3b74;
    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: #4d3b74;
    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: 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;
    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: #4d3b74;
        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: #1f6ba6;
    background: #1f6ba600;
    transition: background 0.5s;
}
.clear_btn {
    position: absolute;
    top: 23px;
    right: 20px;
    color: #fff;
    rotate: 45deg;
    font-size: 22px;
    cursor: pointer;
    display: none;
    height: 24px;
    width: 24px;
    line-height: 10px;
    padding: 5px;
    border: 1.3px solid #4e3a78;
    border-radius: 50%;
    background: #4d3b74;
} 

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: 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;
    color:black;
    cursor:pointer;
}

.input-padding {
    margin: 10px 0px;
    height: 50px;
    color: #080808;
    padding-left: 38px;
    font-size: 16px !important;
    padding-right: 38px;
    border-radius: 25px;
    border: 1px solid #aeaeae;
    position: relative;
}

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;
}

.animate-boxx {
    width: 100%;
    border-radius: 25px;
    color: #fff;
    background-color: #4e3a78;
    border-color: #fff;
    font-size: 15px;
    padding: 6px 0px;
    height: 50px;
    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%;
}

.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: 0px;
    font-weight: 600;
    margin-left: 4px;
    margin-top: -2px;
}

.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: 18px;
    margin-top: 26px;
    z-index: 99;
    margin-left: 14px;
}

.arrival-plan {
    position: absolute;
    height: 18px;
    margin-top: 26px;
    z-index: 99;
    margin-left: 14px;
}

.margin-row {
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding: 0px 0px !important;
}

.depart-date {
    position: absolute;
    height: 20px;
    margin-top: 24px;
    z-index: 99;
    margin-left: 14px;
}


.return-date {
    position: absolute;
    height: 20px;
    margin-top: 24px;
    z-index: 99;
    margin-left: 14px;
}

.passangers-icon {
    position: absolute;
    height: 22px;
    margin-top: 23px;
    z-index: 99;
    margin-left: 12px;
}
.down-arrow {
    position: absolute;
    height: 22px;
    margin-top: 28px;
    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: 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;
    }

    .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: 24px;
        z-index: 99;
        margin-left: 14px;
        height: 18px;
    }

    .arrival-plan {
        margin-top: 24px;
        z-index: 99;
        margin-left: 14px;
        height: 18px;
    }

    .depart-date {
        margin-top: 24px;
        z-index: 99;
        margin-left: 14px;
        height: 18px;
    }

    .return-date {
        margin-top: 24px;
        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: 50px;
    }

    .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: 24px;
        z-index: 99;
        margin-left: 14px;
        height: 18px;
    }

    .arrival-plan {
        margin-top: 24px;
        z-index: 99;
        margin-left: 14px;
        height: 18px;
    }

    .depart-date {
        margin-top: 24px;
        z-index: 99;
        margin-left: 14px;
        height: 18px;
    }

    .return-date {
        margin-top: 24px;
        z-index: 99;
        margin-left: 14px;
        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: 6px;
        padding-right: 6px;
        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: 8px 0px;
        height: 42px;
    }
    .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;
}