.Gray_Btn_holder .Gray_Btn {
  background: #000 0% 0% no-repeat padding-box;
  border: 1px solid #000;
  border-radius: 5px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  align-content: center;
}

.Gray_Btn_holder .Gray_Btn:hover {
  background: #000 0% 0% no-repeat padding-box !important;
  border: 1px solid #000;
  color: #fff !important;
}

.Gray_Btn_holder .Gray_Btn:active {
background: #000 0% 0% no-repeat padding-box !important;
  border: 1px solid #000;
  color: #fff !important;
}

.Gray_Btn_holder .Gray_Btn.active {
background: #000 0% 0% no-repeat padding-box !important;
  border: 1px solid #000;
  color: #fff !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;
  }
}
