.SingleSearch {
        position: relative;
        z-index: 2;
        max-width: unset !important;
}
.SingleSearch .SearchBox {
        background: none repeat scroll 0 0 #ffffff;
        border-radius: 2px;
        box-shadow: 0 0 1px inset;
        display: inline-block;
        height: 22px;
        position: absolute;
        right: 6px;
        /* left: 3px; */
        bottom: 7px;
        width: 170px;
}
.SingleSearch .SearchBox .Text {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: medium none;
        color: #5b5b5b;
        display: inline-block;
        float: left;
        font: italic 9pt Arial;
        margin: 0;
        padding: 5px;
        width: 209px;
}
.SingleSearch .SearchBox .Button {
        background: url("images/search-button.jpg") no-repeat scroll center center
                rgba(0, 0, 0, 0);
        border: medium none;
        display: inline-block;
        float: right;
        height: 22px;
        width: 20px;
}
input:focus {
        outline: none;
}
@media only screen and (max-width: 1200px) {
        .SingleSearch .SearchBox {
                display: flex !important;
                align-items: center !important;
                justify-content: flex-end !important;
                top: -140px !important;
                position: absolute;
        }
}
@media only screen and (max-width: 999px) {
        .SingleSearch .SearchBox {
                display: flex !important;
                align-items: center !important;
                justify-content: flex-end !important;
                top: -110px !important;
                position: absolute;
        }
}
@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;
        }
        .SingleSearch .SearchBox {
                display: flex !important;
                align-items: center !important;
                justify-content: flex-end !important;
                right: 66px !important;
                top: 119px !important;
                width: 80% !important;
                /* height: 1.3%; */
                /* position: absolute; */
                /* top: 8.0%; */
                /* left: 2.6%; */
                margin-top: -55px;
                margin-left: 9px;
        }
        div.SingleSearch {
                margin-bottom: -40px !important;
        }
}
