﻿
.position-cls {
    z-index: -999;
    position: relative;
}
@media screen and (max-width: 450px) and (min-width: 280px) {
    .owl-carousel .item img {
        width: 100% !important;
        margin: auto;
        height: 195px;
    }
}
input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: black;
}

.welcome_h2 {
    text-align: left;
    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: left;
    font-size: 28px;
    text-transform: capitalize;
    margin-top: 0px;
    text-shadow: 2px 3px 4px #00000069;
    line-height: normal;
}


.search_main_div {
    margin: auto;
    /* padding: 0px 0px; */
    border-radius: 60px;
    position: relative;
    padding: 0px;
    z-index: 9;
    margin-bottom: 0px;
    margin-top: 0px;
}
    /*.lence{
    width:52px
}*/

    .search_main_div div h3 {
        margin: 0px;
        margin-bottom: 10px;
        color: #080808;
    }

.check_box_maindiv input {
    border-radius: 0px;
    margin: 2px 0 0;
    cursor: pointer;
}

.flex_input {
    display: flex;
    gap: 10px;
}

.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: #012c61 !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;
    /*bottom: 50px;*/
}

.child_div_heading {
    text-align: center;
    padding: 10px 15px;
    background: #156db5;
    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: #156db5;
    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;
    }

.class_div_heading #down_arrow_clstype {
    position: absolute;
    right: 9px;
    top: 0;
    margin-top: 0px;
    cursor: pointer;
    color: #343434;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.common-btn.color-one {
    color: #ffffff;
    background-color: #003749;
    font-weight: 600;
    height: 100%;
    padding: 0px 9px;
    border: none;
    border-radius: 6px;
    margin-bottom: 0px;
    width: 100%;
}

.class_div_heading {
    border-radius: 0px;
    padding: 0px 0px 0px 0px;
}

.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;
    font-size: 14px;
    cursor: pointer;
    display: block;
    border-radius: 18px;
    color: black;
    padding: 3px 8px;
}

    .body_classtype label:hover {
        background: lightgray;
    }

.class_div_heading 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: #012c61;
        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: 16px;
        width: 60px;
        font-weight: 400;
        color: black;
    }

.hide_div_pass_classtype {
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    padding-right: 0px;
}

@media(max-width:550px) {
    .hide_div_pass_classtype {
        margin-bottom: 14px !important;
    }
}

.search__area {
    background-color: #f5f5f5;
    padding: 15px 15px;
    backdrop-filter: saturate(100%) blur(8px);
    background: hsl(0deg 0% 100% / 47%);
    border-radius: 12px;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(5, 16, 54, 0.1);
    box-shadow: 0px 4px 12px 0px rgba(5, 16, 54, 0.1);
    border: 1px solid #ddd;
}

.body_classtype {
    background: white;
    text-align: left;
    margin: 0px 0px;
    border: 1px solid #156db5;
    box-shadow: 0px 0px 4px #156db5;
    padding: 0px 0px;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 999;
    left: 0px;
    border-radius: 6px;
}

.child_div_headingd {
    background: #156db5;
    color: white;
    text-align: center;
    border-radius: 3px 3px 0px 0px;
}

.sters {
    text-align: center;
    margin-bottom: 5px;
}

.close_and_confir {
    background: #156db5;
    color: white;
    border: none;
    border-radius: 14px;
    padding: 0px 36px;
}

.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;
    color: black;
    width: 22px;
    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;
    margin-top: -10px;
    max-height: 250px;
    overflow-y: auto;
    scrollbar-width: thin;
}

#userlist {
    padding: 0px;
    margin-bottom: 0px;
    /* display: flex; */
}

.tt-suggestion {
    line-height: 30px;
    cursor: pointer;
    padding: 10px 10px 0px 10px;
    vertical-align: middle;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 0px;
}

.tt-suggestion {
    line-height: 30px;
    cursor: pointer;
    padding: 10px 10px 0px 10px;
    vertical-align: middle;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 0px;
}

#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;
}

input::placeholder {
    color: #000 !important;
    opacity: 1;
}

