.dropdown .dropdown-menu {
	transition: all 0.5s;
	overflow: hidden;
	transform-origin: top center;
	transform: scale(1, 0);
	background: #f5f3f3;
	display: flex;
	padding: 30px;
	width: 100%;
	top: 27px;
}
 .dropdown:hover .dropdown-menu {
	 transform: scale(1);
}
.bottom-menu > ul > li.dropdown > a::before {
	content: "";
	position: relative;
	background-image: url(../images/menu-arrow.png);
	width: 10px;
	height: 5px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 10px;
	display: block;
	right: -14px;
	top: 15px;
}
 
.dropdown-menu  > div {
	max-width: 220px;
	border-right: solid 2px #ddd;
	padding-right: 20px;
}
.dropdown-menu  > div h3 {
	font-family: bebas neue regular;
	color: #000;
	font-weight: 500;
	padding-bottom: 7px;
	font-size: 30px;
	margin: 0;
	display: inline-block;
	text-decoration: none;
	line-height: 32px;
}
.dropdown-menu  > div p {
	font-size: 13px;
	line-height: 22px;
	color: #5f5f5f;
}
.bottom-menu > ul > li a {
	font-weight: 600;
	text-transform: none;
	position: relative;
}
.bottom-menu > ul > li.dropdown {
	margin-right: 11px;
}
.dropdown-menu  > div a {
	border-bottom: solid 3px #f03f43;
	color: #000;
	font-weight: bold;
	padding-bottom: 0;
	font-size: 14px;
	margin-top: 10px;
	display: inline-block;
	text-decoration: none;
}
.dropdown-menu  > ul > li {
	position: relative;
	/* max-width: 274px; */
	min-width: 242px;
}
.dropdown-menu  ul > li > a {
	color: #717171;
	transition: all 0.2s;
	text-transform: none;
	font-size: 14px;
	font-weight: 500;
	padding: 2px;
	display: inline-block;
	position: relative;
	padding-right: 20px;
	min-width: 220px;
}
.dropdown-menu .menu-img {
	position: absolute;
	right: 40px;
	bottom: 40px;
	border: none;
	width: 240px;
}













 @media only screen and (max-width:992px) {
.header-sub-btn{
	display: block;
}
.bottom-menu > ul > li.dropdown {
 
	position: relative;
}
.dropdown .dropdown-menu {
	transition: all 0.5s;
	overflow: hidden;
	transform-origin: top center;
	transform: scale(1);
	background: transparent;
	display: flex;
	padding: 0 0 0 10px;
	width: 100%;
	top: 27px;
	position: static;
	float: none;
}
     
.bottom-menu > ul > li.dropdown .plusminuse {
	cursor: pointer;
	width: 20px;
	display: inline-block;
	height: 20px;
	position: absolute;
	right: 19px;
	top: 0;
}
.bottom-menu > ul > li.dropdown .plusminuse::before {
	content: "";
	width: 16px;
	height: 2px;
	background: #fff;
	position: absolute;
	right: 2px;
	top: 12px;
}
.bottom-menu > ul > li.dropdown .plusminuse::after {
	content: "";
	width: 2px;
	height: 16px;
	background: #fff;
	position: absolute;
	right: 9px;
	top: 5px;
}
     .dropdown .dropdown-menu {
	transition: all 0s;
	 
}
     .dropdown .dropdown-menu > ul {
 
	display: none;
}
.bottom-menu > ul > li.dropdown > a::before {
	 
	display: none;
}
.plusminuse.open::after {
	display: none;
}
.bottom-menu {
	 
	max-height: 100%;
	overflow: auto;
	padding-bottom: 60px;
}
  .bottom-menu > ul {
	 
	padding-bottom: 20px;
}   
  .dropdown-menu .menu-img {
	 
	display: none;
}   
  .dropdown-menu > div {
	 
	display: none;
}   
 .dropdown .dropdown-menu > ul {
	padding: 0;
}    
  .dropdown-menu {
 
	color: #ddd;
	 
}   
.headersticky .bottom-menu > ul > li a {
	color: #4bac48;
	border: none;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
}
 .headersticky .bottom-menu > ul > li li a {
	color: #ddd;
	text-transform: capitalize;
	font-weight: 500;
	
}  
     
     
     
     
     
     
     
     
     
     
}


