 @media (max-width: 991px){
            .prs_mc_category_sidebar_main_wrapper{
                padding-top: 0 !important;
            }
            .right_side_body{

                margin-top: 60px;
            }

        }

        .prs_mc_category_sidebar_main_wrapper{

            padding-bottom: 60px;

        }


        /*
        |-------------------------------------------------------------------------
        | Manage Browsers Siderbar Properties
        |--------------------------------------------------------------------------
        */

        /*::-webkit-scrollbar {
               width: 5px;
        }*/

        /*
        |-------------------------------------------------------------------------
        | Manage Siderbar Sticky Functionality and Thumbnail Scroll Functionality
        |--------------------------------------------------------------------------
        */

        .main_thumbnail_div{

            /*//overflow-y: scroll;
            //height: 1100px;*/
            padding-top: 30px;

        }

        /*
        |-------------------------------------------------------------------------
        | Load More Button Design.
        |--------------------------------------------------------------------------
        */

        .btn-load-more, .load_more_btn_2 {
            font-size: 14px;
            color: #fff;
            background-color: #5ba536;
            border: 0;
            outline: 0;
            padding: 10px 20px;
            margin: 10px;
            cursor: pointer;
            margin-top: 40px;
            margin-bottom: 20px;
            object-position: center;
        }

        .btn-load-more:hover, .load_more_btn_2:hover { background-color: #00481c; }

        p{
            text-align: justify;
        }

        .category_list_view_description{

            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 40px;

        }


        /*
          |-------------------------------------------------------------------------
          | List View Design.
          |--------------------------------------------------------------------------
          */

        .prs_mcc_list_movie_img_cont_wrapper{
           padding : 10px 25px 25px 25px !important;
            min-height : 268px;
            height : 268px;
        }