/******************************************************************************
* Free quote form 
*******************************************************************************/
.page .free-quote-section {
    padding: 44px 0;
}

.form-quote {
    position: relative;
}

.form-quote form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.form-quote .sect-title .bloc-title {
    margin-bottom: 28px;
}

.form-quote form .nice-select,
.form-quote form input.form-control,
.form-quote form select {
    vertical-align: middle;
    outline: none;
    height: 45px;
    width: 200px;
    padding: 12px 20px;
    margin: 0;
    border: 0;
    border-radius: 25px 0;
    background: #FFF;
    font-family: "segoe-ui", sans-serif;
    color: #000;
    text-align: center;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.33333em;
}

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

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

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

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

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

.form-quote form .nice-select {
    z-index: 3;
    display: flex;
    justify-content: center;
}

.form-quote form .nice-select:after {
    position: relative;
    right: -10px;
    margin-top: -5px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.53);
    border-right: 2px solid rgba(0, 0, 0, 0.53);
}

.form-quote form .nice-select .list {
    background: #FFF;
    margin-top: 4px;
    border-radius: 0;
    width: 100%;
    padding: 10px 14px;
    overflow: visible;
}

.form-quote form .nice-select .list .option {
    font-family: "segoe-ui", sans-serif;
    color: #000;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.33333em;
    min-height: 20px;
    padding: 3px 0;
}

.form-quote form .nice-select .list .option:nth-child(1) {
    height: 0;
    min-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    padding: 0;
}

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

.form-quote form .nice-select .list .option.selected {
    font-weight: 600;
    color: #5DD95D;
}

.form-quote .form-group {
    margin-bottom: 0;
}

.form-quote__inputs .form-quote__send button {
    border-radius: 15px 0;
    display: flex;
    height: 44px;
    width: 44px;
    justify-content: center;
    align-items: center;
    background: #5DD95D;
    box-shadow: none;
    padding: 5px;
    margin: 0;
    border: 0;
}

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

.contact-form {
    position: relative;
}

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

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

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

.contact-form .form-group label.error {
    font-size: 12px;
    color: #ff0000;
    line-height: normal;
    text-transform: none;
    position: absolute;
    left: 0;
    bottom: -7px;
    margin-bottom: 0;
}

.contact-form .contact-form__inputs .input-group-prepend {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    height: 100%;
    margin: 0;
    padding: 0;
}

.contact-form .contact-form__inputs .input-group .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 10px 0 20px;
}

.contact-form .contact-form__inputs .form-group .form-control {
    padding-left: 46px;
}

.contact-form .form-group.contact-form__note {
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 31px;
}

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


/** Blk contact form **/

.blk-contact-form {
    position: relative;
    max-width: 706px;
}