

i[class*=" icon-"],
i[class^=icon-],
span[class*=" icon-"],
span[class^=icon-] {
    
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-arrow-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

    .icon-arrow-down:before {
        content: "\E90C"
    }

.icon-arrow-left:before {
    content: "\E90A";
    display: inline-block;
    position: relative;
    top: 5px;
    font-size: 20px
}

.icon-menu:before {
    content: "\E94B"
}

.icon-close:before {
    content: "\E928"
}

.icon-person:before {
    content: "\E917"
}

.icon-comment:before {
    content: "\E906"
}

.icon-plus:before {
    content: "\E922"
}

.icon-dash:before {
    content: "\E93E"
}

.icon-check:before {
    content: "\E927"
}

body {
    background-color: #fff;
    letter-spacing: -.5px
}

.content {
    direction: rtl;
    margin: 10px auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    text-decoration: none;
    color: #000 
}

li {
    list-style: none
}

.white {
    color: #fff !important
}

.iransans-bold {

}

.iransans-medium {

}

.line-height {
    line-height: 35px
}

.no-margin {
    margin: 0 !important
}

.auto-margin {
    margin: auto !important
}

.hidden {
    display: none
}

.ta-center {
    text-align: center
}

.ta-right {
    text-align: right
}

.ta-left {
    text-align: left
}

.ta-justify {
    text-align: justify
}

.pull-left {
    float: left
}

.disp-block {
    display: block !important
}

.hand {
    cursor: pointer
}

.horizontal-line {
    background-color: #dfe1e4;
    height: 1px;
    width: 100%
}

.vertical-line {
    background-color: #dfe1e4;
    width: 1px;
    min-height: 100%
}

.disable {
    opacity: .5;
    pointer-events: none
}

.text-danger {
    color: red;
    font-size: 13px;
    margin-top: -10px
}

.title {
    font-size: 20px;
    color: #000
}

.footer-title,
.title {

}

.footer-title {
    font-size: 14px;
    color: #6a6a6a
}

.text {
    line-height: 2em
}

.top-title {
    color: #828282;
    margin-bottom: 5px
}

.header-title {
    font-size: 28px;

    color: #000
}

.title-describe {
    margin-top: 10px;
    max-width: 500px;
    border-bottom: 1px solid #dfe1e4;
    padding-bottom: 20px;
    line-height: 35px
}

.read-more {
    display: inline-block;
    color: #28457b !important;

}

    .read-more .icon-left {
        width: 12px;
        height: 12px;
        background: url(../images/arrow-left.svg?b907789658782da01cb7bb3bd867621e);
        display: inline-block;
        cursor: pointer;
        margin-right: 10px;
        position: relative;
        top: 2px
    }

.left-border {
    border-left: 1px solid #dfe1e4
}

.right-border {
    border-right: 1px solid #dfe1e4
}

.p-r-50 {
    padding-right: 50px
}

.m-t-10 {
    margin-top: 10px
}

.text-green {
    color: #2ecc71
}

svg * {
    text-anchor: end;
    letter-spacing: 0 !important
}

@media only screen and (max-width:575px) {
    .header-title,
    .new-zarinpal-description,
    .read-more,
    .title-describe,
    .top-title {
        padding: 0 10px !important
    }
}

   
label span {
    color: #838383;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block
}

.btn {
    display: inline-block;
    border-radius: 5px;
    padding: 6px 28px;
    border: none;
    font-size: 16px !important;
   
    cursor: pointer !important
}

    .btn,
    .btn:hover {
        -webkit-transition: .4s;
        transition: .4s
    }

        .btn:hover {
            opacity: .6
        }

.btn-gold {
    background-image: linear-gradient(45deg, #ffe75a, #f7cb3d) !important;
    -webkit-box-shadow: 0 5px 10px 0 rgba(255, 214, 71, .25);
    box-shadow: 0 5px 10px 0 rgba(255, 214, 71, .25);
    color: #584b00 !important
}

    .btn-gold:hover {
        -webkit-box-shadow: 0 10px 20px 0 rgba(255, 214, 71, .25) !important;
        box-shadow: 0 10px 20px 0 rgba(255, 214, 71, .25) !important
    }

.btn-normal {
    background: #fff;
    -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .03);
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .03);
    color: #303030 !important
}

    .btn-normal:hover {
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .03) !important;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .03) !important
    }

