/*==============================================================*/
.CbtnBTT{
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #3399CC;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  }
.CbtnBTT:hover {
  background-color: lightblue;
  }
/*==============================================================*/
 