body {
    background-color: #fff5e6;
}

.navbar {
    background-color: #fff5e6;
}

.adoption,
.question,
.services1,
.faqs,
.contact-us {
    background-color: #ede2d7;
}

.footer .top .item .logo img {
    width: 140px;
}

@media (min-width: 572px) and (max-width: 992px) {
    .banner .img {
        width: 450px;
        bottom: 0px;
        right: -9px;
    }
}
@media (max-width: 571px) {
    .banner .img {
        width: 300px;
        bottom: -1px;
        right: -60px;
    }
}

.form-control {
    background-color: white !important;
}
.contact-us-submit {
    background-color: var(--brown) !important;
}

.contact-us-submit:hover {
    background-color: #fff5e6 !important;
}
