.padding-10 {
    padding: 10px;
}

.padding-10-top-buttom {
    padding: 10px 0;
}

.padding-10-buttom {
    padding-bottom: 10px;
}

.margin-3{
    margin: 3px;
}

.margin-4 {
    margin: 4px;
}

.margin-9-14 {
    margin: 9px 14px
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-top-7{
    margin-top: 7px;
}

.clear-fix {
    clear: both;
}

.text-decoration-none {
    text-decoration: none;
}

.text-decoration-line-through {
    text-decoration: line-through;
}

.text-align-justify {
    text-align: justify;
}

.color-white {
    color: white;
}

.font-15{
    font-size: 15px;
}

.font-11{
    font-size: 11px;
}

.font-iransans-bold-11 {
    font-family: IRANSansBold;
    font-size: 11px;
}

.font-iransans-bold{
    font-family: IRANSansBold;
}

.height-36 {
    height: 36px
}

.height-45{
    height: 45px;
}

.height-130{
    height: 130px;
}

.width-36p{
    width:36%;
}

.width-100p{
    width: 100%;
}

.box-22 {
    width: 22px;
    height: 22px;
}

.box-50-35 {
    width: 50px;
    height: 35px;
}

.box-105-26{
    width: 105px;
    height: 26px;
}

.box-370-84 {
    width: 370px;
    height: 84px;
}

.box-235-84 {
    width: 235px;
    height: 84px;
}

.box-120-84 {
    width: 120px;
    height: 84px;
}

.border-double-r17 {
    border: double;
    border-radius: 17px;
}

.border-solid-black-r7 {
    border: 1px solid black;
    border-radius: 7px;
}

.overflow-hidden {
    overflow: hidden;
}

.fright {
    float: right;
}

.fleft{
    float: left;
}