.tt-suggestion span {
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
    margin-top: 8px !important;
    display: inline !important;
    vertical-align: text-bottom !important;
    color: black !important;
}

.tt-suggestion:hover {
    background-color: #9ecef3;
}

@media (min-width: 991px) {
    .serchspan {
        display: none;
    }
}

.txtbreakspan {
    font-weight: 400 !important;
}

.tt-suggestion i {
    display: table-cell;
    vertical-align: top;
}

.clear_btn:hover {
    color: #012c61;
    background: #1f6ba600;
    transition: background 0.5s;
}

.clear_btn {
    position: absolute;
    top: 3px;
    right: 4px;
    color: #fff;
    rotate: 45deg;
    font-size: 20px;
    cursor: pointer;
    display: none;
    height: 20px;
    width: 20px;
    line-height: 12px;
    padding: 2.6px;
    border: 1.3px solid #012c61;
    border-radius: 50%;
    background: #012c61;
}

button[disabled], html input[disabled] {
    cursor: default;
    background: rgb(190, 201, 209);
}


.dip_flex {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 55%;
}

.dip_flexx {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 45%;
}

.clear_btn {
    font-size: 18px !important;
    padding: 2px 2px 2px 4px !important;
}

.flex_pax_class {
    flex-direction: row;
    gap: 10px;
    width: 20%;
}

.depart_date {
    width: 15%;
}

.fly_from {
    width: 100%;
}

.fly_to {
    width: 100%;
}

.first_content {
    width: 15%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-right: 0px;
}

.return_date {
    width: 15%;
}

.passegers_input {
    width: 100%;
}

.button_div {
    width: 10%;
}

.your_journey_content {
    font-size: 20px;
    font-weight: 500;
    line-height: inherit;
    color: #2a2a2a;
}

.input_div {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
    padding: 10px 10px 10px 12px;
    position: relative;
    border-radius: 6px;
    border: 1px solid #E4EBF1;
}

.hero-section .hero-content p {
    max-width: 720px;
    width: 100%;
    text-align: left;
    margin-bottom: 3px;
}

.range_plan i {
    background: #003749;
    font-size: 13px;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 31px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    color: #ffffff;
}

.range_plan {
    position: absolute;
    left: -26px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}

.plan_icon_posation {
    position: absolute;
    top: 44px;
    right: 16px;
    z-index: 9;
}

.flight_Search_boxed span {
    display: block;
    font-size: 15px;
    padding-top: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.plan_icon_posation i {
    font-size: 16px;
}

.input_div input {
    width: 100%;
    border-radius: 0px !important;
    border: solid 0px #e8e8e8;
    /* background: #fdfeff; */
    outline: unset;
    padding: 6px 26px 6px 0px;
    height: 35px;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    /* line-height: 0px; */
}

.t-check-in, .t-check-out {
    border-width: 0px;
    /* border-style: solid; */
    width: 100%;
    /* box-sizing: border-box; */
    position: relative;
    top: -16px;
}

.input-padding {
    position: relative;
}

.input-parent.w-dr-date {
    width: 30%;
    float: left;
}

.to_date {
    width: 100%;
    border-radius: 0px !important;
    border: 1px solid #e8e8e8 !important;
    background: #ffffff;
    outline: unset;
    padding: 15px 0px 0px 15px;
    height: 42px;
    color: var(--color-primary);
    font-size: 15px;
    font-weight: 400;
    line-height: 0px;
    margin-right: 10px;
}

.from_date {
    width: 100%;
    border-radius: 0px !important;
    border: solid 1px #e8e8e8 !important;
    background: #ffffff;
    outline: unset;
    padding: 15px 0px 0px 15px;
    height: 42px;
    color: var(--color-primary);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 16px;
    margin-right: 10px;
}

.t-dates {
    display: contents;
    height: auto;
    padding: 0px;
    width: max-content;
}

.lucide.lucide-calendar-days {
    display: none;
}

.input_label_date {
    position: relative;
    text-align: center;
    display: block;
    color: #7e7e7e;
    font-size: 14px;
    top: -4px;
}

.t-datepicker {
    display: block;
    padding-right: 0px;
    height: 20%;
}

.t-day-check-in, .t-day-check-out {
    font-size: 45px;
    line-height: 45px;
    color: #6e6e6e;
}

.t-month-check-in, .t-year-check-in,
.t-month-check-out, .t-year-check-out {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    color: #484848;
}

.t-day-check-in, .t-day-check-out {
    font-size: 16px;
    line-height: 45px;
    color: #6e6e6e;
}

.t-date-check-in, .t-date-check-out {
    text-align: center;
    width: 100%;
}

.Flex_div {
    height: 100%;
}

.button_div {
    padding-left: 0px;
    padding-right: 0px;
    position: unset;
}

.input_label {
    color: #7e7e7e;
    position: absolute;
    left: 28px;
    top: 0;
    margin-top: 0px;
    cursor: pointer;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 9;
    font-size: 14px;
}

.banner-form .form-info .form-item .way-icon {
    position: absolute;
    top: 50%;
    left: 0;
}

.class_input {
    padding: 6px 15px;
    color: #000000;
    cursor: pointer;
    background: white;
    outline: none;
    border-radius: 6px;
    font-weight: 600;
    width: 100%;
    height: 50px;
    border: 1px solid #e4ebf1 !important;
}

input::placeholder {
    color: #7b7d83;
    opacity: 1;
}

.passegers_div {
    width: 50%;
    text-align: end;
}

.passenger_and_triptype {
    display: flex;
    padding: 0px 0px 10px 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: #012c61;
    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: 0px;
}

.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: 46px;
    }

    .top_text h3 {
        font-size: 28px
    }

    .input-text-box {
        width: 50%;
        text-align: center;
    }
}

