.SingleSearch {
        width: 100%;
        z-index: 3;
        width: 210px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
}
.SingleSearch .SearchBox {
        /* position: absolute; */
        right: 0;
        /* width: 210px; */
}
.SingleSearch .SearchBox .Text {
        background: #fff none repeat scroll 0 0;
        border: medium none;
        color: #000;
        float: left;
        height: 37px;
        margin: 0;
        padding: 4px 8px 4px 10px;
        flex: 1;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border: 1px solid #EEF2F8;
        border-right: 0;
        width: 180px;
}
.SingleSearch .SearchBox .Button {
        background: url(images/search.png) no-repeat center, #fff;
        display: inline-block;
        height: 37px;
        transition: none 0s ease 0s;
        width: 30px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border: 1px solid #EEF2F8;
        border-left: 0;
}
.SingleSearch .SearchBox .Button:hover {
}
@media only screen and (max-width: 768px){
        div.SingleSearch {
                /* margin: 0 0 10px 0 !important; */
                /* padding: 0 10px; */
                /* top: -10px; */
                /* position: absolute !important; */
                /* z-index: 100; */
        }
        div.SingleSearch .SearchBox{
                position: static;
                min-width: 100%;
        }
        div.SingleSearch  {
                width: 100%;
        }
        div.SingleSearch .SearchBox .Button{
                margin-right: 0 !important;
                min-height: 33.5px;
                min-width: 30px;
                /* border-radius: 0 !important; */
                margin: 0 !important;
                /* padding: 10px !important; */
                border-radius: 10px !important;
                width: 30px !important;
                height: 30px !important;
                border-start-start-radius: 0 !important;
                border-bottom-left-radius: 0 !important;
                /* border-left: 1px solid #fff; */
                margin-left: -1px !important;
        }
        div.SingleSearch .SearchBox .Text {
                padding: 5px !important;
                height: 34px !important;
        }
}
@media only screen and (min-width: 769px) and (max-width: 1199px){
        .SingleSearch {
                width: 200px;
                top: 15px;
                right: 5px;
        }
        .SingleSearch .SearchBox .Text{
                width: 170px;
        }
}
