@media (min-width: 1100px) {
  .container {
    max-width: 1050px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1150px !important;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1200px !important;
  }
  .bi_arrow {
    width: 100%;
    min-width: 220px !important;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1350px !important;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1400px !important;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1500px !important;
  }
}
@media (max-width: 1366px) {
  .tab_wrapper .booking-box .form-control {
    font-size: 24px;
  }
  .gs-summary-text {
    font-size: 24px;
  }
  .tab_wrapper
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 24px;
  }
  .butn-adult {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .booking-box .booking-box__body {
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .ticket_bottom_content .flex_box {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 5px;
  }
  .flex_box_content h4 {
    font-size: 17px;
  }
  .flex_box_content span {
    font-size: 15px;
    display: block;
    min-height: 55px;
  }
}
@media (max-width: 1299px) {
  .bi_arrow {
    min-width: 120px;
  }
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 40px 0px;
  }
  .site_logo {
    max-width: 210px;
    max-height: 70px;
  }
  .demoNavBar li {
    padding: 15px 10px;
  }
  .demoNavBar li a {
    font-size: 16px;
  }
  .banner_title {
    font-size: 26px;
  }
  .home_banner_section {
    height: 80vh;
    padding: 0px;
    overflow-x: hidden;
  }
  .banner_carousel .owl-item img {
    height: 100vh !important;
  }
  .b-form-group {
    min-height: auto;
  }
  .home_banner_section .banner_carousel .item {
    height: 80vh;
    max-height: 80vh;
  }
  .tab_wrapper_container {
    bottom: 215px;
  }
  .tab_wrapper {
    padding: 15px;
  }
  .b-form-group.return::after {
    display: none;
  }
}
@media (max-width: 1099px) {
  .sticky .demoNavBar li {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .flashdeals-card {
    flex-direction: column;
  }

  .flashdeals-image-container,
  .flashdeals-content {
    width: 100%;
  }

  .flashdeals-image-container {
    min-height: 200px;
  }
  .flashdeals-content {
    padding: 15px;
  }
  .demoNavBar li .phone {
    color: #fff;
  }
  header.header {
    background: #fff;
    padding: 10px 0px;
  }
  .chk-form-box {
    height: auto !important;
  }
  .demoNavBar li a {
    color: #000 !important;
  }
  .toggle_btn {
    color: #000;
  }
  .offcanvas-header .btn-close {
    opacity: 1;
  }
  .offcanvs-bdy {
    padding: 0px 15px;
  }
  .offcanvas-start {
    border-right: 0 !important;
  }
  .home_banner_section {
    min-height: auto !important;
    margin: 0px !important;
  }
  .lng_dropdown li {
    padding: 0px !important;
  }
  .demoNavBar li a {
    color: #000 !important;
  }
  .offcanvas-body {
    background: #ffffff;
  }
  .nav-link.active::after {
    background-color: #77b6cd !important;
    height: 1px !important;
  }
  .date_text_lg {
    font-size: 22px;
  }
  .date_text_sm {
    margin-top: 0px;
  }
  .rooms-text {
    margin-top: 0px;
  }
  .gs-dropdown {
    padding: 10px;
  }
  .site_navbar .phone_number_menu::after {
    width: 0;
  }
  .home_header .offcanvas-body .demoNavBar li a {
    color: var(--blackColor) !important;
  }
  .home_header .offcanvas-body .login-user-icon {
    color: var(--secondaryColor) !important;
    border: 1px solid;
  }
  .tab_wrapper .select2-container--default .select2-selection--single {
    height: 30px !important;
  }
  .suggestions {
    top: 60px;
  }
  .suggestion-item {
    padding: 10px;
  }
  .home_banner_section {
    max-height: max-content;
    padding: 0;
  }
  .site_navbar .phone_number_menu a {
    padding: 0px 5px !important;
    gap: 5px;
  }
  .phone_number_menu .phone_icon {
    margin-left: 0;
  }
  .home_header .phone_number_menu .phone_icon {
    margin-left: 0px !important;
  }
  .login-user-icon {
    border: 1px solid;
  }
  .site_navbar .phone_number_menu {
    border-left: 0px !important;
  }
  .tab_wrapper
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    font-size: 20px;
    line-height: 30px;
  }
  .tab_wrapper .nav-pills {
    padding: 0 20px;
    width: 100%;
  }
  .tab_wrapper .booking-box .form-control,
  .gs-summary-text {
    font-size: 20px;
    padding: 0px !important;
    min-height: 30px !important;
    height: 30px;
    line-height: 30px;
  }

  .b-form-group {
    min-height: auto;
    border: 1px solid #ddd;
    padding: 2px 6px;
    border-radius: 5px;
    height: 100%;
    overflow: hidden;
  }
  .b-form-group-end {
    border: 0;
    padding: 0;
  }
  .tab_wrapper .b-form-group::after {
    display: none;
  }
  .tab_wrapper .tab-content {
    padding: 70px 10px 10px;
    min-height: 160px;
  }
  .booking__box__popup__visible {
    right: 0 !important;
    opacity: 1 !important;
    z-index: 999 !important;
    visibility: visible !important;
    left: 0 !important;
  }
  .flex__mobile__wrap {
    flex-wrap: wrap !important;
  }
  .industry-about-area .left-content-wrap .industry-video-wrap {
    position: relative;
    transform: translateY(-65%);
  }
  .modify_search_wraper .b-form-group {
    border: 0;
    padding: 0;
  }
  .modify_search_wraper button#searchButton {
    background: #000 !important;
    margin-top: 10px !important;
  }
  .banner_carousel .owl-item img {
    height: 100vh !important;
  }
  .booking-box .booking-box__body {
    padding: 0px !important;
  }
  .tab_wrapper {
    padding: 20px;
  }
  .banner_carousel .owl-nav button span {
    line-height: 30px;
  }
  .modify_search_wraper.return {
    margin-top: 0px !important;
  }
}
@media (max-width: 767px) {
  .flashdeals-heading {
    font-size: 20px;
    line-height: 30px;
  }
  .flashdeals-description {
    font-size: 15px;
  }
  .flashdeals-content {
    padding: 15px;
  }
  .header_top {
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
  }
  .seat_total_amnt_bar {
    padding: 15px;
  }
  .total-amount-flex {
    justify-content: center;
    width: 100%;
    margin-bottom: 5px;
  }
  .flash_deals .owl-nav .owl-prev {
    left: 0px !important;
  }
  .flash_deals .owl-nav .owl-next {
    right: 0px !important;
  }
  .banner_carousel .owl-nav {
    bottom: 40px !important;
    top: auto !important;
  }
  .call-to-action-title {
    max-width: 100%;
    font-size: 22px;
    line-height: 30px;
  }
  .app_sec .section-title h2 {
    font-size: 35px;
    margin-bottom: 0;
    line-height: 32px;
  }
  .toggle_btn {
    line-height: 1;
  }
  .site_logo {
    width: 200px;
  }
  .total_trip_busbora {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .owl-prev {
    right: 65px !important;
  }
  .filter_offcan {
    justify-content: flex-start;
  }
  .banner_img {
    height: 250px;
  }
  .banner-title {
    font-size: 20px;
    top: -65px;
    text-align: center;
  }
  .footer_logo {
    width: 200px !important;
    margin: 0 0 10px !important;
  }
  .pay_card_img_wrap img {
    max-width: 160px;
  }
  .complaint_form {
    padding: 15px;
  }
  .footer_logo {
    width: 200px !important;
  }
  .section-title h2 {
    font-size: 22px !important;
    padding-bottom: 10px !important;
  }
  .industry-single-what-we-cover-item {
    border: 1px dashed #77b6cd;
    padding: 20px;
  }
  .modify_search_wraper .repeat-arrow-img-btn {
    top: 66px !important;
    right: 5px !important;
    transform: rotate(90deg) !important;
  }
  .banner_carousel {
    border-radius: 10px;
  }
  .booking-box .booking-box__body {
    border-radius: 10px;
    padding: 0px !important;
  }
  .route_name {
    font-size: 18px;
  }
  .icon-box-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize !important;
    padding: 0 10px;
    line-height: 24px;
  }
  .banner_title {
    font-size: 16px;
    padding-top: 10px;
    position: absolute;
    top: -70px;
    z-index: 2;
    font-weight: 500;
    text-align: start;
    left: 15px;
    right: 15px;
    line-height: 25px;
    max-width: 70% !important;
  }
  .how_it_works_inner {
    min-height: 150px;
  }
  .fact_title {
    font-size: 20px;
    font-weight: 600;
  }
  .single-count.count-up p {
    font-size: 16px;
  }
  .booking-box .form-control {
    padding: 0px 7px !important;
  }
  .counter-head {
    font-size: 30px;
  }
  .large-welcome-section .title-wrapper {
    padding: 20px 0;
  }
  .large-welcome-section .title-wrapper .large-title {
    font-size: 25px;
  }
  .large-welcome-section .title-wrapper .medium-title {
    font-size: 16px;
  }
  .large-welcome-section .title-wrapper .small-title {
    font-size: 14px;
  }
  .how_works {
    padding: 3px;
  }
  .download-ticket {
    padding: 20px;
  }
  .b-contact-form-box {
    min-height: auto;
    padding: 20px;
  }
  .cont_right_box_icon {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    margin: 0 auto 10px;
  }
  .form-control {
    min-height: 41px !important;
  }
  .app_sec {
    padding-bottom: 0px !important;
  }
  .sorting_select {
    min-width: 200px;
    height: 35px !important;
  }
  #trip-msg {
    margin-top: 10px;
    padding: 10px;
  }
  .ticket-src-result .b-search-map__wrap {
    padding: 10px 10px 15px;
  }
  .search_banner {
    height: 120px;
  }
  .industry-about-area .left-content-wrap .vertical-image {
    left: -1px;
  }
  .industry-video-wrap .experience {
    padding: 10px;
  }
  .industry-about-area .right-content-area .title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 10px;
    margin-top: 80px;
  }
  .industry-single-what-we-cover-item .icon {
    font-size: 45px;
    line-height: 70px;
    margin-bottom: 0px;
  }
  .copy_right_text {
    border-bottom: 0;
  }
  .gall-img {
    height: 250px;
  }
  .short_banner_title {
    font-size: 25px;
  }
  .breadcrumb__list .breadcrumb__item .breadcrumb__link {
    font-size: 16px;
  }
  .breadcrumb__item_active {
    font-size: 16px;
  }
  .short_banner {
    min-height: 150px;
    margin-top: 0px !important;
  }
  .about_section .right-content-area .title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .industry-btn.black {
    width: 100%;
    max-width: 100%;
  }
  .single_search_result_item ul.result_content li:first-child {
    padding: 0;
  }
  .pess-dtls-box {
    min-height: auto !important;
  }
  .pay-details-box.pess-dtls-box.last_box td {
    font-size: 14px;
    padding: 5px;
  }
  #preloader .wrapper {
    width: 170px;
    height: 170px;
  }
  #preloader .content {
    height: 20px;
    width: 20px;
  }
  #preloader .wrapper h2 {
    font-size: 12px;
  }
  .footer_top {
    padding: 30px 0px;
  }
  .single_search_result_item .result_content li .bus_name h6 {
    font-size: 18px;
  }
  .single_search_result_item ul.result_content li .item-content p {
    font-size: 14px;
  }
  /*  */
  .fw-bold {
    line-height: 20px !important;
  }
  .follow_us_text {
    text-align: start !important;
  }
  #searchButton {
    margin-top: 0px !important;
  }
  .tab_wrapper .booking-box .b-form-group label {
    line-height: 26px;
  }
  .modify_search_wraper {
    margin-top: 0 !important;
  }
  .margin_top_pay {
    margin-top: 0px !important;
  }
  .payment_process_top {
    margin-top: 0px !important;
  }
  .datebar_wrapper {
    margin: 5px 0px;
  }
  .offcanvas-header {
    border-bottom: 1px solid #c1b6b6 !important;
  }
  /* =======payment success page===== */
  .margin_top_pay {
    margin-top: 0px !important;
  }
  .ticket_box_heading {
    font-size: 20px !important;
    font-weight: 500;
  }
  .congratulations_section {
    margin-top: 0px !important;
  }
  .modify_search_wraper.return {
    margin-top: 0px !important;
  }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 37px !important;
    }
    /* bus tracker */
    .bus_tracker {
      padding-top: 0px !important;
      height: 100% !important;
    }
    .tracking_map_height {
      height: 400px !important;
    }

  
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* ====search=== */
  .single_search_result_item ul.result_content li .price {
    font-size: 20px !important;
  }
  .item-content {
    margin-right: 4px !important;
  }
  .single_search_result_item ul.result_content li .item-content p {
    font-size: 18px !important;
    font-weight: 600 !important;
  }
  .dpe_ariv_wrap {
    flex-wrap: nowrap !important;
  }
  .operator_logo {
    max-width: 170px !important;
  }
  .congratulations_section {
    margin-top: 0px !important;
  }
  .short_banner {
    margin-top: 0px !important;
  }
  .modify_search_wraper.return {
    margin-top: 0px !important;
  }
}