@media screen and (max-width: 992px) {
    .footer__section .g-xxl-5.justify-content-between {
        display: block;
    }

    .tab-content-bg {
        padding-bottom: 14px !important;
    }
}

/*
@media screen and (max-width:1200px) and (min-width:992px) {
    .col-xs-12 {
        max-width: 100% !important;
    }

    .your_journey_content {
        font-size: 18px;
    }

    .first_content {
        width: 12%;
    }

    .input-parent.w-dr-date {
        width: 30%;
        float: left;
    }

    .dip_flex {
        width: 35%;
    }

    .flex_pax_class {
        width: 20%;
    }

    .button_div {
        width: 15%;
    }

    .down-arrow, .class_div_heading #down_arrow_clstype {
        right: 5px !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 {
    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: #012c61;
    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;
}

.ui-state-hover, .ui-widget-content .ui-state-hover {
    border: none !important;
    color: #ffffff !important;
    background-color: #012c61 !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: #012c61 !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 #012c61;
}

    .ui-state-default, .ui-widget-content .ui-state-default {
        text-align: center;
        font-size: 11px;
    }

.depart-plan {
    position: absolute;
    color: #343434;
    font-size: 19px;
    margin-top: 7px;
    z-index: 2;
    margin-left: 7px;
}

.margin-row {
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding: 0px 0px !important;
}

.passegers_input {
    padding-top: 0px;
    border: 1px solid #e4ebf1;
    margin-top: 9px;
    padding-top: 6px;
    height: 50px;
    border-radius: 6px;
    color: black !important;
    padding-left: 11px;
}

.depart-date {
    position: absolute;
    height: 20px;
    margin-top: 25px !important;
    color: #343434;
    z-index: 4;
    margin-left: -13px;
}

.passangers-icon {
    position: absolute;
    height: 22px;
    margin-top: 23px;
    z-index: 99;
    margin-left: 12px;
}

.down-arrow {
    color: #343434;
    position: absolute;
    right: 10px;
    top: 7px;
    margin-top: 0px;
    cursor: pointer;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

::placeholder {
    color: #d8d8d8;
}

/*.hero__section .position-relative {
    top: 115px;
}
*/
/*.hero__section {*/
/*background: url('../../newimage/flightdeals.jpg') ;*/
/*background-size: cover;
    padding: 0px 0px;
    height: 80vh;
    position: relative;
    display: flex;
    align-items: end;
    background-repeat: no-repeat;
    background-position: center;*/
