/***************************** For Laptop Small Screen ************************************/
@media (max-width:991px) {
    .travellers {
        top: 29rem;
        left: 3rem;
    }

    .hotels-drop {
        top: 22rem;
        left: 21rem;
    }

    .holiday-drop {
        top: 20rem;
        left: 22rem;
    }

    .activities-drop {
        top: 20rem;
    }

    .rotate {
        right: -12px
    }

    .booking_from>div {
        border-bottom: 1px solid rgba(59, 57, 57, 0.466);
        ;
    }
}

/***************************** For Tablet Screen ************************************/
@media (max-width: 767px) {
    .travellers {
        top: 48.5rem;
        width: 25rem;
    }

    .hotels-drop {
        top: 43.5rem;
        left: 3rem;
    }

    .holiday-drop {
        top: 40.5rem;
        left: 2rem;
    }

    .activities-drop {
        top: 35rem;
    }

    .holidays>div:nth-child(2) {
        top: 10%;
    }

    .search-result {
        border-radius: 20px;
        transform: translateY(-1rem);
    }

    .search-result>div>div:nth-child(1) {
        padding: 1.5rem 2rem !important;
    }

    .search-result>div>div:nth-child(2) {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        padding: 1.5rem 2rem;
    }

    .filters {
        display: none;
    }

    .border-custom {
        border-top: 2px solid #aeaeae;
        margin-top: 1.5rem;
    }

    .packagedetails .carousel-item>img {
        height: 200px !important;
    }

    .packagedetails .carousel-indicators {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
    }

    .packagedetails .carousel-indicators button {
        width: 92% !important;
        height: 50px !important;
    }
}

/***************************** For Mobile Screen ************************************/
@media(max-width:575px) {
    #search-list-1 {
        top: 27rem;
    }

    #search-list-2 {
        top: 32rem;
    }

    .travellers {
        width: auto;
    }

    .hotels-drop {
        padding: 15px;
        width: 80%;
    }

    .more-passenger label {
        width: 50%;
    }

    .holidays img,
    .holidays img+div {
        height: 450px !important;
    }

    .holidays>div:nth-child(3) h1 {
        font-size: 34px;
    }


    .rotate {
        top: 80%;
        right: 10%
    }

    .p-holidays {
        height: 170px
    }

    .footer-image>div>div:nth-child(1) {
        width: 100%;
    }

    .footer-image>div>div:nth-child(2) {
        width: 100%;
    }
}


/***************************** For Small Mobile Screen ************************************/
@media (max-width:326px) {
    .webcheck a {
        margin-top: 1rem;
    }

    .form-submit {
        padding: 0.5rem 4rem;
    }

    .more-passenger label {
        width: auto;
        display: block;
    }
}