/* search bar */
.searchbar-a--1 > .row > .col-sm-12 {
    text-align: right;
}
@media (max-width: 992px) {
    .searchbar-a--1 > .row > .col-sm-12 {
        text-align: center;
    }
    .top_edit__container--inner p {
        text-align: center;
    }
}

/* top phone */
.l01-top-bar .section__column-2 {
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .l01-top-bar .phone__title, .l01-top-bar .phone__number {
        text-align: center;
    }
    .logo-a  a {
        margin-bottom: 10px;
        justify-content: center;
    }
}


.google-phone-hide {
    display: none;
}