@media screen and (max-width: 1700px) {
    table {
        width: 1600px !important;
        overflow-x: auto;
    }
    .innertable table {
        width: 100% !important;
        overflow-x: auto;
    }
    /*.v-table {*/
    /*    width: 1600px !important;*/
    /*    overflow-x: auto;*/
    /*}*/
}
@media screen and (max-width: 991px) {
    .left-tab-list {
        width: 100%;
    }
    .left-tab-list ul li {
        width: auto;
    }
    .right-tab {
        width: 100%;
        margin-top: 40px;
    }
    .pro-detail-head {
        justify-content: end !important;
    }
    .production-detail h2 {
        width: 100%;
    }
    .head-button {
        width: fit-content;
    }
    .left-tab-list ul {
        width: 100%;
        overflow: auto;
        flex-wrap: nowrap !important;
    }
    .left-tab-list ul li a {
        width: max-content;
    }
    .left-tab-list ul li .active {
        background-color: #F2F2F2;
        border-top: 1px solid #707070;
        border-bottom: 0px solid #707070;
        border-left: 1px solid #707070;
        border-right: 1px solid #707070;
    }

}
@media screen and (max-width: 768px) {
    footer {
        padding: 20px 0;
    }
    .footer-nav {
        width: 100%;
        margin-top: 20px;
    }
    .footer-links ul li {
        width: 100%;
    }
    .footer-links ul li a {
        padding: 12px;
        display: block;
    }
    .contact-links {
        justify-content: center !important;
    }
    .contact-links h2 {
        width: 100%;
        text-align: center;
        font-size: 32px;
    }
    .header-inner {
        flex-wrap: wrap;
        justify-content: flex-end !important;
    }
    .header-inner .logo {
        width: 100%;
        order: 1;
        margin-top: -43px;
        flex-wrap: wrap;
    }
    .excelence {
        width: 100%;
        text-align: center;
    }
    .contact-form form label {
        font-size: 20px;
        width: 100%;
        text-align: left;
    }
    .contact-form form input {
        width: 100%;
        min-height: 40px;
    }
    .contact-form form textarea {
        width: 100%;
    }
    .contact-form form select {
        width: 100%;
        min-height: 40px;
      }
    .contact-form h2 {
        font-size: 32px;
    }
    .production-detail h2 {
        font-size: 32px;
    }
}
