.hotel-min-rate {
  position: relative;
  float: right;
  width: 200px;
  height: 50px;
}

.whatsapp {
  display: none;
}

select:disabled{
  background: #f2f2f2;
}

@media (max-width:768px) {
  .whatsapp{
    display: block;
  }
}

@media (min-width:769px) {
  #wp-social{
    display:none !important;
  }
}

@media (min-width:800px) {
  .hotel-min-rate {
    position: absolute;
    float: none;
    right: 0;
    top: 50px;
  }
}
