@media (max-width: 1500px) {
    .customHeader {
        padding: 15px 25px;
    }

    .secondProduct .productContent {
        width: calc(100% + 7px);
        left: -55px;
        clip-path: polygon(3.7% 0%, 100% 0%, 96.3% 100%, 0% 100%);
    }

    .ThirdProduct .productContent {
        width: calc(100% + 56px);
        left: -43px;
        clip-path: polygon(3.7% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    .FourProduct .productContent {
        width: calc(100% + 46px);
        clip-path: polygon(0 0, 95.5% 0, 100% 100%, 0 100%);
    }

    .FiveProduct .productContent {
        width: calc(100% - -8px);
        left: 47px;
        clip-path: polygon(0 0, 96.2% 0, 100% 100%, 3.8% 100%);
    }

    .SixProduct .productContent {
        width: calc(100% + -69px);
        left: 69px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 5.8% 100%);
    }

    .firstProduct .productContent {
        clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
        width: 85%;
    }


}

@media (max-width:1400px) {
    .OtherDetailsWrapper .nav button {
        padding: 10px 15px;
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
    .aboutUsWrapper {
        gap: 40px;
    }

    .desc h6 {
        font-size: 16px;
        line-height: normal;
    }

    .aboutUsSecTitle h5 {
        font-size: 22px;
        line-height: normal;
    }

    .desc p,
    .aboutUsContent ul li {
        font-size: 14px;
    }

    .youTubeIcon {
        position: absolute;
        width: 60px;
        height: 60px;
        left: 30px;
        bottom: 30px;
    }

    .counterItem .counterContent span {
        font-size: 22px;
    }

    .counterItem .counterContent h5 {
        font-size: 14px;
    }

    .secTitle h2 {
        font-size: 25px;
        line-height: normal;
    }

    .secTitle p {
        font-size: 14px;
    }

    .secondProduct .productContent {
        width: calc(100% + 11px);
        left: -41px;
        clip-path: polygon(4.7% 0%, 100% 0%, 94.3% 100%, 0% 100%);
    }

    .ThirdProduct .productContent {
        width: calc(100% + 56px);
        left: -31px;
        clip-path: polygon(4.7% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    .FourProduct .productContent {
        width: calc(100% + 30px);
        clip-path: polygon(0 0, 95.5% 0, 100% 100%, 0 100%);
    }

    .FiveProduct .productContent {
        width: calc(100% - -10px);
        left: 28px;
        clip-path: polygon(0 0, 95.2% 0, 100% 100%, 5.8% 100%);
    }

    .SixProduct .productContent {
        width: calc(100% + -48px);
        left: 48px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 5.8% 100%);
    }

    .productContent h5 {
        font-size: 14px !important;
    }

    .customizedServiceLeftTitle h2 {
        font-size: 16px;
        line-height: normal;
    }

    .customizedServiceLeftTitle p {
        font-size: 14px;
        line-height: 24px;
    }

    .whychooesUsNewItem li {
        font-size: 14px;
    }

    .whychooesUsNewItem li img {
        max-width: 50px;
    }

    .secTitle h2 {
        font-size: 20px;
        line-height: normal;
    }

    p {
        font-size: 14px !important;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100%;
    }

    .productDetailsTitle {
        font-size: 20px;
        line-height: normal;
    }

    .footerLogoSec {
        padding: 30px 15px;
    }

    .footerNewContainer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footerNewContainer .title,
    .footer-section-s1 .title {
        font-size: 20px;
    }

    .footer-section-s1 .footer-lower p {
        font-size: 12px !important;
    }

    .whychooesUsNewItem:nth-child(2) .whyChooesImg img {
        transform: scale(0.7);
    }

    .breadCrums h1 {
        font-size: 20px;
    }

    .ContactUsAddressItem .emailText {
        font-size: 14px;
    }

    .ContactUsFormTitle h5 {
        font-size: 18px;
    }

    .ContactUsFormTitle {
        gap: 6px;
    }

    .ContactUsForm {
        gap: 15px;
        padding: 20px;
    }

    .ContactUsGrid {
        grid-template-columns: 1fr auto;
    }

    .MainProductBanner {
        padding: 150px 15px 50px;
    }

    .MainProductContentWrapper h5 {
        font-size: 25px;
    }

    .MainProductDetailsImg img {
        max-height: 400px;
        min-height: 400px;
    }

    .VariousTypesSec .VariousTypesProductGrid {
        gap: 15px;
    }

    .MainProductContent h5,
    .VariousTypesProductItem h5 {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .productFirstItem .productItem .productImage {
        transform: unset !important;
        clip-path: unset !important
    }

    .productFirstItem .productItem .productContent {
        width: 100% !important;
        position: absolute;
        left: 0px !important;
        clip-path: unset !important
    }

    .ProductGrid,
    .productFirstItem {
        gap: 15px !important;
    }

    .footerLogoSec .footerAddressMain ul {
        gap: 15px;
        grid-template-columns: 1fr 1fr;
        display: grid;
    }

    .footerLogoSec .footerAddressMain ul li.LogoFooter {
        grid-row: 1/2;
        grid-template-columns: auto;
    }

    .footerLogoSec .footerAddressMain ul li:nth-child(1) {
        grid-column: 1/2;
    }

    .customHeader .navbar-toggler {
        width: 50px;
        height: 50px;
        background: #fff;
    }

    .breadCrums {
        padding: 140px 0px 50px;
    }

    .OtherDetailsWrapper .nav button {
        padding: 10px 14px;
        font-size: 13px;
    }

    .OtherDetailsWrapper .nav {
        border-radius: 0px;
        border: 0px;
        background: transparent;
        gap: 10px;
    }

    .OtherDetailsWrapper .nav button {
        border-radius: 100px;
        border: 1px solid #2222;
    }

    .MainProductContentWrapper h5 {
        font-size: 18px;
    }

    .customHeader .navbar-nav {
        gap: 15px;
        margin: 10px 0px;
    }

    li.nav-item.dropdown:hover .ourproductmenu {
        background: transparent;
        padding: 10px;
        margin: 10px 0px;
    }

    .ourproductmenu a.dropdown-item {
        color: #fff;
        background: transparent !important;
        padding: 10px 0px !important;
    }

    .customHeader.fixed .ourproductmenu.dropdown-menu li a {
        color: #000 !important;
    }

    .customizedServiceLeft {
        padding: 50px;
    }

    .customizedServiceMain .col-lg-5.col-12.ps-0.pe-0 {
        display: none;
    }

    .arrowWrapper {
        bottom: 30px;
        left: 30px !important;
    }

    .footerLogoSec .footerAddressMain ul li p br {
        display: none;
    }
}

@media (max-width: 767px) {
    .ProductGrid {
        margin: 0px;
    }

    .productFirstItem {
        grid-template-columns: 1fr;
        display: grid;
    }

    .inqueryForm form .row {
        gap: 15px;
    }

    .footerLogoSec .footerAddressMain ul {
        grid-template-columns: 1fr;
    }

    .footerLogoSec .footerAddressMain ul li p br {
        display: none;
    }

    .footer-common .footer,
    .footer-section-s1 .footer {
        grid-template-columns: 1fr;
    }

    .footerNewContainer .item:last-child,
    .footer-section-s1 .item:last-child {
        padding: 0px;
    }

    .destopLinks {
        display: none !important;
    }

    .destopLinks~ul.socialIcon {
        justify-content: center;
    }

    .footer-section-s1 .BottomLinks {
        padding: 15px 0px !important;
    }

    .MobileLinks {
        padding: 0px !important;
        display: flex !important;
        padding-top: 25px !important;
    }

    .footerNewContainer .item:first-child:before,
    .footerNewContainer .item:nth-child(2):before {
        content: '';
        width: 100%;
        height: 1px;
        background: linear-gradient(45deg, transparent, #ffffff1c, transparent);
        position: absolute;
        left: 0;
        top: 0;
    }

    .footerNewContainer .item:first-child:before {
        display: none !important;
    }

    .footerNewContainer .title,
    .footer-section-s1 .title {
        font-size: 16px;
    }

    .footerNewContainer {
        padding-left: 0px;
        padding-right: 0px;
    }

    .customHeader {
        padding: 15px 0px;
    }

    .customHeader .navbar img {
        max-width: 150px;
    }

    footer.footer-common.footer-section-s1 {
        overflow: hidden;
    }

    .MainProductBanner {
        padding: 100px 15px 50px;
    }

    .MainProductContentWrapper ul {
        gap: 15px;
    }

    .MainProductContentWrapper h5 {
        font-size: 18px;
        line-height: normal;
    }

    .MainProductContentWrapper ul li span {
        font-size: 14px;
    }

    .MainProductBanner .row {
        flex-direction: column-reverse;
        gap: 15px;
    }

    .MainProductDetailsMoreContentWrapper ul {
        grid-template-columns: 1fr;
    }

    .VariousTypesSec .VariousTypesProductGrid {
        grid-template-columns: 1fr 1fr;
    }

    .productDetailsTitle {
        font-size: 16px;
    }

    .MainProductDetailsWrapper {
        grid-template-columns: 1fr;
    }

    .ComponentsProductGrid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .footerLogoSec .footerAddressMain ul li span {
        width: 60px;
        height: 60px;
    }

    .footerLogoSec .footerAddressMain ul li {
        grid-template-columns: 1fr;
        padding: 15px;
        background: #f4f4f4;
        border: 1px solid #2222;
        border-radius: 10px;
    }

    .footerLogoSec .footerAddressMain ul li.LogoFooter {
        padding: 0px;
        border: 0px;
        background: transparent;
    }

    .footerLogo img {
        max-width: 150px;
    }

    .aboutUsWrapper {
        grid-template-columns: 1fr;
    }

    .aboutUsSecTitle h5 {
        font-size: 18px;
    }

    .counterGrid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .counterItem {
        padding: 20px;
        background: #f4f4f4;
    }

    .counterItem:nth-child(1)::before,
    .counterItem:nth-child(2)::before,
    .counterItem:nth-child(3)::before {
        display: none;
    }

    .whychooesUsNewGrid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .whychooesUsNewItem ul {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .testimonial-text-slider {
        padding-bottom: 0px;
    }

    .secTitle {
        max-width: 100%;
    }

    .whychooesUsItem,
    .whychooesUsGrid,
    .TwoQualityPolicyGrid {
        grid-template-columns: 1fr;
    }

    .innerPage .counterSec {
        padding: 0px;
        background-color: transparent;
    }

    .visionImg {
        margin: 0px;
    }

    .visionSec .row {
        gap: 15px;
    }

    .ContactUsAddressWrapper {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .ContactUsAddressItem {
        padding: 25px !important;
        border: 1px solid #2222;
        background: #fff;
    }

    .ContactUsAddressItem:before {
        display: none;
    }

    .ContactUsAddressItem p br {
        display: none;
    }

    .ContactUsGrid {
        grid-template-columns: 1fr;
    }

    .OurVideosGrid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .customizedServiceLeft {
        padding: 25px;
        background: #000;
        text-align: center;
        flex-direction: column;
    }

    .customizedServiceLeftTitle {
        margin-bottom: 20px;
    }

    .customizedServiceLeftItems .Btn-Group a {
        padding: 10px 16px;
        font-size: 14px;
        margin: auto;
    }

    .VariousTypesSec .VariousTypesProductGrid,
    .ComponentsProductGrid {
        grid-template-columns: 1fr;
    }

    .OurVideosGrid {
        grid-template-columns: 1fr;
    }
}