.test-list, .book-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
}

.owl-carousel.test-list.grid-view.courses-4-columns .wpman-test-item,
.owl-carousel.test-list.grid-view.courses-3-columns .wpman-test-item,
.owl-carousel.test-list.grid-view.courses-2-columns .wpman-test-item
{
    max-width: 100% ;
}

.book-list{
    padding-right: 10px;
    padding-left: 10px;
}


.test-list .wpman-test-item,
.book-list .wpman-book-item
{
    position: relative;
    width: 100%;
    min-height: 1px;
    margin-top: 53px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
}

.test-list .test
.book-list .book{
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .test-list.grid-view.courses-2-columns .wpman-test-item,
    .book-list.grid-view.courses-2-columns .wpman-book-item
    {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 768px) {
    .test-list.grid-view.courses-3-columns .wpman-test-item,
    .book-list.grid-view.courses-3-columns .wpman-book-item{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    


}
@media (min-width: 992px) {
    .test-list.grid-view.courses-3-columns .wpman-test-item,
    .book-list.grid-view.courses-3-columns .wpman-book-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

}
@media (min-width: 768px) {
    .test-list.grid-view.courses-4-columns .wpman-test-item,
    .book-list.grid-view.courses-4-columns .wpman-book-item{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .test-list.grid-view.courses-4-columns .wpman-test-item,
    .book-list.grid-view.courses-4-columns .wpman-book-item{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    
}
.test-item-inner,
.book-item-inner{
    background-color: #fff;
    border-radius: 30px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-shadow: 0 0 10px rgb(51 51 51 / 15%);
}

.test-item-inner .test-thumbnail,
.book-item-inner .book-thumbnail{
    position: relative;
    top: -53px;
}

.test-label {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 12px;
    z-index: 3;
    left: 27px;
}
.test-thumbnail .image-item,
.book-thumbnail .image-item
{
    padding: 15px;
    display: block;
}
.test-thumbnail .image-item img,
.book-thumbnail .image-item img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 22px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-shadow: 0 5px 11px rgb(22 25 39 / 10%);
}

.test-list .wpman-test-item .test-item-inner .test-content-holder .test-content-main,
.book-list .wpman-book-item .book-item-inner .book-content-holder .book-content-main
{
    padding: 12px;
    overflow: hidden;
    margin-top: -53px;
}

.test-list .wpman-test-item .test-item-inner .test-content-holder .test-content-main .test-title,
.book-list .wpman-book-item .book-item-inner .book-content-holder .book-content-main .book-title
{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    height: 43px;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
}

.test-list .wpman-test-item .test-item-inner .test-content-holder .test-content-bottom,
.book-list .wpman-book-item .book-item-inner .book-content-holder .book-content-bottom
{
    border-top: 1px solid #eaeaea;
    padding: 9px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wpman-test-item .test-item-inner .test-content-holder .test-price
.wpman-book-item .book-item-inner .book-content-holder .book-price
{
    text-align: left;
    border-radius: 7px;
    padding: 4px;
    font-family: inherit;
}

.test .price ins {
    text-decoration: none;
    color: #111;
    font-weight: 600;
    font-family: inherit;
}

.test .price .test-Price-currencySymbol {
    font-size: 12px;
}

.test .test-price ins
{
    background: unset;
}

.test .test-title a,
.book .book-title a {
    color: #444;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.test-content-main,
.book-content-main
{
    font-family: IRANSansX
}

html[lang="fa-IR"] .test-content-main,
html[lang="fa-IR"] .book-content-main
{
    font-family: IRANSansX
}

.test-item-inner:hover,
.book-item-inner:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

/*Test Archive*/

.wpman-test-archive-heading {
    padding: 20px 20px 20px 20px;
    margin-bottom: 30px;
    border-radius: 20px;
    margin-top: 10px;

    background-color: #383838;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: center center;
}

.wpman-test-archive-heading .breadcrumbs,
.wpman-test-archive-heading .breadcrumbs span
{
    color: #fff;
    font-size: 12px;
    line-height: 22px;
}

.wpman-test-archive-heading h1.wpman-test-title {
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    margin-top: 0px;
    color: #fff;
    margin-top: 7px;
}
.wpman-test-archive-heading .test-info
{
    color: #fff;
}

.float-none
{
    float: none !important;
}


table.htq_questions_table
{
    text-align: inherit;
}

.blog-tests-holder .blog-loop-inner .type-test {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 25px
}


.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    padding-top: 10px;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-dots {
    text-align: center
}

.gallery-carousel-inner .owl-dots {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    width: 100%
}

.owl-dots .owl-dot {
    outline: 0!important
}

.owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    display: block;
    margin: 0 6px;
    border-radius: 30px;
    background-color: rgba(108, 117, 125, .25);
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}


.owl-dots .owl-dot.active span {
    width: 23px;
}
.owl-dots .owl-dot.active span {
    background-color: #ec406a
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -6px;
    margin-top: -21px;
    font-size: 22px;
    color: #fff;
    background-color: #fff;
    width: 50px;
    -webkit-box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15);
    box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 100%;
    border: 0;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0!important;
    opacity: 0;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -6px;
    margin-top: -21px;
    font-size: 22px;
    color: #fff;
    background-color: #fff;
    width: 50px;
    -webkit-box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 100%;
    border: 0;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0!important;
    opacity: 0;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease
}

.owl-nav .fa {
    color: rgba(0, 0, 0, .53);
    font-size: 27px
}

.owl-carousel .owl-nav .owl-prev {
    left: -11px
}

.owl-carousel .owl-nav .owl-next {
    right: -11px
}

.owl-carousel:hover .owl-nav .owl-next,
.owl-carousel:hover .owl-nav .owl-prev {
    opacity: 1;
    visibility: visible
}