.banner-fly-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    width: 100%;
}
.banner-fly-img img {
    max-width: 40%;
}
.banner-icon-plus {
    color: #304458;
    text-align: center;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.banner-fly .hp-address-input, .banner-fly .hp-rental-date {
    border: none !important;
    padding: 0 !important;
}

.banner-fly .hp-input {
    border-right: none !important;
}

.banner-fly .ui-autocomplete-input, .banner-fly .hp-input input {
    border-radius: 10px !important;
    border: 1px solid #B9B9B9 !important;
    height: 60px;
    padding: 0 10px !important;
}

.banner-fly .btn-common {
    border-radius: 10px !important;
    background-color: #01A7B5;;
}

.banner-fly .error {
    padding-left: 0 !important;
}

.banner-fly.flighthub .home-banner-search  {
    padding-left: 0 !important;
    padding-right: 15%;
}

.banner-fly .search-item-qp .search-address-suggest {
    top: 90px !important;
}
@media only screen and (max-width: 767px){
    .banner-fly.flighthub .home-banner-search {
        padding-right: 0 !important;
    }
    .banner-fly .search-input-qp-mobile {
        height: auto !important;
        width: 100% !important;
        opacity: 1 !important;
        display: block !important;
    }
    .home-banner .home-banner-search .home-banner-search-content-active .search-input-qp-mobile { 
        height: auto !important;
        width: 100% !important;
        opacity: 1 !important;
        display: block !important;
    }
}

@media only screen and (max-width: 991px){
    .banner-fly.flighthub .home-banner-search {
        padding-right: 7%;
    }
}


@media only screen and (max-width: 1250px) {
    .banner-fly.flighthub .home-banner-search {
        padding-right: 10%;
    }
}
