#iq-gdpr {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: #E3731D;
  border-top: 3px solid #061678;
  font-family: arial;
	transition: bottom 0.5s ease;
}
#iq-gdpr .iq-gdpr {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
}
#iq-gdpr .iq-gdpr__notice, #iq-gdpr .iq-gdpr__notice a {
  margin-right: 20px;
  color: #fff;
  font-size: 0.9em;
  line-height: 1.1;
}

#iq-gdpr button{
	padding: 10px;
	border: 0;
}

#iq-gdpr button:hover{
	opacity: 0.9;
}

#iq-gdpr .iq-gdpr__notice p {
  font-size: 0.9em;
  line-height: 1.1;
}
#iq-gdpr .iq-gdpr__dismiss a {
	font-size:0.8em;
}
#iq-gdpr .iq-gdpr__notice p {
	margin:0;
}

#iq-gdpr.hide_banner{
	bottom: -60px;
}

#iq-gdpr .arrow_btn{
	background: #E3731D;
	width: 50px;
	left: calc(50% - 25px);
	position: absolute;
	top: -34px;
	border-radius: 20px 20px 0 0;
	padding:5px 20px;
	cursor: pointer;
	border-left:0;
}
