.searchable ul {
  display: none;
  list-style-type: none;
  background-color:#f5f5f5;
  border-radius:  5px;
/*   border: 1px solid #add8e663; */
  border-top: none;
  max-height: 300px;
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0;position: absolute;
top: 100%;
left: 0;
width: 100%;margin-top: .5rem;
}

.home-submit.searchable ul li a {
  color: #333;
}

/* .searchable input {
  width: 100%;
  height: 50px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-weight: 400;
  line-height: 1.6;
  color: #666;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
} */
.searchable ul li {
  padding: 10px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  color: #000;
  font-size: 14px;text-align: left;
  margin: 0px;
}

.searchable ul li.selected {
  background-color: #FDEBE7;
  color: #0096A1;
}

.searchable ul li:first-child {
  padding-left: 9px;
}
.pagination_loader{
font-size: 20px;
}

.moretext {
  display: none;
}
@media (max-width:1649px){
  .searchable ul {
    max-height: 360px;
  }
}
@media (max-width:1399px){
  .searchable ul {
    max-height: 300px;
  }
}
@media (max-width:1199px){
  .searchable ul {
    max-height: 260px;
  }
}
@media (max-width:1199px){
  .searchable ul {
    max-height: 300px;
  }
}

.qcontact-link {
 position: fixed;
 padding: 8px;
 display: block;
 background: #211c3a;
 color: #fff;
 border-radius: .8rem 0 0 .8rem;
 margin-right: -145px;
 line-height: 1;
 bottom: 220px;
 right: 0;
 z-index: 12;
}
.qcontact-link.whatsapp{
  background: rgb(37,211,102);
  bottom: 170px;
}


.qcontact-link.virtualtour{
 /* background:#F3BE34;
  bottom: 121px !important;*/

}

.qcontact-link.brochurefile{
  background: #da3948;
bottom: 121px !important;

}


.qcontact-link img{
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.qcontact-link span{
  display: inline-block;
  padding-left: 2rem;
  line-height: 1;
}
@media (hover: hover){
  .qcontact-link:hover{
    margin-right: 0px;
    color: #fff;
  }
}
@media (max-width: 991.98px){
  .qcontact-link{
    padding: .9rem 1.2rem;
    margin-right: -135px
  }
  .qcontact-link.whatsapp{
    background: rgb(37,211,102);
    bottom: 17.4rem;
    filter: drop-shadow(-1px 1px 1px rgba(0,0,0,.2));
  }

.qcontact-link.virtualtour{
 /*background: #F3BE34;
  bottom: 7.5rem !important;
    filter: drop-shadow(-1px 1px 1px rgba(0,0,0,.2));*/
}

.qcontact-link.brochurefile{
   background: #da3948;
   bottom: 12.5rem !important;
    filter: drop-shadow(-1px 1px 1px rgba(0,0,0,.2));
}


  .qcontact-link span{
    padding-left: 1.3rem
  }
}
@media (max-width: 575px){
  .qcontact-link img{
    max-width: 2rem;
  }
  .qcontact-link{
    margin-right: -138px
  }
}


#__eechatIcon {
 
    right: 64px !important;
 

}

