.fixedEnquire {
    background: #ff9d28;
    color: #fff;
    padding: 0.8% 0% 0.8% 2%;
    font-size: 17px;
    border-radius: 4px 0px 0px 4px;
    position: fixed;
    right: 0;
    top: 37%;
    cursor: pointer;
    box-shadow: -2px 2px 9px -3px #333;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
    width: 115px;
}
@media screen and (min-width: 768px) {
    .fixedEnquire {
        background: #ff9d28;
        color: #fff;
        padding: 0.5% 0% 0.5% 1%;
        font-size: 18px;
        border-radius: 4px 0px 0px 4px;
        position: fixed;
        right: 0;
        top: 38%;
        cursor: pointer;
        box-shadow: -2px 2px 9px -3px #333;
        z-index: 1;
        width: 160px;
    }
}
.fixedEnquireIcon {
    position: fixed !important;
    right: 110px;
    top: 35% !important;
    z-index: 5;
    background: white;
    color: #333;
    padding: 14px;
    border-radius: 50%;
    font-size: 25px;
    border: 2px solid #ff9d28;
    display: none;
}
@media screen and (min-width: 768px) {
    .fixedEnquireIcon {
        position: fixed !important;
        right: 147px;
        top: 35% !important;
        z-index: 5;
        background: white;
        color: #333;
        padding: 17px;
        border-radius: 50%;
        font-size: 31px;
        border: 2px solid #ff9d28;
        display: none;
    }
}
#floatingButton1 {
    display: none;
}
.glyphicon {
    display: unset;
}
.fixedEnquire:focus, .fixedEnquire:hover {
    color: #fff;
    text-decoration: #fff;
}
/*Ribbon modal design*/
@font-face {
    font-family: 'Sanchez';
    src: url("https://media.bookeventz.com/html/bookeventz.com/asset/fonts/Sanchezregular.otf");
}
@font-face {
    font-family: 'futuraMediumBT';
    src: url("https://media.bookeventz.com/html/bookeventz.com/asset/fonts/venueWebsite/futuraMediumBT.ttf");
}
@font-face {
    font-family: 'futuraBook';
    src: url("https://media.bookeventz.com/html/bookeventz.com/asset/fonts/venueWebsite/FuturaBook.ttf");
}
