/*
Theme Name: aryazhesab
Theme URI: aryazhesab.com
Author: Reza Komasi - Devix
Description: reza komasi - Devix
Author URI: https://devix.ir
Version: 3
*/
@font-face {
    font-family: devix;
    font-style: normal;
    font-weight: normal;
    src: url(fonts/eot/iranyekanwebregularfanum.eot);
    src: url(fonts/eot/iranyekanwebregularfanum.eot?#iefix) format("embedded-opentype"),url(fonts/woff/iranyekanwebregularfanum.woff) format("woff"),url(fonts/ttf/iranyekanwebregularfanum.ttf) format("truetype")
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
}

body {
    margin: 0!important;
    background-color: #ffffff;
}

a {
    text-decoration: none!important
}

div,a,i,p,time,input,button,textarea,label,section,select,ul,b,strong,h1,h2,h3,h4,h5,h6 {
    font-family: devix,serif!important;
    margin: 0
}

#devix span {
    font-family: devix,serif;
}

.clear {
    clear: both
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.pp {
    padding: 0!important
}

.pl {
    padding-left: 0!important
}

.pr {
    padding-right: 0!important
}

.container,.container-fluid {
    width: 100%;
    padding-left: var(--bs-gutter-x,0.75rem);
    padding-right: var(--bs-gutter-x,0.75rem);
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width:1320px
    }
}