.animated {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.header {
    margin-bottom: 29px
}

    .header .new-logo {
        height: 35px;
        width: 156px;
        margin-top: 10px;
        margin-right: 20px
    }

    .header .new-logo-white {
        background: url(../images/logo-white.svg?24169e9c755a6fa32adeb53a3b8c3981) no-repeat
    }

    .header .new-logo-black {
        background: url(../images/new-logo.svg?f11c5403741ece2fafe55e2857cc5b8b) no-repeat
    }

    .header .links li {
        margin: 0 20px;
        display: inline-block;
        font-size: 14px;
        color: #fff;
        padding-bottom: 10px;
        -webkit-transition: .4s;
        transition: .4s;
        border-bottom: 2px solid transparent
    }

    .header .links .vertical-line {
        background-color: #fff;
        width: 1px;
        min-height: 100%;
        height: 16px;
        position: relative;
        display: inline-block;
        top: 4px
    }

    .header .more-menu:after {
        content: "";
        width: 0;
        position: relative;
        top: 15px;
        margin-right: 7px;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #fff
    }

    .header .more-menu .show {
        display: block
    }

    .header .more-menu ul {
        display: none;
        z-index: 999;
        position: absolute;
        min-width: 8rem;
        max-width: 16rem;
        padding: 0;
        margin-top: 10px;
        margin-right: -70px;
        border-radius: 2px;
        text-align: right;
        background-color: #fff;
        -webkit-box-shadow: 1px 2px 12px rgba(0, 0, 0, .2), 0 1px 2px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .1) inset;
        box-shadow: 1px 2px 12px rgba(0, 0, 0, .2), 0 1px 2px rgba(0, 0, 0, .15), inset 0 0 1px rgba(0, 0, 0, .1)
    }

        .header .more-menu ul:before {
            content: "";
            position: absolute;
            top: -8px;
            left: 34px;
            margin: 0 2px;
            border-left: 9px solid transparent;
            border-right: 9px solid transparent;
            border-bottom: 9px solid #fff
        }

        .header .more-menu ul li {
            display: block;
            color: #303030;
            margin: 0;
            padding: 10px 20px;
            border-bottom: 1px solid #ededed;
            -webkit-transition: .4s;
            transition: .4s
        }

            .header .more-menu ul li:hover {
                background-color: #ededed;
                -webkit-transition: .4s;
                transition: .4s
            }

    .header .icon-menu {
        float: left;
        margin: 10px;
        font-size: 30px;
        color: #fff
    }

    .header .bg-mobile-menu {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background-color: rgba(0, 0, 0, .7);
        bottom: 0;
        z-index: 1000
    }

    .header .mobile-menu {
        z-index: 1001;
        background-color: #fff;
        top: 0;
        position: fixed;
        left: 0;
        right: 0
    }

        .header .mobile-menu .top {
            background-color: #fff;
            text-align: left;
            padding: 10px
        }

            .header .mobile-menu .top .icon-close {
                cursor: pointer;
                font-size: 30px;
                margin: 10px;
                display: inline-block
            }

        .header .mobile-menu .middle {
            background-color: #fff;
            padding: 0 30px
        }

            .header .mobile-menu .middle ul {
                padding-right: 0
            }

                .header .mobile-menu .middle ul li {
                    padding: 5px 0
                }

                .header .mobile-menu .middle ul .horizontal-line {
                    margin: 10px 0
                }

        .header .mobile-menu .bottom {
            background-color: #eee;
            padding: 20px 30px
        }

