/* Your custom css code goes here */


.phone {
  display: none;
}

@media only screen and (max-width: 768px) {
  .phone {
    display: block;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 5px;
  }
}

.book-now-btn {
    background: #903479 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 4px 5px;
    text-transform: uppercase;
}
.book-now-btn:hover, .vacation-offer-details .btn.btn-default:hover{
    background: #fff;
}