.feeda-seacrh-form{

    position:absolute; z-index:2; top: 10px; width:100%; 
    padding: 0px 30px;  
}
.feeda-seacrh-form form{
display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
    gap: 10px;
    background: #fff;
    border-radius: 50px;
    padding: 4px;
    top: inherit;
    left: inherit;
    right:inherit;

}

.feeda-seacrh-form form input[type="text"] {
    width: 100%;
    padding: 0rem 2rem 0rem 1rem;
    border: 0px;
    border-radius: 36px;
    background-color: transparent;
    color: #000;
    outline: none!important;
}
.feeda-seacrh-form form  .search-button{
    background: #000;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    min-width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    border: none;
}
.feeda-seacrh-form form  .search-button img{
    filter: invert();
}
#map{
    height: calc(100dvh - 162px);
    width: 100%;
    position: relative;
    overflow: hidden;
}

.the-prompts-section{
       position: absolute;
    z-index: 2;
    background: rgba(248, 245, 255, 0.96);
    width: 100%;
    bottom: 0px;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom: #dddcdd solid 1px;

}
.the-prompts-section .the-prompts-up{
    padding: 10px;
    text-align: center;
    cursor: pointer;
}
.the-prompts-section .the-prompts-up img{
    width: 16px;
}

.the-prompts-section .the-prompts-up.active img{
 -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}
.the-prompts-section .the-prompts-section-inner{
    height: 15px;overflow: auto;
       padding:20px 10px;
       display: none;
       height:36vh; 
}
.the-prompts-section .the-prompts-section-inner.show{
 display: block;
}
.the-prompts-section .feeda-search-promt-box{
    width: 50%;
    padding: 5px;
    float: left;
}


.the-prompts-section .feeda-search-promt-box a{
    height: 140px;
    width: 100%;
    padding: 20px;
    border-radius: 12px;
    display: inline-block;
    background-size: cover !important;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: baseline;
    text-align: left;
    position:relative ;
    overflow: hidden;
    cursor: pointer;
}
.the-prompts-section .feeda-search-promt-box a span{
    position: relative;
    z-index: 9;
}
.the-prompts-section .feeda-search-promt-box a:after{

background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    content: '';
    height: 110px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 1;
    }
 .gm-style-iw-chr .gm-style-iw-ch{
display:none !important;
}
.gm-style-iw-chr{
   position: absolute;
    right: 25px;
    background: #fff;
-webkit-box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.75);
box-shadow: 0px 0px 15px -4px rgba(0,0,0,0.75);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    top: 9px;
    padding: 0px 4px;
}
.gm-style-iw-chr img{
filter:invert();
}
.gm-style-iw-chr button{
    width: 20px !important;
    height: 32px !important;
}
.gm-style-iw-chr button span{
margin:0px !important;
}
#map .gm-style-iw .gm-style-iw-d div {
    padding: 0px !important;
}
#map .gm-style-iw .gm-style-iw-d div{
  width: 100% !important;
}
  .gm-style-iw.gm-style-iw-c, .gm-style .gm-style-iw-d {
      width: 255px !important;
    height: 43vh !important;
padding:0px !important;
  max-width: inherit !important;
  max-height: inherit !important;
  }
    .gm-style-iw.gm-style-iw-c b, .gm-style .gm-style-iw-d b{
    font-weight: bold;
    margin: 10px;
    display: inline-block;
    width: 81%;
    }