     #showLeftPush,
     #showLeftPush1 {
         display: none;
     }
     
     @media only screen and (max-width :1025px) {
         #showLeftPush {
             display: block;
         }
         .cbp-spmenu {
             background: #fff;
             display: table;
             position: fixed;
             box-shadow: 0 0 8px -3px rgba(0, 0, 0, 0.5);
         }
         .cbp-spmenu-vertical {
             width: 240px;
             height: 100%;
             top: 0;
             z-index: 1000;
         }
         .cbp-spmenu-horizontal {
             width: 100%;
             height: 150px;
             left: 0;
             z-index: 1000;
             overflow: hidden;
         }
         .cbp-spmenu-left {
             left: -240px;
         }
         .cbp-spmenu-right {
             right: -240px;
         }
         .cbp-spmenu-left.cbp-spmenu-open {
             left: 0px;
         }
         .cbp-spmenu-right.cbp-spmenu-open {
             right: 0px;
         }
         .cbp-spmenu-top {
             top: -150px;
         }
         .cbp-spmenu-bottom {
             bottom: -150px;
         }
         .cbp-spmenu-top.cbp-spmenu-open {
             top: 0px;
         }
         .cbp-spmenu-bottom.cbp-spmenu-open {
             bottom: 0px;
         }
         .cbp-spmenu-push {
             overflow-x: hidden;
             position: relative;
             left: 0;
         }
         .cbp-spmenu-push-toright {
             left: 240px;
         }
         .cbp-spmenu-push-toleft {
             left: -240px;
         }
         .cbp-spmenu,
         .cbp-spmenu-push {
             -webkit-transition: all 0.3s ease;
             -moz-transition: all 0.3s ease;
             transition: all 0.3s ease;
         }
     }