.nwsltr-innr > form button.dropdown-toggle {
    border-top-left-radius: 40px !important ;
    border-top-right-radius: unset !important ;
    border-bottom-right-radius: unset !important ;
    border-bottom-left-radius:40px !important ;

    position: relative;

    font-size: 15px;
    color: #222;
    font-weight: 300;
    background-color: rgba(255,255,255,.65);
    padding: 15px 30px;
    width: 30%;
    display: inline-block;
    line-height: 21px;
}

.nwsltr-innr > form button:nth-child(1):hover, .nwsltr-innr > form button:nth-child(1):focus{
  background-color: rgba(255,255,255,.65);
}

.dropdown-menu {
  text-align: right;
  padding: 10px;
  background-color: rgba(255,255,255,.55);
}


.nwsltr-innr > form input {
  float: right;
  width: 70%;
  border-top-left-radius: unset !important ;
  border-top-right-radius:40px !important;
  border-bottom-right-radius: 40px !important;
  border-bottom-left-radius: unset !important;
}
footer .about_content{
  color: #fff;
}