@media (min-width: 1200px) and (max-width: 1300px) {} 


@media (min-width: 992px) and (max-width: 1199px) {
	.embroidery_4st {
		margin: 9px 0 0 0;
	}
	.get-a-quote.send-btn img {
		width: 100%;
		float: left;
		position: relative;
		top: 36px;
	}
	.get-a-quote.send-btn {
		position: inherit  !important ;
		top: inherit !important;
		float: left;
		width: 100%;
	}
	.contact-send-btn {
		bottom: inherit;
		left: inherit;
	}
	.contact-send-btn:hover {
		bottom: inherit;
		left: inherit;
	}
	.contact-form .form-group label {
		width: 100%;   
	}
	.container {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.embroidery_4st {
		margin: 9px 0 0 0;
	}
	.col-6 {
		width: 100%;
		float: left;
	}
	.get-a-quote.send-btn img {
		width: 100%;
		float: left;
		position: relative;
		top: 36px;
	}
	.get-a-quote.send-btn {
		position: inherit  !important ;
		top: inherit !important;
		float: left;
		width: 100%;
	}
	.contact-send-btn {
		bottom: inherit;
		left: inherit;
	}
	.contact-send-btn:hover {
		bottom: inherit;
		left: inherit;
	}
	.contact-form .form-group label {
		width: 100%;   
	}
	.container {
		width: 100%;
	}
	
}

@media (max-width: 767px) {
	.col-6 {
		width: 100%;
		float: left;
	}
	.min-units img {
		width: 100% !important;
	}
	#navPanel .depth-0 {
		color: inherit !important;
	}
	.get-a-quote.send-btn img {
		width: 100%;
		float: left;
		position: relative;
		top: 36px;
	}
	.get-a-quote.send-btn {
		position: inherit  !important ;
		top: inherit !important;
		float: left;
		width: 100%;
	}
	.contact-send-btn {
		bottom: inherit;
		left: inherit;
	}
	.contact-send-btn:hover {
		bottom: inherit;
		left: inherit;
	}
	.contact-form .form-group label {
		width: 100%;   
	}
	
}

@media (min-width: 600px) and (max-width: 800px){
	.embroidery_1st img {
		width: 100% !important;
	}
	.embroidery_3st img {
		width: 100% !important;
	}
	.embroidery_4st img {
		width: 100% !important;
	}
	
}

@media (min-width: 567px) and (max-width: 767px){
	
	.embroidery_1st img {
		width: 100% !important;
	}
	.embroidery_3st img {
		width: 100% !important;
	}
	.embroidery_4st img {
		width: 100% !important;
	}
	body {
		width: 100%;
	}
}

@media (min-width: 480px) and (max-width: 567px){}

@media (min-width: 320px) and (max-width: 480px){}




