.cc-floating {
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 9999999999;
  border: none;
  background-color: #cccccc;
  border-radius: 50px;
}

.cc-floating img {
  width: 40px !important;
  height: 40px !important;
}

#c-p-bn {
  background-color: #333333 !important;
}
#cm {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14pt !important;
background-color: #3378ba !important;
max-width: 98% !important;

}

#c-inr-i {
  color: #ffffff;
}

#c-inr .cc-link {
  color: #ffffff;
  border-bottom-color: #ffffff;

}
.c-bl .cc-link{
  color: #000000;

}

.cc_div #c-bns {
  max-width: 30%;
}

#c-txt a,
#c-txt a:hover {
  color: #ffffff !important;
  font-weight: bold !important;
}

#cc-close {
  float: right !important;
  text-align: center !important;
  background-color: transparent;
color: #fff;
font-weight: bold;

width: 40px !important;
font-size: 12pt;
border: 1px solid #ffffff;
border-radius: 60%;
padding-left: 3px;
padding-right: 3px;
padding-top: 0px;
padding-bottom: 0px;
height: 30px;


}



@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  
  .cc_div #c-bns {
    max-width: 80%;
  }

}