@media (min-width: 1700px) {
    .container {
        max-width:1676px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-left: calc(var(--bs-gutter-x) / -2);
    margin-right: calc(var(--bs-gutter-x) / -2);
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media(max-width: 575px) {
    .hidden-xs {
        display:none
    }
}

@media (min-width: 576px) {
    .hidden-sm {
        display:none
    }

    .col-sm {
        flex: 1 0 0
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (max-width: 991px) {
    .hidden-md {
        display:none
    }

    .col-md {
        flex: 1 0 0
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 992px) {
    .hidden-lg {
        display:none
    }

    .col-lg {
        flex: 1 0 0
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .hidden-xl {
        display:none
    }

    .col-xl {
        flex: 1 0 0
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 1400px) {
    .hidden-xxl {
        display:none
    }

    .col-xxl {
        flex: 1 0 0
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.justify-content-start {
    justify-content: flex-start!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.justify-content-around {
    justify-content: space-around!important
}

.justify-content-evenly {
    justify-content: space-evenly!important
}

.align-items-start {
    align-items: flex-start!important
}

.align-items-end {
    align-items: flex-end!important
}

.align-items-center {
    align-items: center!important
}

.align-items-baseline {
    align-items: baseline!important
}

.align-items-stretch {
    align-items: stretch!important
}

.align-content-start {
    align-content: flex-start!important
}

.align-content-end {
    align-content: flex-end!important
}

.align-content-center {
    align-content: center!important
}

.align-content-between {
    align-content: space-between!important
}

.align-content-around {
    align-content: space-around!important
}

.align-content-stretch {
    align-content: stretch!important
}

.align-self-auto {
    align-self: auto!important
}

.align-self-start {
    align-self: flex-start!important
}

.align-self-end {
    align-self: flex-end!important
}

.align-self-center {
    align-self: center!important
}

.align-self-baseline {
    align-self: baseline!important
}

.align-self-stretch {
    align-self: stretch!important
}

.order-first {
    order: -1!important
}

.order-0 {
    order: 0!important
}

.order-1 {
    order: 1!important
}

.order-2 {
    order: 2!important
}

.order-3 {
    order: 3!important
}

.order-4 {
    order: 4!important
}

.order-5 {
    order: 5!important
}

.order-last {
    order: 6!important
}

@media (min-width: 576px) {
    .justify-content-sm-start {
        justify-content:flex-start!important
    }

    .justify-content-sm-end {
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        justify-content: center!important
    }

    .justify-content-sm-between {
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        justify-content: space-around!important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly!important
    }

    .align-items-sm-start {
        align-items: flex-start!important
    }

    .align-items-sm-end {
        align-items: flex-end!important
    }

    .align-items-sm-center {
        align-items: center!important
    }

    .align-items-sm-baseline {
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        align-items: stretch!important
    }

    .align-content-sm-start {
        align-content: flex-start!important
    }

    .align-content-sm-end {
        align-content: flex-end!important
    }

    .align-content-sm-center {
        align-content: center!important
    }

    .align-content-sm-between {
        align-content: space-between!important
    }

    .align-content-sm-around {
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        align-content: stretch!important
    }

    .align-self-sm-auto {
        align-self: auto!important
    }

    .align-self-sm-start {
        align-self: flex-start!important
    }

    .align-self-sm-end {
        align-self: flex-end!important
    }

    .align-self-sm-center {
        align-self: center!important
    }

    .align-self-sm-baseline {
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        align-self: stretch!important
    }

    .order-sm-first {
        order: -1!important
    }

    .order-sm-0 {
        order: 0!important
    }

    .order-sm-1 {
        order: 1!important
    }

    .order-sm-2 {
        order: 2!important
    }

    .order-sm-3 {
        order: 3!important
    }

    .order-sm-4 {
        order: 4!important
    }

    .order-sm-5 {
        order: 5!important
    }

    .order-sm-last {
        order: 6!important
    }
}

@media (min-width: 768px) {
    .justify-content-md-start {
        justify-content:flex-start!important
    }

    .justify-content-md-end {
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        justify-content: center!important
    }

    .justify-content-md-between {
        justify-content: space-between!important
    }

    .justify-content-md-around {
        justify-content: space-around!important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly!important
    }

    .align-items-md-start {
        align-items: flex-start!important
    }

    .align-items-md-end {
        align-items: flex-end!important
    }

    .align-items-md-center {
        align-items: center!important
    }

    .align-items-md-baseline {
        align-items: baseline!important
    }

    .align-items-md-stretch {
        align-items: stretch!important
    }

    .align-content-md-start {
        align-content: flex-start!important
    }

    .align-content-md-end {
        align-content: flex-end!important
    }

    .align-content-md-center {
        align-content: center!important
    }

    .align-content-md-between {
        align-content: space-between!important
    }

    .align-content-md-around {
        align-content: space-around!important
    }

    .align-content-md-stretch {
        align-content: stretch!important
    }

    .align-self-md-auto {
        align-self: auto!important
    }

    .align-self-md-start {
        align-self: flex-start!important
    }

    .align-self-md-end {
        align-self: flex-end!important
    }

    .align-self-md-center {
        align-self: center!important
    }

    .align-self-md-baseline {
        align-self: baseline!important
    }

    .align-self-md-stretch {
        align-self: stretch!important
    }

    .order-md-first {
        order: -1!important
    }

    .order-md-0 {
        order: 0!important
    }

    .order-md-1 {
        order: 1!important
    }

    .order-md-2 {
        order: 2!important
    }

    .order-md-3 {
        order: 3!important
    }

    .order-md-4 {
        order: 4!important
    }

    .order-md-5 {
        order: 5!important
    }

    .order-md-last {
        order: 6!important
    }
}

@media (min-width: 992px) {
    .justify-content-lg-start {
        justify-content:flex-start!important
    }

    .justify-content-lg-end {
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        justify-content: center!important
    }

    .justify-content-lg-between {
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        justify-content: space-around!important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly!important
    }

    .align-items-lg-start {
        align-items: flex-start!important
    }

    .align-items-lg-end {
        align-items: flex-end!important
    }

    .align-items-lg-center {
        align-items: center!important
    }

    .align-items-lg-baseline {
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        align-items: stretch!important
    }

    .align-content-lg-start {
        align-content: flex-start!important
    }

    .align-content-lg-end {
        align-content: flex-end!important
    }

    .align-content-lg-center {
        align-content: center!important
    }

    .align-content-lg-between {
        align-content: space-between!important
    }

    .align-content-lg-around {
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        align-content: stretch!important
    }

    .align-self-lg-auto {
        align-self: auto!important
    }

    .align-self-lg-start {
        align-self: flex-start!important
    }

    .align-self-lg-end {
        align-self: flex-end!important
    }

    .align-self-lg-center {
        align-self: center!important
    }

    .align-self-lg-baseline {
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        align-self: stretch!important
    }

    .order-lg-first {
        order: -1!important
    }

    .order-lg-0 {
        order: 0!important
    }

    .order-lg-1 {
        order: 1!important
    }

    .order-lg-2 {
        order: 2!important
    }

    .order-lg-3 {
        order: 3!important
    }

    .order-lg-4 {
        order: 4!important
    }

    .order-lg-5 {
        order: 5!important
    }

    .order-lg-last {
        order: 6!important
    }
}

@media (min-width: 1200px) {
    .justify-content-xl-start {
        justify-content:flex-start!important
    }

    .justify-content-xl-end {
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        justify-content: center!important
    }

    .justify-content-xl-between {
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        justify-content: space-around!important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly!important
    }

    .align-items-xl-start {
        align-items: flex-start!important
    }

    .align-items-xl-end {
        align-items: flex-end!important
    }

    .align-items-xl-center {
        align-items: center!important
    }

    .align-items-xl-baseline {
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        align-items: stretch!important
    }

    .align-content-xl-start {
        align-content: flex-start!important
    }

    .align-content-xl-end {
        align-content: flex-end!important
    }

    .align-content-xl-center {
        align-content: center!important
    }

    .align-content-xl-between {
        align-content: space-between!important
    }

    .align-content-xl-around {
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        align-content: stretch!important
    }

    .align-self-xl-auto {
        align-self: auto!important
    }

    .align-self-xl-start {
        align-self: flex-start!important
    }

    .align-self-xl-end {
        align-self: flex-end!important
    }

    .align-self-xl-center {
        align-self: center!important
    }

    .align-self-xl-baseline {
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        align-self: stretch!important
    }

    .order-xl-first {
        order: -1!important
    }

    .order-xl-0 {
        order: 0!important
    }

    .order-xl-1 {
        order: 1!important
    }

    .order-xl-2 {
        order: 2!important
    }

    .order-xl-3 {
        order: 3!important
    }

    .order-xl-4 {
        order: 4!important
    }

    .order-xl-5 {
        order: 5!important
    }

    .order-xl-last {
        order: 6!important
    }
}

@media (min-width: 1400px) {
    .justify-content-xxl-start {
        justify-content:flex-start!important
    }

    .justify-content-xxl-end {
        justify-content: flex-end!important
    }

    .justify-content-xxl-center {
        justify-content: center!important
    }

    .justify-content-xxl-between {
        justify-content: space-between!important
    }

    .justify-content-xxl-around {
        justify-content: space-around!important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly!important
    }

    .align-items-xxl-start {
        align-items: flex-start!important
    }

    .align-items-xxl-end {
        align-items: flex-end!important
    }

    .align-items-xxl-center {
        align-items: center!important
    }

    .align-items-xxl-baseline {
        align-items: baseline!important
    }

    .align-items-xxl-stretch {
        align-items: stretch!important
    }

    .align-content-xxl-start {
        align-content: flex-start!important
    }

    .align-content-xxl-end {
        align-content: flex-end!important
    }

    .align-content-xxl-center {
        align-content: center!important
    }

    .align-content-xxl-between {
        align-content: space-between!important
    }

    .align-content-xxl-around {
        align-content: space-around!important
    }

    .align-content-xxl-stretch {
        align-content: stretch!important
    }

    .align-self-xxl-auto {
        align-self: auto!important
    }

    .align-self-xxl-start {
        align-self: flex-start!important
    }

    .align-self-xxl-end {
        align-self: flex-end!important
    }

    .align-self-xxl-center {
        align-self: center!important
    }

    .align-self-xxl-baseline {
        align-self: baseline!important
    }

    .align-self-xxl-stretch {
        align-self: stretch!important
    }

    .order-xxl-first {
        order: -1!important
    }

    .order-xxl-0 {
        order: 0!important
    }

    .order-xxl-1 {
        order: 1!important
    }

    .order-xxl-2 {
        order: 2!important
    }

    .order-xxl-3 {
        order: 3!important
    }

    .order-xxl-4 {
        order: 4!important
    }

    .order-xxl-5 {
        order: 5!important
    }

    .order-xxl-last {
        order: 6!important
    }
}

.p-full {
    padding: 0 12px;
}

/*header */
header{
	border-bottom: 1px solid #f2f2f2;
    margin-bottom: 15px;
}
/*header-box-holder*/
.header-box-holder{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/*header-holder*/
.header-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
}
/*header-search-login*/
.header-search-login{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
}
.header-search-login>a:nth-child(1){
    display: inline-block;
    margin-left: 25px;
    cursor: pointer;
}
.header-search-login>a:nth-child(1)>svg{
    width: 30px;
    height: 30px;
    transition: .5s;
}
.header-search-login>a:nth-child(1):hover>svg{
    transform: scale(1.2);
}
.header-search-login>a:nth-child(2){
    border: 2px solid #25b4dc;
    padding: 10px 20px;
    border-radius: 10px;
    transition: .5s;
}
.header-search-login>a:nth-child(2)>span{
    display: block;
    color: #25b4dc;
    transition: .5s;
}
.header-search-login>a:nth-child(2):hover{
    background: #25b4dc;
}
.header-search-login>a:nth-child(2):hover>span{
    color: #fff;
}
/*menu-login-mobile*/
.menu-login-mobile{
    display: none;
}
.menu-login-mobile a:nth-child(2)>svg{
    width: 35px;
    height: 35px;
    margin: 0 10px 0 14px;
}
/*menu-r*/
.back-c {
    position: fixed;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.37);
    z-index: 2;
    overflow-x: hidden;
    transition: 0.3s;
}

.bazsho {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 99;
}

.baz {
    cursor: pointer;
    display: none;
}

.menu-top {
    background-color: #fff;
    margin-right: 25px;
    position: relative;
    z-index: 999;
}

.menu-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-top ul>li {
    position: relative;
    float: right;

}

.menu-top ul>li>a {
    font-size: 15px;
    padding: 5px 0 5px 30px;
    margin-left: 25px;
    display: inline-block;
    color: #333;
    position: relative;
    transition: .5s;
}
.menu-top ul>li:hover >a{
    color: #3251a1;
}
.menu-top ul>li>a:after{
    position: absolute;
    content: url("img/line.svg");
    width: 2px;
    left: 0;

}
.menu-top ul>li:last-child>a:after{
    display: none;
}
.menu-top ul>li>ul {
    display: none;
    position: absolute;
    width: 250px;
    background-color: #fff;
    box-shadow: 1px 1px 4px #ccc;
    border-radius: 10px;
}

.menu-top ul>li>ul>li {
    float: none;
}

.menu-top ul>li>ul>li>a {
    display: block;
    padding: 10px;
}
.menu-top ul>li>ul>li>a:after{
    display: none;
}
.menu-top ul>li>ul>li>ul {
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
}

.menu-top ul>li>ul>li>ul>li>ul {
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
}

.menu-top ul>li:hover>ul {
    display: block;
}

.menu-mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-mobile ul>li {
    position: relative;
}

.menu-mobile ul>li>a {
    font-size: 1rem;
    line-height: 1.571;
    color: #757575;
    padding: 14px 14px 14px 58px;
    position: relative;
    display: block;
}

.menu-mobile ul>li>a.t:before {
    content: "+";
    color: #d8d8d8;
    position: absolute;
    left: 25px;
    top: 11px;
    font-size: 24px;
}

.menu-mobile ul>li>a.b:before {
    content: "-";
    color: #d8d8d8;
    position: absolute;
    left: 25px;
    top: 11px;
    font-size: 24px;
}

.menu-mobile ul>li>ul,.menu-mobile ul>li>ul>li>ul,.menu-mobile ul>li>ul>li>ul>li>ul {
    display: none;
}

.menu-mobile ul>li>ul {
    background-color: #fafafa;
}

.menu-mobile ul>li>ul>li>ul {
    background-color: #eeeeee;
}

.menu-mobile ul>li>ul>li>ul>li>ul {
    background-color: #e2e2e2;
}

.fbaste {
    position: absolute;
    left: 21px;
    top: 19px;
    font-size: 17px;
    color: #ccc;
}
/*End of header*/
/*zoo*/
.zoo-item{position:absolute;width:100%;height:100%;overflow:hidden;transition:all 150ms linear;display:flex;align-items:center;justify-content:center;right: 0;top: 0;}.zoo-item .zoo-img{position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size: contain;transition:transform 0.5s ease-out;cursor: crosshair !important;}
/*main*/
/*main-tax-guide*/
.main-tax-guide{
    background-image: url("https://aryazhesab.com/wp-content/uploads/2023/10/index.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 700px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
/*tax-guide-content*/
.tax-guide-content{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.tax-guide-content strong{
    font-size: 27px;
}
.tax-guide-content h1{
    font-size: 37px;
    margin: 30px 0;
}
.tax-guide-content a{
    display: block;
    margin-top: 40px;
    background: #3251a1;
    padding: 15px 20px;
    border-radius: 10px;
    transition: .5s;
}
.tax-guide-content a span{
    display: block;
    color: #fff;
    transition: .5s;
}
.tax-guide-content a:hover{
    background: #fff;
    box-shadow: 0 0 5px #3251a1;
}
.tax-guide-content a:hover>span{
    color: #3251a1;
}
/*tax-guide-options*/
.tax-guide-options{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 125px;
}
.tax-guide-options div{
    background: #fff;
    padding: 15px 25px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 10px;
}
.tax-guide-options div:last-child{
    margin-left: 0;
}
.tax-guide-options div svg{
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}
/*about-tax-style*/
.about-tax-style{
    margin: 40px 0 25px 0;
}
/*main-about-tax*/
.main-about-tax p{
       margin: 10px 0 15px 0;
    text-align: justify;
    width: 90%;
    line-height: 33px;
    color: #7b808c;
}
.main-about-tax a{
    background: #3251a1;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 10px;
    transition: .5s;
}
.main-about-tax a span{
    display: block;
    color: #fff;
    transition: .5s;
}
.main-about-tax a:hover{
    background: #fff;
    box-shadow: 0 0 5px #3251a1;
}
.main-about-tax a:hover>span{
    color: #3251a1;
}
/*about-tax-video*/

.about-tax-video img, .about-tax-video video{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
/*tutorial-video-title*/
.tutorial-video-title{
    display:
            flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 50px 0;
}
.tutorial-video-title a{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.tutorial-video-title a svg{
    width: 25px;
    height: 25px;
    fill: #848484;
    transition: .5s;
}
.tutorial-video-title a span{
    display: block;
    color: #848484;
    margin-left: 5px;
    transition: .5s;
}
.tutorial-video-title a:hover>svg{
    transform: scale(1.2);
    fill: #3251a1;
}
.tutorial-video-title a:hover>span{
    color: #3251a1;
}
/*main-tutorial-video*/
.main-tutorial-video{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.main-tutorial-video a{
    display: block;
    width: 32%;
    position: relative;
}
.main-tutorial-video a figure{
    margin: 0;
}
.main-tutorial-video a figure img, .main-tutorial-video a video{
    width: 100%;
    height: auto;
	border-radius: 15px;
}
.main-tutorial-video a svg{
    width: 55px;
    height: 55px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40%;
    transition: .5s;
}
.main-tutorial-video a:hover>svg{
    transform: scale(1.2);
}
/*our-customer-title*/
.our-customer-title h2{
    text-align: center;
    margin-top: 0;
}
/*our-customers-style*/
.our-customers-style{
    background: #fff;
    margin: 30px 0 30px 0;
    border-top: 2px solid #98a8d0;
    border-bottom: 2px solid #98a8d0;
}
/*main-our-customer*/
.main-our-customer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    transition: .5s;
}
.main-our-customer:hover{
    transform: scale(1.1);
}
.main-our-customer img{
    width: 100%;
    height: auto;
}
/*slide-three*/
.slide-three{
    position: relative;
}
.slide-three .swiper-container {
    width: 100%;
    height: 100%;
}
.slide-three .swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/*our-customers-text*/
.our-customers-text p{
    width: 80%;
    text-align: center;
    line-height: 1.75;
    margin: 0 auto;
}
/*tutorial-package-style*/
.tutorial-package-style{
    margin-top: 100px;
}
/*new-tutorial-package*/
.new-tutorial-package{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}
.new-tutorial-package svg{
    width: 50px;
    height: 50px;
}
.new-tutorial-package h2{
    margin: 20px 0 30px 0;
}
.new-tutorial-package p{
    line-height: 1.75;
    color: #848484;
    width: 80%;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.new-tutorial-package a{
    margin-top: 30px;
    border: 2px solid #3251a1;
    padding: 15px 20px;
    border-radius: 10px;
    transition: .5s;
}
.new-tutorial-package a span{
    display: block;
    color: #3251a1;
    transition: .5s;
}
.new-tutorial-package a:hover{
    background: #3251a1;
}
.new-tutorial-package a:hover>span{
    color: #fff;
}
/*tutorial-package-picture*/
.tutorial-package-picture{
    border: 1px solid #ccc;
    border-radius: 10px;
    padding-bottom: 20px;
    width: 100%;
    display: block;
}
.tutorial-package-picture figure{
    margin: 0;
}
.tutorial-package-picture figure img{
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
}
.tutorial-package-picture div{
    padding: 0 15px;
}
.tutorial-package-picture div h3{
    color: #000;
    font-size: 14px;
    text-align: right;
    margin: 12px 0;
}
.tutorial-package-picture div>.price{
    text-align: left;
    color: #000;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
    font-size: 17px;
    position: relative;
}
.tutorial-package-picture div >span>del>span{
    color: #ccc;
    font-size: 14px;
}
.tutorial-package-picture div >span>del{
    color: rgb(123 128 140 / 44%);
    position: absolute;
    left: 1px;
    top: 20px;
}
.box-ar{
    padding: 7px;
}
/*slide-one*/
.slide-one{
    position: relative;
    overflow: hidden;
}
.slide-one .swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 35px;
}
.slide-one .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-pagination-bullet-active {
    background: #828282!important;
}
.slide-one .swiper-pagination {
    bottom: -5px!important;
}
/*our-tax-background*/
.our-tax-background{
    background-image: url("https://aryazhesab.com/wp-content/uploads/2023/09/45b8a7f1-5849-49c3-8442-1876b2657568.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 30px 0 40px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 0;
}
/*our-tax-course*/
.our-tax-course{
    background: rgb(255 255 255 / 90%);
    padding: 20px;
    border-radius: 10px;
}
.our-tax-course h3{
    border-bottom: 1px solid #b1aeae;
    padding-bottom: 20px;
    font-size: 25px;
}
.our-tax-course p{
    text-align: justify;
    line-height: 1.75;
    margin: 20px 0 30px 0;
}
.our-tax-course a{
        text-align: center;
    border: 2px solid #25b4dc;
    padding: 15px 20px;
    border-radius: 10px;
    display: inline-block;
    transition: .5s;
    width: 100%;
}
.our-tax-course a span{
    display: inline-block;
    color: #25b4dc;
    transition: .5s;
}
.our-tax-course a:hover{
    background: #25b4dc;
}
.our-tax-course a:hover>span{
    color: #fff;
}
.our-tax-course video{
    margin: 15px 0;
    display: block;
    width: 100%;
    height: auto;
}

/*main-tutorial-article*/
.main-tutorial-article{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.main-tutorial-article a{
    width: 32%;
    position: relative;
}
.main-tutorial-article a img{
    width: 100%;
    height: auto;
}
.main-tutorial-article a >div{
    position: absolute;
    top: 23px;
    padding: 0 20px;
}
.main-tutorial-article a >div h3{
    color: #fff;
    margin-top: 13px;
}
.main-tutorial-article a >div p{
    line-height: 1.75;
    color: #fff;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.main-tutorial-article a >div>div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.main-tutorial-article a >div>div>span {
    color: #fff;
}
.main-tutorial-article a >div>div>svg {
    width: 25px;
    height: 25px;
    fill: #fff;
    transition: .5s;
}
.main-tutorial-article a:hover>div>div>svg{
    transform: scale(1.3);
}
/*main-comments-customer*/
.main-comments-customer{
    position: relative;
    display: inline-block;
    width: 100%;
}
.main-comments-customer img, .main-comments-customer video{
    width: 100%;
    height: auto;
}
.main-comments-customer svg{
    width: 55px;
    height: 55px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40%;
    transition: .5s;
}
.main-comments-customer:hover>svg{
    transform: scale(1.2);
}
/*slide-two*/
.slide-two{
    position: relative;
}
.slide-two .swiper-container {
    width: 100%;
    padding-top: 50px!important;
}
.slide-two .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}
.slide-two .swiper-pagination{
    bottom: 38px!important;
}
/*our-features-title*/
/*main-our-features*/
.main-our-features{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.main-our-features >div{
    width: 33%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.main-our-features >div >svg{
    width: 50px;
    height: 50px;
}
.main-our-features >div > strong{
    font-size: 20px;
    margin: 15px 0;
}
.main-our-features >div > p{
    margin-top: 20px;
    line-height: 1.75;
    text-align: justify;
    width: 85%;
    color: #43474c;
}
/*End of main*/
/*footer*/
/*footer-background-holder*/
.footer-background-holder{
    background: #25b4dc;
    padding: 30px 0;
    margin-top: 70px;
}
/*footer-links-holder*/
.footer-links-holder h4{
    color: #fff;
    margin-bottom: 25px;
    font-size: 18px;
}
.footer-links-holder ul{
    margin: 0;
    padding: 0;
}
.footer-links-holder ul>li{
    list-style: none;
    margin-bottom: 25px;
}
.footer-links-holder ul>li>a{
    color: #fff;
    transition: .5s;
	    line-height: 30px;
}
.footer-links-holder ul>li:hover>a{
    opacity: .5;
    padding-right: 10px;
}
.footer-links-holder p{
    color: #fff;
    width: 85%;
    text-align: justify;
    line-height: 1.75;
}
.footer-links-holder img{
    max-width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 5px;
}
/**/
.t-fix-p {
    position: fixed;
    bottom: 2px;
    left: 12px;
    z-index: 9;
}
.t-fix-p svg {
    width: 55px;
    fill: #ff9e4e;
    box-shadow: 0 5px 10px 0 rgb(255 158 78 / 75%);
    border-radius: 14px;
    background-color: #fff;
}
/*footer-social-media*/
.footer-social-media{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
}
.footer-social-media a{
    margin-left: 50px;
    display: block;
}
.footer-social-media a svg{
    width: 40px;
    height: 40px;
    transition: .5s;
}
.footer-social-media a:last-child>svg{
    width: 30px;
    height: 30px;
}
.footer-social-media a:hover>svg{
    transform: scale(1.2);
}
/*footer-copy-right*/
.footer-copy-right{
    margin-top: 0;
    text-align: center;
}
.footer-copy-right span{
    color: #fff;
    margin-bottom: 10px;
    display: block;
}
.footer-copy-right p{
    color: #fff;
}
.footer-copy-right p a{
    color: #111111;
    transition: .5s;
}
.footer-copy-right p a:hover{
    padding-right: 10px;
}
/**/
/* .search-mobile{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #3251a1;
    z-index: 99999;
    display: none;
}
.search-mobile input{
    margin: 0;
    padding: 33px 5px 31px 40px;
    border: none;
    background: none;
    font-size: 14px;
    width: 100%;
    border-bottom: 2px solid #fff;
    color: #fff;
}
.search-mobile button{
    background: none;
    border: none;
    position: absolute;
    left: 0;
    top: 27px;
}
.search-mobile button>svg{
    width: 24px;
    fill: #fff;
}
.search-mobile>svg{
    width: 30px;
    fill: #d5d5d5;
    position: absolute;
    left: 0;
    top: 83px;
    background-color: #3251a1;
    padding: 5px;
    border-radius: 0 0 10px 0;
    cursor: pointer;
} */
.search-mobile {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #25b4dc; /* رنگ ملایم‌تر */
    z-index: 10000;
    display: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* سایه برای زیبایی */
    border-radius: 0 0 15px 15px; /* گوشه‌های گرد */
}

.search-mobile input {
    margin: 0;
    padding: 20px 70px 20px 0;
    border: none;
    background: rgba(255, 255, 255, 0.9); /* پس‌زمینه نیمه شفاف */
    font-size: 16px;
    width: calc(100% - 50px); /* فضای مناسب با دکمه */
    border-radius: 0; /* گوشه‌های گرد */
    color: #333; /* رنگ متن تیره */
    outline: none; /* حذف حاشیه پیش‌فرض */
}

.search-mobile input::placeholder {
    color: #aaa; /* رنگ placeholder */
    font-size: 14px;
}

.search-mobile button {
    background: #fff; /* دکمه سفید */
    border: none;
    position: absolute;
    right: 10px;
    top: 12px;
    padding: 8px 10px;
    border-radius: 10px; /* گوشه‌های گرد */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* سایه دکمه */
    cursor: pointer;
    transition: all 0.3s ease; /* افکت حرکت نرم */
}

.search-mobile button:hover {
    background: #e0e0e0; /* تغییر رنگ هنگام هاور */
}

.search-mobile button > svg {
    width: 20px;
    height: 20px;
    fill: #25b4dc; /* آیکون آبی */
}

.search-mobile > svg {
    width: 25px;
    height: 25px;
    fill: #fff; /* آیکون سفید */
    position: absolute;
    left: 15px;
    top: 20px;
    background-color: #25b4dc;
    padding: 5px;
    border-radius: 50%; /* دایره‌ای کردن آیکون */
    cursor: pointer;
    transition: transform 0.3s ease;
}

.search-mobile > svg:hover {
    transform: rotate(90deg); /* چرخش هنگام هاور */
}

.no-home header{
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 15px;
	background-color: #fff;
}

/*************************************
***************single page************
*************************************/
.head-post {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    column-gap: 50px;
    padding: 50px 0 10px 0;
}
.img-head-post {
    position: relative;
    grid-row: 1/ 13;
    grid-column: 1/ 7;
}
.img-head-post img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}











/* share box */
.share-box {
	--clr-bg: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: var(--clr-bg);
    border-radius: 0 0 24px 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    isolation: isolate;
}
.share-box::before,
.share-box::after {
    position: absolute;
    content: '';
    width: 45px;
    height: 45px;
    border-radius: 50em;
    box-shadow: -24px -24px 0 0 var(--clr-bg);
    z-index: -1;
}
.share-box::before {
    top: 208px;
    left: 0;
}
.share-box::after {
    top: 0;
    left: 45px;
}
.share-box svg {
    width: 25px;
    height: 25px;
    transition: opacity 0.3s;
}
.share-box a:hover svg {
    opacity: 0.5;
}










/* title head */
.head-post h1 {
    font-size: 40px;
	line-height: 60px;
	font-weight: 900;
	text-wrap: balance;
	grid-row: 3 / 6;
	grid-column: 7 / 13
}
.head-post strong {
	font-size: 18px;
	font-weight: 900;
	color: #383838;
}
.head-post p {
	font-size: 16px;
	color: #383838;
	line-height: 2;
	text-align: justify;
}
.min-head-post {
	grid-row: 6 / 13;
	grid-column: 7 / 13;
	height: max-content;
	background-color: #edeff7;
	border: 4px solid #3251a3;
	border-radius: 12px;
	padding: 24px 12px 12px 12px;
}
.min-head-post ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 0;
	margin: 0;
}
.min-head-post > ul {
	padding: 0 12px;
}
.min-head-post ul ul {
	margin: 0 0 12px 0;
	width: 100%;
}
.min-head-post li {
	list-style: none;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
	display: flex;
	align-items:center;
	gap:8px;
}
.min-head-post ul  li::before {
	position:relative;
	content:'';
	width: 8px;
	height: 8px;
	border-radius: 50em;
	background-color: #333;
}
.min-head-post ul ul li::before {
	box-shadow: inset 0 0 0 2px #333;
	background-color: transparent;
}
.min-head-post a {
	color: #333;
	font-size: 15px;
	font-weight: 600;
}
@media (max-width: 768px) {
	.min-head-post a {
		font-size: 12px;
	}
}
#toc-toggle {
	background: none;
    border: none;
    outline: none;
	width: 100%;
	height: 44px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
	background-color: #3251a3;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor: pointer;
	border-radius: 8px;
}
.highlighted {
	color: #ff0000 !important;
}
#matn-single h2,
#matn-single h3 {
  scroll-margin-top: 100px;
  transition: 0.3s;
}





/* location-user */
.location-user {
    border-bottom: 1px solid #969696;
    padding-bottom: 20px;
    margin-bottom: 10px;
    grid-row: 1 / 3;
    grid-column: 7 / 13;
}
.location-user a {
    font-size: 13px;
    font-weight: 600;
    color: #3251a1;
    padding: 0 10px;
}
.location-user a:hover {
    opacity: 0.5;
    text-decoration: underline !important;
}
.location-user span {
    font-size: 13px;
    font-weight: 600;
    color: #383838;
    padding: 0 10px;
}
#crumbs {
    color: #383838;
    font-size: 13px;
}
















/* matn single */
#matn-single p {
    font-size: 16px;
    color: #383838;
    margin: 20px 0 10px 0;
    text-align: justify;
	line-height: 35px
}
#matn-single h2,#matn-single h3,#matn-single h4,#matn-single h5,#matn-single h6 {
    color: #3251a1;
    margin: 20px 0 0 0;
}
#matn-single ul,#matn-single ol {
    padding: 0 30px;
    display: block;
}
#matn-single ul ul,
#matn-single ul ol,
#matn-single ol ul,
#matn-single ol ol{
    padding: 0;
}
#matn-single li {
    margin-bottom: 5px;
    font-size: 16px;
    color: #383838;
	line-height: 35px;
}
#matn-single strong {
    font-size: 17px;
    color: #000;
    opacity: 0.8;
}
#matn-single a {
    color: #3251a1;
    padding: 0 5px;
    font-weight: 600;
}
#matn-single a:hover {
    text-decoration: underline !important;
    opacity: 0.6;
}
#matn-single blockquote {
    position: relative;
    max-width: 1200px;
    margin: 50px auto 80px;
    font-size: 16px;
    color: #383838;
    text-align: center;
    padding: 50px 80px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
#matn-single blockquote::before,
#matn-single blockquote::after {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    height: 100px;
}
#matn-single blockquote::before {
    bottom: -20px;
    width: calc(100% - 50px);
    z-index: -1;
}
#matn-single blockquote::after {
    bottom: -35px;
    width: calc(100% - 100px);
    z-index: -2;

}
#matn-single img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 0 auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}


.page-pa{
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    margin: 20px auto;
    text-align: center;
    line-height: 25px;
}
.page-pa .current{
    background: rgb(71, 75, 78) none repeat scroll 0 0 !important;
    color: rgb(255, 255, 255) !important;
}
.page-pa .page-numbers{
    background: #3251a1;
    padding: 3px 12px;
    margin: 7px 5px;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    transition: all 0.5s ease;
    display: inline-block;
}
.page-pa .page-numbers:hover , .page-pa .page-numbers:focus{
    background: #ced4da none repeat scroll 0 0;
}
/*Comment Output*/
#didghah{
    margin: 12px 0;
}
.tit-did {
    margin-bottom: 20px;
    padding: 5px 10px;
    border-bottom: 1px solid #dbe2e8;
}
.tit-did h5{
    float: right;
    font-size: 21px;
    font-weight: normal;
    color: #404040;
    padding-top: 6px;
}
.tit-did i{
    font-size: 28px;
    color: #dbe2e8;
    float: right;
    padding: 10px 15px;
}
.did-add{
    float: left;
    color: #ff394f;
    padding: 5px 20px;
    border-radius: 5px;
    margin: 7px 20px;
    border: 1px solid #ff394f;
}