/*animation-name: bannerimg;
    animation-duration:10s;
    animation-direction:alternate;
    animation-iteration-count:infinite;*/
/*}*/
/*@keyframes bannerimg{
    0% {
        background: url('../../newimage/flightdeals.jpg'); 
    }
    50% {
        background: url('../../newimage/flightdeals.jpg')
    }
    100% {
        background: url('../../newimage/flightdeals.jpg')
    }
}*/

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    /*  background: #14add9 !important;*/
    color: white;
    padding: 20px 15px !important;
    font-size: 24px !important;
    border-radius: 10px !important;
}

.hero__section {
    position: relative;
    width: 100%;
    height: 596px;
    z-index: -9;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.hero-carousel .item {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.search_widght_parent {
    position: absolute;
    top: 79%;
    left: 50%;
    transform: translate(-50%, 38%);
    z-index: 99999;
    margin-top: 0px;
    width: 100%;
}

.plan_icon_posation i {
    font-size: 15px;
    color: black;
}

.flight_Search_boxed p {
    text-align: left;
}

.Journey_date p {
    text-align: left;
}

.search-widget {
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    backdrop-filter: saturate(100%) blur(10px) !important;
    background: hsl(0deg 0% 100% / 60%) !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}

@media only screen and (max-width: 991.98px) {
    .hero__section {
        background-size: contain;
        background-position: top;
        /*background-color: #012c61;*/
        padding: 0px 0px;
        height: 520px;
    }

    .search_widght_parent {
        transform: translate(-50%, -18%) !important;
    }

    .containereef {
        padding: 20px 0px 40px 0px !important;
    }
}

#Txtpassanger {
    cursor: pointer;
}

@media screen and (max-width: 768px) and (min-width: 100px) {
    #btn {
        margin-top: 38px;
    }

    .class_div_heading #down_arrow_clstype {
        position: absolute;
        right: 25px !important;
    }

    .clear_btn {
        right: 5px;
        top: 4px;
    }

    #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;
}


@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%;
    }
}

@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;
    }

    .first_content {
        width: 100%;
        margin: 8px 0px;
    }

    .flex_input {
        display: block;
        width: 100%;
    }

    .dip_flex {
        width: 100%;
        float: left;
        gap: 9px;
        margin-bottom: 0px;
    }

    .dip_flexx {
        display: flex;
        flex-direction: row;
        gap: 10px;
        width: 100% !important;
    }

    .flex_pax_class {
        width: 100%;
        float: left;
        gap: 9px;
        flex-direction: row;
    }

    .input-parent.w-dr-date {
        width: 50%;
        float: left;
        margin-bottom: 15px;
    }

    .hero__search-area {
        display: flow-root !important;
        height: auto !important;
    }

    .depart-date, .depart-plan {
        margin-top: 15px;
    }

    .check_box_maindiv {
        width: auto;
        float: left;
    }

    .fly_from {
        width: 100%;
        float: left;
        padding-left: 10px;
    }

    .depart_date {
        width: 100%;
        float: left;
        padding-left: 0px;
    }

    .theme_search_form_area {
        height: 492px !important;
    }

    .t-datepicker {
        padding-left: 15px;
    }

    .depart_date {
        width: 100%;
        float: left;
        padding-left: 10px;
        margin-top: 8px;
    }

    .class_input {
        margin-top: 10px;
    }

    .return_date {
        width: 100%;
        float: left;
        padding-left: 10px;
        margin-top: 8px;
    }

    .passegers_input {
        width: 100%;
        float: left;
    }

    .button_div {
        width: 100%;
        float: left;
        height: 48px;
        padding-left: 0px;
        margin-top: 0px;
    }

    .lence {
        width: 37px !important;
    }

    @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:991px) and (min-width:550px) {
    .input-padding {
        width: 100%;
    }
}

