.mainheader {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  z-index: 10;
  width: 100%;
}

.header-right a:not(:last-of-type) {
  margin-right: 35px;
}

.nav-logo {
  padding: 20px 0;
}

body.fixed-header .nav-logo {
  padding: 5px 0;
}

body.fixed-header .nav-logo a img {
  max-width: 70px;
}

.header-right {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.header-right a.call {
  font-size: 22px;
  color: #192c86;
}

.h_wrapper {
  margin: 0 auto;
  width: 100%;
}

.htop-menu-link > li {
  margin-right: 0;
  padding: 7px 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
}

.header_topwrap .inline:not(:last-of-type) {
  margin-right: 30px;
}

.htop-menu-link > li > a i {
  font-size: 15px;
}

.htop-menu-link > li > a:after,
.nav-menu-wrapper .main-menu > li > a:after,
.nav-menu-wrapper .main-menu > li > .submenu > li > a:after,
.htop_right .call a:after,
.contact-list li a::after,
.ft-col-1 .social-link span::after,
.ptag p a::after,
.ptag ul li a::after,
.ptag ol li a::after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  bottom: -2px;
  background-color: var(--green);
  width: 10px;
  height: 1px;
  left: -webkit-calc(100% + 20px);
  left: calc(100% + 20px);
  opacity: 0;
}

.ft-col-1 .social-link span::after {
  height: 1px;
}

.htop_right .call a:after,
.ft-col-1 .social-link span::after {
  background-color: #ffffff;
}

.htop-menu-link > li > a:hover:after,
.nav-menu-wrapper .main-menu > li:hover > a:after,
.nav-menu-wrapper .main-menu > li > .submenu > li:hover > a:after,
.htop_right .call a:hover:after,
.contact-list li a:hover::after,
.ft-col-1 .social-link:hover span::after,
.ptag p a:hover::after,
.ptag ul li a:hover::after,
.ptag ol li a:hover::after {
  width: 100%;
  left: 0;
  opacity: 1;
  transition: 1s;
}

header .container {
  position: relative;
}

p a:hover,
ul li a:hover,
ol li a:hover {
  text-decoration: none;
}

.nav-menu-wrapper {
  display: inline-flex;
  margin: 0 auto;
}

.inner-banner .banner-mask-item {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 43%;
  z-index: -1;
}

.inner-banner .container {
  width: 100%;
}

.inner-banner {
  overflow: hidden;
  min-height: 450px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  align-items: center;
  background: rgb(57, 79, 142);
  background: linear-gradient(
    90deg,
    rgba(57, 79, 142, 1) 0%,
    rgba(94, 134, 183, 1) 100%
  );
  padding-top: 115px;
}

.inner-banner:after {
  position: absolute;
  content: "";
  background: url(../images/banner-shape.png) no-repeat;
  /* background-position: bottom center; */
  bottom: 0;
  width: 239px;
  height: 100%;
  /* background-size: cover; */
  left: 51%;
  bottom: 0;
  top: 115px;
  z-index: -1;
}

.inner-banner .banner-mask-item img {
  object-fit: cover;
  height: 100%;
  max-width: inherit;
}

.banner-mask-item {
  -webkit-mask-image: url(../images/mask-banner.svg);
  mask-image: url(../images/mask-banner.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media (min-width: 991px) {
  .nav-menu-wrapper .main-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    position: relative;
  }

  .main-menu > li.has-sub {
    position: static;
  }
}

.nav-menu-wrapper .main-menu > li a {
  font-size: 14px;
  color: var(--primary);
  font-weight: bold;
  text-decoration: none;
  position: relative;
}

.nav-menu-wrapper .main-menu > li a i.menudrop {
  margin-left: 5px;
}

.wc-header-links a span {
  display: block;
  font-size: 13px;
  color: #000000;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.main-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.main-menu > li {
  position: relative;
  display: inline-flex;
  text-align: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0 15px;
  height: 100%;
}

.header-right .btncall a {
  color: var(--primary);
  font-weight: bold;
  font-size: 14px;
}

.header-right .btncall {
  margin-right: 31px;
}

.main-menu > li .submenu {
  left: 0;
  position: absolute;
  top: 100%;
  min-width: 255px;
  text-align: left;
  border-radius: 0;
  z-index: 10;
  background: #ffffff;
  right: 0;
  padding: 30px;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0;
  border-top: 2px solid var(--green);
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.2);
}

