/**
* Theme Name: Braine Child
* Description: This is a child theme of Braine, generated by Merlin WP.
* Author: <a href="https://themeim.com/">Themeim</a>
* Template: braine
* Version: 1.1
*/


.newsletter-box form {
    display: flex;
}

.newsletter-box input {
    padding: 10px;
}

.newsletter-box form input {
    width: 100%;
}

.newsletter-box form input.wpcf7-submit {
    background    : var(--main-color);
    color         : #fff;
    padding-inline: 28px;
}

.footer-widget strong {
    color        : #fff;
    font-weight  : 600;
    font-size    : 20px;
    line-height  : 32px;
    margin-bottom: 14px;
    display      : inline-block;
}

.footer-widget p {
    color      : rgb(189 189 189);
    font-size  : 17px;
    line-height: 27px;
}

.footer-widget a {
    color: rgb(189 189 189);
}

.footer-widget ul {
    display  : flex;
    flex-wrap: wrap;
}

.footer-widget ul li {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .slider-one .swiper-slide {
        padding: 50px 0px 50px !important;
    }

    .faq-one {
        padding: 50px 0px 70px !important;
    }

    .main-footer .footer-newsletter {
        margin-right: 0 !important;
    }
}