
.pb-50 {
  padding-bottom: 50px;
}
.pt-70 {
  padding-top: 70px;
}

.mb-15 {
  margin-bottom: 15px;
}

.subscribe-text span {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 5px;
}
.subscribe-text h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 6px;
}
.subscribe-wrapper {
  overflow: hidden;
}
.mb-15 {
  margin-bottom: 15px;
}
.subscribe-form {
}
.subscribe2-wrapper .subscribe-form input {
  background: none;
  border: 1px solid #e9dbcb;
  /*border-radius: 30px;*/
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  height: 57px;
  padding-left: 35px;
  width: 40%;
  cursor: pointer;
}

.subscribe2-wrapper .subscribe-form button {
  background: #e9dbcb;
  border: none;
  /*border-radius: 30px;*/
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 18px 46px 21px 46px;
  transition: all 0.3s ease 0s;
  margin-left: -5px;
}
.subscribe2-wrapper .subscribe-form button i {
  font-size: 18px;
  padding-left: 5px;
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  .subscribe2-wrapper .subscribe-form input {
    background: none;
    border: 1px solid #e9dbcb;
    /*border-radius: 30px;*/
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    height: 57px;
    padding-left: 35px;
    width: 80%;
    cursor: pointer;
  }

  .subscribe2-wrapper .subscribe-form button {
    margin-top: 20px;
    min-width: 180px;
  }

}
