/**=====================
    cookiebar css start
==========================**/
.cookie-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    bottom: -70px;
    left: 0;
    width: 100%;
    background-color: #2d2a25;
    padding: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 9999; }
    .cookie-bar p {
      margin-bottom: 0;
      color: white; }
    .cookie-bar .btn {
      margin-left: 20px; }
    .cookie-bar.show {
      bottom: 0;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .cookie-bar.left-bottom {
      width: 270px;
      display: block;
      text-align: center;
      left: 30px;
      padding: 35px 25px;
      -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.12), 0 15px 12px rgba(0, 0, 0, 0.13);
              box-shadow: 0 19px 38px rgba(0, 0, 0, 0.12), 0 15px 12px rgba(0, 0, 0, 0.13);
      background-color: white;
      bottom: 20px;
      display: none;
      -webkit-animation: fadeInUp 1s;
              animation: fadeInUp 1s; }
      .cookie-bar.left-bottom img {
        width: 70px;
        margin-bottom: 10px; }
      .cookie-bar.left-bottom p {
        margin-bottom: 14px;
        color: #777;
        line-height: 20px; }
      .cookie-bar.left-bottom .btn {
        margin-left: 5px;
        margin-right: 5px; }
      .cookie-bar.left-bottom .btn-close {
        position: absolute;
        right: 13px;
        top: 7px; }
        .cookie-bar.left-bottom .btn-close i {
          color: #777; }
      .cookie-bar.left-bottom.show {
        display: block; }
      .cookie-bar.left-bottom.subscribe-box {
        width: 420px; }
    .cookie-bar.right {
      left: unset;
      right: 30px; }
  
      @media (max-width: 991px) {
          .cookie-bar.left-bottom {
      display: none;
      width: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 20px; }
      .cookie-bar.left-bottom img {
        display: none; }
      .cookie-bar.left-bottom p {
        margin-bottom: 6px; }
      .cookie-bar.left-bottom .btn-close {
        display: none; }
      .cookie-bar.left-bottom.subscribe-box {
        left: 20px;
        bottom: 20px; }
        .cookie-bar.left-bottom.subscribe-box .btn-close {
          display: inline-block; }
      }
  
      @media (max-width: 577px) {
          .cookie-bar {
      display: block;
      text-align: center;
      bottom: -130px; }
      .cookie-bar p {
        margin-bottom: 8px; }
      .cookie-bar.show {
        bottom: 0; }
      }