/*
Theme Name: Flexi Renovation Group Pty Ltd
Author: Concise Digital
Author URI: https://www.concise.digital/
Theme URI: https://www.flexi.com.au/
Tags: 
Text Domain: flexi
Requires at least: 6.1
Requires PHP: 7.3
Tested up to: 6.2
Version: 1.3

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* 
--------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@600&family=Manrope:wght@200..800&display=swap");
:root {
  --wp--preset--color--black: #000000;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--primary: #0081C6;
  --wp--preset--color--secondary: #124678;
  --block-padding: 25px;
  --site-min-padding: 15px;
  --site-max-width: 1200px;
  --content-max-width: 1190px;
  --vh: 1vh;
  --base-letter-spacing: 0.025em;
  --base-letter-spacing: 0.08em;
  --header-colour: #fff;
}
@media (min-width: 782px) {
  :root {
    --block-padding: 40px;
  }
}
@media (min-width: 991px) {
  :root {
    --block-padding: 50px;
  }
}
@media (min-width: 1200px) {
  :root {
    --block-padding: 55px;
  }
}
@media (min-width: 1500px) {
  :root {
    --block-padding: 60px;
    --site-max-width: 1440px;
    --content-max-width: 1420px;
  }
}

html body p {
  margin: 0;
  padding-bottom: 12px;
  font-weight: normal;
}
html body p:last-child {
  padding-bottom: 0px;
}
@media (min-width: 782px) {
  html body p {
    padding-bottom: 16px;
  }
}
@media (min-width: 992px) {
  html body p {
    padding-bottom: 18px;
  }
}
@media (min-width: 1200px) {
  html body p {
    padding-bottom: 18px;
  }
}
@media (min-width: 1500px) {
  html body p {
    padding-bottom: 20px;
  }
}

@media (min-width: 767px) {
  html body {
    --wp--preset--font-size--small: 16px;
    --wp--preset--font-size--medium: 18px;
    --wp--preset--font-size--large: 20px;
    --wp--preset--font-size--x-large: 34px;
  }
}
@media (min-width: 992px) {
  html body {
    --wp--preset--font-size--small: 16px;
    --wp--preset--font-size--medium: 18px;
    --wp--preset--font-size--large: 20px;
    --wp--preset--font-size--x-large: 38px;
  }
}
@media (min-width: 1200px) {
  html body {
    --wp--preset--font-size--small: 16px;
    --wp--preset--font-size--medium: 18px;
    --wp--preset--font-size--large: 20px;
    --wp--preset--font-size--x-large: 48px;
  }
}
@media (min-width: 1500px) {
  html body {
    --wp--preset--font-size--small: 18px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 22px;
    --wp--preset--font-size--x-large: 48px;
    --wp--style--global--content-size: 1410px;
    --wp--style--global--wide-size: 1410px;
  }
}
/*
CHANGES TO FILE
- Added font-size mixin 
*/
/**
 * Font Sizes
 * Create default font sizes across all screen sizes with one declaration
 * e.g. @include font-sizes( 34px, 42px, 46px );
 *
**/
/*
CHANGES TO FILE
- Added body background style 
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  padding: 0px;
  color: var(--wp--preset--color--mid-black);
}

a {
  outline: none;
}
a img {
  border: 0;
}

img {
  max-width: 100%;
}

ol, ul {
  margin-top: 0px;
}

.image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

iframe {
  display: block;
}

::selection {
  background: var(--wp--preset--color--black);
  color: #fff;
}

.overflow-hidden {
  overflow: hidden;
}

@media (max-width: 781px) {
  h2 br, h3 br, h4 br, h5 br, h6 br {
    display: none;
  }
  .mobile-hide {
    display: none !important;
  }
}
.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

/* Alignfull and Alignwide
  --------------------------------------------- */