#commentform{
    padding: 10px 2%;
}
#commentform input{
    border: none;
    background-color: #ebeef0;
    text-align: center;
    padding: 10px 0;
    float: right;
    width: 31.2%;
    margin: 0 1% 15px 1%;
    border-radius: 5px;
    color: #888;
}
#commentform textarea{
    border: none !important;
    background-color: #ebeef0;
    padding: 5px 1%;
    width: 97.76%;
    margin-right: 1%;
    resize: none;
    border-radius: 6px;
    font-family: devixl, serif;
}
#commentform .Cbutton{
    background-color: #ced4da;
    box-shadow: none;
    color: #ffffff;
    width: 97.76%;
    margin-right: 1%;
    margin-top: 8px;
    padding: 10px 0;
    cursor: pointer;
}
#commentform input:focus,#commentform textarea:focus,#commentform .Cbutton:focus{
    outline: none;
}
.commentlist li ul.children{
    width: 90%;
    margin: 0 auto;
}
.commentlist li ul.children li.comment{border: 1px dashed #ebeef0;margin-bottom: 20px;border-width: 1px 3px 1px 1px;}
.commentlist .vcard cite.fn {
    font-size: 14px;
    float: right;
    font-style: normal;
}
.commentlist .vcard img.photo {
    box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    -o-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    background: #fff;
    width: 10%;
    height: auto;
    float: right;
    margin: 0 0 5px 15px;
}
.commentlist .vcard cite.fn a.url {
    color: #2fa8df;
    font-weight: normal;
    font-style: normal;
}
.commentlist .commentmetadata a {
    color: #a9bac5;
    margin-right: 18px;
    font-size: 12px;
}
.commentlist .comment {
    width: 100%;
    float: right;
    background-color: #fdfdfd;
    border-top: 1px dashed #ced4da;
}
.commentlist .comment-author span{display: none}
.commentlist {
    list-style: none;
    padding: 0 0 50px 0;
    margin: 0 !important;
}
.commentlist #comments ol.comment-list li img.avatar {
    position: absolute;
    top: 0;
    right: -56px;
    left: auto;
    width: 65px;
    border: none;
    border-radius: 3px;
    padding: 0;
    z-index: 999;
    box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    -o-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
    background: #fff;
}
.commentlist li .comment-body {
    border: none;
    margin: 0 0 0 50px;
    border-radius: 4px;
    padding: 16px 16px 0;
}
.commentlist .children{
    padding: 0;
    width: 100%;
    list-style: none;
}
.commentlist li p ,.commentlist li p a{
    margin: 10px 0;
    color: #333;
    font-weight: 100;
    font-size: 15px;
    line-height: 27px;
}
.commentlist li ul.children li.bypostauthor {
    background-color: #fafafa;
    float: right;
    width: 100%;
    padding: 10px 0;
    margin: 25px 0 !important;
    border-right: 5px solid #fc3e54;
}
.commentlist li ul.children li.bypostauthor .reply a{
    background-color: #ced4da;
    color: #ffffff;
}
.commentlist .reply a {
    background-color: #ced4da;
    padding: 4px 3%;
    color: #ffffff;
    float: left;
    transition: all 0.5s ease;
    margin-bottom: 15px;
}
.commentlist .reply a:hover{
    background-color: #5f6a71;
    color: #ffffff;
}
#cancel-comment-reply-link{
    text-align: center;
    display: block;
    margin: 10px;
    background-color: #a8cb6b;
    border-radius: 15px;
    padding: 12px;
    color: #fff;
}
.comment-awaiting-moderation{
    margin: 0 21px;
    font-size: 12px;
    font-style: normal;
    color: #f25656;
}
@font-face {
    font-family: star;
    src: url(../fonts/woo/star.eot);
    src: url(../fonts/woo/star.eot?#iefix) format("embedded-opentype"), url(../fonts/woo/star.woff) format("woff"), url(../fonts/woo/star.ttf) format("truetype"), url(../fonts/woo/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: WooCommerce;
    src: url(../fonts/woo/WooCommerce.eot);
    src: url(../fonts/woo/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../fonts/woo/WooCommerce.woff) format("woff"), url(../fonts/woo/WooCommerce.ttf) format("truetype"), url(../fonts/woo/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal
}
.comment-pro{
}
.did-style .star-rating span::before {
    font-family: star, serif !important;
}
.did-style p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    color: #ffcc00;
}
.did-style p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0
}
.did-style p.stars a:hover~a::before {
    content: "\e021"
}
.did-style p.stars:hover a::before {
    content: "\e020"
}
.did-style p.stars.selected a.active::before {
    content: "\e020"
}
.did-style p.stars.selected a.active~a::before {
    content: "\e021"
}
.did-style p.stars.selected a:not(.active)::before {
    content: "\e020"
}
.did-style #reviews #comments .add_review::after,
.did-style #reviews #comments .add_review::before {
    content: ' ';
    display: table
}
.did-style #reviews #comments .add_review::after {
    clear: both
}
.did-style #reviews #comments h2 {
    clear: none
}
.did-style #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none
}
.did-style #reviews #comments ol.commentlist::after,
.did-style #reviews #comments ol.commentlist::before {
    content: ' ';
    display: table
}
.did-style #reviews #comments ol.commentlist::after {
    clear: both
}
.did-style #reviews #comments ol.commentlist li {
    padding: 10px;
    margin: 0 0 20px;
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    border: 1px solid #dbe2e8;
    border-radius: 10px;
}
.did-style #reviews #comments ol.commentlist li ul li{
    border: none;
    border-right: 2px solid #ebeef0;
    border-radius: 0;
    padding: 0;
}
.did-style #reviews #comments ol.commentlist li .meta {
    color: #767676;
    font-size: .75em
}
.did-style #reviews #comments ol.commentlist li img.avatar {
    float: right;
    position: absolute;
    top: 28px;
    right: 10px;
    padding: 0;
    width: 50px;
    height: auto;
    border: 1px solid #ebeef0;
    margin: 0;
    box-shadow: none;
    border-radius: 50px;
}
.did-style #reviews #comments ol.commentlist li .comment-text {
    margin: 0 50px 0 0;
    padding: 1em 1em 0;
}
.did-style #reviews #comments ol.commentlist li .comment-text::after,
.did-style #reviews #comments ol.commentlist li .comment-text::before {
    content: ' ';
    display: table
}
.did-style #reviews #comments ol.commentlist li .comment-text::after {
    clear: both
}
.did-style #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em
}
.did-style #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em
}
.did-style #reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 50px 0 0
}
.did-style #reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}
.did-style #reviews #comments ol.commentlist #respond {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 50px 0 0
}
.did-style #reviews #comments .commentlist>li::before {
    content: ""
}
.did-style .woocommerce-review__author{
    color: #e9098d;
    font-weight: normal;
    font-size: 15px;
    display: block;
}
.did-style .woocommerce-review__dash{
    display: none;
}
.did-style .woocommerce-review__published-date{
    color: #CCC;
    font-size: 12px;
}
.did-style .star-rating {
    float: left;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}
