.bg_Subscribed {
  background-color: rgba(151, 151, 151, 0.5);
  padding: 10px 0;
  border-radius: 10px;
  margin: 25px 0 10px 0px !important;
}

.app__service2-home h3 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100% !important;
}

@media screen and (max-width: 540px) {
  .app__service2-home h3 {
    width: 95%;
    font-size: 16px;
  }
}

.app__service2-home p {
  color: #fffcf8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.65;
}

@media screen and (max-width: 540px) {
  .app__service2-home p {
    text-align: center;
    font-size: 14px;
  }
}

.groups_btn-input {
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  display: flex;
  flex-direction: row;
  border-radius: 6.051px;
  width: 430.5px;
  height: 52.647px;
  background-color: #fff;
  flex-shrink: 0;
}

.groups_btn-input button {
  color: #fff !important;
  border: none !important;
}

@media screen and (max-width: 767px) {
  .groups_btn-input {
    width: 60%;
  }
}

@media screen and (max-width: 540px) {
  .groups_btn-input {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .groups_btn-input {
    width: 270px !important;
  }
}

.groups_btn-input input {
  border-radius: 0 !important;
  border-color: white !important;
}

/* Ant Design button styling override */
.groups_btn-input .ant-btn {
  background-color: #162a2b !important;
  /* Replace with your $mainColor */
  width: 120.75px !important;
  height: 40.544px !important;
  flex-shrink: 0 !important;
}
@media screen and (width <=767px) {
  .groups_btn-input .ant-input{
    font-size: 12px !important;
  }
  .groups_btn-input .ant-btn { 
    width: 70.75px !important;
    height: 40.544px !important;
  }
}

/* Ant Design input focus style */
.groups_btn-input .ant-input:focus,
.groups_btn-input .ant-input-focused {
  outline: none;
  box-shadow: 0 0 0 0.1rem rgba(240, 240, 240, 0.4) !important;
  /* Replace $light with actual value */
  border-color: #f0f0f0 !important;
}

/* Ant Design input hover */
.groups_btn-input .ant-input:hover {
  box-shadow: 0 0 0 0.1rem rgba(240, 240, 240, 0.4) !important;
  border-color: #f0f0f0 !important;
}

/*# sourceMappingURL=footer.css.map */
