@media only screen and (max-device-width: 1400px) {
  .our-values-boxd {
    min-height: 178px;
  }
  .inner-gried-imgwork .gried-work {
    height: 260px;
  }
}
@media only screen and (max-device-width: 1200px) {
  .our-serve-boxd,
  .our-values-boxd {
    min-height: auto;
  }
}
@media only screen and (max-device-width: 991px) {
  .navbar-ui-wrapper {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100vh;
    background-color: white;
    transition: transform 0.4s ease-in-out;
    z-index: 1000;
    overflow: auto;
    border-radius: 0px 22px 22px 0px;
    padding: 14px 6px 20px 20px;
  }
  .navbar-ui-wrapper.active {
    transform: translateX(100%);
  }
  .navbar-motersDesign .navbar-toggler {
    background: var(--primary-color);
    height: 38px;
    width: 38px;
    border: none;
    border-radius: 100%;
    color: var(--white-color);
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-ui .close-toggle {
    background: var(--primary-color);
    height: 38px;
    width: 38px;
    border: none;
    border-radius: 100%;
    color: var(--white-color);
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-motersDesign .navbar-ui li a {
    font-size: 14px;
    display: flex;
    padding: 8px 12px;
    border-radius: 6px;
    margin-bottom: 2px;
    justify-content: space-between;
    align-items: center;
  }
  .navbar-motersDesign .brand-logo {
    width: 220px;
  }
  .common-works-boxbg {
    border-radius: 18px;
  }
  .cnc-benifits-topright .fts-50 {
    font-size: 23px;
  }
  .cnc-benifits-topright {
    top: -2%;
  }
  .cnc-benifits-bottomleft .fts-22 {
    font-size: 11px;
  }
  .weldin-service-topleft .fts-46 {
    font-size: 24px;
  }
  .weldin-service-topright .fts-26 {
    font-size: 15px;
  }
  .coating-topleft .fts-50 {
    font-size: 28px;
  }
  .coating-bottomleft .fts-28 {
    font-size: 15px;
  }
  .non-welding-topleft .fts-24 {
    font-size: 13px;
  }
  .non-welding-bottomright .fts-50 {
    font-size: 28px;
  }
  .industries-serve-topright .fts-50 {
    font-size: 28px;
  }
  .industries-serve-topleft .fts-22 {
    font-size: 12px;
  }
  .leser-cutting-topleft .fts-50 {
    font-size: 28px;
  }
  .contactus-topleft .fts-50 {
    font-size: 28px;
  }
  .contactus-bottomleft .fts-24 {
    font-size: 15px;
  }
  .aboutus-topleft .fts-50 {
    font-size: 24px;
  }
  .aboutus-bottomright .fts-24 {
    font-size: 15px;
  }
  .navbar-ui .dropdown-menu {
    top: 4px !important;
    left: 0px !important;
    position: relative !important;
    transform: unset !important;
    inset: unset !important;
  }
}
@media only screen and (max-device-width: 770px) {
  .service-exp-img {
    width: 100%;
    height: 320px;
  }
  .explore-service-box.position-01,
  .explore-service-box.position-02,
  .explore-service-box.position-03,
  .explore-service-box.position-04,
  .explore-service-box.position-05 {
    position: unset;
    margin-top: 10px;
    width: 100%;
  }
  .cnc-benifits-topright .fts-50 {
    font-size: 18px;
  }
  .weldin-service-topleft .fts-46 {
    font-size: 18px;
  }
  .weldin-service-topright .fts-26 {
    font-size: 12px;
  }
  .coating-topleft .fts-50 {
    font-size: 20px;
  }
  .coating-bottomleft .fts-28 {
    font-size: 12px;
  }
  .non-welding-topleft .fts-24 {
    font-size: 10px;
  }
  .non-welding-bottomright .fts-50 {
    font-size: 20px;
  }
  .industries-serve-topright .fts-50 {
    font-size: 20px;
  }
  .industries-serve-topleft .fts-22 {
    font-size: 8px;
  }
  .leser-cutting-topleft .fts-50 {
    font-size: 22px;
  }
  .contactus-topleft .fts-50 {
    font-size: 22px;
  }
  .aboutus-topleft .fts-50 {
    font-size: 18px;
  }
  .aboutus-bottomright .fts-24 {
    font-size: 11px;
  }
}
@media only screen and (max-device-width: 570px) {
  /* .client-reviews-slide .slick-next,
  .client-reviews-slide .slick-prev{
    display: none !important;
  }  */
  .client-reviews-slide {
    display: flex;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }
  .our-images {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .client-reviews-slide .slick-prev::before {
    margin-top: 28.7vh;
    margin-left: 20vh;
    font-size: 12px;
    height: 26px;
    width: 26px;
  }
  .client-reviews-slide .slick-next::before {
    margin-top: 28.7vh;
    margin-right: 20vh;
    font-size: 12px;
    height: 26px;
    width: 26px;
  }

  .inners-common-footer {
    border-radius: 20px;
  }
  .navbar-motersDesign .brand-logo {
    width: 170px;
  }
  .cnc-benifits-topright .fts-50 {
    font-size: 14px;
  }
  .cnc-benifits-bottomleft .fts-22 {
    font-size: 8px;
  }
  .weldin-service-topleft .fts-46 {
    font-size: 13px;
  }
  .weldin-service-topright .fts-26 {
    font-size: 8px;
  }
  .coating-topleft .fts-50 {
    font-size: 15px;
  }
  .coating-bottomleft .fts-28 {
    font-size: 8px;
  }
  .non-welding-topleft .fts-24 {
    font-size: 8px;
  }
  .non-welding-bottomright .fts-50 {
    font-size: 14px;
  }
  .industries-serve-topright .fts-50 {
    font-size: 14px;
  }
  .industries-serve-topleft .fts-22 {
    font-size: 6px;
  }
  .leser-cutting-topleft .fts-50 {
    font-size: 16px;
  }
  .header-slider-box {
    width: 72%;
    left: -6px;
  }
  .contactus-topleft .fts-50 {
    font-size: 16px;
  }
  .contactus-bottomleft .fts-24 {
    font-size: 9px;
  }
  .aboutus-topleft .fts-50 {
    font-size: 12px;
  }
  .aboutus-bottomright .fts-24 {
    font-size: 8px;
  }
  .journey-icon .journey-img {
    height: 48px;
    width: 48px;
  }
  .inner-gried-imgwork .gried-work {
    height: 198px;
  }
}
