 

  @media screen and (min-width: 751px) and (max-device-width: 1920px) {

      /* cookie  */
      .cookies_m {
          display: none;
      }

      .cookies {
          display: block;
      }

      .cookies {
          font-size: 10px;
          width: 100%;
          height: auto;
          position: fixed;
          padding-top: 3em;
          padding-bottom: 1em;
          bottom: 0em;
          background: #fff;
          box-shadow: 0px 0px 4px #ccc;
          z-index: 1999;
      }

      .cookiebox {
          font-size: 14px;
          line-height: 22px;
          color: #666;
          text-align: left;
          padding-right: 4.5em;
          width: 75%;
          height: auto;
          display: table;
          margin: 0 auto;
          border-right: 0.1em solid #ccc;
          float: left;
          margin-left: 6%;
      }

      .cookiestitle {
          width: 144px;
          height: 37px;
          line-height: 37px;
          text-align: center;
          border-radius: 37px;
          background: #cccccc;
          color: #fff;
          font-size: 16px;
          float: left;
          margin-left: 2em;
          cursor: pointer;
          transition: 0.4s;

      }

      .cookiestitle:hover {
          background: #000033 !important;
          transition: 0.4s;
      }

      .cookiescenter {
          width: 95%;
          height: auto;
          margin: 0 auto;
      }

      /* cookie  */




      /* whatsapp */

      .whass_box {
          font-size: 18px;
          cursor: pointer;
          position: fixed;
          bottom: 10%;
          left: 4%;
          z-index: 1999;
      }

      /* whatsapp */

  }

  @media screen and (max-width: 751px) {


      /* cookie */
      .cookies {
          display: none !important;
      }

      .cookies_m {
          width: 100%;
          height: auto;
          background: #000;
          margin: 0 auto;
          position: fixed;
          bottom: 0rem;
          color: #ffffff;
          font-size: 12px;
          height: auto !Important;
          padding-top: 0.3rem;
          padding-bottom: 0.3rem;
          line-height: 20px;
          box-shadow: 0px 0px 6px #ddd;
          z-index: 1999;
      }

      .cjs {
          display: none !important;
      }

      .cookiestitle {
          width: auto;
          height: auto;
          font-size: 12px;
          color: #ffffff;
          border: 0.01rem solid #7d7b7b;
          display: block;
          margin-top: 0.2rem;
          background: #7d7b7b;
          padding: 5px 10px;
          border-radius: 20px;
          margin-left: 10px;
          float: right;
          margin-right: 0.5rem;
          position: relative;
          top: -20px;
      }

      /* cookie end */

      /* whatsapp */
      .whass_box {
          font-size: 18px;
          cursor: pointer;
          position: fixed;
          bottom: 10%;
          left: 4%;
          z-index: 1999;
      }

      /* whatsapp */
  }