.SingleSearch {
        position: relative;
        z-index: 2;
        #display:
        none;
        /* width: 1180px!important; */
        margin: auto;
}
.SingleSearch .SearchBox {
        background: none repeat scroll 0 0 #ffffff;
        border-radius: 0;
        height: 32px;
        position: absolute;
        right: 50px;
        display: flex;
}
.SingleSearch .SearchBox .Text {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: medium none;
        color: #5b5b5b;
        display: inline-block;
        margin: 0;
        padding: 5px 10px;
        width: 150px;
        font-size: 14px;
}
.SingleSearch .SearchBox .Button {
        background: url("images/s.png") no-repeat scroll center center rgba(0, 0, 0, 0);
        border: medium none;
        display: inline-block;
        height: 34px;
        width: 34px;
}
input:focus {
        outline: none;
}
@media only screen and (min-width: 769px){
        .SingleSearch {
                max-width: unset !important;
                width: 100%;
        }
        .SingleSearch .SearchBox {
                top: -35px !important;
                width: unset !important;
        }
}
@media only screen and (max-width: 768px){
        .SingleSearch {
                min-height: 20px !important;
                width: 100vw!important;
                padding: 5px;
                margin: 0 !important;
                position: static !important;
                margin-top: 5px !important;
                margin-bottom: 5px;
                max-width: 100%;
                display: block !important;
        }
        
        .SingleSearch .SearchBox {
                display: flex !important;
                align-items: center !important;
                justify-content: flex-end !important;
                right: 5px;
                /* top: 1px; */
                width: 80% !important;
                height: 1.3%;
                /* position: absolute; */
                /* top: 8.0%; */
                /* left: 2.6%; */
                margin-top: -49px;
                margin-left: 9px;
        }
        div.SingleSearch {
                margin-bottom: -25px !important;
        }
}
