@media (min-width: 1601px) and (max-width: 1920px){
    .hero-3.banner{
        height: 95vh;
        top: 100px;
    }

    .header-layout5 .menu-area {
        width: 1500px;
        margin-left: -140px;
        /* margin: auto; */
        background-color: #2a2f3c;
    }
    
}


@media (min-width: 300px) and (max-width: 576px){

    .hero-shape1 {
        display: none;
    }

    .hero-3.banner{
        height: unset;
    }

    .footer-logo::after {
        position: unset;
        border-right: 1px solid transparent;
    }

    .footer-text {
        width: 100%;
        padding: 0px 20px;
        margin-top: 20px;
    }


    .footer-text p {
        text-align: center;
    }

    .about-us .title-area.mb-30 {
        text-align: center;
    }

    .about-us p {
        text-align: center;
    }

    .contact-card {
        padding: 10px 0px;
    }

    .main-footer_copyright {
        gap: 10px;
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
      
    }

    .energy_cables_sec.lt_switch .lt_sidebar .nav-link {
        margin: 10px;
    }

    .energy_cables_sec.column_two .ec-ul {
        column-count: 1;
    }

    .product_image {
        margin-top: 50px;
    }

    .get_a_quote .form-title {
        color: #000;
    }


    .pricelist_content li {
        width: 50%;
    }

    .pricelist-card {
        margin: 40px;
    }



}