@media only screen and (max-width: 767px){
	.btnTheme{
		font-size: 15px;
	}
	.btnMenu{
		background: none;
		border:none;
		font-size: 22px;
		color: #fff;
	}
	.downloadItem{
		flex-wrap: wrap;
	}
	.centerContent{
		margin-top: 20px;
	}
	.btnDownload{
		margin-top: 20px;
	}
	.bgProduct:before{
		display: none;
	}
	.heading, .large_heading{
		font-size: 30px;
	}
	.carousel-caption{
		width: 95%;
	}
	.title{
		font-size: 16px;
	}
	.sliderBanner img{
		height: 60vh;
	}
	.left .btnTheme, .btnTheme{
		padding: 10px 30px;
	}
	.aboutHome{
		margin-top: 0px;
		padding-top: 60px;
	}
	.centerImg{
		margin: 30px 0;
		border:2px solid var(--primary-color);
	}
	.centerImg:after, .centerImg:before{
		display: none;
	}
	.carousel-control-next, .carousel-control-prev{
		display: none;
	}
	.carousel-caption{
		left: 0px;
	}
	.mobileMenu ul li a:hover{
		color: var(--primary-color);
	}
	.mobileMenu ul li ul li a{
		font-size: 15px;
	}
	.bgProduct{
		padding-top: 30px !important;
	}
	.productLeft{
		padding:0px; 
	}
	.itemProduct{
		padding:50px 10px;
		height: auto;
		margin-top: 20px;
		background: #000000b3;
	}
	.bgBlack{
		background: none;
	}
	.serviceItem{
		padding: 20px 10px;
	}
	.iconService{
		width: 95px;
		height: 95px;
	}
	.serviceItem h4{
		font-size: 25px;
	}
	.serviceItem{
		margin-bottom: 40px;
	}
	.itemGallery img, .verticalImg2 img{
		height: auto;
	}
	.sub_heading{
		font-size: 22px;
	}
	.itemFooter{
		margin-bottom: 20px;
	}
	.inlineHeader{
		flex-wrap: wrap;
	}
	.inlineHeader p{
		margin-bottom: 10px;
		font-size: 13px;
	}
	.shortBanner{
		height: 300px;
	}
	.contactAddress{
		margin-top: 30px;
	}
	.copyRight {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px){
	.rightMenu ul li a{
		font-size: 15px;
		padding: 10px 12px;
	}
	.heading {
		font-size: 30px;
	}
	.carousel-caption{
		width: 85%;
	}
	.sliderBanner img{
		height: auto;
	}
	.itemGallery img{
		width: 100%;
	}
	.contactAddress{
    	margin-top:40px;
    }
}