.Nav-Small {
    display: none;
    width: 100%;
    height: 50px;
    background-color: white;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 29999;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.1);
  }

  .Nav-Small-main {
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    /* background-image: url('../images/public/wapnavbg.png');
    background-size: cover;
    background-repeat: no-repeat; */
	  background-color: rgba(0, 0, 0, 0.8);
    display: none;
    /* margin-top: 9px; */
    padding-bottom: 50px;
  }

  .smalllogo {
    margin: 0 auto;
    height: 50px;
  }
  .searchImg {
    position: absolute;
    left: 26px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
  }
  .opennav {
    width: 20px;
    height: 15px;
    position: absolute;
    right: 26px;
    top: 14px;
  }

  .Small-Ul {
    width: 87%;
    margin: 0 auto;
    text-align: left;
  }

  .Small-Li {
    padding: 20px 0 20px 0;
    list-style: none;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .Small-Li a {
    color: white;
    text-decoration: none;
    position: relative;
  }
  .Small-Li a:active {
    color: #7bb0ff;
  }

  .now {
    display: block;
    position: absolute;
    right: -41px;
    background-image: url(../img/now.png);
    width: 28px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 5px;
  }

  .Arrow {
    display: inline-block;
    position: absolute;
    top: 26px;
    right: 0;
    background-image: url('../img/ArrowX.png');
    width: 17px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .Small-children {
    margin-top: 30px;
    display: none;
  }

  .small-a {
    display: inline-block;
    font-size: 14px;
    color: #f2e3ca !important;
    margin-right: 10px;
    margin-bottom: 15px;
  }

  @media screen and (max-width: 1200px) {
    .searchImg {
      right: 66px;
      left: initial;
    }
    .smalllogo {
      float: left;
      margin: 12px 12px;
      max-height: 26px;
    }
    .opennav {
      top: 50%;
      transform: translateY(-50%);
    }
  }

  @media screen and (max-width: 767px) {
    
  }

  @media screen and (max-width:430px) {
    .smalllogo {
      float: left;
      margin: 15px 12px;
      max-height: 20px;
    }
  }

  @media screen and (max-width:350px) {
    .smalllogo {
      margin: 16px 12px;
        max-height: 18px;
    }
    .opennav {
      width: 15px;
        height: 10px;
    }
    .searchImg {
      right: 50px;
      width: 15px;
        height: 15px;
    }
  }