
@media only screen and (max-width: 1080px) {

}



@media only screen and (max-width: 992px) {
 .featuredproductbox ul{
  text-align: center;
 }
 .featuredproductbox ul li {
  width: 32%;
}
.carousel-caption h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  padding-bottom: 0px;
}
.carousel-caption h3 {
  font-size: 20px;
 line-height: 30px;
}
.carousel-caption {
  width: 55%;
}
}

@media only screen and (max-width: 768px) {
.featuredproductbox ul li {
  width: 49%;
  vertical-align: top;
}
.footer-nav{
  text-align: center;
}
.right-panel p {
  text-align: center;
}
.right-panel {
  margin: 20px 0 0 0;
}
.logo img {
  width: 100%;
  min-width: auto;
}
.carousel-caption{
  display: none;
}
.sendfootermenu h2{
  display: none;
}
.aboutdetsils h2,
.aboutdetsils h1 {
  text-align: center;
}
}


@media only screen and (max-width: 640px) {
.headercontainer {
  height: 55px;
}
.headercalltoaction ul{
  text-align: center;
}
.firstproductcat{
  margin-bottom: 10px;
}
}


@media only screen and (max-width: 479px) {


}





