@font-face {
    font-family: 'BYekan';
    src: url('fonts/BYekan-webfont.eot') format('eot'), url('fonts/BYekan-webfont.woff') format('woff'), url('fonts/BYekan-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'VazirBold';
    src: url('fonts/Vazir-Bold.eot') format('eot'), url('fonts/Vazir-Bold.woff') format('woff'), url('fonts/Vazir-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Shabnam';
    src: url('fonts/Shabnam.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


html {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'VazirBold'  !important;
    font-size: 14px;
    word-spacing: -1px;
    background-color: #ffffff;
}

/***********Default setting************/

a:link, a:hover, a:active {
    text-decoration: none;
    outline: 0 !important
}

i, span, label, a {
    display: inline-block;
    font-weight: normal;
}

ul {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 15px;
    margin: 0;
    padding: 0
}

img {
    max-width: 100%
}

/********** Transition ************/
a, i, input[type="submit"], form button {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s
}

.user-account .avatar-layer ul:after, .term-content aside .statistics ul:after,
.term-content aside .share-layer:after, .term-content .term-description ul li:after,
.comment-list .comment-row:after,
.term-categories .switch-field:after {
    display: block;
    clear: both;
    content: '';
    visibility: hidden;
    height: 0;
    line-height: 0
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.landing-layer {
    width: 100%;
    /* background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../images/slide5.png') no-repeat center center / cover; */
    position: relative;
    background-color: #ffffff;
}

    .landing-layer nav {
        padding: 0 0;
        margin-top: 15px;
    }

        .landing-layer nav ul li {
            display: inline-table;
        }

            .landing-layer nav ul li a {
                line-height: 25px;
                color: #000000;
                font-size: 1.3rem;
                /*   font-size: 10px;*/
                padding: 0 0 0 15px;
            }

        .landing-layer nav .clientarea {
            text-align: left;
            color: #fff
        }

            .landing-layer nav .clientarea i {
                color: #fff;
                font-size: 10px;
                position: relative;
                top: 3px;
                margin-left: 4px;
            }

            .landing-layer nav .clientarea a {
                color: #000;
                font-size: 1.3rem;
                /*font-size: 10px;*/
            }

                .landing-layer nav ul li a:hover,
                .landing-layer nav .clientarea a:hover {
                    color: #00a8e9;
                }

    .landing-layer header {
        /* padding: 20px 0; */
        text-align: center;
        color: #4377df;
        word-spacing: -1px;
        font-family: 'VazirBold';
    }

        .landing-layer header .logo {
            width: 200px;
            display: none;
            margin: 0 auto 20px;
        }

        .landing-layer header h1 {
            line-height: 30px;
            /* padding: 10px 0 0; */
            font-size: 31px;
        }

        .landing-layer header h2,
        .landing-layer header h3 {
            line-height: 30px;
            padding: 10px 0;
            font-size: 23px
        }

    .landing-layer .logo-header {
    }

        .landing-layer .logo-header img {
            display: block;
            /* max-width: 24%; */
            margin: auto;
        }

    .landing-layer .search-form {
        width: 500px;
        margin: 0 auto;
        padding-bottom: 30px
    }

        .landing-layer .search-form form {
            width: 100%;
            height: 45px;
            position: relative;
            margin-bottom: 50px
        }

            .landing-layer .search-form form input {
                background-color: #fff;
                border-radius: 3px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                width: 100%;
                line-height: 50px;
                border: 0;
                padding: 0 20px 0 60px;
                color: #2C373B
            }

            .landing-layer .search-form form button {
                background-color: #00a8e9;
                color: #fff;
                font-size: 24px;
                width: 50px;
                height: 48px;
                position: absolute;
                left: 1px;
                top: 1px;
                border: 0;
                -webkit-border-top-left-radius: 3px;
                -webkit-border-bottom-left-radius: 3px;
                -moz-border-radius-topleft: 3px;
                -moz-border-radius-bottomleft: 3px;
                border-top-left-radius: 3px;
                border-bottom-left-radius: 3px;
            }

                .landing-layer .search-form form button i {
                    position: relative;
                    top: 5px
                }

                .landing-layer .search-form form button:hover {
                    background-color: #006289;
                }

.main-menu {
    background-color: #006289;
    position: relative;
}

    .main-menu nav {
        position: relative;
    }

        .main-menu nav > ul > li {
            float: right;
            padding: 15px 0;
            position: relative;
        }

            .main-menu nav > ul > li:first-child a {
                padding-right: 0
            }

        .main-menu nav > span {
            font-size: 36px;
            color: #fff;
            display: none
        }

            .main-menu nav > span:hover {
                color: #614602;
                cursor: pointer;
            }

        .main-menu nav > ul > li > a {
            color: #fff;
            padding: 0 15px;
            border-left: 1px solid #20991d;
            font-size: 16px
        }

        .main-menu nav > ul > li:last-child > a {
            border-left: 0
        }

        .main-menu nav > ul > li > ul {
            position: absolute;
            top: 50px;
            right: 0;
            background-color: #006289;
            padding: 5px 10px;
            border-bottom: 3px solid #00a8e9;
            min-width: 230px;
            white-space: nowrap;
            display: none;
            z-index: 1000;
        }

            .main-menu nav > ul > li > ul > li {
                width: 100%;
            }

                .main-menu nav > ul > li > ul > li > a {
                    padding: 6px 15px 6px 10px;
                    line-height: 22px;
                    color: #fff
                }

                    .main-menu nav > ul > li:hover > a:hover,
                    .main-menu nav > ul > li > ul > li > a:hover {
                        color: #00a8e9;
                    }



footer .top-footer {
    width: 100%;
    background-color: #ffffff;
    padding: 40px 0 20px;
}

.top-footer .list {
    margin-bottom: 20px
}

    .top-footer .list p.footer-address {
        color: #b2bfc5;
    }

    .top-footer .list header {
        margin-bottom: 20px;
        position: relative;
    }

        .top-footer .list header:before {
            width: 100%;
            content: '';
            position: absolute;
            height: 12px;
            right: 0;
            top: 0;
            margin-bottom: 15px;
            border-bottom: 1px solid #497ff9;
            z-index: 10
        }

        .top-footer .list header h4 {
            color: #000;
            font-size: 16px;
            line-height: 20px;
            display: inline-block;
            background-color: #ffffff;
            z-index: 11;
            position: relative;
            padding-left: 20px;
        }

    .top-footer .list ul li a {
        display: block;
        line-height: 25px;
        padding: 2px 15px 2px 0;
        color: #000;
        font-size: 14px;
        position: relative;
    }

        .top-footer .list ul li a:hover {
            padding-right: 17px;
            color: #00a8e9;
        }

        .top-footer .list ul li a:before {
            position: absolute;
            color: #29aee1;
            font-size: 6px;
            font-family: 'FontAwesome';
            content: '\f111';
            right: 0;
            top: 3px;
        }

.bottom-footer {
    background-color: #1e2023;
    padding: 15px 0
}

    .bottom-footer p {
        color: #b2bfc5;
        font-size: 14px;
        line-height: 22px;
        /*text-align: justify;*/
        padding: 5px;
        margin: 0;
    }

        .bottom-footer p a {
            color: #B2BFC5;
        }

            .bottom-footer p a:hover {
                color: #00a8e9;
            }

.client-page {
    width: 100%;
    padding: 100px 0;
}

    .client-page .container-content {
        width: 450px;
        margin: 0 auto;
        padding: 20px 25px;
        background-color: #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 0 0 15px #ccc
    }

        .client-page .container-content .input-group {
            padding: 10px 0;
            width: 100%
        }

        .client-page .container-content .input-group-addon {
            width: 55px;
            font-size: 18px
        }

        .client-page .container-content .form-control {
            height: 40px
        }

        .client-page .container-content header h2 {
            font-size: 26px;
            font-weight: bold;
            line-height: 45px;
            display: block;
            text-align: center;
            word-spacing: -2px;
            margin-bottom: 15px;
        }

        .client-page .container-content .link {
            padding: 15px 0
        }

            .client-page .container-content .link a {
                display: block;
                line-height: 30px;
                font-size: 14px;
                color: #1CBDF9
            }

                .client-page .container-content .link a:hover {
                    color: #2C373B
                }

                .client-page .container-content .link a i {
                    font-size: 17px;
                    margin-left: 5px;
                    position: relative;
                    top: 2px
                }

                    .client-page .container-content .link a i.zmdi-account {
                        font-size: 18px;
                        right: -1px
                    }

        .client-page .container-content .remember-me,
        .client-page .container-content .accept-rules {
            margin-top: 10px
        }

        .client-page .container-content input[type="checkbox"] {
            position: relative;
            top: 2px;
            margin-left: 5px
        }

main {
    /* padding: 35px 0 45px */
}

    main#home-page {
        background-color: #fff
    }

.terms-items header {
    text-align: center;
    margin-bottom: 30px;
    /* margin-top: 35px */
}

    .terms-items header h2 {
        text-align: center;
        font-size: 21px;
        line-height: 30px;
        color: #252a2b
    }

    .terms-items header a {
        text-align: center;
        font-size: 15px;
        line-height: 30px;
        color: #4b4f4f
    }

        .terms-items header a:hover {
            color: #2aaf27
        }

.terms-items .term-col article {
    width: 100%;
    min-height: 500px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 0 6px #ccc;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    /* text-align: center; */
    border-radius: 4%;
    border-bottom: 3px solid #497ff9;

}
#btn_type_for_me.btn-success, #btn_type_for_another.btn-success {
    background-color: #497ff9 !important;
}

.terms-items .term-col article .ribbon {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
}

        .terms-items .term-col article .ribbon::before,
        .terms-items .term-col article .ribbon::after {
            /* position: absolute; */
            /* z-index: -1; */
            /* content: ''; */
            display: block;
            border: 5px solid #29b94f;
        }

        .terms-items .term-col article .ribbon span {
            position: absolute;
            display: block;
            width: 180px;
            padding: 8px 0;
            background-color: #5dcb5d;
            box-shadow: 0 5px 10px rgba(0,0,0,.1);
            color: #fff;
            font: 700 11px/1 'Lato', sans-serif;
            text-shadow: 0 1px 1px rgba(0,0,0,.2);
            text-transform: uppercase;
            text-align: center;
        }

    /* top left*/
    .terms-items .term-col article .ribbon-top-left {
        top: -10px;
        left: -10px;
    }

        .terms-items .term-col article .ribbon-top-left::before,
        .terms-items .term-col article .ribbon-top-left::after {
            border-top-color: transparent;
            border-left-color: transparent;
        }

        .terms-items .term-col article .ribbon-top-left::before {
            top: 0;
            right: 0;
        }

        .terms-items .term-col article .ribbon-top-left::after {
            bottom: 0;
            left: 0;
        }

        .terms-items .term-col article .ribbon-top-left span {
            right: -25px;
            top: 30px;
            transform: rotate(-45deg);
        }

    /* top right*/
    .terms-items .term-col article .ribbon-top-right {
        /* top: -7px; */
        /* right: -7px; */
    }

        .terms-items .term-col article .ribbon-top-right::before,
        .terms-items .term-col article .ribbon-top-right::after {
            /* border-top-color: transparent; */
            /* border-right-color: transparent; */
        }

        .terms-items .term-col article .ribbon-top-right::before {
            /* top: 0; */
            /* left: 0; */
        }

        .terms-items .term-col article .ribbon-top-right::after {
            bottom: 0;
            right: 0;
        }

        .terms-items .term-col article .ribbon-top-right span {
            left: -20px;
            top: 17px;
            transform: rotate(45deg);
        }

    .terms-items .term-col article .img-layer,
    .terms-items .term-col article .img-layer img {
        width: 100%;
        display: block;
    }

    .terms-items .term-col article .product-title {
        vertical-align: middle;
        /* margin-bottom: 15px; */
        width: 100%;
        /* display: block; */
        font-size: 19px;
        line-height: 40px;
        /* height: 40px; 
        color: #02335e;*/
        color: #497ff9;
        padding: 0 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        /* font-weight: bold; */
        text-align: center;
    }

        .terms-items .term-col article .product-title span {
            border-bottom: 1px solid #e1e1e1;
        }

        .terms-items .term-col article .product-title h2 {
            width: 70%;
            /* display: block; */
            /* font-size: 13px; */
            line-height: 40px;
            /* height: 40px; */
            color: #252a2b;
            padding: 0 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            border-bottom: 1px solid #000;
            text-align: center;
        }

            .terms-items .term-col article .product-title h2:hover {
                color: #af8927;
            }

    /*.terms-items .term-col article span {
        color: #af8927;
        padding: 10px;
        border-top: 1px solid #ebebeb;
        width: 100%;
        display: block;
    }*/

    /* .terms-items .term-col article i {
        color: #ccc;
        font-size: 13px;
        position: absolute;
        left: 10px;
        bottom: 12px;
        font-style: normal;
    }*/

    .terms-items .term-col article .product-description {
        margin-bottom: 40px;
        margin-top: 0px;
        padding: 15px;
        min-height: 240px;
    }

    .terms-items .term-col article .buy-button {
        margin-bottom: 15px;
        text-align: center;
    }

        .terms-items .term-col article .buy-button:disabled {
            opacity: .4;
            cursor: not-allowed;
        }

        .terms-items .term-col article .buy-button .btn-success {
            /* border-radius: 0%; */
            width: 73%;
            background-color: #497ff9;
            border-color: #3670f4;
        }

        .terms-items .term-col article .buy-button i {
            margin-left: 5px;
        }

        .terms-items .term-col article .buy-button .buy-alert {
            /* text-align: center; */
            margin: auto;
            padding: 6px;
            /* margin-bottom: 20px; */
            border: 1px solid transparent;
            border-radius: 4px;
            width: 80%;
            color: #3c763d;
            background-color: #dff0d8;
            border-color: #d6e9c6;
        }

.breadcrumb {
    background-color: transparent;
    margin: 15px 0;
    padding-right: 0
}

    .breadcrumb li a,
    .breadcrumb li {
        color: #26292c
    }

.user-account aside > section,
.user-account .avatar-layer {
    border: 1px solid #ecf1f8;
    margin-bottom: 25px;
    background-color: #fff
}

    .user-account .avatar-layer .img-layer {
        margin: 25px auto 0;
        position: relative;
        z-index: 1;
        width: 130px;
        height: 130px;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .user-account .avatar-layer .img-layer img {
            width: 130px;
            height: 130px;
            border: 3px solid #ecf1f8;
            z-index: 1;
            position: relative;
        }

        .user-account .avatar-layer .img-layer .change-image {
            width: 100px;
            height: 100px;
            line-height: 100px;
            text-align: center;
            font-size: 27px;
            color: #657d9a;
            background-color: rgba(228,235,245,0.4);
            position: absolute;
            z-index: 2;
            opacity: 0;
        }

        .user-account .avatar-layer .img-layer:hover .change-image {
            opacity: 1;
        }

    .user-account .avatar-layer .detail {
        width: 100%;
        padding: 10px 0 15px;
        text-align: center;
    }

        .user-account .avatar-layer .detail h3 {
            font-size: 14px;
            font-weight: bold;
            word-spacing: -1px;
            line-height: 25px;
            padding-bottom: 3px;
            color: #4b5b74
        }

        .user-account .avatar-layer .detail span {
            font-size: 14px;
            word-spacing: -1px;
            line-height: 25px;
            color: #7389a3;
            display: block;
        }

    .user-account aside > section header {
        padding: 5px 15px;
        border-bottom: 1px solid #ecf1f8
    }

        .user-account aside > section header h3 {
            font-size: 15px;
            line-height: 35px;
        }

    .user-account aside > section .inner {
        padding: 10px 15px
    }

        .user-account aside > section .inner ul li a {
            display: block;
            font-size: 14px;
            line-height: 25px;
            padding: 4px 0;
            color: #222
        }

            .user-account aside > section .inner ul li a:hover {
                color: #614602
            }

.user-account .user-account-content {
    border: 1px solid #ecf1f8;
    margin-bottom: 25px;
    background-color: #fff;
}

    .user-account .user-account-content > header {
        padding: 5px 15px;
        border-bottom: 1px solid #ecf1f8
    }

        .user-account .user-account-content > header h1 {
            font-size: 15px;
            line-height: 35px;
        }

    .user-account .user-account-content .inner {
        padding: 20px
    }

        .user-account .user-account-content .inner .account-information h3 {
            font-size: 17px;
            margin-bottom: 10px;
            color: #2aaf27
        }

        .user-account .user-account-content .inner .account-information ul li {
            display: block;
            font-size: 14px;
            line-height: 25px;
            padding: 4px 0;
            color: #222
        }

            .user-account .user-account-content .inner .account-information ul li i {
                margin-left: 5px;
                position: relative;
                top: 3px;
                font-size: 16px;
                color: #ccc
            }

.user-account .form-layer {
    padding: 0 20px
}

    .user-account .form-layer .input-group {
        margin-bottom: 15px
    }

    .user-account .form-layer .link {
        padding: 15px 0
    }

        .user-account .form-layer .link a {
            display: block;
            line-height: 30px;
            font-size: 14px;
            color: #1CBDF9
        }

            .user-account .form-layer .link a:hover {
                color: #614602
            }

            .user-account .form-layer .link a i {
                font-size: 17px;
                margin-left: 5px;
                position: relative;
                top: 2px
            }

    .user-account .form-layer .checkbox-layer {
        margin-top: 10px
    }

        .user-account .form-layer .checkbox-layer input[type="checkbox"],
        .user-account .form-layer .radio-layer input[type="radio"] {
            position: relative;
            top: 2px;
            margin-left: 5px
        }

        .user-account .form-layer .checkbox-layer label,
        .user-account .form-layer .radio-layer label {
            margin-left: 25px
        }

.term-content > header,
.term-content aside .statistics,
.term-content aside .teacher-info,
.term-content aside .term-info,
.term-content aside .tags-layer,
.term-content aside .share-layer,
.term-content .term-description,
.term-content .user-comments,
.term-categories .aside-section {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    background-color: #fff
}

    .term-content > header h1 {
        width: 100%;
        font-size: 18px;
        line-height: 25px;
        padding: 20px 25px
    }

.term-content aside .statistics {
    padding: 30px 20px 20px
}

    .term-content aside .statistics ul li {
        display: inline-table;
        width: 33.33%;
        text-align: center;
        float: right;
    }

        .term-content aside .statistics ul li span {
            font-size: 14px;
            color: #8c9395;
            display: block;
            padding-bottom: 5px
        }

        .term-content aside .statistics ul li i {
            font-size: 16px;
            display: block;
            font-style: normal;
        }

    .term-content aside .statistics > a {
        width: 100%;
        border-radius: 5px;
        line-height: 48px;
        text-align: center;
        display: block;
        background-color: #2aaf27;
        color: #fff;
        font-size: 17px;
        margin-top: 25px
    }

.term-content aside .teacher-info {
    padding: 25px
}

    .term-content aside .teacher-info img {
        width: 140px;
        height: 140px;
        border-radius: 100%;
        display: block;
        margin: 0 auto
    }

    .term-content aside .teacher-info h2 {
        width: 100%;
        line-height: 25px;
        text-align: center;
        font-size: 15px;
        margin: 15px 0
    }

    .term-content aside .teacher-info p {
        line-height: 24px;
        text-align: justify;
        font-size: 14px;
        margin: 0;
        padding: 0 10px;
        color: #8c9395;
    }

.term-content aside .term-info {
    padding: 20px 25px
}

    .term-content aside .term-info h2 {
        font-size: 17px;
        line-height: 22px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 20px
    }

    .term-content aside .term-info ul li {
        font-size: 14px;
        line-height: 22px;
        padding: 5px 0
    }

.term-content aside .tags-layer,
.term-content aside .share-layer {
    padding: 15px 20px;
}

    .term-content aside .tags-layer a {
        font-size: 12px;
        line-height: 20px;
        padding: 1px 5px;
        background-color: #f2f2f2;
        margin: 3px;
        color: #333
    }

    .term-content aside .share-layer span {
        line-height: 25px;
        font-size: 14px;
        color: #333;
        width: auto;
        display: table;
        float: right;
    }

    .term-content aside .share-layer a {
        width: 30px;
        height: 30px;
        line-height: 34px;
        font-size: 18px;
        color: #fff;
        background-color: #999;
        border-radius: 100%;
        text-align: center;
        float: left;
        margin-right: 6px
    }

        .term-content aside .share-layer a:hover {
            background-color: #333
        }

.term-content .term-description {
    padding: 25px 25px 10px
}

    .term-content .term-description .product-type-box {
        margin-bottom: 15px;
    }

    .term-content .term-description .buy-button {
        margin: 15px 0;
        text-align: center;
    }

        .term-content .term-description .buy-button .btn-success {
            /* border-radius: 0%; */
            width: 30%;
            background-color: #5dcb5d;
            border-color: #57d757;
        }

        .term-content .term-description .buy-button i {
            margin-left: 5px;
        }

        .term-content .term-description .buy-button:disabled {
            opacity: .4;
            cursor: not-allowed;
        }

    .term-content .term-description img {
        width: 100%;
        margin-bottom: 20px;
        display: block;
    }

    .term-content .term-description h2 {
        font-size: 22px;
        line-height: 25px;
        margin: 25px 0
    }

    .term-content .term-description p {
        font-size: 14px;
        line-height: 22px;
        text-align: justify;
    }

    .term-content .term-description ul li {
        width: 100%;
        border: 1px solid #ebebeb;
        padding: 15px;
        background-color: #fff;
        margin-bottom: 15px
    }

        .term-content .term-description ul li h3 {
            width: auto;
            float: right;
            display: inline-table;
            font-size: 15px;
            line-height: 22px;
        }

        .term-content .term-description ul li i {
            font-size: 14px;
            width: auto;
            display: inline-table;
            line-height: 22px;
            color: #2aaf27;
            font-style: normal;
            padding: 0 10px;
            float: right;
        }

        .term-content .term-description ul li span {
            font-size: 17px;
            width: auto;
            display: inline-table;
            line-height: 22px;
            color: #333;
            font-style: normal;
            float: left
        }

.term-content .user-comments {
    padding: 20px
}

    .term-content .user-comments header h3 {
        padding-bottom: 20px;
        margin-bottom: 35px;
        font-size: 18px;
        border-bottom: 1px solid #ebebeb
    }

    .term-content .user-comments form input {
        height: 40px
    }

    .term-content .user-comments form textarea {
        resize: none;
        height: 95px
    }

    .term-content .user-comments .btn-success {
        width: 100%;
        height: 40px;
        text-align: center;
    }

.term-content .pagination {
    width: auto;
    margin: 30px auto 10px;
    display: table;
}

    .term-content .pagination i {
        position: relative;
        top: 2px
    }

.term-categories .pagination {
    width: auto;
    margin: 10px auto 40px;
    display: table;
}

    .term-categories .pagination i {
        position: relative;
        top: 2px
    }

.comment-list {
    padding-top: 35px;
    margin-top: 35px;
    border-top: 1px solid #ebebeb
}

    .comment-list .comment-row {
        width: 100%;
        padding: 15px 90px 15px 15px;
        position: relative;
        border-bottom: 1px solid #ebebeb
    }

        .comment-list .comment-row img {
            width: 70px;
            height: 70px;
            border-radius: 100%;
            position: absolute;
            right: 0;
            border: 2px solid #ebebeb;
            top: 15px
        }

        .comment-list .comment-row .left-col {
            width: 100%;
            position: relative;
        }

            .comment-list .comment-row .left-col h3 {
                display: block;
                font-size: 14px;
                line-height: 22px;
                margin-bottom: 5px;
                color: #333
            }

            .comment-list .comment-row .left-col span {
                display: block;
                font-size: 13px;
                line-height: 22px;
                margin-bottom: 5px;
                color: #ccc
            }

            .comment-list .comment-row .left-col p {
                display: block;
                font-size: 13px;
                line-height: 22px;
                text-align: justify;
                margin-bottom: 0
            }

.term-categories .top-bar {
    background-color: #fff;
    box-shadow: 0 0 6px #ccc;
    padding: 15px 20px 20px;
    margin-bottom: 25px;
    position: relative;
}

.term-categories > .top-bar > header {
    position: relative;
    height: 45px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb
}

    .term-categories > .top-bar > header h1 {
        font-size: 20px;
        line-height: 25px
    }

        .term-categories > .top-bar > header h1 span {
            color: #af8927;
        }

    .term-categories > .top-bar > header > span {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 14px;
        color: #333;
        padding: 0 15px;
        border-radius: 30px;
        line-height: 30px;
        background-color: #f2f2f2
    }

.term-categories > .top-bar .input {
    position: relative;
    width: 100%;
    height: 40px;
    border: 1px solid #E8E8E8;
    overflow: hidden;
}

    .term-categories > .top-bar .input input {
        position: relative;
        width: 100%;
        height: 40px;
        border: 0;
        padding: 0 18px 0 50px;
        font-size: 14px;
        line-height: 40px
    }

    .term-categories > .top-bar .input button {
        background-color: transparent;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 0;
        top: 0;
        border: 0;
        font-size: 22px;
        color: #878787;
        line-height: 45px;
        text-align: right;
    }

.term-categories > .top-bar .select-ddl {
    width: 100%;
    background-color: #fff;
    border: 1px solid #E8E8E8;
    position: relative;
}

    .term-categories > .top-bar .select-ddl select {
        width: 100%;
        padding: 0 15px 0 0;
        font-size: 14px;
        height: 38px;
        line-height: 38px;
        border: 0;
    }

.term-categories .switch-field {
    width: 100%;
    overflow: hidden;
    border: 1px solid #E8E8E8;
}

    .term-categories .switch-field input {
        border: 0 none;
        clip: rect(0px, 0px, 0px, 0px);
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
    }

    .term-categories .switch-field label {
        background-color: #fff;
        float: right;
        color: #333;
        display: inline-block;
        font-size: 13px;
        font-weight: normal;
        padding: 5px 10px;
        text-align: center;
        text-shadow: none;
        transition: all 0.1s ease-in-out 0s;
        margin-bottom: 0;
        width: 33.33%;
        height: 38px;
        line-height: 30px
    }

        .term-categories .switch-field label:hover {
            cursor: pointer;
        }

    .term-categories .switch-field input:checked + label {
        background-color: #af8927;
        color: #fff;
    }

.term-categories .aside-section header h3 {
    font-size: 17px;
    line-height: 22px;
    padding: 15px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px
}

.term-categories .filter-by-price header h3 {
    margin-bottom: 30px
}

.term-categories .filter-by-price .price-range {
    padding: 0 35px 15px
}

.term-categories .filter-by-price .max-price {
    width: auto;
    display: inline-table;
    float: left;
    font-size: 12px;
    line-height: 25px;
    position: relative;
    left: -15px;
    padding-top: 10px
}

.term-categories .filter-by-price .min-price {
    width: auto;
    display: inline-table;
    float: right;
    font-size: 12px;
    line-height: 25px;
    position: relative;
    right: -15px;
    padding-top: 10px
}

.term-categories .filter-by-category ul {
    padding: 0 5px 10px
}

    .term-categories .filter-by-category ul li {
        padding: 5px 15px;
        font-size: 14px;
        line-height: 20px
    }

        .term-categories .filter-by-category ul li input {
            position: relative;
            top: 3px;
            margin-left: 3px
        }

footer {
   /* border-top: 1px solid #497ff9;*/
    border-top-right-radius: 4%;
    border-top-left-radius: 4%;
    overflow: hidden;
}

.loading-button {
    background-image: url(/images/circle_loading.svg) !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    color: transparent !important;
    transition: none !important;
}

/* top buttons and their content part start*/
header .btn-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 1rem;
    align-items: center;
    padding: 0 4rem;
    height: 6rem;
  /*  margin-bottom: 1rem;*/
}

header .btn-direct {
    margin: 1rem;
    box-shadow: rgb(211, 208, 208) 5px 4px 6px;
    border-radius: 12px;
    font-family: Shabnam;
    position: relative;
    display: inline-block;
    padding: 1rem 4.5rem;
    font-size: 1.6rem;
    border: none;
    transition: transform 0.5s ease;
}

   /* header .btn-direct:hover, header .btn-direct:active, header .btn-direct:focus {
        transform: scaleX(1.2) scaleY(1.2);
    }*/

        header .btn-direct:hover .btn-text, header .btn-direct:active .btn-text, header .btn-direct:focus .btn-text {
            font-size: 1.8rem;
            color: #363636;
            transition: font-size 0.5s ease;
        }

.btn-direct:active:focus,
.btn-direct:focus {
    outline: none;
}

.btn-direct .diagonal-text {
    position: absolute;
    top: 34%;
    left: 3%;
    transform: translateY(-50%) rotate(-45deg);
    font-size: 1rem;
    color: #0bb512;
    font-weight: 700;
}
.btn-text {
    font-family: 'VazirBold' !important;
}
.btn-direct .btn-text {
    font-size: 1.5rem;
    color: #000;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    header .btn-container {
        /*   flex-direction: column;
        height: 14rem;
        padding: 0 2rem;
        grid-template-columns: 1fr;
        justify-items: center;*/
        height: 10rem;
        padding: 0 2rem;
        grid-template-columns: 1fr;
        justify-items: center;
        padding-top: 36px;
    
    }

    header .btn-direct {
        padding: 1rem 6rem !important;
    }
}

@media screen and (min-width: 767px) {
    #btn-send {
        justify-self: end;
    }

    #btn-activate {
        justify-self: start;
    }

   /* header .btn-direct:hover {
        transform: scaleX(1.1) scaleY(1.1);
    }*/
}