@media (min-width: 1095px) and (max-width: 1199px) {
  .tab_wrapper {
    top: 115px !important;
  }
}
@media (min-width: 590px) and (max-width: 766px) {
  .tab_wrapper {
    top: 115px !important;
  }
}
@media (min-width: 767px) and (max-width: 1099px) {
  .tab_wrapper {
    top: 115px !important;
  }
}

@media only screen and (min-width: 766px) and (max-width: 1024px) {
  .tab_wrapper {
    top: 90px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .tab_wrapper {
    top: 0px !important;
  }
}
/* @media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tab_wrapper {
    top: 0 !important;
  }
} */
@media (min-width: 570px) and (max-width: 770px) {
  .arrival_time_route{
    max-width: 33% !important;
  }
}
@media (max-width: 575px) {
  .section-padding {
    padding: 30px 0px;
  }
  .dpe_ariv_wrap li {
    width: 32%;
  }
  .dPoint {
    font-size: 14px;
    line-height: 22px !important;
    display: inline-block !important;
  }
  .single_search_result_item ul.result_content li .item-content p {
    font-size: 16px;
  }
  .dpe_ariv_wrap li {
    font-size: 15px;
  }
  .pay_card_img_wrap img {
    max-width: 145px;
    border-radius: 5px;
  }
  .app_sub_title {
    font-size: 15px;
    font-weight: 500;
  }
  .payment_wrap .payment-img {
    width: 160px;
  }
  .btn_scroll {
    bottom: 115px;
  }
  .b-form-group label {
    font-size: 13px !important;
  }
  .repeat-arrow-img-btn {
    position: absolute;
    right: 0px !important;
    top: 77px !important;
    transform: rotate(90deg);
  }
  .repeat-arrow-img-btn img {
    margin-top: -4px;
  }
  .repeat-arrow-img-btn {
    height: 35px;
    width: 35px;
  }
  .cont_right_box .single_box {
    min-height: auto;
  }
  .radio-btn {
    margin: 0 0 5px;
    width: 130px;
    min-height: 140px;
  }
  .radio-btn .hobbies-icon img {
    margin-top: 15px;
    height: 22px;
  }
  .radio-buttons {
    gap: 12px;
  }
  .radio-btn .hobbies-icon h3 {
    font-size: 20px;
  }
  .home_banner_section {
    height: auto !important;
  }
  .home_banner_section .banner_carousel .item {
    height: auto;
    max-height: max-content;
  }
  .banner_carousel .owl-item img {
    height: 215px !important;
  }
  .tab_wrapper_container {
    bottom: 0;
    position: relative;
  }
  .search__part {
    padding: 15px;
    border-radius: 6px;
    background-color: #fff;
  }
  .tab_wrapper {
    padding: 15px;
    background: #e9edf0;
    border-radius: 0px;
  }
  header.header {
    position: sticky;
  }
  header.header {
    padding: 5px 0px;
  }
}
