.btn-block {
    position: absolute;
    z-index: 100000000;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.btn-block .btn-booking {
  
}
.btn-block .btn-booking a {
    font-size: 1em;
    padding: 12px 30px;
    letter-spacing: 1px;
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: blink;
    border: 2px solid #fff;
    transition: all 0.3s;    
}
.btn-block .btn-booking a:hover {
    background-color: #ee252c;
    color: #fff;
    border: 1px solid #ee252c;
    transition: all 0.3s;
}

.btn-block .btn-create {
    position: relative;
    margin-top: 30px;  
    margin-bottom: 15px;
    opacity: 0.5;
}
.btn-block .btn-create a {
  
}
.btn-block .btn-create a img {
    width: 100px;  
}
.btn-block.booking .btn-create a img {
    width: 115px;  
}