.cp-banner {
	width: 100%;
	background-color: #061C42;
	padding: 10px 12px;
	box-sizing: border-box;
	position: fixed;
	z-index: 9999999;
	bottom: 0;
	left: 0;
	text-align: center;
    opacity: .9;
}
.cp-banner-close {
	cursor: pointer;
	border: none;
	background: #fff;
	padding: 4px 15px;
	line-height: 0;
	border-radius: 4px;
	font-weight: 400;
	color: #444;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: center;
	margin-left: 20px;
	line-height: normal;
	border: 1px solid transparent;
	transition: 0.3s;
}
.cp-banner-close:hover {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    transition: 0.3s all;
}
.cp-banner-content{
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cp-banner-content a{
  color:#ffffff!important;
  text-decoration: underline!important;
  border: none;
}

.cp-banner-content a:hover{
  color:#ffffff!important;
  text-decoration: none!important;
}
@media (max-width: 1024px){
    .cp-banner {
        z-index: 99999999;
    }
}
@media (max-width:767px) {
  .cp-banner{
    width: 100%;
    padding: 20px;
  }
  .cp-banner-content{
      text-align: left;
      line-height: 20px;
  }
  .cp-banner-close {
        display: block;
        margin: 7px 0 0;
  }
}
