@media (min-width: 576px) {
  .sticky_button {
    display: none;
  }
}

@media (max-width: 1800px) {
  .hero-content {
    margin-bottom: 37px;
  }
  a.footer_link {
    font-size: 14px;
  }
  .footer-main p {
    font-size: 14px;
  }
  .footer_left .contact-btn {
    padding: 14px 20px;
  }
  .footer_left {
    gap: 10px;
  }
  .footer-main nav {
    gap: 6px;
  }
}
@media (max-width: 1400px) {
  .common_padding {
    padding: 60px 0;
  }
  .hero-content {
    padding-top: 150px;
  }
  section.choose-trip {
    padding: 60px 0 0 0;
  }
  .car-img img {
    height: 210px;
  }
  p.passenger {
    padding: 0px 0 27px 0;
  }
  .popular-routes {
    padding: 240px 0 60px 0;
  }
  .service-card {
    padding: 16px;
  }
  .service_icon {
    height: 40px;
    width: 40px;
  }
  .service_icon img {
    width: 20px;
    height: 20px;
  }
  .service-card h3 {
    padding-top: 20px;
  }
  .service-card p {
    margin-top: 12px;
    font-size: 16px;
  }
  .services-grid {
    margin-top: 30px;
    gap: 16px;
  }
  /* .about-img-small {
    height: 233px;
  }
  .about-img-tall {
    height: 306px;
  } */

  /* .about-img-small,
  .about-img-tall {
    height: auto;
  } */
  .about-img {
    width: 100%;
    /* object-fit:; */
  }
  .about-gallery {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 1280px) {
  .footer-main {
    gap: 10px;
  }
  .footer-main nav {
    gap: 2px;
  }
}
@media (max-width: 1200px) {
  .hero-content h2 {
    padding: 10px 0;
  }
  .hero-slider-abs {
    display: none;
  }
  .hero-content {
    padding-right: 0px;
  }
  .map_section .section-title ul li img {
    width: 60px;
    height: 60px;
  }
  .map_section .section-title ul li span {
    padding-left: 10px;
  }
  .map_section .section-title ul li {
    font-size: 18px;
  }
  .map_section .section-title ul {
    gap: 20px;
  }
  .about-copy {
    max-width: 100%;
    margin-top: 20px;
  }
  .about-col-shift {
    margin-top: 0;
  }
}
@media (max-width: 1120px) {
  .about-img-small,
  .about-img-tall {
    height: 200px;
  }
  .footer_left {
    justify-content: space-between;
  }
  .hero {
    min-height: auto;
    background: var(--bg);
  }
  section.choose-trip {
    padding: 40px 0 0 0;
  }
  .common_padding {
    padding: 40px 0;
  }
  .hero-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-content {
    padding-top: 160px;
  }
  .hero-slider,
  .hero-slide,
  .hero-slider-abs {
    display: none;
  }
  .about {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 58px 0;
  }

  .about-copy > p {
    font-size: 16px;
  }

  .feature-grid h3,
  .feature-grid p,
  .about-copy .btn {
    transform: none;
    margin-left: 0;
    white-space: normal;
  }

  .feature-grid h3 {
    font-size: 17px;
    margin-bottom: 0;
  }

  .feature-grid p {
    font-size: 14px;
    line-height: 1.4;
  }

  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .reviews-head h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .footer-main p {
    max-width: 100%;
    font-size: 16px;
  }
  a.footer_link {
    font-size: 14px;
  }
  .contact-btn {
    font-size: 14px;
  }
  .footer-bottom p {
    font-size: 14px;
  }
  .popular-routes {
    padding: 240px 0 40px 0;
  }
}
@media (max-width: 1024px) {
  .routes-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
  }
  .route-pill {
    padding: 14px;
  }
  .premium-strip {
    padding: 20px 20px;
  }
  .premium-strip::before,
  .premium-strip::after {
    display: none;
  }
  .premium-strip h2 {
    font-size: 40px;
    line-height: 52px;
  }
  .stats {
    margin: 20px auto 30px auto;
  }
  .stats strong {
    font-size: 40px;
    line-height: 45px;
  }
  .stats span {
    font-size: 16px;
    padding-top: 4px;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    background-color: #f2f4f9;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid black;
  }
  .navbar-nav li {
    display: flex;
  }

  .hero-left {
    padding: 40px 20px;
  }
  .navbar {
    padding-top: 0;
  }
  .hero-content {
    padding-top: 100px;
    /* padding-left: 20px;
    padding-right: 20px; */
  }
  .hero-desc p {
    font-size: 16px;
    line-height: 22px;
  }
  .navbar-nav .nav-link {
    margin-left: 0;
  }
  .trust-list {
    padding: 20px 0;
  }
  .trust-list span {
    font-size: 16px;
  }
  /* .about-copy h2, .section-title h2 {
    font-size: 32px;
    line-height: 42px;
  } */
  .feature-grid {
    margin-top: 20px;
    gap: 20px 20px;
  }
  .about-copy .btn {
    margin-top: 24px;
  }

  .carSwiper {
    padding: 20px 0 0 0;
  }
  .popular-trip {
    padding-top: 210px;
    padding-bottom: 40px;
  }
  .popular-trip .swiper {
    padding-top: 30px;
  }
  .popular-trip .swiper-horizontal {
    padding-bottom: 54px;
  }
  .services-grid {
    margin-top: 24px;
  }
  .reviews-head h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .reviews-head {
    display: block;
  }
  .review_button {
    margin-top: 20px;
  }
  .video-grid {
    margin-top: 30px;
  }
  .map_section .section-title ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .fleetTabs_grid {
    grid-template-columns: 1fr;
  }

  .fleetTabs_cards {
    display: none;
  }

  .fleetTabs_item {
    font-size: 20px;
    position: relative;
    padding: 16px 0;
  }

  .fleetTabs_item .fleetTabs_card {
    display: none;
    margin-top: 15px;
  }

  .fleetTabs_item.active .fleetTabs_card {
    display: block;
  }

  .dealCard {
    grid-template-columns: 1fr;
  }

  .dealCard_img {
    height: 260px;
  }
  .intercity_grid,
  .outercity_grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .why-grid {
    grid-template-columns: 1fr;
  }
  .why-choose-section {
    padding: 40px 0;
  }
  .why-choose-section .img1,
  .why-choose-section .img2 {
    max-width: 100%;
  }
  .why-choose-section .img2 {
    position: relative;
    bottom: unset;
    right: unset;
    margin-top: 20px;
  }
  .experience-box {
    left: 20px;
    bottom: 20px;
  }
  .dealSlider_section {
    padding: 40px 0;
  }
  .fleetTabs_section {
    padding: 40px 12px;
  }
  .intercity_section,
  .outercity_section {
    padding: 40px 0;
  }
  .intercity_content p:last-child,
  .outercity_content p:last-child {
    margin: 0;
  }
  .outercity_grid .outercity_content {
    order: 1;
  }
  .outercity_grid .outercity-form-box {
    order: 2;
  }
  .pricing-section .button_banner {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .left_map_img {
    max-width: 50%;
    margin: 0 auto 30px auto;
  }
  .quick-quote-form {
    grid-template-columns: 1fr;
  }
  .hide-mb {
    display: none;
  }
  .show-mb {
    display: block;
  }
  .airport-form-box {
    width: calc(100% / 1 - 0px);
  }
  .marquee-content span {
    font-size: 14px;
    margin-right: 40px;
  }
  .about-col {
    gap: 20px;
  }

  .footer_left {
    display: block;
  }
  .footer-main nav {
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .footer-bottom {
    margin-top: 30px;
  }
  .map_section .section-title ul {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
  .fleetTabs_title {
    font-size: 24px;
  }

  .fleetTabs_item {
    font-size: 22px;
    padding: 16px 0;
  }

  .fleetTabs_features {
    flex-wrap: wrap;
    gap: 10px;
  }
  .intercity_content h2,
  .outercity_content h2 {
    font-size: 24px;
  }
  .dealSlider_header h2 {
    font-size: 24px;
  }
  .why-choose-section h2.section-title {
    font-size: 24px;
    line-height: 32px;
  }
  .quick-quote-form button {
    width: 100%;
  }
  .form-row {
    flex-direction: column;
  }
}
@media (max-width: 760px) {
  .topbar {
    flex-wrap: wrap;
    justify-content: center;
  }

  .main-nav {
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 12px;
  }

  .hero-desc {
    gap: 8px;
  }

  .hero-dot {
    margin-top: 12px;
  }
  .call_banner {
    font-size: 18px;
  }
  .hero-content h1 {
    font-size: clamp(36px, 11vw, 40px);
  }
  .navbar-nav .nav-link:after {
    bottom: 6px;
  }

  .contact-cards,
  .feature-grid,
  .stats {
    grid-template-columns: 1fr;
  }
  .stats {
    margin: 30px 0;
    gap: 26px;
  }
  .premium-strip h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .service-card {
    padding: 16px;
  }
  .service_icon {
    height: 40px;
    width: 40px;
  }
  .service_icon img {
    width: 20px;
    height: 20px;
  }
  .service-card h3 {
    font-size: 18px;
    padding-top: 20px;
  }
  .service-card p {
    margin-top: 8px;
    font-size: 16px;
  }
  .services-grid {
    gap: 12px;
  }
  .about-gallery {
    gap: 20px;
  }
  .stats strong {
    font-size: 30px;
    line-height: 35px;
  }
  .services-grid,
  .video-grid {
    grid-template-columns: 1fr;
  }

  .reviews-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .premium-strip {
    border-radius: 20px;
  }
}
@media (max-width: 575px) {
  .left_map_img {
    max-width: 80%;
  }
  .button_banner {
    width: 100%;
  }
  .navbar-brand img {
    max-width: 120px;
  }
  .btn.contact-btn.service_premium {
    width: 100%;
    padding: 13px;
  }
  .about {
    padding: 40px 0;
  }
  .about-col,
  .about-gallery {
    gap: 16px;
  }
  .icon-circle {
    width: 40px;
    height: 40px;
  }
  .icon-circle img {
    width: 20px;
  }
  .routes-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px 30px;
    margin-top: 24px;
  }
  .map_section .section-title ul li img {
    width: 46px;
    height: 46px;
    /* padding: 6px; */
  }
  .map_section .section-title ul li span {
    padding-left: 10px;
  }
  .map_section .section-title ul li {
    font-size: 16px;
    font-weight: 500;
  }
  .why-choose-section .image-grid {
    gap: 20px;
  }
  .why-choose-section .image-grid img {
    height: 200px;
  }
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .route-table th,
  .route-table td {
    text-align: center;
    white-space: nowrap;
  }
  .pricing-section .button_banner {
    width: 100%;
  }
}
@media (max-width: 481px) {
  .why-choose-section .image-grid img {
    height: 150px;
  }
}
@media (max-width: 375px) {
  .hero-content h2 {
    font-size: 17px;
  }
  .sticky_button {
    padding: 20px 35px 10px 35px;
  }
}
