@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-r, .banner-l, .banner-t-l, .banner-t-r, .work-list, .contact-main .contact-inn, .banner-t-r-inn, .about-r, .footer-l{ width: 100%;}
    .banner-two {
        margin-top: 34px;

    }
    .banner-t-r input.form-check-input {
        
        float: left;
        margin-right: 10px;
    }
    .banner-t-r label {
       
        width: calc(100% - 34px);
    }
    .contact-main .contact-inn {
        padding: 20px;
    }
    .work-list-m{ margin: 0;}
    .tab button{ width: 100% ; margin-bottom: 20px;}
    .contact-main .contact-inn{ border-radius: 20px; margin-bottom: 20px;}
    .footer-r {
        float: right;
        margin-top: 20px;
    }
}
