/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .bg-top {
        display: none;
    }

    .banner {
        padding: 38px 10px;
        text-align: left;
    }

    .title-banner {
        font-size: 32px;
        color: white;
    }

    .main-categtory ul li {
        font-size: 10px;
        list-style: none;
        color: black;
        padding: 10px;
    }

    .glob-lr {
        padding: 40px 20px;
    }

    .title {
        font-weight: 500;
        font-size: 22px;
    }

    .card-destination {
        width: 325px;
    }

    .place-name h3 {
        font-size: 18px;
        font-weight: 500;
    }

    .swiper-slide {
        width: 100% !important;
    }

    .select-plan input {
        width: 125px;
    }

    .contact-info {
        margin-bottom: 30px;
    }

    .contact-detail iframe {
        height: 200px;
        margin-bottom: 20px;
    }

    .contact-info ul li {
        font-size: 14px;
    }

    .footer {
        background-color: #f0f0f0;
        padding: 19px 10px 8px 6px;
    }

    .f-links a {
        font-size: 14px;
    }

    .footer p {
        font-size: 14px;
    }

    summary h3 {
        font-size: 16px;
        width: 100%;
    }

    .wrapper .container {
        width: 100%;
        height: auto;
        margin-inline: auto;
        padding: 0;
    }

    .review-card {
        background: white;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        width: 320px;
        text-align: left;
    }

    .mb-none {
        display: none;
    }

    .bg-select {
        overflow: hidden;
        display: block;
    }

    .bg-select input {
        width: 100% !important;
    }

    .banner-space {
        padding: 0px 8px;
    }

    .banner-space {
        padding: 10px 8px;
    }

    .two-flex {
        display: block;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 480px) {
    .mb-none {
        display: none;
    }

    .bg-top {
        display: none;
    }

    .two-flex {
        display: block;
    }

    .banner {
        padding:38px 10px 0px 10px;
        text-align: left;
    }

    .title-banner {
        font-size: 32px;
        color: white;
    }

    .main-categtory ul li {
        font-size: 11px;
        list-style: none;
        color: black;
        padding: 6px;
        border-right: 1px solid #b9b9b9;
    }

    .non {
        border: none !important;
    }

    .glob-lr {
        padding: 40px 20px;
    }

    .title {
        font-weight: 500;
        font-size: 22px;
    }

    .card-destination {
        width: 300px;
    }

    .place-name h3 {
        font-size: 18px;
        font-weight: 500;
    }

    .select-plan input {
        width: 100%;
    }

    .contact-info {
        margin-bottom: 30px;
    }

    .contact-detail iframe {
        height: 200px;
        margin-bottom: 20px;
    }

    .contact-info ul li {
        font-size: 14px;
    }

    .footer {
        background-color: #f0f0f0;
        padding: 19px 10px 8px 6px;
    }

    .f-links a {
        font-size: 14px;
    }

    .footer p {
        font-size: 14px;
    }

    summary h3 {
        font-size: 16px;
        width: 100%;
    }

    .wrapper .container {
        width: 100%;
        height: auto;
        margin-inline: auto;
        padding: 0;
    }

    .tabs input+label {
        margin: 5px -5px;
        width: 16%;
        text-align: center;
        border: none;
        color: #3e3e3e;
        display: inline-flex;
        -webkit-box-pack: center;
        padding: 9pt 0pt;
        background: #ffffff;
        font-weight: 600;
        font-size: 9pt;
        background: #26292c;
        margin-bottom: 0.5px;
        background: hsl(0, 0%, 100%);
        cursor: pointer;
    }

    .content {
        margin: 0px auto;
        text-align: left;
        line-height: 20px;
        height: 1000px;
    }

    .content .item {
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
        position: absolute;
        padding: 4px 4px;
    }

    .review-card {
        background: white;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        width: 320px;
        text-align: left;
    }

    .bg-select input {
        width: 100% !important;
    }

    .bg-select input {
        width: 100% !important;
    }

    .banner-space {
        padding: 10px 8px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .dsk-none {
        display: none;
    }
}