
/* fontawesome */
[class*="fontawesome-"]:before {
  font-family: IRANSans-web, BYekan, tahoma;
}
.h1, .h2, .h3, h1, h2, h3
{
    margin:unset;
    font-size:unset;
    }
/*------ utiltity classes -----*/
.fl{ float:left; }
.fr{ float: right; }
/*its also known as clearfix*/
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1;  /*For IE 6/7 (trigger hasLayout) */
}


.wrapper {
    
}
.block ul
{
    margin-bottom:0px;
    padding-right:20px;
    padding-left:20px;
}
.Pricing-table {
    
    margin: 50px auto;
    text-align: center;
    padding: 10px;
    padding-right: 0;
}
.Pricing-table .heading{
    color: #9C9E9F;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 4rem;
}
.block{
    width:100%;
    margin: 0 15px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
/*    border: 1px solid red;*/
}
/*Shared properties*/
.title,.pt-footer{
    color: #FEFEFE;
    text-transform: capitalize;
    line-height: 3;
    position: relative;
}
.title
{
    border-radius:5px 5px 0 0;
    }
.content{
    position: relative;
    color: #FEFEFE;
    padding: 10px 0 10px 0;
}
/*arrow creation*/
.content:after, .content:before,.pt-footer:before,.pt-footer:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.pt-footer
{
    border-radius:0 0 5px 5px;
    
    
}
.pt-footer a, a:focus, a:hover
{
    text-decoration:none !important;
    font-size:15px;
    color:#FEFEFE;
    }
.pt-footer:after,.pt-footer:before{
    top:0;
}
.content:after,.pt-footer:after {
	border-color: rgba(136, 183, 213, 0);	
	border-width: 5px;
	margin-left: -5px;
}
/*/arrow creation*/
.price{
    position: relative;
    display: inline-block;
    margin-bottom: 0.625rem;
}
.price span{    
    font-size: 4rem;
    letter-spacing: 2px;
    
}
.price sub{
    font-size: 1.5rem;    
    position: absolute;    
    top: 12px;
    left: -12px;
}
.hint{
    font-style: italic;
    font-size: 1.5rem;
}
.features{
    list-style-type: none;    
    background: #f2f2f2;
    text-align: right;
    color: #9C9C9C;
    font-size: 1.3rem;
    direction:rtl;
    
}
.features li{
    padding:15px 0;
    width: 100%;
}
.features input{
    
    border: 0;
    outline: 0;
    background: transparent;
    border: 2px solid #9C9C9C;
    width:60px;
}
.pt-footer input{
    
    border: 0;
    outline: 0;
    font-size:16px;
    background: transparent;
    /*border-bottom: 2px solid #fff;*/
    width:70%;
}
::-webkit-input-placeholder {
   font-size:14px;
}

:-moz-placeholder { /* Firefox 18- */
   font-size:14px;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-size:14px;
}

:-ms-input-placeholder {  
   font-size:14px;
}
.features li b{
    
    font-size:20px;
}
.features li span{
   padding-left:10px;
}
.pt-footer{
    font-size: 0.95rem;
    text-transform: capitalize;
}
/*PERSONAL*/
.personal .title{        
    background: #033651;    
}
.personal .content,.personal .pt-footer{
    background: #29436B;
}
.personal .content:after{	
	border-top-color: #033651;	
}
.personal .pt-footer:after{
    border-top-color: #f2f2f2;
}
/*PROFESSIONAL*/
.professional .title{
    background: #3EC6E0;
}
.professional .content,.professional .pt-footer{
    background: #53CFE9;
}
.professional .content:after{	
	border-top-color: #53CFE9;	
}
.professional .pt-footer:after{
    border-top-color: #f2f2f2;
}
/*BUSINESS*/
.business .title{
    background: #503c5d;
}
.business .content,.business .pt-footer{
    background: #5d476c;
}
.business .content:after{	
	border-top-color: #745987;	
}
.business .pt-footer:after {	
	border-top-color: #f2f2f2;	
}

