  .cb_template *, .cb_template ::before, .cb_template ::after {
  border: none;
}
.cb_template .btn {
  background: #094e93;
  border: solid 1px #2c0035;
  color: #fff;
  border-radius: 25px;
  padding: 7px 20px;
}
.cb_template .btn-info:hover {
  color: #fff;
  background-color: #2982db;
  border-color: #117a8b;
}