body.modal-open {
    overflow: hidden;
}

.modal-overlay {
    display: none;
}

    .modal-overlay.active {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 998;
        display: block;
    }

#modal-smssend {
  
    transition: display 0.3s linear;
}

    #modal-smssend.active {
        text-align:center;
        font-family: Shabnam;
        display: block;
        position: fixed;
        z-index: 999;
        margin: 20px;
        background-color: rgb(223 223 223);
    /*    width: 44rem;
        height: 48rem;*/
        border: 1px solid rgb(175, 167, 167);
        border-radius: 9px;
        box-shadow: rgb(149, 144, 144) 1px 2px 10px 0px;
    }

#modal-smssend .modal-header {
    display: flex;
    border: none;
    position: absolute;
    top: -5px;
    right: -6px;
    z-index: 9999;
}

#modal-smssend .modal-content {
    box-shadow: none;
    border: 0;
    padding: 2rem;
    background: white;
    width: 95%;
    color: #504f4f;
    font-size: 1.57rem;
    font-weight: 600;
 
}

    #modal-smssend .modal-content h3 {
        color: #18a118;
        padding: 3rem 0;
    }

    #modal-smssend .modal-content .leaf {
        color: #18a118;
        padding: 0 0.5rem;
    }


#modal-smssend .btn-close {
    background: inherit;
    border: 0px;
    box-shadow: none;
    font-size: 3rem;
    color: #ababab;
    font-weight: bold;
}

    #modal-send .modal-footer {
        display: flex;
        border-top: 1px solid rgb(204, 204, 204);
        border: 0px;
        padding: 0;
        width: 95%;
        transform: translate(-2%, 23%);
        margin: 0;
        margin-top: 10px;
    }

        #modal-send .modal-footer .btn {
            width: 21rem;
            height: 6rem;
            font-size: 1.5rem;
            box-shadow: 1px 1px 7px #8d8080;
            border-radius: 9px;
            transition: box-shadow 0.3s ease-in;
        }

            #modal-send .modal-footer .btn:hover,
            #modal-send .modal-footer .btn:focus,
            #modal-send .modal-footer .btn:active {
                font-weight: 600;
                border: 0;
                box-shadow: 3px 5px 7px #8d8080;
                outline: 0;
            }

