@media (max-width: 767px) {
    /* Mobile Device */
    .logo {
        width: 149px;
        height: 30px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
    .logo a {
        width: 149px;
        height: 30px;
        background:url(../images/logo.jpg) left top no-repeat;
    }
    .navbar-nav li {
        border-bottom: 1px solid #fff;
    }
    .navbar-nav > li > a{
        padding: 10px 30px;
    }
    .welcome-wrap .jqx-widget-content{
        margin-bottom: 15px;
    }
    .testimonial-wrap h6{
        font-size: 28px;
    }
    .abt-china-ul {
        margin-bottom: 15px;
    }
    .row3 img {
        max-width: 100%;
    }
    .social-media {
        display: none;
    }
    .instruction-wrap img {
        max-width: 100%;
    }
     .AutoImg{max-width:100%!important; display:block;}
	 
	.box-align-responsive {
		text-align:center;}  
	 
}
@media (min-width: 768px) and (max-width: 991px) {
    /* Small Device */
    .alpha {
        padding-left:0px !important;
    }
    .omega{
        padding-right: 0px !important;
    }
    .logo {
        margin: 0px;
        width: 149px;
        height: 30px;
    }
    .logo a {
        width: 149px;
        height: 30px;
        background:url(../images/logo.jpg) left top no-repeat;
    }
    .navbar-nav > li > a{
        padding: 15px 9px;
    }
    .testimonial-wrap h6{
        font-size: 36px;
    }
    #testimonial {
        width: 70%;
        height: 155px;
    }
    .row3 img {
        max-width: 100%;
    }
    .instruction-wrap img {
        max-width: 100%;
    }
    .AutoImg{max-width:100%!important; display:block;}
	
	.box-align-responsive {
	text-align:center;} 
}
@media (min-width: 992px) and (max-width: 1199px) {
    /* Medium Device */
    .alpha {
            padding-left:0px !important;
    }
    .omega{
            padding-right: 0px !important;
    }
    .logo {
        margin: 0px;
        width: 149px;
        height: 30px;
    }
    .logo a {
        width: 149px;
        height: 30px;
        background:url(../images/logo.jpg) left top no-repeat;
    }
    .welcome h3, .welcome h4, .welcome h5{
        font-size: 36px;
    }
    .testimonial-wrap h6{
        font-size: 36px;
    }
    #testimonial {
        width: 70%;
        height: 155px;
    }
    .navbar-nav > li > a{
        padding: 15px 20px;
    }
  .AutoImg{max-width:100%!important; display:block;}

}
@media (min-width: 1200px) {
    /* Large Device */
    .alpha {
            padding-left:0px !important;
    }
    .omega{
            padding-right: 0px !important;
    }
    .logo {
        margin: 0px;
        width: 149px;
        height: 30px;
    }
    .logo a {
        width: 149px;
        height: 30px;
        background:url(../images/logo.jpg) left top no-repeat;
    }
    .welcome h3, .welcome h4, .welcome h5{
        font-size: 36px;
    }
    .testimonial-wrap h6{
        font-size: 36px;
    }
    #testimonial {
        width: 70%;
        height: 155px;
    }
    .navbar-nav > li > a{
        padding: 15px 30px;
    }
    .row3 .content-wrap{
        width: 452px;
        margin: 0 auto;
    }
}