@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url('/assets/fonts/iranyekan/eot/iranyekanwebbold(fanum).eot');
    src: url('/assets/fonts/iranyekan/eot/iranyekanwebbold(fanum).eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('/assets/fonts/iranyekan/woff2/iranyekanwebbold(fanum).woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('/assets/fonts/iranyekan/woff/iranyekanwebbold(fanum).woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/assets/fonts/iranyekan/ttf/iranyekanwebbold(fanum).ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url('/assets/fonts/iranyekan/eot/iranyekanweblight(fanum).eot');
    src: url('/assets/fonts/iranyekan/eot/iranyekanweblight(fanum).eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('/assets/fonts/iranyekan/woff2/iranyekanweblight(fanum).woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('/assets/fonts/iranyekan/woff/iranyekanweblight(fanum).woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/assets/fonts/iranyekan/ttf/iranyekanweblight(fanum).ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url('/assets/fonts/iranyekan/eot/iranyekanwebregular(fanum).eot');
    src: url('/assets/fonts/iranyekan/eot/iranyekanwebregular(fanum).eot?#iefix') format('embedded-opentype'),
    /* IE6-8 */
    url('/assets/fonts/iranyekan/woff2/iranyekanwebregular(fanum).woff2') format('woff2'),
    /* FF39+,Chrome36+, Opera24+*/
    url('/assets/fonts/iranyekan/woff/iranyekanwebregular(fanum).woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/assets/fonts/iranyekan/ttf/iranyekanwebregular(fanum).ttf') format('truetype');
}

body {
    overflow-x: hidden !important;
}

body,
input,
textarea {
    font-family: 'iranyekan';
    direction: rtl;
}

a:hover,
a:active,
a:focus,
a {
    text-decoration: none !important;
}

    a:hover {
        cursor: pointer;
        color: #fff
    }

.ltr {
    direction: ltr;
}

.right {
    text-align: right !important;
}

.back-red {
    background-color: #f86473 !important;
}

.plr-0 {
    padding-right: 0;
    padding-left: 0;
}

.wrapper-parent {
    display: none;
}

.m-r-100-c {
    margin-bottom: 100px;
}

.m-t-50 {
    margin-top: 50px;
}

.p-20 {
    padding: 20px;
}

.radius-7 {
    border-radius: 7px;
}

.none {
    display: none;
}

.m-r-40 {
    margin-right: 40px;
}

.box-shodow-1 {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.bootbox {
    direction: ltr !important;
}

    .bootbox .bootbox-body {
        text-align: center !important;
        padding-top: 30px !important;
    }

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-right {
    flex-direction: row;
    justify-content: right;
}

.wrapper-child {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}

.m-l-100 {
    margin-left: 100px;
}

.btn-back-color-blue {
    background-color: #1fb8d4 !important;
}

.btn-back-color-green {
    background-color: #91b954 !important
}

.cart-empty {
    margin: 27px 0 30px;
    background: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .1);
    border: 1px solid #e7e7e7;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    line-height: 22px;
}

.transaction .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0;
}

.cart-empty-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .cart-empty-icon img {
        width: 100px;
    }

.cart-empty-title {
    font-size: 25px;
    margin: 25px 0 60px;
    color: #858585;
}

.cart-empty-icon i {
    font-size: 60px;
    color: #a8a8a8;
}
/* The container */
.checkbox {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
        right: 0;
        display: none;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 8px;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #777;
    /*position: absolute;
top: 8px;
right: 0;
height: 20px;
width: 20px;
background-color: #fff;
border: 2px solid #777;*/
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
    background-color: #91BD79;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
    /*   left: 6px;
    top: 0px;
    width: 8px;
    height: 14px;*/
    left: 6px;
    top: 1px;
    width: 5px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox .title-bag {
    margin-right: 30px;
    font-size: 15px;
    color: #666;
}

.bg-round {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    padding: 3px 10px 3px 10px;
    /*   height: 30px;*/
    line-height: 30px;
    margin-top: 5px;
    font-weight: 500;
    color: #fff;
    transition: all .3s;
}

.title-color:nth-child(1) .pad-line-s {
    background-color: #fcc200;
}

.title-color:nth-child(2) .pad-line-s {
    background-color: #e83674;
}

.title-color:nth-child(3) .pad-line-s {
    background-color: #fcc200;
}

.title-color:nth-child(4) .pad-line-s {
    background-color: #1eb8d4;
}

.title-color:nth-child(5) .pad-line-s {
    background-color: #e83674;
}

.title-color:nth-child(6) .pad-line-s {
    background-color: #233590;
}

.title-color:nth-child(7) .pad-line-s {
    background-color: #1fb8d4;
}

.div-btn:nth-child(1) .bg-color {
    background-color: #fcc200;
    color: #fff
}

.div-btn:nth-child(2) .bg-color {
    background-color: #e83674;
    color: #fff
}

.div-btn:nth-child(3) .bg-color {
    background-color: #1eb8d4;
    color: #fff
}

.div-btn:nth-child(4) .bg-color {
    background-color: #fcc200;
    color: #fff
}

.div-btn:nth-child(5) .bg-color {
    background-color: #e83674;
    color: #fff
}

.div-btn:nth-child(6) .bg-color {
    background-color: #1eb8d4;
}

.div-btn:nth-child(7) .bg-color {
    background-color: #fcc200;
    color: #fff
}

.div-btn:nth-child(8) .bg-color {
    background-color: #e83674;
    color: #fff
}

.div-btn:nth-child(9) .bg-color {
    background-color: #1eb8d4;
    color: #fff
}

.div-btn:nth-child(10) .bg-color {
    background-color: #fcc200;
    color: #fff
}

.div-btn:nth-child(11) .bg-color {
    background-color: #fcc200;
    color: #fff
}

.div-btn:nth-child(12) .bg-color {
    background-color: #e83674;
    color: #fff
}

.div-btn:nth-child(13) .bg-color {
    background-color: #1eb8d4;
    color: #fff
}

.div-btn:nth-child(14) .bg-color {
    background-color: #fcc200;
    color: #fff
}

.div-btn:nth-child(15) .bg-color {
    background-color: #e83674;
    color: #fff
}

.div-btn:nth-child(16) .bg-color {
    background-color: #1eb8d4;
}

.div-btn:nth-child(17) .bg-color {
    background-color: #fcc200;
    color: #fff
}

.div-btn:nth-child(18) .bg-color {
    background-color: #e83674;
    color: #fff
}

.div-btn:nth-child(19) .bg-color {
    background-color: #1eb8d4;
    color: #fff
}

.div-btn:nth-child(20) .bg-color {
    background-color: #fcc200;
    color: #fff
}

.div-btn:nth-child(21) .bg-color {
    background-color: #fcc200;
    color: #fff
}

.div-btn:nth-child(22) .bg-color {
    background-color: #e83674;
    color: #fff
}

.div-btn:nth-child(23) .bg-color {
    background-color: #1eb8d4;
    color: #fff
}

.div-btn:nth-child(24) .bg-color {
    background-color: #fcc200;
    color: #fff
}

.div-btn:nth-child(25) .bg-color {
    background-color: #e83674;
    color: #fff
}

.div-btn:nth-child(26) .bg-color {
    background-color: #1eb8d4;
}

.div-btn:nth-child(27) .bg-color {
    background-color: #fcc200;
    color: #fff
}

.div-btn:nth-child(28) .bg-color {
    background-color: #e83674;
    color: #fff
}

.div-btn:nth-child(29) .bg-color {
    background-color: #1eb8d4;
    color: #fff
}

.div-btn:nth-child(30) .bg-color {
    background-color: #fcc200;
    color: #fff
}

.bg-color-yellow {
    background-color: #fcc200;
    color: #fff
}

.font-s-12 {
    font-size: 12px !important;
}

.left {
    text-align: left;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.m-t-35 {
    margin-top: 35px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-5 {
    margin-top: 5px;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

#increaseCreditForm .charg-bag {
    color: #337ab7;
}

.bg-color-red {
    background-color: #e83674;
    color: #fff
}

.bg-color-blue {
    background-color: #1eb8d4;
    color: #fff
}

.width-d-100 {
    width: 100%;
}

.width-d-5 {
    width: 5%;
}

.width-d-25 {
    width: 25%;
}

.width-d-30 {
    width: 30%;
}

.width-d-12 {
    width: 12%;
}

.width-d-10 {
    width: 10%;
}

.width-d-15 {
    width: 15%;
}

.width-d-20 {
    width: 20%;
}

.width-d-13 {
    width: 13%;
}

.width-d-50 {
    width: 50%;
}

.width-px-20 {
    width: 20px;
}

.width-px-25 {
    width: 25px;
}

.text-align-c {
    text-align: center;
}

.text-align-l {
    text-align: left;
}

.min-height-1 {
    min-height: 1px;
}

.f-size-12 {
    font-size: 12px
}

.f-size-10 {
    font-size: 10px
}

.f-size-14 {
    font-size: 14px;
}

.f-size-13 {
    font-size: 13px;
}

.text-align-r {
    text-align: right;
}

.float-r {
    float: right;
}

.float-l {
    float: left;
}

.mg-t-30 {
    margin-top: :30px;
}

.margin-r-35 {
    margin-right: 35px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.p-35 {
    padding: 35px;
}

.bold {
    font-weight: bold;
}

.input-drop-div {
    float: right;
    min-height: 40px;
    margin-bottom: 10px;
}

    .input-drop-div .input-drop {
        width: 100%;
        height: 40px;
        border-radius: 20px;
        border: 1px solid #ffcc00;
        padding: 8px;
        font-size: 12px;
    }

.slider-min {
    min-height: 85px;
    padding: 0px;
    background-color: #fff;
    direction: rtl;
}

.btn-search {
    width: 100%;
    height: 40px;
    line-height: 26px;
    border-radius: 20px;
    background-color: #233591;
    color: #fff;
}

    .btn-search i {
        color: #fff;
        margin-left: 5px;
    }

.split-liner {
    display: inline-block;
    font-size: 13px;
    height: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 25px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0px;
    border-radius: 20px;
}

.bg-color-newyellow {
    background-color: #fcc200;
}

.bg-color-Purple {
    background-color: #21307d;
}

.main-new-course {
    float: right;
    margin-bottom: 30px;
}

.new-course .p-intro {
    padding: 10px 30px 10px 10px;
    text-align: justify;
    line-height: 1.9;
    color: #555;
}

.i-d-0 {
    color: #ababab;
    font-size: 22px;
}

.main-new-course .content-new-course {
    min-height: 100px;
    border-radius: 8px;
    padding: 0px;
    border: 0px solid #dedede;
    box-shadow: 0 0 10px #e8e8e8;
}

    .main-new-course .content-new-course .div-main-img {
        float: right;
        min-height: 100px;
        width: 100%;
        height: 220px;
    }

        .main-new-course .content-new-course .div-main-img img {
            width: 100%;
            border-radius: 8px;
            height: 220px;
        }

.div-title-content a {
    color: #fff;
}

.main-new-course .content-new-course .div-title-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*  float: right;*/
    height: 65px;
    background-color: #182665c2;
    text-align: center;
    line-height: 20px;
    color: #fff;
    /*    margin-top: -65px;*/
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: left;
    padding-left: 18px;
    padding-top: 13px;
}

    .main-new-course .content-new-course .div-title-content span {
        font-size: 12px;
    }





.main-new-course .content-new-course .div-img-small1:hover {
    cursor: pointer;
}

.main-new-course .content-new-course .div-img-small {
    width: 65px;
    /*float: right;*/
    height: 65px;
    background-color: #fff;
    text-align: center;
    /*   margin-top: -97px;*/
    margin-right: 20px;
    border-radius: 100%;
    position: absolute;
    bottom: 47px;
    z-index: 5;
}

    .main-new-course .content-new-course .div-img-small img {
        width: 100%;
        border-radius: 100%;
        border: 2px solid #fecc02;
    }

.main-new-course .content-new-course .div-img-small1 {
    width: 65px;
    /*float: right;*/
    height: 65px;
    background-color: #fff;
    text-align: center;
    /*   margin-top: -97px;*/
    margin-right: 20px;
    border-radius: 100%;
    position: absolute;
    bottom: 47px;
    z-index: 10;
}

    .main-new-course .content-new-course .div-img-small1 img {
        width: 100%;
        border-radius: 100%;
        border: 2px solid #fecc02;
    }


.main-new-course .content-new-course .div-img-small2 {
    width: 60px;
    /*float: right;*/
    height: 60px;
    background-color: #fff;
    text-align: center;
    /*   margin-top: -97px;*/
    margin-right: 20px;
    border-radius: 100%;
    position: absolute;
    bottom: 50px;
    right: 55px;
    z-index: 9;
}

    .main-new-course .content-new-course .div-img-small2 img {
        width: 100%;
        border-radius: 100%;
        border: 1px solid #1fb8d4;
    }

.main-new-course .content-new-course .div-img-small3 {
    width: 60px;
    /*float: right;*/
    height: 60px;
    background-color: #fff;
    text-align: center;
    margin-right: 20px;
    border-radius: 100%;
    position: absolute;
    bottom: 50px;
    right: 105px;
    z-index: 8;
}

    .main-new-course .content-new-course .div-img-small3 img {
        width: 100%;
        border-radius: 100%;
        border: 1px solid #1fb8d4;
    }

.singleCourse .img-round {
    position: relative;
    background-color: unset !important;
}

    .singleCourse .img-round .img-1 {
        position: absolute;
        z-index: 5;
        right: -160px;
        background: aliceblue;
    }

.productshow .header-main .main .content .img-round .img-1 {
    border: 2px solid #fcc200;
}

.singleCourse .img-round .img-2 {
    position: absolute;
    left: 105px;
    z-index: 3;
    background: aliceblue;
}

.singleCourse .img-round .img-3 {
    position: absolute;
    left: 50px;
    z-index: 2;
    background: aliceblue;
}

.singleCourse .img-round .img-4 {
    position: absolute;
    left: -5px;
    z-index: 1;
    background: aliceblue;
}

.main-new-course .content-new-course .div-img-small4 {
    width: 60px;
    /*float: right;*/
    height: 60px;
    background-color: #fff;
    text-align: center;
    /*   margin-top: -97px;*/
    margin-right: 20px;
    border-radius: 100%;
    position: absolute;
    bottom: 50px;
    right: 155px;
}

    .main-new-course .content-new-course .div-img-small4 img {
        width: 100%;
        border-radius: 100%;
        border: 1px solid #1fb8d4;
    }

.singleCourse .img-round .img-5 {
    position: absolute;
    left: -50px;
    z-index: 0;
    background: aliceblue;
}

.main-new-course .content-new-course .div-img-small5 {
    width: 60px;
    /*float: right;*/
    height: 60px;
    background-color: #fff;
    text-align: center;
    /*   margin-top: -97px;*/
    margin-right: 20px;
    border-radius: 100%;
    position: absolute;
    bottom: 50px;
    right: 155px;
}

    .main-new-course .content-new-course .div-img-small5 img {
        width: 100%;
        border-radius: 100%;
        border: 1px solid #1fb8d4;
    }

.btn-danger {
    color: #fff;
    background-color: #ee3e7b;
    border-color: #ee3e7b;
    height: 25px;
    font-size: 12px;
    line-height: 13px;
    margin-top: 8px;
}


.btn-info:hover {
    color: #fff;
    background-color: #da3a71;
    border-color: #da3a71;
}

.main-new-course .content-new-course {
    position: relative;
}

    .main-new-course .content-new-course .div-cart-main {
        position: absolute;
        top: 20px;
        left: 30px;
        height: 35px;
        width: 35px;
        background-color: #fecc02;
        text-align: center;
        border-radius: 100%;
        box-shadow: 0 0 10px #3c3c3c;
    }
    .main-new-course .content-new-course .capacitycourse {
        position: absolute;
        top: 20px;
        right: 20px;
        border-radius: 8px;
        border: 1px solid #ca9a9a;
        color: #821717;
        background-color: rgb(252, 194,0);
        padding: 5px 10px;
    }

    .main-new-course .content-new-course .div-cart-main:hover {
        cursor: pointer;
    }

    .main-new-course .content-new-course .discount {
        position: absolute;
        top: 20px;
        left: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        float: left;
        height: 35px;
        width: 35px;
        background-color: #ee3e7c;
        border-radius: 100%;
        font-size: 14px;
        color: #fff;
        box-shadow: 0 0 10px #3c3c3c;
    }

    .main-new-course .content-new-course .div-cart-main img {
        width: 15px;
        margin-top: 8px;
        margin-right: 1px;
    }

    .main-new-course .content-new-course .div-cart-main .box {
        width: 20px;
        height: 20px;
        margin-top: -27px;
        margin-right: 10px;
        line-height: 18px;
    }

.btn-success {
    color: #fff;
    background-color: #82c2eb;
    border-color: #82c2eb;
    height: 25px;
    font-size: 12px;
    line-height: 13px;
    margin-top: 8px;
}

    .btn-success:hover {
        color: #fff;
        background-color: #77afd2;
        border-color: #77afd2;
    }



.btn-info {
    color: #fff;
    background-color: #ffc207;
    border-color: #ffc207;
    height: 25px;
    font-size: 12px;
    line-height: 13px;
    margin-top: 8px;
}

    .btn-info:hover {
        color: #fff;
        background-color: #f7bd0c;
        border-color: #f7bd0c;
    }

.slider {
    padding-top: 60px !important;
    background-image: url('https://epizero.ir/img/slider.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.main-content-discount .content {
    float: right;
    margin-bottom: 30px;
}

    .main-content-discount .content .main {
        min-height: 100px;
        border-radius: 8px;
        padding: 0px;
        border: 0px solid #dedede;
        box-shadow: 0 0 10px #e8e8e8;
    }


        .main-content-discount .content .main .div-img {
            float: right;
            min-height: 100px;
            width: 100%;
        }

            .main-content-discount .content .main .div-img img {
                width: 100%;
                border-radius: 8px;
            }

        .main-content-discount .content .main .content-title {
            width: 100%;
            float: right;
            height: 65px;
            background-color: #182665c2;
            line-height: 20px;
            color: #fff;
            margin-top: -65px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            text-align: center;
            padding-left: 18px;
            padding-top: 13px;
        }

            .main-content-discount .content .main .content-title span {
                font-size: 12px;
            }

        .main-content-discount .content .main .cart {
            float: left;
            height: 35px;
            width: 35px;
            background-color: #fecc02;
            text-align: center;
            margin-top: -150px;
            margin-left: 20px;
            border-radius: 100%;
            box-shadow: 0 0 10px #3c3c3c;
        }

            .main-content-discount .content .main .cart img {
                width: 15px;
                margin-top: 8px;
                margin-right: 1px;
            }

        .main-content-discount .content .main .discount {
            float: left;
            height: 35px;
            width: 35px;
            background-color: #ee3e7c;
            text-align: center;
            margin-top: -150px;
            margin-left: 60px;
            border-radius: 100%;
            font-size: 8px;
            padding-top: 6px;
            color: #fff;
            box-shadow: 0 0 10px #3c3c3c;
        }








#overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1000000;
    background-color: #ffb8002e;
    left: 0;
    top: 0;
}

















.wrapper {
    -webkit-transform: translateZ(0);
    /* webkit flicker fix */
    -webkit-font-smoothing: antialiased;
    /* webkit text rendering fix */
}



    .wrapper .tooltip {
        font-family: 'iranyekan';
        background: #ee3e7c;
        bottom: 100%;
        color: #fff;
        display: block;
        left: -20px;
        margin-bottom: 15px;
        opacity: 0;
        padding: 10px;
        pointer-events: none;
        position: absolute;
        width: 100%;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        border-radius: 15px;
        text-align: center;
    }

        /* This bridges the gap so you can mouse into the tooltip without it disappearing */
        .wrapper .tooltip:before {
            bottom: -20px;
            content: " ";
            display: block;
            height: 20px;
            left: 0;
            position: absolute;
            width: 100%;
        }

        /* CSS Triangles - see Trevor's post */
        .wrapper .tooltip:after {
            border-left: solid transparent 10px;
            border-right: solid transparent 10px;
            border-top: solid #ee3e7c 10px;
            bottom: -10px;
            content: " ";
            height: 0;
            left: 50%;
            margin-left: -13px;
            position: absolute;
            width: 0;
        }

    .wrapper:hover .tooltip {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

/* IE can just show/hide with no transition */
.lte8 .wrapper .tooltip {
    display: none;
}

.lte8 .wrapper:hover .tooltip {
    display: block;
}

#overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1000000;
    background-color: rgba(0, 0, 0, 0.25);
    left: 0;
    top: 0;
}







.swiper-pagination1 {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}



.swiper1 {
    width: 100%;
    min-height: 250px;
}

.loaderBox {
    position: relative;
}

    .loaderBox .loader {
        display: none;
    }

    .loaderBox .icon-loader {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        background: rgb(255,255,255,.8);
        z-index: 9;
        overflow: hidden;
        border-radius: 19px;
    }

        .loaderBox .icon-loader img {
            width: 70px;
        }



.swiper-pagination2 {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}


.swiper-pagination3 {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}


.swiper-pagination4 {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}



.swiper-pagination-teach {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.list-azmon {
    float: right;
    margin-bottom: 30px;
}

    .list-azmon .main {
        min-height: 100px;
        border-radius: 8px;
        padding: 0px;
        border: 0px solid #dedede;
        box-shadow: 0 0 10px #e8e8e8;
    }

        .list-azmon .main .main-img {
            float: right;
            min-height: 100px;
            width: 100%;
        }

            .list-azmon .main .main-img img {
                width: 100%;
                border-radius: 8px;
            }

.list-azmon-t .list-azmon .title {
    font-size: 14px;
    width: 100%;
    float: right;
    height: 65px;
    background-color: #1cbdd4d6;
    line-height: 20px;
    color: #fff;
    margin-top: -68px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: right;
    padding-left: 18px;
    padding-top: 13px;
    padding-right: 95px;
}

.list-azmon .main .title-sm {
    font-size: 10px;
    width: 100%;
    float: right;
    height: 65px;
    background-color: #1cbdd4d6;
    line-height: 20px;
    color: #fff;
    margin-top: -68px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: right;
    padding-left: 18px;
    padding-top: 13px;
    padding-right: 95px;
}

.list-azmon .main .title-lg {
    font-size: 13px;
    width: 100%;
    float: right;
    height: 65px;
    background-color: #1cbdd4d6;
    line-height: 20px;
    color: #fff;
    margin-top: -65px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: right;
    padding-left: 18px;
    padding-top: 13px;
    padding-right: 95px;
}

.list-azmon .main .main-img-lg {
    z-index: 100;
    float: left;
    height: 35px;
    width: 35px;
    background-color: #fecc02;
    text-align: center;
    margin-top: -47px;
    margin-left: 20px;
    border-radius: 100%;
    box-shadow: 0 0 10px #3c3c3c;
}

    .list-azmon .main .main-img-lg img {
        width: 15px;
        margin-top: 8px;
        margin-right: 1px;
    }

.list-azmon .main .main-img-xs img {
    width: 15px;
    margin-top: 4px;
    margin-right: 1px;
}

.list-azmon .main .main-img-lg div {
    width: 20px;
    height: 20px;
    margin-top: -27px;
    margin-right: 10px;
    line-height: 18px;
}

.list-azmon .main .main-img-xs div {
    width: 20px;
    height: 20px;
    margin-top: -27px;
    margin-right: 10px;
    line-height: 18px;
}

.list-azmon .main .main-img-xs {
    z-index: 100;
    float: left;
    height: 25px;
    width: 25px;
    background-color: #fecc02;
    text-align: center;
    margin-top: -28px;
    margin-left: 20px;
    border-radius: 100%;
    box-shadow: 0 0 10px #3c3c3c;
}

.list-azmon .main .title-lg span {
    font-size: 12px;
}

.list-azmon .main .title-sm span {
    font-size: 10px;
}

.list-azmon .main .discount-lg {
    z-index: 100;
    float: left;
    height: 35px;
    width: 35px;
    background-color: #ee3e7c;
    text-align: center;
    margin-top: -47px;
    margin-left: 60px;
    border-radius: 100%;
    font-size: 8px;
    padding-top: 6px;
    color: #fff;
    box-shadow: 0 0 10px #3c3c3c;
}



.list-azmon .main .discount-xs {
    z-index: 100;
    float: left;
    height: 25px;
    width: 25px;
    background-color: #ee3e7c;
    text-align: center;
    margin-top: -28px;
    margin-left: 60px;
    border-radius: 100%;
    font-size: 6px;
    padding-top: 6px;
    color: #fff;
    box-shadow: 0 0 10px #3c3c3c;
}

.list-azmon .main .btn-xs a {
    color: #fff;
    text-decoration: none;
}

.list-azmon .main .btn-lg a {
    color: #fff;
    text-decoration: none;
}

.list-azmon .main .img-small {
    width: 65px;
    float: right;
    height: 65px;
    background-color: #888;
    text-align: center;
    margin-top: -97px;
    margin-right: 20px;
    border-radius: 100%;
}

.list-azmon .main .clock-lg .day {
    width: 45px;
    float: left;
    height: 45px;
    background-color: #888888b8;
    text-align: center;
    margin-top: -140px;
    margin-left: 15px;
    border-radius: 100%;
    color: #fff;
    line-height: 14px;
    padding-top: 8px;
    font-size: 12px;
}

.list-azmon .main .clock-lg .hours {
    width: 45px;
    float: left;
    height: 45px;
    background-color: #888888b8;
    text-align: center;
    margin-top: -140px;
    margin-left: 70px;
    border-radius: 100%;
    color: #fff;
    line-height: 14px;
    padding-top: 8px;
    font-size: 12px;
}

.list-azmon .main .clock-lg .min {
    width: 45px;
    float: left;
    height: 45px;
    background-color: #888888b8;
    text-align: center;
    margin-top: -140px;
    margin-left: 125px;
    border-radius: 100%;
    color: #fff;
    line-height: 14px;
    padding-top: 8px;
    font-size: 12px;
}

.list-azmon .main .clock-lg .sec {
    width: 45px;
    float: left;
    height: 45px;
    background-color: #888888b8;
    text-align: center;
    margin-top: -140px;
    margin-left: 180px;
    border-radius: 100%;
    color: #fff;
    line-height: 14px;
    padding-top: 8px;
    font-size: 12px;
}


.list-azmon .main .clock-xs .day {
    width: 30px;
    float: left;
    height: 30px;
    background-color: #888888b8;
    text-align: center;
    margin-top: -100px;
    margin-left: 15px;
    border-radius: 100%;
    color: #fff;
    line-height: 11px;
    padding-top: 5px;
    font-size: 7px;
}

.list-azmon .main .clock-xs .hours {
    width: 30px;
    float: left;
    height: 30px;
    background-color: #888888b8;
    text-align: center;
    margin-top: -100px;
    margin-left: 70px;
    border-radius: 100%;
    color: #fff;
    line-height: 11px;
    padding-top: 5px;
    font-size: 7px;
}

.list-azmon .main .clock-xs .min {
    width: 35px;
    float: left;
    height: 30px;
    background-color: #888888b8;
    text-align: center;
    margin-top: -100px;
    margin-left: 125px;
    border-radius: 100%;
    color: #fff;
    line-height: 11px;
    padding-top: 5px;
    font-size: 7px;
}

.list-azmon .main .clock-xs .sec {
    width: 30px;
    float: left;
    height: 30px;
    background-color: #888888b8;
    text-align: center;
    margin-top: -100px;
    margin-left: 180px;
    border-radius: 100%;
    color: #fff;
    line-height: 11px;
    padding-top: 5px;
    font-size: 7px;
}



.list-azmon .main .img-small img {
    width: 100%;
    border-radius: 100%;
    border: 1px solid #fff;
}

.list-azmon .main .btn-xs {
    z-index: 100;
    float: left;
    height: 21px;
    background-color: #49bbcf;
    text-align: center;
    margin-top: -25px;
    margin-left: 110px;
    border-radius: 20px;
    padding-top: 6px;
    color: #fff;
    font-size: 11px;
    line-height: 11px;
    border: 1px solid #fff;
}

.list-azmon .main .btn-lg {
    z-index: 100;
    float: left;
    height: 35px;
    background-color: #49bbcf;
    text-align: center;
    margin-top: -47px;
    margin-left: 110px;
    border-radius: 20px;
    padding-top: 6px;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    border: 1px solid #fff;
}

.list-azmon .main .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    top: 4%;
    height: 100%;
}



.mainContainer {
    position: relative;
    height: 100%;
    transform-style: preserve-3d;
    transform: translateZ(-100px);
    z-index: 10;
}

    .mainContainer > .mainMenu,
    .mainContainer .container {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        min-height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        width: 100%;
    }

/* menu */
.menuBtn {
    border: 22px solid #ffcc00;
    border-radius: 100px;
    height: 0;
    width: 0;
    transition: all 300ms;
    transform: rotate(45deg);
    position: absolute;
    left: 30px;
    top: 10px;
    z-index: 1000000000000000000000000;
}

    .menuBtn .menuLines {
        background-color: #fff;
        display: block;
        margin: -1px 0 0 -15px;
        position: absolute;
        top: 70%;
        transform: rotate(-45deg);
        height: 2px;
        width: 30px;
    }

.pad-line-s {
    padding: 7px 10px 7px 10px;
}

.split-c {
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
}

    .split-c .hr {
        border-top: 2px solid #eee;
        width: 100%;
        position: absolute;
        top: 1px;
        z-index: -1;
    }

.menuBtn .menuLines:after,
.menuBtn .menuLines:before {
    content: '';
    background-color: #fff;
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    transition: all 200ms;
}


.menuBtn .menuLines:after {
    bottom: -7px;
}


.menuBtn .menuLines:before {
    top: -7px;
}



.menuBtn.clicked {
    border-color: #fff;
    border-radius: 10px;
    transform: rotate(0deg);
    line-height: 0px;
}

    .menuBtn.clicked .menuLines {
        height: 0;
        transform: rotate(0deg);
        line-height: 0px;
    }


        .menuBtn.clicked .menuLines:after,
        .menuBtn.clicked .menuLines:before {
            background-color: #f67280;
            top: 1px;
        }

        .menuBtn.clicked .menuLines:after {
            transform: rotate(45deg);
        }

        .menuBtn.clicked .menuLines:before {
            transform: rotate(-45deg);
        }

.mainMenu {
    background-color: #233591;
    transform: rotateY(-90deg) translateZ(288px);
    transition: transform 500ms;
    padding: 2px 0 0;
}

    .mainMenu.flip {
        transform: rotateY(0deg) translateZ(100px);
    }

        .mainMenu.flip li {
            -webkit-animation: shake 300ms linear;
            animation: shake 300ms linear;
            transform-origin: 50% 50%;
            -webkit-animation-iteration-count: 2;
            animation-iteration-count: 2;
        }

            .mainMenu.flip li:nth-child(1) {
                opacity: 1;
                -webkit-animation-delay: 100ms;
                animation-delay: 100ms;
            }

            .mainMenu.flip li:nth-child(2) {
                opacity: 1;
                -webkit-animation-delay: 200ms;
                animation-delay: 200ms;
            }

            .mainMenu.flip li:nth-child(3) {
                opacity: 1;
                -webkit-animation-delay: 300ms;
                animation-delay: 300ms;
            }

            .mainMenu.flip li:nth-child(4) {
                opacity: 1;
                -webkit-animation-delay: 400ms;
                animation-delay: 400ms;
            }

            .mainMenu.flip li:nth-child(5) {
                opacity: 1;
                -webkit-animation-delay: 500ms;
                animation-delay: 500ms;
            }

            .mainMenu.flip li:nth-child(6) {
                opacity: 1;
                -webkit-animation-delay: 600ms;
                animation-delay: 600ms;
            }

            .mainMenu.flip li:nth-child(7) {
                opacity: 1;
                -webkit-animation-delay: 700ms;
                animation-delay: 700ms;
            }

            .mainMenu.flip li:nth-child(8) {
                opacity: 1;
                -webkit-animation-delay: 800ms;
                animation-delay: 800ms;
            }

    .mainMenu li {
        opacity: 0;
        text-decoration: none;
    }

        .mainMenu li:nth-child(1) {
            background-color: #ffc207;
        }

        .mainMenu li:nth-child(2) {
            background-color: #ee3e7c;
        }

        .mainMenu li:nth-child(3) {
            background-color: #83c2eb;
        }



        .mainMenu li:nth-child(4) {
            background-color: #ffc207;
        }

        .mainMenu li:nth-child(5) {
            background-color: #ee3e7c;
        }

        .mainMenu li:nth-child(6) {
            background-color: #83c2eb;
        }



        .mainMenu li:nth-child(7) {
            background-color: #ffc207;
        }

        .mainMenu li:nth-child(8) {
            background-color: #ee3e7c;
        }

        .mainMenu li a {
            color: #fff;
            display: block;
            padding: 25px 0 25px 25px;
            text-align: center;
            text-transform: uppercase;
        }

            .mainMenu li a i,
            .mainMenu li a span {
                display: inline-block;
                vertical-align: middle;
            }

            .mainMenu li a i {
                font-size: 25px;
                margin-right: 10px;
                text-align: center;
                width: 30px;
            }

            .mainMenu li a span {
                font-weight: bold;
                letter-spacing: 1px;
            }









/* animation */

@-webkit-keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



@-webkit-keyframes shake {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes shake {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}













.dropdown,
.dropup {
    position: none;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    width: 200px;
    text-align: right;
    font-size: 12px;
}










.img1 {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

    .img1:hover {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }


.img1 {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

    .img1:hover {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }



.img1 {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

    .img1:hover {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }




.mainbg {
    background-image: url("https://epizero.ir/img/png/bg.png");
    background-size: cover;
    border-bottom: none;
    padding-top: 200px;
    /*background-attachment: fixed;*/
}



.boardbg {
    background-image: url("https://epizero.ir/img/png/p111.png");
    background-size: cover;
    border-bottom: none;
    padding-top: 200px;
}







.nav-tabs > li {
    float: right;
    margin-bottom: -1px;
}



    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover {
        color: #233591;
        cursor: default;
        background-color: #fff;
        border: 0px solid #ddd;
        border-bottom-color: transparent;
        border-bottom: 3px solid #233591;
        border-top-right-radius: 25px;
        border-top-left-radius: 25px;
    }


.centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
}




.col-centered {
    float: none;
    margin: 0 auto;
}


.sample1 {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

    .sample1 img {
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 10px;
    }



.scrollTop {
    position: fixed;
    left: 4%;
    bottom: 10px;
    background-color: #ffcc00;
    color: #08153c;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 15px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    z-index: 10000000000000;
    border-radius: 100%;
}

    .scrollTop a {
        font-size: 20px;
        color: #08153c;
    }



.main-show-btn {
    min-height: 400px;
    direction: ltr;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 30px;
}

    .main-show-btn .left {
        height: 380px;
        margin-top: 20px;
    }

    .main-show-btn .div-move {
        position: absolute;
        top: 20px;
        right: 0px;
        float: right;
    }

        .main-show-btn .div-move a img {
            height: 60px;
        }

    .main-show-btn .left .epo {
        position: absolute;
        top: 20px;
        margin-top: 100px;
        left: 32px;
    }

        .main-show-btn .left .epo img {
            height: 40px;
        }

    .main-show-btn .left .sarfe {
        position: absolute;
        top: 20px;
        margin-top: 80px;
        margin-left: 130px;
    }

        .main-show-btn .left .sarfe a img {
            height: 86px;
        }

    .main-show-btn .left .show {
        position: absolute;
        top: 20px;
        margin-top: 140px;
        margin-left: 23px;
    }

        .main-show-btn .left .show a img {
            height: 100px;
        }

    .main-show-btn .left .dastrasi {
        position: absolute;
        top: 20px;
        margin-top: 235px;
        margin-left: 105px;
    }

        .main-show-btn .left .dastrasi a img {
            height: 100px;
        }

    .main-show-btn .middle {
        height: 380px;
        margin-top: 20px;
    }

        .main-show-btn .middle .div-img {
            height: 380px;
            z-index: 1000000;
        }

            .main-show-btn .middle .div-img img {
                width: 100%;
                margin-top: 1px;
                position: relative;
            }

        .main-show-btn .middle .div-video {
            height: 225px;
            margin-top: -304px;
            position: relative;
            margin-left: -15px;
            padding: 0px;
            padding-top: 8px;
            z-index: -100;
            z-index: 999999;
        }

            .main-show-btn .middle .div-video video {
                width: 110%;
                height: 237px;
                margin-top: 3px
            }

    .main-show-btn .right {
        height: 380px;
        margin-top: 20px;
    }

        .main-show-btn .right .tarh {
            position: absolute;
            float: left;
            margin-right: 180px;
            margin-top: 30px;
        }


            .main-show-btn .right .tarh a img {
                height: 90px;
            }

        .main-show-btn .right .porsesh {
            position: absolute;
            float: left;
            margin-top: 30px;
            margin-left: 100px;
        }

            .main-show-btn .right .porsesh a img {
                height: 100px;
            }

        .main-show-btn .right .azmon {
            position: absolute;
            margin-top: 130px;
            margin-left: 0px;
        }

            .main-show-btn .right .azmon a img {
                height: 80px;
            }

        .main-show-btn .right .epo {
            position: absolute;
            margin-top: 140px;
            margin-left: 170px;
        }

            .main-show-btn .right .epo img {
                height: 50px;
            }

        .main-show-btn .right .ersal {
            position: absolute;
            top: 20px;
            margin-top: 135px;
            margin-left: 71px;
        }

            .main-show-btn .right .ersal a img {
                height: 155px;
            }


.main-teacher {
    margin-top: 35px;
    margin-right: 10px;
    margin-bottom: 20px;
    text-align: center;
}

    .main-teacher .main-pic-path {
        border: 0px dashed #38378d7d;
        border-radius: 100%;
    }

        .main-teacher .main-pic-path img {
            width: 130px;
            height: 130px;
            border-radius: 100%;
            border: 2px solid #83c2eb;
            margin-top: 8px;
            margin-right: 2px;
            box-shadow: 0 0 10px #dadada;
            transition: : all .3s;
        }

        .main-teacher .main-pic-path:hover img {
            transition: : all .3s;
            border: 2px solid #ffc207;
        }

    .main-teacher .main-title {
        width: 100%;
        float: left;
        height: 50px;
        text-align: center;
        line-height: 21px;
        margin-top: 10px;
        color: #233591;
        font-size: 12px;
    }

.main-tab {
    min-height: 20px;
    line-height: 20px;
    text-align: center;
    color: #000;
    text-align: center;
    margin-top: 10px;
    padding: 0px;
}


    .main-tab .tab-ul-xs {
        width: 100%;
        margin: 0 auto;
        font-size: 13px;
        font-weight: bold;
        border: 1px solid #f7f7f7;
        border-radius: 20px;
        box-shadow: 0 0 10px #d8d8d8;
        background-color: #fff;
        padding-right: 0px;
    }

    .main-tab .tab-ul-lg {
        width: 70%;
        margin: 0 auto;
        font-size: 13px;
        font-weight: bold;
        border: 1px solid #f7f7f7;
        border-radius: 20px;
        box-shadow: 0 0 10px #d8d8d8;
        background-color: #fff;
        padding-right: 0;
    }

        .main-tab .tab-ul-lg li {
            display: block;
            margin-bottom: 15px;
        }

    .main-tab .tab-content .tab-pane {
        min-height: 100px;
        padding: 20px;
        text-align: justify;
        direction: rtl;
    }

        .main-tab .tab-content .tab-pane .main-course {
            min-height: 240px;
            float: right;
        }

            .main-tab .tab-content .tab-pane .main-course .content {
                min-height: 200px;
                padding: 5px;
                border-radius: 10px;
                background-color: #fff;
            }

                .main-tab .tab-content .tab-pane .main-course .content .title {
                    position: absolute;
                    height: 20px;
                    line-height: 20px;
                    min-width: 100px;
                    background-color: #233591;
                    text-align: center;
                    margin-top: 10px;
                    margin-right: 10px;
                    border-radius: 15px;
                    z-index: 100000;
                    font-size: 11px;
                    color: #fff;
                }

                .main-tab .tab-content .tab-pane .main-course .content img {
                    width: 100%;
                    border-top-left-radius: 10px;
                    border-top-right-radius: 10px;
                }

                .main-tab .tab-content .tab-pane .main-course .content .text {
                    height: 40px;
                    background-color: #fff;
                    text-align: justify;
                    direction: rtl;
                    color: #233591;
                    font-size: 11px;
                    line-height: 16px;
                    margin-top: 5px;
                }

                    .main-tab .tab-content .tab-pane .main-course .content .text .btn {
                        width: 35px;
                        height: 35px;
                        background-color: #ffcc00;
                        border-radius: 100%;
                        margin-left: 10px;
                        float: right;
                        line-height: 35px;
                        justify-content: center;
                        display: flex;
                        align-items: center;
                    }

                        .main-tab .tab-content .tab-pane .main-course .content .text .btn i {
                            color: #fff;
                            font-weight: bold;
                        }

.footer-main {
    min-height: 100px;
    background-color: #3a3a8a;
    border-top: 3px solid #ffc207;
}

    .footer-main .main {
        min-height: 20px;
        margin: 4px 0px;
        padding: 10px 0px;
        color: #a2a2a2;
        margin-bottom: 2px;
        text-align: right;
        direction: rtl;
        line-height: 30px;
        font-size: 13px;
        border-top: 0px solid #FF9800;
    }

        .footer-main .main .item {
            float: right;
            min-height: 100px;
        }

            .footer-main .main .item .title {
                font-size: 16px;
                font-weight: bold;
                color: #fff;
            }


            .footer-main .main .item ul a {
                text-decoration: none;
                color: #a2a2a2;
            }

            .footer-main .main .item ul li i {
                font-size: 14px;
            }

.scrollTop {
    border-radius: 100%;
    opacity: 1;
    padding-top: 18px;
}

    .scrollTop span {
        font-size: 12px;
    }

        .scrollTop span i {
            font-size: 16px;
        }

.hogog {
    height: 60px;
    background-color: #11152d;
    line-height: 60px;
    color: #fff;
    direction: rtl;
    font-size: 12px;
}



.group-product .main-content {
    float: right;
    margin-bottom: 10px;
}

    .group-product .main-content .main {
        min-height: 100px;
        border-radius: 8px;
        padding: 0px;
        border: 0px solid #dedede;
        box-shadow: 0 0 10px #e8e8e8;
    }

        .group-product .main-content .main .div-img {
            float: right;
            min-height: 100px;
            width: 100%;
        }

            .group-product .main-content .main .div-img img {
                width: 100%;
                border-radius: 8px;
            }


        .group-product .main-content .main .title {
            width: 100%;
            float: right;
            height: 30px;
            background-color: #23359199;
            text-align: center;
            line-height: 30px;
            color: #fff;
            margin-top: -30px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }


.logo-main-xs {
    min-height: 75px;
    background-color: #f7f7f7;
    padding-bottom: 10px;
}

    .logo-main-xs .logo {
        min-height: 80px;
        float: right;
    }

        .logo-main-xs .logo img {
            height: 70px;
            margin-top: 0px;
        }

.main-manu-lg {
    min-height: 80px;
    background-color: #f7f7f7;
    z-index: 100;
    border-bottom: 2px solid #233591;
}

    .main-manu-lg .logo-div {
        min-height: 80px;
        float: right;
    }

        .main-manu-lg .logo-div img {
            height: 70px;
            margin-top: 0px;
        }

    .main-manu-lg .menu-lg {
        min-height: 75px;
        float: right;
    }

        .main-manu-lg .menu-lg nav {
            width: 100%;
            margin-top: 20px;
        }

    .main-manu-lg .login-btn {
        min-height: 75px;
        float: right;
    }

        .main-manu-lg .login-btn .main {
            height: 50px;
            margin-top: 15px;
            text-align: center;
            padding: 0px;
        }

            .main-manu-lg .login-btn .main .cart {
                float: right;
                height: 40px;
                width: 40px;
                left: 10px;
                background-color: #233591;
                border-radius: 100%;
                color: #fff;
                margin-top: -3px;
                line-height: 38px;
                font-family: inherit;
            }

                .main-manu-lg .login-btn .main .cart img {
                    width: 20px;
                }

                .main-manu-lg .login-btn .main .cart #shopingshow {
                    width: 20px;
                    height: 20px;
                    margin-top: -27px;
                    margin-right: 10px;
                    line-height: 20px;
                }

            .main-manu-lg .login-btn .main .btn {
                background-color: #ffcc00;
                color: #233591;
                font-weight: bold;
                border-radius: 15px;
            }

.contentus .right {
    min-height: 40px;
    float: right;
    font-size: 17px;
    text-align: justify;
    direction: rtl;
    color: #555;
    line-height: 50px;
    padding-top: 50px;
}

    .contentus .right i {
        font-size: 24px;
        color: #545454;
        margin-left: 5px;
    }


.contentus .left {
    min-height: 40px;
    float: right;
    font-size: 17px;
    text-align: justify;
    direction: rtl;
    color: #888;
}

    .contentus .left .title {
        float: right;
        color: #444;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
        height: 40px
    }

    .contentus .left .btn {
        box-shadow: 0 0 0 #000000;
        background-color: #ee3e7c;
        color: #fff;
        width: 100%;
        border-radius: 20px;
        height: 45px;
    }

.aboutus .img-main {
    min-height: 50px;
    float: right;
    font-size: 17px;
    text-align: justify;
    direction: rtl;
    color: #233591;
    line-height: 50px;
    padding-top: 20px;
    border-radius: 10px;
}

    .aboutus .img-main img {
        width: 100%;
        border-radius: 25px;
    }

.aboutus .description {
    min-height: 50px;
    float: right;
    font-size: 15px;
    text-align: justify;
    direction: rtl;
    color: #555;
    line-height: 2.3;
    padding-top: 20px;
    border-radius: 10px;
}

.bascket .table {
    width: 100%;
}

    .bascket .table thead tr {
        background-color: #fffae7;
    }

    .bascket .table thead .head10 .btn {
        background-color: #ffcc00;
        color: #233591;
        font-weight: bold;
        border-radius: 15px;
    }

.getproduct {
    margin: 30px 0 0 30px;
}

.productshow .header-main .main {
    min-height: 20px;
    text-align: center;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f7f7f7;
    box-shadow: 0 0 10px #d4d4d4;
    padding: 0px;
    height: 355px;
}

    .productshow .header-main .main .banner-img {
        width: 100%;
        height: 308px;
        border-radius: 10px;
    }

    .productshow .header-main .main .content {
        /* float: right;
        margin-top: -240px;
        padding: 0px;
        background-color: #23359185;
        height: 240px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 10px;*/
    }

.productshow .header-main .main {
    position: relative;
}

    .productshow .header-main .main:after {
        content: '';
        position: absolute;
        top: 75px;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #23359185;
    }

.pos-d-r {
    position: relative;
    z-index: 999;
}

.productshow .header-main .main .content .img-round {
    width: 90px;
    float: right;
    height: 90px;
    background-color: #888;
    text-align: center;
    margin-top: -45px;
    margin-left: 25px;
    border-radius: 100%;
    float: left;
}

    .productshow .header-main .main .content .img-round img {
        width: 100%;
        border-radius: 100%;
        border: 2px solid #1fb8d4;
    }

.productshow .header-main .main .content .title {
    padding: 0px 5px 0 12px;
    line-height: 40px;
    float: right;
    /* height: 40px;*/
    background-color: #fff;
    text-align: center;
    border-radius: 25px;
    color: #233591;
}

.productshow .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}


.productshow .carousel-control.right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.productshow .header-main .main .content-text {
    float: right;
    position: relative;
    padding: 30px 10px 10px 10px;
}

    /*   .productshow .header-main .main .content-text .content {
        position: absolute;
        right: 65px;
        top: 15px;
    }*/

    .productshow .header-main .main .content-text .right {
        float: right;
    }

    .productshow .header-main .main .content-text .left {
        float: right;
    }

        .productshow .header-main .main .content-text .left .div-main {
            text-align: right;
            color: #fff;
            font-weight: bold;
            margin-top: 25px;
        }

            .productshow .header-main .main .content-text .left .div-main .hid {
                /*height: 100px;
                margin-bottom: 5px;*/
            }

            .productshow .header-main .main .content-text .left .div-main .time {
                height: 30px;
                line-height: 30px;
                float: right;
            }

                .productshow .header-main .main .content-text .left .div-main .time i {
                    color: #fff;
                    font-size: 18px;
                }

            .productshow .header-main .main .content-text .left .div-main .session-count {
                height: 30px;
                line-height: 30px;
                float: right;
            }

                .productshow .header-main .main .content-text .left .div-main .session-count img {
                    width: 18px;
                    margin-left: 5px;
                }

            .productshow .header-main .main .content-text .left .div-main .language {
                height: 30px;
                line-height: 30px;
                float: right;
            }

                .productshow .header-main .main .content-text .left .div-main .language img {
                    width: 20px;
                    margin-left: 5px;
                }

            .productshow .header-main .main .content-text .left .div-main .course-type {
                height: 30px;
                line-height: 30px;
                float: right;
            }

                .productshow .header-main .main .content-text .left .div-main .course-type img {
                    width: 20px;
                    margin-left: 5px;
                }

            .productshow .header-main .main .content-text .left .div-main .more {
                /* height: 30px;
                line-height: 30px;
                float: right;
                margin-top: 10px;
                margin-left:7px;*/
            }

                .productshow .header-main .main .content-text .left .div-main .more .div-more {
                    /*width: 30%;*/
                    font-size: 12px;
                    border-radius: 15px;
                    background-color: #fcc200;
                    height: 30px;
                    line-height: 30px;
                    margin-top: 0px;
                    font-weight: bold;
                    color: #233591;
                    margin-right: 0%;
                    float: right;
                    padding: 0px 5px 0 15px;
                }

                    .productshow .header-main .main .content-text .left .div-main .more .div-more img {
                        width: 17px;
                        float: right;
                        margin-left: 5px;
                        margin-top: 5px;
                        margin-right: 10px;
                    }

            .productshow .header-main .main .content-text .left .div-main .more {
                overflow: hidden;
                margin: 3px 3px 3px 5px;
                display: inline-block;
            }

                .productshow .header-main .main .content-text .left .div-main .more .hbhb {
                    margin: 3px 3px 3px 5px;
                    display: inline-block;
                }

                .productshow .header-main .main .content-text .left .div-main .more .btn {
                    border-radius: 15px;
                    background-color: #ee3e7c;
                    height: 30px;
                    line-height: 30px;
                    font-weight: bold;
                    color: #fff;
                    float: right;
                    padding: 0 10px 0 10px !important;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                    .productshow .header-main .main .content-text .left .div-main .more .btn img {
                        width: 20px;
                        float: right;
                        margin-left: 5px;
                        margin-top: 8px;
                        margin-right: 2px;
                    }

                    .productshow .header-main .main .content-text .left .div-main .more .btn a {
                        color: #fff;
                    }

                .productshow .header-main .main .content-text .left .div-main .more .btn-co {
                    font-size: 12px;
                    border-radius: 15px;
                    background-color: #fcc200;
                    height: 30px;
                    line-height: 30px;
                    font-weight: bold;
                    color: #233591;
                    padding: 0 10px 0 10px;
                    float: right;
                }

                    .productshow .header-main .main .content-text .left .div-main .more .btn-co img {
                        width: 16px;
                        float: right;
                        margin-left: 10px;
                        margin-top: 5px;
                        margin-right: 10px;
                    }

.disc-main {
    min-height: 40px;
    background-color: #fff;
    color: #233591;
    line-height: 40px;
    text-align: center;
    margin-bottom: 5px;
    border-radius: 20px;
}

.btn-dore-lg {
    float: left;
    width: 13%;
    text-align: right;
}

    .btn-dore-lg .cover {
        width: 100%;
        border-radius: 15px;
        background-color: #888;
        height: 30px;
        line-height: 30px;
        margin-top: 5px;
        font-weight: bold;
        color: #fff;
    }

        .btn-dore-lg .cover img {
            width: 20px;
            float: right;
            margin-left: 3px;
            margin-top: 5px;
            margin-right: 10px;
        }

.btn-dore-xs {
    float: right;
    text-align: right;
    min-height: 1px;
    margin-bottom: 5px;
}

    .btn-dore-xs .cover {
        width: 100%;
        border-radius: 15px;
        background-color: #888;
        height: 30px;
        line-height: 30px;
        margin-top: 5px;
        font-weight: bold;
        color: #fff;
    }

        .btn-dore-xs .cover .date {
        }

.btn-dore-lg .cover .date {
}

.btn-dore-xs .cover .clock {
}

.btn-dore-lg .cover .clock {
    display: inline-block;
    margin-left: 10px
}


.btn-dore-xs .cover img {
    width: 20px;
    float: right;
    margin-left: 10px;
    margin-top: 5px;
    margin-right: 10px;
}

.title-tbl-div {
    min-height: 40px;
    background-color: #fff;
    color: #233591;
    line-height: 40px;
    text-align: center;
    margin-bottom: 5px;
    border-radius: 20px;
    border-radius: 20px;
    font-size: 12px;
}

.content-tbl-f {
    min-height: 40px;
    color: #233591;
    line-height: 40px;
    text-align: center;
    margin-bottom: 5px;
    border-radius: 20px;
}

.content0:nth-child(2n) .content-tbl-f {
    background-color: #f8f8fb;
}



.tab-main-product-show {
    min-height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #fff;
    color: #000;
    text-align: center;
    margin-top: 50px;
    padding: 0px;
}

    .tab-main-product-show ul.nav {
        width: 70%;
        margin: 0 auto;
        font-size: 13px;
        font-weight: bold;
        border: 1px solid #f7f7f7;
        border-radius: 20px;
        box-shadow: 0 0 10px #d8d8d8;
    }

    .tab-main-product-show .tab-content #menu0 {
        min-height: 300px;
        padding: 20px;
        text-align: justify;
        direction: rtl;
    }

    .tab-main-product-show .tab-content #menu1 {
        min-height: 300px;
    }

    .tab-main-product-show .tab-content #menu3 {
        min-height: 300px;
        padding: 20px;
        text-align: justify;
        direction: rtl;
    }

    .tab-main-product-show .tab-content #menu4 {
        min-height: 300px;
        padding-top: 50px;
    }

    .tab-main-product-show .tab-content #menu1 .question {
        float: right;
        font-size: 13px;
        margin-bottom: 20px;
    }

        .tab-main-product-show .tab-content #menu1 .question .title-q {
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 0px;
            min-height: 30px;
            background-color: #1FB8D4;
            color: #fff;
            text-align: justify;
            direction: rtl;
            line-height: 25px;
            font-weight: bold;
            border: 0px solid #d8d8d8;
            margin-bottom: 3px;
            float: right;
        }

            .tab-main-product-show .tab-content #menu1 .question .title-q span {
                font-size: 10px;
                float: right;
            }

        .tab-main-product-show .tab-content #menu1 .question .text-q {
            border-top-left-radius: 20px;
            border-top-right-radius: 0px;
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
            min-height: 90px;
            background-color: #1FB8D4;
            color: #fff;
            text-align: justify;
            direction: rtl;
            line-height: 25px;
            font-weight: bold;
            border: 0px solid #d8d8d8;
            padding-top: 10px;
        }


    .tab-main-product-show .tab-content #menu1 .answer {
        float: left;
        font-size: 13px;
        margin-bottom: 20px
    }

    .tab-main-product-show .tab-content {
        margin-top: 30px;
    }

        .tab-main-product-show .tab-content #menu1 .answer .title-a {
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 20px;
            min-height: 30px;
            background-color: #233591;
            color: #fff;
            text-align: center;
            direction: ltr;
            line-height: 25px;
            font-weight: bold;
            border: 0px solid #d8d8d8;
            margin-bottom: 3px;
            float: left;
            min-width: 150px;
        }

            .tab-main-product-show .tab-content #menu1 .answer .title-a span {
                font-size: 14px;
                text-align: center;
            }

        .tab-main-product-show .tab-content #menu1 .answer .text-a {
            border-top-left-radius: 0px;
            border-top-right-radius: 20px;
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
            min-height: 90px;
            background-color: #233591;
            color: #fff;
            text-align: justify;
            direction: rtl;
            line-height: 25px;
            font-weight: bold;
            border: 0px solid #d8d8d8;
            padding-top: 10px;
        }

        .tab-main-product-show .tab-content #menu3 .content-q {
            float: right;
            font-size: 13px;
            margin-bottom: 20px;
        }

            .tab-main-product-show .tab-content #menu3 .content-q .title {
                border-top-left-radius: 20px;
                border-top-right-radius: 20px;
                border-bottom-left-radius: 20px;
                border-bottom-right-radius: 0px;
                min-height: 30px;
                background-color: #1FB8D4;
                color: #fff;
                text-align: justify;
                direction: rtl;
                line-height: 25px;
                font-weight: bold;
                border: 0px solid #d8d8d8;
                margin-bottom: 3px;
                float: right;
            }

                .tab-main-product-show .tab-content #menu3 .content-q .title span {
                    font-size: 10px;
                    float: right;
                }

            .tab-main-product-show .tab-content #menu3 .content-q .text {
                border-top-left-radius: 20px;
                border-top-right-radius: 0px;
                border-bottom-left-radius: 20px;
                border-bottom-right-radius: 20px;
                min-height: 90px;
                background-color: #1FB8D4;
                color: #fff;
                text-align: justify;
                direction: rtl;
                line-height: 25px;
                font-weight: bold;
                border: 0px solid #d8d8d8;
            }

                .tab-main-product-show .tab-content #menu3 .content-q .text .btn-div {
                    width: 100%;
                    height: 30px;
                    bottom: 10px;
                    position: absolute;
                }

                    .tab-main-product-show .tab-content #menu3 .content-q .text .btn-div .btn {
                        float: left;
                        min-width: 30%;
                        text-align: center;
                        margin-left: 20px;
                    }

                        .tab-main-product-show .tab-content #menu3 .content-q .text .btn-div .btn .txt-btn {
                            width: 100%;
                            border-radius: 15px;
                            background-color: #fff;
                            height: 30px;
                            line-height: 30px;
                            margin-top: 0px;
                            font-size: 12px;
                            color: #1FB8D4;
                        }

                    .tab-main-product-show .tab-content #menu3 .content-q .text .btn-div .wrapper {
                        float: left;
                        min-width: 30%;
                        text-align: center;
                        margin-left: 5px;
                    }

                        .tab-main-product-show .tab-content #menu3 .content-q .text .btn-div .wrapper .txt-btn {
                            width: 100%;
                            border-radius: 15px;
                            background-color: #1FB8D4;
                            height: 30px;
                            line-height: 30px;
                            margin-top: 0px;
                            font-size: 12px;
                            color: #fff;
                            border: 1px solid #fff;
                        }

                            .tab-main-product-show .tab-content #menu3 .content-q .text .btn-div .wrapper .txt-btn i {
                                color: #ffcc00;
                                font-size: 15px;
                                margin-top: 3px;
                            }

