@media(min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media(max-width: 1199.98px) {

    /*================================================
                        Home
    ================================================*/
    .header-area .bottom-head .logo {
        width: 200px;
    }

    .manufacture-sec,
    .who-we-sec {
        padding: 40px 0;
    }

    h2,
    .map-sec .map-sec-img .map-txt h2 {
        font-size: 30px;
    }

    .who-we-sec .serv-blog {
        margin-bottom: 40px;
    }

    .who-we-blog .who-we-blog-img span h3 {
        font-size: 14px;
    }

    .who-we-blog .who-we-blog-img span {
        right: 30%;
    }

    .each-pro-box .each-pro-txt h3 {
        font-size: 16px;
    }

    .each-pro-box .each-pro-txt {
        bottom: 10px;
    }

    /*================================================
                        Resource
    ================================================*/
    .resource-sec .cmn-tab {
        max-width: 100%;
    }
}

@media(max-width: 991px) {

    /*================================================
                        Header Res Starts
    ================================================*/
    .head-right {
        display: none !important;
    }

    .header-area .nav-bar {
        position: fixed;
        top: 0;
        right: -350px;
        height: 100%;
        width: 350px;
        background-color: #ffffff;
        padding: 42px 20px 20px 20px;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        z-index: 100;
    }

    .header-area .nav-bar ul {
        display: flex;
        flex-direction: column;
    }

    .header-area .nav-bar ul li {
        display: block;
        margin-bottom: 10px;
    }

    .header-area .nav-bar ul li:last-child {
        margin-bottom: 0;
    }

    .header-area .nav-bar ul li a {
        color: #fff;
    }

    .header-area .bottom-head .nav-bar ul li .sub-menu {
        position: static;
        width: 100%;
    }

    .header-area .bottom-head .nav-bar .child-sub-menu,
    .header-area .bottom-head .nav-bar .child-two-sub-menu {
        position: relative;
        left: 0;
        z-index: 2;
        width: 100%;
    }

    .child-sub-menu {
        display: block;
    }

    .header-area .bottom-head .nav-bar .child-sub-menu li {
        border-bottom: 1px solid #fff;
    }

    .header-area .bottom-head .nav-bar ul li:last-child .child-sub-menu li:first-child {
        border-top: 1px solid #fff;
    }

    .header-area .bottom-head .nav-bar .child-sub-menu li a {
        padding-left: 25px !important;
        font-size: 12px;
    }

    .header-area .bottom-head .nav-bar .child-two-sub-menu li a {
        padding-left: 35px !important;
        font-size: 11px;
    }

    .rot-arw {
        transform: rotate(90deg);
    }


    .header-area .bottom-head .nav-bar ul li .sub-menu li {
        margin-bottom: 0;
    }

    .header-area .bottom-head .nav-bar ul li {
        margin-right: 0;
    }

    .header-area .bottom-head .nav-bar .sub-mnu-drp {
        position: absolute;
        right: 12px !important;
        font-size: 12px;
        top: 0;
    }

    /*================================================
                        Home
    ================================================*/
    .each-manufac-box .each-manufac-txt h3 {
        margin: 5px;
    }

    h2,
    .map-sec .map-sec-img .map-txt h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 18px;
    }

    .who-we-blog .who-we-blog-img {
        padding-right: 0;
    }

    .footer-area .nav-bar {
        position: static !important;
        background-color: transparent;
        text-align: center;
    }

    .footer-area .bottom-head .nav-bar ul li {
        display: inline-block;
        margin-right: 8px;
    }

    .footer-area .bottom-head .nav-bar {
        width: 100%;
    }

    .who-we-blog .who-we-blog-img span {
        right: 0;
    }

    .footer-area {
        z-index: 10;
    }

    /*================================================
                        contact
    ================================================*/
    .contact-from-sec {
        padding: 40px 0;
    }

    .from-sec-left {
        border-right: none;
        height: 100%;
    }

    .contact-from-sec #contact-wrap {
        padding: 0;
        margin-top: 20px;
    }

    .contact-wrap {
        padding: 0;
    }

    .from-sec-left hr {
        margin: 10px 0;
    }

    /*================================================
                        about
    ================================================*/
    .abt-ban-btm-sec {
        padding-top: 40px;
    }

    /*================================================
                        Resource
    ================================================*/
    .resource-sec .cmn-tab .nav-tabs .nav-link {
        font-size: 14px;
        padding: 10px 15px;
    }

    .resource-sec .each-vd-list {
        padding: 15px;
    }

    .resource-sec .cmn-tab {
        max-width: 100%;
    }
}

