/** media query **/
@media (min-width: 1366px) and (max-width: 1400px) {
.right-btn ul li a {
    white-space: nowrap;
}
.navbar-nav > .nav-item > .nav-link {
    margin: 0px 10px;
}
.strip-image .content-on-image {
    font-size: 14px;
}
}




@media (min-width: 1200px) and (max-width: 1366px) {
.right-btn ul li a {
    white-space: nowrap;
}
.navbar-nav > .nav-item > .nav-link {
    margin: 0px 10px;
}
.strip-image .content-on-image {
    font-size: 14px;
}
}


@media (min-width: 1100px) and (max-width: 1200px) {
  .slidekpright .animated .animated-box {
    position: relative;
}
.home-banner-sec::before{
  display: none;
}
.slidekpright::before{
  display: none;
}
.slidekpright::after{
  box-shadow: none;
}
.slidekpright {
    box-shadow: none;
}
.social-icon ul {
    flex-wrap: wrap;
}
.strip-image .content-on-image {
    font-size: 12px;
}
a.navbar-brand {
    flex-shrink: 0;
}
.navbar-brand img {
    width: 170px;
}
.container {
    max-width: 95%;
}
.right-btn ul li a {
    white-space: nowrap;
}
.navbar-nav > .nav-item > .nav-link {
    margin: 0px 10px;
}
}


@media (min-width: 1024px) and (max-width: 1100px) {
ul#tabMenu1 {
  display: none;
}
.integration-logo-main {
    display: none !important;
}
.integration-main .tab-content .tab-pane-integration .integration-logo-wrapper .integration-logo {
    opacity: 1;
}
.payment-right {
    display: none;
}
.top-content {
    margin-bottom: 20px;
}
.top-content {
    padding: 20px;
}
.bottom-content {
    padding: 20px;
}
.slidekpright .animated .animated-box {
    position: relative;
}
.home-banner-sec::before{
  display: none;
}
.slidekpright::before{
  display: none;
}
.slidekpright::after{
  box-shadow: none;
}
.slidekpright {
    box-shadow: none;
}
footer .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
}
footer .col-md-2 {
    flex: 0 0 50%;
    max-width: 50%;
}
.strip-image .content-on-image {
    font-size: 12px;
}
.right-btn {
    display: none;
}
.navbar-nav > .nav-item > .nav-link {
    margin: 0px 6px;
}
a.navbar-brand {
    flex-shrink: 0;
}
.navbar-brand img {
    width: 170px;
}
.container {
    max-width: 95%;
}
}




@media (min-width: 993px) and (max-width: 1024px) {
ul#tabMenu1 {
  display: none;
}
.container {
    max-width: 95%;
}
.strip-image .content-on-image {
    font-size: 12px;
}
.integration-logo-main {
    display: none !important;
}
.integration-main .tab-content .tab-pane-integration .integration-logo-wrapper .integration-logo {
    opacity: 1;
}
.payment-right {
    display: none;
}
.top-content {
    margin-bottom: 20px;
}
.top-content {
    padding: 20px;
}
.bottom-content {
    padding: 20px;
}
.slidekpright .animated .animated-box {
    position: relative;
}
.home-banner-sec::before{
  display: none;
}
.slidekpright::before{
  display: none;
}
.slidekpright::after{
  box-shadow: none;
}
.slidekpright {
    box-shadow: none;
}
.pricing-img-wrapper {
    display: none;
}
footer .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
}
footer .col-md-2 {
    flex: 0 0 50%;
    max-width: 50%;
}
.right-btn {
    display: none;
}
.why-choose-grid.textile-manufacturers-wrap {
    grid-template-columns: repeat(auto-fit, minmax(300px, 2fr)) !important;
}
.mega-menu .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
}
.mega-menu .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
}
.why-choose-grid.textile-manufacturers-wrap {
    grid-template-columns: repeat(auto-fit, minmax(300px, 2fr));
}
}




