@media screen and (max-width:768px) {
  .header-location-div{
    display: none;
  }
  .call-header p a {
    text-decoration: none;
    color: #414141;
    font-size: 12px;
    font-family: "Poppins", serif;
}
.mail-header p a {
  text-decoration: none;
  color: #414141;
  font-size: 12px;
  font-family: "Poppins", serif;
}
.carousel-control-prev{
  top: 20%;
  height: 30px;
  width: 30px;
}
.carousel-control-next{
  bottom: 20%;
  height: 30px;
  width: 30px;
}
.carousel-control-prev-icon {
  background-image: url(../img/icons/up-arrow.png);
  background-size: 15px!important;
}
.carousel-control-next-icon {
  background-image: url(../img/icons/arrow-down.png);
  background-size: 15px!important;
}
.user-text {
  margin-top: 15px;
  padding-left: 20px!important;
  padding-right: 20px!important;
}
.owl-nav .owl-prev {
  position: absolute;
  top: 35%;
  left: -15px;
}
.owl-nav .owl-next {
  position: absolute;
  top: 35%;
  right: -15px;
}
.about-head p{
  text-align: justify;
}
.vechiles-head p{
  text-align: justify;
}
.features-head h2{
  font-size: 24px;
}
.tempo-details-text {
  background-color: #fff;
  padding: 10px 10px;
}
}
@media screen and (max-width:991px){
  .banner{
    display: block;
  }
    .banner-text-area{
    width: 100%;
    padding-top: 20px;
    min-width: 300px;
  }
  .banner-form h4{
    margin-top:0px;
  }
  .banner-form p {
    font-size: 13px;
    text-align: center;
    color: #fff;
    margin-top: 5px;
}
.since-time{
  transform: rotate(0);
  margin-right: 0px!important;
  margin-left: 15px;
}
.since-time h5{
  text-align: justify;
}
.since-time h1{
  text-align: justify;
}
.user-text {
  margin-top: 15px;
  padding-left: 80px;
  padding-right: 80px;
}
#navbarNavDropdown{
  margin-left: inherit;
}
}

@media screen and (max-width:500px){
  .about-head h2 {
    font-weight: 700;
    margin-top: 10px;
    font-size: 25px;
}
.time-support{
  position: inherit;
  right: 0;
  left: 0;
  justify-content: center;
}
.features-text p{
  font-size: 12px;
}
.features-text h5 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 2px;
}
.user-text p{
  font-size: 13px;
}
.bottom-footer ul li a {
  text-decoration: none;
  margin-bottom: 0px;
  color: #d6d6d6;
  font-size: 12px;
}
}

@media screen and (min-width:991px) {
  /* Initially hide the dropdown menu */
.nav-item .dropdown-menu {
  display: block; /* Allow the dropdown to be rendered */
  max-height: 0; /* Initially set the max height to 0 */
  opacity: 0; /* Initially set opacity to 0 */
  overflow: hidden; /* Hide anything outside */
  transition: max-height 0.3s ease, opacity 0.3s ease; /* Smooth transition for max-height and opacity */
}


/* Show the dropdown menu smoothly when hovering over the parent item */
.nav-item:hover .dropdown-menu {
  max-height: 500px; /* Set a max height large enough to show the content */
  opacity: 1; /* Make the dropdown visible */
}}

@media  screen and (max-width :1024px) {
  .header-location-div{
    display: none;
  }
}