#country_state {
   opacity:1;
  padding:0;
  margin-left:-20px;
}
@media screen and (max-width:768px){
.wam-form ul li:nth-child(1) {
width:70%;
}
.wam-form ul li:nth-child(2) {
width:25%;
border-radius:0 4px 4px 0
}
.wam-form ul li:nth-child(3) {
   width:100%;
    margin-top: 10px;
    
}
.wam-form ul li input[type="submit"] {border-radius:4px}
}
