/******************************************************************************
* Form quote
*******************************************************************************/

.blk-form-free-quote {
    background: #1e3853;
    border-radius: 25px;
    max-width: 1379px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    padding: 35px 30px 38px;
}

.blk-form-free-quote form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
}

.blk-form-free-quote .form-quote-title {
    color: #fff;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.27em;
    margin-bottom: 50px;
}

.blk-form-free-quote .form-quote__legend {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.28em;
    margin-bottom: 8px;
    text-align: center;
    text-transform: uppercase;
}

.form-quote__inputs {
    position: relative;
    padding: 0 33px;
}

.form-quote__inputs fieldset:first-child {
    margin-right: 57px;
}

.blk-form-free-quote .list-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
    background-color: rgba(110, 198, 217, 0.08);
    padding: 18px 25px 16px;
    border-radius: 30px;
    width: 384px;
}

.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: "Montserrat", sans-serif;
    position: relative;
    display: block;
    width: 60px;
    text-align: center;
    height: 60px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    padding: 0;
    background-color: #fff;
    border: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    min-width: auto;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    margin: 0 auto 12px 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: #1e3853;
    background-color: #6ec6d9;
}

.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: #1e3853;
}

.blk-form-free-quote .form-group>div {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.27em;
}

.blk-form-free-quote .next-step {
    margin-top: 28px;
}

.blk-form-free-quote .next-step button {
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    background: #ecab23;
    height: auto;
    padding: 0;
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 62px;
    height: 124px;
    border-radius: 40px;
}

.blk-form-free-quote .next-step button.btn-hover-anime .btn-icon {
    margin-left: -7px;
}

.blk-form-free-quote .next-step button.btn-hover-anime:hover .btn-icon+.btn-icon {
    transform: translateX(10px);
}

.blk-form-free-quote .next-step button:hover svg path {}


/******************************************************************************
* Contact form
*******************************************************************************/

.contact-form .form-group {
    margin-bottom: 22px;
    position: relative;
}

.contact-form .form-group textarea.form-control {
    height: 154px;
}

.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-prepend {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    height: 100%;
    margin: 0;
    padding: 0;
}

.contact-form .input-group-prepend .input-group-text {
    border: 0;
    padding: 0;
    margin: 0;
    background: none;
    width: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0;
}

.contact-form .form-group.contact-form__note {
    color: #282828;
    font-size: 15px;
    font-style: italic;
    font-weight: 200;
    line-height: 1.3em;
    position: relative;
    margin-top: -3px;
    margin-bottom: 30px;
}

.contact-form .form-group:last-of-type {
    margin-bottom: 0;
}


/** Blk contact form **/

.blk-contact-form {
    position: relative;
    padding: 79px 0 274px;
}

.blk-contact-form .contact-form__title {
    color: #1e3853;
    font-size: 51px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 57px;
}

.blk-contact-form .contact-form {
    padding-top: 22px;
}

.blk-contact-form .contact-form__inputs>.row {
    margin: 0 -7px;
}

.blk-contact-form .contact-form__inputs>.row>div {
    padding-left: 7px;
    padding-right: 7px;
}

.blk-contact-form .contact-form__image {
    width: 1016px;
    height: 579px;
    overflow: hidden;
    border-radius: 15px;
    float: right;
    margin-right: 65px;
}