@media only screen and (min-width: 320px) and (max-width: 767px) {

  /* Home Page Starts  */
  .search-box-banner {
    padding: 15px;
  }

  .search-box-banner .form-group label {
    font-size: 13px;
  }

  .search-box-banner .column-group-main {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .search-box-banner .column-group-last {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }

  .search-box-banner .group-img input {
    padding: 4px 13px 4px 28px;
  }

  .search-box-banner .group-img i {
    left: 10px;
  }

  .search-box-banner .form-control {
    font-size: 14px;
  }

  .search-box-banner .column-group-last .search-btn,
  .search-box-banner .search-btn .search-button {
    margin-top: 0 !important;
  }

  .popular-brands-sec .brands-icon {
    padding: 5px;
    margin: 0 5px 5px 5px;
  }

  .popular-brands-sec {
    margin-bottom: 15px;
  }

  .popular-brands-sec ul li a span {
    padding: 0;
    width: 20px !important;
    height: 20px !important;
    display: inline-block;
  }

  .popular-brands-sec .brands-icon {
    font-size: 12px;
  }

  .listing-item {
    padding: 10px;
  }

  .listing-details-group ul li {
    -ms-flex: inherit;
    flex: inherit;
    max-width: inherit;
    font-size: 12px;
    margin-right: 15px;
  }

  .listing-details-group ul li:first-child,
  .listing-details-group ul li:nth-child(2) {
    margin-right: auto;
  }

  .listing-details-group ul li:last-child {
    margin-right: 0;
  }

  .listing-details-group ul li span {
    margin-right: 5px;
  }

  .listing-details-group ul li p {
    font-size: 12px;
  }

  .listing-location-details .listing-price {
    font-size: 12px;
  }

  .listing-location-details .listing-price h6 {
    font-size: 20px;
  }

  .box-single {
    padding: 0;
  }

  .most-popular-sec .slick-prev {
    left: 0;
    z-index: 99;
    top: 55% !important;
    transform: translateY(-55%);
  }

  .most-popular-sec .slick-next {
    right: 15px;
    z-index: 99;
    top: 55% !important;
    transform: translateY(-55%);
  }

  .testimonial-slider {
    overflow: hidden !important;
  }

  .testimonial-slider .slick-arrow {
    display: none;
  }

  /* Home Page Ends */

  /* Fleet Page Starts */
  .fleets-list-sec .main-heading h3 {
    margin-bottom: 20px;
  }

  .fleets-list-sec .fleets-filter {
    width: 100%;
  }

  /* Fleet Page Ends */
  .banner-sec {
    height: 300px;
  }

  .mob-banner {
    height: 300px !important;
    width: 100% !important;
    object-fit: cover !important;
  }

  .contact-form .col-xl-6.mx-auto {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

}

/* 320px-767px Ends */



@media only screen and (min-width: 320px) and (max-width: 480px) {

  /* Home Page Starts  */
  #bookingTab .nav-link {
    font-size: 12px;
    padding: 8px 13px;
  }

  .search-box-banner {
    padding: 0;
  }

  .search-box-banner .form-control {
    font-size: 12px;
  }

  .search-box-banner .form-group label {
    font-size: 12px;
  }

  #bookingTabContent .tab-pane {
    padding: 25px 10px;
  }

  .search-box-banner .column-group-main {
    margin-bottom: 10px;
  }

  /* Home Page Ends  */

  /* Fleet Page Starts */
  .fleets-list-sec .main-heading h3 {
    margin-bottom: 20px;
  }

  .fleets-list-sec .fleets-filter {
    display: block;
    float: left;
    width: 100%;
  }

  .fleets-list-sec .sigle-fleets-filter:first-child {
    margin-bottom: 10px;
    margin-right: 0;
  }

  /* Fleet Page Ends */

}

/* 320px-480px Ends */


@media only screen and (min-width: 320px) and (max-width: 480px) {}

/* 481px 767px Ends */

