@media (max-width: 480px) {
    #strip_activities ul li img {
        width: 80px;
        height: 80px;
    }
    .nav-search-hotel.fixed {
        position: unset;
    }
    .search-wrapper {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .form-group {
        margin-bottom: 5px;
    }
    .form-control{
        padding: 6px 6px;
    }
    .copyright {
        display: block;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .price_home {
        float: right;
    }
}

@media (min-width: 1024px) {
    .tp-banner-container {
        min-height: 600px;
    }
    .checkin-date-wrapper, .checkout-date-wrapper {
        min-width: 160px;
    }
}
