$(document).ready(function(){
    
    $(".exp_col").click(function () {
      $(".site_m").toggle();
    });

  });
