.panel42_1
{
	/* background-image: url('../../image/bi2.png'); */
	/* height: 900px; */
	
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: auto 100%;
	/* background:rgb(0,0,0); */
    /* background: transparent\9; */
    /* background:rgba(0,0,0,0.4); */
}

.panel42_1 *
{
	font-size: initial;
}

.panel42_1 .p42Titr
{
	/* background-color: red; */
	padding-top: 50px;
	text-align: center;
	max-width: 1200px;
	margin: auto;
}

.panel42_1 .p42Titr .p42TitrLogo
{
	
}

.panel42_1 .p42Titr .p42TitrLogo img
{
	max-width: 130px;
	max-height: 130px;
}

.panel42_1 .p42Titr .p42TitrTitle
{
	font-size: 40px;
	font-family: 'Vazir';
	color: #2f308a;
	margin-top: 20px;
}

.panel42_1 .p42Titr .p42TitrNote
{
	font-size: 20px;
	font-family: 'Vazir';
	color: #2f308a;
	margin-top: 20px;
}

.panel42_1 .p42Items
{
	display: flex;
	flex-direction: row;
	max-width: 1200px;
	margin: auto;
	flex-wrap: wrap;
	justify-content: center;
	/* padding: 10px; */
}

.panel42_1 .p42Items .p42Box
{
	height: 490px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 2px #e0e0e0;
	border-radius: 10px;
	padding: 25px;
}

.panel42_1 .p42Items .p42Box .p42BoxImage
{
	text-align: center;
	height: 250px;
	/* background-color: red; */
}

.panel42_1 .p42Items .p42Box .p42BoxImage img
{
	max-width: 100%;
	max-height: 250px;
}

.panel42_1 .p42Items .p42Box .p42BoxTitr
{
	height: 50px;
	margin-top: 20px;
	/* background-color: green; */
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.panel42_1 .p42Items .p42Box .p42BoxTitr div
{
	font-size: 20px;
	font-family: 'Vazir';
	color: #2f308a;
}


.panel42_1 .p42Items .p42Box .p42BoxNote
{
	height: 75px;
	margin-top: 20px;
	/* background-color: yellow; */
	font-size: 17px;
	font-family: 'Vazir';
	color: #707070;
	text-align: center;
	overflow: hidden;
}

.panel42_1 .p42Items .p42Box .p42BoxLine
{
	height: 5px;
	margin: auto;
	margin-top: 20px;
	background-color: #2f308a;
	border-radius: 50px;
	width: 70%;
	
}

@media only screen and (min-width: 0px) and (max-width: 600px)
{
	.panel42_1 .p42Items .p42Box
	{
		width: calc(100% - 120px);
		margin: 40px;
		margin-right: 60px;
		margin-left: 60px;
	}
}

@media only screen and (min-width: 601px) and (max-width: 850px)
{
	.panel42_1 .p42Items .p42Box
	{
		/* width: 50%; */
		width: calc(50% - 40px);
		margin: 20px;
	}
}

/* @media only screen and (min-width: 751px) and (max-width: 1000px) */
/* { */
	/* .panel42_1 .p42Items .p42Box */
	/* { */
		/* width: 33%; */
	/* } */
/* } */

@media only screen and (min-width: 851px) and (max-width: 950px)
{
	.panel42_1 .p42Items .p42Box
	{
		/* width: 33%; */
		width: calc(33% - 20px);
		margin: 10px;
	}
}

@media only screen and (min-width: 951px)
{
	.panel42_1 .p42Items .p42Box
	{
		/* width: 33%; */
		width: calc(33% - 70px);
		margin: 35px;
	}
}