@media only screen and (max-width: 1200px){
.navigation ul li {
display: inline-block;
padding: 0px 10px;
}
.headerTopContact {
text-align: right;
padding: 0px;
width: 94%;
}
}

@media only screen and (max-width: 1080px) {

.navigation ul li {
padding: 0 12px;
}

.navigation ul li a {
font-size: 15px;
}

.footerTop p {
font-size: 15px;
}

.footerCopyright p {
font-size: 15px;
line-height: 20px;
}

.footerNav ul li {
padding: 0 10px;
}

.footerNav ul li a {
font-size: 15px;    
}

}

@media only screen and (max-width: 992px) {

.navlogoContainer {
background: none;
}

.logoContainer {
margin: 0px auto;
}

.headerTopContact {
text-align: left;
}

.mean-container a.meanmenu-reveal {
padding-top: 0px !important;
}

.mean-container .mean-nav {
margin-top: 22px !important;
}

.welcomeContainer p {
font-size: 15px;
}

.hilightFeatures p {
font-size: 15px;
}

.hilightFeaturesRight ul li p {
line-height: 20px;
}

.welcomeContainer h1 {
font-size: 35px;
}

.hilightFeatures h1 {
font-size: 35px;
}

.ourProductContainer h3 {
font-size: 35px;
}

.exceTechnologyCon h3 {
font-size: 20px;
line-height:20px;
padding: 5px 0 10px;
}

.exceTechnologyCon p {
font-size: 15px;
}

.productBoxContainer p {
font-size: 17px;
line-height: 20px;
}

.onestopSolutionCon h3 {
font-size: 35px;
line-height: 35px;
}

.certificateContainer h3 {
font-size: 35px;
}

.ourClientsContainer h3 {
font-size: 35px;
}

.footerTop {
margin-bottom: 15px;
}

.footerTop p {
line-height: 20px;
}

.footerCopyright {
text-align: center;
margin-bottom: 0px;
}

.footerNav {
text-align: center;
}

.innerpageContainer h3 {
font-size: 35px;
}

.innerpageContainer p {
font-size: 15px;
}
.hfcontainerbox {
height: 170px;
margin-bottom: 10px;
}
.welcomeContainer p {
  padding: 0 10px;
}

}

@media only screen and (max-width: 767px) {

.headerTopContact ul li p {
font-size: 15px;
}

.headerTopContact ul li p a {
font-size: 15px;
}

.mobileBanner {
display: block !important;
}

.desktopBanner {
display: none !important;
}

.hilightFeatures h3 {
text-align: center;
}

.hilightFeatures p {
text-align: center;
}

.hilightFeaturesRight ul li {
width: 45%;
}

.productBoxContainer p {
text-align: center;
}

.exceTechnologyCon h3 {
text-align: center;
}

.exceTechnologyCon p {
text-align: center;
}

.footerNav ul li {
display: block;
padding: 5px 0;
border-bottom: 1px solid #3f3e3c;
}

.footerCopyright {
margin-top: 15px;
margin-bottom: 5px;
}


}

@media only screen and (max-width: 640px) {



}

@media only screen and (max-width: 479px) {



}

@media only screen and (max-width: 400px) {

.productImgDetailsBox {
float: unset;
margin: 0px auto 10px;
}

.productImgDetails {
text-align: center;
}

.productImgDetails p {
float: unset;
text-align: center !important;
}

}