@media (max-width: 769px) {

    
}

@media (max-width: 991px) {
   
}

@media only screen and (max-width: 640px) and (orientation: portrait){

    .clearfix h1,h6{
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    /*About Page*/
    /* body{
        overflow-x: scroll;
    } */
   
    /* nav{
        width: 100%;
    } */

    footer{
        width: 100%;
    }

    footer .col-xs-4{
        width: 100%;
    }



    .clearfix{
        width: 100%;
    }
   
    .testimonials_inner h1{
        width: 100%;
    }

    .testimonials_inner #socialImage{
        width: 100%;
    }

    .testimonials_inner #socialImage img{
        width: 100%;
        height: auto;
    }

    .testimonials_inner p{
        width: 100%;
    }

    .testimonials_inner p img{
        width: 100%;
        height: auto;
    }

    #productwrap{
        margin-left: 0px !important;
        margin-top: 20px;
        
    }

    .productsToCenter{
        flex-direction: column;
        align-items: center;
    }

    .guarantee ul li {
        width: 100%;
        background: none;
    }


}