@media screen and (max-width:768px) and (min-width:550px) {
    .search_widght_parent {
        transform: translate(-50%, -16%) !important;
    }

    .input_div {
        width: 50%;
        position: relative;
        float: left;
    }

    .owl-next {
        right: -10px !important;
    }

    .owl-prev {
        left: -10px !important;
    }

    .owl-next1 {
        right: -10px !important;
    }

    .owl-prev1 {
        left: -10px !important;
    }

    .hero__search-area {
        display: flow-root !important;
        height: auto !important;
    }

    .first_content {
        width: 100%;
        margin: 8px 0px;
    }

    .flex_input {
        display: block;
        width: 100%;
    }

    .dip_flex {
        width: 100%;
        float: left;
        gap: 9px;
        margin-bottom: 0px;
    }

    .dip_flexx {
        display: flex;
        flex-direction: row;
        gap: 10px;
        width: 100% !important;
    }

    .flex_pax_class {
        width: 100%;
        float: left;
        gap: 10px;
        flex-direction: row;
    }

    .button_div {
        width: 100%;
        float: left;
        margin-top: 0px;
        height: 42px;
        padding-left: 0px;
    }

    .lence {
        width: 32px !important;
        /* height: 36px; */
    }

    .down-arrow {
        right: 8px;
    }

    .input-parent.w-dr-date {
        width: 50%;
        float: left;
        margin-bottom: 15px;
    }

    .fly_from {
        width: 100%;
        float: left;
        padding-left: 15px;
        margin-bottom: 10px;
    }

    .fly_to {
        width: 100%;
        float: left;
        padding-left: 15px;
        margin-bottom: 10px;
    }

    .t-datepicker {
        padding-left: 10px;
    }

    .depart_date {
        width: 100%;
        float: left;
        padding-left: 15px;
        margin-bottom: 10px;
    }

    .theme_search_form_area {
        height: 464px !important;
    }

    .hide_div_pass_classtype {
        margin-bottom: 0px;
        position: relative;
        width: 100%;
        padding-right: 0px;
    }

    .return_date {
        width: 100%;
        float: left;
        padding-left: 15px;
        margin-bottom: 10px;
    }

    .passegers_input {
        width: 100%;
        float: left;
    }

    .welcome_h2 {
        font-size: 60px;
    }

    .top_text h3 {
        font-size: 27px;
    }

    .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: 0px 0px;
    }

    .flex_input {
        display: block;
        width: 100%;
    }

    .input-padding {
        width: 100%;
        /*padding-left: 38px;*/
    }

    .select-input {
        margin: 10px 0px;
        width: 100%;
        padding-right: 30px;
        font-size: 14px !important;
    }

    .depart-plan {
        margin-top: 12px;
        z-index: 99;
        margin-left: 8px;
        height: 18px;
    }

    .depart-date {
        margin-top: 18px;
        z-index: 99;
        margin-left: 9px;
        height: 18px;
    }

    .animate-boxx {
        width: 100% !important;
        height: 50px;
    }

    .submit-btn:hover::after {
        transform: scaleX(1.15) scaleY(1.4);
        opacity: 0;
    }
}

@media (max-width: 991px) {
    .search-title {
        padding: 25px;
        display: none !important;
    }
}

@media(min-width: 550px) and (max-width: 991px) {
    .search-content {
        padding: 10px;
        height: 283px;
    }
}

@media screen and (max-width:449px) and (min-width:250px) {
    .Search_widget_cls {
        height: 446px;
    }
}

@media screen and (max-width:991px) and (min-width:250px) {
    .banner_two_text {
        display: none;
    }

    .theme_search_form_area {
        box-shadow: 4px 0px 8px rgb(0 0 0 / 29%);
        border-radius: 20px;
        padding: 13px 10px !important;
        position: relative;
        backdrop-filter: saturate(49%) blur(3px) !important;
        background: hsl(0deg 0% 100% / 84%) !important;
    }

    .down-arrow {
        right: 25px !important;
    }
}

