.hero-banner {
    width: 100%;
    height: 50vh;
    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: 50vh;
}
.hero-banner .carousel-inner .carousel-item, .hero-banner .carousel-inner .active.carousel-item-start, .hero-banner .carousel-inner .active.carousel-item-end {
    opacity: 0;
}
.hero-banner .carousel-inner .active, .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%;
    }
}
.flight-search h3{
    font-size:20px;
}
.search_form_section {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
}
.search_form_section .container{
    z-index: 10;
    margin-top: 150px   ;
}
.search_form_box{
    padding: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: 0.25rem;
    box-shadow: 0px 35px 28px -34px rgb(0 0 0 / 23%);
    min-height: 185px;
}
.searchform_home .search_tabs{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
    margin-top: -50px;
}

.searchform_home .search_tabs .tab-link {
    display: block;
    padding: 0.5rem 1rem;
    background: #fff;
    margin-left: 5px;
    height: 70px;
    width: 90px;
    border-radius: 7px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .28) !important;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 30%) !important;
    font-size: 15px;
    text-align: center;
    color: #333;
    font-weight: 500;
    transition: all 0.5s ease;
}
.searchform_home .search_tabs .tab-link.current{
    background: var(--bg-color-4);
    color: #fff;
}
.searchform_home .search_tabs .tab-link .fa {
    padding-top: 0px;
    font-size: 29px;
    padding-bottom: 5px;
    display: block;
}

.searchform_home .search_tabs .tab-link:hover {
    box-shadow: 0 13px 21px -1px rgb(0 0 0 / 30%) !important;
    transform: translateY(-7%);
    -moz-transform: translateY(-7%);
    text-decoration: none;
    transition: all .5s ease;
    cursor: pointer;
}
.form-check-input:checked[type=radio] {
    background-image: none;
}
.form-check-input:checked {
    background-color: #c5141a;
    border: none;
}
.form-check-input:checked:focus {
    box-shadow: none;
    outline: 0;
}

.tts__input__label {
    position: absolute;
    left: 7px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 4px 6px;
    font-weight: 500;
    color: #000;
    top: 0px;
}
.tts__input__input{
    min-height: 55px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding-top: 20px;
    border-radius: 0;
    border-right: 0;
}
.tts__input__input:focus{
    box-shadow: none!important;
    border-color: var(--bg-color-4);
}
.tts__dropdown__wrapper{
    padding: 0.375rem 0.75rem;
    min-height: 55px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    border-radius: 0;
    border: 1px solid #ced4da;
}
.tts__traveller_select{
    margin-top: 20px;
}
.flight_text_p{
    padding: 0.275rem 0.75rem;
    position: absolute;
    bottom: 0px;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    display: block;
    white-space: nowrap;
}



.tts__interchange__arrow {
    width: 28px;
    height: 28px;
    padding: 7px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    right: -13px;
    bottom: 15px;
    z-index: 9;
    box-shadow: 0 1px 30px 0 rgb(0 0 0 / 10%);
    cursor: pointer;
}
.oneway_btn{
    min-height: 55px;
    font-weight: 700;
    font-size: 20px;
    border-radius: 0;
    color: #fff;
    background: var(--bg-color-4);
    border: 1px solid var(--bg-color-4);
}
.oneway_btn:hover{
    background:  #c5141a;
    border: 1px solid #c5141a;
    color: #fff;
}

.tts_traveller__counter_span {
    display: inline-block;
    width: 34px;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    height: 25px;
    text-align: center;
    font-weight: 400;
}

.tts__counter {
    background-color: #f1f1f1;
    border: 1px solid #ced4da;
    height: 25px;
    width: 20px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
}

.tts__counter:hover {
    cursor: pointer;
}
.tts__traveller__limit {
    font-size: 10px;
}
.tts__inputradio_label {
    font-size: 14px;
    cursor: pointer;
    font-weight: normal;
}

.tts__traveller__limit {
    font-size: 10px;
}

.tts__input__select{
    min-height: 55px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding-top: 20px;
    border-radius: 0;
    border-right: 0;
}
}

.flight-search h3 {
    font-size: 20px;
}
.tts__form_wrapper h3{
    font-size: 20px;
}
.flight-return-date-disable {
    background: #dedede!important;
}

.search-check {
    margin-right: 11px;
    align-items: center;
    display: flex;
    background-color: #ebebed;
    border-radius: 40px;
    padding: 3px 12px;
    font-weight: 500;

}
.tts__traveller__select__room span{
    font-size: 12px;
}



/*=========hero==carousel=====*/
.hero-carousel{
    width: 100%;
    min-height: 400px;
    height: 100%;
    margin: 0;
    position: relative;
    padding: 0;
}
.hero-carousel .carousel-item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 400px;
    height: 100%;
}
.hero-carousel .carousel-item::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.3)!important;
    position: absolute!important;
}
   @media only screen and (max-width: 600px) {
    .flight_search_border .flight_text_p{
        text-overflow: ellipsis;
        overflow: hidden;
        width: 95%;
    }
    .search_form_section{
        height: 100vh!important;
    }
    .tts__input__input{
        border-right: 1px solid #ced4da!important;
    }
    .search-check {
        padding: 3px 9px!important;
        margin-top: 20px!important;
    }
    .tts__dropdown__menu__right{
        width: 100%!important;
        left: -12px!important;
    }
    .hero-carousel .carousel-item{
        height: 100vh!important;
    }
    .search_form_section{
        top: 66px!important;
    }

}


.search_form_section .tts__dropdown__menu__right {
   left: 0 !important;
    max-height: 400px;
    overflow-y: auto;
}