.course-list .star-rating {
    font-size: 22px !important;
}
.course-list .woocommerce-review-link{
    font-size: 11px;
    color: gray;
    float: right;
    padding: 5px 0;
}
.did-style .star-rating::before {
    content: "\73\73\73\73\73";
    color: #ffcc00;
    float: right;
    top: 0;
    right: 0;
    position: absolute;
    font-family: star, serif !important;
}
.did-style .star-rating span {
    overflow: hidden;
    float: right;
    top: 0;
    right: 0;
    position: absolute;
    padding-top: 1.5em;
    color: #ffcc00;
}
.did-style .star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    right: 0
}
.did-style .did-style-product-rating {
    line-height: 2;
    display: block
}
.did-style .did-style-product-rating::after,
.did-style .did-style-product-rating::before {
    content: ' ';
    display: table
}
.did-style .did-style-product-rating::after {
    clear: both
}
.did-style .did-style-product-rating .star-rating {
    margin: .5em 0 0 4px;
    float: right
}
.did-style .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none
}
.did-style .hreview-aggregate .star-rating {
    margin: 10px 0 0
}
.did-style #review_form #respond {
    margin: 0;
    padding: 21px;
    background-color: #f5f5f5;
    border-radius: 10px;
    color: #333333;
}
.did-style #review_form #respond::after,
.did-style #review_form #respond::before {
    content: ' ';
    display: table
}
.did-style #review_form #respond::after {
    clear: both
}
.did-style #review_form #respond p {
    font-size: 15px;
}
.did-style #review_form #respond .form-submit input {
    right: auto
}
.did-style #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ced4da !important;
}
.did-style .woocommerce-Reviews-title{
    display: none;
}
#commentform{
    padding: 0;
}
.did-style .comment-notes{
    margin: 21px 0 49px 0;
}
.did-style .comment-form-rating label, .comment-form-cookies-consent{
    display: none;
}
.did-style .comment-form-rating p.stars{
    float: left;
    font-size: 25px !important;
}
.did-style .comment-form-email{
    width: 50%;
    padding-right: 10px;
    float: right;
}
.did-style .comment-form-author{
    width: 50%;
    padding-left: 10px;
    float: right;
}
.did-style .comment-form-author label , .did-style .comment-form-email label{
    display: block;
    margin: 11px 0;
}
.did-style .comment-form-author input , .did-style .comment-form-email input{
    width: 100% !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    margin-bottom: 20px !important;
}
.did-style input , .did-style textarea{
    margin: 0 !important;
}
.did-style .comment-form-comment label{
    margin-top: 10px;
}
.did-style .comment-reply-title{
    margin-bottom: 21px;
    display: block;
}
.did-style .form-submit input[type=submit]{
    display: inline-block;
    background-color: #3251a1 !important;
    border-radius: 7px !important;
    text-align: center !important;
    font-weight: 400;
    box-shadow: 0 2px 12px rgb(50 81 161 / 53%);
    color: #fff !important;
    font-size: 15px;
    outline: none;
    transition: all .3s ease;
    padding: 13px 30px !important;
    cursor: pointer;
}
.did-style .form-submit input[type=submit]:hover{
    background-color: #6761bc !important;
    transition: all .3s ease;
}
.did-style .woocommerce-noreviews{
    display: block;
    background-color: #3251a1;
    padding: 14px 10px;
    border-radius: 4px;
    margin-bottom: 12px;
    color: #fff;
    text-align: center;
}
/*payment*/
.payment-main{
    max-width: 921px;
    margin: 25px auto 12px auto;
    background-color: #fff;
    padding: 15px;
    border-radius: 7px;
}
.payment-main .col-1 ,.payment-main .col-2{
    flex: 0 0 100%;
    width: 100% !important;
    padding: 0;
    float: none !important;
}
.payment-title h1{
    font-size: 35px;
    font-weight: bold;
    color: #3251a1;
    margin: 19px 0 0 0;
    text-align: center;
}
.payment-main .woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 0 24px -1px;
    text-align: center;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
