.Gray_Btn_holder .Gray_Btn {
  background: #e8e8e8 0% 0% no-repeat padding-box;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  padding: 5px 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) {
  .Green_btn_holder .Green_btn {
    font-size: 11px;
    padding: 3px 5px;
  }
}

@media (min-width: 486px) and (max-width: 991px) {
  .Gray_Btn_holder .Gray_Btn {
    font-size: 10px;
  }
}
