
.header_menu_area {
      width: 42%;
      float: left;
      /* top: 56px; */
      /* position: absolute; */
      z-index: 9;
      text-align: center;
      position: relative;
      }
.more_menu.active li{
  list-style: none;
}.more_menu.active ul{
  padding: 0;
  margin: 0;
}
.more_menu.active li a{
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
  .header_menu_area > .mob_nav {
    display: none; }.more_menu.active {
    display: block;
    position: absolute;
    margin-top: 56px;
    z-index: 999;
    padding: 20px;
    background: #000;
    font-size: 13px;
    right: 10px;
    width: auto;
}
  .header_menu_area > ul {
        margin: 0;
        }
    .header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle;
      transition: all ease-in-out 1s;
      position: relative;
      }
.header_menu_area > ul > li > a img{
  width: 24px;
  margin-top: -4px;
  filter: invert(1);
}
      .header_menu_area > ul > li > a {
        width: auto;
        float: left;
        text-decoration: none;
        position: relative;
        /* text-transform: uppercase; */
        font-size: 15px;
        font-weight: 500;
        color: #000000;
        padding: 13px 26px 12px;
        transition: all ease-in-out 1s;
        z-index: 1;
        -ms-transition: all ease-in-out 0.5s;
        
        :;
        }
        .show {background:;color: #0e0e0e !important;}
        .header_menu_area > ul > li > a:hover {
          color: #1d7f94;
          /* background: #000000; */
          }
        .header_menu_area > ul > li > a::after {
          content: '';
          position: absolute;
          width: 100%;
          height: 0px;
          /* background: #000000; */
          left: 0;
          bottom: 0;
          z-index: -1;
          transition: all ease-in-out 0.5s;
          -o-transition: all ease-in-out 0.5s;
          -ms-transition: all ease-in-out 0.5s;
          -moz-transition: all ease-in-out 0.5s;
          -webkit-transition: all ease-in-out 0.1s;
          }
        .header_menu_area > ul > li > a:hover::after {
          /* height: 100%; */
          }
          @media(min-width:1001px){
              .p-category span{
    display:none;
}
          }

          @media (max-width: 1000px) {
            .sub-menu-ul{
              width: 100%;
              z-index: 999;
              opacity: 1;
              overflow: scroll;
              left: 0;
              height: 95vh;
              padding-bottom: 128px;
            }.sub-menu-ul li {
    float: left !important;
    width: 100%;
    text-align: left;
    /* padding-left: 20px !important; */
    border-bottom: 1px solid #cecece;
    padding: 15px 18px !important;
}.sub-menu-ul li a {
    font-size: 15px;
    color: #000;
    font-weight: 700;
    }
              .header_menu_area > ul > li > a img{
                  filter:none;
              }
            .o-menu:hover .sub-menu {
    display: block;
    position: absolute;
    top: 80%;
    background: #fff;
    width: 100%;
    text-align: left;
}
  .header_menu_area {
    position: inherit; }
    .header_menu_area > .mob_nav {
      display: block;
      float: left;
      width: 28px;
      height: 28px;
      margin-top: -28px !important;
      cursor: pointer;
      transform: rotate(0);
      -ms-transform: rotate(0);
      /* margin-right: 15px !important; */
      -webkit-transform: rotate(0);
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;
      }
      .header_menu_area > .mob_nav > div {
        background: #1d7f94;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 0;
        display: block;
        height: 3px;
        left: 0;
        position: absolute;
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        -ms-transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -webkit-transition: all ease-in-out 0.5s;
        width: 100%;
        }
.header_menu_area > .mob_nav > div:nth-child(1) {
          top: 2px; }
.header_menu_area > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
          top: 11px;
          width: 75%;
          }
.header_menu_area > .mob_nav > div:nth-child(4) {
          top: 20px;
          width: 55%;
          }

.mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%; }
  .mob_nav.open > div:nth-child(2) {
    background: #1d7f94;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    }
  .mob_nav.open > div:nth-child(3) {
    background: #1d7f94;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    }

  .header_menu_area > ul {
    width: 0;
    overflow: inherit;
    position: absolute;
    margin-top: 0;
    left: 0;
    background: #fff;
    /* transition: opacity .3s,visibility .3s; */
    box-shadow: 0 -1px 0 var(--nav-line-color);
    opacity: 0;
    padding: 20px 0px !important;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
    /* transition: all ease-in-out 0.5s; */
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    /* -webkit-transition: all ease-in-out 0.5s; */
    z-index: 11111 !important;
    }
    .header_menu_area > ul > li {
      width: 100%;
      float: left;
      position: relative;
      }.header_menu_area > ul > li > a:hover{
      color:#000 !important;
      }
      .header_menu_area > ul > li > a {
           width: 100%;
           text-transform: capitalize;
           font-weight: 700;
           line-height: 30px;
           letter-spacing: 1px !important;
           overflow: hidden;
           color: #000 !important;
           background: #ffffff;
           padding: 20px 5%;
           text-align: left;
           border-bottom: 1px solid #ccc;
           }
        .header_menu_area > ul > li > a::after {
          width: 0px;
          height: 100%;
          background: #fff; }
        .header_menu_area > ul > li > a:hover::after {
          width: 4px; }
  .header_menu_area ul.view {
    visibility: visible !important;
    opacity: 1;
    border-top: solid 1px rgb(74 70 70 / 8%);
    overflow-y: scroll;
    background: #ffffff !important;
    top: 126px;
    z-index: 100;
    height: 93vh;
    display: block !important;
    width: 100%;
    position: fixed;
    padding-bottom: 150px !important;
    padding-top: 0px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    }
.p-category img{
    display:none;
}
  .header_user_area {
    right: calc(5% + 70px); } }
@media (max-width: 500px) {
  .header_user_area {
    right: calc(5% + 55px); }
    .header_user_area .header_user {
      padding: 23px 18px 23px 0px; }
      .header_user_area .header_user > img {
        width: 30px;
        height: 30px; }
      .header_user_area .header_user > span {
        display: none; }
    .header_user_area > .header_login {
      margin: 0 5px 0 0; } }

.header_menu_area > ul li ul.submenu {
    *display: none;
    opacity: 0;
    margin-top: 10px;
    visibility: hidden;
    position: absolute;
    width: 210px;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin-left: 25px !important;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.10);
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}



.sub-menu a{
  width: 100%;
  float: left;
  font-size: 15px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #461616;
  padding: 8px 0;
}
.o-menu:hover .sub-menu{
  
display: block;
  
position: absolute;
  
top: 80%;
  
background: #fff;
  
width: 220px;
  
text-align: left;
}.menu li:first-child {
    margin-left: 0;
}

.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    /* padding: 0; */
}

.header-sec input:focus{
  outline: 1px solid #000;
}

.mob-scroll{
    overflow:hidden;
}
