﻿
body {
	padding-bottom: 0;
	background: #d2f9dd;
}
.besm{
	text-align:center;
	display:block;
	margin-top:20px;
	font-family:Vazir-B;
	font-size:18px;
}
.help-top{
	text-align:center;
	padding:15px;
}
.btn-help-top {
	border: 1px solid #d2f9dd;
	background: none;
	outline: none;
	padding:15px 10px;
	border-radius: 10px;
	background-color: #fff;
	font-family: Vazir-M;
	box-shadow: 0 3px 5px 0 rgba(12, 90, 34,0.1);
	display:block;
	width:100%;
}
	.btn-help-top i {
		vertical-align: middle;
		margin-left: 5px;
		font-size: 20px;
		color: #159d3c;
	}
.quick-help-des{
	margin-bottom:10px;
	line-height:1.7;
	text-align:justify;
}
.quick-help-des p{
	margin-bottom: 5px;
}
	.quick-help-des span {
	}
iframe {
	height: 100%;
	width: 100%;
	border: none;
}

.ldng {
	background: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	z-index: 9999999;
	text-align: center;
}

	.ldng img {
		position: absolute;
		top: 50%;
		left: 50%;
		height: 75px;
		transform: translate(-50%,-50%);
	}


#HelpModal .modal-des {
	font-size: 16px;
}