.navbar-toggler-icon {
    background-image: url(../images/menu.png);
    width: 2em !important;
    height: 2em !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler {
    padding: 0px !important;
    border-radius: 0;
    border: none;
}

@media screen and (max-width:1024px) {
    .about::before {
        left: -81px;
        top: 108px;
        height: 59%;
    }

    .inner-prod .prod-title {
        font-size: 20px;
    }

    .inner-prod .prod-title img {
        width: 14px;
    }
}

@media screen and (max-width: 768px) {
    .desktop-menu nav ul.navbar-nav li.last-menu {
        width: 163px;
    }
}

@media screen and (max-width: 600px) {
    .navbar-brand img {
        width: 110px;
    }

    .navbar-nav {
        border-radius: 20px;
    }

    .about,
    .video-sec,
    .product-section,
    .blog,
    .before-footer {
        padding: 20px 0;
    }

    .about::before {
        background-size: contain;
        left: 0 !important;
        top: auto !important;
        bottom: 35px !important;
        width: 100%;
        height: 27% !important;
    }

    .product-section h2 {
        font-size: 50px;
    }

    .product-section h1 {
        font-size: 52px;
    }

    .inner-prod .prod-title {
        font-size: 14px;
        bottom: 33px;
    }

    .inner-prod .prod-title img {
        width: 20px;
        margin-left: 30px;
    }

    h1.video-heading {
        font-size: 35px;
        line-height: 35px;
    }

    .popup-youtube img {
        width: 50px;
    }

    .contact-sec .inner-sec h3 {
        font-size: 40px;
    }

    .contact-sec .inner-sec h2 {
        font-size: 40px;
    }

    .before-footer .inner-colum.bar {
        margin-bottom: 10px;
    }

    .before-footer .inner-colum.bar::after {
        background-color: #00000000;
    }


    .footer .footer-logo {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-links ul {
        margin-bottom: 20px;
    }

    .footer-links ul li a {
        font-size: 11px;
    }

    .footer-links ul li {
        padding-right: calc(20px / 2);
        padding-left: calc(20px / 2);
    }

    .social-links ul {
        margin-bottom: 20px;
        justify-content: center;
    }

    .copyright p {
        font-size: 9px;
    }

}

@media screen and (max-width:375px) {
    .about::before {
        bottom: 28px !important;
        height: 20%;
    }

    .inner-prod .prod-title {
        font-size: 12px;
    }

    .product-section h3 {
        font-size: 16px;
    }

    .product-section h2 {
        font-size: 38px;
    }

    .product-section h1 {
        font-size: 43px;
    }
}