.Green_btn_holder .Green_btn {
    background: #063d5b !important;
    border: 1px solid #063d5b !important;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 6px 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0px auto;
}
.Green_btn_holder .Green_btn:hover {
    background: #063d5bc9 !important;
    border: 1px solid #3b667e !important;
}

.Green_btn_holder .Green_btn:active {
  background: #7fabdb !important;
  border: 1px solid #7fabdb !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;
  }
}
