/******************************************************************************
* Form free quote
*******************************************************************************/
.blk-form-free-quote {
    border-radius: 20px;
    background: #3B4459;
    box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.05);
    max-width: 1230px;
    margin: -140px auto 0 auto;
    position: relative;
    z-index: 3;
    padding: 24px 48px 22px 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.blk-form-free-quote form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
}

.free-quote-title {
    color: #FFF;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.4px;
    text-transform: uppercase;
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: #4690B2;
}

.blk-form-free-quote .form-quote__legend {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25em;
    margin-bottom: 14px;
    text-align: center;
    color: #fff;
}

.form-quote__inputs {
    flex: 1;
    -ms-flex: 1;
    padding: 0 0 0 24px;
}

.form-quote__inputs fieldset {
    width: 452px;
}

.form-quote__inputs fieldset:first-child {
    margin-right: 72px;
}

.blk-form-free-quote .list-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #fff;
    padding: 14px 24px 0;
}

.blk-form-free-quote .form-group {
    position: relative;
    margin-bottom: 0;
    text-align: center;
}

.blk-form-free-quote .form-group i {
    position: relative;
    font-size: 30px;
    z-index: 2;
    color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}

.blk-form-free-quote .form-group i:before {
    display: table-cell;
    vertical-align: middle;
}

.blk-form-free-quote .form-group i.fnt-rdvdiag-maison,
.blk-form-free-quote .form-group i.fnt-rdvdiag-vente {
    font-size: 33px;
}

.blk-form-free-quote .form-group i.fnt-rdvdiag-appartement {
    font-size: 27px;
}

.blk-form-free-quote .form-group button {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    color: #FFF;
    position: relative;
    display: block;
    width: 80px;
    text-align: center;
    height: 80px;
    padding: 21px;
    background-color: transparent;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    border-radius: 64px;
    border: 2px solid #7ABB5E;
    min-width: auto;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    margin: 0 auto 13px auto;
}

.blk-form-free-quote .form-group button:before {
    display: none;
}

.blk-form-free-quote .form-group button.active,
.blk-form-free-quote .form-group button:hover,
.blk-form-free-quote .form-group button:focus {
    outline: none;
    color: #fff;
    background-color: #7ABB5E;
}

.blk-form-free-quote .form-group button.active *,
.blk-form-free-quote .form-group button:hover *,
.blk-form-free-quote .form-group button:focus * {
    color: #fff;
}

.blk-form-free-quote .form-group>div {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    color: #FFF;
}

.blk-form-free-quote .next-step {
    margin-left: auto;
}

.blk-form-free-quote .next-step button {

    display: flex;
    padding: 16px 24px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: #7ABB5E;
    box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.05);
    border: 0;
    width: 80px;
    height: 157px;
}

.blk-form-free-quote .next-step button:hover {
    background-color: #4690B2;
}

.blk-form-free-quote .next-step button svg {
    margin: 0;
}



/******************************************************************************
* Contact form
*******************************************************************************/

.contact-form .form-group {
    margin-bottom: 16px;
    position: relative;
}

.contact-form .form-group textarea.form-control {
    height: 117px;
}

.contact-form .form-group .form-control.error {
    border: 1px solid #ff0000;
}

.contact-form .form-group label.error {
    font-size: 12px;
    color: #ff0000;
    line-height: inherit;
    text-transform: none;
}

.contact-form .input-group-append {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    height: 100%;
    margin: 0;
    padding: 0;
}

.contact-form .contact-form__inputs .input-group .form-control {
    border-radius: 15px;
    padding: 18px 20px 18px 45px;
}

.contact-form .input-group-append .input-group-text {
    border: 0;
    padding: 0;
    margin: 0;
    background: none;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 18px 10px;
}

.contact-form .form-group.contact-form__note {
    color: rgba(59, 68, 89, 0.50);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7em;
    position: relative;
    margin-top: 1px;
    margin-bottom: 60px;
}

.contact-form .form-group:last-of-type {
    margin-bottom: 0;
}

.contact-form .contact-form__send button {}

.contact-form .contact-form__send button svg {
    margin: 0 8px 0 0;
}



/** Blk contact form **/

.blk-contact-form {
    position: relative;
    flex: 1;
}

.blk-contact-form .sect-title h1 {
    margin-bottom: 60px;
}

.blk-contact-form .contact-form__inputs>.row {
    margin: 0 -12px;
}

.blk-contact-form .contact-form__inputs>.row>div {
    padding-left: 12px;
    padding-right: 12px;
}