/******************************************************************************
* Form quote
*******************************************************************************/

.page .free-quote-form-section {
    padding: 37px 0;
}

.blk-free-quote-form {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: #003863;
    padding: 44px 37px 47px;
    max-width: 485px;
    /* height: 672px; */
    margin-left: auto;
}

.form-quote {
    position: relative;
    width: 100%;
}

.form-quote form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.form-quote .form-quote__title {
    color: #FFF;
    font-family: "all-round-gothic", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.565em;
    text-transform: uppercase;
    margin: 0 0 30px;
    width: 100%;
    text-align: center;
}

.intern .form-quote .form-quote__title {
    font-size: 32px;
    margin: 0 0 32px;
    text-align: center;
    width: 343px;
}

.form-quote legend {
    color: #FFF;
    text-align: center;
    font-family: "all-round-gothic", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 0.982em;
    margin: 0;
    margin-bottom: 13px;
    text-align: center;
    float: none;
}

.form-quote__inputs fieldset:first-child {
    margin: 0 65px 0 0;
}

.intern .form-quote__inputs fieldset:first-child {
    margin: 0 0 40px 0;
}

.form-quote .list-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 410px;
    border-top: 1px solid #fff;
    padding: 14px 7px 0;
}

.form-quote .list-btn {
    padding-left: 0;
    padding-right: 0;
}

.form-quote .form-group {
    position: relative;
    margin-bottom: 0;
    text-align: center;
}

.form-quote .form-group i {
    position: relative;
    font-size: 30px;
    z-index: 2;
    color: #e7501e;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}

.form-quote .form-group i:before {
    display: table-cell;
    vertical-align: middle;
}

.form-quote .form-group i.fnt-rdvdiag-maison,
.form-quote .form-group i.fnt-rdvdiag-vente {
    font-size: 33px;
}

.form-quote .form-group i.fnt-rdvdiag-appartement {
    font-size: 27px;
}

.form-quote .form-group button {
    font-family: "Montserrat", sans-serif;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1em;
    text-transform: uppercase;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    text-align: center;
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    min-width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    margin: 0;
    letter-spacing: normal;
}

.form-quote .form-group button .list-btn-ico {
    width: 80px;
    height: 80px;
    border-radius: 64px;
    border: 2px solid #00A1BD;
    display: inline-flex;
    justify-content: center;
    background-color: transparent;
    align-items: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin: 0 auto 16px auto;
}

.form-quote .form-group button.active,
.form-quote .form-group button:hover,
.form-quote .form-group button:focus {
    outline: none;
    color: #fff;
}

.form-quote .form-group button.active *,
.form-quote .form-group button:hover *,
.form-quote .form-group button:focus * {
    color: #fff;
}

.form-quote .form-group button.active .list-btn-ico,
.form-quote .form-group button:hover .list-btn-ico,
.form-quote .form-group button:focus .list-btn-ico {
    outline: none;
    background-color: #00A1BD;
}

.form-quote .form-group button.active svg path,
.form-quote .form-group button:hover svg path,
.form-quote .form-group button:focus svg path {
    fill: #fff !important;
}

.form-quote .next-step {
    margin: 0 0 0 54px;
}

.intern .form-quote .next-step {
    margin: 45px 0 0;
    width: 100%;
}

.form-quote .next-step button {
    width: 81px;
    height: 156px;
    border-radius: 20px;
    background: #00A1BD;
    border: 0;
    box-shadow: none;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intern .form-quote .next-step button {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    border-radius: 10px;
    width: 100%;
    height: 42px;
}

.intern .form-quote .next-step button svg {
    margin-left: 10px;
}

.form-quote .next-step button:hover {
    background: #E56C33;
}

.form-quote .next-step button svg {
    margin: 0;
}


/******************************************************************************
* Contact form
*******************************************************************************/

.contact-form .form-group {
    margin-bottom: 37px;
    position: relative;
}

.contact-form .form-group textarea.form-control {
    height: 169px;
}

.contact-form .form-group .input-group .form-control {
    border-radius: 40px;
    padding: 18px 76px 18px 27px;
}

.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;
    position: absolute;
    bottom: -26px;
    left: 0;
    margin: 0;
}

.contact-form .form-group.contact-form__note {
    margin: -12px 0 14px;
}

.contact-form .form-group.contact-form__note p {
    color: #505050;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.575em;
    margin: 0 48px 0 0;
    flex: 1;
}

.contact-form .form-group:last-of-type {
    margin-bottom: 0;
}

.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: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0;
}


/** Blk contact form **/

.blk-contact-form {
    position: relative;
    max-width: 1219px;
    margin: 0 auto;
}

.blk-contact-form .sect-title .bloc-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15em;
    margin-bottom: 56px;
}

.blk-contact-form .contact-form__inputs>.row {
    margin: 0 -17px;
}

.blk-contact-form .contact-form__inputs>.row>div {
    padding-left: 17px;
    padding-right: 17px;
}