.box-menu {
    direction: rtl;
    /*    margin-bottom: 80px;*/
    margin-top: 50px;
}

    .box-menu .box {
        margin: 7px 7px 7px 0;
        float: right;
        position: relative;
        border-radius: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100px;
        height: 100px;
    }

        .box-menu .box .text {
            margin-top: 5px;
            font-weight: bold;
            color: #1a5292;
            font-size: 14px;
            transition: all .3s;
        }

.items-box {
    overflow: hidden;
}

.box-menu .box .count {
    top: 10px;
    left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #444;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
}

.box-menu .box i {
    font-size: 45px;
    color: #fff
}

.box-menu .box-right,
.box-menu .box-left {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    flex-wrap: wrap;
}

.box-f-left {
    float: left !important
}

.box-menu .hr-line {
    position: absolute;
    top: 50%;
    height: 2px;
}

.box-left .box .btn {
    background: #233590;
    border-radius: 15px;
    color: #fff;
    position: absolute;
    top: 0;
}

.box-left .box {
    position: relative
}

    .box-left .box .info {
        margin-top: 20px;
        text-align: center;
    }

        .box-left .box .info span {
            color: #233590;
            font-size: 13px;
        }

.legend {
    border: 1px solid #ddd;
    border-radius: 15px;
    width: 100%;
    position: relative
}

    .legend .title-o {
        display: inline-block;
        text-align: center;
        position: absolute;
        border-radius: 15px;
        z-index: 50;
        background-color: #90a4ad;
        top: -15px;
        left: 15px;
        padding: 5px 15px 5px 15px;
        color: #fff;
    }

