.save-money-section{
    margin: 50px 0;   
}

.displayBlock{
    width: 100%;
    display: inline-block;
}

.paragraph-save-money{
    width: 100%;
    float: left;
    /*text-align: justify;*/
}

.form-save-money{
    width: 35%;
    float: right;
    margin-bottom: 20px;
}

.paragraph-save-money h5{
    font-size: 22px;
    margin: 0;
    color: #1b2065;
}
.paragraph-save-money p{
    font-size: 12px;
}

.paragraph-save-money ul{
    font-size: 12px;
}
.form-save-money form .form_group{
    padding: 0 25px;
} 
.how-it-works-section{
    margin: 0 0 50px;   
}

.how-it-works-section h2{
    font-size: 28px;
    text-align: center;
    color: #1b2065;
}

.how-it-works-grid{
    width: 100%;
    float: left;
    padding: 0 60px;
}

.how-it-works-grid li{
    width: 30%;
    float: left;
    margin-right: 5%;
    padding: 20px 55px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.25);
    list-style: none;
    min-height: 297px;
}

.upper-content-li{
    width: 100%;
    text-align: center;
}

.upper-content-li h3{
    font-size: 26px;
    color: #1b2065;
}

.how-it-works-grid li:last-child{
    margin-right: 0;
}

.form-save-money .utilize_form{
    width: 90% !important;
    float: right;
    padding: 0 !important;
    margin: 0 !important;
}

.form-save-money .utilize_form h3{
    font-size: 20px !important;
    line-height: 18px !important;
    color: #fff !important;
    margin-top: 10px !important;
    display: inline-block;
}

.form-save-money .utilize_form h2{
    margin: 10px 0;
    display: inline-block;
}

.save-money-form-content{
    padding: 0 10px;
    background-color: #1b2065;
    color: #fff;
}



.form-save-money form{
    padding: 20px;
}

.form-save-money.v2_container form .get_btn{
    margin-top: 15px;
    width: 265px;
    height: 50px;
    background-size: contain;
}

.left-steps-ul{
    width: 50%;
    float: left;
    padding: 0;
    margin: 0;
}

.left-steps-ul li{
    list-style: none;
    padding: 20px 40px;
    color: #fff;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
}

.left-steps-ul li:before{
    content: '';
    position: absolute;
    left: 200px;
    transform: translate(-100px,0);
    top: 0;
    background: url('../images/steps-arrow.png') no-repeat center;
    height: 100%;
    width: 200px;
}

.left-steps-ul li:first-child
{
    background-color: #73c9e0;
}

.left-steps-ul li:nth-child(2)
{
    background-color: #5bbace;
}

.left-steps-ul li:last-child
{
    background-color: #4ba1c2;
}

.steps-ul-section{
    margin-bottom: 50px;
}

.step-number{
    font-size: 36px;
    float: left;
    padding-top: 10px;
    padding-left: 20px;
}

.step-content{
    font-size: 20px;
    float: right;
    width: 55%;
    padding-top: 10px;
}

.steps-image-right{
    width: 50%;
    float: right;
    text-align: center;
}

.steps-image-right img{
    height: 348px;
}

