.contact-form{
    padding: 0 30px;
        text-align: center;
    }
    .Ap-contact-container{
        width: 100%;
        max-width: 960px;
        background: #fff;
        margin: 130px auto;
        padding: 25px;
        text-align: left;
        border-radius: 15px;
    }
    .center-bloc{
    display:none;
    }
    .contact-form h1{
    text-align: center;
        font-family: "Omnes",sans-serif;
        font-weight: 600;
        font-size: 41px;
        width: 100%;
        color: #99398a;
        margin:0 0 0px 0;
    }
    .contact-form .form-control{
        border: none;
        border-bottom: 1px solid #c3c3c3;
        padding-left: 0;
        color: #757d82!important;
        font-size: 16px;
    }
    .contact-form .btn-style-1 .btn-icon {
        display: inline-block;
        width: 36px;
        height: 36px;
        padding: 2px;
        background-color: #99398a;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin-right: 8px;
        -webkit-box-shadow: 1px 1px 10px #99398a;
        -moz-box-shadow: 1px 1px 10px #99398a;
        box-shadow: 1px 1px 10px #99398a;
    }
    .contact-form .btn-style-1 {
        border: 0;
        background-color: transparent;
        font-weight: 400;
        font-size: 20px;
        color: #99398a;
        cursor: pointer;
        outline: 0;
        padding-top: 7px;
        padding-bottom: 7px;
    }