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

.form-quote {
    position: relative;
    z-index: 3;
    overflow: hidden;
    background: #FFF;
    box-shadow: 6px 6px 0 0 #212D54;
    width: 100%;
    max-width: 1164px;
    padding: 16px 32px;
    margin: -57px auto 0;
}

.free-quote__inner .layer-shape {
    margin-top: -80px;
    z-index: 2;
}

.form-quote form {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
}

.form-quote .form-quote__title {
    color: #212D54;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.227275em;
    max-width: 150px;
    margin-right: 20px;
}

.form-quote .form-group.form-quote__legend {
    color: #212D54;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.125em;
    text-transform: uppercase;
    float: left;
    text-align: right;
    margin: 0;
}

.form-quote__inputs {
    display: flex;
    align-items: center;
    gap: 40px;
}

.form-quote__inputs fieldset {
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 24px;
}

.form-quote .list-btn {
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
}

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

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

.form-quote .form-group button span:first-child {
    width: 56px;
    height: 56px;
    border-radius: 0;
    border: 2px solid #34B196;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.form-quote .form-group button:before {
    display: none;
}

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

.form-quote .form-group button.active span:first-child,
.form-quote .form-group button:hover span:first-child,
.form-quote .form-group button:focus span:first-child {
    outline: none;
    color: #fff;
    background-color: #34B196;
}

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

.form-quote .next-step {
    display: flex;
    align-items: center;
}

.form-quote .next-step button {}


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

.contact-form {
    position: relative;
}

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

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

.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: #767676;
    font-family: "Google Sans", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
    margin-bottom: 48px;
}

.contact-form .form-group .contact-form__send {
    margin-left: 48px;
}

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


/** Blk contact form **/

.blk-contact-form {
    position: relative;
}