#wrapper-topbar p {
margin: 0 0 0px!important;
}

.istopfixed img.tck-logo-img {
    width: 60px;
}

.dj-megamenu-select-dark .dj-mobile-open-btn, .dj-megamenu-offcanvas-dark .dj-mobile-open-btn, .dj-megamenu-accordion-dark .dj-mobile-open-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 auto;
    padding: 0;
    width: 55px;
    height: 55px;
    background: #434343;
    color: #e4e4e4;
    border: none;
    text-align: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background-color 0.2s ease-out,color 0.2s ease-out;
    transition: background-color 0.2s ease-out,color 0.2s ease-out;
    text-decoration: none;
}