/* Home 1 Accordion */
.home-1-accordion .e-n-accordion-item[open] {
    box-shadow: 0 20px 20px 0 rgba(48,131,255,0.2);
}
.home-1-accordion .e-n-accordion-item-title-header {
    width: 90%;
}
.home-1-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.home-1-accordion .e-n-accordion-item .e-n-accordion-item-title-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: var(--e-global-color-dark-blue);
    justify-content: center;
    border-radius: 5px;
}
.home-1-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon {
    background: var(--e-global-color-white);
}
/* Contact Form */
.home-1-query-form p {
    margin: 0;
}
.home-1-query-form br {
    display: none;
}
.home-1-query-form .form-group {
    margin-bottom: 20px;
}
.home-1-query-form .form-control {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    width: 100%;
    padding: 15px 19px;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    box-shadow: 0 3px 50px 0px rgb(235,247,255,0.7) !important;
    border: 1px solid rgba(48,131,255,0.2) !important;
    overflow: visible;
    outline: none !important;
    border-radius: 10px;
    height: auto;
    text-indent: 0;
}
.home-1-query-form textarea.form-control {
    height: 130px;
    resize: none;
    outline: none;
    overflow: auto;
}
.home-1-query-form .form-control:focus{
    border: 1px solid var(--e-global-color-secondary) !important;
}
.home-1-query-form .submit {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    font-family: var(--e-global-body-font);
    padding: 25px 64px;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
    position: relative;
    border: none;
    overflow: visible;
    outline: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 10px;
}
.home-1-query-form .submit:hover {
    color: var(--e-global-color-black);
    background-color: var(--e-global-color-accent);
}
/* Home 1 Query Form */
.home-1-contact-form .form-group {
    margin-bottom: 12px !important;
}
.home-1-contact-form label {
    font-size: 14px;
    line-height: 1.1em;
    font-weight: 400;
    color: #29134b;
    margin-bottom: 13px;
}
.home-1-contact-form textarea.form-control {
    height: 100px !important;
}
.home-1-contact-form .submit {
    padding: 22px 30px;
    width: 100%;
    margin-top: 8px;
}

/* Newsletter Form */
.newsletter-form .news-email {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 21px 20px;
    margin-right: 5px;
    position: relative;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-white);
    border: 1px solid transparent;
    overflow: visible;
    outline: none;
    border-radius: 10px;
    width: 400px;
}
.newsletter-form .news-email:focus {
    border: 1px solid var(--e-global-color-secondary);
}
.newsletter-form .news-btn {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    font-family: var(--e-global-body-font);
    padding: 24px 28px;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
    border-radius: 10px;
    position: relative;
    border: none;
    overflow: visible;
    outline: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.newsletter-form .news-btn:hover {
    color: var(--e-global-color-primary);
    background-color: var(--e-global-color-white);
}
.newsletter-form .news-btn:focus {
    outline: none;
    border: none;
}
.newsletter-form-outer .mc4wp-response {
    position: absolute;
}
.newsletter-form-outer .mc4wp-response p, .newsletter-form-outer .mc4wp-response a {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
}
/* Home 2 Contact Form */
.home-2-contact-form .submit {
    padding: 21px 30px;
    width: 100%;
}