.Blue_Btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding: 8px 20px;
  position: relative;
  background: linear-gradient(135deg, #4f7a6c 0%, #2e5246 50%, #1b342d 100%);
  box-shadow: 0px 3px 3px #0000001c;
  border-radius: 5px;
  border: none;
}

/* .Blue_Btn:hover {
    background: #116D01;
} */

.Blue_Btn .icon_holder {
  border-radius: 5px;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Blue_Btn .icon_holder .icon_img {
  width: 24px;
  height: 24px;
  transition: ease-in 0.2s;
}

.Blue_Btn:hover .icon_holder .icon_img {
  transform: scale(1.2);
  transition: ease-in 0.2s;
}

.Blue_Btn .icon_holder .left_icon {
  color: #fff;
  font-size: 14px;
}

.Blue_Btn .icon_holder .right_icon {
  color: #fff;
  font-size: 14px;
  margin-left: 7px;
}

.Blue_Btn .icon_holder .dynamic_icon {
  padding-right: 10px;
}

.Blue_Btn .btn_text {
  margin-bottom: 0px;
  font-size: 17px;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 400;
}

@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) {
}
