
@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%;
}
	
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {	


     
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .category-box{
        right: 0px;
        height: auto;
        width:100%;
    }
    .cat-box{
        text-align: center;
    }
    .main-menu ul.navbar-nav > li >a{
        margin: 0px 10px;
    }

    .about-desc{
    margin-left: 0;
    }
}
    
    
/* small mobile :320px. */
@media (max-width: 770px) {
    .about-desc{
    margin-left: 0;
    }

    .navbar-default .navbar-toggle {
        border-color: #fff;
        background: #170c07ad;
    }
    .footer-text p {
        margin-top: 25px;
        color: #fff;
    }
    #navbar-example{
        background: #fff;
    }
    .main-menu ul.navbar-nav > li >a{
        color:#000;
    }
    .navbar-nav{
    	display: inline-grid;
    	text-align: center;
    	width: 100%;
    }
    .navbar.navbar-default {
        float: right;
        width: 100%;
    }
    .about-desc{
        margin-left: 0px;
        text-align: center;
    }
    .main-slider h2{
        font-size: 25px;
    }
    .category-box{
        height: auto;
        width: 100%;
        right: 0px;
        text-align: center;
        margin: 65px 0px;
    }
    .ser-desc-1{
       margin-top: 30px; 
        margin-left: 0px; 
    }
    .ser-desc-2{
        margin-top: 30px; 
        margin-right: 0px;
    }
    .footer-main{
        text-align: center;
    }
    .contact-desc{
        margin-left: 0px;
    }
    #testimonial-slider{
        position: relative;
        width:100%;
        margin:0px;
        right: 0px;
        height: auto;
    }
    .logo h1{
        font-size: 20px;
        padding: 0px;
    }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}
.layer-1-2 h1 {
    font-size: 24px;
    line-height: 32px;
}
.intro-area-4 .layer-1-2 h1 {
    font-size: 24px;
    line-height: 32px;
}
 .service-content h4 {
    font-size: 16px;
} 
.breadcrumb .section-headline h3 {
    font-size: 34px;
}	
.project-area .container-full .section-headline p {
    max-width: 360px;
}	  
}
 

@media(max-width:991px) {
  .header_left{
    width: 40%;
  }

  .header_right{
    display: none;
  }
  .menu_icon{
    display: block;
  }

  #open_menu{
    display: block;
  }
}