.Stay_Connected {
  background-color: #f8d19a;
  background-image: url("/assets/images/home/stay_connected/stay_connected_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100%;
  height: 100%;
  margin: 5% 0%;
  padding: 4% 8px;
}

.Stay_Connected .text_holder {
  text-align: center;
}

.Stay_Connected .text_holder p {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  opacity: 1;
}

.Stay_Connected .field_holder {
  width: 28%;
  margin: 0px auto;
}

.Stay_Connected .field_holder .input-group-text {
  background: #007c09 0% 0% no-repeat padding-box;
  border: 1px solid #7c0000;
  border-radius: 0px 5px 5px 0px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.Stay_Connected .field_holder .input-group {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 4px #00000029;
  border-radius: 5px;
}

@media (min-width: 0px) and (max-width: 575px) {
  .Stay_Connected .text_holder p {
    font-size: 13px;
}
  .Stay_Connected .field_holder {
    width: 90%;
  }
}


@media (min-width: 576px) and (max-width: 991px) {
  .Stay_Connected .field_holder {
    width: 50%;
  }
}
