.elementor-15487 .elementor-element.elementor-element-90ab344{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:999;}/* Start custom CSS *//* ==========================================
   HDPE DUBAI LOGO RESPONSIVE SIZE
   ========================================== */

/* Large Desktop (1920px+) */
header img {
    width: 300px !important;
    max-width: none !important;
    height: auto !important;
}

/* Desktop */
@media (max-width: 1600px) {
    header img {
        width: 250px !important;
    }
}

/* Laptop */
@media (max-width: 1200px) {
    header img {
        width: 250px !important;
    }
}

/* Tablet */
@media (max-width: 992px) {
    header img {
        width: 200px !important;
    }
}

/* Mobile Landscape */
@media (max-width: 768px) {
    header img {
        width: 150px !important;
    }
}

/* Mobile Portrait */
@media (max-width: 480px) {
    header img {
        width: 150px !important;
    }
}

/* Very Small Devices */
@media (max-width: 360px) {
    header img {
        width: 100px !important;
    }
}/* End custom CSS */