@media only screen and (min-width: 992px) and (max-width:1199px) {
	.main-container {
		width: 98%;
	}
	.content-part {
		width: 70%;
		text-align: center;
		padding-top: 30px;
	}
	.content-part h3 {
		color: #fff;
	}
	.get-in-touch {
		width: 28%;
		margin-left: 19px;

	}
	.product-gallery-box {
		width: 24%;
		margin-right: 12px;
	}
	.product-gallery-box1 {
		width: 24%;
	}
	.product-gallery-box p {
		font-size: 12px;
	}
	.product-gallery-box1 p {
		font-size: 12px;
	}
	.testimonials {
		width: 100%;

	}
	.footer-left {
		width: 24%;
		margin-right: 12px;
	}
	.footer-right {
		width: 24%;
	}

}
@media only screen and (min-width: 768px) and (max-width:991px) {
	.main-container {
		width: 98%;
	}
	.content-part {
		width: 70%;
		text-align: center;
		padding-top: 30px;
	}
	.content-part h3 {
		color: red;
		margin-bottom: 10px;
	}
	.get-in-touch {
		width: 28%;
		margin-left: 15px;

	}
	.product-gallery-box {
		width: 23%;
		margin-right: 20px;
	}
	.product-gallery-box1 {
		width: 23%;
	}
	.product-gallery-box p {
		font-size: 12px;
	}
	.product-gallery-box1 p {
		font-size: 12px;
	}
	.testimonials {
		width: 100%;

	}
	.footer-left {
		width: 23%;
		margin-right: 18px;
	}
	.footer-right {
		width: 23%;
	}

}
@media only screen and (min-width: 480px) and (max-width:767px) {
	.main-container {
		width: 90%;
	}
	.content-part {
		width: 100%;
		float: none;
		margin: auto;
		margin-top: 10px;
	}
	.content-part h3 {
		color:#ed7822;
		margin-bottom: 10px;
	}
	.content-part p {
		
	}
	.get-in-touch {
		width: 100%;
		float: none;
		margin: auto;
		margin-top: 10px;
	}
	.get-in-touch p {
		font-size: 15px;
	}
	.product-gallery-box {
		width: 100%;
		float: none;
		margin: auto;
		margin-top: 10px;
	}
	.product-gallery-box p {
		font-size: 15px;
	}
	.product-gallery-box1 {
		width: 100%;
		float: none;
		margin: auto;
		margin-top: 10px;
	}
	.product-gallery-box1 p {
		font-size: 15px;
	}
	.testimonials {
		width: 100%;
		float: none;
		margin: auto;
		margin-top: 10px;
	}
	.testimonials p {
        font-size: 15px;
	}
	.footer-left {
		width: 100%;
		float: none;
		margin: auto;
		margin-top: 10px;
	}
	.footer-right {
		width: 100%;
		float: none;
		margin: auto;
		margin-top: 10px;
	}
	.footer-left p {
        font-size: 15px;
	}
	.footer-right p {
        font-size: 15px;
	}
	.footers {
		padding: 10px;
	}

}
@media only screen and (min-width: 320px) and (max-width:479px) {
	.main-container {
		width: 90%;
	}
	
	.content-part {
		width: 100%;
		float: none;
		margin: auto;
		margin-top: 10px;
		border: none;
		padding-top: 10px;
	}
	.content-part p {

		
	}
	.get-in-touch {
		background: #E14607;
		width: 100%;
		float: none;
		margin: auto;
		margin-top: 0px;
	}
	.get-in-touch p {
		font-size: 15px;
	
	}
	h3 {
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 35%;
  
}
	.product-gallery-box {
		width: 100%;
		float: none;
		margin: auto;
		margin-top: 10px;
	}
	.product-gallery-box p {
		font-size: 15px;
	}
	.product-gallery-box1 {
		width: 100%;
		float: none;
		margin: auto;
		margin-top: 10px;
	}
	.product-gallery-box1 p {
		font-size: 15px;
;
	}
	.testimonials {
		width: 100%;
		float: none;
		margin: auto;
		margin-top: 10px;
	}
	.testimonials p {
        font-size: 15px;
	}
	.footer-left {
		width: 100%;
		float: none;
		margin: auto;
		margin-top: 10px;
	}
	.footer-right {
		width: 100%;
		float: none;
		margin: auto;
		margin-top: 10px;
	}
	.footer-left p {
        font-size: 15px;
	}
	.footer-right p {
        font-size: 15px;
	}
	.footers {
		padding: 10px;
	}

}