@media screen and (max-width: 575px){
    section.section.intro.search_trade{
        padding-top: 0 !important;
    }
    
    section.section.intro.search_trade .form-design{
        border-radius: 0;
    }
    
}


@media screen and (max-width: 991px){
     .top-botm-sec ul.navbar-nav a.nav-link{
        border-right: 0;
    }
    
     .image_section img {
        width: 100%;
        padding-right: 0;
        border-bottom: 4px solid #a00f18;
        
    }
    
    .image_section:before,
    .no-pading:after{
        content: none;
    }
    
    .carpentary-tab .nav-tabs li{
        width: 100%;
        text-align: center;
    }
    
    .carpentary-tab .nav-tabs li a{
        width: 100%;
    }
  
    
}

@media screen and (max-width: 1272px){
 /* 
    .carpentry-table{
        overflow: scroll;
    }
    */
    .carpentry-table table{
        width: auto;
    }
    
    .carpentry-table table td{
        min-width: 100px;
    }
}