@media(max-width: 767px) {

    /*================================================
                        Home
    ================================================*/
    /* .top-head {
        display: none;
    } */
    .top-head-intro ul {
        justify-content: space-between;
    }

    .top-head-intro ul li {
        margin-right: 12px;
    }

    .top-head-intro ul li a {
        font-size: 10px;
    }

    .manufacture-sec,
    .who-we-sec {
        padding: 30px 0;
    }

    h2,
    .map-sec .map-sec-img .map-txt h2 {
        font-size: 30px;
    }

    .who-we-sec .serv-blog {
        margin-bottom: 30px;
    }

    .map-sec .map-sec-img .map-txt h2 {
        font-size: 28px;
    }

    .footer-area .bottom-head .nav-bar ul li {
        margin-right: 0;
        text-align: center;
        display: block;
    }

    .footer-area .bottom-head .nav-bar {
        margin: 0 auto;
        padding: 0;
        width: auto;
    }

    .footer-area .bottom-head .nav-bar ul li:last-child {
        margin-right: 15px;
    }

    .header-area .nav-bar {
        right: -320px;
        width: 280px;
    }

    .who-we-blog-txt {
        margin-top: 30px;
    }

    #pq-loading img {
        width: 250px;
    }

    .each-manufac-box .each-manufac-txt p {
        padding: 0;
    }

    /*================================================
                        contact
    ================================================*/
    .contact-from-sec {
        padding: 30px 0;
    }

    .contact-from-sec #contact-wrap {
        max-width: 100%;
    }

    /* .contact-from-sec input{
        margin-bottom: 15px;
    } */
    .contact-from-sec h3 {
        margin-bottom: 20px;
    }

    .inner-ban .ban-slogan h2 {
        font-size: 30px;
    }

    /*================================================
                        about
    ================================================*/
    .abt-ban-btm-sec {
        padding-top: 30px;
    }

    .abt-ban-btm-sec .col-md-6:first-child {
        padding-right: 12px;
    }

    .abt-ban-btm-sec .col-md-6:last-child {
        padding-left: 12px;
    }

    .abt-ban-btm-sec .text-center {
        padding: 0;
    }

    .abt-us-manfc .col-lg-3 {
        margin-bottom: 0;
    }

    .abt-us-manfc .text-left,
    .abt-us-manfc .text-left p {
        text-align: center !important;
    }

    /*================================================
                        log-in
    ================================================*/
    .log-sec .log-in-frm {
        max-width: 100%;
        width: calc(100% - 20px);
        padding: 20px 15px;
    }

    .log-sec .log-in-frm input:first-child {
        margin-top: 0;
    }

    .log-sec .log-form {
        margin-top: 10px;
    }

    .log-sec .heading {
        font-size: 30px;
    }

    .log-sec {
        padding: 40px 0;
    }

    /*================================================
                        Resource
    ================================================*/
    .resource-sec .cmn-tab .nav-item {
        width: 46%;
        margin-bottom: 20px;
    }

    .resource-sec {
        padding: 30px 0;
    }

    .resource-sec .cmn-tab .nav-item {
        width: 48%;
    }

    .resource-sec .each-vd-list {
        flex-direction: column;
    }

    .resource-sec .each-vd-list .each-vid-txt {
        margin: 8% 0 6% 0;
    }

    .resource-sec .cmn-tab-sub .nav-item {
        margin-bottom: 0;
        width: 45%;
    }

    .resource-sec .btn-img {
        width: 80px;
        height: 40px;
    }

    .resource-sec .cmn-tab .nav-tabs .nav-link {
        padding: 2px 15px;
    }

    .resource-sec .cmn-tab-sub .nav-tabs .nav-link {
        padding: 10px 15px;
    }

    .resource-sec .each-vd-list .each-vid-img {
        width: 50px;
        padding: 9px;
    }

    .resource-sec .vid-lst-wrap {
        padding: 20px 10px;
    }

    .resource-sec .vid-lst-wrap p {
        margin-bottom: 0;
    }

    .resource-sec .each-vd-list .each-vid-txt {
        margin: 15px 0;
    }
}