
.molbies_ite_menu{
	background: transparent;
	padding: 0;
	position: fixed;
	z-index: 99;
	top:0;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
}
.bthr_menu{
	display: none;
	background: #f6f6f6;
	padding: 70px 10px 10px 10px;
	margin: 0;
	border-radius: 12px;
	border: 1px solid #dedede;
}
.bthr_menu li{
  display: block;
  position: relative;
  padding:0;
  margin: 0;
  transition: all 500ms ease-in-out;
  width: 100%;
  max-width: 100%;
}
.bthr_menu li a{ 
	font-size: 16px;
	color: #1a1a1a;
	line-height: 20px;
	transition: all 500ms ease-in-out;
	font-weight:500;
	padding: 6px;
	margin: 0;
	display: block;
}
.bthr_menu li a:hover{
  color: #1bb7f3;
}
.bthr_menu li .as_arrow{
  float: right;
  padding: 0;
  margin: 0;
}


.home_w li {
  display:block;
  padding: 5px;
  margin: 0;
  line-height: 1px;
}
.home_w li a{
	border-radius: 12px;
	padding: 0;
	transition: all 500ms ease-in-out;
	line-height: 1px;
	display: flex;	
}
.home_w li a:hover{
  background-color: #0287cf0a;
}
.home_w li .Left_web{
  float: left;
  font-size: 17px;
  font-weight: 500;
  color: #000000d1;
  margin:0 10px 0 0;
  padding: 0;
}
.home_w li .Rights_web{ 
	float: left; 
	width:90%;
}
.home_w li .Rights_web b{
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #000000d1;
	line-height: 22px;
	margin: 0;
	padding: 0;
}
.home_w li .Rights_web small{
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #000000c4;
  line-height: 20px;
  padding: 0;
  margin: 0;
}

.mene_bar_home{
  padding: 0;
  color: #202020;
  margin: 0 0px 0 10px;
  width: 30px;
  font-size: 26px;
  height: 30px;
  cursor: pointer;
 text-align: right;
}
.mene_bar_home .closer_Ie{ display: none; }
.crossIcon_mob .open_bar_wt{ display: none; }
.crossIcon_mob .closer_Ie{ 
	display: block;
	margin: 0;
	font-size: 20px;
	text-align: right;
}

.bthr_menu.menuShow{
display: block;
}
.bthr_menu li.submenuLink_mob ul{
  display: none;
}
.bthr_menu li.submenuLink_mob.show_subMenu ul{
  display: block;
}
.bthr_menu li .as_arrow i{
  rotate: 0deg;
}
.bthr_menu li.submenuLink_mob.show_subMenu .as_arrow i{
  rotate: -180deg;
  line-height: 20px;
  font-size: 15px;
}

.mene_bar_home{
	display:none;
}
.dMobiles_us {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.mobiles_Contact_us{
	display:none;
	align-items: center;
	justify-content: center;
	padding: 6px 14px;
	border-radius: 100px;
	font-size: 16px;
	font-weight: 400;
	transition: var(--transition);
	background: #0287cf;
	color: #fff;
	white-space: nowrap;
}


@media screen and (max-width:1024px) {
	.mene_bar_home{
		display: flex;
		position: relative;
		align-items: center;
	}
	.molbies_ite_menu{
    	display: block;
    }
	
	.mobiles_Contact_us{
	  display:inline-block;
	}
	.bthr_menu li.lat_last1 a{
		padding: 8px 14px;
		border-radius: 100px;
		font-size: 16px;
		font-weight: 400;
		transition: var(--transition);
		background: #0287cf;
		color: #fff;
		white-space: nowrap;
		display: inline-block;
		margin: 6px 0;
	}
	.header {
    z-index: 999;
  }
	.bthr_menu li.submenuLink_mob.show_subMenu ul {
	  height: 400px;
	  overflow-y: scroll;
	}
	
}



@media screen and (max-width:450px) {
	.mene_bar_home {margin: 0 0px 0 7px;}
	.mobiles_Contact_us { display: inline-block; padding: 4px 10px; }
	
}
