@font-face{
	font-family:'BYekan'
	;src:url('fonts/BYekan.eot');
	src:url('fonts/BYekan.eot?#iefix') format('embedded-opentype'),
	url('fonts/BYekan.woff') format('woff'),
	url('fonts/BYekan.ttf') format('truetype'),
	url('fonts/BYekan.svg#BYekan') format('svg');
	font-weight:normal;
	font-style:normal;
}
body {
    font-family: BYekan !important;
}

.cta-whatsapp-wrapper
{
	position: fixed;
	bottom:60px;
	right: 10px;
	cursor: pointer;
	text-align: right !important;
    direction: rtl;
}
.cta-whatsapp-wrapper .img-cta-whatsapp
{
	width:60px;
	height:60px;
}
.cta-whatsapp-wrapper .img-cta-whatsapp img
{
	width: 100%;
	position: relative;
}
.cta-whatsapp-wrapper .img-cta-whatsapp:after
{
	content: 'تماس از واتس آپ';
	width: 150px;
	right:50px;
	top:30%;
	z-index:-1;
	position: absolute;
	background-color:#79ba7d;
	padding:0px 0px;
	border-radius:5px;
	color: #f2faff;
	text-align: center;
}
.box-cta-whatsapp-wrapper
{
	position: fixed;
	background-color:#79ba7e;
	bottom:40px;
	right: 10px;
	width:320px;
	padding: 15px 10px;	
	text-align: justify;
	font-size:0.8em;
	border-radius: 4px;
	color: #f2faff;
	display: none;
	opacity: 0.95;
}
.box-cta-whatsapp-wrapper h5
{
	font-size:1.1em !important;
	text-align: center;
	margin:20px 0;
	font-weight: 600;
	color:  #262626;
}
.box-cta-whatsapp-wrapper a
{
	background-color:#f2faff;
	display: block;
	padding:7px;
	text-align: center;
	color:  #262626;
	border-radius: 4px;
	font-size:1.1em;
	font-weight: 600;
}
.box-cta-whatsapp-wrapper span
{
	position: absolute;
	top:10px;
}
.box-cta-whatsapp-wrapper span img
{
	width:30px;
	z-index: 99;
	margin-top:-5px
}
.box-cta-whatsapp-wrapper a:hover
{
	color:#79ba7e;
}