.hidden-form-input {
    display: none;
}
.banner-text {
    max-width: 525px;
    width: 100%;
}

.banner-text ul li:before {
    background-image: url("../img/book/mark.svg");
}

.book-banner-text h3 {
    margin-top: 10px;
}

.banner-text ul {
    margin-bottom: 60px;
}

.clients-area {
    border-bottom: 1px solid var(--light-silver-d-9-d-9-d-9);
    margin-top: 50px;
    padding-bottom: 60px;
}

.clients-logo {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
}

.clients-title {
    margin-bottom: 65px;
}

.clients-logo span {
    display: inline-block;
    margin-bottom: 10px;
}

.clients-title h3 {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--shark-1-a-1-b-20);
    font-family: 'Playfair Display', serif;
}

.manager-area {
    position: relative;
}

.manager-area:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 1px;
    background-color: var(--mandarin-ea-7-b-3-d);
    bottom: 0;
    left: 0;
}

.manager-info {
    margin-top: 16px;
    display: flex;
    align-items: center;
    padding-bottom: 23px;
}

.book-inner {
    padding: 35px;
    position: relative;
    background: #fff;
}

.quote-icon {
    position: absolute;
    right: -15px;
    bottom: -15px;
}

.manager-img {}

.manager-text {
    padding-left: 16px;
}

.manager-text h5 {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--shark-1-a-1-b-20);
}

.manager-text h6 {
    font-size: 12px;
    line-height: 1.3;
    color: var(--shark-1-a-1-b-20);
}

.book-form {
    width: 480px;
    box-shadow: 0 12px 42px -4px rgba(46, 46, 46, 0.12), 0 8px 18px -6px rgba(46, 46, 46, 0.12);
    border: solid 1px var(--medium-purple-755-be-2);
    background-color: var(--white-ffffff);
    padding: 32px;
}

.book-form h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--shark-1-a-1-b-20);
    margin-bottom: 30px;
}

.single-form {
    margin-bottom: 15px;
}

.single-form label {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: var(--shark-1-a-1-b-20);
    display: block;
    margin-bottom: 5px;
}

.single-form select {
    height: 50px;
    background-color: var(--light-purple);
    width: 100%;
    appearance: none;
    padding: 0 25px;
    border: 0;
    background-image: url("../img/book/down-arrow.svg");
    background-position: 94% center;
    background-repeat: no-repeat;
    color: var(--silver-9-c-9-c-9-c);

}

.single-form input {
    border: 0;
    width: 100%;
    padding: 0 24px;
    height: 50px;
    background-color: var(--light-purple);
    border: 1px solid transparent;
}

.single-form input:active,
.single-form input:focus {
    border: 1px solid var(--medium-purple-755-be-2);
}

.previous-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

#book-demo-step-holder .acceptance-updates {
    margin-bottom: 30px;
    margin-top: 30px;
}
.book-form .double-form.acceptance-policy {
    margin-top: 20px;
}

.single-form.book-demo-form-last-single-form {
    margin-bottom: 0;
}

@media (max-width: 990px) {
    #book-demo-step-holder .acceptance-updates {
        margin-bottom: 34px;
        margin-top: 34px;
    }
}

#book-demo-step-1 .previous-btn p {
    width: 100%;
}
#book-demo-show-prev-step {
    display: flex;
}

.previous {
    padding: 0 24px;
}

.previous a img {
    margin-right: 10px;
}

.previous a {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.33;
    color: #000;
    text-decoration: none;
}

.previous-btn button {
    width: 233px;
    line-height: 54px;
    background-color: var(--medium-purple-755-be-2);
    color: #fff;
}

#book-demo-show-next-step {
    width: 100%;
}

.fieldError input {
    border: 1px solid red;
}
.fieldError label{
    color: red;
}
.wpcf7-not-valid-tip,
.fieldErrorMessage {
    position: relative;
    color: #F23029;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.wpcf7 form .wpcf7-response-output {
    margin-top: 1em;
    border: 0;
    color: black;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    background-color: #ffd5d5;
}


/* The container must be positioned relative: */
.custom-select {
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.custom-select select {
    display: none;
    /*hide original SELECT element: */
}


.select-selected {
    background-color: var(--light-purple);
    background-image: url("../img/book/down-arrow.svg");
    background-position: 94% center;
    background-repeat: no-repeat;
}

.select-selected.select-arrow-active {
    background-image: url("../img/book/arrow-up.svg");
}

.same-as-selected {
    background: #fff;
}


/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

/* width */
.custom-select ::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.custom-select ::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
.custom-select ::-webkit-scrollbar-thumb {
    background: var(--light-silver-d-9-d-9-d-9);
    border-radius: 24px;
}

/* Handle on hover */
.custom-select ::-webkit-scrollbar-thumb:hover {
    background: var(--medium-purple-755-be-2);
}

#book-demo-step-holder {

}
#book-demo-step-2 {

}

