@media only screen and (min-width: 1200px) and (max-width: 1366px) {

    .menu-list a {

        font-size: 14px;

    }

}



@media (max-width: 1199px) {

    .navigation {

        padding: 10px;

    }



    .menu_col {

        width: 40%;

    }



    .logo_col {

        width: 20%;

    }



    .menu-list a {

        font-size: 14px;

    }



    .footer_address li {

        word-wrap: break-word;

    }

    .header-logo img{

        height: 52px;

    }

    .packages_amenities ul {

        flex-wrap: wrap;

    }

    .responsive {

        overflow: auto;

    }



    .passenger_tbl {

        table-layout: fixed;

        min-width: 1200px;

    }

    .cart_page_wrap {

        flex-direction: column;

    }

    .cart_left form {

        overflow: auto;

    }



    table.cart_table {

        width: 1200px;

    }

}



@media (max-width: 991px) {

    .fixed-nav .header-logo img {

        height: auto;

    }



    .top-bar-link a {

        font-size: 13px;

    }



    .top-bar {

        padding: 8px 10px;

    }



    .menu-list {

        flex-wrap: wrap;

        gap: 0px;

        width: 100%;

    }



    .menu-list li {

        width: 45%;

        gap: 0px;

        display: flex;

    }



    .tourism-view {

        height: 250px;

        background-size: cover;

    }



    .flight {

        height: 60px;

        width: 198px;

    }



    .train {

        height: 90px;

        width: 359px;

        top: 163px;

    }



    .bus {

        height: 70px;

        width: 235px;

        top: 244px;

    }



    .cruise {

        height: 200px;

        width: 317px;

        bottom: 55px;

    }



    .banner_bg {

        height: 220px;

        background-size: cover;

    }



    .about-para {

        padding: 0;

    }



    .about-para {

        padding: 0;

    }



    .tour_by_slider {

        flex-direction: column;

    }



    .tour_by_content {

        padding-left: 0;

        margin-top: 30px;

        width: 100%;

    }



    .footer_top .col-sm-3 {

        width: 50%;

        margin-bottom: 30px;

    }



    .footer_top {

        padding-bottom: 20px;

    }



    .menu_col {

        display: none;

    }



    .logo_col {

        width: 30%;

    }



    .mobile-menu-btn {

        width: 70%;

        display: flex;

        justify-content: end;

        padding-top: 10px;

    }



    .mobile_menu_drawer {

        position: fixed;

        top: 0;

        left: -300px;

        width: 300px;

        height: 100%;

        z-index: 99999999999;

        background-color: #FFF;

        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);

        transition: left 0.3s ease;

		display:block;

    }

    .mobile_menu_drawer.open {

        left: 0;

		

    }

    .mobile_header_logo {

        display: flex;

        padding: 35px 25px 25px 25px;

    }

    button.close-drawer {

        outline: none;

        background: no-repeat;

        border: none;

        position: absolute;

        top: 10px;

        right: 10px;

    }

    ul.mobile-menu-list {

        padding: 0 30px;

    }

    

    ul.mobile-menu-list a {

        color: #3B3B3B;

        font-size: 14px;

    }

    .header-logo img {

        height: auto;

    }

    .card {

        flex: 1 0 calc(50% - 15px);

        overflow: hidden;

        position: relative;

      }

      .package_detail_box .col-sm-3, .package_detail_box .col-sm-6 {

        width: 100%;

    }

    

    .booking-img {

        margin-bottom: 20px;

    }

    

    .package_details {

        padding: 30px 0;

        margin-top: 30px;

        height: auto;

    }

    .tab-pane .col-sm-6 {

        width: 100%;

    }

    .amenities_list{

        font-size: 14px;

    }

    .dropdown-menu.show {

        position: relative !important;

        top: 0 !important;

        transform: translate3d(0px, 0px, 0px) !important;

    }

}



