.videoFeedback .image span {
  z-index: 99;
}

.categoryItem.slideItem .categoryItemInfo p {
  margin: 3px;
}

.mz-figure.mz-active>img {
  filter: none;
}

.mz-lens img {
  opacity: 0;
}

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

  .logoArea .companyName {
    font-size: 14px;
  }

  .tagline {
    font-size: 12px;
  }

  .navigation .menu ul li a {
    padding: 10px 12px;
    font-size: 16px;
  }

  .gstNumber {
    display: none;
  }

  .homeSlider .sliderItem .sliderText {
    padding: 15px 50px;
  }

  .caption .sliderTitle_1 {
    font-size: 36px;
  }

  .caption .sliderTitle_2 {
    font-size: 30px;
  }

  .homeSlider .swiper-button-prev {
    right: 58%;
  }

  .caption .subTitle_1 span {
    top: -40px;
    font-size: 72px;
  }

  .homeFeture {
    padding: 10px 12px;
  }

  .title_1 {
    font-size: 28px;
  }

  .home_about_2 h2 {
    font-size: 26px;
  }

  .home_about_2 h2 {
    font-size: 24px;
  }

  .title_2 {
    font-size: 28px;
  }
}

@media (max-width: 1100px) {
  .container {
    max-width: 980px;
  }
}

@media (max-width: 1023px) {
  .menubar {
    width: 100%;
    display: block;
    height: 100%;
    background-color: var(--bs-dark);
    padding-left: 15px;
    padding-right: 15px;
  }

  .navigation {
    float: left;
    width: 100%;
    position: static;
  }

  .navigation .navbar {
    display: block;
    float: left;
    width: 100%;
  }

  .navigation .menu {
    display: none;
    width: 100%;
    overflow: hidden;
    overflow-y: visible;
    position: relative;
    z-index: 9999;
    max-height: 480px;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    background: #111;
    left: 0;
    right: 0;
    text-align: left;
  }

  .navigation .menu ul li {
    padding: 0;
    float: left;
    width: 100%;
    display: block;
  }

  .navigation .menu ul li a {
    padding: 7px 15px;
    text-align: left;
    font-size: 14px;
    border-right: 1px dashed transparent;
    color: var(--bs-white);
    border-bottom: 1px solid #444;
    display: block;
  }

  .navigation .menu ul li ul.cs-dropdown {
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    top: auto !important;
    left: auto !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    width: 100%;
    display: none;
    transition: none !important;
  }

  .navigation .menu ul .cs-submenu a {
    position: relative;
  }

  .navigation .menu ul li.cs-submenu a button {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    background: 0 0;
    border: 0;
    color: var(--bs-white);
    font-size: 16px;
    height: 30px;
    outline: 0;
    width: 30px;
    padding: 0;
    text-align: center;
    line-height: 18px;
  }

  .navigation ul li.cs-submenu a button svg {
    width: 16px;
    height: 16px;
  }

  .navigation ul li.cs-submenu a button.rotated svg {
    transform: rotateZ(180deg);
  }

  .navigation ul li.cs-submenu:hover svg {
    transform: rotateZ(0);
  }

  .navigation .menu ul li ul.cs-dropdown,
  .navigation .menu ul li ul.cs-dropdown li .cs-dropdown li .cs-dropdown {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    display: none;
    transition: none;
    padding-right: 0;
    float: left;
    width: 100% !important;
  }

  .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
    left: 100%;
    margin-top: 0;
  }

  .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
    left: -100%;
    margin-top: 0;
  }

  .navigation .menu ul li ul.cs-dropdown li {
    border-bottom: 0;
  }

  .navigation .menu ul li ul.cs-dropdown li a {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 7px 15px;
    line-height: normal;
    border-bottom: 1px solid #555;
    background: #444;
  }

  .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li a {
    background: #555;
    border-bottom: 1px solid #666;
  }

  .navigation .menu ul li:hover ul.cs-dropdown {
    display: none;
  }

  .navigation ul li.cs-submenu ul.cs-dropdown li a button svg {
    transform: rotateZ(0);
    color: #fff;
  }

  .navigation .menu ul li:nth-child(3) ul.cs-dropdown {
    width: 480px;
  }

  .navigation .menu ul li:nth-child(3) ul.cs-dropdown li {
    width: 100%;
    float: left;
    position: relative;
  }

  .navigation .menu ul li:nth-child(3) ul.cs-dropdown li:nth-child(2n) {
    border-left: 0 solid #eee;
  }

  .navigation .menu ul li:nth-child(3) ul.cs-dropdown li ul.cs-dropdown {
    width: 100%;
  }
}

