.Light_Gray_Outline_Btn_holder .Light_Gray_Outline_Btn {
  border: 1px solid #8d8d8d;
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  padding: 5px 15px;
}

.Light_Gray_Outline_Btn_holder .Light_Gray_Outline_Btn:hover {
  background: #e8e8e8;
  border: 1px solid #8d8d8d;
  color: #000;
}

.Light_Gray_Outline_Btn_holder .Light_Gray_Outline_Btn:active {
  background: #007c09 0% 0% no-repeat padding-box !important;
  border: 1px solid #007c09 !important;
  color: #ffffff !important;
}

.Light_Gray_Outline_Btn_holder .Light_Gray_Outline_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) {
  .Light_Gray_Outline_Btn_holder .Light_Gray_Outline_Btn {
    font-size: 9px;
    padding: 3px 5px;
  }
}

@media (min-width: 486px) and (max-width: 991px) {
  .Light_Gray_Outline_Btn_holder .Light_Gray_Outline_Btn {
    font-size: 10px;
  }
}
