


@media (min-width:1400px) {

	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container-fluid,
	.container {
		max-width: 1140px;
	}
}




@media (max-width: 1365px) {
	h1 {
		font-size: 60px;
	}

	h2 {
		font-size: 38px;
	}
}

@media (max-width: 1199px) {
	.container-fluid {
		padding: 0 15px;
	}

	h1 {
		font-size: 45px;
	}

	h2 {
		font-size: 30px;
	}

	h4 {
		font-size: 14px;
	}

	h6 {
		font-size: 15px;
	}

	p.bigp {
		font-size: 16px;
	}

	.phone {
		font-size: 14px;
	}

	header .btn.btn-sm {
		font-size: 11px;
		padding: 10px 20px;
	}

	.thumbBox {
		padding: 10px 5px;
	}

	.sitemapArea h3 {
		font-size: 26px;
	}

	.sitemapArea ul li {
		font-size: 13px;
	}

	.copyRightArea p {
		font-size: 14px;
	}
	.playBtn{
		max-width: 90px;
	}

}

@media (max-width: 991px) {
	.mb-4 {
		margin-bottom: 30px !important;
	}

	.mb-5 {
		margin-bottom: 20px !important;
	}

	.p-10 {
		padding: 40px 0 !important;
	}

	h1 {
		font-size: 35px;
		margin-bottom: 10px;
	}

	h2 {
		font-size: 25px;
	}

	h4 {
		font-size: 13px;
	}

	h6 {
		font-size: 13px;
	}

	p {
		font-size: 15px;
	}

	header .btn.btn-sm {
		font-size: 9px;
		padding: 8px 15px;
		letter-spacing: 0;
	}

	.menuIcon {
		margin-right: 15px;
		
	}

	.headerBtns {
		margin-left: 0px;
	}

	.track {
		display: none;
	}

	.phone {
		display: none;
	}



	.thumbBox {
		padding: 20px 10px;
	}

	.thumbImg {
		margin-bottom: 20px;
	}

	.featureDes p {
		font-size: 12px;
	}
	.testimonialBox::before {
		width: 80px;
		height: 50px;
		top: -15px;
	}
	.clientInfos p {
		font-size: 10px;
	}
	.clientInfos h4 {
		font-size: 20px;
	}
	.clientIcon {
		max-width: 40px;
	}
.sideBarDesktop{ display: none !important;}
	.menuIcon {
		margin-right: 25px;
		cursor: pointer;
		display: block !important;
	}

	.mobile-position{position: absolute;
		right: 0px;
		top: 5px;}


		
			

			.prodct-name{width: 95px;  display: inline-block; }
			
}

@media (max-width: 767px) {
	.button-01{
		font-size: 14px;
		text-transform: uppercase;
		color: #ffffff;
		padding:20px 30px;
		
		height: 60px;
		display: flex;
		background-image: url(../img/button-bg.png);
		background-size: contain;
		background-repeat: no-repeat;
		align-items: center;
		background-color: transparent;
	}

	.featureDes {
		padding: 10px 10px 20px 10px;
		background-image: url(../img/product-bottom-bg.png);
		background-size: cover;
		background-position: center -20px;
		background-repeat: no-repeat;
		
	}

	.headingBG-1{ font-size: 46px; font-weight: 600;}

	.headingBG-3{ font-size: 35px; font-weight: 600;}
	.thumbBox {
		padding: 30px 10px;
	}

	.thumbImg {
		margin-bottom: 30px;
	}

	.bodyBannerBg {
		overflow: hidden;
	}

	.bodyBannerBg img {
		max-width: inherit;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		height: 500px;
	}

	.bodyBannerImg {
		max-width: 280px;
		margin: 0 auto;
	}

	.newsBox {
		max-width: 350px;
		margin: 0px auto 25px auto;
		text-align: center;
	}


	footer .p-10 {
		padding: 30px 0 !important;
	}

	.p-5 {
		padding: 20px 0 !important;
	}

	.sitemapArea ul {
		margin-bottom: 30px;
	}

	.copyRightArea p {
		font-size: 12px;
	}

	.thumbBox {
		max-width: 120px;
		margin: 0 auto;
	}
	.testimonialLeft{
		width: 100%;
	}
	.testimonialRight{
		width: 100%;
		padding: 70px 25px;
	}
	.testimonialRight .owl-dots {
		justify-content: center;
	}
	h4 {
		text-align: center;
	}
	p{ text-align: center;}
}

@media (max-width: 575px) {

	.headingBG-3{ font-size: 28px; font-weight: 600;}
	.col-xs-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	h2 {
		font-size: 32px;
		font-weight: 700;
		text-align: center;
	}

	.p-10 {
		padding: 20px 0 !important;
	}

	.logo {
		max-width: 60px;
	}

	.menuIcon {
		margin-right: 10px;
	}

	.menuIcon span {
		font-size: 40px;
	}

	header .btn.btn-sm {
		font-size: 7px;
		padding: 6.6px 10px;
	}

	.bannerCaption {
		max-width: 450px;
		margin: 0 auto;
	}

	.contactInfo {
		margin-bottom: 10px;
	}

	.contactInfo p:first-child {
		margin-right: 0px;
	}

	.contactInfo p {
		margin-bottom: 10px;
	}



}



