.Gray_Btn_holder .Gray_Btn {
  background: #e9e9e9 0% 0% no-repeat padding-box;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  align-content: center;
}

.Gray_Btn_holder .Gray_Btn:hover {
  background: #dbdbdb 0% 0% no-repeat padding-box !important;
  border: 1px solid #dbdbdb;
  color: #000 !important;
}

.Gray_Btn_holder .Gray_Btn:active {
  background: #007c09 0% 0% no-repeat padding-box !important;
  border: 1px solid #007c09 !important;
  color: #ffffff !important;
}

.Gray_Btn_holder .Gray_Btn.active {
  background: #007c09 0% 0% no-repeat padding-box !important;
  border: 1px solid #007c09 !important;
  color: #ffffff !important;
}

@media (min-width: 0px) and (max-width: 485px) {
  .Gray_Btn_holder .Gray_Btn {
    font-size: 12px;
    padding: 10px 11px;
  }
}

@media (min-width: 486px) and (max-width: 991px) {
  .Gray_Btn_holder .Gray_Btn {
    font-size: 14px;
  }
}
