section.book---a-demoSection {
    padding: 36px 0px 60px;
}

.demo--Title h4 {
    color: var(--text-color);
    font-size: 48px;
    font-weight: 400;
    line-height: 56px; /* 100% */
    margin-bottom: 14px;
}
.demo--Title p {
    font-size: 18px;
    color: var(--text-color);
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.0045px;
}
.form--fields ul {display: flex;gap: 20px;}

.bookademo---Form form {
    display: flex;
    gap: 20px;
}

.bookademo---Form .wpcf7-response-output {
    position: absolute;
    bottom: -35px;
    left: -10px;
}

.bookademo---Form {
    position: relative;
}
.demo--Title.no_form::after {
    display: none;
}
.bookademo---Form.only_form form {
    display: unset;
}

.bookademo---Form.only_form ul li {
    width: 100%;
}
.bookademo---Form.only_form input.wpcf7-form-control.wpcf7-submit {
    display: flex;
    height: 50px;
    padding: 12px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: var(--secondary-color);
    border:none;
    font-size:18px;
    color: #000;
    font-weight: 400;
}
section.book---a-demoSection {
    padding-top: 0px;
}

body.page-id-5160 section.intro--Section {
    padding-bottom: 20px;
}
.mobile-button a{
    width: 100% !important;
    height: 100% !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: var(--text-color);
    line-height: normal !important;
    padding: 14px 30px !important;
}
section.book---a-demoSection a.btn.btn-arrow:hover {
    background: transparent;
    border: 2px solid var(--secondary-color);
}
section.book---a-demoSection .cta--Wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.book---a-demoSection.content-with-form {
    padding: 80px 0px;
}

section.book---a-demoSection.content-with-form .form--fields ul {
    display: unset;
}

section.book---a-demoSection.content-with-form .bookademo---Form form {
    display: unset;
}

section.book---a-demoSection.content-with-form .cf7-field.submit-wrap button {
    width: 100%;
    font-size: 18px;
}

/* Contact Form */
section.book---a-demoSection.contact--type-section {
    padding: 80px 0px;
}

.contact--title h4 {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.contact--Content ul {
    display: flex;
    gap: 50px;
}

.contact--Content ul li a {
    font-size: 18px;
    color: var(--text-color);
    text-decoration: none;
    line-height: 26px;
}

li.tel a {
    text-decoration: underline !important;
}

.contact--Content p {
    color: var(--text-color);
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
    margin-top: 0;
}

.contact--title {margin-bottom: 30px;}

.contact-form-block.form--fields.select--field select.contact-select-field.float-select {/* padding: 40px 15px 20px; */border-radius: 0;color: var(--text-color);font-size: 18px;}

.contact-form-block.form--fields.select--field label.contact-field-label {
    top: 15px;
}
.contact--multi-form-box {
    font-family: var(--font-body);
}
.contact--multi-form-box h3 {
    font-size: 18px;
    font-weight: 400;
}
.contact-form-block.form--fields.select--field .contact-select-field option:first-child {
    color: var(--text-color);
}

/* Middle Section */
section.middle--SectionWrapper {
    background-size: cover;
    padding: 80px 0px;
    background-attachment: fixed;
}

section.middle--SectionWrapper .section--Title h3 {
    color: #fff;
    font-weight: 400;
}
section.middle--SectionWrapper .section--Title{
    margin:0px;
}
section.middle--SectionWrapper .title--CTA {
    margin-top: 30px;
}

/* Small Font Section */
section.middle--SectionWrapper.small_font .section--Title h3 {
    font-size: 30px;
    line-height: 38px;
}

/* With BG */
section.book---a-demoSection.section_wtih_gray_bg {
    background: #F6F6F6;
    padding: 80px 0px;
}

@media(max-width:768px){
    section.book---a-demoSection {
        padding-bottom: 0px;
        padding-top: 30px;
    }
    .cta--Wrapper {
        margin: 30px 0px 0px;
    }
    .demo--Title h4 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 15px;
    }
    .demo--Title p {
        font-size: 16px;
    }
    .demo--Title::after {display: none;}

    .form--fields ul {
        display: grid;
        gap: 1px;
    }

    .bookademo---Form form {
        display: grid;
        gap: 10px;
    }
    section.book---a-demoSection a.btn.btn-arrow {
        width: 100%;
    }
    /* middle section */
    section.middle--SectionWrapper .section--Title h3 {
        font-size: 22px;
        line-height: 30px;
    }
    section.middle--SectionWrapper .section--Title h3 br{
        display: none;
    }
    section.middle--SectionWrapper {
        padding: 20px 0px;
        background-size: contain;
    }
}

@media(max-width:1024px) and (min-width: 769px){
    .demo--Title h4 {
        font-size: 38px;
    }
}