.panel45_1
{
	/* background-image: url('../../image/bi2.png'); */
	/* height: 900px; */
	
	/* background-position:  center center; */
	/* background-repeat: no-repeat; */
	/* background-size: 100%; */
	
}

.p45_1_parent
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 300px;
	flex-wrap: wrap;
	/* background-color: red; */
}

.p45_1_parent_A
{
	width: calc(50% - 0px);
	height: 100%;
	background-color: #1c1c1c;
	
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	
	/* padding-right: 20px; */
	/* padding-left: 20px; */
}

.p45_1_parent_B
{
	width: calc(50% - 0px);
	height: 100%;
	background-color: #303030;
	
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	
	/* padding-right: 20px; */
	/* padding-left: 20px; */
}

.p45_1_parent_right
{
	flex-basis: 50%;
	/* height: 100%; */
}

.p45_1_parent_right img
{
	max-width: 100%;
	max-height: 300px;
}

.p45_1_parent_left
{
	flex-basis: 50%;
	/* height: 100%; */
}

.p45_1_parent_left_titr
{
	font-size: 20px;
	color: #ffffff;
	font-family: 'Vazir';
	text-align: center;
}

.p45_1_parent_left_note
{
	font-size: 15px;
	color: #979696;
	font-family: 'Vazir';
	text-align: center;
}

@media only screen and (min-width: 0px) and (max-width: 800px)
{
	.p45_1_parent_A
	{
		width: calc(100% - 0px);
	}
	
	.p45_1_parent_B
	{
		width: calc(100% - 0px);
	}
}

@media only screen and (min-width: 801px)
{
	.p45_1_parent_A
	{
		width: calc(50% - 0px);
	}
	
	.p45_1_parent_B
	{
		width: calc(50% - 0px);
	}
}