#btn-return {
    color: #ed6880;
}



#btn-continue {
    color: #18a118;
/*    padding: 15px 12px;*/
 
}



@media screen and (max-width: 481px) {
 /*   #modal-send.active {
        width: 35rem;
        height: 46rem;
    }*/

    #modal-send .modal-content {
        font-size: 1.4rem;
        transform: translate(-55%, -60%);
    }

        #modal-send .modal-content h3 {
            display: block;
            padding: 2rem 0;
        }


}

@media screen and (max-width: 360px) {
    #modal-send.active {
        width: 30rem;
        height: 49rem;
    }

    #modal-send .modal-content {
        transform: translate(-55%, -58%);
    }

        #modal-send .modal-content h3 {
            display: block;
            padding: 2rem 0;
        }

    #modal-send .modal-footer {
        transform: translate(-2%, 20%);
    }

        #modal-send .modal-footer .btn {
            font-size: 1.4rem;
        }

 
}


/* top buttons and their content part end*/
    /* payment page */
    .content-container {
    padding: 6rem 10rem;
}

@media screen and (max-width: 992px) {
    .content-container {
        padding: 6rem 3rem;
    }
}

.message-header h1 {
    font-size: 2rem;
    padding-bottom: 3rem;
    font-weight: 600;
    color: #2e2e2e;
}


