/* Remove header and footer, all images, form, all icons*/

.elementor-location-header,.elementor-location-footer,img,svg,i,form,.elementor-widget-spacer,.print_display_none{
    display:none !important;
    height:0 !important;
}

/* Text Align left */

a,p,span,small,strong,h1,h2,h3,h4,h5,h6,button{
    text-align:left !important;
    padding:0 !important;
    margin:0 !important;
    width:100% !important;
}

/* div,section width height */

div,section{
    min-height:1px !important;
    height:auto !important;
    width:100% !important;
    max-width:100% !important;
    margin-bottom:5px !important;
    margin-top:0 !important;
    background:none !important;
    padding-left:0 !important;
}

.elementor-elementcd > .elementor-container,.elementor-container{
    min-height:10px !important;
    height:auto !important;
}

