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

.blk-free-quote-form {
    position: absolute;
    bottom: 130px;
    right: 0;
    padding: 40px 40px 23px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    border: 1px solid #FFF;
    max-width: 490px;
    z-index: 3;
    gap: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.intern .blk-free-quote-form {
    bottom: 93px;
}

.blk-free-quote-form .sect-title .bloc-title {
    color: #FFF;
    text-align: center;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.38462em;
}

.blk-free-quote-form .sect-title .bloc-title span {
    font-size: 2.125rem;
    line-height: 1.058825em;
}

.form-quote form .nice-select,
.form-quote form input.form-control,
.form-quote form select {
    vertical-align: middle;
    width: 100%;
    outline: none;
    height: 48px;
    width: 100%;
    padding: 12px 20px 12px;
    margin: 0;
    border-radius: 0;
    border: 0;
    background: #FFF;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    color: #000;
    text-align: left;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6em;
    box-shadow: none;
}

.form-quote form input.form-control:focus {
    color: #000;
    border: 0;
    background: #FFF;
    box-shadow: none;
}

.form-quote input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #817D7A !important;
}

.form-quote input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #817D7A !important;
    opacity: 1;
    /* Firefox */
}

.form-quote input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #817D7A !important;
}

.form-quote textarea::placeholder {
    color: #817D7A !important;
}

.form-quote form .nice-select {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    z-index: 3;
}

.form-quote form .nice-select:after {
    border-color: #010101;
    left: auto;
    top: auto;
    margin-top: -2px;
    right: 19px;
    margin-left: 10px;
}

.form-quote form .nice-select .list {
    background-color: #fff;
    margin-top: 0;
    border-radius: 0;
    width: 100%;
    padding: 12px 0;
}

.form-quote form .nice-select .list .option {
    font-family: "Poppins", sans-serif;
    color: #000;
    text-align: left;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    min-height: 1.6em;
    padding-left: 23px;
    padding-right: 23px;
}

.form-quote form .nice-select .list .option:hover {
    background: none;
    color: #29ABE2;
}

.form-quote form .nice-select .list .option.selected {
    font-weight: 700;
    color: #29ABE2;
}

.blk-free-quote-form .form-quote__inputs>.form-row {
    margin: 0 -8px;
}

.blk-free-quote-form .form-quote__inputs>.form-row>div {
    padding-left: 8px;
    padding-right: 8px;
}

.form-quote .form-group {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.form-quote__send button {
    width: 100%;
}


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

.contact-form {
    position: relative;
}

.contact-form .form-group {
    margin-bottom: 5px;
}

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

.contact-form .form-group .form-control.error {
    border: 1px solid #ff0000;
}

.contact-form .form-group label.error {
    font-size: 12px;
    color: #ff0000;
    line-height: normal;
    text-transform: none;
    position: relative;
}

.contact-form .form-group.contact-form__note {
    color: #381B47;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.33333em;
    margin-top: 11px;
    margin-bottom: 19px;
}

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

.contact-form .contact-form__inputs .input-group-prepend {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: auto;
    margin: 0;
}

.contact-form .contact-form__inputs .form-group .form-control {
    padding: 18px 20px 18px 46px;
    z-index: 1;
}

.contact-form .contact-form__inputs .input-group-prepend .input-group-text {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: none;
    width: auto;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}


/** Blk contact form **/

.blk-contact-form {
    position: relative;
    max-width: 568px;
    width: 100%;
}

.blk-contact-form .sect-title .sub-title {
    margin-bottom: 26px;
}