.greenbtn {
  font-weight: bold;
  visibility: initial;
  font-family: "Sarabun", Arial, Helvetica, sans-serif;
  pointer-events: initial;
  border-radius: 12px;
  box-sizing: border-box;
  margin: 0;
  transition-duration: 0.4s;
  padding: 0;
  background-color: #53893d;
  background-repeat: no-repeat;
  text-decoration: none;
  outline: none;
  display: flex;
  font-size: 0.875em;
  line-height: 1;
  position: relative;
  transition: 300ms ease all;
  white-space: nowrap;
  padding: 1rem 1.25rem;
  color: #fff;
}
.greenbtn:hover {
  background-color: #ecf5f2; /* Green */
  color: white;
}
/* .menu-item{
    color:#181818;
    font-size: 20px;
    font-weight: 500;
    text-shadow: #53893d;
} */

.btn-container{
  justify-content: center;
  padding: 20px;
  /* display: grid;  */
  place-items: center; 
  /* border: 2px solid white;  */
  display: flex;
  align-items: center;
  /* height: 100vh; */
}
.btn-container a{
  /* color: red; */
  font-family: helvetica;
  text-decoration: none;
  text-transform: uppercase;
}
.btnbg{
  background-color: #1b4962;
}
.button-73 {
  appearance: none;
  background-color: #FFFFFF;
  border-radius: 40em;
  border-style: none;
  box-shadow: #ADCFFF 0 -12px 6px inset;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -.24px;
  margin: 0;
  outline: none;
  padding: 1rem 1.3rem;
  quotes: auto;
  text-align: center;
  text-decoration: none;
  transition: all .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-73:hover {
  background-color: #FFC229;
  box-shadow: #FF6314 0 -6px 8px inset;
  transform: scale(1.125);
}

.button-73:active {
  transform: scale(1.025);
}

@media (min-width: 768px) {
  .button-73 {
    font-size: 1.5rem;
    padding: .75rem 2rem;
  }
}

/* faq */


