.search-form {
    position: relative;
}

/*=========hero==carousel=====*/
.hero-banner {
    position: relative;
    z-index: 1;
    height: 450px;
}

.hero-banner:before {
    content: "";
    background: linear-gradient(45deg, rgb(166 43 57) 0%, rgb(29 54 114) 100%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.hero-banner .carousel-item {
    height: 450px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    padding: 0 32px;
    transition: background-image 1s ease-in-out;
    width: 100%;
    z-index: 1;
}

.hero-banner .carousel-item:before {
    content: "";
    background: linear-gradient(45deg, rgba(86, 58, 250, 0.1) 0%, rgba(242, 184, 39, 0.1) 100%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

/*=========search_form=======*/

.search_form_section {
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 2;
    width: 100%;
}

.tts_product_box {
    width: 100%;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
    color: #070A10ff;
    padding: 20px;
}

.search_tabs {
    font-weight: 700;
    font-size: 14px;
    text-transform: none;
    border: none;
    border-radius: 0;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: -70px;
}

.search_form_section .search_tabs li {
    list-style: none;
    float: left;
    position: relative;
    margin-right: 10px;
}

.search_form_section .search_tabs li a {
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 70px;
    width: 90px;
    border-radius: 7px;
    transition: all 0.5s ease;
    font-weight: 400;
}

.search_form_section .search_tabs li a i {
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}

.search_form_section .search_tabs li a:hover {
    box-shadow: 0 13px 21px -1px rgba(0, 0, 0, .3);
    transform: translateY(-7%);
}

.search_form_section .search_tabs li a.current {
    background: var(--tts-buttton-bg);
    color: var(--tts-buttton-txt);
}

.flight-search {
    padding: 0 0px 15px;
    width: 100%;
}

.search-title h2 {
    font-size: 20px;
    margin: 0;
}

/*=========flight======*/
.flight_search_border {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.flight_search_border li {
    position: relative;
    padding: 8px 15px 8px 15px;
    line-height: 1;
    transition: background-color .5s linear;
}

.flight_search_border li:hover {
    background-color: #f1f7ff;
}

.flight_search_border li::after {
    content: '';
    width: 1px;
    height: 70%;
    background: #ebebeb;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.flight_search_border li.from,
.flight_search_border li.to {
    width: calc(((100% - 190px)/ 5) + 60px);
    cursor: pointer;
}

.flight_search_border li.depart,
.flight_search_border li.return {
    width: calc(((100% - 190px)/ 5) - 40px);
    cursor: pointer;
    position: relative;
}

.flight_search_border li.travellers {
    width: calc(((100% - 190px)/ 5) - 40px);
    cursor: pointer;
}

.flight_search_border li:last-child {
    min-width: 190px;
}

.flight_search_border li.btnarea {
    text-align: center;
    width: 190px;
    display: flex;
    place-content: center flex-end;
    align-items: center;
}

.flight_search_border li.btnarea::after,
.flight_search_border li.travellers::after {
    display: none;
}

.flight_search_border li.btnarea .oneway_search_btn {
    width: 100%;
    line-height: 36px;
    background: var(--tts-buttton-bg);
    text-transform: capitalize;
    color: var(--tts-buttton-txt);
    border: 1px solid var(--tts-buttton-bg);
    padding: 12px 15px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12);
}

.flight_search_border li.btnarea .oneway_search_btn:hover {
    background-color: var(--tts-buttton-bg1);
    color: var(--tts-buttton-txt1);
    border: 1px solid var(--tts-buttton-bg1);
}

.flight_search_border .form-label {
    font-size: 13px;
    font-weight: 500;
    color: #363636;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}

.flight_search_border .form-control,
.tts__traveller_select {
    font-size: 25px;
    font-weight: bold;
    margin: 0;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    border-radius: 0;
}

.flight_search_border .form-control:focus,
.tts__traveller_select:focus {
    box-shadow: none;
    outline: 0;
}

/*=========flight end======*/
.guest-text,
.rooms-text {
    font-size: 15px;
    font-weight: normal;
    color: #000;
    margin: 0;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.flight_search_border .flight_text_p {
    font-size: 13px;
    color: #000;
    margin: 0;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.flight_search_border li h6 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    color: #000;
}

.flight_search_border li h6 span {
    font-weight: 400;
    font-size: 14px;
}

.flight_search_border li p.cabinclass {
    font-size: 13px;
    color: #000;
    margin: 0;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 13px;
}

.tts__dropdown__menu__right {
    background: rgb(255, 255, 255);
    box-shadow: rgba(119, 119, 119, 0.2) 0px 2px 8px;
    border-radius: 0;
    height: 300px;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.tts__dropdown__menu__right h5 {
    font-size: 14px;
    color: rgb(20, 24, 35);
}

.tts__traveller__select h5 {
    font-size: 14px;
    line-height: 16px;
    color: rgb(20, 24, 35);
    margin: 0;
    font-weight: 500;
}

.GwMit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 36px;
    background: rgb(255, 255, 255);
    margin-left: auto;
    border: 1px solid #ced4da;
}

.tts_product_box .tts__inputradio_label {
    font-size: 13px;
    cursor: pointer;
}

.tts__counter {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: var(--tts-buttton-bg1);
    color: var(--tts-buttton-txt1);
}

.tts_traveller__counter_span {
    width: 40px !important;
    font-size: 13px;
    text-align: center;
    border: 0;
}

.makeflex {
    display: flex;
    align-items: center;
}

.makeflex span {
    margin-right: 15px;
}

.makeflex .search_filters {
    position: relative;
    border-radius: 4px;
    color: var(--second-bg-color);
}

.makeflex .form-check-inline {
    font-size: 13px;
}
.makeflex .form-check-inline .form-check-input{
    margin-top: 6px;
}

.makeflex .form-check-border {
    border-right: 1px solid #9b9b9b;
    padding-right: 1rem;
    margin-right: 1rem;
}

.makeflex .search_filters input[type=checkbox] {
    margin-top: 6px;
    border-radius: 50%;
}

.makeflex .form-check-inline label {
    margin-bottom: 0;
}

.tts__interchange__arrow {
    position: absolute;
    left: 100%;
    top: 50%;
    background: #fff;
    z-index: 51;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flight-mult-city .flight_search_border li.from,
.flight-mult-city .flight_search_border li.to {
    width: 25%;
}

.flight-mult-city .flight_search_border li.depart {
    width: 20%;
}

.flight-mult-city .flight_search_border li.travellers {
    width: 25%;
}

.flight-mult-city .flight_search_border li.search-flight {
    width: 25% !important;
}

.flight-mult-city .flight_search_border li.search-flight .add-city {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #002543;
    border: 1px solid #002543;
    border-radius: 999px;
    text-align: center;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    background: #fff;
    margin-left: 10px;
    width: 130px;
}

/*=========bus======*/
.flight_search_border li.cityHotel {
    width: calc(((100% - 190px)/ 4) - 6px);
    cursor: pointer;
}

.flight_search_border li.checkin {
    width: calc(((100% - 190px)/ 4) - 70px);
    cursor: pointer;
}

.flight_search_border li.checkout {
    width: calc(((100% - 190px)/ 4) - 70px);
    cursor: pointer;
    position: relative;
}

.flight_search_border li.roomsGuests {
    width: calc(((100% - 190px)/ 4) - 37px);
    cursor: pointer;
}

/* .flight_search_border li.country{
    width: calc(((100% - 190px)/ 4) - 80px);
    cursor: pointer;
} */
.flight_search_border li.country {
    width: calc(((100% - 190px)/ 4) - 84px);
    cursor: pointer;
}

.flight_search_border li.country .tts__traveller_select option {
    font-size: 13px;
    padding: 10px;
}

.tts__dropdown__menu__right .tts__add__room,
.tts__remove__room {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}

/*=========bus======*/
.flight_search_border li.cityBus {
    width: calc(((100% - 190px)/ 4) + 95px);
    cursor: pointer;
}

.flight_search_border li.travelDate {
    width: calc(((100% - 190px)/ 4) + 70px);
    cursor: pointer;
}

/*=========holiday======*/
.flight_search_border li.destination {
    width: calc(100% - 190px);
    cursor: pointer;
}

/*=========Visa======*/
.flight_search_border li.destination-visa {
    width: calc(((100% - 190px)/ 4) + 50px);
}

.flight_search_border li.visatype {
    width: calc(((100% - 190px)/ 4) - 50px);
}

.flight_search_border li.trveller {
    width: calc(((100% - 190px)/ 4) + 10px);
}

.flight_search_border li.traveldate {
    width: calc(((100% - 190px)/ 4) - 10px);
}

.flight_search_border li select option {
    font-size: 14px;
}

/*=========cruise======*/
.flight_search_border li.destination {
    width: calc(100% - 190px);
    cursor: pointer;
}

.flight_search_border li.destination-cruise {
    width: calc(((100% - 190px)/ 4) + 50px);
}

.flight_search_border li.cityarea {
    width: calc(((100% - 190px)/ 4) - 50px);
}

.flight_search_border li.cruiseline {
    width: calc(((100% - 190px)/ 4) + 10px);
}

.flight_search_border li.ship {
    width: calc(((100% - 190px)/ 4) - 10px);
}

/*=========cruise End======*/


.tts-autocomplete {
    max-height: 296px;
    overflow: scroll;
    overflow-x: hidden;
    margin-top: 40px !important;
    scrollbar-color: #747474 #dcdcdc;
    scrollbar-width: thin;
}

.ui-widget-content {
    /* border: 1px solid rgb(221, 221, 221) !important;
    background: rgb(255 255 255) !important; */
    color: rgb(51, 51, 51) !important;
}

.ui-widget {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    z-index: 9999 !important;

}

.calendarOuter.ui-datepicker {
    padding: 0.2em 0.2em 0px;
    width: 600px !important;

}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0px;
    background-color: transparent;
}

.ui-widget-header {
    color: rgb(51, 51, 51);
    font-weight: bold;
}

.ui-widget-header a {
    color: rgb(51, 51, 51);
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    color: rgb(170, 170, 170);
    border: 0px;
}

.ui-state-disabled {
    pointer-events: none;
    cursor: default !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 {
    font-weight: normal;
    border: 0px solid rgb(218, 213, 94);
    background: var(--second-color);
    color: var(--tts-buttton-txt);
    background-color: var(--tts-buttton-bg);
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    text-align: center;
    text-decoration: none;
    border: none !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid var(--tts-buttton-bg1);
    background: var(--tts-buttton-bg1);
    color: var(--tts-buttton-txt1);
}







@media only screen and (min-width: 200px) and (max-width: 768px) {

    .search-title h2 {
        display: none;
    }



    .search_form_section .search_tabs li a {
        width: 60px !important;
        height: 50px !important;
        font-size: 10px;
    }

    .search_form_section .search_tabs {
        margin-top: -50px !important;
        display: block;
        text-align: center;
    }

    .search_form_section .search_tabs li a i {
        font-size: 16px !important;
        margin: 0;
    }

    .search_form_section .search_tabs li {
        float: none !important;
        display: inline-block;
        font-size: 12px;
        margin-right: 0 !important;
        margin-bottom: 5px;
    }

    .flight_search_border li.from,
    .flight_search_border li.to,
    .flight_search_border li.depart,
    .flight_search_border li.return {
        width: 50% !important;
    }

    .flight_search_border li.travellers {
        width: 100% !important;
    }

    .flight-mult-city .flight_search_border li.search-flight {
        width: 100% !important;
    }

    .flight_search_border li {
        border-bottom: 1px solid #ebebeb;
    }

    .flight_search_border li.to:after,
    .flight_search_border li.return:after,
    .flight_search_border li.travelDate:after,
    .flight_search_border li.destination::after,
    .flight_search_border li.visatype::after,
    .flight_search_border li.traveldate::after,
    .flight_search_border li.carto::after,
    .flight_search_border li.carreturn::after,
    .flight_search_border li.carpickup::after,
    .flight_search_border li.cityarea::after,
    .flight_search_border li.ship::after,
    .activity-location::after {
        display: none;
    }

    .flight_search_border li.cityBus:nth-child(2):after {
        display: none;
    }

    .flight_search_border .form-control,
    .tts__traveller_select {
        font-size: 17px !important;
    }

    .makeflex {
        display: block !important;
    }

    .makeflex .search_filters {
        display: flex;
        white-space: nowrap;
        overflow: auto;
    }

    .flight_search_border li.cityHotel,
    .flight_search_border li.checkin,
    .flight_search_border li.checkout,
    .flight_search_border li.roomsGuests,
    .flight_search_border li.cityBus,
    .flight_search_border li.destination-visa,
    .flight_search_border li.visatype,
    .flight_search_border li.trveller,
    .flight_search_border li.traveldate,
    .flight_search_border li.destination-cruise,
    .flight_search_border li.cityarea,
    .flight_search_border li.cruiseline,
    .flight_search_border li.ship {
        width: 50% !important;
    }

    .flight_search_border li.country,
    .flight_search_border li.travelDate,
    .flight_search_border li.destination {
        width: 100% !important;
    }

    .flight_search_border .form-label {
        font-size: 12px !important;
        font-weight: normal !important;
    }

    .hero-banner,
    .hero-banner .carousel-item {
        height: 250px;
    }

    .search_form_section {
        position: relative;
    }

    .search-check-label {
        font-size: 12px;
    }

    .flight_search_border li.btnarea {
        width: 100%;
    }
}