.legend-inner {
    border: 1px solid #ddd;
    border-radius: 15px;
    position: relative
}

.legend .title-o-inner {
    display: inline-block;
    text-align: center;
    position: absolute;
    border-radius: 15px;
    z-index: 99999;
    background-color: #90a4ad;
    top: -15px;
    right: 15px;
    padding: 5px 15px 5px 15px;
    color: #fff;
}


.box-tab, .box-course {
    margin-top: 80px;
    margin-bottom: 80px;
}

.box-calendar {
    margin-top: 80px;
    margin-bottom: 80px;
}

.box-tab .main-tab .ul-nav {
    border-bottom: 2px solid #eee;
    position: relative;
    height: 50px;
}

    .box-tab .main-tab .ul-nav .nav-s {
        /*position: absolute;
        width: 100%;
        top: 27px;*/
    }


        .box-tab .main-tab .ul-nav .nav-s .nav > li > a {
            /* padding: 8px 2px;*/
        }

        .box-tab .main-tab .ul-nav .nav-s .nav-tabs > li.active > a {
            border-bottom: 3px solid #fcc200;
        }

.box-tab .main-tab .tab-content .tab-pane {
    margin-top: 25px;
    clear: both
}

.content-tbl-f .div-btn {
    margin-left: 10px;
}



.box-money .box-mon .box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    border-radius: 15px;
    color: #fff;
}

.box-money .box-mon:nth-child(4) .box {
    background-color: #fcc200;
}

.box-money .box-mon:nth-child(2) .box {
    background-color: #e83674;
}

.box-money .box-mon:nth-child(3) .box {
    background-color: #1eb8d4;
}

.mohasebat .div-all {
    display: inline-block;
}

    .mohasebat .div-all .balance {
        padding-right: 30px;
        padding-left: 30px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        height: 100px;
        background-color: #90a4ad;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

        .mohasebat .div-all .balance span {
            color: #fff;
            display: inline-block;
            margin: 10px 7px 4px 7px;
            font-weight: 500;
        }

    .mohasebat .div-all .total {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid #9ba4a9;
        border-right: none;
        height: 100px;
        padding-right: 30px;
        padding-left: 30px;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }

        .mohasebat .div-all .total .item {
            margin-bottom: 5px;
        }

            .mohasebat .div-all .total .item span {
                display: inline-block;
            }

.mohasebat {
    position: relative;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .mohasebat .add-credit {
        position: absolute;
        bottom: -10px;
        right: 65px;
    }

    .mohasebat .add-credit-btn {
        background-color: #21307d;
        border-radius: 15px;
        color: #fff;
        padding: 2px 15px 4px 15px;
    }

.list-azmon-t .list-exam .list-azmon .main .clock-lg .day,
.box-azmon .list-azmon .main .clock-lg .day,
.list-azmon .main .clock-lg .hours,
.list-azmon .main .clock-lg .min,
.list-azmon .main .clock-lg .sec {
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: -120px;
    height: 38px;
    padding: 3px;
}

.list-azmon-t .list-exam .list-azmon .main .discount-lg {
    height: 35px;
    font-size: 12px;
    border-radius: 20px;
    padding-right: 10px;
    padding-left: 10px;
    width: 60px;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 10px;
}

.box-azmon .list-azmon .main .discount-lg {
    height: 35px;
    font-size: 12px;
    border-radius: 20px;
    padding-right: 10px;
    padding-left: 10px;
    width: 60px;
    padding-top: 10px;
}

.list-azmon-t .list-exam .list-azmon .main .title-lg,
.box-azmon .list-azmon .main .title-lg {
    padding-top: 0px;
}

.list-azmon-t .list-exam .list-azmon .main .btn-lg,
.box-azmon .list-azmon .main .btn-lg {
    margin-left: 160px;
}

.home-slides {
    margin-bottom: 10px;
    margin-top: 10px;
}



.box-azmon .swiper-pagination2 {
    position: unset;
}

.new-course, .discount-course, .list-exam {
    margin-top: 25px;
}

.loginmodal-container {
    background-color: #fff;
    border-radius: 20px;
}

    .loginmodal-container .title {
        color: #143c5d;
        font-size: 13px;
        font-weight: bold;
        color: #21307d;
    }

    .loginmodal-container .nav {
        font-size: 13px;
        padding-right: 0px;
    }

    .loginmodal-container .tab-content .tab-pane {
        padding-top: 20px;
    }

        .loginmodal-container .tab-content .tab-pane .send-code {
            background-color: #233591;
            border: 0px;
            width: 30%;
            float: right;
            color: #fff;
            height: 43px;
            line-height: 43px;
            border-radius: 5px;
        }


        .loginmodal-container .tab-content .tab-pane .login {
            font-size: 19px;
            border-radius: 20px;
            padding: 13px 0px;
            background-color: #fecc02;
            color: #233591;
        }

.disablesBtn {
    background-color: #dadada !important;
    color: #fff !important;
}

.loginmodal-container .tab-content .tab-pane .div-input {
    min-height: 30px;
    padding: 0px;
}


.loginmodal-container .nav > li > a {
    position: relative;
    display: block;
    padding: 8px 10px;
}

.loginmodal-container .tab-content .tab-pane .btn-sendcode {
    width: 69%;
    float: right;
    margin-left: 1%;
}

.carousel-indicators {
    direction: ltr;
}

.mohasebat .div-all .total {
    padding-right: 13px;
    padding-left: 13px;
}


.box-download .content0 .content-tbl-f .btn-dore-lg .cover {
    text-align: center
}

.loginmodal-container {
    position: relative;
}

    .loginmodal-container .close {
        position: absolute;
        top: 20px;
        font-size: 30px;
    }

#regist .request,
#mob .request {
    margin: 20px 0 15px 0;
}

    #regist .request .link-btn,
    #mob .request .link-btn {
        color: #666;
        transition: all .3s;
    }

        #regist .request .link-btn:hover
        #mob .request .link-btn:hover {
            color: #444;
            transition: all .3s;
            cursor: pointer;
        }

.basket .cart {
    position: relative;
}

    .basket .cart .count {
        position: absolute;
        background-color: #fcc200;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 3px;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        top: -10px;
        right: -5px;
    }

.main-teacher .content .pic-teacher-banner {
    width: 100%;
    /*   height: 330px;*/
    border-radius: 10px;
}

.main-teacher .content {
    position: relative;
    padding: 0;
}

.main-teacher .ul-span {
    text-align: right;
}

.main-teacher .content .main-pic-teacher {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #23359185;
    /*height: 80px;*/
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 10px;
}

    .main-teacher .content .main-pic-teacher .pic {
        width: 180px;
        float: right;
        height: 180px;
        background-color: #888;
        text-align: center;
        margin-top: -105px;
        margin-left: 25px;
        border-radius: 100%;
        float: left;
    }

        .main-teacher .content .main-pic-teacher .pic img {
            width: 100%;
            border-radius: 100%;
            border: 2px solid #1fb8d4;
        }

    .main-teacher .content .main-pic-teacher .fullname {
        min-width: 180px;
        float: right;
        height: 40px;
        background-color: #ffc207;
        text-align: center;
        margin-top: -20px;
        margin-right: 20px;
        border-radius: 25px;
        float: right;
        font-weight: bold;
        font-size: 18px;
        color: #233591;
        padding: 5px 10px;
        font-weight: bold;
    }

    .main-teacher .content .main-pic-teacher .ul-span {
        line-height: 25px;
        color: #fff;
    }

.singleCourse {
    margin-top: 35px;
}

.tab-content .tab-pane .more-desc {
    padding: 15px;
    line-height: 2;
    color: #aa9595;
    text-align: justify;
}

