.menuIcon {
  height: 18px;
  width: 18px;
}

.mobileMenuContain {
  margin-top: 65px;
}

.mobileMenuText {
  font-size: 20px;
  line-height: 24px;
}

.header-logo {
  /* width: 10%; */
  padding: 20px 0;
}

.header-logo>a>div {
  height: 36px;
  display: flex;
  width: 130px;
}

.header-menu {
  text-align: center;
  position: unset;
}

.header-mobile .header-logo {
  width: 100%;
  padding: 0;
}

.main-menu {
  padding: 0;
  list-style: none;
}

.box-header-nav .main-menu>.menu-item {
  display: inline-block;
  cursor: pointer;
  list-style: none;
}

.header.style-03 .box-header-nav .main-menu>.menu-item:first-child {
  padding-left: 0;
}

.main-menu>.menu-item>a {
  line-height: 3;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  line-height: 19px;
}

img.logo {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
  object-fit: contain;
}

.menu-mobile-new-content {
  overflow: scroll;
}

.registerBtn {
  background: var(--primary-btn-color);
  border-radius: 4px;
  padding: 7px 13px;
  color: #fff;
}

.registerBtn:hover {
  color: #fff !important;
}

.registerBtn.lynessa-menu-item-title span:before {
  width: 0 !important;
}

.menu-mobile-new {
  width: 70vw;
  height: 100vh;
  position: fixed;
  /* top: 11%; */
  right: -100%;
  overflow: hidden;
  z-index: 99999;
  background: white;
  transition: 0.4s;
}

.menu-mobile-open {
  right: 0 !important;
}

.menu-mobile-new-content .menu-parent {
  padding: 0 0 23px;
  text-align: center;
}

.block-menu-bar-open {
  /* width: 60%; */
  height: 42px;
  padding-top: 7px;
}

.block-menu-bar {
  vertical-align: middle;
  display: none;
  font-size: 0;
}

.block-menu-bar .menu-bar {
  display: block;
  width: 40px;
  padding: 13px 0 13px 13px;
}

.block-menu-bar .menu-bar span {
  width: 100%;
  display: block;
  border-bottom: 2px solid;
}

.block-menu-bar .menu-bar span:not(:last-child) {
  margin-bottom: 5px;
}

.serviceMenuHeaderText {
  padding: 0 20px 0 10px !important;
}

.pricing-header-title {
  line-height: 3;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
  line-height: 19px;
}

a.lynessa-menu-item-title span {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

a.lynessa-menu-item-title .pricingTableHeader {
  margin-left: 5px;
}

a.lynessa-menu-item-title span:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  background: var(--primary-btn-color);
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
}


/* Header start */
.header-right {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-right div {
  padding: 0 10px;
}

@media (max-width: 1024px) {
  .wishLishContain {
    padding: 0 !important;
  }
}

.header-position {
  z-index: 12346764323467;
}

.header-position.fixed {
  max-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000000000000;
  background-color: white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1280px) {

  .header-position,
  .header.style-01 .header-logo {
    padding: 10px 0;
  }
}

.header-mobile {
  display: table;
  width: 100%;
  padding: 15px 39px;
}

@media (max-width: 640px) {
  a.lynessa-menu-item-title span {
    height: 32px !important;
    display: table-cell;
    font-size: 12px;
    /* line-height: 15px; */
  }

  .header-mobile {
    padding: 11px 15px;
  }

  .header-mobile-right {
    padding: 0;
  }

  .menuIcon {
    height: 28px;
    width: 28px;
  }

  .supportLine {
    font-size: 28px;
    margin: 0 20px;
  }
}

.header-mobile-right {
  text-align: right;
  position: initial;
}

@media (min-width: 1025px) {
  .header-mobile {
    display: none !important;
  }
}

@media (max-width: 1024px) {

  .header-middle,
  .header-top,
  .header-wrap-stick {
    display: none;
  }

  .header {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
}

/* Header end */
@media (max-width: 1024px) {

  .block-menu-bar {
    display: inline-block;
  }
}