.info-description {
    box-shadow: 6px 3px 8px #cbcbcb;
    background-color: #87878724;
    border-radius: 9px;
    padding: 3rem 4rem;
    font-size: 1.5rem;
    color: #4e4e4e;
}

    .info-description h3 {
        font-size: 2rem;
        padding-bottom: 1rem;
        font-weight: 600;
        color: #242424;
    }

.number-content {
    padding: 2rem 0;
}

    .number-content label, .message-text label {
        display: block;
        font-size: 1.6rem;
        font-weight: 600;
        color: #2e2e2e;
    }

    .number-content input, .message-text textarea {
        box-shadow: 6px 3px 8px #cbcbcb;
        background-color: #87878724;
        border-radius: 9px;
        width: 100%;
        padding: 1rem 3rem;
        border: 0;
        resize: none;
    }

        .number-content input:active,
        .message-text textarea:active,
        .number-content input:focus,
        .message-text textarea:focus {
            border: 0;
            box-shadow: 6px 3px 8px #cbcbcb;
            outline: 0;
        }

.message-text a {
    float: left;
}
.message-text span {

    font-weight: 600;
    color: #32bfcf;
}

.more-info {
    margin-top: 2rem;
    color: grey;
    font-size: 1.8rem;
}

.no-shadow {
    box-shadow:none !important;
}
.more-info .pay {
    color: #b3b1b1;
}

