.SingleSearch {
        height: 35px;
        position: absolute;
        text-align: center;
        flex: 1;
        width: 300px;
        right: 0;
        top: 139px;
}
.SingleSearch .SearchBox {
        width: 300px;
        height: 100%;
        /* position: absolute; */
        display: block !important;
        right: 0;
}
.SingleSearch .SearchBox .Text {
        background: #F6F6F6;
        margin: 0;
        width: 220px;
        padding: 13px 16px;
        color: #111;
        height: 25px;
        border: 1px solid #ddd;
}
.SingleSearch .SearchBox .Text::placeholder {
        font-family: myriad-pro,"Myriad Pro",Tahoma,serif;
        opacity: 1;
}
.SingleSearch .SearchBox .TextLink {
        position: absolute;
        bottom: 60%;
        width: 30px;
        color: #fff;
        height: 28px;
        /* background-color: #ff0000; */
        transform: translateY(50%);
}
.SingleSearch .SearchBox .TextLink:hover{
        color: #004ee3;
}
.fa-search:before{
        font-size:20px;
        line-height: 28px;
}
::-webkit-input-placeholder {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #99A5B5;
}
:-ms-input-placeholder {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #99A5B5;
}
::placeholder {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #99A5B5;
}
@media only screen and (max-width: 768px){
        .SingleSearch{
                display:none !important;
        }
        div.SingleSearch {
                height: auto;
                margin: 0 !important;
                padding: 0 !important;
        }
        .SingleSearch div.SearchBox {
                height: auto;
                margin: 0;
                padding: 0;
                position: relative;
                border-left: 1px solid #eeeeee;
        }
        .SingleSearch .SearchBox input.Text {
                margin-bottom: 0;
                border-radius: 0;
        }
        div.SingleSearch {
                flex: unset;
                width: auto;
                order: 3;
                display: inline-block;
                height: 25px;
        }
        .SingleSearch .SearchBox input.Text {
                color: transparent !important;
                border: none !important;
                background: transparent;
                height: auto;
                padding: 0;
                margin: 0px;
                border-left: 1px solid #ebebeb!important;
                display: none;
        }
        .SingleSearch .SearchBox input.Text::placeholder {
                color: transparent;
        }
        .SingleSearch .SearchBox a.Button {
                bottom: unset !important;
                margin-left: 0 !important;
                margin-right: auto;
                right: unset !important;
                position: static !important;
                padding: 0 21px;
                border-radius: 0;
                transform: unset;
                opacity: 1;
                background-size: 13px;
        }
}
@media screen and (min-width: 820px) and (max-width: 1024px) {
    .SingleSearch {
        /* width: 820px !important; */
            display: none;
    }
}