@media (max-width: 980px) {}

@media (max-width: 768px) {
  .home_slider{
    aspect-ratio: auto;
  }
  .webpulseChoose .image img {
    max-width: 100%;
  }

  .shippingLogistics .about-area-2 {
    display: block;
    padding: 20px 15px;
  }

  .feature-style-1-list {
    margin-left: 0px;
  }

  .feature-style-1-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }

  .navigation .menu ul li.mega ul.cs-dropdown li a span {
    color: #ffffff;
  }

  .navigation .menu ul li.mega ul.cs-dropdown {
    width: 100%;
    transform: inherit;
    max-width: 100%;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    padding: 0px;
    transform: inherit;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: 0.9rem;
  }

  .top_bar {
    background: var(--bs-white);
    padding: 0 15px;
    margin-bottom: 0;
  }

  .top_bar .socialMedia {
    display: none;
  }

  .call_btn {
    font-size: 16px;
  }

  .sendEmail {
    font-size: 15px;
    border-radius: 4px;
    margin-left: auto;
    display: none;
  }

  .search_bx {
    position: absolute;
    left: 15px;
  }

  .header.stricky-fixed {
    border-bottom: 0;
  }

  .header.stricky-fixed .top_bar {
    display: none;
  }

  .header.stricky-fixed .tagline {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .homeSlider .sliderInner {
    display: grid;
    height: auto;
    flex-direction: row;
    /* default for desktop */
  }

  .caption .subTitle_1 {
    font-size: 14px;
    letter-spacing: 4px;
  }

  .homeSlider .sliderItem .sliderText,
  .homeSlider .sliderItem .sliderInner .imgDiv {
    width: 100%;
    overflow: hidden;
  }

  .homeSlider .sliderItem .sliderInner .imgDiv img {
    aspect-ratio: 16/11;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .homeSlider .sliderItem .sliderInner .imgDiv {
    order: 1;
    /* normal order */
  }

  .homeSlider .sliderItem .sliderText {
    padding: 10px 15px;
    height: auto;
    overflow: hidden;
    order: 2;
    /* normal order */
    aspect-ratio: auto;
  }

  .sliderItem {
    padding: 0;
  }

  .caption .sliderTitle_1 {
    font-size: 30px;
  }

  .caption .sliderTitle_2 {
    font-size: 24px;
  }

  .caption p {
    font-size: 16px;
  }

  .homeSlider .swiper-button-prev {
    right: 21%;
  }

  .homeSlider .swiper-button-next {
    right: 5%;
    left: auto;
  }

  .categoryDiv .category-prev {
    left: -10px;
  }

  .categoryDiv .category-next {
    right: -10px;
  }

  .homeFeture {
    display: grid;
    margin-bottom: 15px;
    padding: 10px 10px;
  }

  .homeFeture span {
    font-size: 14px;
  }

  .video-one-contact__info-box {
    margin-top: 20px;
  }

  .footer-widget {
    margin-bottom: 20px;
  }

  .copyrightText {
    text-align: center;
  }

  .gmVerified {
    max-width: 130px;
    margin-left: auto;
  }

  .video-one__contact-box {
    padding: 20px;
  }

  .radioGroup {
    flex-wrap: wrap;
  }

  .logoArea {
    padding: 10px 15px 0;
  }

  .logoArea .companyName.onlyCompanyName {
    font-size: 22px;
  }

  .cat-popup-inner {
    width: 95%;
  }

  .popupBody .categoryItem {
    margin-bottom: 15px;
  }

  .gmTrustedBg::before {
    top: 0px;
  }

  .gmTrustedBg .homeFeture {
    padding: 20px 0 0;
  }

  .about_img .about_img {
    display: none;
  }

  .followLogo {
    margin-top: 20px;
  }

  .img-breadcum,
  .productsBanner {
    background-size: cover;
  }
}

@media (max-width: 680px) {
  .wpsFeature .wpsIcon {
    margin: auto;
  }

  .it-brand-3-wrap {
    padding: 10px;
    margin-top: 20px;
  }

  .about-content-block.order-1.order-xl-2.section-space-top .feature-style-1-icon {
    width: 60px;
    height: 60px;
    margin: auto;
    text-align: center;
    display: block;
  }

  .about-area-2 .about-content-block {
    padding-inline: 0px;
  }

  .about-area-2 .section-content-block {
    max-width: 100%;
    text-align: center;
  }

  .catListing .right-content .buttons {
    display: flex;
    gap: 5px;
  }

  .webpulseChoose .wpsFeature {
    border: 1px solid #eeeeee30;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .webpulseChoose {
    padding: 50px 0 30px;
  }

  .categoryBox {
    max-width: 100%;
  }

  .readMore_2,
  .readMore_2:focus {
    padding: 0;
    padding-left: 10px;
  }

  .enquiryBtn2,
  .enquiryBtn2:focus {
    padding-left: 15px;
  }

  .catListing .right-content {
    padding: 15px;
  }

  .chairmanSection {
    padding: 20px 0 0;
  }

  .team-page__content {
    text-align: center;
  }

  .tradeInformationBox .section-title.mb-40 {
    text-align: center;
  }

  .tradeInformationBox p {
    text-align: center;
  }

  .chairmanName {
    font-weight: 700;
    font-size: 30px;
  }

  .chairmanText.pt-4.pt-lg-0 {
    text-align: center;
  }

  .about-content-block.order-1.order-xl-2.section-space-top .feature-style-1-list li {
    list-style: none;
    margin-bottom: 19px;
    border: 1px solid #eee;
    padding: 10px;
    width: 100%;
  }

  .wpsFeature {
    text-align: center;
  }

  .factoryInfrastructure .team-content-3.sticky-style {
    margin-bottom: 15px;
  }

  .webpulseChoose .webpulseChooseTitle {
    font-size: 28px;
    text-align: center;
    font-size: 25px;
    margin-top: 20px;
  }

  .feature-style-1-list {
    text-align: center;
    display: block;
  }

  .webpulseChoose .text {
    border-left: 0px solid var(--theme-color);
    text-align: center;
  }

  .cap-item h4 {
    font-size: 15px;
  }

  .tradeInformation::before {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    display: block;
    height: 210px;
    margin: 0px auto 20px;
  }

  .about-wrapper-2 .about-elements-4 {
    display: none;
  }

  .feature-style-1-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }

  .domesticUL ul li {
    text-align: left;
  }

  .tradeInformationBox {
    padding-left: 5px;
  }

  .marketServedList {
    display: flow-root;
    float: left;
  }

  .marketServedImg2 {
    float: left;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
    display: flow-root;
    width: 100%;
  }

  .wpsFeture {
    padding: 20px 0px 0px;
  }

  .about-area-2 .about-style-2-img-block .about-elements-2 {
    display: none;
  }

  .gmTrustedBg .homeFeture {
    padding: 0px 0px 0px;
    margin: 10px 0px 0px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .top_bar {
    display: none;
  }

  .logoArea {
    padding: 10px 15px 10px;
  }

  .domesticUL ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .domesticUL {
    display: flow-root;
    float: left;
  }

  .logoArea .logoImg {
    max-width: 50px;
  }

}