.errortext {
    color: red!important;
}

.section.form-consultation-wrapper {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    padding-bottom: 30px;
    padding-top: 30px!important;
}

.form-consultation__inner {
    width: 610px;
    max-width: 100%;
    z-index: 1;
    position: relative;
}

.form-consultation__image {
    position: absolute;
    top: 30px;
    right: -70px;
}

.form-s.form-consultation {
    margin: 0px;
    background: transparent;
    position: relative;
}

.form-consultation .custom-btn {
    width: 497px;
    box-sizing: border-box;
    padding: 6px 0px;
    margin: 0px;
    line-height: 40px;
    display: block;
    min-width: auto;
    background: rgba(0, 98, 170, 1);
    min-height: auto;
    border: none;
    font-weight: 600;
    font-size: 20px;
    border-radius:25px;
    text-transform: none;
}

.form-consultation .textfield {
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    height: 52px;
    width: 497px;
    box-sizing: border-box;
    min-height: auto;
    background: rgba(247, 248, 249, 1);
    border-radius:12px;
}
.form-consultation .textfield::placeholder{
    color: rgba(90, 97, 108, 1);
    font-family: Onest;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.form-consultation .textfield:focus{
    background: rgba(209, 219, 240, 1);
    border: 2px solid rgba(0, 98, 170, 1);
}
.form-consultation{
    border: 2px solid rgba(163, 198, 224, 1);
    border-radius:32px;
    padding:52px;
}
.form-consultation textarea.textfield {
    height: 145px;
    resize: none;
}

.form-consultation {
    color: #000000;
}

.form-consultation__title {
    font-family: Onest;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    color: rgba(0, 0, 0, 1);

}

.form-consultation__desc {
    font-family: Onest;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(0, 0, 0, 1);
    margin-top:24px;
    margin-bottom:30px;
}

.form-consultation .input-wrp {
    margin-top: 10px;
}

.form-consultation .custom-checkbox {
    margin-top: 24px;
    margin-bottom:13px;
}

.form-s.form-consultation .col {
    padding-left: 5px;
    padding-right: 5px;
}

.form-s.form-consultation .row {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom:8px;
}
.form-consultation{
    padding:52px !important;
}
@media (max-width: 1199px) {
    .form-consultation__inner {
        width: 50%;
    }
    .form-consultation__image {
        width: calc(100% - 50%);
        right: 0px;
    }
    .form-consultation__image img {
        height: 100%;
        object-fit: contain;
        object-position: center;
    }
}

@media (max-width: 768px) {
    .form-consultation__inner {
        width: 100%;
    }
    .section.form-consultation-wrapper {
        border-top: 1px solid rgba(0, 0, 0, 0.10);
        box-shadow: none;
    }
    .form-consultation__image {
        width: 100%;
        bottom: -80px;
        position: absolute;
        left: 0px;
        height: auto;
        top: auto;
        opacity: 0.3;
        text-align: center;
    }
    .form-consultation .custom-btn {
        margin-left: 25px;
        margin-right: 25px;
        width: calc(100% - 50px);
    }
    .form-consultation .textfield {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .form-consultation__image img {
        width: 100%;
    }
    .form-consultation__image {
        width: 155%;
        bottom: -90px;
    }
    .form-consultation__title {
        font-size: 24px;
        line-height: 32px;
    }
}