#btnXdentBookNowOwn {
  position: relative;
  margin-top: 12px;
  padding: 2px 11px 2px 11px;
  background-color: #f5ed4d;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  line-height: 2;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  color: #000;
}
.telbutton {
  position: center;
  padding: 4px 11px 4px 11px;
  background-color: #f5ed4d;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  line-height: 2;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #000;
}
#btnXdentBookNowOwn:hover {
  box-shadow: 2px 8px 4px -6px rgba(0, 0, 0, 0.3);
}
