.s_Txt li a {
       /* text-decoration: underline; */
    color: #01468D;
    /* margin-right: 50px; */
    color: #666;
    font-size: 16px;
}
.ss_input .txt{

    height: 66px;
    border-radius: 35px 0 0 35px;
    -webkit-border-radius: 35px 0 0 35px;
    -moz-border-radius: 35px 0 0 35px;
    -ms-border-radius: 35px 0 0 35px;
    -o-border-radius: 35px 0 0 35px;
    background-color: #FFF;
    border: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    padding-left: 40px;
    font-size: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}