/* Extra small devices (phones, 320px to 479px) */
@media only screen and (max-width: 479px) {
  /* Your mobile styles */
  #city{
    display: none;
  }
  .search-body{
    display: none;
  }
  .px-5{
    padding-right:1rem !important;
    padding-left: 1rem !important;
  }
  .category .card p
  {
    font-size: 10px;
  }
  .category .card
  {
    height: 100px;
  }
  .Join-us{
    display: none;
  }
  .Join-us2{
    display: none;
  }
  .d-none{
    display: block;
  }
  .slider-img{
    width: 100%;
    height: 180px !important;
    border-radius: 11px;
    margin-top: 21px !important;
  }
  .category{
        margin-top: -56px;
      }
  .about-section h2:after
  {
    left: 29px;
  }    
  .title-tag{
    font-size: 18px !important;
  }
  .breadcrumb
  {
    margin-top: -10px;
  }
  .breadcrumb a
  {
    font-size: 12px;
  }

}

/* Small devices (portrait tablets and large phones, 480px to 767px) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* Your small device styles */
}

/* Medium devices (landscape tablets, 768px to 991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* Your tablet styles */
}

/* Large devices (laptops/desktops, 992px to 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* Your laptop styles */
}

/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  /* Your large screen styles */
}