.error .page-title {
    background-color: #ebeef1;
    padding-bottom: 48px;
    padding-top: 48px;
}

    .error .page-title .h2 {
        color: #0a0909;
        font-size: 24px;
        margin-bottom: 0;
        line-height: 1.2;
    }

    .error .page-title .listItem a {
        color: #555;
        transition: all .3s;
    }

        .error .page-title .listItem a:hover {
            color: #333;
            cursor: pointer;
            transition: all .3s;
        }

    .error .page-title .breadcrumbs {
        margin-top: 8px;
        color: #0a0909;
    }

.error .main-page-content.default-margin {
    background-color: #f8f9fa;
    padding-top: 40px;
    padding-bottom: 105px;
}

.error .not-found {
    align-items: center;
}

/*  .error .not-found .not-found-icon-wrapper {
        margin-left: 30px;
    }

    .error .not-found .not-found-icon-wrapper {
        margin-right: 30px;
    }*/
.login-btn .main .dropdown {
    display: inline-block;
}

    .login-btn .main .dropdown .dropdown-toggle {
        font-size: 12px;
        border-radius: 30px;
        background-color: #fcc200;
        font-weight: bold;
        color: #233591;
        height: 34px;
    }

.error .not-found .not-found-icon-wrapper .error-page {
    font-size: 165px;
    font-family: monospace;
    letter-spacing: -25px;
    color: #1e83f0;
    padding-right: 15px;
    line-height: 1;
    color: #ec406a;
    display: flex;
    justify-content: center;
    align-items: center;
}

.error .not-found .not-found-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.error .btn-border, .error-404-area .btn-border {
    color: #ec406a;
    border: 2px solid #ec406a;
    text-align: center;
    margin-top: 30px;
    border-radius: 50px;
    padding: 10px 17px;
    vertical-align: bottom;
    text-shadow: none;
    line-height: 27px;
    display: inline-block;
    transition: all .2s ease-in-out
}

    .error .btn-border:hover, .error-404-area .btn-border:hover {
        background-color: #ec406a;
        color: #fff;
    }

.error .not-found .not-found-content .title {
    margin-bottom: 20px;
    font-size: 29px;
}

.cart .container {
    /*        min-height: 300px;*/
    background-color: #ffffff3d;
    margin-top: 10px;
}

.cart table .remove-all-cart {
    float: left;
    margin-right: 2px;
}

.head10 {
    text-align: right;
}

.cart .img-logo img {
    width: 80px !important;
}

.remove .fa-trash {
    color: #ff0000;
    font-size: 20px;
    margin-top: 5px;
}


.cart .price {
    position: relative;
}

    .cart .price .discount-price {
        position: absolute;
        top: -15px;
        color: #888;
        display: block;
        width: 100%;
    }

        .cart .price .discount-price span {
            display: inline-block;
            position: relative;
        }

            .cart .price .discount-price span:after {
                content: '';
                display: block;
                width: 100%;
                position: absolute;
                border: 1px solid red;
                transform: rotate(-7deg);
                top: 10px;
            }

.center {
    text-align: center;
}

.singleCourse .box-question,
.question-main .box-question {
    position: relative;
    border: 2px solid #8ea5ad;
    min-height: 100px;
    padding: 50px 20px 20px 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    margin-bottom: 30px;
}

.singleCourse .add-q-btn,
.question-main .add-q-btn {
    text-align: left;
    margin-bottom: 20px;
    margin-top: 30px;
}

    .singleCourse .add-q-btn .add-a-q,
    .question-main .add-q-btn .add-a-q {
        background-color: #e73976;
        margin-top: 0;
    }

    .singleCourse .add-q-btn .btn-a-i, .question-main .add-q-btn .btn-a-i {
        border-radius: 25px;
        padding-top: 8px;
        padding-bottom: 24px;
        font-size: 14px;
    }

    .singleCourse .add-q-btn .all-see-btn,
    .question-main .add-q-btn .all-see-btn {
        border-radius: 25px;
        padding-top: 6px;
        padding-bottom: 7px;
        font-size: 14px;
    }

    .singleCourse .add-q-btn .btn i,
    .question-main .add-q-btn .btn i {
        vertical-align: middle;
    }

.singleCourse .tab-pane .box-question .q-text,
.question-main .tab-pane .box-question .q-text {
    position: relative;
    margin-bottom: 40px;
}

    .singleCourse .tab-pane .box-question .q-text p,
    .question-main .tab-pane .box-question .q-text p {
        min-height: 30px;
        padding: 8px 20px 10px 15px;
        line-height: 1.8;
        color: #fff;
        background-color: #20b7d4;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 15px;
        min-width: 300px;
    }

    .singleCourse .tab-pane .box-question .q-text .q-d,
    .question-main .tab-pane .box-question .q-text .q-d {
        display: inline-block;
        position: relative;
    }

        .singleCourse .tab-pane .box-question .q-text .q-d .status div,
        .question-main .tab-pane .box-question .q-text .q-d .status div {
            display: inline-block;
            color: #fff;
            font-size: 13px;
        }

.singleCourse .tab-pane .box-question .q-title,
.question-main .tab-pane .box-question .q-title {
    position: absolute;
    display: inline-block;
    padding: 5px 15px 5px 15px;
    color: #fff;
    background-color: #8ea5ad;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 15px;
    top: -30px;
    right: 0px;
    font-size: 10px;
}

.singleCourse .tab-pane .box-question .q-btn,
.question-main .tab-pane .box-question .q-btn {
    text-align: left;
    margin-bottom: 10px;
}

.singleCourse .tab-pane .box-question .q-btn,
.question-main .tab-pane .box-question .q-btn {
    text-align: left;
}

    .singleCourse .tab-pane .box-question .q-btn .a-m-text i,
    .question-main .tab-pane .box-question .q-btn .a-m-text i {
        vertical-align: middle;
        font-size: 14px;
    }

    .singleCourse .tab-pane .box-question .q-btn .a-m-text,
    .question-main .tab-pane .box-question .q-btn .a-m-text {
        color: #fff;
        background-color: #383590;
        border-radius: 25px;
        padding-top: 10px;
        padding-bottom: 24px;
        font-size: 13px;
        transition: all .3s;
    }

        .singleCourse .tab-pane .box-question .q-btn .a-m-text:hover,
        .question-main .tab-pane .box-question .q-btn .a-m-text:hover {
            color: #fff;
            background-color: #423F9A;
            transition: all .3s;
        }

        .singleCourse .tab-pane .box-question .q-btn .a-m-text i,
        .question-main .tab-pane .box-question .q-btn .a-m-text i {
            color: #fff;
            margin-right: 3px;
            transition: all .3s;
        }

        .singleCourse .tab-pane .box-question .q-btn .a-m-text:hover i,
        .question-main .tab-pane .box-question .q-btn .a-m-text:hover i {
            color: #fbc202;
            transition: all .3s;
        }

    .singleCourse .tab-pane .box-question .q-btn .a-text,
    .question-main .tab-pane .box-question .q-btn .a-text {
        color: #fff;
        background-color: #f14380;
        border-radius: 25px;
        padding-top: 5px;
        padding-bottom: 27px;
        font-size: 13px;
        transition: all .3s;
    }

        .singleCourse .tab-pane .box-question .q-btn .a-text:hover,
        .question-main .tab-pane .box-question .q-btn .a-text:hover {
            background-color: #fb4d8a;
            transition: all .3s;
        }

.singleCourse .tab-pane .box-question .all-a-box,
.question-main .tab-pane .box-question .all-a-box {
    margin-right: 50px;
    margin-bottom: 35px;
}

    .singleCourse .tab-pane .box-question .all-a-box .box-title,
    .question-main .tab-pane .box-question .all-a-box .box-title {
        position: relative;
        margin-top: 30px;
    }

        .singleCourse .tab-pane .box-question .all-a-box .box-title .title,
        .question-main .tab-pane .box-question .all-a-box .box-title .title {
            position: absolute;
            display: inline-block;
            padding: 5px 15px 5px 15px;
            color: #fff;
            font-size: 10px;
            background-color: #8ea5ad;
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
            border-bottom-left-radius: 0;
            border-top-left-radius: 15px;
            top: -30px;
            right: 0px;
        }

.singleCourse .tab-pane .box-question .q-btn .a-text .a-text-count-btn,
.question-main .tab-pane .box-question .q-btn .a-text .a-text-count-btn {
    display: inline-block;
    background-color: #fff;
    color: #f14380;
    border-radius: 25px;
    margin-right: 3px;
    padding: 3px 13px 6px 13px;
}

.singleCourse .tab-pane .box-question .box-j,
.question-main .tab-pane .box-question .box-j {
    position: relative;
}

    .singleCourse .tab-pane .box-question .box-j img,
    .question-main .tab-pane .box-question .box-j img {
        position: absolute;
        width: 26px;
        right: -30px;
        top: -12px;
    }

    .singleCourse .tab-pane .box-question .box-j p,
    .question-main .tab-pane .box-question .box-j p {
        min-height: 18px;
        padding: 5px 20px 8px 15px;
        line-height: 1.8;
        color: #fff;
        background-color: #6e969d;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 15px;
        margin-top: 22px;
        min-width: 300px;
        text-align: right;
        font-size: 14px;
    }

    .singleCourse .tab-pane .box-question .box-j p {
        margin-top: 0px;
    }

.singleCourse .tab-pane .box-question .form-q,
.question-main .tab-pane .box-question .form-q {
    margin-right: 20px;
    position: relative;
}

.btn-j-j-f, .btn-j-j-p {
 /*   border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;*/
    padding: 4px 15px 5px 15px;
 
}
.singleCourse-new .btn-danger {
    margin: 15px;
}
.singleCourse-new .btn-j-j-f, .singleCourse-new .btn-j-j-p {
 
    padding: 4px 15px 5px 15px;
 
}
.singleCourse-new .btn-warning {
    padding: 3px 10px;
}
.singleCourse .tab-pane .box-question .add-q-box,
.question-main .tab-pane .box-question .add-q-box {
    margin-right: 20px;
    margin-top: 30px;
}

    .singleCourse .tab-pane .box-question .add-q-box .box-title,
    .question-main .tab-pane .box-question .add-q-box .box-title {
        position: relative;
        margin-top: 30px
    }

        .singleCourse .tab-pane .box-question .add-q-box .box-title span,
        .question-main .tab-pane .box-question .add-q-box .box-title span {
            position: absolute;
            display: inline-block;
            padding: 5px 15px 5px 15px;
            color: #fff;
            background-color: #8ea5ad;
            border-bottom-right-radius: 0;
            border-top-right-radius: 20px;
            border-bottom-left-radius: 15px;
            border-top-left-radius: 15px;
            top: -40px;
            right: 0px;
        }

    .singleCourse .tab-pane .box-question .add-q-box .box-j
    .question-main .tab-pane .box-question .add-q-box .box-j {
        margin-top: 30px;
    }

.singleCourse .tab-pane .box-question .form-q .content .title,
.question-main .tab-pane .box-question .form-q .content .title {
    position: absolute;
    display: inline-block;
    padding: 5px 15px 5px 15px;
    color: #fff;
    background-color: #8ea5ad;
    border-bottom-right-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    top: -18px;
    right: -1px;
}

.pardakht {
    width: 100%;
    font-size: 16px;
    height: 40px;
}

.cart .box-dix .form-control {
    display: inline-block;
    width: unset !important;
}

.cart .box-main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 40px;
}

    .cart .box-main .lable span {
        margin-left: 10px;
        font-size: 16px;
        font-weight: bold;
        color: #444;
    }

    .cart .box-main .box-dix {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .cart .box-main .box-dix .btn {
            margin: 0 20px 0 0;
        }

.cart .factor {
    margin-right: 40px;
}

    .cart .factor .title {
        font-size: 15px;
        color: #666;
        font-weight: 500;
        margin-bottom: 10px;
        margin-left: 30px;
        display: inline-block;
    }

    .cart .factor .bold {
        font-weight: bolder;
    }

    .cart .factor .numbric {
        font-size: 15px;
    }


.tooltip .tooltip-arrow {
    border-bottom-color: #1eb8d4 !important;
}

.tooltip .tooltip-inner {
    font-family: inherit !important;
    z-index: 99999 !important;
    display: block !important;
    font-size: 14px !important;
    background-color: #1eb8d4 !important;
}

.error-404-area {
    z-index: 1;
    background: #f8f8f8;
    position: relative;
    padding-top: 25px;
    padding-bottom: 145px;
}

.scrollTop:hover {
    cursor: pointer;
}

.error-404-area .notfound {
    position: relative;
    max-width: 520px;
    z-index: 1;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

.error-404-area .notfoundCourse {
    position: relative;
    max-width: 520px;
    z-index: 1;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.error-404-area .notfound .notfound-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

    .error-404-area .notfound .notfound-bg div {
        width: 100%;
        background: #ffffff;
        border-radius: 90px;
        height: 125px;
    }

.funfacts-inner {
    overflow: hidden;
    background-color: #233590;
    border-radius: 15px;
    padding: 50px;
    position: relative;
    z-index: 1;
    text-align: center;
}

    .funfacts-inner .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .funfacts-inner .col-lg-3, .funfacts-inner .col-lg-4 {
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        border-right: none;
    }

.single-funfact {
    text-align: center;
}

    .single-funfact .icon {
        color: #ffffff;
        line-height: 0;
        font-size: 50px;
        margin-top: -7px;
        margin-bottom: 10px;
    }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}

.odometer-inside {
    direction: ltr;
}

.funfacts-area {
    margin-bottom: 40px;
    margin-top: 25px;
}

.single-funfact h3 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 600;
}

#particles-js-circle-bubble {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.funfacts-inner .col-lg-4:last-child {
    border-left: 0;
}

.single-funfact p {
    color: #ffffff;
    line-height: initial;
    font-family: iranyekan;
    font-size: 16px;
    font-weight: 500;
}

.error-404-area .notfound .notfound-bg div:nth-child(1) {
    -webkit-box-shadow: 5px 5px 0 0 #f3f3f3;
    box-shadow: 5px 5px 0 0 #f3f3f3;
}

.error-404-area .notfound .notfound-bg div:nth-child(2) {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-box-shadow: 5px 5px 0 0 #f3f3f3;
    box-shadow: 5px 5px 0 0 #f3f3f3;
    position: relative;
    z-index: 10;
}

.error-404-area .notfound .notfound-bg div:nth-child(3) {
    -webkit-box-shadow: 5px 5px 0 0 #f3f3f3;
    box-shadow: 5px 5px 0 0 #f3f3f3;
    position: relative;
    z-index: 90;
}

.error-404-area .notfound h1 {
    font-size: 60px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 10px;
}

.error-404-area .notfound h3 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 22px;
}

.error-404-area .notfound p {
    color: #6084a4;
    margin-bottom: 20px;
    line-height: 1.7;
}

.credit-main .box-credit {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*        flex-direction: column;*/
    justify-content: center;
    align-items: center;
}

.credit-main .credit-mony-title {
    font-size: 18px;
    font-weight: 700;
}

.credit-main .digit-credit {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.credit-main .account-box {
    background: #fff;
    max-width: 389px;
    margin: 70px auto;
    border-radius: 7px;
    border: 1px solid #dedede;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    position: relative;
}

.transaction .tab-main-product-show ul {
    width: 40%;
}


.transaction .nav > li > a {
    padding: 15px 20px;
}

.main-content {
    margin-left: auto !important;
    margin-right: auto !important;
}

.credit-main .main-content .account-box-content {
    padding: 15px;
}

    .credit-main .main-content .account-box-content .form-account {
        margin-top: 9px;
        margin-bottom: 9px;
    }

.credit-main .main-content .form-account-title {
    color: #656565;
    margin-bottom: 18px;
    letter-spacing: -.6px;
    font-size: 15px;
}

.credit-main .main-content .account-box-content .form-account-row {
    margin-bottom: 35px;
}

.credit-main .main-content .input-label {
    position: absolute;
    display: inline-block;
    line-height: 22px;
    outline: none;
}

    .credit-main .main-content .input-label i::before {
        position: absolute;
        right: 17px;
        top: 12px;
        color: #929292;
        font-size: 26px;
    }

.credit-main .main-content form input::placeholder {
    padding-right: 5px;
}

.credit-main .main-content .input-field::placeholder {
    color: #c8c8c8;
    font-size: 14px;
    text-align: right;
    padding-right: 40px;
}



.credit-main .main-content .input-field {
    border-radius: 5px;
    background: #fff;
    border: 1px solid #c8c8c8;
    color: #717171;
    font-size: 14px;
    line-height: 1.571;
    padding: 11px 55px 11px 11px;
    width: 100%;
    letter-spacing: -.8px;
    text-align: right;
    font-family: iranyekan;
    outline: none;
}

.btn-link-border::after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: .85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #1ca2bd;
}

.btn-link-border:hover {
    color: #1ca2bd;
}

.credit-main .main-content .account-box-content .form-account-agree {
    line-height: 2.5;
    color: #5c5c5c;
    padding-right: 30px;
    position: relative;
}

    .credit-main .main-content .account-box-content .form-account-agree label {
        cursor: pointer;
    }

.credit-main .main-content .form-account-agree .checkbox-form {
    position: absolute;
    right: 0;
    top: 8px;
}

.credit-main .main-content .checkbox-primary {
    width: 22px;
    height: 21px;
}

.credit-main .main-content .checkbox-form {
    width: 19px;
    height: 18px;
    display: inline-block;
    position: relative;
}

.checkbox-form input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.checkbox-form input[type="checkbox"]:checked + .checkbox-check {
    background: #256623;
    border: 1px solid #1fa4b3;
}

    .checkbox-form input[type="checkbox"]:checked + .checkbox-check::before {
        content: "\f00c";
        font: normal normal normal 32px/1 'FontAwesome';
        font-size: 32px;
        position: absolute;
        left: 2px;
        top: 2px;
        color: #fff;
        font-size: 15px;
    }

.account-box-content .form-account-agree label {
    cursor: pointer;
}

.btn-link-border {
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    color: #1ca2bd;
    padding: 0;
    line-height: 2;
}

    .btn-link-border::after {
        left: 0;
        right: 0;
        top: 50%;
        margin-top: .85em;
        content: "";
        position: absolute;
        border-bottom: 1px dashed #1ca2bd;
    }

.checkbox-primary .checkbox-check {
    border-radius: 5px;
    border: 1px solid #b7b7b7;
}

.checkbox-check {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #d8d8d8;
}

.main-dargah {
    margin-bottom: 40px;
    margin-top: 20px;
}

.dargah {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .dargah img {
        width: 90px;
        display: block;
        margin-bottom: 5px;
    }

.lbl-dargah {
    padding-right: 7px;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.credit-main .main-content .loaderBox {
    display: inline-block;
}

    .credit-main .main-content .loaderBox .icon-loader {
        border-radius: 0px;
    }

#MyTransaction .table-row {
    background-color: #ddd;
    padding: 10px 5px 10px 5px;
    border-radius: 5px;
    margin-top: 25px;
    min-height: 45px;
}

#MyTransaction {
    margin-bottom: 30px;
}

    #MyTransaction .all-content ul li {
        display: inline-block;
    }

    #MyTransaction .text-center {
        text-align: center !important;
    }

    #MyTransaction .row-com1, #MyTransaction .row-com2 {
        padding: 20px 0 20px 0;
    }

        #MyTransaction .row-com1 .div-center, #MyTransaction .row-com2 .div-center {
            text-align: center;
        }

        #MyTransaction .row-com1 .complate-m .dic-m,
        #MyTransaction .row-com1 .date-m,
        #MyTransaction .row-com2 .complate-m .dic-m,
        #MyTransaction .row-com2 .date-m {
            font-size: 13px;
        }

.typeInvoice {
    display: block;
}

#MyTransaction .throw-m-green {
    color: #9fd172;
}

#MyTransaction .throw-m-red {
    color: #dd6060;
}

#MyTransaction a, #MyTransaction a:hover {
    color: #515151;
}

.profile .personal-pic, .profile .national-pic {
    text-align: center;
}

    .profile .personal-pic img {
        width: 150px;
    }

.profile .national-pic {
}

    .profile .national-pic img {
        width: 150px;
    }

.btn-profile .btn {
    width: 150px;
    font-size: 18px;
}

.profile .select-btn {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 0;
    padding: 9px 12px !important;
}

.box-menu .box:hover {
    cursor: pointer;
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}

    .box-menu .box:hover .text {
        color: #fff;
        transition: all .3s;
    }

.box-menu .box-green:hover {
    background-color: #28c0e5;
}

.box-menu .box-green {
    background-color: #1eb6db;
}

.box-menu .box-blue {
    background-color: #3fb0fc;
}

.box-menu .box-green:hover {
    background-color: #44b5ff;
}

.box-menu .box-light-green {
    background-color: #3cd4c5;
}

.box-menu .box-green:hover {
    background-color: #23bbe0;
}

.box-menu .box-orange {
    background-color: #febf47;
}

    .box-menu .box-orange:hover {
        background-color: #ffc44c;
    }

.box-menu .box-red {
    background-color: #f86473
}

    .box-menu .box-red:hover {
        background-color: #fd6978
    }

.box-menu .box-red-light {
    background-color: #f35bb0;
}

    .box-menu .box-red-light:hover {
        background-color: #f860b5;
    }

.box-menu .box-blue-bold {
    background-color: #b7abdf;
}

    .box-menu .box-blue-bold:hover {
        background-color: #bcb0e4;
    }

.box-menu .box-red-strong {
    background-color: #ff5d96;
}

    .box-menu .box-red-strong:hover {
        background-color: #ff629b;
    }

.box-menu .box-blue-strong {
    background-color: #1fb7dc;
}

    .box-menu .box-blue-strong:hover {
        background-color: #24bce1;
    }

.box-menu .box-green-bold {
    background-color: #56d952;
}

    .box-menu .box-green-bold:hover {
        background-color: #5bde57;
    }

.box-menu .box-yellow {
    background-color: #fbc202;
}

    .box-menu .box-yellow:hover {
        background-color: #ffcc0c;
    }




