.panel43_1
{
	/* background-image: url('../../image/bi2.png'); */
	/* height: 900px; */
	
	/* background-position:  center center; */
	/* background-repeat: no-repeat; */
	/* background-size: 100%; */
}

.p43_1 .p43_1_image
{
	
}

.p43_1 .p43_1_image img
{
	max-width: 100%;
	max-height: 1000px;
}

.p43_1 .p43_1_ml
{
	width: 100%;
	display: flex;
	flex-direction: row;
	height: 60px;
	position: absolute;
	top: 10px;
	right: 0px;
	
	justify-content: center;
	align-items: center;
	
}

.p43_1 .p43_1_ml .p43_1_ml_logo
{
	/* width: 20%; */
	text-align: center;
	/* background-color: blue; */
	font-size: 0px;
}

.p43_1 .p43_1_ml .p43_1_ml_logo img
{
	font-size: 0px;
}

.p43_1 .p43_1_ml .p43_1_ml_menu
{
	/* width: 80%; */
	/* background-color: red; */
	/* opacity: .5; */
	/* position: relative; */
}

.p43_1 .p43_1_ml .p43_1_ml_menu .p43_1_ml_menu_parent
{
	/* position: absolute; */
	/* width: 100%; */
	/* top: 0px; */
	/* left: 0px; */
	height: 50px;
	background-color: #000000;
	border-radius: 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	/* opacity: 1; */
	/* background-color: rgba(151,84,51,0.5); */
	/* background-color: #97543301; */
}

.p43_1 .p43_1_ml .p43_1_ml_menu .p43_1_ml_menu_parent .p43_1_ml_items
{
	font-size: 15px;
	color: #ffffff;
	font-family: 'Vazir';
	margin-right: 10px;
	margin-left: 10px;
}

.p43_1 .p43_1_ml .p43_1_ml_icons
{
	position: absolute;
	top: 70px;
	left: 100px;
	/* background: red; */
	/* width: 100px; */
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	
}

.p43_1 .p43_1_ml .p43_1_ml_icons .p43_1_ml_icons_items
{
	width: 46px;
	height: 46px;
	/* background-color: green; */
	margin-right: 7px;
	margin-left: 7px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.p43_1 .p43_1_ml .p43_1_ml_icons .p43_1_ml_icons_items img
{
	max-width: 46px;
	max-height: 46px;
}

@media only screen and (min-width: 0px) and (max-width: 750px)
{
	.p43_1 .p43_1_ml
	{
		justify-content: flex-end;
	}

	.p43_1 .p43_1_ml .p43_1_ml_logo
	{
		width: 100px;
		margin-left: 50px;
	}

	.p43_1 .p43_1_ml .p43_1_ml_logo img
	{
		max-width: 100px;
		max-height: 55px;
	}

	.p43_1 .p43_1_ml .p43_1_ml_menu
	{
		display: none;
	}
	
	.p43_1 .p43_1_ml .p43_1_ml_icons
	{
		left: 50px;
	}
	
	.p43_1 .p43_1_ml .p43_1_ml_icons .p43_1_ml_icons_items
	{
		width: 35px;
		height: 35px;
		margin-right: 4px;
		margin-left: 4px;
	}

	.p43_1 .p43_1_ml .p43_1_ml_icons .p43_1_ml_icons_items img
	{
		max-width: 35px;
		max-height: 35px;
	}
}

@media only screen and (min-width: 751px) and (max-width: 900px)
{
	.p43_1 .p43_1_ml
	{
		justify-content: initial;
	}

	.p43_1 .p43_1_ml .p43_1_ml_logo
	{
		width: 150px;
		margin-right: 25px;
		margin-left: 25px;
	}

	.p43_1 .p43_1_ml .p43_1_ml_logo img
	{
		max-width: 150px;
		max-height: 55px;
	}

	.p43_1 .p43_1_ml .p43_1_ml_menu
	{
		display: initial;
		width: calc(100% - 225px);
		padding-right: 0px;
		padding-left: 0px;
	}
	
	.p43_1 .p43_1_ml .p43_1_ml_menu .p43_1_ml_menu_parent .p43_1_ml_items
	{
		font-size: 12px;
		margin-right: 2px;
		margin-left: 2px;
	}
	
	.p43_1 .p43_1_ml .p43_1_ml_icons
	{
		left: 50px;
	}
	
	.p43_1 .p43_1_ml .p43_1_ml_icons .p43_1_ml_icons_items
	{
		width: 35px;
		height: 35px;
		margin-right: 4px;
		margin-left: 4px;
	}

	.p43_1 .p43_1_ml .p43_1_ml_icons .p43_1_ml_icons_items img
	{
		max-width: 35px;
		max-height: 35px;
	}
}

@media only screen and (min-width: 901px) and (max-width: 1199px)
{
	.p43_1 .p43_1_ml
	{
		justify-content: initial;
	}

	.p43_1 .p43_1_ml .p43_1_ml_logo
	{
		width: 150px;
		margin-right: 25px;
		margin-left: 25px;
	}

	.p43_1 .p43_1_ml .p43_1_ml_logo img
	{
		max-width: 150px;
		max-height: 55px;
	}

	.p43_1 .p43_1_ml .p43_1_ml_menu
	{
		display: initial;
		width: calc(100% - 225px);
		padding-right: 0px;
		padding-left: 0px;
	}
	
	.p43_1 .p43_1_ml .p43_1_ml_menu .p43_1_ml_menu_parent .p43_1_ml_items
	{
		font-size: 15px;
		margin-right: 2px;
		margin-left: 2px;
	}
	
	.p43_1 .p43_1_ml .p43_1_ml_icons
	{
		left: 50px;
	}
	
	.p43_1 .p43_1_ml .p43_1_ml_icons .p43_1_ml_icons_items
	{
		width: 35px;
		height: 35px;
		margin-right: 4px;
		margin-left: 4px;
	}

	.p43_1 .p43_1_ml .p43_1_ml_icons .p43_1_ml_icons_items img
	{
		max-width: 35px;
		max-height: 35px;
	}
}

@media only screen and (min-width: 1200px)
{
	.p43_1 .p43_1_ml
	{
		/* background-color: red; */
		justify-content: initial;
	}

	.p43_1 .p43_1_ml .p43_1_ml_logo
	{
		width: 150px;
		/* margin-right: 25px; */
		/* margin-left: 25px; */
	}

	.p43_1 .p43_1_ml .p43_1_ml_logo img
	{
		/* max-width: 100%; */
		max-height: 60px;
	}

	.p43_1 .p43_1_ml .p43_1_ml_menu
	{
		display: initial;
		/* width: calc(100% - 275px); */
		flex-basis: auto;
		padding-right: 0px;
		padding-left: 0px;
		/* margin: auto; */
	}
	
	.p43_1 .p43_1_ml .p43_1_ml_menu .p43_1_ml_menu_parent .p43_1_ml_items
	{
		font-size: 15px;
		margin-right: 30px;
		margin-left: 30px;
	}
}