.fajrfair-package-product-list-container .wd-products-element .product-wrapper .wd-product-cats{
  display: flex;
  justify-content: center;
  align-items: center;
}

.fajrfair-package-search-input::placeholder {
  color: var(--wbr-gray-text);
}

.fajrfair-package-product-list-container .wd-products-element .product-wrapper .wd-product-cats a{
  white-space: nowrap;
}
.packages-section-top{
    display: none;
}
@media (max-width: 768px) {
  .fajrfair-package-product-list-container .product-wrapper{
    width: 100% !important;
  }

  .fajrfair-package-search-form {
    width: 100%;
  }
  
  .packages-section-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 20px !important;
    margin-bottom: 0px !important;
  }

  .footer-divider-logo-area {
    padding-top: 95px;
  }

  .fajrfair-package-product-list-container.fajrfair-package-container {
    margin-top: 20px !important;
  }

  .packages-section-header{
    font-size: 29px;
    font-weight: bold;
    color: var(--navy);
  }
  .packages-search-icon{
    position: relative;
    top: 5px;
  }

  .fajrfair-package-search-area {
    width: 100%;
    min-height: 46px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 20px !important;
    margin-bottom: 0px !important;
  }
  .fajrfair-package-search-area .fajrfair-search-box{
    width: 100% !important;
    min-width: unset !important;
    padding: 0 20px !important;
  }
  .fajrfair-package-search-input::placeholder {
    color: transparent;
  }

  form.fajrfair-package-search-form{
    margin-bottom: 0px !important;
  }

  form.fajrfair-package-search-form .fajrfair-search-box button[type="submit"] {
    padding-right: 0px;
  }

  form.fajrfair-package-search-form .fajrfair-search-box button[type="submit"]::before {
    width: 0px !important;
  }
}