/* Sonali CSS Here */

@media only screen and (min-width: 768px) {

    #content .cat_page .cat_page_contents .cat_page_cat_item_container .cat_item_section .cat_page_list_item #snippet-legacy-searchResult #sortingForm .pagination-display-page {
  
      white-space: nowrap !important;
    }
    
  }
  
      #content .cat_page #snippet-legacy-searchResult #sortingForm .pagination-display-page{
        white-space: nowrap ;
      }



      /* #content .ma_guides_single .middle_section .page_container .page_content h3 {
        font-family: "Poppins";
        margin-top: 25px !important;
      
        padding-top: 25px;
    } */


    @media only screen and (max-width: 768px) {
      #content .p_p_old h2 {
        display: block;
          text-align: center !important;
      }


      #content .p_p_old .img-responsive.pull-right {
       
        max-width : 100%; 
    }

    #content .p_p_old .img-responsive.pull-left {
      max-width : 100%;
      }

  }

