/* Dropdown Button */
.dropbtn {
	border: 0px;
	width: 25px;
	height: 25px;
	outline: none;
	cursor: pointer;
	margin: 10px 0 0;
	background: url(../image/menu_icon.png) 0 0 no-repeat;
	background-size: 100%;
}
/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	float: left;
	left: -240px;
	display: none;
	width: 218px;
	text-align: left;
	position: absolute;
	background: #f4f4f4;
	margin: 14px 0 0;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 999;
	padding: 2rem 1.5rem;
}
.dropdown-content ul, .dropdown-content ul li {
	display: block;
	list-style: none;
	position: relative;
	width: 100%;
}
.dropdown-content ul li {
	float: left;
	width: 100%;
	position: relative;
}
.dropdown-content ul li a {
	position: relative;
	float: left;
	width: 100%;
	color: #000;
	display: block;
	padding: 15px 0;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s ease;
}
.dropdown-content ul li a:hover {
	color: #243f8a;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.dropdown-content ul li a::before {
	content: "";
	position: absolute;
	width: 0%;
	height: 4px;
	bottom: 0px;
	left: 0%;
	visibility: hidden;
	background: #8ac54b;
	background: -moz-linear-gradient(left, #8ac54b 0%, #eb8c23 50%, #277bb7 100%);
	background: -webkit-linear-gradient(left, #8ac54b 0%, #eb8c23 50%, #277bb7 100%);
	background: linear-gradient(to right, #8ac54b 0%, #eb8c23 50%, #277bb7 100%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.dropdown-content ul li a:hover:before {
	width: 100%;
	visibility: visible;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.dropdown-content .on:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: 0px;
	left: 0%;
	visibility: visible;
	background: #8ac54b;
	background: -moz-linear-gradient(left, #8ac54b 0%, #eb8c23 50%, #277bb7 100%);
	background: -webkit-linear-gradient(left, #8ac54b 0%, #eb8c23 50%, #277bb7 100%);
	background: linear-gradient(to right, #8ac54b 0%, #eb8c23 50%, #277bb7 100%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.dropdown-content ul ul {
	z-index: 9999;
	left: -9999px;
	position: absolute;
	opacity: 0;
	background-color: #dedede;
	-webkit-transition: top .2s ease, opacity .2s ease;
	-moz-transition: top .2s ease, opacity .2s ease;
	-ms-transition: top .2s ease, opacity .2s ease;
	-o-transition: top .2s ease, opacity .2s ease;
	transition: top .2s ease, opacity .2s ease;
}
.dropdown-content ul ul li {
	padding: 0;
	text-transform: none;
}
.dropdown-content ul > li > ul {
	top: 0px;
}
.dropdown-content > ul > li:hover > ul {
	top: 0px;
	left: -215px;
	opacity: 1;
}
.dropdown-content ul ul > li:hover > ul {
	top: 0;
	opacity: 1;
	left: 230px;
}
.dropdown-content ul ul li a {
/*width: 230px;*/
}
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
	display: block;
}

@media only screen and (min-width:960px) and (max-width:1389px) {
.dropbtn {
	margin: 7px 0 0;
}
.dropdown-content {
	margin: 10px 0 0;
}
}

@media only screen and (min-width:768px) and (max-width:990px) {
.dropbtn {
	margin: 5px 0 0;
}
.dropdown-content {
	margin: 11px 0 0;
}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
}

@media all and (max-width:768px) {
}

@media only screen and (max-width:767px) {
    
    #hamburgerMenuList1{
    display: block;
}
}

@media only screen and (min-width:480px) and (max-width:767px) {
    
    #hamburgerMenuList1{
    display: block;
}
}


.hamburger-menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-bottom: 1px solid #BABABA;
}

.hamburger-menu-btn { 
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0;
}

.hamburger-menu-btn .bx {
    font-size: 1.5rem;
    font-weight: 400;
}

.lmw-mob-quick-menu2{
    font-size: 1.2rem;
}


.hamburger-menu-drop {
    display: none;
}

.hamburger-menu-drop a {
    font-weight: 500;
    color: #636363;
}

.hamburger-menu-drop div {
    display: flex;
    flex-direction: column;
    padding-left: 1.5rem;
    padding-bottom: 0.6rem;
    gap: 0.5rem;
    /*margin-bottom: 2rem;*/
}

.hamburger-menu-drop .hamburger-menu-btn2{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

 .hamburger-menu-drop1 div{
     padding-left: 0;
 }
 
 .mob-menu{
     padding: 0.6rem 0;
 }
 
 .hamburger-menu a{
     color: #000;
 }
 
 .hamburger-menu-btn .bx.active {
     background-color: unset;
     color: #000;
     /*transform: rotate(180deg);*/
     /*transition: all 0.5s ease;*/
 }
 
 .hamburger-menu-btn2 .bx.active {
     background-color: unset;
     color: #000;
     /*transform: rotate(180deg);*/
     /*transition: all 0.5s ease;*/
 }
 
 .hamburger-menu-btn .bx.active:after{
     content: '';
 }
 
  .hamburger-menu-btn2 .bx.active:after{
     content: '';
 }
 
#hamburgerMenuList1{
    display: none;
}

