@media(min-width:1200px) {
    .about_left_icon {
        display: none;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .about_left_icon {
        display: none;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .about_left_icon {
        display: none;
    }
}

@media(min-width:576px) and (max-width:767px) {
    
    .abtdr,
    .about_right_icon,
    .banner_caption_display{
        display: none;
    }
    
    .about_left {
        text-align: left !important;
    }
    
     .footer_left_inner {
        border-right: none;
        text-align: center;
    }

    .footer_right_inner{
        border-left: none;
    }
    
}

@media(max-width:575px) {
    .about_left {
        text-align: left !important;
    }
    .banner_caption_display,
    .abtdr,
    .about_right_icon {
        display: none;
    }

    .footer_left_inner {
        border-right: none;
        text-align: center;
    }

    .footer_right_inner{
        border-left: none;
    }
}
