.fee__wrapper h2 {
        display: block;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 900;
        line-height: 1;
        color: #2d3e50 !important; 
        font-weight: 500; 
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
        font-weight: bold;
    }
    .fee__wrapper-form  .input-group {
        width: 100%;
    }
    .fee__wrapper-form  .input-group input {
        background: #ffffff none repeat scroll 0 0;
        padding: 8px;
        min-height: 42px;
        color: #2d3e50 !important;
        max-width: 400px;
        width: 100%;
        display: block;
        float: none;
        border: 1px solid #efefef;
        box-shadow: 2px 2px 37px rgba(0,0,0,0.1);
        margin: 0 auto 20px auto;
    }
    .fee__wrapper-form  .input-group span {
        display: block;
        width: 100%;
        text-align: center;

    }
    .fee__wrapper-form  .input-group span button {
        padding: 10px 40px;
        border-radius: 0px;
    }
    .stc--data {
        max-width: 700px;
        width: 100%;
        margin: 50px auto; 
        border-top: 1px solid #efefef;
        padding-top: 35px;
    }
    .stc--data--block {
        border: 2px solid #efefef;
        padding: 15px;
        text-align: center;
        margin-bottom: 20px;
        display: block;
        overflow: hidden;
    }
    .stc--data--block p {
        margin-bottom: 0px;
        float: left;
        text-align: right;
        width: 50%;
        padding-right: 15px;
    }
    .stc--data--block span {
        margin-bottom: 0px;
        float: right;
        text-align: left;
        width: 50%;
        padding-left: 15px;
    }
    .stc--data--action {
        text-align: center;
    }
    .stc--data--action span a {
        background: #0073ad none repeat scroll 0 0;
        color: #ffffff;
        padding: 10px 30px;
        display: inline-block;
        margin-top: 10px;
    }