.custom-right-profile{
  padding: 48px 20px;
  background: #f9f9ff;
} 
.custom-right-profile .subscribe-title{
  margin-bottom: 30px;
  text-align: left;
}
.custom-right-profile .subscribe-title h6{
  color: #000;
  font-size: 20px;
  font-weight: 700;
  z-index: 1;
  line-height: 1.33;
  position: relative;
}
.custom-right-profile .subscribe-title h6:after{
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  background: #ff9907;
  position: absolute;
  bottom: 4px;
  z-index: -1;
}
form input[type=text]{
  padding: 1rem;
  border: 1px solid #706f8733;
}
form input[type=submit] {
  background: #222;
  border: 1px solid #222;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 0;
  cursor: pointer;
  color: #ff9907;
  width: 100%;
  transition: all 0.3s ease 0s;
}
form input[type=submit]:hover{
  opacity: .8;
  color: #ff9907;
}