@media only screen and (max-width: 1199px) {
    .footer-container {
        flex-direction: column !important;
        align-items: start !important;
    }

    .footer-logo img {
        width: 130px !important;
    }

    .footer-description {
        max-width: unset;
    }

    .footer-social-icons {
        padding-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .menu-icon {
        top: 15px;
    }

    nav ul li {
        margin-left: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .branch-title {
        font-size: 1.7rem
    }

    .branch-address {
        font-size: 1.2rem
    }
}

@media (min-width: 30px) and (max-width: 767px) {
    .fixed nav ul li a, .light nav ul li a {
        color: black;
    }

    .branch-title {
        font-size: 1.5rem
    }

    .branch-address {
        font-size: 1rem
    }
}

@media only screen and (max-width: 576px) {
    .menu-icon {
        top: -35px;
    }

    .contact-us-section #form-wrapper {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 479px) {
    body::-webkit-scrollbar {
        display: none;
    }
}