.panel36_1
{
	background-image: url('../../image/aaa.png');
	background-position: left;
	background-repeat: no-repeat;
	background-size: 30%;
}

.panel36_1 *
{
	font-size: initial;
}

.p36Parent
{
	display: flex;
	max-width: 1000px;
	margin: auto;
	flex-direction: row;
}

.p36ParentR
{
	flex-basis: 50%;
	padding: 20px;
}

.p36ParentL
{
	flex-basis: 50%;
	position: relative;
}

.p36ParentRTitr1
{
	font-size: 50px;
	color: #034da2;
	font-family: 'vazir';
}

.p36ParentRTitr2
{
	font-size: 40px;
	color: #ffffff;
	background-color: #034da2;
	border-radius: 10px;
	display: inline-block;
	margin-top: 30px;
	padding: 10px;
	font-family: 'Vazir';
}

.p36ParentRNote
{
	font-size: 15px;
	color: #666666;
	margin-top: 20px;
	font-family: 'Vazir';
	text-align: justify;
	line-height: 35px;
}

.p36ParentRMore
{
	font-size: 15px;
	color: #f7600f;
	margin-top: 10px;
	border-bottom: 2px solid #f7600f;
	display: inline-block;
	font-family: 'Vazir';
}

.p36ParentLSoton
{
	background-color: #f3a236;
	height: 100%;
	width: 50%;
	margin: auto;
}

.p36ParentLBody
{
	background-color: #f7600f;
	height: 60%;
	position: absolute;
	top: 20%;
	width: 90%;
	left: 5%;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.p36ParentLBodyTitr
{
	font-size: 25px;
	color: #ffffff;
	font-family: 'Vazir';
}

.p36ParentLBodyName input
{
	background-color: #ffffff;
	font-family: 'Vazir';
	font-size: 20px;
	color: #f4a337;
	margin-top: 25px;
	border-radius: 3px;
	padding: 5px;
}

.p36ParentLBodyEmail input
{
	background-color: #ffffff;
	font-family: 'Vazir';
	font-size: 20px;
	color: #f4a337;
	margin-top: 10px;
	border-radius: 3px;
	padding: 5px;
}

.p36ParentLBodySend
{
	background-color: #f4a337;
	color: #000000;
	font-size: 15px;
	font-family: 'Vazir';
	padding: 10px;
	border-radius: 5px;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 25px;
	cursor: pointer;
}