
@media (min-width: 320px) and (max-width: 1024px){
    .what_we_provide_cat{
        width: 100%;
    }
    }

 @media (max-width: 767px){
    
    .common_inner h2 {
        font-size: 30px;
    }
    .Social_Content{
        padding-top: 40px;
    }

    .Social_Content h2{
        font-size: 27px;
        line-height: 30px;
        margin: 20px auto;
    }
    .steps_main .text_left{
        text-align: left;
    }

}
   
@media (max-width: 1199px){
    .d-none-first-mid{
        background: none;
    }

}
@media (min-width:320px) and (max-width:1198px) {
    .d-none-first-mid{
        background: none !important;
    }
}

@media (min-width:1200px) and (max-width:1920px) {
    .d-none-last-mid{
        background: none;
    }
    .seo_line{
        background: none !important;
    }
    
}
@media (min-width:767px) and (max-width:1199px) {
    .d-none-last-mid{
        background: #f9d302 ;
    }
    .d-none-last-mid{
        background:none !important;
    }
    
}
@media (min-width:768px) and (max-width:1920px) {
    .d-none-last{
        background: none;
        display: none;
    }
    
    
}
@media (min-width:320px) and (max-width:768px) {
    .d-none-last{
        background: #f9d302;
        display: none;
    }
    .d-none-last-mid{
        background: #f9d302;
        display: none;
    }
    .step_inside_h_line{
        display: none;
    }
}
@media (min-width:320px) and (max-width: 425px){
    .steps_we_follow_feature h3{
        font-size: 22px;
        min-height: 34px;
        margin-bottom: 10px;
    }
    .steps_we_follow_feature{
        height: unset;
    }
    .what_we_provide_feature{
        height: unset;
    }
}