@media (max-width: 767px) {

  /* Home Page Starts */
  .header-sec-outer {
    display: none !important;
  }

  .menu-mobile-content-wrap.opened {
    border-top: 1px solid #ccc;
  }

  .mob-header-sec {
    display: block;
    padding: 6px 0;
  }

  .mobile-menu-icon i {
    font-size: 25px;
  }

  .menu-mobile-content-wrap {
    position: fixed;
    left: 0;
    top: 57px;
    width: 100%;
    z-index: 999;
    height: 0;
    will-change: height;
    -webkit-transition: height .45s cubic-bezier(.5, 1, .89, 1);
    -ms-transition: height .45s cubic-bezier(.5, 1, .89, 1);
    transition: height .45s cubic-bezier(.5, 1, .89, 1);
  }

  .menu-mobile-content-wrap.opened {
    height: 40vh;
  }

  .menu-mobile-content-wrap-inner {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
  }

  .mobile-menu-icon {
    position: relative;
  }

  .mobile-menu-icon.open .feather-menu {
    visibility: hidden;
  }

  .mobile-menu-icon .feather-x {
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
  }

  .mobile-menu-icon.open .feather-x {
    visibility: visible;
  }

  .menu-mobile-content-wrap .navbar-nav {
    text-align: left;
  }

  .menu-mobile-content-wrap .navbar-nav {
    padding-top: 25px;
  }

  .menu-mobile-content-wrap .navbar-nav li a {
    font-size: 14px;
    font-weight: 500;
    color: var(--main-text-color) !important;
  }

  .menu-mobile-content-wrap .contact-btn {
    text-align: center;
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    bottom: 5vh;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 300ms;
  }

  .contact-btn a {
    font-size: 13px;
    background: var(--main-bg-color);
    color: var(--main-text-color);
    border-radius: 10px;
    font-weight: 400;
    padding: 5px 10px;
    display: inline-block;
  }

  .menu-mobile-content-wrap.opened .contact-btn {
    opacity: 1;
    transition: visibility 400s linear 400ms, opacity 400ms;
  }

  .mob-overlay {
    background: rgba(0, 0, 0, .6);
    width: 100%;
    position: absolute;
    left: 0;
    top: 57px;
    z-index: 99;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 300ms;
    -webkit-transition: height .85s cubic-bezier(.5, 1, .89, 1);
    -ms-transition: height .85s cubic-bezier(.5, 1, .89, 1);
    transition: height .85s cubic-bezier(.5, 1, .89, 1);
  }

  .mob-overlay.slow-overlay {
    height: 100%;
    opacity: 1;
    transition: visibility 400s linear 400ms, opacity 400ms;
  }

  .mob-banner {
    display: block;
  }

  .desktop-banner {
    display: none;
  }

  .bootstrap-datetimepicker-widget.dropdown-menu {
    inset: inherit !important;
    width: auto;
  }

  .bootstrap-datetimepicker-widget table th {
    padding: 5px;
  }

  .mob-header-sec {
    transition: top 2s ease, left 2s ease;
    transition-delay: 0s, 0s;
    transition-delay: 4s;
  }

  .mob-header-sec.sticky-sec {
    position: fixed;
    top: 0;
    opacity: 1;
    visibility: hidden;
    transform: translate(0, -100%) scale(1);
    transition: .3s;
    z-index: 99;
    display: inline-block;
    width: 100%;
    background: #fff
  }

  .mob-header-sec.sticky-top-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0) scale(1);
    transition: .3s;
  }

  /* Home Page Ends */


}

/* Ending at 767 */


@media (min-width: 768px) {

  /* Home Page Starts */
  .header-sec-outer {
    display: block;
  }

  .mob-header-sec,
  .menu-mobile-content-wrap {
    display: none;
  }

  .mob-banner {
    display: none;
  }

  /* Home Page Ends */

}

/* Starting at 768 */


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 100%;
  }

  .header-sec-outer {
    padding: 0;
  }

  .header-sec-outer .navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 10px 30px;
  }

  .form-group.date-widge,
  .form-group.time-widge {
    width: 50%;
  }

  .brands-sec {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .listing-details-group ul li {
    -ms-flex: inherit;
    flex: inherit;
    max-width: inherit;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .listing-details-group ul li span {
    margin-right: 0;
  }

  .listing-location-details .listing-price img {
    margin-right: 2px;
  }

  .listing-location-details .listing-price h6 {
    font-size: 18px;
  }

  .search-box-banner .column-group-main:nth-child(1),
  .search-box-banner .column-group-main:nth-child(2) {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }

  .search-box-banner .column-group-main:nth-child(3) {
    -ms-flex: 70%;
    flex: 70%;
    max-width: 70%;
  }

  .search-box-banner .column-group-last {
    -ms-flex: 30%;
    flex: 30%;
    max-width: 30%;
  }

  .section-search .form-field-wrap {
    padding: 25px 20px;
  }

  #navbarNav {
    display: inline-block;
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .most-popular-sec .slider,
  .testimonial-slider {
    overflow: hidden !important;
  }

  .banner-sec {
    height: 350px;
  }

  .banner-sec .desktop-banner {
    height: 350px;
    width: 100%;
    object-fit: cover;
  }


}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .services-group-box {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .brands-sec {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .contact-form .col-xl-6.mx-auto {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

}

/* 992px 1024px Ends */

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .services-group-box {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .brands-sec {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .contact-form .col-xl-6.mx-auto {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

}

/* 1025px 1199px Ends */
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .listing-details-group ul li {
    -ms-flex: inherit;
    flex: inherit;
    max-width: inherit;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .listing-details-group ul li img {
    margin-right: 0;
  }
}



@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }

  .contact-form {
    padding: 100px 0 !important;
  }

  .payment-sec {
    margin-bottom: 150px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .listing-location-details .listing-price h6 {
    font-size: 20px;
  }

  .listing-location-details .listing-price {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pickup-time .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .pickup-time .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .booking-sec-outer .container {
    max-width: 540px;
    margin: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1199px) {
  .pickup-time .col-xl-8 {
      margin-bottom: 1rem;
  }
}