.Black_btn_holder .Black_Btn {
  background: linear-gradient(135deg, #087852 0%, #6ea841 100%) !important;
  border: 1px solid #087852 !important;
  border-radius: 5px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  padding: 7px 15px;
  display: flex;
  justify-content: center;
  align-content: center;
  transition: all 0.3s ease;
}

.Black_btn_holder .Black_Btn:hover {
  background: linear-gradient(135deg, #6ea841 0%, #087852 100%) !important;
  border: 1px solid #087852 !important;
  color: #ffffff !important;
}

.Black_btn_holder .Black_Btn:active {
  background: linear-gradient(135deg, #087852 0%, #6ea841 100%) !important;
  border: 1px solid #087852 !important;
  color: #ffffff !important;
}

@media (min-width: 0px) and (max-width: 485px) {
  .Black_btn_holder .Black_Btn {
    font-size: 13px;
    padding: 6px 5px;
  }
}

@media (min-width: 486px) and (max-width: 991px) {
  .Black_btn_holder .Black_Btn {
    font-size: 14px;
  }
}
