/*.image-gallery{
    max-width: 320px;
    margin: 10px auto;
  }
  .image-gallery img{
    width: 100%;
    height: auto;
    display: block;
    border: 4px solid #ededed;
    box-shadow: 0 2px 25px rgba(0,0,0,0.2);
  }*/
  ul {
     list-style: none;
   }
  ul.thumbnails{
    /* margin: 0 auto; */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  ul.thumbnails li {
    margin: 3px 0px 0;
	width:auto!important;
  }
  
  ul.thumbnails li:nth-child(2) {margin-right: 3px;margin-left: 3px;}  
  ul.thumbnails li:nth-child(3) {margin-right: 3px;}  
  ul.thumbnails li span img{
   width: 100%;
   height: 47px;
  } 

/*for select amenities*/
.select2-selection__choice{
  /*width:auto;*/
  max-width: fit-content;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  margin-left: 2px;
  margin-top: 2px;
  margin-bottom:2px;

}
/*for custom search*/
.amenitieslistdata{
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding: 20px;
    border: solid 1px #ddd;
    box-shadow: 5px 5px 5px #ccc;
    background: #fff;
    margin-top: 5px;
}
.amenitieslistbody{
    max-height: 250px;
    overflow-y: scroll;
}