.place-holder {
    border-radius: 7px;
    padding: 30px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.message-p {
    margin-bottom: 80px;
}




.box-empty {
    border: 1px solid #ddd;
    border-radius: 7px;
}

    .box-empty .empty {
        padding: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

        .box-empty .empty img {
            width: 100px;
        }

        .box-empty .empty p {
            margin-top: 20px;
        }

.homeworks .modal-backdrop {
    z-index: -1;
}

.homeworks .modal-body .p-descroiption {
    padding: 35px;
    line-height: 2;
    text-align: justify;
}

.homeworks .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #dddd;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.homeworks {
    margin-top: 30px;
    margin-bottom: 40px;
}

    .homeworks .inputfile {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

        .homeworks .inputfile + label {
            font-size: 14px;
            font-weight: 600;
            color: white;
            background-color: #fcc200;
            display: inline-block;
            padding: 7px 20px 8px 20px;
            border-radius: 20px;
        }

            .homeworks .inputfile:focus + label,
            .homeworks .inputfile + label:hover {
                background-color: #ee6565;
                cursor: pointer;
                transition: all .3s;
            }

    .homeworks .box-h {
        margin-top: 35px;
        border-radius: 7px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    }

        .homeworks .box-h .title {
            padding: 20px 20px 15px 0;
            color: #555;
            font-weight: 600;
            font-size: 17px;
        }

        .homeworks .box-h .grade {
            padding: 0px 20px 25px 20px;
            text-align: left;
            direction: rtl;
        }

            .homeworks .box-h .grade .grade-s .text {
                font-size: 16px;
                color: #666;
            }

            .homeworks .box-h .grade .grade-s .number {
                font-size: 15px;
                color: #555;
            }

        .homeworks .box-h .content {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            margin-top: 25px;
        }

            .homeworks .box-h .content .btn-c {
                margin: 25px 5px 30px 5px;
            }

            .homeworks .box-h .content .btn-i {
                margin: 25px 5px 30px 5px;
                display: flex;
                justify-content: center;
                align-items: center
            }



    .homeworks div .btn-o {
        display: inline-block;
        width: 100%;
        max-width: 240px;
        /* height: 54px;*/
        /*  padding: 5px;*/
        font-size: 13px;
        font-weight: 900;
        color: #ff4655;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        box-shadow: 0 0 0 2px inset rgb(0 0 0 / 30%);
        position: relative;
        margin: 10px 0;
    }

        .homeworks div .btn-o:hover {
            color: #ece8e1;
        }

        .homeworks div .btn-o:before {
            right: 0;
            left: initial;
        }

        .homeworks div .btn-o:after, .homeworks div .btn-o:before {
            content: "";
            width: 1px;
            position: absolute;
            height: 8px;
            background: #0f1923;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        .homeworks div .btn-o p {
            margin: 0;
            height: 30px;
            line-height: 32px;
            box-sizing: border-box;
            z-index: 1;
            left: 0;
            width: 100%;
            position: relative;
            overflow: hidden;
        }

        .homeworks div .btn-o:hover span.bg {
            width: 110%;
        }

        .homeworks div .btn-o p span.bg {
            left: -5%;
            position: absolute;
            background: #ef3e7c;
            width: 0;
            height: 100%;
            z-index: 3;
            transition: 0.3s ease-out all;
            transform: skewX(-10deg);
        }

        .homeworks div .btn-o p span.base {
            box-sizing: border-box;
            position: absolute;
            z-index: 2;
            width: 100%;
            height: 100%;
            left: 0;
            border: 1px solid #ff4655;
        }

            .homeworks div .btn-o p span.base:before {
                content: "";
                width: 2px;
                height: 2px;
                left: -1px;
                top: -1px;
                background: #0f1923;
                position: absolute;
                transition: 0.3s ease-out all;
            }

        .homeworks div .btn-o p span.text {
            z-index: 4;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

        .homeworks div .btn-o:hover span.text:after {
            background: #ece8e1;
        }

        .homeworks div .btn-o p span.text:after {
            content: "";
            width: 4px;
            height: 4px;
            right: 0;
            bottom: 0;
            background: #0f1923;
            position: absolute;
            transition: 0.3s ease-out all;
            z-index: 5;
        }

        .homeworks div .btn-o:after, .homeworks div .btn-o:before {
            content: "";
            width: 1px;
            position: absolute;
            height: 8px;
            background: #0f1923;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }



#MyTransaction .tab-main-product-show .tab-content {
    margin-top: 0px;
}

#MyTransaction .table-row-content .row-color {
    max-height: 70px;
}

    #MyTransaction .table-row-content .row-color:nth-child(2n+1) {
        background-color: #f9f9f9;
    }

#MyTransaction .all-content {
    padding-left: 0;
    padding-right: 0;
}

#back-to-top.affix {
    bottom: 58px;
}

#back-to-top {
    left: 40px;
    top: auto;
    z-index: 10;
    -webkit-backface-visibility: hidden;
    transition: all .3s,
}

.affix {
    position: fixed;
}

#back-to-top .btn.btn-primary {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    line-height: 30px;
    background-color: #ffcc00;
    color: #08153c;
    font-weight: 700;
    font-size: 16px;
    padding: 0;
    transition: all .3s,
}

.online-classes {
    position: relative;
    margin-top: 40px;
    padding: 15px;
}

    .online-classes .box-online {
        box-shadow: 0 -4px 0px #fcc200;
        background-color: #fff;
        border-radius: 7px;
        border: 1px solid #fcc200;
        padding: 20px;
    }

        .online-classes .box-online .btn-success {
            color: #fff;
            background-color: #5cb85c;
            border-color: #4cae4c;
        }

        .online-classes .box-online:hover {
            box-shadow: 0 -4px 0px #233590;
            border: 1px solid #233590;
            transition: all .3s;
        }

        .online-classes .box-online .img-user img {
            width: 100px;
        }

        .online-classes .box-online .content {
        }

            .online-classes .box-online .content .course {
                margin-bottom: 5px;
                margin-top: 10px;
            }

            .online-classes .box-online .content .teacher {
            }

            .online-classes .box-online .content .title {
                font-size: 16px;
                font-weight: 600;
                color: #555;
            }

            .online-classes .box-online .content .text {
                font-size: 14px;
                font-weight: 500;
                color: #444;
            }

            .online-classes .box-online .content .btn-area {
                text-align: left;
                margin-top: 20px;
            }

    .online-classes .date {
        position: absolute;
        left: 30px;
        top: 12px;
        color: #b79c9c;
    }

        .online-classes .date .area-date {
        }

            .online-classes .date .area-date .title {
                color: #8e7676;
                font-size: 14px;
            }

            .online-classes .date .area-date .text {
                font-size: 13px;
            }

.header-main {
    background-color: #233590;
    padding: 10px;
    border-bottom: 4px solid #fcc200;
}

    .header-main .logo-site .img-logo {
        width: 80px;
        filter: brightness(0) invert(1);
    }

    .header-main .navbar-epizero .navbar-nav .nav-item {
        position: relative;
    }

    .header-main .navbar-epizero .navbar-nav .nav-link {
        font-size: 12px;
        color: #fff;
        padding: 5px 20px;
        margin-left: 5px;
        border-radius: 100px;
        display: flex;
        align-items: center;
        transition: all 0.4s;
    }

        .header-main .navbar-epizero .navbar-nav .nav-link:hover {
            background-color: rgba(255, 255, 255, 0.1);
        }

.navbar-epizero .dropdown ul {
    top: 45px;
}

.navbar-epizero .dropdown li {
    display: block;
    width: 100%;
}

    .navbar-epizero .dropdown li a {
        display: block;
        width: 100%;
        padding: 5px;
    }
/*  .header-main .navbar-epizero .navbar-nav .dropdown-toggle::after {
        content: "\e900";
        font-family: 'icomoon';
        border: none;
        font-size: 8px;
        margin-right: 5px;
        margin-left: 0;
    }*/

/* .header-main .navbar-epizero .navbar-nav .dropdown-menu {
        display: block;
        border: 1px solid #e5e5e5;
        box-shadow: 0 3px 0px rgba(0, 0, 0, .08);
        border-radius: 15px;
        overflow: hidden;
        right: 0;
        left: auto;
        text-align: right;
        opacity: 0;
        visibility: hidden;
        transform: scale(0.7);
        transition: all 0.4s;
    }
*/
/*.header-main .navbar-epizero .navbar-nav .dropdown-menu.show {
            opacity: 1;
            visibility: visible;
            transform: scale(1);
        }

        .header-main .navbar-epizero .navbar-nav .dropdown-menu .dropdown-item {
            font-size: 12px;
            color: #212121;
            padding: 5px 15px;
            transition: all 0.3s;
        }*/

.header-main .navbar-epizero .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: #fcc200;
    color: #233590;
    font-weight: bold;
}

.header-main .navbar-epizero .navbar-nav .nav-item.active .nav-link {
    background-color: #fcc200;
    border-radius: 100px;
    color: #233590;
    font-weight: 500;
}

.header-main .btn-register {
    background-color: #fcc200;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 100px;
    text-align: center;
    color: #233590;
    border: none;
    transition: all 0.4s;
    margin-left: 10px;
}

.header-main .btn-cart {
    position: relative;
    background-color: #ef3e7c;
    border-radius: 100%;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    margin-left: 20px;
}

    .header-main .btn-register:hover, .header-main .btn-cart:hover {
        background-color: #fff;
        color: #233590;
    }

    .header-main .btn-cart .count-cart {
        width: 20px;
        height: 20px;
        background-color: #fff;
        border-radius: 100px;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: #233590;
        position: absolute;
        top: -6px;
        left: -6px;
    }

.header-main .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.header-main .justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.header-main .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.header-main .justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.header-main .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.header-main ul.navbar-nav li {
    list-style-type: none;
    float: right;
}

.header-main .navbar {
    margin-top: 15px;
    margin-bottom: 0;
}

.header-main .dropdown .btn {
    background: #fcc200;
    border-radius: 20px;
}


footer-main {
    margin-top: 100px;
}

.footer-main .footer-info {
    position: relative;
    background-color: #233590;
    padding: 30px 0 50px;
    text-align: right;
}

    .footer-main .footer-info::before,
    .footer-main .footer-copyright::before {
        content: "";
        background-color: #233590;
        position: absolute;
        border-radius: 100% 100% 0 0;
        right: 0;
        left: 0;
        box-shadow: 0 -4px 0px #fcc200;
        height: 100px;
        width: 100%;
        top: -50px;
        z-index: 0;
    }

    .footer-main .footer-info .logo-epizero > img {
        filter: brightness(0) invert(1);
        width: 100px;
    }

    .footer-main .footer-info .title-site {
        font-size: 18px;
        font-weight: bold;
        color: #fcc200;
    }

    .footer-main .footer-info .desc-site {
        font-size: 12px;
        font-weight: lighter;
        text-align: justify;
        line-height: 1.8;
        color: #fff;
    }

    .footer-main .footer-info .list-footer .title-list-group {
        font-weight: bold;
        font-size: 16px;
        color: #fcc200;
        margin-bottom: 20px;
    }

    .footer-main .footer-info .list-footer .list-menu {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .footer-main .footer-info .list-footer .list-menu > li {
            margin-bottom: 10px;
        }

        .footer-main .footer-info .list-footer .list-menu .link-mn {
            font-size: 14px;
            font-weight: lighter;
            color: #fff;
            display: flex;
            align-items: center;
            transition: all 0.4s;
        }

            .footer-main .footer-info .list-footer .list-menu .link-mn:hover {
                color: #fcc200;
                font-weight: bold;
            }

            .footer-main .footer-info .list-footer .list-menu .link-mn > i {
                display: flex;
                align-items: center;
                width: 30px;
                height: 30px;
                text-align: right;
                font-size: 18px;
                opacity: 0.2;
                transition: all 0.4s;
            }

            .footer-main .footer-info .list-footer .list-menu .link-mn:hover > i {
                opacity: 1;
            }

    .footer-main .footer-info .list-footer .logos-cr .box-lg {
        background-color: #fff;
        width: 100px;
        height: 100px;
        border-radius: 10px;
        margin-left: 10px;
    }

        .footer-main .footer-info .list-footer .logos-cr .box-lg > img {
            width: 80%;
        }

.footer-main .footer-copyright {
    padding-top: 50px;
    position: relative;
    background-color: #233590;
}

    .footer-main .footer-copyright::before {
        background-color: #13216a;
        box-shadow: 0 -4px 0px rgba(255, 255, 255, 0.1);
        top: 0;
        bottom: 0;
    }

    .footer-main .footer-copyright .container {
        position: relative;
        z-index: 99;
    }

    .footer-main .footer-copyright .cp-text {
        font-size: 12px;
        font-weight: lighter;
        color: #fff;
        margin: 0;
    }

        .footer-main .footer-copyright .cp-text > strong, .footer-main .footer-copyright .cp-text > a {
            font-weight: bold;
            color: #fcc200;
        }

    .footer-main .footer-copyright .list-socials {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: row-reverse;
        list-style: none;
        padding: 0;
        margin: 0;
    }

.footer-main {
    margin-top: 80px;
}

    .footer-main .footer-copyright .list-socials .item-sc {
        margin-right: 20px;
    }

        .footer-main .footer-copyright .list-socials .item-sc:last-child {
            margin-right: 0;
        }

    .footer-main .footer-copyright .list-socials .link-sc {
        position: relative;
        font-size: 18px;
        color: #fff;
        top: 0;
        transition: all 0.4s;
    }

        .footer-main .footer-copyright .list-socials .link-sc:hover {
            top: -2px;
            color: #fcc200;
        }

.searchBox input::placholder {
    color: #333;
    font-size: 14px;
}

.searchBox input {
    color: #333;
    font-size: 14px;
    border-radius: 5px !important;
}

.searchBox .main-search {
    position: relative;
}

    .searchBox .main-search .result {
        position: absolute;
        background: #fff;
        right: 0;
        left: 0;
        top: 100%;
        z-index: 9999998;
        border-top: 1px solid #e7e7e7;
        overflow: hidden;
        overflow-y: hidden;
        border-radius: 0 0 7px 7px;
        display: block;
        box-shadow: 0 -4px 8px 0 rgba(0,0,0,.3);
        padding: 10px 15px;
        min-height: 200px;
        max-height: 400px;
        overflow-y: auto;
    }

    .searchBox .main-search .input-group-addon {
        /*       padding: 8px 14px;*/
        background-color: #fff;
        border: unset;
    }

        /*.searchBox .main-search .input-group-addon:hover {
        cursor: pointer;
    }*/

        .searchBox .main-search .input-group-addon .icon-s {
            font-size: 20px;
            color: #fcc200;
        }

    .searchBox .main-search .input-div {
        position: relative;
    }

    .searchBox .main-search .input-s {
        height: 40px;
        width: 260px;
        min-width: 260px;
        font-size: 14px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

        .searchBox .main-search .input-s:focus {
            border-color: #fcc200;
            outline: 0;
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        }

    .searchBox .main-search .result ul {
        padding: 0;
    }

        .searchBox .main-search .result ul li {
            line-height: 2;
            list-style-type: none;
        }

.videos-epizero .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.searchBox .main-search .result ul li a:hover {
    color: #555;
    cursor: pointer;
}

.searchBox .main-search .result ul li a {
    font-size: 14px;
}

.searchBox .main-search .ctaegoryname {
    color: #07a1b4;
}

.searchBox .main-search .result ul li .tag {
    color: #555;
}

.searchBox .main-search #result {
    display: none;
}


    .searchBox .main-search #result ul li {
        display: block !important;
    }




.videos-epizero::before {
    content: "";
    /*background: url('../images/site/pattern.png') repeat center center / 800px;*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.05;
}

.videos-epizero .view-videos::after {
    content: " ";
    position: absolute;
    width: 120px;
    height: 210px;
    /*  background: url('../assets/img/goldan.png') no-repeat center center / 120px;*/
    bottom: 30px;
    right: 10px;
}

.videos-epizero {
    position: relative;
    background-color: #fff;
    padding: 80px 0;
}

    .videos-epizero .view-videos .img-mac {
        width: 80%;
    }

    .videos-epizero .view-videos .box-video {
        position: absolute;
        top: 7px;
        right: 0;
        left: 0;
        width: 73%;
        overflow: hidden;
        margin: 0 auto;
        border-radius: 10px 10px 0 0;
        height: 250px;
    }

        .videos-epizero .view-videos .box-video video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .videos-epizero .lg-vw {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

        .videos-epizero .lg-vw > img {
            width: 120px;
        }

    .videos-epizero .box-video-item {
        position: relative;
        width: 80%;
        height: auto;
        border-radius: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 10px;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.4;
        float: right;
        color: #fff;
        margin-top: 10px;
        background-clip: padding-box;
    }

        .videos-epizero .box-video-item::after {
            content: "";
            position: absolute;
            top: 12px;
            right: 8px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 0 10px 15px;
            border-color: transparent transparent transparent #233590;
            opacity: 0;
            transition: all 0.3s;
        }

        .videos-epizero .box-video-item.active::after {
            right: -8px;
            opacity: 1;
        }

    .videos-epizero .list-right .box-video-item::after {
        left: 8px;
        right: auto;
        border-width: 10px 15px 10px 0;
        border-color: transparent #233590 transparent transparent;
    }

    .videos-epizero .list-right .box-video-item.active::after {
        left: -8px;
        right: auto;
    }

    .videos-epizero .box-video-item:nth-child(even) {
        float: left;
    }

    .videos-epizero .box-video-item:nth-child(1),
    .videos-epizero .list-left .box-video-item:nth-child(2) {
        background-color: #1fb8d4;
        border: 3px solid rgba(31, 184, 212,0.25);
    }

    .videos-epizero .box-video-item:nth-child(2),
    .videos-epizero .list-left .box-video-item:nth-child(1) {
        background-color: #ef3e7c;
        border: 3px solid rgba(239, 62, 124,0.25);
    }

    .videos-epizero .box-video-item:nth-child(3),
    .videos-epizero .list-left .box-video-item:nth-child(4) {
        background-color: #38378d;
        border: 3px solid rgba(56, 55, 141,0.25);
        color: #fff;
    }

    .videos-epizero .box-video-item:nth-child(4),
    .videos-epizero .list-left .box-video-item:nth-child(3) {
        background-color: rgb(252, 194, 0);
        border: 3px solid rgba(252, 194, 0,0.4);
        color: #233590;
    }

    .videos-epizero .box-video-item.active {
        background-color: #233590 !important;
        border: 3px solid rgba(35, 53, 144,0.25) !important;
        color: #fcc200 !important;
    }

.live-section {
    margin-top: 50px;
}

    .live-section .content-live {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
    }

    .live-section .livebox {
        overflow: hidden;
        border: 3px solid #233590;
        border-radius: 100%;
        padding: 5px;
        width: 120px;
        height: 120px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        animation-duration: 2s;
        animation-name: fading-frame;
        animation-iteration-count: infinite;
    }

        .live-section .livebox .title-l {
            display: inline-block;
            position: absolute;
            bottom: 25px;
            padding-right: 4px;
            padding-left: 4px;
            border-radius: 4px;
            border: 3px solid #fff;
            background: red;
            color: #fff;
            font-weight: 600;
        }

        .live-section .livebox img {
            width: 110px;
            height: 110px;
            border-radius: 100%;
            box-shadow: 0 0 10px #dadada;
            animation: leaves 2s ease-in-out infinite alternate;
            -webkit-animation: leaves 2s ease-in-out infinite alternate;
        }

    .live-section .text-f-o {
        text-align: center;
        margin-top: 15px;
    }

    .live-section .text-f-o {
        color: #b09b9b;
        font-weight: 600;
        font-size: 13px;
    }

@keyframes leaves {
    0% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }

    100% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}


@keyframes fading-frame {
    5% {
        border-color: #233590;
    }

    50% {
        border-color: #788AE5;
    }

    100% {
        border-color: #233590;
    }
}


.my-account-area .title-section {
    margin-bottom: 50px;
    margin-top: 30px;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 0px rgba(0, 0, 0, .05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding: 15px;
    border: 1px solid #e5e5e5;
}

.my-account-area .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.my-account-area .justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.my-account-area .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.my-account-area .title-section .title-name h4 {
    font-weight: bold;
    font-size: 21px;
}

.my-account-area .title-section .title-name::after {
    content: "";
    width: 1px;
    height: 35px;
    background-color: #e5e5e5;
    transform: rotate(25deg);
    position: absolute;
    top: 0;
    left: -20px;
}

.my-account-area .title-section .title-name {
    position: relative;
}

    .my-account-area .title-section .title-name > i {
        display: inline-block;
        font-size: 35px;
        color: #fcc200;
        margin-left: 10px;
    }

.my-account-area .title-section .desc-title {
    font-size: 14px;
    color: #939393;
    margin-right: 40px;
    margin-bottom: 0;
}

.my-account-area .title-section .title-name-y::after {
    content: unset;
}

.my-account-area .single-blog-post {
    border-radius: 5px 5px 0 0;
}

    .my-account-area .single-blog-post .post-image .img-blog-d {
        height: 235px !important;
        width: 100%;
        -webkit-transition: all 2s cubic-bezier(0.2, 1, 0.22, 1);
        transition: all 2s cubic-bezier(0.2, 1, 0.22, 1);
    }

    .my-account-area .single-blog-post:hover .post-image .img-blog-d,
    .my-account-area .single-blog-post:focus .post-image .img-blog-d {
        zoom: 1;
        opacity: .9 !important;
        -webkit-transform: scale(1.07);
        transform: scale(1.07);
    }

.my-account-area .mb-30 {
    margin-bottom: 30px;
}


.my-account-area .single-blog-post .post-image {
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
    transition: all 0.3s cubic-bezier(0.3, 0.58, 0.55, 1);
    position: relative;
    overflow: hidden;
}

    .my-account-area .single-blog-post .post-image::before {
        width: 60px;
        height: 1px;
        left: 100%;
    }

    .my-account-area .single-blog-post .post-image::before,
    .my-account-area .single-blog-post .post-image::after {
        -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
        transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
        content: '';
        background-color: #ffffff;
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.my-account-area .d-block {
    display: block !important;
}

.my-account-area .single-blog-post .post-image .tag {
    right: 12px;
    left: auto;
}

.my-account-area .single-blog-post .post-image .tag {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 2;
}

    .my-account-area .single-blog-post .post-image .tag a {
        display: inline-block;
        background-color: #ffffff;
        color: #ff1949;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        border-radius: 5px;
        padding: 4px 12px;
        font-size: 14px;
        font-weight: 500
    }

.my-account-area .single-blog-post:hover .post-image img,
.my-account-area .single-blog-post:focus .post-image img {
    zoom: 1;
    opacity: .9 !important;
    -webkit-transform: scale(1.07);
    transform: scale(1.0);
}

.my-account-area .single-blog-post:hover .post-image::after {
    opacity: 1;
    top: 50%;
}

.my-account-area .single-blog-post .post-content {
    text-align: right;
}

.my-account-area .single-blog-post .post-content {
    margin-top: 25px;
}

    .my-account-area .single-blog-post .post-content .post-meta {
        padding-right: 0;
    }

    .my-account-area .single-blog-post .post-content .post-meta {
        padding-left: 0;
        margin-bottom: 8px;
    }

    .my-account-area .single-blog-post .post-content h3 {
        margin-bottom: 15px;
        line-height: 1.5;
        font-size: 20px;
        font-weight: 600;
    }

    .my-account-area .single-blog-post .post-content .post-meta {
        list-style-type: none;
    }

        .my-account-area .single-blog-post .post-content .post-meta li a {
            display: inline-block;
            color: #727695;
        }

.my-account-area .d-inline-block {
    display: inline-block !important;
}

.my-account-area .single-blog-post .post-content .read-more-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-right: 20px;
    font-size: 15px;
    font-weight: 400;
}

    .my-account-area .single-blog-post .post-content .read-more-btn::before {
        right: 0;
        left: auto;
    }

    .my-account-area .single-blog-post .post-content .read-more-btn::before {
        content: '';
        position: absolute;
        background-color: #ff1949;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 0;
        z-index: -1;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .my-account-area .single-blog-post .post-content .read-more-btn i {
        font-size: 16px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .my-account-area .single-blog-post .post-content .read-more-btn:hover::before,
    .my-account-area .single-blog-post .post-content .read-more-btn:focus::before {
        width: 100%;
    }

.my-account-area .single-blog-post .post-content h3 {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 600;
    margin-top: 8px;
    min-height: 55px;
}

    .my-account-area .single-blog-post .post-content h3 a {
        color: #666;
    }

.my-account-area .single-blog-post .post-content .read-more-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-right: 20px;
    font-size: 15px;
    color: #555;
    font-weight: 400;
}

.my-account-area .box-new-empty {
    border: solid 1px #e0e0e0;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .my-account-area .box-new-empty img {
        width: 120px;
    }

.my-account-area .widget-area .widget .widget-title::after {
    right: -3px;
    left: auto;
}

.my-account-area .widget-area .widget .widget-title::after {
    content: '';
    position: absolute;
    left: -3px;
    top: 16px;
    width: 3px;
    height: 6px;
    background: #0eb582;
}

.my-account-area .widget-area .widget .widget-title::before {
    right: -3px;
    left: auto;
}

.my-account-area .widget-area .widget .widget-title::before {
    content: '';
    position: absolute;
    left: -3px;
    top: 0;
    width: 3px;
    height: 6px;
    background: #ff1949;
}

.my-account-area .widget-area .widget .widget-title {
    padding-right: 10px;
    padding-left: 0;
    border-right: 3px dashed #dfdfdf;
    border-left: none;
}

.my-account-area .widget-area .widget .widget-title {
    margin-bottom: 25px;
    position: relative;
    padding-left: 10px;
    font-size: 19px;
    font-weight: 600;
}

.my-account-area .widget-area .widget_raque_posts_thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 5px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}

.my-account-area .widget-area .widget_raque_posts_thumb .item .info {
    overflow: hidden;
    margin-top: 5px;
}

.my-account-area .widget-area .widget {
    text-align: right;
}

.my-account-area .widget-area .widget_raque_posts_thumb .item .info time {
    display: block;
    color: #727695;
    text-transform: uppercase;
    margin-top: 3px;
    margin-bottom: 5px;
    font-size: 12px;
}

.my-account-area .widget-area .widget_raque_posts_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 600;
}

    .my-account-area .widget-area .widget_raque_posts_thumb .item .info .title a {
        display: inline-block;
        color: #252525;
    }

