.res-country {
    margin-top: 14px;
    font-size: 14px;
}

.res-country select {
    width: 100px;
    padding: 6px 10px;
    border-radius: 4px;
    width: 290px;
}

.res-country>div {
    margin-top: 8px;
}

.res-country .sub {
    font-size: 14px;
    color: #fff;
    padding: 12px 75px;
    border:1px solid #0070ba;
    background: #0070ba;
    border-radius: 6px;
    margin-top: 32px;
}