diff --git a/components/layout/header/Header2.js b/components/layout/header/Header2.js index 46dea79..ad627c9 100644 --- a/components/layout/header/Header2.js +++ b/components/layout/header/Header2.js @@ -10,82 +10,101 @@ export default function Header2({ scroll, isMobileMenu, handleMobileMenu, isSide
{/* Header Top */}
- +
    -
  • Mon - Fri 8:00 - 18:00 / Sunday 8:00 - 14:00
  • -
  • Email: 0198-9526503
  • -
  • 47 Bakery Street, London, UK
  • +
  • + Phone + 647-722-3434 +
  • +
  • + Mail + info@rapharehab.ca +
  • + +
  • + Why Us +
  • +
  • + Faq +
  • +
  • + What To Expect +
  • +
  • + Payment And Insurance +
+
-
- -
- + + + + {/* Header Upper */}
-
-
-
-
-
-
- {/* Mobile Navigation Toggler */} -
- - - -
- {/* Main Menu */} - - -
- {/* Menu Right Content */} -
    - - {/*
  • +
    + {/* Mobile Navigation Toggler */} +
    + + + +
    + {/* Main Menu */} + + +
    + {/* Menu Right Content */} +
      + + {/*
    • */} -
    • - -
    • -
    +
  • + +
  • +
+
- {/*End Header Upper*/} {/* Sticky Header */}
-
-
-
- +
+
+
+
    - - {/*
  • + + {/*
  • */} -
  • - -
  • +
  • + +
- +
{/* End Sticky Menu */} diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 420e062..3a9d140 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -876,6 +876,27 @@ img { margin-right: 50px; } +@media only screen and (max-width: 1440px) { +.header-top .top-inner .info-list li{ + position: relative; + display: inline-block; + color: #fff; + padding-left: 28px; + margin-right: 25px; +} +} + + +@media only screen and (max-width: 1024px) { +.header-top .top-inner .info-list li{ + position: relative; + display: inline-block; + color: #fff; + padding-left: 28px; + margin-right: 25px; +} +} + .header-top .top-inner .info-list li:last-child{ margin: 0px !important; } diff --git a/public/assets/images/icons/icons-14.png b/public/assets/images/icons/icons-14.png new file mode 100644 index 0000000..7e8a97b Binary files /dev/null and b/public/assets/images/icons/icons-14.png differ diff --git a/public/assets/images/icons/icons-15.png b/public/assets/images/icons/icons-15.png new file mode 100644 index 0000000..39053f1 Binary files /dev/null and b/public/assets/images/icons/icons-15.png differ diff --git a/public/assets/images/icons/icons-16.png b/public/assets/images/icons/icons-16.png new file mode 100644 index 0000000..2b98ebe Binary files /dev/null and b/public/assets/images/icons/icons-16.png differ diff --git a/public/assets/images/icons/icons-17.png b/public/assets/images/icons/icons-17.png new file mode 100644 index 0000000..19523a6 Binary files /dev/null and b/public/assets/images/icons/icons-17.png differ diff --git a/public/assets/images/icons/icons-18.png b/public/assets/images/icons/icons-18.png new file mode 100644 index 0000000..a95b2c0 Binary files /dev/null and b/public/assets/images/icons/icons-18.png differ diff --git a/public/assets/images/icons/icons-19.png b/public/assets/images/icons/icons-19.png new file mode 100644 index 0000000..a174b5e Binary files /dev/null and b/public/assets/images/icons/icons-19.png differ