@media( max-width: 1200px)
{
    .mob-menu{ display: block ;}
    .desk-menu{ display: none;}

    /* cross icon start */

    .cross .icon-bar, .icon-bar {
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -ms-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .cross .icon-bar:nth-child(2) {
        opacity: 1;
        transform: rotate(45deg) scale(1) skew(0deg) translate(5px, 5px);
        -webkit-transform: rotate(45deg) scale(1) skew(0deg) translate(5px, 5px);
        -moz-transform: rotate(45deg) scale(1) skew(0deg) translate(5px, 5px);
        -o-transform: rotate(45deg) scale(1) skew(0deg) translate(5px, 5px);
        -ms-transform: rotate(45deg) scale(1) skew(0deg) translate(5px, 5px);
    }
    .cross .icon-bar {
        opacity: 0;
    }
    .cross .icon-bar:last-child {
        opacity: 1;
        transform: rotate(-45deg) scale(1) skew(0deg) translate(5px, -5px);
        -webkit-transform: rotate(-45deg) scale(1) skew(0deg) translate(5px, -5px);
        -moz-transform: rotate(-45deg) scale(1) skew(0deg) translate(5px, -5px);
        -o-transform: rotate(-45deg) scale(1) skew(0deg) translate(5px, -5px);
        -ms-transform: rotate(-45deg) scale(1) skew(0deg) translate(5px, -5px);
    }
   /* cross icon end */
   .mob-menu .navbar-toggle {
    margin-right: 0;
    background: #1B212F;
    width: 40px;
    padding: 2px 6px;
}
    .mob-menu .navbar-toggle .icon-bar{    background: #fff; width: 25px;
        height: 2px ;     margin: 6px 0;}
        .mob-menu .navbar-toggle{ margin-right: 0; padding-right: 0;}

    .mob-menu-in {
        left: -632px;
        position: fixed;
        z-index: 999999;
        top: 0;
        width: 23%;
        height: 100%;
        padding: 0 20px;
        padding-left: 11px;
        padding-top: 15px;
        /* box-shadow: inset 0 0 0 1px #00478b47; */
        -webkit-transition: all 800ms ease-out;
        -moz-transition: all 800ms ease-out;
        -ms-transition: all 800ms ease-out;
        -o-transition: all 800ms ease-out;
        transition: all 800ms ease-out;
    }
    .display
    { left: 0px;
    -webkit-transition: all 800ms ease-out;
    -moz-transition: all 800ms ease-out;
    -ms-transition: all 800ms ease-out;
    -o-transition: all 800ms ease-out;
    transition: all 800ms ease-out;
    background-color: white;
}
.menu-btn {
    float: right; padding-top: 13px;
}
.menu-btn i.fa.fa-bars {
    font-size: 38px;
}

.header-logo {
    width: 78%;
}
.header-logo img {
    width: 100%;
}

.mob-menu-in.display {
    width: 310px;
}
.header-menu ul{ float: left; width: 100%;}
.header-menu ul li{margin-bottom: 20px;
    border-bottom: 1px solid gray;
    width: 100%;
    padding-bottom: 18px;}
    .header-menu ul li:last-child{ border: 0;}


    .banner {
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .banner-cont {
        color: #fff;
        padding: 74px 0;
        width: 600px;
        width: auto;
    }
    .banner-cont p {
        font-size: 20px;
    }


    .about-sec {
        padding-right: 0;
    }
    .about-sec-l{ width: 100%; margin-bottom: 20px;}
    .about-sec-r.text-right{ width: 100%; text-align: left;}

    .what-we {
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .what-we ul li{width: 100%;
        margin-bottom: 30px;
        margin-left: 0;}

        .our-service ul li{ width: 100%; margin: 20px 0;}
        .our-service ul li h4{ min-height: auto;}


        .touch-sec-in{ padding-left: 0;}
        .touch-sec-l{ width: 100%;     margin-bottom: 23px;}
        .touch-sec-r{ width: 100%;}
        .touch-sec-r textarea{ width: 100%;}
        .touch-sec-r input, textarea {
            border: 0;
            width: 100%;
            background: #ececec;
            padding: 10px;     padding-left: 38px;
        }
        .touch-sec-r .input-container{ border: 0; position: relative;     margin-bottom: 6px;}
        .touch-sec-r .input-container i {
            position: absolute;
            top: 11px;
            left: 11px;}



            .footer-top-l {
                float: left;
                padding-top: 8px;
                width: 100%;
            }
            .footer-top-r {
                float: left;
            }
            
            
            .footer-top-r ul {
                display: inline-block;
                padding: 0;
                padding-top: 20px;
            }
            .footer-top-r ul li {
                float: none;
                margin: 12px;
            }



        .products-l, .products-r{ width: 100%;}
        .bulb-sec ul li {
            width: 100%;
        }
}