.header-tobar {
    margin-bottom: 0 !important;
}
.googleMenuNav{
    align-self: center;
    place-content: space-evenly;
}
.activePointer {
    cursor: pointer;
}
.googleMenuNav  {
    max-width: 190px;
}
@media screen and (max-width: 991px) {
    .header-tobar {
        margin-bottom: 0 !important;
    }
}

@media only screen and  (max-width: 767px) {
    .googleMenuNav {
        align-self: center;
        place-content: space-evenly;
        position: relative;
        top: 0;
        left: 0;
        max-width: 300px;
    }
    .agoogleServices {
        padding: 0px 5px 0px 0px;
    }
    .fixGoogleIconSize {
        max-height: unset !important;
        width: 31px;
        max-width: 35px !important;
    }
    .fixHeaderInMobile {
        padding-left: 8px;
        padding-right: 8px;
    }
    .fixSearchInMobile {
        max-width: 135px;
    }
}