header#enheader4 {
    /* Convenience variables end here */

    --height: min(18.492vw, 233px);
    --top-bar-height: min(3.492vw, 44px);
    --bottom-bar-height: min(2.77vw,35px);
    --column-gap: min(0.4166vw, 5px);

    --logo-width: min(17.22vw, 217px);
    /* --logo-shadow-color: none;
    --logo-border-color: none; */

    --top-bar-background: #fff;
    --top-bar-border-color: transparent; 
    --center-bar-background: var(--website-color);
    --bottom-bar-background: var(--website-color);
   /* --bottom-bar-border-color: #e0e0e0;  if border enabled */

    --website-name-font-family:var(--website-font1);
--website-name-font-size:clamp(30px,4.44vw, 56px);
  --website-name-font-weight: unset;
  --website-name-color: #010101;
  --website-name-line-height: clamp(25px,4.33vw,52px);
    --website-name-shadow-color: transparent;
    --website-name-visibility: visible;
    --website-name-line-break-display: none;

    --marquee-font-family: var(--website-font);
    --marquee-font-size: clamp(12px,1.11vw,14px);
    --marquee-background: var(--top-bar-background);
    --marquee-color: #000;

    --search-translate-font-family: var(--font1);
    --search-translate-font-size: min(1.3636vw, 15px);
    --search-translate-color: var(--text-color);

    /* Top Navigation params */
    --topnav-font-family: var(--website-font);
    --topnav-font-size: clamp(11px, 1.428vw, 18px);
    --topnav-color: #000;
   --topnav-background: transparent; 
    --topnav-hover-color: #ffffff;
    /* --topnav-hover-background: var(--blue); */
    --topnav-color3: #fff;

   --menu-font-family: var(--website-font);
  --menu-font-size: clamp(14px, 1.428vw, 18px);
  --menu-background: var(--website-color1);
  --menu-color: #fff;
  --menu-hover-background: var(--website-color3);
  --menu-hover-color: #000;

}

@media only screen and (max-width: 768px) {

    header#enheader4.enh1 {

        --header-height: clamp(80px, 15.625vw, 120px);
    --logo-width: clamp(70px, 13.02vw, 100px);
    --website-name-line-break-display: inline-block;
    --website-motto-font-size: clamp(12px,1.95vw,15px);
    --mobnav-button-background: #011d4a;
    --mobnav-button-color: #011d4a;
    --mobnav-button-hover-background: var(--blue);
    --mobnav-button-hover-color: var(--header-background);
    --menu-font-size: clamp(16px, 2.34375vw, 18px);
    --logo-shadow-color: none;

    }
  }

