.Light_Gray_Outline_Btn_holder .Light_Gray_Outline_Btn {
    border: 1px solid #8d8d8d;
    background-color: #fff;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 7px 15px;
}

.Light_Gray_Outline_Btn_holder .Light_Gray_Outline_Btn:hover {
  background: #b22c35;
  border: 1px solid #b22c35;
  color: #fff;
}

.Light_Gray_Outline_Btn_holder .Light_Gray_Outline_Btn:active {
  background: #b22c35 0% 0% no-repeat padding-box !important;
  border: 1px solid #b22c35 !important;
  color: #ffffff !important;
}

.Light_Gray_Outline_Btn_holder .Light_Gray_Outline_Btn.active {
  background: #b22c35 0% 0% no-repeat padding-box !important;
  border: 1px solid #b22c35 !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;
  }
}
