@media screen and (min-width:570px) {
  .connectingseamless {
    padding-top: 70px;
  }

  .connectingseamless::before {
    height: 250px;
  }

  ul.list-counter li .box p+span {
    font-size: var(--text-md);
  }

  .footer_menus {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .header {
    display: block;
  }

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

  .salesextension .textgrid {
    background: url(../newimages/divider.png) no-repeat center;
    background-size: 100%;
  }

  .salesextension .textgrid .gridtextbox:not(:nth-child(odd)) {
    padding-left: .75rem;
  }

  .shepere {
    position: absolute;
    width: 154px;
    height: 154px;
    margin-top: -80px;
  }

  .domainsrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: -15px;
    background: linear-gradient(270deg, rgba(5, 10, 38, 0.00) 0%, #050A26 100%);
    width: 244px;
    height: 110px;
    z-index: 10;
  }

  .domainsrow::after {
    content: '';
    position: absolute;
    right: 0;
    left: auto;
    top: -15px;
    background: linear-gradient(270deg, rgba(5, 10, 38, 0.00) 0%, #050A26 100%);
    width: 244px;
    height: 110px;
    z-index: 10;
    transform: rotate(180deg);
  }

  .domainsrow .box {
    margin-inline: .75rem;
  }

  .roundtabs button span {
    display: block;
  }

  .roundtabs {
    max-width: 570px;
  }

  .missionrow .item .itemrow {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }

  .missionrow .item {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .teamrow {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .teamrow .itemteam .teammember span.degignation {
    font-size: .875rem;
  }

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

  .sidemenu ul li a {
    font-size: var(--text-lg);
  }

}

@media screen and (min-width:768px) {

  body {
    font-size: 16px;
  }

  .sec_padding {
    padding: 40px 0;
  }

  .two_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1rem;
    align-items: center;
  }

  h1 {
    font-size: var(--text-heading);
	 margin-bottom:0; 
  }

  .inline_btn {
    font-size: var(--text-lg);
  }

  .btn {
    padding: 0.75rem 1rem 0.5rem;
    /* text-transform: uppercase; */
  }

  .container {
    padding: 0 2.5rem;
  }

   .input_text {
    padding: 10px 25px;
    height: 50;
  } 

  h2 {
    font-size: var(--text-xxl);
  }

  h2+p, h1+p {
    font-size: var(--text-md);
  }

  .featureslist li .featurebox.big {
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
    text-align: left;
  }

  .featureslist li .featurebox.big .content {
    display: flex;
    padding: 2rem 2rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
  }

  .featureslist li .featurebox.small {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
  }

  .tabs.connectingtabs .tablists a {
    font-size: var(--text-md);
    padding: 12px 30px 10px; 
  }

  .connectingtabs .tablists+p,
  .connectingtabs .tab-panel p {
    font-size: var(--text-lg);
  }

  .connectingseamless .sec_heading {
    margin-bottom: 2rem;
  }

  ul.list-counter li .box p {
    font-size: 54px;
  }

  ul.list-counter li .box {
    padding: 2rem;
  }

  ul.list-counter {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .tabs.connectingtabs .tablists {
    gap: 1.5rem;

  }

  .integrations-logo,
  .integrations-waves,
  .integrations-lines {
    display: block;
  }

  .integrations-items.for_mobile {
    display: none;
  }

  .integrations-items {
    background-image: url(../newimages/gridbg.png);
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
    background-size: cover;
    background-position: center -19px;
    background-repeat: no-repeat;
    padding: 1rem 24px;
  }

  .integrations-logo,
  .integrations-waves {
    height: 48px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    width: 48px;
    margin-top: -24px;
  }

  .integrations-logo {
    z-index: 1
  }

  .integrations-waves img {
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.6, .6, 0, 1);
    border-radius: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
  }

  .integrations-waves img:nth-child(1) {
    animation-name: wave1;
    height: 48px;
    width: 48px
  }

  .integrations-waves img:nth-child(2) {
    animation-name: wave2;
    height: 40px;
    width: 40px
  }

  .integrations-waves img:nth-child(3) {
    animation-name: wave3;
    height: 32px;
    width: 32px
  }

  .integrations-lines {
    height: calc(100% - 8px);
    left: 50%;
    -webkit-mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 25%, #fff 50%, #fff 75%, rgba(255, 255, 255, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 25%, #fff 50%, #fff 75%, rgba(255, 255, 255, 0) 100%);
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    top: 8px;
    transform: translate(-50%);
    width: 1px
  }

  .integrations-lines div {
    animation-delay: .5s;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.6, .6, 0, 1);
    background: linear-gradient(to bottom, rgba(201, 177, 255, 0), #c9b1ff, rgba(201, 177, 255, 0));
    content: "";
    height: 50px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
  }

  .integrations-lines div:first-child {
    animation-name: integrationsLine1
  }

  .integrations-lines div:last-child {
    animation-name: integrationsLine2
  }

  .productbanner .two_row {
    grid-template-columns: 1fr;
  }

  .sec_padding.trendanticipate .two_row,
  .speakyourqustions .two_row,
  .buddyfororg .two_row,
  .salesextension .two_row {
    grid-template-columns: 1fr;
  }

  .domainsrow .box span {
    font-size: var(--text-xl);
  }

  .upperfooter .text-center.sec_heading {
    padding: 2rem 4rem;
  }

  .homebanner .container {
    padding-inline: 0px;
  }

  .shepere {
    position: absolute;
    width: 200px;
    height: 200px;
    margin-top: -105px;
  }

  .hoverbox .play-btn .textx strong {
    font-size: var(--text-md);
  }

  .waveslider .slider-track {
    display: flex;
    animation: scroll 80s linear infinite;
    width: calc(540px * 14);
  }

  .waveslider .slide {
    margin: 20px 10px;
  }

  .waveslider .slide img {
    height: 180px;
    /* Adjust as needed */
  }

  @keyframes scroll {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(calc(-540px * 7));
    }
  }

  .casestudy .slidebox {
    grid-template-columns: repeat(2, 1fr);
    margin-right: 2.5rem;
  }

  .casestudy .slick-list {
    padding: 0 10% 0 0;
  }

  .slideimage {
    height: 100%;
  }

  .slideimage figure {
    height: 100%;
    object-fit: cover;
  }

  .slideimage img {
    height: 100%;
    object-fit: contain;
    object-position: left center;
  }

  .aboutbanner .bannerimage {
    margin: 4rem auto 1rem;
  }

  .knowournavai .text {
    font-size: var(--text-lg);
  }

  .sidemenu ul li:not(:last-child) {
    padding-bottom: 1rem;
  }

  .moreblogs .sec_heading h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  .navaicontent .two_row {
    grid-template-columns: 1fr;
  }

  .theaisupport .two_row {
    gap: 3rem;
  }

  .thecircleai .box span {
    font-size: var(--text-xl);
  }

  .thecircleai .alignstart,
  .thecircleai .alignbottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
  }

  .comparegrid.two_row {
    grid-template-columns: 1fr;
  }

  .datasecurity .container {
    padding-top: 0;
  }

  .securityimg img {
    object-fit: none;
  }
  .blogbodydeatil .wrapper{
    display: grid;
    grid-template-columns: 17.5625rem 1fr;
    gap: 2rem;
  }
  .leftsidebar, .rightsidebar {
    position: sticky;
    position: -webkit-sticky;
    top: 9.5rem;
    z-index: 10;
    height: fit-content;
    max-height: 100vh;
}
.rightsidebar {
  display: none;
}
	.sec_padding.planbanner {
  padding-bottom: 6rem;
}
.featureslist li .featurebox .content .tags {
  justify-content: left;
}
.insur_head{
  margin-top: 5rem;
}
.insurancebanner .bannerimage {
  display: block;
  }
  .insurancebanner .container{
  padding-top: 0px;
    }
	.breadcrumb {
  margin-bottom: 2.5rem;
}

}

@media screen and (min-width:992px) {
	 .tabcontentarea .pricecard:nth-child(2) .btn.btn_primary {
    bottom: 2.9rem;
  }
  .tabcontentarea .pricecard:nth-child(2) .innercard{
    padding-bottom: 15rem;
  }
  .innercard {
    padding-bottom: 12rem;
  }
  .tabcontentarea .pricecard {  
    margin-inline: 0;
    max-width: 700px;  
  }
  .tabcontentarea {
    grid-template-columns: repeat(3, 1fr);
  }
  .tabcontentarea .pricecard:not(:nth-child(2)){
    height: 570px;
  }
  .header {
    padding: 1.75rem 0;
  }

  h3 {
    font-size: var(--text-lg);
  }

  .header .navbar .site_logo {
    max-width: 160px;
  }

  .logo_box {
    margin-bottom: 2.5rem;
  }

  .header .navbar .menu-capsule+.btn {
    font-size: var(--text-base);
  }

  .menu-capsule ul li a {
    padding: 1rem 1.125rem;
    font-size: var(--text-md);
  }
  .btn.btn-new{
    padding-inline: unset;
    padding-block: 0rem 1.875rem;
    border-radius: unset;
  }
  .btn {
    font-size: var(--text-base);
    padding-inline: 28px;
    padding-block: 1.125rem .875rem;
  }

  .row.twofr {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 0 2rem;
  }

  .container {
    padding: 0 2.5rem;
  }


  .bannerbox {
    position: relative;
    z-index: 9;
  }

  .page_banner .bgbox {
    display: block;
    position: absolute;
    opacity: 0.5 !important;
  }

  .bgbox.one {
    background: url(../newimages/Background.png) no-repeat center;
    width: 218px;
    height: 103px;
    background-size: 100%;
    left: 7rem;
    top: -10px;
  }

  .bgbox.two {
    background: url(../newimages/Background1.png) no-repeat center;
    width: 228px;
    height: 81px;
    background-size: 100%;
    right: 6rem;
    top: -10px;
  }

  .bgbox.three {
    background: url(../newimages/Background2.png) no-repeat center;
    width: 255px;
    height: 77px;
    background-size: 100%;
    top: 50%;
    left: 0;
    transform: translatey(-7%);
  }
  
  .banner-cust .bgbox.three {
    bottom:0;
    top: unset;
  }

  .bgbox.four {
    background: url(../newimages/Background3.png) no-repeat center;
    width: 218px;
    height: 78px;
    background-size: 100%;
    left: 5rem;
    bottom: -50px;
  }

  .bgbox.five {
    background: url(../newimages/Background4.png) no-repeat center;
    width: 266px;
    height: 107px;
    background-size: 100%;
    right: 0;
    bottom: -20px;
  }

  .featureslist li .featurebox.small .content {
    padding: 2.25rem 2.5rem;
  }

  .featureslist li .featurebox.big .content {
    padding: 2.25rem 2.5rem;
  }

  .featureslist li .featurebox .content span {
    font-size: var(--text-xl);
  }

  .featureslist li .featurebox .content p {
    font-size: var(--text-md);
  }

  .connectingtabs .tablists+p, 
  .connectingtabs .tab-panel p{
    font-size: var(--text-xl);
  }

  .connectingseamless {
    padding-top: 120px;
  }

  .connectingseamless::before {
    height: 360px;
  }

  ul.list-counter li .box p+span {
    font-size: var(--text-lg);
  }

  ul.list-counter li .box p {
    font-size: 64px;
  }

  ul.list-counter li {
    justify-content: center;
  }

  ul.list-counter li .box {
    padding: 2rem 3.5rem;
    width: auto;
  }

  ul.list-counter {
    margin-top: 3rem;
  }
.page-template-bidbuddy ul.list-counter {
    margin-top: 3rem;
	 margin-bottom: 3rem;
  }
  .bookconsultant.sec_padding {
    padding-block: 7.5rem;
    margin-top: 3rem;
  }

  .footer_menus {
    gap: 2.5rem;
  }

  .footertxt p {
    font-size: var(--text-md);
    padding-right: 1.5rem;
  }

  .page_banner.sec_padding {
    padding-block-end: 3rem;
  }

  .videocontainer {
    margin-block: 1rem;
  }

  .productbanner h1+p {
    font-size: var(--text-md);
    margin-bottom: 3rem;
  }

 .productbanner {
    background: url(../newimages/product/Vector1.png) no-repeat 80% top;
    background-size: 38% 92%;
  }
  .ready_to_explore {
    background: url(../newimages/product/Vector1.png) no-repeat 15% top;
    background-size: 38% 92%;
  }
  .healthbanner.productbanner {
    background: url(../newimages/solution/healthpattern.png) no-repeat 10% top;
    background-size: 38% 92%;
  }
  .manufactbanner.productbanner {
    background: url(../newimages/solution/manu-pattern.png) no-repeat left top;
    background-size: 44% 100%;
  }

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

  .productbanner .two_row .image figure {
    display: flex;
    justify-content: flex-end;
    margin-right: -1.5rem;
    max-width: 644px;
  }

  .productbanner .logobanner {
    max-width: 600px;
    margin-top: 5rem;
    margin-bottom: 0;
  }

  .productbanner .text {
    text-align: left !important;
    padding-inline-end: 3rem;
  }

  .productbanner .tags {
    justify-content: flex-start !important;
  }

  .productbanner h1 {
    margin-top: 2.5rem;
  }

  .sec_padding.trendanticipate .two_row,
  .buddyfororg .two_row,
  .salesextension .two_row {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .speakyourqustions .two_row {
    gap: 2.5rem;
    grid-template-columns: 1fr 23.875rem;
  }

  .speakyourqustions .left-text-box {
    order: 2;
  }

  .buddyfororg .container {
    padding-inline-end: 0;
  }

  .trendanticipate::before {
    position: absolute;
    content: '';
    left: 0;
    top: -1rem;
    bottom: 0;
    width: 50%;
    background-size: 100%;
    opacity: 0.6;
  }

  .domainsrow {
    margin-top: 5.5rem;
  }

  .buddyfororg .imagecontainer,
  .salesextension .imagecontainer figure {
    display: none;
  }

  .buddyfororg .outerimage {
    position: absolute;
    top: 5px;
    right: 0;
    max-width: 52%;
    bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: -1;
  }

  .salesextension .outerimage {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 52%;
    bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: -1;
  }

  .buddyfororg .outerimage img,
  .salesextension .outerimage img {
    max-height: 100%;
    object-fit: contain;
    width: auto;
  }

  section.buddyfororg {
    margin-block: 2rem;
  }

  .salesextension .two_row .textleft {
    order: 2;
  }

  .homebanner.sec_padding {
    padding-block: 3rem 1rem;
  }

  .homebanner.sec_padding .sec_heading h2, .homebanner.sec_padding .sec_heading h1 {
    font-weight: 700;
  }

  .shepere {
    position: absolute;
    width: 280px;
    height: 280px;
    margin-top: -145px;
  }

  /* .buddyfororg.understanddata .outerimage {
    background: url(../newimages/home/gridline.png) no-repeat right 0px;
    background-size: 74% 95%;
  } */

  .missionrow .item .itemrow {
    gap: 4rem;
  }

  .teamrow {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .missionrow .item .iteminner .txt span {
    font-size: 1.5rem;
  }
  .knowournavai .text {
    font-size: var(--text-xl);
  }

  .knowournavai .text p+p {
    margin-top: 2rem;
  }

  .missionrow .item .textbox.sec_heading h2+p {
    margin-top: 1.25rem;
  }

  section.blogbody .wrapper {
    display: grid;
    grid-template-columns: 17rem 1fr;
  }

  .sidemenu ul li a {
    font-size: var(--text-lg);
  }

  .detailtext .righttext {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .blogbodydeatil .wrapper {
    grid-template-columns: 21.5625rem 1fr;
        gap: 2.5rem;
  }

  .moreslider {
    margin-inline: -0.5rem;
    position: relative;
  }

  .moreslider::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 5%;
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(5, 10, 38, 0.10) 0%, #050A26 100%);
    z-index: 1;
  }

  .moreslider::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 5%;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    background: linear-gradient(270deg, rgba(5, 10, 38, 0.10) 0%, #050A26 100%);
    z-index: 1;
    transform: rotate(180deg);
  }

  .contentwrapper h4 {
    font-size: var(--text-lg);
  }

  .contentwrapper p,
  .listques ul li a {
    font-size: var(--text-base);
  }

  .listques ul li a.active {
    font-size: var(--text-lg);
  }

  .navaicontent .lefttext {
    padding-inline-end: 4rem;
  }

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

  .iconbox {
    max-width: 50px;
    overflow: hidden;
  }

  .othersai .box .iconbox {
    height: 56px;
    width: 56px;
  }

  .comparegrid.two_row {
    grid-template-columns: 1fr;
  }

  .comparesection .container {
    background: url(../newimages/home/bggrid.png) no-repeat top center;
    background-size: 94% 100%;
    padding-block: 1rem .25rem;
  }

  .leftsidebar {
    position: sticky;
    position: -webkit-sticky;
    top: 9rem;
    z-index: 10;
    height: fit-content;
  }

  .leftsidebar {
    display: flex;
    flex-direction: column-reverse;
  }

  /* .inputformbox {
    margin-top: 6rem;
  } */

  .regpage_banner .inputformbox {
    margin-top: unset;
  }

  .bannerblog.details {
    display: flex;
    flex-wrap: wrap-reverse;
    background: transparent;
    gap: 0;
    padding: 0;
    border-radius: 0;
  }

  .bannerblog.details .image {
    order: 1;
  }
  .bannerblog.details .text {
    order: 1;
  }

  .bannerblog.details h2+p {
    margin-top: 2rem;
  }

  .authorbox span {
    font-size: var(--text-lg);
  }

  .authorbox {
    margin-top: 6rem;
  }

  .textbn {
    margin-top: 0rem;
  }

  .featureboxrow .box .textt span {
    font-size: var(--text-xl);
  }

  .featurewrapper::before {
    content: '';
    border-radius: 9999px;
    background: radial-gradient(70.71% 70.71% at 50% 50%, #0E1439 25%, rgba(5, 10, 38, 0.00) 100%);
    width: 600px;
    height: 600px;
    position: absolute;
    top: 19%;
    right: 10%;
    left: auto;
    opacity: 0.2;
  }

  .featurewrapper::after {
    content: '';
    border-radius: 9999px;
    background: radial-gradient(70.71% 70.71% at 50% 50%, #0E1439 25%, rgba(5, 10, 38, 0.00) 100%);
    width: 600px;
    height: 600px;
    position: absolute;
    top: auto;
    bottom: -30px;
    right: 10%;
    left: auto;
    opacity: 0.2;
  }

  .zigzagwrapper {
    padding-top: 3rem;
    overflow: hidden;
  }

  .libox .count {
    width: 35px;
    height: 35px;
    line-height: 41px;
  }

  .libox .count,
  .libox .itemheading {
    font-size: var(--text-xl);
  }

  .zigzagwrapper ul {
    display: flex;
    flex-direction: column;
    width: calc(100% + 18rem);
    position: relative;
    left: -9rem;
  }

  .connecterline {
    display: block;
  }

  .zigzagwrapper li:nth-child(even) .libox {
    position: relative;
    left: -9rem;
  }

  .zigzagwrapper li:nth-child(odd) .libox {
    position: relative;
    right: -9rem;
  }

  .zigzagwrapper li:nth-child(odd) .libox .count {
    margin-left: auto;
  }

  .zigzagwrapper ul li {
    width: 50%;
  }

  .zigzagwrapper li:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
    position: relative;
    z-index: -1;
  }
  .zigzagwrapper li:nth-child(1) { z-index: 6; }
  .zigzagwrapper li:nth-child(2) { z-index: 5; }
  .zigzagwrapper li:nth-child(3) { z-index: 4; }
  .zigzagwrapper li:nth-child(4) { z-index: 3; }
  .zigzagwrapper li:nth-child(5) { z-index: 2; }
  .zigzagwrapper li:nth-child(6) { z-index: 1; }
  
  .zigzagwrapper li:not(:first-child) {
    margin-top: -6rem;
  }

  .zigzagwrapper .libox {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: unset;
  }

  .zigzagwrapper li:nth-child(even) .libox {
    flex-direction: row-reverse;
  }

  .zigzagwrapper li:nth-child(odd) .libox .textbox {
    text-align: right;
  }

  .zigzagwrapper .libox .textbox {
    min-width: 330px;
    width: 330px;
    max-width: 100%;
    padding-right: 0;
  }

  .zigzagwrapper .libox .image {
    width: 120px;
    min-width: 120px;
    height: auto;
  }

  .zigzagwrapper .libox .connecterline {
    width: calc(100% - 532px);
    max-width: 260px;
    padding-inline-start: 1.5rem;
  }

  .zigzagwrapper li:nth-child(even) .libox .connecterline {
    padding-inline-start: 0;
    padding-inline-end: 1.5rem;
  }
  .dataairow{
    display:grid;
    grid-template-columns: 1fr 2fr;
    gap: 1.65rem;
  }
  .shopifyrow { 
    grid-template-columns: 1.5fr 1fr;
  }
  .shopifyrow .rightitem span.headingitem  {
    font-size: 3rem;
  }
  .detailtext {
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 3rem;
}
ul.navaizigzagrow li .item {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 3rem;
}
ul.navaizigzagrow li:nth-child(even) .item{
  grid-template-columns: 1.25fr 1fr;
}
ul.navaizigzagrow {
  margin-top: 4.5rem;
}

ul.navaizigzagrow li .item .textbx h4 {
  font-size: 40px;       
}

ul.navaizigzagrow li:nth-child(even) .item .textbx {
  order: 2;
}

ul.navaizigzagrow li:nth-child(even) .item .imgbxx {
  order: 1;
}
ul.navaizigzagrow li:not(:last-child) {
  margin-bottom: 3rem;
}
.support-sec .tabs.aitabwrapper {
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
.solution_banner .bannertext{
  position: absolute;
  left:0;
  right: 0;
  top: 0;
  z-index: 9;
}
.error-page .container{
max-width: 800px;
}
.listing-slide-big .slidebox .slidetext span{
  font-size: 2.25rem;
}
.listing-slide-big.casestudy .slidebox .slidetext p{
  font-size: 1.5rem;
}
}

@media screen and (min-width:1024px) {
  .vs {
    position: absolute;
    transform: translate(-50%);
    top: 38%;
    left: 50%;
  }

  .vs {
    max-width: 120px;
  }

  .comparegrid.two_row {
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    gap: 8rem;
  }

  .comparesection .box1, .comparesection .box2 {
    min-height: 182px;
    position: relative;
    z-index: 1;
  }

  .menu-capsule ul li a {
    padding: 1rem 1.75rem;
  }

  .bannertext h1+p {
    font-size: var(--text-md);
  }

  .page_banner .bgbox {
    opacity: 1 !important;
  }

  h2 {
    font-size: var(--text-heading);
    text-transform: capitalize;
  }

  .integrations-item span {
    font-size: 28px;
    line-height: 35.609px;
  }

  .integrations-item p {
    font-size: 20px;
    line-height: 35.609px;
  }

  .tabs.connectingtabs .tablists a {
    font-size: var(--text-xl);
  }

  .connectingseamless .sec_heading {
    margin-bottom: 3rem;
  }

  .header.sticky .navbar .menu-capsule ul+.glowing-box {
    margin-left: 2.5rem;
  }

  .productbanner {
    padding-bottom: 3rem;
  }

  .mapdata {
    margin-block: 1.5rem;
  }

  .nudgetext+.btn {
    margin-top: 2.5rem;
    margin-bottom: 3.5rem;
  }


  .gridtextbox span {
    font-size: 22px;
  }

  .trendanticipate .imagecontainer {
    padding-inline-start: 3rem;
  }

  .buddyfororg.understanddata {
    padding-top: 3rem;
  }

  .buddyfororg.understanddata .textleft {
    max-width: 510px;
  }

  .buddyfororg.understanddata .outerimage {
    max-width: 54%;
    overflow: visible;
  }

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

  .sidemenu ul li:not(:last-child) {
    padding-bottom: 1.5rem;
  }

  .bannerblog {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .bannerblog .image {
    width: 60%;
  }

  .bannerblog .text {
    width: 40%;
    padding-top: 0.25rem;
  }

  .breadcrumb ul li span,
  .breadcrumb ul li a {
    font-size: var(--text-xl);
  }

  .breadcrumb ul li:not(:last-child):before {
    height: 24px;
  }

  .breadcrumb ul li span, .breadcrumb ul li a {
    padding-left: 0.5rem;
  }

  .inputformbox h2 {
    font-size: 45px;
    margin-bottom: 2rem;
  }

}

@media screen and (min-width:1199px) {
  .zigzagwrapper ul {
    display: flex;
    flex-direction: column;
    width: calc(100% + 12rem);
    position: relative;
    left: -6rem;
  }

  .zigzagwrapper li:nth-child(even) .libox {
    position: relative;
    left: -6rem;
  }

  .zigzagwrapper li:nth-child(odd) .libox {
    position: relative;
    right: -6rem;
  }

  .zigzagwrapper li:not(:first-child) {
    margin-top: -5rem;
  }

  .zigzagwrapper .libox .image {
    width: 202px;
    min-width: 202px;
  }

  .buddyfororg.understanddata {
    padding-top: 6rem;
  }

  .outerimage .circlecomp {
    max-width: 280px;
  }

  /* .sec_padding {
    padding: 60px 0;
  } */

  .menu-capsule {
    padding: 1.75rem 1rem;
  }

  h3 {
    font-size: var(--text-xl);
  }

  .header.sticky .navbar .menu-capsule {
    padding: 1rem;
  }

  .menu-capsule ul li a {
    padding: 1rem 2.15rem;
    font-size: var(--text-lg);
  }

  h1 {
    font-size: var(--text-h1);
  }

  .page_banner.sec_padding {
    padding-top: 5rem;
  }

  .videobox {
    padding-bottom: 4rem;
  }

  h2+p, h1+p {
    font-size: var(--text-md);
  }

  .featureslist li .featurebox.big {
    width: calc(100% - 29.6875rem);
    max-width: 100%;
  }

  .featureslist li .featurebox.small {
    width: 100%;
    max-width: 29.6875rem;
  }

  .featureslist li {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: nowrap;
  }

  .featureslist li:nth-child(odd) .featurebox.small {
    order: 2;
  }

  .featureslist li:nth-child(even) .featurebox.big {
    order: 1;
    padding-top: 2rem;
  }

  .featureslist li .featurebox.small .content {
    padding: 3rem 2.5rem 2.5rem;
  }

  .featureslist li .featurebox.big .content {
    padding: 3rem 2.5rem 2rem;
    max-width: 27.5rem;
  }
	.page-template-bidbuddy .featureslist li .featurebox.big .content {
    padding: 3rem 2.5rem 2rem;
    max-width: 34.5rem;
  }

  .tabs.aitabwrapper .tablists button {
    font-size: var(--text-xl);
  }

  .tabs.aitabwrapper .tablists button span {
    font-size: var(--text-lg);
  }

  ul.list-counter li .box p {
    font-size: 88px;
  }

  ul.list-counter {
    margin-top: 6rem;
  } 

.page-template-bidbuddy ul.list-counter {
    margin-top: 6rem;
	margin-bottom: 6rem;
  }

  .bookconsultant.sec_padding h2 {
    font-size: 3.25rem;
  }

  .footer_menus {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }

  .sec_padding.trendanticipate {
    padding-top: 6rem;
  }

  .text-center.nudgetext {
    margin-top: 4rem;
  }

  .domainsrow .box span {
    font-size: 32px;
  }

  section.buddyfororg {
    margin-block: 3rem;
  }

  .salesextension .two_row {
    gap: 4rem;
  }

  .salesextension .textgrid,
  .buddyfororg .textgrid {
    margin-top: 4rem;
  }

  .upperfooter .text-center.sec_heading {
    max-width: 1300px;
    padding: 2rem 10rem;
  }

  #datacardsliderrtl {
    direction: ltr;
  }

  .homebanner.sec_padding {
    padding-block: 4rem 1rem;
  }

  .shepere {
    position: absolute;
    width: 320px;
    height: 320px;
    margin-top: -165px;
  }

  .productbanner .text {
    padding-inline-end: 3rem;
  }

  .sec_padding.insightsection {
    padding-block: 10rem;
  }

  .video-container {
    margin-top: 7rem;
  }

  .whynavai .tabs.aitabwrapper {
    display: grid;
    grid-template-columns: 490px 1fr;
  }
  .supportai .tabs.aitabwrapper {
    grid-template-columns: 580px 1fr;
  }

  

  .whynavai .tabs.aitabwrapper .tablists button .tabbtn p {
    font-size: var(--text-lg);
  }

  .sec_padding.verticalsection {
    margin-top: 5rem;
  }

  .casestudy .slidebox {
    margin-right: 3.5rem;
    grid-template-columns: auto 26rem;
  }

  .upperfooter .container {
    padding-block: 6rem 5rem;
  }

  .missionrow .item .itemrow {
    gap: 5rem;
    padding-inline: 1rem;
  }

  .teamrow {
    grid-template-columns: 370px repeat(2, 1fr);
    gap: 1.75rem;
  }

  span.heading {
    font-size: 32px;
  }

  section.blogbody .wrapper {
    display: grid;
    grid-template-columns: 20rem 1fr;
  }

  .sidemenu ul li a {
    font-size: var(--text-xl);
  }

  .searchbar input {
    font-size: var(--text-lg);
  }

  .searchbar {
    padding-block: .25rem;
  }

  .theaisupport .two_row {
    gap: 8rem;
  }

  .thecircleai {
    display: grid;
    grid-template-columns: 315px 1fr 315px;
    gap: 2.5rem;
    padding-top: 2rem;
  }

  .thecircleai .alignbottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: right;
    gap: 3rem;
  }

  .thecircleai .alignbottom .iconbox {
    margin-left: auto;
    margin-right: 0;
  }

  .thecircleai .alignstart {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    gap: 3rem;
  }

  .thecircleai .imgbox {
    max-width: 650px;
    position: relative;
    width: 100%;
  }

  .thecircleai .imgbox figure {
    position: absolute;
    inset: 0;
    z-index: 9;
    min-width: 480px;
  }

  .thecircleai .box span::before {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 169px;
    height: 8px;
    z-index: 1;
    background: url(../newimages/home/line.png) no-repeat right center;
  }

  .thecircleai .alignstart .box span::before {
    left: -1rem;
    top: 7px;
    transform: translateX(-100%);
  }

  .thecircleai .alignstart .box:last-child span::before {
    max-width: 100px;
  }

  .thecircleai .alignbottom .box span::before {
    left: auto;
    right: -1rem;
    top: 7px;
    transform: translateX(100%) rotate(-180deg);
  }

  .thecircleai .alignbottom .box:first-child span::before {
    max-width: 105px;
  }

  .thecircleai .alignbottom .box:last-child span::before {
    max-width: 176px;
  }

  .comparegrid.two_row {
    align-items: flex-start;
    gap: 11rem;
  }

  .vs {
    max-width: 160px;
  }

  .speakyourqustions .two_row {
    gap: 3.5rem;
  }

  .featureboxrow {
    grid-template-columns: 1.85fr 3fr;
    max-width: 1160px;
    margin: 0 auto .75rem;
  }

  .featureboxrow.reverse {
    grid-template-columns: 3fr 1.85fr;
  }

  .datasecurity {
    padding-block-start: 1.5rem;
  }

  .casestudy .slick-list {
    padding: 0 15% 0 0;
  }

  .repage_banner1.sec_padding {
    padding-block: 130px;
  }
  .data_engineering_sec.sec_padding{
    padding-block: 130px;
  }
  .shopifyrow {
    max-width: 1260px;
    padding-right: 60px;
  }

  .rightitem .item figure {
    position: absolute;
    bottom: 0;
    right: -60px;
    left: 0;
    margin-bottom: 0;
}
.shopifyrow .rightitem span.headingitem  {
  font-size: 52px;
  margin-top: 2rem;
}
.shopifyrow span.headingitem {
  font-size: 2.5rem;
}
.shopifybanner .video-container {
  margin-top: 3.25rem;
}

.insightbox {
  display: grid;
  grid-template-columns: 33rem 1fr;
  gap: 2rem;
  max-width: 1335px;
  padding: 3rem;
  background-size: contain;
  margin-block: 3rem;
  text-align: left;
}

.insightbox .imageinsight {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  max-width: 790px;
  justify-content: flex-end;
}

ul.navaizigzagrow li .item {
  gap: 5rem;
}
.support-sec .tabs.aitabwrapper {
  gap: 6rem;
}
.listing-slide-big .slidebox .slidetext {
  padding: 3rem 3rem 3rem 0rem;
}
}


@media screen and (min-width:1440px) {
  .buddyfororg.understanddata {
    padding-top: 10rem;
  }

  .outerimage .circlecomp {
    max-width: 340px;
  }

  .row.twofr {
    gap: 0 4rem;
  }

  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: var(--text-h1);
  }

  .bannertext h1+p {
    font-size: var(--text-lg);
  }

  .bannertext {
    padding-bottom: 2rem;
  }

  .menu-capsule ul li a {
    padding: 1rem 2.25rem;
  }

  .featureslist li .featurebox.small .content {
    padding: 5rem 3.7994rem 3.75rem;
  }
  .cust-feat .featureslist li .featurebox.small .content {
    padding: 5rem 2.7994rem 3.75rem;
  }

  .featureslist li .featurebox.big .content {
    padding: 5rem 3.7994rem 2rem;
    max-width: 27.5rem;
  }
  .cust-feat .featureslist li .featurebox.big .content {
    padding: 5rem 3.7994rem 2rem;
    max-width: 29.5rem;
  }

  .connectingseamless {
    padding-top: 170px;
  }

  .connectingseamless::before {
    height: 480px;
  }

  ul.list-counter li .box p {
    font-size: 96px;
  }

  ul.list-counter li .box {
/*     width: 360px; */
    padding: 2rem 4.5rem;
  }

  ul.list-counter li:first-child {
    justify-content: flex-start;
  }

  ul.list-counter li:last-child {
    justify-content: flex-end;
  }

  .productbanner {
    padding-bottom: 4rem;
  }

  .btn:not(.btn_primary) {
    font-size: var(--text-xl);
  }

  .logobanner .group {
    gap: 2.5rem;
  }

  .productbanner .two_row {
    gap: 3rem;
  }

  .sec_padding.trendanticipate .two_row {
    grid-template-columns: 28.75rem 1fr;
    gap: 4rem;
  }

  .speakyourqustions .two_row {
    grid-template-columns: 1fr 28.75rem;
    gap: 8rem;
  }

  .trendanticipate::before {
    width: 40%;
  }

  .sec_heading .btn,
  .sec_heading .glowing-box {
    margin-top: 1rem;
  }

  .sec_heading .glowing-box .btn {
    margin-top: 0;
  }

  section.buddyfororg {
    margin-block: 4rem;
  }

  .buddyfororg .outerimage img,
  .salesextension .outerimage img {
    max-width: 990px;
  }

  .homebanner.sec_padding {
    padding-block: 6rem 1rem;
  }

  .domainsrow .box {
    margin-inline: 1rem;
  }

  .casestudy .slick-list {
    padding: 0 25.3125rem 0 0;
  }

  .casestudy .slidebox {
    margin-right: 4rem;
    grid-template-columns: auto 25.375rem;
  }

  .casestudy .slidebox .slidetext {
    padding-left: 1rem;
    grid-column: 2;
  }

  .blogrow {
    grid-template-columns: repeat(3, 1fr);
  }

  section.blogbody .wrapper {
    display: grid;
    grid-template-columns: 21.5rem 1fr;
  }

  .bannerblog .image {
    width: calc(100% - 32.5%);
  }

  .bannerblog .text {
    width: 32.5%;
    max-width: 445px;
    padding-top: 0.25rem;
  }

  .bannerblog.details .image figure {
    height: 498px;
  }

  .blogbodydeatil .wrapper {
    display: grid;
    grid-template-columns: 21.5625rem 1fr 21.5625rem;
    gap: 2rem;
  }

  .blogbanner::before {
    left: 12%;
  }

  .navaicontent .lefttext {
    padding-inline-end: 7rem;
  }

  .theaisupport .two_row {
    gap: 12rem;
  }

  .thecircleai {
    grid-template-columns: 344px 1fr 344px;
  }

  .thecircleai .alignbottom,
  .thecircleai .alignstart {
    gap: 5rem;
  }
  .integrations-items {
    background-position: center -25px;
}
.rightsidebar{
  display: block;
}
ul.navaizigzagrow li .item {
  gap: 8rem;
}

ul.navaizigzagrow li:not(:last-child) {
  margin-bottom: 5rem;
}
.support-sec .tabs.aitabwrapper {
  grid-template-columns: 1fr 610px;
  gap: 13.5rem;
}
	.pricehome-banner .insightbox{
  padding-inline: 8rem;
}
.insightbox .img-iphone.imageinsight {
  right: 8rem;
}
.priceproduct-banner .insightbox{
  padding-inline: 8rem;
}
.insightbox .img-lap.imageinsight {
  right: 6rem;
}
.listing-slide-big .slidebox {
  margin-right: 0rem;
  grid-template-columns: auto 35.375rem;
}
.listing-slide-big .slidebox .slidetext {
  padding: 5rem 5rem 5rem 0rem;
}
}

@media screen and (min-width:1599px) {
  .container {
    width: 100%;
    padding-inline: 1.25rem;
    max-width: 1460px;
  }

  h2 {
    font-size: 3.25rem;
  }

  .buddyfororg .two_row {
    grid-template-columns: 46rem 1fr;
    gap: 3rem;
  }

  span.categoryspan,
  span.date {
    font-size: var(--text-base);
  }

  .thecircleai .alignbottom {
    padding-top: 6rem;
  }

  .zigzagwrapper li:nth-child(even) .libox {
    position: relative;
    left: -7rem;
  }

  .zigzagwrapper li:nth-child(odd) .libox {
    position: relative;
    right: -7rem;
  }

  .casestudy .slidebox .slideimage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .casestudy .slidebox {
    min-height: 460px;
  }

  ul.casestudyslider::before {
    position: absolute;
    content: '';
    left: auto;
    right: 0;
    top: 0rem;
    bottom: 0;
    width: 31.75rem;
    transform: rotate(-90deg);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 3.8%, #050A26 86.04%);
    z-index: 1;
  }
	.buddyfororg.understanddata{
		max-width:1700px;
		margin-inline:auto;
	}
}


@media screen and (max-width:460px) {

  .header .navbar .btn.btn_primary {
    min-width: 100px;
    font-size: 13px;
    padding: 10px;
  }

  .header .navbar .site_logo {
    max-width: 78px;
  }


  ul.list-counter {
    /* grid-template-columns: 1fr; */
    gap: 1rem;
  }

  .tabs.connectingtabs .tablists {
    padding-block: 1rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
  }

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

  .social_icons a,
  .social_icons a:last-child {
    margin-right: 1rem;
  }

  .social_icons a,
  .social_icons a svg {
    width: 24px;
    height: 24px;
  }

  .footertxt {
    text-align: center;
  }

  .logo_box {
    margin-inline: auto;
    max-width: 120px;
  }

  .social_icons {
    justify-content: center;
  }

  .customerservices .tags {
    padding-bottom: 1rem;
  }

  .shepere {
    position: absolute;
    width: 90px;
    height: 90px;
    margin-top: -47px;
  }

  .understanddata .circlecomp {
    max-width: 260px;
  }
  .shopifyrow .toprow span.headingitem {
    font-size: 1.25rem;
}

.shopifyrow .item.itembig {
    grid-template-columns: 1fr;
}
}

@media screen and (max-width:767px) {

  .integrations-items.for_mobile {
    background-image: url(../newimages/gridbg.png);
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
    background-size: cover;
    background-position: 49% -7px;
    background-repeat: no-repeat;
    padding: 1rem;
  }

  .integrations-items.for_mobile .integrations-logo,
  .integrations-items.for_mobile .integrations-waves {
    height: 48px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    width: 48px;
    margin-top: -24px;
  }

  .integrations-logo {
    z-index: 1
  }

  .integrations-items.for_mobile .integrations-waves img {
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.6, .6, 0, 1);
    border-radius: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
  }

  .integrations-items.for_mobile .integrations-waves img:nth-child(1) {
    animation-name: wave1;
    height: 48px;
    width: 48px
  }

  .integrations-items.for_mobile .integrations-waves img:nth-child(2) {
    animation-name: wave2;
    height: 40px;
    width: 40px
  }

  .integrations-items.for_mobile .integrations-waves img:nth-child(3) {
    animation-name: wave3;
    height: 32px;
    width: 32px
  }

  .integrations-items.for_mobile .integrations-lines {
    height: calc(100% - 8px);
    left: 50%;
    -webkit-mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 25%, #fff 50%, #fff 75%, rgba(255, 255, 255, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 25%, #fff 50%, #fff 75%, rgba(255, 255, 255, 0) 100%);
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    top: 8px;
    transform: translate(-50%);
    width: 1px
  }

  .integrations-items.for_mobile .integrations-lines div {
    animation-delay: .5s;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.6, .6, 0, 1);
    background: linear-gradient(to bottom, rgba(201, 177, 255, 0), #c9b1ff, rgba(201, 177, 255, 0));
    content: "";
    height: 50px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
  }

  .integrations-items.for_mobile .integrations-lines div:first-child {
    animation-name: integrationsLine1
  }

  .integrations-items.for_mobile .integrations-lines div:last-child {
    animation-name: integrationsLine2
  }

  .understanddata .imagecontainer.position-relative {
    min-height: 380px;
    align-items: flex-end;
    display: flex;
  }

  .nudgewrapper .sec_heading{
    padding-inline: 1.5rem;
  }

  .upperfooter figure img {
    max-width: 44px;
  }

  .upperfooter .text-center.sec_heading {
    padding-block: 0;
    padding-inline: 0;
  }

  .upperfooter .container {
    padding-bottom: 1rem;
  }

  .threebox_row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin: 0 auto;
  }
  .casestudyslider ul.slick-dots {
    bottom: -30px;
  }
  .casestudyslider .slick-slide {
    margin: 0 10px; /* Adjust the gap size as needed */
  }
  .homebanner{
    background-size: cover;
  }
  .solution_banner img{
    margin-top: -40px;
  }
}

@media screen and (max-width:1300px) and (min-width:1199px) {
  .thecircleai .imgbox figure {
    left: -20px;
  }

  .thecircleai .alignstart,
  .thecircleai .alignbottom {
    gap: 2rem;
  }
}