/** Generated by QuickPaging **/
 .current_package {
        border: 1px solid #a9a9bb;
        border-radius: 6px;
        position: relative;
        color: #565656;
        overflow: hidden;
        font-family: 'IRANSans';
        display: none;
        clear: both;
        background-color: #fff;
        vertical-align: top;
        clear: both;
    }
    .package_type {
        height: 47px;
        text-align: center;
        padding-top: 2px;
        direction: rtl !important;
        position: relative;
        color: #565656;
    }
    .main_title h2 {
        text-align: center;
        font-size: 12pt;
        height: 52px;
        padding-top: 15px;
        color:#fff;
    }
    .package_type_unlimited .main_title {
        background-color: #ff9008 !important;
    }
    service:385
    .main_title {
        height: 50px;
        background-color: #33691e;
        margin-top: -20px;
        direction: rtl;
        color: #fff !important;
    }
    .package_details {
        background-color: #fff;
        min-height: 100px !important;
        padding: 10px;
        text-align: center;
        direction: rtl;
        color: #80808f;
        font-size: 9pt;
    }
    .price_box {
        background-color: #e6e5e8;
        height: 50px;
        padding: 5px;
        text-align: center;
        color: #616161;
        font-size: 12pt;
    }
    .inline_block {
        display: inline-block;
        clear: both;
    }
    .offer_price {
        font-size: 18pt;
        font-weight: bold;
    }
    .package_buttom {
        height: 75px;
        background-color: #fff;
        padding: 10px;
        vertical-align: top;
    }
    .package_buttom_chose {
        border-radius: 5px;
        background-color: #3d9b35;
        color: #fff !important;
        padding: 9px;
        text-align: center;
        display: inline-block;
        clear: both;
        font-size: 10pt;
        height: 44px;
        vertical-align: top;
        margin: 5px;
        width: 50%;
        cursor: pointer;
    }
    .package_buttom_chose:hover {
        background-color: #1c6c16;
    }
    .timer {

        height: 27px;
        /*  background: #a9a9a9;
        position: absolute;*/
        border-top-left-radius: 10px;
        /*top: -34px;
        left: -5px;*/
        border-top-right-radius: 10px;
        /*box-shadow: inset 0px -5px 15px -7px rgba(0, 0, 0, 0.78);*/
    }

    /*****End of New Packages Style*****/
    /* CountDown timer */
    .flip_clock {
        /*top: 65%;*/
        left: 20px;
        z-index: 10;
        text-align: center;
        /*background-color: #36618f;*/
        width: 100%;
    }

    .qp_countdown {
        font-size: 20px !important;
        color: #616161 !important;
        background-color: #ff9008;
    }

    .qp_countdown > div:nth-child(1) {
        padding-top: 15px;
        background: url('//www.parsonline.com/data/uploaded_files/1492347454-9.png') scroll no-repeat no-repeat center top;
        background-size:50px auto;
    }

    .qp_countdown > div:nth-child(2) {
        padding-top: 15px;
        background: url('//www.parsonline.com/data/uploaded_files/1492347452-9.png') scroll no-repeat no-repeat center top;
        background-size:50px auto;
    }

    .qp_countdown > div:nth-child(3) {
        padding-top: 15px;
        background: url('//www.parsonline.com/data/uploaded_files/1492347453-9.png') scroll no-repeat no-repeat center top;
        background-size:50px auto;
    }

    .qp_countdown > div:nth-child(4) {
        padding-top: 15px;
        background: url('//www.parsonline.com/data/uploaded_files/1492347455-9.png') scroll no-repeat no-repeat center top;
        background-size:50px auto;
    }

    .each_digit {
        background-size: 100% auto;
        width: 15px;
        height: 30px; /*background:#616161 !important;*/ border-radius:5px;/*box-shadow:inset 1px 1px 5px 1px #;*/
        border-radius: 3px;
        font-size: 14px !important;color: #000 !important;background:none !important;
        line-height: 35px;
    }
    .real_price{
        text-decoration: line-through;
    }
    @media (max-width: 480px){
        .current_package {
            margin-bottom: 25px;
        }
    }