@media (min-width: 992px) {
    .min-height-desktop {
        min-height: 60vh;
    }
}

@media (max-width: 1199px) {
    .main-search-tabs > a {
        margin: 0;
    }
}

@media (max-width: 991px) {
    html {
        font-size: var(--mobile-font-size);
    }
    .showcase {
        padding: var(--section-gap) 0;
    }
    .showcase:before {
        background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.2) 0,
            rgba(0, 0, 0, 0.4) 30%,
            rgba(28, 48, 42, 0.6) 50%,
            rgba(28, 48, 42, 0.8) 100%
        );
    }
    .mobile-scroll-line {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
    .mobile-scroll-line .msl-row {
        flex-wrap: nowrap;
    }
    .mobile-scroll-line .msl-col {
        min-width: 60%;
        width: 60%;
    }
    .mobile-scroll-line.small .msl-col {
        min-width: 30%;
        width: 30%;
    }
    .main-search-tabs {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        overflow-x: auto;
    }
    .main-search-tabs > a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }
    .main-search-tabs > a:not(:last-child) {
        margin-right: 10px;
    }
    .main-search-tabs > a > i {
        margin: 0;
        margin-bottom: -5px;
        font-size: 1.8rem;
    }
    .daterangepicker .calendar-table td,
    .daterangepicker .calendar-table th {
        min-width: 35px;
        width: 35px;
        height: 35px;
    }
    .mobile-filter-box {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1040;
        background: #eee;
        padding: 20px;
        overflow-y: auto;
        display: none;
    }
    .mobile-filter-box.active {
        display: block;
    }
    .main-nav-height {
        display: none;
    }
    .main-nav-top.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    .notfound-content {
        padding: 0;
    }
    .notfound-img {
        margin-bottom: var(--main-gap);
    }
    .notfound-text {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .hotel-result-item .hri-content {
        padding: 10px;
    }
    .hotel-result-item .hri-img > .discount {
        right: unset;
        left: 0;
        border-radius: 0 var(--small-border-radius) var(--small-border-radius) 0;
        padding: 4px 8px;
        font-size: 0.9rem;
    }
    .hotel-page-images .row {
        flex-wrap: nowrap;
        margin: 0 !important;
        border-radius: var(--border-radius);
    }
    .hotel-page-images > .row {
        overflow-x: auto;
    }
    .hotel-page-images .row > [class*="col-"] {
        width: unset;
        padding: 0 !important;
    }
    .hotel-page-images .row .hpi-mobile-col {
        min-width: 50vw !important;
        padding: 0 !important;
        margin-right: 10px;
    }
    .hpi-img {
        height: unset;
    }
    .hpr-content > .inner {
        border-left: none;
    }
    .hpr-side > .img {
        margin-bottom: -20px;
    }
    .page-box .hotel-page-facilities {
        columns: 2;
    }
    .steps-bar > .bar {
        min-width: unset;
        width: 100%;
        margin-left: -20px;
        margin-right: -20px;
    }
    .steps-bar > .step {
        margin: 0 30px;
    }
    .steps-bar {
        justify-content: space-between;
    }
    .rbs-item.wide {
        padding-top: calc(9 / 16 * 100%);
    }
    .flight-result-item .fri-desc {
        border-right: solid 1px var(--border-color);
    }
    .flight-route-bar {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    .flight-route-bar > span:first-child {
        margin-bottom: 5px;
    }
    .flight-route-bar > .line {
        display: none;
    }
    .flight-result-item .fri-offers .tooltip-area {
        padding: 5px;
        justify-content: center;
    }
    .flight-result-item .fri-offers .tooltip-area .tooltip-line > i {
        margin: 0 !important;
    }
    .flight-result-item .fri-offers > .item .desc.price {
        padding: 5px;
        justify-content: center;
    }
    .flight-result-item .fri-offers > .item .desc {
        padding: 5px;
    }
    .flight-result-item .fri-offers .cbox-group > label {
        padding: 0;
        justify-content: center;
    }
    .flight-result-item .fri-offers .cbox-group > label > span.icon {
        margin-right: 0;
    }
    .flight-result-item .fri-segments > .item > .line > .hour, .flight-result-item .fri-segments > .item > .line > .time,
    .flight-checkout-segments > .item > .line > .hour, .flight-checkout-segments > .item > .line > .time {
        min-width: 90px;
    }
    .flight-result-item .fri-segments > .item > .line b,
    .flight-checkout-segments > .item > .line b{
        display: block;
    }
}

@media (max-width: 575px) {
    .main-nav .main-nav-flex {
        justify-content: center;
    }
    .main-nav .main-nav-flex > .left {
        margin-right: 5px;
    }
    .page-slider-buttons {
        width: calc(100% + 10px);
        left: -5px;
    }
    .mobile-scroll-line .msl-col {
        min-width: 80%;
        width: 80%;
    }
    .mobile-scroll-line.small .msl-col {
        min-width: 40%;
        width: 40%;
    }
    .related-blog-category {
        padding: 10px;
    }
    .hotel-page-images .row .hpi-mobile-col {
        min-width: 70vw !important;
    }
    .hotel-page-top {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .hotel-page-top > .left {
        margin-bottom: 10px;
    }
    .page-box-inner {
        padding: 10px;
    }
    .account-log-box {
        padding: 40px 20px;
    }
    .site-logo img {
        width: 180px;
    }
    .list-top-bar {
        flex-direction: column;
    }
    .list-top-bar > .left,
    .list-top-bar > .right {
        width: 100%;
    }
    .list-top-bar .total-text {
        width: 100%;
    }
    .hotel-result-item .hri-content > .inner > .title {
        white-space: normal;
    }
    .airline-item > .content {
        padding: 10px;
    }
    .airline-item > .content > .title {
        font-size: 1rem;
    }
}