/**
 * Theme Name: Garden East Child Theme
 * Template:   garden-east
 * Author: Resident360
 */

.py-normal.bg-accent.schedule_tour {
    background: var(--secondary-color);
}
#header img[alt="Logo"] {
    max-width: 90%;
}
.schedule_tour_form .contact_field.contact_field_submit input {
    color: var(--secondary-color);
}
.schedule_tour_form .contact_field.contact_field_submit input:hover {
    border-color: #fff;
}

.contact_gallery_section .owl-nav {
    bottom: 15px;
}
.testimonials_section_testimonials_carousel_el .owl-nav button {
    background: var(--secondary-color) !important;
}