.my-account-area .widget-area .widget_raque_posts_thumb .item .thumb {
    float: right;
    margin-left: 15px;
    margin-right: 0;
}

.my-account-area .widget-area .widget_raque_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 15px;
}

.my-account-area .widget-area .widget_categories ul li {
    padding-right: 18px;
    padding-left: 0;
}

.my-account-area .widget-area .widget_categories ul li {
    position: relative;
    margin-bottom: 12px;
    overflow: hidden;
    color: #252525;
    padding-left: 18px;
    font-weight: 600;
    font-size: 14px;
}

    .my-account-area .widget-area .widget_categories ul li::before {
        right: 0;
        left: auto;
    }

    .my-account-area .widget-area .widget_categories ul li::before {
        background: #0eb582;
        height: 8px;
        width: 8px;
        content: '';
        border-radius: 50%;
        left: 0;
        top: 7px;
        position: absolute;
    }

    .my-account-area .widget-area .widget_categories ul li a {
        color: #252525;
        display: inline-block;
    }

.my-account-area .blog-details-desc .article-content {
    margin-top: 30px;
}

.my-account-area .blog-details-desc .right-text-align {
    text-align: right;
}

.my-account-area .blog-details-desc .article-content .entry-meta ul {
    padding-right: 0;
}

.my-account-area .blog-details-desc .article-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

    .my-account-area .blog-details-desc .article-content .entry-meta ul li {
        margin-right: 20px;
        position: relative;
        display: inline-block;
        border-right: 1px solid #eeeeee;
        font-weight: 500;
        font-size: 16px;
        padding-right: 20px;
        padding-left: 45px;
    }

    .my-account-area .blog-details-desc .article-content .entry-meta ul li {
        margin-left: 20px;
        margin-right: 0;
        border-left: 1px solid #eeeeee;
        border-right: none;
        padding-left: 20px;
        padding-right: 45px;
    }

        .my-account-area .blog-details-desc .article-content .entry-meta ul li i {
            right: 0;
            left: auto;
        }

        .my-account-area .blog-details-desc .article-content .entry-meta ul li i {
            font-size: 30px;
            color: #cfcfcf;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .my-account-area .blog-details-desc .article-content .entry-meta ul li span {
            display: block;
            color: #ff1949;
            text-transform: uppercase;
            margin-bottom: 1px;
            font-size: 14px;
            font-weight: 600;
        }

        .my-account-area .blog-details-desc .article-content .entry-meta ul li a {
            display: inline-block;
            color: #252525;
        }

.my-account-area .blog-details-desc .article-image img {
    width: 100%;
    height: auto;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
    margin-left: 20px;
    margin-right: 0;
    border-left: none;
    border-right: none;
    padding-left: 20px;
    padding-right: 45px;
}

.blog-details-desc .article-content p {
    margin-bottom: 15px;
    line-height: 1.7;
    color: #727695;
    font-family: iranyekan;
    font-size: 15px;
}

.blog-details-desc .article-content h1 {
    font-size: 22px;
    font-weight: 600;
}
.btn-like {
    position:relative;
}

.tooltip-d {
    position: absolute;
    opacity: 0;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    top: -35px;
    right: -75px;
    transition: all .3s;
    width: 110px;
   z-index:99999;
}
.btn-like:hover .tooltip-d {
    opacity: 1;
    transition: all .3s;
}
.tooltip-inner {
    max-width: 200px;
    padding: 6px 15px;
    color: #909090;
    font-size:15px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 4px;
    font-weight:bold;
}


.tooltip-d .tooltip-arrow {
    bottom: -6px;
    right: 76%;
    margin-left: -5px;
    border-width: 10px 10px 0;
    border-top-color: #fff;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-top-color: transparent;
    border-style: solid;
}
















.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}


@media only screen and (min-width:1024px) {
    .mburger {
        display: none;
    }
}

@media only screen and (max-width:1024px) {


    .navbar-epizero:hover {
        cursor: pointer;
    }

    .header-main .navbar-epizero {
        position: absolute;
        left: 11px;
        width: 37px;
        height: 37px;
        background-color: #1fb8d4;
        border-radius: 100%;
        padding: 5px;
        top: -2px;
    }

    .header-main .navbar {
        min-height: 40px !important;
    }

    .header-main .navbar-epizero .navbar-collapse {
        position: fixed;
        top: 0px;
        width: 300px;
        display: block;
        right: auto;
        right: -350px;
        height: 100% !important;
        background-color: #233590;
        z-index: 999999;
        border-radius: 40px 0 0 0;
        box-shadow: rgba(0, 0, 0, 0.4) 2px 0px 50px;
        border-left: 5px solid rgba(255, 255, 255, 0.1);
        background-clip: padding-box;
        transition: all 0.5s;
    }

        .header-main .navbar-epizero .navbar-collapse.show {
            right: 0;
        }

    .header-main .navbar-epizero .mega-dropdown-menu {
        position: absolute;
    }

        .header-main .navbar-epizero .mega-dropdown-menu.show {
            visibility: visible;
            opacity: 1;
            filter: alpha(opacity=100);
            top: 40px;
            -moz-transform: skewX(0deg);
            -webkit-transform: skewX(0deg);
            -o-transform: skewX(0deg);
            -ms-transform: skewX(0deg);
            transform: skewX(0deg);
        }

    .header-main .navbar-epizero .navbar-nav {
        padding: 25px 10px;
        z-index: initial;
    }

        .header-main .navbar-epizero .navbar-nav > li {
            width: 100%;
            margin-bottom: 10px;
        }

            .header-main .navbar-epizero .navbar-nav > li > a {
                text-align: right;
                padding: 10px 15px !important;
                border: none;
                font-size: 14px !important;
                color: #fff !important;
            }

            .header-main .navbar-epizero .navbar-nav > li.active > a {
                color: #fff !important;
            }

        .header-main .navbar-epizero .navbar-nav .dropdown-menu {
            width: 97%;
            border: none;
            box-shadow: 0 3px 0px rgba(255, 255, 255, .15);
        }

            .header-main .navbar-epizero .navbar-nav .dropdown-menu .dropdown-item {
                font-size: 14px;
            }

        .header-main .navbar-epizero .navbar-nav > li.dropdown > a::before, .header-main .navbar-epizero .navbar-nav > li.dropdown > a::after {
            left: 15px;
            top: 5px;
        }

    .header-main .btn-register {
        position: relative;
        width: 37px;
        height: 37px;
        padding: 5px;
        text-indent: -9999px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        font-weight: normal;
    }

        .header-main .btn-register::after {
            content: "\f2c0 ";
            font-family: 'FontAwesome';
            text-indent: 0;
        }

    .header-main .container {
        transform: unset !important;
        transition: unset !important;
    }
}

@media only screen and (min-width: 900px) and (max-width:992px) {
    .productshow .header-main .main .content-text .m-t-90 {
        margin-top: 90px;
    }

    .productshow .header-main .main {
        height: auto !important;
        background-size: contain;
    }
}

@media only screen and (min-width: 900px) and (max-width:1200px) {
    .productshow .header-main .main {
        background-size: contain;
    }

    .main-teacher .content .main-pic-teacher .pic {
        width: 100px;
        height: 100px;
        background-color: #888;
        text-align: center;
        margin-top: 25px;
        margin-left: 2px;
        border-radius: 100%;
        float: left;
    }

    #MyTransaction .table-row-content .row-color {
        max-height: unset;
    }

    #MyTransaction .row-com1::after, #MyTransaction .row-com2::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        bottom: 0;
        right: 0;
        border-left: 20px solid transparent;
        border-top: 20px solid transparent;
    }

    #MyTransaction .table-row-content .row-com1,
    #MyTransaction .table-row-content .row-com2 {
        border: 2px solid #ddd;
    }

    #MyTransaction .row-com1,
    #MyTransaction .row-com2 {
        height: 90px;
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }

    #MyTransaction .row-com1,
    #MyTransaction .row-com2 {
        height: 90px !important;
        margin-bottom: 15px;
    }

    #MyTransaction .throw-m-red {
        position: absolute;
        bottom: 10px;
        right: 20px;
        font-size: 15px;
        font-weight: 700;
        color: #dd6060;
    }

    #MyTransaction .p-m-plus {
        font-size: 25px;
        color: #fff;
        position: absolute;
        right: 4px;
        bottom: 2px;
        z-index: 9;
    }

    .table-row-content > div:nth-child(2n) {
        background-color: beige;
    }

    #MyTransaction .row-com1::after {
        border-right: 20px solid green;
        border-bottom: 20px solid green;
    }

    #MyTransaction .table-row-content {
        background-color: #fff !important;
        margin: 0;
    }

    #MyTransaction .dic-m, .row-com1 .div-center, #MyTransaction .row-com2 .div-center {
        text-align: left;
    }




    #MyTransaction .typeInvoice {
        display: unset;
    }

    #MyTransaction .throw-m-green {
        position: absolute;
        bottom: 10px;
        right: 15px;
        font-size: 15px;
        font-weight: 700;
        color: #9fd172;
    }

    #MyTransaction .balance-m {
        position: absolute;
        bottom: 10px;
        left: 12px;
        font-size: 15px;
        font-weight: 700;
    }

    #MyTransaction .balance-m, .date-m {
        text-align: left;
    }

    #MyTransaction .balance-m {
        font-size: 15px;
    }

    #MyTransaction .row-com2::after {
        border-right: 20px solid red;
        border-bottom: 20px solid red;
    }

    #MyTransaction .p-m-mines {
        font-size: 37px;
        color: #fff;
        position: absolute;
        right: 7px;
        bottom: 2px;
        z-index: 9;
    }

    .credit-main .account-box {
        width: 330px;
    }

    #MyTransaction .row {
        margin-right: 0;
        margin-left: 0;
    }

    #MyTransaction .balance-m {
        text-align: left !important;
    }

    #MyTransaction .row-com1 .date-m {
        text-align: left !important;
    }

    #MyTransaction .row-com1 .complate-m .dic-m {
        text-align: right !important;
    }

    #MyTransaction .row-com2 .complate-m .dic-m {
        text-align: right !important;
    }

    #MyTransaction .throw-m-green {
        text-align: right !important;
    }

    #MyTransaction .throw-m-red {
        text-align: right !important;
    }

    #MyTransaction .p-m-plus, #MyTransaction .p-m-mines {
        display: block !important;
    }

    .videos-epizero .list-right {
        width: 100%;
    }

    .videos-epizero .view-videos {
        width: 100%;
    }

    .videos-epizero .list-box {
        padding: 0 20px;
    }

    .videos-epizero .box-video-item {
        width: 48% !important;
    }

    .videos-epizero .list-items {
        order: 1 !important;
    }

    .videos-epizero .view-videos .box-video {
        width: 74%;
        height: 325px;
    }

    .videos-epizero .box-video-item.active::after {
        right: 0 !important;
        opacity: 1;
        left: 0 !important;
        top: -10px;
        transform: rotate(28deg);
        margin: 0 auto;
    }

    .videos-epizero .list-right .box-video-item.active::after {
        transform: rotate(90deg);
    }

    .videos-epizero .lg-vw {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width:1200px) {
    .mohasebat .div-all .total .item {
        font-size: 13px;
    }
}

@media only screen and (min-width: 992px) and (max-width:1200px) {
    .productshow .header-main .main .content .title {
        margin-left: 125px;
    }
}

@media only screen and (min-width: 200px) and (max-width:992px) {
    /*.sti-mo {
        position: absolute;
        top: -300px;
    }
    .productshow .header-main .main .banner-img {
        border-radius: 0;
    }

    .productshow .header-main .main .content-text .right {
        float: right;
        padding-left: 15px;
        margin-top: 40px;
    }

    .productshow .header-main .main .content-text {
        margin-top: -20px;
    }

    .productshow .header-main .main .banner-img {
        height: 400px;
    }
    .productshow .header-main .main .content {*/
    /* margin-top: -310px;
        height: 310px;*/
    /*  margin-top: -370px;*/
    /*height: 250px;
    }*/
}

@media only screen and (min-width: 0px) and (max-width:1024px) {
    .navbar-epizero .dropdown {
        margin-right: 0;
    }

    .header-main .navbar-epizero .navbar-nav .dropdown-menu {
        width: 97%;
        border: none;
        box-shadow: 0 3px 0px rgba(255, 255, 255, .15);
        overflow: hidden;
        position: unset;
        float: unset;
        width: auto;
        margin-top: 0;
        background-color: #fff;
        border: 0;
        box-shadow: none;
    }
}

@media (max-width: 800px) {

    .box-menu .box-right,
    .box-menu .box-left {
        flex-flow: wrap;
    }
}


