.btn-call-mob {
    display:none;
}

.enquire-now {
    position: fixed;
    right: 0;
    top: 45%;
    z-index: 99999;
    padding: 10px;
    color: #b2a475;
    background-color: #02113c;
    font-size: 14px;
    text-orientation: upright;
    writing-mode: vertical-lr;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #fff;
    cursor: pointer;
}
    .enquire-now:hover {
        background-color: #b2a475;
        color: #02113c;
        text-decoration:none;
        transition:0.5s ease;
    }

    .enquire-now i {
        display: none;
    }

input[type="tel"] {
    width:100%;
    height:inherit;
}



@media only screen and (max-width: 500px) {
    .onmobilePadding {padding:20px 0px 0px 0px;}
    #livetime h4#timer {letter-spacing:3px;}
    #livetime h4 span {font-size:20px !important;} 
    .enquire-now {
        bottom:0;
        width:50%;
        top:unset;
        writing-mode:unset;
        text-orientation:unset;
        padding:5px;
        font-size:14px;
        text-align:center;
    }
        .enquire-now i, .btn-call-mob i {
            display: inline-block;
            padding-right: 5px;
        }
    .btn-call-mob {
        border:1px solid #fff;
        text-align:center;
        display:block;
        position:fixed;
        left:0;
        bottom:0;
        z-index:99999;
        width:50%;
        padding:5px;
        font-size:14px;
        background-color:#02113c;
        color:#b2a475;
        font-weight:600;
    }

    .modalDialog > div {
        width: 90%;
        min-height: 250px;
        position: relative;
        margin: 15% auto;
        padding: 2em 0.5em;
    }

    .close {
        
        right:0px;
        
    }
}



.logo img {
    height: 60px;
    margin: 10px 0px 0px 0px;
}
#Top_bar.is-sticky .logo img {
    height: 40px;
}