 
    .mobile-search {
        position: relative;
    }

    #mobileSearchBox {
        display: none;
        position: absolute;
        top: 40px;
        right: 30;
        width: 320px;
        z-index: 999;
    }

    #mobileSearchBox input {
        width: 100%;
        padding: 10px;
        border-radius: 6px;
        border: none;
        background: #ffffff;
    } 