#pay-btn {
    float: left;
    height: 4rem;
    width: 12rem;
    color: #096ca9d9;
    background-color: #e3effb;
    font-weight: 600;
    box-shadow: 1px 1px 6px #d0e2e1;
    transition: box-shadow 0.5s ease;

}

    #pay-btn:focus,
    #pay-btn:active,
    #pay-btn:hover {
        box-shadow: 3px 2px 6px 1px #329d9b;
        outline: 0;
        border: 0;
        color: #074368d9;
    }


/* payment page end*/


.modal-send {
    font-family: 'VazirBold' !important;
}
@media screen and (max-width : 991px) {
    .main-menu nav > span {
        display: block;
    }

    .main-menu nav > ul {
        display: none
    }

    .main-menu {
        height: 44px;
    }

        .main-menu nav {
            width: 50px;
            height: 44px
        }

            .main-menu nav > span {
                display: block;
            }

            .main-menu nav > ul {
                position: absolute;
                min-width: 280px;
                white-space: nowrap;
                right: 0;
                top: 44px;
                background-color: #af8927;
                border-bottom: 3px solid #584209;
                padding: 10px 15px 15px;
                z-index: 1000;
                display: none;
            }

                .main-menu nav > ul > li {
                    width: 100%;
                    float: none;
                    padding: 5px 0;
                    position: relative;
                }

                    .main-menu nav > ul > li > a {
                        border-left: 0
                    }

                    .main-menu nav > ul > li:nth-child(1) a {
                        padding-right: 15px
                    }

                    .main-menu nav > ul > li .caret-icon {
                        position: absolute;
                        left: 5px;
                        top: 0;
                        color: #fff;
                        width: 20px;
                        height: 20px;
                        font-size: 22px
                    }

                    .main-menu nav > ul > li ul {
                        position: static;
                    }

                    .main-menu nav > ul > li > ul > li > a {
                        display: block;
                        width: 100%
                    }

    .client-page {
        padding: 50px 0
    }

    .term-categories .switch-field {
        margin-top: 10px
    }

    .term-categories > .top-bar .select-ddl {
        margin-top: 10px
    }
}

