@media only screen and (max-width: 1024px) {
    div#tripPageMainSlider {
        margin-top: 64px;
    }
    header .main-nav .container nav .search-bar {
        display: none;
    }
    footer .bottom-footer ul.footer-menu {
        justify-content: center;
    }
    /* Slider */
    .nav-arrows span {
        border-color: white;
        border-width: 2px;
        top: unset;
        bottom: 15px;
        width: 10px;
        height: 10px;
    }
    .nav-arrows span.nav-arrow-prev {
        left: 20px;
    }
    .nav-arrows span.nav-arrow-next {
        right: unset;
        left: 40px;
    }


    .nav-dots {bottom: 2px;left: unset;right: 20px;width: unset;}

    .demo-1 .sl-slide h2 {
        top: 45%;
        font-size: 3.2rem;
        line-height: 45px;
        letter-spacing: 3px;
    }

    .demo-1 .sl-slide blockquote {
        top: 60%;
        font-size: 1.2rem;
        line-height: 29px;
        transform: translateY(calc(-10%) );
    }
    /* Slider */

    .card-blog .card .card-body .desc {
        -webkit-line-clamp: 4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    footer .widget h3 {
        word-break: break-word;
    }
    footer .bottom-footer ul.footer-menu {
        gap: 5px;
    }
    footer .bottom-footer ul.footer-menu li:after {
        padding-left: 5px;
    }
}

@media only screen and (max-width: 768px) {

    .copy-right {
        text-align: center;
    }

    header .top-bar {
        font-size: 0.7rem;
        height: 35px;
    }

    header .main-nav .container .mobile-nav-button-close {
        display: flex;
    }

    header .main-nav .container .logo-area {
        max-width: 160px;
    }

    header .main-nav {
        height: 63px;
    }

    header .main-nav .container .mobile-nav-button {
        display: block;
        font-size: 1.5rem;
        padding-right: 10px;
        margin-top: 8px;
        color:#707070;
    }

    header .main-nav .container nav.responive-active {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #ffffff;
        z-index: 995520;
        flex-direction: column;
        justify-content: flex-start;
        overflow-y:auto;
        display: none;
    }

    header .main-nav .container nav.responive-active.show {
        display: flex !important;
    }
    header .main-nav .container nav.responive-active ul {
        flex-direction: column;
        align-items: center;
        padding-top: 70px;
        gap: 0;
    }

    header .main-nav .container nav.responive-active ul li a {
        font-size: 1.2rem;
        font-weight: 600;
        border-bottom: 1px solid #ddd;
        width: 100%;
        display: block;
        text-align: center;
        padding: 10px 0;
    }

    header .main-nav .container nav.responive-active ul li {
        display: flex;
        width: 100%;
    }

    header .main-nav .container nav.responive-active .search-bar {
        min-width: 100%;
        padding: 0 20px;
    }

    header .main-nav .container nav.responive-active {
    }

    header .main-nav .container nav.responive-active .mobile-nav-button-close {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 1.5rem;
        color: #707070;
    }

    .nav-arrows span {
        width: 20px;
        height: 20px;
    }


    body.no-scroll {
        overflow: hidden;
    }

    .nav-arrows span {
        width: 20px;
        height: 20px;
    }

    .list-packages {}

    .list-packages .package {
        flex-direction: column;
    }

    .list-packages .package .img {
        max-width: 100%;
    }

    .list-packages .package .info {
        padding: 20px;
    }

    .list-packages .package .info h4 {
        font-size: 1.2rem;
        font-weight: 600;
    }

    .list-packages .package .price {
        max-width: 100%;
        padding-bottom: 15px;
        padding-top: 10px;
    }

    .gallery {}

    ul.tag-list {
        display: flex;
        flex-wrap: wrap;
    }

    ul.tag-list li {
        margin-bottom: 10px;
        text-align: center;
    }

    .card-list-packages {}

    .card-list-packages .card-package {
        margin-bottom: 20px;
    }

    .card-blog .card {
        flex-direction: column;
        margin-bottom: 20px;
        height: unset;
    }

    .card-blog .card .img img {
        border-radius: 10px 10px 0 0;
    }

    .card-blog .card .img {
        height: 185px;
    }

    .subs-form-main {
        flex-direction: column;
    }

    .subs-form-main form {
        flex-direction: column;
        min-width: 300px;
    }

    .subs-form-main input[type="text"] {
        min-width: unset;
        padding-right: 10px;
    }

    .subs-form-main form button {
        max-width: 200px;
        margin: 0 auto;
        margin-top: 15px;
    }

    footer {
        padding: 10px 10px 0;
    }



    footer .widget .subs-form form {
        flex-direction: column;
    }

    footer .widget .subs-form form input[type="text"] {
        margin-bottom: 10px;
        padding-right: 10px;
    }

    footer .widget .subs-form form button {
        margin-left: 0px;
    }

    .demo-1 .sl-slider-wrapper {
        height: 350px;
    }
    section.slider-area {
        padding-top: 98px;
        height: auto;
        clear: both;
    }

    section.slider-area .demo-1 {
        position: relative;
        height: 350px;
    }


    /* Slider */
    .nav-arrows span {
        border-color: white;
        border-width: 2px;
        top: unset;
        bottom: 15px;
        width: 10px;
        height: 10px;
    }
    .nav-arrows span.nav-arrow-prev {
        left: 20px;
    }
    .nav-arrows span.nav-arrow-next {
        right: unset;
        left: 40px;
    }


    .nav-dots {bottom: 2px;left: unset;right: 20px;width: unset;}


    .demo-1 .sl-slide h2 {
        top: 50px;
        font-size: 2.2rem;
        line-height: 45px;
    }

    .demo-1 .sl-slide blockquote {
        top: 181px;
    }


    section.page-detail {
        padding: 30px 20px;
    }

    section.page-header-area {
        margin-top: 99px;
    }
    .section-padding-packages {
        margin-top: 96px;
    }
    /* Slider */

    .tripPageMainSlider-area {
        margin-top: 64px;
    }

    .trip-detail-listing .box-details {
        flex-direction: column;
    }

    .trip-detail-listing .box-details.travel {
        display: flow-root;
    }

    .trip-detail-listing .box-details.travel i {
        position: absolute;
    }

    .trip-detail-listing .box-details.travel span.duration {
        margin-top: 13px;
        display: block;
    }

    .trip-detail-listing .box-details.travel {
        margin-bottom: 50px;
        margin-top: 20px;
    }

    .trip-detail .price {
        align-items: center;
        width: 100%;
        margin: 10px;
    }
}

@media only screen and (max-width: 600px) {

    .contact-page .form-view {
        padding: 20px;
    }

    footer .bottom-footer ul.footer-menu {
        flex-direction: column;
        margin-bottom: 20px;
    }

    footer .bottom-footer ul.footer-menu li:after {
        display: none;
    }

    footer .bottom-footer ul.footer-menu li a {
        text-decoration: underline;
        color: #fff;
    }
    .demo-1 .sl-slide h2 {
        top: 75px;
        font-size: 2.1rem;
        line-height: 45px;
        letter-spacing: 3px;
    }

    .demo-1 .sl-slide blockquote {
        top: 185px;
    }
}

@media only screen and (max-width: 375px) {

    .demo-1 .sl-slide h2 {
        top: 50px;
        font-size: 1.8rem;
        line-height: 28px;
        letter-spacing: 3px;
    }

    .demo-1 .sl-slide blockquote {
        top: 142px;
    }
}
