.hotelspider__container {
    width: 100%;
    height: 100%;
    min-height: 130px;
    box-sizing: border-box;
    padding: 15px 20px;
}

.spiderDatepicker-input {
    box-sizing: border-box;
}

@media only screen and (max-width: 1023px) {
    .hotelspider__container {
        display: flex;
        justify-content: center;
    }

    .spiderBooking {
        max-width: 800px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .spiderBooking {
        max-width: 500px;
    }
}