/* Underline only desktop */
@media (max-width: 993px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #4576ba;
    z-index: 999;
  }
  section.copy-right-sec {
    padding: 10px 0px !important;
}
  .navbarContainer {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .mega-menu-wrap ul li a {
    color: #000000;
    ;
  }

  .navbar-nav>.nav-item>.nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 0;
    height: 2px;
    background: #ff0084;
    transition: width 0.3s ease;
  }

  .navbar-nav>.nav-item:hover>.nav-link::after {
    width: 100%;
  }

  .navbar-nav>.nav-item:hover>.mega-menu,
  .navbar-nav>.nav-item:hover>.sub-menu {
    display: block;
  }

  .mega-menu,
  .sub-menu {
    position: static;
    display: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }

  .nav-item.show>.mega-menu,
  .nav-item.show>.sub-menu {
    display: block;
  }

  .navbar-nav .nav-item {
    border-bottom: 1px solid #eee;
  }

  .mega-menu,
  .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: #f5f5f5;
  }

  .nav-item.active>.mega-menu,
  .nav-item.active>.sub-menu {
    max-height: 300px;
    overflow-y: scroll;
  }

  .right-btn {
    display: none;
  }

  .container {
    max-width: 95%;
  }

  .navbar-nav>.nav-item>.nav-link {
    color: #ffffff;
  }

  .mega-menu-wrap ul {
    margin: 20px 20px 20px 20px;
  }
  button.navbar-toggler {
    border: 2px solid #7c78cb;
    background: #7c78cb;
  }
button.navbar-toggler i {
    color: #fff;
}

  button.navbar-toggler:focus {
      box-shadow: none;
  }
  .navbar-nav > .nav-item:hover > .nav-link::after, .navbar-nav > .nav-item.active > .nav-link::after{
    display: none;
  }
  ul.sub-menu {background: #f5f5f5;}
.mega-menu-wrap {
    border-right: transparent;
}
.navbar-nav .nav-link:hover {
    background: transparent;
}
.navbar-nav > .nav-item > .nav-link {
    padding: 10px 0px !important;
}
header {
    padding: 4px 0px;
    box-shadow: 0 0 5px 0px #00000026;
}
.navbarContainer {
    box-shadow: none;
}
.navbar-nav > .nav-item:hover > .nav-link, .navbar-nav > .nav-item.active > .nav-link {
    color: #ffffff;
}
}


@media (min-width: 768px) and (max-width: 993px) {
.values-image {
    text-align: center;
}
.why-choose-grid.textile-manufacturers-wrap {
    grid-template-columns: repeat(auto-fit, minmax(300px, 2fr));
}
.mega-menu .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
}
.mega-menu .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
}
.mission-wrap {
    margin-top: 25px;
}
.integration-main ul.nav .nav-item.tab-6 .payment-left.active {
    position: absolute;
    left: 40%;
    top: 16%;
    width: 20%;
    z-index: -1;
    display: block !important;
}
.right-btn {
    display: none;
}
footer .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
}
footer .col-md-2 {
    flex: 0 0 50%;
    max-width: 50%;
}
.pricing-img-wrapper {
    display: none;
}
  ul#tabMenu1 {
  display: none;
}
.integration-logo-main {
    display: none !important;
}
.integration-main .tab-content .tab-pane-integration .integration-logo-wrapper .integration-logo {
    opacity: 1;
}
.payment-right {
    display: none;
}
.top-content {
    margin-bottom: 20px;
}
.top-content {
    padding: 20px;
}
.bottom-content {
    padding: 20px;
}
.animated-box h2 {
    font-size: 24px;
}
.slidekpright .animated .animated-box {
    position: relative;
}
.home-banner-sec::before{
  display: none;
}
.slidekpright::before{
  display: none;
}
.slidekpright::after{
  box-shadow: none;
}
.slidekpright {
    box-shadow: none;
}
}




@media(max-width: 767px) {
  .bottom-content {
    flex-direction: column;
    justify-content: center;
  }
  .inner-banner-img {
    text-align: center;
}
  section.why-choose-sec {
    margin-bottom: 0px;
}
.expertise-img {
    margin-bottom: 30px;
}
  .navbar-brand img {
    width: 200px;
}
.values-image {
    text-align: center;
}
  
.mission-wrap {
    margin-top: 25px;
}
.slidekpright .animated .animated-box {
    position: relative;
    top: 44%;
}
.home-banner-sec::before{
  display: none;
}
.slidekpright::after{
  display: none;
}
.slidekpright {
    box-shadow: none;
    text-align: center;
}
.slidekpright::before{
  display: none;
}
.banner-img img {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.banner-img {
    text-align: center;
}

.heading-wrap h2 {
    font-size: 30px;
}
.pricing-img-wrapper img {
    display: none;
}
.pricing-content h2 {
    font-size: 30px;
}
.pricing-content {
    text-align: center;
}
section.pricing-link-main {
    padding: 40px 0px;
}
section {
    padding: 40px 0px !important;
}
.cta {
    margin-top: 20px;
}
.services-box h3 {
    font-size: 18px;
}
.integration-main ul.nav {
    justify-content: space-between;
    gap: 10px;
}
.integration-main ul.nav .nav-item {
    position: unset;
}
.integration-main ul.nav li a {
    padding: 10px 15px;
    border-radius: 5px;
    transition: none;
}
.integration-main ul.nav .payment-arrow {
    display: none !important;
}
.integration-main ul.nav li a {
    padding: 10px 10px;
    text-align: center;
    word-wrap: break-word;
    white-space: pre-wrap;
    font-size: 14px;
    font-weight: 600;
}
.integration-main .integration-logo-main {
    position: unset;
    transform: none;
    margin: 50px auto;
}
.integration-main .tab-content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.integration-main .tab-content .tab-pane-integration {
    width: 100%;
}
.integration-main .tab-content .tab-pane-integration .tab {
    flex-wrap: wrap;
    justify-content: center;
}
ul#tabMenu1 {
    display: none;
}
.integration-logo-main {
    display: none !important;
}
.integration-main .tab-content .tab-pane-integration .integration-logo-wrapper .integration-logo {
    opacity: 1;
}
.payment-right {
    display: none;
}
.top-content {
    margin-bottom: 20px;
}
.top-content {
    padding: 20px;
}
.bottom-content {
    padding: 20px;
}
.side-nav-main {
    margin-bottom: 30px;
}
.solving-business-tabs .nav button {
    width: 50%;
    justify-content: center;
}
.store-box {
    padding: 0px 0px;
    margin-bottom: 40px;
}
.store-box ul li {
    width: calc(50% - 50px);
}
.innovative-tabs .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    box-sizing: border-box;
    justify-content: flex-start;
    scroll-behavior: smooth;
    overflow-y: hidden;
}