.payment-main table.cart td, .payment-main table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
    vertical-align: middle  !important;
}
.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1)  !important;
    padding: 9px 12px !important;
    vertical-align: middle !important;
    line-height: 1.5em !important;
    font-size: 15px;
}
.woocommerce table.shop_table .product-quantity{
    width: 100px;
}
.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
}
.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 28px;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.woocommerce a.remove:hover {
    color: #fff!important;
    background: red;
}
.payment-main img {
    border-radius: 5px;
    width: 50px;
    height: 50px;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    text-align: left  !important;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: right;
}
.woocommerce #content table.cart td.actions .coupon label, .woocommerce table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label {
    display: none;
}
.payment-main table.cart td.actions .coupon .input-text {
    width: 180px;
}
.payment-main button{
    border-radius: 7px;
    outline: none;
    transition: all .3s ease;
    padding: 9px 32px;
    border: none;
    cursor: pointer;
    background-color: #ff394f;
    color: #fff;
}
.payment-main .coupon button {
    background-color: #5a52bb !important;
    color: #fff !important;
}
.payment-main table.cart td.actions .coupon .input-text, .payment-main table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: right;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 8px 6px 8px;
    margin: 0 0 0 4px;
    outline: 0;
    border-radius: 7px;
}
.payment-main button.button:disabled, .payment-main button.button:disabled[disabled] {
    background-color: #CCC;
    box-shadow: 0 2px 12px rgba(204,204,204,0.6);
    color: #878787  !important;
}
.payment-main .product-name a{
    color: #5a52bb !important;
}
.payment-main .qty{
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 8px 6px 8px;
    margin: 0 0 0 4px;
    outline: 0;
    border-radius: 7px;
    text-align: center !important;
}
.payment-main .cart_totals{
    width: 30%;
}
.payment-main .cart_totals h2{
    font-size: 26px;
    padding: 25px 0 15px 0;
    color: #333;
}
.payment-main .cart_totals td{
    border-top: none !important;
}
.payment-main .cart_totals .cart-subtotal th , .payment-main .cart_totals .cart-subtotal td{
    border-bottom: 1px solid #e5e5e5;
}
.payment-main .checkout-button , .payment-main .place-order button{
    display: inline-block !important;
    background-color: #ff394f !important;
    border-radius: 7px !important;
    text-align: center;
    box-shadow: 0 2px 12px rgba(255, 57, 79, 0.45) !important;
    color: #fff !important;
    outline: none;
    transition: all .3s ease;
    width: 100% !important;
    padding: 14px 0 !important;
    font-weight: bold !important;
    margin-bottom: 30px !important;
}
.payment-main .place-order button{
    width: 90%;
    margin: 15px 5% 15px 5%;
}
.payment-main .checkout-button:hover , .payment-main .place-order button:hover{
    background-color: #d0353f;
}
.woocommerce .woocommerce-info {
    font-family: devixl, serif;
    padding: 1em 3.5em 1em 2em;
    margin: 0 0 2em;
    position: relative;
    border: none;
    border-radius: 5px;
    background: #3251a1;
    color: #ffffff;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    color: #fff !important;
}
.woocommerce-info::before ,.woocommerce-info a{
    color: #fff;
}
.payment-main h3{
    font-size: 21px;
    color: #333;
    margin: 15px 0 21px 0;
}
.payment-main form .form-row label {
    line-height: 2;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #333;
}
.payment-main form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
    visibility: visible;
}
.payment-main form p{
    padding: 10px 0;
}
.payment-main form input , .payment-main form textarea , .select2-container--default .select2-selection--single{
    width: 100%;
    direction: rtl;
    text-align: right !important;
    outline: none;
    border: 1px solid #BBB;
    border-radius: 7px;
    padding: 9px 15px;
}
.payment-main form input[type="checkbox"],.payment-main form input[type="radio"]{
    width: auto !important;
}
.select2-container--default .select2-selection--single{
    height: 49px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 49px !important;
}
.select2-search__field{
    text-align: right !important;
    outline: none;
    border: 1px solid #BBB;
    border-radius: 7px;
    padding: 9px 15px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #fe3b4e !important;
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] , .select2-container--default .select2-results>.select2-results__options{
    outline: none;
}
.wc_payment_method {
    margin-bottom: 18px !important;
}
.woocommerce-error{
    position: relative;
    border: none;
    border-radius: 5px;
    background: #f46733;
    color: #ffffff;
    padding: 9px 63px 9px 9px;
    margin-bottom: 21px;
}
.woocommerce-error::before {
    content: "\e016";
    color: #b81c23;
}
.woocommerce-error li{
    font-size: 15px;
    line-height: 31px;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #fb414e;
}
.payment-main tfoot th{
    border-top: 1px solid rgba(0,0,0,.1);
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #ebe9eb !important;
    border-radius: 5px !important;
    margin-bottom: 30px;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    text-align: right;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside;
}
#add_payment_method #payment ul.payment_methods::after, #add_payment_method #payment ul.payment_methods::before, .woocommerce-cart #payment ul.payment_methods::after, .woocommerce-cart #payment ul.payment_methods::before, .woocommerce-checkout #payment ul.payment_methods::after, .woocommerce-checkout #payment ul.payment_methods::before {
    content: ' ';
    display: table;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: right;
    margin: 0;
    font-weight: 400;
}
#add_payment_method #payment ul.payment_methods::after, .woocommerce-cart #payment ul.payment_methods::after, .woocommerce-checkout #payment ul.payment_methods::after {
    clear: both;
}
#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px .5em 0 0;
    padding: 0;
    position: relative;
    box-shadow: none;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid transparent;
    border-bottom-color: #dfdcde;
    position: absolute;
    top: -.75em;
    right: 0;
    margin: -1em 2em 0 0;
}
.payment-main .woocommerce-form-coupon{
    border: none !important;
    background: #f1f1f1;
    padding: 15px !important;
    border-radius: 7px !important;
}
.payment-main .woocommerce-form-coupon button{
    background-color: #ff394f;
    color: #fff;
    box-shadow: 0 2px 12px rgba(255, 57, 79, 0.45);
}
.woocommerce .woocommerce-message , .woocommerce-notice ,.return-to-shop .wc-backward{
    background: #5a52bb;
    color: #fff !important;
    list-style: none outside;
    width: auto;
    line-height: 40px !important;
    border: none !important;
    margin-bottom: 15px !important;
}
.return-to-shop .wc-backward{
    display: inline-block !important;
    padding: 6px 15px !important;
    background-color: #3251a1 !important;
}
.payment-main .woocommerce-order-overview{
    border: none;
    background: #f1f1f1;
    color: #333;
    font-size: 15px;
    line-height: 31px;
    padding: 15px;
    border-radius: 7px;
    margin-bottom: 25px;
}
.payment-main .woocommerce-order h2{
    font-size: 23px;
    color: #333;
    margin: 40px 0 12px 0;
}
.payment-main .download-product a , .order_item a{
    color: #337ab7;
}
.download-file a{
    background-color: #ff404f;
    display: block;
    padding: 7px 0;
    text-align: center;
    color: #fff !important;
    border-radius: 4px;
}
.order-again a{
    background-color: #06bffa;
    color: #fff !important;
    padding: 8px 14px;
    border-radius: 4px;
    margin-bottom: 25px !important;
    display: inline-block;
}
.payment-main .woocommerce-customer-details address{
    border: none;
    background: #f1f1f1;
    color: #333;
    font-size: 15px;
    line-height: 31px;
    padding: 15px;
    border-radius: 7px;
    margin-bottom: 25px;
    font-style: normal;
}
.wc-forward , .restore-item{
    color: #fff;
}
.woocommerce-remove-coupon{
    color: #ff394f;
}
.woocommerce-MyAccount-navigation{
    text-align: center;
    margin-bottom: 25px;
}
.woocommerce-MyAccount-navigation ul li{
    display: inline-block;
}
.woocommerce-MyAccount-navigation ul li a{
    background-color: #3251a1;
    color: #fff;
    font-size: 15px;
    display: block;
    padding: 9px 15px;
    border-radius: 4px;
    transition: opacity .3s;
    margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation ul li a:hover{
    opacity: .5;
}
.woocommerce-MyAccount-content{
    border: 1px solid #edeff1;
    border-radius: 10px;
    padding: 10px;
    background-color: #fafafa;
    margin-bottom: 25px;
    line-height: 29px;
    font-size: 15px;
}
.woocommerce-MyAccount-content a{
    color: #3251a1;
}
.woocommerce-MyAccount-content h2{
    margin: 18px 0;
}
.woocommerce-Address{
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}
#customer_login .u-column1{
    flex: 0 0 48%;
    max-width: 48%;
    float: right;
    margin: 0 1%;
}
#customer_login .u-column2{
    border-radius: 10px;
    flex: 0 0 48%;
    max-width: 48%;
    float: right;
    background-color: #ebeef0;
    margin: 0 1%;
    padding: 0;
    margin-bottom: 30px;
}
#customer_login .u-column1 h2{text-align: center;background-color: #eceff1;color: #333;border-radius: 10px 10px 0 0;padding: 10px 0;}
#customer_login .u-column2 h2{
    text-align: center;
    background-color: #8fb93d;
    color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 10px 0;
}
#customer_login .register{
    padding: 10px 15px;
    margin: 2em 10px;
}
#customer_login .login{
    padding: 10px 15px;
    border: 1px solid #eceff1;
    margin-bottom: 30px;
}
#customer_login #rememberme{width: 5%;float: right;margin: 10px 0 0 5px;}
.woocommerce-LostPassword{
    display: none;
}
.dig_popmessage , .woocommerce-MyAccount-content{
    font-family: devix,serif!important;
}
#wpast-filter .wpast-btn-secondary{
    width: 12% !important;
    text-align: center !important;
}
@media only screen and (max-width: 768px) {
    #customer_login .u-column1 , #customer_login .u-column2{
        flex: 0 0 98%;
        max-width: 98%;
    }
    .payment-main {
        width: 100%;
    }
    .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead , .product-remove:before , .actions:before{
        display: none;
    }
    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: none;
    }
    .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
        border-top: 0;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: right;
        margin-left: 5px;
    }
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        display: block;
        text-align: left !important;
    }
    .woocommerce table.shop_table .product-quantity {
        width: 100%;
    }
    .woocommerce .quantity .qty{
        width: 21%;
        margin: 0;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: rgba(0,0,0,.025);
    }
    .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
        width: 49%;
        box-sizing: border-box;
    }
    .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
        float: none;
        padding-bottom: .5em;
    }
    .woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
        display: block;
        width: 100%;
    }
    .payment-main .cart_totals {
        width: 100%;
    }
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        display: block;
    }
    .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
        display: none;
    }
    .download-file a {
        display: inline-block;
        padding: 7px 12px;
    }
    .payment-title h1 {
        font-size: 30px;
    }
}
.woocommerce-verification-required{
    text-align: center;
    background-color: #fec907;
    padding: 15px 5px;
    color: #313131;
    border-radius: 5px;
}
/*404*/
.article-i{
    text-align: center;
    width: 100%;
    margin-top: 30px;
}
.article-i .note-o{
    margin-bottom: 21px;
}
.article-i .note-li{
    background-color: #3251a1;
    color: #fff;
    border-radius: 5px;
    padding: 15px;
    display: inline-block;
    margin-bottom: 16px;
}
/**/
.main-product-title h1{
    text-align: center;
    font-size: 24px;
    color: #151515;
    position: relative;
    padding: 0 0 18px 0;
    margin: 12px 0 30px 0;
}
.main-product-title h1:before{
    content: "";
    background-color: #3251a1;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: 3px;
    width: 10%;
}
/**/
.slider-full{
    margin: 30px 0 0 0;
}
.slider-full a{
    width: 100%;
    display: block;
    border-radius: 7px;
    overflow: hidden;
}
.slider-full a>img{
    width: 100%;
}
/**/
.title-archive{
	text-align: center;
    font-size: 25px;
    color: #333;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 21px;
    margin-bottom: 21px;
}
.article-template{
    border-radius: 9px;
    overflow: hidden;
    display: block;
    box-shadow: 0 0 5px rgb(0 0 0 / 12%);
	transition: all 0.3s;
	    margin: 15px;
}
.article-template img{
    width: 100%;
    height: auto;
}
.article-template h3{
    color: #333;
    padding: 0 5px;
    text-align: center;
    margin-bottom: 22px;
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.article-template:hover{
	box-shadow: 0 0 5px rgb(0 0 0 / 33%);
}






.s-box-one{
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgb(204 204 204 / 67%);
    border-radius: 10px;
}
.slider-single{
    height: 500px;
}
.slider-single .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.slider-single .swiper-slide {
    background-size: cover;
    background-position: center;
    text-align: center;
}
.slider-single .gallery-top {
    height: 80%;
    width: 100%;
}
.slider-single .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.slider-single .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    border: none;
    border-radius: 5px;
}
.slider-single .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: none;
    border-radius: 5px;
}
.slider-s-img{
    width: 100%;
    height: auto;
}
.title-single-box{
    padding: 15px;
    border-radius: 5px;
    min-height: 500px;
}
.heading-single{
    color: #212121;
    font-weight: 500;
    font-size: 21px;
    border-bottom: 1px solid #f2f2f2;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}

.box-mot{
    margin-bottom: 15px;
}
.box-mot span{
    font-size: 18px;
    width: 14%;
    display: inline-block;
    color: #6f6f6f;
}
.box-mot b{
    color: #6f6f6f;
    font-size: 18px;
    font-weight: normal;
}
.box-mot a{
    color: #3251a1;
    border-bottom: 1px dashed;
}
.box-pre{
    margin: 45px 0;
}
.box-pre .one{
    float: right;
    background-color: #f8f9fb;
    padding: 3px 8px;
    min-width: 50%;
    border-radius: 5px;
}
.box-pre .one b{
    float: right;
    color: #6f7478;
    font-size: 21px;
    font-weight: 400;
    margin: 7px 0;
}
.box-pre .one .price , .box-pre .one .price a{
    float: left;
    font-size: 30px;
    color: #f40a0b;
    font-weight: bold;
    position: relative;
}
.box-pre .one .price ins{
    float: left;
    font-size: 30px;
    color: #f40a0b;
    font-weight: bold;
    text-decoration: none;
}
.box-pre .one .price del{
    color: #6f6f6f;
    position: absolute;
    top: -35px;
    font-size: 22px;
    left: 8px;
}
.box-pre .one .price .woocommerce-Price-currencySymbol{
    font-size: 16px;
    font-weight: 400;
}
.suk-s {
    text-align: center;
    color: #ccc;
    margin-top: 17px;
    font-size: 17px;
}
.box-pre .tow{}
.box-pre .tow .variations{
    margin-top: 15px;
}
.box-pre .tow .variations label{
    color: #6f7478;
    margin-left: 6px;
}
.box-pre .tow .variations select{
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 5px 10px;
    outline: none;
}
.box-pre .tow .variations select option{
    font-size: 15px;
}
.box-pre .tow .reset_variations{
    font-size: 14px;
    background-color: #f40a0b;
    color: #fff;
    border-radius: 4px;
    padding: 5px;
    margin-right: 5px;
}
.box-pre .tow button{
    background-color: #f42021;
    border: none;
    color: #fff;
    display: block;
    margin-top: 18px;
    padding: 10px 27px;
    font-size: 17px;
    border-radius: 6px;
    cursor: pointer;
}
.box-pre .tow button:hover{
    background-color: #cc0102;
}
.box-pre .tow .quantity{
    display: none !important;
}
.box-pre .tow a:hover{
    background-color: #f83e3f;
}
.ero-sin{
    color: #ffffff;
    background-color: #3251a1;
    padding: 15px;
    border-radius: 4px;
    line-height: 28px;
}
.ero-sin i {
    font-size: 21px;
    margin-left: 4px;
}
.ero-sin span{
    font-size: 14px;
    line-height: 33px;
}
/*tab*/
.s-box-tow{
    background-color: #ffffff;
    padding: 0 0 21px 0;
    box-shadow: 0 2px 2px #d1d6e2;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 26px;
}
.tab {
    overflow: hidden;
    background-color: #fafafa;
}
.tab button {
    background-color: inherit;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px 14px  16px;
    transition: 0.3s;
    font-size: 17px;
    color: #5d5e60;
}
.tab button:hover {
    background-color: #ddd;
}
.tab button.active {
    background-color: #3251a1;
    border-top: 3px solid #8faeff;
    padding: 11px 16px 14px 16px;
    color: #fff;
}
.tabcontent {
    display: none;
    padding: 12px 15px;
}
/***************** BOOK *******************/
.primary-main--book {
	max-width:1200px;
	margin:0 auto;
}
.archive-header h1{
    color: #00ae9d;
    font-weight: bold;
    font-size: 30px;
	padding:24px 0;
}
.book-archive article {
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:0 24px;
	margin-bottom:24px;
}
.book-archive article > a {
	max-width: 420px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	gap: 12px;
}
.book-archive article > a h3 {
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: bolder;
    font-size: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	overflow:hidden;
    color: #00af9e;
    cursor: pointer;
}
.book-archive article > a figure {
	display:flex;
	align-items:center;
	margin:0;
	justify-content:space-between;
}
.book-archive article > a img {
	width:auto;
	max-height:230px;
	height: 100%;
	display:block;
}
.book-archive article > a p {
    text-align: justify;
	padding: 0 24px;
    margin: auto;
    line-height: 2.0rem;
    font-size: 13px;
	font-weight: bold;
	color: #363636;
    height: 55px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	overflow:hidden;
}
.book-archive article > a span {
    background-color: #d9534f;
    color: white;
    max-width: 250px;
    width: 100%;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    text-align: center;
    border-radius: 50em;
}
.book-archive__pagination {
	margin:24px 0 52px 0;
	display:block;
}
.nav-links {
	display:flex;
	align-items:center;
	justify-content:center;
	gap:12px;
}
.nav-links >  * {
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:50em;
	min-width:44px;
	padding: 0 12px;
	height:44px;
	background-color:#25b4dc;
	border:1px solid #000;
	color:#fff;
}
.nav-links > span {
	background-color:#d3ac61 !important;
}
.single-book__header::before {
	position:absolute;
	inset:113px 0 auto 0;
	height: 500px;
	content:'';
	width:100%;
	background-color:rgba(0,0,0,0.1);
	z-index:-1000;
}
.single-book__header {
	display:flex;
	align-items:flex-start;
	gap:12px;
	justify-content:center;
	flex-wrap:wrap;
}
.single-book__header img {
	width:100%;
	height:auto;
	max-width: 500px;
	display:block;
}
.single-book__header>div {
	max-width: 700px;
	width:100%;
	display:flex;
	padding: 92px 24px;
	flex-direction:column;
	gap:12px;
}
.single-book__header h1 {
    font-size: clamp(16px,2vw,32px);
    font-weight: bold;
    letter-spacing: 1px;
    color: black;
}
.single-book__header p {
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
}
.single-book__header  a {
    width: 241px;
    height: 48px;
	display:flex;
	align-items:center;
	justify-content:center;
    background: #EF6000;
    border-radius: 15px;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 10px;
	cursor:pointer;
	transition:0.3s
}
.single-book__header  span:hover {
	opacity:0.8
}
.single-book__content {
	display:flex;
	flex-direction:column;
	gap:24px;
	margin-top:50px;
}
.single-book__content > h2 {
	color: #00af9e;
    font-weight: 600;
    font-size: 30px;
}
.single-book__content  p {
    margin: 10px 0;
    font-size: 16px;
    line-height: 2.8;
}
/**/
.ketfo button{
	background-color: #FF9800;
    border: none;
    border-radius: 4px;
    font-size: 16px !important;
    color: #fff;
    padding: 7px 21px;
    cursor: pointer;
}
.ketfo input{
	margin-bottom: 10px;
    border: 2px solid #ccc;
    border-radius: 7px;
    font-size: 18px;
    padding: 10px;
}
.ketfo label{
	background-color: #ead5b7;
    display: block;
    margin-bottom: 12px;
    padding: 7px;
    border-radius: 5px;
    font-size: 15px;
}
/***************** MOBILE *******************/
@media (max-width: 2600px){
    .main-tutorial-article a >div p {
        margin: 45px 0 158px 0;
    }
    .slide-two .swiper-pagination {
        bottom: 11px!important;
        right: -51px!important;
    }
}
@media (max-width: 1700px){
	.share-box::before {
    top: 206px;
}
    .main-tutorial-article a >div p {
        margin: 40px 0 40px 0;
    }
    .slide-two .swiper-pagination {
        bottom: 31px!important;
        right: -6px!important;
    }
	.box-ss {
    height: 155px;
}
	.head-post h1 {
    font-size: 32px;
    line-height: 56px;
}
}
@media (max-width: 1400px){
	
	.share-box::before {
    top: 207px;
}
	.min-head-post {
        grid-row: 7 / 8;
        grid-column: 1 / 13;
    }
    .img-head-post {
        grid-row: 1 / 7;
    }
    .menu-top ul>li>a {
        padding: 5px 0 5px 15px;
		    margin-left: 15px;
    }
    .tax-guide-options div {
        padding: 15px 16px;
    }
    .main-tutorial-article a >div p {
        margin: 20px 0 25px 0;
    }
    .slide-two .swiper-pagination {
        bottom: 55px!important;
    }
}
@media (max-width: 1200px){
	.share-box::before {
    top: 208px;
}
	  .head-post h1 {
        font-size: 34px;
    }
	.about-tax-style {
    margin: 50px 0 50px 0;
}
    .menu-top {
        margin-right: 15px;
    }
    .header-search-login>a:nth-child(2)>span {
        font-size: 12px;
    }
    .header-search-login>a:nth-child(1) {
        margin-left: 20px;
    }
    .header-search-login>a:nth-child(2) {
        padding: 10px;
    }
    .menu-top ul>li>a {
        padding: 5px 0 5px 14px;
        margin-left: 10px;
    }
    .tax-guide-options div {
        padding: 15px 10px;
    }
    .tax-guide-options div>span{
        font-size: 13px;
    }
    .tutorial-package-picture div h3 {
        font-size: 12px;
    }
    .tutorial-package-picture div>.price {
        font-size: 15px;
    }
    .new-tutorial-package h2 {
        font-size: 20px;
    }
    .tutorial-package-style {
        margin-top: 80px;
    }
    .main-tutorial-article a >div p {
        margin: 20px 0 25px 0;
        -webkit-line-clamp: 3;
    }
    .slide-two .swiper-slide {
        height: 250px;
    }
    .slide-two .swiper-container {
        padding-top: 10px!important;
    }
	.menu-top ul>li>a {
    font-size: 13px;
}
}
@media (max-width: 992px){
	.share-box::before {
    top: 207px;
}
	.head-post {
        gap: 20px;
		padding: 0;
    }
    .location-user {
        grid-column: 1 / 13;
        grid-row: 1 / 2;
    }
    .head-post h1 {
        grid-column: 1 / 13;
        grid-row: 2 / 3;
        text-wrap: auto;
        font-size: 22px;
		line-height: 45px;
    }
    .img-head-post {
        grid-column: 1 /13;
        grid-row: 3/ 7;
    }
	    .box-ss {
        height: 165px;
    }
    .header-search-login{
        display: none;
    }
    .header-search-login>a:nth-child(2) {
        display: none;
    }
    .baz svg{
        width: 35px;
        height: 35px;
        fill: #3251a1;
    }
    .menu-login-mobile a:nth-child(1) >svg{
        width: 35px;
        height: 35px;
    }
    .menu-login-mobile{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .tax-guide-content h1 {
        font-size: 28px;
    }
    .tax-guide-content strong {
        font-size: 22px;
    }
    .tax-guide-options div {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .tax-guide-options {
        margin-top: 36px;
    }
    .main-about-tax{
        margin-bottom: 25px;
    }
    .main-about-tax p {
        width: 100%;
		font-size: 14px;
    }
    .about-tax-style {
        margin: 0 0 40px 0;
    }
    .main-tutorial-video a svg {
        width: 45px;
        height: 45px;
    }
    .main-tutorial-video {
        margin-bottom: 25px;
    }
    .new-tutorial-package p {
        width: 100%;
    }
    .new-tutorial-package {
        margin-bottom: 30px;
    }
    .main-tutorial-article a {
        width: 50%;
    }
    .main-tutorial-article {
        justify-content: center;
        margin-bottom: 0;
    }
    .main-tutorial-article a >div p {
        -webkit-line-clamp: 4;
    }
    .main-our-features {
        margin-top: 10px;
    }
    .main-our-features {
        justify-content: center;
    }
    .main-our-features >div {
        width: 50%;
        margin-bottom: 40px;
    }
    .footer-links-holder p {
        width: 100%;
    }
    .footer-background-holder {
        margin-top: 0;
    }
    .slide-two .swiper-slide {
        height: 200px;
    }
    .our-features-title{
        margin-bottom: 35px;
    }
    .footer-social-media {
        margin: 30px 0 50px 0;
    }
    .tutorial-package-style {
        margin-top: 35px;
    }
    .our-tax-background {
        margin: 20px 0 0;
		        background: none;
    }
	 .main-about-tax h2{
        font-size: 18px;
		line-height: 35px;
		         margin: 25px 0 0 0;
    }
	.mos, .mos img {
    width: 90px;
    height: 90px;
}
	.tutorial-video-title h2{
		  font-size: 18px;
	}
	.tutorial-video-title a span {
    font-size: 16px;
}
	.tutorial-video-title a svg {
    width: 20px;
    height: 20px;
}
	    .our-customer-title h2 {
        font-size: 18px;
    }
	.our-tax-course h3{
		font-size: 18px;
	}
	.box-ss strong {
    font-size: 15px !important;
    line-height: 30px !important;
		    margin-bottom: 15px !important;
}
	.box-ss p {
    font-size: 14px;
}
	.box-ss {
    margin: 20px 10px 0 10px;
}
	    .our-tax-background {
        margin: 0 0 0 0;
    }
}
@media (max-width: 768px){
    .tax-guide-content a span {
        font-size: 14px;
    }
    .header-mobile-responsive{
        max-width: 100%;
    }
    .main-tutorial-video a {
        width: 100%;
        margin-bottom: 15px;
    }
    .main-tutorial-video a svg {
        width: 55px;
        height: 55px;
    }
    .tutorial-video-title {
        margin: 0 0 15px 0;
    }
    .tutorial-video-title {
        flex-direction: column;
    }
    .tutorial-video-title a {
        margin-top: 15px;
    }
    .main-about-tax {
        text-align: center;
    }
    .new-tutorial-package {
        align-items: center;
    }
    .our-tax-course{
        text-align: center;
    }
    .main-tutorial-article a {
        width: 100%;
    }
    .main-tutorial-article a >div p {
        margin: 20px 0 175px 0;
        -webkit-line-clamp: 5;
    }
    .main-our-features >div {
        width: 100%;
        margin-bottom: 40px;
    }
    .slide-two .swiper-slide {
        height: 310px;
    }
    .our-features-title {
        margin-bottom: 25px;
        text-align: center;
    }
    .tutorial-package-style {
        margin-top: 60px;
    }
    .main-tutorial-article {
        margin-bottom: 30px;
    }
    .about-tax-style {
        margin: 30px 0 40px 0;
    }
    .our-customer-title h2 {
        margin-top: 10px;
    }
    .slide-two .swiper-pagination {
        bottom: 35px!important;
    }
	    .box-ss {
        height: 210px;
    }
}
@media (max-width: 576px){
	 .location-user {
        margin-bottom: 0;
    }
    .location-user span,
    .location-user a {
        font-size: 10px;
    }
    .head-post h1 {
                font-size: 16px;
        line-height: 28px;
    }
    #matn-single img,
    .img-head-post img,
    .share-box::before, .share-box::after {
        border-radius: 8px;
    }
    .share-box::after {
        left: 38px;
    }
    .share-box::before {
        top: 180px;
    }
    .share-box {
        border-radius: 0 0 12px 0;
    }
    .share-box svg {
        width: 18px;
        height: 18px;
    }
    #matn-single blockquote {
        padding: 30px 50px;
    }
    .head-post p,
    #matn-single blockquote,
    #matn-single p {
        font-size: 13px;
        line-height: 1.8;
		    ;
    }
    #matn-single li{
        font-size: 13px;
    }
    #matn-single strong {
        font-size: 14px;
    }
    .about-tax-style {
        margin: 0;
    }
	   .box-ss {
        height: auto;
    }
	header {
    margin-bottom: 0;
}
}
@media (max-width: 537px){
    .main-tutorial-article a >div p {
        margin: 20px 0 150px 0;
    }
	 
}
@media (max-width: 490px)
{
    .main-tutorial-article a >div p {
        margin: 20px 0 112px 0;
    }
}
@media (max-width: 456px){
    .tax-guide-content a {
        width: 100%;
        text-align: center;
    }
    .tax-guide-options {
        width: 100%;
    }
   
    .main-about-tax a {
        width: 100%;
        text-align: center;
    }
    .new-tutorial-package a {
        width: 100%;
        text-align: center;
    }
    .our-tax-course a {
        width: 100%;
    }
    .main-tutorial-article a >div p {
        margin: 20px 0 80px 0;
    }
    .footer-links-holder h4 {
        font-size: 14px;
    }
    .footer-links-holder ul>li>a {
        font-size: 13px;
    }
    .about-tax-style {
        margin: 0 0 15px 0;
    }
    .footer-copy-right {
        font-size: 14px;
    }
    .footer-links-holder p {
        font-size: 14px;
    }
    .footer-social-media a svg {
        width: 35px;
        height: 35px;
    }
    .footer-social-media a:last-child>svg {
        width: 29px;
        height: 29px;
    }
    .footer-copy-right {
        margin-top: 40px;
    }

}
@media (max-width: 440px){
    .main-tutorial-article a >div p {
        margin: 20px 0 50px 0;
    }
}
@media (max-width: 420px){
    .main-tutorial-article a >div p {
        margin: 20px 0 35px 0;
    }
}

