/* sc-component-id: sc-2e1qwi-0 */

.duQkzO form .steps {
    margin-bottom: 34px;
}

.duQkzO form .steps .title {
    font-size: 18px;
    line-height: 28px;
    -webkit-letter-spacing: -0.2px;
    -moz-letter-spacing: -0.2px;
    -ms-letter-spacing: -0.2px;
    letter-spacing: -0.2px;
    margin-bottom: 30px;
    font-weight: 700;
}

@media (max-width:767px) {
    .duQkzO form .steps .title {
        line-height: 24px;
    }
}

.duQkzO form .steps .input-field-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width:479px) {
    .duQkzO form .steps .input-field-row {
        margin-bottom: 15px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.duQkzO form .steps .input-field-row .form-field-blk {
    position: relative;
    width: 100%;
}

.duQkzO form .steps .input-field-row .form-field-blk.column {
    width: calc(50% - 10px);
    margin: 0;
}

@media (max-width:479px) {
    .duQkzO form .steps .input-field-row .form-field-blk.column {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width:479px) {
    .duQkzO form .steps .input-field-row .form-field-blk.column:last-child {
        margin-bottom: 0px;
    }
}

.duQkzO form .steps .input-field-row .form-field-blk .label-input-field {
    width: 100%;
    height: 55px;
    max-width: 100%;
    margin-bottom: 0px;
    padding: 16px 20px 17px 22px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: transparent;
    background-image: linear-gradient(180deg, transparent, transparent);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #0f0f0f;
    font-size: 16px;
    line-height: 22px;
    -webkit-letter-spacing: -0.17px;
    -moz-letter-spacing: -0.17px;
    -ms-letter-spacing: -0.17px;
    letter-spacing: -0.17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-width: 1px !important;
}

@media (min-width:1200px) and (max-width:1441px) and (max-height:850px) {
    .duQkzO form .steps .input-field-row .form-field-blk .label-input-field {
        height: 50px;
        padding: 14px 18px 15px 20px;
    }
}

@media (max-width:479px) {
    .duQkzO form .steps .input-field-row .form-field-blk .label-input-field {
        padding: 11px 15px 9px 16px;
        height: 44px;
        font-size: 14px;
    }
}

.duQkzO form .steps .input-field-row .form-field-blk .label-input-field.form-error {
    border-color: #EF5366;
}

.duQkzO form .steps .input-field-row .form-field-blk .label-input-field+label {
    pointer-events: none;
}

.duQkzO form .steps .input-field-row .form-field-blk .label-input-field+label+.error-msg {
    color: #EF5366;
    padding-top: 5px;
    display: block;
}

.duQkzO form .steps .input-field-row .form-field-blk .label-input-field:focus {
    border-color: #2097fc;
}

.duQkzO form .steps .input-field-row .form-field-blk .label-input-field:focus+label {
    top: -6px;
    font-size: 11px;
    line-height: 12px;
    padding: 0 2px;
    background: #e7f8ff;
    z-index: 9;
}

.duQkzO form .steps .input-field-row .form-field-blk .label-input-field.fill+label {
    top: -6px;
    font-size: 11px;
    line-height: 12px;
    padding: 2px 5px;
    background: #f2f7fb;
    z-index: 9;
}

.duQkzO form .steps .input-field-row .form-field-blk .label-input-field.textarea {
    height: 132px;
    resize: none;
    display: block;
}

.duQkzO form .steps .input-field-row .form-field-blk label {
    position: absolute;
    left: 22px;
    top: 15px;
    margin-bottom: 0px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #504f4f;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    -webkit-letter-spacing: -0.17px;
    -moz-letter-spacing: -0.17px;
    -ms-letter-spacing: -0.17px;
    letter-spacing: -0.17px;
    text-transform: capitalize;
    cursor: text;
    max-width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.duQkzO form .steps .input-field-row .form-field-blk select+label{
    display: none;
}
.duQkzO form .steps .input-field-row .form-field-blk select.label-input-field.fill+label{
    display: block;
}

.duQkzO form .steps .input-field-row .form-field-blk select {
    background-image:
      linear-gradient(45deg, transparent 50%, gray 50%),
      linear-gradient(135deg, gray 50%, transparent 50%),
      linear-gradient(to right, #ccc, #ccc) !important;
    background-position:
    calc(100% - 20px) calc(1em + 8px),
    calc(100% - 15px) calc(1em + 8px),
    calc(100% - 2.5em) 0.8em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
  }

@media (min-width:1200px) and (max-width:1441px) and (max-height:850px) {
    .duQkzO form .steps .input-field-row .form-field-blk label {
        left: 18px;
        top: 13px;
        font-size: 15px;
        line-height: 21px;
    }
}

@media (max-width:479px) {
    .duQkzO form .steps .input-field-row .form-field-blk label {
        left: 16px;
        top: 10px;
        font-size: 14px;
    }
}

.duQkzO form .steps .input-field-row .range-input-field {
    padding: 15px 22px 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    width: 100%;
}

.duQkzO form .steps .input-field-row .range-input-field .title-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
}

.duQkzO form .steps .input-field-row .range-input-field .title-row .row-title {
    font-size: 16px;
    line-height: 22px;
    -webkit-letter-spacing: -0.17px;
    -moz-letter-spacing: -0.17px;
    -ms-letter-spacing: -0.17px;
    letter-spacing: -0.17px;
    color: #504f4f;
}

@media (max-width:767px) {
    .duQkzO form .steps .input-field-row .range-input-field .title-row .row-title {
        font-size: 15px;
        line-height: 21px;
    }
}

@media (max-width:479px) {
    .duQkzO form .steps .input-field-row .range-input-field .title-row .row-title {
        font-size: 14px;
        line-height: 20px;
        padding-right: 10px;
    }
}

.duQkzO form .steps .input-field-row .range-input-field .title-row .budget {
    font-size: 16px;
    line-height: 22px;
    -webkit-letter-spacing: -0.17px;
    -moz-letter-spacing: -0.17px;
    -ms-letter-spacing: -0.17px;
    letter-spacing: -0.17px;
    color: #504f4f;
}

.duQkzO form .steps .input-field-row .range-input-field .title-row .budget span {
    color: #3d3d3d;
}

@media (max-width:767px) {
    .duQkzO form .steps .input-field-row .range-input-field .title-row .budget {
        font-size: 15px;
        line-height: 21px;
    }
}

@media (max-width:479px) {
    .duQkzO form .steps .input-field-row .range-input-field .title-row .budget {
        font-size: 14px;
        line-height: 20px;
    }
}

.duQkzO form .steps .input-field-row .range-input-field .input-range {
    position: relative;
    width: 85%;
    margin: 65px auto 40px;
}

.duQkzO form .steps .input-field-row .range-input-field .input-range .input-range__track {
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: rgba(145, 225, 255, 0.2);
    position: relative;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.duQkzO form .steps .input-field-row .range-input-field .input-range .input-range__track .input-range__track--active {
    background: rgba(145, 225, 255, 0.4);
}

.duQkzO form .steps .input-field-row .range-input-field .input-range .input-range__track .input-range__slider-container {
    top: -12px;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.duQkzO form .steps .input-field-row .range-input-field .input-range .input-range__track .input-range__slider-container .input-range__label {
    background: #fff;
    padding: 6px 7px;
    border-radius: 3px;
    box-shadow: 0 3px 4px 0 rgba(109, 216, 255, 0.49);
    font-size: 11px;
    -webkit-letter-spacing: -0.12px;
    -moz-letter-spacing: -0.12px;
    -ms-letter-spacing: -0.12px;
    letter-spacing: -0.12px;
    line-height: 15px;
    position: absolute;
    top: -42px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 16px;
    display: block;
}

.duQkzO form .steps .input-field-row .range-input-field .input-range .input-range__track .input-range__slider-container .input-range__label:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -7px;
    bottom: -8px;
    left: 50%;
    box-sizing: border-box;
    border: 5px solid;
    border-color: transparent transparent #fff #fff;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-shadow: -3px 3px 3px 0 rgba(109, 216, 255, 0.4);
}

.duQkzO form .steps .input-field-row .range-input-field .input-range .input-range__track .input-range__slider-container .input-range__slider {
    width: 27px;
    height: 27px;
    background: #fff;
    border: 5px solid #2097fc;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    cursor: pointer;
}

.duQkzO form .steps .input-field-row .range-input-field .input-range .input-range__label {
    position: absolute;
    font-size: 14px;
    -webkit-letter-spacing: -0.15px;
    -moz-letter-spacing: -0.15px;
    -ms-letter-spacing: -0.15px;
    letter-spacing: -0.15px;
    line-height: 19px;
    top: 15px;
}

.duQkzO form .steps .input-field-row .range-input-field .input-range .input-range__label.input-range__label--min {
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.duQkzO form .steps .input-field-row .range-input-field .input-range .input-range__label.input-range__label--max {
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.duQkzO form .steps .input-field-row .input-file-row {
    width: 100%;
    position: relative;
    position: relative;
}

.duQkzO form .steps .input-field-row .input-file-row .error-msg {
    color: #ef5366;
    padding-top: 5px;
    display: block;
}

.duQkzO form .steps .input-field-row .input-file-row label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 20px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

@media (max-width:479px) {
    .duQkzO form .steps .input-field-row .input-file-row label {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.duQkzO form .steps .input-field-row .input-file-row label.form-error {
    border-color: #ef5366;
}

.duQkzO form .steps .input-field-row .input-file-row label .file-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media (max-width:479px) {
    .duQkzO form .steps .input-field-row .input-file-row label .file-content {
        margin-bottom: 15px;
    }
}

.duQkzO form .steps .input-field-row .input-file-row label .file-content .icon {
    margin-right: 15px;
}

.duQkzO form .steps .input-field-row .input-file-row label .file-content .content-label {
    font-size: 16px;
    -webkit-letter-spacing: -0.17px;
    -moz-letter-spacing: -0.17px;
    -ms-letter-spacing: -0.17px;
    letter-spacing: -0.17px;
    line-height: 22px;
    color: #504f4f;
}

@media (max-width:767px) {
    .duQkzO form .steps .input-field-row .input-file-row label .file-content .content-label {
        font-size: 15px;
        line-height: 21px;
    }
}

.duQkzO form .steps .input-field-row .input-file-row label .row-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.duQkzO form .steps .input-field-row .input-file-row label .row-wrap .btn-close {
    width: 15px;
    height: 15px;
    margin-right: 15px;
    position: relative;
    z-index: 9;
}

.duQkzO form .steps .input-field-row .input-file-row label .row-wrap .btn-close:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #8f999e;
    position: absolute;
    top: 7.5px;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.duQkzO form .steps .input-field-row .input-file-row label .row-wrap .btn-close:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #8f999e;
    position: absolute;
    top: 7.5px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.duQkzO form .steps .input-field-row .input-file-row label .row-wrap .button {
    background: #2097fc;
    border-radius: 4px;
    box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.1);
    padding: 9px 23px 11px;
    font-size: 16px;
    -webkit-letter-spacing: 1.6px;
    -moz-letter-spacing: 1.6px;
    -ms-letter-spacing: 1.6px;
    letter-spacing: 1.6px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.duQkzO form .steps .input-field-row .input-file-row .file-field {
    height: 100%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.duQkzO form .steps .input-field-row .service-listing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -20px;
}

.duQkzO form .steps .input-field-row .service-listing .service-col {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

@media (max-width:767px) {
    .duQkzO form .steps .input-field-row .service-listing .service-col {
        width: 100%;
    }
}

.duQkzO form .steps .input-field-row .service-listing .service-col label {
    background: #fff;
    padding: 15px 16px;
    border-radius: 5px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
    position: relative;
    padding-left: 70px;
    font-size: 16px;
    line-height: 25px;
    -webkit-letter-spacing: -0.17px;
    -moz-letter-spacing: -0.17px;
    -ms-letter-spacing: -0.17px;
    letter-spacing: -0.17px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    cursor: pointer;
}

@media (max-width:479px) {
    .duQkzO form .steps .input-field-row .service-listing .service-col label {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (max-width:479px) {
    .duQkzO form .steps .input-field-row .service-listing .service-col label br {
        display: none;
    }
}

.duQkzO form .steps .input-field-row .service-listing .service-col label:after {
    content: '';
    width: 23px;
    height: 23px;
    position: absolute;
    top: 20px;
    left: 16px;
    border: 3px solid #f2dbcb;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.duQkzO form .steps .input-field-row .service-listing .service-col input[type='checkbox'] {
    visibility: hidden;
    width: 0;
    height: 0;
}

.duQkzO form .steps .input-field-row .service-listing .service-col input[type='checkbox']:checked+label {
    box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.13);
}

.duQkzO form .steps .input-field-row .service-listing .service-col input[type='checkbox']:checked+label:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTFweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxMSA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1NC4xICg3NjQ5MCkgLSBodHRwczovL3NrZXRjaGFwcC5jb20gLS0+CiAgICA8dGl0bGU+UGF0aDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJDb250YWN0LVVzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTkzLjAwMDAwMCwgLTE2NTkuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik02MDMuODAxMjk0LDE2NjAuMjQyMzggTDYwMi44MzYxNSwxNjU5LjIxMjA5IEM2MDIuNzAzODEyLDE2NTkuMDcwNzIgNjAyLjU0Mjg2MywxNjU5IDYwMi4zNTM2NzcsMTY1OSBDNjAyLjE2NDMxOCwxNjU5IDYwMi4wMDMzNjksMTY1OS4wNzA3MiA2MDEuODcxMDMxLDE2NTkuMjEyMDkgTDU5Ny4yMTU0ODIsMTY2NC4xODk0IEw1OTUuMTI5MDE5LDE2NjEuOTU0NTEgQzU5NC45OTY1MzEsMTY2MS44MTMwOCA1OTQuODM1NjgyLDE2NjEuNzQyNDQgNTk0LjY0NjQ5NiwxNjYxLjc0MjQ0IEM1OTQuNDU3MTg2LDE2NjEuNzQyNDQgNTk0LjI5NjMzNywxNjYxLjgxMzA4IDU5NC4xNjM4NSwxNjYxLjk1NDUxIEw1OTMuMTk4NzA2LDE2NjIuOTg0ODMgQzU5My4wNjYyMTksMTY2My4xMjYyMyA1OTMsMTY2My4yOTc5OSA1OTMsMTY2My41MDAwNSBDNTkzLDE2NjMuNzAxOTYgNTkzLjA2NjIxOSwxNjYzLjg3Mzg3IDU5My4xOTg3MDYsMTY2NC4wMTUyNSBMNTk1Ljc2NzY5MiwxNjY2Ljc1NzU5IEw1OTYuNzMyOTEsMTY2Ny43ODc4OCBDNTk2Ljg2NTMyMywxNjY3LjkyOTM2IDU5Ny4wMjYyMjIsMTY2OCA1OTcuMjE1NDgyLDE2NjggQzU5Ny40MDQ2NjgsMTY2OCA1OTcuNTY1NTY3LDE2NjcuOTI5MTggNTk3LjY5ODA1NCwxNjY3Ljc4Nzg4IEw1OTguNjYzMjQ4LDE2NjYuNzU3NTkgTDYwMy44MDEyOTQsMTY2MS4yNzI3NSBDNjAzLjkzMzY1NywxNjYxLjEzMTMyIDYwNCwxNjYwLjk1OTU5IDYwNCwxNjYwLjc1NzUzIEM2MDQuMDAwMDk5LDE2NjAuNTU1NTcgNjAzLjkzMzY1NywxNjYwLjM4MzgxIDYwMy44MDEyOTQsMTY2MC4yNDIzOCBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
    background-color: #f2dbcb;
}

.duQkzO form .steps .input-field-row .service-listing .service-col.periwinkle label:after {
    border-color: #c2d2f5;
}

.duQkzO form .steps .input-field-row .service-listing .service-col.periwinkle input[type='checkbox'] {
    visibility: hidden;
}

.duQkzO form .steps .input-field-row .service-listing .service-col.periwinkle input[type='checkbox']:checked+label:after {
    background-color: #c2d2f5;
}

.duQkzO form .steps .input-field-row .service-listing .service-col.robin-s-egg label:after {
    border-color: #a4eae4;
}

.duQkzO form .steps .input-field-row .service-listing .service-col.robin-s-egg input[type='checkbox'] {
    visibility: hidden;
}

.duQkzO form .steps .input-field-row .service-listing .service-col.robin-s-egg input[type='checkbox']:checked+label:after {
    background-color: #a4eae4;
}

.duQkzO form .steps .input-field-row .service-listing .service-col.beige label:after {
    border-color: #f9da9b;
}

.duQkzO form .steps .input-field-row .service-listing .service-col.beige input[type='checkbox'] {
    visibility: hidden;
}

.duQkzO form .steps .input-field-row .service-listing .service-col.beige input[type='checkbox']:checked+label:after {
    background-color: #f9da9b;
}

.duQkzO form .steps .input-field-row .service-listing .service-col.powder-pink label:after {
    border-color: #ecc2e5;
}

.duQkzO form .steps .input-field-row .service-listing .service-col.powder-pink input[type='checkbox'] {
    visibility: hidden;
}

.duQkzO form .steps .input-field-row .service-listing .service-col.powder-pink input[type='checkbox']:checked+label:after {
    background-color: #ecc2e5;
}

.duQkzO form .steps .input-field-row .service-listing .service-col.periwinkle label:after {
    border-color: #c2d2f5;
}

.duQkzO form .steps .input-field-row .service-listing .service-col.periwinkle input[type='checkbox'] {
    visibility: hidden;
}

.duQkzO form .steps .input-field-row .service-listing .service-col.periwinkle input[type='checkbox']:checked+label:after {
    background-color: #c2d2f5;
}

.duQkzO form .steps .input-field-row .service-listing .service-col.light-peach label:after {
    border-color: #f2dbcb;
}

.duQkzO form .steps .input-field-row .service-listing .service-col.light-peach input[type='checkbox'] {
    visibility: hidden;
}

.duQkzO form .steps .input-field-row .service-listing .service-col.light-peach input[type='checkbox']:checked+label:after {
    background-color: #f2dbcb;
}

.duQkzO form .steps .date-picker-row .heading-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

@media (max-width:767px) {
    .duQkzO form .steps .date-picker-row .heading-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.duQkzO form .steps .date-picker-row .heading-row .meeting {
    position: relative;
    font-size: 14px;
    line-height: 19px;
    color: #3d3d3d;
    padding-left: 31px;
}

@media (max-width:767px) {
    .duQkzO form .steps .date-picker-row .heading-row .meeting {
        margin: 0 10px 15px;
    }
}

.duQkzO form .steps .date-picker-row .heading-row .meeting:before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #EF5366;
    top: 3px;
    left: 0;
    position: absolute;
}

.duQkzO form .steps .date-picker-row .heading-row .day {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    color: #3d3d3d;
    font-family: Graphik;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width:767px) {
    .duQkzO form .steps .date-picker-row .heading-row .day {
        margin: 0 10px 15px;
        position: relative;
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial;
        left: 0;
    }
}

.duQkzO form .steps .date-picker-row .rwdpDayPickerContainer .rwdpDayBoxDesktop .rwdp-DayCircle-today {
    display: none;
}

.duQkzO form .steps .date-picker-row .rwdpDayPickerContainer .rwdpDayBoxDesktop .rwdp-DayCircle-container {
    margin: 24px 7px 20px;
    padding: 8px 0;
}

@media (min-width:992px) and (max-width:1199px) {
    .duQkzO form .steps .date-picker-row .rwdpDayPickerContainer .rwdpDayBoxDesktop .rwdp-DayCircle-container {
        margin: 24px 4px 20px;
    }
}

@media (max-width:991px) {
    .duQkzO form .steps .date-picker-row .rwdpDayPickerContainer .rwdpDayBoxDesktop .rwdp-DayCircle-container {
        margin: 24px 13px 20px;
    }
}

.duQkzO form .steps .date-picker-row .rwdpDayPickerContainer .rwdpDayBoxDesktop .rwdp-DayCircle-container:disabled {
    margin: 24px 0 20px;
}

.duQkzO form .steps .date-picker-row .rwdpDayPickerContainer .rwdpDayBoxDesktop .rwdp-DayCircle-container:disabled .rwdp-DayCircle-unavailable {
    display: none;
}

.duQkzO form .steps .date-picker-row .rwdpDayPickerContainer .rwdpDayBoxDesktop .rwdp-DayCircle-container .rwdp-DayCircle {
    background: #d3f3ff;
    border: 3px solid #2097fc;
    color: #000;
    font-size: 14px;
    font-family: Graphik;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.duQkzO form .steps .date-picker-row .rwdpDayPickerContainer .rwdpDayBoxDesktop .rwdp-DayCircle-container .rwdp-DayCircle strong {
    font-weight: 500;
}

@media (min-width:992px) and (max-width:1199px) {
    .duQkzO form .steps .date-picker-row .rwdpDayPickerContainer .rwdpDayBoxDesktop .rwdp-DayCircle-container .rwdp-DayCircle {
        width: 70px;
        height: 70px;
        font-size: 13px;
    }
}

.duQkzO form .steps .date-picker-row .rwdpDayPickerContainer .rwdpDayBoxDesktop .rwdp-DayCircle-container .rwdp-DayCircle.rwdp-DayCircle-selected {
    background: #2097fc;
    color: #fff;
}

.duQkzO form .steps .date-picker-row .rwdpDayPickerContainer .rwdpDayBoxMobil .rwdp-DayCircle {
    border-color: #2097fc;
    color: #000;
    font-size: 13px;
}

.duQkzO form .steps .date-picker-row .rwdpDayPickerContainer .rwdpDayBoxMobil .rwdp-DayCircle.rwdp-DayCircle-selected {
    background: #2097fc;
}

.duQkzO form .steps .date-picker-row .rwdpDayPickerContainer .rwdpNextWeekArrow,
.duQkzO form .steps .date-picker-row .rwdpDayPickerContainer .rwdpPrevWeekArrow {
    width: 12px;
    height: 12px;
    top: calc(50% - 10px);
    border: 4px solid #b5c4c8;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.duQkzO form .steps .date-picker-row .rwdpDayPickerContainer .rwdpNextWeekArrow {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.duQkzO form .steps .flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.duQkzO form .steps .flex-row .time-zone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    font-family: Graphik;
    margin-right: 20px;
}

@media (max-width:479px) {
    .duQkzO form .steps .flex-row .time-zone {
        margin: 0 0 20px 0;
    }
}

.duQkzO form .steps .flex-row .time-zone select {
    -webkit-appearance: none;
    border: 0;
    background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxMiA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1NC4xICg3NjQ5MCkgLSBodHRwczovL3NrZXRjaGFwcC5jb20gLS0+CiAgICA8dGl0bGU+UGF0aDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJDb250YWN0LVVzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI3OS4wMDAwMDAsIC0yMDAyLjAwMDAwMCkiIGZpbGw9IiM2REQ4RkYiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTY1LjAwMDAwMCwgNzIwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTEyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMTYwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJQYXRoIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3MjAuMDAwMDAwLCAxMTI2LjY0NzA1OSkgcm90YXRlKC05MC4wMDAwMDApIHRyYW5zbGF0ZSgtNzIwLjAwMDAwMCwgLTExMjYuNjQ3MDU5KSAiIHBvaW50cz0iNzIxLjk0ODk2IDExMzIuMjk0MTIgNzE2IDExMjYuNjQ3MjQgNzIxLjk0ODk2IDExMjEgNzI0IDExMjIuOTQ2ODkgNzIwLjEwMTMyNiAxMTI2LjY0NzI0IDcyNCAxMTMwLjM0NzU4Ij48L3BvbHlnb24+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat 100% 50%;
    font-weight: 500;
    margin-left: 7px;
    font-size: 14px;
    line-height: 19px;
    padding-right: 20px;
}

.duQkzO form .steps .flex-row .time-slot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    font-family: Graphik;
}

.duQkzO form .steps .flex-row .time-slot select {
    -webkit-appearance: none;
    border: 0;
    background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTJweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxMiA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1NC4xICg3NjQ5MCkgLSBodHRwczovL3NrZXRjaGFwcC5jb20gLS0+CiAgICA8dGl0bGU+UGF0aDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJDb250YWN0LVVzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI3OS4wMDAwMDAsIC0yMDAyLjAwMDAwMCkiIGZpbGw9IiM2REQ4RkYiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTY1LjAwMDAwMCwgNzIwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTEyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMTYwLjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJQYXRoIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3MjAuMDAwMDAwLCAxMTI2LjY0NzA1OSkgcm90YXRlKC05MC4wMDAwMDApIHRyYW5zbGF0ZSgtNzIwLjAwMDAwMCwgLTExMjYuNjQ3MDU5KSAiIHBvaW50cz0iNzIxLjk0ODk2IDExMzIuMjk0MTIgNzE2IDExMjYuNjQ3MjQgNzIxLjk0ODk2IDExMjEgNzI0IDExMjIuOTQ2ODkgNzIwLjEwMTMyNiAxMTI2LjY0NzI0IDcyNCAxMTMwLjM0NzU4Ij48L3BvbHlnb24+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat 100% 50%;
    font-weight: 500;
    margin-left: 7px;
    font-size: 14px;
    line-height: 19px;
    padding-right: 20px;
}

.duQkzO form .submit-row {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
    text-align: right;
}

.duQkzO form .submit-row .h-captcha{
    float: left;
}

.duQkzO form .submit-row .btn-submit {
    border-radius: 4px;
    padding: 15px 54px 17px;
    background-color: #2097fc;
    box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    border: 1px solid #2097fc;
    /* position: relative; */
    overflow: hidden;
    z-index: 1;
    text-align: center;
    line-height: 19px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    -webkit-letter-spacing: 1.6px;
    -moz-letter-spacing: 1.6px;
    -ms-letter-spacing: 1.6px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #fff;
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    -webkit-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
    float: right;
    margin-top: 10px;
}

@media (max-width:479px) {
    .duQkzO form .submit-row .btn-submit {
        margin-top: 10px;
        font-size: 14px;
    }
}

@media (max-width:991px) {
    .duQkzO form .submit-row .btn-submit {
        padding: 11px 50px 13px;
    }
}

.duQkzO form .submit-row .btn-submit:hover {
    color: #2097fc;
}

.duQkzO form .submit-row .btn-submit:after,
.duQkzO form .submit-row .btn-submit:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
}

.duQkzO form .submit-row .btn-submit:before {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 15ms ease-in-out;
    transition: all 15ms ease-in-out;
}

.duQkzO form .submit-row .btn-submit:after {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.duQkzO form .submit-row .btn-submit:hover:before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.duQkzO form .submit-row .btn-submit:hover:after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0ms ease-in-out;
    transition: all 0ms ease-in-out;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.duQkzO form .submit-row img {
    width: 30px;
    margin-left: 5px;
}

.duQkzO form .bottomAlert {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
    margin-top: 19px;
}

.duQkzO form .bottomSuccessText {
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 500;
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; */
    padding-left: 12px;
    margin-bottom: -6px;
}

@media (max-width:479px) {
    .duQkzO form .bottomSuccessText {
        font-size: 14px;
    }
}

.duQkzO form .bottomErrorText {
    color: #ef5366;
    font-size: 16px;
    font-weight: 500;
    padding-left: 12px;
}


/* sc-component-id: uufc7s-0 */

.envjkm .content-area:after {
    height: 480px;
}


/* sc-component-id: sc-keyframes-gaAkxj */

@-webkit-keyframes gaAkxj {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 400px 0;
    }
}

@keyframes gaAkxj {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 400px 0;
    }
}


/* sc-component-id: sc-keyframes-hKxjXJ */

@-webkit-keyframes hKxjXJ {
    from {
        -webkit-transform: translate3d(0, 25px, 0);
        -ms-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes hKxjXJ {
    from {
        -webkit-transform: translate3d(0, 25px, 0);
        -ms-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* sc-component-id: sc-keyframes-jyqIKd */

@-webkit-keyframes jyqIKd {
    0% {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    50% {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
}

@keyframes jyqIKd {
    0% {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    50% {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
}


/* sc-component-id: sc-keyframes-dhIbjn */

@-webkit-keyframes dhIbjn {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    50% {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 1;
    }
}

@keyframes dhIbjn {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    50% {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 1;
    }
}

.consult-left .content-part {
    padding-top: 60px;
    max-width: 238px;
    flex: 0 0 238px;
    width: 100%;
    margin-right: 30px;
}

.consult-left .content-part h3 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.33px;
    margin-bottom: 26px;
}

.consult-left .content-part p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
}

.consult-left .content-part .contet-list {
    margin-top: 48px;
    padding-left: 34px;
}

.consult-left .content-part .contet-list .list-blk {
    padding-bottom: 290px;
    position: relative;
}

.consult-left .content-part .contet-list .list-blk h4 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.17px;
    margin-bottom: 10px;
    position: relative;
}

.consult-left .content-part .contet-list .list-blk h4::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 3px solid rgb(255, 255, 255);
    background: rgb(145, 225, 255);
    position: absolute;
    left: -34px;
    top: 2px;
    border-radius: 50%;
    z-index: 1;
}

.consult-left .content-part .contet-list .list-blk p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.17px;
}

.consult-left .content-part .contet-list .list-blk::after {
    content: "";
    position: absolute;
    width: 2px;
    background: rgba(145, 225, 255, 0.2);
    left: -26px;
    top: 6px;
    height: 100%;
}

.budget label[for=range] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -175px;
    margin-top: -32px;
    height: 49px;
    padding-top: 6px;
    width: 350px;
    padding-left: 13px;
    -webkit-transform: skew(-62deg);
    overflow: hidden;
    padding-bottom: 10px;
}

.budget label[for=range]:after {
    content: "";
    position: absolute;
    bottom: 11px;
    left: 69px;
    height: 9px;
    width: 278px;
    box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.51);
    -webkit-transform: skew(62deg);
}

.budget input[type=range] {
    -webkit-appearance: none;
    background-color: transparent;
    width: 300px;
    height: 38px;
    padding-top: 10px;
    overflow: hidden;
    margin: 0;
    margin-left: -20px;
    transform-style: preserve-3d;
    perspective: 300;
    transform-origin: 50% 50% 300px;
    perspective-origin: 50% -121%;
    transform: skew(62deg);
}

.budget input[type=range]:focus {
    outline: none;
}

.budget input[type="range"]::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    cursor: pointer;
    background-color: transparent;
    width: 30px;
    height: 18px;
    box-shadow: 1px 5px 10px -1px rgba(0, 0, 0, 0.2), -25px 0 0 10px rgba(90, 184, 6, 0.5), -75px 0 0 10px rgba(90, 184, 6, 0.5), -125px 0 0 10px rgba(90, 184, 6, 0.5), -175px 0 0 10px rgba(90, 184, 6, 0.5), -225px 0 0 10px rgba(90, 184, 6, 0.5), -275px 0 0 10px rgba(90, 184, 6, 0.5), -325px 0 0 10px rgba(90, 184, 6, 0.5);
    z-index: 2;
}

.budget input[type="range"]::-webkit-slider-thumb:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: -285px;
    top: -28px;
    width: 300px;
    height: 140px;
    background: #9FE472;
    transform: rotateX(90deg);
    transform-origin: 0 0px 0;
    transform: rotateX(90deg) translateY(-140px) translateZ(-18px);
}

.budget input[type="range"]::-webkit-slider-thumb:before {
    content: "< >";
    font-family: 'Concert One', cursive;
    position: absolute;
    background: #eaebe5;
    background: -moz-linear-gradient(top, #eaebe5 0%, #dcdedd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaebe5), color-stop(100%, #dcdedd));
    background: -webkit-linear-gradient(top, #eaebe5 0%, #dcdedd 100%);
    background: -o-linear-gradient(top, #eaebe5 0%, #dcdedd 100%);
    background: -ms-linear-gradient(top, #eaebe5 0%, #dcdedd 100%);
    background: linear-gradient(to bottom, #eaebe5 0%, #dcdedd 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eaebe5', endColorstr='#dcdedd', GradientType=0);
    top: -2px;
    left: 0px;
    border-radius: 2px;
    color: #5a5a5a;
    text-shadow: 0 1px 0 white;
    height: 22px;
    width: 32px;
    border-top: 1px solid white;
    border-left: 1px solid white;
    box-sizing: border-box;
    text-align: center;
    line-height: 19px;
    font-size: 17px;
}

.budget input[type="range"]::-webkit-slider-runnable-track:before {
    content: "";
    position: absolute;
    height: 38px;
    width: 283px;
    background: #e8e8e8;
    background: -moz-linear-gradient(top, #dfdfdf 0%, #d8d8d8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfdfdf), color-stop(100%, #d8d8d8));
    background: -webkit-linear-gradient(top, #dfdfdf 0%, #d8d8d8 100%);
    background: -o-linear-gradient(top, #dfdfdf 0%, #d8d8d8 100%);
    background: -ms-linear-gradient(top, #dfdfdf 0%, #d8d8d8 100%);
    background: linear-gradient(to bottom, #dfdfdf 0%, #d8d8d8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#d8d8d8', GradientType=0);
    bottom: 0;
    left: 0;
}

.budget input[type="range"]::-webkit-slider-runnable-track:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 270px;
    background: rgb(247, 247, 247);
    top: 0;
    right: 26px;
    transform: skew(62deg);
}

.budget input[type=range]:before {
    content: "";
    position: absolute;
    background: rgb(190, 190, 190);
    box-shadow: 0 1px 0 rgb(235, 235, 235);
    width: 283px;
    left: 0;
    height: 1px;
    top: 29px;
    z-index: 1;
}

.budget input[type=range]:after {
    content: "";
    position: absolute;
    background: rgb(190, 190, 190);
    width: 7px;
    left: 3px;
    border-radius: 50%;
    height: 6px;
    top: 26px;
    z-index: 1;
    box-shadow: 30px 0 0 rgb(190, 190, 190), 60px 0 0 rgb(190, 190, 190), 90px 0 0 rgb(190, 190, 190), 120px 0 0 rgb(190, 190, 190), 150px 0 0 rgb(190, 190, 190), 180px 0 0 rgb(190, 190, 190), 210px 0 0 rgb(190, 190, 190), 240px 0 0 rgb(190, 190, 190), 270px 0 0 rgb(190, 190, 190), 60px 1px 0 rgb(235, 235, 235), 90px 1px 0 rgb(235, 235, 235), 120px 1px 0 rgb(255, 255, 255), 150px 1px 0 rgb(235, 235, 235), 180px 1px 0 rgb(235, 235, 235), 210px 1px 0 rgb(235, 235, 235), 240px 1px 0 rgb(235, 235, 235), 270px 1px 0 rgb(235, 235, 235);
}

.duQkzO form .steps .input-field-row .form-field-blk .label-input-field.form-error{
    border-color: rgb(239, 83, 102);
}

