/* mobile sticky button */
.order-call-btn{
    display: none;
}
@media screen and (max-width: 768px) {
    .order-call-btn{
        height:50px;
        z-index: 1000;
        display: block;
        position: fixed;
        bottom:0;
        width: 100%;
    }
    .one{
        float:left;
        background: #3e617d!important;
    }
    .two{
        float:right;
        background: #e6c9a2!important;
    }
    .m-order-btn {
        padding: 10px 0px;
        color: #fff;
        font-size: 20px;
        text-align: center;
        display: block;
        width: 50%;
        font-weight: 300;
        letter-spacing: 1px;
    }
    .m-order-btn:hover{
        color: #000;
    }
}
/* mobile sticky button end*/