@media (max-width: 376px){
    .tax-guide-content h1 {
        font-size: 25px;
    }
    .tax-guide-content strong {
        font-size: 18px;
    }
    .main-tutorial-article a >div p {
        margin: 20px 0 20px 0;
        -webkit-line-clamp: 4;
    }
    .slide-two .swiper-slide {
        height: 270px;
    }
}
.wp-video{
	margin: 0 auto;
}
.mos{
    position: fixed;
    right: 10px;
    bottom: 10px;
    border: 2px solid #fff;
    border-radius: 3px;
    z-index: 9;
    box-shadow: 0 0 4px rgb(0 0 0 / 43%);
}
.mos>a{
    line-height: 0;
    display: block;
}
.box-ss{
    margin: 30px 10px 10px 10px;
    border: 1px solid #3251a1;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    background-color: rgb(37 180 220 / 5%);
}
.box-ss strong{
    font-size: 17px;
    line-height: 36px;
    margin-bottom: 24px;
    display: block;
}
.box-ss p{}
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    display: flex !important;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}
#matn-single input[type=submit]{
	    background-color: #25b4dc  !important;
    color: #fff  !important;
    padding: 10px 20px  !important;
    border-radius: 10px !important;
    transition: .5s  !important;
    border: none  !important;
	cursor: pointer !important;
}
#matn-single input[type=submit]:hover{
	opacity: 0.5 !important;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    margin-left: 1px;
    border-radius: 8px !important;
    width: 100% !important;
    padding: 5px !important;
    color: #333 !important;
}
#matn-single h2{
	    font-size: 20px;
    color: #3251a1;
}
#matn-single h3, h4, h5, h6{
	    font-size: 18px;
    color: #3251a1;
}
.box-shear {
    display: none;
}
.menu-top ul>li>a{
	cursor: pointer;
}
.head-post.head-post-simple {
    display: block;
}