#gdpr-cookie-consent-bar.gdpr-banner {
  max-width: 1040px;
  right: 0px !important;
  left: 0px !important;
  margin-inline: auto;
  padding: 18px !important;
  box-shadow: 0 10px 25px rgba(0,0,0,.35) !important;
  border-radius: 14px !important;
  bottom: 20px !important;
  width: 96% !important;
}
.gdpr-notice-content-body{font-size: 14px;}
#gdpr-cookie-consent-bar .row_spaced-buttons {justify-content: flex-start !important;}
#gdpr-cookie-consent-bar a{color: #fff !important;text-decoration: underline !important;}
#gdpr-cookie-consent-bar .cookie_notice_buttons a{ background: #d43e21 !important; color: #fff !important;border: none !important;text-decoration: none !important;}
#gdpr-cookie-consent-bar .cookie_notice_buttons a:hover{background: #fff !important; color: #00599c !important;}
.powered-by-credits {display: none;}
#gdpr-cookie-consent-bar #cookie-banner-cancle-img {display: none !important;}
.gdpr-notice-content-body div span{margin-left: 15px;}
.gdpr-notice-content-body div p span {margin-left: 0;}

@media (max-width: 767px) {
.gdpr-notice-content-body {
    max-height: 300px;
    overflow-y: scroll;
}
}