.booking {

    border: 1px solid #845b36;
    color: #845b36;
    height: 45px;
    line-height: 33px;
    padding: 5px 0px;
    position: absolute;
    right: 0px;
    top: 10%;
    width: 106px;
    z-index: 9999;

/*  border: 1px solid #845b36;
  color: #845b36;
  height: 29px;
  line-height: 26px;
  padding: 3px 10px;
  position: absolute;
  right: 13%;
  top: 9%;
  width: 150px;
  z-index: 9999;*/
}
.booking:hover ,.booking:hover h4 a{
    cursor: pointer;
}
@media screen and (max-width: 768px) {
 .booking {
    right: 42px;
    top: 83%;

}
}@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
 .booking {
     height: 50px;
     padding: 8px 7px;
    right: 0px;
    top: 7%;
    width: 84px;
    z-index: 9999;}
}
@media screen and (max-width: 2560px) and (min-width: 1920px)
{
    .booking{
/*        right:25.5%;*/
        top: 43%;
        height: 40px;
        padding: 7px 12px;
        right: 18%;
        -webkit-margin-before: 0%;
        -webkit-margin-start: 57%;
    }
}
