
@media (min-width: 1920px) {

.quote-details {
    padding: 12% 30% 12% 10%;
}
.company-faq {
    padding: 12% 10% 12% 30%;
}	
.client-details {
    padding: 12% 10% 12% 30%;
}
	
.company-content{

	padding: 12% 30% 12% 10%;
}
	
}
@media (min-width: 1200px){

}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {	


     
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {

}
@media (max-width: 767px) {
   .header-top{
   	display: none;
   }
   .footer-info{
   	text-align: center;
   }
   .main-menu ul{
	   	display: inline-grid;
	    text-align: center;
	    width: 100%;
   }
  .tab .tab-content{
   	    height: auto;
   }
   .slider-content{
	       width: 85%;
   }
   .facility-area{
     height: auto;
   }

}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}
 
}
 