.main-menu > li:hover .submenu {
  -webkit-transform: scaleY(0);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.main-menu .submenu li {
  display: block;
  width: 100%;
}

.menu_level_1 > li:not(:last-child) {
  /* border-bottom: 1px solid #dfdfdf;
  padding-bottom: 20px; */
  margin-bottom: 15px;
}

.main-menu .submenu > li > a,
.nav-menu-wrapper li.shop-menu .submenu .menu_level_1 li > .menu_level_2 li a {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  color: #333333;
}

.menu_level_2 {
  margin-top: 10px;
}

.nav-menu-wrapper li.shop-menu .submenu .menu_level_1 li a {
  text-transform: capitalize;
  font-weight: 600;
  color: #000000;
  font-size: 16px;
}

.nav-menu-wrapper li.shop-menu .submenu .menu_level_1 {
  column-count: 2;
}

.nav-menu-wrapper li.shop-menu .submenu .menu_level_1 > li {
  display: inline-block;
}

.main-menu li > .submenu > li:not(:last-child),
.nav-menu-wrapper
  .main-menu
  li.shop-menu
  .submenu
  .menu_level_1
  > li:not(:last-child) {
  margin-bottom: 15px;
}

.menu_level_2 {
  /* padding-left: 10px; */
  margin-top: 10px;
}

.nav-menu-wrapper li.shop-menu .submenu.megamenu {
  width: 80%;
  right: auto;
}

ul.menu_level_1 ul.menu_level_2 > li:not(:last-of-type) {
  padding: 0 0 5px 0;
}

.main-menu .submenu .brand-scrolldropdownmenu {
  width: 100%;
  max-height: 400px;
  /* overflow-x: hidden; */
  overflow-y: auto;
  width: 100%;
}

.main-menu li.brands-dropdown .submenu {
  width: 500px;
  height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}

.main-menu li.brands-dropdown .submenu > li {
  width: calc(33.33% - 10px);
  float: left;
  /* padding-bottom: 10px; */
  margin: 0 5px 7px;
}

.main-menu li.brands-dropdown .submenu::-webkit-scrollbar {
  width: 4px;
  border-radius: 4px;
}

.main-menu li.brands-dropdown .submenu::-webkit-scrollbar-thumb {
  background: rgb(0 0 0 / 30%);
  border-radius: 4px;
}

.main-menu li.brands-dropdown .submenu::-webkit-scrollbar-track {
  background: 0 0;
  border-radius: 4px;
}

.search-container {
  width: 100%;
  background-color: #fff;
  opacity: 0;
  border-top: 1px solid #e7e7ec;
  box-shadow: 2px 4px 8px 2px rgb(207 207 207 / 48%);
  overflow: hidden;
  transition: opacity 0.2s ease;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  display: none !important;
}

ul.submenu.areas_dropdown {
  column-count: 2;
  width: 530px;
  left: auto;
}

body.menuoverlay main {
  filter: blur(4px);
}

.fixed-header .mainheader {
  -moz-transition: height 0.3s;
  will-change: height ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-animation: 0.7s ease-in-out 0s normal none 1 running fadeInDown;
  animation: 0.7s ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
  background-color: #fef6f6;
}

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.icon-down {
  position: absolute;
  left: 160px;
  bottom: -31px;
  z-index: 1;
  width: 61px;
  height: 61px;
  border-radius: 100%;
  border: 1px double rgb(229 229 229 / 50%);
  outline: 1px solid #e5e5e5;
  outline-offset: -6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-down span {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
}

.icon-down img {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

@media (hover: hover) {
  .nav-menu-links ul.main-menu > li.has-sub:hover > a:after {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #01aeef;
    clear: both;
  }

  .nav-menu-links ul.main-menu > li > a:hover,
  .nav-menu-links ul.main-menu > li.active > a {
    text-decoration: none !important;
    transform: none !important;
    box-shadow: none !important;
  }
}

.nav-menu-wrapper .main-menu > li.active > a,
.nav-menu-wrapper .main-menu > li:hover > a,
.woo_breadcums li a:hover,
.main-menu .submenu > li.active > a,
.main-menu .submenu > li:hover > a,
.header-right .btncall a:hover {
  color: var(--theme-color);
}

.fixed-header .mainheader .call-text a {
  font-size: 20px;
}

.btncall {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.call-text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

/*  bREADCRUM */
ul.woo_breadcums {
  width: 100%;
  padding: 0px;
}

ul.woo_breadcums li {
  list-style: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.46px;
  line-height: 1.2;
}

ul.woo_breadcums li span {
  padding: 0;
  display: inline-block;
}

ul.woo_breadcums li a {
  position: relative;
  z-index: 0;
  line-height: 100%;
  margin: 0 26px 0 0;
  display: inline-block;
}

ul.woo_breadcums li a:after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 6px;
  height: 12px;
  top: 5px;
  right: -20px;
  bottom: 0;
  background: no-repeat;
}

ul.woo_breadcums li a:hover {
  text-decoration: underline;
}

.inner-banner .heading-64 {
  font-weight: bold;
  margin-bottom: 20px;
}

@media (min-width: 1920px) {
  .main-menu > li {
    padding: 0 25px;
  }
}

@media (max-width: 1640px) {
  .nav-menu-wrapper {
    padding-left: 10px;
  }

  .main-menu > li {
    padding: 0 10px;
  }

  .h_wrapper {
    padding: 0 15px;
  }

  .inner-banner:after {
    background-size: cover;
  }
}

@media (max-width: 1439px) {
  .h_wrapper {
    padding: 0 20px;
  }

  .search-header form input {
    width: 280px;
  }

  .fixed-header .mainheader .call-text a {
    font-size: 18px;
  }

  .main-menu > li {
    padding: 0 10px;
  }

  .main-menu > li.shop-menu > a {
    min-width: auto;
  }
}

@media (max-width: 1200px) {
  .h_wrapper {
    padding: 0 15px;
    justify-content: space-between;
  }

  .header-right a.call,
  .nav-menu-wrapper .main-menu > li a {
    font-size: 14px;
  }

  .main-menu > li {
    padding: 0 5px;
  }

  .header-right [class*="btn_"] {
    min-width: auto;
    font-size: 14px;
  }

  .btncall img {
    margin-right: 3px;
  }

  .header-right .btncall {
    margin-right: 10px;
  }

  .icon-down {
    left: 100px;
  }

  .togglebtn span {
    position: relative;
    display: block;
    margin-top: 8px;
    vertical-align: top;
    margin-top: 0;
    border-radius: 10px;
    margin: 0 auto;
  }

  .togglebtn span::before {
    top: 8px;
    width: 20px;
    height: 3px;
    left: 0;
  }

  .togglebtn span::after {
    top: 16px;
  }

  .togglebtn span::before,
  .togglebtn span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
  }

  .togglebtn span,
  .togglebtn span::before,
  .togglebtn span::after {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    /*width: 20px;height:2px;*/
    border-radius: 0px;
    border-radius: 6px;
  }

  .togglebtn span,
  .togglebtn span::before,
  .togglebtn span::after {
    background-color: #000000;
  }

  .togglebtn {
    position: fixed;
    right: 15px;
    top: 45px;
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 100%;
    border: 2px solid #ffffff;
    cursor: pointer;
    z-index: 1001;
    padding: 10px 0;
    background: #fef6f6;
    border: 1px solid #000;
  }

  .togglebtn.active span::before {
    -webkit-transform: rotate(45deg) translateY(0px);
    transform: rotate(45deg) translateY(0px);
    /* -webkit-transform-origin: 35% 15%;
    transform-origin: 35% 15%; */
    width: 20px;
  }

  .togglebtn.active span::after {
    -webkit-transition-delay: 0.09s;
    top: 8px;
    transition-delay: 0.09s;
    -webkit-transform: rotate(45deg) translateY(0px);
    transform: rotate(-45deg) translateY(0px);
    /* -webkit-transform-origin: 15% 95%;
    transform-origin: 15% 95%; */
  }

  .togglebtn.active span {
    background-color: transparent;
  }

  .togglebtn span,
  .togglebtn span::after {
    width: 20px;
    height: 3px;
    border-radius: 6px;
  }

  .header-right {
    margin-right: 45px;
  }

  body.m_menu_open .header-right,
  body.m_menu_open .nav-logo {
    opacity: 0;
  }
}

@media (max-width: 992px) {
  .overlay.active {
    position: absolute;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 88%);
    width: 100%;
    height: calc(100vh - 94px);
    bottom: 0;
    top: 94px;
    z-index: 10;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .fixed-header .overlay.active,
  .fixed-header .nav-menu-wrapper .main-menu {
    height: calc(100vh - 95px);
  }

  .fixed-header .nav-menu-wrapper .main-menu,
  .fixed-header .overlay.active {
    top: 95px;
  }

  .nav-menu-wrapper {
    display: inline-flex;
    align-items: center;
  }

  .nav-menu-wrapper .main-menu > li.active > a,
  .nav-menu-wrapper .main-menu > li:hover > a,
  .woo_breadcums li a:hover,
  .main-menu .submenu > li.active > a,
  .main-menu .submenu > li:hover > a,
  .header-right .btncall a:hover {
    color: #000000;
  }

  .nav-menu-wrapper .main-menu {
    position: fixed;
    left: auto;
    top: 94px;
    right: 0;
    bottom: 0;
    z-index: 111;
    display: none;
    width: 100%;
    max-width: 450px;
    padding: 0 30px;
    background: var(--theme-color);
    height: calc(100% - 65px);
    overflow: auto;
    justify-content: flex-end;
    transform: translate3d(100vw, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
      rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    will-change: transform;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-y: scroll;
  }

  .main-menu.active {
    transform: translate3d(0vw, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
      rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }

  .main-menu > li {
    padding: 0px;
    display: block !important;
    width: 100%;
    text-align: left;
    height: auto;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
  }

  .nav-menu-wrapper .main-menu > li > a {
    display: block;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 500;
  }

  .nav-menu-wrapper .main-menu > li a {
    color: #fff;
  }

  .main-menu > li .submenu {
    position: static;
    min-width: 100%;
    display: none;
    background: transparent;
    padding: 0 10px;
    visibility: inherit;
    opacity: unset;
    transform: none;
    box-shadow: none;
    padding-bottom: 20px;
  }

  ul.submenu.areas_dropdown {
    column-count: 1;
    width: 100%;
    padding-bottom: 20px;
  }

  .nav-menu-wrapper .main-menu > li a i.menudrop {
    width: 30px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 15px;
    margin: 0;
    height: 30px;
    line-height: 30px;
  }

  .vertical-text span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .heading-banner {
    font-size: 28px;
  }

  .header-right .btncall {
    margin-right: 10px;
  }

  .header-right .btncall .call-text a {
    font-size: 18px;
  }

  .fixed-header .mainheader .call-text a,
  ul.woo_breadcums li {
    font-size: 16px;
  }

  ul.woo_breadcums li a:after {
    top: 4px;
  }

  .nav-logo a img {
    width: 100px;
  }

  .inner-banner {
    min-height: 350px;
  }

  .inner-banner .banner-mask-item img {
    display: none;
  }
}

@media (max-width: 576px) {
  .togglebtn {
    top: 70px;
  }

  body.m_menu_open .togglebtn {
    top: 1px;
  }

  .fixed-header .overlay.active,
  .fixed-header .main-menu {
    top: 95px;
  }

  .nav-menu-wrapper .main-menu {
    height: calc(100% -95px);
    top: 95px;
  }

  .h_wrapper {
    padding: 0 15px;
  }

  .header-right .btncall a:hover,
  .header-right a.btn_theme:hover {
    color: #ffffff;
  }

  .header-right a.btn_theme:hover {
    box-shadow: none;
  }

  .header-right a.btn_theme {
    min-width: auto;
    width: 50%;
    border-radius: 0;
  }

  .fixed-header .togglebtn {
    top: 60px;
  }

  .header-right {
    margin-right: 0;
    width: 100%;
    justify-content: space-evenly;
    position: absolute;
    top: -45px;
    border-bottom: 1px solid rgb(255 255 255 / 25%);
    left: 0px;
    right: 0;
  }

  .header-right [class*="btn_"] {
    width: 50%;
    margin: 0;
    border-radius: 0;
  }

  .header-right a:not(:last-of-type) {
    margin-right: 0;
  }

  .overlay.active,
  .main-menu {
    top: 95px;
  }

  .main-menu {
    height: calc(100% - 150px);
    max-width: 100%;
    width: 100%;
  }

  .header-right .btncall {
    margin-right: 0 !important;
    width: 50%;
    justify-content: center;
    padding-left: 0px;
    height: 44px;
    background: #000;
    color: #fff;
  }

  .mainheader {
    padding-top: 50px;
  }

  .mainheader {
    padding: 45px 0 0 0;
  }

  .nav-logo,
  .fixed-header .mainheader .nav-logo {
    padding: 10px 0;
  }

  .call-text a {
    font-size: 16px;
  }

  .icon-down,
  .vertical-text {
    display: none;
  }

  .header-right .btncall img {
    width: 20px;
    margin-right: 5px;
    filter: invert(1);
  }

  .header-right .btncall a {
    color: #ffffff;
    font-size: 14px;
  }

  header .container {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
}

.vertical-text {
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0;
  z-index: 0;
  /* background: #fff; */
  width: 70px;
  overflow: hidden;
}

.vertical-text span {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--primary);
  letter-spacing: 5px;
  position: absolute;
  left: 35px;
  writing-mode: vertical-lr;
  font-weight: normal;
  bottom: 1px;
  /* top: 100%; */
  padding-bottom: 100px;
  /* background: #9C27B0; */
  white-space: nowrap;
  text-transform: uppercase;
  cursor: vertical-text;
  transform: rotate(180deg);
  letter-spacing: 6.6px;
  z-index: 2;
  display: inline-block;
}

.vertical-text span:after {
  background: #fde4e5;
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 100%;
  left: 1px;
  bottom: auto;
  right: 0;
}

.vertical-text .inslink {
  position: absolute;
  left: -20px;
  width: 42px;
  height: 42px;
  border: 1px solid #fde4e5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  bottom: 0;
  background: #fff;
}
