.entry-content input[type="text"], .entry-content input[type="email"], .entry-content input[type="password"], .woocommerce-product-search input[type="submit"]{
    max-width: 74%;
}

textarea{
    width: 98%;
}

@media only screen and (max-width: 1169px) and (min-width: 1000px){
    .wpcf7 td p{
        width:480px;
    }
}

@media only screen and (max-width: 999px){
   body ::-webkit-scrollbar {
    display: block;
}
}

@media only screen and (max-width: 999px) and (min-width: 768px){
    .navbar-collapse.pull-right{
        margin-top: 28px;
    }
    
    .wpcf7 td {
        display: inline-block;
        width: 100%;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 640px){
    .wpcf7 td p{
        width:480px;
    }
    
    .wpcf7 td {
        display: inline-block;
        width: 100%;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 639px) and (min-width: 480px){
    .wpcf7 td p{
        width:480px;
    }
    
    .wpcf7 td {
        display: inline-block;
        width: 90%;
        padding-bottom: 20px;
    }
    
    textarea{
        width: 94%;
    }
}

@media only screen and (max-width: 479px){
    .wpcf7 td p{
        width:300px;
    }
    
    .wpcf7 td {
        display: inline-block;
        width: 80%;
        padding-bottom: 20px;
    }
    
    textarea{
        width: 90%;
    }
}

@media only screen and (max-width: 639px){
     .navbar-collapse.pull-right{
        margin-top: 8px;
    }
}