@media screen and (max-width:550px) and (min-width:250px) {
    .banner_two_text {
        display: none;
    }

    .theme_search_form_area {
        box-shadow: 4px 0px 8px rgb(0 0 0 / 29%);
        border-radius: 20px;
        padding: 13px 10px !important;
        position: relative;
        backdrop-filter: saturate(49%) blur(3px) !important;
        background: hsl(0deg 0% 100% / 84%) !important;
    }

    .dip_flex {
        width: 100%;
        float: left;
        display: block !important;
        gap: 9px;
        margin-bottom: -3px;
    }

    .class_div_heading {
        border-radius: 0px;
        padding: 9px 0px 0px 0px !important;
        height: 44px !important;
    }

    .passegers_input {
        padding: 6px 0px 0px 10px !important;
    }

    .dip_flexx {
        display: block !important;
        flex-direction: row;
        gap: 10px;
        width: 100%;
    }

    .plan_icon_posation {
        position: absolute;
        top: 23px;
        right: 26px !important;
    }

    .depart_date {
        padding-left: 10px !important;
        margin-bottom: 8px;
    }

    .theme_search_form_area {
        height: 582px !important;
    }

    .flex_pax_class {
        /* padding-left: 10px!important;*/
    }

    .input_div input {
        padding: 0px 40px 0px 0px !important;
    }


    .flight_Search_boxed span {
        padding-top: 0px;
    }

    .input_div input {
        height: 27px;
    }

    #Txtpassanger {
        padding-top: 8px !important;
    }

    .flight_Search_boxed p {
        height: 21px !important;
    }
}

@media screen and (max-width:550px) and (min-width:450px) {
    .input_div {
        position: relative;
        float: left;
    }

    .owl-prev, .owl-next {
        transform: translateY(-180%) !important;
    }

    .owl-prev1, .owl-next1 {
        transform: translateY(-180%) !important;
    }

    .owl-prev1, .owl-next1 {
        transform: translateY(-180%) !important;
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        color: white;
        padding: 12px 10px !important;
        font-size: 18px !important;
        border-radius: 6px !important;
    }

    .search_widght_parent {
        transform: translate(-50%, -12%) !important;
    }

    .t-datepicker-day {
        transform: translate(20%, 0%);
    }

    .hero__section {
        height: 540px !important;
        background-color: #012c61;
        padding: 0px !important;
    }

    .hero-carousel .item {
        height: 360px;
        background-size: contain;
    }

    .owl-carousel .item img {
        width: 100% !important;
        margin: auto;
    }

    .info {
        width: 100%;
        margin: auto;
    }

    .owl-next {
        right: -10px !important;
    }

    .owl-prev {
        left: -10px !important;
    }

    .owl-next1 {
        right: -10px !important;
    }

    .owl-prev1 {
        left: -10px !important;
    }

    .hero__search-area {
        display: flow-root !important;
        height: auto !important;
        padding: 10px;
    }

    .first_content {
        width: 100%;
        margin: 8px 0px;
    }

    .flex_input {
        display: block;
        width: 100%;
    }


    .flex_pax_class {
        width: 100%;
        float: left;
        gap: 10px;
        flex-direction: row;
    }

    .button_div {
        width: 100%;
        float: left;
        height: 42px;
        padding-left: 0px;
        margin-top: 10px;
    }

    .common-btn {
        padding: 4px;
    }

    .lence {
        width: 35px;
    }

    .input-parent.w-dr-date {
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }

    .Search_widget_cls {
        height: 402px;
    }

    .fly_from {
        width: 100%;
        float: left;
        padding-left: 10px;
        margin-bottom: 8px;
    }

    .fly_to {
        width: 100%;
        float: left;
        padding-left: 10px;
        margin-bottom: 8px;
    }

    .t-datepicker {
        padding-left: 10px;
    }



    .return_date {
        width: 100%;
        float: left;
        margin-bottom: 8px;
    }

    .passegers_input {
        width: 100%;
        float: left;
    }

    .down-arrow {
        right: 6px;
    }

    .text_search {
        height: 580px;
        padding-top: 20px;
    }

    .image {
        height: 520px !important;
        object-fit: cover;
    }

    .depart-plan {
        margin-top: 14px;
        z-index: 99;
        margin-left: 9px;
        height: 18px;
    }

    .depart-date {
        margin-top: 18px;
        z-index: 99;
        margin-left: 9px;
        height: 18px;
    }

    .return-date {
        margin-top: 24px;
        z-index: 99;
        margin-left: 14px;
        height: 18px;
    }

    .pass_class_type {
        margin-left: 10px;
    }

    .flex_input {
        display: block;
        width: 100%;
    }

    .top_text {
        display: none !important;
    }

    .passenger_and_triptype {
        padding: 0px;
    }

    .select-input {
        margin: 10px 0px;
        width: 100%;
        padding-right: 30px;
        font-size: 14px !important;
    }

    .your_journey_content {
        color: white;
    }
}

