@media only screen and (max-width: 1024px) {
    
	.enquiery{
		display: none;;
	}

	#menu{
		/*background-color: #657020 !important;
		width: 80% !important;
		margin-left: 20% !important;
		z-index:10000;*/

		/*edited by delowar 2nd time start*/
		background-color: #657020 !important;
		width: 100% !important;
		z-index:10000;

		/*edited by delowar 2nd time ends*/
	}

	#menu #category{
		color: #fff !important;
	}

	.dropdown-menu{
		width: 100% !important;
	}

	.navbar-collapse.navbar-ex1-collapse.collapse.in{
		padding-right: 0px !important;
	}

	#menu.navbar .navbar-collapse{
		padding-left: 0px !important;
		width: 80% !important;
		margin-right: 20% !important;
	}

	.dropdown-menu > .dropdown-inner > .second-level > li {
		width: 100% !important;
		margin-left: 0px !important;
	}

	.dropdown-menu > .dropdown-inner > .second-level > li:after{
		display: none;
	}

	.dropdown-menu > .dropdown-inner{
		width: 100% !important;
	}

	.navbar-nav>li{
		position: relative;
	}

	.navbar-nav > li:after{
		content: "\f054";
	    position: absolute;
	    font-family: fontAwesome;
	    right: 0;
	    justify-content: center;
	    height: 32px;
	    display: flex;
	    align-items: center;
	    top: 18px;
	    transform: translate(0,-50%);
	    width: 20px;
	    background-color: #bbc274;
	    color: #657020;
	}

	#menu .nav > li > a{
		border-bottom: 1px solid #bbc274 ;
		padding-top: 8px; 
		padding-bottom: 8px; 
	}

	.mobile-search{
		display: block;
	    width: 100%;
	    background-color: #657020;
	    text-align: center;
	    padding: 0px !important;
	    overflow: hidden;
	    display: flex;
	}

	.mobile-search #search{
		margin: 10px auto;
		border-radius: 20px;
		overflow: hidden;
	}

	#menu div.dropdown-menu{
		border-width: 0px;
		background-color: #bbc274;
    	padding-left: 10px;
    	max-height: 200px;
    	overflow-y: scroll;
    	margin-top: 5px !important;
    	margin-bottom: 5px !important;
    	padding-bottom: 5px;

    }
    	/* width */
	#menu div.dropdown-menu::-webkit-scrollbar {
		  width: 10px;
		  position: absolute; 
		}

		/* Track */
	#menu div.dropdown-menu::-webkit-scrollbar-track {
		  box-shadow: inset 0 0 5px grey; 
		  border-radius: 10px;
		  background-color: #fff;
		}
		 
		/* Handle */
	#menu div.dropdown-menu::-webkit-scrollbar-thumb {
		  background: #657020; 
		  border-radius: 10px;
		}

		/* Handle on hover */
	#menu div.dropdown-menu::-webkit-scrollbar-thumb:hover {
		  background: #b30000; 
        }
        
    #menu .dropdown-inner a{
        color: #5b5b5b;
        border-bottom:1px solid #fff;
    }

    #menu div.dropdown-menu{
        padding-right: 20px;
    }

    #menu .dropdown-inner > .second-level > li .third-level > li{
        border-bottom: 0px;
    }

    #menu .dropdown-inner > .second-level > li .third-level > li:after{
        display: none;
    }

    .navbar-collapse{
    	padding-right: 0px !important;
    }

    #menu-main-rightimage{
    	display: none !important;
    }

    .dropdown-menu > .dropdown-inner > .second-level > li:hover > .third-level > li:last-child{
		border-bottom:0px !important;
	}

	#menu .see-all {
	    margin-top: 0;
	    border: none;
	    border-radius: 0;
	    color: #fff;
	    text-align: center;
	    text-decoration: underline;
	    color: #000;
	    font-size: 14px;
	    font-weight: 600;
	}

	#menu .dropdown-inner .second-level{
		padding-right: 0px !important;
	    border-right: 0px !important;
	    width: 100%;
	    float: none;
	}
}


@media only screen and (min-width: 1024px) and (max-width: 1400px){
	#menu .dropdown-menu {
		width: 100% !important;
	}

	.dropdown-menu > .dropdown-inner > .second-level > li {
		width: 45% !important;
	}

	#menu .dropdown-inner .second-level {
	    padding-right: 14px !important;
	    border-right: 2px solid #ECECEC !important;
	    width: 50%;
	    float: left;
	}

	.dropdown-menu > .dropdown-inner > .second-level > li{
		width: 95% !important;
	}

	#menu .dropdown-inner .second-level{
		border-right: none !important; 
	}
}

@media only screen and (min-width: 320px) and (max-width: 1024px){
  #menu {
    background-color: transparent !important;
  }
}

