@media (min-width: 768px) {
	html{ font-size:18px; } 
	.footer{padding: 5% 0 1%;}
	.copyright-box{
		padding: 1% 0 0;
		margin-top: 4%;
	}
	.content-box{padding: 5% 0;}
	.content-otherpage{padding: 5% 0;}
	
	.hotline{text-align: right;}
	.contactbar{display: block;}
	.products-box.products-box2{margin-top: 2rem;}
	.hotline{text-align: right;}
	.contactbar .row{justify-content: flex-end;}
	.content-box.serviceshome {
		padding-top: 13%;
		margin-top: -6rem;
	}
	.title-box h1{font-size: 33px;}
	
	.contactclick{margin: 0 auto;}
	.readmore-btn{width: 155px;}
	.news-box.news-box2{margin-top: 2rem;}
	.bannerpage{padding: 7% 0;}
	
	.icon-img{
		width: 100px;
		height: 100px;
	}
	.icon-img::after{
		width: 93px;
		height: 93px;
	}
}
@media (min-width: 992px) { 
	#nav-icon3{display: none ;}
	.navbar-brand img{
		width: 133px;
	}
	.hamburgers-box{justify-content: space-between;}
	.navbar-brand{width: auto;}
	.navbar-expand-lg .navbar-collapse{
		justify-content: flex-end;
		width: 100%;
	}
	.navbar-expand-lg .navbar-nav{
		width: 100%;
		margin:.5rem 0;
		justify-content: center;
	}
	
	.navbar-nav li{
		width: auto;
		margin: auto;
		padding: 0;
		text-align: center;
	}
	.navbar-nav li a{
		padding: 5px;
	}
	.navbar-nav li img{width: 30px;}
	.policy-box ul{
		display: flex;
		align-items: center;
	}
	.title-box h2{font-size: 26px;}
	.contact-footer{margin: 0 -20px;}
	.textabout-home h1{font-size: 30px;}
	.tagline-abouthome h1{font-size: 45px;}
	.tagline-abouthome h2{font-size: 33px;}
	.tagline-abouthome{font-size: 24px;}
	.social-footer{text-align: left;}
	.social-footer h1{margin-bottom: .5rem;}
	.social-footer img{width: 40px;}
	.contactclick img{width: 35px;}
	.content-box.serviceshome{
		padding-bottom: 9%;
		background-size: 100% !important;
	}
	
	.content-box.productshome .container{margin-top: -8%;}
	
	.navbar-nav li.dropdown:hover .dropdown-menu{display: block;}
	.navbar-nav li .dropdown-menu a {
		padding: 15px 10px;
	}
	.navbar-nav li .dropdown-menu {
		margin: 0;
		min-width: 13rem;
	}
	.address-box table td.widthopentime{width: 30%;}
}
@media (min-width: 1200px) {
	html{ font-size:20px; } 
	.content-box.serviceshome {
        padding-bottom: 15%;
    }
	
}

@media (min-width: 1440px) {
    .container{ max-width: 1230px; }
	
	.contactclick img{width: 40px;}
	.icon-img{
		width: 120px;
		height: 120px;
	}
	.icon-img::after{
		width: 113px;
		height: 113px;
	}
	.textabout-home{padding-right: 5%;}
	.content-box.serviceshome {
        padding-bottom: 20%;
    }
}

@media (min-width: 1600px) { 
	
	.textabout-home h1 {
        font-size: 36px;
    }
	.textabout-home h2{font-size: 28px;}
	.tagline-abouthome h1{font-size: 55px;}
	.tagline-abouthome h2{font-size: 38px;}
	.tagline-abouthome{font-size: 28px;}
	.tagline-abouthome img{width: 65px;}
	.textabout-home{padding-right: 8%;}
	
}
@media (min-width: 1800px) {
    .container{ max-width: 1336px; }
	.content-box.serviceshome {
        padding-bottom: 28%;
        margin-top: -15rem;
    }
	.content-box.productshome{margin-top: -3rem;}
	
}
@media (min-width: 2000px) {
	.container{ max-width: 1440px; }
	
}

