@media screen and (min-width: 991px) and (max-width: 1024px) {
    .logo {
        width: 14%;
        transition: 0.6s all;
    }
    nav ul li a {
        padding: 8px 6px;
        font-size: 16px;
    }
    .m-sand-bg-sec h3{
font-size: 36px;
}
}
@media screen and (max-width: 991px) {
    nav {
        float: none;
    }
    nav ul li {
        display: block;
    }
    nav ul li a {
        display: block;
    }
    nav ul {
        width: 100%;
        margin: 10px 0;
        padding: 0;
        display: none;
    }
    .toggle-bar {
        display: block;
        float: right;
        cursor: pointer;
    }
    .toggle-bar:before {
        content: "\f550";
        font-family: "Font Awesome 5 Pro";
        font-size: 40px;
    }
    .toggle-bar.active:before {
        content: "\f00d";
    }
    nav ul.active {
        display: block;
    }
    .slider-bg {
        height: 550px;
        background-position: center;
    }
    .slider-contact {
        top: 46%;
    }
    .logo {
        width: 30%;
    }
    nav ul li a {
        letter-spacing: 1px;
        padding: 12px 0;
        border-bottom: 1px solid#ccc;
    }
    nav ul li {
        padding: 0px 0px;
    }
}
@media (max-width: 768px) {
    .logo {
        width: 20%;
    }
    a.mail {
        display: none;
    }
    .toggle-bar:before {
        font-size: 30px;
    }

}



@media (max-width: 767px) {
.m-sand-bg-sec{
    text-align: center;
    padding: 15px 0px;
}
.m-sand-bg-sec h3 {
    font-size: 36px;
}
.m-sand-bg-img img{
    width: 100%;
}
}





@media screen and (max-width: 600px) {
    .logo {
        width: 35%;
    }
    .WELCOME.TO span {
        font-size: 18px;
    }
    .WELCOME.TO h3 {
        font-size: 18px;
    }.heading_wrap h1 {
    font-size: 24px;
    text-align: center;
}.content_wrap h1 {
    font-size: 24px;
    text-align: center;
}
.manufactur-m-sand-img{
    padding: 15px 0px;
}
.m-sand-bg-sec h3 {
    font-size: 28px;
}
}

@media screen and (max-width: 425px) {
    li.pinterest-mb {
        display: none !important;
    }
    .brands-name {
        margin-bottom: 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    header {
        padding: 5px 0;
    }
    footer h3:after {
        width: 90px;
    }
    .top-left-bar a {
        padding: 0px;
        font-size: 14px;
    }
    .social_icon ul li a {
        height: 27px;
        width: 27px;
        line-height: 27px;
    }
    .m-sand-bg-sec h3 {
    font-size: 24px;
}
.footer-widgets img {
    width: 70%;
}
}

@media screen and (max-width: 375px) {
    .logo {
        margin-top: 6px;
    }
    .m-sand-bg-sec a {
    padding: 15px 30px;
    font-size: 15px;
}.m-sand-bg-sec h3 {
    font-size: 21px;
}
}
@media screen and (max-width: 320px) {
    .social_icon ul li a {
        height: 26px;
        width: 25px;
        line-height: 26px;
    }
    .top-left-bar a {
        padding: 0px;
        font-size: 13px;
    }
    .WELCOME.TO.wrappad h1 {
        font-size: 24px;
    }

}
