 .notice_div_simplebar,
 .notice_div_ribbin {
     background: #fafafa;
     z-index: 99999 !important;
     padding: 0.5rem;
     border-radius: 0px;
     background-color: #fff !important;
     margin: 0rem;
     width: -webkit-fill-available;
 }

 .eb_privacypolicy {
     width: 7%;
    
 }

.button_cookie {
    background: #fff!important;
    color: #1a73e8!important;
    border: 1px solid #1a73e8!important;
}

.button_cookie:hover {
    background: #1a73e8!important;
    color: #ffffff!important;
    border: 1px solid #1a73e8!important;
}

 @media(max-width:750px) {
     .eb_privacypolicy .button_cookie {
         display: inline-block;
     }

     .eb_privacypolicy {
         width: 100%;
         text-align: center;
         max-width: 400px;
         margin: 20px 0 40px;
     }

     .eb_privacypolicy {
         float: left;
     }
 }

 @media (max-width: 1450px) {

     .inner3 {
         width: 83%;
     }

     .eb_privacypolicy {
         width: 10%;
     }

 }

 @media (max-width: 1366px) {

     .inner3 {
         width: 80%;
     }

     .eb_privacypolicy {
         width: 10%;
     }

 }

 @media (max-width: 1150px) {

     .inner3 {
         width: 77%;
     }

     .eb_privacypolicy {
         width: 10%;
     }

 }

 @media (max-width: 999px) {

     .inner3 {
         width: 73%;
     }

     .eb_privacypolicy {
         width: 15%;
     }

 }

 @media (max-width: 767px) {

     .inner3 {
         width: 100%;
         float: initial;
         position: initial;
     }

     .eb_privacypolicy {
         float: initial;
         padding-bottom: 5px;
         margin: 0;
         display: table;
     }
  .eb_privacypolicy {
      width: 100%;
      text-align: start;
  }
   

     .eb_privacypolicy .button_cookie+.button_cookie {
         margin: 0 0 0 12px;
     }

     /************ 7-9-21 ***********/
     .eb_contentimagewrap .eb_contentwrap .eb_imagewrap {
         width: 80px;
         padding-right: 10px;
     }

     .eb_contentimagewrap .eb_contentwrap .eb_textinfo {
         width: calc(100% - 80px);
     }

.notice_div_simplebar, .notice_div_ribbin {
    background: #fafafa;
    z-index: 99999 !important;
    padding: 1rem;
    border-radius: 18px;
    background-color: #fff !important;
    margin: 2rem;
    width: -webkit-fill-available;
    border-top: 0px solid #dadce0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
}



 }

 @media (max-width: 479px) {

     .notice_div_ribbin {
              background: #fff !important;
        z-index: 99999 !important;
        margin: 1.4rem 1rem;
        padding: 0.5em;
        border-radius: 18px;
        border-top: 0px solid #dadce0;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
     }

     .inner1 {
         max-width: 1600px;
         width: 95%;
         margin: auto;
         position: relative;
         background: #fff !important;
         border-radius: 12px;
         padding: 0.5rem;
         text-align: start;
     }

  .eb_privacypolicy {
         width: 100%;
            text-align: end;
     }

 }