@media screen and (min-width: 731px) and (max-width: 880px) {
    .rec-home-top-product:last-of-type .product-price {
        margin-top: 50px;
    }
}

@media screen and (min-width:731px) {
    #main .btn.blue-btn:hover{
        background: #219a00;
    }

    .rec-home-top{
        padding:0;
    }

    #main .rec-home-top .main-center{
        max-width: 1000px;
    }

    .rec-home-top-text{
        margin: 0;
        text-align: left;
        padding: 50px 320px 50px 0;
        position: relative;
    }

    .rec-home-top-text video{
        position: absolute;
        top: 10px;
        right: 0;
        width: 300px;
        margin:0;
    }

    .rec-home-top-text h1 {
        font-size: 30px;
    }

    .rec-home-top-text p{
        font-size: 18px;
    }

    .rec-home-top-products:after{
        content: "";
        display: block;
        clear: both;
        width: 100%;
    }

    .rec-home-top-product{
        display: block;
        float: left;
        width: 50%;
        box-sizing: border-box;
        padding: 0 0 0 20px;
        position: relative;
    }

    .rec-home-top-product:first-child{
        border: 0;
        border-right: 1px solid #dfdfdf;
        margin: 0;
        padding: 0 20px 0 0;
    }

    .rec-home-top-product h2{
        margin:15px 0 10px;
    }

    .product-price{
        position: relative;
        height: 150px;
        padding:5px 0 0;
        box-sizing: border-box;
    }

    .product-price .btn{
        position: absolute;
        bottom: 10px;
        left: 10px;
        right: 10px;
    }

    .product-price p{
        font-size: 16px;
        line-height: 1.5em;
        margin: 18px auto 0;
        max-width: 140px;
    }

    .product-price p span.big{
        font-size: 32px;
    }

    .rec-home-top-product:first-child .product-price p{
        margin: 12px auto 0;
        line-height: 1.8em;
    }

    .rec-home-advertising{
        padding: 40px 20px 60px;
    }

    .rec-home-advertising .col-row{
        flex-direction: column;
        align-items: center;
    }

    .rec-home-advertising h2{
        text-align: center;
        margin: 0 auto 15px;
    }

    .rec-home-advertising p{
        text-align: center;
        max-width: 640px;
    }

    .rec-home-trusted{
        padding:30px 0 60px;
    }

    #main .rec-home-trusted .main-center{
        max-width: 1080px;
    }

    .rec-home-trusted .trusted-left {
        border: 0;
        border-right: 1px solid #e4e6ea;
        padding-bottom: 0;
        margin-bottom: 0;
        justify-content: center;
    }

    .rec-home-trusted .trusted-right{
        justify-content: center;
    }

    .rec-home-trusted .trusted-right .video-wrap{
        width: 90%;
        height: 0;
        padding-top:56.25%;
    }

    .rec-home-product{
        padding:80px 0;
    }

    #main .rec-home-product .main-center{
        position: relative;
        max-width: 1080px;
    }

    .rec-home-product .main-center:after{
        content: "";
        display: block;
        clear: both;
        width: 100%;
    }

    .rec-home-product-text{
        display: block;
        float: left;
        width: 45%;
    }

    .rec-home-product.text-right .rec-home-product-text{
        float: right;
    }

    .rec-home-product-text h2{
        margin:0 0 8px;
    }

    .rec-home-product-text p{
        line-height: 1.7em;
    }

    .rec-home-product-text img{
        position: absolute;
        top: 50%;
        right: 0px;
        margin: 0;
        width: 50%;
        transform: translateY(-45%);
    }

    .rec-home-product.text-right .rec-home-product-text img{
        right:auto;
        left: 10px;
        margin: -20px 0 0;
    }

    .ats-logos img{
        padding: 12px 25px;
        margin: 10px;
        width: auto;
    }

    .ats-logos img.jobdiva-rec-logo {
        padding: 22.5px 25px;
    }

    .testimonials-slider{
        height: 300px!important;
    }

    .testimonials-slide{
        padding: 30px 30px 90px 30px;
    }

    .testimonials-slide:before {
        content: "";
        position: absolute;
        bottom: -1px;
        right: 40%;
        z-index: 0;
        height: 0;
        border-right: 100px solid #fff;
        border-top: 310px solid transparent;
    }

    .testimonials-slide:after{
        content: "";
        position: absolute;
        z-index: 0;
        bottom:-1px;
        right: -1px;
        top:-1px;
        left: 60%;
        background:#fff;
        border-radius: 0 4px 4px 0;
    }

    .testimonial-img{
        z-index: 2;
    }

    .testimonials-dots{
        right: auto;
        margin: 0 0 0 -50px!important;
        float: none;
        left: 50%;
        bottom: 20px;
    }
}

@media screen and (min-width: 881px) {
    .rec-home-top-product{
        padding: 0 160px 0 10px;
    }

    .rec-home-top-product:first-child{
        padding: 0 175px 0 0;
    }

    .product-price{
        position: absolute;
        top: 5px;
        right: 0px;
        height: 150px;
        width: 145px;
    }

    .rec-home-top-product:first-child .product-price{
        right: 15px;
    }
}

@media screen and (min-width: 1001px) {
    .rec-home-top-text{
        padding:55px 420px 55px 0;
    }

    .rec-home-top-text video{
        width: 390px;
        top:auto;
        bottom:0;
    }

    .rec-home-top-product{
        padding: 0 195px 0 30px;
        height: 160px;
    }

    .rec-home-top-product:first-child{
        padding: 0 210px 0 30px;
    }

    .product-price{
        width: 155px;
        right:25px;
    }

    .product-price .btn{
        bottom:15px;
        right: 15px;
        left: 15px;
    }

    .rec-home-top-product:first-child .product-price{
        right: 40px;
    }

    .trusted-logos img{
        margin:15px 20px;
    }

    .trusted-logos img:nth-child(3) ~ img{
        margin-bottom: 0;
    }

    .rec-home-trusted .trusted-right p{
        width: 400px;
        margin:0 auto 15px;
    }

    .rec-home-trusted .trusted-right .video-wrap{
        width: 400px;
        height: 225px;
        padding:0;
    }

    .testimonials-slider{
        height: 255px!important;
    }
}

@media screen and (min-width: 1201px) {
    .testimonials-slider{
        height: 220px!important;
    }
}

@media screen and (min-width: 800px) {
    .ps-caption {
        visibility: visible;
        position: absolute;
    }

    .ps-caption b{
        display: block !important;
        margin-bottom: -15px;
        padding: 0;
        background: none;
        position: static;
    }
}