@media only screen and (min-width:650px) and (max-width: 1024px) {
    .content-main .slaider-main .banner-top {
        display: none;
    }
    .content-main .slaider-main .container {
        flex-direction: column-reverse;
    }
    .content-main .slaider-main .make-pad {
        padding: 0;
    }
    .content-main .slaider-main .thumb-boxes p::before {
        display: none;
    }
    /*---------------------- Services ---------------------*/
    .content-main .services .services-box .service-item {
        width: auto;
    }
    .content-main .services .services-box .service-item .all-item {
        width: 200px;
    }
    .content-main .services .services-box {
        justify-content: flex-start;
        overflow: scroll;
    }
    /*---------------------- /Services ---------------------*/
    /*---------------------- report_media ---------------------*/
    .content-main .last-news .all-gallery {
        margin-top: 25px;
    }
    /*---------------------- /report_media ---------------------*/
}

@media only screen and (min-width:900px) and (max-width: 1024px) {}

@media only screen and (min-width:1000px) and (max-width: 1200px) {}