/* .topline__info-text{
    background: pink;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
}
.search_box{
    top: 125px !important;
}
.stickytop .topline__info-text{
    display: none;
}
.search_box.stickytopt{
    top: 55px !important;
}

@media (max-width: 992px){
    .topline__info-text{
        font-size: 12px;
    }
    .search_box {
        top: 95px !important;
    }
}
@media only screen and (max-width: 940px){
    .search_box {
        top: 95px !important;
    }
} */