/*responsive*/
@media (max-width: 767px) {
	header{
		position: inherit;
		background: #fff;
	}
	header:before{
		display: none;
	}
	/*.top-contact li>a, .social-icon li>a, .top-contact li {*/
 /*   color: #333;*/
	/*}*/
   .top-contact, .social-icon{
   	text-align: center;
   }
   .social-icon{
   	float: none;
   	margin-top: 15px;
   }
   .logo{
   	text-align: center;
   }
   .logo img{
   	width: 60%;
   	margin: auto;
   }
   /*.white-logo{*/
   /*	display: none;*/
   /*}*/
   .main-logo{
   	display: block;
   }
   .navbar{
		width: 100%;
	    background: #e65112;
	    margin-top: 10px;
   }
   .header-bg{
   	    padding-bottom: 0;
   }
   .smaller .navbar-nav>li>a{
   	color: #fff;
   }
   .white-popup{
   	width: 100%;
   }
   .short-about-content{
   	padding-bottom: 30px;
   }
   .responsive-gap{
   	padding: 0;
   }
   .copyright, .powered{
   	text-align: center;
   }
   .about-title-image img{
   	width: 100%;
   }
   .main-product img{
   	width: 100%;
   }
   .product-category-image{
       height: 180px;
       width: 180px !important;
   }
    .testi-content-image,.testi-content-video{
        padding-left: 0;
    }
    .testi-content-video{
        padding-left: 10px;
    }

    .testi-content-image img,.youtube-thumbnail{
        width: 100%;
        object-fit: cover;
    }

}

@media (min-width: 767px){
    /*.news-type{*/
    /*    position: absolute;*/
    /*    left: 20%;*/
    /*    bottom: 6%;*/
    /*    transform: translate(-50%, -50%);*/
    /*}*/

    .about-content-image  img{
        height: 120px;
        width: 120px;
        object-fit: fill;
    }

    .abt-img-left{
        position: relative;
        padding: 20px;
        right: 5%;
    }

    .abt-img-right{
        position: relative;
        left: 80%;
    }

    /*.about-image{*/
    /*    padding-left: 65px;*/
    /*}*/
}