.s_detailsTxt>h2{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}
.s_detailsTxt>p,.s_detailsTxt>h5{
    font-size: 12px;
    line-height: 12px;
    margin-top: 10px;
}
.s_detailsTxt>h5{
    font-weight: bold;
}
.s_form{
    width: 100%;
    padding: 0 10px;
    background: #F5F5F5;
    padding-bottom: 35px;
}
.s_formBox{
    width: 350px;
    margin: 0 auto;
}
.s_formTitle{
    height: 66px;
    line-height: 65px;
    border-bottom: 1px dotted #DDDDDD;
    text-align: center;
    margin-bottom: 30px;
}
.s_formBox input,.s_formBox textarea{
    display: block;
    width: 100%;
    margin-top: 20px;
}
.s_formBox input:first-child{
    margin-top: 0;
}
.s_formInput{
    width: 100%;
    height: 32px;
    line-height: 30px;
    border: 1px solid #E8E8E8;
    padding:0 0 0 9px;
}
.s_formBox textarea{
    height: 96px;
    line-height: 24px;
    border: 1px solid #E8E8E8;
    resize: none;
    overflow-y: hidden;
    padding: 0 0 0 9px;
}
.s_formSub{
    width: 160px !important;
    margin: 0 auto;
    height: 34px;
    line-height: 34px;
    border: none;
    background: #9C9C9C;
    color: #fff;
    border-radius: 3px;
}
.s_formSub:hover{
    background:#009FE8;
    color: #fff;
}
@media (max-width: 767px){
    .s_formBox{
        width: 100%;
    }
}