 /* footer subscribe email css style */

 
.box {
    display: inline-block;
    margin: auto;
    box-sizing: border-box;
    height: 150px;
    width: 200px;
    padding: 15px 5px;
    border-radius: 15px;
    background-color: #ecf0f3;
    box-shadow: -8px -8px 8px #feffff, 8px 8px 8px #161b1d2f;
  }
  .box label {
  font-size: 16px;
  font-weight: 500;
  color: #858686;
}
.box .input-box {
  width: 90%;
  height: 35px;
  padding-left: 15px;
  border: none;
  color: #858686;
  margin-top: 10px;
  background-color: #ecf0f3;
  outline: none;
  border-radius: 20px;
  box-shadow: inset 5px 5px 5px #cbced1, inset -5px -5px 5px #ffffff;
}
.box .input-box::placeholder {
  color: #9ea0a0;
}
.btn1 {
  width: 85%;
  margin-top: 20px;
  margin-left: 10px;
  height: 38px;
  border: none;
  outline: none;
  border-radius: 20px;
  background-color: #727171;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  box-shadow: -5px -5px 8px #d8e2e6, 5px 5px 10px #2c313378;
  transition: 0.8s;
}
.btn1:hover {
  background-color: #535658;
  box-shadow: inset 5px 5px 10px #05050578, inset -5px -5px 10px #9e9c9c;
}