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

.form-quote {
    position: relative;
    z-index: 3;
    overflow: hidden;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 179px 135px 63px 0 rgba(0, 0, 0, 0.00), 115px 86px 57px 0 rgba(0, 0, 0, 0.02), 65px 48px 48px 0 rgba(0, 0, 0, 0.08), 29px 22px 36px 0 rgba(0, 0, 0, 0.13), 7px 5px 20px 0 rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 1077px;
    padding-left: 24px;
    margin: -50px auto 0;
}

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

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

.form-quote .form-quote__title {
    color: #333A4F;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.227275em;
    max-width: 149px;
    padding: 12px 0;
    margin-right: auto;
}

.form-quote .form-group.form-quote__legend {
    color: #333A4F;
    font-size: 1em;
    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: 30px;
}

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

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

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

.form-quote .form-group button {
    font-family: "Google Sans", 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: #5C5C5C;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    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: 6px;
    border: 2px solid #21A26F;
    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: #21A26F;
}

.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: #21A26F;
}

.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 {
    font-family: "Google Sans", sans-serif;
    color: #FFF;
    font-size: 1.125em;
    font-style: normal;
    font-weight: 700;
    line-height: 1.444444em;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    gap: 10px;
    padding: 12px 24px;
    width: 161px;
    border-radius: 0;
    background-color: #21A26F;
    border: 0;
}

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

.form-quote .next-step button:hover {
    background-color: #89BB48;
    color: #FFF;
}


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

.contact-form {
    position: relative;
}

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

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

.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 .form-group.contact-form__note {
    color: #767676;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625em;
    margin-bottom: 48px;
}

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

.contact-form .form-group .contact-form__send button {
    margin-left: 48px;
    min-height: 58px;
    padding: 10px 16px;
}


/** Blk contact form **/

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