@media(max-width:550px) {
    .range_plan {
        position: absolute;
        left: 208px !important;
        top: -4% !important;
        rotate: 90deg;
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width:768px) {
    .switches-container {
        margin-bottom: 8px !important;
    }
}

@media screen and (max-width:991px) and (min-width:769px) {
    .hero-carousel .item {
        width: 100%;
        height: 300px;
    }

    .search_widght_parent {
        top: 63% !important;
    }

    .hero__section {
        height: 638px;
    }
}

@media screen and (max-width:768px) and (min-width:551px) {
    .hero-carousel .item {
        height: 268px;
    }

    .hero__section {
        height: 731px;
    }

    .search_widght_parent {
        position: absolute;
        top: 48%;
    }
}

@media screen and (max-width:550px) and (min-width:451px) {
    .search_widght_parent {
        top: 33%;
    }

    .hero__section {
        height: 840px !important;
        background-color: #ffffff;
        padding: 0px !important;
    }
}

@media screen and (max-width:450px) and (min-width:381px) {
    .hero__section {
        height: 782px !important;
        background: white;
    }

    .search_widght_parent {
        top: 46% !important;
    }
}

@media screen and (max-width:450px) and (min-width:280px) {
    .input_div {
        position: relative;
        float: left;
    }

    .owl-prev, .owl-next {
        transform: translateY(-180%) !important;
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        color: white;
        padding: 12px 10px !important;
        font-size: 18px !important;
        border-radius: 6px !important;
    }

    .t-datepicker-day {
        transform: translate(75%, 0%);
    }

    .search_widght_parent {
        transform: translate(-50%, -32%) !important;
    }



    .hero-carousel .item {
        height: 360px;
        background-size: contain;
    }

    .your_journey_content {
        color: #1aa8f8;
    }


    .owl-carousel .item img {
        width: 100% !important;
        margin: auto;
    }

    .info {
        width: 100%;
        margin: auto;
    }

    .owl-next {
        right: -0px !important;
    }

    .owl-prev {
        left: -0px !important;
    }

    .owl-next1 {
        right: -0px !important;
    }

    .owl-prev1 {
        left: -0px !important;
    }

    .hero__search-area {
        display: flow-root !important;
        height: auto !important;
        padding: 10px;
    }

    .first_content {
        width: 100%;
        margin: 8px 0px;
    }

    .flex_input {
        display: block;
        width: 100%;
    }

    .dip_flex {
        width: 100%;
        float: left;
        gap: 15px;
        margin-bottom: 0px;
    }

    .flex_pax_class {
        padding-left: 0px;
        width: 100%;
        float: left;
        gap: 10px;
        flex-direction: column;
    }

    .button_div {
        width: 25%;
        float: left;
        height: 49px;
        padding-left: 10px;
        margin-top: 1px !important;
    }

    .common-btn {
        padding: 3px;
    }

    .lence {
        /* height: 35px; */
        width: 33px;
        /* margin-top: 8px; */
    }

    .input-parent.w-dr-date {
        width: 50%;
        float: left;
        margin-bottom: 15px;
    }

    .fly_from {
        width: 100%;
        float: left;
        padding-left: 0px;
    }

    .fly_to {
        width: 100%;
        float: left;
        padding-left: 0px;
    }

    .t-datepicker {
        padding-left: 0px;
    }

    .depart_date {
        width: 50%;
        float: left;
        padding-left: 7px;
    }

    .return_date {
        width: 50%;
        float: left;
        padding-left: 7px;
    }

    .passegers_input {
        width: 100%;
        float: left;
    }

    .down-arrow {
        right: 25px;
        top: 15px;
    }

    .text_search {
        height: 580px;
        padding-top: 20px;
    }


    .button_div {
        padding-left: 0px;
        padding-right: 0px;
        position: unset;
        width: 100%;
    }

    .image {
        height: 520px !important;
        object-fit: cover;
    }

    .passenger_and_triptype {
        display: block;
    }

    .check_box_maindiv {
        width: 50%;
        text-align: center;
        float: left;
    }

    .hide_div_pass_classtype {
        margin-bottom: 0px;
        position: relative;
        width: 100%;
        float: left;
    }

    .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: 10px;
        position: relative;
        float: left;
        margin-bottom: 4px;
        margin-top: 0px;
    }

    .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: 9px;
        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: 18px;
        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;
    }
}

