.cs-lets-talk {
    background: #FFF8ED;
    padding-top: 72px;
    padding-bottom: 72px;
}

.cs-lets-talk h2 {
    color: #222222;
    font-family: "DM Sans", sans-serif;
    font-size: 40px !important;
    font-weight: 500;
    line-height: 44px !important;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 40px;
    width: 515px;
}

.cs-lets-talk p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #414141;
}

.cs-lets-talk .cq-form{
    display: flex;
    justify-content: space-between;
    gap: 142px;
}

.cq-form .lawn-form .addressAutoComplete{
    position: absolute;
    z-index: 1;
    width: 100%;
    border: 1px solid #414141;
    background: #FFF8ED;
}

.cq-form .lawn-form .addressAutoComplete div{
    padding: 1px 0 1px 6px;
    cursor: pointer;
}

.lawn-form{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 48px;
}

.lawn-form p {
    color: #666666;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: -40px;
}

.lawn-form .form-label {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #222222;
}

.lawn-form .default-btn,
.lawn-form .error-btn {
    width: 214px !important;
}



.lawn-form p.notes {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #222222;
    margin-bottom: 0;
}

.lawn-form p.notes a{
    color: #046A38;
    text-underline-offset: 2px;
}

.form-details .thanks-form {
    height: 814px;
}

.form-details .thanks-form h3 {
    font-family: "DM Sans", sans-serif;
    font-size: 68px !important;
    font-weight: 500;
    line-height: 74.8px !important;
    letter-spacing: normal;
    margin-bottom: 24px;
}

.form-details .thanks-form p {
    width: 100% !important;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 32px;
}

.form-details .thanks-form .default-btn {
    width: 243px;
}

.lawn-form .error-btn:hover,
.lawn-form .error-btn:active {
    border: 2px solid #D22B2B;
    background: transparent;
    color: #000000 !important;
}

.lawn-form input[type="text"], 
.lawn-form input[type="email"], 
.lawn-form input[type="number"],
.lawn-form input[type="tel"] {
    min-height: 34px !important;
    border-bottom: 1px solid #8C8C8C;
    border-left: none;
    border-right: none;
    outline: none;
    border-radius: 0;
    border-top: none;
    padding: 4px 0 !important;
    background: transparent;
    margin-top: 8px;
}

label.error-text {
    font-family: "Inter", sans-serif;
    color: #D22B2B;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    margin-top: 4px;
}

.lawn-form input[type=number]:focus,
.lawn-form input[type=tel]:focus,
.lawn-form input[type=text]:focus {
    box-shadow: none;
}

.lawn-form input[type=number]::-webkit-outer-spin-button,
.lawn-form input[type=number]::-webkit-inner-spin-button,
.lawn-form input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -moz-appearance:textfield;
    appearance: none;
    /* margin: 0; */
}

@media only screen and (max-width: 1300px){
    .cs-lets-talk h2 {
        width: 400px;
    }
}

@media only screen and (max-width: 1200px){
    .cs-lets-talk h2 {
        width: 370px;
        margin-bottom: 24px;
    }

    .cs-lets-talk .cq-form{
        display: flex;
        justify-content: space-between;
        gap: 64px;
    }
}

@media only screen and (max-width: 990px){
    .form-details .thanks-form h3 {
        width: 100%;
    }

    .thanks-form {
        height: auto;
    }
    .cs-lets-talk .cq-form{
        flex-direction: column;
        gap: 40px;
    }
    .cs-lets-talk h2 {
        margin-bottom: 24px;
    }
    
    .cs-lets-talk{
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .cs-lets-talk p {
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px){
    .form-details .thanks-form{
        height: auto;
    }

    .form-details .thanks-form h3 {
        font-size: 42px !important;
        line-height: 44px !important;
        letter-spacing: normal;
    }

    .cs-lets-talk h2 {
        width: 100%;   
    }

    .mt-small-40{
        margin-top: 48px !important;
    }

    .cs-lets-talk .form-details .default-btn,
    .cs-lets-talk .form-details .default-error-btn .error-btn {
        width: 100% !important;
    }

}