.itineraries-all .sidebar-column .inner-column {
    top: 0px;
    width: 250px;
}

.itineraries-all .india-floating {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

@media screen and (max-width:990px) {
    .itineraries-all .sidebar-column {
        display: none;
    }
}

/* Card Image */

.itinerary-card-img {
    height: 200px;
    width: 100%;
}

@media screen and (max-width: 575px) {
    .itinerary-card-img{
        max-height: 280px;
        width: 100%;
        height: auto;
    }
}