.free-quote-form-section .content h3 {
    color: #0D0F33;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 50.4px */
    margin-bottom: 24px;
}
.free-quote-form-section.left_form_right_content {
    background-image: url('https://www.nutshell.com/wp-content/themes/nutshell/assets/img/blocks/general/free-quote-form/left-form-right-content-bg.png');
    background-size: auto;
    background-position: right top;
    background-repeat: no-repeat;
    background-color: var(--colors-light-blue, #F7FAFC);
}
.free-quote-form-section.centered_form_bg_color {
    background-image: url('https://www.nutshell.com/wp-content/themes/nutshell/assets/img/blocks/general/free-quote-form/centered_form_bg_color_v2.png');
    background-size: 100% auto;
    background-position: left top;
    background-repeat: no-repeat;
}
.free-quote-form-section.left_form_right_content .form {
    order: -1;
}
.free-quote-form-section.left_form_right_content .content {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
}
.free-quote-form-section.left_content_right_form_full_form_bg .form {
    position: relative;
}
.free-quote-form-section.left_content_right_form_full_form_bg .form form {
    z-index: 2;
    position: relative;
}
.free-quote-form-section.left_content_right_form_full_form_bg .form .left_content_right_form_full_form_bg-blue-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
}
section.free-quote-form-section.left_content_right_form .webfx-form-styled {
    max-width: 100%;
}
.free-quote-form-section.left_content_right_form .webfx-form-styled,
.free-quote-form-section.left_content_right_form_full_form_bg .webfx-form-styled,
.free-quote-form-section.left_content_right_form .content,
.free-quote-form-section.left_content_right_form_full_form_bg .content  {
    padding-top: 96px ;
    padding-bottom: 96px ;
}
.free-quote-form-section.left_content_right_form_full_form_bg .form > div {
    background: var(--color-lighter-blue);
}
.free-quote-form-section .webfx-form-styled {
    margin: 0;
}
.free-quote-form-section.left_content_right_form .webfx-form-styled {
    padding: 48px;
}
.free-quote-form-section.left_content_right_form .form-row-heading,
.free-quote-form-section.left_content_right_form_full_form_bg .form-row-heading {
    display: none;
}
.free-quote-form-section-details {
    display: flex;
    justify-content: center;
    gap: 96px;
}
.free-quote-form-section-details .form {
    padding: 0px;
}
.free-quote-form-section-details > div {
    flex: 1;
}
.free-quote-form-section-details .content .description {
    margin-bottom: 0px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.free-quote-form-section-details .content .description p {
    color: #0D0F33;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */

}
.free-quote-form-section-details .content .description section {
    margin-top: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}
.free-quote-form-section-details .content .icon-with-desc img {
    max-width: 32px;
}
.free-quote-form-section-details .content .icon-with-desc {
    display: flex;
    row-gap: 32px;
    column-gap: 48px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 48px;
}
.free-quote-form-section-details .content .icon-with-desc .item {
    flex: 0 0 calc(50% - 24px); /* 50% width with a gap of 48px */
    /* Adjust the width calculation based on the gap value */
    box-sizing: border-box;
    display: flex;
    gap: 24px;
    align-items: center;
}
.free-quote-form-section-details .content .icon-with-desc .item p {
    flex: 1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */

}
.free-quote-form-section .webfx-form-styled textarea {
    padding: 8px;
    height: 126px;
}
.free-quote-form-section  .webfx-form-styled input,
.free-quote-form-section  .webfx-form-styled textarea {
    border: 1px solid #CCC;
    background: #FFF;
    /* color: var(--text-secondary, #98A6B4); */
    /* font-family: IBM Plex Sans; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.free-quote-form-section  .webfx-form-styled input::placeholder,
.free-quote-form-section  .webfx-form-styled textarea::placeholder {
    color: var(--text-secondary, #98A6B4);

}

.free-quote-form-section  .webfx-form-styled .half-size-input  {
    width: 48%;
    display: inline-block;

}
.free-quote-form-section  .webfx-form-styled .half-size-input:nth-child(even) {
    position: relative;
    left: 3.5%;
}
.free-quote-form-section  .webfx-form-styled .btn {
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #FE5800;
    color: #FFF;
    text-align: center;
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}
.free-quote-form-section.left_form_right_content .free-quote-form-section-details .form,
.free-quote-form-section.centered_form_bg_color  .free-quote-form-section-details .form .webfx-form-styled
 {
    padding: 80px 48px 48px 48px;
    background-color: var(--color-lighter-blue);
    align-items: center;
}
.free-quote-form-section.left_form_right_content .free-quote-form-section-details .form {
    padding-right: 24px;
    padding-left: 24px;
    display: flex;
    justify-content: center;
}
.free-quote-form-section.centered_form_bg_color  .free-quote-form-section-details .form form {
    display: flex;
    justify-content: center;
}
.free-quote-form-section.centered_form_bg_color .free-quote-form-section-details .form  .webfx-form-styled {
    width: 614px;
    max-width: 100%;
}
.free-quote-form-section.left_form_right_content .free-quote-form-section-details .form  .webfx-form-styled  {
    padding: 0px!important;
}
.free-quote-form-section .free-quote-form-section-details .form .webfx-form-styled .line-separator,
.free-quote-form-section .free-quote-form-section-details .form .webfx-form-styled img{
    display: none;
}
.free-quote-form-section .free-quote-form-section-details .form .webfx-form-styled .heading-form
 {
    color: #0D0F33;
    text-align: center;
    font-family: Doyle;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
.free-quote-form-section .free-quote-form-section-details .form .webfx-form-styled .form__description
  {
    color: #0D0F33;

    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 32px;
}

.free-quote-form-section.left_content_right_form .form,
.free-quote-form-section.left_content_right_form .form > div,
.free-quote-form-section.left_content_right_form .form form {
    display: flex;
}
.free-quote-form-section .third-party-reviews-widgets {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.free-quote-form-section .wpcf7-not-valid-tip {
    position: relative;
    bottom: 10px;
    color: #d30202;
}
.free-quote-form-section  .wpcf7-response-output {
    display: none!important;
}
@media screen and (min-width: 992px) {
    .free-quote-form-section.left_content_right_form_full_form_bg .form {
        position: relative;
        padding-left: 120px;
    }
    .free-quote-form-section.left_content_right_form .webfx-form-styled {
        padding-top: 101px;
    }
    .free-quote-form-section-additional-block-mobile {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .free-quote-form-section.left_content_right_form .free-quote-form-section-details,
    .free-quote-form-section.left_content_right_form_full_form_bg .free-quote-form-section-details,
    .free-quote-form-section.left_form_right_content .free-quote-form-section-details {
        flex-direction: column;
    }
    .free-quote-form-section.left_form_right_content .free-quote-form-section-details {
        gap: 24px;
    }
    .free-quote-form-section-additional-block-desktop {
        display: none;
    }
    .left_content_right_form_full_form_bg-blue-bg {
        display: none;
    }
    section.free-quote-form-section.left_content_right_form_full_form_bg .content {
        padding-left: 24px;
        padding-right: 24px;
    }
    section.free-quote-form-section.left_content_right_form_full_form_bg .form {
        display: flex;
        justify-content: center;
        background: var(--color-lighter-blue);
    }
    section.free-quote-form-section.left_content_right_form_full_form_bg .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    .free-quote-form-section.left_content_right_form_full_form_bg .content {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .free-quote-form-section.left_content_right_form .content {
        padding-bottom: 0px;
    }
    .free-quote-form-section.left_content_right_form .form-row-heading, .free-quote-form-section.left_content_right_form_full_form_bg .form-row-heading {
        display: block;
    }
    section.free-quote-form-section.left_content_right_form .webfx-form-styled {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media screen and (max-width: 500px) {
    .free-quote-form-section.centered_form_bg_color .free-quote-form-section-details .form .webfx-form-styled {
        width: 100%;
        max-width: 100%!important;
    }
    .free-quote-form-section.centered_form_bg_color .free-quote-form-section-details .form form {
        background: var(--color-lighter-blue);
    }
    .free-quote-form-section.left_form_right_content .webfx-form-styled .btn {
        width: 100%;
        max-width: 100%;
    }
    .free-quote-form-section.centered_form_bg_color .free-quote-form-section-details .form .webfx-form-styled {
        padding-left: 24px;
        padding-right: 24px;
    }
}
