@media only screen and (min-width: 1010px) {
    .pr0{
        padding-right: 0px
    }
}
@media only screen and (min-width: 200px) and (max-width: 767px) {
    * {
        box-sizing: border-box;
    }

    .heder {
        margin: 0;
        width: 100%;
        position: inherit;
        float: none;
        height: auto;
    }
    .satir{
        text-align: center;
    }
    .logo img{
        margin: 0 auto;
        display: block;
    }
    .aramam{
        float: none!important;
    }
    .social-network{
        float: none!important;
        display: block!important;
        text-align: center;
        margin: 0 auto!important;
    }
    .index-slider .owl-next, .index-slider .owl-prev {
        top: 0px;
    }
    .footer_dv{
        text-align: center;
        margin-bottom: 30px;
    }
    .tar{
        text-align: center;
    }
    .form-horizontal .form-group {
        margin-right: 0px;
        margin-left: 0px;
    }
    .product-title, .product-title2{
        text-align: center;
    }
    .product center img{
        display: block;
        width: 100%;
    }
    .product{
        height: auto;
        margin-bottom: 20px;
    }
    .service1-items{
        float: none!important;
    }
    .service1-item{
        border-left: 1px solid #DDD;
    }
    #myTab{
        margin-top: 30px;
    }
    #myTab li a{
        padding: 7px 4px;
        font-size: 12px;
    }
}