.Green_round_btn_holder .Green_round_btn {
    background: #000000;
    border: 1px solid #000000;
    border-radius: 50px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    padding: 5px 20px;
    display: flex;
    justify-content: center;
    align-content: center;
}
.Green_round_btn_holder .Green_round_btn:hover {
   background: #000 !important;
    border: 1px solid #000 !important;
    color: #ffffff !important;
}

.Green_round_btn_holder .Green_round_btn:active {
 background: #000 !important;
    border: 1px solid #000 !important;
  color: #fff !important;
}

.Green_round_btn_holder .Green_round_btn.active {
 background: #000 !important;
    border: 1px solid #000 !important;
  color: #ffffff !important;
}

@media (min-width: 0px) and (max-width: 767.98px) {
  .Green_round_btn_holder .Green_round_btn {
    font-size: 9px;
    padding: 3px 5px;
    margin-top: 20px;
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
  .Green_round_btn_holder .Green_round_btn {
    font-size: 15px;
    padding: 3px 10px;
    margin-top: 20px;
  }
}
