
.SingleSearch .SearchBox {
        /* height: 20px; */
        /* top: 10px; */
        display: flex;
        align-items: center;
        position: relative !important;
        width: 100%;
        height: 35px;
}
.SingleSearch .SearchBox .Text {
        color: #5b5b5b;
        margin: 0;
        text-align: left;
        background: white;
        border: 1px solid #407abf38;
        right: 0;
        top: -1px;
        padding: 5px;
        padding-right: 22px;
        flex-grow: 1;
        width: 200px;
        height: 100%;
        /* border-bottom: 2px solid #9f9494; */
        outline: none;
        font-size: 0.9rem;
        border-radius: 2px;
}
.SingleSearch .SearchBox .Button {
        background: #0069b5 url("images/s.png") no-repeat scroll center center;
        /* border: medium none; */
        display: inline-block;
        /* float: right; */
        height: 100%;
        width: 30px;
        position: absolute;
        right: 0 !important;
        top: 0 !important;
        outline: none;
        background-size: 14px 14px;
        border-radius: 3px;
}
@media (max-width: 1200px){
        .SingleSearch .SearchBox {
        position: relative !important;
    right: 0px  !important;
        }
        .SingleSearch .SearchBox .Button {
    position: absolute !important;
    right: -46px !important;
}
        .SingleSearch .SearchBox .Text{
        width: 226px !important;
        }
}
@media only screen and (max-width: 768px)

{
        .col-12 .SingleSearch {
                width: 100vw;
                padding: 5px;
                margin: 5px 0;
                position: static;
                max-width: 100%;
        }
        
        .col-12 .SingleSearch .SearchBox{
        display: inline-block !important;
        height: 22px;
        /* right: 16px; */
        /* left: 4px; */
        bottom: 7px;
        width: 350px;
        } 
        
.col-12 .SingleSearch .SearchBox .Text {
    height: 32px !important;
    width: 350px !important;
    }

   .col-12 .SingleSearch .SearchBox .Button {
    position: absolute !important;
    right: -40px !important;
    height: 32px !important;
    width: 32px  !important;
}
}
