.SingleSearch {
        /* position: relative; */
        z-index: 2;
        height: 38px;
        border: 1px solid #e9ecef;
        border-left: 0;
        background: #f8f9fa;
        border-top: 0;
        position: absolute;
        right: 12%;
        width: 202px !important;
        top: 10px;
}
@media only screen and (min-width: 1370px){
.SingleSearch {
        right: 23%;
}
} 
.SingleSearch .SearchBox {
        /* box-shadow: 0 0 1px inset; */
        display: inline-flex;
        height: 100%;
}
.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;
        flex: 1;
        font-size: 14px;
        padding: 0 10px;
        width: 80%;
}
.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: 38px;
        width: 38px;
}
input:focus {
        outline: none;
}
@media only screen and (min-width: 769px){
        .SingleSearch {
                max-width: unset !important;
                width: 100%;
        }
        .SingleSearch .SearchBox {
                top: -30px !important;
                width: unset !important;
        }
}
@media only screen and (max-width: 768px){
        .SingleSearch {
                min-height: 20px !important;
                width: 100vw;
                padding: 5px;
                margin: 0 !important;
                position: static !important;
                margin-top: 5px !important;
                margin-bottom: 5px;
                max-width: 100%;
                /*display: block !important;*/
                display: none;
        }
        .SingleSearch .SearchBox {
                display: flex !important;
                align-items: center !important;
                justify-content: flex-end !important;
                right: 5px;
                /* top: 1px; */
                /* height: 1.3%; */
                /* position: absolute; */
                /* top: 8.0%; */
                /* left: 2.6%; */
        }
        div.SingleSearch {
                /* margin-bottom: -25px !important; */
                padding: 0 10px;
        margin-top: 0 !important;}
}