@media (max-width: 767px) {
 .top-bar {

        padding: 8px 0px;

    }
    .top-bar-link a img{
        width: 18px;
        height: 18px;
    }
    .cart_right {

    width: 100%;

}

    .top-bar .col-sm-4 {

        width: 100%;

    }

    

    .top-bar-link a {

        justify-content: center;

    }

    

    .cruise {

        height: 140px;

        width: 222px;

        bottom: 39px;

    }

    

    .train {

        height: 70px;

        width: 259px;

        top: 182px;

    }

    

    .bus {

        height: 50px;

        width: 168px;

        top: 252px;

    }

    .package_slide_item {

        flex-direction: column;

    }

    .tour_by_content h3 {

        font-size: 20px;

    }

    .testimonial-section {

        padding-bottom: 100px;

    }

    

    .testimonial_wrap {

        padding: 40px 10px 0 10px;

    }

    .testimonial_slider button.slick-prev {

        left: 0px;

        top: auto;

        bottom: -98px;

    }

    .testimonial_slider button.slick-next{

        right: 0px;

        top: auto;

        bottom: -98px;

    }

    .footer_top .col-sm-3 {

        width: 100%;

        margin-bottom: 30px;

    }

    .footer-logo {

        text-align: center;

    }

    .about-stats {

        flex-direction: column;

        justify-content: center;

    }

    

    .about-stats-box {

        text-align: center;

        margin-bottom: 20px;

    }

    .tour_tags_box .tour_tags {

        font-size: 14px;

    }

    .card {

        flex: 1 0 calc(100% - 15px);

        overflow: hidden;

        position: relative;

      }

      .my-profile-section ul.nav-pills {

        flex-direction: column;

        text-align: center;

        width: 100%;

    }

    .my-profile-section ul.nav-pills .nav-link{

        width: 100%;

        padding: 10px 30px 10px 30px;

    }

    .inner_banner span{

        font-size: 26px;

    }

    .download_pdf_btn{

        width: 100%;

    }

    .jaipur-pdf{

        text-align: center;

    }

    .all-tour-pdf{

        text-align: center;

    }

    .nav-tabs li button {

        font-size: 12px;

        padding: 2px 8px;

    }

    .package_detail_box{

        padding: 20px;

    }

    .top-bar .col-sm-4:nth-child(2), .top-bar .col-sm-4:nth-child(3) {

        width: 50%;

    }

    .logo_col {

        width: 60%;

    }

    .mobile-menu-btn {

        width: 40%;

    }

    .address_box {

        padding: 20px;

        font-size: 14px;

    }

    .main_head {

        font-size: 22px;

    }

    .package_slider button.slick-prev {

        top: -25px;

        left: 0;

    }

    

    .package-section h2.main_head {

        margin-bottom: 60px;

        text-align: center;

    }

    

    .package_slider button.slick-next {

        top: -25px;

    }

    

    .package-section .sub_head {

        text-align: center;

    }

.my-order-wrap{
    padding: 0px;
    border: none;
}
.my-profile-section .tab-content {
    padding: 0;
    border: none;
}
    table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: none;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: left;
  }
  
  table td::before {
    content: attr(data-th) ": ";
  font-weight: bold;
  width: 100%;
  display: block;
  color: #000;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
      table.cart_table {
        width: 100%;
    }
table.cart_table tbody td.cart_item{
    display: block;
    padding: 18px 10px;
}
.cart_user {
    flex-direction: column;
    gap: 15px;
}
.package_details_overview .nav-tabs {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 25px;
}

.package_details_overview .nav-tabs li button {
    width: 100%;
    background: #f7f7f7;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 10px;
}
.passenger_tbl{
    min-width: 100%;
    width: 100%;
}
.my-profile-wrap-step h4 {
    margin-bottom: 20px;
}
.my-profile-wrap-step {
    padding: 15px;
}
.dropdown.user_dropdown {
    position: absolute;
    right: 5px;
}
button.login-user-link.dropdown-toggle{
   font-size: 13px;
        text-align: right;
        justify-content: flex-end;
        width: 100%;
}
}



@media (max-width: 480px) {

    .package_head {

        font-size: 16px;

    }

    .nav-tabs li button {

        font-size: 10px;

        padding: 0px 3px;

    }

}