.Green_Btn {
  background: transparent
    linear-gradient(180deg, #0e8c00 0%, #159507 42%, #005e2e 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 3px;
  box-shadow: 0px 3px 6px #00000029;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  padding: 10px 10px;
  position: relative;
  background: linear-gradient(135deg, #4f7a6c 0%, #2e5246 50%, #1b342d 100%);
  box-shadow: 0px 3px 3px #0000001c;
  border-radius: 3px;
  border: none;
}

/* .Green_Btn:hover {
    background: #116D01;
} */

.Green_Btn .icon_holder {
  border-radius: 5px;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Green_Btn .icon_holder .icon_img {
  width: 24px;
  height: 24px;
  transition: ease-in 0.2s;
}

.Green_Btn:hover .icon_holder .icon_img {
  transform: scale(1.2);
  transition: ease-in 0.2s;
}

.Green_Btn .icon_holder .left_icon {
  color: #fff;
  font-size: 14px;
}

.Green_Btn .icon_holder .right_icon {
  color: #fff;
  font-size: 14px;
  margin-left: 7px;
}

.Green_Btn .icon_holder .dynamic_icon {
  padding-right: 10px;
}

.Green_Btn .btn_text {
  margin-bottom: 0px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 500;
}

@media (min-width: 0px) and (max-width: 575.98px) {
}

@media (min-width: 576px) and (max-width: 767.98px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}
