.header_punch_line {
    position: absolute;
    right: 20px;
    top: 60px;
    color: #fff;
    z-index: 9999;
    font-size: 34px;
    font-weight: bold;
    text-shadow: 1px 2px 4px rgba(0,0,0,0.8);
}
.zpheader-style-03 .theme-header.zpheader-style-navigation-03 {
    border-top: 10px solid #ebaa00;
}


@media (max-width:991px) {
  .theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img.mobileLogoAuto {
    max-height: 60px;
}
    .theme-header .zpcontainer .theme-branding-info {
    padding-block-start: 5px;
    padding-block-end: 8px;
}
 .header_punch_line {
    right: 15px;
    top: 40px;
         font-size: 16px;
    font-weight: normal;
}
    .theme-responsive-menu-area.zpcontainer {
    padding-block-start: 0px;
}
    .theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img {
    max-block-size: 60px;
    max-inline-size: max-content;
}
}
@media (max-width:768px) {
.header_punch_line {
    position: fixed;
}
    .zpdark-section h3 {
    font-size: 24px;
    line-height: initial !important;
}
    h2.zpheading, h2.zpheading span {
    font-size: 24px !important;
    line-height: initial;
}
}