/* Increase Logo Size */
.ps-logo img{
    max-height: 90px !important;   /* 👈 size yaha change kar sakte ho */
    height: auto;
    width: auto;
}

/* Header height auto adjust */
.header .header_top{
    padding-top:10px;
    padding-bottom:10px;
}