﻿ #locationInputautocomplete-content ,#locationInputRentalautocomplete-content{
        height: 6rem !important;
        padding-top: 2rem !important;
        padding-left: 2rem !important;
        width:36.4rem !important;
        background-color:#e8efee !important;
        height:7rem !important
    }
 .searchEle{
          height:4.8rem !important;

 }
 
  .autocomplete {
        position: relative;
    }

   .fa-map-marker {
        color: #2f7bb5;
        font-size:16px;
    }
    .autocomplete-items {
        border: 1px solid #d4d4d4;
        border-bottom: none;
        border-top: none;
        z-index: 99;
        /*position the autocomplete items to be the same width as the container:*/
        top: 100%;
        left: 0;
        right: 0;
           }

        .autocomplete-items div {
            padding: 10px;
            cursor: pointer;
            background-color: #fff;
            border-bottom: 1px solid #d4d4d4;
        }

            /*when hovering an item:*/
            .autocomplete-items div:hover {
                background-color: #e9e9e9;
            }