@media (max-width: 991px) {
    .funfacts-inner .col-lg-3, .funfacts-inner .col-lg-4 {
        border-left: none;
        border-right: none;
    }

    .box-menu .box-right,
    .box-menu .box-left {
        flex-flow: wrap;
    }

    .float-r-o-i {
        float: right;
    }

    .box-tab .main-tab .ul-nav .nav-s {
        position: unset;
        width: unset;
        top: unset;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}


@media (max-width: 1200px) {
    .sticky {
        position: unset;
        top: unset;
    }
    .box-menu .box-right,
    .box-menu .box-left {
        flex-flow: wrap;
    }
}

@media only screen and (max-width:500px) {
    .productshow .header-main .main .content .title {
        padding: 0px 5px 0 12px;
        float: right;
    }

    .productshow .header-main .main .content .img-round {
        margin-top: 6px;
        margin-left: 45px;
    }

    .productshow .header-main .main .content-text .content {
        width: 100%;
    }
}














.box-title-t {
    background-color: #b6dbe3;
    padding: 15px;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 30px;
}

    .box-title-t .t-a {
        color: #444;
        display: inline-block;
        font-weight: 500;
        font-size: 16px;
    }

.rule-title .split-liner {
    background-color: #fcc200;
    color: #fff
}

.rules-content ul li {
    line-height: 1.8;
    margin-bottom: 8px;
}


.azmoons-epizero .item-azmoon {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 0px rgba(0, 0, 0, .08);
    font-size: 14px;
    padding: 0;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    height: 170px;
}

    .azmoons-epizero .item-azmoon .image-azmoon {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

.azmoons-epizero .item-azmoon {
    font-size: 14px;
}

    .azmoons-epizero .item-azmoon .image-azmoon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.8s;
    }

    .azmoons-epizero .item-azmoon .image-azmoon .add-cart {
        width: 40px;
        height: 40px;
        background-color: #fcc200;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 18px;
        color: #233590;
    }

.azmoons-epizero [class^="icon-"], .azmoons-epizero [class*=" icon-"] {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.azmoons-epizero .item-azmoon .image-azmoon .add-cart {
    font-size: 18px;
    color: #233590;
}

.image-azmoon .off-percent {
    width: 40px;
    height: 40px;
    background-color: #ef3e7c;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    left: 55px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.azmoons-epizero .countdown_epizero {
    position: absolute;
    left: 10px;
    top: 10px;
}

.countdown_epizero {
    display: flex;
    flex-direction: row-reverse;
}

.azmoons-epizero .item-azmoon .info-azmoon {
    background-color: rgba(35, 53, 144, 0.8);
    border-radius: 0;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 70px;
    text-align: right;
}

    .azmoons-epizero .item-azmoon .info-azmoon .box-image {
        top: -30px;
        position: relative;
    }

    .azmoons-epizero .item-azmoon .info-azmoon .image-master {
        position: absolute;
        width: 70px;
        height: 70px;
        border-radius: 100%;
        box-shadow: 0 3px 0px rgba(0, 0, 0, .25);
        margin-left: 15px;
        top: -20px;
        z-index: 10;
    }

        .azmoons-epizero .item-azmoon .info-azmoon .image-master img {
            width: 100%;
            border-radius: 100%;
            border: 2px solid #fecc02;
        }



    .azmoons-epizero .item-azmoon .info-azmoon .image-master2 {
        position: absolute;
        width: 70px;
        height: 70px;
        border-radius: 100%;
        box-shadow: 0 3px 0px rgba(0, 0, 0, .25);
        overflow: hidden;
        margin-left: 15px;
        top: -20px;
        right: 60px;
        z-index: 9;
    }

        .azmoons-epizero .item-azmoon .info-azmoon .image-master2 img {
            width: 100%;
            border-radius: 100%;
            border: 1px solid #1fb8d4;
        }

    .azmoons-epizero .item-azmoon .info-azmoon .image-master3 {
        position: absolute;
        width: 70px;
        height: 70px;
        border-radius: 100%;
        box-shadow: 0 3px 0px rgba(0, 0, 0, .25);
        overflow: hidden;
        margin-left: 15px;
        top: -20px;
        right: 105px;
        z-index: 8;
    }

        .azmoons-epizero .item-azmoon .info-azmoon .image-master3 img {
            width: 100%;
            border-radius: 100%;
            border: 1px solid #1fb8d4;
        }

    .azmoons-epizero .item-azmoon .info-azmoon .image-master4 {
        position: absolute;
        width: 70px;
        height: 70px;
        border-radius: 100%;
        box-shadow: 0 3px 0px rgba(0, 0, 0, .25);
        overflow: hidden;
        margin-left: 15px;
        top: -20px;
        right: 150px;
        z-index: 7;
    }

        .azmoons-epizero .item-azmoon .info-azmoon .image-master4 img {
            width: 100%;
            border-radius: 100%;
            border: 1px solid #1fb8d4;
        }

    .azmoons-epizero .item-azmoon .info-azmoon .image-master5 {
        position: absolute;
        width: 70px;
        height: 70px;
        border-radius: 100%;
        box-shadow: 0 3px 0px rgba(0, 0, 0, .25);
        overflow: hidden;
        margin-left: 15px;
        top: -20px;
    }

        .azmoons-epizero .item-azmoon .info-azmoon .image-master5 > img {
            width: 100%;
            border-radius: 100%;
            border: 2px solid #fecc02;
        }

.azmoons-epizero .item-azmoon .box-azmoon-only {
    position: absolute;
    right: 100px;
}

.azmoons-epizero .item-azmoon .box-azmoon {
    position: absolute;
    left: 50px;
}

    .azmoons-epizero .item-azmoon .box-azmoon .name-azmoon {
        margin-top: 10px;
    }

.azmoons-epizero .btn-more {
    display: inline-block;
    padding: 8px 20px;
    background-color: rgba(255,255,255,0.1);
    border-radius: 100px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    left: 15px;
    top: 20px;
    transition: all 0.4s;
}

.azmoons-epizero .item-azmoon .box-azmoon .name-master {
    font-size: 12px;
    color: #fcc200;
    font-weight: normal;
}

.azmoons-epizero .item-azmoon .box-azmoon .name-azmoon > a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.azmoons-epizero .item-azmoon:hover .image-azmoon img.scale {
    transform: scale(1.2);
    filter: brightness(1.2);
}

.azmoons-epizero .item-azmoon .image-azmoon .add-cart {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .azmoons-epizero .item-azmoon .image-azmoon .add-cart img {
        width: 15px !important;
        margin-right: 1px !important;
        height: unset !important;
        object-fit: unset !important;
    }

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.swiper-pagination-teach {
    position: relative;
    margin-top: 5px;
}

.swiper-pagination-teach {
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: unset;
    left: unset;
    width: unset;
}

.pad-line-s {
    background-color: #e83674;
    color: #fff
}

.azmoons-epizero .image-azmoon .add-cart {
    left: auto;
    right: 10px;
}

.azmoons-epizero .image-azmoon .off-percent {
    left: auto;
    right: 55px;
}

.comment-teacher .comment-main {
    position: relative;
    margin: 35px 0px 0px 5px;
}

.comment-teacher .nav-tabs {
    padding-bottom: 15px;
}

.comment-teacher .comment-main .studentUserFullName {
    position: absolute;
    display: inline-block;
    padding: 5px 15px 5px 15px;
    color: #fff;
    background-color: #8ea5ad;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 15px;
    top: -30px;
    font-size: 10px;
}

.comment-teacher .comment-main .comment-txt {
    min-height: 30px;
    padding: 8px 20px 10px 15px;
    line-height: 1.8;
    color: #fff;
    background-color: #20b7d4;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 15px;
    min-width: 300px;
}

.commentspat .legend {
    border: unset;
}

.box-question-t-e .box-title {
    margin-bottom: 5px;
    margin-right: 3px;
}

    .box-question-t-e .box-title .title {
        font-size: 15px;
    }

.box-question-t-e .txt-comment-t-m {
    font-size: 14px;
}

.inline-block {
    display: inline-block;
}


.js-wheel-floating-box {
    display: none;
}

.c-fmcg-voucher-box--free-shipping {
    top: 50%;
    left: 50%;
    /*width: 320px;
    height: 370px;*/
    z-index: 11000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.c-fmcg-voucher-box--free-shipping, .c-fmcg-voucher-box__free-shipping-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .c-fmcg-voucher-box--free-shipping img {
        width: 100%;
        /*   height: 320px;*/
    }

    .c-fmcg-voucher-box--free-shipping button, .c-fmcg-voucher-box--free-shipping button:before {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .c-fmcg-voucher-box--free-shipping button {
        width: 36px;
        height: 36px;
        border: none;
        cursor: pointer;
        border-radius: 100%;
        background-color: rgba(0,0,0,.3);
    }

        .c-fmcg-voucher-box--free-shipping button i {
            font-size: 28px;
            color: #9999;
        }

}
/* .c-fmcg-voucher-box--free-shipping button:before {
                    content: "\E0C0\00FE0E";
                    color: #fff;
                    font-size: 22px;
                }*/

.c-fmcg-voucher-box--free-shipping button, .c-fmcg-voucher-box--free-shipping button:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-fmcg-voucher-box--free-shipping, .c-fmcg-voucher-box__free-shipping-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-fmcg-voucher-box__free-shipping-holder {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0,0,0,.6);
}

.g-m-p-j {
    margin-bottom: 30px;
}

    .g-m-p-j .chosen-container .chosen-results {
        max-height: 140px !important;
    }
/*.overflow {
    overflow-y: hidden !important;
}*/
.hamayesh {
    display: none;
}

.c-c-cu a:hover {
    cursor: pointer;
    color: #444 !important;
    transition: all .3s;
}

.productshow .header-main .main {
    height: 100%;
}

.h1-title {
    font-size: 18px;
    font-weight: bold;
    margin: 25px 10px 25px 10px;
}

.btn-profile {
    border-radius: 20px;
    border: 1px solid transparent;
    padding: 9px 12px;
    font-size: 14px;
    height: 34px;
    color: #233590;
}

    .btn-profile:hover {
        color: #233590;
    }

.btn-custom-whatsapp {
}

    .btn-custom-whatsapp img {
        width: 20px;
        margin-left: 7px;
    }

    .btn-custom-whatsapp a {
        padding: 3px 15px 6px 15px;
        font-size: 12px;
        border-radius: 15px;
        background-color: #fcc200;
        color: #233590;
    }





.twb_wc_reviews_wrapper .twb_wc_reviews {
    margin-bottom: 15px;
}

.twb_wc_reviews_wrapper .twb_wc_reviews {
    display: block;
    padding: 15px;
    color: #fff;
    list-style: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.twb_wc_reviews {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px 20px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    border-radius: 10px;
}

.twb_wc_reviews {
    background-color: #ffffff !important;
}

.twb_wc_reviews_wrapper .twb_wc_reviews {
    color: #fff;
    list-style: none;
    text-align: center;
}

.elementor-element {
    --widgets-spacing: 20px;
}

.twb_wc_reviews .twb_wc_reviews_product_thumb img {
    display: block;
    padding-top: 0px;
    float: right;
    margin-left: 15px;
    border: 0;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
    border-radius: 45px;
}

.twb_wc_reviews_wrapper .twb_wc_reviews a {
    color: #fff;
    text-decoration: none;
}

.twb_wc_reviews h3.twb_wc_reviews_product_title {
    text-align: right;
}

.twb_wc_reviews h3.twb_wc_reviews_product_title {
    margin-bottom: 5px;
}

.twb_wc_reviews h3.twb_wc_reviews_product_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 7px;
    margin-bottom: 25px;
}

.twb_wc_reviews .twb_wc_reviews_ct {
    width: 95%;
    display: inline-block;
    margin-top: 20px !important;
    margin: 0px;
    margin-top: 0px;
}

    .twb_wc_reviews .twb_wc_reviews_ct p {
        text-align: right;
        font-size: 14px;
        min-height: 65px;
        font-weight: 500;
    }

.twb_wc_reviews .twb_wc_reviews_ct, .twb_wcr_author, .twb_wcr_date {
    color: #000000 !important;
}

.twb_wcr_author, .twb_wcr_date {
    display: initial !important;
    padding-top: 0px !important;
    padding-right: 10px !important;
    font-size: 12px !important;
}

.author {
    text-align: right;
}

.singleCourse .btn-txt-j .btn-j-j-p {
    /*  position: absolute;
    left: 97px;
    bottom: 4px;*/
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 4px 15px 5px 15px;
}

.singleCourse .btn-txt-j .btn-j-j-f {
    /*    position: absolute;
    left: 97px;
    bottom: 4px;*/
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 4px 15px 5px 15px;
}

audio {
 
    margin-top: 20px;
}

#addQuestionModal img {
    max-width: 150px !important;
    margin-bottom: 10px;
}
























.flex-f {
    display: flex;
    justify-content: center;
    /* align-items: center;*/
}

.singleCourse-new .box-top-main {
    margin-top: 65px;
    padding: 35px;
    background-color: #e9ecf4;
    border-radius: 100px 0 100px 0;
}

    .singleCourse-new .box-top-main .top-title {
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .singleCourse-new .box-top-main .top-title p {
            text-align: center;
            font-size: 35px;
            font-weight: bold;
            color: #233590;
            margin-bottom: 70px;
        }

    .singleCourse-new .box-top-main .top-img {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .singleCourse-new .box-top-main .top-img img {
            width: 45%;
        }

.box-bottom-main {
    margin-top: -80px;
    padding: 0 45px 0 45px;
}

.singleCourse-new .box-bottom-main .carousel .item video {
    max-height: 710px;
    border-radius: 15px;
}

.singleCourse-new .box-bottom-main .bottom-left .carousel-control {
    border-radius: 15px;
}

.box-bottom-main .bottom-right {
    min-height: 240px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 0 25px 25px 25px;
}

    .box-bottom-main .bottom-right .right-box .t-m-ostad {
        font-size: 20px;
        font-weight: bold;
        color: #233590;
        display: inline-block;
        margin: 25px 0 25px 0;
    }

    .box-bottom-main .bottom-right .right-box .teacher-box .t-img {
        margin-left: 15px;
        background-color: #ddd;
        border-radius: 50%;
    }

        .box-bottom-main .bottom-right .right-box .teacher-box .t-img img {
            width: 110px;
            height: 110px;
            border-radius: 50%;
            border: 1px solid #ddd;
        }

    .box-bottom-main .bottom-right .right-box .teacher-box {
        border-bottom: 1px solid #ddd;
        margin: 5px 35px 10px 35px;
        padding-bottom: 10px;
        display: flex;
        flex-direction: row;
        /* justify-content: center;*/
        align-items: center;
    }

        .box-bottom-main .bottom-right .right-box .teacher-box:last-child {
            border-bottom: none;
        }

        .box-bottom-main .bottom-right .right-box .teacher-box .t-text {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

            .box-bottom-main .bottom-right .right-box .teacher-box .t-text .t-title {
                display: inline-block;
                color: #909090;
                font-size: 17px;
            }

            .box-bottom-main .bottom-right .right-box .teacher-box .t-text .t-name {
                display: inline-block;
                color: #31429b;
                font-size: 16px;
            }

            .box-bottom-main .bottom-right .right-box .teacher-box .t-text .savabegh {
                display: inline-block;
                color: #597aee;
                font-weight: bold;
                font-size: 18px;
                margin-top: 5px;
            }

    .box-bottom-main .bottom-right .box-sub {
        margin: 5px 35px 0 35px;
        border-bottom: 1px solid #ddd;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0 25px 0;
    }

        .box-bottom-main .bottom-right .box-sub:last-child {
            border-bottom: none;
        }

        .box-bottom-main .bottom-right .box-sub .sub-t i {
            vertical-align: middle;
        }

        .box-bottom-main .bottom-right .box-sub .sub-t {
            font-weight: 600;
            font-size: 16px;
            color: #999dae;
        }

        .box-bottom-main .bottom-right .box-sub .sub-t-x {
            font-weight: 600;
            font-size: 16px;
            color: #333;
        }

        .box-bottom-main .bottom-right .box-sub .sub-m {
            font-size: 15px;
            position: relative;
        }

            .box-bottom-main .bottom-right .box-sub .sub-m .price .pr-color {
                color: #35bc52;
            }

            .box-bottom-main .bottom-right .box-sub .sub-m .price .discount-price {
                position: absolute;
                top: -15px;
                text-align: center;
                color: #1bbdd4;
                display: block;
                width: 100%;
                left: 0;
            }

                .box-bottom-main .bottom-right .box-sub .sub-m .price .discount-price span {
                    display: inline-block;
                    position: relative;
                }

                    .box-bottom-main .bottom-right .box-sub .sub-m .price .discount-price span::after {
                        content: '';
                        display: block;
                        width: 100%;
                        position: absolute;
                        border: 1px solid red;
                        transform: rotate(-7deg);
                        top: 14px;
                    }


        .box-bottom-main .bottom-right .box-sub .txt-price-s {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .box-bottom-main .bottom-right .box-sub .txt-price-s .txt {
                color: #1bbdd4;
                font-weight: bold;
                font-size: 17px;
            }

            .box-bottom-main .bottom-right .box-sub .txt-price-s .pri-s {
                color: #31429b;
                font-size: 16px;
            }

            .box-bottom-main .bottom-right .box-sub .txt-price-s .btn-buy a {
                margin-top: 20px;
                display: inline-block;
                background-color: #ffd207;
                color: #31429b !important;
                border-radius: 33px;
                padding: 16px;
                font-weight: 700;
            }

.flex-direction-column {
    flex-direction: column;
}

.box-bottom-main .bottom-right .box-sub .txt-price-s .sekkeh-s {
    font-size: 16px;
    color: #999dae;
}

.box-bottom-main .bottom-right .box-sub .txt-price-s .coin {
    width: 30px;
    margin-left: 10px;
}

.box-bottom-main .bottom-left-emtiaz {
    /*height:350px;*/
    box-shadow: inset -12px 0px 50px 31px rgba(0,0,0,0.1);
    background-color: #3b4ba0;
    border-radius: 20px;
    margin-top: 10px;
}

    .box-bottom-main .bottom-left-emtiaz .left-box-e {
        margin-top: 55px;
    }

    .box-bottom-main .bottom-left-emtiaz .right-box-e {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 40px;
        border-left: 1px solid #fff;
    }

    .box-bottom-main .bottom-left-emtiaz .left-box-e .left-box-main {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }

        .box-bottom-main .bottom-left-emtiaz .left-box-e .left-box-main .percent-d {
            color: #fff;
            font-size: 13px;
            display: inline-block;
            margin-left: 16px;
            margin-right: 10px;
        }

        .box-bottom-main .bottom-left-emtiaz .left-box-e .left-box-main .bar-main {
            width: 40%;
            background-color: #ddd;
        }

        .box-bottom-main .bottom-left-emtiaz .left-box-e .left-box-main .bar-active {
            width: 100%;
            background-color: #fff;
        }

        .box-bottom-main .bottom-left-emtiaz .left-box-e .left-box-main .skills {
            text-align: right;
            height: 10px;
            color: white;
        }

    .box-bottom-main .bottom-left-emtiaz .right-box-e span {
        color: #fff;
    }

    .box-bottom-main .bottom-left-emtiaz .left-box-e .left-box-main .checked, .box-bottom-main .bottom-left-emtiaz .right-box-e .checked {
        color: #ffd207;
    }

    .box-bottom-main .bottom-left-emtiaz .right-box-e .digit-e {
        font-size: 18px;
        margin: 5px 0 5px 0;
    }

    .box-bottom-main .bottom-left-emtiaz .left-box-e .left-box-main, .box-bottom-main .bottom-left-emtiaz .right-box-e .star-e {
        margin: 5px 0 5px 0;
        font-size: 18px;
    }

    .box-bottom-main .bottom-left-emtiaz .left-box-e .star-e span {
        color: #fff;
    }

    .box-bottom-main .bottom-left-emtiaz .right-box-e .text-e {
        margin: 5px 0 5px 0;
        font-size: 18px;
    }

.singleCourse-new .faq-description {
    margin: 20px 60px 0 60px;
    border-radius: 15px 15px 0 0;
}

    .singleCourse-new .faq-description .faq-heading {
        border-bottom: #777;
        padding: 20px 60px;
    }

    .singleCourse-new .faq-description .faq-container {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .singleCourse-new .faq-description .hr-line {
        width: 100%;
        margin: auto;
    }

    .singleCourse-new .faq-description .faq-page {
        color: #444;
        cursor: pointer;
        padding: 30px 20px;
        font-size: 18px;
        border: none;
        outline: none;
        transition: 0.4s;
        margin: auto;
    }

    .singleCourse-new .faq-description .faq-body {
        margin: auto;
        padding: auto;
    }



    .singleCourse-new .faq-description .active,
    .singleCourse-new .faq-description .faq-page:hover {
        background-color: #F9F9F9;
    }

    .singleCourse-new .faq-description .faq-body {
        padding: 10px 18px;
        background-color: white;
        display: none;
        overflow: hidden;
    }

    .singleCourse-new .faq-description .faq-one {
        position: relative;
    }

    .singleCourse-new .faq-description .faq-page:after {
        position: absolute;
        left: 15px;
        top: 15px;
        content: '\02795';
        font-size: 13px;
        color: #777;
        margin-left: 5px;
    }
.singleCourse-new .swiper-nazarat .swiper-wrapper {
    padding: 15px;
}

.singleCourse-new #bottom_div {
    position: fixed;
    width: 100vw;
    background: white;
    height: 100px;
    left: 0;
    bottom: 0;
    z-index: 9999;
    padding-top: 18px;
    box-shadow: 0 0 35px rgba(0,0,0,0.2);
}
.singleCourse-new .course-bottom-container, #bottom-buy-link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: end;
    align-items: center;
    align-content: stretch;
    flex: 1 0 50%;
    padding-left: 10px;
    padding-right: 10px;
}
.singleCourse-new .course-bottom-container p{
    font-size:18px;
}
.singleCourse-new .price_html {
    margin-top: 15px;
    color: #ff0000;
}
#bottom-buy-link .price_html .more .btn-co .price {
    font-size: 17px;
    font-weight: bold;
}
.singleCourse-new #bottom_div .border-red {
    display: inline-block;
    transition: all .3s ease;
    color: #f22d33;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #f22d33;
    box-shadow: 0px 2px 11px #f22d3354;
    margin-bottom: 16px;
    background: white;
    background-color: white;
    background-color: white;
    margin-top: 10px;
 
    padding: 3px;
}
.singleCourse-new #bottom_div .hamyar-red-button {
    background-color: #f22d33 !important;
    border-radius: 7px !important;
    color: #fff !important;
    line-height: 2 !important;
    box-shadow: 0 2px 12px rgba(242,45,51,0.6) !important;
    padding: 4px 20px !important;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}







    .singleCourse-new .faq-description .active:after {
        content: "\2796";
    }

    .singleCourse-new .faq-description .faq .img-main img {
        width: 100%;
    }

    .singleCourse-new .faq-description, .singleCourse-new .faq-description .active, .singleCourse-new .faq-description .faq-page:hover {
        background-color: #e9e9e9;
        border-radius: 15px 15px 15px 15px;
    }

        .singleCourse-new .faq-description .faq-body .box-courseMetting {
            border: 1px solid #ddd;
            border-radius: 15px;
            margin-bottom: 15px;
        }

            .singleCourse-new .faq-description .faq-body .box-courseMetting .cm-main .cm-logo {
                margin-left: 8px;
            }

            .singleCourse-new .faq-description .faq-body .box-courseMetting .cm-main .cm-title {
                margin-left: 8px;
            }

                .singleCourse-new .faq-description .faq-body .box-courseMetting .cm-main .cm-title span {
                    display: inline-block;
                    color: #909090;
                    font-size: 17px;
                }

            .singleCourse-new .faq-description .faq-body .box-courseMetting .cm-main .cm-text span {
                display: inline-block;
                color: #313131;
                font-size: 17px;
            }

            .singleCourse-new .faq-description .faq-body .box-courseMetting .cm-main .cm-logo img {
                width: 40px;
            }

            .singleCourse-new .faq-description .faq-body .box-courseMetting .cm-main {
                display: flex;
                justify-content: right;
                align-items: center;
                flex-direction: row;
                margin: 20px;
                border-bottom: 1px solid #e0e1e5;
                padding-bottom: 10px;
            }

            .singleCourse-new .faq-description .faq-body .box-courseMetting .dm-main {
                text-align: center;
            }

                .singleCourse-new .faq-description .faq-body .box-courseMetting .dm-main .dm-icon {
                    display: inline-block;
                    color: #909090;
                    font-size: 15px;
                }

                .singleCourse-new .faq-description .faq-body .box-courseMetting .dm-main span.dm-title {
                    display: inline-block;
                    color: #909090;
                    font-size: 15px;
                }

                .singleCourse-new .faq-description .faq-body .box-courseMetting .dm-main span.dm-text a {
                    display: inline-block;
                    color: #313131;
                    font-size: 15px;
                }

            .singleCourse-new .faq-description .faq-body .box-courseMetting .dm-action .dm-price {
                padding: 8px 40px;
            }

                .singleCourse-new .faq-description .faq-body .box-courseMetting .dm-action .dm-price .dm-fl-d {
                    display: flex;
                    justify-content: left;
                    align-items: center;
                    flex-direction: row;
                }

                .singleCourse-new .faq-description .faq-body .box-courseMetting .dm-action .dm-price .price {
                    position: relative;
                    display: inline-block;
                }

                    .singleCourse-new .faq-description .faq-body .box-courseMetting .dm-action .dm-price .price .discount-price span::after {
                        content: '';
                        display: block;
                        width: 100%;
                        position: absolute;
                        border: 1px solid red;
                        transform: rotate(-7deg);
                        top: 14px;
                    }

                    .singleCourse-new .faq-description .faq-body .box-courseMetting .dm-action .dm-price .price .pr-color {
                        color: #35bc52;
                    }

                .singleCourse-new .faq-description .faq-body .box-courseMetting .dm-action .dm-price .dm-fl-d .dm-p-title .gimat {
                    color: #909090;
                    font-size: 16px;
                    display: inline-block;
                    margin-left: 8px;
                }

            .singleCourse-new .faq-description .faq-body .box-courseMetting .dm-action .dm-btn {
                text-align: left;
                padding: 8px 40px;
            }

                .singleCourse-new .faq-description .faq-body .box-courseMetting .dm-action .dm-btn .btn-byu-s {
                    display: inline-block;
                    background-color: #31429b;
                    color: #fff !important;
                    border-radius: 33px;
                    padding: 10px 25px;
                    font-weight: 700;
                }

.singleCourse-new .hr-fr {
    margin: 20px 60px 0 60px;
}

.singleCourse-new .main-title {
    text-align: center;
}

    .singleCourse-new .main-title span {
        margin-top: 30px;
        font-size: 18px;
        display: inline-block;
        color: #757a90;
        padding: 10px;
        border-bottom: 4px solid #1bbdd4;
    }

.fl-d-f-d {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.singleCourse-new .faq-description .faq-body .box-courseMetting .fl-d-f-dd {
  /*  display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;*/
    padding: 40px;
 
    width:100%;
}
.singleCourse-new .faq-description .faq-body .box-courseMetting .dm-main {
    text-align: center;
    margin: 15px;
    display: inline-block;
}

.singleCourse-new .faq-description .faq-body .box-courseMetting .dm-action {
   /* width: 25%;*/
}

.more-course-s {
    margin: 20px 60px 0 60px;
    padding: 20px 80px;
    border: 1px solid #ddd;
    border-radius: 15px;
}

    .more-course-s .more-box {
        display: flex;
        justify-content: right;
        align-items: center;
        flex-direction: row;
        margin-bottom: 20px;
    }

        .more-course-s .more-box .more-img i {
            display: none;
        }

    .more-course-s .more-box-c {
        display: flex;
        justify-content: right;
        flex-direction: column;
        margin-bottom: 20px;
    }

        .more-course-s .more-box-c i {
            color: #35bc52;
            font-size: 18px;
            vertical-align: middle;
        }

    .more-course-s .more-box .more-img img {
        width: 40px;
        margin-left: 10px;
        border-radius: 50%;
    }

    .more-course-s .more-box .more-title {
        margin-left: 5px;
        margin-right: 5px;
        font-weight: 600;
        font-size: 16px;
        color: #999dae;
    }

    .more-course-s .more-box .more-text {
        font-size: 16px;
        color: #333;
    }

        .more-course-s .more-box .more-text a {
            font-size: 16px;
            color: #333;
        }

        .more-course-s .more-box .more-text .line:last-child {
            display: none;
        }

.faq-description .faq-container-bottom {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 15px 15px;
}

    .faq-description .faq-container-bottom .more-setion-bo {
        padding: 35px;
        text-align: center;
    }

        .faq-description .faq-container-bottom .more-setion-bo span {
            display: inline-block;
            color: #597aee;
            font-size: 18px;
            font-weight: bold;
        }

    .faq-description .faq-container-bottom:hover {
        cursor: pointer;
    }

.more-box-c .aspan-m {
    margin-right: 30px;
    margin-top: 15px;
}

.about-ostad-s {
    margin: 20px 60px 0 60px;
    padding: 20px 80px;
    border: 1px solid #ddd;
    border-radius: 15px;
}

    .about-ostad-s .about-ostad .box-a-o .img-a-o img {
        width: 100px;
        border-radius: 50%;
    }

    .about-ostad-s .about-ostad .box-a-o .img-a-o {
        margin-bottom: 15px;
    }

    .about-ostad-s .about-ostad .box-a-o {
        border-left: 1px solid #ddd;
        padding: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

        .about-ostad-s .about-ostad .box-a-o .img-a-o {
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            border: 1px solid #ddd;
            width: 100px;
            height: 100px;
        }

            .about-ostad-s .about-ostad .box-a-o .img-a-o img {
                border-radius: 50%;
            }

.txt-a-o .tlt-a-o {
    font-weight: 600;
    font-size: 16px;
    color: #999dae;
}

.txt-a-o .name-a-o {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.about-ostad-s .about-ostad .more-box-c {
    padding: 45px;
    display: flex;
    justify-content: right;
    flex-direction: column;
}

    .about-ostad-s .about-ostad .more-box-c .aspan-m i {
        font-size: 7px;
        color: #222;
        margin-left: 3px;
    }

    .about-ostad-s .about-ostad .more-box-c .aspan-m .aspan-text {
        font-size: 17px;
        color: #222;
    }

.about-ostad-s .about-ostad .video-ostad-s {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

    .about-ostad-s .about-ostad .video-ostad-s .video-s {
        width: 450px;
        margin: 25px;
        border-radius: 15px;
    }

.about-ostad-s .about-ostad .tit-ost {
    text-align: center;
}

    .about-ostad-s .about-ostad .tit-ost span {
        font-size: 16px;
        color: #585858;
        font-weight: bold;
    }

.more-box-c ul li {
    margin-bottom: 10px;
    line-height: 1.8;
}

.singleCourse-new .img-t {
    padding: 35px 0 0 0;
    margin: 25px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-title span {
}

.singleCourse-new .img-t img {
    width: 200px;
}

.singleCourse-new .swiper-nazarat {
    background-color: #3b4ba0;
    margin-top: 25px;
    /*padding: 35px;*/
}

    .singleCourse-new .swiper-nazarat .swiper-slide .sw-img img {
        width: 80px;
        height: 80px;
    }

    .singleCourse-new .swiper-nazarat .swiper-slide {
        background-color: #fff;
        border-radius: 15px;
        padding: 30px;
      /*  height: 390px;
        max-height: 390px;*/
        
    }
    .singleCourse-new .swiper-nazarat .sw-img-main {
        width:100%;
        text-align:right;
    }
.singleCourse-new .swiper-nazarat .flex-swiper-d {
    display: flex;
    justify-content: space-between;
   /* align-items: center;*/
    flex-direction: column;
    height:100%;
}
    .singleCourse-new .swiper-nazarat .swiper-nazarat .swiper-wrapper {
        padding: 15px;
    }
.singleCourse-new .swiper-nazarat .swiper-slide .sw-img {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #ddd;
    width: 90px;
    height: 90px;
    margin-bottom: 15px;
}

        .singleCourse-new .swiper-nazarat .swiper-slide img {
            width: 90px;
            border-radius: 50%;
        }
    .singleCourse-new .swiper-nazarat .swiper-slide .sw-p {
        min-height:150px;
    }
    .singleCourse-new  .ersal-newComment {
        background-color: #f0f0f0;
        padding:20px;
        text-align:center;

    }
        .singleCourse-new .ersal-newComment .btn {
            background-color: #1bbdd4;
            border: #1bbdd4;
            padding:15px 80px;
            height:auto;
            border-radius:25px;
            font-size:16px;
        }
.singleCourse-new .swiper-nazarat .swiper-slide .sw-p p {
    min-height: 125px;
    color: #585858;
    line-height: 1.6;
    font-size: 15px;
}

        .singleCourse-new .swiper-nazarat .swiper-slide .sw-des {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-direction: row;
            width:100%;
        }

            .singleCourse-new .swiper-nazarat .swiper-slide .sw-des .sw-name,
            .singleCourse-new .swiper-nazarat .swiper-slide .sw-des .sw-date {
                font-size: 16px;
                color: #999dae;
            }

.singleCourse-new .faq-q-m {
    background-color: #fff !important;
}

    .singleCourse-new .faq-q-m .faq-one {
        margin-bottom: 20px;
        background-color: #edfdff !important;
        border-radius: 15px;
    }

.question-sec .faq-description .question-m {
    border: 1px solid #ddd;
    border-radius: 15px;
}

    .question-sec .faq-description .question-m .box-q {
        display: flex;
        flex-direction: column;
        padding: 10px 35px 10px 35px;
    }
        .question-sec .faq-description .question-m .box-q .q-bottom img{
        width:35px;
    }
        
 
.align-items-end {
    align-items: end;
}

.question-sec .faq-description .question-m .box-q .q-top .q-img {
    margin-left: 10px;
}

    .question-sec .faq-description .question-m .box-q .q-top .q-img img {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 1px solid #ddd;
    }

.question-sec .faq-description .question-m .box-q .q-top .q-name {
    font-size: 15px;
    font-weight: bold;
}

.question-sec .faq-description .question-m .box-q .q-top {
    display: flex;
    justify-content: right;
    align-items: center;
    flex-direction: row;
}

.question-sec .faq-description .question-m .box-q .q-bottom .q-text {
    background-color: #fff7fa;
    margin-right: 20px;
    margin-top: 20px;
    border: 2px solid #ed407b;
    display: inline-block;
    min-height: 90px;
    max-width: 660px;
    border-radius: 7px 0 7px 7px;
    padding: 25px;
}

.swiper-nazarat-d .swiper-slide {
    height: auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.swiper-nazarat-d .swiper-container {
    padding: 10px;
}

.moshaver-sec {
    margin-top: 25px;
    margin-bottom: 20px;
    padding-bottom: 35px;
    background-color: #f5f5f5;
    padding-left: 0;
    padding-right: 0;
}

    .moshaver-sec .moshaver-title {
        margin-bottom: 10px;
        margin-top: 90px;
        text-align: center;
    }

        .moshaver-sec .moshaver-title span {
            display: inline-block;
            color: #757a90;
            padding-bottom: 25px;
            border-bottom: 3px solid #fff;
        }


    .moshaver-sec .moshaver-input {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .moshaver-sec .moshaver-input .form-group label {
            color: #909090;
            font-size: 13px;
        }

        .moshaver-sec .moshaver-input .form-group {
            width: 460px;
            max-width: 460px
        }

            .moshaver-sec .moshaver-input .form-group .form-control {
                height: 40px;
            }

    .moshaver-sec .moshaver-btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .moshaver-sec .moshaver-btn .btn-sendphone {
            background-color: #ed407b;
            padding: 10px 40px;
            font-size: 14px;
            font-weight: bold;
            border-radius: 100px;
            text-align: center;
            color: #fff;
            border: none;
            transition: all 0.4s;
        }

    .moshaver-sec .moshaver-social {
        display: flex;
        justify-content: center;
        flex-direction: row;
        margin-top: 25px;
    }


        .moshaver-sec .moshaver-social .social-d, .moshaver-sec .moshaver-social .social-d-2 {
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            padding: 30px;
        }

        .moshaver-sec .moshaver-social .social-d {
            border-left: 3px solid #fff;
            border-right: 3px solid #fff;
            max-width: 380px;
            width: 380px
        }

        .moshaver-sec .moshaver-social .social-d-2 {
            border-left: 3px solid #fff;
            border-right: unset;
            max-width: 380px;
            width: 380px
        }

        .moshaver-sec .moshaver-social .social-d .logo-s img {
            width: 25px;
            margin-bottom: 25px;
        }

        .moshaver-sec .moshaver-social .social-d-2 .logo-s img {
            width: 40px;
            margin-bottom: 25px;
        }

        .moshaver-sec .moshaver-social .social-d .txt-s span, .moshaver-sec .moshaver-social .social-d-2 .txt-s span {
            color: #585858;
            margin-bottom:10px;
            display:inline-block;
        }

        .moshaver-sec .moshaver-social .social-d .btn-s a, .moshaver-sec .moshaver-social .social-d-2 .btn-s a {
            background-color: #1bbdd4;
            display:inline-block;
            padding: 7px 40px;
            margin-top:10px;
            font-size: 14px;
            font-weight: bold;
            border-radius: 100px;
            text-align: center;
            color: #fff;
            border: none;
            transition: all 0.4s;
        }
.similarCoures-d {
    margin: 20px 60px 0 60px;
}
.singleCourse-new .add-q-e {
    display:flex;
    justify-content:center;
    align-items:center;
}
.singleCourse-new .add-q-e .add-q-btn {
    display: inline-block;
    margin:35px;
}
    .singleCourse-new .add-q-e .add-q-btn .btn {
        background-color: #1bbdd4;
        display: inline-block;
        padding: 10px 40px;
        margin-top: 10px;
        font-size: 14px;
        font-weight: bold;
        border-radius: 100px;
        text-align: center;
        color: #fff;
        border: none;
        transition: all 0.4s;
    }
.singleCourse-new .dm-action .dm-btn a.btn-buy-azmon {
    color: #fff;
    background-color: #39489b;
    padding: 5px 20px;
    border-radius: 20px;
    display: inline-block;
}
.singleCourse-new .dm-action .dm-btn a.btn-back-color-green {
    color: #fff;
    background-color: #91b954;
    padding: 5px 35px;
    margin: 2px;
    display: inline-block;
    border-radius: 20px;
    width: 100%;
    text-align: center;
}

.singleCourse-new .dm-action .dm-btn a.btn-back-color-blue {
    color: #fff;
    background-color: #1fb8d4;
    padding: 5px 35px;
    margin: 2px;
    display: inline-block;
    border-radius: 20px;
    width: 100%;
    text-align:center;
}
.singleCourse-new .dm-action .dm-btn a.bg-color-red {
    color: #fff;
    background-color: #e83674;
    padding: 5px 35px;
    margin: 2px;
    display: inline-block;
    border-radius: 20px;
    width: 100%;
    text-align: center;
}
.singleCourse-new .box-question, .singleCourse-new .question-main .box-question {
    position: relative;
    border: 1px solid #ddd;
    min-height: 100px;
    padding: 50px 20px 20px 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    margin-bottom: 30px;
}
    .singleCourse-new .box-question .q-text,
    .singleCourse-new .box-question .q-text {
        position: relative;
        margin-bottom: 40px;
        max-width: 700px;
    }
    .singleCourse-new .box-question .q-title, .singleCourse-new .q-title {
        position: absolute;
        display: inline-block;
/*        padding: 5px 15px 5px 15px;*/
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 15px;
        bottom: -15px;
        left: 20px;
        font-size: 10px;
        /*    border: 1px solid #ed407b;*/
    }
.singleCourse-new .btn-txt-j {
    position: relative;
}
.singleCourse-new .box-question .box-answer {
    display: flex;
    justify-content: end;
}
 
.singleCourse-new .box-question .q-text .q-descripton{
    min-height: 30px;
    padding: 8px 20px 10px 15px;
    line-height: 1.8;
    border-radius: 7px 0 7px 7px;
    background-color: #fff7fa;
    max-width: 800px;
    border: 2px solid #ed407b;
}
    .singleCourse-new .box-question .q-text .q-descripton .like-main {
        display: flex;
        justify-content: end;
        flex-direction: row-reverse;
    }
        .singleCourse-new .box-question .q-text .q-descripton .like-main .count-like {
            display: flex;
            justify-content:center;
            align-items:center;
        }
.singleCourse-new .box-question .q-text .q-descripton .like-main img {
    width: 35px;
}
        .singleCourse-new .box-question .q-text .q-descripton .like-main img:hover {
            cursor:pointer;
        }
.singleCourse-new .btn-txt-j .btn-j-j {
        padding: 4px 15px 5px 15px;
    }
.singleCourse-new .box-question .box-j img.chexk,
.singleCourse-new .box-question .box-j img.chexk {
    position: absolute;
    width: 26px;
    right: -30px;
    top: 10px;
}
.singleCourse-new .box-question .all-a-box,
.singleCourse-new .box-question .all-a-box {
    margin-left: 0;
    margin-bottom: 35px;
    position: relative;
    margin-bottom: 40px;
    max-width: 700px;
    width:100%;
}
    .singleCourse-new .box-question .all-a-box .box-title,
    .singleCourse-new .box-question .all-a-box .box-title {
        /*position: relative;*/
      
    }
        .singleCourse-new box-question .all-a-box .box-title .title,
        .singleCourse-new .box-question .all-a-box .box-title .title {
            position: absolute;
            display: inline-block;
            font-size: 10px;
            left: 20px;
            bottom: -15px;
            /*   border: 1px solid #ed407b;*/
        }
.singleCourse-new .box-question .box-j,
.singleCourse-new .box-question .box-j {
    position: relative;
    display: flex;
 
    padding: 10px 0 10px 0;
 
}
    .singleCourse-new.box-question .box-j p {
        margin-top: 0px;
    }

    .singleCourse-new .box-question .box-j p,
    .singleCourse-new .box-question .box-j p {
        min-height: 18px;
        padding: 5px 20px 8px 15px;
        line-height: 1.8;
        background-color: #fff7fa;
        border-radius: 7px 0px 7px 7px;
/*        margin-top: 30px;*/
        max-width: 800px;
        text-align: right;
        font-size: 14px;
        border: 2px solid #ed407b;
    }


.singleCourse-new .q-imge-e {
    padding: 5px;
    border-radius: 5px;
    width: 100px;
    border: 1px solid #b98383;
    margin-top: 40px;
    height: 100px;
    margin: 0px 10px 10px 10px;
}

    .singleCourse-new .q-imge-e:hover {
        cursor:pointer;
    }
  .q-top .q-img {
    width: 30px;
    height: 30px;
    margin:5px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
  .q-top .q-img img {
    width: 30px;
    border-radius: 50%;
}
  .q-top .q-img {
    margin-left:10px;
}
  .q-top {
    display: flex;
    justify-content: right;
    align-items: center;
    flex-direction: row;
}
.q-top .q-name {
    font-size: 14px;
    font-weight: bold;
}
.singleCourse-new .q-btn .a-text .a-text-count-btn,
.singleCourse-new .q-btn .a-text .a-text-count-btn {
    display: inline-block;
    background-color: #fff;
    color: #f14380;
    border-radius: 25px;
    margin-right: 3px;
    padding: 3px 13px 6px 13px;
}

.singleCourse-new .q-btn .a-text,
.singleCourse-new .q-btn .a-text {
    color: #fff;
    background-color: #f14380;
    border-radius: 25px;
    padding-top: 5px;
    padding-bottom: 27px;
    font-size: 13px;
}

.singleCourse-new .di-flexs {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-top:20px;
}

.singleCourse-new .btn-co-m {
    width: 150px;
}

 .chapcha-txt-s {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 25px;
}

/*  
 *  Pure CSS star rating that works without reversing order
 *  of inputs
 *  -------------------------------------------------------
 *  NOTE: For the styling to work, there needs to be a radio
 *        input selected by default. There also needs to be a
 *        radio input before the first star, regardless of
 *        whether you offer a 'no rating' or 0 stars option
 *  
 *  This codepen uses FontAwesome icons
 */

   /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
    .rating-group{
    display: inline-flex;
}

/* make hover effect work properly in IE */
.rating__icon {
    pointer-events: none;
}
#half-stars-example .rating__input {
    position: absolute ;
    left: 0 ;
    display:none;
}
#half-stars-example .rating__label--half {
    padding-right: 0;
    margin-right: -0.6em;
    z-index: 2;
}
.star-div {
    text-align:center;
}
/* hide radio inputs */
.rating__input {
    position: absolute;
    left: 0;
    display: none;
}

/* set icon padding and size */
.rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
}

/* set default star color */
.rating__icon--star {
    color: orange;
}

/* set color of none icon when unchecked */
.rating__icon--none {
    color: #eee;
}

/* if none icon is checked, make it red */
.rating__input--none:checked + .rating__label .rating__icon--none {
    color: red;
}

/* if any input is checked, make its following siblings grey */
.rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}

/* make all stars orange on rating group hover */
.rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}
 



.rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
}

/* make none icon grey on rating group hover */
.rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
    color: #eee;
}

/* make none icon red on hover */
.rating__input--none:hover + .rating__label .rating__icon--none {
    color: red;
}



 

 
/* set icon padding and size */
.rating__label {
    cursor: pointer;
    /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
    padding: 0 0.1em;
    font-size: 2rem;
}

/* add padding and positioning to half star labels */
.rating__label--half {
    padding-right: 0;
    margin-right: -0.6em;
    z-index: 2;
}

/* set default star color */
.rating__icon--star {
    color: orange;
}

/* set color of none icon when unchecked */
.rating__icon--none {
    color: #eee;
}

 
 


 
 
 

/* set icon padding and size */
.rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
}

/* set default star color */
.rating__icon--star {
    color: orange;
}

.film-c {
    margin-bottom: 10px;
}



@media only screen and (min-width: 640px) and (max-width:850px) {
    .img-w-100 img {
        width: 100%;
    }
    .fl-d-f-d {
            flex-direction: column-reverse;
        }

        .singleCourse-new .faq-description .faq-body .box-courseMetting .fl-d-f-dd {
            width: 100%;
            flex-direction: column;
            padding: 0;
        }

        .singleCourse-new .faq-description .faq-body .box-courseMetting .dm-main {
            margin-bottom: 7px;
        }

        .singleCourse-new .faq-description .faq-body .box-courseMetting .dm-action {
            margin-top: 40px;
            justify-content: center;
        }
        audio {
            width: 100%;
        }
    }
.p-tarahi {
    text-align:left;
}

@media only screen and (min-width: 0px) and (max-width:640px) {
    .img-w-100 img {
        width: 100%;
    }
    .p-tarahi {
        text-align: center;
    }
    .singleCourse-new .di-flexs {
            display: block;
        }
        audio {
            width: 100%;
 
        }
       
        .singleCourse-new .box-question .box-j, .singleCourse-new .box-question .box-j {
            padding: 10px 0px 10px 0;
        }

            .singleCourse-new .box-question .box-j img.chexk,
            .singleCourse-new .box-question .box-j img.chexk {
                right: -20px;
            }
        /* .singleCourse-new .box-question .box-j p, 
        .singleCourse-new .box-question .box-j p {
 
            margin-top: 44px;
        }*/
        .box-bottom-main .bottom-left-emtiaz .right-box-e {
            border-top: 1px solid #fff;
            border-left: unset;
        }

        .moshaver-sec {
            border-radius: 35px;
        }

            .moshaver-sec .moshaver-social {
                justify-content: center;
                flex-direction: column;
                align-items: center;
            }

                .moshaver-sec .moshaver-social .social-d {
                    border-left: unset;
                    border-right: unset;
                }

                .moshaver-sec .moshaver-social .social-d-2 {
                    border-left: unset;
                    border-right: unset;
                    border-top: 3px solid #fff;
                }

        .more-box-c ul {
            padding-right: 15px;
        }

        .box-bottom-main .bottom-right .box-sub .txt-price-s .sekkeh-s {
            font-size: 14px;
            text-align: center;
        }

        .box-bottom-main .bottom-right .right-box .teacher-box .t-text .t-title {
            font-size: 15px;
        }

        .box-bottom-main .bottom-right .right-box .teacher-box .t-text .t-name {
            font-size: 14px;
        }

        .box-bottom-main .bottom-right .right-box .teacher-box .t-text .savabegh {
            font-size: 16px;
        }

        .box-bottom-main .bottom-right .right-box .teacher-box .t-img img {
            width: 95px;
            height: 95px;
        }

        .box-bottom-main {
            margin-top: 27px;
            padding: unset;
        }

            .box-bottom-main .bottom-right {
                padding: 0 19px 9px 25px;
                margin-top: 20px;
            }

                .box-bottom-main .bottom-right .right-box .teacher-box {
                    margin: 5px 0px 10px 0px;
                }

        .flex-f {
            flex-direction: column-reverse;
            flex-grow: revert;
        }
   
        .singleCourse-new .box-top-main .top-title p {
            font-size: 16px;
            margin-bottom: unset;
        }

        .singleCourse-new .box-top-main {
            padding: 7px;
        }

            .singleCourse-new .box-top-main .top-title {
                height: 70px;
            }

        .singleCourse-new .box-top-main {
            border-radius: 50px 0 50px 0;
            padding: 40px 0px 15px 0;
        }

        .box-bottom-main .bottom-right .box-sub {
            margin: 5px 0px 0 0px;
        }

            .box-bottom-main .bottom-right .box-sub .sub-t {
                font-weight: 500;
                font-size: 15px;
            }

            .box-bottom-main .bottom-right .box-sub .sub-m {
                font-size: 14px;
            }

            .box-bottom-main .bottom-right .box-sub .sub-t-x {
                font-weight: 500;
                font-size: 15px;
            }

            .box-bottom-main .bottom-right .box-sub .txt-price-s .txt {
                font-size: 14px;
            }

            .box-bottom-main .bottom-right .box-sub .txt-price-s .pri-s {
                font-size: 14px;
            }

            .box-bottom-main .bottom-right .box-sub .txt-price-s .btn-buy a {
                padding: 10px;
            }

        .singleCourse-new .faq-description {
            margin: 20px 15px 0 15px;
        }

            .singleCourse-new .faq-description .faq-body {
                padding: 10px 0;
            }

                .singleCourse-new .faq-description .faq-body .box-courseMetting .dm-action .dm-price .dm-fl-d {
                    justify-content: center;
                }

                .singleCourse-new .faq-description .faq-body .box-courseMetting .dm-action .dm-btn {
                    text-align: center;
                }

                .singleCourse-new .faq-description .faq-body .box-courseMetting .dm-action {
                    margin-top: 40px;
                    justify-content: center;
                }

        .fl-d-f-d {
            flex-direction: column-reverse;
        }

        .singleCourse-new .faq-description .faq-body .box-courseMetting .fl-d-f-dd {
            width: 100%;
            flex-direction: column;
            padding: 0;
        }

        .singleCourse-new .faq-description .faq-body .box-courseMetting .dm-action .dm-price {
            padding: 8px 0;
        }

        .singleCourse-new .faq-description .faq-body .box-courseMetting .dm-action .dm-btn {
            padding: 8px 0;
        }

        .singleCourse-new .faq-description .faq-body .box-courseMetting .cm-main .cm-title span {
            font-size: 14px;
        }

        .singleCourse-new .faq-description .faq-body .box-courseMetting .cm-main .cm-logo img {
            width: 30px;
        }

        singleCourse-new .faq-description .faq-body .box-courseMetting .cm-main .cm-text span {
            font-size: 14px;
        }

        .singleCourse-new .faq-description .faq-body .box-courseMetting .cm-main {
            margin: 10px;
        }

        .singleCourse-new .faq-description .faq-body .box-courseMetting .dm-main {
            display: block;
        }

        .singleCourse-new .faq-description .faq-body .box-courseMetting .cm-main .cm-text span {
            font-size: 12px;
        }

        .more-course-s {
            margin: 20px 15px 0 15px;
            padding: 20px 10px;
        }

        .more-box-c .aspan-m {
            margin-right: 7px;
            margin-top: 10px;
        }

        .more-course-s .more-box .more-img img {
            display: none;
        }

        .more-course-s .more-box {
            margin-bottom: 10px;
        }

            .more-course-s .more-box .more-img i {
                display: inline-block;
                font-size: 8px;
                color: #909090;
                vertical-align: middle;
            }

            .more-course-s .more-box .more-title {
                font-size: 14px;
            }

            .more-course-s .more-box .more-text a {
                font-size: 14px;
            }

            .more-course-s .more-box .more-text {
                font-size: 14px;
            }

        .about-ostad-s .about-ostad .box-a-o {
            border-left: unset;
            padding: 5px;
        }

            .about-ostad-s .about-ostad .box-a-o .txt-a-o {
                text-align: center;
                border-bottom: 1px solid #ddd;
                padding-bottom: 33px;
            }

        .about-ostad-s {
            margin: 20px 15px 0 15px;
            padding: 20px 10px;
        }

            .about-ostad-s .about-ostad .video-ostad-s {
                flex-direction: column;
            }

            .about-ostad-s .about-ostad .tit-ost span {
                color: #999dae;
            }

        .flex-direction-column-f {
            flex-direction: column;
        }

        .about-ostad-s .about-ostad .more-box-c {
            padding: 10px;
        }


    }
