.circle-no-1 h4:before {
    content: "1";
}
.circle-no-2 h4:before {
    content: "2";
}
.circle-no-3 h4:before {
    content: "3";
}
.circle-no-1 h4:before , .circle-no-2 h4:before , .circle-no-3 h4:before{
    position: relative;
    left: -60px;
    top: 40px;
    background: #F37F57;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 40px;
  	-webkit-box-shadow: 0px 0px 15px 0px rgba(243,127,87,1);
		-moz-box-shadow: 0px 0px 15px 0px rgba(243,127,87,1);
		box-shadow: 0px 0px 15px 0px rgba(243,127,87,1);
}
input.wpforms-field-large , textarea.wpforms-field-medium {
    border-bottom: 2px solid #F37F57 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    margin-bottom: 20px !important;
}
button.wpforms-submit {
    background: #F37F57 !important;
    color: #FFF !important;
    font-size: 20px !important;
    border-radius: 30px !important;
    box-shadow: none !important;
    width: 200px !important;
    padding: 5px 0 !important;
}