/* Make each tab not shrink, with some spacing */
.innovative-tabs .nav-tabs .nav-link {
    flex: 0 0 auto;
    margin-right: 10px;
    white-space: nowrap;
    margin-bottom: 10px;
}

/* Optional: hide scrollbar on some browsers */
.innovative-tabs .nav-tabs::-webkit-scrollbar {
    height: 6px;
}
.innovative-tabs .nav-tabs::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}
.innovative-img {
  margin-bottom: 20px;
}
.innovative-text h3 {
    font-size: 24px;
    font-weight: 700;
}
.footer-box h2 {
    margin-bottom: 10px;
    margin-top: 30px;
}
.bridal-store {
    padding: 20px;
}
.expertise-img {
    margin-bottom: 30px;
    text-align: center !important;
    margin-top: 30px;
}
.expertise-img figure img {
    width: 100%;
}
.clothing-stores-img {
    margin-top: 30px;
    text-align: center !important;
}
.seo-services-img {
    text-align: center;
    margin-top: 30px;
}
    .seo-services-img figure img {
    width: 100%;
}
section.overview-section .features-list ul li {
    width: calc(50% - 10px);
}
.company-info-wrapper {
    flex-wrap: wrap;
}
.bridal-store h2 {
    font-size: 30px;
}
.inner-banner-wrap .inner-banner-content h1 {
    color: #000000;
}
.inner-banner-content h4 {
    color: #000000;
}
.inner-banner-content p {
    color: #000;
}
.inner-banner-wrap .inner-banner-content {
    position: relative;
    width: 100%;
}
.schedule-btn {
    background: #FF9800;
    color: #ffffff;
}
.inner-banner-wrap .inner-banner-content {
    position: relative;
    padding: 0px;
}
.inner-banner-wrap img {
    display: none;
}
.inner-banner-wrap {
    margin-bottom: 50px;
}
.why-choose-grid.textile-manufacturers-wrap {
    grid-template-columns: repeat(auto-fit, minmax(200px, 2fr)) !important;
}
.case-studies-container {
    flex-wrap: wrap;
}
.case-study-card {
    width: 100%;
}
.desktop-industries .col-4 {
    flex: 0 0 50%;
    max-width: 50%;
}
.company-info{
    width: calc(50% - 10px);
}
}



@media(max-width: 575px) {
  .services-box {
    text-align: center;
}
.desktop-industries .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
}
.why-choose-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
}
section.overview-section .features-list ul li {
    width: calc(100% - 10px);
}
.services-box .ser-icon {
    margin: 0 auto;
}
.flip-card {
    text-align: center;
}
.boxes h4 {
    text-align: center !important;
}
.top-content {
    text-align: center;
}
.content {
    text-align: center;
}
.store-box ul li {
    width: calc(50% - 50px);
}
.erp-item-wrap.inventory-wrap .erp-item {
    width: 100%;
}

}

@media(max-width: 420px) {
      .store-box ul li {
        width: calc(100% - 50px);
    }
    .schedule-btn {
    width: 100%;
}
}


@media(max-width: 380px) {
    .schedule-btn {
    width: 100%;
}
.company-info{
    width: calc(100% - 10px);
}
}