#book_now {

    height: 0px;

    width: 85px;

    position: fixed;

    right: 0;

    bottom: 35%;

    z-index: 1000;

    transform: rotate(-90deg);

    -webkit-transform: rotate(-90deg);

    -moz-transform: rotate(-90deg);

    -o-transform: rotate(-90deg);

    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

#book_now a {

    font-family: 'Quicksand', sans-serif;

    display: block;

    background-color: var(--primary);

    height: 52px;

    padding-top: 3px !important;

    width: 155px;

    text-align: center;

    color: var(--secondary);

    font-size: 17px;

    font-weight: bold;

    text-decoration: none;

    transition: all 0.2s ease-out;

}

#book_now a:hover {

    background-color: var(--secondary);

    color: #fefefe;

}

/*fixed sidbar*/

@media (max-width:500px) {

    /* #book_now {

        bottom: 10%;

    } */

    #book_now a {

        font-size: 15px;

        width: 135px;

        padding-top: 4px !important;

    }

}