@media (min-width: 576px) {
}

@media (min-width: 768px) {
  nav.navbar {
    position: absolute;
    width: 100%;
    z-index: 11;
  }
  .carousel-inner .carousel-item {
    min-height: fit-content;
  }
  #gallery-header nav.navbar {
    position: relative;
  }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}

/************** Max width media queries start *********************/

@media (max-width: 575.98px) {
  .cadillac-heading {
    font-size: 28px;
  }
  .section-padding {
    padding: 50px 0px;
  }
  section h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .mobile-nav-heading {
    font-size: 18px;
  }
  .tab {
    width: 100%;
    text-align: center;
  }
  .tab__content {
    top: 190px;
  }
  .tab label {
    margin-bottom: 15px;
  }
}

@media (max-width: 767.98px) {
  .cadillac-nv-bg-dark {
    background-color: #040485;
  }
  .about-heading {
    text-align: center;
    margin-top: 40px !important;
  }
  .carousel-item img {
    height: auto;
  }
  .slider-para-text {
    margin-top: 20px;
  }
  .mobile-nav-heading {
    color: #d19e35;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #product-for-sale img {
    margin-bottom: 20px;
  }
  .mobile-nav-heading img {
    width: 65px;
  }
  .mobile-service-para {
    margin-bottom: 50px;
  }
  .event-img-wrapper {
    padding: 0px 35px;
  }
  .product-item.swiper-slide {
    padding: 0px 35px;
  }
  #meet-our-riding {
    text-align: center;
  }
  .our-team-wrapper {
    padding: 0px 10px;
  }
  .event-image {
    height: auto;
    width: 100%;
  }
  .event-img-wrapper h4 {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  .mansota-logo {
    width: 75%;
  }
}

@media (max-width: 991.98px) {
  .footer-nav-links {
    justify-content: center;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .footer-nav-links li {
    border-right: none;
    margin-bottom: 10px;
  }
  .service-inner-wrapper {
    text-align: center;
    margin-top: 20px;
  }
  #what-we-offer {
    background-size: cover;
  }
}

@media (max-width: 1199.98px) {
}

@media (max-width: 1399.98px) {
}

/************** Max width media queries end *********************/

@media (min-width: 768px) and (max-width: 1199.98px) {
}

@media (min-width: 991px) {
  .mansota-logo {
    width: 35%;
  }
}