@media (min-width: 782px) {
  .alignfull {
    max-width: none;
    width: 100vw;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
  }
}
@media (min-width: 1200px) {
  .alignwide {
    max-width: calc(var(--site-max-width) + 2 * var(--site-min-padding));
    margin-left: calc(var(--site-max-width) / -2 + 50%);
    margin-right: calc(var(--site-max-width) / -2 + 50%);
  }
  .alignfull {
    max-width: none;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
.wp-block-column {
  padding-left: 15px;
  padding-right: 15px;
}

.has-global-padding .wp-block-column {
  padding-left: 0px;
  padding-right: 0px;
}

/* Skiplink
--------------------------------------------- */
.skip-link {
  position: absolute;
  top: -100px;
  /* Styled to match the default WordPress screen reader text */
  background-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  height: auto;
  left: 6px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
  -webkit-transition: top 0.75s ease-out;
  transition: top 0.75s ease-out;
}

.skip-link:focus {
  color: var(--wp--preset--color--white);
  top: 7px;
  -webkit-transition: top 0s;
  transition: top 0s;
}

.has-global-padding {
  padding-right: 0px;
  padding-left: 0px;
}
@media (max-width: 1200px) {
  .has-global-padding {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

.common-padding {
  padding: 30px 15px;
}
@media (min-width: 782px) {
  .common-padding {
    padding: 40px 15px;
  }
}
@media (min-width: 992px) {
  .common-padding {
    padding: 60px 15px;
  }
}
@media (min-width: 1200px) {
  .common-padding {
    padding: 80px 15px;
  }
}
@media (min-width: 1500px) {
  .common-padding {
    padding: 100px 15px;
  }
}

/* Forms
-------------------------------------------------------------- */
.gform_wrapper .gform_fields {
  grid-row-gap: 24px !important;
}

.gform_wrapper input[type=email],
.gform_wrapper input[type=password],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper select,
.gform_wrapper textarea {
  font-family: var(--wp--preset--font-family--manrope);
  color: var(--wp--preset--color--primary);
  padding: 20px 18px !important;
  background-color: #F6F6F6 !important;
  border: 1px solid #BFBFBF !important;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 1.4;
}
.gform_wrapper input[type=email]::placeholder,
.gform_wrapper input[type=password]::placeholder,
.gform_wrapper input[type=tel]::placeholder,
.gform_wrapper input[type=text]::placeholder,
.gform_wrapper select::placeholder,
.gform_wrapper textarea::placeholder {
  font-family: var(--wp--preset--font-family--manrope);
  color: var(--wp--preset--color--black);
}

.gform_heading {
  color: var(--wp--preset--color--primary);
}

.gform_required_legend {
  display: none;
}

.gform_button {
  font-family: var(--wp--preset--font-family--manrope) !important;
  padding: 14px 20px !important;
  border: 1px solid var(--wp--preset--color--primary) !important;
  border-radius: 5px !important;
  color: var(--wp--preset--color--white) !important;
  background-color: var(--wp--preset--color--primary) !important;
  cursor: pointer !important;
  font-weight: 600 !important;
  min-width: 158px !important;
  transition: all 0.3s ease !important;
  font-size: 16px !important;
}
.gform_button:hover, .gform_button:focus, .gform_button:focus-within {
  background-color: var(--wp--preset--color--secondary) !important;
  border: 1px solid var(--wp--preset--color--secondary) !important;
  transition: all 0.3s ease !important;
  color: var(--wp--preset--color--white) !important;
}
@media (min-width: 1200px) {
  .gform_button {
    padding: 15px 30px !important;
    min-width: 190px !important;
    font-size: 20px !important;
  }
}

@media (min-width: 1200px) {
  .gform_wrapper .gfield textarea.medium {
    height: 240px !important;
  }
}

.gform_wrapper .gform_footer {
  margin: 0;
  padding: 4px 0 0 !important;
}

@media (min-width: 1200px) {
  .contact-form-sec .gform_wrapper {
    max-width: 844px;
    margin: auto;
  }
}

.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}

.mejs-container {
  padding-top: 56.25%;
}

.wp-video, video.wp-video-shortcode {
  max-width: 100% !important;
}

video.wp-video-shortcode {
  position: relative;
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mejs-controls {
  display: none;
}

.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-stripes tbody tr:nth-child(odd) td {
  background-color: rgba(229, 229, 229, 0.3) !important;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-stripes tbody tr:nth-child(odd) th {
  background-color: rgba(229, 229, 229, 0.3) !important;
}

.pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
}

.pagination a {
  color: var(--wp--preset--color--white);
  display: inline-block;
  padding: 6px 16px;
  text-decoration: none !important;
  transition: background-color 0.3s;
  font-weight: 400;
  border: 1px solid #666666;
  background-color: #666666;
  border-radius: 100%;
}

.pagination a.active {
  background-color: transparent;
  color: var(--wp--preset--color--primary);
  border: 1px solid var(--wp--preset--color--primary);
}

.pagination span {
  color: #000;
  display: inline-block;
  padding: 6px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  font-weight: 400;
  border: 1px solid transparent;
}

.pagination span.current {
  background-color: transparent;
  color: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 100%;
  background-color: var(--wp--preset--color--primary);
}

.pagination a:hover:not(.active) {
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--primary);
}

.pagination h2 {
  display: none !important;
}

.pagination a.next.page-numbers {
  border-radius: 0;
  background-color: transparent;
  border: 0px;
  padding: 0 !important;
  width: 20px;
  height: 20px;
  background-image: url(assets/images/blog-next-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0 !important;
  margin-left: 14px;
}

.pagination a.prev.page-numbers {
  border-radius: 0;
  background-color: transparent;
  border: 0px;
  padding: 0 !important;
  width: 20px;
  height: 20px;
  background-image: url(assets/images/blog-prev-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0 !important;
  margin-right: 14px;
}

/*
CHANGES TO FILE
- Removing a lot of the base styles - most of these should be controlled in theme.json
*/
em,
.italic {
  font-style: italic;
}

strong,
b {
  font-weight: 700;
}

/* Links and buttons  */
a {
  color: inherit;
  cursor: pointer;
}

main a {
  text-decoration: underline;
}
main a:hover, main a:focus, main a:focus-within {
  text-decoration: none;
}

.home .site-header .navbar .navbar-nav > li > a {
  color: var(--wp--preset--color--white);
}
.home .site-header .navbar .navbar-nav > li > a:hover {
  color: var(--wp--preset--color--secondary) !important;
}
.home .site-header .navbar .navbar-nav > li:hover > a {
  color: var(--wp--preset--color--secondary) !important;
}
.home .site-header .navbar .navbar-nav > li.current-page-ancestor > a, .home .site-header .navbar .navbar-nav > li.current-menu-item > a {
  color: var(--wp--preset--color--secondary) !important;
}
.home .site-header .navbar .navbar-nav > li > ul > li > a {
  color: var(--wp--preset--color--white);
}
.home .site-header .navbar .navbar-nav > li > ul > li > a:hover, .home .site-header .navbar .navbar-nav > li > ul > li > a:focus, .home .site-header .navbar .navbar-nav > li > ul > li > a:focus-within {
  color: var(--wp--preset--color--secondary);
}
.home .site-header .navbar .navbar-nav > li > ul > li.current-page-ancestor > a, .home .site-header .navbar .navbar-nav > li > ul > li.current-menu-item > a {
  color: var(--wp--preset--color--secondary);
}
.home .site-header .navbar .navbar-nav > li > ul > li > ul > li > a {
  color: var(--wp--preset--color--white);
}
.home .site-header .navbar .navbar-nav > li > ul > li > ul > li > a:hover, .home .site-header .navbar .navbar-nav > li > ul > li > ul > li > a:focus, .home .site-header .navbar .navbar-nav > li > ul > li > ul > li > a:focus-within {
  color: var(--wp--preset--color--secondary);
}
.home .site-header .navbar .navbar-nav > li > ul > li > ul > li.current-page-ancestor > a, .home .site-header .navbar .navbar-nav > li > ul > li > ul > li.current-menu-item > a {
  color: var(--wp--preset--color--secondary);
}
@media (max-width: 1199px) {
  .home .site-header .navbar .navbar-nav > li > ul > li > ul > li > a:hover, .home .site-header .navbar .navbar-nav > li > ul > li > ul > li > a:focus, .home .site-header .navbar .navbar-nav > li > ul > li > ul > li > a:focus-within {
    color: var(--wp--preset--color--secondary);
  }
}
@media (min-width: 1200px) {
  .home .site-header .navbar .navbar-nav > li > ul > li:hover > a, .home .site-header .navbar .navbar-nav > li > ul > li:focus > a, .home .site-header .navbar .navbar-nav > li > ul > li:focus-within > a {
    color: var(--wp--preset--color--secondary);
  }
}
@media (max-width: 1199px) {
  .home .site-header .navbar .navbar-nav > li > ul > li > a:hover, .home .site-header .navbar .navbar-nav > li > ul > li > a:focus, .home .site-header .navbar .navbar-nav > li > ul > li > a:focus-within {
    color: var(--wp--preset--color--secondary);
  }
}
@media (min-width: 1200px) {
  .home .site-header .navbar .navbar-nav > li:hover > a, .home .site-header .navbar .navbar-nav > li:focus > a, .home .site-header .navbar .navbar-nav > li:focus-within > a {
    color: var(--wp--preset--color--secondary);
  }
}
.home .site-header .header-middle > .wp-block-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.site-header {
  z-index: 9999;
  position: relative;
}
.site-header .is-content-justification-space-between {
  justify-content: space-between;
}
.site-header .wp-block-site-logo a {
  display: block;
  max-width: 150px;
}
@media (min-width: 1200px) {
  .site-header .wp-block-site-logo a {
    max-width: 8vw;
  }
}
.site-header .wp-block-site-logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 1200px) {
  .site-header .navbar .navbar-nav {
    display: flex;
    grid-gap: 0;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .site-header .navbar .navbar-nav {
    margin: 0;
    margin-top: 50px;
    padding: 0;
  }
}
.site-header .navbar .navbar-nav li {
  list-style: none;
}
.site-header .navbar .navbar-nav li a {
  text-decoration: none !important;
}
.site-header .navbar .navbar-nav > li {
  position: relative;
  padding: 0;
}
@media (min-width: 1200px) {
  .site-header .navbar .navbar-nav > li {
    padding: 0 0.6vw;
  }
  .site-header .navbar .navbar-nav > li:first-child {
    padding-left: 0;
  }
}
@media (min-width: 1500px) {
  .site-header .navbar .navbar-nav > li {
    padding: 0 0.6vw;
  }
  .site-header .navbar .navbar-nav > li:first-child {
    padding-left: 0;
  }
}
.site-header .navbar .navbar-nav > li > a {
  padding: 12px 0;
  display: block;
  font-weight: 500;
  color: var(--wp--preset--color--black);
  position: relative;
}
@media (max-width: 1199px) {
  .site-header .navbar .navbar-nav > li > a {
    padding: 8px 15px;
  }
}
.site-header .navbar .navbar-nav > li > a:hover {
  color: var(--wp--preset--color--secondary) !important;
}
@media (min-width: 1200px) {
  .site-header .navbar .navbar-nav > li > a {
    padding: 1vw 0;
    font-size: 0.9vw;
  }
}
@media (min-width: 1500px) {
  .site-header .navbar .navbar-nav > li > a {
    padding: 1vw 0;
    font-size: 0.9vw;
  }
}
.site-header .navbar .navbar-nav > li:hover > a {
  color: var(--wp--preset--color--secondary) !important;
}
.site-header .navbar .navbar-nav > li.current-page-ancestor > a, .site-header .navbar .navbar-nav > li.current-menu-item > a {
  color: var(--wp--preset--color--secondary) !important;
}
.site-header .navbar .navbar-nav > li > ul {
  display: none;
  border: 0px;
  border-radius: 0px;
  padding: 42px 0 0 0;
  min-width: 270px !important;
  left: 0;
  top: 90px;
  position: absolute;
  background-color: var(--wp--preset--color--white);
}
.site-header .navbar .navbar-nav > li > ul > li {
  padding: 0;
  position: relative;
}
.site-header .navbar .navbar-nav > li > ul > li > a {
  padding: 12px 14px;
  display: block;
  width: 100%;
  font-weight: 600;
  color: var(--wp--preset--color--black);
  font-size: 18px;
}
.site-header .navbar .navbar-nav > li > ul > li > a:hover, .site-header .navbar .navbar-nav > li > ul > li > a:focus, .site-header .navbar .navbar-nav > li > ul > li > a:focus-within {
  color: var(--wp--preset--color--secondary);
}
@media (min-width: 1200px) {
  .site-header .navbar .navbar-nav > li > ul > li > a {
    padding: 12px 22px 12px 22px;
  }
}
@media (min-width: 1500px) {
  .site-header .navbar .navbar-nav > li > ul > li > a {
    padding: 12px 22px 12px 22px;
  }
}
.site-header .navbar .navbar-nav > li > ul > li.current-page-ancestor > a, .site-header .navbar .navbar-nav > li > ul > li.current-menu-item > a {
  color: var(--wp--preset--color--secondary);
}
.site-header .navbar .navbar-nav > li > ul > li > ul {
  display: none;
  border: 0px;
  border-radius: 0px;
  padding: 0;
  min-width: 270px !important;
  left: 0;
  top: 90px;
  position: absolute;
  background-color: var(--wp--preset--color--primary);
  border-left: 1px solid #ECECFF;
}
.site-header .navbar .navbar-nav > li > ul > li > ul > li {
  padding: 0;
}
.site-header .navbar .navbar-nav > li > ul > li > ul > li > a {
  padding: 12px 14px;
  display: block;
  width: 100%;
  font-weight: 600;
  color: var(--wp--preset--color--white);
  font-size: 16px;
}
.site-header .navbar .navbar-nav > li > ul > li > ul > li > a:hover, .site-header .navbar .navbar-nav > li > ul > li > ul > li > a:focus, .site-header .navbar .navbar-nav > li > ul > li > ul > li > a:focus-within {
  color: var(--wp--preset--color--secondary);
}
@media (min-width: 1200px) {
  .site-header .navbar .navbar-nav > li > ul > li > ul > li > a {
    padding: 12px 14px 12px 20px;
  }
}
@media (min-width: 1500px) {
  .site-header .navbar .navbar-nav > li > ul > li > ul > li > a {
    padding: 12px 14px 12px 20px;
  }
}
.site-header .navbar .navbar-nav > li > ul > li > ul > li.current-page-ancestor > a, .site-header .navbar .navbar-nav > li > ul > li > ul > li.current-menu-item > a {
  color: var(--wp--preset--color--secondary);
}
@media (min-width: 1200px) {
  .site-header .navbar .navbar-nav > li > ul > li > ul {
    min-width: 240px !important;
    left: 240px;
    top: 0;
  }
}
@media (min-width: 1500px) {
  .site-header .navbar .navbar-nav > li > ul > li > ul {
    min-width: 260px !important;
    left: 260px;
    top: 0;
  }
}
@media (max-width: 1199px) {
  .site-header .navbar .navbar-nav > li > ul > li > ul {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    padding: 12px 20px;
    border-radius: 0;
  }
  .site-header .navbar .navbar-nav > li > ul > li > ul > li > a {
    padding: 8px 0;
    font-size: 16px;
  }
  .site-header .navbar .navbar-nav > li > ul > li > ul > li > a:hover, .site-header .navbar .navbar-nav > li > ul > li > ul > li > a:focus, .site-header .navbar .navbar-nav > li > ul > li > ul > li > a:focus-within {
    color: var(--wp--preset--color--secondary);
  }
}
@media (min-width: 1200px) {
  .site-header .navbar .navbar-nav > li > ul > li:hover > a, .site-header .navbar .navbar-nav > li > ul > li:focus > a, .site-header .navbar .navbar-nav > li > ul > li:focus-within > a {
    color: var(--wp--preset--color--secondary);
  }
  .site-header .navbar .navbar-nav > li > ul > li:hover > ul, .site-header .navbar .navbar-nav > li > ul > li:focus > ul, .site-header .navbar .navbar-nav > li > ul > li:focus-within > ul {
    display: block;
  }
}
@media (max-width: 1199px) {
  .site-header .navbar .navbar-nav > li > ul > li.has-sub-nav > a {
    width: 88%;
  }
}
@media (min-width: 1200px) {
  .site-header .navbar .navbar-nav > li > ul {
    min-width: 240px !important;
    top: 63px;
  }
}
@media (min-width: 1500px) {
  .site-header .navbar .navbar-nav > li > ul {
    min-width: 260px !important;
    top: 66px;
  }
}
@media (max-width: 1199px) {
  .site-header .navbar .navbar-nav > li > ul {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    padding: 12px 20px;
    border-radius: 0;
  }
  .site-header .navbar .navbar-nav > li > ul > li > a {
    padding: 8px 0;
    font-size: 16px;
  }
  .site-header .navbar .navbar-nav > li > ul > li > a:hover, .site-header .navbar .navbar-nav > li > ul > li > a:focus, .site-header .navbar .navbar-nav > li > ul > li > a:focus-within {
    color: var(--wp--preset--color--secondary);
  }
}
@media (min-width: 1200px) {
  .site-header .navbar .navbar-nav > li:hover > a, .site-header .navbar .navbar-nav > li:focus > a, .site-header .navbar .navbar-nav > li:focus-within > a {
    color: var(--wp--preset--color--secondary);
  }
  .site-header .navbar .navbar-nav > li:hover > ul, .site-header .navbar .navbar-nav > li:focus > ul, .site-header .navbar .navbar-nav > li:focus-within > ul {
    display: block;
  }
}
@media (max-width: 1199px) {
  .site-header .navbar .navbar-nav > li.has-sub-nav > a {
    width: 88%;
  }
}
@media (min-width: 1200px) {
  .site-header .navbar .navbar-nav {
    grid-gap: 0;
  }
}
@media (min-width: 1500px) {
  .site-header .navbar .navbar-nav {
    grid-gap: 0;
  }
}
.site-header .header-middle {
  position: relative;
}
.site-header .header-middle > .wp-block-group {
  flex-wrap: nowrap;
  grid-gap: 0;
  border-bottom: 1px solid rgba(0, 129, 198, 0.2);
  padding: 12px 0 !important;
}
@media (min-width: 1200px) {
  .site-header .header-middle > .wp-block-group {
    padding: 0.8vw 1.2vw !important;
  }
}
@media (max-width: 1199px) {
  .site-header .header-middle > .wp-block-group {
    padding: 12px 15px !important;
  }
}
@media (max-width: 781px) {
  .site-header .header-middle > .wp-block-group {
    padding: 12px 0 !important;
  }
}
@media (min-width: 1200px) {
  .site-header .header-middle .header-middle-left {
    width: 54%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 0;
  }
}
@media (min-width: 1200px) {
  .site-header .header-middle .header-middle-right {
    width: 46%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-gap: 0;
  }
}
@media (max-width: 1199px) {
  .site-header .header-middle .header-middle-right {
    padding-right: 0;
  }
}
@media (max-width: 781px) {
  .site-header .header-middle .header-middle-right {
    padding-right: 0px;
  }
}

@media (max-width: 1199px) {
  .desktop-mobile-icon {
    display: none;
  }
  .sidebar_open:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 99;
  }
  .mobilemenu_icon {
    width: 30px;
    height: 24px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    display: block;
  }
  .mobilemenu_icon img {
    display: none;
  }
  .home .navbar_line {
    background-color: var(--wp--preset--color--white);
  }
  .navbar_line {
    background-color: var(--wp--preset--color--black);
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 12px;
  }
  .navbar_line2 {
    top: 10px;
    width: 100%;
  }
  .navbar_line3 {
    top: 20px;
    width: 60%;
  }
  .sidebar_open .mobilemenu_icon {
    background: transparent;
  }
  .sidebar_open .navbar_line {
    left: 100%;
  }
  .sidebar_open .navbar_line2 {
    left: 100%;
  }
  .sidebar_open .navbar_line3 {
    left: 100%;
  }
  .mobilemenu_icon_open {
    width: 25px;
    height: 25px;
    top: 15px;
    right: 15px;
    position: absolute;
    background-size: cover;
    z-index: 99;
    overflow: hidden;
  }
  .navbarclose_line1 {
    height: 2px;
    background-color: var(--wp--preset--color--white);
    position: absolute;
    top: 11px;
    left: 0;
    width: 25px;
    transform: rotate(0);
    opacity: 0;
  }
  .navbarclose_line2 {
    height: 2px;
    background-color: var(--wp--preset--color--white);
    position: absolute;
    top: 11px;
    left: 0;
    width: 25px;
    transform: rotate(0);
    opacity: 0;
  }
  .has-sub-nav {
    background-image: url(assets/images/sub_menu.png);
    background-position: 95% 15px;
    background-size: 14px;
    background-repeat: no-repeat;
  }
  .has-sub-nav > a {
    width: 90%;
  }
  .sidebar_open .navbarclose_line1 {
    transform: rotate(-136deg);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transition-delay: 0.2s;
    opacity: 100;
  }
  .sidebar_open .navbarclose_line2 {
    transform: rotate(136deg);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transition-delay: 0.2s;
    opacity: 100;
  }
  .navbar-header {
    overflow: auto;
  }
  .sidebar_open {
    overflow: hidden;
  }
  .navbar-header {
    float: none;
    position: fixed;
    background-color: var(--wp--preset--color--primary);
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    pointer-events: none;
    height: 100%;
    max-width: 100vw;
    z-index: 99999999;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .navbar-nav > li:hover > ul {
    display: none;
  }
  .sidebar_open .navbar-header {
    transition: opacity 0.3s ease;
    transform: translate3d(0, 0, 0);
    pointer-events: all;
    opacity: 1;
  }
  .header-contact {
    display: none;
  }
}
@media (max-width: 781px) {
  .site-header .wp-block-site-logo a {
    max-width: 114px;
  }
}
.inner-banner {
  margin: 20px 15px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}
.inner-banner .inner-banner-content {
  position: relative;
  overflow: hidden;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--wp--preset--color--white);
  flex-direction: column;
  min-height: 163px;
  padding: 0 15px;
  text-align: center;
  border-radius: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--wp--preset--color--primary);
  opacity: 0;
  animation: fadeincustom 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.3s forwards;
  animation-iteration-count: 1;
}
.inner-banner .inner-banner-content:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
}
.inner-banner .inner-banner-content h1, .inner-banner .inner-banner-content h2 {
  color: var(--wp--preset--color--white);
  font-weight: 600;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.inner-banner .inner-banner-content h1 span, .inner-banner .inner-banner-content h2 span {
  transform: translate(0, 100%);
  display: block;
  animation: reveal 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.3s forwards;
  animation-iteration-count: 1;
  animation-delay: 600ms;
}
@media (min-width: 1200px) {
  .inner-banner .inner-banner-content h1, .inner-banner .inner-banner-content h2 {
    font-size: 2.5vw;
  }
}
.inner-banner .inner-banner-content .breadcrumbs {
  position: absolute;
  right: 36px;
  bottom: 0;
  color: var(--wp--preset--color--white);
  z-index: 9;
  transform: translate(0, 100%);
  display: block;
  animation: reveal 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.3s forwards;
  animation-iteration-count: 1;
  animation-delay: 750ms;
}
.inner-banner .inner-banner-content .breadcrumbs .woocommerce-breadcrumb {
  color: var(--wp--preset--color--white);
}
.inner-banner .inner-banner-content .breadcrumbs .woocommerce-breadcrumb a {
  color: var(--wp--preset--color--white);
  text-decoration: none;
}
.inner-banner .inner-banner-content .breadcrumbs .woocommerce-breadcrumb a:hover {
  color: var(--wp--preset--color--primary);
}
.inner-banner .inner-banner-content .breadcrumbs .breadcrumb {
  color: var(--wp--preset--color--white);
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  margin: 0 0 1em;
}
.inner-banner .inner-banner-content .breadcrumbs .breadcrumb li {
  list-style: none;
  font-size: 0.92em;
}
.inner-banner .inner-banner-content .breadcrumbs .breadcrumb li a {
  color: var(--wp--preset--color--white);
  text-decoration: none;
}
.inner-banner .inner-banner-content .breadcrumbs .breadcrumb li a.home_link {
  margin-right: 6px;
}
.inner-banner .inner-banner-content .breadcrumbs .breadcrumb li a:hover {
  color: var(--wp--preset--color--primary);
}
@media (min-width: 1200px) {
  .inner-banner .inner-banner-content {
    min-height: 265px;
  }
}
@media (max-width: 1199px) {
  .inner-banner .inner-banner-content .breadcrumbs {
    display: none !important;
  }
}
.inner-banner.no-padding-inner-banner {
  margin: 0;
  border-radius: 0;
  margin-bottom: 16px;
}
.inner-banner.no-padding-inner-banner .inner-banner-content {
  border-radius: 0;
}
.inner-banner.no-padding-inner-banner .inner-banner-content:before {
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 1200px) {
  .inner-banner {
    margin: 2.2vw 1.2vw;
  }
}

.archive .site-header .header-middle > .wp-block-group {
  padding-top: 1vw !important;
}

.journey-inner-banner {
  margin: 0;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}
.journey-inner-banner .inner-banner-content {
  position: relative;
  overflow: hidden;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--wp--preset--color--white);
  flex-direction: column;
  min-height: 200px;
  padding: 0 15px;
  text-align: center;
  border-radius: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--wp--preset--color--primary);
  opacity: 0;
  animation: fadeincustom 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.3s forwards;
  animation-iteration-count: 1;
}
.journey-inner-banner .inner-banner-content:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
}
.journey-inner-banner .inner-banner-content h1, .journey-inner-banner .inner-banner-content h2 {
  color: var(--wp--preset--color--white);
  font-weight: 600;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.journey-inner-banner .inner-banner-content h1 span, .journey-inner-banner .inner-banner-content h2 span {
  transform: translate(0, 100%);
  display: block;
  animation: reveal 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.3s forwards;
  animation-iteration-count: 1;
  animation-delay: 600ms;
}
@media (min-width: 1200px) {
  .journey-inner-banner .inner-banner-content h1, .journey-inner-banner .inner-banner-content h2 {
    font-size: 2.5vw;
  }
}
.journey-inner-banner .inner-banner-content .breadcrumbs {
  position: absolute;
  right: 36px;
  bottom: 0;
  color: var(--wp--preset--color--white);
  z-index: 9;
  transform: translate(0, 100%);
  display: block;
  animation: reveal 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.3s forwards;
  animation-iteration-count: 1;
  animation-delay: 750ms;
}
.journey-inner-banner .inner-banner-content .breadcrumbs .woocommerce-breadcrumb {
  color: var(--wp--preset--color--white);
}
.journey-inner-banner .inner-banner-content .breadcrumbs .woocommerce-breadcrumb a {
  color: var(--wp--preset--color--white);
  text-decoration: none;
}
.journey-inner-banner .inner-banner-content .breadcrumbs .woocommerce-breadcrumb a:hover {
  color: var(--wp--preset--color--primary);
}
.journey-inner-banner .inner-banner-content .breadcrumbs .breadcrumb {
  color: var(--wp--preset--color--white);
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  margin: 0 0 1em;
}
.journey-inner-banner .inner-banner-content .breadcrumbs .breadcrumb li {
  list-style: none;
  font-size: 0.92em;
}
.journey-inner-banner .inner-banner-content .breadcrumbs .breadcrumb li a {
  color: var(--wp--preset--color--white);
  text-decoration: none;
}
.journey-inner-banner .inner-banner-content .breadcrumbs .breadcrumb li a.home_link {
  margin-right: 6px;
}
.journey-inner-banner .inner-banner-content .breadcrumbs .breadcrumb li a:hover {
  color: var(--wp--preset--color--primary);
}
@media (min-width: 1200px) {
  .journey-inner-banner .inner-banner-content {
    min-height: 500px;
  }
}
@media (min-width: 1500px) {
  .journey-inner-banner .inner-banner-content {
    min-height: 600px;
  }
}
@media (min-width: 1921px) {
  .journey-inner-banner .inner-banner-content {
    min-height: 622px;
  }
}
@media (max-width: 1199px) {
  .journey-inner-banner .inner-banner-content .breadcrumbs {
    display: none !important;
  }
}

footer {
  background-color: #1E1E1E;
  color: var(--wp--preset--color--white);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 24px;
}
footer a {
  color: var(--wp--preset--color--white);
  text-decoration: none;
}
@media (min-width: 1200px) {
  footer .footer-common-container {
    max-width: 1108px;
    margin: auto;
  }
}
@media (min-width: 1300px) {
  footer .footer-common-container {
    max-width: 1200px;
    margin: auto;
  }
}
@media (min-width: 1400px) {
  footer .footer-common-container {
    max-width: 1300px;
    margin: auto;
  }
}
@media (min-width: 1500px) {
  footer .footer-common-container {
    max-width: 1400px;
    margin: auto;
  }
}
@media (min-width: 1600px) {
  footer .footer-common-container {
    max-width: 1500px;
    margin: auto;
  }
}
footer .footer-top {
  width: 100%;
  border-bottom: 1px solid #707070;
  padding-bottom: 24px;
}
footer .footer-top .footer-top-content {
  display: flex;
}
footer .footer-top .footer-top-content .footer-top-content-left p {
  font-weight: 300;
  font-size: 13px;
}
footer .footer-top .footer-top-content .footer-top-content-left p a {
  text-decoration: underline;
}
footer .footer-top .footer-top-content .footer-top-content-left p a:hover {
  text-decoration: none;
}
@media (min-width: 1200px) {
  footer .footer-top .footer-top-content .footer-top-content-left p {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  footer .footer-top .footer-top-content .footer-top-content-left p {
    font-size: 18px;
  }
}
footer .footer-top .footer-top-content .footer-top-content-left h6 {
  color: var(--wp--preset--color--white);
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 1200px) {
  footer .footer-top .footer-top-content .footer-top-content-left h6 {
    font-size: 18px;
    margin-top: 18px;
  }
}
@media (min-width: 1600px) {
  footer .footer-top .footer-top-content .footer-top-content-left h6 {
    font-size: 20px;
    margin-top: 18px;
  }
}
footer .footer-top .footer-top-content .footer-top-content-left .footer-address {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 12px;
}
@media (min-width: 781px) {
  footer .footer-top .footer-top-content .footer-top-content-left .footer-address {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  footer .footer-top .footer-top-content .footer-top-content-left .footer-address {
    max-width: 80%;
    margin-top: 30px;
  }
}
@media (min-width: 1300px) {
  footer .footer-top .footer-top-content .footer-top-content-left .footer-address {
    max-width: 74%;
    margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  footer .footer-top .footer-top-content .footer-top-content-left .footer-address {
    max-width: 74%;
  }
}
@media (max-width: 781px) {
  footer .footer-top .footer-top-content .footer-top-content-left .footer-address {
    grid-gap: 12px;
  }
}
@media (min-width: 782px) {
  footer .footer-top .footer-top-content .footer-top-content-left {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  footer .footer-top .footer-top-content .footer-top-content-left {
    width: 50%;
  }
}
footer .footer-top .footer-top-content .footer-top-content-right h4 {
  color: var(--wp--preset--color--white);
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 1200px) {
  footer .footer-top .footer-top-content .footer-top-content-right h4 {
    font-size: 26px;
  }
}
@media (min-width: 1600px) {
  footer .footer-top .footer-top-content .footer-top-content-right h4 {
    font-size: 30px;
  }
}
@media (max-width: 781px) {
  footer .footer-top .footer-top-content .footer-top-content-right h4 {
    margin-bottom: 8px;
  }
}
footer .footer-top .footer-top-content .footer-top-content-right h2 {
  color: var(--wp--preset--color--white);
  font-weight: 600;
  font-size: 62px;
}
footer .footer-top .footer-top-content .footer-top-content-right h2 a {
  text-decoration: none !important;
}
footer .footer-top .footer-top-content .footer-top-content-right h2 a:hover {
  color: var(--wp--preset--color--primary);
}
@media (min-width: 1200px) {
  footer .footer-top .footer-top-content .footer-top-content-right h2 {
    font-size: 100px;
  }
}
@media (min-width: 1300px) {
  footer .footer-top .footer-top-content .footer-top-content-right h2 {
    font-size: 120px;
  }
}
@media (min-width: 1600px) {
  footer .footer-top .footer-top-content .footer-top-content-right h2 {
    font-size: 120px;
  }
}
@media (max-width: 330px) {
  footer .footer-top .footer-top-content .footer-top-content-right h2 {
    font-size: 54px;
  }
}
@media (min-width: 782px) {
  footer .footer-top .footer-top-content .footer-top-content-right {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  footer .footer-top .footer-top-content .footer-top-content-right {
    width: 50%;
  }
}
@media (max-width: 781px) {
  footer .footer-top .footer-top-content {
    flex-direction: column;
    grid-gap: 30px;
  }
}
@media (min-width: 782px) {
  footer .footer-top {
    padding-bottom: 38px;
  }
}
@media (min-width: 1200px) {
  footer .footer-top {
    padding-bottom: 48px;
  }
}
@media (min-width: 1600px) {
  footer .footer-top {
    padding-bottom: 78px;
  }
}
footer .footer-middle {
  width: 100%;
  border-bottom: 1px solid #707070;
  padding-top: 24px;
  padding-bottom: 24px;
}
footer .footer-middle .footer-middle-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-middle .footer-middle-content .wp-block-navigation__container {
  font-weight: 400;
  grid-gap: 20px;
}
footer .footer-middle .footer-middle-content .wp-block-navigation__container li a:hover {
  color: var(--wp--preset--color--primary);
}
@media (max-width: 1199px) {
  footer .footer-middle .footer-middle-content .wp-block-navigation__container {
    justify-content: center;
  }
}
@media (max-width: 420px) {
  footer .footer-middle .footer-middle-content .wp-block-navigation__container {
    grid-gap: 20px;
  }
}
@media (max-width: 360px) {
  footer .footer-middle .footer-middle-content .wp-block-navigation__container {
    grid-gap: 10px;
  }
}
footer .footer-middle .footer-middle-content .hia-section {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
footer .footer-middle .footer-middle-content .hia-section p {
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  footer .footer-middle .footer-middle-content .hia-section img {
    max-width: 30px;
  }
}
@media (max-width: 1199px) {
  footer .footer-middle .footer-middle-content .kbdi-section img {
    max-width: 60px;
  }
}
@media (max-width: 1199px) {
  footer .footer-middle .footer-middle-content {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    grid-gap: 20px;
  }
}
@media (min-width: 782px) {
  footer .footer-middle {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  footer .footer-middle {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
@media (min-width: 1600px) {
  footer .footer-middle {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}
footer .footer-bottom {
  width: 100%;
  padding-top: 24px;
}
footer .footer-bottom .footer-bottom-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
footer .footer-bottom .footer-bottom-content .footer-bottom-content-left {
  display: flex;
}
@media (min-width: 782px) {
  footer .footer-bottom .footer-bottom-content .footer-bottom-content-left {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  footer .footer-bottom .footer-bottom-content .footer-bottom-content-left {
    width: 48vw;
  }
}
@media (max-width: 781px) {
  footer .footer-bottom .footer-bottom-content .footer-bottom-content-left {
    order: 2;
    width: 100%;
  }
}
footer .footer-bottom .footer-bottom-content .footer-bottom-content-right p {
  text-align: right;
  opacity: 0.5;
  padding-bottom: 30px;
}
@media (max-width: 781px) {
  footer .footer-bottom .footer-bottom-content .footer-bottom-content-right p {
    text-align: left;
  }
}
@media (min-width: 782px) {
  footer .footer-bottom .footer-bottom-content .footer-bottom-content-right {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  footer .footer-bottom .footer-bottom-content .footer-bottom-content-right {
    width: 20%;
  }
}
@media (max-width: 781px) {
  footer .footer-bottom .footer-bottom-content .footer-bottom-content-right {
    order: 1;
    width: 100%;
  }
}
@media (max-width: 781px) {
  footer .footer-bottom .footer-bottom-content {
    flex-direction: column;
  }
}
@media (min-width: 782px) {
  footer .footer-bottom {
    padding-top: 38px;
  }
}
@media (min-width: 1200px) {
  footer .footer-bottom {
    padding-top: 58px;
  }
}
@media (min-width: 1600px) {
  footer .footer-bottom {
    padding-top: 128px;
  }
}
@media (min-width: 782px) {
  footer {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  footer {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  footer {
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 80px;
  }
}
@media (min-width: 1600px) {
  footer {
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 110px;
  }
}

.footer-social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  grid-gap: 30px;
}
.footer-social-list li {
  list-style: none;
}
.footer-social-list li a:hover {
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .footer-social-list {
    margin-top: 12px;
  }
}

footer .footer-top .footer-top-content .footer-top-content-left h6 {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 0px;
}

footer .footer-top .footer-top-content .footer-top-content-left p strong {
  margin-bottom: 6px;
  display: block;
}

@media (min-width: 1200px) {
  footer .footer-top .footer-top-content .footer-top-content-left h6 {
    font-size: 22px;
  }
  footer .footer-top .footer-top-content .footer-top-content-right h4 {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  footer .footer-top .footer-top-content .footer-top-content-left h6 {
    font-size: 26px;
  }
  footer .footer-top .footer-top-content .footer-top-content-right h4 {
    font-size: 26px;
  }
}
.footer-middle-content-3 .kbdi-section {
  display: none;
}

.home .footer-middle-content-3 .kbdi-section, .special-main-category .footer-middle-content-3 .kbdi-section {
  display: none;
}

@media (max-width: 1199px) {
  .footer-middle-content-3 .kbdi-section {
    display: block;
  }
  .footer-middle-content-3 {
    display: flex;
    align-items: center;
    grid-gap: 16px;
  }
  footer .footer-middle .footer-middle-content .kbdi-section img {
    max-width: 48px;
  }
  .footer-middle-content-4 {
    display: none;
  }
  .home .footer-middle-content-3 .kbdi-section, .special-main-category .footer-middle-content-3 .kbdi-section {
    display: block;
  }
  .home .footer-middle-content-3, .special-main-category .footer-middle-content-3 {
    display: flex;
    align-items: center;
    grid-gap: 16px;
  }
  .home footer .footer-middle .footer-middle-content .kbdi-section img, .special-main-category footer .footer-middle .footer-middle-content .kbdi-section img {
    max-width: 48px !important;
  }
  .home .footer-middle-content-4, .special-main-category .footer-middle-content-4 {
    display: none;
  }
}
/* Images
-------------------------------------------------------------- */
figure.wp-block-image {
  margin: 0;
  display: block;
}
figure.wp-block-image.has-custom-border picture, figure.wp-block-image.has-custom-border img {
  display: block;
}

/* Buttons
-------------------------------------------------------------- */
.wp-block-buttons {
  grid-gap: 18px;
  margin-top: 12px;
}
.wp-block-buttons .is-style-outline .wp-element-button, .wp-block-buttons .is-style-outline .wp-block-button__link {
  font-family: var(--wp--preset--font-family--manrope);
  padding: 10px 40px 10px 15px !important;
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 5px;
  color: var(--wp--preset--color--primary) !important;
  background-color: var(--wp--preset--color--white) !important;
  cursor: pointer;
  font-weight: 600;
  min-width: 158px;
  background-image: url(assets/images/button-arrow.svg) !important;
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 16px;
  transition: all 0.3s ease;
  font-size: 16px;
}
.wp-block-buttons .is-style-outline .wp-element-button:hover, .wp-block-buttons .is-style-outline .wp-element-button:focus, .wp-block-buttons .is-style-outline .wp-element-button:focus-within, .wp-block-buttons .is-style-outline .wp-block-button__link:hover, .wp-block-buttons .is-style-outline .wp-block-button__link:focus, .wp-block-buttons .is-style-outline .wp-block-button__link:focus-within {
  background-color: var(--wp--preset--color--primary) !important;
  background-position: 94% center;
  transition: all 0.3s ease;
  color: var(--wp--preset--color--white) !important;
  background-image: url(assets/images/white-arrow.svg) !important;
}
@media (min-width: 1200px) {
  .wp-block-buttons .is-style-outline .wp-element-button, .wp-block-buttons .is-style-outline .wp-block-button__link {
    padding: 12px 60px 12px 30px !important;
    min-width: 190px;
    font-size: 20px;
  }
}
.wp-block-buttons .wp-element-button, .wp-block-buttons .wp-block-button__link {
  font-family: var(--wp--preset--font-family--manrope);
  padding: 10px 40px 10px 15px !important;
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 5px;
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--primary);
  cursor: pointer;
  font-weight: 600;
  min-width: 158px;
  background-image: url(assets/images/white-arrow.svg) !important;
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 16px;
  transition: all 0.3s ease;
  font-size: 16px;
}
.wp-block-buttons .wp-element-button:hover, .wp-block-buttons .wp-element-button:focus, .wp-block-buttons .wp-element-button:focus-within, .wp-block-buttons .wp-block-button__link:hover, .wp-block-buttons .wp-block-button__link:focus, .wp-block-buttons .wp-block-button__link:focus-within {
  background-color: var(--wp--preset--color--primary);
  background-position: 94% center;
  transition: all 0.3s ease;
  color: var(--wp--preset--color--white);
}
@media (min-width: 1200px) {
  .wp-block-buttons .wp-element-button, .wp-block-buttons .wp-block-button__link {
    padding: 12px 60px 12px 30px !important;
    min-width: 190px;
    font-size: 20px;
  }
}

.editorskit-block-link:hover, .editorskit-block-link:focus, .editorskit-block-link:focus-within {
  outline: 0px;
}

@media (min-width: 992px) {
  .is-style-max-width {
    max-width: 640px !important;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .is-style-max-width {
    max-width: 740px !important;
    margin: auto;
  }
}
@media (min-width: 1500px) {
  .is-style-max-width {
    max-width: 940px !important;
    margin: auto;
  }
}

.is-style-justify-between {
  justify-content: space-between;
}
@media (max-width: 781px) {
  .is-style-justify-between .wp-block-heading {
    margin-bottom: 18px !important;
  }
}

/* Map
-------------------------------------------------------------- */
.map {
  height: 300px;
  width: 100%;
}
.map iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 782px) {
  .map {
    position: relative;
    height: 450px;
    max-width: none;
  }
}

.app {
  position: relative;
}

.home {
  background-color: var(--wp--preset--color--primary);
}

.home-banner {
  padding: 120px 0 0px;
}
.home-banner .home-banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 20px;
}
.home-banner .home-banner-content h1 {
  color: var(--wp--preset--color--white);
  font-size: 74px;
  line-height: 1.3;
  margin: 0 !important;
  padding: 0 !important;
  font-family: var(--wp--preset--font-family--inter);
  font-weight: 600;
  overflow: hidden;
}
.home-banner .home-banner-content h1 span {
  transform: translate(0, 100%);
  display: block;
  animation: reveal 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.3s forwards;
  animation-iteration-count: 1;
}
@media (min-width: 1200px) {
  .home-banner .home-banner-content h1 {
    font-size: 42px;
  }
}
@media (min-width: 1500px) {
  .home-banner .home-banner-content h1 {
    font-size: 64px;
  }
}
.home-banner .home-banner-content .banner-ticker {
  margin: 0 !important;
  font-family: var(--wp--preset--font-family--inter);
  font-weight: 600;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  text-align: center;
  max-width: 520px;
}
.home-banner .home-banner-content .banner-ticker a {
  text-decoration: none !important;
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--inter);
  font-size: 74px;
  line-height: normal;
  text-decoration: none;
  font-weight: 600;
  width: auto !important;
}
@media (min-width: 1200px) {
  .home-banner .home-banner-content .banner-ticker a {
    font-size: 42px;
  }
}
@media (min-width: 1500px) {
  .home-banner .home-banner-content .banner-ticker a {
    font-size: 64px;
  }
}
@media (min-width: 1200px) {
  .home-banner .home-banner-content {
    grid-gap: 20px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1500px) {
  .home-banner .home-banner-content {
    grid-gap: 30px;
    padding-bottom: 126px;
  }
}
.home-banner .cube-group {
  margin: 0 !important;
}
.home-banner .wp-block-image {
  width: 100%;
  height: 100%;
}
.home-banner .wp-block-image img {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .home-banner {
    padding: 100px 0 0px;
  }
}
@media (min-width: 1500px) {
  .home-banner {
    padding: 110px 0 0px;
  }
}

.banner-ticker {
  display: flex;
  overflow: hidden;
  margin: 0px;
  transition: margin 0.3s ease 0s;
  transform: none;
  flex-direction: column;
}
.banner-ticker .banner-ticker-item {
  transform: translateY(0px) translateZ(0px);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  align-items: flex-start;
}
.banner-ticker .banner-ticker-item a {
  display: inline-block;
  padding: 6px 18px;
  background-color: var(--wp--preset--color--secondary);
  border-radius: 10px;
  opacity: 0;
  animation: text-visible 0.5s ease forwards;
  animation-delay: 0.8s;
}
@media (min-width: 1200px) {
  .banner-ticker .banner-ticker-item {
    grid-gap: 5px;
  }
}
@media (min-width: 1500px) {
  .banner-ticker .banner-ticker-item {
    grid-gap: 0.8vh;
  }
}

svg.clippy {
  position: absolute;
  top: -999px;
  left: -999px;
  width: 0;
  height: 0;
}

.home-category-section > .wp-block-columns > .wp-block-column > .wp-block-columns {
  grid-gap: 10px;
}
.home-category-section .home-category-section-item {
  position: relative;
  overflow: hidden;
}
.home-category-section .home-category-section-item .wp-block-image {
  position: relative;
  overflow: hidden;
}
.home-category-section .home-category-section-item .wp-block-image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
.home-category-section .home-category-section-item .wp-block-image img {
  transform: scale(1);
  transition: all 0.2s ease-out;
}
.home-category-section .home-category-section-item.animated.delay-100ms.home-category-section-item-1 {
  animation-delay: 0.4s;
}
.home-category-section .home-category-section-item.animated.delay-200ms.home-category-section-item-2 {
  animation-delay: 0.5s;
  z-index: 99;
}
.home-category-section .home-category-section-item.animated.delay-500ms.home-category-section-item-3 {
  animation-delay: 0.6s;
}
@media (min-width: 1200px) {
  .home-category-section .home-category-section-item.home-category-section-item-1 .wp-block-image {
    clip-path: url(#largercategory1);
  }
}
@media (min-width: 1921px) {
  .home-category-section .home-category-section-item.home-category-section-item-1 .wp-block-image {
    clip-path: url(#largercategory1);
  }
}
@media (max-width: 1199px) {
  .home-category-section .home-category-section-item.home-category-section-item-1 .wp-block-image {
    clip-path: url(#mobilecategory1);
  }
}
@media (min-width: 1200px) {
  .home-category-section .home-category-section-item.home-category-section-item-2 .wp-block-image {
    clip-path: url(#largercategory2);
  }
}
@media (min-width: 1921px) {
  .home-category-section .home-category-section-item.home-category-section-item-2 .wp-block-image {
    clip-path: url(#largercategory2);
  }
}
@media (max-width: 1199px) {
  .home-category-section .home-category-section-item.home-category-section-item-2 .wp-block-image {
    clip-path: url(#mobilecategory2);
  }
}
@media (min-width: 1200px) {
  .home-category-section .home-category-section-item.home-category-section-item-3 .wp-block-image {
    clip-path: url(#largercategory3);
  }
}
@media (min-width: 1921px) {
  .home-category-section .home-category-section-item.home-category-section-item-3 .wp-block-image {
    clip-path: url(#largercategory3);
  }
}
@media (max-width: 1199px) {
  .home-category-section .home-category-section-item.home-category-section-item-3 .wp-block-image {
    clip-path: url(#mobilecategory3);
  }
}
.home-category-section .home-category-section-item.ek-linked-block a.editorskit-block-link {
  z-index: 99;
}
.home-category-section .home-category-section-item.ek-linked-block:hover .wp-block-image:before {
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
.home-category-section .home-category-section-item.ek-linked-block:hover .wp-block-image img {
  transform: scale(1.1);
  transition: all 0.2s ease-out;
}
.home-category-section .home-category-section-item.ek-linked-block:hover .wp-block-heading:before {
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
  outline: 4px dashed var(--wp--preset--color--white);
}
.home-category-section .home-category-section-item .home-category-section-item-title {
  position: absolute;
  display: block;
  z-index: 99;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.home-category-section .home-category-section-item .home-category-section-item-title .wp-block-heading {
  color: #fff;
  font-size: 24px;
  margin-top: 10px;
  display: block;
  transform: translate(0, 100%);
  animation: reveal 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.3s forwards;
  animation-iteration-count: 1;
  animation-delay: 1.5s;
  position: relative;
}
.home-category-section .home-category-section-item .home-category-section-item-title .wp-block-heading:before {
  content: "";
  display: block;
  width: 74px;
  height: 74px;
  background-color: var(--wp--preset--color--primary);
  border-radius: 100%;
  margin: auto;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .home-category-section .home-category-section-item .home-category-section-item-title .wp-block-heading:before {
    width: 64px;
    height: 64px;
  }
}
@media (min-width: 1500px) {
  .home-category-section .home-category-section-item .home-category-section-item-title .wp-block-heading:before {
    width: 74px;
    height: 74px;
  }
}
.home-category-section .home-category-section-item .home-category-section-item-title .wp-block-heading:after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background-image: url(assets/images/btn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (min-width: 1200px) {
  .home-category-section .home-category-section-item .home-category-section-item-title .wp-block-heading:after {
    width: 30px;
    height: 30px;
    top: 18px;
  }
}
@media (min-width: 1500px) {
  .home-category-section .home-category-section-item .home-category-section-item-title .wp-block-heading:after {
    width: 34px;
    height: 34px;
    top: 20px;
  }
}
@media (min-width: 1200px) {
  .home-category-section .home-category-section-item .home-category-section-item-title .wp-block-heading {
    font-size: 24px;
  }
}
@media (min-width: 1500px) {
  .home-category-section .home-category-section-item .home-category-section-item-title .wp-block-heading {
    font-size: 32px;
  }
}
.home-category-section .home-category-section-item .home-category-section-item-title.home-category-section-item-title-1 .wp-block-heading {
  animation-delay: 0.7s;
}
.home-category-section .home-category-section-item .home-category-section-item-title.home-category-section-item-title-2 .wp-block-heading {
  animation-delay: 0.9s;
}
.home-category-section .home-category-section-item .home-category-section-item-title.home-category-section-item-title-3 .wp-block-heading {
  animation-delay: 1s;
}
@media (min-width: 1200px) {
  .home-category-section .home-category-section-item .home-category-section-item-title {
    bottom: 15%;
    right: 10%;
  }
  .home-category-section .home-category-section-item .home-category-section-item-title.home-category-section-item-title-1 {
    bottom: 28%;
    right: 16%;
  }
  .home-category-section .home-category-section-item .home-category-section-item-title.home-category-section-item-title-2 {
    bottom: 10%;
    right: 40%;
  }
  .home-category-section .home-category-section-item .home-category-section-item-title.home-category-section-item-title-3 {
    bottom: 20%;
    right: 14%;
  }
}
@media (min-width: 1500px) {
  .home-category-section .home-category-section-item .home-category-section-item-title {
    top: 15%;
    right: 15%;
  }
  .home-category-section .home-category-section-item .home-category-section-item-title.home-category-section-item-title-1 {
    top: 36%;
    right: 13%;
  }
  .home-category-section .home-category-section-item .home-category-section-item-title.home-category-section-item-title-2 {
    top: 52%;
    right: 44%;
  }
  .home-category-section .home-category-section-item .home-category-section-item-title.home-category-section-item-title-3 {
    top: 30%;
    right: 12%;
  }
}

.address-block {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  z-index: 9;
}
.address-block:before {
  content: "";
  width: 1px;
  height: 0;
  background-color: #fff;
  display: block;
  animation: borderreveal 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.6s forwards;
  animation-iteration-count: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .address-block {
    position: absolute;
    line-height: 1.7;
    padding-left: 1.5vw;
    padding-bottom: 2.5vw;
  }
  .address-block p {
    opacity: 0;
    animation: text-visible 0.5s ease forwards;
    animation-delay: 1.1s;
  }
  .address-block.address-block-left {
    left: 2%;
    bottom: 45%;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .address-block.address-block-left {
    left: 1.5%;
    bottom: 43%;
  }
}
@media (min-width: 1200px) and (min-width: 1500px) {
  .address-block.address-block-left {
    left: 2%;
    bottom: 45%;
  }
}
@media (min-width: 1200px) {
  .address-block.address-block-right {
    right: 2%;
    bottom: 65%;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .address-block.address-block-right {
    right: 1.5%;
    bottom: 60%;
  }
}
@media (min-width: 1200px) and (min-width: 1500px) {
  .address-block.address-block-right {
    right: 2%;
    bottom: 65%;
  }
}
@media (min-width: 1200px) {
  .address-block {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .address-block {
    font-size: 16px;
  }
}

.star-bg-section {
  position: relative;
  overflow: initial !important;
}
.star-bg-section:before {
  content: "";
  display: block;
  width: 70%;
  height: 70%;
  position: absolute;
  left: -38%;
  top: 20px;
  background-image: url(assets/images/star-home.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  animation: starreveal 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.6s forwards;
  animation-iteration-count: 1;
  animation-delay: 1s;
  transform: scale(0);
}

.home-banner.category-banner .home-banner-content h1 {
  color: #666666;
}
@media (min-width: 1200px) {
  .home-banner.category-banner .home-banner-content {
    padding-top: 2vh;
    padding-bottom: 10vh;
  }
}
@media (min-width: 1500px) {
  .home-banner.category-banner .home-banner-content {
    padding-top: 2vh;
    padding-bottom: 6vh;
  }
}
@media (min-width: 1921px) {
  .home-banner.category-banner .home-banner-content {
    padding-top: 4vh;
    padding-bottom: 6vh;
  }
}
.home-banner.category-banner .banner-ticker {
  max-width: 100%;
}
.home-banner.category-banner .banner-ticker .banner-ticker-item a {
  background-color: #CC9D79;
}

.sub-categories-section {
  display: flex;
  grid-gap: 12px;
  align-items: flex-end;
  padding: 0 6vw;
  position: relative;
  overflow: hidden;
}
.sub-categories-section .sub-categories-section-item {
  width: 20vw;
}
@media (min-width: 1200px) {
  .sub-categories-section .sub-categories-section-item:nth-child(1) {
    order: 1;
    transform: translate(0, 100%);
    animation: section-up 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.3s forwards;
    animation-iteration-count: 1;
    animation-delay: 120ms;
    margin-bottom: -20px;
    position: relative;
    transition: all 0.3s ease;
  }
  .sub-categories-section .sub-categories-section-item:nth-child(1):hover {
    transition: all 0.3s ease;
    margin-bottom: 0;
  }
  .sub-categories-section .sub-categories-section-item:nth-child(2) {
    order: 3;
    transform: translate(0, 100%);
    animation: section-up 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.3s forwards;
    animation-iteration-count: 1;
    animation-delay: 200ms;
    margin-bottom: -20px;
    position: relative;
    transition: all 0.3s ease;
  }
  .sub-categories-section .sub-categories-section-item:nth-child(2):hover {
    transition: all 0.3s ease;
    margin-bottom: 0;
  }
  .sub-categories-section .sub-categories-section-item:nth-child(3) {
    order: 2;
    transform: translate(0, 100%);
    animation: section-up 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.3s forwards;
    animation-iteration-count: 1;
    animation-delay: 360ms;
    margin-bottom: -20px;
    position: relative;
    transition: all 0.3s ease;
  }
  .sub-categories-section .sub-categories-section-item:nth-child(3):hover {
    transition: all 0.3s ease;
    margin-bottom: 0;
  }
  .sub-categories-section .sub-categories-section-item:nth-child(4) {
    order: 4;
    transform: translate(0, 100%);
    animation: section-up 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.3s forwards;
    animation-iteration-count: 1;
    animation-delay: 440ms;
    margin-bottom: -20px;
    position: relative;
    transition: all 0.3s ease;
  }
  .sub-categories-section .sub-categories-section-item:nth-child(4):hover {
    transition: all 0.3s ease;
    margin-bottom: 0;
  }
  .sub-categories-section .sub-categories-section-item:nth-child(5) {
    order: 3;
    transform: translate(0, 100%);
    animation: section-up 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.3s forwards;
    animation-iteration-count: 1;
    animation-delay: 280ms;
    margin-bottom: -20px;
    position: relative;
    transition: all 0.3s ease;
  }
  .sub-categories-section .sub-categories-section-item:nth-child(5):hover {
    transition: all 0.3s ease;
    margin-bottom: 0;
  }
}
.sub-categories-section .sub-categories-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  transition: all 0.3s ease-in;
}
.sub-categories-section .sub-categories-item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 8;
}
.sub-categories-section .sub-categories-item:hover:before {
  bottom: 0;
  transition: all 0.3s ease;
}
.sub-categories-section .sub-categories-item a {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  padding: 2vh 1vw;
  z-index: 9;
}
.sub-categories-section .sub-categories-item a:before {
  content: "";
  display: block;
  width: 74px;
  height: 74px;
  background-color: var(--wp--preset--color--primary);
  border-radius: 100%;
  margin: auto;
  position: absolute;
  bottom: -100%;
  transition: all 0.3s ease;
  z-index: 9;
}
@media (min-width: 1200px) {
  .sub-categories-section .sub-categories-item a:before {
    width: 54px;
    height: 54px;
    background-size: 22px;
  }
}
@media (min-width: 1500px) {
  .sub-categories-section .sub-categories-item a:before {
    width: 74px;
    height: 74px;
    background-size: auto;
  }
}
.sub-categories-section .sub-categories-item a:after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background-image: url(assets/images/btn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -100%;
  transition: all 0s ease;
  z-index: 9;
}
@media (min-width: 1200px) {
  .sub-categories-section .sub-categories-item a:after {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 1500px) {
  .sub-categories-section .sub-categories-item a:after {
    width: 34px;
    height: 34px;
  }
}
.sub-categories-section .sub-categories-item a h4 {
  font-size: 1.2vw;
  z-index: 99;
}
.sub-categories-section .sub-categories-item a:hover {
  text-decoration: none;
}
.sub-categories-section .sub-categories-item a:hover:before {
  bottom: 30%;
  transform: translateY(-30%);
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .sub-categories-section .sub-categories-item a:hover:before {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
    outline: 4px dashed var(--wp--preset--color--white);
  }
}
.sub-categories-section .sub-categories-item a:hover:after {
  bottom: 32%;
  transform: translateY(-30%);
  transition: all 0s ease;
}
@media (min-width: 1200px) {
  .sub-categories-section .sub-categories-item a {
    min-height: 42vh;
  }
}
@media (min-width: 1500px) {
  .sub-categories-section .sub-categories-item a {
    min-height: 50vh;
  }
}
.sub-categories-section .sub-categories-item.top-text {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.sub-categories-section .sub-categories-item.top-text a {
  padding-top: 1vw;
  align-items: flex-start;
}
.sub-categories-section .simple-bg-section {
  width: 100%;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.sub-categories-section .simple-bg-section.simple-bg-section-1 {
  background-color: var(--wp--preset--color--secondary);
  background-image: url(assets/images/first-bg-svg.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sub-categories-section .simple-bg-section.simple-bg-section-2 {
  background-color: var(--wp--preset--color--secondary);
  background-image: url(assets/images/second-bg-svg.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  .sub-categories-section .simple-bg-section {
    min-height: 10vh;
  }
}
@media (min-width: 1500px) {
  .sub-categories-section .simple-bg-section {
    min-height: 14vh;
  }
}
.sub-categories-section .simple-address-section {
  font-size: 0.8vw;
}
.sub-categories-section .simple-address-section p {
  line-height: 1.6;
}
.sub-categories-section .simple-address-section p strong, .sub-categories-section .simple-address-section p b {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}
@media (min-width: 1200px) {
  .sub-categories-section .simple-address-section p strong, .sub-categories-section .simple-address-section p b {
    font-size: 1vw;
  }
}
@media (min-width: 1921px) {
  .sub-categories-section .simple-address-section p strong, .sub-categories-section .simple-address-section p b {
    font-size: 22px;
  }
}
.sub-categories-section .simple-address-section a:hover {
  text-decoration: none;
}
.sub-categories-section .simple-address-section.simple-address-section-1 {
  display: flex;
  background-color: var(--wp--preset--color--secondary);
  color: #fff;
  border-radius: 25px;
  padding: 1vh 1vw;
  margin-bottom: 0.5vw;
  justify-content: center;
  text-align: center;
  min-height: 22vh;
  align-items: center;
  background-image: url(assets/images/bottom-first-bg.svg);
  background-position: 96% 90%;
  background-repeat: no-repeat;
  background-size: 2.6vw;
}
.sub-categories-section .simple-address-section.simple-address-section-2 {
  display: flex;
  background-color: var(--wp--preset--color--secondary);
  color: #fff;
  border-radius: 25px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 1vh 1vw;
  justify-content: center;
  text-align: center;
  min-height: 24vh;
  align-items: center;
  background-image: url(assets/images/bottom-second-bg.svg);
  background-position: 0.8vw 0.8vw;
  background-repeat: no-repeat;
  background-size: 2.6vw;
}
@media (min-width: 1200px) {
  .sub-categories-section .simple-address-section.simple-address-section-2 {
    min-height: 30vh;
    align-items: flex-start;
    padding-top: 24px;
  }
}
@media (min-width: 1500px) {
  .sub-categories-section .simple-address-section.simple-address-section-2 {
    min-height: 28vh;
    padding-top: 1.1vw;
  }
}
.sub-categories-section .simple-address-section:hover {
  background-color: rgb(30, 30, 30);
}
.sub-categories-section:before {
  content: "";
  display: block;
  position: absolute;
  left: -6.5vw;
  bottom: -0.5vw;
  width: 12vw;
  height: 22vw;
  background-image: url(assets/images/left-side-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  animation: section-left 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.3s forwards;
  animation-iteration-count: 1;
  animation-delay: 80ms;
}
.sub-categories-section:after {
  content: "";
  display: block;
  position: absolute;
  right: -6.5vw;
  bottom: -0.5vw;
  width: 12vw;
  height: 22vw;
  background-image: url(assets/images/right-side-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  animation: section-right 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.3s forwards;
  animation-iteration-count: 1;
  animation-delay: 460ms;
}
@media (min-width: 1200px) {
  .sub-categories-section {
    min-height: 35vw;
  }
}
@media (min-width: 1500px) {
  .sub-categories-section {
    min-height: 33.5vw;
  }
}
@media (min-width: 1921px) {
  .sub-categories-section {
    min-height: 36.5vw;
  }
}

@media (min-width: 1200px) {
  .term-112 .sub-categories-section {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .term-112 .sub-categories-section .sub-categories-section-item:nth-child(4) {
    order: 2;
  }
}

.sub-category-main-section {
  padding: 30px 15px;
}
.sub-category-main-section h1.page-title {
  display: none;
}
.sub-category-main-section ul.products {
  display: grid;
  margin: auto;
  margin-bottom: 60px;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.sub-category-main-section ul.products:before {
  content: none;
}
.sub-category-main-section ul.products:after {
  content: none;
}
.sub-category-main-section ul.products li {
  width: 100% !important;
  max-width: 100% !important;
  position: relative !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}
@media (min-width: 1200px) {
  .sub-category-main-section ul.products li .animation-wrapper {
    transform: translate(0, 100%);
  }
  .sub-category-main-section ul.products li .animation-wrapper.active {
    animation: reveal 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.3s forwards;
    animation-iteration-count: 1;
  }
}
.sub-category-main-section ul.products li:nth-child(1n) .animation-wrapper {
  animation-delay: 650ms;
}
.sub-category-main-section ul.products li:nth-child(2n) .animation-wrapper {
  animation-delay: 690ms;
}
.sub-category-main-section ul.products li:nth-child(3n) .animation-wrapper {
  animation-delay: 730ms;
}
.sub-category-main-section ul.products li:nth-child(3n+1) .animation-wrapper {
  animation-delay: 650ms;
}
.sub-category-main-section ul.products li:nth-child(3n+2) .animation-wrapper {
  animation-delay: 690ms;
}
.sub-category-main-section ul.products li:nth-child(3n+3) .animation-wrapper {
  animation-delay: 730ms;
}
.sub-category-main-section ul.products li .woocommerce-loop-product__title, .sub-category-main-section ul.products li .attachment-woocommerce_thumbnail {
  display: none !important;
}
.sub-category-main-section ul.products li .woocommerce-loop-product__title-custom {
  font-size: 16px !important;
  font-weight: 600;
  padding: 0 0 0.5em;
}
@media (min-width: 782px) {
  .sub-category-main-section ul.products li .woocommerce-loop-product__title-custom {
    font-size: 1.6vw !important;
  }
}
@media (min-width: 992px) {
  .sub-category-main-section ul.products li .woocommerce-loop-product__title-custom {
    font-size: 1.2vw !important;
  }
}
@media (min-width: 1200px) {
  .sub-category-main-section ul.products li .woocommerce-loop-product__title-custom {
    font-size: 1vw !important;
  }
}
.sub-category-main-section ul.products li p {
  padding-bottom: 2px;
}
@media (min-width: 782px) {
  .sub-category-main-section ul.products li p {
    font-size: 1.1vw !important;
  }
}
@media (min-width: 992px) {
  .sub-category-main-section ul.products li p {
    font-size: 1vw !important;
  }
}
@media (min-width: 1200px) {
  .sub-category-main-section ul.products li p {
    font-size: 0.9vw !important;
  }
}
.sub-category-main-section ul.products li .readmore-product {
  margin-top: 4px;
  text-decoration: underline !important;
}
.sub-category-main-section ul.products li .readmore-product:hover {
  text-decoration: none !important;
}
@media (min-width: 782px) {
  .sub-category-main-section ul.products li .readmore-product {
    font-size: 1.1vw !important;
  }
}
@media (min-width: 992px) {
  .sub-category-main-section ul.products li .readmore-product {
    font-size: 1vw !important;
  }
}
@media (min-width: 1200px) {
  .sub-category-main-section ul.products li .readmore-product {
    font-size: 0.9vw !important;
  }
}
@media (min-width: 782px) {
  .sub-category-main-section ul.products {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 18px;
  }
}
@media (min-width: 992px) {
  .sub-category-main-section ul.products {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
}
@media (min-width: 1200px) {
  .sub-category-main-section ul.products {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
  }
}
.sub-category-main-section .product-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  margin-bottom: 8px;
}
.sub-category-main-section .product-thumbnail .product-thumbnail-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  z-index: 9;
  height: 64vw;
  aspect-ratio: 1/1;
  height: auto;
}
.sub-category-main-section .product-thumbnail .product-thumbnail-inner .product-thumbnail-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 8;
}
@media (max-width: 1199px) {
  .sub-category-main-section .product-thumbnail .product-thumbnail-inner .product-thumbnail-overlay {
    bottom: 0%;
  }
}
@media (min-width: 1200px) {
  .sub-category-main-section .product-thumbnail .product-thumbnail-inner:hover .product-smiley-nonsmiley-overlay {
    bottom: 50%;
    transform: translate(-50%, 50%);
    transition: all 0.3s ease;
  }
  .sub-category-main-section .product-thumbnail .product-thumbnail-inner:hover .new-custom-messages {
    opacity: 1;
  }
  .sub-category-main-section .product-thumbnail .product-thumbnail-inner:hover .product-thumbnail-overlay {
    bottom: 0%;
    transition: all 0.3s ease;
  }
}
.sub-category-main-section .product-thumbnail .product-thumbnail-inner.product-liked-disliked .product-smiley-nonsmiley-overlay {
  bottom: 50%;
  transform: translate(-50%, 50%);
  transition: all 0.3s ease;
}
.sub-category-main-section .product-thumbnail .product-thumbnail-inner.product-liked-disliked .new-custom-messages {
  opacity: 0;
}
.sub-category-main-section .product-thumbnail .product-thumbnail-inner.product-liked-disliked .product-thumbnail-overlay {
  bottom: 0%;
  transition: all 0.3s ease;
}
.sub-category-main-section .product-thumbnail .product-thumbnail-inner img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  margin: 0 !important;
}
@media (min-width: 782px) {
  .sub-category-main-section .product-thumbnail {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .sub-category-main-section .product-thumbnail {
    margin-bottom: 14px;
  }
}
@media (min-width: 1200px) {
  .sub-category-main-section .product-thumbnail {
    margin-bottom: 20px;
  }
}
.sub-category-main-section .lmp_load_more_button.br_lmp_button_settings {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 30px;
}
.sub-category-main-section .lmp_load_more_button.br_lmp_button_settings .product-load-more {
  font-family: var(--wp--preset--font-family--manrope) !important;
  border: 1px solid #0081C6 !important;
  border-radius: 8px !important;
  padding: 16px 36px !important;
  position: relative !important;
  text-decoration: none !important;
  background-color: transparent !important;
  color: #2EA3F2 !important;
  font-weight: 500 !important;
  line-height: normal;
  font-size: 14px !important;
}
.sub-category-main-section .lmp_load_more_button.br_lmp_button_settings .product-load-more:after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
  background-image: url(assets/images/button-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}
.sub-category-main-section .lmp_load_more_button.br_lmp_button_settings .product-load-more:hover {
  background-color: #2EA3F2 !important;
  color: #fff !important;
  border: 1px solid #2EA3F2 !important;
}
.sub-category-main-section .lmp_load_more_button.br_lmp_button_settings .product-load-more:hover:after {
  background-image: url(assets/images/white-button-arrow.svg);
}
@media (min-width: 1200px) {
  .sub-category-main-section .lmp_load_more_button.br_lmp_button_settings .product-load-more {
    font-size: 16px !important;
  }
  .sub-category-main-section .lmp_load_more_button.br_lmp_button_settings .product-load-more:after {
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 1500px) {
  .sub-category-main-section .lmp_load_more_button.br_lmp_button_settings .product-load-more {
    font-size: 18px !important;
  }
  .sub-category-main-section .lmp_load_more_button.br_lmp_button_settings .product-load-more:after {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 781px) {
  .sub-category-main-section .lmp_load_more_button.br_lmp_button_settings {
    grid-gap: 14px;
    flex-direction: column;
  }
  .sub-category-main-section .lmp_load_more_button.br_lmp_button_settings .product-load-more {
    display: block;
    min-width: 240px;
    padding: 14px 36px !important;
    width: 100%;
  }
  .sub-category-main-section .lmp_load_more_button.br_lmp_button_settings .product-load-more:after {
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 1200px) {
  .sub-category-main-section {
    padding: 1vw 1.2vw;
  }
}

.product-intro-section {
  margin: auto;
  display: flex;
  padding: 20px 15px;
  overflow: hidden;
}
.product-intro-section h2 {
  font-weight: 400;
  line-height: 1.4;
  padding-bottom: 18px;
}
@media (min-width: 1200px) {
  .product-intro-section .product-intro-left-section {
    width: 50%;
  }
  .product-intro-section .product-intro-left-section h2 {
    max-width: 688px;
    padding-bottom: 20px;
  }
}
.product-intro-section .product-intro-left-section .book-appointment-section {
  display: inline-block;
  width: auto;
}
@media (min-width: 1200px) {
  .product-intro-section .product-intro-right-section {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .product-intro-section {
    max-width: 1108px;
    grid-gap: 40px;
    padding: 20px 15px 50px;
  }
}
@media (min-width: 1300px) {
  .product-intro-section {
    max-width: 1200px;
    grid-gap: 50px;
    padding: 30px 15px 70px;
  }
}
@media (min-width: 1400px) {
  .product-intro-section {
    max-width: 1300px;
    grid-gap: 60px;
    padding: 30px 15px 70px;
  }
}
@media (min-width: 1500px) {
  .product-intro-section {
    max-width: 1400px;
    grid-gap: 80px;
    padding: 30px 15px 70px;
  }
}
@media (min-width: 1700px) {
  .product-intro-section {
    max-width: 1600px;
    grid-gap: 100px;
  }
}
@media (max-width: 1199px) {
  .product-intro-section {
    flex-direction: column;
  }
}

.book-appointment-section {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .book-appointment-section {
    margin-top: 0px;
  }
}

.book-appointment-btn {
  font-family: var(--wp--preset--font-family--manrope) !important;
  border: 1px solid #0081C6 !important;
  border-radius: 8px !important;
  padding: 16px 36px !important;
  position: relative !important;
  text-decoration: none !important;
  background-color: #0081C6 !important;
  color: #fff !important;
  font-weight: 500 !important;
  line-height: normal;
  display: inline-block;
  font-size: 14px !important;
}
.book-appointment-btn:after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
  background-image: url(assets/images/white-button-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}
.book-appointment-btn:hover {
  background-color: transparent !important;
  color: #0081C6 !important;
}
.book-appointment-btn:hover:after {
  background-image: url(assets/images/blue-button-arrow.svg);
}
.book-appointment-btn.hide-btn {
  display: none;
}
@media (min-width: 1200px) {
  .book-appointment-btn {
    font-size: 16px !important;
  }
  .book-appointment-btn:after {
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 1500px) {
  .book-appointment-btn {
    font-size: 18px !important;
  }
  .book-appointment-btn:after {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 781px) {
  .book-appointment-btn {
    display: block;
    min-width: 240px;
    padding: 14px 36px !important;
    width: 100%;
  }
  .book-appointment-btn:after {
    width: 12px;
    height: 12px;
  }
}

.review-section {
  padding: 20px 0;
}
.review-section h2 {
  text-align: center;
  margin-bottom: 20px;
  padding: 0 20px;
  overflow: hidden;
}
.review-section h2 span {
  transform: translate(0, 100%);
  display: block;
}
.review-section h2.active span {
  animation: reveal 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.3s forwards;
  animation-iteration-count: 1;
}
@media (min-width: 1200px) {
  .review-section h2 {
    font-size: 36px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1500px) {
  .review-section h2 {
    font-size: 48px;
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .review-section {
    padding: 8vw 0 3vw;
  }
}

.bg-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.bg-section:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}
.bg-section .bg-section-content {
  min-height: 30vw;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 9;
  padding-left: 6vw;
}
.bg-section .bg-section-content h2 {
  color: var(--wp--preset--color--white);
  line-height: 1.4;
  max-width: 50%;
  overflow: hidden;
}
.bg-section .bg-section-content h2 span {
  transform: translate(0, 100%);
  display: block;
}
.bg-section .bg-section-content h2.active span {
  animation: reveal 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.3s forwards;
  animation-iteration-count: 1;
}
@media (min-width: 1200px) {
  .bg-section .bg-section-content h2 {
    font-size: 36px;
    line-height: 1.5;
  }
}
@media (min-width: 1500px) {
  .bg-section .bg-section-content h2 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .bg-section .bg-section-content {
    padding-left: 8vw;
  }
}
@media (max-width: 1199px) {
  .bg-section .bg-section-content {
    padding-top: 12vw;
    padding-bottom: 12vw;
    background-position: right center;
  }
}
@media (max-width: 991px) {
  .bg-section .bg-section-content h2 {
    max-width: 60%;
  }
}
@media (max-width: 781px) {
  .bg-section .bg-section-content h2 {
    max-width: 80%;
  }
}

.awards-section {
  padding: 30px 0;
}
.awards-section .top-awards .slick-list {
  padding: 0 20% 0 0 !important;
}
@media (min-width: 1200px) {
  .awards-section .top-awards {
    display: grid;
    margin: auto;
    grid-gap: 10px;
    grid-template-columns: repeat(5, 1fr);
  }
  .awards-section .top-awards .top-awards-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .awards-section .top-awards {
    margin-bottom: 34px;
  }
  .awards-section .top-awards .slick-dots {
    bottom: -26px;
  }
}
.awards-section .bottom-awards .slick-list {
  padding: 0 20% 0 0 !important;
}
@media (min-width: 1200px) {
  .awards-section .bottom-awards {
    display: grid;
    margin: auto;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (max-width: 1199px) {
  .awards-section .bottom-awards {
    margin-bottom: 34px;
  }
  .awards-section .bottom-awards .slick-dots {
    bottom: -26px;
  }
}
.awards-section .awards-section-content {
  text-align: center;
  padding: 0 20px;
  max-width: 800px;
  margin: auto;
  margin-bottom: 20px;
}
.awards-section .awards-section-content h2 {
  text-align: center;
  margin-bottom: 14px;
  overflow: hidden;
}
.awards-section .awards-section-content h2 span {
  transform: translate(0, 100%);
  display: block;
}
.awards-section .awards-section-content h2.active span {
  animation: reveal 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.3s forwards;
  animation-iteration-count: 1;
}
@media (min-width: 1200px) {
  .awards-section .awards-section-content h2 {
    font-size: 36px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1500px) {
  .awards-section .awards-section-content h2 {
    font-size: 48px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .awards-section .awards-section-content {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .awards-section {
    padding: 6vw 0;
  }
}

.product-review-sections {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1102px;
  margin: auto;
  grid-gap: 20px;
  padding: 1vw 15px;
}
.product-review-sections .product-review-sections-item {
  width: 50%;
  min-height: 275px;
  padding: 40px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 13px;
  border: 1px solid #C7C7C7;
  text-align: center;
}
.product-review-sections .product-review-sections-item img {
  width: 80%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 781px) {
  .product-review-sections .product-review-sections-item {
    min-height: 34vw;
    padding: 14px 15px;
  }
}
@media (min-width: 781px) {
  .product-review-sections {
    padding: 2vw 15px 5vw;
  }
}
@media (min-width: 1200px) {
  .product-review-sections {
    padding: 1vw 15px 6vw;
    grid-gap: 30px;
  }
  .product-review-sections img {
    width: 100%;
  }
}

.color-section-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  grid-gap: 12px;
  padding: 2vw 15px 8vw;
  flex-wrap: wrap;
}
.color-section-contents .color-section-contents-item {
  padding: 20px;
  border-radius: 10px;
  align-self: stretch;
}
.color-section-contents .color-section-contents-item p {
  font-weight: 600;
}
.color-section-contents .color-section-contents-item:nth-child(1) {
  background-color: #FFE9E2;
}
.color-section-contents .color-section-contents-item:nth-child(2) {
  background-color: #FFF7D9;
}
.color-section-contents .color-section-contents-item:nth-child(3) {
  background-color: #DAFDD4;
}
.color-section-contents .color-section-contents-item:nth-child(4) {
  background-color: #E1ECFF;
}
@media (min-width: 782px) {
  .color-section-contents .color-section-contents-item {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .color-section-contents .color-section-contents-item {
    width: 23%;
    padding: 35px;
  }
}
@media (min-width: 1600px) {
  .color-section-contents .color-section-contents-item {
    width: 24%;
    padding: 40px;
  }
}
@media (min-width: 782px) {
  .color-section-contents {
    padding: 3vw 15px 5vw;
    grid-gap: 20px;
  }
}
@media (min-width: 1200px) {
  .color-section-contents {
    padding: 2vw 40px 6vw;
  }
}
@media (max-width: 781px) {
  .color-section-contents {
    flex-direction: column;
  }
}

.product-gallery-section {
  padding: 2vw 15px 6vw;
}
.product-gallery-section .product-gallery {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 12px;
}
.product-gallery-section .product-gallery .product-thumbnail-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 8;
}
@media (max-width: 1199px) {
  .product-gallery-section .product-gallery .product-thumbnail-overlay {
    bottom: 0%;
  }
}
.product-gallery-section .product-gallery .animation-wrapper {
  transform: translate(0, 100%);
  animation: reveal 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.3s forwards;
  animation-iteration-count: 1;
  animation-delay: 1s;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.product-gallery-section .product-gallery .product-gallery-item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1200px) {
  .product-gallery-section .product-gallery .product-gallery-item:hover .product-smiley-nonsmiley-overlay {
    bottom: 50%;
    transform: translate(-50%, 50%);
    transition: all 0.3s ease;
  }
  .product-gallery-section .product-gallery .product-gallery-item:hover .new-custom-messages {
    opacity: 1;
  }
  .product-gallery-section .product-gallery .product-gallery-item:hover .product-thumbnail-overlay {
    bottom: 0%;
    transition: all 0.3s ease;
  }
}
.product-gallery-section .product-gallery .product-gallery-item.product-liked-disliked .product-smiley-nonsmiley-overlay {
  bottom: 50%;
  transform: translate(-50%, 50%);
  transition: all 0.3s ease;
}
.product-gallery-section .product-gallery .product-gallery-item.product-liked-disliked .new-custom-messages {
  opacity: 0;
}
.product-gallery-section .product-gallery .product-gallery-item.product-liked-disliked .product-thumbnail-overlay {
  bottom: 0%;
  transition: all 0.3s ease;
}
.product-gallery-section .product-gallery .product-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
.product-gallery-section .product-gallery .product-gallery-item.full-product-gallery-item {
  width: 100%;
}
@media (max-width: 1199px) {
  .product-gallery-section .product-gallery .product-gallery-item:last-child {
    width: 100%;
  }
}
@media (min-width: 782px) {
  .product-gallery-section .product-gallery .product-gallery-item {
    width: calc(50% - 1vw);
  }
  .product-gallery-section .product-gallery .product-gallery-item:nth-child(6), .product-gallery-section .product-gallery .product-gallery-item:nth-child(7), .product-gallery-section .product-gallery .product-gallery-item:nth-child(8) {
    width: calc(32.96% - 1vw);
  }
  .product-gallery-section .product-gallery .product-gallery-item:nth-child(9) {
    width: calc(33% - 1vw);
  }
  .product-gallery-section .product-gallery .product-gallery-item:nth-child(10) {
    width: calc(67% - 1vw);
  }
}
@media (min-width: 1200px) {
  .product-gallery-section .product-gallery .product-gallery-item {
    width: calc(50% - 1vw);
  }
  .product-gallery-section .product-gallery .product-gallery-item:nth-child(6), .product-gallery-section .product-gallery .product-gallery-item:nth-child(7), .product-gallery-section .product-gallery .product-gallery-item:nth-child(8) {
    width: calc(32.96% - 1vw);
  }
  .product-gallery-section .product-gallery .product-gallery-item:nth-child(6):after, .product-gallery-section .product-gallery .product-gallery-item:nth-child(7):after, .product-gallery-section .product-gallery .product-gallery-item:nth-child(8):after {
    right: 33%;
  }
  .product-gallery-section .product-gallery .product-gallery-item:nth-child(9) {
    width: calc(33% - 1vw);
  }
  .product-gallery-section .product-gallery .product-gallery-item:nth-child(10) {
    width: calc(67% - 1vw);
  }
}
@media (min-width: 1500px) {
  .product-gallery-section .product-gallery .product-gallery-item {
    width: calc(50% - 1vw);
  }
  .product-gallery-section .product-gallery .product-gallery-item:nth-child(6), .product-gallery-section .product-gallery .product-gallery-item:nth-child(7), .product-gallery-section .product-gallery .product-gallery-item:nth-child(8) {
    width: calc(32.96% - 1vw);
  }
  .product-gallery-section .product-gallery .product-gallery-item:nth-child(9) {
    width: calc(33% - 1vw);
  }
  .product-gallery-section .product-gallery .product-gallery-item:nth-child(10) {
    width: calc(67% - 1vw);
  }
}
@media (max-width: 781px) {
  .product-gallery-section .product-gallery .product-gallery-item {
    width: calc(49.5% - 1vw);
  }
}
@media (max-width: 420px) {
  .product-gallery-section .product-gallery .product-gallery-item {
    width: calc(49.4% - 1vw);
  }
}
@media (max-width: 390px) {
  .product-gallery-section .product-gallery .product-gallery-item {
    width: calc(49.3% - 1vw);
  }
}
@media (max-width: 370px) {
  .product-gallery-section .product-gallery .product-gallery-item {
    width: calc(49% - 1vw);
  }
}
@media (min-width: 782px) {
  .product-gallery-section .product-gallery {
    grid-gap: 2vw;
  }
}
@media (min-width: 1200px) {
  .product-gallery-section .product-gallery {
    grid-gap: 1.9vw;
  }
}
@media (min-width: 1500px) {
  .product-gallery-section .product-gallery {
    grid-gap: 2vw;
  }
}
@media (min-width: 782px) {
  .product-gallery-section {
    padding: 3vw 15px 5vw;
    grid-gap: 20px;
  }
}
@media (min-width: 1200px) {
  .product-gallery-section {
    padding: 2vw 40px 6vw;
  }
}

.lmp_products_loading {
  display: block;
  width: auto;
  max-width: 30px;
  margin: auto;
  margin-bottom: 20px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes section-up {
  0% {
    visibility: hidden;
    transform: translate(0, 100%);
  }
  100% {
    visibility: visible;
    transform: translate(0, 0);
  }
}
@keyframes section-left {
  0% {
    visibility: hidden;
    opacity: 1;
    transform: translate(-100%, 0);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes section-right {
  0% {
    visibility: hidden;
    opacity: 1;
    transform: translate(100%, 0);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes reveal {
  0% {
    visibility: hidden;
    transform: translate(0, 100%);
  }
  100% {
    visibility: visible;
    transform: translate(0, 0);
  }
}
@keyframes effect-block {
  0% {
    left: 0;
    width: 0%;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
@keyframes text-visible {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
@keyframes borderreveal {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes fadeincustom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes starreveal {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse-blue {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(0, 129, 198, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (min-width: 1200px) {
  .mobilemenu_icon {
    display: none;
  }
  .desktop-mobile-icon {
    max-width: 80px;
  }
  .home-banner {
    padding: 0;
  }
  .home-banner .home-banner-content {
    grid-gap: 30px;
    padding-bottom: 3vw;
    padding-top: 3vw;
  }
  .home-banner .home-banner-content h1 {
    font-size: 3vw;
  }
  .home-banner .home-banner-content .banner-ticker a {
    font-size: 3vw;
  }
  .home-category-section {
    max-height: calc(var(--100vh) - var(--headerheight));
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .home-category-section .home-category-section-item .home-category-section-item-title {
    bottom: auto;
  }
  .home-category-section .home-category-section-item .home-category-section-item-title .wp-block-heading {
    font-size: 1.6vw;
  }
  .home-category-section .home-category-section-item .home-category-section-item-title.home-category-section-item-title-1 {
    top: auto;
    bottom: 20vh;
    left: 50%;
    right: auto;
    transform: translateX(-30%);
  }
  .home-category-section .home-category-section-item .home-category-section-item-title.home-category-section-item-title-2 {
    top: auto;
    bottom: 14vh;
    left: 40%;
    right: auto;
    transform: translateX(-40%);
  }
  .home-category-section .home-category-section-item .home-category-section-item-title.home-category-section-item-title-3 {
    top: auto;
    bottom: 20vh;
    left: 50%;
    right: auto;
    transform: translateX(-20%);
  }
  .address-block {
    font-size: 0.96vw;
  }
  .address-block.address-block-left {
    bottom: auto;
    left: 2%;
    top: 16vh;
  }
  .address-block.address-block-right {
    bottom: auto;
    right: 1%;
    top: 6vh;
  }
}
@media (min-width: 1500px) {
  .home-banner {
    padding: 0;
  }
  .home-banner .home-banner-content {
    grid-gap: 30px;
    padding-bottom: 3vw;
    padding-top: 3vw;
  }
  .home-banner .home-banner-content h1 {
    font-size: 3vw;
  }
  .home-banner .home-banner-content .banner-ticker a {
    font-size: 3vw;
  }
  .home-category-section {
    max-height: calc(var(--100vh) - var(--headerheight));
  }
  .home-category-section .home-category-section-item .home-category-section-item-title {
    bottom: auto;
  }
  .home-category-section .home-category-section-item .home-category-section-item-title .wp-block-heading {
    font-size: 1.6vw;
  }
  .home-category-section .home-category-section-item .home-category-section-item-title.home-category-section-item-title-1 {
    top: auto;
    bottom: 20vh;
    left: 50%;
    right: auto;
    transform: translateX(-30%);
  }
  .home-category-section .home-category-section-item .home-category-section-item-title.home-category-section-item-title-2 {
    top: auto;
    bottom: 14vh;
    left: 40%;
    right: auto;
    transform: translateX(-40%);
  }
  .home-category-section .home-category-section-item .home-category-section-item-title.home-category-section-item-title-3 {
    top: auto;
    bottom: 20vh;
    left: 50%;
    right: auto;
    transform: translateX(-20%);
  }
  .address-block {
    font-size: 0.86vw;
  }
  .address-block.address-block-left {
    bottom: auto;
    left: 2%;
    top: 16vh;
  }
  .address-block.address-block-right {
    bottom: auto;
    right: 1%;
    top: 6vh;
  }
}
@media only screen and (min-width: 1500px) and (max-height: 911px) {
  .home-category-section .home-category-section-item .home-category-section-item-title.home-category-section-item-title-2 {
    bottom: 18vh;
  }
}
@media (max-width: 1199px) {
  .mobile-address {
    position: relative;
    display: flex;
    padding-top: 80px;
    padding-bottom: 60px;
    justify-content: center;
    flex-direction: row;
    grid-gap: 32px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mobile-address .address-block {
    position: relative;
    margin: 0 !important;
    padding-left: 20px !important;
    padding-right: 0 !important;
  }
  .mobile-address .address-block p {
    line-height: 1.8;
  }
  .home-banner {
    padding-top: 20px;
  }
  .home-banner .home-category-section {
    position: relative;
  }
  .home-banner .home-category-section .mobile-50-width {
    flex-direction: column !important;
    grid-gap: 10px;
  }
  .home-banner .home-category-section .home-category-section-item .wp-block-image:before {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .home-banner .home-category-section .home-category-section-item .wp-block-image img {
    transform: scale(1) !important;
  }
  .home-banner .home-category-section .home-category-section-item .home-category-section-item-title {
    position: absolute;
    display: block;
    z-index: 99;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }
  .home-banner .home-category-section .home-category-section-item .home-category-section-item-title br {
    display: block !important;
  }
  .home-banner .home-category-section .home-category-section-item .home-category-section-item-title .wp-block-heading:before {
    width: 46px;
    height: 46px;
    margin-bottom: 10px;
  }
  .home-banner .home-category-section .home-category-section-item .home-category-section-item-title .wp-block-heading:after {
    width: 22px;
    height: 22px;
    top: 12px;
  }
  .home-banner .home-category-section .home-category-section-item .home-category-section-item-title .wp-block-heading {
    font-size: 2.6vw;
  }
  .home-banner .home-category-section .home-category-section-item .home-category-section-item-title.home-category-section-item-title-1 {
    top: auto;
    bottom: 28%;
    left: 50%;
    right: auto;
    transform: translateX(-30%);
  }
  .home-banner .home-category-section .home-category-section-item .home-category-section-item-title.home-category-section-item-title-2 {
    top: auto;
    bottom: 34%;
    left: 50%;
    right: auto;
    transform: translateX(-70%);
  }
  .home-banner .home-category-section .home-category-section-item .home-category-section-item-title.home-category-section-item-title-3 {
    top: auto;
    bottom: 48%;
    left: 16%;
    right: auto;
    max-width: 49%;
  }
  .home-banner .home-category-section .home-category-section-item.ek-linked-block:hover .wp-block-heading:before {
    outline: 2px dashed var(--wp--preset--color--white);
  }
  .home-banner .home-category-section .home-category-section-item.home-category-section-item-3 .wp-block-image {
    max-width: 49%;
  }
  .home-banner .home-banner-content {
    flex-direction: column;
    text-align: center;
    grid-gap: 15px;
    margin-bottom: 42px;
  }
  .home-banner .home-banner-content h1 {
    font-size: 26px;
    line-height: 1.4;
    max-width: 292px;
  }
  .home-banner .home-banner-content h1 span {
    font-size: 26px;
  }
  .home-banner .home-banner-content .banner-ticker {
    max-width: 520px;
  }
  .home-banner .home-banner-content .banner-ticker .banner-ticker-item {
    grid-gap: 4px;
    align-items: center;
  }
  .home-banner .home-banner-content .banner-ticker a {
    font-size: 26px;
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  .home-banner {
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .star-bg-section:before {
    width: 50%;
    height: 90%;
    position: absolute;
    right: 0%;
    left: auto;
  }
  .sub-categories-section {
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sub-categories-section:before {
    content: none;
  }
  .sub-categories-section:after {
    content: none;
  }
  .sub-categories-section .sub-categories-section-item {
    width: 100%;
  }
  .sub-categories-section .sub-categories-item a {
    align-items: center;
    min-height: 65vw;
    flex-direction: column;
    grid-gap: 10px;
  }
  .sub-categories-section .sub-categories-item a h4 {
    font-size: 18px;
  }
  .sub-categories-section .sub-categories-item a:before {
    position: relative;
    bottom: 0;
    background-size: 20px;
    width: 42px;
    height: 42px;
    margin: 0;
    background-image: url(assets/images/btn-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
  }
  .sub-categories-section .sub-categories-item a:after {
    content: none;
  }
  .sub-categories-section .sub-categories-item.top-text {
    border-radius: 25px;
  }
  .sub-categories-section .sub-categories-item.top-text a {
    align-items: center;
  }
  .sub-categories-section .sub-categories-item:before {
    bottom: 0;
  }
  .sub-categories-section .simple-address-section {
    font-size: 14px;
  }
  .sub-categories-section .simple-address-section.simple-address-section-1 {
    min-height: 20vh;
    background-size: 28px;
    margin-bottom: 12px;
  }
  .sub-categories-section .simple-address-section.simple-address-section-2 {
    min-height: 22vh;
    background-size: 28px;
    background-position: 6% 8%;
    border-radius: 25px;
  }
}
@media (max-width: 781px) {
  .mobile-address {
    position: relative;
    display: flex;
    padding-top: 60px;
    padding-bottom: 30px;
    justify-content: center;
    flex-direction: row;
    grid-gap: 20px;
  }
  .mobile-address .address-block {
    position: relative;
    margin: 0 !important;
    padding-left: 14px !important;
    padding-right: 0 !important;
  }
  .mobile-address .address-block p {
    line-height: 1.8;
    font-size: 13px;
  }
  .mobile-50-second-width {
    flex-direction: row;
    flex-wrap: nowrap !important;
  }
  .mobile-50-second-width .wp-block-column {
    flex-basis: 50% !important;
  }
  .home-banner {
    padding-top: 20px;
  }
  .home-banner .home-category-section {
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .home-banner .home-category-section .mobile-50-width {
    flex-direction: column !important;
    grid-gap: 10px;
    margin: 0 -10px;
  }
  .home-banner .home-category-section .home-category-section-item .wp-block-image:before {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .home-banner .home-category-section .home-category-section-item .wp-block-image img {
    transform: scale(1) !important;
  }
  .home-banner .home-category-section .home-category-section-item .home-category-section-item-title {
    position: absolute;
    display: block;
    z-index: 99;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }
  .home-banner .home-category-section .home-category-section-item .home-category-section-item-title .wp-block-heading:before {
    width: 30px;
    height: 30px;
  }
  .home-banner .home-category-section .home-category-section-item .home-category-section-item-title .wp-block-heading:after {
    width: 14px;
    height: 14px;
    top: 8px;
  }
  .home-banner .home-category-section .home-category-section-item .home-category-section-item-title .wp-block-heading {
    font-size: 3vw;
  }
  .home-banner .home-category-section .home-category-section-item .home-category-section-item-title.home-category-section-item-title-1 {
    bottom: 28%;
    left: 24%;
    right: auto;
    top: auto;
    bottom: 28%;
    left: 50%;
    right: auto;
    transform: translateX(-30%);
  }
  .home-banner .home-category-section .home-category-section-item .home-category-section-item-title.home-category-section-item-title-2 {
    bottom: 28%;
    left: 18%;
    right: auto;
    top: auto;
    bottom: 34%;
    left: 50%;
    right: auto;
    transform: translateX(-70%);
  }
  .home-banner .home-category-section .home-category-section-item .home-category-section-item-title.home-category-section-item-title-3 {
    bottom: auto;
    top: 20%;
    max-width: 40%;
    left: 16%;
    right: auto;
  }
}
@media (max-width: 781px) and (max-width: 1199px) {
  .home-banner .home-category-section .home-category-section-item .home-category-section-item-title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 781px) {
  .home-banner .home-category-section .home-category-section-item.ek-linked-block:hover .wp-block-heading:before {
    outline: 2px dashed var(--wp--preset--color--white);
  }
  .home-banner .home-category-section .home-category-section-item.home-category-section-item-3 .wp-block-image {
    max-width: 49%;
  }
  .home-banner .home-banner-content {
    flex-direction: column;
    text-align: center;
    grid-gap: 15px;
    margin-bottom: 42px;
  }
  .home-banner .home-banner-content h1 {
    font-size: 36px;
    line-height: 1.4;
    max-width: 292px;
  }
  .home-banner .home-banner-content h1 span {
    font-size: 36px;
  }
  .home-banner .home-banner-content .banner-ticker {
    max-width: 520px;
  }
  .home-banner .home-banner-content .banner-ticker .banner-ticker-item {
    grid-gap: 4px;
    align-items: center;
  }
  .home-banner .home-banner-content .banner-ticker a {
    font-size: 36px;
  }
  .home-banner.category-banner .home-banner-content .banner-ticker .banner-ticker-item {
    grid-gap: 2px;
  }
  .home-banner.category-banner .home-banner-content .banner-ticker .banner-ticker-item a {
    font-size: 20px;
    padding: 6px 14px;
  }
  .star-bg-section:before {
    width: 56%;
    height: 90%;
    position: absolute;
    right: 0%;
    left: auto;
    background-size: 80%;
  }
}
@media (max-width: 360px) {
  .mobile-address {
    grid-gap: 12px;
  }
  .mobile-address .address-block {
    padding-left: 12px !important;
  }
  .mobile-address .address-block p {
    font-size: 12px;
  }
  .home-banner .home-category-section .home-category-section-item .home-category-section-item-title .wp-block-heading {
    font-size: 14px;
  }
  .home-banner .home-category-section .home-category-section-item .home-category-section-item-title .wp-block-heading {
    font-size: 3.4vw;
  }
  .home-banner .home-category-section .home-category-section-item .home-category-section-item-title.home-category-section-item-title-1 {
    bottom: 28%;
    left: 26%;
    right: auto;
    top: auto;
    bottom: 28%;
    left: 50%;
    right: auto;
    transform: translateX(-24%);
    padding: 0px !important;
  }
  .home-banner .home-category-section .home-category-section-item .home-category-section-item-title.home-category-section-item-title-2 {
    bottom: 28%;
    left: 16%;
    right: auto;
    top: auto;
    bottom: 34%;
    left: 46%;
    right: auto;
    transform: translateX(-70%);
    padding: 0px !important;
  }
  .home-banner .home-category-section .home-category-section-item .home-category-section-item-title.home-category-section-item-title-3 {
    bottom: auto;
    top: 18%;
    max-width: 40%;
    left: 20%;
    right: auto;
    padding: 0px !important;
  }
  .home-banner .home-banner-content {
    flex-direction: column;
    text-align: center;
    grid-gap: 15px;
    margin-bottom: 42px;
  }
  .home-banner .home-banner-content h1 {
    font-size: 24px;
  }
  .home-banner .home-banner-content h1 span {
    font-size: 24px;
  }
  .home-banner .home-banner-content .banner-ticker a {
    font-size: 24px;
  }
}
@media (max-width: 1199px) and (min-width: 782px) {
  .sub-categories-section {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    flex-direction: row;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .sub-categories-section .sub-categories-section-item {
    width: 49%;
  }
  .sub-categories-section .sub-categories-section-item:last-child {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
  }
  .sub-categories-section .sub-categories-section-item .simple-address-section {
    width: 49%;
    min-height: 22vh;
    border-radius: 25px;
    font-size: 16px;
    margin-bottom: 0;
  }
  .sub-categories-section .sub-categories-item a {
    min-height: 36vw;
    grid-gap: 20px;
  }
  .sub-categories-section .sub-categories-item a h4 {
    font-size: 22px;
  }
}
@media (max-width: 781px) {
  .home-banner .home-banner-content h1 span {
    font-size: 24px;
  }
  .home-banner .home-banner-content .banner-ticker a {
    font-size: 28px;
    padding: 4px 14px;
  }
}
@media (min-width: 1921px) {
  .site-header {
    border-bottom: 1px solid rgba(0, 129, 198, 0.2) !important;
  }
  .site-header .navbar .navbar-nav > li > a {
    font-size: 18px;
  }
  .site-header .header-middle > .wp-block-group {
    border-bottom: 0;
  }
  .site-header .header-middle .alignfull {
    max-width: 1920px;
    width: 100%;
    margin: auto !important;
  }
  .home-banner .home-banner-content {
    padding-bottom: 7vw;
  }
  .home-banner .home-banner-content h1 {
    font-size: 48px;
  }
  .home-banner .home-banner-content .banner-ticker .banner-ticker-item {
    grid-gap: 10px;
  }
  .home-banner .home-banner-content .banner-ticker a {
    font-size: 48px;
  }
  .home .site-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  }
  .home .site-header .navbar .navbar-nav > li > a {
    font-size: 18px;
  }
  .home .site-header .header-middle > .wp-block-group {
    border-bottom: 0 !important;
  }
  .home .site-header .header-middle .alignfull {
    max-width: 1920px;
    width: 100%;
    margin: auto !important;
  }
  .home .home-category-section {
    max-width: 1920px;
    width: 100%;
    margin: auto !important;
  }
  .home .home-category-section .home-category-section-item .home-category-section-item-title .wp-block-heading {
    font-size: 28px;
  }
  .home .home-category-section .home-category-section-item .home-category-section-item-title.home-category-section-item-title-1 {
    left: 50%;
    bottom: 36%;
  }
  .home .home-category-section .home-category-section-item .home-category-section-item-title.home-category-section-item-title-2 {
    left: 45%;
    bottom: 24%;
  }
  .home .home-category-section .home-category-section-item .home-category-section-item-title.home-category-section-item-title-3 {
    left: 50%;
    bottom: 34%;
  }
  .home .home-category-section .alignfull {
    max-width: 1920px;
    width: 100%;
    margin: auto !important;
  }
  .home .address-block {
    font-size: 16px;
  }
  .home .address-block.address-block-left {
    left: 4px;
    top: 22%;
  }
  .home .address-block.address-block-right {
    right: 4px;
    top: 10%;
  }
  .home .home-category-section {
    max-height: initial;
    position: relative;
  }
  .sub-category-main-section {
    padding: 40px 0;
    max-width: 1920px;
    width: 100%;
    margin: auto !important;
  }
  .sub-categories-section.alignfull {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto !important;
    overflow: initial;
  }
  .sub-categories-section.alignfull .simple-address-section.simple-address-section-1 {
    min-height: 180px;
  }
  .sub-categories-section.alignfull .simple-address-section.simple-address-section-2 {
    min-height: 320px;
    align-items: flex-start;
    padding-top: 60px;
  }
  .sub-categories-section.alignfull:before {
    width: 200px;
    height: 440px;
    left: -5%;
    bottom: 0;
  }
  .sub-categories-section.alignfull:after {
    width: 200px;
    height: 440px;
    right: -5%;
    bottom: 0;
  }
  .sub-categories-section.alignfull .sub-categories-item a {
    min-height: 418px;
  }
  .sub-categories-section.alignfull .sub-categories-item a h4 {
    font-size: 22px;
  }
  .sub-categories-section.alignfull .simple-address-section {
    font-size: 16px;
  }
  .sub-category-main-section ul.products li .woocommerce-loop-product__title-custom {
    font-size: 22px !important;
  }
  .sub-category-main-section ul.products li p {
    font-size: 18px !important;
  }
  .sub-category-main-section ul.products li .readmore-product {
    font-size: 18px !important;
  }
  .inner-banner {
    max-width: 1920px;
    width: 100%;
    margin: 20px auto !important;
  }
  .inner-banner .inner-banner-content h1 {
    font-size: 42px;
  }
  .awards-section {
    padding: 80px 0;
    max-width: 1920px;
    width: 100%;
    margin: auto !important;
  }
  .bg-section .bg-section-content {
    padding-left: 0;
    min-height: 560px;
    max-width: 1920px;
    width: 100%;
    margin: auto !important;
  }
  .bg-section .bg-section-content h2 {
    font-size: 42px;
  }
  .review-section h2 {
    font-size: 42px;
  }
  .awards-section .awards-section-content h2 {
    font-size: 42px;
  }
  .color-section-contents {
    padding: 30px 40px 80px;
    max-width: 1920px;
    width: 100%;
    margin: auto !important;
  }
  .product-gallery-section {
    max-width: 1920px;
    width: 100%;
    margin: auto !important;
    padding-left: 0;
    padding-right: 0;
  }
  .product-gallery-section .product-gallery .product-gallery-item {
    width: 936px;
  }
  .product-gallery-section .product-gallery .product-gallery-item:nth-child(6), .product-gallery-section .product-gallery .product-gallery-item:nth-child(7), .product-gallery-section .product-gallery .product-gallery-item:nth-child(8) {
    width: 608px;
  }
  .product-gallery-section .product-gallery .product-gallery-item:nth-child(9) {
    width: 608px;
  }
  .product-gallery-section .product-gallery .product-gallery-item:nth-child(10) {
    width: 1264px;
  }
  .contact-main-section {
    max-width: 1920px;
    width: 100%;
    margin: 20px auto !important;
  }
  .contact-main-section h2 {
    font-size: 38px !important;
  }
  .contact-main-section h3 {
    font-size: 28px !important;
  }
  .contact-main-section > .kt-row-column-wrap {
    padding: 20px !important;
  }
}
@media (min-width: 2400px) {
  .product-gallery-section .product-gallery .product-gallery-item {
    width: 934px;
  }
  .product-gallery-section .product-gallery .product-gallery-item:nth-child(6), .product-gallery-section .product-gallery .product-gallery-item:nth-child(7), .product-gallery-section .product-gallery .product-gallery-item:nth-child(8) {
    width: 604px;
  }
  .product-gallery-section .product-gallery .product-gallery-item:nth-child(9) {
    width: 604px;
  }
  .product-gallery-section .product-gallery .product-gallery-item:nth-child(10) {
    width: 1260px;
  }
}
@media (min-width: 2600px) {
  .product-gallery-section {
    max-width: 1930px;
  }
}
@media (min-width: 2800px) {
  .product-gallery-section {
    max-width: 1940px;
  }
}
@media (min-width: 3200px) {
  .product-gallery-section {
    max-width: 1970px;
  }
}
.fancybox__carousel.is-draggable .fancybox__slide {
  cursor: initial;
}

.fancybox__container {
  z-index: 999999 !important;
}

#gform_submit_button_1 {
  font-family: var(--wp--preset--font-family--manrope) !important;
  border: 1px solid #0081C6 !important;
  border-radius: 8px !important;
  padding: 16px 54px 16px 24px !important;
  position: relative !important;
  text-decoration: none !important;
  background-color: #0081C6 !important;
  color: #fff !important;
  font-weight: 500 !important;
  line-height: normal;
  display: inline-block;
  font-size: 14px !important;
  background-image: url(assets/images/white-button-arrow.svg);
  background-position: 92% center;
  background-repeat: no-repeat;
  background-size: 14px;
  text-align: left;
  transition: all 0.3s ease;
}
#gform_submit_button_1:hover {
  background-color: transparent !important;
  color: #0081C6 !important;
  background-image: url(assets/images/blue-button-arrow.svg);
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  #gform_submit_button_1 {
    font-size: 16px !important;
  }
}
@media (min-width: 1500px) {
  #gform_submit_button_1 {
    font-size: 18px !important;
  }
}
@media (max-width: 781px) {
  #gform_submit_button_1 {
    display: block;
    min-width: 240px;
    padding: 14px 36px !important;
  }
}

#gform_submit_button_2 {
  font-family: var(--wp--preset--font-family--manrope) !important;
  border: 1px solid #0081C6 !important;
  border-radius: 8px !important;
  padding: 16px 36px !important;
  position: relative !important;
  text-decoration: none !important;
  background-color: #0081C6 !important;
  color: #fff !important;
  font-weight: 500 !important;
  line-height: normal;
  display: inline-block;
  font-size: 14px !important;
  background-image: url(assets/images/white-button-arrow.svg);
  background-position: 84% center;
  background-repeat: no-repeat;
  background-size: 14px;
  text-align: left;
  transition: all 0.3s ease;
}
#gform_submit_button_2:hover {
  background-color: transparent !important;
  color: #0081C6 !important;
  background-image: url(assets/images/blue-button-arrow.svg);
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  #gform_submit_button_2 {
    font-size: 16px !important;
  }
}
@media (min-width: 1500px) {
  #gform_submit_button_2 {
    font-size: 18px !important;
  }
}
@media (max-width: 781px) {
  #gform_submit_button_2 {
    display: block;
    min-width: 240px;
    padding: 14px 36px !important;
  }
}

.hide-field-booking {
  display: none !important;
}

#booking-popup {
  cursor: initial;
  border-radius: 20px;
}
#booking-popup .booking-popup-form h2 {
  text-align: center;
  margin-bottom: 10px;
}
#booking-popup .booking-popup-form p {
  text-align: center;
  font-size: 14px;
}
#booking-popup .booking-popup-form .gform_wrapper input[type=email], #booking-popup .booking-popup-form .gform_wrapper input[type=password], #booking-popup .booking-popup-form .gform_wrapper input[type=tel], #booking-popup .booking-popup-form .gform_wrapper input[type=text], #booking-popup .booking-popup-form .gform_wrapper select, #booking-popup .booking-popup-form .gform_wrapper textarea {
  padding: 16px 12px 16px 0px !important;
  background-color: #fff !important;
  line-height: normal !important;
  height: auto !important;
  border: 0 !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
#booking-popup .booking-popup-form .gform_wrapper input[type=email]::placeholder, #booking-popup .booking-popup-form .gform_wrapper input[type=password]::placeholder, #booking-popup .booking-popup-form .gform_wrapper input[type=tel]::placeholder, #booking-popup .booking-popup-form .gform_wrapper input[type=text]::placeholder, #booking-popup .booking-popup-form .gform_wrapper select::placeholder, #booking-popup .booking-popup-form .gform_wrapper textarea::placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}
#booking-popup .booking-popup-form .gform_wrapper input[type=email]:focus, #booking-popup .booking-popup-form .gform_wrapper input[type=password]:focus, #booking-popup .booking-popup-form .gform_wrapper input[type=tel]:focus, #booking-popup .booking-popup-form .gform_wrapper input[type=text]:focus, #booking-popup .booking-popup-form .gform_wrapper select:focus, #booking-popup .booking-popup-form .gform_wrapper textarea:focus {
  outline: 0 !important;
}
#booking-popup .booking-popup-form .gform_wrapper .gform_fields {
  grid-row-gap: 14px !important;
}
#booking-popup .booking-popup-form .gform_wrapper .gfield textarea.medium {
  height: 158px !important;
}
#booking-popup .booking-popup-form .gform_wrapper .gform_footer {
  padding: 24px 0 0 !important;
}
#booking-popup .booking-popup-form .gform_validation_errors {
  display: none !important;
}
#booking-popup .carousel__button.is-close {
  background-color: var(--wp--preset--color--primary);
  top: 12px;
  right: 12px;
}
#booking-popup .carousel__button.is-close svg {
  width: 16px;
  height: 16px;
  filter: none !important;
}
#booking-popup .carousel__button.is-close:hover {
  background-color: var(--wp--preset--color--black);
}
@media (min-width: 992px) {
  #booking-popup {
    min-width: 630px;
    max-width: 630px;
  }
  #booking-popup .booking-popup-form p {
    font-size: 16px;
  }
}

.gform_confirmation_message_1 {
  font-weight: 600 !important;
  text-align: center !important;
}

.gform_confirmation_message_2 {
  font-weight: 600;
}

.get-direction-link a {
  text-decoration: none !important;
  background-image: url(assets/images/dark-blue-arrow.svg);
  background-position: 96% center;
  background-repeat: no-repeat;
  background-size: 13px;
  padding-right: 26px;
  transition: all 0.3s ease;
  color: #1018CC !important;
}
.get-direction-link a:hover {
  background-position: 99% center;
  transition: all 0.3s ease;
}
.get-direction-link.bg-get-direction-link a {
  color: var(--wp--preset--color--white) !important;
  background-image: url(assets/images/white-button-arrow.svg);
}

.contact-main-section .gform_wrapper input[type=email], .contact-main-section .gform_wrapper input[type=password], .contact-main-section .gform_wrapper input[type=tel], .contact-main-section .gform_wrapper input[type=text], .contact-main-section .gform_wrapper select, .contact-main-section .gform_wrapper textarea {
  padding: 16px 12px 16px 0px !important;
  background-color: #fff !important;
  line-height: normal !important;
  height: auto !important;
  border: 0 !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.contact-main-section .gform_wrapper input[type=email]::placeholder, .contact-main-section .gform_wrapper input[type=password]::placeholder, .contact-main-section .gform_wrapper input[type=tel]::placeholder, .contact-main-section .gform_wrapper input[type=text]::placeholder, .contact-main-section .gform_wrapper select::placeholder, .contact-main-section .gform_wrapper textarea::placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}
.contact-main-section .gform_wrapper input[type=email]:focus, .contact-main-section .gform_wrapper input[type=password]:focus, .contact-main-section .gform_wrapper input[type=tel]:focus, .contact-main-section .gform_wrapper input[type=text]:focus, .contact-main-section .gform_wrapper select:focus, .contact-main-section .gform_wrapper textarea:focus {
  outline: 0 !important;
}
.contact-main-section .gform_wrapper .gform_fields {
  grid-row-gap: 14px !important;
}
.contact-main-section .gform_wrapper .gfield textarea.medium {
  height: 158px !important;
}
.contact-main-section .gform_wrapper .gform_footer {
  padding: 24px 0 0 !important;
}
.contact-main-section .gform_validation_errors {
  display: none !important;
}
.contact-main-section .opening-hours tr td:first-child {
  width: 42%;
}
@media (max-width: 781px) {
  .contact-main-section .opening-hours {
    font-size: 17.5px;
  }
}

.hover-contact-section > .kt-row-column-wrap > .wp-block-kadence-column:hover {
  color: #ffffff !important;
}
.hover-contact-section > .kt-row-column-wrap > .wp-block-kadence-column:hover .get-direction-link a {
  color: var(--wp--preset--color--white) !important;
  background-image: url(assets/images/white-button-arrow.svg);
}
.hover-contact-section > .kt-row-column-wrap > .wp-block-kadence-column:hover > .kt-inside-inner-col {
  background-color: #1e1e1e;
  background-image: none;
}

@media (max-width: 1199px) {
  .fancybox__content {
    padding: 30px 20px !important;
  }
}

.page-id-310 .home-banner .home-banner-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  grid-gap: 20px;
}

.hover-contact-section > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.hover-contact-section > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col .wp-block-kadence-advancedheading, .hover-contact-section > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col a, .hover-contact-section > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col strong, .hover-contact-section > .kt-row-column-wrap > .wp-block-kadence-column > .kt-inside-inner-col table {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  color: #000 !important;
}

.hover-contact-section > .kt-row-column-wrap > .wp-block-kadence-column:hover > .kt-inside-inner-col {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.hover-contact-section > .kt-row-column-wrap > .wp-block-kadence-column:hover > .kt-inside-inner-col .wp-block-kadence-advancedheading, .hover-contact-section > .kt-row-column-wrap > .wp-block-kadence-column:hover > .kt-inside-inner-col a, .hover-contact-section > .kt-row-column-wrap > .wp-block-kadence-column:hover > .kt-inside-inner-col strong, .hover-contact-section > .kt-row-column-wrap > .wp-block-kadence-column:hover > .kt-inside-inner-col table {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  color: #fff !important;
}

/* the slides */
.banner-ticker-item .slick-slide {
  margin: 16px 0;
}
@media (min-width: 1200px) {
  .banner-ticker-item .slick-slide {
    text-align: left;
  }
}
@media (max-width: 1199px) {
  .banner-ticker-item .slick-slide {
    width: 100% !important;
    text-align: center;
  }
}

/* the parent */
.banner-ticker-item .slick-list {
  margin: -16px 0;
}

@media (min-width: 1200px) {
  .home-banner-ticker.banner-ticker {
    max-width: 300px !important;
  }
}
@media (min-width: 1500px) {
  .home-banner-ticker.banner-ticker {
    max-width: 400px !important;
  }
}

@media (min-width: 1200px) {
  .category-banner-ticker.banner-ticker {
    max-width: 460px !important;
  }
}
@media (min-width: 1500px) {
  .category-banner-ticker.banner-ticker {
    max-width: 560px !important;
  }
}

@media (min-width: 1200px) {
  .term-113 .category-banner-ticker.banner-ticker {
    max-width: 560px !important;
  }
}
@media (min-width: 1500px) {
  .term-113 .category-banner-ticker.banner-ticker {
    max-width: 660px !important;
  }
}

.product-smiley-nonsmiley-overlay {
  content: "";
  display: block;
  position: absolute;
  bottom: -50%;
  left: 50%;
  transition: all 0.3s ease;
  z-index: 9;
  cursor: pointer;
}
.product-smiley-nonsmiley-overlay .product-smiley-nonsmiley-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  grid-gap: 12px;
}
@media (max-width: 1199px) {
  .product-smiley-nonsmiley-overlay .product-smiley-nonsmiley-form {
    grid-gap: 6px;
  }
}
.product-smiley-nonsmiley-overlay .product-smiley-label {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-smiley-nonsmiley-overlay .product-smiley-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.product-smiley-nonsmiley-overlay .product-smiley-label .product-smiley-checkmark {
  position: relative;
  display: block;
  width: 62px;
  height: 62px;
  background-image: url(assets/images/normal-smile-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9;
  margin: auto;
}
@media (max-width: 1199px) {
  .product-smiley-nonsmiley-overlay .product-smiley-label .product-smiley-checkmark {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 781px) {
  .product-smiley-nonsmiley-overlay .product-smiley-label .product-smiley-checkmark {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1200px) {
  .product-smiley-nonsmiley-overlay .product-smiley-label:hover input ~ .product-smiley-checkmark {
    background-image: url(assets/images/smile-icon.svg);
  }
}
.product-smiley-nonsmiley-overlay .product-smiley-label input:checked ~ .product-smiley-checkmark {
  background-image: url(assets/images/smile-icon.svg);
}
.product-smiley-nonsmiley-overlay .product-non-smiley-label {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-smiley-nonsmiley-overlay .product-non-smiley-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.product-smiley-nonsmiley-overlay .product-non-smiley-label .product-non-smiley-checkmark {
  position: relative;
  display: block;
  width: 62px;
  height: 62px;
  background-image: url(assets/images/non-smile-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9;
  margin: auto;
}
@media (max-width: 1199px) {
  .product-smiley-nonsmiley-overlay .product-non-smiley-label .product-non-smiley-checkmark {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 781px) {
  .product-smiley-nonsmiley-overlay .product-non-smiley-label .product-non-smiley-checkmark {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1200px) {
  .product-smiley-nonsmiley-overlay .product-non-smiley-label:hover input ~ .product-non-smiley-checkmark {
    background-image: url(assets/images/active-non-smile-icon.svg);
  }
}
.product-smiley-nonsmiley-overlay .product-non-smiley-label input:checked ~ .product-non-smiley-checkmark {
  background-image: url(assets/images/active-non-smile-icon.svg);
}
@media (min-width: 1200px) {
  .product-smiley-nonsmiley-overlay {
    transform: translate(-50%, 50%);
    width: 100%;
  }
  .product-smiley-nonsmiley-overlay .common-product-smily-text {
    position: relative;
    display: none;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 2px;
    padding: 0;
    font-weight: 600;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    font-size: 16px;
  }
  .product-smiley-nonsmiley-overlay .custom-messages {
    min-height: 50px;
    display: block;
    width: 100%;
  }
  .product-smiley-nonsmiley-overlay .product-smiley-label:hover ~ .custom-messages .product-text-for-smiley {
    display: block;
  }
  .product-smiley-nonsmiley-overlay .product-non-smiley-label:hover ~ .custom-messages .product-text-for-non-smiley {
    display: block;
  }
  .product-smiley-nonsmiley-overlay .product-smiley-label:has(input:checked) ~ .custom-messages .product-text-for-smiley-checked {
    display: block;
  }
  .product-smiley-nonsmiley-overlay .product-non-smiley-label:has(input:checked) ~ .custom-messages .product-text-for-non-smiley-checked {
    display: block;
  }
  .product-smiley-nonsmiley-overlay .product-smiley-label:has(input:checked):hover ~ .custom-messages .product-text-for-smiley {
    display: none;
  }
  .product-smiley-nonsmiley-overlay .product-non-smiley-label:has(input:checked):hover ~ .custom-messages .product-text-for-non-smiley {
    display: none;
  }
  .product-smiley-nonsmiley-overlay .product-smiley-label:has(input:checked) ~ .product-non-smiley-label:hover ~ .custom-messages .product-text-for-non-smiley {
    display: none;
  }
  .product-smiley-nonsmiley-overlay .product-smiley-label:hover ~ .product-non-smiley-label:has(input:checked) ~ .custom-messages .product-text-for-smiley {
    display: none;
  }
}
@media (max-width: 1199px) {
  .product-smiley-nonsmiley-overlay {
    bottom: 50%;
    transform: translate(-50%, 50%);
    transition: all 0.3s ease;
  }
  .product-smiley-nonsmiley-overlay .common-product-smily-text {
    display: none;
  }
}

.slick-slider.banner-ticker-item {
  transform: rotate(180deg);
}

.slick-slider.banner-ticker-item .slick-slide {
  transform: rotate(180deg);
}

.new-custom-messages {
  text-align: center;
  color: #fff;
  width: 100%;
  display: block;
  padding: 0 15px;
}

.new-custom-messages p {
  text-align: center;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .new-custom-messages {
    display: none;
  }
  .home-loader {
    display: none;
  }
  .navigation-overlay .navbar-nav {
    padding: 0 12px !important;
  }
}
.page-template-design-journey .review-section {
  background-color: rgba(217, 217, 217, 0.2);
  padding: 30px 0;
}
@media (min-width: 992px) {
  .page-template-design-journey .review-section {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .page-template-design-journey .review-section {
    padding: 80px 0;
  }
}

.is-style-journey-animation {
  position: relative;
}
.is-style-journey-animation .wp-block-kadence-image {
  margin-bottom: 0 !important;
  position: relative;
}
.is-style-journey-animation .wp-block-kadence-image.no-before-image:before {
  content: none;
}
@media (min-width: 1200px) {
  .is-style-journey-animation p.wp-block-kadence-advancedheading {
    padding-bottom: 12px !important;
  }
}
.is-style-journey-animation h2.wp-block-kadence-advancedheading:not(.is-style-journey-heading):not(.is-style-top-journey-heading) {
  font-size: 24px;
  margin-bottom: 12px;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .is-style-journey-animation h2.wp-block-kadence-advancedheading:not(.is-style-journey-heading):not(.is-style-top-journey-heading) {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .is-style-journey-animation h2.wp-block-kadence-advancedheading:not(.is-style-journey-heading):not(.is-style-top-journey-heading) {
    font-size: 30px;
  }
}
@media (min-width: 1500px) {
  .is-style-journey-animation h2.wp-block-kadence-advancedheading:not(.is-style-journey-heading):not(.is-style-top-journey-heading) {
    font-size: 32px;
  }
}
@media (min-width: 1921px) {
  .is-style-journey-animation h2.wp-block-kadence-advancedheading:not(.is-style-journey-heading):not(.is-style-top-journey-heading) {
    font-size: 34px;
  }
}
.is-style-journey-animation h3.wp-block-kadence-advancedheading, .is-style-journey-animation h4.wp-block-kadence-advancedheading {
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.4;
  font-weight: 400;
}
@media (min-width: 992px) {
  .is-style-journey-animation h3.wp-block-kadence-advancedheading, .is-style-journey-animation h4.wp-block-kadence-advancedheading {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .is-style-journey-animation h3.wp-block-kadence-advancedheading, .is-style-journey-animation h4.wp-block-kadence-advancedheading {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .is-style-journey-animation h3.wp-block-kadence-advancedheading, .is-style-journey-animation h4.wp-block-kadence-advancedheading {
    font-size: 20px;
  }
}
@media (min-width: 1921px) {
  .is-style-journey-animation h3.wp-block-kadence-advancedheading, .is-style-journey-animation h4.wp-block-kadence-advancedheading {
    font-size: 22px;
  }
}
.is-style-journey-animation h5.wp-block-kadence-advancedheading, .is-style-journey-animation h6.wp-block-kadence-advancedheading {
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.4;
  font-weight: 400;
}
@media (min-width: 992px) {
  .is-style-journey-animation h5.wp-block-kadence-advancedheading, .is-style-journey-animation h6.wp-block-kadence-advancedheading {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .is-style-journey-animation h5.wp-block-kadence-advancedheading, .is-style-journey-animation h6.wp-block-kadence-advancedheading {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .is-style-journey-animation h5.wp-block-kadence-advancedheading, .is-style-journey-animation h6.wp-block-kadence-advancedheading {
    font-size: 20px;
  }
}
@media (min-width: 1921px) {
  .is-style-journey-animation h5.wp-block-kadence-advancedheading, .is-style-journey-animation h6.wp-block-kadence-advancedheading {
    font-size: 22px;
  }
}
.is-style-journey-animation .is-style-journey-heading {
  color: #0081C6;
  font-weight: 600;
  margin-bottom: 24px;
  font-size: 36px;
}
@media (min-width: 992px) {
  .is-style-journey-animation .is-style-journey-heading {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .is-style-journey-animation .is-style-journey-heading {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1500px) {
  .is-style-journey-animation .is-style-journey-heading {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1921px) {
  .is-style-journey-animation .is-style-journey-heading {
    font-size: 60px;
    margin-bottom: 32px;
  }
}
.is-style-journey-animation .is-style-top-journey-heading {
  color: #0081C6;
  font-weight: 600;
  margin-top: 24px;
  font-size: 36px;
}
@media (min-width: 992px) {
  .is-style-journey-animation .is-style-top-journey-heading {
    font-size: 40px;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .is-style-journey-animation .is-style-top-journey-heading {
    font-size: 50px;
    margin-top: 30px;
  }
}
@media (min-width: 1500px) {
  .is-style-journey-animation .is-style-top-journey-heading {
    font-size: 60px;
    margin-top: 30px;
  }
}
@media (min-width: 1921px) {
  .is-style-journey-animation .is-style-top-journey-heading {
    font-size: 60px;
    margin-top: 32px;
  }
}

.journey-before-image {
  margin-bottom: 0 !important;
  position: relative;
}
.journey-before-image:before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: -19px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(assets/images/before-after-journey-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #e5f2f9;
  border-radius: 100%;
}

.timeline-main-position {
  z-index: -1 !important;
}

.timeline-main-position > .kt-inside-inner-col {
  position: unset;
}

.time-line-icon {
  display: block;
  width: 34px;
  height: 34px;
  margin: auto;
  background-image: url(assets/images/before-after-journey-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #e5f2f9;
  border-radius: 100%;
  position: relative;
  z-index: 999;
}

.time-line-icon.top-time-line-icon {
  margin-bottom: -16px;
}

.time-line-icon.bottom-time-line-icon {
  margin-top: -22px;
}

.timeline-main {
  width: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.timeline-main-line {
  width: 2px;
  background-color: #666666;
}

.initial-journey-section {
  overflow: hidden;
}

.kadence-video-popup-link .kb-svg-icon-wrap {
  padding: 0 !important;
}

.single-locations .wp-block-kadence-image .kb-image-has-overlay img {
  margin-bottom: 0 !important;
}
.single-locations .wp-block-kadence-advancedheading {
  z-index: 99;
  position: relative;
}
@media (min-width: 992px) {
  .single-locations .is-style-location-gallery:before {
    content: "";
    width: 50px;
    height: 100%;
    background-color: #f7f7f7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 9;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .single-locations .is-style-location-gallery .kb-splide .splide__track {
    position: relative;
  }
  .single-locations .is-style-location-gallery .kb-splide .splide__track:before {
    content: "";
    width: 50%;
    height: 20%;
    background-color: #f7f7f7;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    z-index: 9;
    transition: all 0.3s ease;
  }
  .single-locations .is-style-location-gallery .kb-splide .splide__track:after {
    content: "";
    width: 50%;
    height: 20%;
    background-color: #f7f7f7;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 9;
    transition: all 0.3s ease;
  }
  .single-locations .is-style-location-gallery .kb-splide .splide__list {
    align-items: center;
  }
  .single-locations .is-style-location-gallery .kb-splide .splide__list .splide__slide .kadence-blocks-gallery-item figure img {
    transition: all 0.4s ease;
    transform: scale(1.02);
  }
  .single-locations .is-style-location-gallery .kb-splide .splide__list .splide__slide.is-next .kadence-blocks-gallery-item figure img {
    transition: all 0.4s ease;
    transform: scale(1);
  }
  .single-locations .is-style-location-gallery .kb-splide .splide__list .splide__slide.is-prev .kadence-blocks-gallery-item figure img {
    transition: all 0.4s ease;
    transform: scale(1);
  }
  .single-locations .is-style-location-gallery .kb-splide .splide__list .splide__slide.is-active:not(.splide__slide--clone):not(.is-prev):not(.is-next) .kadence-blocks-gallery-item figure img {
    transition: all 0.4s ease;
    transform: scale(1.06);
  }
}
.single-locations .is-style-location-gallery .kb-splide .splide__arrow {
  background: none;
}
.single-locations .is-style-location-gallery .kb-splide .splide__arrow svg {
  display: none;
}
.single-locations .is-style-location-gallery .kb-splide .splide__arrow.slick-prev {
  width: 50px;
  height: 50px;
  background-image: url(assets/images/location-slider-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
  top: auto;
  right: 60px;
  left: auto;
  bottom: -90px;
}
@media (min-width: 992px) {
  .single-locations .is-style-location-gallery .kb-splide .splide__arrow.slick-prev {
    bottom: -16px;
    right: 26%;
  }
}
@media (min-width: 1200px) {
  .single-locations .is-style-location-gallery .kb-splide .splide__arrow.slick-prev {
    bottom: -16px;
  }
}
@media (min-width: 1500px) {
  .single-locations .is-style-location-gallery .kb-splide .splide__arrow.slick-prev {
    bottom: 16px;
  }
}
.single-locations .is-style-location-gallery .kb-splide .splide__arrow.slick-next {
  width: 50px;
  height: 50px;
  background-image: url(assets/images/location-slider-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
  top: auto;
  right: 0;
  left: auto;
  bottom: -90px;
}
@media (min-width: 992px) {
  .single-locations .is-style-location-gallery .kb-splide .splide__arrow.slick-next {
    bottom: -16px;
    right: 18%;
  }
}
@media (min-width: 1200px) {
  .single-locations .is-style-location-gallery .kb-splide .splide__arrow.slick-next {
    bottom: -16px;
  }
}
@media (min-width: 1500px) {
  .single-locations .is-style-location-gallery .kb-splide .splide__arrow.slick-next {
    bottom: 16px;
  }
}
.single-locations .is-style-location-gallery .kadence-blocks-gallery-item {
  overflow: hidden;
}
@media (max-width: 991px) {
  .single-locations .is-style-location-gallery .kb-gallery-carousel {
    margin-bottom: 70px !important;
  }
}

@keyframes slideraftereffect {
  0% {
    max-height: 100%;
  }
  100% {
    max-height: 0;
  }
}
.single-post .inner_content {
  padding: var(--wp--preset--spacing--20) 15px;
}
.single-post .inner_content .wp-block-kadence-column .kt-inside-inner-col h2 {
  font-size: 22px;
  margin-bottom: 8px;
  line-height: 1.3;
}
@media (min-width: 782px) {
  .single-post .inner_content .wp-block-kadence-column .kt-inside-inner-col h2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .single-post .inner_content .wp-block-kadence-column .kt-inside-inner-col h2 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .single-post .inner_content .wp-block-kadence-column .kt-inside-inner-col h2 {
    font-size: 28px;
  }
}
@media (min-width: 1500px) {
  .single-post .inner_content .wp-block-kadence-column .kt-inside-inner-col h2 {
    font-size: 30px;
  }
}
.single-post .inner_content .wp-block-kadence-column .kt-inside-inner-col h3, .single-post .inner_content .wp-block-kadence-column .kt-inside-inner-col h4 {
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1.3;
}
@media (min-width: 782px) {
  .single-post .inner_content .wp-block-kadence-column .kt-inside-inner-col h3, .single-post .inner_content .wp-block-kadence-column .kt-inside-inner-col h4 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .single-post .inner_content .wp-block-kadence-column .kt-inside-inner-col h3, .single-post .inner_content .wp-block-kadence-column .kt-inside-inner-col h4 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .single-post .inner_content .wp-block-kadence-column .kt-inside-inner-col h3, .single-post .inner_content .wp-block-kadence-column .kt-inside-inner-col h4 {
    font-size: 26px;
  }
}
@media (min-width: 1500px) {
  .single-post .inner_content .wp-block-kadence-column .kt-inside-inner-col h3, .single-post .inner_content .wp-block-kadence-column .kt-inside-inner-col h4 {
    font-size: 28px;
  }
}
.single-post .inner_content .wp-block-kadence-column .kt-inside-inner-col h5, .single-post .inner_content .wp-block-kadence-column .kt-inside-inner-col h6 {
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 1.3;
}
@media (min-width: 782px) {
  .single-post .inner_content .wp-block-kadence-column .kt-inside-inner-col h5, .single-post .inner_content .wp-block-kadence-column .kt-inside-inner-col h6 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .single-post .inner_content .wp-block-kadence-column .kt-inside-inner-col h5, .single-post .inner_content .wp-block-kadence-column .kt-inside-inner-col h6 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .single-post .inner_content .wp-block-kadence-column .kt-inside-inner-col h5, .single-post .inner_content .wp-block-kadence-column .kt-inside-inner-col h6 {
    font-size: 24px;
  }
}
@media (min-width: 1500px) {
  .single-post .inner_content .wp-block-kadence-column .kt-inside-inner-col h5, .single-post .inner_content .wp-block-kadence-column .kt-inside-inner-col h6 {
    font-size: 26px;
  }
}
.single-post .single-post-title-custom {
  margin-bottom: 8px;
  font-size: 22px;
}
@media (min-width: 782px) {
  .single-post .single-post-title-custom {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .single-post .single-post-title-custom {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .single-post .single-post-title-custom {
    font-size: 28px;
  }
}
@media (min-width: 1500px) {
  .single-post .single-post-title-custom {
    font-size: 30px;
  }
}
.single-post .single-post-date-custom {
  font-size: 18px;
}

.blog-before-loop {
  text-align: center;
  padding: 30px 15px 30px;
  max-width: 1080px;
  margin: auto;
}
.blog-before-loop h2 {
  margin-bottom: 18px;
}
.blog-before-loop a {
  text-decoration: underline;
}
.blog-before-loop a:hover {
  text-decoration: none;
}
.blog-before-loop .logo-icon {
  margin-top: 20px;
}
@media (min-width: 782px) {
  .blog-before-loop .logo-icon {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .blog-before-loop .logo-icon {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .blog-before-loop .logo-icon {
    margin-top: 50px;
  }
}
@media (min-width: 1500px) {
  .blog-before-loop .logo-icon {
    margin-top: 60px;
  }
}
@media (min-width: 782px) {
  .blog-before-loop {
    padding: 40px 15px 30px;
  }
}
@media (min-width: 992px) {
  .blog-before-loop {
    padding: 50px 15px 30px;
  }
}
@media (min-width: 1200px) {
  .blog-before-loop {
    padding: 60px 15px 30px;
  }
}
@media (min-width: 1500px) {
  .blog-before-loop {
    padding: 80px 15px 30px;
  }
}

.news-section {
  padding: 20px 15px 60px;
}
@media (min-width: 782px) {
  .news-section {
    padding: 20px 15px 60px;
  }
}
@media (min-width: 992px) {
  .news-section {
    padding: 20px 15px 60px;
  }
}
@media (min-width: 1200px) {
  .news-section {
    padding: 20px 15px 80px;
  }
}
@media (min-width: 1500px) {
  .news-section {
    padding: 20px 15px 100px;
  }
}

.new-blog-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px 20px;
}
.new-blog-grid span {
  display: block;
}
.new-blog-grid .new-blog-grid-item .blog-image {
  margin-bottom: 14px;
}
.new-blog-grid .new-blog-grid-item .blog-image a {
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 360px;
  overflow: hidden;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  grid-gap: 0;
}
.new-blog-grid .new-blog-grid-item .blog-image a:hover img {
  transform: scale(1.05);
  transition: all 0.3s ease;
}
.new-blog-grid .new-blog-grid-item .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 6px;
  transform: scale(1);
  transition: all 0.3s ease;
}
.new-blog-grid .new-blog-grid-item .blog-date {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 10px;
}
.new-blog-grid .new-blog-grid-item .blog-title {
  font-size: 18px;
  font-weight: 600;
}
.new-blog-grid .new-blog-grid-item .blog-title a {
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.new-blog-grid .new-blog-grid-item .blog-title a:hover {
  color: var(--wp--preset--color--primary);
}
@media (min-width: 782px) {
  .new-blog-grid .new-blog-grid-item .blog-title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .new-blog-grid .new-blog-grid-item .blog-title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .new-blog-grid .new-blog-grid-item .blog-title {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .new-blog-grid .new-blog-grid-item .blog-title {
    font-size: 20px;
  }
}
.new-blog-grid .new-blog-grid-item p {
  font-size: 16px;
}
@media (min-width: 782px) {
  .new-blog-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 30px;
  }
}
@media (min-width: 992px) {
  .new-blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .new-blog-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px 30px;
  }
}
@media (min-width: 1500px) {
  .new-blog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.page-id-914 .lightweight-accordion {
  margin-bottom: 20px;
}

.page-id-914 .lightweight-accordion .lightweight-accordion-title {
  list-style: none;
  font-family: var(--wp--preset--font-family--manrope) !important;
  background: transparent !important;
  padding: 16px 36px 16px 0;
  color: var(--wp--preset--color--white) !important;
  font-size: 18px;
  font-weight: 600 !important;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  cursor: pointer;
  line-height: normal;
  background-color: var(--wp--preset--color--primary) !important;
  padding: 20px 40px 20px 30px !important;
  border-radius: 6px;
}

.page-id-914 .lightweight-accordion .lightweight-accordion-title::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(assets/images/accordion-plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  right: 9px;
  top: 18px;
  transition: all 0.3s ease;
}

.page-id-914 .lightweight-accordion details[open] .lightweight-accordion-title::after {
  transition: all 0.3s ease;
  background-image: url(assets/images/accordion-minus.svg);
}

.page-id-914 .lightweight-accordion .lightweight-accordion-title span {
  font-family: var(--wp--preset--font-family--manrope) !important;
  font-size: 18px;
  font-weight: 600 !important;
  position: relative;
}

.page-id-914 .lightweight-accordion .lightweight-accordion-title::before {
  content: none;
}

.page-id-914 .lightweight-accordion {
  margin-bottom: 12px;
}

.page-id-914 .lightweight-accordion:last-child {
  margin-bottom: 0px;
}

.page-id-914 .lightweight-accordion .lightweight-accordion-title span b {
  color: var(--wp--preset--color--primary) !important;
}

.page-id-914 .lightweight-accordion .lightweight-accordion-title::marker {
  content: none !important;
  display: none !important;
}

.page-id-914 .lightweight-accordion .lightweight-accordion-title::-webkit-details-marker {
  display: none !important;
  color: transparent !important;
  content: none !important;
  padding: 0 !important;
}

.page-id-914 .lightweight-accordion details[open] summary ~ * {
  padding: 20px 0 14px;
}

.page-id-914 .lightweight-accordion details[open] .lightweight-accordion-title {
  background: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0;
}

.page-id-914 .lightweight-accordion .lightweight-accordion-body {
  border: 1px solid #BEBEBE;
  border-top: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 20px 40px 20px 30px !important;
}

.page-id-914 .lightweight-accordion .lightweight-accordion-body p:last-child {
  margin-bottom: 0px;
}

.page-id-914 .lightweight-accordion .lightweight-accordion-body ul {
  padding-left: 22px;
}

.page-id-914 .lightweight-accordion .lightweight-accordion-body ul li {
  margin-bottom: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.page-id-914 .lightweight-accordion .lightweight-accordion-body ul li:last-child {
  margin-bottom: 0px;
}

.page-id-914 .lightweight-accordion .lightweight-accordion-body ol {
  padding-left: 22px;
}

.page-id-914 .lightweight-accordion .lightweight-accordion-body ol li {
  margin-bottom: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.page-id-914 .lightweight-accordion .lightweight-accordion-body ol li:last-child {
  margin-bottom: 0px;
}

@media (max-width: 1199px) {
  .page-id-914 .lightweight-accordion .lightweight-accordion-title span {
    font-size: 18px;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .page-id-914 .lightweight-accordion .lightweight-accordion-title span {
    font-size: 16px;
    line-height: normal;
  }
}
@media (max-width: 781px) {
  .page-id-914 .lightweight-accordion .lightweight-accordion-title::after {
    top: 50%;
    transform: translateY(-50%);
  }
  .page-id-914 .lightweight-accordion .lightweight-accordion-title {
    padding: 15px 38px 15px 15px !important;
  }
  .page-id-914 .lightweight-accordion .lightweight-accordion-body {
    padding: 15px !important;
  }
  .page-id-914 .lightweight-accordion .lightweight-accordion-title span {
    font-size: 14px;
    line-height: 1.3;
  }
}
.slick-slider.banner-ticker-item {
  transform: rotate(180deg);
}

.slick-slider.banner-ticker-item .slick-slide {
  transform: rotate(180deg);
}

.new-custom-messages {
  text-align: center;
  color: #fff;
  width: 100%;
  display: block;
}

.new-custom-messages p {
  text-align: center;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .new-custom-messages {
    display: none;
  }
}
footer .footer-top .footer-top-content .footer-top-content-left h6 {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 0px;
}

footer .footer-top .footer-top-content .footer-top-content-left p strong {
  margin-bottom: 6px;
  display: block;
}

@media (min-width: 1200px) {
  footer .footer-top .footer-top-content .footer-top-content-left h6 {
    font-size: 22px;
  }
  footer .footer-top .footer-top-content .footer-top-content-right h4 {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  footer .footer-top .footer-top-content .footer-top-content-left h6 {
    font-size: 26px;
  }
  footer .footer-top .footer-top-content .footer-top-content-right h4 {
    font-size: 26px;
  }
}
/* 
@media(max-width: 350px){
    footer .footer-top .footer-top-content .footer-top-content-left p strong{
    font-size: 13px;
}

} */
/* Review Page Styling */
.indrevdiv {
  text-align: left;
  position: relative;
}

.readmoreownerresdiv, .readmoretextdiv {
  text-align: left;
  line-height: 1.5;
}

.divwprsrdmore {
  text-align: left;
  margin-top: 6px;
  margin-bottom: 16px;
}

.divwprsrdmore span {
  text-decoration: underline;
}

.divwprsrdmore span:hover {
  text-decoration: none;
}

.wpproslider_t12_avatar_div {
  margin-top: 40px;
  max-width: 60px;
  display: block;
  margin-bottom: 40px;
}

.wprevt12_icon_div {
  position: absolute;
  top: 20px;
  right: 36px;
}

.wprevpro_star_imgs span.svgicons {
  margin-right: 4px;
}

.wprev_preview_tcolor1_T12 {
  text-align: left;
  line-height: normal;
  position: relative;
  margin-top: -98px;
  margin-left: 68px;
}

.wpproslider_t12_SPAN_4 {
  margin: 0 0 20px;
}

.wprev_preview_tcolor3_T12 {
  margin-left: 66px;
  font-size: 16px;
}

.wprevpro_t12_outer_div, .wprevpro_t4_outer_div {
  padding: 0;
  margin: 0;
}

.wprevpro_load_more_btn {
  font-family: var(--wp--preset--font-family--manrope) !important;
  border: 1px solid #0081C6 !important;
  border-radius: 8px !important;
  padding: 16px 36px !important;
  position: relative !important;
  text-decoration: none !important;
  background-color: transparent !important;
  color: #2EA3F2 !important;
  font-weight: 500 !important;
  line-height: normal;
  font-size: 14px !important;
}

.wprevpro_load_more_btn::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
  background-image: url(assets/images/button-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}

.wprevpro_load_more_btn:hover {
  background-color: #2EA3F2 !important;
  color: #fff !important;
  border: 1px solid #2EA3F2 !important;
}

.wprevpro_load_more_btn:hover:after {
  background-image: url(assets/images/white-button-arrow.svg);
}

.wprevpro_load_more_div {
  margin-top: 30px;
}

.slickwprev-dots li button:before {
  font-size: 12px;
}

.slickwprev-slider {
  padding: 0;
}

.all-review-btn {
  font-family: var(--wp--preset--font-family--manrope) !important;
  border: 1px solid #0081C6 !important;
  border-radius: 8px !important;
  padding: 16px 36px !important;
  position: relative !important;
  text-decoration: none !important;
  background-color: transparent !important;
  color: #2EA3F2 !important;
  font-weight: 500 !important;
  line-height: normal;
  font-size: 14px !important;
  display: inline-block;
}

.all-review-btn::after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
  background-image: url(assets/images/button-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}

.all-review-btn:hover {
  background-color: #2EA3F2 !important;
  color: #fff !important;
  border: 1px solid #2EA3F2 !important;
}

.all-review-btn:hover:after {
  background-image: url(assets/images/white-button-arrow.svg);
}

.new-post-main.new-post-main-half {
  display: flex;
  grid-gap: 60px;
}

.new-post-main.new-post-main-half .new-post-main-left {
  width: 75%;
}

.new-post-main.new-post-main-half .new-post-main-right {
  width: 25%;
}

.post-gallery {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}

.post-gallery li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-gallery li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  line-height: normal;
}

.post-gallery li a img {
  width: 100%;
}

.new-post-main {
  padding: 28px 0;
}

/* .sub-categories-section .sub-categories-item a h4 {
    color: var(--global-palette1);
} */
.menu-main-menu-container #menu-main-menu .menu-item .sub-menu {
  padding-top: 0px;
}

.site-header .navbar .navbar-nav > li > ul > li > a {
  color: var(--wp--preset--color--white);
}

.site-header .navbar .navbar-nav > li > ul > li > a:hover, .site-header .navbar .navbar-nav > li > ul > li > a:focus, .site-header .navbar .navbar-nav > li > ul > li > a:focus-within, .site-header .navbar .navbar-nav > li > ul > li.current-page-ancestor > a, .site-header .navbar .navbar-nav > li > ul > li.current-menu-item > a {
  color: var(--wp--preset--color--primary) !important;
}

.site-header .navbar .navbar-nav > li > ul {
  background-color: var(--wp--preset--color--secondary);
}

.navigation-overlay .navbar-nav > li .sub-menu .sub-menu a:hover, .navigation-overlay .navbar-nav > li .sub-menu .sub-menu a:focus, .navigation-overlay .navbar-nav > li .sub-menu .sub-menu a:focus-within {
  color: var(--wp--preset--color--primary) !important;
}

.navigation-overlay .navbar-nav > li#menu-item-1413 > .sub-menu > li > a {
  font-weight: bold;
}

.navigation-overlay .navbar-nav > li .sub-menu .sub-menu > li {
  margin-bottom: 6px;
}

@media (min-width: 1200px) {
  .wprevpro_load_more_btn {
    font-size: 16px !important;
  }
  .wprevpro_load_more_btn::after {
    width: 12px;
    height: 12px;
  }
  .all-review-btn {
    font-size: 16px !important;
  }
  .all-review-btn::after {
    width: 12px;
    height: 12px;
  }
  .navigation-overlay .navbar-nav > li:hover > a, .navigation-overlay .navbar-nav > li.focus > a {
    background-position: right 0.4vw;
  }
  .site-header .navbar .navbar-nav > li > a {
    padding: 20px 0;
  }
  .site-header .navbar .navbar-nav > li > ul > li > a {
    font-size: 0.9vw;
  }
  .site-header .navbar .navbar-nav > li > ul > li > a {
    padding: 10px 22px 10px 22px;
  }
  .site-header .navbar .navbar-nav > li > ul {
    top: 3.5vw;
  }
  .navigation-overlay .navbar-nav > li .sub-menu .sub-menu {
    margin-bottom: 28px;
  }
}
@media (min-width: 1500px) {
  .wprevpro_load_more_btn {
    font-size: 18px !important;
  }
  .wprevpro_load_more_btn::after {
    width: 14px;
    height: 14px;
  }
  .all-review-btn {
    font-size: 18px !important;
  }
  .all-review-btn::after {
    width: 14px;
    height: 14px;
  }
  .site-header .navbar .navbar-nav > li > ul {
    top: 52px;
  }
  .site-header .navbar .navbar-nav > li > ul > li > a {
    font-size: 0.9vw;
  }
  .site-header .navbar .navbar-nav > li > ul > li > a {
    padding: 12px 22px 12px 22px;
  }
}
@media (max-width: 1199px) {
  .navigation-overlay .navbar-nav > li.has-sub-nav {
    padding: 0;
  }
  .navigation-overlay .navbar-nav > li > .sub-menu {
    padding: 10px 0 0 0 !important;
  }
  .navigation-overlay .navbar-nav > li > .sub-menu > li {
    background-position: 98% 6px;
    background-image: none;
  }
  .navigation-overlay .navbar-nav > li.has-sub-nav .sub-menu .has-sub-nav > a {
    width: 90%;
    display: block;
  }
  .navigation-overlay .navbar-nav > li .sub-menu .sub-menu a {
    font-size: 1.1em;
  }
}
@media (max-width: 991px) {
  .single-post .fancybox__content {
    padding: 0px !important;
  }
  .new-post-main.new-post-main-half {
    flex-direction: column;
    grid-gap: 40px;
  }
  .new-post-main.new-post-main-half .new-post-main-left {
    width: 100%;
  }
  .new-post-main.new-post-main-half .new-post-main-right {
    width: 100%;
  }
}
.new-main-mega {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--wp--preset--color--secondary);
  opacity: 0;
  top: 82%;
  transition: all 0.3s ease;
  z-index: -1;
  visibility: hidden;
}

.site-header .navbar .menu-main-menu-container .navbar-nav > li#menu-item-1409:hover .new-main-mega, .site-header .navbar .menu-main-menu-container .navbar-nav > li#menu-item-1409:focus .new-main-mega, .site-header .navbar .menu-main-menu-container .navbar-nav > li#menu-item-1409:focus-within .new-main-mega {
  opacity: 1;
  top: 82%;
  transition: all 0.3s ease;
  visibility: visible;
}

.site-header .navbar .menu-main-menu-container .navbar-nav > li {
  position: unset;
  z-index: 99;
}

.site-header .navbar .menu-main-menu-container .navbar-nav > li .new-main-mega .new-main-mega-container > .sub-menu {
  padding-top: 0px;
  width: 100%;
  margin: 0 auto;
  grid-gap: 20px;
  align-items: flex-start;
  padding: 0;
  grid-gap: 30px;
  display: grid;
  grid-template-columns: 250px 250px 250px;
}

.site-header .navbar .menu-main-menu-container .navbar-nav > li .new-main-mega .new-main-mega-container > .sub-menu a {
  color: #fff;
}

.site-header .navbar .menu-main-menu-container .navbar-nav > li .new-main-mega .new-main-mega-container > .sub-menu a:hover, .site-header .navbar .menu-main-menu-container .navbar-nav > li .new-main-mega .new-main-mega-container > .sub-menu a:focus, .site-header .navbar .menu-main-menu-container .navbar-nav > li .new-main-mega .new-main-mega-container > .sub-menu a:focus-within {
  color: var(--wp--preset--color--primary);
}

.site-header .navbar .menu-main-menu-container .navbar-nav > li .new-main-mega .new-main-mega-container > .sub-menu > li > a {
  padding: 16px 0 0px;
  font-weight: 600;
  font-size: 1vw;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}

.site-header .navbar .menu-main-menu-container .navbar-nav > li .new-main-mega .new-main-mega-container > .sub-menu > li > .sub-menu > li a {
  display: block;
  margin-bottom: 0.8vw;
  font-size: 0.8vw;
}

.site-header .navbar .menu-main-menu-container .navbar-nav > li .new-main-mega .new-main-mega-container > .sub-menu > li > .sub-menu {
  display: block;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  padding: 0;
  margin-top: 0.8vw;
}

.site-header .header-middle > .wp-block-group.hover-class {
  background-color: var(--wp--preset--color--secondary) !important;
}

.site-header .header-middle > .wp-block-group .hover-logo {
  display: none;
}

.site-header .header-middle > .wp-block-group.hover-class .hover-logo {
  display: block;
}

.site-header .header-middle > .wp-block-group.hover-class .non-hover-logo {
  display: none;
}

.site-header .header-middle > .wp-block-group.hover-class .navbar .navbar-nav > li:hover > a {
  color: var(--wp--preset--color--primary) !important;
}

.site-header .header-middle > .wp-block-group.hover-class .navbar .navbar-nav > li > a {
  color: var(--wp--preset--color--white) !important;
}

.sub-categories-item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 8;
}

@media (min-width: 1200px) {
  .new-main-mega .new-main-mega-container {
    width: 1200px;
    margin: auto;
    padding: 2vw 30px;
  }
  .site-header .navbar .menu-main-menu-container .navbar-nav {
    grid-gap: 1vw;
  }
  .site-header .navbar .menu-main-menu-container .navbar-nav > li {
    padding: 0;
  }
  .archive .site-header .header-middle > .wp-block-group {
    padding-top: 0 !important;
  }
  .site-header .header-middle > .wp-block-group {
    padding: 0 1.2vw !important;
  }
  .site-header .navbar .navbar-nav > li > a {
    padding: 1.5vw 0;
  }
  .sub-categories-section .sub-categories-item a {
    align-items: flex-start;
  }
}
@media (min-width: 1600px) {
  .new-main-mega .new-main-mega-container {
    width: 1500px;
    padding: 2.5vw 30px;
  }
  .site-header .navbar .menu-main-menu-container .navbar-nav > li .new-main-mega .new-main-mega-container > .sub-menu {
    grid-gap: 60px;
    display: grid;
    grid-template-columns: 300px 300px 300px;
  }
}
@media (max-width: 1199px) {
  .sub-categories-section .sub-categories-item a {
    align-items: center !important;
  }
  .sub-categories-section .sub-categories-item a {
    align-items: center !important;
  }
}
@media (max-width: 781px) {
  .navigation-overlay .navbar-nav > li .sub-menu .sub-menu {
    margin-top: 6px;
    padding-top: 0;
    margin-bottom: 20px;
  }
}
.mobile-hia-section {
  display: none !important;
}

@media (min-width: 1200px) {
  footer .footer-middle .footer-middle-content .hia-section {
    font-size: 12px;
    grid-gap: 12px !important;
  }
  footer .footer-middle .footer-middle-content .wp-block-navigation a {
    font-size: 14px;
  }
  footer .footer-middle .footer-middle-content .hia-section img:nth-child(2) {
    max-width: 38px;
  }
  footer .footer-middle .footer-middle-content .hia-section img:nth-child(3) {
    max-width: 46px;
  }
  footer .footer-middle .footer-middle-content .hia-section img:nth-child(4) {
    max-width: 120px;
  }
  footer .footer-middle .footer-middle-content .hia-section img:nth-child(5) {
    max-width: 48px;
  }
  .footer-social-list {
    grid-gap: 12px;
  }
  .footer-social-list li img {
    max-width: 22px;
  }
}
@media (min-width: 1500px) {
  footer .footer-middle .footer-middle-content .hia-section {
    font-size: 14px;
    grid-gap: 16px !important;
  }
  footer .footer-middle .footer-middle-content .wp-block-navigation a {
    font-size: 14px;
  }
  .footer-social-list {
    grid-gap: 14px;
  }
  .footer-social-list li img {
    max-width: 26px;
  }
  footer .footer-middle .footer-middle-content .hia-section img:nth-child(2) {
    max-width: 46px;
  }
  footer .footer-middle .footer-middle-content .hia-section img:nth-child(3) {
    max-width: 54px;
  }
  footer .footer-middle .footer-middle-content .hia-section img:nth-child(4) {
    max-width: 150px;
  }
  footer .footer-middle .footer-middle-content .hia-section img:nth-child(5) {
    max-width: 62px;
  }
}
@media (min-width: 1600px) {
  footer .footer-middle .footer-middle-content .hia-section {
    font-size: 14px;
  }
  footer .footer-middle .footer-middle-content .wp-block-navigation a {
    font-size: 16px;
  }
  .footer-social-list {
    grid-gap: 20px;
  }
  .footer-social-list li img {
    max-width: 26px;
  }
}
@media (max-width: 1199px) {
  .desktop-hia-section {
    display: none !important;
  }
  .mobile-hia-section {
    display: block !important;
    text-align: center;
  }
  .mobile-hia-section p {
    margin-bottom: 12px;
  }
  .mobile-inner-hia-section {
    display: flex;
    grid-gap: 12px;
    align-items: center;
  }
  footer .footer-middle .footer-middle-content .hia-section img:nth-child(1) {
    max-width: 38px;
  }
  footer .footer-middle .footer-middle-content .hia-section img:nth-child(2) {
    max-width: 45px;
  }
  footer .footer-middle .footer-middle-content .hia-section img:nth-child(3) {
    max-width: 110px;
  }
  footer .footer-middle .footer-middle-content .hia-section img:nth-child(4) {
    max-width: 48px;
  }
}
.home .wprevpro_load_more_div {
  display: none !important;
}

.product-thumbnail-link {
  position: absolute;
  width: 100%;
  height: 100%;
}

.book-appointment-btn-right {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .book-appointment-btn-right {
    margin-left: 0;
    margin-top: 10px;
  }
}

.awards-section {
  background: none;
}
.awards-section img {
  margin: auto;
}
.awards-section svg {
  display: none;
}
.awards-section .slick-prev {
  width: 50px;
  height: 50px;
  background-image: url(assets/images/location-slider-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
  top: 48%;
  left: 15px;
}
@media (min-width: 992px) {
  .awards-section .slick-prev {
    top: 48%;
    left: 20px;
  }
}
@media (min-width: 1200px) {
  .awards-section .slick-prev {
    top: 48%;
  }
}
@media (min-width: 1500px) {
  .awards-section .slick-prev {
    top: 48%;
  }
}
.awards-section .slick-next {
  width: 50px;
  height: 50px;
  background-image: url(assets/images/location-slider-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
  top: auto;
  right: 15px;
  top: 45%;
}
@media (min-width: 992px) {
  .awards-section .slick-next {
    top: 48%;
    right: 20px;
  }
}
@media (min-width: 1200px) {
  .awards-section .slick-next {
    top: 48%;
  }
}
@media (min-width: 1500px) {
  .awards-section .slick-next {
    top: 48%;
  }
}

.locations-list-section {
  margin-top: 60px;
}
.locations-list-section .locations-list-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 40px 20px;
}
.locations-list-section .locations-list-grid .locations-list-grid-item a {
  text-decoration: none;
}
.locations-list-section .locations-list-grid .locations-list-grid-item a:hover h3 {
  color: #0081C6;
  background-image: url(assets/images/location-arrow-hover.svg);
  transition: all 0.3s ease;
}
.locations-list-section .locations-list-grid .locations-list-grid-item p {
  font-size: 14px;
}
@media (min-width: 782px) {
  .locations-list-section .locations-list-grid .locations-list-grid-item p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .locations-list-section .locations-list-grid .locations-list-grid-item p {
    font-size: 16px;
  }
}
.locations-list-section .locations-list-grid .locations-list-grid-item img {
  width: 100%;
  margin-bottom: 8px;
  border-radius: 8px;
}
@media (min-width: 782px) {
  .locations-list-section .locations-list-grid .locations-list-grid-item img {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .locations-list-section .locations-list-grid .locations-list-grid-item img {
    margin-bottom: 12px;
  }
}
.locations-list-section .locations-list-grid .locations-list-grid-item h3 {
  font-size: 20px;
  margin-bottom: 12px;
  background-image: url(assets/images/location-arrow.svg);
  background-position: 100% 2px;
  background-repeat: no-repeat;
  background-size: 22px;
  transition: all 0.3s ease;
}
@media (min-width: 782px) {
  .locations-list-section .locations-list-grid .locations-list-grid-item h3 {
    font-size: 20px;
    margin-bottom: 8px;
    background-position: 100% 4px;
  }
}
@media (min-width: 1200px) {
  .locations-list-section .locations-list-grid .locations-list-grid-item h3 {
    font-size: 22px;
    margin-bottom: 10px;
    background-position: 100% 4px;
  }
}
@media (min-width: 782px) {
  .locations-list-section .locations-list-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 35px 20px;
  }
}
@media (min-width: 992px) {
  .locations-list-section .locations-list-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 24px;
  }
}
@media (min-width: 1200px) {
  .locations-list-section .locations-list-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 24px;
  }
}
@media (min-width: 1500px) {
  .locations-list-section .locations-list-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px 30px;
  }
}

.wp-site-blocks, #content {
  overflow: hidden;
}

.home, .blog, .page, .single, .error404, .search, .archive {
  overflow: hidden;
  overflow-y: scroll;
}

/************ DESKTOP STYLES **************/
.navigation-overlay {
  background-image: url(assets/images/mega-menu-bg.svg);
  background-repeat: no-repeat;
  background-position: 90% 85%;
  max-height: 750px;
  height: 100%;
}

.navigation-overlay {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--wp--preset--color--secondary);
  pointer-events: none;
  z-index: 99999;
  color: #fff;
  transition: all 0.3s ease;
}
.navigation-overlay #navbar {
  height: 100%;
}
.navigation-overlay .navbar-nav {
  position: relative;
  height: 80%;
  padding-left: 0;
}
.navigation-overlay .navbar-nav a {
  font-size: 18px;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .navigation-overlay .navbar-nav a {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .navigation-overlay .navbar-nav a {
    font-size: 18px;
  }
}
@media (min-width: 1921px) {
  .navigation-overlay .navbar-nav a {
    font-size: 20px;
  }
}
.navigation-overlay .navbar-nav li {
  min-width: 26ch;
  margin-bottom: 20px;
  list-style: none;
}
.navigation-overlay .navbar-nav > li {
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
}
.navigation-overlay .navbar-nav > li > a {
  font-size: 36px;
  padding-right: 2em;
  font-weight: 600;
  color: var(--wp--preset--color--white);
}
@media (min-width: 1200px) {
  .navigation-overlay .navbar-nav > li > a {
    font-size: 1.5vw;
  }
}
@media (min-width: 1921px) {
  .navigation-overlay .navbar-nav > li > a {
    font-size: 24px;
  }
}
.navigation-overlay .navbar-nav > li > a:hover {
  color: var(--wp--preset--color--primary);
}
.navigation-overlay .navbar-nav > li > .sub-menu > li > a {
  font-weight: 400;
}
.navigation-overlay .navbar-nav > li > .sub-menu > li > a:hover {
  color: var(--wp--preset--color--primary);
}
.navigation-overlay .navbar-nav > li .sub-menu .sub-menu a {
  font-size: 0.9em;
}
.navigation-overlay .navbar-nav > li > .sub-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  transform: translateX(-50vw);
  opacity: 0;
  border-left: solid 1px rgba(255, 255, 255, 0.15);
  padding-left: 80px;
  transition: 0.1s 0 ease-in-out;
  margin-left: 100px;
  padding-top: 12px;
}
.navigation-overlay .navbar-nav > li > .sub-menu > li {
  margin-bottom: 18px;
}
.navigation-overlay .navbar-nav > li:hover > a {
  background-image: url("assets/images/right-white-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 16px;
  background-size: 12px;
  color: var(--wp--preset--color--primary);
}
@media (min-width: 1200px) {
  .navigation-overlay .navbar-nav > li:hover > a {
    background-position: right 0.7vw;
    background-size: 0.8vw;
  }
}
@media (min-width: 1921px) {
  .navigation-overlay .navbar-nav > li:hover > a {
    background-position: right 12px;
    background-size: 12px;
  }
}
.navigation-overlay .navbar-nav > li.focus > a {
  background-image: url("assets/images/right-white-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 16px;
  background-size: 12px;
  position: relative;
  color: var(--wp--preset--color--primary);
}
@media (min-width: 1200px) {
  .navigation-overlay .navbar-nav > li.focus > a {
    background-position: right 0.7vw;
    background-size: 0.8vw;
  }
}
@media (min-width: 1921px) {
  .navigation-overlay .navbar-nav > li.focus > a {
    background-position: right 12px;
    background-size: 12px;
  }
}
.navigation-overlay .navbar-nav > li.focus > .sub-menu {
  left: 100%;
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0s;
}
.navigation-overlay .navbar-nav > li .sub-menu .sub-menu {
  padding-left: 15px;
  margin-top: 10px;
}
.navigation-overlay .navigation-links {
  height: 100%;
}
.navigation-overlay .navigation-logo,
.navigation-overlay .navigation-links,
.navigation-overlay .navigation-contact,
.navigation-overlay .close-menu-button {
  transform: translateX(300px);
  opacity: 0;
  transition: all 0.3s ease;
}
.navigation-overlay.visible.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.navigation-overlay.visible.active .navigation-logo,
.navigation-overlay.visible.active .navigation-links,
.navigation-overlay.visible.active .navigation-contact,
.navigation-overlay.visible.active .close-menu-button {
  transform: translateX(0);
  opacity: 1;
}

.nav-overlay-layout {
  max-height: 100%;
  overflow: auto;
  padding: 50px 25px 25px 25px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  grid-template-areas: "logo" "links";
  height: 100%;
}
.nav-overlay-layout .footer-social-list {
  justify-content: flex-start;
  grid-gap: 20px;
  margin-top: 24px;
}
.nav-overlay-layout .footer-social-list li a {
  display: block;
}
.nav-overlay-layout .footer-social-list li a svg {
  max-width: 26px;
}
.nav-overlay-layout .footer-social-list li a:hover svg path {
  fill: var(--wp--preset--color--primary);
}
.nav-overlay-layout .footer-social-list li:nth-child(2) a svg {
  max-width: 24px;
}
.nav-overlay-layout .footer-social-list li:last-child a svg {
  max-width: 30px;
}
@media (min-width: 1200px) {
  .nav-overlay-layout {
    padding: 50px;
    grid-template-columns: 280px 1fr;
    grid-gap: 20px 40px;
    grid-template-areas: "logo links";
  }
}
@media (min-width: 1500px) {
  .nav-overlay-layout {
    grid-template-columns: 300px 1fr;
  }
}
@media (min-width: 1921px) {
  .nav-overlay-layout {
    max-width: 1920px;
    width: 100%;
    margin: auto !important;
    position: relative;
    overflow: hidden;
    grid-template-columns: 320px 1fr;
  }
}
@media (max-width: 767px) {
  .nav-overlay-layout {
    padding: 60px 25px 25px 25px;
  }
}

.navigation-logo {
  grid-area: logo;
}
.navigation-logo > a img {
  display: block;
  width: 172px;
  max-width: 100%;
}

.navigation-links {
  grid-area: links;
  justify-self: start;
}

.navigation-contact {
  grid-area: contact;
  align-self: end;
}

.close-menu-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  background-image: url(assets/images/mega-menu-close-icon.svg);
  background-repeat: no-repeat;
  padding: 0.6em 1em 0.6em 2.6em;
  background-position: center;
  width: 30px;
  height: 30px;
  background-size: contain;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}

@media (max-width: 899px) {
  .navigation-links {
    width: 100%;
  }
  .navbar-nav {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .navbar-nav > li {
    width: 100%;
  }
  .navbar-nav > li > a {
    display: block;
    width: 100%;
    position: relative;
  }
  .navbar-nav > li > .sub-menu {
    display: none;
  }
  .navbar-nav > li.focus > .sub-menu {
    display: block;
  }
  .navbar-nav > li.focus > a::after {
    transform: rotate(-90deg);
  }
  .navbar-nav .sub-menu {
    padding-top: 10px;
  }
}
@media (max-width: 1199px) {
  .navigation-overlay {
    display: block;
    height: 100%;
    max-height: 100%;
    background-size: 320px;
    background-position: right bottom;
  }
  .navigation-overlay .close-menu-button {
    top: 20px;
    right: 6px;
    width: 18px;
    height: 18px;
  }
  .navigation-overlay .nav-overlay-layout {
    display: block;
    height: auto;
    max-height: 100%;
    padding: 60px 0 25px;
  }
  .navigation-overlay .navigation-logo {
    padding: 0 15px;
  }
  .navigation-overlay .navigation-logo, .navigation-overlay .navigation-links, .navigation-overlay .close-menu-button {
    transform: none !important;
  }
  .navigation-overlay .navbar-nav > li.has-sub-nav {
    background-position: 98% 5px;
    background-size: 16px;
    padding-right: 30px;
    padding: 0 36px 0 15px;
  }
  .navigation-overlay .navbar-nav > li.has-sub-nav > a {
    width: 90%;
  }
  .navigation-overlay .navbar-nav > li a {
    background-image: none !important;
    padding-right: 0;
    font-size: 18px;
  }
  .navigation-overlay .navbar-nav > li > .sub-menu {
    position: relative;
    display: none;
    left: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    padding: 14px !important;
    padding-left: 14px !important;
    padding-bottom: 0px !important;
    transform: none !important;
    opacity: 1 !important;
  }
  .navigation-overlay .navbar-nav > li > .sub-menu > li {
    margin-bottom: 8px;
  }
  .navigation-overlay .navbar-nav > li > .sub-menu > li > a {
    font-size: 16px;
  }
  .navigation-overlay .footer-social-list {
    padding: 0;
  }
  .navigation-overlay .navigation-links {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .home .app, .special-main-category .app {
    height: var(--100vh);
    left: 0;
    overflow: hidden;
    position: fixed;
    text-rendering: optimizeLegibility;
    top: 0;
    width: var(--100vw);
  }
}
@media (min-width: 1200px) {
  .home #fullpage .section, .special-main-category #fullpage .section {
    height: var(--100vh);
    left: 0;
    overflow: hidden;
    top: 0;
    width: var(--100vw);
  }
  .home #fullpage .section:first-child .fp-tableCell, .special-main-category #fullpage .section:first-child .fp-tableCell {
    vertical-align: top;
  }
  .home #fullpage .section:last-child, .special-main-category #fullpage .section:last-child {
    background-color: #1E1E1E;
  }
  .home #fullpage .section:last-child .fp-tableCell, .special-main-category #fullpage .section:last-child .fp-tableCell {
    vertical-align: bottom;
  }
}
.home footer, .special-main-category footer {
  background-color: #1E1E1E;
  color: var(--wp--preset--color--white);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 24px;
}
.home footer a, .special-main-category footer a {
  color: var(--wp--preset--color--white);
  text-decoration: none;
}
@media (min-width: 1200px) {
  .home footer .footer-common-container, .special-main-category footer .footer-common-container {
    max-width: 1108px;
    margin: auto;
  }
}
@media (min-width: 1300px) {
  .home footer .footer-common-container, .special-main-category footer .footer-common-container {
    max-width: 1200px;
    margin: auto;
  }
}
@media (min-width: 1400px) {
  .home footer .footer-common-container, .special-main-category footer .footer-common-container {
    max-width: 1300px;
    margin: auto;
  }
}
@media (min-width: 1500px) {
  .home footer .footer-common-container, .special-main-category footer .footer-common-container {
    max-width: 1400px;
    margin: auto;
  }
}
@media (min-width: 1600px) {
  .home footer .footer-common-container, .special-main-category footer .footer-common-container {
    max-width: 1500px;
    margin: auto;
  }
}
.home footer .footer-top, .special-main-category footer .footer-top {
  width: 100%;
  border-bottom: 1px solid #707070;
  padding-bottom: 24px;
}
.home footer .footer-top .footer-top-content, .special-main-category footer .footer-top .footer-top-content {
  display: flex;
}
.home footer .footer-top .footer-top-content .footer-top-content-left p, .special-main-category footer .footer-top .footer-top-content .footer-top-content-left p {
  font-weight: 300;
  font-size: 13px;
}
.home footer .footer-top .footer-top-content .footer-top-content-left p a, .special-main-category footer .footer-top .footer-top-content .footer-top-content-left p a {
  text-decoration: underline;
}
.home footer .footer-top .footer-top-content .footer-top-content-left p a:hover, .special-main-category footer .footer-top .footer-top-content .footer-top-content-left p a:hover {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .home footer .footer-top .footer-top-content .footer-top-content-left p, .special-main-category footer .footer-top .footer-top-content .footer-top-content-left p {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .home footer .footer-top .footer-top-content .footer-top-content-left p, .special-main-category footer .footer-top .footer-top-content .footer-top-content-left p {
    font-size: 18px;
  }
}
.home footer .footer-top .footer-top-content .footer-top-content-left h6, .special-main-category footer .footer-top .footer-top-content .footer-top-content-left h6 {
  color: var(--wp--preset--color--white);
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .home footer .footer-top .footer-top-content .footer-top-content-left h6, .special-main-category footer .footer-top .footer-top-content .footer-top-content-left h6 {
    font-size: 18px;
    margin-top: 18px;
  }
}
@media (min-width: 1600px) {
  .home footer .footer-top .footer-top-content .footer-top-content-left h6, .special-main-category footer .footer-top .footer-top-content .footer-top-content-left h6 {
    font-size: 20px;
    margin-top: 18px;
  }
}
.home footer .footer-top .footer-top-content .footer-top-content-left .footer-address, .special-main-category footer .footer-top .footer-top-content .footer-top-content-left .footer-address {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 12px;
}
@media (min-width: 781px) {
  .home footer .footer-top .footer-top-content .footer-top-content-left .footer-address, .special-main-category footer .footer-top .footer-top-content .footer-top-content-left .footer-address {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .home footer .footer-top .footer-top-content .footer-top-content-left .footer-address, .special-main-category footer .footer-top .footer-top-content .footer-top-content-left .footer-address {
    max-width: 80%;
    margin-top: 30px;
  }
}
@media (min-width: 1300px) {
  .home footer .footer-top .footer-top-content .footer-top-content-left .footer-address, .special-main-category footer .footer-top .footer-top-content .footer-top-content-left .footer-address {
    max-width: 74%;
    margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  .home footer .footer-top .footer-top-content .footer-top-content-left .footer-address, .special-main-category footer .footer-top .footer-top-content .footer-top-content-left .footer-address {
    max-width: 74%;
  }
}
@media (max-width: 781px) {
  .home footer .footer-top .footer-top-content .footer-top-content-left .footer-address, .special-main-category footer .footer-top .footer-top-content .footer-top-content-left .footer-address {
    grid-gap: 12px;
  }
}
@media (min-width: 782px) {
  .home footer .footer-top .footer-top-content .footer-top-content-left, .special-main-category footer .footer-top .footer-top-content .footer-top-content-left {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .home footer .footer-top .footer-top-content .footer-top-content-left, .special-main-category footer .footer-top .footer-top-content .footer-top-content-left {
    width: 50%;
  }
}
.home footer .footer-top .footer-top-content .footer-top-content-right h4, .special-main-category footer .footer-top .footer-top-content .footer-top-content-right h4 {
  color: var(--wp--preset--color--white);
  font-weight: 400;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .home footer .footer-top .footer-top-content .footer-top-content-right h4, .special-main-category footer .footer-top .footer-top-content .footer-top-content-right h4 {
    font-size: 26px;
  }
}
@media (min-width: 1600px) {
  .home footer .footer-top .footer-top-content .footer-top-content-right h4, .special-main-category footer .footer-top .footer-top-content .footer-top-content-right h4 {
    font-size: 30px;
  }
}
@media (max-width: 781px) {
  .home footer .footer-top .footer-top-content .footer-top-content-right h4, .special-main-category footer .footer-top .footer-top-content .footer-top-content-right h4 {
    margin-bottom: 8px;
  }
}
.home footer .footer-top .footer-top-content .footer-top-content-right h2, .special-main-category footer .footer-top .footer-top-content .footer-top-content-right h2 {
  color: var(--wp--preset--color--white);
  font-weight: 600;
  font-size: 62px;
}
@media (min-width: 1200px) {
  .home footer .footer-top .footer-top-content .footer-top-content-right h2, .special-main-category footer .footer-top .footer-top-content .footer-top-content-right h2 {
    font-size: 100px;
  }
}
@media (min-width: 1300px) {
  .home footer .footer-top .footer-top-content .footer-top-content-right h2, .special-main-category footer .footer-top .footer-top-content .footer-top-content-right h2 {
    font-size: 120px;
  }
}
@media (min-width: 1600px) {
  .home footer .footer-top .footer-top-content .footer-top-content-right h2, .special-main-category footer .footer-top .footer-top-content .footer-top-content-right h2 {
    font-size: 120px;
  }
}
@media (max-width: 330px) {
  .home footer .footer-top .footer-top-content .footer-top-content-right h2, .special-main-category footer .footer-top .footer-top-content .footer-top-content-right h2 {
    font-size: 54px;
  }
}
@media (min-width: 782px) {
  .home footer .footer-top .footer-top-content .footer-top-content-right, .special-main-category footer .footer-top .footer-top-content .footer-top-content-right {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .home footer .footer-top .footer-top-content .footer-top-content-right, .special-main-category footer .footer-top .footer-top-content .footer-top-content-right {
    width: 50%;
  }
}
@media (max-width: 781px) {
  .home footer .footer-top .footer-top-content, .special-main-category footer .footer-top .footer-top-content {
    flex-direction: column;
    grid-gap: 30px;
  }
}
@media (min-width: 782px) {
  .home footer .footer-top, .special-main-category footer .footer-top {
    padding-bottom: 38px;
  }
}
@media (min-width: 1200px) {
  .home footer .footer-top, .special-main-category footer .footer-top {
    padding-bottom: 1vw;
  }
}
@media (min-width: 1600px) {
  .home footer .footer-top, .special-main-category footer .footer-top {
    padding-bottom: 1vw;
  }
}
.home footer .footer-middle, .special-main-category footer .footer-middle {
  width: 100%;
  border-bottom: 1px solid #707070;
  padding-top: 24px;
  padding-bottom: 24px;
}
.home footer .footer-middle .footer-middle-content, .special-main-category footer .footer-middle .footer-middle-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home footer .footer-middle .footer-middle-content .wp-block-navigation__container, .special-main-category footer .footer-middle .footer-middle-content .wp-block-navigation__container {
  font-weight: 400;
  grid-gap: 20px;
}
.home footer .footer-middle .footer-middle-content .wp-block-navigation__container li a:hover, .special-main-category footer .footer-middle .footer-middle-content .wp-block-navigation__container li a:hover {
  color: var(--wp--preset--color--primary);
}
@media (max-width: 420px) {
  .home footer .footer-middle .footer-middle-content .wp-block-navigation__container, .special-main-category footer .footer-middle .footer-middle-content .wp-block-navigation__container {
    grid-gap: 20px;
  }
}
@media (max-width: 360px) {
  .home footer .footer-middle .footer-middle-content .wp-block-navigation__container, .special-main-category footer .footer-middle .footer-middle-content .wp-block-navigation__container {
    grid-gap: 10px;
  }
}
.home footer .footer-middle .footer-middle-content .hia-section, .special-main-category footer .footer-middle .footer-middle-content .hia-section {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.home footer .footer-middle .footer-middle-content .hia-section p, .special-main-category footer .footer-middle .footer-middle-content .hia-section p {
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .home footer .footer-middle .footer-middle-content .hia-section img, .special-main-category footer .footer-middle .footer-middle-content .hia-section img {
    max-width: 46px;
  }
}
@media (max-width: 1199px) {
  .home footer .footer-middle .footer-middle-content .hia-section img, .special-main-category footer .footer-middle .footer-middle-content .hia-section img {
    max-width: 30px;
  }
}
@media (min-width: 1200px) {
  .home footer .footer-middle .footer-middle-content .kbdi-section img, .special-main-category footer .footer-middle .footer-middle-content .kbdi-section img {
    max-width: 70px;
  }
}
@media (max-width: 1199px) {
  .home footer .footer-middle .footer-middle-content .kbdi-section img, .special-main-category footer .footer-middle .footer-middle-content .kbdi-section img {
    max-width: 60px;
  }
}
@media (max-width: 1199px) {
  .home footer .footer-middle .footer-middle-content, .special-main-category footer .footer-middle .footer-middle-content {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    grid-gap: 20px;
  }
}
@media (min-width: 782px) {
  .home footer .footer-middle, .special-main-category footer .footer-middle {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .home footer .footer-middle, .special-main-category footer .footer-middle {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }
}
@media (min-width: 1600px) {
  .home footer .footer-middle, .special-main-category footer .footer-middle {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }
}
.home footer .footer-bottom, .special-main-category footer .footer-bottom {
  width: 100%;
  padding-top: 24px;
}
.home footer .footer-bottom .footer-bottom-content, .special-main-category footer .footer-bottom .footer-bottom-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.home footer .footer-bottom .footer-bottom-content .footer-bottom-content-left, .special-main-category footer .footer-bottom .footer-bottom-content .footer-bottom-content-left {
  display: flex;
}
@media (min-width: 782px) {
  .home footer .footer-bottom .footer-bottom-content .footer-bottom-content-left, .special-main-category footer .footer-bottom .footer-bottom-content .footer-bottom-content-left {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .home footer .footer-bottom .footer-bottom-content .footer-bottom-content-left, .special-main-category footer .footer-bottom .footer-bottom-content .footer-bottom-content-left {
    width: 60vw;
  }
}
@media (max-width: 781px) {
  .home footer .footer-bottom .footer-bottom-content .footer-bottom-content-left, .special-main-category footer .footer-bottom .footer-bottom-content .footer-bottom-content-left {
    order: 2;
    width: 100%;
  }
}
.home footer .footer-bottom .footer-bottom-content .footer-bottom-content-right p, .special-main-category footer .footer-bottom .footer-bottom-content .footer-bottom-content-right p {
  text-align: right;
  opacity: 0.5;
  padding-bottom: 30px;
}
@media (max-width: 781px) {
  .home footer .footer-bottom .footer-bottom-content .footer-bottom-content-right p, .special-main-category footer .footer-bottom .footer-bottom-content .footer-bottom-content-right p {
    text-align: left;
  }
}
@media (min-width: 782px) {
  .home footer .footer-bottom .footer-bottom-content .footer-bottom-content-right, .special-main-category footer .footer-bottom .footer-bottom-content .footer-bottom-content-right {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .home footer .footer-bottom .footer-bottom-content .footer-bottom-content-right, .special-main-category footer .footer-bottom .footer-bottom-content .footer-bottom-content-right {
    width: 40vw;
  }
}
@media (max-width: 781px) {
  .home footer .footer-bottom .footer-bottom-content .footer-bottom-content-right, .special-main-category footer .footer-bottom .footer-bottom-content .footer-bottom-content-right {
    order: 1;
    width: 100%;
  }
}
@media (max-width: 781px) {
  .home footer .footer-bottom .footer-bottom-content, .special-main-category footer .footer-bottom .footer-bottom-content {
    flex-direction: column;
  }
}
@media (min-width: 782px) {
  .home footer .footer-bottom, .special-main-category footer .footer-bottom {
    padding-top: 38px;
  }
}
@media (min-width: 1200px) {
  .home footer .footer-bottom, .special-main-category footer .footer-bottom {
    padding-top: 2vw;
  }
}
@media (min-width: 1600px) {
  .home footer .footer-bottom, .special-main-category footer .footer-bottom {
    padding-top: 4vw;
  }
}
@media (min-width: 782px) {
  .home footer, .special-main-category footer {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .home footer, .special-main-category footer {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .home footer, .special-main-category footer {
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 3vw;
  }
}
@media (min-width: 1600px) {
  .home footer, .special-main-category footer {
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 4vw;
  }
}

.home footer .footer-top .footer-top-content .footer-top-content-left h6 {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 0px;
}

.home footer .footer-top .footer-top-content .footer-top-content-left p strong {
  margin-bottom: 6px;
  display: block;
}

.special-main-category footer .footer-top .footer-top-content .footer-top-content-left h6 {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 0px;
}

.special-main-category footer .footer-top .footer-top-content .footer-top-content-left p strong {
  margin-bottom: 6px;
  display: block;
}

@media (min-width: 1200px) {
  .home footer .footer-top .footer-top-content .footer-top-content-left h6 {
    font-size: 22px;
  }
  .home footer .footer-top .footer-top-content .footer-top-content-right h4 {
    font-size: 22px;
  }
  .special-main-category footer .footer-top .footer-top-content .footer-top-content-left h6 {
    font-size: 22px;
  }
  .special-main-category footer .footer-top .footer-top-content .footer-top-content-right h4 {
    font-size: 22px;
  }
  .home-loader {
    position: absolute;
    width: 18px;
    height: 32px;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .home-loader a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0, 100%);
    animation: reveal 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.3s forwards;
    animation-iteration-count: 1;
    animation-delay: 1.5s;
  }
  .home-loader a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media (min-width: 1600px) {
  .home footer .footer-top .footer-top-content .footer-top-content-left h6 {
    font-size: 26px;
  }
  .home footer .footer-top .footer-top-content .footer-top-content-right h4 {
    font-size: 26px;
  }
  .special-main-category footer .footer-top .footer-top-content .footer-top-content-left h6 {
    font-size: 26px;
  }
  .special-main-category footer .footer-top .footer-top-content .footer-top-content-right h4 {
    font-size: 26px;
  }
  .home-loader {
    width: 24px;
    height: 38px;
    bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .special-main-category .site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .special-main-category .home-banner {
    height: 100%;
  }
  .special-main-category .home-category-section {
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding-top: var(--headerheight);
  }
  .special-main-category .sub-categories-section {
    min-height: auto !important;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .special-main-category #fullpage .section:first-child .fp-tableCell {
    vertical-align: bottom;
  }
  .special-main-category #fullpage .section:last-child .fp-tableCell {
    vertical-align: bottom;
  }
}

.home-image-slider {
  width: 100%;
  margin: 0 !important;
  max-width: 100%;
  transform: rotate(180deg);
}
.home-image-slider .home-image-slider-item {
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  transform: rotate(180deg);
}
.home-image-slider .home-image-slider-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.home-image-slider .home-image-slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .home-image-slider .home-image-slider-item {
    aspect-ratio: 5/2;
  }
}

.new-home-ticker-main {
  padding: 0 !important;
}
.new-home-ticker-main .new-home-ticker-position {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/*# sourceMappingURL=style.css.map */


/* Single Post style */
.single-post .single-post-title-custom {
    font-size: 30px;
    color: #0C71CD !important;
	font-weight: 700;
}
.single-post .single-post-date-custom{
	color: #666666;
	font-size:14px;
	margin-top:20px;
	font-family: Roboto;
}

.single-post .gtp-new-post-main-left{
	color: #666666;
	font-size:16px;
	font-family: Roboto;
}

.single-post .gtp-new-post-main-left{
	color: #666666;
	font-size:16px;
	font-family: Roboto;
}

.single-post .gtp-new-post-main-left h2, .gtp-form-heading{
	font-size:25px;
	color: #0C71CD !important;
	margin-bottom:20px;
	margin-top:20px;
}

.single-post .gtp-new-post-main-left h3{
	font-size:22px;
	color: #0C71CD !important;
	margin-bottom:20px;
	margin-top:20px;
}

.single-post .gtp-new-post-main-left h4{
	font-size:20px;
	color: #0C71CD !important;
	margin-bottom:20px;
	margin-top:20px;
}

.single-post .new-post-main {
	display:flex;
	flex-direction:row;
	gap:50px
}

.gtp-post-featured-image{
	display:flex;
	justify-content:center;
}
.gtp-post-featured-image img{
	width: 1920px;
    height: 450px;
    object-fit: contain;
}

.gtp-enquire-form{
	padding: 30px;
    background-color:#f3f3f3;
    border-radius: 5px;
    
}

.gtp-enquire-form-container{
	width: 30%;
}

.gtp-new-post-main-left {
    width: 70%;
}

.single-post #content .is-layout-constrained{
	padding:10px;
}

.single-post .post-navigation{
	display: flex;
    justify-content: space-between;
    padding: 20px;
    width: 1420px;
    max-width: 100%;
    margin: 0 auto;
}

.single-post .post-navigation div a {
	    font-size: 16px;
    color: #0c71cd;
    font-weight: 600;
    text-decoration: none;
}


@media screen and (max-width:1024px){
	.new-post-main {
	gap:20px!important;
}

}


@media screen and (max-width:767px){
	.new-post-main {
	display:flex!important;
	flex-direction:column!important;
	gap:50px!important;
}
	.gtp-enquire-form-container{
	width: 100%;
}

.gtp-new-post-main-left {
    width: 100%;
}

}


/* gravity form style */

#gform_2 input[type="text"], #gform_2  input[type="email"], #gform_2  input[type="tel"]{
border:1px solid #ccc;
height:40px!important;
padding:10px;
	background-color:white!important;
}

#gform_2 textarea{
border:1px solid #ccc;
resize:vertical;
	background-color:white!important;
}

#gform_2 input[type="submit"]{
padding: 15px 30px;
border-radius:5px;

}
#gform_2 .gfield_required_text{
display:none !important;
}
#gform_2 .gfield_label{
font-size:13px;
margin-bottom:0px;
}