@media only screen and (max-width: 575px) {
 header {
    position: unset;
}

a.navbar-brand img {
    filter: brightness(1);
}

.top-manu p {padding-left: 75px;font-size: 14px;/* display: flex; */}

.top-manu p a {
    /* display: flex; */
}

.top-banner ul {
    display: block;
    justify-content: center;
}

.top-banner ul li {
    /* flex: 0 0 41%; */
}

.navbar-light .navbar-nav .nav-link {
    color: black!important;
}

section.social-img ul {
    flex-wrap: wrap;
    justify-content: center;
}

section.social-img ul li {
    flex: 0 0 44%;
    margin-top: 10px;
    text-align: center;
}

section.social-img ul li img {
    width: 115px;
    height: 36px;
    object-fit: contain;
}

section.social-img {
    padding: 10px 0px;
}

.section-heading h1 {
    font-size: 37px;
}

.contact-form-wrapper, section.banner.home-banner .btn-wrapper {
    margin-bottom: 16px;
}

.banner-form {
    margin-top: 23px;
}

section.banner.home-banner {
    padding-top: 47px;
}

.writing-images img {
    width: 100%;
}

.testimonial-carousel p {
    width: 100%;
}
.top-manu p {
    font-size: 15px;
}
}