.blue-header {
    background-image: linear-gradient(135deg, #21254e, #2b4a83);
    -webkit-box-shadow: 0 20px 40px 0 rgba(36, 46, 91, .26);
    box-shadow: 0 20px 40px 0 rgba(36, 46, 91, .26);
    border-radius: 20px;
    margin-top: -30px
}

    .blue-header .custom-blue-header ul .more-menu {
        border-bottom: none !important
    }

    .blue-header .custom-blue-header ul li:hover {
        border-bottom: 2px solid #fff;
        -webkit-transition: .4s;
        transition: .4s
    }

    .blue-header .links .btn {
        margin: 0 10px
    }

    .blue-header .wave {
        width: 846px;
        height: 509px;
        background: url(../images/wave.png?6120c01e192bae81dbb4328757b91e6f) no-repeat 50%;
        background-size: cover;
        position: relative
    }

    .blue-header .btn-go-bottom-section {
        margin-top: -90px
    }

    .blue-header .icon-arrow-down {
        display: inline-block;
        font-size: 33px;
        background-color: #fff;
        -webkit-box-shadow: 0 -2px 9px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 -2px 9px 0 rgba(0, 0, 0, .1);
        border-radius: 100px;
        color: #21254e;
        position: relative;
        bottom: -22px;
        cursor: pointer;
        z-index: 1000
    }

@media (max-width:575px) {
    .blue-header {
        padding: 30px 10px
    }

    .btn-go-bottom-section {
        text-align: center !important
    }

        .btn-go-bottom-section .icon-arrow-down {
            bottom: -52px !important
        }
}

@media (min-width:576px) and (max-width:767px) {
    .blue-header {
        padding: 30px 10px
    }

        .blue-header .btn-go-bottom-section .icon-arrow-down {
            bottom: -52px !important
        }
}

@media (min-width:768px) and (max-width:991px) {
    .blue-header {
        padding: 30px 10px
    }

        .blue-header .btn-go-bottom-section {
            text-align: center !important
        }

            .blue-header .btn-go-bottom-section .icon-arrow-down {
                bottom: -52px !important
            }
}

@media (min-width:992px) and (max-width:1199px) {
    .blue-header {
        margin-left: -5%;
        margin-right: -5%;
        padding: 40px 100px 0
    }

        .blue-header .wave {
            margin-top: 30px;
            bottom: 70px;
            right: -337px
        }
}

@media (min-width:1200px) {
    .blue-header {
        margin-left: -5%;
        margin-right: -5%;
        padding: 40px 100px 0
    }

        .blue-header .wave {
            margin-top: 30px;
            bottom: 70px;
            right: -211px
        }
}

.page-title {
    color: #fff;
    left: 0;
    position: absolute;
    background-image: linear-gradient(-135deg, #21254e, #2b4a83);
    height: 80px;
    font-size: 28px;
    text-align: center;
    right: 0;
    line-height: 2.9
}

.page-section {
    margin: 70px 0;
    padding: 40px 25px
}

    .page-section img.img {
        width: 100%
    }

    .page-section span.note {
        color: #828282;
        font-size: 18px
    }

    .page-section h3 {
        font-size: 28px;
        margin-top: 5px
    }

    .page-section .section-content {
        color: #303030;
        font-size: 16px
    }

.gray-section {
    background-color: #f2f3f5;
    border-radius: 10px
}

.bordered-section {
    border: 1px solid #c3c6cd;
    border-radius: 10px
}

@media (min-width:768px) {
    .page-section {
        margin: 70px 0
    }
}

.customer-top-line {
    margin-top: 110px
}

.customers .title {
    font-size: 20px;
    margin-bottom: -5px;
    margin-top: 30px
}

.customers .images {
    text-align: center;
    margin-bottom: 30px
}

    .customers .images .logo {
        padding: 0;
        margin: 20px 35px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: inline-block
    }

    .customers .images .logo-cinema-ticket {
        width: 100px;
        height: 22px;
        background-image: url(../images/cinematicket_dark.svg?34d3509497a476ede1cab45fef9c4fab)
    }

    .customers .images .logo-shahrzad {
        width: 69px;
        height: 40px;
        background-image: url(../images/shahrzad.svg?89e8e5aaff0c5186c926495e507c8143)
    }

    .customers .images .logo-tagmond {
        width: 138px;
        height: 20px;
        background-image: url(../images/tagmond.svg?7f6466b2f8f63e9411004985eaa0c66f)
    }

    .customers .images .logo-2nate {
        width: 86px;
        height: 30px;
        background-image: url(../images/2nate.svg?d7c6075f2795acac880babcd8017e2c9)
    }

    .customers .images .logo-hiholiday {
        width: 120px;
        height: 25px;
        background-image: url(../images/hiholiday.svg?72d2a538944e0a2febc9c61575c60b20)
    }

    .customers .images .logo-p24 {
        width: 130px;
        height: 18px;
        background-image: url(../images/p24.svg?21bf709318e5af7f2dc3a449126849ca)
    }


.page-head .image-section:before {
    content: "";
    background: url(../images/crooked-blue-bg.png?94370e248b63f0535ffc6189d43fcfa4) 0 0 no-repeat;
    z-index: -1;
    position: absolute;
    background-size: 100% 100%
}

.page-head .description-section:before {
    content: "";
    background: url(../images/page-header-light-bg.svg?3f4d96fc5b464c00398575e40b7b6c45) 0 0 no-repeat;
    z-index: -1;
    position: absolute;
    height: 410px;
    background-size: 100% 100%
}

.page-head .description-section .header-title {
    margin-top: 150px
}

.page-head .description-section .description {
    max-width: 500px;
    padding: 0 20px
}

@media (max-width:575px) {
    .image-section:before {
        width: 284px;
        height: 90px;
        left: 0;
        top: 0
    }

    .image-section .personal-link-image {
        width: 100% !important
    }

    .description-section:before {
        width: 100%;
        right: 0;
        top: -60px
    }

    .description-section .header-title {
        margin-top: 50px !important
    }
}

@media (min-width:576px) and (max-width:767px) {
    .image-section:before {
        width: 284px;
        height: 90px;
        left: 0;
        top: 0
    }

    .description-section:before {
        width: 100%;
        right: 0;
        top: 0
    }

    .description-section .header-title {
        margin-top: 50px !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .image-section:before {
        width: 697px;
        height: 225px;
        left: 0;
        top: 0
    }

    .description-section:before {
        width: 100%;
        right: 0;
        top: 0
    }

    .description-section .header-title {
        margin-top: 50px !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .image-section:before {
        width: 800px;
        height: 220px;
        left: 0;
        top: 0
    }

    .description-section:before {
        width: 1003px;
        right: 0;
        top: 0
    }
}

@media (min-width:1200px) {
    .image-section:before {
        width: 1077px;
        height: 280px;
        left: 0;
        top: 0
    }

    .description-section:before {
        width: 1003px;
        right: 0;
        top: 0
    }
}

.blue-header .section-new-version .right-box {
    margin-top: 60px;
    z-index: 1
}

    .blue-header .section-new-version .right-box .gradient-background {
        margin-right: 30px
    }

        .blue-header .section-new-version .right-box .gradient-background .tag {
            display: inline-block;
            font-size: 13px;
            padding: 4px 10px;
            margin-bottom: 20px;
            background: rgba(0, 0, 0, .12);
            height: 20px;
            border-radius: 100px
        }

            .blue-header .section-new-version .right-box .gradient-background .tag .tag-label-background {
                background-color: #fff;
                color: #424242;
                padding: 0 7px;
                height: 18px;
                display: inline-block;
                border-radius: 14px;
                margin-left: 5px;
                margin-right: -5px;
                margin-top: 1px
            }

            .blue-header .section-new-version .right-box .gradient-background .tag .label {
                position: relative;
                top: -3px
            }

            .blue-header .section-new-version .right-box .gradient-background .tag .label-text {
                top: -2px;
                position: relative;
                margin-right: 5px
            }

        .blue-header .section-new-version .right-box .gradient-background .new-zarinpal-description {
            max-width: 494px;
            padding: 0 0 20px
        }

        .blue-header .section-new-version .right-box .gradient-background .links {
            margin: 40px 0
        }

            .blue-header .section-new-version .right-box .gradient-background .links a {
                margin: 10px
            }

.blue-header .section-new-version .request-money {
    width: 499px;
    height: 524px;
    background-size: 100% !important;
    background: url(../images/request-money.png?47f09e566dd2c85acda777469800b500) no-repeat 50%;
    margin: 0 auto;
    position: relative;
    display: inherit;
    top: 10px;
    left: -120px
}

.section-pg {
    margin: 90px 0
}

    .section-pg .pg-background {
   
    }

.section-social-payment {
    margin: 60px 0 70px
}

    .section-social-payment .gray-bg:before {
        content: "";
        z-index: -2;
        height: 703px;
        background: url(../images/gray-bg.svg?3b05a1ee51a1a604f7ef34e4e18c9630) 0 0 no-repeat;
        position: absolute;
        left: 0;
        top: 960px
    }

.section-read-more {
    margin: 60px 0
}

    .section-read-more .gold-bg:before {
        content: "";
        z-index: -2;
        height: 601px;
        width: 144px;
        background: url(../images/gold-bg.svg?f08d3d9c0caf90b56a76192391735abb) 0 0 no-repeat;
        position: absolute;
        right: 0
    }

    .section-read-more .options {
        padding: 30px
    }

        .section-read-more .options .icon:before {
            color: #29447a
        }

        .section-read-more .options .title {
            position: relative;
            top: 20px
        }

        .section-read-more .options .image-icon {
            width: 60px;
            height: 60px;
            display: inline-block;
            margin: 0 20px -10px 10px;
            position: relative;
            top: 27px;
            background-color: #edf0f4 !important;
            border-radius: 17px
        }

        .section-read-more .options .image-verified-account {
            background: url(../images/verified.svg?fd88ebe4f0b591422a980a47e450343d) no-repeat;
            background-position: 13px !important
        }

        .section-read-more .options .image-split {
            background: url(../images/split.svg?bd8664ff24af286eafdfcac8eb5fd81b) no-repeat;
            background-position: 11px !important
        }

        .section-read-more .options .image-support {
            background: url(../images/support.svg?dfb44fa166efd444b5ac87559ab473d1) no-repeat;
            background-position: 13px !important
        }

        .section-read-more .options .image-security {
            background: url(../images/security.svg?312a74a4f44399dc31c6c5a674907896) no-repeat;
            background-position: 16px !important
        }

        .section-read-more .options .description {
            padding: 20px
        }

    .section-read-more .read-more-standards {
        padding: 30px
    }

        .section-read-more .read-more-standards .title-describe {
            border-bottom: none !important
        }

@media (max-width:575px) {
    .center-content-xs {
        text-align: center;
        margin: auto
    }

    .blue-header .right-box {
        margin-top: 20px !important
    }

        .blue-header .right-box .gradient-background {
            margin-right: 0 !important
        }

    .blue-header .tag {
        display: block !important;
        margin: 0 auto !important;
        width: 155px
    }

    .btn-go-bottom-section .icon-arrow-down {
        bottom: -52px !important
    }

    .gray-bg:before {
        width: 100%
    }

    .left-border {
        border-left: none !important
    }

    .pg-background {
        margin-top: 80px !important
    }
}

@media (min-width:576px) and (max-width:767px) {
    .pg-background {
        margin-top: 100px !important
    }

    .center-content-xs {
        text-align: center;
        margin: auto
    }
}

@media (min-width:768px) and (max-width:991px) {
    .center-content-xs {
        text-align: center;
        margin: auto
    }

    .pg-background {
        margin-top: 100px !important
    }

    .gray-bg:before {
        width: 100%
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .blue-header .section-new-version .request-money {
        left: -180px !important;
        top: -5px;
        width: 390px !important
    }

    .gray-bg:before {
        width: 100%
    }
}

@media (min-width:1200px) {
    .gray-bg:before {
        width: 985px
    }

    .pg-background {
        width: 463px
    }

    .social-payment-background {
        width: 557px
    }
}

.contact-page {
    margin-top: 180px;
    margin-bottom: 100px
}

    .contact-page h2 {
        font-size: 24px;
        background: #fff;
        position: absolute;
        margin-top: -20px;
        margin-right: -1px;
        padding-left: 25px
    }

        .contact-page h2 span.icon {
            color: #fff;
            background-image: linear-gradient(135deg, #2c3379, #2b4a83);
            border-radius: 50%;
            width: 39px;
            height: 39px;
            display: inline-block;
            text-align: center;
            line-height: 1.5;
            margin-left: 15px
        }

    .contact-page .map-container {
        width: 100%;
        height: 360px;
        margin-bottom: 70px;
        border-radius: 10px;
        -webkit-box-shadow: 0 3px 5px #ccc;
        box-shadow: 0 3px 5px #ccc
    }

    .contact-page .contact-container {
        border-radius: 10px;
        border: 1px solid #c3c6cd;
        padding: 25px
    }

        .contact-page .contact-container .contact-info {
            color: #828282
        }

            .contact-page .contact-container .contact-info .address {
                color: #424242
            }

        .contact-page .contact-container .form-container {
            margin-bottom: 25px
        }

            .contact-page .contact-container .form-container .g-recaptcha {
                margin: 10px
            }

            .contact-page .contact-container .form-container .btn-default {
                float: left
            }

.about_us .blue-header .btn-go-bottom-section {
    margin-top: 0 !important
}

.about_us .section-one .title-describe {
    border-bottom: none !important
}

.about_us .section-two .yellow-oval {
    background: url(../images/Oval.svg?a72a0fabb52b7f8780f9914cc7e2f057) no-repeat 50%;
    width: auto;
    height: 80px;
    margin: auto;
    -webkit-box-shadow: inset -18px 60px 36px -53px #cdcedbe8;
    box-shadow: inset -18px 60px 36px -53px #cdcedbe8
}

.about_us .section-two .zarin-logo {
    background: url(../images/zarinpic.svg?e9ebac32f78606404c6bbebf50363937) no-repeat 50%;
    width: 330px;
    height: 340px;
    background-size: cover;
    position: relative;
    margin: auto
}

.about_us .section-two .title-describe {
    border-bottom: none !important
}

.about_us .section-tree {
    max-width: 85%;
    margin: auto
}

    .about_us .section-tree .personal {
        margin-top: 35px
    }

        .about_us .section-tree .personal .avatar-img .avatar {
            background: #fff;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            -webkit-box-shadow: 0 4px 12px 0 rgba(48, 56, 71, .15);
            box-shadow: 0 4px 12px 0 rgba(48, 56, 71, .15)
        }

        .about_us .section-tree .personal .name {
    
            margin: 12px auto 18px;
            padding: 0 8px;
            text-align: center;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content;
            height: auto;
            font-size: 16px;
            color: #303030;
            line-height: 40px;
            background: #fff;
            -webkit-box-shadow: 0 2px 6px 0 rgba(48, 56, 71, .15);
            box-shadow: 0 2px 6px 0 rgba(48, 56, 71, .15);
            border-radius: 100px
        }

        .about_us .section-tree .personal .role {
            font-size: 14px
        }

@media (max-width:326px) {
    .section-one .links .btn-gold,
    .section-one .links .btn-normal {
        margin: 1em auto
    }

    .section-tree .vl-left-xs {
        margin-left: 80px
    }

    .section-tree .vl-left-xs,
    .section-tree .vl-right-xs {
        height: 35px;
        position: absolute;
        background: #bfc6d3;
        width: 1px;
        margin-right: 3em
    }

    .section-tree .personal .background-linetabletsm:before {
        margin: 45px auto;
        content: "";
        position: absolute;
        width: 150px;
        height: 1px;
        background: #bfc6d2;
        z-index: -1
    }
}

@media (min-width:326px) and (max-width:575px) {
    .section-one .links .btn-gold {
        margin: 1em auto
    }

    .section-one .links .btn-normal {
        margin: 1em
    }

    .section-tree .vl-left-xs {
        margin-left: 80px
    }

    .section-tree .vl-left-xs,
    .section-tree .vl-right-xs {
        height: 35px;
        position: absolute;
        background: #bfc6d3;
        width: 1px;
        margin-right: 5em
    }

    .section-tree .personal .background-linetabletsm:before {
        margin: 45px auto;
        content: "";
        position: absolute;
        width: 230px;
        height: 1px;
        background: #bfc6d2;
        z-index: -1
    }
}

@media (min-width:576px) and (max-width:767px) {
    .section-tree .vl-left-xs {
        margin-left: 80px
    }

    .section-tree .vl-left-xs,
    .section-tree .vl-right-xs {
        height: 35px;
        position: absolute;
        background: #bfc6d3;
        width: 1px;
        margin-right: 8em
    }

    .section-tree .personal .background-linetabletsm:before {
        margin: 45px auto;
        content: "";
        position: absolute;
        width: 310px;
        height: 1px;
        background: #bfc6d2;
        z-index: -1
    }
}

@media (min-width:768px) and (max-width:991px) {
    .section-tree .vl-left-sm,
    .section-tree .vl-right-sm {
        height: 35px;
        position: absolute;
        background: #bfc6d3;
        width: 1px;
        margin-right: 6em
    }

    .section-tree .personal .background-linetablet:before {
        margin: 45px auto;
        content: "";
        position: absolute;
        width: 290px;
        height: 1px;
        background: #bfc6d2;
        z-index: -1
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .section-tree .vl-left-lg {
        margin-left: 80px
    }

    .section-tree .vl-left-lg,
    .section-tree .vl-right-lg {
        height: 35px;
        position: absolute;
        background: #bfc6d3;
        width: 1px;
        margin-right: 8%
    }

    .section-tree .personal .background-line:before {
        margin: 45px auto;
        content: "";
        position: absolute;
        width: 300px;
        height: 1px;
        background: #bfc6d2;
        z-index: -1
    }
}

@media (min-width:1200px) and (max-width:1600px) {
    .section-tree .vl-left-lg {
        margin-left: 80px
    }

    .section-tree .vl-left-lg,
    .section-tree .vl-right-lg {
        height: 35px;
        position: absolute;
        background: #bfc6d3;
        width: 1px;
        margin-right: 7em
    }

    .section-tree .personal .background-line:before {
        margin: 45px auto;
        content: "";
        position: absolute;
        width: 350px;
        height: 1px;
        background: #bfc6d2;
        z-index: -1
    }
}

@media (min-width:1600px) and (max-width:1900px) {
    .section-tree .vl-left-lg {
        margin-left: 80px
    }

    .section-tree .vl-left-lg,
    .section-tree .vl-right-lg {
        height: 35px;
        position: absolute;
        background: #bfc6d3;
        width: 1px;
        margin-right: 7em
    }

    .section-tree .personal .background-line:before {
        margin: 45px auto;
        content: "";
        position: absolute;
        width: 350px;
        height: 1px;
        background: #bfc6d2;
        z-index: -1
    }
}

@media (min-width:1900px) {
    .section-tree .vl-left-lg {
        margin-left: 80px
    }

    .section-tree .vl-left-lg,
    .section-tree .vl-right-lg {
        height: 35px;
        position: absolute;
        background: #bfc6d3;
        width: 1px;
        margin-right: 7em
    }

    .section-tree .personal .background-line:before {
        margin: 45px auto;
        content: "";
        position: absolute;
        width: 350px;
        height: 1px;
        background: #bfc6d2;
        z-index: -1
    }
}

.prices-page {
    margin: 90px 0
}

    .prices-page .top-page-image {
        width: 352px;
        height: 349px;
        background: url(../images/prices.png?b4800dd710447c5ba7059ab4dfbd0eaa) no-repeat;
        background-size: contain;
        margin: 0 auto
    }

    .prices-page .table {
        margin: 0 auto;
        text-align: right;
        width: 100%
    }

        .prices-page .table .table-body .table-row {
            margin: 10px 0;
            background: #fff;
            -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .07);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .07);
            border-radius: 5px;
            padding: 15px 25px
        }

        .prices-page .table .table-head .table-row {
            background: transparent
        }

    .prices-page #links a.btn {
        width: 100%;
        display: inline-block;
        padding: 10px 25px;
        margin: 10px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

@media only screen and (min-width:660px) {
    .prices-page #links a.btn {
        width: 35%;
        margin: 10px
    }
}

@media only screen and (min-width:1190px) {
    .prices-page #links a.btn {
        width: 20%;
        display: inline;
        margin: 0 10px
    }
}

.prices-page #register span {
    font-size: 28px;
    display: inline-block;
    margin-bottom: 15px
}

@media only screen and (min-width:998px) {
    .prices-page #register span {
        margin-left: 15px;
        margin-bottom: inherit
    }
}

@media (min-width:768px) and (max-width:991px) {
    .prices-page .table {
        width: 80%
    }
}

.application-page .application-title {
    margin-top: 50px;
    margin-bottom: -60px
}

.application-page .zarinpal-application-image {
    margin: 80px auto 30px
}

.application-page .zarinak-application-image {
    margin: 73px auto 0
}

.application-page .buttons {
    margin: 40px 0
}

    .application-page .buttons .btn {
        margin-left: 20px
    }

.application-page .properties ul {
    padding-right: 0
}

    .application-page .properties ul li:before {
        content: "\2022";
        color: #fad749;
        display: inline-block;
        height: 20px;
        font-size: 30px;
        position: relative;
        top: 5px;
        margin-left: 15px
    }

@media (min-width:1200px) {
    .zarinak-application-image,
    .zarinpal-application-image {
        width: 429px
    }
}

.section-zarincard {
    margin: 100px 0 0
}

@media (min-width:1200px) {
    .zarincard-background {
        width: 480px
    }
}
.faq-page {
    margin-top: 20px
}

    .faq-page .faq {
        padding-right: 0
    }

        .faq-page .faq .faq-item {
            background: rgba(0,97,171,.15);
            padding: 15px;
            border-radius: 10px;
            -webkit-box-shadow: 0 3px 9px 0 rgba(0,0,0,.03);
            box-shadow: 0 3px 9px 0 rgba(0,0,0,.03);
            color: #424242;
            margin-bottom: 20px;
            font-size: 15px
        }

            .faq-page .faq .faq-item .icon {
                font-size: 29px;
                vertical-align: middle;
                margin-left: 5px;
                float: right;
                cursor: pointer
            }

            .faq-page .faq .faq-item .line {
                height: 1px;
                width: 100%;
                background-color: #dfe1e4;
                margin: 10px 0
            }

            .faq-page .faq .faq-item .answer {
                display: none;
                padding: 10px
            }

.merchant-page-image {
    width: 352px;
    height: 349px;
    background: url(../images/merchants.png?9d36f107b8f17777241a580966272750) no-repeat;
    background-size: contain;
    margin: 0 auto
}

.merchants {
    margin: 0 !important
}

    .merchants .loading {
        position: fixed;
        overflow: hidden;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        cursor: wait;
        width: 6rem;
        height: 6rem;
        text-align: center;
        background-color: hsla(0, 0%, 100%, .95);
        -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, .1), 0 2px 15px rgba(0, 0, 0, .1);
        box-shadow: 0 1px 12px rgba(0, 0, 0, .1), 0 2px 15px rgba(0, 0, 0, .1);
        border-radius: 100%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        z-index: 9
    }

        .merchants .loading .loadbar {
            display: block;
            margin: 1.25rem auto;
            width: 3.5rem;
            height: 3.5rem;
            border: 1px solid;
            border-radius: 100%;
            -webkit-animation: loader .64s linear infinite;
            animation: loader .64s linear infinite;
            border-color: palette(blue, light);
            border-left-color: palette(dark, base)
        }

    .merchants .cat-figure {
        margin: 10px;
        border: 1px solid #eee;
        padding: 10px
    }

        .merchants .cat-figure:hover {
            border-color: #ff1f8f;
            background: #fff;
            -webkit-box-shadow: 0 20px 32px rgba(0, 0, 0, .1);
            box-shadow: 0 20px 32px rgba(0, 0, 0, .1);
            -webkit-transform: translateY(-3px);
            transform: translateY(-3px)
        }

        .merchants .cat-figure .head {
            text-align: center;
            border-bottom: 1px solid #e5e5e5;
            margin-bottom: 20px
        }

            .merchants .cat-figure .head .cat-name {
                color: #737373;
                margin: 10px 0
            }

        .merchants .cat-figure ul {
            font-size: .85em
        }

            .merchants .cat-figure ul li {
                list-style-type: disc
            }

                .merchants .cat-figure ul li a {
                    color: #757575 !important
                }

                    .merchants .cat-figure ul li a:active,
                    .merchants .cat-figure ul li a:hover {
                        color: #333
                    }

    .merchants .merchants {
        padding: 5.35rem/2 0
    }

        .merchants .merchants .merchant-cell .merch-figure {
            padding: 1rem;
            margin: 20px;
            height: 13em;
            text-align: right;
            background: hsla(0, 0%, 100%, .8);
            border: 1px solid #ff85c2;
            -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
            box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
            border-radius: 2px;
            will-change: transform;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

            .merchants .merchants .merchant-cell .merch-figure:hover {
                border-color: #ff1f8f;
                background: #fff;
                -webkit-box-shadow: 0 20px 32px rgba(0, 0, 0, .1);
                box-shadow: 0 20px 32px rgba(0, 0, 0, .1);
                -webkit-transform: translateY(-3px);
                transform: translateY(-3px)
            }

        .merchants .merchants .merchant {
            display: block
        }

            .merchants .merchants .merchant .category {
                text-align: right;
                display: table;
                width: 100%;
                margin-bottom: 20px
            }

                .merchants .merchants .merchant .category .svg--icon {
                    margin-right: 0;
                    margin-left: 10px;
                    width: 2rem;
                    height: 2rem;
                    float: right
                }

                .merchants .merchants .merchant .category span {
                    overflow: hidden;
                    display: block;
                    font-size: 14px;
                    font-weight: 300;
                    color: #737373
                }

                    .merchants .merchants .merchant .category span small {
                        display: block;
                        font-size: .75em
                    }

            .merchants .merchants .merchant p {
                margin: 0 auto;
                font-size: .85rem
            }

            .merchants .merchants .merchant .decly {
                margin-top: 1em;
                font-size: .8rem
            }

            .merchants .merchants .merchant .urly {
                position: absolute;
                left: 1rem;
                bottom: 1rem;
                font-size: .775em;
                direction: ltr;
                text-align: left
            }

            .merchants .merchants .merchant .titly {
                display: inline-block;
                overflow: hidden;
                font-size: 1rem;
                font-weight: 300;
                position: relative;
                margin-bottom: 0;
                top: -7px
            }

            .merchants .merchants .merchant .picto {
                float: right;
                background: #fdcf41;
                width: 2rem;
                height: 2rem;
                margin-left: 6px;
                border-radius: 100%
            }

            .merchants .merchants .merchant .dately {
                margin-top: 6px;
                color: #7d7d7d
            }

    .merchants .pagination {
        margin: 70px auto 0
    }

        .merchants .pagination .page-link {
            display: inline-block;
            padding: 5px 5px 3px;
            margin-left: .5em;
            min-width: 2rem;
            color: #888 !important;
            text-align: center;
            font-weight: 500;
            background-color: #fff;
            border: 1px solid #e5e5e5;
            border-radius: 3px;
            font-size: .9rem;
            -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .085);
            box-shadow: 0 1px 2px rgba(0, 0, 0, .085);
            -webkit-transition: all .255s ease-in-out;
            transition: all .255s ease-in-out;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            white-space: nowrap
        }

            .merchants .pagination .page-link.current,
            .merchants .pagination .page-link:hover {
                color: #fff !important;
                background-color: #348cd8;
                border-color: #3f92da
            }

            .merchants .pagination .page-link:active {
                -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .085), 0 2px 6px rgba(0, 0, 0, .125) inset;
                box-shadow: 0 1px 2px rgba(0, 0, 0, .085), inset 0 2px 6px rgba(0, 0, 0, .125)
            }

            .merchants .pagination .page-link:last-child {
                border-left: 1px solid #e5e5e5;
                border-radius: 4px
            }

.policy-page .horizontal-line {
    margin: 40px 0
}

.policy-page .section-content {
    margin-bottom: 30px
}

.terms-page {
   
}

    .terms-page .horizontal-line {
        margin: 40px 0
    }

    .terms-page .section-content {
        margin: 20px 0
    }

    .terms-page .sub-condition {
        margin: 10px 20px 20px 0
    }


/*# sourceMappingURL=app.css.map*/
