.seach_form {
    position: relative;
}

.hero-banner {
    width: 100%;
    height: 70vh;
    background-color: rgba(63, 73, 83, 0.8);
    overflow: hidden;
    position: relative;
}

.hero-banner .carousel,
.hero-banner .carousel-inner,
.hero-banner .carousel-item,
.hero-banner .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

/*.hero-banner .carousel-item::before {
    content: "";
    background-color: rgba(30, 35, 40, 0.6);
}*/
.hero-banner .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 70vh;
}

.hero-banner .carousel-inner .current,
.hero-banner .carousel-inner .carousel-item-next.carousel-item-start,
.hero-banner .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}



@media (min-width: 1024px) {

    .hero-banner .carousel-control-prev,
    .hero-banner .carousel-control-next {
        width: 5%;
    }
}

.search_form_section .searchlist {
    margin-bottom: 30px;
    text-align: center;
    margin-top: -65px;
}

.search_form_section .searchlist ul {
    padding: 0;
    margin: 0;
    list-style: none;

}

.search_form_section .searchlist ul li {
    display: inline-block;
    position: relative;
    width: 100px;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(119, 119, 119, 0.2) 0px 2px 8px;
}

.search_form_section .searchlist ul li a {
    color: #000000;
    padding: 15px 30px 15px 30px;
    float: none;
    display: block;
    text-align: center;
    transition: all 0.5s ease;
    font-weight: 600;
}

.search_form_section .searchlist ul li a:hover,
.search_form_section .searchlist ul li a.current {
    background: var(--bg-color-4);
    color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.search_form_section .searchlist ul li a i {
    font-size: 20px;
}

.search_form_section .searchlist ul li a:hover .img-fluid,
.search_form_section .searchlist ul li a.current .img-fluid {
    filter: brightness(0) invert(1);
}

.search_form_section .searchlist ul li a span {
    display: block;
    margin-bottom: 5px;
}

.search_form_section .searchlist ul li a span .img-fluid {
    width: 25px;
    height: 25px;
}

.search-title {
    text-align: right;
}

.search-title h2 {
    font-size: 20px;
    position: relative;
    color: #fff;
    margin: 0;
}

.search_form_section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 1;
}

.search_form_box {
    background: rgb(0 0 0 / 58%);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
    border-radius: 10px;
    padding: 24px;
    margin: 0px auto;
}

.search-check {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 8px;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 100px;
    background: rgb(255 255 255 / 15%);
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}

.form-group-icon {
    position: relative;
}

.search-check .search-check-label .form-check-input {
    margin-top: 2px;
}

.search-check .search-check-label .form-check-input:checked {
    background-color: var(--bg-color-4);
    border-color: var(--bg-color-4);
    box-shadow: none;

}

.flight_search_border .form-group {
    margin: 0;
}

.flight_search_border .form-label {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.flight_search_border .form-control,
.tts__traveller_select {
    border: 1px solid rgb(225, 231, 238);
    border-radius: 5px;
    height: 55px;
    cursor: pointer;
    padding: 16px 18px 15px;
    font-size: 16px;
    font-weight: bold;
    color: rgb(0, 0, 0);
}

.flight_search_border .form-label .fa-calendar-alt {
    line-height: 20px;
    margin-right: 2px;
}

.search-form-swap {
    position: absolute;
    right: -33px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}

.search-form-swap i {
    background: var(--bg-color-4);
    font-size: 15px !important;
    position: unset !important;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    border: 3px solid #fff;
    color: #fff !important;
}

.oneway {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: -70px;
}

.oneway_search_btn {
    background: var(--bg-color-4);
    border-radius: 30px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    height: 55px;
    outline: 0px;
    border: 1px solid var(--bg-color-4);
    cursor: pointer;
    margin-top: 30px;
}

.oneway_search_btn:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.GwMit {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 36px;
    background: rgb(255, 255, 255);
    border: 2px solid rgb(225, 231, 238);

}

.tts__counter {
    width: 36px;
    height: 36px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    background: var(--bg-color-4);
    color: #fff;

}

.tts__traveller__limit {
    font-size: 12px;
    line-height: 16px;
    color: rgb(20, 24, 35);
    margin-bottom: 15px;
}

.tts__traveller__select h6 {
    font-size: 14px;
    line-height: 14px;
    color: rgb(20, 24, 35);
    font-weight: 500;
    margin: 0;
}



.tts__dropdown__menu__right ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tts__dropdown__menu__right ul li {
    padding: 5px 10px;
    border: 1px solid var(--bg-color-4);
    border-radius: 8px;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    background: rgb(16 147 77 / 7%);
    color: #000;
    margin-bottom: 5px;
    float: left;
    margin-right: 6px;
}

.any_class {
    font-size: 12px;
    display: block;
}

.oneway_2 {
    margin-bottom: -46px !important;
}


@media only screen and (max-width: 600px) {
    .hero-banner {
        height: 100vh;

    }

    .hero-banner .carousel-item {
        height: 120vh;

    }

    .search-check {
        padding: 4px 6px;
    }

    .search_form_section .searchlist {
        margin-top: -40px;
    }

    .search_form_section .searchlist ul li a span .img-fluid {
        width: 20px;
        height: 20px;
    }

    .search_form_section .searchlist ul li a {
        padding: 10px !important;
    }

    .search_form_section .searchlist ul li {
        width: 65px;
    }

    .search-title h2 {
        display: none;
    }

    .tts__interchange__arrow {
        right: -18px !important;
        top: 40px !important;
    }

    .oneway {
        margin: 0 !important;
    }

    .tts__dropdown__menu__right {
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 912px) {
    .oneway {
        margin: 0 !important;
    }

    .hero-banner,
    .search_form_section,
    .hero-banner .carousel-item {
        height: 100vh;
    }

    .search_form_section {
        top: 70px !important;
    }

    .navbar_header .navbar-list {
        float: none !important;
    }

    .navbar_header .navbar-list .dropdown .dropdown-menu {
        border-top: 0 !important;
    }

    .navbar_header .navbar-list .dropdown .dropdown-menu:after {
        content: none !important;
    }

    .navbar .navbar-toggler {
        border: transparent;
        border-radius: 0;
        background-color: transparent;
        color: #000;
    }
}

.cabinclass {
    font-size: 13px;
    color: #000;
}