

@media (max-width: 576px) {
		 
}
 

/*Extra small devices (portrait phones, less than 576px)*/


@media (max-width: 767px){
	 .social-media-icon{
	 	justify-content: center;
	 }
	 .banner-content h1{
	 	font-size: 28px;
	 }
	 .banner-content p{
	 	font-size: 13px;
	 }
	 .main-heading .partner-text{
	 	font-size: 40px;
	 }
	 .main-heading {
	    font-size: 26px;
	}
	.valves-box img{
		width: 100%;
	}
	  .valves-box h4{
	  	font-size: 16px;
	  }
	  .mechanical-section{
	  	padding-bottom: 0px!important;
	  }
	  
}                     







/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	 .main-heading{
	 	font-size: 36px;
	 }
	 .Reverse-engineering-section .service-box {
    	height: 140px;
    }
    .social-media-icon{
    	margin-top: 10px;
    	justify-content: center;
    }
	 

}


/*Large devices (desktops, 992px and up)*/
@media (min-width: 820px) and (max-width: 1124px) {
	  
}



/*Large devices (desktops, 992px and up)*/
@media (min-width: 1024px) and (max-width: 1190.98px) {
	 .menu-list-link{
	 	gap: 13px;
	 }
	 .d-flex-common{
	 	gap: 8px;
	 }
	 .Workshop-Services-box p{
	 	font-size: 11px;
	 }

}


/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1280px) {
	  
 }