@media only screen and (max-width: 1320px) {
  .navbar .right-sec {
    display: none;
  }

  .navbar .center-sec {
    display: none;
  }

  .navbar-sec .rigth-nav .contact-nav .book-btn {
    display: none;
  }

  .navbar .hamburger {
    display: flex !important;
  }

  .tab-content {
    width: 100%;
  }

  .fleet-btn-body {
    width: 75%;
  }

}





@media (max-width: 992px) {
  body {

    line-height: 22px;
  }

  .gujarat-top {
    display: block;
  }

  .gujarat-bottom {
    display: none;
  }

  .gujarat-heading {
    margin-top: 30px;
  }

  .left-side-body .left-side {
    width: 100%;
  }

  .right-side-body .right-side {
    width: 100%;
  }

  .tab-content {
    width: 100%;
  }

  .fleet-btn-body {
    width: 100%;
  }

  .location-heading {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }

  .location-card .location-img {
    height: auto;
  }

  .location3 {
    margin: auto;
  }

  .location-card2 {
    margin: auto;
  }

  .location-body {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contact-card .icon {
    width: 40px;
  }



}

@media (max-width: 800px) {
  .test-img {
    width: 100%;
  }

  .contact-container {
    margin: auto;
    width: 100%;
  }

  .contact-slider {
    height: 600px;
  }

  .copyright .container {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .copyright .container p {
    font-size: 10px;
  }

  .copyright .container p a {
    font-size: 10px;
  }
}

@media (max-width: 600px) {

  .header-body .center-item {
    display: none;
  }

  .mynavbar {
    position: unset;
    background-color: white;
  }

  .navbar .hamburger .line {
    background-color: black;
  }

  .phone-navbar {
    width: 95%;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .process-card .next-btn {
    top: auto;
    bottom: -30px;
    right: 50%;
    transform: rotate(90deg);
  }

  .fleet-btn-body {
    gap: 15px;
  }

  .mypackages {
    padding-left: 10px;
    padding-right: 10px;

  }

  .counter-body .tagline {
    position: unset;
    width: 100%;
  }

  .year {
    height: 100px;
  }

  .contact-detail {
    position: relative;
    width: 100%;
    left: 0;
    transform: translateX(0);
  }

  .contact-detail .contact-card {
    margin-bottom: 20px;
  }

  .footer-about {
    align-items: start;
  }

  .footer-about .des {
    text-align: start;
  }

  .quicklinks {
    width: 100%;
    padding: 20px 0 10px 0;
  }

  .quicklinks a {
    font-size: 12px;
    padding: 0 8px;
  }

  .tour-body {
    flex-direction: column;
  }

  .tour-body .tour-right {
    width: 100%;
  }

  .tour-body .tour-left {
    width: 100%;
  }

  .gujarat-heading .heading-body-img {
    height: 40px;
  }
  .section-item{
    padding: 40px 0;
  }
  .center{
    text-align: center;
  }
  .test-arrow-body{
    margin-bottom: -60px;
    width: 110px;
    right: 50%;
  transform: translateX(50%);
  }
  .page-left{
    float: unset;
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;

  }
  .fleet-header img{
    display: none;
  }
}

/* Mobile */
@media (max-width: 576px) {
  body {

    line-height: 21px;
  }
}

@media (max-width: 320px) {

  .year {
    height: 80px;
  }
}