@media screen and (min-device-width: 1601px) and (max-device-width: 1920px) and (-webkit-min-device-pixel-ratio: 1) {}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {}

@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 600px) {

    .desk-view {
        display: none !important;
    }

    .mobile-view {
        display: block !important;
    }

    /* hero-section */
    .hero-section {
        background-image: url("../images/mpl/desktop_assets/h-icon-card.png"), url("../images/mpl/desktop_assets/h-icon-pasa.png"), url("../images/mpl/desktop_assets/h-icon-trophy.png");
        background-position: left bottom 2rem, top 2rem left 2rem, top 7rem right 2rem;
        background-size: 1.5rem, 1.5rem, 1.5rem;
        background-repeat: no-repeat;
    }

    .mpl-overview-section {
        background-size: cover;
    }

    .mpl-objective-section .marked-heading {
        width: 20rem;
        font-size: 2.5rem;
    }

    /* ugv videos slider-navigation */
    .ugc-videos-slider-next {
        position: absolute;
        bottom: -6rem;
        right: 32%;
        z-index: 100;
        margin: 0 -17px !important;
    }

    .ugc-videos-slider-prev {
        position: absolute;
        bottom: -6rem;
        left: 32%;
        z-index: 100;
        margin: 0 -17px !important;
    }


    /* testimonial-videos-slider- slider-navigation */
    .testimonial-videos-slider-next {
        position: absolute;
        bottom: -5rem;
        right: 30%;
        z-index: 100;
    }

    .testimonial-videos-slider-prev {
        position: absolute;
        bottom: -5rem;
        left: 30%;
        z-index: 100;
    }

    /* .win-rummy-testimonials */
    .win-rummy-testimonials{
        padding: 5rem 0;
    }

    .title-testimonials{
        margin-top: 3rem;
    }

    .scope-of-work {
        background: url("../images/mpl/desktop_assets/Group 14.png"), url("../images/mpl/desktop_assets/flower-snap-left.png"), url("../images/mpl/desktop_assets/flower-snap-right.png");
        background-position: left, top 2rem left 1rem, top 5rem right 1rem;
        background-repeat: no-repeat;
        padding: 4rem 0;
        text-align: center;
    }
}
@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px) 
  and (orientation: portrait) {
  .ugc-videos-slider-next {
    margin: 0 -47px;
  }
  .ugc-videos-slider-prev {
    margin: 0 -29px;

  }
}