/* Mobile and iPad Navbar */
@media only screen and (max-width: 991px) {
    a.navbar-brand {
        font-size: 33px;
        font-weight: 900;
        color: #fff;
    }

        a.navbar-brand span {
            color: #05BB8F;
        }

    .navbar-area {
        background-color: #fff;
        padding-top: 15px;
        padding-bottom: 15px !important;
        z-index: 5;
        padding-bottom: 15px;
    }

        .navbar-area.is-sticky {
            top: -1px;
            right: 0;
            width: 100%;
            z-index: 3;
            position: -webkit-sticky;
            position: sticky;
            -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
            animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
            box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
            background-color: #fff;
        }

        .navbar-area .dropdown-toggle::after {
            display: none;
        }

        .navbar-area.navbar-top {
            transform: translateY(0);
        }

    .mobile-responsive-nav {
        display: block;
    }

        .mobile-responsive-nav .mobile-responsive-menu {
            position: relative;
        }

            .mobile-responsive-nav .mobile-responsive-menu .navbar-brand {
                font-family: "Vazirmatn RD FD";
            }

            .mobile-responsive-nav .mobile-responsive-menu .style {
                font-family: "Vazirmatn RD FD";
            }

            .mobile-responsive-nav .mobile-responsive-menu .logo {
                position: relative;
                z-index: 999;
                max-width: 185px;
            }

            .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav {
                margin-top: 55px;
                background-color: #ffffff;
            }

                .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul {
                    border: none !important;
                    background-color: #ffffff;
                }

                    .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a {
                        border-top-color: #efefef;
                        color: #111111 !important;
                        font-size: 16px !important;
                        font-weight: 600;
                        text-transform: capitalize;
                    }

                        .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a i {
                            display: none;
                        }

                        .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a.mean-expand {
                            width: 100%;
                            height: 28px;
                            text-align: left;
                            padding: 11px !important;
                            background: transparent !important;
                            border-right: none !important;
                            border-bottom: none !important;
                        }

                        .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a.active {
                            color: #4774FF !important;
                        }

                    .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li li a {
                        font-size: 16px;
                    }

            .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav {
                box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
                margin-top: 0 !important;
                max-height: 50vh;
                overflow-y: scroll;
                /* width */
                /* Track */
                /* Handle */
                /* Handle on hover */
            }

                .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar {
                    width: 7px;
                }

                .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-track {
                    background: #f1f1f1;
                }

                .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-thumb {
                    background: #888;
                }

                    .mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav::-webkit-scrollbar-thumb:hover {
                        background: #555;
                    }

            .mobile-responsive-nav .mobile-responsive-menu.mean-container a.meanmenu-reveal {
                top: 0px;
                padding: 0;
                width: 30px;
                height: 30px;
                padding-top: 10px;
                color: #000000;
            }

                .mobile-responsive-nav .mobile-responsive-menu.mean-container a.meanmenu-reveal span {
                    background: #000000;
                    height: 4px;
                    margin-top: -6px;
                    border-radius: 0;
                    position: relative;
                    top: 8px;
                }

            .mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-bar {
                background: transparent;
                position: absolute;
                z-index: 3;
                padding: 0;
            }

    ul.last-nav {
        display: block !important;
    }

    .desktop-nav {
        display: none !important;
    }

    .mean-nav .d-flex {
        display: none !important;
    }

    .others-option-for-responsive {
        display: block !important;
    }

        .others-option-for-responsive .container .container {
            left: 0;
        }

        .others-option-for-responsive .others-options .search-form {
            margin-right: 0;
            width: 100%;
            margin-left: 10px;
        }

    .others-options ul {
        list-style: none;
        padding-right: 0;
        margin-bottom: 0;
    }

        .others-options ul li .form-control {
            height: 50px;
            border: none;
            padding: 20px;
            position: relative;
            border-radius: 100px;
            margin-bottom: 20px;
            background: rgba(71, 116, 255, 0.1);
        }

            .others-options ul li .form-control:focus {
                box-shadow: unset;
            }

    .others-options .nav-btn {
        display: block;
        text-align: center;
        padding-right: 37px;
    }

        .others-options .nav-btn i {
            position: relative;
            font-size: 23px;
            right: -2px;
            top: 5px;
            color: #ffffff;
        }

    .inform-area {
        overflow: hidden;
    }

    .about-area {
        overflow: hidden;
    }

    .easy-area {
        overflow: hidden;
    }

    .main-logo2 {
        display: none;
    }

    .footer-widget-twoo {
        margin-right: 0;
    }

    .footer-widget-twooo {
        margin-right: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
   /* .ribbon {
        right: 95px !important;
    }*/
    .popupimage {
        border-radius: 25px;
        height: 80%;
        width: 80%;
    }

    .features-area {
        top: 0;
        margin-top: 15px;
    }

    .banner-bg-1 {
        display: none;
    }

        .banner-bg-1 .banner-image {
            display: none;
        }

    .banner-bg-2 {
        display: none;
    }

        .banner-bg-2 .banner-image {
            display: none;
        }

    .easy-card .easy-warp .card-content-two {
        box-shadow: 0px 6px 30px 1px rgba(40, 58, 94, 0.1);
        border-radius: 18px;
        padding: 20px 20px 20px 0px;
        position: relative;
        left: 100px;
        margin-right: 0;
        background-color: #ffffff;
    }

    .funfect-area::after {
        display: none;
    }

    .funfect-area::before {
        display: none;
    }

    .client-warp .user-icon .user-content {
        padding-left: 0;
    }

    .footer-widget-two {
        margin-right: 0;
        margin-bottom: 0px;
    }

    .client-warp .user-icon i {
        font-size: 12px;
        opacity: 29%;
        position: relative;
        left: 40px;
        top: 25px;
        line-height: 0;
    }

    .subscribe-warp .subscribe-shape-1 {
        position: absolute;
        top: -45px;
        right: 17%;
        opacity: 5%;
        display: none;
    }

    .footer-area.pt-100.pb-75 {
        overflow: hidden;
    }

    .preloader .lds-spinner {
        display: inline-block;
        position: absolute;
        top: 35%;
        right: 4%;
        height: auto;
        width: auto;
    }

    .inform-contact {
        background: rgba(71, 116, 255, 0.05);
        border-radius: 0px 10px 10px 0px;
        padding: 0;
    }

    .ptb-100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pb-75 {
        padding-bottom: 35px;
    }

    .pb-100 {
        padding-bottom: 100px;
    }

    .pb-60 {
        padding-bottom: 60px;
    }

    p {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .pt-100 {
        padding-top: 60px;
    }

    .input-box-warp::before {
        display: none;
    }
    /*
  Button  Style
  ======================================================*/
    .default-btn-one {
        padding-right: 45px;
        padding-left: 25px;
        padding-top: 14px;
        padding-bottom: 10px;
        font-size: 13px;
    }

        .default-btn-one i {
            right: 26px;
            top: 15px;
            font-size: 12px;
        }

    .default-btn-two {
        padding-right: 45px;
        padding-left: 25px;
        padding-top: 14px;
        padding-bottom: 10px;
        font-size: 13px;
    }

        .default-btn-two i {
            right: 26px;
            top: 15px;
            font-size: 12px;
        }

    .default-btn-three {
        padding-right: 45px;
        padding-left: 25px;
        padding-top: 12px;
        padding-bottom: 11px;
        font-size: 14px;
    }

        .default-btn-three i {
            right: 25px;
            top: 14px;
        }

    .section-title {
        margin-bottom: 20px;
    }

        .section-title span {
            font-size: 15px;
            margin-bottom: 10px;
        }

        .section-title h2 {
            font-size: 30px;
            margin-bottom: 12px;
        }

        .section-title p {
            font-size: 18px;
        }
    /*
  Nav Area Style
  ======================================================*/
    .owl-nav {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        margin-top: 20px !important;
    }

        .owl-nav .owl-prev {
            right: auto;
            position: relative;
        }

        .owl-nav .owl-next {
            position: relative;
            left: auto;
        }

        .owl-nav [class*=owl-] {
            width: 40px;
            height: 40px;
            line-height: 44px !important;
            font-size: 18px !important;
        }
    /*
  Banner Area Style
  ======================================================*/
    .main-slider {
        padding-left: 0;
        padding-right: 0;
    }

        .main-slider .swiper-slide {
            border-radius: 0;
            padding-bottom: 215px;
            padding-top: 60px;
            height: 100vh;
        }

        .main-slider .swiper-btn-next {
            right: 5px;
            top: 81%;
            width: 40px;
            height: 40px;
            line-height: 48px;
        }

        .main-slider .swiper-btn-prev {
            left: 5px;
            top: 81%;
            width: 40px;
            height: 40px;
            line-height: 48px;
        }

    .banner-content {
        margin-left: 0;
    }

        .banner-content h1 {
            font-size: 28px;
        }

        .banner-content p {
            font-size: 15px;
            margin-bottom: 18px;
        }

        .banner-content ul {
            margin-bottom: 30px;
        }

            .banner-content ul li {
                padding-left: 15px;
            }

                .banner-content ul li:last-child {
                    padding-left: 0;
                }

    .banner-image {
        margin-left: 0;
        text-align: center;
    }

    .booking-wrap {
        margin-top: -730px !important;
    }

        .booking-wrap .nav-tabs {
            max-width: 157px;
        }

            .booking-wrap .nav-tabs .nav-link {
                font-size: 13px;
                padding-top: 14px;
                padding-bottom: 12px;
                padding-right: 33px;
                padding-left: 25px;
            }

                .booking-wrap .nav-tabs .nav-link img {
                    right: 15px;
                    top: 13px;
                    height: 16px;
                }

        .booking-wrap .tab-content {
            padding-right: 15px;
            padding-left: 15px;
            padding-bottom: 10px;
            /*border-radius: 0px 0px 0px 10px;*/
        }

        .booking-wrap .check-box-area {
            padding-bottom: 0;
        }

            .booking-wrap .check-box-area ul li {
                margin-bottom: 10px;
            }

                .booking-wrap .check-box-area ul li .form-check-input {
                    height: 15px;
                    width: 15px;
                }

                .booking-wrap .check-box-area ul li .form-check-label {
                    font-size: 15px;
                    top: 0px;
                    right: -2px;
                }

        .booking-wrap .check-content {
            padding-top: 8px;
            padding-bottom: 20px;
        }

            .booking-wrap .check-content p {
                font-size: 14px;
            }

        .booking-wrap .booking-selector {
            padding-right: 0;
            padding-top: 0px;
            margin-bottom: 0;
            padding-bottom: 0px;
            border-top: none;
            border-bottom: none;
        }

            .booking-wrap .booking-selector li {
                display: block;
            }

                .booking-wrap .booking-selector li .form-grp.select {
                    padding: 13px 15px 13px 15px;
                    border: solid 1px #EAEAEA;
                    margin-bottom: 10px;
                }

                    .booking-wrap .booking-selector li .form-grp.select label {
                        padding-right: 20px;
                        font-size: 15px;
                    }

                        .booking-wrap .booking-selector li .form-grp.select label img {
                            right: 0;
                            height: 15px;
                            top: 3px;
                        }

                .booking-wrap .booking-selector li .form-select {
                    display: block;
                    width: 100%;
                    padding: 5px 1px 0 15px;
                    font-weight: 600;
                    font-size: 16px;
                }

                /*.booking-wrap .booking-selector li:last-child {
                    text-align: center;
                    width: 100%;
                }*/

                    .booking-wrap .booking-selector li:last-child .default-btn-one {
                        margin-top: 10px;
                    }

        .booking-wrap .last-check-warp {
            display: block !important;
        }

            .booking-wrap .last-check-warp .warp-one {
                margin-left: 0;
            }

                .booking-wrap .last-check-warp .warp-one label {
                    display: inline-block;
                    font-size: 15px;
                }

                .booking-wrap .last-check-warp .warp-one .form-check {
                    margin-bottom: 15px;
                }

    /*-----------*/
    .container-fluid {
        max-width: 390px;
    }

    .booking-wrap .nav-tabs {
        max-width: 204px;
    }

        .booking-wrap .nav-tabs .nav-link {
            font-size: 15px;
            padding-top: 18px;
            padding-bottom: 18px;
            padding-right: 55px;
            padding-left: 35px;
        }

            .booking-wrap .nav-tabs .nav-link img {
                right: 30px;
                top: 17px;
                height: 21px;
            }

    .booking-wrap .check-content p {
        font-size: 16px;
    }

    .booking-wrap .booking-selector li {
        display: inline-block;
    }

        .booking-wrap .booking-selector li .form-select {
            width: 120px;
        }

    .booking-wrap .booking-selector {
        display: block;
        text-align: center;
    }

        .booking-wrap .booking-selector li .form-select {
            width: 110px;
            font-size:10px;
        }

    .mobile-hide {
        display: none;
    }

    .room-warp {
        margin: 20px;
        
    }
    .adpopup{
        height:80%;
        overflow:scroll;
    }
    .booking-warp {
        margin: 20px;
       
    }

   
    /*
  About Area Style
  ======================================================*/
    .about-image {
        position: relative;
        margin-left: 0;
        margin-bottom: 22px;
    }

        .about-image .about-image-one {
            margin-top: 0;
            margin-bottom: 20px;
        }

        .about-image .about-image-two {
            position: relative;
            width: auto;
            height: auto;
            bottom: 0;
            right: 0;
            margin-bottom: 20px;
        }

    .single-content {
        padding: 0px 12px;
    }

        .single-content span {
            font-size: 15px;
            margin-bottom: 8px;
        }

        .single-content h2 {
            font-size: 22px;
            margin-bottom: 15px;
            margin-left: 0;
        }

        .single-content p {
            font-size: 15px;
            margin-bottom: 18px;
        }

    .about-content {
        padding: 12px;
    }

        .about-content .about-icon {
            margin-bottom: 15px;
            display: block;
        }

            .about-content .about-icon li {
                display: block;
                margin-left: 0;
                margin-bottom: 20px;
            }

                .about-content .about-icon li:last-child {
                    margin-bottom: 0;
                }

                .about-content .about-icon li h5 {
                    font-size: 18px;
                }
    /*
  Easy Area Style
  ======================================================*/
    .easy-list {
        margin-bottom: 20px;
    }

        .easy-list li {
            padding-right: 0;
        }

            .easy-list li img {
                position: relative;
                right: auto;
                top: auto;
                margin-bottom: 10px;
            }

            .easy-list li h6 {
                margin-bottom: 10px;
                font-size: 18px;
            }

            .easy-list li p {
                font-size: 14px;
            }

    .easy-card {
        margin-right: 0;
        margin-left: 0;
        padding: 30px 15px;
    }

        .easy-card .easy-warp {
            margin-top: 25px;
            display: block !important;
        }

            .easy-card .easy-warp .card-content h4 {
                font-size: 18px;
                margin-bottom: 10px;
            }

            .easy-card .easy-warp .card-content .card-list li {
                font-size: 15px;
                padding-left: 12px;
            }

            .easy-card .easy-warp .card-content-two {
                padding: 20px 20px 20px 0px;
                left: 0;
                margin-top: 20px;
                margin-right: 0;
            }
    /*
  Funfect Area Style
  ======================================================*/
    .funfect-warp {
        padding: 25px 25px 0px 25px;
    }

        .funfect-warp .single-funfacts-box {
            margin-bottom: 25px;
            padding: 35px 30px;
        }

            .funfect-warp .single-funfacts-box h3 {
                font-size: 28px;
            }

                .funfect-warp .single-funfacts-box h3 img {
                    height: 28px;
                }

                .funfect-warp .single-funfacts-box h3 .content {
                    top: 2px;
                    right: 5px;
                }
    /*
  Booking Area Style
  ======================================================*/
    .booking-image {
        height: 280px;
        width: 100%;
    }

    .booking-contact {
        padding: 20px 12px;
        /*box-shadow: 0px 6px 30px rgba(40, 58, 94, 0.05);*/
    }

        .booking-contact .booking-star li i {
            font-size: 15px;
        }

        .booking-contact h6 {
            font-size: 18px;
            margin-bottom: 10px;
        }

        .booking-contact span {
            font-size: 15px;
            margin-bottom: 20px;
        }
    /*
  Inform Area Style
  ======================================================*/
    .inform-contact {
        padding: 35px 15px;
    }

        .inform-contact .booking-flight {
            display: block !important;
        }

            .inform-contact .booking-flight img {
                margin-bottom: 20px;
            }

            .inform-contact .booking-flight .booking-flight-content {
                position: relative;
                left: 0;
                margin-bottom: 20px;
            }

                .inform-contact .booking-flight .booking-flight-content h6 {
                    font-size: 18px;
                    margin-bottom: 8px;
                }

                .inform-contact .booking-flight .booking-flight-content a {
                    font-size: 15px;
                }

    .inform-image {
        height: 400px;
        border-radius: 0px;
    }
    /*
  Package Area Style
  ======================================================*/
    .package-widget .package-content-two {
        padding: 20px 15px;
        margin: 15px;
    }

        .package-widget .package-content-two h5 {
            font-size: 17px;
            margin-bottom: 10px;
        }

        .package-widget .package-content-two p {
            font-size: 14px;
            margin-bottom: 0px;
        }

    .package-widget .package-content {
        padding: 15px;
        margin: 15px;
        bottom: 0;
        opacity: 0;
    }

        .package-widget .package-content .default-btn-three {
            padding-right: 22px;
            padding-left: 20px;
            padding-top: 8px;
            padding-bottom: 7px;
            font-size: 13px;
        }

            .package-widget .package-content .default-btn-three i {
                display: none;
            }

        .package-widget .package-content h5 {
            font-size: 16px;
            margin-bottom: 5px;
        }

        .package-widget .package-content p {
            font-size: 13px;
            margin-bottom: 10px;
        }

        .package-widget .package-content .wifi-list {
            margin-bottom: 8px;
        }

            .package-widget .package-content .wifi-list li {
                padding-right: 21px;
                margin-bottom: 4px;
                padding-left: 15px;
                font-size: 13px;
            }

                .package-widget .package-content .wifi-list li img {
                    height: 15px;
                }

        .package-widget .package-content .flight p {
            font-size: 13px;
        }

        .package-widget .package-content .flight span {
            font-size: 15px;
        }

        .package-widget .package-content .package-icon {
            width: 40px;
            height: 40px;
            line-height: 37px;
            left: 25px;
            top: -17px;
        }

            .package-widget .package-content .package-icon i {
                font-size: 13px;
            }
    /*
  Subscribe Area Style
  ======================================================*/
    .subscribe-warp {
        padding-top: 60px;
        padding-bottom: 60px;
    }

        .subscribe-warp .subscribe-image {
            margin-right: 0;
        }

    .subscribe-content {
        padding: 0;
        margin-bottom: 30px;
    }

        .subscribe-content .newsletter-form {
            text-align: center;
        }

        .subscribe-content .default-btn-three {
            position: unset;
            left: auto;
            top: auto;
        }

        .subscribe-content .form-control {
            height: 50px;
            padding-right: 20px;
            font-size: 14px;
            margin-bottom: 20px;
        }
    /*
  Client Area Style
  ======================================================*/
    .client-warp {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 25px;
    }

        .client-warp p {
            font-size: 14px;
            margin-bottom: 20px;
        }

        .client-warp .user-icon {
            justify-content: unset;
        }

            .client-warp .user-icon img {
                border-radius: 50%;
                height: 60px;
                margin-left: 20px;
            }

            .client-warp .user-icon i {
                display: none;
            }

            .client-warp .user-icon .user-content h6 {
                font-size: 16px;
                margin-bottom: 8px;
            }
    /*
  Blog Area Style
  ======================================================*/
    .section-blog {
        text-align: center;
        align-items: center;
        display: block !important;
        margin-bottom: 25px;
    }

        .section-blog span {
            font-size: 14px;
            margin-bottom: 8px;
        }

        .section-blog h2 {
            font-size: 22px;
            margin-bottom: 12px;
        }

        .section-blog p {
            font-size: 14px;
            margin-bottom: 0;
        }

    .blog-card .blog-date {
        width: 60px;
        height: 60px;
        right: 18px;
        padding: 10px;
        top: -60px;
        margin-bottom: -60px;
    }

        .blog-card .blog-date span {
            font-size: 13px;
        }

    .blog-card .blog-content {
        padding: 20px 18px 20px 18px;
    }

        .blog-card .blog-content h3 {
            font-weight: 800;
            font-size: 18px;
        }

        .blog-card .blog-content .admin-icon {
            margin-bottom: 12px;
        }

            .blog-card .blog-content .admin-icon li {
                font-size: 15px;
            }
    /*
  Footer Area Style
  ======================================================*/
    .footer-widget p {
        font-size: 15px;
        margin-left: 0;
        padding-bottom: 15px;
    }

    .footer-widget .white-logo {
        margin-bottom: 18px;
    }

    .footer-widget h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .footer-widget .pages-link li {
        margin-bottom: 8px;
    }

        .footer-widget .pages-link li a {
            font-size: 13px;
        }

    .footer-widget .footer-contact li {
        font-size: 13px;
        margin-bottom: 10px;
        padding-right: 22px;
    }

    .footer-widget .topic-warp .topic-content h5 {
        font-size: 14px;
    }

    .footer-widget .topic-warp .topic-content p {
        margin-bottom: 0;
        margin-left: 0;
        font-size: 13px;
        padding-bottom: 0;
    }
    /*
  Copyright Area Style
  ======================================================*/
    .copyright-area {
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }

        .copyright-area p {
            font-size: 10px;
        }

            .copyright-area p span {
                font-weight: 700;
                font-size: 13px;
                margin-left: 5px;
                margin-right: 4px;
            }

            .copyright-area p a {
                font-size: 10px;
                padding-left: 5px;
            }

        .copyright-area ul {
            padding-right: 0;
            margin-bottom: 0;
            text-align: center;
        }

            .copyright-area ul li a {
                font-size: 14px;
            }
    /*
  Top To Button Area Style
  ======================================================*/
    .progress-wrap {
        left: 20px;
        bottom: 40px;
        height: 35px;
        width: 35px;
    }

        .progress-wrap::after {
            line-height: 37px;
            font-size: 18px;
            right: -5px;
        }

        .progress-wrap::before {
            line-height: 37px;
            font-size: 18px;
            right: -4px;
            top: 0;
        }

    .pick-warp .pick-up-list {
        display: block;
    }

    .inner-box {
        padding: 25px 35px;
    }

        .inner-box h2 {
            font-size: 25px;
            margin-bottom: 10px;
        }

        .inner-box ul li {
            font-weight: 700;
            font-size: 14px;
        }

    .input-box-warp {
        padding: 20px;
        margin-right: 0;
        margin-top: 20px;
    }

        .input-box-warp::before {
            top: -12px;
            right: -7px;
        }

        .input-box-warp ul li .form-control {
            height: 45px;
            font-size: 13px;
        }

        .input-box-warp ul li .form-select {
            height: 45px;
            font-size: 13px;
        }

        .input-box-warp ul li img {
            top: 17px;
            height: 16px;
            left: 25px;
        }

    .subscribe-shape {
        display: none;
    }

    .hero-area-style2 {
        padding-top: 150px;
        padding-bottom: 180px;
    }

    .features-widget {
        padding: 35px 20px 35px 20px;
        margin: 5px 10px;
    }

    .deal-content {
        padding: 25px 15px 25px 10px;
    }

    .deal-warp {
        position: relative;
        margin-bottom: 10px;
    }

        .deal-warp h3 {
            font-size: 18px;
            margin-bottom: 12px;
        }

        .deal-warp .offer {
            display: block !important;
        }

            .deal-warp .offer p {
                padding-right: 25px;
                margin-bottom: 12px;
                font-size: 14px;
            }

                .deal-warp .offer p img {
                    top: 2px;
                    height: 16px;
                }

            .deal-warp .offer span {
                margin-bottom: 15px;
                display: inline-block;
            }

        .deal-warp .flight p span {
            font-size: 15px;
            padding-left: 5px;
        }

    .city-section {
        margin-bottom: 85px !important;
    }

    .city-tab nav {
        position: absolute;
        border-bottom: solid transparent;
        top: -80px;
        left: unset;
    }

        .city-tab nav .nav-tabs .nav-item.show .nav-link, .city-tab nav .nav-tabs .nav-link {
            font-weight: 600;
            font-size: 16px;
            color: #283A5E;
            border-bottom: solid 1px #000000;
            padding: 10px 20px;
        }

    .city-tab .nav-tabs {
        border: transparent;
    }

    .city-tab .city-widget img {
        margin-bottom: 13px;
    }

    .city-tab .city-widget h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .places-area .owl-nav {
        position: unset;
        margin-top: -3px !important;
    }

    .places-warp {
        margin-bottom: 25px;
    }

        .places-warp span {
            left: 15px;
            top: 15px;
            padding: 8px 20px;
            font-size: 14px;
        }

        .places-warp .places-content {
            display: none;
        }

    .room-warp .room-content {
        padding: 30px 15px;
    }

        .room-warp .room-content ul li {
            padding-right: 45px;
            font-size: 22px;
            margin-bottom: 10px;
        }

            .room-warp .room-content ul li img {
                top: 2px;
                /*height: 16px;*/
            }

        .room-warp .room-content h5 {
            font-weight: 800;
            font-size: 18px;
        }

        .room-warp .room-content p {
            font-size: 18px;
            margin-bottom: 14px;
        }

    .video-image {
        padding-top: 60px;
        padding-bottom: 150px;
    }

        .video-image h2 {
            font-size: 22px;
            color: #ffffff;
            margin-bottom: 20px;
        }

        .video-image .video-icon {
            top: 57%;
            right: 39%;
            transform: translateY(-23px);
        }

            .video-image .video-icon:before {
                display: none;
            }

            .video-image .video-icon a {
                height: 65px;
                width: 65px;
            }

                .video-image .video-icon a::before {
                    height: 50px;
                    width: 52px;
                }

                .video-image .video-icon a img {
                    max-width: 100%;
                    height: 30px;
                }

    .mans-warp {
        padding: 30px 20px;
    }

        .mans-warp p {
            font-size: 14px;
        }

    .latest-image {
        height: 300px;
        margin: 0 10px;
        width: 94%;
    }

    .latest-content {
        padding: 25px 15px 25px 15px;
    }

        .latest-content span {
            font-size: 15px;
            margin-bottom: 12px;
        }

        .latest-content h3 {
            font-size: 18px;
            margin-bottom: 12px;
        }

        .latest-content .admin-date {
            margin-bottom: 12px;
        }

            .latest-content .admin-date li {
                font-size: 15px;
                padding-left: 20px;
                padding-right: 20px;
            }

                .latest-content .admin-date li i {
                    font-size: 14px;
                    top: 3px;
                    color: #4774FF;
                }

    .had-image {
        margin-bottom: 20px;
    }

    .service-warp .owl-nav {
        margin-top: 24px !important;
    }

        .service-warp .owl-nav .owl-prev {
            position: relative;
            right: 0;
        }

        .service-warp .owl-nav .owl-next {
            position: relative;
            left: 0;
        }

    .service-widget .service-content {
        padding: 25px 15px;
    }

        .service-widget .service-content h3 {
            font-size: 18px;
            margin-bottom: 10px;
        }

    .choose-warp-list {
        display: block !important;
    }

    .subscribe-content div#validator-newsletter {
        position: relative;
        top: 15px;
        right: 0;
        color: red;
    }

    .hero-area-style3 .banner-shape-1 {
        position: relative;
        bottom: -180px;
        margin-top: -180px;
        left: 0;
    }

    .pick-warp {
        padding: 25px;
    }

        .pick-warp .pick-up-list {
            margin-bottom: 20px;
        }

            .pick-warp .pick-up-list li {
                margin-left: 0px;
            }

                .pick-warp .pick-up-list li .form-control {
                    height: 45px;
                    width: 100%;
                    margin-bottom: 20px;
                    padding: 10px 45px;
                    font-size: 15px;
                }

                    .pick-warp .pick-up-list li .form-control img {
                        height: 16px;
                    }

                .pick-warp .pick-up-list li .form-select {
                    width: 100%;
                }

        .pick-warp .companies-list li {
            display: inline-block;
            margin-left: 0px;
        }

            .pick-warp .companies-list li li .form-select {
                margin-bottom: 20px;
                padding: 0;
            }

    .about-image-two {
        margin-left: 0px;
        padding-right: 0;
    }

        .about-image-two .about-4 {
            width: auto;
            height: auto;
            right: 0;
            position: relative;
            top: 0;
        }

        .about-image-two .about-5 {
            margin-bottom: 30px;
        }

    .about-area-style2 .about-content {
        padding: 0;
    }

    .about-list-warp {
        display: block !important;
        margin-bottom: 20px;
    }

    .about-two-list {
        margin-bottom: 5px;
    }

        .about-two-list li {
            position: relative;
            padding-right: 23px;
            margin-bottom: 10px;
            font-weight: 700;
            font-size: 14px;
            color: #283A5E;
        }

            .about-two-list li i {
                font-size: 16px;
                top: 3px;
            }

    .pick-warp .companies-list li .form-select {
        border: none;
        padding: 5px 0px 5px 50px;
        font-size: 14px;
    }

    .pick-warp .companies-list li p:last-child {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .about-image-2 {
        margin-left: 0px;
        padding-right: 0;
        margin-bottom: 30px;
    }

        .about-image-2 .about-4 {
            width: auto;
            height: auto;
            position: unset;
            right: 0;
            top: 60px;
            margin-top: 30px;
        }

    .choose-image {
        position: relative;
        padding-left: 0;
        padding-right: 0;
    }

        .choose-image .choose-2 {
            width: auto;
            height: auto;
            margin-top: 20px;
            margin-bottom: 20px;
            bottom: 0;
            position: relative;
        }

        .choose-image .choose-3 {
            position: relative;
            left: 0;
            top: 0;
            width: auto;
            height: auto;
        }

    .choose-content {
        margin-bottom: 40px;
    }

    /*.perfect-up {
        display: flex;
    }*/

    .perfect-up .filter {
        font-size: 20px;
        margin: 10px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .perfect-card .perfect-content {
        padding: 38px 15px;
    }

        .perfect-card .perfect-content .rendom-p {
            top: -28px;
            font-size: 14px;
        }

            .perfect-card .perfect-content .rendom-p span {
                font-size: 15px;
                padding-left: 4px;
            }

        .perfect-card .perfect-content h5 {
            font-size: 18px;
        }

    .client-box {
        padding: 30px 10px;
    }

        .client-box .client-image {
            margin-bottom: 30px;
        }

            .client-box .client-image .client-icon {
                left: 18px;
            }

        .client-box .client-content {
            padding-right: 0;
        }

            .client-box .client-content .user-icon .user-content h6 {
                font-size: 15px;
                margin-bottom: 4px;
            }

            .client-box .client-content .user-icon .user-content p {
                font-size: 14px;
            }

    .inner-pick-area .check-box-area {
        padding-bottom: 12px;
    }

        .inner-pick-area .check-box-area p {
            font-size: 14px;
            margin-right: 0;
        }

        .inner-pick-area .check-box-area ul li {
            margin-left: 15px;
            margin-bottom: 10px;
        }

            .inner-pick-area .check-box-area ul li .form-check-label {
                font-size: 14px;
                top: -1px;
            }

            .inner-pick-area .check-box-area ul li .form-check-input {
                height: 14px;
                width: 14px;
            }

    .result-area {
        padding-top: 0px;
        padding-bottom: 30px;
    }

        .result-area h5 {
            font-size: 16px;
        }

        .result-area .sort-widget {
            text-align: right;
        }

            .result-area .sort-widget ul li {
                margin-left: 0;
                margin-bottom: 15px;
            }

                .result-area .sort-widget ul li .form-select {
                    width: auto;
                    font-size: 16px;
                    padding: 5px 0px 5px 83px;
                }

    .inner-banner-area {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .flight-details-content h2 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .flight-details-content .state-list {
        margin-bottom: -15px;
    }

        .flight-details-content .state-list li {
            font-size: 15px;
            margin-bottom: 10px;
        }

    .trip-box-area {
        padding: 30px 40px 30px 20px;
    }

        .trip-box-area::before {
            top: 36px;
            right: 22px;
            height: 135px;
        }

        .trip-box-area::after {
            bottom: 36px;
            right: 22px;
            height: 135px;
        }

        .trip-box-area .trip-box-image {
            right: 13px;
        }

        .trip-box-area .summary-widget .summary-list {
            margin-bottom: 20px;
        }

            .trip-box-area .summary-widget .summary-list li {
                margin-bottom: 10px;
            }

        .trip-box-area .summary-widget .summary-list2 {
            margin-bottom: 20px;
        }

    .booking-details {
        margin-bottom: 15px;
    }

        .booking-details .form-control {
            height: 45px;
            padding-right: 18px;
            margin-bottom: 15px;
            font-size: 14px;
        }

        .booking-details h3 {
            font-size: 18px;
            margin-bottom: 12px;
        }

    .primary-passenger .passenger-list {
        margin-bottom: 10px;
        display: block !important;
    }

        .primary-passenger .passenger-list .form-select {
            padding: 5px 0px 0px 48px;
        }

    .primary-passenger .form-control {
        height: 48px;
        padding-right: 15px;
        font-size: 15px;
        margin-bottom: 15px;
    }

    .primary-passenger .form-select {
        height: 48px;
        padding-right: 15px;
        font-size: 15px;
        margin-bottom: 15px;
    }

    .primary-passenger .pessenger-btn {
        display: block !important;
    }

        .primary-passenger .pessenger-btn .default-btn-three {
            margin-bottom: 15px;
        }

    .description-area h4 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .nearest-area {
        margin-bottom: 20px;
        padding-bottom: 8px;
    }

        .nearest-area h4 {
            font-size: 18px;
            margin-bottom: 12px;
        }

        .nearest-area ul {
            margin-bottom: 15px;
        }

            .nearest-area ul li {
                margin-bottom: 8px;
                font-size: 15px;
            }

    .nearby-area {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

        .nearby-area ul {
            padding-right: 0;
            margin-bottom: 20px;
        }

            .nearby-area ul li {
                margin-bottom: 10px;
                font-size: 14px;
            }

    .average-area h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .average-area .excellent-box {
        margin-bottom: 30px;
    }

    .average-area .average-one {
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 30px;
    }

    .average-area .average-two {
        padding-right: 10px;
        padding-left: 10px;
    }

    .showing-area {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

        .showing-area h4 {
            font-size: 18px;
            margin-bottom: 20px;
        }

    .admin-ever {
        display: block !important;
    }

        .admin-ever .admin {
            margin-left: 0;
            margin-bottom: 20px;
        }

    .flight-details-area {
        overflow: hidden;
    }

    .result-area2 .form-select {
        width: 100%;
        border: none;
        padding: 5px 0px 5px 45px;
        margin-bottom: 20px;
    }

    .sort-widget {
        text-align: right;
    }

        .sort-widget ul li .form-control {
            width: 100%;
            margin-bottom: 20px;
        }

    .share-warp h4 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .about-image-3 {
        padding-right: 0;
    }

        .about-image-3 .about-4 {
            width: auto;
            height: auto;
            position: relative;
            top: 0;
        }

    .about-area-style2 {
        overflow: hidden;
    }

        .about-area-style2 .about-content {
            padding: 0px;
        }

    .cayla-muller {
        margin-top: 20px;
        display: block !important;
    }

        .cayla-muller .cayla-cntent {
            padding-right: 0;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .cayla-muller .cayla-sing {
            padding-right: 0;
        }

    .features-area2 .features-warp .features-widget {
        padding: 30px 10px 30px 10px;
        margin-left: 0px;
        margin: 5px 0px;
    }

    .tag-with-share {
        display: block !important;
    }

    .about-content4 {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    .login-widget {
        padding: 50px 15px;
    }

    .booking-warp .nav-tabs:before {
        display: none;
    }

    .booking-warp .booking-details-two {
        padding: 50px 15px;
    }

    .coming-soon-area .coming-soon-content {
        padding: 35px 20px;
        margin-right: auto;
        margin-top: auto;
        margin-left: auto;
        margin-bottom: auto;
    }

        .coming-soon-area .coming-soon-content h2 {
            font-size: 22px;
        }

        .coming-soon-area .coming-soon-content #timer {
            margin-top: 40px;
        }

            .coming-soon-area .coming-soon-content #timer div {
                background-color: #f9f9f9;
                width: 100px;
                height: 105px;
                border-radius: 5px;
                font-size: 24px;
                font-weight: 800;
                margin: 10px;
            }

                .coming-soon-area .coming-soon-content #timer div span {
                    font-size: 15px;
                    margin-bottom: 0px;
                    margin-top: 5px;
                }

    .privacy-policy-wrap .privacy-content h3 {
        font-size: 18px;
    }

    .privacy-policy-wrap .privacy-content p {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .privacy-policy-wrap .privacy-content li {
        font-size: 14px;
    }

        .privacy-policy-wrap .privacy-content li i {
            top: 6px;
            font-size: 17px;
        }

    .terms-conditions .conditions-content h3 {
        font-size: 18px;
    }

    .terms-conditions .conditions-content p {
        font-size: 14px;
    }

    .terms-conditions ul li {
        font-size: 14px;
    }

        .terms-conditions ul li i {
            top: 3px;
            font-size: 18px;
        }

    .error-area .error-content-wrap {
        padding: 15px;
    }

        .error-area .error-content-wrap h1 {
            font-size: 65px;
            margin-top: -15px;
        }

    .tag-with-share .tag-warp {
        margin-bottom: 25px;
    }

        .tag-with-share .tag-warp ul li {
            margin-left: 0;
        }

            .tag-with-share .tag-warp ul li a {
                padding: 8px 10px;
                font-size: 13px;
            }

    .features-widget .features-content {
        font-size: 16px !important;
    }
    .select2-container--default .select2-selection--multiple{
        font-size:14px !important;
    }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
    .container-fluid {
        max-width: 540px;
    }

    .booking-wrap .nav-tabs {
        max-width: 204px;
    }

        .booking-wrap .nav-tabs .nav-link {
            font-size: 15px;
            padding-top: 18px;
            padding-bottom: 18px;
            padding-right: 55px;
            padding-left: 35px;
        }

            .booking-wrap .nav-tabs .nav-link img {
                right: 30px;
                top: 17px;
                height: 21px;
            }

    .booking-wrap .check-content p {
        font-size: 16px;
    }

    .booking-wrap .booking-selector li {
        display: inline-block;
    }

        .booking-wrap .booking-selector li .form-select {
            width: 205px;
        }

    .easy-card .easy-warp .card-content-two {
        position: absolute;
        padding: 20px 20px 20px 0px;
        left: -14px;
        bottom: 43px;
        margin-top: 20px;
        margin-right: 0;
    }

    .features-widget {
        padding: 35px 12px 35px 10px;
        margin: 5px 5px;
    }

        .features-widget .features-icon {
            height: 75px;
            width: 75px;
            line-height: 72px;
        }

            /*.features-widget .features-icon img {
                height: 35px;
            }*/

        .features-widget .features-content {
            margin-right: 16px;
        }

            .features-widget .features-content h6 {
                font-size: 15px;
            }

    .latest-content {
        margin-bottom: 30px;
    }

    .about-list-warp {
        display: flex !important;
        margin-bottom: 20px;
    }

    .choose-warp-list {
        display: flex !important;
    }

    .funfect-area::after {
        display: none;
    }

    .funfect-area::before {
        display: none;
    }

    .choose-image {
        text-align: center;
    }

    .perfect-up .filter {
        font-size: 16px;
        margin: -5px;
        padding-right: 23px;
        padding-left: 23px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-75 {
        padding-bottom: 45px;
    }

    .pb-100 {
        padding-bottom: 70px;
    }

    .ptb-100 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .preloader .lds-spinner {
        top: 29%;
        right: 22%;
    }

    .default-btn-one {
        padding-right: 40px;
        padding-left: 25px;
        padding-top: 14px;
        padding-bottom: 14px;
        font-size: 14px;
    }

        .default-btn-one i {
            right: 21px;
            top: 17px;
        }

    .default-btn-two {
        padding-right: 40px;
        padding-left: 25px;
        padding-top: 14px;
        padding-bottom: 14px;
        font-size: 14px;
    }

        .default-btn-two i {
            right: 21px;
            top: 17px;
        }

    .default-btn-three {
        padding-right: 40px;
        padding-left: 25px;
        padding-top: 14px;
        padding-bottom: 14px;
        font-size: 14px;
    }

        .default-btn-three i {
            right: 21px;
            top: 17px;
        }

    .booking-wrap .booking-selector {
        display: block !important;
    }

    .owl-nav {
        position: relative;
        top: auto;
        left: 0;
        margin-top: 25px !important;
    }

        .owl-nav .owl-prev {
            position: relative;
            right: 0;
        }

        .owl-nav .owl-next {
            position: relative;
            left: 0;
        }

    .banner-content {
        margin-left: 0;
        z-index: 2;
    }

        .banner-content h1 {
            font-size: 43px;
        }

    .container-fluid {
        max-width: 720px;
    }

    .about-image {
        display: none;
    }

    .responsive-image {
        display: block;
        margin-bottom: 20px;
    }

    .inform-image {
        height: 405px;
        width: 100%;
        border-radius: 10px 25px 0px 0px;
    }

    .inform-contact {
        padding: 50px 45px;
    }

        .inform-contact .booking-flight .booking-flight-content {
            position: relative;
            left: 72px;
        }

    .package-widget .package-content-two {
        padding: 25px 15px;
        margin: 20px;
    }

        .package-widget .package-content-two h5 {
            font-size: 18px;
            margin-bottom: 10px;
        }

            .package-widget .package-content-two h5 p {
                font-size: 15px;
            }

    .package-widget .package-content {
        padding: 25px 15px;
        margin: 20px;
    }

    .easy-card {
        margin-right: 0;
        margin-left: 0px;
    }

        .easy-card .card-content-two {
            left: -80px;
            margin-right: -70px;
            background-color: #ffffff;
        }

    .funfect-warp .single-funfacts-box {
        margin: 10px;
        padding: 30px 15px;
    }

        .funfect-warp .single-funfacts-box h3 {
            font-size: 35px;
        }

            .funfect-warp .single-funfacts-box h3 img {
                height: 35px;
            }

    .booking-wrap .booking-selector li {
        display: inline-block;
        border: solid 1px #EAEAEA;
        margin: 5px;
    }

        .booking-wrap .booking-selector li:last-child {
            border: none;
        }

        .booking-wrap .booking-selector li .form-select {
            width: 267px;
        }

    .booking-wrap .check-box-area {
        padding-bottom: 0;
    }

    .easy-content.single-content {
        margin-bottom: 30px;
    }

    .subscribe-content {
        margin-bottom: 30px;
    }

    .subscribe-warp .subscribe-image {
        margin-right: 0;
    }

    .subscribe-content .form-control {
        height: 61px;
    }

    .client-warp .user-icon .user-content {
        padding-left: 282px;
    }

    .input-box-warp {
        margin-top: 55px;
    }

    .hero-area-style2 {
        padding-top: 180px;
        padding-bottom: 220px;
    }

    .features-widget {
        padding: 35px 30px 35px 20px;
        margin: 5px 15px;
    }

    .deal-content {
        padding: 30px 15px 30px 15px;
    }

    .places-area .owl-nav {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
    }

    .room-warp .room-content {
        padding: 30px 20px;
    }

        .room-warp .room-content h5 {
            font-size: 20px;
        }

    .latest-image {
        height: 380px;
        width: 100%;
    }

    .pick-warp .pick-up-list {
        margin-bottom: 20px;
        display: block !important;
    }

        .pick-warp .pick-up-list li .form-control {
            width: 100%;
        }

        .pick-warp .pick-up-list li .form-select {
            width: 100%;
        }

    .hero-area-style3 .banner-shape-1 {
        position: relative;
        bottom: -180px;
        left: 0;
        margin-top: -180px;
    }

    .banner-shape {
        text-align: center;
    }

    .service-warp .owl-nav .owl-prev {
        position: relative;
        right: 0;
    }

    .service-warp .owl-nav .owl-next {
        position: relative;
        left: 0;
    }

    .choose-content {
        margin-bottom: 30px;
    }

    .perfect-card .perfect-content {
        padding: 40px 20px;
    }

    .add-input-area {
        margin-bottom: 30px;
    }

    .sort-widget ul li .form-control {
        height: 55px;
        width: 210px;
    }

    .about-image-3 {
        display: block;
    }

    .coming-soon-area .coming-soon-content {
        margin-right: auto;
    }

    .single-content h2 {
        font-size: 32px;
    }

    .banner-bg-1 {
        display: none;
    }

        .banner-bg-1 .banner-image {
            display: none;
        }

    .banner-bg-2 {
        display: none;
    }

        .banner-bg-2 .banner-image {
            display: none;
        }

    .easy-card .easy-warp .card-content-two {
        left: 68px;
    }

    .funfect-area::after {
        display: none;
    }

    .funfect-area::before {
        display: none;
    }

    .section-title h2 {
        font-size: 32px;
    }

    .subscribe-warp {
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .section-blog h2 {
        font-size: 32px;
    }

    .main-slider .swiper-btn-prev {
        left: 15px;
        width: 50px;
        height: 50px;
        line-height: 58px;
    }

    .main-slider .swiper-btn-next {
        right: 15px;
        left: 15px;
        width: 50px;
        height: 50px;
        line-height: 58px;
    }

    .city-section {
        text-align: right;
        margin-right: 0 !important;
        max-width: 360px;
    }

    div#nav-tab {
        position: relative;
        top: 1px;
    }

    .input-box-warp {
        padding: 40px;
        margin-right: 0;
        position: relative;
    }

    .features-widget .white {
        transition: 0.8s;
        position: absolute;
        top: 19px;
        opacity: 0;
        right: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .preloader .lds-spinner {
        top: 28%;
        right: 30%;
        height: 200px;
        width: 430px;
    }

    .others-options {
        display: block !important;
    }

        .others-options ul {
            list-style: none;
            padding-right: 0;
            margin-bottom: 0;
        }

            .others-options ul li {
                display: block;
            }

                .others-options ul li .default-btn1.nav-btn {
                    display: block;
                }

                .others-options ul li .form-control {
                    border: solid 1px;
                    height: 45px;
                    position: relative;
                    border: none;
                    border-radius: 100px;
                    background-color: #ffffff;
                    padding-right: 30px;
                    border: solid 1px #666666;
                    margin-bottom: 20px;
                }

    .container-fluid {
        max-width: 960px;
    }

    .default-btn-two {
        padding-right: 40px;
        padding-left: 20px;
        padding-top: 14px;
        padding-bottom: 14px;
        font-size: 15px;
    }

        .default-btn-two i {
            right: 20px;
            top: 16px;
        }

    .default-btn-two {
        padding-right: 40px;
        padding-left: 20px;
        padding-top: 14px;
        padding-bottom: 14px;
        font-size: 15px;
    }

        .default-btn-two i {
            right: 20px;
            top: 16px;
        }

    .single-content span {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .single-content h2 {
        font-size: 32px;
        margin-bottom: 12px;
        margin-left: 10px;
    }

    .booking-wrap .booking-selector {
        padding-top: 20px;
        display: inline-block;
    }

    .others-options.d-flex.align-items-center {
        display: none !important;
    }

    .owl-nav {
        position: unset;
        margin-top: 25px !important;
    }

        .owl-nav .owl-next {
            position: relative;
            left: 0;
        }

        .owl-nav .owl-prev {
            position: relative;
            right: auto;
        }

    .desktop-nav .navbar .navbar-nav .nav-item a {
        font-size: 15px;
        margin-left: 8px;
        margin-right: 20px;
    }

        .desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
            padding-left: 10px;
        }

            .desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
                left: -6px;
            }

    .mx-auto {
        margin-left: 55px !important;
        margin-right: auto !important;
    }

    .others-option-for-responsive {
        display: block !important;
    }

        .others-option-for-responsive .dot-menu {
            top: -55px;
            left: 0;
        }

    .main-slider {
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
    }

        .main-slider .swiper-btn-next {
            right: 4px;
            top: 48%;
            width: 45px;
            height: 45px;
            line-height: 55px;
        }

        .main-slider .swiper-btn-prev {
            left: 4px;
            top: 48%;
            width: 45px;
            height: 45px;
            line-height: 55px;
        }

    .banner-content {
        margin-left: 0;
        z-index: 2;
    }

        .banner-content h1 {
            font-size: 60px;
            margin-bottom: 15px;
        }

    .booking-wrap .booking-selector li {
        display: inline-block;
        border: solid 1px #EAEAEA;
        margin: 5px;
    }

        .booking-wrap .booking-selector li .form-grp.select {
            padding: 14px 10px 5px 10px;
        }

        .booking-wrap .booking-selector li .form-select {
            width: 240px;
        }

        .booking-wrap .booking-selector li:last-child {
            border: none;
        }

    .booking-wrap .check-box-area {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .banner-shape {
        text-align: end;
    }

    .hero-area-style3 .banner-shape-1 {
        position: relative;
        bottom: -279px;
        margin-top: -280px;
    }

    .about-area {
        overflow: hidden;
    }

    .about-content .about-icon li {
        display: inline-block;
        margin-left: 25px;
    }

        .about-content .about-icon li h5 {
            font-size: 16px;
        }

    .about-image .about-image-two {
        width: 192px;
        height: 237px;
    }

    .easy-card {
        margin-right: 0;
        margin-left: 10px;
        padding: 20px;
    }

        .easy-card .easy-warp .card-content-two {
            left: -45px;
        }

    .easy-list li {
        padding-right: 65px;
        margin-bottom: 12px;
    }

        .easy-list li img {
            height: 45px;
            top: 2px;
        }

        .easy-list li h6 {
            margin-bottom: 8px;
            font-size: 18px;
        }

        .easy-list li p {
            font-size: 14px;
        }

    .inform-contact {
        padding: 45px 15px;
    }

        .inform-contact .booking-flight .booking-flight-content {
            position: relative;
            left: 10px;
        }

            .inform-contact .booking-flight .booking-flight-content h6 {
                font-size: 18px;
                margin-bottom: 8px;
            }

    .inform-area {
        overflow: hidden;
    }

    .section-blog h2 {
        font-size: 40px;
        max-width: 520px;
        margin-bottom: 15px;
        font-family: "Vazirmatn RD FD";
    }

    .client-warp .user-icon .user-content {
        padding-left: 70px;
    }

    .about-image-2 {
        padding-right: 40px;
    }

        .about-image-2 .about-4 {
            width: 210px;
            height: 310px;
            position: absolute;
            right: 0;
            top: 60px;
        }

    .mb-20 {
        margin-bottom: 20px;
    }

    .subscribe-warp .subscribe-image {
        margin-right: 30px;
    }

    .blog-card .blog-content {
        padding: 30px 15px 30px 15px;
    }

    .input-box-warp {
        margin-right: 0px;
    }

    .funfect-area::after {
        display: none;
    }

    .funfect-area::before {
        display: none;
    }

    .features-widget .features-icon {
        height: 65px;
        width: 65px;
        line-height: 65px;
    }

        .features-widget .features-icon img {
            height: 35px;
        }

    .features-widget {
        padding: 50px 20px 50px 0px;
        margin-left: 5px;
    }

        .features-widget .features-content {
            margin-right: 12px;
        }

            .features-widget .features-content h6 {
                font-size: 15px;
            }

    .city-tab .city-widget h5 {
        font-size: 18px;
    }

    .funfect-warp .single-funfacts-box {
        padding: 30px 15px;
    }

        .funfect-warp .single-funfacts-box h3 {
            font-size: 40px;
        }

            .funfect-warp .single-funfacts-box h3 img {
                height: 40px;
            }

    .places-area .owl-nav {
        position: relative;
        top: auto;
    }

    .room-warp .room-content {
        padding: 25px 15px;
    }

        .room-warp .room-content h5 {
            font-size: 18px;
        }

    .latest-content {
        padding: 35px 25px 35px 15px;
    }

    .pick-warp .pick-up-list {
        display: block !important;
    }

        .pick-warp .pick-up-list li {
            display: inline-block;
        }

    .service-warp .owl-nav .owl-prev {
        position: relative;
        right: 0;
    }

    .service-warp .owl-nav .owl-next {
        position: relative;
        left: 0;
    }

    .white-color .dot-menu .inner .circle {
        background-color: #ffffff;
    }

    .choose-image {
        position: relative;
        padding-left: 0px;
        padding-right: 40px;
    }

        .choose-image .choose-3 {
            left: -19px;
            top: 35px;
            width: 181px;
            height: 347px;
        }

    .perfect-card .perfect-content {
        padding: 30px 15px;
    }

        .perfect-card .perfect-content h5 {
            font-size: 20px;
        }

    .sort-widget ul li {
        margin-left: 10px;
    }

        .sort-widget ul li .form-control {
            width: 215px;
        }

    .trip-box-area .summary-widget .summary-list {
        margin-bottom: 20px;
    }

        .trip-box-area .summary-widget .summary-list li {
            margin-bottom: 12px;
        }

    .footer-widget-two {
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .footer-widget p {
        font-size: 15px;
        margin-left: 45px;
    }

    .footer-widget .topic-warp .topic-content h5 {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-area-style3 .banner-shape-1 {
        position: absolute;
        bottom: -71px;
        left: 6px;
        height: 395px;
    }

    .default-btn-three {
        padding-right: 45px;
        padding-left: 22px;
        padding-top: 13px;
        padding-bottom: 13px;
        font-size: 15px;
    }

        .default-btn-three i {
            right: 24px;
            top: 15px;
        }

    .container-fluid {
        max-width: 1140px;
    }

    .pick-warp .companies-list li {
        display: inline-block;
        margin-left: 15px;
    }

        .pick-warp .companies-list li .form-select {
            border: none;
            color: #666666;
            font-size: 15px;
        }

        .pick-warp .companies-list li p {
            font-size: 14px;
        }

    .booking-wrap .booking-selector {
        padding-top: 12px;
        padding-bottom: 8px;
    }

        .booking-wrap .booking-selector li .form-grp.select label {
            padding-right: 20px;
            font-size: 13px;
        }

            .booking-wrap .booking-selector li .form-grp.select label img {
                right: 0;
                height: 15px;
                top: 0px;
            }

        .booking-wrap .booking-selector li .form-select {
            display: block;
            width: 160px;
            padding: 10px 1px 10px 11px;
            font-weight: 600;
            font-size: 16px;
            border: none !important;
        }

    .booking-wrap .default-btn-one {
        padding-right: 47px;
        padding-left: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 13px;
    }

    .owl-nav {
        top: auto;
        position: relative;
        right: 0;
        left: 0;
        margin-top: 25px !important;
    }

        .owl-nav .owl-prev {
            position: relative;
            right: auto;
        }

        .owl-nav .owl-next {
            position: relative;
            left: auto;
        }

    .easy-card .easy-warp .card-content-two {
        box-shadow: 0px 6px 30px 1px rgba(40, 58, 94, 0.1);
        border-radius: 18px;
        padding: 20px 20px 20px 0px;
        position: relative;
        left: -43px;
        margin-right: -70px;
        background-color: #ffffff;
    }

    .easy-card .easy-warp .card-content-two {
        box-shadow: 0px 6px 30px 1px rgba(40, 58, 94, 0.1);
        border-radius: 18px;
        padding: 20px 20px 20px 0px;
        position: relative;
        left: -43px;
        margin-right: -70px;
        background-color: #ffffff;
    }

        .easy-card .easy-warp .card-content-two i {
            position: absolute;
            font-size: 23px;
            right: 15px;
            color: #ffffff;
        }

    .desktop-nav .others-options.d-flex.align-items-center {
        display: none !important;
    }

    .desktop-nav .navbar .navbar-nav .nav-item a {
        font-weight: 600;
        font-size: 15px;
        margin-left: 10px;
    }

        .desktop-nav .navbar .navbar-nav .nav-item a::before {
            left: 0px;
        }

    .others-option-for-responsive {
        display: block !important;
    }

        .others-option-for-responsive .dot-menu {
            top: -56px;
            left: 0;
        }

    .funfect-warp .single-funfacts-box {
        background: #ffffff;
        border-radius: 10px;
        text-align: center;
        padding: 50px 15px;
    }

        .funfect-warp .single-funfacts-box p {
            font-size: 14px;
        }

    .others-options .default-btn1.nav-btn {
        display: block;
        text-align: center;
    }

        .others-options .default-btn1.nav-btn i {
            position: relative;
            font-size: 24px;
            top: 6px;
            right: -8px;
            color: #ffffff;
        }

    .others-options ul {
        list-style: none;
        padding-right: 0;
        margin-bottom: 0;
    }

        .others-options ul li {
            margin-bottom: 10px;
        }

            .others-options ul li:last-child {
                margin-bottom: 0;
            }

            .others-options ul li .form-control {
                height: 56px;
                background: rgba(71, 116, 255, 0.05);
                border: none;
            }

                .others-options ul li .form-control:focus {
                    box-shadow: unset;
                }

    .main-slider {
        padding-left: 20px;
        padding-right: 20px;
    }

        .main-slider .swiper-btn-prev {
            left: 7px;
            width: 45px;
            height: 45px;
            line-height: 55px;
        }

        .main-slider .swiper-btn-next {
            right: 6px;
            width: 45px;
            height: 45px;
            line-height: 58px;
        }

    .banner-content {
        margin-left: 0px;
        margin-top: 50px;
        z-index: 2;
    }

        .banner-content h1 {
            font-weight: 700;
            font-size: 70px;
        }

    .white-color .dot-menu .inner .circle {
        background-color: #ffffff;
    }

    .about-area {
        overflow: hidden;
    }

    .about-image .about-image-two {
        position: absolute;
        width: 254px;
        height: 293px;
        bottom: 45px;
        right: 0;
    }

    .about-content .about-icon li h5 {
        font-family: "Vazirmatn RD FD";
        font-weight: 800;
        font-size: 18px;
    }

    .destination-warp:hover .destination-content {
        bottom: 20px;
        left: 15px;
        right: 15px;
    }

    .destination-warp .destination-conten {
        padding: 20px 15px;
    }

        .destination-warp .destination-conten p {
            font-size: 14px;
        }

    .easy-card {
        margin-right: 0;
        margin-left: 40px;
        background: #ffffff;
        box-shadow: 6px 6px 30px -4px rgba(40, 58, 94, 0.1);
        border-radius: 10px;
        padding: 30px 20px;
    }

        .easy-card .easy-warp .card-content-two {
            left: -70px;
        }

    .booking-contact {
        padding-bottom: 25px;
        padding-top: 25px;
        padding-right: 0px;
    }

    .inform-contact {
        padding: 60px 40px;
    }

        .inform-contact .booking-flight .booking-flight-content {
            left: 10px;
        }

            .inform-contact .booking-flight .booking-flight-content h6 {
                font-weight: 800;
                font-size: 17px;
                margin-bottom: 7px;
            }

    .inform-area {
        overflow: hidden;
    }

    .package-widget .package-content-two {
        padding: 25px 15px;
    }

        .package-widget .package-content-two h5 {
            font-size: 18px;
            margin-bottom: 10px;
        }

    .package-widget .package-content {
        padding: 25px 15px;
        margin: 20px;
    }

        .package-widget .package-content p {
            font-size: 15px;
            margin-bottom: 15px;
        }

        .package-widget .package-content p {
            font-size: 15px;
            margin-bottom: 15px;
        }

        .package-widget .package-content .wifi-list {
            margin-bottom: 2px;
        }

            .package-widget .package-content .wifi-list li {
                display: inline-block;
                position: relative;
                padding-right: 25px;
                margin-bottom: 10px;
                padding-left: 15px;
            }

                .package-widget .package-content .wifi-list li:last-child {
                    display: none;
                }

    .subscribe-content .form-control {
        height: 60px;
    }

    .client-warp .user-icon .user-content {
        padding-left: 135px;
    }

    .input-box-warp {
        margin-right: 0;
    }

    .features-widget {
        padding: 50px 20px 50px 5px;
        margin-left: 10px;
    }

    .places-area .owl-nav {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
    }

    .room-warp .room-content {
        padding: 30px 20px;
    }

    .preloader .lds-spinner {
        top: 30%;
        right: 31%;
    }

    .footer-widget .topic-warp .topic-content h5 {
        font-size: 15px;
    }

    .pick-warp .pick-up-list li .form-select {
        width: 190px;
    }

    .pick-warp .pick-up-list li .form-control {
        width: 190px;
    }

    .service-warp .owl-nav .owl-next {
        position: relative;
        left: 0;
    }

    .service-warp .owl-nav .owl-prev {
        position: relative;
        right: 0;
    }

    .service-widget .service-content {
        padding: 20px 15px;
    }

        .service-widget .service-content .flight {
            display: block !important;
        }

            .service-widget .service-content .flight p {
                display: none;
            }

    .client-box .client-image .client-icon {
        top: 28px;
        left: -35px;
    }

    .sort-widget ul li {
        margin-left: 15px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .owl-nav .owl-next {
        position: absolute;
        left: -40px;
    }

    .owl-nav .owl-prev {
        position: absolute;
        right: -40px;
    }

    .service-area .owl-nav {
        display: none;
    }

    .container-fluid {
        max-width: 1320px;
    }

    .navbar-area .container-fluid {
        max-width: 1380px;
    }

    .banner-content h1 {
        font-size: 90px;
    }

    .about-area {
        overflow: hidden;
    }

    .inform-area {
        overflow: hidden;
    }

    .inform-contact .booking-flight .booking-flight-content {
        position: relative;
        left: 18px;
    }

    .booking-wrap .booking-selector li .form-select {
        display: block;
        width: 185px;
        padding: 10px 1px 10px 11px;
        font-weight: 600;
        font-size: 16px;
        border: none !important;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .owl-nav {
        display: none;
    }
}
/*# sourceMappingURL=responsive.css.map */