@media screen and (max-width:380px) and (min-width:280px) {
    .t-arrow-top {
        top: 40px;
    }

    .t-check-out .t-datepicker-day {
        transform: translate(-50%, -15%);
    }

    .t-datepicker-day {
        transform: translate(5%, -15%);
        left: unset;
        right: unset;
    }

    .search_widght_parent {
        transform: translate(-50%, -36%) !important;
    }

    .hero__section {
        height: 540px !important;
        background-color: #ffffff;
        padding: 0px !important;
    }

    .hero__section {
        height: 755px !important;
    }

    .search_widght_parent {
        position: absolute;
        top: 57%;
        left: 50%;
        transform: translate(-50%, 38%);
        z-index: 99999;
        margin-top: 0px;
        width: 100%;
    }

    .hero-carousel .item {
        height: 360px;
        background-size: contain;
    }

    .check_box_maindiv {
        width: 100%;
    }

    .dip_flex {
        gap: 10px;
    }

    .flex_pax_class {
        width: 100%;
        padding-left: 0px;
        gap: 10px;
    }

    .class_div_heading {
        padding: 0px 0px 0px 0px !important;
        margin-left: 0px;
    }

    .class_input {
        width: 100%;
    }

    .button_div {
        margin-top: 10px;
    }

    .input-parent.w-dr-date {
        width: 100%;
        margin-bottom: 10px;
    }

    .to_date {
        height: 50px;
    }

    .from_date {
        height: 50px;
    }

    .t-date-check-in, .t-date-check-out {
        text-align: center;
        width: 100%;
    }

    .in-date.scroll-to, .out-date.scroll-to {
        width: 100%;
    }

    .t-dates {
        display: block;
        width: 100%;
    }

    .input_label_date {
        display: none;
    }

    .t-day-check-in, .t-day-check-out {
        font-size: 38px;
        line-height: 38px;
        text-align: left;
        width: 40%;
        display: block;
        float: left;
    }

    .t-month-check-in, .t-year-check-in, .t-month-check-out, .t-year-check-out {
        text-align: left;
        font-size: 14px;
        line-height: 18px;
        color: #484848;
        display: block;
        width: 60%;
        float: right;
    }
}

.switches-container {
    width: 18rem;
    position: relative !important;
    display: flex;
    padding: 0;
    position: relative !important;
    background: #003749;
    line-height: 24px;
    border-radius: 8px;
    padding: 4px 0px;
}

    .switches-container input {
        visibility: hidden;
        position: absolute;
        top: 0;
    }

    .switches-container label {
        width: 46%;
        padding: 0;
        margin: 0;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        cursor: pointer;
        color: #ffffff;
        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: 6px;
    background: #4a9cc5;
    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;
}

@media screen and (min-width:550px) and (max-width:650px) {

    .containereef {
        padding: 0px 0px 0px 0px !important;
    }
}

@media screen and (min-width: 200px) and (max-width: 469px) {
    #divautocomplete, #divautocompleteR {
        width: 100% !important;
        max-width: 100vw;
    }
}

@media screen and (min-width: 200px) and (max-width: 345px) {
    #ui-datepicker-div {
        left: 15px !important;
    }
}
