
.old-cost {text-align: center;}

.new-cost {text-align: center;}


.m1-form input.field1,
.m1-form select.field1{

    position: relative;
    display: block;

    outline: 0;
    border: 3px solid #ddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100%;
    height: 80px;
    line-height: 80px;
    background:#f8f8f8;
    padding-left: 10px;
    font-size: 18px;
    font-family: 'Gotham Pro', sans-serif;
    font-weight: 400;
    color: #181818;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
    -webkit-appearance: none;
    appearance: none;
    margin-top: 15px;
}

.button-m{
    position: relative;
    
    
    width: 100%;
    height: 86px;
    line-height: 40px;
    margin: 0;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    font-family: 'Gotham Pro', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #414141;
    /* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#fcba46+0,5cff85+100 */
background: #fcba46; /* Old browsers */
background: -moz-linear-gradient(top, #c2ff85 0%, #5cff85 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #c2ff85 0%,#5cff85 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #c2ff85 0%,#5cff85 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2ff85', endColorstr='#5cff85',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0 6px 0 0 #c2ff85;
    box-shadow: 0 6px 0 0 #c2ff85;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.button-m:hover{
    
}
.button-m:active{
   
    top:-1px;
}
.m1-form {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
}
.m1-form .button-m{
    width: 100%;
}
h2.title {
    margin: 0;
    font-size: 28px;
    text-align: center;
}
h2.title > span{
}


.b5 a.button-m {
    margin-bottom: 70px;

}

.button-m {
    position: relative;
    overflow: hidden;}

.button-m:before {
    display: block;
    content: '';
    width: 80%;
    height: 100%;
    background: url() no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-animation: AnimationName 2s cubic-bezier(0.43, 0.61, 1, 1) infinite;
    -moz-animation: AnimationName 2s cubic-bezier(0.43, 0.61, 1, 1) infinite;
    -o-animation: AnimationName 2s cubic-bezier(0.43, 0.61, 1, 1) infinite;
    animation: AnimationName 2s cubic-bezier(0.43, 0.61, 1, 1) infinite;
    position: absolute;
    top: 0;
    left: -20%;
}
