/** 自定义样式 **/
.price.three .price-box h2.dolar > span {
    font-size: 40px;
    line-height: 1.3;
    color: #547af8;
}
.testomonial-three.pricing {
    padding: 20px 0px 20px 0px;
}
.price.three {
    padding: 120px 0px 60px;
    background-color: #ffffff;
}
.form-inline.subForm{
    justify-content: center;
    padding: 20px;
}
#inlineFormInputName2,#inlineFormInputGroupUsername2{
    height: 60px;
    padding: 0px 30px 0px 20px;
    font-size: 17px;
    line-height: 1.55;
    color: #a5a7aa;
    border-radius: 5px;
    background-color: white;
    -webkit-box-shadow: 0px 20px 24px 0px rgba(138, 149, 160, 0.02);
    box-shadow: 0px 20px 24px 0px rgba(138, 149, 160, 0.02);
    border: 0px;
}
.subForm button{
    height: 60px;
    width: 90px;
    background-color: #547af8;
    font-size: 16px;
    font-weight: 700;
}
.subFormDiv{
    padding: 15px 20px;
    border-radius: 5px;
    background-color: rgba(192, 192, 192, 0.15);
    opacity: 1;
}