@media screen and (max-width : 768px) {
    .client-page .container-content {
        width: 92%;
        margin-right: 4%
    }

    .landing-layer header h1 {
        font-size: 26px
    }

    .landing-layer header h2, .landing-layer header h3 {
        padding: 5px 0;
        font-size: 19px;
    }

    .landing-layer .search-form {
        width: 90%;
        margin-right: 5%
    }

    .landing-layer nav ul li a {
        padding-right: 0
    }
}

@media screen and (max-width : 767px) {
    .landing-layer header {
        padding-top: 0
    }

    .landing-layer nav .clientarea {
        /* text-align: right; */
        /* padding-top: 10px */
    }

    .landing-layer .search-form {
        padding-bottom: 0;
        width: 100%;
        margin: 0
    }

    .term-content .term-description ul li i {
        padding: 0 2px
    }

    .term-content .term-description ul li span {
        float: none;
        display: block;
        clear: both;
        font-size: 15px;
        padding-top: 8px
    }

    .term-content .term-description {
        padding: 15px;
    }
}

@media screen and (max-width : 480px) {
    .landing-layer header h2, .landing-layer header h3 {
        display: none
    }

    .landing-layer header h1 {
        font-size: 21px
    }

    .landing-layer header {
        /* padding-bottom: 30px */
    }

    .term-categories > .top-bar > header > span {
        display: none
    }
}

