/** Generated by QuickPaging **/
.alert-warning {
        background-color: transparent;
        border-color: transparent;
        color: #f70000;
    }

    .alert {
        text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .alert-success {

        background: none;
        font-size: 14px;
        border: none;
        border-color: transparent;
    }

    .error-txt {
        width: 100%;
        min-height: 200px;
        background: #fff;
        color: red;
        font-size: 16px;
        border-radius: 10px;
        box-shadow: 1px 1px 5px -1px rgba(000, 000, 000, .4)
    }

    /**** My Style*****/

    .form-box {
        background: #e6e5e8;
        min-height: 420px;
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex;
        -ms-flex: 1;
        align-items: center;
        justify-content: center;
    }

    .txt-box {
        min-height: 420px;
    }

    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .form-sec {
            height: 100%;
        }
    }

    .right-side {
        width: 100%;
        float: right;
        clear: both;
        padding: 12% 20%;
        font-size: 14px;
    }

    #FormSection h1 {
        font-size: 16px;
        text-align: center;
        padding-right: 0;
        margin-bottom: 30px;
        color: #6b6b6b;
    }

    /*****/
    #FormSection {
        width: 100%;
        padding: 1em 2em 1em 2em;
    }

    .group {
        position: relative;
        margin-bottom: 45px;
    }

    .group input {
        font-size: 16px;
        padding: 5px;
        -webkit-appearance: none;
        display: block;
        background: #fff !important;
        color: #80808f;
        width: 100%;
        border: none;
        border-radius: 5px 5px 0 0;
        border-bottom: 2px solid #b1b1b1 !important;
    }

    .group input:focus {
        outline: none;

    }

    /* Label */

    label {
        color: #999;
        font-size: 16px;
        font-weight: normal;
        position: absolute;
        pointer-events: none;
        right: 5px;
        top: 10px;
        transition: all 0.2s ease;
    }

    /* active */

    .group input:focus ~ label, .group input.used ~ label {
        top: 0px;
        transform: scale(.75);

        /* font-size: 14px; */
        color: #ff9008;
        padding: 3px 10px;
    }

    .phoneNumlbl input:focus ~ label, .phoneNumlbl input.used ~ label {
        right: -10px;
    }

    .emaillbl input:focus ~ label, .emaillbl input.used ~ label {
        right: 10px;
    }

    .bar {
        position: relative;
        display: block;
        width: 100%;
    }

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #ff9008;
        transition: all 0.2s ease;
    }

    .bar:before {
        right: 50%;
    }

    .bar:after {
        left: 50%;
    }

    .group input:focus ~ .bar:before, .group input:focus ~ .bar:after {
        width: 50%;
    }

    .highlight {
        position: absolute;
        height: 60%;
        width: 100px;
        top: 25%;
        right: 0;
        pointer-events: none;
        opacity: 0.5;
    }

    .group input:focus ~ .highlight {
        animation: inputHighlighter 0.3s ease;
    }

    select:focus ~ .highlight {
        animation: inputHighlighter 0.3s ease;
    }

    @keyframes inputHighlighter {
        from {
            background: #005baa;
        }
        to {
            width: 0;
            background: transparent;
        }
    }

    .button {
        position: relative;
        display: inline-block;
        padding: 8px 40px;
        margin: .3em 0 1em 0;
        width: auto;
        vertical-align: middle;
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        -webkit-font-smoothing: antialiased;
        text-align: center;
        letter-spacing: 1px;
        background: transparent;
        border: 0;
        float: left;
        border-bottom: 2px solid #60842c;
        cursor: pointer;
        transition: all 0.15s ease;
        border-radius: 5px;
    }

    .button:focus {
        outline: 0;
    }

    .buttonOrange {
        background: #91c741;
        text-shadow: 1px 1px 0 rgb(115, 158, 52);
    }

    .buttonOrange:hover {
        background: #79b127;
    }

    .ripples {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: transparent;
    }

    .ripplesCircle {
        position: absolute;
        top: 50%;

        transform: translate(-50%, -50%);
        opacity: 0;
        width: 0;
        height: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.25);
    }

    .ripples.is-active .ripplesCircle {
        animation: ripples .4s ease-in;
    }

    @keyframes ripples {
        0% {
            opacity: 0;
        }

        25% {
            opacity: 1;
        }

        100% {
            width: 200%;
            padding-bottom: 200%;
            opacity: 0;
        }
    }

    .group input[type="text"], .group input[type="email"], .group input[type="number"] {
        text-align: left;
        direction: ltr;
    }

    .row {
        margin: 0;
    }

    fieldset {
        width: 100%;
    }

    label {
        font-family: 'IRANSans', Tahoma, Arial, Helvetica, Sans-Serif;
        font-size: 14px;
        line-height: 100%;
        color: #80808f;
        font-weight: normal;
    }

    option {
        color: #282828;
    }

    option.disabled, option.disabled:hover, option.disabled:focus {
        cursor: not-allowed;
        pointer-events: none;
        color: #cccccc;
    }

    .loader {
        background: rgba(255, 255, 255, 0.6) center center repeat scroll;
        margin: 0 auto;
        padding: 0;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
        display: none;
        position: fixed;
        z-index: 99;
    }

    .alret-bg {
        background: rgba(255, 255, 255, 0.6) center center repeat scroll;
        margin: 0 auto;
        padding: 0;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
        opacity: 0;
        position: fixed;
        z-index: 99;
    }

    .alret-box {
        background: rgba(0, 0, 0, 0.8) center center repeat scroll;
        margin: 0 auto;
        padding: 5%;
        left: 0;
        width: 50%;
        box-shadow: rgba(0, 0, 0, 0.3) 6px 6px 6px;
        -moz-box-shadow: rgba(0, 0, 0, 0.3) 6px 6px 6px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.3) 6px 6px 6px;
        -o-box-shadow: rgba(0, 0, 0, 0.3) 6px 6px 6px;
        -ms-box-shadow: rgba(0, 0, 0, 0.3) 6px 6px 6px;
        top: 0;
        display: none;
        opacity: 0;
        position: absolute;
        z-index: 100;
    }

    section {
        position: relative;
        overflow: hidden;
    }

    .package_type h3 {
        font-size: 12pt !important;
        margin-top: 7px;
    }

    .main_title h2 {
        text-align: center;
        font-size: 13pt;
        /*height: 135px;*/
        padding-top: 11px;
    }

    .price_box_conditional_price span {
        color: #fff !important;
        font-size: 65pt;
        font-family: Impact;
        font-weight: bold;
    }

    .package_buttom_details span {
        font-size: 16pt;
    }

    .banner-img img {
        display: block;
    }

    /*.txt-box {
        background: url(//www.parsonline.com/data/uploaded_files/1533713015-3.png) no-repeat;
        background-size: 100% 100%;
    }*/

    .form-sec {
        background: #fff;
    }

    @media only screen and (max-width: 980px) {
        .form-sec .container {
            width: 80%;
            margin: 0 auto;
        }

        #FormSection {
            padding: 3em 1em 2em 1em;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 980px) {
        .txt-slide .slide-content {
            font-size: 16px;
            padding: 9px 25px;
        }

        .blue h3 {
            font-size: 28px;
        }
    }

    @media only screen and (max-width: 768px) {
        label {
            font-size: 14px;
            top: 15px;
        }

        .txt-box, .form-box, .thanks {
            min-height: 1px;
            width: 100%;
        }

        #FormSection {
            padding: 5px 3em 0em 3em;
            margin-bottom: 5px;
        }

        .group {
            margin-bottom: 25px;
        }

        .button {
            padding: 4px 30px;
            margin: 1em 0 1em 0;
        }

        .txt-box:after {
            content: "";
            width: 0;
            height: 0;
            border-left: 14px solid transparent;
            border-right: 14px solid transparent;
            border-top: 14px solid #fff;
            position: absolute;
            bottom: -13px;
            z-index: 999;
            right: 48%;
        }

        header h1 {
            margin: 12px 0;
        }

        #FormSection {
            padding: 10px 3em 0em 3em;
        }
    }

    @media only screen and (max-width: 480px) {
        #FormSection h1 {
            font-size: 13px;
        }

        .txt-box {
            background: none;
            padding: 0;
        }

        .form-sec {
            display: block;
        }

        .package_type h3 {
            font-size: 15px !important;
            margin-top: 4px;
        }

        .txt-box {
            background: none;
        }

        .right-side {
            padding: 5% 0%;
        }

        #FormSection {
            padding: 10px 0em 0em 0em;
        }

        .txt-box:after {
            right: 46%;
        }

        .main_title h2 {
            font-size: 11pt;
        }

        .form-sec .container {
            width: 90%;
            min-height: 400px;
            margin: 0% auto;
        }

        .txt-box {
            padding: 0 5px;
        }

        .right-side p {
            font-size: 12px;
            line-height: 24px;
        }

        header h1 {
            margin: 8px 0;
            font-size: 22px;
        }

        label {
            font-size: 12px;
        }

        .group {
            margin-bottom: 10px;
        }

        .button {
            padding: 5px 25px;
            font-size: 12px
        }

    }

    @media only screen and (max-width: 1199px) {
        .traffic_box::after {
            background: none !important;
        }

        .traffic_box::before {
            background: none !important;
        }
        .traffic_outbox{
            background-color: #ff3a34;
            padding: 0 3px 0px 3px;
        }
        .traffic_box{
            color: #fff;
            background-color: #ff3a34;
            text-align: center;
            font-size: 20px;
            border: 1px #fff solid;
            border-top: none;
            border-bottom: none;
        }
    }

    @media all and (-ms-high-contrast: none) {
        .form-box {
            height: 420px;
        }

        *::-ms-backdrop, .form-box {
            height: 420px;
        }
    }

    .bubble_red {
        border-radius: 10px;
        padding: 25px;
        text-align: center;
        margin: 0 auto;
        max-width: 400px;
        width: 90%;
        border: 1px solid #888;
        color: #ff0000;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    /*Packages*/

    .gig_box_outbox {
        padding: 3px 3px 0px 3px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        text-align: center;
        background: rgba(10, 122, 219, 1);
        background: -moz-linear-gradient(top, rgba(10, 122, 219, 1) 0%, rgba(3, 100, 186, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(10, 122, 219, 1)), color-stop(100%, rgba(3, 100, 186, 1)));
        background: -webkit-linear-gradient(top, rgba(10, 122, 219, 1) 0%, rgba(3, 100, 186, 1) 100%);
        background: -o-linear-gradient(top, rgba(10, 122, 219, 1) 0%, rgba(3, 100, 186, 1) 100%);
        background: -ms-linear-gradient(top, rgba(10, 122, 219, 1) 0%, rgba(3, 100, 186, 1) 100%);
        background: linear-gradient(to bottom, rgba(10, 122, 219, 1) 0%, rgba(3, 100, 186, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a7adb', endColorstr='#0364ba', GradientType=0);
    }

    .gig_box {
        color: #fff;
        padding: 10px 25px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 1px #fff solid;
        border-bottom: none;
        font-size: 20px;
        background: rgba(10, 122, 219, 1);
        background: -moz-linear-gradient(top, rgba(10, 122, 219, 1) 0%, rgba(3, 100, 186, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(10, 122, 219, 1)), color-stop(100%, rgba(3, 100, 186, 1)));
        background: -webkit-linear-gradient(top, rgba(10, 122, 219, 1) 0%, rgba(3, 100, 186, 1) 100%);
        background: -o-linear-gradient(top, rgba(10, 122, 219, 1) 0%, rgba(3, 100, 186, 1) 100%);
        background: -ms-linear-gradient(top, rgba(10, 122, 219, 1) 0%, rgba(3, 100, 186, 1) 100%);
        background: linear-gradient(to bottom, rgba(10, 122, 219, 1) 0%, rgba(3, 100, 186, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a7adb', endColorstr='#0364ba', GradientType=0);
    }

    .traffic_box {
        color: #fff;
        /*padding: 10px 25px;*/
        background-color: #ff3a34;
        text-align: center;
        font-size: 20px;
    }

    .traffic_box::before {
        background: url("//www.parsonline.com/data/uploaded_files/1542804504-3.png") no-repeat;
        content: "";
        position: absolute;
        left: 117px;
        width: 12px;
        height: 80px;
    }

    .traffic_box::after {
        background: url("//www.parsonline.com/data/uploaded_files/1542804505-3.png") no-repeat;
        content: "";
        position: absolute;
        right: 117px;
        width: 12px;
        height: 80px;
        top: 114px;
    }

    .details_outbox {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        background-color: #eee;
        padding: 0 3px 3px 3px;
    }

    .details_box {
        background-color: #eee;
        padding: 10px 20px;
        border: 1px #fff solid;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top: none;
    }

    hr {
        border-top: 1px solid #c5c5c5;
    }

    .price {
        color: #005bab;
        font-size: 18px;
        /*background-color: #ddd;*/
        border-radius: 5px;
    }

    .old_price {
        text-decoration: line-through;
        color: #555;
    }

    .buy_packages_outbox {
        padding: 3px;
        border-radius: 5px;
        text-align: center;
        background-color: #00c107;
    }

    .buy_packages {
        color: #fff;
        padding: 5px 25px;
        border-radius: 5px;
        border: 1px #fff solid;
        font-size: 20px;
    }
