#plcp__btn {
  border-radius: 50%;
  padding: 20px;
  border: 0;
  cursor: pointer;
  background-color: #e07b00;
  position: fixed;
  bottom: 25px;
  right: 25px;
  transition: 0.2s;
  z-index: 10000;
}

@keyframes glow {
  from {
    box-shadow: 0 0 8px -8px #f98900;
  }
  to {
    box-shadow: 0 0 8px 8px #f98900;
  }
}

#plcp__btn:hover {
  bottom: 30px;
}

button.plcp__close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.plcp__close {
  float: right;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #e07b00;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  cursor: pointer;
  font-size: 2rem;
  position: absolute;
  top: 10px;
  right: 15px;
}

.btn-callpage {
  background-color: #e07b00;
  border-color: #e07b00;
  color: #fff;
  display: block;
  font-weight: bolder;
  width: 100%;
  outline: none;
  height: 57px;
}
.btn-callpage:hover {
  color: #fff;
  background-color: #f98900;
  border-color: #f98900;
  outline: none;
}

.showFormTitle {
  display: flex;
  max-width: 17em !important;
  align-items: center;
  align-content: center;
  color: #155724;
}
@media (min-width: 992px) {
  .cp_pl > .form-control:focus,
  .focus_color:focus,
  .email_height:focus {
    border-color: #e07b00;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
      0 0 8px rgba(64, 18, 42, 0.6);
  }
}
