    .property-topbar {
        display: flex;
        gap: 20px;
        max-width: 95%;
        margin: auto;
    }
    .property-sidebar__single {
      flex-grow: 1;
      flex-basis: 0;
      min-width: 0;
    }
    .property-topbar .select2-selection.select2-selection--single {
      min-height: 40px;
    }
    .hintInput.label-input input {
      font-size: 12px;
    }
    .property-topbar .price-filter {
      padding: 15px 18px 0px;
      border-radius: 4px;
      margin-bottom: 10px;
    }
    .hintInput {
      border: none;
      margin-top: -10px;
    }
    .hintInput.label-input input {
      font-size: 12px;
      border: none;
      padding: 0px 1px;
    }
   
    #rightAjax .listingProp{
      max-height: 500px;
      overflow-y: scroll;
      border: 1px solid gray;
      border-radius: 10px;
      margin-right: 20px;
    }
    #rightAjax .homec-pagination {
      justify-content: center;
      position: absolute;
      width: 100%;
      height: 70px;
    }
    @media (max-width:480px) {
       #rightAjax .listingProp{
          margin-left: 20px;
          margin-right: 20px;
          max-height: initial;
        } 
        #map-grid {
          margin-left: 20px;
          margin-right: 20px;
          border-radius: 18px;
        }
        .property-topbar {
            display: block;
        }
    }