.SingleSearch {
        position: absolute;
        text-align: center;
        flex: 1;
        width: 300px;
        right: 0;
        bottom: 43px;
        /* margin-bottom: 42px; */
}
.SingleSearch .SearchBox {
        width: 300px;
        height: 100%;
        position: relative;
        display: block !important;
        right: 0;
}
.SingleSearch .SearchBox .Text {
        background: #F6F6F6;
        margin: 0;
        width: 220px;
        /* padding: 13px 16px; */
        color: #111;
        height: 30px;
        border: 1px solid #ddd;
}
.SingleSearch .SearchBox .Text::placeholder {
        font-family: myriad-pro,"Myriad Pro",Tahoma,serif;
        opacity: 1;
}
.SingleSearch .SearchBox .TextLink {
        position: absolute;
        bottom: 48%;
        width: 30px;
        color: #fff;
        height: 30px;
        background-color: #ff0000;
        transform: translateY(50%);
}
.SingleSearch .SearchBox .TextLink:hover{
        color: #004ee3;
}
.fa-search:before{
        font-size:20px;
        line-height: 30px;
}
::-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 .SearchBox {
        width: 100%;
}
.SingleSearch .SearchBox .TextLink {
    position: unset;
    transform: unset;
}
    div.SingleSearch .SearchBox .Text {
        height: 30px !important;
    }
}