.clients-area {
    border-bottom: 1px solid var(--light-silver-d-9-d-9-d-9);
    margin-top: 50px;
    padding-bottom: 60px;
}

.clients-logo {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
}

.clients-title {
    margin-bottom: 65px;
}

.clients-logo span {
    display: inline-block;
    margin-bottom: 10px;
}

.clients-title h3 {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--shark-1-a-1-b-20);
    font-family: 'Playfair Display', serif;
}

/*===========================================================
 Placeholder Style
============================================================*/

.single-form ::-webkit-input-placeholder {
    color: var(--silver-9-c-9-c-9-c);
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
}

.single-form :-moz-placeholder {
    color: var(--silver-9-c-9-c-9-c);
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
}

.single-form ::-moz-placeholder {
    color: var(--silver-9-c-9-c-9-c);
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
}

.single-form :-ms-input-placeholder {
    color: var(--silver-9-c-9-c-9-c);
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
}

/*  */
.book-banner-area .banner-text h3{
    margin-bottom: 40px;
}
.book-banner-area {
    position: relative;
    background-image: url("../img/half-circle-book.svg");
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-top: 55px;
    padding-bottom: 55px;
}

@media (max-width: 991px) {
    .book-banner-area {
        padding-top: 0;
        padding-bottom: 60px;
        background-image: url("../img/half-circle-book-t.svg");
        background-repeat: no-repeat;
        background-size: contain !important;
        margin-top: 0;
    }
}

/*  */
@media (max-width: 1199px) {

    .banner-right,
    .banner-text {
        max-width: 49%;
    }
}

@media (min-width: 991px) {
    .col-lg-none {
        display: block;
    }

    .col-lg-show {
        display: none;
    }

}

@media (max-width: 991px) {
    .book-inner{
        margin-top: 60px;
    }
    .book-form {
        width: 525px;
    }

    .book-form h3 {
        font-size: 26px;
    }

    .book-form h3 {
        margin-bottom: 22px;
    }

    .col-lg-show {
        display: block;
    }

    .clients-logo {
        display: grid;
        grid-template-columns: auto auto auto auto;
    }

    .clients-title h3 {
        font-size: 20px;
    }

    .col-lg-none {
        display: none;
    }

    .banner-right,
    .banner-text {
        max-width: 100%;
    }

    .banner-inner {
        flex-direction: column;
    }

    .banner-inner {
        padding-top: 110px;
    }

    .clients-area {
        padding-bottom: 40px;
    }

    .single-form select {
        height: 48px;
    }

    .previous-btn button {
        width: 300px;
        line-height: 48px;
    }

    .previous a {
        font-size: 16px;
    }

    .manager-area {
        max-width: 527px;
        width: 100%;

    }

    .manager-area h6 {
        font-size: 12px;
        font-weight: 300;
        line-height: 1.75;
        letter-spacing: normal;
        text-align: left;
        color: var(--shark-1-a-1-b-20);
        padding-bottom: 20px;
        margin-top: 15px;
    }

    .book-1-form button {
        width: 100% !important;
    }

}

@media (max-width: 767px) {
    .clients-area{
        margin-top: 0;
        padding-top: 0;
    }
    .book-banner-area .banner-text.book-banner-text{
        background-image: url("../img/half-circle-book-m.svg");
        background-position: center bottom;
        background-size: contain !important;
        background-repeat: no-repeat;
    }
    .book-banner-area {
        background: none;
    }
    .book-inner{
        background-color: var(--light-purple);
    }
    .banner-text {
        margin-top: 0;
    }
    .book-inner{
        margin-top: 28px;
    }

    .form-row {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

    }

    .form-row .single-form {
        width: 49%;
    }

    .clients-logo {
        grid-template-columns: auto auto auto;
    }

    .previous-btn button {
        width: 200px;
    }

    .select-items div,
    .select-selected {
        line-height: 48px;
    }

    .previous {
        padding: 0 5px;
    }

    .single-form input {
        height: 48px;
    }

    .book-form {
        width: 100%;
    }

    .book-form {
        padding: 20px;
        padding-top: 35px;
        border: 0;
        box-shadow: unset;
    }
    .banner-text ul{
        margin-bottom: 55px;
    }
    .quote-icon {
        position: absolute;
        right: 10px;
        bottom: -15px;
        width: 45px;
    }
}
@media (max-width: 375px) {
    .book-form {
        padding: 20px 0;
    }
    .book-inner {
        padding: 35px 20px;
    }
}