
.subscribe-item .newsletter-form1 {
  position: relative;
  margin-bottom: 30px;
}

.subscribe-item .newsletter-form1 .form-control {
  height: 70px;
  padding: 10px 15px 10px 30px;
  border-radius: 50px;
  background-color: #ffffff;
  border: 0;
  font-size: 16px;
}

.subscribe-item .newsletter-form1 .form-control ::-webkit-input-placeholder {
  color: #a5a4a9;
}

.subscribe-item .newsletter-form1 .form-control :-ms-input-placeholder {
  color: #a5a4a9;
}

.subscribe-item .newsletter-form1 .form-control ::-ms-input-placeholder {
  color: #a5a4a9;
}

.subscribe-item .newsletter-form1 .form-control ::placeholder {
  color: #a5a4a9;
}

.subscribe-item .newsletter-form1 .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.subscribe-item .newsletter-form1 .cmn-btn {
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  padding: 12px 40px;
}

.subscribe-item .newsletter-form1 .validation-danger {
  font-size: 14px;
  color: #ffffff;
  margin-top: 10px;
}



