.show-on-991 {
  display: none! important;
}

.hide-on-991 {
  display: block! important;
}

.show-on-767 {
  display: none! important;
}

.hide-on-767 {
  display: block! important;
}

.show-on-640 {
  display: none! important;
}

.hide-on-640 {
  display: block! important;
}

.show-on-575 {
  display: none! important;
}

.hide-on-575 {
  display: block! important;
}

.show-on-425 {
  display: none! important;
}

.hide-on-425 {
  display: block! important;
}


@media (max-width: 1600px) {
  .header-section {
    min-height: auto;
  }

  .about-content-box .about-content-info {
    max-width: 700px;
  }

  .working-card {
    width: 25%;
  }

}

@media (max-width: 1380px) {
  .section .container-xxl {
    max-width: 1280px;
  }

  .book-now-box .nav-pills .nav-link {
    max-width: 250px;
    width: 100%;
  }

  .footer-info-box .info-box-body p, .footer-info-box .info-box-body a,
  .footer-menu ul li a {
    font-size: 14px;
  }

  .top-banner-section h1 {
    font-size: 40px;
  }
  
  .box-title h4 {
    font-size: 40px;
  }

  .book-now-box {
    padding: 20px;
  }

  .about-section .left-content .section-title h4 {
    font-size: 30px;
  }

  .header-section .container-xxl {
    max-width: 100%! important;
  }

  

  .upcomming-btn:focus, .upcomming-btn,
  .outline-btn:focus, 
  .outline-btn {
    font-size: 14px;
  }

  .stat-box {
    padding: 25px 0;
  }

  .service-widget-box .row .col .service-box {
    margin-bottom: 30px;
  }

  .service-middle-box {
    margin-top: -120px;
  }

  .service-section {
    padding: 34px 1rem 0;
  }

  .stat-number {
    font-size: 40px;
  }

  .achievemnts-card .overlay-content-box h5 {
    font-size: 20px;
  }

  .achievemnts-section .left-content h4,
  .service-widget-box .left-content h4 {
    font-size: 30px;
  }

  .left-content ul li {
    font-size: 20px;
  }

  .lang-btn img {
    max-width: 30px;
    width: 100%;
  }

  .login-content-box .login-sidebar {
    overflow-y: auto;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .body-title h3 {
    font-size: 32px;
  }

  .dashboard-card-header p {
    font-size: 14px;
  }

  .team-member-details::before {
    background-size: 75% 100%;
  }

  .right-img {
    max-width: 500px;
  }
  
  .about-content-box .about-content-info {
    max-width: 650px;
  }

  .overlay-content-box p {
    font-size: 14px;
  }

  .overlay-content-box h4 {
    font-size: 22px;
  }

  .service-body-content h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .service-body-content p {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .section .container-xxl {
    max-width: 1024px;
  }

  .box-title h4 {
    font-size: 36px;
  }

  .section-content-box .left-content h4 {
    font-size: 36px;
    line-height: 1.2;
  }
  
  .top-banner-section h1 {
    font-size: 36px;
  }

  .top-banner-section p {
    font-size: 14px;
  }

  .achievemnts-card .overlay-content-box h5 {
    font-size: 18px;
  }

  .left-content ul li::marker {
    margin-top: 5px;
  }

  .left-content ul li {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .left-content ul {
    margin-bottom: 20px;
  }

  .achievemnts-section .left-content h4, .service-widget-box .left-content h4 {
    font-size: 26px;
  }

  .achievemnts-section .row {
    align-items: flex-end! important;
  }

  .achievemnts-section .industry-widget-box {
    margin-bottom: 20px;
  }

  .achievemnts-section .left-content {
    margin-bottom: 30px;
  }
  .blog_search{
    width: 100%;
  }
  
}

@media (max-width: 1024px) {
  
}
@media (max-width: 991px) {
  
  .show-on-991 {
    display: block! important;
  }

  .hide-on-991 {
    display: none! important;
  }

  .coverage-section .section-title {
    margin-bottom: 40px;
  }

  .coverage-section .section-title p,
  .coverage-section .section-title h3 {
    max-width: 100%;
    text-align: center;
  }

  .about-content-box {
    background-image: none;
  }
  .left-content {
      padding: 20px;
  }

  .mobile-app-img {
      margin-top: 0;
  }

  .text-md-end,
  .copywright {
    text-align: center! important;
  }
  .navbar.navbar-expand-lg.bg-body-tertiary{
    position: unset;
    z-index: 99;
  }
  #navbarSupportedContent{
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    height: fit-content;
    background: #fff;
    padding: 65px 20px 50px 20px;
  }
  .navbar-nav li.nav-item.dropdown .dropdown-menu{
    height: 0;
    margin: 0;
  }
  .navbar-nav li.nav-item.dropdown .dropdown-menu.show{
    height: auto;
    opacity: 1;
    visibility: visible;
    max-width: 290px;
    width: 100%;
    min-width: 280px;
    margin: 0 auto;
    text-align: center;
  }
  .navbar-nav li.nav-item .dropdown-menu a:focus, .navbar-nav li.nav-item .dropdown-menu a{
    justify-content: center;
  }
  .navbar-toggler.close-icon{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
  }

}

@media (max-width: 767px) {

    .show-on-767 {
        display: block !important;
    }

    .hide-on-767 {
        display: none !important;
    }

    .header-top-img {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .header-top-img .center-img {
        max-width: 400px;
        width: 100%;
        margin: 0 auto 1rem;
    }
    .ourpartners-box-partner,
    .ourpartners-box-gsapsa {
      gap: 10px;
    }
    .ourpartners-box-partner img,
    .ourpartners-box-gsapsa img {
      padding: 20px;
    }
    .section-title {
      margin-bottom: 25px;
    }
    .section-title h3 {
      font-size: 35px;
    }
    .countdownStart-section{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1px;
    }
    
    .view-btn {
      position: unset;
    }
    .swiper-container .voiceofsuccess-card {
       width: 100%;
      height: 100%;
      margin: 0;
      display: grid;
      gap: 0;
    }
    .swiper-container .voiceofsuccess-card-img {
      padding-right: 0;
      position: unset;
      text-align: center;
    }
    .voiceofsuccess-section {
      padding: 50px 1rem 50px 1rem;
      margin: 20px 0;
    }
    .voiceofsuccess-card-img img {
      width: auto !important;
    }
    .voiceofsuccess-body {
      margin: 0px 0 0 0;
      padding: 10px 10px 10px 10px;
    }
    .voiceofsuccess_rating {
      justify-content: center;
      margin-top: 0;
    }
    .voiceofsuccess_details {
      margin: 20px 0;
    }
    .voiceofsuccess-body p {
      font-size: 14px;
      line-height: 1.4;
      -webkit-line-clamp: none;
    }
    .voiceofsuccess_ul_list p{
      font-size: 12px;
    }
    .voiceofsuccess-card-img img.icon_quote{
      display: none;
    }
    .voiceofsuccess_rating img{
      width: 15px !important;
    }
    .corporate-travel-btn-box {
      gap: 10px;
      font-size: 16px;
    }
    .about-section {
      padding: 50px 1rem;
    }
    .left-sata-content h4 {
      max-width: 100%;
    }
    .sata-content h4{
      font-size: 22px;
      line-height: 115%;
    }
    .industry-card-box .overlay-content-box{
      padding: 15px;
    }
    .slider-banner-layer h4 {
      font-size: 20px;
      line-height: 120%;
      margin-bottom: 10px;
    }
   .slider-banner-layer h1 {
      font-size: 40px;
      line-height: 110%;
    }
    .slider-banner-layer p{
      font-size: 15px;
      line-height: 120%;
    }
    .hero-section .home-slider .home-slide {
      padding: 200px 0;
    }
    .hero-section .owl-theme .owl-dots {
      display: none;
    }

    .client-feedback-box {
      bottom: 80px;
    }
    .top-title, .featured-section .section-title{
      display: grid;
    }
    .section.ourpartners-section .row > div{
      margin-bottom: 50px;
    }
    .section.header_panel.sticky {
      padding: 10px 1rem! important;
    }
    .support-btn {
      bottom: 80px;
    }
    .row_middle_image_div{
      margin-top: 20px;
      margin-bottom: 20px;
    }
    .ourleadership-content-box-text{
      margin: 20px 0;
      text-align: left !important;
    }
    .ourleadership-content-box-text h4 {
      font-size: 28px;
      line-height: 34px;
    }
    .ourleadership-content-box-text h5 {
      font-size: 18px;
      line-height: 20px;
    }
    .breadcrumb_img_div img {
      min-height: 90px;
    }
    .page_breadcrumb h3 {
      font-size: 24px;
      line-height: 26px;
      padding: 0;
      margin: 0 0 5px 0;
    }
    .page_breadcrumb p,
    .page_breadcrumb a{
      font-size: 13px;
      line-height: 15px;
    }
    .blog_search{
      width: 200px;
      margin:0;
    }
    .destination_option_blog_right select{
      width: auto;
    }
    .blog_page_top,
    .destination_option_blog_left,
    .destination_option_blog_right{
      justify-content: center;
    }
    .privacy_policy_tab_box{
      display: ;
    }
    .privacy_policy_tab_box,
    .career_job_search_div {
      display: inline-block;
    }
    .privacy_policy_tab .clickable-id,
    .career_job_search_div select{
      float: left;
      margin: 0 10px 10px 0;
    }
    .corporate-travel-description_grid {
      display: inherit;
    }
    .package-title-with-btn,
    .package-details-with-btn,
    .package-details-duration-price {
      display: grid;

    }
    .package-details-duration-price{
      grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
      gap: 20px;
    }
    .package-details-btns,
    .right_side_anchor {
      width: 100%;
      justify-content: flex-start;
    }
    .package-details-btns{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;

    }
    .section-title.text-right h3 {
      text-align: left;
    }
    .package-info-content-box-inner.cross_click ul li {
      background-position: left center;
      padding-left: 30px;
      padding-right: 0;
    }
    .destination_option{
      position: unset;
    }
    .contact-page-form-div{
      margin: 0;
    }
    .contact-page-form-div form{
      padding: 5px;
    }
    .contact_page_title{
      max-width: 100%;
    }
    .contact-widget-box .content-div iframe{
      width: 100% !important;
      height: auto !important;
    }


}

@media (max-width: 640px) {
  
  .show-on-640 {
    display: block! important;
  }

  .hide-on-640 {
    display: none! important;
  }
  
}

@media (max-width: 575px) {
  
  .show-on-575 {
    display: block! important;
  }

  .hide-on-575 {
    display: none! important;
  }

  .section-title h3 {
    font-size: 30px;
  }

  .left-content h4 {
    font-size: 30px;
  }

  .hero-section .home-slider .home-slide {
    padding: 150px 0;
  }
  .client-feedback-box {
    max-width: 288px;
    bottom: 60px;
  }
  .slider-banner-layer h4 {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 10px;
  }
 .slider-banner-layer h1 {
    font-size: 30px;
    line-height: 110%;
  }
  .slider-banner-layer p{
    font-size: 14px;
    line-height: 120%;
  }
  .owl-carousel.owl-theme .owl-nav, .owl-carousel.owl-theme .owl-nav.disabled, .team-cursol-box .owl-carousel .owl-nav, .opportunities-widget-box .owl-carousel .owl-nav{
    display: none;
  }

  .upcoming-service-widget .service-list ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  .sata-content h4{
    font-size: 20px;
    line-height: 110%;
  }
  .countdownStart-text h3{
    font-size: 30px;
  }
  .countdownStart-text p {
    font-size: 14px;
    line-height: 120%;
  }
  .countdownStart-box {
    padding: 15px 15px;
  }
   
  .header-top-img .center-img {
    max-width: 300px;
  }
  .holiday-body .holiday_price_div {
    display: grid;
    gap: 5px;
    margin: 15px 0 05px 0;
  }

  .ourleadership-content-box-text h4 {
    font-size: 26px;
    line-height: 32px;
  }
  .ourleadership-content-box-text h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .package-details-duration-price{
    grid-template-columns: 1fr;
  }
  .package-details-btns{
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .corporate_travel_ul_grid {
    display: grid;
    gap: 0;
  }
  .success_btn{
    display: grid;
  }
  .contact-page-form-div form,
  .contacct_form_block{
    display: block;
  }
  .contacct_form_block > div{
    display: grid;
    width: 100%;
  }

  #contact-map-section .blog_page_top {
    display: flex;
  }
  .contact_page_title .blog_search{
    width: 100%;
    margin: 0 -20px 0 0;
  }
  .contact_page_title .blog_search_btn{
    width: auto;
  }

}

@media (max-width: 480px) {
  
  .show-on-480 {
    display: block! important;
  }

  .hide-on-480 {
    display: none! important;
  }

  .section-title h3,
  .left-content h4 {
      font-size: 28px;
  }

  .mobile-app-img {
      padding: 0 20px;
  }

  .interest-box .section-title h3 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .section.header_panel.sticky {
    padding: 0.4rem 1rem! important;
  }

  .interest-box .section-title p {
    font-size: 1rem;
  }

  .interest-box {
    padding: 0 0 20px 0;
  }
  .interest-box .input-group .btn{
    padding: 1rem 15px;
  }
  .footer-middle .interest-box{
    margin-left: 0;
  }
  .footer-middle h4, .footer-middle p{
    text-align: left;
  }

  /*.section {
    padding: 50px 1rem! important;
  }*/
  .login-box{
    display: none;
  }


}
@media (max-width: 425px) {
  
  .show-on-425 {
    display: block! important;
  }

  .hide-on-425 {
    display: none! important;
  }

  .footer-section p {
    font-size: 12px;
  }
}

@media (max-width: 380px) {
  .header-right{
    gap: 5px;
  }

  .events-widget-box .article-card{
    display: grid;
    gap: 20px;
  }
  .events-widget-box .artical-body,
  .events-widget-box .article-card-img {
    width: 100%;
  }
}

@media (max-width: 340px) {


}



/* =====================
   desktop
   min-width: 768px;
   max-width: 1024px;

===================== */


@media (min-width: 768px) and (max-width: 1024px) {
  
}



/* =====================

   Tablets
   min-width: 640px;
   max-width: 767px;

===================== */

@media (min-width: 640px) and (max-width: 767px) {
  
}



/* =====================

   Small Devices
   min-width: 320px;
   max-width: 479px;

===================== */


@media (min-width: 320px) and (max-width: 479px) {
  

}
