@media only screen and (max-width: 1080px) {
.header {
  padding: 2px;
  display: flex;
  justify-content: space-between;
}
.menu ul li a {
  padding: 0px 10px;
  font-size: 13px;
}
.advantegestech {
  height: auto;
}
.strengthbox {
  height: 250px;
}
.invesbotttomtorbox p, .invesbotttomtorbox p a {
  padding: 0 50px;
}
}

@media only screen and (max-width: 992px) {
.aboutinnerborder {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 0px;
  margin: 50px 0 0 0;
}
.aboutus img{
	width: 100%;
}
.invesbotttomtorbox p {
  padding: 0 0px;
}
.qualictycontainer{
  margin: 15px 0 0 0;
}
.contactcontainer h5 {
  padding-right: 0;
}
.colcontactbox {
  margin-bottom: 10px;
  height: 150px;
}
.strengthbox {
  height: 325px;
}
.statcounters h3 {
  font-size: 15px;
}
.item {
  font-size: 30px;
  line-height: 50px;
  height: 50px;
}
.item h2 {
  font-size: 35px;
}
.advcontainer h2 {
  margin: 0 0px;
}
.manufacturingtech p {
  padding: 0 0px;
}
.gradecontainerbox ul li {
  width: 32%;
  height: 380px;
  margin-bottom: 10px;
}
.statcounters img {
  width: 50px;
}
.item h2 {
  font-size: 30px;
  color: #031e2d;
  font-weight: bold;
}
.item {
  display: flex;
  font-size: 30px;
  justify-content: center;
  margin: 10px 0;
  line-height: 50px;
  height: 45px;
  font-weight: bold;
  color: #031e2d;
}
.menu ul li a {
    padding: 0px 10px;
    font-size: 16px;
  }
}


@media only screen and (max-width: 768px) {
.aboutinnerborder {
  display: inline;
  grid-template-columns: 200px 1fr;
  gap: 257px;
  margin: 50px 0 0 0;
}
.aboutus img{
	width: 100%;
}
.topphone{
	text-align: center;
	background: #12425c;
	padding: 5px 0;
	margin-bottom: 10px;
}
.topphone ul li a i{
	color: #fff;
}
.carousel-item img{
	height: 400px;
	object-fit: cover;
}
.carousel-caption {
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  right: 50%;
  width: 80%;
}
.aboutdesc {
  border-left: 10px solid #FFF;
  border-right: 10px solid #fff;
  border-top: 10px solid #FFF;
  border-bottom: 10px solid #fff;
}
.carousel-caption h2 {
  font-size: 30px;
  line-height: 35px;
}
.manufacturingcointainer img{
	height: 350px;
}
.manufactringtext h2{
	font-size: 35px;
	line-height: 40px;
}
.advantegestech {
  height: auto;
  margin-bottom: 10px;
}
.colcontactbox {
    height: auto;
}
.gradecontainerbox ul li {
  width: auto;
  height: auto;
  margin-bottom: 10px;
}
.forgedprobox {
  height: auto;
}
.mprocessimg img {
  margin-bottom: 10px;
}
}


@media only screen and (max-width: 640px) {


}


@media only screen and (max-width: 479px) {
.strengthbox {
  height: auto;
  margin-bottom: 10px;
}
.stellingotscontainer h1 {
  font-size: 25px;
}
.stellingotscontainer h1::after {
  left: 45%;
  width: 10%;
}
.enquirenow{
  margin: 20px 0 0 0;
}
}

@media screen and (max-width:48em) {
   
}

