
@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){
.container {
    width: 1240px!important;
}
}
/* 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) {
    .logo h1{
        padding: 0px;
        text-align: center;
    }
    .bg-menu{
        height: 57px;
    }
    .btn-theme{
        margin-top: 6px;
    }
    .rev_slider_wrapper{
        height:200px!important;
    }
    .rev_slider{
         height:200px!important;
    }
    .menu-header{
        margin-top: 0px;
        position: relative;
    }
    .indo-div{
        display: none;
    }
    .section-slider-title{
        margin-top: 20px;
    }
    .section-slider-title h3{
        font-size: 18px;
    }
    .section-slider-title h1{
        font-size: 19px;
        line-height: 27px;
    }
    .section-slider-title p{
        font-size: 14px;
    }
    .bg-aboutleft{
        height:auto;
    }
    .aboutimg img{
        position: relative;
        width: 100%;
        top: 0px; 
        left: 0px;
    }
    .about-content{
        margin-left:0px;
        margin-top: 0px;
        padding: 20px;
    }
    .bg-aboutright{
        height: auto;
    }
    .counter h3 {
        font-size: 12px;
    }
    .main-menu ul{
            display: inline-grid;

    }
    .middle-section{
            margin: 40px 15px;
    }
    .error-center h3 {
        font-size: 20px;
    }
    .error-center {
        padding: 32px 13px;
    }
    .error-img {
        margin-top: 0px;
    }
    .bg-black{
            height: auto;
    }
    .comming-center h3 {
        font-size: 25px;
    }
    .counter{
        width: 100%;
        text-align: center;
    }
    .section {
        padding: 20px 0px;
    }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:450px}
 
}
 
