@media (max-width: 992px) {
    .psell_video_popup_inner {
        width: 90%
    }

    /*Start Blog Stad*/
    .psell-stad-blog-model--inner .psell-stad-blog-model--item .psell-stad-blog-model--img {
        transform: none;
    }

    .psell-stad-blog-model--inner .psell-stad-blog-model--item .psell-stad-blog-model--content {
        padding-right: 25px;
        margin-right: 0;
    }

    /*Start Blog Venus*/
    .psell-ve-blog-first-inner {
        position: absolute;
        z-index: 2;
        right: 25px;
        bottom: 40px;
        width: calc(100% - 50px);
        background: transparent;
        color: #FFF;
        box-shadow: none;
        padding: 0;
    }

    .psell-ve-blog-first-inner .category {
        background: rgba(51, 154, 217, 0.7);
        border-radius: 5px;
        display: inline-block;
        padding: 2px 9px;
        color: #FFF;
        font-weight: 200;
        font-size: 11px;
        margin-bottom: 5px;
        transition: all .5s ease;
    }

    .psell-ve-blog-first-inner .category ul li:before {
        content: unset;
    }

    .psell-ve-blog-first-inner .category ul li {
        color: #ffffff !important;
    }

    .psell-ve-blog-first-inner h2 {
        color: #ffffff !important;
        font-size: 16px;
    }

    .psell-ve-blog-first-post {
        margin-bottom: 25px;
    }

    .psell-ve-blog-another-posts a:first-child {
        margin-bottom: 25px;
    }

    .psell-ve-blog-first-post a:hover .category ul li {
        background: rgba(0, 0, 0, 0.3);
        transition: all .5s ease;
    }
}

@media (max-width: 768px) {
    .psell-dis-text-timer {
        display: none;
    }
}

@media (max-width: 576px) {
    .psell-row {
        margin: 0;
    }

    .psell-ve-blog-first-post, .psell-ve-blog-another-posts {
        padding: 0 !important;
    }

    /*Start Blog Stad*/
    .psell-stad-blog-model-holder {
        height: auto;
    }

    .psell-stad-blog-model--inner .psell-stad-blog-model--item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .psell-stad-blog-model--inner .psell-stad-blog-model--item .psell-stad-blog-model--img {
        transform: translateY(-88px);
        width: 80%;
        height: 191px;
        margin: auto;
    }

    .psell-stad-blog-model--inner .psell-stad-blog-model--item .psell-stad-blog-model--content {
        margin-top: -50px;
    }

}

@media (max-width: 400px) {
    .psell-stad-blog-model--inner .psell-stad-blog-model--item .psell-stad-blog-model--content {
        padding: 0;
        margin-bottom: 5px;
    }

    .psell-stad-blog-model--pagination {
        display: flex;
        left: 0 !important;
        right: 0 !important;
        top: unset !important;
        transform: none;
        width: 100% !important;
        justify-content: center;
    }

    .psell-stad-blog-model--pagination .swiper-pagination-bullet {
        margin: 0 8px !important;
    }

    .psell-stad-blog-model--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 30px;
        height: 11px;
    }
}

/*Start Boot*/

@media (min-width: 768px) {
    .psell-col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .psell-col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .psell-col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .psell-col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

