/*for mobile*/
@media only screen and (max-width:760px) {
	.slider-content h2 {font-size: 35px;}
	.category-list ul li a {padding: 16px 22px;width: 143px;}
	.category-list ul li h5 {font-size: 13px;}
	.category-list ul li {margin-bottom: 5px;}
	.category-list ul {display: block;background: #fff;text-align: center;}
	.mb-30 {margin-bottom: 10px;}
	.services-wrapper {padding: 0 10px;}
	.col-20 {flex: 0 0 50%;max-width: 50%}
	.product_price {padding: 5px;}
	.Process_ul li div img{width: 70px;}
	.Process_ul li { width: 50%;}
	.Process_ul li div {width: 120px; height: 120px; padding-top: 30px;}
	.newsletter-form form input {width: 100%;}
	.signle-brand img {width: 100%;padding: 10px;}
	.header-search {position: absolute; right: 75px; bottom: 0;}
	#search-modal .modal-dialog .modal-content form {width: 270px;}
	.faq-wrapper {padding: 0 0px;}
	.faq-accordion {margin-left: 0px;}
	.s-section-title h2 {font-size: 25px;}
	.order-xs-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.section-sub-banner {min-height: 55px;}
	.section-sub-banner h1 {font-size: 25px;}
	.product_img_box {max-height: 150px;}
	.product_border {padding: 10px;}
	.mobile_hide{display: none;}
	#tile-1 .nav-tabs li a {padding: 10px 20px !important;}

	
}
/*for medium mobile*/
@media only screen and (min-width:480px) and (max-width:760px) {
	.col-20 {flex: 0 0 50%;max-width: 50%}

}
/*for tablet*/
@media only screen and (min-width:760px) and (max-width:1000px) {
	.col-20 {flex: 0 0 33.33%;max-width: 33.33%}
	.category-list ul {display: block;background: #fff;text-align: center;}
	.product_price {padding: 5px;}
	.signle-brand img {width: 100%;padding: 10px;}

}

/*for destop*/
@media (min-width: 1200px){
	.desktop_hide{display: none;}

}
	
	
	
	
	