/* Default for desktop and larger screens */
.im-logo {
    width: 94% !important;
}

/* For tablets and below (max-width: 991px) */
@media (max-width: 991px) {
    .im-logo {
        width: 50% !important;
    }
}

/* For small mobile devices (max-width: 575px) */
@media (max-width: 575px) {
    .im-logo {
        width: 100px !important;
    }
}
.round-showd-brand {
    padding: 16px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, .8) 0 0 10px;
    border-collapse: collapse;
}
/* Sticky header base */
.header {
  /* position: sticky; */
  top: 0;
  width: 100%;
  z-index: 999;
  /* background: #fff;  */
  transition: transform 0.3s ease;
}

/* Hide on scroll down */
.header.hide {
  transform: translateY(-100%);
}

/* brand css*/
.im-brand {
    width: 187px;
}

/* For small mobile devices (max-width: 575px) */
@media (max-width: 575px) {
    .im-brand {
        width: 120px;
    }
}
/**Left Side Header**/

