﻿@media (min-width:992px) {
    .menu-toggle-container {
        display: none;
    }
}
@media (max-width:1050px) {
    .portfolioright-first img {
        width: 190px;
        height: 170px;
        border-radius: 30px;
    }

    .portfolioright-second img {
        width: 190px;
        height: 170px;
        border-radius: 30px;
    }

    .portfolio-leftimage img {
        width: 190px;
        height: 170px;
        border-radius: 30px;
    }
    .popup_vid_icon {
        top: calc(100% - 170px)
    }
}
    @media (max-width:992px) {
        .main-main {
            display: none;
        }

            .main-main.open {
                display: block;
                height: auto;
                position: absolute;
                background-color: #fff;
                z-index: 11;
                left: 0;
                top: 0;
            }

        .menu-toggle {
            outline: none;
            border: none;
        }

        .footer-left ul {
            display: block;
        }

        .portfolioright-first img {
            width: 200px;
            height: 180px;
            border-radius: 30px;
        }

        .portfolioright-second img {
            width: 200px;
            height: 180px;
            border-radius: 30px;
        }

        .portfolio-leftimage img {
            width: 200px;
            height: 180px;
            border-radius: 30px;
        }

        .portfolio-right {
            justify-content: center
        }

        .popup_vid_icon {
            top: calc(100% - 165px)
        }
    }

    @media (max-width:767px) {
        .main-main {
            display: none;
        }
        .popup_vid_icon {
            top: calc(100% - 65px);
        }
        .main-main.open {
            display: block;
            height: auto;
            position: absolute;
            background-color: #fff;
            z-index: 11;
            left: 0;
            top: 0;
        }

        .portfolioright-first img {
            width: 200px;
            height: 180px;
            border-radius: 30px;
        }

        .portfolioright-second img {
            width: 200px;
            height: 180px;
            border-radius: 30px;
        }

        .portfolio-leftimage img {
            width: 200px;
            height: 180px;
            border-radius: 30px;
        }

        .portfolio-right {
            justify-content: center;
        }

        .counterBox {
            width: 100%;
            min-width: 26px;
        }

        .counter-wrap {
            flex-wrap: wrap;
            gap: 20px;
        }

        .footer-left ul {
            display: block;
        }

        .footer-right {
            flex-direction: column;
        }

        .proimage {
            max-width: 100%;
            height: 180px;
        }

            .proimage img {
                width: auto;
            }

        .menu-toggle {
            outline: none;
            border: none;
        }

        .main-main ul li {
            padding: 5px 12px;
        }
    }
    @media (max-width:600px){
        .product-slider.slick-slider.slick-initialized button{
            right:-10px;
        }
        .product-slider button.slick-prev{
            left:35px;
        }
        .product-slider .col {
            padding-left: 15px;
            padding-right: 15px;
        }
        .stripMarquee{
            line-height:1;
        }
        .common-hadd p{
            line-height:18px;
            font-size:14px;
        }
    }

    @media (max-width:576px) {
        .main-main ul {
            display: block;
            padding-bottom: 20px;
        }
        .footerlogo{
            margin-bottom:0px;
        }
        .pic {
            display: flex;
            justify-content: center;
        }

        .stack {
            width: 260px;
            margin: 0
        }

        .portfolio-field {
            padding: 40px 15px
        }

        .common-hadd h3 {
            font-size: 24px;
            margin-bottom:8px;
        }

        .popup_vid_icon {
            height: 80px;
            width: 80px;
            left: calc(100% - 44px);
            top: calc(100% - 51px);
        }

            .popup_vid_icon img {
                max-width: 45px;
                height: auto;
            }
    }

    @media (max-width:420px) {

        .portfolioright-first img {
            width: 180px;
            height: 170px;
            border-radius: 25px;
        }

        .portfolioright-second img {
            width: 180px;
            height: 170px;
            border-radius: 25px;
        }

        .portfolio-leftimage img {
            width: 180px;
            height: 170px;
            border-radius: 25px;
        }
    }