#DeparturePointResults {
    z-index: 99;
    overflow-y: scroll !important;
    position: absolute;
    width: 100%;
    max-width: 300px;
    max-height: 300px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

#DestinationPointResults {
    z-index: 99;
    overflow-y: scroll !important;
    position: absolute;
    width: 100%;
    max-width: 300px;
    max-height: 300px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.result-item {
    padding: 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

    .result-item:hover {
        background-color: #f0f0f0;
    }

.w-10 {
    width: 10% !important;
}

.card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.newImagesSETs.swiper {
    width: 100%;
    height: auto;
}

.newImagesSETs .swiper-slide {
    display: flex;
    justify-content: center;
}

.newImagesSETs .card {
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
}

    .newImagesSETs .card .card-body {
        display: flex;
        flex-direction: column;
        justify-content: start;
        height: 100%;
    }

.newImagesSETs .swiper-wrapper {
    display: flex;
}

.newimagesSETs {
    transition: 200ms ease-in-out;
}

    .newimagesSETs:hover {
        box-shadow: 0 1rem 1rem rgb(255 55 55 / 21%) !important;
        transition: 200ms ease-in-out;
    }
