.Green_btn_holder .Green_btn {
  background: #09558f;
  border: none;
  border-radius: 8px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  padding: 8px 15px;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0px auto;
  line-height: normal;
}

.Green_btn_holder .Green_btn:hover {
  background: #09558f;
  border: none;
  box-shadow: none;
}

.Green_btn_holder .Green_btn:active {
  background: none !important;
  border: none !important;
  color: #ffffff !important;
}

@media (min-width: 0px) and (max-width: 485px) {
  .Green_btn_holder .Green_btn {
    font-size: 12px;
  }
}

@media (min-width: 486px) and (max-width: 991px) {
  .Green_btn_holder .Green_btn {
    font-size: 13px;
  }
}
