/* Desktop */
.theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img{
    height: 55.6014px !important;
    width: 55px !important;
    object-fit: contain;
}


/* Tablet */
@media (max-width: 1024px){
    .theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img.mobileLogoAuto{
        height: 50px !important;
        width: 50px !important;
    }
    .zpheader-style-01 .theme-header .zpcontainer .theme-branding-info{
    display: flex;
    flex-wrap: nowrap;
    gap: 9px;
    align-items: center;
    }
    .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption.theme-site-title-caption-space{
    margin:0px;
    }
}


/* Mobile */
@media (max-width: 767px){
    .theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img.mobileLogoAuto{
        height: 45px !important;
        width: 45px !important;
        
    }
    .zpheader-style-01 .theme-header .zpcontainer .theme-branding-info{
    display: flex;
    flex-wrap: nowrap;
    gap: 9px;
    align-items: center;
    }
    .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption.theme-site-title-caption-space{
    margin:0px;
    }
     .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption .theme-site-name, .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption .theme-site-caption{
    font-size:14px;
    }
}


/* Small Mobile */
@media (max-width: 480px){
    .theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img.mobileLogoAuto{
        height: 40px !important;
        width: 40px !important;
    }
      .zpheader-style-01 .theme-header .zpcontainer .theme-branding-info{
    display: flex;
    flex-wrap: nowrap;
    gap: 9px;
    align-items: center;
    }
    .zohosite-badge, [class*="zoho-sites-badge"], footer [href*="zohosites"] {
    display: none !important;
}
     .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption.theme-site-title-caption-space{
    margin:0px;
 
    }
    .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption .theme-site-name, .theme-header .zpcontainer .theme-branding-info .theme-site-name-caption .theme-site-caption{
    font-size:13px;
    }
}