@media screen and (max-width : 420px) {
    .comment-list .comment-row {
        padding: 15px 0
    }

        .comment-list .comment-row img {
            position: static;
            display: block;
            margin: 0 auto 5px
        }

        .comment-list .comment-row .left-col h3,
        .comment-list .comment-row .left-col span {
            display: block;
            text-align: center;
        }
}
.fs-15 {
    font-size: 15px !important;
}
.fs-13 {
    font-size: 13px !important;
}
.no-boder {border:0;
}

#btn-continue, #btn-return {
    width: 48%;
    padding: initial;
    padding-top: 25px;
    border-radius: 8px;
    padding-bottom: 0px;
    background: #fff;
}
.d-flex{
    display:flex;
}
.modal-content {
    background-color: rgb(223 223 223);
}
.modal-body{
    background-color:#fff;
    border-radius:8px;
    margin:20px;
}
#modal-sendSMS h3 {
    display: block !important;
    margin-top: 2%;
    margin-bottom: 3%;
    color: #21a421;
}
#modal-sendSMS p {

    color: #070707;
}
#btn-return hr, #btn-continue hr {
    width: 12rem;
    content: "";
    margin-top: 5px;
    height: 5px;
    border-radius: 9px;
    transform: translateY(-20%);
    margin-bottom: 10px;
}
#btn-return hr {
    width: 13rem;
    background-color: rgba(237, 104, 128, 0.3);
}
#btn-continue hr {
    background-color: rgba(24, 161, 24, 0.26);
}
.modal-footer {
    padding: 20px;
    padding-top: 0px;
}