/*.menu-section {*/
/*    background:linear-gradient(90deg,#f18a00,#ff9200,#f18a00);*/
/*    width: 100%;;*/
/*}*/
.logo{
  position: relative;
  z-index: 2;
}
.menu-section{
    position: fixed;
    z-index: 3;
    background: #fff;
    width: 100%;
}
#slider-section{
    position: relative;
    top: 70px;
}
.menu-section nav {
    position: relative;
    /*display: flex;*/
     /* max-width: calc(100% - 200px);  */
    /* margin: 0 auto; */
    margin: 0;
    /*height: 70px;*/
    align-items: center;
    justify-content: center;
}

.menu-section nav ul li:hover,.menu-section nav ul li ul li:hover,.menu-section nav ul li.active  {
        background:#e9e8e6;
    }

  nav .content{
    /*display: flex;*/
    align-items: center;
  }
  nav .content .links{
    /*display: flex;*/
        text-align: right;
        padding-top:3px;
  }
  .content .logo a{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
  }
  .content .links li{
    list-style: none;
    display:inline-block;
  }
  .content .links li a,
  .content .links li label{
    color: #000;
    line-height: 50px;
    font-weight: 600;
    font-size: 15px;
    padding: 8px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .content .links li label{
    display: none;
  }
  .content .links li a:hover,
  .content .links li label:hover{
    /*background: #323c4e;*/
  }
  .menu-section .search-icon,
  .menu-section .menu-icon{
    color: #b96b03;
    font-size: 18px;
    cursor: pointer;
    line-height: 50px;
    width: 70px;
    text-align: center;
  }
  .menu-section .menu-icon{
    display: none;
  }
  .menu-section #show-search:checked ~ .search-icon i::before{
    content: "\f00d";
  }
  
  .menu-section .search-box{
    position: absolute;
    height: 100%;
    max-width: calc(100% - 50px);
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  
  .menu-section input[type="checkbox"]{
    display: none;
  }
  
  /* Dropdown Menu code start */
  .content .links ul{
    position: absolute;
    /*background: #171c24;*/
    top: 80px;
    
    transition: top .5s;
    z-index: 7;
    opacity: 0;
    visibility: hidden;
    width: 182px;
  }
  .content .links li:hover > ul{
    top: 53px;
    padding-left:0;
    opacity: 1;
    visibility: visible;
    text-align:left;
  }
/*  .main-category{*/
/*  margin-left: -0;*/
/*}*/

  .content .links ul li a{
    display: block;
    width: 100%;
    line-height: 25px;
    border-radius: 0px!important;
  }
  .content .links ul ul{
    position: absolute;
    top: 0;
    left:181px;
  }
  .content .links ul li{
    position: relative;
    display: block;
        background:#efefeff2;
    border: 1px solid rgba(0, 0, 0, .1);
  }
  .content .links ul li:hover ul{
    top: -1px;
  }
  
  /* Responsive code start */
  @media screen and (max-width: 1250px){
    .menu-section nav{
      max-width: 100%;
      padding: 0 20px;
      padding: 0;
    }
    .content .links li a{
      padding: 8px 13px;
    }
    .menu-section .search-box{
      max-width: calc(100% - 100px);
    }
    .menu-section .search-box input{
      padding: 0 100px 0 15px;
    }
  }
  
  @media screen and (max-width: 900px){
    .menu-section .menu-icon{
      display: block;
    }
    .menu-section #show-menu:checked ~ .menu-icon i::before{
      content: "\f00d";
    }
    nav .content .links{
      display: block;
      position: fixed;
      background: #31618d;
      height: 100%;
      width: 100%;
      /* top: 70px; css change */
      top: 117px;
      z-index: 1;
      right: -100%;
      margin-left: 0;
      max-width: 350px;
      overflow-y: auto;
      padding-bottom: 100px;
      transition: all 0.3s ease;
    }
    /* css change */
    .menu-section nav{
        display: flex;
        justify-content: space-between;
        padding: 0;
    }
    /* End */
    nav #show-menu:checked ~ .content .links{
      right: 0%;
    }
    .content .links li{
      margin: 15px 20px;
      /* css change */
      display: block;
    }
    .content .links li a,
    .content .links li label{
      line-height: 40px;
      font-size: 20px;
      display: block;
      padding: 8px 18px;
      cursor: pointer;
    }
    .content .links li a.desktop-link{
      display: none;
    }
  
    /* dropdown responsive code start */
    .content .links ul,
    .content .links ul ul{
      position: static;
      opacity: 1;
      visibility: visible;
      background: none;
      max-height: 0px;
      overflow: hidden;
      /* css change */
      width: 100%;
    }
    /*  css changed */
    .content .links #show-features:checked ~ ul,
    .content .links #show-services:checked ~ ul,
    .content .links #show-items:checked ~ ul,
    .content .links #show-subcategory:checked ~ ul, 
    .content .links #show-aboutus:checked ~ ul{
      max-height: 100vh;
      display: block;
    }
    .content .links ul li{
      margin: 7px 20px;
    }
    .content .links ul li a{
      font-size: 18px;
      line-height: 30px;
      border-radius: 5px!important;
    }
  }
  
  @media screen and (max-width: 567px){
    .logo img {
    
        height: 45px;
    }
    .menu-section{
        background: #fff;
        width: 100%; /*css change */
     }
    .menu-section nav{
      padding: 0 10px;
    }
    .content .logo a{
      font-size: 27px;
    }
    .menu-section nav{
            justify-content: space-between;
            padding: 0;
    }
    .content .links li {
        margin: 0;
        display: block;
    }
    nav .content .links{
        z-index: 122;
        top: 60px; /* css change */
        padding-left:0;
        padding-bottom: 20px;
    }
    .menu-section{
        position: fixed;
        z-index: 100;   
        top: 0;
    }
    .content .links li a, .content .links li label{
        font-size: 16px;
    }
    
    .content .links li a, .content .links li label{
        line-height: 30px;
    }
    .content .links ul li a{
        font-size: 14px;
        padding: 4px 0;
        line-height: 25px;
    }
    .content .links ul li{
        padding-left:0;
    }
    .content .links #show-features:checked ~ ul, .content .links #show-services:checked ~ ul, .content .links #show-items:checked ~ ul{
        padding-left: 15px;
    }
    .content .links li #show-features:checked ~ ul{
        background: transparent;
        display: block;
        width: 100%;
    }
    .content .links li #show-features:checked ~ ul li{
        padding-left: 7px;
    }
    #topnav{
        position: fixed;
        /* height: 50px; */
        z-index: 111;
        width: 100%;
        top: 0;
    }
     .content .links ul ul{
        overflow-y: scroll;
    }
  }